]> git.sesse.net Git - vlc/commitdiff
Generate old ChangeLogs automatically
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 31 Mar 2008 14:32:49 +0000 (17:32 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 31 Mar 2008 14:33:10 +0000 (17:33 +0300)
doc/.gitignore [new file with mode: 0644]
doc/ChangeLog-1999 [deleted file]
doc/ChangeLog-2000 [deleted file]
doc/ChangeLog-2001 [deleted file]
doc/ChangeLog-2002 [deleted file]
doc/ChangeLog-2003 [deleted file]
doc/ChangeLog-2004 [deleted file]
doc/ChangeLog-2005 [deleted file]
doc/ChangeLog-2006 [deleted file]
doc/ChangeLog-2007 [deleted file]
doc/Makefile.am

diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644 (file)
index 0000000..f8db420
--- /dev/null
@@ -0,0 +1 @@
+ChangeLog-*
diff --git a/doc/ChangeLog-1999 b/doc/ChangeLog-1999
deleted file mode 100644 (file)
index 28ac03b..0000000
+++ /dev/null
@@ -1,952 +0,0 @@
-------------------------------------------------------------------------
-r1 | maxx | 1999-08-08 14:42:54 +0200 (Sun, 08 Aug 1999) | 2 lines
-Changed paths:
-   A /trunk
-   A /trunk/Makefile
-   A /trunk/Makefile.dep
-   A /trunk/doc
-   A /trunk/doc/bugs
-   A /trunk/doc/common.tex
-   A /trunk/doc/conventions
-   A /trunk/doc/headers
-   A /trunk/doc/main.tex
-   A /trunk/doc/organization.fig
-   A /trunk/doc/portage
-   A /trunk/doc/threads.tex
-   A /trunk/doc/todo
-   A /trunk/doc/vlan-server
-   A /trunk/include
-   A /trunk/include/all.h
-   A /trunk/include/audio_constants.h
-   A /trunk/include/audio_decoder.h
-   A /trunk/include/audio_dsp.h
-   A /trunk/include/audio_output.h
-   A /trunk/include/common.h
-   A /trunk/include/config.h
-   A /trunk/include/control.h
-   A /trunk/include/debug.h
-   A /trunk/include/decoder_fifo.h
-   A /trunk/include/generic_decoder.h
-   A /trunk/include/input.h
-   A /trunk/include/input_ctrl.h
-   A /trunk/include/input_file.h
-   A /trunk/include/input_netlist.h
-   A /trunk/include/input_network.h
-   A /trunk/include/input_pcr.h
-   A /trunk/include/input_psi.h
-   A /trunk/include/input_vlan.h
-   A /trunk/include/interface.h
-   A /trunk/include/intf_cmd.h
-   A /trunk/include/intf_ctrl.h
-   A /trunk/include/intf_msg.h
-   A /trunk/include/mtime.h
-   A /trunk/include/netutils.h
-   A /trunk/include/pgm_data.h
-   A /trunk/include/rsc_files.h
-   A /trunk/include/thread.h
-   A /trunk/include/video.h
-   A /trunk/include/video_decoder.h
-   A /trunk/include/video_graphics.h
-   A /trunk/include/video_output.h
-   A /trunk/include/video_x11.h
-   A /trunk/include/xconsole.h
-   A /trunk/include/xutils.h
-   A /trunk/lib
-   A /trunk/lib/background.xpm
-   A /trunk/lib/s16_0_44100.raw
-   A /trunk/lib/s16_1_32000.raw
-   A /trunk/src
-   A /trunk/src/audio_decoder
-   A /trunk/src/audio_decoder/audio_decoder.c
-   A /trunk/src/audio_output
-   A /trunk/src/audio_output/audio_dsp.c
-   A /trunk/src/audio_output/audio_output.c
-   A /trunk/src/generic_decoder
-   A /trunk/src/generic_decoder/generic_decoder.c
-   A /trunk/src/input
-   A /trunk/src/input/input.c
-   A /trunk/src/input/input_ctrl.c
-   A /trunk/src/input/input_file.c
-   A /trunk/src/input/input_netlist.c
-   A /trunk/src/input/input_network.c
-   A /trunk/src/input/input_pcr.c
-   A /trunk/src/input/input_psi.c
-   A /trunk/src/input/input_vlan.c
-   A /trunk/src/interface
-   A /trunk/src/interface/control.c
-   A /trunk/src/interface/interface.c
-   A /trunk/src/interface/intf_cmd.c
-   A /trunk/src/interface/intf_ctrl.c
-   A /trunk/src/interface/intf_msg.c
-   A /trunk/src/interface/main.c
-   A /trunk/src/interface/xconsole.c
-   A /trunk/src/misc
-   A /trunk/src/misc/mtime.c
-   A /trunk/src/misc/netutils.c
-   A /trunk/src/misc/rsc_files.c
-   A /trunk/src/misc/xutils.c
-   A /trunk/src/video_decoder
-   A /trunk/src/video_decoder/video_decoder.c
-   A /trunk/src/video_output
-   A /trunk/src/video_output/video_graphics.c
-   A /trunk/src/video_output/video_output.c
-   A /trunk/src/video_output/video_x11.c
-
-Initial revision
-
-------------------------------------------------------------------------
-r3 | massiot | 1999-09-20 22:41:28 +0200 (Mon, 20 Sep 1999) | 11 lines
-Changed paths:
-   A /trunk/.cvsignore
-   M /trunk/include/config.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_pcr.c
-   M /trunk/src/input/input_psi.c
-   M /trunk/src/interface/interface.c
-
-* Ajout d'un .cvsignore ;
-* Au d?\239?\191?\189marrage l'interface lance le script contenu dans vlc.init s'il
-  existe (typiquement spawnage d'input) ;
-* Le d?\239?\191?\189codeur PSI spawne automatiquement les threads video et audio des
-  qu'il a fini ;
-  [les deux pr?\239?\191?\189c?\239?\191?\189dents comportements peuvent ?\239?\191?\189tre d?\239?\191?\189sactiv?\239?\191?\189s en
-   commentant #define AUTO_SPAWN dans config.h]
-* Correction d'un bug de compilation dans input_pcr.c
-
---Meuuh
-
-------------------------------------------------------------------------
-r4 | massiot | 1999-09-20 23:21:38 +0200 (Mon, 20 Sep 1999) | 5 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/audio_decoder.h
-   M /trunk/include/config.h
-   M /trunk/src/audio_decoder/audio_decoder.c
-   A /trunk/src/audio_decoder/audio_math.c
-   M /trunk/src/input/input_psi.c
-   M /trunk/src/interface/interface.c
-
-* La DCT et la PCM sont dans audio_math.c ;
-* Corrections de quelques warnings ici ou la ;
-
---Meuuh
-
-------------------------------------------------------------------------
-r5 | massiot | 1999-09-20 23:22:37 +0200 (Mon, 20 Sep 1999) | 4 lines
-Changed paths:
-   A /trunk/include/audio_math.h
-
-J'avions oublie celui-la :(
-
---Meuuh
-
-------------------------------------------------------------------------
-r6 | massiot | 1999-09-21 00:07:09 +0200 (Tue, 21 Sep 1999) | 5 lines
-Changed paths:
-   M /trunk/include/audio_decoder.h
-   M /trunk/include/decoder_fifo.h
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/main.c
-
-* Passage de NeedBits(), DumpBits(), etc. dans decoder_fifo.h ;
-* Suppression de warnings ;
-
---Meuuh
-
-------------------------------------------------------------------------
-r7 | massiot | 1999-09-21 20:55:53 +0200 (Tue, 21 Sep 1999) | 7 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/video_decoder.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/video_decoder/video_decoder.c
-
-* Le video_decoder a desormais une structure qui tourne (copier-coller de
-  l'audio_decoder) ;
-
-L'integration du mpeg2decode arrive !
-
---Meuuh
-
-------------------------------------------------------------------------
-r8 | maxx | 1999-09-22 17:53:28 +0200 (Wed, 22 Sep 1999) | 13 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/src/audio_decoder/audio_decoder.c
-
-* include/audio_output.h :
-- Correction d'une erreur dans la taille des frames du Layer II (1152
-et non 1192) (ne vous en faites pas, l'erreur n'?\239?\191?\189tait pr?\239?\191?\189sente que dans
-un commentaire :-) ;
-
-* audio_decoder/audio_decoder.c :
-- Rajout d'un certain nombre de commentaires utiles pour la suite du
-d?\239?\191?\189veloppement de l'audio_decoder ;
-- Modification de la m?\239?\191?\189thode de calcul du nombre de frames audio libres
-dans l'aout_fifo (?\239?\191?\189 tester !) ;
-
--- MaXX
-
-------------------------------------------------------------------------
-r9 | maxx | 1999-09-22 23:39:11 +0200 (Wed, 22 Sep 1999) | 6 lines
-Changed paths:
-   M /trunk/src/audio_decoder/audio_decoder.c
-
-* audio_decoder/audio_decoder.c :
-- Correction d'un bug concernant la d?\239?\191?\189cision de d?\239?\191?\189coder ou non une
-nouvelle frame audio ;
-
--- MaXX
-
-------------------------------------------------------------------------
-r10 | maxx | 1999-09-23 10:53:15 +0200 (Thu, 23 Sep 1999) | 10 lines
-Changed paths:
-   M /trunk/src/audio_decoder/audio_decoder.c
-
-* audio_decoder/audio_decoder.c :
-- Tout est pret pour accueillir la synchro :-)
-- Les passages modifi?\239?\191?\189s sont encore en commentaire, parce qu'avec ma
-synchro simul?\239?\191?\189e le %CPU du d?\239?\191?\189codeur audio passe de 0.1% ?\239?\191?\189 9.7%, alors
-que les op?\239?\191?\189rations sont toutes simples et pas appel?\239?\191?\189es tant que ?\239?\191?\189a
-(il faudra encore essayer en -Oqqch si ?\239?\191?\189a change qqch) ;
-- Reste ?\239?\191?\189 modifier l'audio output pour la synchro... coming soon ;
-
--- MaXX
-
-------------------------------------------------------------------------
-r11 | massiot | 1999-09-23 12:22:59 +0200 (Thu, 23 Sep 1999) | 4 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-
-* AUTO_SPAWN n'est plus necessaire pour lancer l'init script.
-
---Meuuh
-
-------------------------------------------------------------------------
-r12 | polux | 1999-09-23 22:56:39 +0200 (Thu, 23 Sep 1999) | 6 lines
-Changed paths:
-   M /trunk/include/input.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_pcr.c
-
-Impl?\239?\191?\189mentation rudimentaire de la synchro : les packets
-PES sont maintenant dat?\239?\191?\189s.
-
---
-Polux
-
-------------------------------------------------------------------------
-r13 | maxx | 1999-09-24 12:02:11 +0200 (Fri, 24 Sep 1999) | 13 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/src/audio_decoder/audio_decoder.c
-
-* audio_decoder/audio_decoder.c :
-- Int?\239?\191?\189gration totale et non comment?\239?\191?\189e du support de la synchro ;
-- Le probl?\239?\191?\189me du 0.1% de CPU -> 9.7% est r?\239?\191?\189solu en compilant avec un
-flag d'optimisation (cf ci-dessous) ;
-
-* Makefile :
-- Rajout d'une ligne *comment?\239?\191?\189e* avec le flag d'optimisation -O2 ;
-- En -O2 et en faisant tourner le mini-server et un vlc --novideo sur la
-meme machine, la somme des %CPU du vlc et du mini-server est ?\239?\191?\189gale ?\239?\191?\189 0 :-)
-C'est pas beau ?\239?\191?\189a ?
-
--- MaXX "vlc rewlz"
-
-------------------------------------------------------------------------
-r14 | maxx | 1999-09-28 12:35:41 +0200 (Tue, 28 Sep 1999) | 14 lines
-Changed paths:
-   M /trunk/include/decoder_fifo.h
-   M /trunk/include/input.h
-   M /trunk/src/input/input.c
-
-* include/decoder_fifo.h :
-- Proprification des commentaires ;
-
-* include/input.h :
-- i_pts ?\239?\191?\189tait un u32 mais doit ?\239?\191?\189tre un s64 ;
-- Question ouverte au Ptyx : pourquoi mtime_t est un u64 ?
-  Est-ce que c'est mauvais de passer mtime_t en s64 ?
-  Est-ce que ?\239?\191?\189a fait modifier beaucoup de code ?
-
-* input/input.c :
-- Correction d'un cast ;
-
--- MaXX
-
-------------------------------------------------------------------------
-r15 | maxx | 1999-09-29 11:56:04 +0200 (Wed, 29 Sep 1999) | 29 lines
-Changed paths:
-   M /trunk/include/input.h
-   M /trunk/include/mtime.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_file.c
-   M /trunk/src/input/input_pcr.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/xutils.c
-
-* include/mtime.h :
-- mtime_t devient un s64 (et non plus un u64) pour harmoniser gestion de
-l'horloge et synchronisation ;
-- LAST_MDATE correspond d?\239?\191?\189sormais ?\239?\191?\189 la plus grande valeur que peut
-prendre un s64 ;
-- MSTRTIME_MAX_SIZE prend en compte le fait que les dates peuvent d?\239?\191?\189sormais
-?\239?\191?\189tre n?\239?\191?\189gatives ;
-
-* misc/mtime.c :
-- modifications diverses et vari?\239?\191?\189es prenant en compte le changement de
-mtime_t ;
-
-* include/input.h :
-- i_pts et les variables s64 de la structure pcr sont d?\239?\191?\189sormais des mtime_t ;
-
-* input/input.c :
-- passage des casts en (mtime_t) et non (s64) ;
-
-* input/input_file.c :
-- rajout d'un #include "mtime.h" ;
-
-* input/input_pcr.c :
-- passage des s64 en mtime_t ;
-
-* misc/xutils.c :
-- correction de deux warnings ;
-
--- MaXX
-
-------------------------------------------------------------------------
-r16 | maxx | 1999-10-01 14:38:10 +0200 (Fri, 01 Oct 1999) | 10 lines
-Changed paths:
-   M /trunk/src/input/input_pcr.c
-
-* input/input_pcr.c :
-- Correction d'un bug de la fonction input_PcrReInit : pthread_mutex_lock()
-?\239?\191?\189tait appel?\239?\191?\189e avec un argument obtenu en d?\239?\191?\189r?\239?\191?\189f?\239?\191?\189ren?\239?\191?\189ant un pointeur non
-initialis?\239?\191?\189 ;
-- Le bug ne survenait que lorsque le vlc ?\239?\191?\189tait compil?\239?\191?\189 SANS -Ox, probablement
-parce que le code optimis?\239?\191?\189 n'ex?\239?\191?\189cutait pas les instructions dans le meme
-ordre ;
-
--- MaXX
-
-------------------------------------------------------------------------
-r17 | maxx | 1999-10-01 17:44:31 +0200 (Fri, 01 Oct 1999) | 17 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/audio_output.h
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/interface/main.c
-
-* Makefile :
-- Rajout de l'option -pg maintenant que le %*!&#@ de bug est corrig?\239?\191?\189, et en
-attendant qu'on trouve le moyen de releaser proprement le lock des
-decoder_fifos :-)
-
-* audio_decoder/audio_decoder.c :
-- Correction d'un bug qui entrainait une d?\239?\191?\189rivation du son ;
-
-* include/audio_output.h :
-- Passage du nb max de fifos audio de 4 ?\239?\191?\189 2 pour augmenter le niveau sonore ;
-
-* interface/main.c :
-- Typo ;
-
---
-MaXX
-
-------------------------------------------------------------------------
-r18 | massiot | 1999-10-02 00:05:33 +0200 (Sat, 02 Oct 1999) | 5 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-* L'input devrait ?\239?\191?\189tre capable de se fermer correctement apr?\239?\191?\189s une
-  erreur (j'ai dit _capable_, hein, j'ai pas dit qu'elle le faisait) ;
-
---Meuuh
-
-------------------------------------------------------------------------
-r19 | massiot | 1999-10-02 00:45:02 +0200 (Sat, 02 Oct 1999) | 4 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-* Suppression d'un message d'erreur erronn?\239?\191?\189 ;
-
---Meuuh
-
-------------------------------------------------------------------------
-r20 | massiot | 1999-10-02 12:20:54 +0200 (Sat, 02 Oct 1999) | 6 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/main.c
-
-* input.c : Ajout du bool?\239?\191?\189en b_error et d'une boucle d'erreur pour
-  ?\239?\191?\189viter la fermeture sauvage de l'input ;
-* main.c : Le vlc se ferme d?\239?\191?\189sormais proprement quand il bouffe un SIGINT.
-
---Meuuh
-
-------------------------------------------------------------------------
-r21 | maxx | 1999-10-02 23:32:21 +0200 (Sat, 02 Oct 1999) | 21 lines
-Changed paths:
-   M /trunk/include/decoder_fifo.h
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/generic_decoder/generic_decoder.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_psi.c
-   M /trunk/src/video_decoder/video_decoder.c
-
-* include/decoder_fifo.h :
-- Rajout du support permettant de d?\239?\191?\189tecter la fin du thread input
-correspondant au flux de bits pass?\239?\191?\189 en argument ?\239?\191?\189 la fonction GetByte ;
-
-* input/input.c :
-- Changements cosm?\239?\191?\189tiques ;
-
-* input/input_psi.c :
-- Correction d'un bug de la fonction DestroyPgrmDescr qui faisait
-segfaulter le vlc ?\239?\191?\189 sa terminaison ;
-
-* audio_decoder/audio_decoder.c :
-* generic_decoder/generic_decoder.c :
-* video_decoder/video_decoder.c :
-- Les fonctions xdec_DestroyThread envoient d?\239?\191?\189sormais un signal permettant
-aux decoder threads de quitter la fonction GetByte meme s'ils sont en
-attente dans la fonction pthread_cond_wait ;
-
---
-MaXX
-
-------------------------------------------------------------------------
-r22 | maxx | 1999-10-03 00:31:35 +0200 (Sun, 03 Oct 1999) | 7 lines
-Changed paths:
-   M /trunk/Makefile
-
-* Makefile :
-- Rajout des options de linkage -g et -pg afin de faire fonctionner le
-profiling ;
-
---
-MaXX
-
-------------------------------------------------------------------------
-r23 | maxx | 1999-10-03 00:37:44 +0200 (Sun, 03 Oct 1999) | 6 lines
-Changed paths:
-   M /trunk/.cvsignore
-
-* .cvsignore :
-- Rajout des fichiers vlc.init et gmon.out ;
-
---
-MaXX
-
-------------------------------------------------------------------------
-r24 | maxx | 1999-10-04 04:24:21 +0200 (Mon, 04 Oct 1999) | 25 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-
-* input/input.c :
-- Correction de deux bugs concernant le calcul de b_has_pts et d'une autre
-variable de la structure pes (les masques utilis?\239?\191?\189s n'?\239?\191?\189taient pas les bons...
-cons?\239?\191?\189quence imm?\239?\191?\189diate : la synchro ne voyait jamais de paquet dat?\239?\191?\189) ;
-- Correction d'un bug de la m?\239?\191?\189thode de calcul de i_pts ;
-
-* audio_decoder/audio_decoder.c :
-- Autod?\239?\191?\189tection des dates en utilisant le champ i_pts fourni par la
-synchro... le son ?\239?\191?\189 fr?\239?\191?\189quence variable adapt?\239?\191?\189e aux pertes de paquets TS et
-autres probl?\239?\191?\189mes est d?\239?\191?\189sormais une r?\239?\191?\189alit?\239?\191?\189 :-)
-
-* audio_output/audio_output.c :
-+ Rajout de la synchro :
-- On attend si on est en avance ;
-- On saute des frames si on est en retard ;
-+ Ce n'est pas encore tout ?\239?\191?\189 fait ?\239?\191?\189a, mais ?\239?\191?\189a commence ?\239?\191?\189 prendre forme...
-On dirait que le mini-server va trop vite, parce que l'audio est souvent
-en retard... Polux ?
-
-* Makefile :
-- Modifications cosm?\239?\191?\189tiques ;
-
---
-MaXX
-
-------------------------------------------------------------------------
-r25 | maxx | 1999-10-04 12:20:27 +0200 (Mon, 04 Oct 1999) | 6 lines
-Changed paths:
-   M /trunk/src/audio_output/audio_output.c
-
-* audio_output/audio_output.c :
-- Suppression de la synchro en attendant de trouver une meilleure m?\239?\191?\189thode ;
-
---
-MaXX
-
-------------------------------------------------------------------------
-r26 | maxx | 1999-10-06 01:41:31 +0200 (Wed, 06 Oct 1999) | 10 lines
-Changed paths:
-   M /trunk/src/audio_output/audio_output.c
-
-* audio_output/audio_output.c :
-- Suppression totale de la synchro en dates absolues ;
-- Rajout de la re-synchro en dates relatives (il est donc d?\239?\191?\189sormais
-possible de couper un flux et de le relancer, ou de changer de flux,
-tout en gardant le m?\239?\191?\189me input, le m?\239?\191?\189me d?\239?\191?\189codeur audio... pratique pour
-le pseudo-changement de cha?\239?\191?\189ne pr?\239?\191?\189vu ?\239?\191?\189 la War :-) ;
-
---
-MaXX
-
-------------------------------------------------------------------------
-r27 | massiot | 1999-10-06 02:32:24 +0200 (Wed, 06 Oct 1999) | 5 lines
-Changed paths:
-   M /trunk/src/input/input_psi.c
-
-* L'autospawn r?\239?\191?\189agit correctement si on utilise les flags --novideo ou
-  --noaudio ;
-
---Meuuh
-
-------------------------------------------------------------------------
-r28 | maxx | 1999-10-06 03:29:25 +0200 (Wed, 06 Oct 1999) | 7 lines
-Changed paths:
-   M /trunk/doc/bugs
-
-* Documentation/bugs :
-- Suppression d'un bon nombre de bugs de l'input ;
-- Rajout d'un bug concernant ./vlc --novideo ;
-
---
-MaXX
-
-------------------------------------------------------------------------
-r29 | massiot | 1999-10-06 19:25:37 +0200 (Wed, 06 Oct 1999) | 4 lines
-Changed paths:
-   M /trunk/src/interface/intf_msg.c
-
-Un #ifdef DEBUG qui manquait et qui faisait que ca compilait pas sans le DEBUG.
-
---Meuuh
-
-------------------------------------------------------------------------
-r30 | massiot | 1999-10-06 20:47:32 +0200 (Wed, 06 Oct 1999) | 6 lines
-Changed paths:
-   M /trunk/include/intf_msg.h
-
-* Correction d'un bug ou quand on ne definait pas le DEBUG, il
-remplacait les intf_DbgMsg par des ;, ce qui n'est pas cool pour les
-if ... else sans accolades (input_psi.c).
-
---Meuuh
-
-------------------------------------------------------------------------
-r31 | massiot | 1999-10-12 20:58:31 +0200 (Tue, 12 Oct 1999) | 8 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/config.h
-   M /trunk/src/input/input_psi.c
-
-Synchronisation vlc-DR2/CVS
-
-* Makefile : nouvelles options d'optimisation, d?\239?\191?\189codeur vid?\239?\191?\189o ;
-* config.h : FIFOs et netlist plus longues ;
-* input_psi.c : Suppression de messages de debug ;
-
---Meuuh
-
-------------------------------------------------------------------------
-r32 | benny | 1999-10-21 01:30:34 +0200 (Thu, 21 Oct 1999) | 9 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_netlist.c
-
-
-
-Bug fix: le buffer p_pes_header_save du pes n'etait jamais alloue, ce qui
-fait que la fonction DemuxPES plantait si jamais le header pes etait plus
-gros que le premier packet ts du pes.
-
-
-Benny
-
-------------------------------------------------------------------------
-r33 | benny | 1999-10-27 20:00:05 +0200 (Wed, 27 Oct 1999) | 8 lines
-Changed paths:
-   M /trunk/src/misc/xutils.c
-
-
-
-Le prototypes des fonctions Enable/DisableScreeSaver dans xutils.h ne
-correspondait pas a leur declaration dans xutils.c
-
-
-Benny
-
-------------------------------------------------------------------------
-r34 | massiot | 1999-11-06 22:45:08 +0100 (Sat, 06 Nov 1999) | 6 lines
-Changed paths:
-   M /trunk/Makefile
-
-Modifications de Polusque depuis la DR2, ?\239?\191?\189 savoir :
-- virationnement de la saturation ;
-- optimisation MMX de la conversion YUV.
-
---Meuuh
-
-------------------------------------------------------------------------
-r35 | benny | 1999-11-10 00:30:25 +0100 (Wed, 10 Nov 1999) | 12 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_psi.c
-
-
-
-
-Nettoyage de input_psi.
-
-Debugage de DemuxPSI. Le nouveau code doit etre capable de gerer des cas
-foireux qui ne sont pas senses arriver (et qui n'ont jamais ete rencontre
-dans les flux qu'on a, vu que ca n'a jamais plante la avant). Son
-principal interet est de ne plus produire de warning a la compilation :)
-
-Benny
-
-------------------------------------------------------------------------
-r36 | polux | 1999-11-21 15:26:20 +0100 (Sun, 21 Nov 1999) | 6 lines
-Changed paths:
-   M /trunk/include/input.h
-   M /trunk/include/input_pcr.h
-   M /trunk/src/input/input_pcr.c
-
-
-
-Mise en place du m?\239?\191?\189canisme de d?\239?\191?\189tection de changement de flux dans la synchro
-
-Polux
-
-------------------------------------------------------------------------
-r37 | maxx | 1999-12-05 00:00:42 +0100 (Sun, 05 Dec 1999) | 2 lines
-Changed paths:
-   M /trunk/.cvsignore
-
-test
-
-------------------------------------------------------------------------
-r38 | maxx | 1999-12-05 00:19:40 +0100 (Sun, 05 Dec 1999) | 2 lines
-Changed paths:
-   M /trunk/.cvsignore
-
-retest
-
-------------------------------------------------------------------------
-r39 | maxx | 1999-12-06 17:59:25 +0100 (Mon, 06 Dec 1999) | 6 lines
-Changed paths:
-   M /trunk/.cvsignore
-
-* .cvsignore :
-- Rajout d'une ligne inutile... il faut bien tester la nouvelle
-configuration CVS :-)
-
--- MaXX
-
-------------------------------------------------------------------------
-r40 | maxx | 1999-12-06 18:02:42 +0100 (Mon, 06 Dec 1999) | 6 lines
-Changed paths:
-   M /trunk/.cvsignore
-
-* .cvsignore :
-- Suppression d'une ligne inutile... certains font vraiment n'importe
-quoi O:->
-
--- MaXX
-
-------------------------------------------------------------------------
-r41 | maxx | 1999-12-07 03:16:22 +0100 (Tue, 07 Dec 1999) | 7 lines
-Changed paths:
-   M /trunk/doc/todo
-
-* Documentation/todo :
-- mise ?\239?\191?\189 jour des donn?\239?\191?\189es concernant l'audio_decoder et l'audio_output ;
-
-* CVS :
-- rajout automatique de la signature du commiteur (si vous voyez "maxx"
-un peu plus bas, c'est que ?\239?\191?\189a rewlz :-) ;
-
-------------------------------------------------------------------------
-r42 | benny | 1999-12-07 04:33:35 +0100 (Tue, 07 Dec 1999) | 5 lines
-Changed paths:
-   M /trunk/src/input/input_psi.c
-
-
-
-Correction d'une erreur dans le parsage de la PMT (mauvais masque de
-lecture des PID des ES)
-
-------------------------------------------------------------------------
-r43 | benny | 1999-12-08 01:42:29 +0100 (Wed, 08 Dec 1999) | 7 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/input/input_psi.c
-
-
-
-Le continuity_counter du vlc est maintenant initialise automatiquement a
-la valeur du premier paquet TS que l'input recoit pour chaque PID. On
-evite de trasher systematiquement (ou presque) le premier TS de chaque
-PID.
-
-------------------------------------------------------------------------
-r44 | polux | 1999-12-08 16:22:59 +0100 (Wed, 08 Dec 1999) | 9 lines
-Changed paths:
-   M /trunk/include/all.h
-   M /trunk/include/audio_decoder.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/control.h
-   M /trunk/include/decoder_fifo.h
-   M /trunk/include/generic_decoder.h
-   M /trunk/include/input.h
-   M /trunk/include/input_netlist.h
-   M /trunk/include/input_vlan.h
-   M /trunk/include/interface.h
-   M /trunk/include/intf_msg.h
-   M /trunk/include/pgm_data.h
-   M /trunk/include/video_decoder.h
-   M /trunk/include/video_output.h
-   M /trunk/include/video_x11.h
-   A /trunk/include/vlc_thread.h
-
-Encapsulation des pthread qui sont maintenant remplac?\239?\191?\189es par les vlc_thread.
-Toutes les r?\239?\191?\189f?\239?\191?\189rences aux pthread que ce soit les thread, les mutex ou
-les variables conditionnelles, ont ?\239?\191?\189t?\239?\191?\189 remplac?\239?\191?\189es par leur ?\239?\191?\189quivalent
-vlc_thread. Les vlc_thread sont une version tr?\239?\191?\189s simplifi?\239?\191?\189e des pthread et
-fonctionnent exactement de la m?\239?\191?\189me fa?\239?\191?\189on. Ceci devrait grandement faciliter
-le portage vers d'autres OS.
-
-Polux
-
-------------------------------------------------------------------------
-r45 | polux | 1999-12-08 17:01:40 +0100 (Wed, 08 Dec 1999) | 4 lines
-Changed paths:
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_decoder/audio_math.c
-   M /trunk/src/audio_output/audio_dsp.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/generic_decoder/generic_decoder.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/input/input_file.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_network.c
-   M /trunk/src/input/input_pcr.c
-   M /trunk/src/input/input_psi.c
-   M /trunk/src/input/input_vlan.c
-   M /trunk/src/interface/control.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_cmd.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/interface/xconsole.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_x11.c
-
-Fin du remplacement des pthread + ajout du frame rate dans display.c.
-
-Polux
-
-------------------------------------------------------------------------
-r46 | benny | 1999-12-08 22:23:07 +0100 (Wed, 08 Dec 1999) | 5 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/input/input_psi.c
-
-
-
-Commit bis des modifications concernant l'initialisation du continuity
-counter (ecrasees entre temps)
-
-------------------------------------------------------------------------
-r47 | benny | 1999-12-09 23:37:46 +0100 (Thu, 09 Dec 1999) | 5 lines
-Changed paths:
-   M /trunk/src/input/input_psi.c
-
-
-
-
-Correction d'un bug dans la lecture de la version de la PMT
-
-------------------------------------------------------------------------
-r48 | polux | 1999-12-12 19:04:37 +0100 (Sun, 12 Dec 1999) | 5 lines
-Changed paths:
-   M /trunk/Makefile
-
-
-Gr?\239?\191?\189ce ?\239?\191?\189 Jimmy, plus besoin de compiler les fichiers assembleurs ?\239?\191?\189 part,
-le make se d?\239?\191?\189brouille tout seul comme un grand en utilisant gcc pour
-compiler les .S
-
-------------------------------------------------------------------------
-r49 | maxx | 1999-12-15 00:37:44 +0100 (Wed, 15 Dec 1999) | 12 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/interface/intf_ctrl.c
-
-* .cvsignore :
-+ Rajout du fichier core ;
-
-* audio_output/audio_output.c :
-+ Rajout de messages de debug :
-- nombre de frames audio dans la plage dat?\239?\191?\189e courante ;
-- dur?\239?\191?\189e de cette plage audio dat?\239?\191?\189e (en ?\239?\191?\189s) ;
-- fr?\239?\191?\189quence du flux sonore pour cette plage dat?\239?\191?\189e ;
-
-* interface/intf_ctrl.c :
-- Correction du bug `help vlan' (mouahaha il manquait une virgule :-).
-
-------------------------------------------------------------------------
-r50 | maxx | 1999-12-15 19:23:33 +0100 (Wed, 15 Dec 1999) | 3 lines
-Changed paths:
-   M /trunk/src/audio_decoder/audio_decoder.c
-
-* audio_decoder/audio_decoder.c :
-- Test d'une nouvelle m?\239?\191?\189thode de synchro ;
-
-------------------------------------------------------------------------
-r51 | maxx | 1999-12-15 20:01:41 +0100 (Wed, 15 Dec 1999) | 8 lines
-Changed paths:
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_output/audio_output.c
-
-* audio_decoder/audio_decoder.c :
-- l'ancienne m?\239?\191?\189thode de synchro ?\239?\191?\189tait buggu?\239?\191?\189e, la nouvelle rewlz... Sam,
-j'esp?\239?\191?\189re que tu me pardonneras un jour ;
-
-* audio_output/audio_output.c :
-- suppression des messages de debug, ?\239?\191?\189 la demande de Polux, qui veut
-squatter seul la console de debug avec ses messages de fps ;
-
-------------------------------------------------------------------------
-r52 | massiot | 1999-12-18 18:13:55 +0100 (Sat, 18 Dec 1999) | 4 lines
-Changed paths:
-   A /trunk/include/video_parser.h
-   A /trunk/src/video_parser
-   A /trunk/src/video_parser/video_parser.c
-
-* Patchs MPEG1, qui marchent ou qui ne marche pas ;
-* Optimisation de ClearBlock() ;
-* D?\239?\191?\189but du video_parser ;
-
-------------------------------------------------------------------------
-r53 | sam | 1999-12-19 21:08:53 +0100 (Sun, 19 Dec 1999) | 4 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-
-
- . ajout de #ifdef pour ne pas avoir de console X en mode framebuffer
- . mode --novlans par d?\239?\191?\189faut
-
-------------------------------------------------------------------------
-r54 | stef | 1999-12-21 01:07:39 +0100 (Tue, 21 Dec 1999) | 2 lines
-Changed paths:
-   A /trunk/include/parser_fifo.h
-   M /trunk/include/video_parser.h
-   M /trunk/src/video_parser/video_parser.c
-
-*** empty log message ***
-
-------------------------------------------------------------------------
-r55 | massiot | 1999-12-21 19:12:29 +0100 (Tue, 21 Dec 1999) | 4 lines
-Changed paths:
-   A /trunk/include/undec_picture.h
-   A /trunk/include/vdec_motion.h
-   A /trunk/include/video_fifo.h
-   M /trunk/include/video_parser.h
-   A /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/video_decoder.c
-   A /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   A /trunk/src/video_parser/vpar_headers.c
-
-D?\239?\191?\189but du d?\239?\191?\189codeur + d?\239?\191?\189but du parseur.
-
-?\239?\191?\189videmment ?\239?\191?\189a compile pas et on n'est pas sortis de l'auberge, m'enfin...
-
-------------------------------------------------------------------------
-r56 | massiot | 1999-12-21 19:14:22 +0100 (Tue, 21 Dec 1999) | 2 lines
-Changed paths:
-   D /trunk/include/parser_fifo.h
-
-Ce fichier la etait en trop
-
-------------------------------------------------------------------------
-r57 | massiot | 1999-12-22 03:27:56 +0100 (Wed, 22 Dec 1999) | 4 lines
-Changed paths:
-   M /trunk/include/undec_picture.h
-   M /trunk/include/video_parser.h
-   A /trunk/include/vpar_blocks.h
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-Un bon morceau du parseur.
-
-Stef, je ne t'oublie pas, demain t'auras du boulot, promis :)
-
-------------------------------------------------------------------------
-r58 | massiot | 1999-12-22 14:18:13 +0100 (Wed, 22 Dec 1999) | 2 lines
-Changed paths:
-   M /trunk/include/video_parser.h
-   M /trunk/src/video_parser/vpar_headers.c
-
-suite du parseur.
-
-------------------------------------------------------------------------
-r59 | massiot | 1999-12-29 00:35:32 +0100 (Wed, 29 Dec 1999) | 2 lines
-Changed paths:
-   A /trunk/include/video_decoder.h.new
-   M /trunk/include/video_fifo.h
-   M /trunk/include/video_parser.h
-   M /trunk/include/vpar_blocks.h
-   A /trunk/include/vpar_headers.h
-   A /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   A /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   A /trunk/src/video_parser/vpar_motion.c
-
-Suite du video_parser et du video_decoder.
-
-------------------------------------------------------------------------
-r60 | stef | 1999-12-29 03:48:59 +0100 (Wed, 29 Dec 1999) | 3 lines
-Changed paths:
-   M /trunk/include/vpar_headers.h
-   M /trunk/src/video_parser/vpar_headers.c
-
-* Ajout de quelques fonctions pour traiter les structures *_extension
-  dans le parser
-
-------------------------------------------------------------------------
-r61 | stef | 1999-12-30 14:59:59 +0100 (Thu, 30 Dec 1999) | 3 lines
-Changed paths:
-   M /trunk/include/vpar_headers.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-
-* Modifications de quelques erreurs sur le parseur
-
-------------------------------------------------------------------------
diff --git a/doc/ChangeLog-2000 b/doc/ChangeLog-2000
deleted file mode 100644 (file)
index d4989cf..0000000
+++ /dev/null
@@ -1,6991 +0,0 @@
-------------------------------------------------------------------------
-r62 | massiot | 1999-12-31 18:35:48 +0100 (Fri, 31 Dec 1999) | 2 lines
-Changed paths:
-   D /trunk/include/undec_picture.h
-   M /trunk/src/video_parser/video_parser.c
-
-Deux oublis dans le commit de la derniere fois.
-
-------------------------------------------------------------------------
-r63 | sam | 2000-01-02 05:42:16 +0100 (Sun, 02 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/include/input.h
-   M /trunk/src/generic_decoder/generic_decoder.c
-
- - include des PES de type AC3 pour pr?\239?\191?\189parer une bidouille inf?\239?\191?\189me
- - reformatage des commentaires ?\239?\191?\189 80 colonnes au lieu de 81 parce que
-  ?\239?\191?\189a a le don de m'?\239?\191?\189nerver prodigieusement.
-
-------------------------------------------------------------------------
-r64 | sam | 2000-01-02 07:00:35 +0100 (Sun, 02 Jan 2000) | 11 lines
-Changed paths:
-   M /trunk/include/input.h
-   M /trunk/src/generic_decoder/generic_decoder.c
-
- - je ne ferai plus de commits d?\239?\191?\189biles ?\239?\191?\189 5h du mat
- - je ne ferai plus de commits d?\239?\191?\189biles ?\239?\191?\189 5h du mat
- - je ne ferai plus de commits d?\239?\191?\189biles ?\239?\191?\189 5h du mat
- - je ne ferai plus de commits d?\239?\191?\189biles ?\239?\191?\189 5h du mat
- - je ne ferai plus de commits d?\239?\191?\189biles ?\239?\191?\189 5h du mat
- - je ne ferai plus de commits d?\239?\191?\189biles ?\239?\191?\189 5h du mat
- - je ne ferai plus de commits d?\239?\191?\189biles ?\239?\191?\189 5h du mat
- - je ne ferai plus de commits d?\239?\191?\189biles ?\239?\191?\189 5h du mat
- - je ne ferai plus de commits d?\239?\191?\189biles ?\239?\191?\189 5h du mat
- - je ne ferai plus de commits d?\239?\191?\189biles ?\239?\191?\189 5h du mat
-
-------------------------------------------------------------------------
-r65 | massiot | 2000-01-03 21:38:32 +0100 (Mon, 03 Jan 2000) | 11 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/config.h
-   M /trunk/include/decoder_fifo.h
-   A /trunk/include/vdec_idct.h
-   M /trunk/include/vdec_motion.h
-   M /trunk/include/video_decoder.h.new
-   M /trunk/include/video_fifo.h
-   M /trunk/include/video_parser.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/src/interface/control.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-* Makefile : ajout du nouveau d?\239?\191?\189codeur (comment?\239?\191?\189) ;
-             suppression du video_output pour que Ptyx puisse committer
-             ses trucs sans craindre de tout casser le cvs ;
-* interface/* : d?\239?\191?\189sactivage du video_output ;
-* include/config.h : plein de directives pour le parseur et le d?\239?\191?\189codeur ;
-* include/decoder_fifo.h : nouvelles primitives pour le parseur ;
-* le reste : ben de quoi faire compiler video_parser.c, bug fixes
-  essentiellement ;
-
-Eviv Bulgroz !
-
-------------------------------------------------------------------------
-r66 | massiot | 2000-01-04 01:01:05 +0100 (Tue, 04 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/video_fifo.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-video_fifo.c et vpar_headers.c compilent ?\239?\191?\189 peu pr?\239?\191?\189s. Correction d'environ
-4212 fautes de frappe.
-
-------------------------------------------------------------------------
-r67 | massiot | 2000-01-04 16:07:23 +0100 (Tue, 04 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/vdec_idct.h
-   M /trunk/include/vdec_motion.h
-   M /trunk/include/video_decoder.h.new
-   M /trunk/include/vpar_blocks.h
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_motion.c
-
-Correction de 1242 fautes de frappe et includes foireux. Presque tout
-compile presque.
-
-------------------------------------------------------------------------
-r68 | massiot | 2000-01-04 18:57:19 +0100 (Tue, 04 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/video_parser.h
-   A /trunk/include/vpar_synchro.h
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_motion.c
-   A /trunk/src/video_parser/vpar_synchro.c
-
-Ajout des fichiers de la synchro un peu partout.
-
-------------------------------------------------------------------------
-r69 | massiot | 2000-01-05 03:32:49 +0100 (Wed, 05 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/vdec_idct.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-J'en ai chi?\239?\191?\189 mais j'ai enfin pondu le AddBlock du video_decoder.
-
-------------------------------------------------------------------------
-r70 | stef | 2000-01-05 04:42:43 +0100 (Wed, 05 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/video_parser.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-
-
-* Ajout de la fonction MacroBlockAddressIncrement dans vpar_blocks.c
-
-------------------------------------------------------------------------
-r71 | massiot | 2000-01-05 19:25:19 +0100 (Wed, 05 Jan 2000) | 6 lines
-Changed paths:
-   M /trunk/include/vpar_blocks.h
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-* vpar_blocks.c : Correction d'une erreur introduite hier soir avec
-  AddBlock en chrominance 420 ;
-* vpar_headers.c : R?\239?\191?\189ordonnancement des fonctions (les fonctions inline
-  doivent etre en tete sinon elles ne sont pas optimis?\239?\191?\189es en inline par
-  gcc) ;
-
-------------------------------------------------------------------------
-r72 | massiot | 2000-01-05 21:13:23 +0100 (Wed, 05 Jan 2000) | 2 lines
-Changed paths:
-   A /trunk/src/input/input.c.new
-   A /trunk/src/input/input_ctrl.c.new
-
-Adaptation de l'input au video_parser.
-
-------------------------------------------------------------------------
-r73 | massiot | 2000-01-06 00:50:19 +0100 (Thu, 06 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/video_parser.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-
-D?\239?\191?\189finition des matrices de quantification par d?\239?\191?\189faut, du balayage,
-et cr?\239?\191?\189ation de la crop table pour la saturation qu'on fera pas.
-
-------------------------------------------------------------------------
-r74 | massiot | 2000-01-06 01:13:19 +0100 (Thu, 06 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/video_decoder.h.new
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-
-video_decoder : ajout de la crop table dans AddBlock ;
-video_parser : correction d'une erreur dans le commit pr?\239?\191?\189c?\239?\191?\189dent (on ne
-fera pas la saturation dans le cas d'une DFT, de toute fa?\239?\191?\189on)
-
-------------------------------------------------------------------------
-r75 | polux | 2000-01-07 17:18:46 +0100 (Fri, 07 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/input.h
-   M /trunk/include/input_pcr.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_pcr.c
-
-Refonte de la synchro qui devrait eliminer les problemes rencontres
-lors des changements de flux.
-
-------------------------------------------------------------------------
-r76 | polux | 2000-01-09 21:54:22 +0100 (Sun, 09 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_headers.h
-   A /trunk/include/vpar_motion.h
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_motion.c
-
-
-Debut de la partie parser du motion compensation.
-
-------------------------------------------------------------------------
-r77 | maxx | 2000-01-10 00:38:46 +0100 (Mon, 10 Jan 2000) | 13 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/audio_decoder.h
-   M /trunk/include/audio_output.h
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_output/audio_output.c
-
-* Makefile :
-- rajout de l'option de compilation qui marche bien -fomit-frame-pointer ;
-
-* include/audio_output.h, audio_output/audio_output.c :
-- modification de la m?\239?\191?\189thode de lecture d'un flux provenant d'un d?\239?\191?\189codeur
-audio : qu'il s'agisse d'un flux audio MPEG2, AC3 ou MPEG12, l'algorithme
-reste le m?\239?\191?\189me ;
-
-* include/audio_decoder.h, audio_decoder/audio_decoder.c :
-- rajout de la constante AOUT_FRAME_SIZE et de la structure aout_frame_t
-qui d?\239?\191?\189crivent la forme sous laquelle les samples audio d?\239?\191?\189cod?\239?\191?\189s sont
-transmis ?\239?\191?\189 l'audio_output (cf point pr?\239?\191?\189c?\239?\191?\189dent) ;
-
-------------------------------------------------------------------------
-r78 | stef | 2000-01-10 02:09:37 +0100 (Mon, 10 Jan 2000) | 7 lines
-Changed paths:
-   M /trunk/include/video_parser.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-
-* Modifications d'erreurs dans  MacroBlockAddressIncrement
-* Ajout des fonctions vpar_*MBtype
-* Ajout de tables de lookup (pour les tableaux B1 ?\239?\191?\189 B4 et B9)
-* Ajout de vpar_CodedPattern420
-
-Il manque encore pas mal de fonctions (en particulier DecodeMPEG)
-
-------------------------------------------------------------------------
-r79 | jimmy | 2000-01-10 21:32:22 +0100 (Mon, 10 Jan 2000) | 6 lines
-Changed paths:
-   M /trunk/src/video_decoder/vdec_idct.c
-
-
-  Du rififi dans la DCT.
-
---
-jimmy
-
-------------------------------------------------------------------------
-r80 | jimmy | 2000-01-10 23:45:40 +0100 (Mon, 10 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/vdec_idct.h
-   M /trunk/include/video_decoder.h
-
-
-  Et le petit toast qui va avec...
-
-------------------------------------------------------------------------
-r81 | massiot | 2000-01-11 00:29:41 +0100 (Tue, 11 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/video_decoder.h
-
-Heureusement que j'avais dit de faire gaffe a ne pas committer le mauvais
-video_decoder.h :-ppppp
-
-------------------------------------------------------------------------
-r82 | seguin | 2000-01-11 00:36:06 +0100 (Tue, 11 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   D /trunk/include/all.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/common.h
-   M /trunk/include/config.h
-   M /trunk/include/control.h
-   M /trunk/include/input.h
-   M /trunk/include/input_vlan.h
-   M /trunk/include/interface.h
-   A /trunk/include/intf_console.h
-   M /trunk/include/intf_msg.h
-   A /trunk/include/intf_sys.h
-   A /trunk/include/main.h
-   D /trunk/include/pgm_data.h
-   D /trunk/include/thread.h
-   M /trunk/include/video.h
-   M /trunk/include/video_decoder.h
-   M /trunk/include/video_graphics.h
-   M /trunk/include/video_output.h
-   A /trunk/include/video_sys.h
-   A /trunk/include/vlc.h
-   M /trunk/include/vlc_thread.h
-   D /trunk/include/xconsole.h
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/generic_decoder/generic_decoder.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/input/input_psi.c
-   M /trunk/src/input/input_vlan.c
-   M /trunk/src/interface/control.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_cmd.c
-   A /trunk/src/interface/intf_console.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/main.c
-   D /trunk/src/interface/xconsole.c
-   M /trunk/src/video_decoder/video_decoder.c
-   A /trunk/src/video_output/video_fb.c
-   D /trunk/src/video_output/video_graphics.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_x11.c
-
-A tout kass?\239?\191?\189.
-
-------------------------------------------------------------------------
-r83 | polux | 2000-01-11 10:59:22 +0100 (Tue, 11 Jan 2000) | 5 lines
-Changed paths:
-   M /trunk/include/vdec_idct.h
-   M /trunk/include/video_parser.h
-
-
-Correction de 2 petites erreurs :
-- vdec_idct.h : oubli d'un point virgule
-- video_parser.h : dupplication du champs pppl_dct_dc_size
-
-------------------------------------------------------------------------
-r84 | seguin | 2000-01-11 12:05:46 +0100 (Tue, 11 Jan 2000) | 10 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/include/video_sys.h
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_x11.c
-
-Correction de quelques erreurs dans l'interface et vout.
-Changement du type vlc_thread_func en vlc_thread_func_t dans le d?\239?\191?\189codeur.
-Utilisation de 2 displays au lieu d'un au cas ou la Xlib ne serait pas thread-safe.
-Ajout de droits corrects au fichier de log.
-
-Le bug li?\239?\191?\189 ?\239?\191?\189 XShm ?\239?\191?\189 la fin est 'normal' (li?\239?\191?\189 au serveur X, pas ?\239?\191?\189 moi) : il
-disparaitra ?\239?\191?\189 condition qu'au moins une image soit affich?\239?\191?\189e.
-
-Le plantage sauvage de la Xlib ?\239?\191?\189 la fin du programme est li?\239?\191?\189 ?\239?\191?\189 display.c.
-
-------------------------------------------------------------------------
-r85 | polux | 2000-01-11 15:43:06 +0100 (Tue, 11 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-
-Debuggage.
-
-------------------------------------------------------------------------
-r86 | polux | 2000-01-11 15:45:15 +0100 (Tue, 11 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/vdec_motion.h
-   M /trunk/include/video_parser.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/include/vpar_synchro.h
-
-
-Encore du debuggage.
-
-------------------------------------------------------------------------
-r87 | seguin | 2000-01-11 19:02:00 +0100 (Tue, 11 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/video.h
-   M /trunk/src/video_output/video_output.c
-
-Modifs diverses et variees. Le mode FB compile (mais ne fait rien).
-
-------------------------------------------------------------------------
-r88 | polux | 2000-01-11 22:32:58 +0100 (Tue, 11 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_motion.c
-
-
-Le video parser compile mais n'est pas termine, n'est-ce pas stef ? ;)
-
-------------------------------------------------------------------------
-r89 | polux | 2000-01-11 22:34:04 +0100 (Tue, 11 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/video.h
-
-
-Encore une petite modif pour permettre au parser de compiler.
-
-------------------------------------------------------------------------
-r90 | stef | 2000-01-12 14:14:51 +0100 (Wed, 12 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/include/video_decoder.h
-   M /trunk/include/video_parser.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-
-
-* Fonction de d?\239?\191?\189codage des Blocs MPEG2intra.
-* Correction d'erreurs sur la gestion des tables de lookup
-
-------------------------------------------------------------------------
-r91 | polux | 2000-01-12 16:31:59 +0100 (Wed, 12 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/video_decoder.h
-
-Correction de conneries de stef....
-Merci de NE PAS COMMITER VIDEO_DECODER.H, sinon ca ne compile pas !
-
-------------------------------------------------------------------------
-r92 | seguin | 2000-01-12 16:35:45 +0100 (Wed, 12 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/Makefile
-   M /trunk/include/config.h
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_fb.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_x11.c
-
-Ajout du framebuffer (initialisation/terminaison) - ne fonctionne pas en VESA.
-La fonction d'affichage des images envoie une ligne dans le log ?\239?\191?\189 chaque image.
-
-------------------------------------------------------------------------
-r93 | stef | 2000-01-12 19:50:06 +0100 (Wed, 12 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_blocks.c
-
-
-* Fonction de d?\239?\191?\189codage des blocs MPEG2 non intra
-
-------------------------------------------------------------------------
-r94 | seguin | 2000-01-12 22:17:54 +0100 (Wed, 12 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-Suppression de vlc.h
-
-------------------------------------------------------------------------
-r95 | seguin | 2000-01-12 22:23:27 +0100 (Wed, 12 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/video_output.h
-
-Et le .h qui va avec le nouveal .c
-
-------------------------------------------------------------------------
-r96 | polux | 2000-01-12 23:38:34 +0100 (Wed, 12 Jan 2000) | 11 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/vdec_idct.h
-   M /trunk/include/vdec_motion.h
-   M /trunk/include/video_decoder.h.new
-   M /trunk/include/vpar_blocks.h
-   M /trunk/src/input/input.c.new
-   M /trunk/src/input/input_ctrl.c.new
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_motion.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-
-Pour la plus grande joie de tous, le client compile correctement. Attention
-il compile non seulement avec l'ancien video decoder mais aussi avec le
-nouveau. Pour passer de l'un a l'autre il faut changer le flag DECODER
-du Makefile ET utiliser l'utilitaire new2old.sh gracieusement mis a votre
-disposition par ptyx dans le module utils du CVS. Ce programme switche
-quelques fichiers et permet dons de passer de l'ancien client au nouveau
-et vis verca. Mais ATTENTION : IL NE FAUT PAS COMMITER LE CLIENT LORSQU'IL
-EST EN CONFIGURATION NEW, avant de commiter il faut tout remettre en
-configuration old.
-
-------------------------------------------------------------------------
-r97 | polux | 2000-01-13 11:44:27 +0100 (Thu, 13 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   A /trunk/include/vlc.h.new
-
-
-Rajout d'un vlc.h.new que j'avais oublie lors du dernier commit.
-Changement du mode d'affichage par defaut du makefile sur X11.
-
-------------------------------------------------------------------------
-r98 | seguin | 2000-01-13 19:52:22 +0100 (Thu, 13 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/video.h
-   M /trunk/include/video_sys.h
-   M /trunk/src/video_output/video_fb.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_x11.c
-
-YUV 15,16 et 32 bits integr?\239?\191?\189e au vout (sans le MMX pour le moment).
-En 24bpp, ?\239?\191?\189 vos risques et perils...
-
-------------------------------------------------------------------------
-r99 | sam | 2000-01-14 12:15:47 +0100 (Fri, 14 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-
- correction d'une typo
-
-------------------------------------------------------------------------
-r100 | massiot | 2000-01-14 14:00:22 +0100 (Fri, 14 Jan 2000) | 2 lines
-Changed paths:
-   D /trunk/lib/s16_0_44100.raw
-   D /trunk/lib/s16_1_32000.raw
-
-Suppression des fichiers .raw du CVS (ils sont sur zen dans vlc-Resources).
-
-------------------------------------------------------------------------
-r101 | polux | 2000-01-14 15:12:17 +0100 (Fri, 14 Jan 2000) | 5 lines
-Changed paths:
-   M /trunk/include/video_parser.h
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-
-D?\239?\191?\189but bu vrai d?\239?\191?\189buggage du parser. Maintenant le vlc segfaulte
-dans Pictureheader au lieu de segfaulter dans l'initialisation
-du parser.
-
-------------------------------------------------------------------------
-r102 | seguin | 2000-01-15 00:07:55 +0100 (Sat, 15 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/config.h
-   M /trunk/include/video_output.h
-   M /trunk/include/video_sys.h
-   M /trunk/include/vlc.h
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_decoder/audio_math.c
-   M /trunk/src/input/input_file.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_network.c
-   M /trunk/src/input/input_pcr.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/misc/netutils.c
-   A /trunk/src/video_output/video_ggi.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_x11.c
-
-GGI fonctionnel. N'oubliez pas de d?\239?\191?\189finit GII_INPUT.
-Nettoyage de video_* et intf_*.
-
-------------------------------------------------------------------------
-r103 | stef | 2000-01-15 04:03:53 +0100 (Sat, 15 Jan 2000) | 7 lines
-Changed paths:
-   M /trunk/include/video_parser.h
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-
-* Ajout d'un flag b_mpeg2 qui manquait dans le parser
-* R?\239?\191?\189?\239?\191?\189criture de fonctions d'initialisation du parseur
-* Changement des fonctions MPEG2decode qui ?\239?\191?\189taient bugg?\239?\191?\189es
-
- V?\239?\191?\189rification avec polux tout ?\239?\191?\189 l'heure
-
-------------------------------------------------------------------------
-r104 | stef | 2000-01-15 11:51:55 +0100 (Sat, 15 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/vpar_blocks.h
-   M /trunk/src/video_parser/vpar_blocks.c
-
-
-* Un petit peu de d?\239?\191?\189buggage dans le video parser
-
-------------------------------------------------------------------------
-r105 | polux | 2000-01-15 15:26:29 +0100 (Sat, 15 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/video_parser.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-
-Le debuggage du parser avance ... lentement.
-
-------------------------------------------------------------------------
-r106 | seguin | 2000-01-16 17:43:10 +0100 (Sun, 16 Jan 2000) | 7 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/Makefile
-   M /trunk/include/config.h
-   M /trunk/include/main.h
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/include/video_sys.h
-   M /trunk/include/vlc.h
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/video_output/video_ggi.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_x11.c
-   A /trunk/src/video_output/yuv_mmx.S
-
-Integration de display.c ?\239?\191?\189 vout.
-Mise au point du driver X11 (plus de XShm error).
-Incrustation de texte en X11, calcul des FPS, etc...
-Int?\239?\191?\189gration de la conversion MMX.
-Mode 'niveaux de gris' pour les machines lentes non MMX (les pauvres !)
-Attention: les drivers GGI et FB ne sont pas ?\239?\191?\189 jour...
-
-------------------------------------------------------------------------
-r107 | seguin | 2000-01-16 20:17:15 +0100 (Sun, 16 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_ggi.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/yuv_mmx.S
-
-Mise au point du driver GGI.
-
-------------------------------------------------------------------------
-r108 | seguin | 2000-01-16 21:39:47 +0100 (Sun, 16 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/src/video_output/video_output.c
-
-R?\239?\191?\189cup?\239?\191?\189ration du kludge level dans display.c pour pouvoir afficher autre
-chose que les I...
-
-------------------------------------------------------------------------
-r109 | massiot | 2000-01-17 01:00:52 +0100 (Mon, 17 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/input.h
-   M /trunk/include/vlc.h.new
-   M /trunk/src/input/input.c.new
-   M /trunk/src/video_decoder/video_decoder.c
-
-Virationnement de quelques warnings.
-
-------------------------------------------------------------------------
-r110 | polux | 2000-01-17 05:56:29 +0100 (Mon, 17 Jan 2000) | 12 lines
-Changed paths:
-   M /trunk/include/decoder_fifo.h
-   M /trunk/include/video_parser.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_motion.c
-
-
-Il est 6 heure du matin et le parser ... parse !!!!!!!!
-Ca ?\239?\191?\189 l'air de pas trop mal marcher. Parmis les bugs les plus sauvages
-on trouve :
-1) le DumpBits sans NeedBits (corrig?\239?\191?\189 par un RemoveBits)
-2) Une table ?\239?\191?\189 laquelle il manquait une ligne
-3) le test de fin de boucle du d?\239?\191?\189codage des coef dct ?\239?\191?\189tait mal plac?\239?\191?\189
-
-Meuh, ?\239?\191?\189 toi de jouer
-
-Stef & Polux
-
-------------------------------------------------------------------------
-r111 | seguin | 2000-01-17 13:31:39 +0100 (Mon, 17 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/Makefile
-   M /trunk/include/config.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc.h
-   D /trunk/include/xutils.h
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/mtime.c
-   D /trunk/src/misc/xutils.c
-   M /trunk/src/video_output/video_ggi.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_x11.c
-
-Resize sous X11, gestion du screen saver.
-Nettoyage de config.h
-Nettoyage de vout et intf
-
-------------------------------------------------------------------------
-r112 | massiot | 2000-01-17 13:54:39 +0100 (Mon, 17 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/vlc.h
-
-Virationnement d'un warning avec l'ancien d?\239?\191?\189codeur (j'ai vraiment du temps ?\239?\191?\189
-perdre).
-
-------------------------------------------------------------------------
-r113 | stef | 2000-01-17 14:44:41 +0100 (Mon, 17 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_blocks.c
-
-
-Rajout de la quantification ,?\239?\191?\189limination de plusieurs warning,
-plus decodage des blocks non intra.
-
-------------------------------------------------------------------------
-r114 | massiot | 2000-01-17 14:49:25 +0100 (Mon, 17 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/vlc.h.new
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-Fin du parsage des I.
-
-------------------------------------------------------------------------
-r115 | massiot | 2000-01-17 15:52:25 +0100 (Mon, 17 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Suite des images I.
-
-------------------------------------------------------------------------
-r116 | seguin | 2000-01-17 17:43:04 +0100 (Mon, 17 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/config.h
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/include/video_sys.h
-   M /trunk/src/video_output/video_ggi.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_x11.c
-   A /trunk/src/video_output/video_yuv_c.c
-   A /trunk/src/video_output/video_yuv_mmx.S
-   D /trunk/src/video_output/yuv_mmx.S
-
-Nettoyage, ajout du gamma, pr?\239?\191?\189paration de la yuv walken.
-
-------------------------------------------------------------------------
-r117 | polux | 2000-01-17 22:35:33 +0100 (Mon, 17 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/vdec_idct.h
-   M /trunk/include/video_decoder.h.new
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-
-Les I marchent !!!!!!!!!!!!!!!!!!!!!!!!
-Le gros bug est mort.
-
-------------------------------------------------------------------------
-r118 | maxx | 2000-01-17 22:51:35 +0100 (Mon, 17 Jan 2000) | 20 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.dep
-   M /trunk/include/audio_constants.h
-   M /trunk/include/audio_decoder.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/vlc.h
-   M /trunk/src/audio_decoder/audio_decoder.c
-
-* Makefile :
-- rajout de ac3_decoder ;
-- rajout de l'option MMX ;
-
-* Makefile.dep :
-- suppression de lignes vides ;
-
-* include/audio_decoder.h, audio_decoder/audio_decoder.c :
-- remplacement de AOUT_FRAME_SIZE par ADEC_FRAME_SIZE et aout_frame_t par
-adec_frame_t ;
-
-* include/audio_constants.h :
-- mise en commentaire du tableau inutilis?\239?\191?\189 ADEC_FRAME_SIZE ;
-
-* include/audio_output.h :
-- corrections typographiques ;
-
-* include/vlc.h :
-- rajout de ac3_decoder.h ;
-
-------------------------------------------------------------------------
-r119 | maxx | 2000-01-17 22:52:36 +0100 (Mon, 17 Jan 2000) | 2 lines
-Changed paths:
-   A /trunk/include/ac3_decoder.h
-   A /trunk/src/ac3_decoder
-   A /trunk/src/ac3_decoder/ac3_decoder.c
-
-* Rajout du d?\239?\191?\189but du d?\239?\191?\189codeur ac3 ;
-
-------------------------------------------------------------------------
-r120 | seguin | 2000-01-18 00:43:26 +0100 (Tue, 18 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/video_output/video_ggi.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_yuv_c.c
-
-Gestion des touches en GGI (ouf !)
-
-------------------------------------------------------------------------
-r121 | seguin | 2000-01-18 01:43:52 +0100 (Tue, 18 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/config.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_x11.c
-
-Redimensionnement de la fenetre en fonction de la taille des images sous X11.
-
-------------------------------------------------------------------------
-r122 | massiot | 2000-01-18 05:09:13 +0100 (Tue, 18 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/vdec_idct.h
-   M /trunk/include/video_decoder.h.new
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/input/input.c.new
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-Nettoyage global. Le vlc se ferme proprement, elem_t devient dctelem_t, le
-macroblock perdu a ?\239?\191?\189t?\239?\191?\189 retrouv?\239?\191?\189, et bien plus...
-
-------------------------------------------------------------------------
-r123 | maxx | 2000-01-18 14:55:43 +0100 (Tue, 18 Jan 2000) | 7 lines
-Changed paths:
-   M /trunk/Makefile
-   A /trunk/include/ac3_bit_allocate.h
-   M /trunk/include/ac3_decoder.h
-   A /trunk/include/ac3_downmix.h
-   A /trunk/include/ac3_exponent.h
-   A /trunk/include/ac3_imdct.h
-   A /trunk/include/ac3_mantissa.h
-   A /trunk/include/ac3_parse.h
-   A /trunk/include/ac3_rematrix.h
-   M /trunk/include/input.h
-   A /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   A /trunk/src/ac3_decoder/ac3_downmix.c
-   A /trunk/src/ac3_decoder/ac3_exponent.c
-   A /trunk/src/ac3_decoder/ac3_imdct.c
-   A /trunk/src/ac3_decoder/ac3_mantissa.c
-   A /trunk/src/ac3_decoder/ac3_parse.c
-   A /trunk/src/ac3_decoder/ac3_rematrix.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/input/input_psi.c
-
-* Modification de l'input afin de spawner un d?\239?\191?\189codeur ac3 lorsqu'un tel flux
-est d?\239?\191?\189tect?\239?\191?\189 ;
-
-* Impl?\239?\191?\189mentation du d?\239?\191?\189codeur ac3 ;
-
-* Il est rewlz(ac3dec) - 2h00 :-)
-
-------------------------------------------------------------------------
-r124 | seguin | 2000-01-18 15:09:58 +0100 (Tue, 18 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/video.h
-
-Ajout de quelques membres a picture_t
-
-------------------------------------------------------------------------
-r125 | sam | 2000-01-18 15:34:47 +0100 (Tue, 18 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_psi.c
-
- le bug de input_psi ?\239?\191?\189tait fourbement r?\239?\191?\189apparu.
-
-------------------------------------------------------------------------
-r126 | massiot | 2000-01-18 16:00:32 +0100 (Tue, 18 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/vpar_headers.h
-   M /trunk/src/video_parser/vpar_headers.c
-
-i_aspect_ratio et i_matrix_coefficients pour Ptyx.
-
-------------------------------------------------------------------------
-r127 | sam | 2000-01-18 17:17:26 +0100 (Tue, 18 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- petit patch pour faire marcher l'AC3
-
-------------------------------------------------------------------------
-r128 | sam | 2000-01-18 17:22:12 +0100 (Tue, 18 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- faut pas ?\239?\191?\189tre trop press?\239?\191?\189s dans la vie :)
-
-------------------------------------------------------------------------
-r129 | maxx | 2000-01-18 17:33:14 +0100 (Tue, 18 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-
-* ac3_decoder/ac3_bit_allocate.c, ac3_decoder/ac3_decoder.c :
-- ac3-alpha rewlz :-)
-
-------------------------------------------------------------------------
-r130 | maxx | 2000-01-18 19:42:16 +0100 (Tue, 18 Jan 2000) | 10 lines
-Changed paths:
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-
-* ac3_downmix.c :
-- suppression des gros scrountchs immondes (c) (qui sont ?\239?\191?\189galement des
-pouics parfois) ;
-
-* ac3_bit_allocate.c, ac3_exponent.c, ac3_mantissa.c :
-- suppression de tests et messages de debug ;
-
-* ac3_decoder/ac3_decoder.c :
-- impl?\239?\191?\189mentation de la synkro qui punix ;
-
-------------------------------------------------------------------------
-r131 | polux | 2000-01-18 21:39:12 +0100 (Tue, 18 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/include/vpar_motion.h
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_motion.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-
-Le parser fonctionne maintenant avec les I, les P et les B.
-Reste a implementer la synchro et finir le decodeur.
-
-------------------------------------------------------------------------
-r132 | seguin | 2000-01-18 22:50:53 +0100 (Tue, 18 Jan 2000) | 5 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/config.h
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   A /trunk/include/video_yuv.h
-   M /trunk/src/video_output/video_output.c
-   A /trunk/src/video_output/video_yuv.c
-   D /trunk/src/video_output/video_yuv_c.c
-
-Changement de l'API de vout (chroma_width)
-Nettoyage des YUV.
-
-Ne marche qu'en -g pour le moment, le reste arrive.
-
-------------------------------------------------------------------------
-r133 | massiot | 2000-01-18 23:29:35 +0100 (Tue, 18 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/vdec_motion.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Le motion compensation. Notez que ?\239?\191?\189a ne marche pas (encore).
-
-------------------------------------------------------------------------
-r134 | sam | 2000-01-18 23:33:16 +0100 (Tue, 18 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/input/input.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-d?\239?\191?\189but de la synchro. ?\239?\191?\189a n'influe pas sur le reste pour le moment, mais
-la base des algos ?\239?\191?\189 deux balles est l?\239?\191?\189.
-
-------------------------------------------------------------------------
-r135 | seguin | 2000-01-19 00:16:57 +0100 (Wed, 19 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_yuv.c
-
-YUV en couleurs.
-
-------------------------------------------------------------------------
-r136 | seguin | 2000-01-19 00:43:52 +0100 (Wed, 19 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/video_yuv.h
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/src/video_output/video_yuv_mmx.S
-
-YUV MMX, avec aspect ratio !!!
-
-------------------------------------------------------------------------
-r137 | sam | 2000-01-19 00:48:13 +0100 (Wed, 19 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_synchro.c
-
-ah ben forc?\239?\191?\189ment, ?\239?\191?\189a risquait pas de compiler si j'inversais new et old
-
-------------------------------------------------------------------------
-r138 | maxx | 2000-01-19 01:01:26 +0100 (Wed, 19 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/audio_output/audio_output.c
-
-* ac3_decoder/ac3_decoder.c, audio_output/audio_output.c :
-- modification de la synkro, d?\239?\191?\189tection de la fr?\239?\191?\189quence du flux ac3 ;
-
-------------------------------------------------------------------------
-r139 | polux | 2000-01-19 02:57:57 +0100 (Wed, 19 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_motion.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Avancement du debuggage du motion.
-
---Meuuh+Stef+Polux+Jimmy
-
-------------------------------------------------------------------------
-r140 | seguin | 2000-01-19 03:15:30 +0100 (Wed, 19 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/include/video_yuv.h
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_ggi.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_x11.c
-   M /trunk/src/video_output/video_yuv.c
-
-Toujours du nettoyage.
-Une API pour les sous titres.
-
-------------------------------------------------------------------------
-r141 | jimmy | 2000-01-19 03:25:00 +0100 (Wed, 19 Jan 2000) | 8 lines
-Changed paths:
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Le bug des pixels invers?\239?\191?\189s de la dct mmx ?\239?\191?\189 ?\239?\191?\189t?\239?\191?\189 corrig?\239?\191?\189 (et non plus sau-
-  vagement kludg?\239?\191?\189).
-
-* La sparse idct fonctionne.
-
-* Plusieurs versions de la dct ont ?\239?\191?\189t?\239?\191?\189 inclues dans vdec_idct pour pou-
-  voir choisir la plus performante quand tout marchera.
-
-------------------------------------------------------------------------
-r142 | sam | 2000-01-19 03:49:34 +0100 (Wed, 19 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . initialisation propre de la synchro
- . messages de debug ?\239?\191?\189 la con pour essayer de voir o?\239?\191?\189 j'en suis
-
-------------------------------------------------------------------------
-r143 | sam | 2000-01-19 07:00:49 +0100 (Wed, 19 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . ultimisation des calculs de pr?\239?\191?\189diction dans la synchro
- . squelette du subtitle_decoder
-
-------------------------------------------------------------------------
-r144 | sam | 2000-01-19 07:06:08 +0100 (Wed, 19 Jan 2000) | 2 lines
-Changed paths:
-   A /trunk/include/subtitle_decoder.h
-
- . dernier fichier n?\239?\191?\189cessaire ?\239?\191?\189 la compilation du subtitle decoder
-
-------------------------------------------------------------------------
-r145 | maxx | 2000-01-19 10:47:56 +0100 (Wed, 19 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/doc/bugs
-   M /trunk/doc/todo
-
-* Documentation/bugs, Documentation/todo :
-- mise ?\239?\191?\189 jour des sections concernant les d?\239?\191?\189codeurs audio ;
-
-------------------------------------------------------------------------
-r146 | seguin | 2000-01-19 11:04:23 +0100 (Wed, 19 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/interface.h
-   M /trunk/include/video_output.h
-   M /trunk/include/video_sys.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_x11.c
-   M /trunk/src/video_output/video_yuv.c
-
-Nettoyage.
-
-------------------------------------------------------------------------
-r147 | seguin | 2000-01-19 11:52:47 +0100 (Wed, 19 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_x11.c
-
-Ajout d'une fonction de deboguage ?\239?\191?\189 UnlinkPicture
-VS: ----------------------------------------------------------------------
-
-------------------------------------------------------------------------
-r148 | polux | 2000-01-19 13:25:01 +0100 (Wed, 19 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Avancement du motion.
-
-------------------------------------------------------------------------
-r149 | seguin | 2000-01-19 13:28:25 +0100 (Wed, 19 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/video_output/video_output.c
-
-API vout_DateImage (mais ?\239?\191?\189a ne marche pas)
-Suite nettoyage
-
-------------------------------------------------------------------------
-r150 | massiot | 2000-01-19 14:11:36 +0100 (Wed, 19 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-Corrections de bugs dans le motion.
-
-------------------------------------------------------------------------
-r151 | sam | 2000-01-19 14:38:17 +0100 (Wed, 19 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/include/config.h
-
- . augmentation de VOUT_FPS_SAMPLES pour un calcul un peu plus r?\239?\191?\189aliste
-  des fps, sachant qu'il y a 30 images par seconde sur un DVD, faire une
-  moyenne sur 5 images me parait un peu d?\239?\191?\189bile.
-
-------------------------------------------------------------------------
-r152 | massiot | 2000-01-19 17:17:27 +0100 (Wed, 19 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/vdec_motion.c
-
-Support pour les chrominances 422 et 444.
-
-------------------------------------------------------------------------
-r153 | seguin | 2000-01-19 17:25:23 +0100 (Wed, 19 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/video_output.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_x11.c
-   M /trunk/src/video_output/video_yuv.c
-
-Resize qui fonctionne.
-
-------------------------------------------------------------------------
-r154 | sam | 2000-01-19 17:38:01 +0100 (Wed, 19 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . pr?\239?\191?\189paration de la modification de l'API synchro
-
-------------------------------------------------------------------------
-r155 | seguin | 2000-01-19 17:45:11 +0100 (Wed, 19 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/video.h
-   M /trunk/src/video_output/video_output.c
-
-API vout_DatePicture termin?\239?\191?\189e.
-
-------------------------------------------------------------------------
-r156 | massiot | 2000-01-19 18:09:57 +0100 (Wed, 19 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/vpar_blocks.h
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_parser/vpar_blocks.c
-
-Support pour le motion DMV.
-
-------------------------------------------------------------------------
-r157 | massiot | 2000-01-19 18:39:09 +0100 (Wed, 19 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-support de vout_DatePicture().
-
-------------------------------------------------------------------------
-r158 | seguin | 2000-01-19 19:43:17 +0100 (Wed, 19 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/interface.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_ggi.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_yuv.c
-
-D?\239?\191?\189but du changement de chaine.
-
-------------------------------------------------------------------------
-r159 | sam | 2000-01-19 20:48:31 +0100 (Wed, 19 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/vdec_motion.c
-
- commit du chti patch de Meuuh, sinon il est ?\239?\191?\189cras?\239?\191?\189 ?\239?\191?\189 chaque update
-
-------------------------------------------------------------------------
-r160 | polux | 2000-01-19 21:27:57 +0100 (Wed, 19 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_motion.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Avancement du debuggage du motion.
-
-------------------------------------------------------------------------
-r161 | sam | 2000-01-19 21:59:51 +0100 (Wed, 19 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/vlc.h.new
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/input/input_ctrl.c.new
-
- . ajout des patches ac3 de MaXX dans le nouveau d?\239?\191?\189codeur
- . fix?\239?\191?\189 ce #@!#@! de idct.c.new qui fait _chier_
-
-------------------------------------------------------------------------
-r162 | sam | 2000-01-19 22:03:34 +0100 (Wed, 19 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   M /trunk/src/ac3_decoder/ac3_rematrix.c
-
- rajoout d'includes pour que ?\239?\191?\189a compile sous FreeBSD (thx Dae)
-
-------------------------------------------------------------------------
-r163 | sam | 2000-01-20 05:09:39 +0100 (Thu, 20 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/video_decoder.h
-   M /trunk/include/vlc.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-
- giclage de ces putains de .old et .new qu'?\239?\191?\189 chaque commit je me plante
-et ?\239?\191?\189 chaque update aussi, alors pouf, des #ifdef ?\239?\191?\189a va aussi..
-
-------------------------------------------------------------------------
-r164 | sam | 2000-01-20 05:10:30 +0100 (Thu, 20 Jan 2000) | 2 lines
-Changed paths:
-   D /trunk/include/video_decoder.h.new
-   D /trunk/include/vlc.h.new
-   D /trunk/src/input/input.c.new
-   D /trunk/src/input/input_ctrl.c.new
-
- et paf ! n'a pu les sales fichiers .new
-
-------------------------------------------------------------------------
-r165 | massiot | 2000-01-20 12:16:13 +0100 (Thu, 20 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_yuv.c
-
-Correction de l'YUV en 15 bpp.
-
-------------------------------------------------------------------------
-r166 | maxx | 2000-01-20 12:23:17 +0100 (Thu, 20 Jan 2000) | 19 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/ac3_decoder.h
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/audio_output/audio_output.c
-
-* Makefile :
-- DECODER=old et non DECODER=new ;
-
-* include/ac3_decoder.h :
-- rajout, dans la structure ac3dec_thread_t, du membre b_invalid (utilis?\239?\191?\189
-pour skipper une frame ac3 invalide) ;
-
-* ac3_decoder/ac3_decoder.c :
-- rajout du support de b_invalid ;
-
-* ac3_decoder/ac3_exponent.c :
-- optimisations ;
-
-* ac3_decoder/ac3_mantissa.c :
-- d?\239?\191?\189tection d'une mantisse invalide et m?\239?\191?\189j de b_invalid ;
-
-* audio_output/audio_output.c :
-- resynkro en cas de bouclage du flux ;
-
-------------------------------------------------------------------------
-r167 | maxx | 2000-01-20 14:30:38 +0100 (Thu, 20 Jan 2000) | 7 lines
-Changed paths:
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/audio_output/audio_output.c
-
-* ac3_decoder/ac3_decoder.c :
-- m?\239?\191?\189j de la fr?\239?\191?\189quence th?\239?\191?\189orique de chaque frame ac3 ;
-
-* audio_output/audio_output.c :
-- d?\239?\191?\189tection des bouclages de flux et resynkronisation automatique sur la
-fr?\239?\191?\189quence th?\239?\191?\189orique ;
-
-------------------------------------------------------------------------
-r168 | seguin | 2000-01-20 17:12:01 +0100 (Thu, 20 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/config.h
-   M /trunk/include/input.h
-   M /trunk/include/input_file.h
-   M /trunk/include/input_netlist.h
-   M /trunk/include/input_network.h
-   M /trunk/include/input_pcr.h
-   M /trunk/include/input_psi.h
-   M /trunk/include/input_vlan.h
-   M /trunk/include/main.h
-   M /trunk/include/vlc.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_file.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_network.c
-   M /trunk/src/input/input_pcr.c
-   M /trunk/src/input/input_psi.c
-   M /trunk/src/input/input_vlan.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_x11.c
-
-Changement de chaine. Delicat encore, mais il marche. Quelques corrections
-esthetiques, un timeout pour les vlans et le frame buffer et c'est la
-release d?\239?\191?\189mo (en ce qui me concerne) !
-
-------------------------------------------------------------------------
-r169 | seguin | 2000-01-20 18:10:07 +0100 (Thu, 20 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/src/input/input_vlan.c
-
-Timeout pour les changements de vlan
-
-------------------------------------------------------------------------
-r170 | seguin | 2000-01-20 18:17:41 +0100 (Thu, 20 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_vlan.c
-   M /trunk/src/interface/interface.c
-
-Desactivation du changement de chaine en --novlan
-
-------------------------------------------------------------------------
-r171 | massiot | 2000-01-20 19:12:41 +0100 (Thu, 20 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_headers.c
-
-Correction d'un bug, mais pas DU bug.
-(putain quel con)
-
-------------------------------------------------------------------------
-r172 | seguin | 2000-01-20 19:18:17 +0100 (Thu, 20 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/src/input/input_network.c
-   M /trunk/src/interface/main.c
-
-Gras de parametres en ligne de commande ou en variables d'environnement,
-afin de ne pas avoir a recompiler le client en cas de loose.
-
-------------------------------------------------------------------------
-r173 | maxx | 2000-01-20 19:48:21 +0100 (Thu, 20 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/include/decoder_fifo.h
-
-* include/decoder_fifo.h :
-- correction d'un bug dans la fonction GetByte (freeze ?\239?\191?\189ventuel des
-d?\239?\191?\189codeurs lors du suicide du thread input) ;
-
-------------------------------------------------------------------------
-r174 | maxx | 2000-01-21 05:52:32 +0100 (Fri, 21 Jan 2000) | 11 lines
-Changed paths:
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_output/audio_output.c
-
-* ac3_decoder/ac3_decoder.c, audio_decoder/audio_decoder.c :
-- correction d'un bug dans la fonction d'initialisation des d?\239?\191?\189codeurs
-(freeze lorsqu'aucun paquet PES n'est envoy?\239?\191?\189 aux d?\239?\191?\189codeurs) ;
-
-* audio_output/audio_output.c :
-- correction d'un bug dans l'initialisation du flag b_die des fifos des
-d?\239?\191?\189codeurs ;
-- correction d'un bug dans la lecture des flags b_die des fifos des
-d?\239?\191?\189codeurs (les fifos n'?\239?\191?\189taient pas d?\239?\191?\189truites avant la mort du thread
-audio_output) ;
-
-------------------------------------------------------------------------
-r175 | sam | 2000-01-21 07:59:11 +0100 (Fri, 21 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_fb.c
-   M /trunk/src/video_output/video_output.c
-
- l'output framebuffer fonctionne presque.
- ca va *pas* merder.
-
-------------------------------------------------------------------------
-r176 | sam | 2000-01-21 12:31:01 +0100 (Fri, 21 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/config.h
-   M /trunk/src/video_output/video_fb.c
-
- . support framebuffer
- . input clavier limit?\239?\191?\189e mais fonctionnelle
-
-------------------------------------------------------------------------
-r177 | massiot | 2000-01-22 00:18:17 +0100 (Sat, 22 Jan 2000) | 6 lines
-Changed paths:
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-Corrections de bugs mineurs divers et vari?\239?\191?\189s, dont :
-* video_parser.c : d?\239?\191?\189placement de l'initialisation de la synchro dans
-  InitThread(), correction d'un memory leak ;
-* vpar_headers.c : correction d'un segfault potentiel, erreur dans une
-  en-t?\239?\191?\189te dont on se bat les couilles.
-
-------------------------------------------------------------------------
-r178 | jimmy | 2000-01-22 23:02:49 +0100 (Sat, 22 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_headers.c
-
-Correction du bug de la premiere image verte (putain mais quel con)
-
-------------------------------------------------------------------------
-r179 | sam | 2000-01-22 23:22:50 +0100 (Sat, 22 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-
- . ajout des flags pour Linux Sparc (au fait, jimmy, t'es con :p)
-
-------------------------------------------------------------------------
-r180 | polux | 2000-01-22 23:48:14 +0100 (Sat, 22 Jan 2000) | 5 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_motion.c
-
-
-
-Petites corrections de bug dans le motion compensation et le parsage des
-blocks non intra.
-
-------------------------------------------------------------------------
-r181 | jimmy | 2000-01-23 03:32:41 +0100 (Sun, 23 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/vlc.h
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-CA MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARCHE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
---Meuuh
-
-------------------------------------------------------------------------
-r182 | maxx | 2000-01-23 10:05:32 +0100 (Sun, 23 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/src/audio_output/audio_output.c
-
-* audio_output/audio_output.c :
-- suppression d'une macro inutile ;
-- proprification d'une ligne de code obscur ;
-
-------------------------------------------------------------------------
-r183 | jimmy | 2000-01-23 21:58:39 +0100 (Sun, 23 Jan 2000) | 7 lines
-Changed paths:
-   M /trunk/Makefile
-   A /trunk/src/video_decoder/idctmmx.S
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_output/video_yuv_mmx.S
-   M /trunk/src/video_parser/vpar_blocks.c
-
-
-* Activation des Sparses idct dans le video parser;
-* Utilisation de la mmx pour la dct si l'architechture s'y pr?\239?\191?\189te
-  (modif de Makefile et vdec_idct)
-* idctmmx.S avec une forme d'appel identique a vdec_idct a ete ajoute a
-  video_decoder.
-
-------------------------------------------------------------------------
-r184 | maxx | 2000-01-24 01:16:38 +0100 (Mon, 24 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/audio_output/audio_output.c
-
-* GoldenEye rewlz :
-- explications du commit au prochain commit :-)
-
-------------------------------------------------------------------------
-r185 | maxx | 2000-01-24 03:07:29 +0100 (Mon, 24 Jan 2000) | 14 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/config.h
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_output/audio_output.c
-
-* audio_output/audio_output.c :
-- impl?\239?\191?\189mentation de la synkro (qui punit m?\239?\191?\189chant) ;
-
-* audio_decoder/audio_decoder.c, ac3_decoder/ac3_decoder.c :
-- rajout de vlc_cond_signal() afin de pr?\239?\191?\189venir l'audio_output que de
-nouveaux samples ont ?\239?\191?\189t?\239?\191?\189 d?\239?\191?\189cod?\239?\191?\189s ;
-
-* Makefile :
-- rajout de l'options de compilation -g ;
-- utilisation du old decoder (synkro) ;
-
-* include/config.h :
-- suppression des messages de debug ;
-
-------------------------------------------------------------------------
-r186 | sam | 2000-01-24 04:28:44 +0100 (Mon, 24 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/include/vlc.h
-   M /trunk/src/generic_decoder/generic_decoder.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/input/input_psi.c
-   M /trunk/src/interface/control.c
-   M /trunk/src/interface/intf_cmd.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_motion.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . un chti peu plus de synchro video, mais c'est pas encore ?\239?\191?\189a
- . suppression des #include "X11/*" pour que ?\239?\191?\189a compile sans X
- . alban, t'es mortel
-
-------------------------------------------------------------------------
-r187 | sam | 2000-01-24 07:53:03 +0100 (Mon, 24 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/vpar_synchro.h
-
- fichiers oubli?\239?\191?\189s qui faisaient que ?\239?\191?\189a compile pas
-
-------------------------------------------------------------------------
-r188 | seguin | 2000-01-24 13:53:49 +0100 (Mon, 24 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/config.h
-   M /trunk/src/interface/main.c
-
-Makefile et config.
-
-------------------------------------------------------------------------
-r189 | massiot | 2000-01-25 01:09:39 +0100 (Tue, 25 Jan 2000) | 5 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/vdec_motion.h
-   M /trunk/include/video_decoder.h
-   M /trunk/include/video_fifo.h
-   M /trunk/include/video_parser.h
-   M /trunk/include/vlc.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_motion.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Optimisation de vdec_motion.c et video_decoder.c ;
-* Passage des fonctions de la video_fifo en inline ;
-* Correction d'un bug provoquant un overflow des messages dans
-vpar_headers.c.
-
-------------------------------------------------------------------------
-r190 | jimmy | 2000-01-25 01:23:26 +0100 (Tue, 25 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_yuv.c
-
-  Ajout de fonctions yuv permettant un scaling 'exotique' en fin du
-fichier. Elles seront testees des que l'output le permettra.
-
-------------------------------------------------------------------------
-r191 | massiot | 2000-01-25 02:51:50 +0100 (Tue, 25 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/video_decoder.h
-   M /trunk/include/video_fifo.h
-   M /trunk/include/video_parser.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-* Ajout d'un flag VDEC_SMP ?\239?\191?\189 commenter si on n'a qu'un seul
-microprocesseur.
-
-------------------------------------------------------------------------
-r192 | sam | 2000-01-25 06:44:12 +0100 (Tue, 25 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . correction d'un bug dans l'interface framebuffer
- . d?\239?\191?\189but de synchro qui marchouille, mais tous mes flux merdent
-
-------------------------------------------------------------------------
-r193 | maxx | 2000-01-25 20:02:50 +0100 (Tue, 25 Jan 2000) | 5 lines
-Changed paths:
-   M /trunk/src/audio_output/audio_output.c
-
-* audio_output/audio_output.c :
-- rajout de messages de debug en attendant de trouver le coefficient de
-synkro optimal ;
-- modification du coefficient de synkro (8 -> 256) ;
-
-------------------------------------------------------------------------
-r194 | sam | 2000-01-26 02:25:21 +0100 (Wed, 26 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . synchro qui marchouille de plus en plus
-
-------------------------------------------------------------------------
-r195 | massiot | 2000-01-26 03:38:42 +0100 (Wed, 26 Jan 2000) | 5 lines
-Changed paths:
-   M /trunk/include/vdec_motion.h
-   M /trunk/include/video_fifo.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_motion.c
-
-* Optimisation du parseur ;
-* R?\239?\191?\189activation du motion DMV ;
-
-Pour info, on torche largement le d?\239?\191?\189codeur de r?\239?\191?\189f?\239?\191?\189rence (50 %).
-
-------------------------------------------------------------------------
-r196 | massiot | 2000-01-26 03:57:45 +0100 (Wed, 26 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   D /trunk/src/video_parser/vpar_motion.c
-
-vpar_motion.c n'est plus n?\239?\191?\189cessaire d?\239?\191?\189sormais.
-
-------------------------------------------------------------------------
-r197 | sam | 2000-01-26 17:33:23 +0100 (Wed, 26 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . encore un peu plus de synchro. si ?\239?\191?\189a saccade c'est normal, ?\239?\191?\189a sera
-  r?\239?\191?\189gl?\239?\191?\189 dans l'heure, mais j'ai commit?\239?\191?\189 pour qu'on puisse enfin voir
-  des B avec le nouveau d?\239?\191?\189codeur (qui torchaize)
-
-------------------------------------------------------------------------
-r198 | maxx | 2000-01-26 19:59:32 +0100 (Wed, 26 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/src/audio_output/audio_output.c
-
-* audio_output/audio_output.c :
-- mise en commentaire de l'affichage de l'aout_debug ;
-
-------------------------------------------------------------------------
-r199 | massiot | 2000-01-26 21:48:35 +0100 (Wed, 26 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/vdec_idct.h
-   M /trunk/include/video_parser.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-* Optimisation du video_parser ; define VPAR_OPTIM_LEVEL dans config.h
-  pour r?\239?\191?\189gler le temps de compilation ;
-* virage d'un printf dans l'idct et d'une fonction inutile.
-
-------------------------------------------------------------------------
-r200 | massiot | 2000-01-26 22:08:19 +0100 (Wed, 26 Jan 2000) | 2 lines
-Changed paths:
-   D /trunk/include/vpar_motion.h
-   M /trunk/src/video_parser/vpar_headers.c
-
-Fichier d?\239?\191?\189sormais inutile.
-
-------------------------------------------------------------------------
-r201 | sam | 2000-01-26 23:46:37 +0100 (Wed, 26 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . nouvelle synchro. ?\239?\191?\189a devrait d?\239?\191?\189j?\239?\191?\189 fonctionner correctement en monothread
-
-------------------------------------------------------------------------
-r202 | massiot | 2000-01-27 00:16:11 +0100 (Thu, 27 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/video_parser.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/src/video_parser/vpar_blocks.c
-
-Nettoyage et commentationnement.
-
-------------------------------------------------------------------------
-r203 | seguin | 2000-01-27 19:30:01 +0100 (Thu, 27 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/common.h
-   M /trunk/include/config.h
-   M /trunk/include/video_output.h
-   M /trunk/include/video_sys.h
-   A /trunk/include/video_text.h
-   A /trunk/lib/default8x16.psf
-   A /trunk/lib/default8x9.psf
-   M /trunk/src/video_output/video_output.c
-   A /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_x11.c
-
-Nouveau moteur de fontes.
-
-------------------------------------------------------------------------
-r204 | massiot | 2000-01-28 00:12:03 +0100 (Fri, 28 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_blocks.c
-
-Tentative de fix pour le segfault du d?\239?\191?\189codeur (qui est en fait une erreur
-du parseur).
-
-------------------------------------------------------------------------
-r205 | stef | 2000-01-28 01:12:32 +0100 (Fri, 28 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/include/video_parser.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-
-. D?\239?\191?\189placement de deux structures de lookup dans le parseur
-
-------------------------------------------------------------------------
-r206 | massiot | 2000-01-28 02:20:53 +0100 (Fri, 28 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_blocks.c
-
-Fix pour le bug de la chrominance qui saute.
-
-------------------------------------------------------------------------
-r207 | massiot | 2000-01-28 03:10:08 +0100 (Fri, 28 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-
-* Correction d'un message d'erreur erronn?\239?\191?\189 dans l'input ;
-* Correction d'un bug de synchro ;
-
-------------------------------------------------------------------------
-r208 | seguin | 2000-01-30 16:08:59 +0100 (Sun, 30 Jan 2000) | 9 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/config.h
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/include/video_sys.h
-   M /trunk/include/video_text.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_fb.c
-   M /trunk/src/video_output/video_ggi.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_x11.c
-   M /trunk/src/video_output/video_yuv.c
-
-Nouvelle interface, effacement des zones modifi?\239?\191?\189es d'une image sur 2,
-calcul de la taille optimale d'une image, scaling.
-
--Le scaling donne de bonnes tailles, mais les conversions YUV ne peuvent
-pas suivre pour le moment.
--J'ai peut etre un peu cass?\239?\191?\189 le fb et ggi (trop long ?\239?\191?\189 compiler pour tester).
-En cas de probl?\239?\191?\189me, je corrige de suite.
--Les idle screens ("no stream") sont temporairement hors service.
-
-------------------------------------------------------------------------
-r209 | stef | 2000-01-31 00:31:26 +0100 (Mon, 31 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/src/input/input.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Am?\239?\191?\189lioration de la synchro.
-
---Meuuh
-
-------------------------------------------------------------------------
-r210 | sam | 2000-01-31 01:35:13 +0100 (Mon, 31 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/input.h
-   A /trunk/include/spu_decoder.h
-   D /trunk/include/subtitle_decoder.h
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/input/input_psi.c
-   A /trunk/src/spu_decoder
-   A /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_output/video_output.c
-
- . le d?\239?\191?\189codeur de sous-titres s'appelle maintenant spu_decoder
- . auto spawn du spu_decoder (pour le moment ?\239?\191?\189a chie)
-
-------------------------------------------------------------------------
-r211 | maxx | 2000-01-31 02:16:00 +0100 (Mon, 31 Jan 2000) | 18 lines
-Changed paths:
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_output/audio_output.c
-
-IMPORTANT :
-* ce commit devrait corriger les probl?\239?\191?\189mes de fermeture du vlc, commentaires
-souhait?\239?\191?\189s (et obligatoires) ;
-* le probl?\239?\191?\189me de la synkro initiale de l'audio devrait ?\239?\191?\189tre corrig?\239?\191?\189 : reports
-souhait?\239?\191?\189s (et obligatoires) gr?\239?\191?\189ce aux messages "aout debug" ;
-* en clair FAITES PETER UN MAIL avec vos messages "aout debug" et vos coups
-de gueule/coups de coeur quant ?\239?\191?\189 la fermeture du vlc ;-)
-
-* ac3_decoder/ac3_decoder.c, audio_decoder/audio_decoder.c :
-- rajout d'un msleep() en d?\239?\191?\189but de fonction RunThread() afin de
-contrebalancer le d?\239?\191?\189lai entre la r?\239?\191?\189ception d'un paquet TS et la
-pr?\239?\191?\189sentation de son contenu (INPUT_PTS_DELAY) ;
-- rajout d'un cond_signal() dans la fonction EndThread() ;
-
-* audio_output/audio_output.c :
-- activation des messages de debug ;
-- r?\239?\191?\189?\239?\191?\189criture de la fonction NextFrame() ;
-
-------------------------------------------------------------------------
-r212 | stef | 2000-01-31 03:29:13 +0100 (Mon, 31 Jan 2000) | 4 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/video_parser/vpar_blocks.c
-
-Ca ne devrait plus segfaulter maintenant. Correction d'un bug dans l'input.
-
---Meuuh
-
-------------------------------------------------------------------------
-r213 | sam | 2000-01-31 04:42:07 +0100 (Mon, 31 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . remis le kludge du i_coding_type == I_CODING_TYPE en attendant qu'on
-  comprenne pourquoi ?\239?\191?\189a merde (?\239?\191?\189a doit ?\239?\191?\189tre tout con, mais je trouve pas)
-
-------------------------------------------------------------------------
-r214 | sam | 2000-01-31 06:03:45 +0100 (Mon, 31 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/spu_decoder.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-
- . initialisation du d?\239?\191?\189codeur de sous-titres
- . correction du bug de quit
-
-------------------------------------------------------------------------
-r215 | seguin | 2000-01-31 14:32:33 +0100 (Mon, 31 Jan 2000) | 12 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/include/video_text.h
-   M /trunk/include/video_yuv.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/video_output/video_fb.c
-   M /trunk/src/video_output/video_ggi.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_x11.c
-   M /trunk/src/video_output/video_yuv.c
-
-Mise place du scaling, episode II
-Alignement am?\239?\191?\189lior?\239?\191?\189
-Effacement 'intelligent' des zones modifi?\239?\191?\189es
-Correction d'une memory corruption
-Structure d'acceuil pour les subpictures
-ggi et fb fonctionnent (pas mieux qu'avant, mais ils compilent)
-
-Ca rame. C'est normal, c'est la YUV en C qui est utilis?\239?\191?\189e. C'est aussi normal
-parce que l'effacement, ?\239?\191?\189a prends un peu de temps (et ?\239?\191?\189a c'est d?\239?\191?\189finitif).
-Ce n'est pas beau: normal, il n'y a que du croping pour le moment, le scaling
-arrive.
-
-------------------------------------------------------------------------
-r216 | seguin | 2000-01-31 15:00:05 +0100 (Mon, 31 Jan 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-Correction du bug 100% CPU en idle.
-
-------------------------------------------------------------------------
-r217 | seguin | 2000-01-31 17:56:37 +0100 (Mon, 31 Jan 2000) | 3 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/config.h
-   M /trunk/include/interface.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_cmd.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_output.c
-   A /trunk/vlc.channels
-
-Changement de cha?\239?\191?\189ne configurable depuis un fichier texte.
-Quelques corrections esthetiques dans vout.
-
-------------------------------------------------------------------------
-r218 | massiot | 2000-02-01 00:11:34 +0100 (Tue, 01 Feb 2000) | 2 lines
-Changed paths:
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Synchro de base.
-
-------------------------------------------------------------------------
-r219 | massiot | 2000-02-01 01:13:07 +0100 (Tue, 01 Feb 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Tentative d'amelioration de la synchro.
-
-------------------------------------------------------------------------
-r220 | seguin | 2000-02-01 01:50:29 +0100 (Tue, 01 Feb 2000) | 3 lines
-Changed paths:
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/interface/intf_cmd.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Temporaire (?\239?\191?\189a segfaulte si on le chatouille un peu).
-YUV walken avec resize. Y et + seulement pour le moment.
-
-------------------------------------------------------------------------
-r221 | massiot | 2000-02-01 02:37:18 +0100 (Tue, 01 Feb 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Re-tentative de sauvetage de la synchro.
-
-------------------------------------------------------------------------
-r222 | massiot | 2000-02-01 02:38:06 +0100 (Tue, 01 Feb 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-
-Un Makefile qui est parti un peu vite...
-
-------------------------------------------------------------------------
-r223 | massiot | 2000-02-01 03:16:56 +0100 (Tue, 01 Feb 2000) | 2 lines
-Changed paths:
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Rajout de #define SAM_SYNCHRO si sam veut reprendre son code.
-
-------------------------------------------------------------------------
-r224 | jimmy | 2000-02-01 04:00:16 +0100 (Tue, 01 Feb 2000) | 6 lines
-Changed paths:
-   M /trunk/src/video_decoder/video_decoder.c
-
-
-* Fonctions addblock et copyblock en inline MMX (pour ceux qui en ont...
-  du MMX).
-* Pour tout defaut suppos?\239?\191?\189 d'affichage ?\239?\191?\189 la suite du changement,
-  mailez-moi.
-
-------------------------------------------------------------------------
-r225 | seguin | 2000-02-01 10:30:10 +0100 (Tue, 01 Feb 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_yuv.c
-
-Scaling vertical dans les 2 sens en YUV walken.
-
-------------------------------------------------------------------------
-r226 | seguin | 2000-02-02 00:13:54 +0100 (Wed, 02 Feb 2000) | 2 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/video_output.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_yuv.c
-
-Scaling horizontal >=1
-
-------------------------------------------------------------------------
-r227 | maxx | 2000-02-02 22:52:20 +0100 (Wed, 02 Feb 2000) | 3 lines
-Changed paths:
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/interface/intf_ctrl.c
-
-* audio_output/audio_output.c, interface/intf_ctrl.c :
-- suppression de deux warnings ?\239?\191?\189 la noix de cajou polym?\239?\191?\189re ;
-
-------------------------------------------------------------------------
-r228 | seguin | 2000-02-03 02:23:21 +0100 (Thu, 03 Feb 2000) | 2 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/video_output.h
-   M /trunk/src/video_output/video_fb.c
-   M /trunk/src/video_output/video_yuv.c
-
-Synchro am?\239?\191?\189lior?\239?\191?\189e X et Y, dans les 2 sens
-
-------------------------------------------------------------------------
-r229 | maxx | 2000-02-03 04:37:46 +0100 (Thu, 03 Feb 2000) | 11 lines
-Changed paths:
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input_psi.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-
-* audio_output/audio_output.c :
-- suppression du fprintf() de debug ;
-
-* spu_decoder/spu_decoder.c :
-- suppression des fprintf() de debug ;
-- la nouvelle version est pr?\239?\191?\189te mais je ne la commit pas encore ;
-
-* input/input_psi.c :
-- le d?\239?\191?\189codeur spu ?\239?\191?\189tait autospawn?\239?\191?\189 uniquement si b_audio ?\239?\191?\189tait ?\239?\191?\189 1...
-remplacement de b_audio par b_video (g bon sam ?) ;
-
-------------------------------------------------------------------------
-r230 | maxx | 2000-02-03 05:46:29 +0100 (Thu, 03 Feb 2000) | 3 lines
-Changed paths:
-   M /trunk/src/spu_decoder/spu_decoder.c
-
-* spu_decoder/spu_decoder.c :
-- ?\239?\191?\189a devrait bien se passer maintenant :-)
-
-------------------------------------------------------------------------
-r231 | seguin | 2000-02-03 13:40:03 +0100 (Thu, 03 Feb 2000) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_text.c
-
-Correction du bug de calcul du masque (fontes outlines, point sous les ]).
-Vive les ^ qui suivent les ].
-
-------------------------------------------------------------------------
-r232 | seguin | 2000-02-03 14:38:13 +0100 (Thu, 03 Feb 2000) | 4 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_yuv.c
-
-Suppression de la ligne verte.
-Scaling encore optimis?\239?\191?\189.
-Suppression d'un bug causant un segfault sur certaines tailles de fenetre.
-
-------------------------------------------------------------------------
-r233 | seguin | 2000-02-04 14:20:22 +0100 (Fri, 04 Feb 2000) | 2 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/video_output/video_yuv.c
-
-Correction du segfault en gris.
-
-------------------------------------------------------------------------
-r234 | seguin | 2000-02-04 15:48:34 +0100 (Fri, 04 Feb 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_yuv.c
-
-Support 4:2:2, 4:4:4 et niveaux de gris en 15, 16 et 32 bpp complet.
-
-------------------------------------------------------------------------
-r235 | maxx | 2000-02-04 21:52:16 +0100 (Fri, 04 Feb 2000) | 44 lines
-Changed paths:
-   M /trunk/include/ac3_decoder.h
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-
-* ac3_decoder/ac3_decoder.c :
-- suppression des `#ifdef AC3_SIGSEGV' ;
-- correction d'un bug de la fonction `InitThread()' (scotchage ?\239?\191?\189
-l'initialisation du d?\239?\191?\189codeur AC3 dans certaines conditions tr?\239?\191?\189s
-particuli?\239?\191?\189res) ;
-- support du bool?\239?\191?\189en `b_invalid' permettant de d?\239?\191?\189tecter des frames
-suppos?\239?\191?\189es invalides ;
-
-* ac3_decoder/ac3_exponent.c :
-- suppression des `#ifdef AC3_SIGSEGV' ;
-- d?\239?\191?\189tection des frames invalides et support du bool?\239?\191?\189en `b_invalid' ;
-
-* ac3_decoder/ac3_mantissa.c :
-- suppression des `#ifdef AC3_SIGSEGV' ;
-- d?\239?\191?\189tection des frames invalides et support du bool?\239?\191?\189en `b_invalid' ;
-- optimisation de la fonction `mantissa_unpack()' ;
-
-* audio_decoder/audio_decoder.c :
-- correction d'un bug de la fonction `InitThread()' (scotchage ?\239?\191?\189
-l'initialisation du d?\239?\191?\189codeur MPEG2 dans certaines conditions tr?\239?\191?\189s
-particuli?\239?\191?\189res) ;
-
-* include/ac3_decoder.h :
-- suppression du `#define AC3_SIGSEGV' ;
-
-* include/vpar_synchro.h :
-- d?\239?\191?\189claration explicite de la fonction `vpar_SynchroKludge()' lorsque
-`SAM_SYNCHRO' n'est pas activ?\239?\191?\189e ;
-
-* interface/intf_ctrl.c :
-- initialisation ?\239?\191?\189 `-1' des variables `i_input' et `i_pid' de la
-fonction `SelectPID()' ;
-
-* video_output/video_yuv.c :
-- mise en commentaire de la fonction inutilis?\239?\191?\189e `yuvToRgb24()' ;
-
-* video_parser/video_parser.c :
-- int?\239?\191?\189gration du patch propos?\239?\191?\189 dans videolan-devel ;
-
-* video_parser/vpar_blocks.c :
-- int?\239?\191?\189gration du patch propos?\239?\191?\189 dans videolan-devel ;
-
-NdlR : apu warnings ?\239?\191?\189 la compilation :-)
-
-------------------------------------------------------------------------
-r236 | maxx | 2000-02-04 23:03:32 +0100 (Fri, 04 Feb 2000) | 4 lines
-Changed paths:
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-
-* ac3_decoder/ac3_decoder.c, audio_decoder/audio_decoder.c :
-- `msleep' de `INPUT_PTS_DELAY' et non `(3 * INPUT_PTS_DELAY) / 4'
-avant le d?\239?\191?\189marrage des d?\239?\191?\189codeurs audio ;
-
-------------------------------------------------------------------------
-r237 | sam | 2000-02-05 02:57:36 +0100 (Sat, 05 Feb 2000) | 5 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/video_output/video_fb.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_x11.c
-   M /trunk/src/video_output/video_yuv.c
-
- . prototypes de fonctions pour le 8bpp
- . virage d'un bug dans le calcul de bytes_per_line (sauf fumage de ma part)
- . suppression de quelques #@@#@!!#@@#!@#@#! d'espaces en fin de ligne
- . quelques reformatages ?\239?\191?\189 79 colonnes au lieu de @@#@!!#@@#!@#@#!# 81.
-
-------------------------------------------------------------------------
-r238 | seguin | 2000-02-06 14:13:10 +0100 (Sun, 06 Feb 2000) | 15 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/video_output/video_ggi.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_x11.c
-   M /trunk/src/video_output/video_yuv.c
-
-IMPORTANT:
-       p_vout->i_depth est maintenant la profondeur SIGNIFICATIVE de
-               l'?\239?\191?\189cran (8, 15, 16 ou 24)
-       p_vout->i_bytes_per_pixel est la profondeur r?\239?\191?\189elle (1, 2, 3 ou 4)
-
-Ajout du calcul des d?\239?\191?\189calages ?\239?\191?\189 video_output.
-Refonte de l'initialisation des tables.
-D?\239?\191?\189tection correcte des profondeurs 24/24 et 24/32 en X11
-Correction de bugs dans le scaling en 1, 3 et 4 Bpp.
-R?\239?\191?\189cup?\239?\191?\189ration des masques depuis le materiel en X11 et GGI.
-
-FrameBuffer cass?\239?\191?\189 pour le moment: il faut rajouter les masques de couleur
-(des valeurs par d?\239?\191?\189faut sont au d?\239?\191?\189but de video_yuv.c) et le calcul des
-nouvelles profondeurs d'?\239?\191?\189cran.
-
-------------------------------------------------------------------------
-r239 | sam | 2000-02-06 16:48:53 +0100 (Sun, 06 Feb 2000) | 8 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/video_output/video_fb.c
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . yuv pour le 8 bits noir et blanc
- . yuv 8 bits couleur (bon c'est moche pour le moment, mais ?\239?\191?\189a vient)
- . correction de "convertion" en "conversion" un peu partout :)
-
-?\239?\191?\189 faire encore : allouer dynamiquement la lookup table pour la YUV 8 bits,
-parce que directement dans p_vout ?\239?\191?\189a pue un peu, faire le changement de
-palette qui va bien au passage couleur / n&b.
-
-------------------------------------------------------------------------
-r240 | sam | 2000-02-07 05:54:01 +0100 (Mon, 07 Feb 2000) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-   A /trunk/src/video_output/video_dummy.c
-
- . rajout du mode video 'dummy' pour les gens qui n'ont pas de carte
-  video. Le premier qui se marre se prend une claque.
-
-------------------------------------------------------------------------
-r241 | sam | 2000-02-07 06:13:22 +0100 (Mon, 07 Feb 2000) | 9 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/video_output/video_fb.c
-   M /trunk/src/video_output/video_yuv.c
-
- . suite de l'output 8 bits couleur/n&b
- . correction d'un bug dans la g?\239?\191?\189n?\239?\191?\189ration de la palette optimale
- . YUV avec dithering mortel qui tue
-
-todo:
- . x11 (?\239?\191?\189a ne marche qu'en framebuffer pour le moment)
- . mettre la g?\239?\191?\189n?\239?\191?\189ration de palette dans video_yuv
- . refaire marcher l'output framebuffer pour bpp!=8
-
-------------------------------------------------------------------------
-r242 | sam | 2000-02-08 06:08:15 +0100 (Tue, 08 Feb 2000) | 14 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/video_output/video_fb.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_yuv.c
-
- . gestion du gamma en 8bpp grayscale
- . optimisations dans la YUV 8bpp
- . l'output framebuffer ne bloque plus la console
- . rajout d'une fonction dans la structure vout pour allouer une palette
- . r?\239?\191?\189initialisation de l'ancienne palette en quittant
-
-bugs restant:
- . pas d'allocation de palette en 8bits sous X11
- . bugs du scaling en 8bits sous X11 (sans doute d?\239?\191?\189 ?\239?\191?\189 l'alignement sur 1
-  octet au lieu de 2)
- . l'output framebuffer est toujours p?\239?\191?\189t?\239?\191?\189e pour 16 et 32 bits
- . pas de correction gamma en 8bits couleur
- . c'est tout moche pendant la fraction de seconde du changement de palette
-
-------------------------------------------------------------------------
-r243 | sam | 2000-02-09 03:04:28 +0100 (Wed, 09 Feb 2000) | 4 lines
-Changed paths:
-   M /trunk/src/video_output/video_fb.c
-
- . un peu de m?\239?\191?\189nage dans video_fb.c
- . r?\239?\191?\189cup?\239?\191?\189ration des masks dans la structure framebuffer, ce qui fait que
-  l'output framebuffer fonctionne ?\239?\191?\189 nouveau.
-
-------------------------------------------------------------------------
-r244 | sam | 2000-02-09 06:50:25 +0100 (Wed, 09 Feb 2000) | 5 lines
-Changed paths:
-   M /trunk/Makefile
-   A /trunk/src/interface/intf_3dfx.c
-   A /trunk/src/video_output/video_3dfx.c
-
- . video output pour 3dfx.
- . le premier qui se marre gagne le droit de venir voir comment ma 3dfx1
-  fait l'overlay, le scaling et la YUV en hard (nan je d?\239?\191?\189conne, elle fait
-  rien de tout ?\239?\191?\189a, et en plus ?\239?\191?\189a rame).
-
-------------------------------------------------------------------------
-r245 | sam | 2000-02-10 04:15:16 +0100 (Thu, 10 Feb 2000) | 4 lines
-Changed paths:
-   M /trunk/src/interface/intf_3dfx.c
-   M /trunk/src/video_output/video_3dfx.c
-   M /trunk/src/video_output/video_output.c
-
- . double buffering avec locks pour 3dfx
- . gestion des touches pour l'interface 3dfx
- . proprification de la gestion des touches en framebuffer
-
-------------------------------------------------------------------------
-r246 | sam | 2000-02-10 06:57:10 +0100 (Thu, 10 Feb 2000) | 4 lines
-Changed paths:
-   M /trunk/src/video_output/video_fb.c
-   M /trunk/src/video_output/video_output.c
-
- Juste une modif ?\239?\191?\189 la con dans video_output pour que le message "waiting
- for stream" s'affiche d?\239?\191?\189s le lancement du vlc. En m?\239?\191?\189me temps ?\239?\191?\189a me
- permet de tester que la migration du CVS sur shiva a fonctionn?\239?\191?\189.
-
-------------------------------------------------------------------------
-r247 | sam | 2000-02-13 05:31:35 +0100 (Sun, 13 Feb 2000) | 21 lines
-Changed paths:
-   M /trunk/include/ac3_decoder.h
-   M /trunk/include/audio_constants.h
-   M /trunk/include/audio_decoder.h
-   M /trunk/include/audio_dsp.h
-   M /trunk/include/audio_math.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/common.h
-   M /trunk/include/config.h
-   M /trunk/include/control.h
-   M /trunk/include/debug.h
-   M /trunk/include/decoder_fifo.h
-   M /trunk/include/generic_decoder.h
-   M /trunk/include/input.h
-   M /trunk/include/input_ctrl.h
-   M /trunk/include/input_file.h
-   M /trunk/include/input_netlist.h
-   M /trunk/include/input_network.h
-   M /trunk/include/input_pcr.h
-   M /trunk/include/input_psi.h
-   M /trunk/include/input_vlan.h
-   M /trunk/include/interface.h
-   M /trunk/include/intf_cmd.h
-   M /trunk/include/intf_console.h
-   M /trunk/include/intf_ctrl.h
-   M /trunk/include/intf_msg.h
-   M /trunk/include/intf_sys.h
-   M /trunk/include/main.h
-   M /trunk/include/mtime.h
-   M /trunk/include/netutils.h
-   M /trunk/include/rsc_files.h
-   M /trunk/include/spu_decoder.h
-   M /trunk/include/vdec_idct.h
-   M /trunk/include/vdec_motion.h
-   M /trunk/include/video.h
-   M /trunk/include/video_decoder.h
-   M /trunk/include/video_fifo.h
-   M /trunk/include/video_graphics.h
-   M /trunk/include/video_output.h
-   M /trunk/include/video_parser.h
-   M /trunk/include/video_sys.h
-   M /trunk/include/video_text.h
-   M /trunk/include/video_x11.h
-   M /trunk/include/video_yuv.h
-   M /trunk/include/vlc.h
-   M /trunk/include/vlc_thread.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   M /trunk/src/ac3_decoder/ac3_rematrix.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_decoder/audio_math.c
-   M /trunk/src/audio_output/audio_dsp.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/generic_decoder/generic_decoder.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/input/input_file.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_network.c
-   M /trunk/src/input/input_pcr.c
-   M /trunk/src/input/input_psi.c
-   M /trunk/src/input/input_vlan.c
-   M /trunk/src/interface/control.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_3dfx.c
-   M /trunk/src/interface/intf_cmd.c
-   M /trunk/src/interface/intf_console.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/rsc_files.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_decoder/idctmmx.S
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_output/video_3dfx.c
-   M /trunk/src/video_output/video_dummy.c
-   M /trunk/src/video_output/video_fb.c
-   M /trunk/src/video_output/video_ggi.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_x11.c
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/src/video_output/video_yuv_mmx.S
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- Je vous avais pr?\239?\191?\189venu. Le demoronifier a frapp?\239?\191?\189.
-
- D?\239?\191?\189sol?\239?\191?\189 pour le flood. Les en-t?\239?\191?\189tes de fonctions ne font plus 81
-caract?\239?\191?\189res, et il n'y a plus d'espaces inutiles, Tous les trailing
-spaces ont disparu, j'ai essay?\239?\191?\189 de v?\239?\191?\189rifier que ?\239?\191?\189a ne p?\239?\191?\189tait rien,
-mais j'ai pu oublier un truc con. J'accepte tous types de ch?\239?\191?\189timents
-?\239?\191?\189 base d'orties fra?\239?\191?\189ches.
-
- D?\239?\191?\189sol?\239?\191?\189 d'avoir aussi modifi?\239?\191?\189 les fichiers de ceux qui formataient
-bien proprement leurs en-t?\239?\191?\189tes ?\239?\191?\189 80 et pas 79 sans emb?\239?\191?\189ter personne,
-mais j'ai d?\239?\191?\189 choisir entre les deux.
-
- Dor?\239?\191?\189navant ce serait bien de formater les en-t?\239?\191?\189tes et les commentaires
-justifi?\239?\191?\189s ?\239?\191?\189 droite ?\239?\191?\189 79 colonnes, ou au pire ?\239?\191?\189 80.
-
- . 1343 moronic long lines destroyed
- . 12893 trailing spaces eradicated
- . 115 ugly macros fixed
- . 959 innocent a_bit_long lines shortened
- But hey, 40054 lines were OK !
-
-------------------------------------------------------------------------
-r248 | sam | 2000-02-13 20:43:02 +0100 (Sun, 13 Feb 2000) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/src/interface/control.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_fb.c
-
- . d?\239?\191?\189tection d'un processeur MMX.
- . l'output fb remet le terminal comme il faut en sortant.
- . s?\239?\191?\189paration du flag MMX et de l'architecture dans le Makefile
-
-------------------------------------------------------------------------
-r249 | sam | 2000-02-14 09:44:59 +0100 (Mon, 14 Feb 2000) | 19 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/ac3_decoder.h
-   M /trunk/include/config.h
-   M /trunk/include/debug.h
-   M /trunk/include/input_netlist.h
-   M /trunk/include/interface.h
-   M /trunk/include/intf_sys.h
-   M /trunk/include/vdec_idct.h
-   M /trunk/include/video_fifo.h
-   M /trunk/include/video_output.h
-   M /trunk/include/video_parser.h
-   M /trunk/include/video_sys.h
-   M /trunk/include/vlc_thread.h
-   M /trunk/src/interface/interface.c
-   D /trunk/src/interface/intf_3dfx.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_decoder/idctmmx.S
-   M /trunk/src/video_decoder/vdec_idct.c
-   D /trunk/src/video_output/video_3dfx.c
-   D /trunk/src/video_output/video_dummy.c
-   D /trunk/src/video_output/video_fb.c
-   D /trunk/src/video_output/video_ggi.c
-   M /trunk/src/video_output/video_output.c
-   D /trunk/src/video_output/video_x11.c
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/src/video_output/video_yuv_mmx.S
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . fix?\239?\191?\189 une erreur de syntaxe dans video_fb.c
- . *3dfx* devient *glide*
- . suppression de tabulations dans quelques fichiers
- . suppression des 2 warnings dans sam_synchro
- . video_* devient vout_* quand ce sont des m?\239?\191?\189thodes de vout
- . tentative de correction de la d?\239?\191?\189tection de MMX pour BeOS
- . nouvelle option vlc_vout_method (faute de mieux pour le moment)
- . modification du Makefile pour supporter plusieurs VIDEO_*
-
-dor?\239?\191?\189navant on peut compiler plusieurs output diff?\239?\191?\189rents dans le
-client. la pr?\239?\191?\189f?\239?\191?\189rence se fait dans l'ordre x11, fb, ggi, glide...
-
-si on le compile avec x11 et fb, par d?\239?\191?\189faut il se lancera en X.
-pour le lancer en framebuffer :
-./vlc vlc_vout_method=fb
-
-(il faut que je proprifie un peu le choix de l'output, et que je
-facilite l'ajout d'un nouveau vout_*)
-
-------------------------------------------------------------------------
-r250 | sam | 2000-02-15 06:25:49 +0100 (Tue, 15 Feb 2000) | 10 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/config.h
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_yuv.c
-
- . am?\239?\191?\189lioration de la YUV 8bpp
- . nettoyage du code de gestion des m?\239?\191?\189thodes vout
- . nouvelle option --vout
- . pr?\239?\191?\189paration de l'?\239?\191?\189clatage de l'audio output comme ?\239?\191?\189a a ?\239?\191?\189t?\239?\191?\189
-  fait avec le vout.
- . nouvelle commande --long-help
-
-La s?\239?\191?\189lection de la m?\239?\191?\189thode vout est encore plus simple. Pour s?\239?\191?\189lectionner
-le framebuffer par exemple : "vlc --vout fb". Par d?\239?\191?\189faut, X11 est choisi.
-
-------------------------------------------------------------------------
-r251 | sam | 2000-02-16 01:35:19 +0100 (Wed, 16 Feb 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-
- . virage de cette #@!#@@#@#!@#@#!!@#@!!#@!@!!@# de d?\239?\191?\189pendance du Makefile
-
-------------------------------------------------------------------------
-r252 | sam | 2000-02-16 04:54:07 +0100 (Wed, 16 Feb 2000) | 8 lines
-Changed paths:
-   D /trunk/include/audio_dsp.h
-   M /trunk/include/audio_output.h
-   A /trunk/include/audio_sys.h
-   M /trunk/include/intf_sys.h
-   M /trunk/include/video_sys.h
-   D /trunk/src/audio_output/audio_dsp.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/video_output/video_output.c
-
- o changement de nom des fonctions sp?\239?\191?\189cifiques BeOS
- o d?\239?\191?\189but de l'?\239?\191?\189clatage de l'audio_output :
-   . giclage des variables *dsp* en faveur de *sys*
-   . aout_*GetBufInfo renvoie l_bytes pour que video_output.c ne d?\239?\191?\189pende
-    plus de la structure audio_buf_info sp?\239?\191?\189cifique ?\239?\191?\189 <linux/soundcard.h>
-   . cr?\239?\191?\189ation de la m?\239?\191?\189thode audio 'dummy' qui ne fait rien.
- o nouvelle option --aout acceptant 'dummy' et 'dsp' pour le moment
-
-------------------------------------------------------------------------
-r253 | sam | 2000-02-16 08:27:26 +0100 (Wed, 16 Feb 2000) | 7 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/audio_output.h
-   M /trunk/include/audio_sys.h
-   M /trunk/include/common.h
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/interface/intf_ctrl.c
-   D /trunk/src/video_decoder/idctmmx.S
-   A /trunk/src/video_decoder/vdec_idctmmx.S
-
- o renommage arbitraire et totalitaire de idctmmx.S en vdec_idctmmx.S
- o correction d'une typo d?\239?\191?\189bile dans audio_output au commit pr?\239?\191?\189c?\239?\191?\189dent
- o b_stereo est remplac?\239?\191?\189 par i_channels
- o suppression de la structure aout_dsp_t dont les membres d?\239?\191?\189pendant
-  de l'output se retrouve dans aout_*_sys_t, et les autres directement
-  dans aout_thread_t, on se fait pas chier.
-
-------------------------------------------------------------------------
-r254 | polux | 2000-02-17 01:43:58 +0100 (Thu, 17 Feb 2000) | 7 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/input/input.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Corrections de quelques petits bugs et surtout nouvelle synchro qui ne semble
-pas trop mal marcher sur ma machine mais qui j'en suis s?\239?\191?\189r ne marchera pas du
-tout sur la votre.
-
-A noter qu'il existe maintenant 3 synchros que l'on peut choisir en changeant
-le define dans vpar_synchro.h (POLUX_SYNCHRO, SAM_SYNCHRO, MEUUH_SYNCHRO)
-
-------------------------------------------------------------------------
-r255 | sam | 2000-02-17 07:07:37 +0100 (Thu, 17 Feb 2000) | 20 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/audio_output.h
-   M /trunk/include/audio_sys.h
-   M /trunk/include/config.h
-   M /trunk/include/video_sys.h
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_output.c
-
- o remise de b_stereo dans les structures audio en attendant que soit
-  d?\239?\191?\189finie une api pour la gestion de plus de 2 voies, qui de toute fa?\239?\191?\189on
-  est loin d'?\239?\191?\189tre une priorit?\239?\191?\189. je dirais m?\239?\191?\189me qu'on s'en fout.
- o argument suppl?\239?\191?\189mentaire pour GetBufInfo() pour que la m?\239?\191?\189thode dummy
-  attende un temps convenable, et correction de aout_dummy.c
- o le test sur la variable DEBUG dans config.h est maintenant conforme
-  ?\239?\191?\189 ce que dit le Makefile.
- o suppression d'une variable inutile dans intf_fb.c
- o --long-help devient --longhelp comme dans mpg123
- o version du programme arbitrairement mise ?\239?\191?\189 0.95.0
- o commentaire d'une variable inutilis?\239?\191?\189e dans Synchronize (video_output.c)
- o correction du "LIN" en "LIB" dans le Makefile, qui doit tra?\239?\191?\189ner l?\239?\191?\189
-  depuis des si?\239?\191?\189cles
- o proprification de quelques routines du Makefile
-
-le code de s?\239?\191?\189lection de m?\239?\191?\189thode audio/video est loin d'?\239?\191?\189tre propre, je
-dirais m?\239?\191?\189me que c'est du gros caca, mais j'y bosse.
-
-bonne nuit,
-
-------------------------------------------------------------------------
-r256 | dae | 2000-02-17 12:04:52 +0100 (Thu, 17 Feb 2000) | 2 lines
-Changed paths:
-   M /trunk/include/vlc.h
-   M /trunk/src/generic_decoder/generic_decoder.c
-   M /trunk/src/input/input_vlan.c
-
-remaniement de quelsques includes pour que ca passe sous BSD.
-
-------------------------------------------------------------------------
-r257 | polux | 2000-02-17 17:36:25 +0100 (Thu, 17 Feb 2000) | 11 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Premier service pack de la POLUX_SYNCHRO:
- o 0 bug fixe
- o several bugs added
- o synchro is now slower than ever
-
-Si par chance cela marchait chez vous pr?\239?\191?\189venez moi vite.
-
-Mise ?\239?\191?\189 0 du flag DEBUG pour tester la synchro dans les meilleures conditions
-possibles, attention les acc?\239?\191?\189s disque du mini-server ainsi que les nombreuses
-irr?\239?\191?\189gularit?\239?\191?\189s du flux peuvent perturber le client de fa?\239?\191?\189on non n?\239?\191?\189gligeable.
-
-------------------------------------------------------------------------
-r258 | polux | 2000-02-17 19:04:38 +0100 (Thu, 17 Feb 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-Petite modif dans la synchro, peut-?\239?\191?\189tre que cela marchera mieux, qui sait ?
-
-------------------------------------------------------------------------
-r259 | walken | 2000-02-17 20:28:00 +0100 (Thu, 17 Feb 2000) | 10 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/decoder_fifo.h
-   A /trunk/src/misc/decoder_fifo.c
-
-Modification de decoder_fifo.h : le cas ou on passe d'un buffer a l'autre
-lors de la lecture d'un octet n'est plus inline. Precedemment le code etait
-inclus a chaque invocation de NeedBits ou GetBits...
-
-Vu l'etat de la synchro je n'ai pas pu mesurer d'impact precis sur les fps
-mais je ne m'attends pas a ce qu'il soit mesurable de toute facon : on troque
-un apel de fonction contre un meilleur comportement du cache code...
-
-Premier checkin de ma part, mais il devrait en venir d'autres.
-
-------------------------------------------------------------------------
-r260 | polux | 2000-02-17 23:17:35 +0100 (Thu, 17 Feb 2000) | 8 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-La plupart des causes de segfault de la video ont ?\239?\191?\189t?\239?\191?\189 ?\239?\191?\189limin?\239?\191?\189es, les messages
-d'erreur qui sont affich?\239?\191?\189s sur stderr vous donnerons une bonne id?\239?\191?\189e du nombres
-d'occasions de planter qui se pr?\239?\191?\189sentent au client.
-
-J'ai aussi remis le flag DEBUG ?\239?\191?\189 1 et commenter omit-frame-pointer pour que
-tout le monde puisse avoir la chance de participer ?\239?\191?\189 la chasse aux segfaults
-avec son gdb. Les bugs report sont le bienvenu (surtout si c pour l'audio ;).
-
-------------------------------------------------------------------------
-r261 | walken | 2000-02-18 01:26:23 +0100 (Fri, 18 Feb 2000) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/decoder_fifo.h
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/misc/decoder_fifo.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_parser/video_parser.c
-
-Modification du decoder_fifo : le GetByte devrait etre un chouilla plus rapide,
-ce qui devrait au minimum compenser la perte due a ma derniere modification.
-
-------------------------------------------------------------------------
-r262 | sam | 2000-02-19 01:11:26 +0100 (Sat, 19 Feb 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/input_netlist.h
-
- deux changements cosm?\239?\191?\189tiques de rien du tout et suppression d'un warning
-
-------------------------------------------------------------------------
-r263 | walken | 2000-02-19 01:39:03 +0100 (Sat, 19 Feb 2000) | 7 lines
-Changed paths:
-   M /trunk/Makefile
-   D /trunk/include/ac3_bit_allocate.h
-   D /trunk/include/ac3_downmix.h
-   D /trunk/include/ac3_exponent.h
-   D /trunk/include/ac3_imdct.h
-   D /trunk/include/ac3_mantissa.h
-   D /trunk/include/ac3_parse.h
-   D /trunk/include/ac3_rematrix.h
-   D /trunk/include/audio_constants.h
-   D /trunk/include/audio_math.h
-   D /trunk/include/audio_sys.h
-   D /trunk/include/control.h
-   D /trunk/include/generic_decoder.h
-   D /trunk/include/input_ctrl.h
-   D /trunk/include/input_file.h
-   D /trunk/include/input_network.h
-   D /trunk/include/input_pcr.h
-   D /trunk/include/input_psi.h
-   D /trunk/include/intf_cmd.h
-   D /trunk/include/intf_console.h
-   D /trunk/include/intf_ctrl.h
-   D /trunk/include/intf_sys.h
-   D /trunk/include/video_sys.h
-   D /trunk/include/video_text.h
-   D /trunk/include/video_x11.h
-   D /trunk/include/video_yuv.h
-   D /trunk/include/vlc.h
-   A /trunk/src/ac3_decoder/ac3_bit_allocate.h
-   A /trunk/src/ac3_decoder/ac3_downmix.h
-   A /trunk/src/ac3_decoder/ac3_exponent.h
-   A /trunk/src/ac3_decoder/ac3_imdct.h
-   A /trunk/src/ac3_decoder/ac3_mantissa.h
-   A /trunk/src/ac3_decoder/ac3_parse.h
-   A /trunk/src/ac3_decoder/ac3_rematrix.h
-   A /trunk/src/audio_decoder/audio_constants.h
-   A /trunk/src/audio_decoder/audio_math.h
-   A /trunk/src/audio_output/audio_sys.h
-   A /trunk/src/generic_decoder/generic_decoder.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   A /trunk/src/input/input_ctrl.h
-   A /trunk/src/input/input_file.h
-   A /trunk/src/input/input_network.h
-   A /trunk/src/input/input_pcr.h
-   M /trunk/src/input/input_psi.c
-   A /trunk/src/input/input_psi.h
-   D /trunk/src/interface/control.c
-   A /trunk/src/interface/intf_cmd.h
-   A /trunk/src/interface/intf_console.h
-   M /trunk/src/interface/intf_ctrl.c
-   A /trunk/src/interface/intf_ctrl.h
-   A /trunk/src/interface/intf_sys.h
-   A /trunk/src/video_output/video_sys.h
-   A /trunk/src/video_output/video_text.h
-   A /trunk/src/video_output/video_x11.h
-   A /trunk/src/video_output/video_yuv.h
-
-Yop,
-
-Bon ben voila, j'ai commence a bouger les .h comme je voulais le faire...
-
-C'est encore un peu le bordel et j'en suis desole. Mais je compte bien
-deplacer des trucs jusqu'a ce que ca soit a nouveau bien range :)
-
-------------------------------------------------------------------------
-r264 | reno | 2000-02-21 00:24:38 +0100 (Mon, 21 Feb 2000) | 7 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/src/audio_output/audio_output.c
-
-
-
-Ajoute du support son U8_Stereo
-
---
-Reno
-
-------------------------------------------------------------------------
-r265 | walken | 2000-02-21 03:19:54 +0100 (Mon, 21 Feb 2000) | 7 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/config.h
-   M /trunk/include/vpar_synchro.h
-
-
-Une partie de patch qui ne devrait pas etre trop controversee : j'ai juste
-change les #define MACHIN_DELAY pour qu'ils soient definis en tant que
-multiples de CLOCK_FREQ
-
-:>
-
-------------------------------------------------------------------------
-r266 | sam | 2000-02-21 05:21:52 +0100 (Mon, 21 Feb 2000) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/audio_output.h
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/audio_output/audio_sys.h
-   M /trunk/src/interface/main.c
-
- . ajout de l'audio output pour Esound
- . pas encore tr?\239?\191?\189s au point ?\239?\191?\189 cause d'un bug dans esd_get_latency() mais
- j'en ai besoin pour tester le chargement dynamique de plugins.
-
-------------------------------------------------------------------------
-r267 | sam | 2000-02-21 10:15:04 +0100 (Mon, 21 Feb 2000) | 11 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/audio_output.h
-   M /trunk/include/config.h
-   M /trunk/include/interface.h
-   M /trunk/include/video_output.h
-   M /trunk/src/audio_output/audio_output.c
-   D /trunk/src/audio_output/audio_sys.h
-   M /trunk/src/interface/interface.c
-   D /trunk/src/interface/intf_sys.h
-   M /trunk/src/video_output/video_output.c
-   D /trunk/src/video_output/video_sys.h
-
- chargement dynamique de plugins audio/video/interface
-
- utilisation: c'est tout con, ?\239?\191?\189a marche comme avant. pour le moment
-  il n'y a pas de v?\239?\191?\189rification des symboles mais ?\239?\191?\189a viendra.
-
- seule restriction, il faut ?\239?\191?\189tre dans le r?\239?\191?\189pertoire vlc quand on lance
-  le client, parce que le chemin des plugins est relatif, mais ?\239?\191?\189a aussi
-  ?\239?\191?\189a va changer.
-
- le Makefile devient pas tr?\239?\191?\189s beau, il faudra songer ?\239?\191?\189 passer ?\239?\191?\189 automake
-
-------------------------------------------------------------------------
-r268 | sam | 2000-02-21 10:15:49 +0100 (Mon, 21 Feb 2000) | 2 lines
-Changed paths:
-   A /trunk/src/audio_output/audio_sys.h
-   A /trunk/src/interface/intf_sys.h
-   A /trunk/src/video_output/video_sys.h
-
- 3 vilains fichiers avaient disparu
-
-------------------------------------------------------------------------
-r269 | walken | 2000-02-22 15:09:51 +0100 (Tue, 22 Feb 2000) | 5 lines
-Changed paths:
-   M /trunk/src/video_decoder/vdec_motion.c
-
-Modification mineure MotionComponent : changement d'une boucle imbriquee
-sur i_y et i_y1 en une boucle simple sur i_y... Le changement en vitesse comme
-en taille est chouillatique mais neanmoins positif. Ca n'a pas d'effet sur
-l'unrolling de boucle car celui-ci est effectue sur une boucle plus interne...
-
-------------------------------------------------------------------------
-r270 | walken | 2000-02-22 23:54:22 +0100 (Tue, 22 Feb 2000) | 9 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/ac3_decoder.h
-   A /trunk/include/ac3_decoder_thread.h
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.h
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_downmix.h
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_exponent.h
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   M /trunk/src/ac3_decoder/ac3_imdct.h
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.h
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   M /trunk/src/ac3_decoder/ac3_parse.h
-   M /trunk/src/ac3_decoder/ac3_rematrix.c
-   M /trunk/src/ac3_decoder/ac3_rematrix.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-
-
-travail sur l'ac3_decoder : debut de separation de ce qui est specifique a
-videolan (ac3_decoder_thread) et de ce qui ne l'est pas. Ce n'est pas encore
-ideal, la partie "videolan" fait des inits a l'interieur de la partie
-"ac3"... il faudra que je fasse une belle interface pour ca.
-
-Le probleme des includes n'est pas non plus regle, mais c'est a cause des
-bit_streams :) patience.
-
-------------------------------------------------------------------------
-r271 | walken | 2000-02-22 23:55:07 +0100 (Tue, 22 Feb 2000) | 3 lines
-Changed paths:
-   A /trunk/src/ac3_decoder/ac3_decoder_thread.c
-
-
-oops, j'ai oublie un fichier
-
-------------------------------------------------------------------------
-r272 | sam | 2000-02-23 04:04:50 +0100 (Wed, 23 Feb 2000) | 21 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/ac3_decoder.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/common.h
-   M /trunk/include/config.h
-   M /trunk/include/decoder_fifo.h
-   M /trunk/include/input.h
-   M /trunk/include/input_vlan.h
-   M /trunk/include/video_decoder.h
-   M /trunk/include/video_fifo.h
-   M /trunk/include/video_output.h
-   M /trunk/include/video_parser.h
-   M /trunk/include/vlc_thread.h
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   M /trunk/src/ac3_decoder/ac3_rematrix.c
-   M /trunk/src/audio_decoder/audio_constants.h
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_decoder/audio_math.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/generic_decoder/generic_decoder.c
-   M /trunk/src/generic_decoder/generic_decoder.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/input/input_file.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_pcr.c
-   M /trunk/src/input/input_psi.c
-   M /trunk/src/input/input_vlan.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_console.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/decoder_fifo.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   D /trunk/src/video_output/video_x11.h
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/src/video_output/video_yuv.h
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- Le retour du demoronifier qui n'est pas content.
-
-   . 11 moronic long lines destroyed
-   . 1282 trailing spaces eradicated
-   . 4 ugly macros fixed
-   . 5 innocent a_bit_long lines shortened
-
-   . 5987 tabulations transform?\239?\191?\189es en espaces
-   . 153 '??' transform?\239?\191?\189s en 'XXX??' ou 'FIXME??'
-    (ptyx, j'esp?\239?\191?\189re que ce compromis te convient)
-
-   . commentaires en // corrig?\239?\191?\189s en /* */
-    (je parle bien des commentaires, pas des morceaux de code
-     mis en // comme les printf de debug par exemple)
-
-Au passage :
-
-   . version du vlc modifi?\239?\191?\189e en 0.1.99 (la release sera la 0.2.0)
-   . suppression de video_x11.h
-   . correction d'un warning dans intf_ctrl.c
-
-------------------------------------------------------------------------
-r273 | sam | 2000-02-23 04:09:33 +0100 (Wed, 23 Feb 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/src/interface/intf_ctrl.c
-
-  rha ! deux fichiers oubli?\239?\191?\189s.
-
-------------------------------------------------------------------------
-r274 | walken | 2000-02-25 03:45:09 +0100 (Fri, 25 Feb 2000) | 22 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/src/video_decoder/vdec_motion.c
-   A /trunk/src/video_decoder/vdec_motion_inner.c
-
-
-Decoupage de vdec_motion en deux parties :
-
-vdec_motion_inner contient le code plus ou moins bourin qui calcule les pixels
-(je pense que c'est la que la majorite du temps est ecoulee, et qu'il y aurait
-eventuellement un avantage a rechercher des optimisations particulieres pour
-ce fichier, genre debouclage de boucles ou quelque chose du genre)
-
-Le code dans vdec_motion contient quand a lui des tests sur le type exact
-de prediction a effectuer, des calculs de pointeurs en fonction des motion
-vectors, et les appels a vdec_motion_inner.
-
-La fonction MotionComponent de vdec_motion a ete modifiee pour appeler
-directement la bonne fonction de vdec_motion_inner en fonction des parametres.
-La encore en raison de la gestion d'inlines faite a la compilation, pour chaque
-appel les parametres i_width, i_height et b_average sont deja connus et
-donc l'appel de MotionComponent devrait s'etendre a un simple switch (i_select)
-et un appel de la fonction correspondante dans vdec_motion_inner.
-
-Le code dans vdec_motion presente toujours une apparence contestable mais
-je n'ai pas modifie son fonctionnement (seulement la fonction MotionComponent).
-
-------------------------------------------------------------------------
-r275 | walken | 2000-02-28 03:35:41 +0100 (Mon, 28 Feb 2000) | 23 lines
-Changed paths:
-   M /trunk/include/ac3_decoder.h
-   M /trunk/include/ac3_decoder_thread.h
-   M /trunk/include/common.h
-   A /trunk/include/int_types.h
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   A /trunk/src/ac3_decoder/ac3_bit_stream.h
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_exponent.h
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   M /trunk/src/ac3_decoder/ac3_parse.h
-   M /trunk/src/ac3_decoder/ac3_rematrix.c
-
-
-Separation du decodeur ac3 et de la partie specifique a videolan
-
-Les interfaces du deco ac3 ne sont pas encore bien propres et documentees
-mais ca viendra dans un second temps. Les fichiers ac3 ne dependent plus
-d'includes videolan. C'est deja une bonne premiere etape.
-
-Au niveau du bitstream compresse, l'interface avec le decodeur ac3 ne se fait
-plus par le fichier decoder_fifo.h. En effet, le decodeur ac3 a besoin de
-connaitre la structure exact d'un bitstream_t, donc cette interface n'etait
-pas la plus propre. La nouvelle interface se compose d'une fonction
-ac3_byte_stream_next (ac3_byte_stream_t * p_byte_stream) que le decodeur
-ac3 appelle lorsqu'il a besoin d'un nouveau buffer de donnees compressees.
-
-ac3_byte_stream_t est une structure comprenant les champs
-u8 * p_byte (pointeur sur le debut du buffer),
-u8 * p_end (pointeur sur la fin du buffer),
-void * info (utilisation libre pour implementer ac3_byte_stream_next)
-
-L'implementation actuelle de ac3_byte_stream_next () dans ac3_decoder_thread.c
-fait un peu double emploi avec misc/decoder_fifo.c mais je reglerai tout ca
-plus tard.
-
-------------------------------------------------------------------------
-r276 | walken | 2000-03-02 00:51:08 +0100 (Thu, 02 Mar 2000) | 8 lines
-Changed paths:
-   M /trunk/include/ac3_decoder.h
-   M /trunk/include/ac3_decoder_thread.h
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   D /trunk/src/ac3_decoder/ac3_bit_allocate.h
-   M /trunk/src/ac3_decoder/ac3_bit_stream.h
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   D /trunk/src/ac3_decoder/ac3_downmix.h
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   D /trunk/src/ac3_decoder/ac3_exponent.h
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   D /trunk/src/ac3_decoder/ac3_imdct.h
-   A /trunk/src/ac3_decoder/ac3_internal.h
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   D /trunk/src/ac3_decoder/ac3_mantissa.h
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   D /trunk/src/ac3_decoder/ac3_parse.h
-   M /trunk/src/ac3_decoder/ac3_rematrix.c
-   D /trunk/src/ac3_decoder/ac3_rematrix.h
-   M /trunk/src/input/input.c
-
-
-Created a small&clean public interface for the ac3 decoder (see ac3_decoder.h)
-
-Modified ac3_decoder_thread to use this interface
-
-Find ac3 sync words not by scanning the ac3 stream but by using the magic
-bytes at the start of the ac3 pes packets
-
-------------------------------------------------------------------------
-r277 | sam | 2000-03-03 01:59:56 +0100 (Fri, 03 Mar 2000) | 9 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/common.h
-   M /trunk/include/vlc_thread.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_decoder/audio_math.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_psi.c
-   M /trunk/src/input/input_vlan.c
-   M /trunk/src/misc/netutils.c
-
- . portage des vlc_threads aux cthreads de Mach pour GNU/Hurd
- . rajout de #ifdef SYS_LINUX autour du code concernant les interfaces
- . suppression de quelques #include <sys/soundcard.h> qui trainaient encore
- . option PPRO dans le Makefile (si vous avez des erreurs
-    'Illegal instruction', ?\239?\191?\189a venait probablement de l?\239?\191?\189)
- . rajout de quelques commentaires pour expliquer en quoi certains #include
-    sont n?\239?\191?\189cessaires, aux endroits o?\239?\191?\189 je ne comprenais pas, et suppression
-    de #include qui semblaient inutiles.
-
-------------------------------------------------------------------------
-r278 | walken | 2000-03-03 02:26:17 +0100 (Fri, 03 Mar 2000) | 4 lines
-Changed paths:
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_internal.h
-   M /trunk/src/ac3_decoder/ac3_parse.c
-
-modification du deco ac3 pour le rendre plus robuste.
-
-normalement le client ne devrait plus segfaulter... enfin, normalement :)
-
-------------------------------------------------------------------------
-r279 | sam | 2000-03-03 08:03:34 +0100 (Fri, 03 Mar 2000) | 17 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/ac3_decoder.h
-   M /trunk/include/ac3_decoder_thread.h
-   M /trunk/include/audio_decoder.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/common.h
-   M /trunk/include/config.h
-   M /trunk/include/debug.h
-   M /trunk/include/decoder_fifo.h
-   M /trunk/include/input.h
-   M /trunk/include/input_netlist.h
-   M /trunk/include/input_vlan.h
-   M /trunk/include/int_types.h
-   M /trunk/include/interface.h
-   M /trunk/include/intf_msg.h
-   M /trunk/include/main.h
-   M /trunk/include/mtime.h
-   M /trunk/include/netutils.h
-   M /trunk/include/rsc_files.h
-   M /trunk/include/spu_decoder.h
-   A /trunk/include/threads.h
-   M /trunk/include/vdec_idct.h
-   M /trunk/include/vdec_motion.h
-   M /trunk/include/video.h
-   M /trunk/include/video_decoder.h
-   M /trunk/include/video_fifo.h
-   M /trunk/include/video_graphics.h
-   M /trunk/include/video_output.h
-   M /trunk/include/video_parser.h
-   D /trunk/include/vlc_thread.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   M /trunk/src/ac3_decoder/ac3_bit_stream.h
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   M /trunk/src/ac3_decoder/ac3_internal.h
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   M /trunk/src/ac3_decoder/ac3_rematrix.c
-   M /trunk/src/audio_decoder/audio_constants.h
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_decoder/audio_math.c
-   M /trunk/src/audio_decoder/audio_math.h
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/audio_output/audio_sys.h
-   M /trunk/src/generic_decoder/generic_decoder.c
-   M /trunk/src/generic_decoder/generic_decoder.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/input/input_ctrl.h
-   M /trunk/src/input/input_file.c
-   M /trunk/src/input/input_file.h
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_network.c
-   M /trunk/src/input/input_network.h
-   M /trunk/src/input/input_pcr.c
-   M /trunk/src/input/input_pcr.h
-   M /trunk/src/input/input_psi.c
-   M /trunk/src/input/input_psi.h
-   M /trunk/src/input/input_vlan.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_cmd.c
-   M /trunk/src/interface/intf_cmd.h
-   M /trunk/src/interface/intf_console.c
-   M /trunk/src/interface/intf_console.h
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/intf_ctrl.h
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/intf_sys.h
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/decoder_fifo.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/rsc_files.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_decoder/vdec_idctmmx.S
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/vdec_motion_inner.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_sys.h
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_text.h
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/src/video_output/video_yuv.h
-   M /trunk/src/video_output/video_yuv_mmx.S
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- Encore un commit venu tout droit des abysses de l'enfer, d?\239?\191?\189sol?\239?\191?\189 pour
-le flood, c'est la derni?\239?\191?\189re fois.
-
-  . apr?\239?\191?\189s le demoronifier, le GPLifier: il y a les ent?\239?\191?\189tes de la GPL dans
-   chaque fichier ; votre mission, si vous l'acceptez, est de mettre votre
-   nom dans chaque fichier qui est votre oeuvre ou auquel vous avez
-   particip?\239?\191?\189, pour qu'on sache qui a fait quoi. Pas de fausse modestie,
-   c'est plus pour des raisons pratiques que pour la gloire.
-
-  . rajout de -lthreads pour que ?\239?\191?\189a linke sous Hurd
-
-  . rajout de quelques #include pour que ?\239?\191?\189a compile sous FreeBSD
-   (d'ailleurs ?\239?\191?\189a compile mais ?\239?\191?\189a ne linke pas, je ne sais pas comment
-   linker avec la libpthread sur la machine de Dae)
-
-  . quelques #ifdef SYS_BSD ?\239?\191?\189?\239?\191?\189 et l?\239?\191?\189.
-
-------------------------------------------------------------------------
-r280 | sam | 2000-03-04 12:52:48 +0100 (Sat, 04 Mar 2000) | 23 lines
-Changed paths:
-   A /trunk/AUTHORS
-   A /trunk/COPYING
-   M /trunk/Makefile
-   M /trunk/Makefile.dep
-   A /trunk/README
-   M /trunk/include/audio_output.h
-   M /trunk/include/config.h
-   M /trunk/include/input_netlist.h
-   A /trunk/include/plugins.h
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_network.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/mtime.c
-   A /trunk/src/misc/plugins.c
-   M /trunk/src/video_output/video_output.c
-
- - ?\239?\191?\189a compile sous FreeBSD (mais ?\239?\191?\189a ne tourne pas)
- - les d?\239?\191?\189pendances sont cach?\239?\191?\189es dans .deps/ au lieu de deps/
- - suppression d'encore quelques #include inutiles.
- - la gestion des plugins est maintenant encapsul?\239?\191?\189e dans misc/plugin.c
-  un peu comme les threads, pour faciliter le portage.
- - l?\239?\191?\189ger remaniement de l'output pour --help et --version
- - les p_ts_packet sont cast?\239?\191?\189s en (void *) pour ?\239?\191?\189viter un warning sous
-  certaines architectures.
- - ajout de la GPL dans un fichier COPYING
- - fichier README avec rien dedans pour le moment, ?\239?\191?\189 part la liste de
-  toutes les personnes ayant particip?\239?\191?\189 au projet. J'en ai *forc?\239?\191?\189ment*
-  oubli?\239?\191?\189 certains, alors si vous avez un nom, rajoutez-le. de m?\239?\191?\189me, s'il
-  y a un gros con que j'ai mis par erreur dans la liste et qui n'a jamais
-  rien fait pour le projet, n'h?\239?\191?\189sitez pas ?\239?\191?\189 le supprimer sournoisement.
- - fichier AUTHORS avec la liste des gens ayant boss?\239?\191?\189 sur le client. j'ai
-  mis toutes les personnes ayant fait au moins un commit, ainsi que Henri
-  parce que je sais qu'il bosse sur l'audio, et HPReg, Steve et Oli parce
-  qu'ils ont boss?\239?\191?\189 dessus aussi. Par contre ici aussi j'ai fort probable-
-  ment oubli?\239?\191?\189 des gens. Corrigez !
- - r?\239?\191?\189pertoire debian/ qui servira ?\239?\191?\189 cr?\239?\191?\189er des packages
- - rajout d'une entr?\239?\191?\189e pour faire `make install' (pas encore parfait)
- - nom de code de la future release 0.2 : `Onatopp' :)
-
-------------------------------------------------------------------------
-r281 | polux | 2000-03-04 23:33:01 +0100 (Sat, 04 Mar 2000) | 32 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/audio_output.h
-   M /trunk/include/common.h
-   M /trunk/include/config.h
-   M /trunk/include/interface.h
-   M /trunk/include/plugins.h
-   M /trunk/include/threads.h
-   M /trunk/include/video_output.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_decoder/audio_math.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/input/input_file.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_network.c
-   M /trunk/src/input/input_pcr.c
-   M /trunk/src/input/input_psi.c
-   M /trunk/src/input/input_vlan.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_cmd.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/decoder_fifo.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/plugins.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/vdec_motion_inner.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-D?\239?\191?\189but du portage BeOS. Beaucoup de fuchiers ont ?\239?\191?\189t?\239?\191?\189 modifi?\239?\191?\189 car il a fallu
-r?\239?\191?\189organiser les headers pour que ce soient les headers les plus proches
-du syst?\239?\191?\189me qui se retrouvent en premier (threads.h devrait toujours ?\239?\191?\189tre
-le premier des headers non syst?\239?\191?\189mes). J'ai du aussi rajouter un type
-plugin_id_t et par la m?\239?\191?\189me occasion inclure plugins.h dans la plupart
-des fichiers. Voici en vrac les modifs les plus importantes que j'ai op?\239?\191?\189r?\239?\191?\189:
-
-o L?\239?\191?\189g?\239?\191?\189re r?\239?\191?\189organisation pour les raisons ?\239?\191?\189voqu?\239?\191?\189es ci-dessus (certaines
-  macros comme MIN et MAX peuvent ?\239?\191?\189tre d?\239?\191?\189j?\239?\191?\189 d?\239?\191?\189finies par le syst?\239?\191?\189me et
-  interf?\239?\191?\189rer avec celles d?\239?\191?\189finies dans common.h ou autre)
-
-o Dans intf_msg j'ai du remplacer les vasprintf par des vsprintf
-  dans le cas o?\239?\191?\189 ARCH=BEOS.
-
-o la commande hostname du Makefile n'?\239?\191?\189tait pas compatible et je
-  l'ai donc enlev?\239?\191?\189, en avons-nous besoin ? Auquel cas il suffit de
-  rajouter un ifeq.
-
-o J'ai aussi remplac?\239?\191?\189  les bzero et bcopy par memset et memmove.
-
-o plugin.c, mtime.c et threads.h et quelques fichiers de l'input
-  ont ?\239?\191?\189t?\239?\191?\189 adapt?\239?\191?\189s ?\239?\191?\189 BeOS ?\239?\191?\189 grand coup de #ifdef SYS_*.
-
-TODO:
-
-o Ecrire intf_beos.cpp, vout_beos.cpp et aout_beos.cpp
-
-Je suis sous linux et je viens de tester le client qui marche tr?\239?\191?\189s
-bien, mais il est n?\239?\191?\189anmoins possible que j'ai introduit quelques
-probl?\239?\191?\189mes de compilations pour certains modules, si c'est le cas
-pr?\239?\191?\189venez moi.
-
-------------------------------------------------------------------------
-r282 | sam | 2000-03-08 11:22:45 +0100 (Wed, 08 Mar 2000) | 2 lines
-Changed paths:
-   A /trunk/INSTALL
-   A /trunk/NEWS
-   A /trunk/configure.in
-   A /trunk/include/defs.h.in
-   A /trunk/install-sh
-
- Premiers fichiers n?\239?\191?\189cessaires ?\239?\191?\189 autoconf
-
-------------------------------------------------------------------------
-r283 | sam | 2000-03-08 11:33:28 +0100 (Wed, 08 Mar 2000) | 2 lines
-Changed paths:
-   D /trunk/Makefile
-   A /trunk/Makefile.in
-   A /trunk/config.guess
-   A /trunk/config.sub
-   A /trunk/configure
-   D /trunk/src/audio_output/audio_sys.h
-   D /trunk/src/interface/intf_sys.h
-   D /trunk/src/video_output/video_sys.h
-
- ./configure puis make, et ?\239?\191?\189a devrait compiler.
-
-------------------------------------------------------------------------
-r284 | sam | 2000-03-08 11:44:25 +0100 (Wed, 08 Mar 2000) | 2 lines
-Changed paths:
-   A /trunk/Makefile
-
- . remise du vieux Makefile en attendant celui g?\239?\191?\189n?\239?\191?\189r?\239?\191?\189 par ./configure
-
-------------------------------------------------------------------------
-r285 | sam | 2000-03-09 11:08:50 +0100 (Thu, 09 Mar 2000) | 10 lines
-Changed paths:
-   D /trunk/Makefile
-   M /trunk/Makefile.in
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   M /trunk/src/ac3_decoder/ac3_rematrix.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_decoder/audio_math.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/generic_decoder/generic_decoder.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/input/input_file.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_network.c
-   M /trunk/src/input/input_pcr.c
-   M /trunk/src/input/input_psi.c
-   M /trunk/src/input/input_vlan.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_cmd.c
-   M /trunk/src/interface/intf_console.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/decoder_fifo.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/plugins.c
-   M /trunk/src/misc/rsc_files.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/vdec_motion_inner.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . normalement on devrait se prendre 1 seul mail par commit gr?\239?\191?\189ce aux
-  top scripts de tibob.
- . suppression de Makefile
- . rajout de include/defs.h.in qui g?\239?\191?\189n?\239?\191?\189re include/defs.h
-
- pour g?\239?\191?\189n?\239?\191?\189rer le Makefile et defs.h il faut lancer ./configure
-
- pour ceux qui voudraient toucher ?\239?\191?\189 configure.in, "include/defs.h.in" est
-g?\239?\191?\189n?\239?\191?\189r?\239?\191?\189 par la commande autoheader, et "configure" est g?\239?\191?\189n?\239?\191?\189r?\239?\191?\189 par autoconf
-
-------------------------------------------------------------------------
-r286 | sam | 2000-03-09 13:30:15 +0100 (Thu, 09 Mar 2000) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/threads.h
-
- . la version et le codename sont d?\239?\191?\189finis uniquement dans configure.in
- . plus de #ifdef SYS_* dans threads.h, on utilise defs.h
- . re-test des scripts de tibob :)
-
-------------------------------------------------------------------------
-r287 | sam | 2000-03-10 01:47:17 +0100 (Fri, 10 Mar 2000) | 5 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   D /trunk/include/config.h
-   A /trunk/include/config.h.in
-   M /trunk/include/defs.h.in
-   M /trunk/include/threads.h
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/plugins.c
-
- . suppression de quelques #define SYS_* (mais pas encore tous)
- . include/config.h devient include/config.h.in et config.h sera
-  g?\239?\191?\189n?\239?\191?\189r?\239?\191?\189 par ./configure. Le but est d'?\239?\191?\189viter les options -DFOO de gcc
- . suppression d'un 'Resources' qui trainait encore dans config.h
-
-------------------------------------------------------------------------
-r288 | sam | 2000-03-10 01:57:50 +0100 (Fri, 10 Mar 2000) | 3 lines
-Changed paths:
-   M /trunk/include/config.h.in
-
- ben oui, encore un poliotage. mais ?\239?\191?\189a me permet de tester les scripts
- de commit en cachette :)
-
-------------------------------------------------------------------------
-r289 | sam | 2000-03-10 02:24:53 +0100 (Fri, 10 Mar 2000) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-
- . r?\239?\191?\189gl?\239?\191?\189 un petit oubli dans le Makefile
- . dernier commit pour tester les scripts ;
-      ?\239?\191?\189a devrait bien marcher ?\239?\191?\189 pr?\239?\191?\189sent
-
-------------------------------------------------------------------------
-r290 | polux | 2000-03-11 01:05:16 +0100 (Sat, 11 Mar 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/include/threads.h
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/plugins.c
-
-Quelques ajustements pour beos. Les plugins ne compilent toujours pas.
-
-------------------------------------------------------------------------
-r291 | walken | 2000-03-12 20:05:58 +0100 (Sun, 12 Mar 2000) | 7 lines
-Changed paths:
-   A /trunk/Makefile
-   M /trunk/Makefile.in
-   M /trunk/include/audio_decoder.h
-   A /trunk/include/audio_decoder_thread.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   A /trunk/src/audio_decoder/audio_bit_stream.h
-   M /trunk/src/audio_decoder/audio_decoder.c
-   A /trunk/src/audio_decoder/audio_decoder_thread.c
-   M /trunk/src/audio_decoder/audio_math.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-
-
-Proprification du decodeur mpeg audio, comme j'avais fait pour l'ac3 :
-separation de ce qui est specifique videolan et de ce qui est generique.
-
-Je compte encore bidouiller pas mal la partie generique, mais deja la ca
-marche donc...
-
-------------------------------------------------------------------------
-r292 | sam | 2000-03-12 22:04:28 +0100 (Sun, 12 Mar 2000) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/config.h.in
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/netutils.c
-
- . suppression d'un warning pour les machines n'ayant pas usleep()
- . correction d'une boulette que j'ai faite dans netutils.c
- . d?\239?\191?\189but de intf_gnome. vout_gnome est une copie de vout_x11 pour l'instant
-
-------------------------------------------------------------------------
-r293 | walken | 2000-03-12 23:45:16 +0100 (Sun, 12 Mar 2000) | 14 lines
-Changed paths:
-   M /trunk/Makefile.in
-
-
-J'ai retire gnome du build par defaut afin que ca ne cree pas de probleme
-chez ceux qui n'ont pas les includes appropries...
-
-Je sais que cette solution n'est pas ideale mais peut on se mettre d'accord
-pour ne construire par defaut que les outputs X et dummy pour la video, et
-dsp et dummy pour l'audio ?
-
-(a la rigueur si on dit que dans le cvs on ne construit que les dummy je suis
-d'accord aussi)
-
-ou alors ca sert peut etre a rien de se mettre d'accord et ca sera regle par
-le ./configure bientot ?
-
-------------------------------------------------------------------------
-r294 | stef | 2000-03-13 04:20:46 +0100 (Mon, 13 Mar 2000) | 6 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_blocks.c
-
-
-* Proprification de decodeMPEG2 (+optim)
-* Ecriture de decodeMPEG1
-
-Le Mpeg1 n'est pas encore test?\239?\191?\189.
-
-------------------------------------------------------------------------
-r295 | sam | 2000-03-13 05:08:10 +0100 (Mon, 13 Mar 2000) | 11 lines
-Changed paths:
-   M /trunk/Makefile.in
-   A /trunk/debian
-   A /trunk/debian/changelog
-   A /trunk/debian/control
-   A /trunk/debian/copyright
-   A /trunk/debian/dirs
-   A /trunk/debian/docs
-   A /trunk/debian/files
-   A /trunk/debian/rules
-   A /trunk/debian/substvars
-   A /trunk/debian/vlc.1
-   A /trunk/debian/vlc.menu
-   M /trunk/include/config.h.in
-   D /trunk/lib
-   A /trunk/share
-   A /trunk/share/default8x16.psf
-   A /trunk/share/default8x9.psf
-   A /trunk/share/vlc.png
-   M /trunk/src/video_output/video_output.c
-
- . ajout de quoi faire des packages debian :
-   - fichiers de contr?\239?\191?\189le pour dpkg-buildpackage
-   - une ic?\239?\191?\189ne de merde - que les artistes la remplacent
-   - page de man
- . les donn?\239?\191?\189es qui ne sont pas platform-dependant sont maintenant
-  dans le r?\239?\191?\189pertoire share ( et plus lib )
- . le client va chercher les polices dans le r?\239?\191?\189pertoire courant
-  et dans /usr/share/videolan/vlc/
- . le message pr?\239?\191?\189c?\239?\191?\189dent ?\239?\191?\189tait l'ajout du r?\239?\191?\189pertoire share/ mais
-  les scripts CVS semblent avoir d?\239?\191?\189conn?\239?\191?\189
-
-------------------------------------------------------------------------
-r296 | sam | 2000-03-13 22:32:31 +0100 (Mon, 13 Mar 2000) | 9 lines
-Changed paths:
-   A /trunk/debian/postinst.debhelper
-   A /trunk/debian/postrm.debhelper
-   A /trunk/debian/prerm.debhelper
-   M /trunk/debian/vlc.1
-   M /trunk/include/input.h
-   M /trunk/include/intf_msg.h
-   M /trunk/src/audio_decoder/audio_decoder_thread.c
-   M /trunk/src/generic_decoder/generic_decoder.c
-   M /trunk/src/input/input.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/video_parser.c
-
- . gestion de la souris sous X (essentiellement le bouton du milieu
-  qui cache le pointeur, tr?\239?\191?\189s pratique quand on regarde un DVD)
- . rajout de 3 fichiers d'installation pour le package Debian
- . correction de "usefull" et "successfull" ?\239?\191?\189 une dizaine d'endroits dans
-  le code parce que ?\239?\191?\189a commen?\239?\191?\189ait ?\239?\191?\189 m'horripiler
- . erreur de syntaxe dans la page de man.
- . un peu plus de choses dans l'interface gnome, mais rien ne marche
-  pour le moment.
-
-------------------------------------------------------------------------
-r297 | stef | 2000-03-13 22:55:07 +0100 (Mon, 13 Mar 2000) | 5 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_blocks.c
-
-
-* Correction du Bug introduit lors de mon commit.
-
-Chez moi, ?\239?\191?\189a marche avec Taxi, Matrix et la ba de twine.
-
-------------------------------------------------------------------------
-r298 | walken | 2000-03-15 03:10:47 +0100 (Wed, 15 Mar 2000) | 8 lines
-Changed paths:
-   D /trunk/src/audio_decoder/audio_constants.h
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_decoder/audio_decoder_thread.c
-   M /trunk/src/audio_decoder/audio_math.c
-   A /trunk/src/audio_decoder/audio_test.c
-
-reecriture du deco mpeg audio
-
-* support du layer 1 mono et stereo
-* support du layer 2 stereo (j'ai pas encore fait le mono)
-* support des low bitrates proposes par le mpeg2 (non teste)
-* passage des tests de compliance mpeg :)
-* moins de macros qu'avant, mais je dois encore propriser un peu le code.
-
-------------------------------------------------------------------------
-r299 | walken | 2000-03-19 07:29:52 +0100 (Sun, 19 Mar 2000) | 7 lines
-Changed paths:
-   A /trunk/doc/transforms.py
-
-Un petit tutorial sur les DCT et DFT... enfin non pas sur leur representation
-"physique" mais plutot sur les differentes methodes de calcul utilisables.
-
-Ca n'est pas franchement indispensable mais disons que j'ai eu du mal a trouver
-de la doc sur le sujet donc je me dis que ca peut pas faire de mal de
-rassembler ce qu'on a...
-
-------------------------------------------------------------------------
-r300 | sam | 2000-03-20 05:29:00 +0100 (Mon, 20 Mar 2000) | 14 lines
-Changed paths:
-   M /trunk/include/input.h
-   M /trunk/include/input_netlist.h
-   M /trunk/src/input/input.c
-
- Bon finalement puisque tout le monde dort, je l'ai fait :)
-
-  . rajout de i_pes_real_size dans la structure p_pes_packet, qui vaut 0
-   par d?\239?\191?\189faut, et est initialis?\239?\191?\189 ?\239?\191?\189 la taille du payload PES annonc?\239?\191?\189e dans
-   le header si celle-ci est pr?\239?\191?\189sente.
-  . ?\239?\191?\189 chaque nouveau paquet TS, si i_pes_real_size == i_pes_size on envoie
-   directement le PES au d?\239?\191?\189codeur sans attendre le d?\239?\191?\189but du PES suivant.
-  . cr?\239?\191?\189ation de input_ParsePES pour y mettre le code dupliqu?\239?\191?\189 de
-   input_DemuxPES.
-
- Ca fait 1 test de plus par paquet TS, donc n?\239?\191?\189gligeable. Par contre si
-des gens ayant boss?\239?\191?\189 sur l'input ont le temps de v?\239?\191?\189rifier que je n'ai pas
-fait de connerie, ?\239?\191?\189a peut ?\239?\191?\189tre int?\239?\191?\189ressant :)
-
-------------------------------------------------------------------------
-r301 | sam | 2000-03-20 08:50:55 +0100 (Mon, 20 Mar 2000) | 5 lines
-Changed paths:
-   M /trunk/include/input.h
-   M /trunk/include/spu_decoder.h
-   M /trunk/include/video.h
-   M /trunk/src/input/input.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_output/video_output.c
-
- . suppression d'une variable inutile que j'avais laiss?\239?\191?\189e trainer
-  au pr?\239?\191?\189c?\239?\191?\189dent commit.
- . d?\239?\191?\189but du d?\239?\191?\189codeur de sous-titres. Pour le moment il ne fait que
-  parser le flux comme un cochon, c'est tout.
-
-------------------------------------------------------------------------
-r302 | sam | 2000-03-21 23:36:01 +0100 (Tue, 21 Mar 2000) | 18 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/config.h.in
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/src/input/input.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_output/video_output.c
-   A /trunk/src/video_output/video_spu.c
-   A /trunk/src/video_output/video_spu.h
-
-NEWS:
- . encore un peu de parsage de sous-titres
- . affichage des sous-titres.
-
-BUGS:
- . ?\239?\191?\189a segfaulte toujours au moment o?\239?\191?\189 on quitte, mais c'est le probl?\239?\191?\189me
-  habituel, ?\239?\191?\189a sera r?\239?\191?\189gl?\239?\191?\189.
- . pour le moment ils sont en noir et blanc, parce qu'il faut aller
-  chercher cette putain de palette dans les .IFO du dvd et que pour
-  l'instant j'ai la flemme
- . les sous-titres ne sont pas affich?\239?\191?\189s comme il faut si la largeur
-  de l'?\239?\191?\189cran n'est pas 720.
- . dimensions par d?\239?\191?\189faut mises ?\239?\191?\189 720x576 (format DVD) au lieu de 640x480
-  pour la raison ?\239?\191?\189voqu?\239?\191?\189e ci-dessus. mais ?\239?\191?\189a sera r?\239?\191?\189gl?\239?\191?\189 bient?\239?\191?\189t.
- . pas de gestion de transparence, coordonn?\239?\191?\189es, fade in/fade out
- . pas de gestion de date : le sous-titre est affich?\239?\191?\189 d?\239?\191?\189s qu'il est re?\239?\191?\189u
-  et n'est pas effac?\239?\191?\189 tant qu'on en a pas re?\239?\191?\189u un nouveau.
-
-------------------------------------------------------------------------
-r303 | sam | 2000-03-22 01:57:10 +0100 (Wed, 22 Mar 2000) | 7 lines
-Changed paths:
-   M /trunk/include/video.h
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_spu.c
-   M /trunk/src/video_output/video_spu.h
-
- . les sous-titres sont centr?\239?\191?\189s
- . la palette des sous-titres par d?\239?\191?\189faut est moins affreuse.
-
-Bugs que j'avais oubli?\239?\191?\189s:
- . ne marchent qu'en 16 bits (devrait se fixer vite)
- . parfois quelques glitches graphiques que je ne comprends pas.
-
-------------------------------------------------------------------------
-r304 | sam | 2000-03-23 07:27:35 +0100 (Thu, 23 Mar 2000) | 4 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/include/video.h
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_spu.c
-
- . les sous-titres sont affich?\239?\191?\189s et effac?\239?\191?\189s ?\239?\191?\189 l'heure
- . une petite optimisation de l'affichage
- . attention, config.h.in a chang?\239?\191?\189, n'oubliez pas de refaire ./configure
-
-------------------------------------------------------------------------
-r305 | walken | 2000-03-28 02:22:13 +0200 (Tue, 28 Mar 2000) | 11 lines
-Changed paths:
-   M /trunk/doc/transforms.py
-
-
-Version 2 de mon tutorial sur les DCT et DFT. Les choses sont un peu plus dans
-l'ordre maintenant, et il y a pas mal d'explications qui ont ete rajoutees pour
-expliquer comment implementer efficacement l'algo AAN.
-
-Si un jour j'ai le courage, j'ecris une routine DCT32 qui torchera celle de
-regis, na !
-
-Pour etre parfait il faudrait rajouter une section sur les DCT en 2 dimensions,
-mais bon...
-
-------------------------------------------------------------------------
-r306 | polux | 2000-03-30 14:54:29 +0200 (Thu, 30 Mar 2000) | 18 lines
-Changed paths:
-   M /trunk/src/audio_decoder/audio_decoder_thread.c
-   M /trunk/src/audio_output/audio_output.c
-
-- Correction du bug de la synchro.
-  Le probl?\239?\191?\189me provenait d'un d?\239?\191?\189calage d'une seconde qui avait ?\239?\191?\189t?\239?\191?\189 rajout?\239?\191?\189
-  dans le calcul de la date dans audio_output.c :
-  p_aout->date = -1000000 + mdate() + ( (((mtime_t)(l_bytes / 4)) * 1000000)
-                                        / ((mtime_t)p_aout->l_rate) );
-  C'est le -1000000 qui faisait retarder le son d'exactement une seconde.
-  J'aimerais bien savoir pourquoi il a ?\239?\191?\189t?\239?\191?\189 rajout?\239?\191?\189 car peut-?\239?\191?\189tre y-a-t-il
-  d'autres bugs similaires qui ne sont pas visibles pour l'instant.
-
-- Nettoyage d'une partie du code de audio_decoder_thread.c
-  Il est vraiment tr?\239?\191?\189s dommage que les conventions de codage ne soient pas
-  respect?\239?\191?\189es, si il y en a ce n'est pas pour rien. De plus le m?\239?\191?\189lange
-  d'espaces et de tabulations rend le code tr?\239?\191?\189s peu lisible. Je le
-  rappelle, nous n'utilisons que des indentations de 4 espaces et toute
-  tabulation est proscrite. Il serait bien de changer le reste du code
-  pour qu'il respecte les conventions et reste ainsi facilement lisible
-  par tout le monde.
-
-------------------------------------------------------------------------
-r307 | henri | 2000-04-05 22:43:33 +0200 (Wed, 05 Apr 2000) | 5 lines
-Changed paths:
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_decoder/audio_decoder_thread.c
-
-
-
-Ajout du layer II mono (non test?\239?\191?\189) et d?\239?\191?\189but de mise en conformit?\239?\191?\189 avec
-les r?\239?\191?\189gles de formattage du code
-
-------------------------------------------------------------------------
-r308 | sam | 2000-04-14 06:19:51 +0200 (Fri, 14 Apr 2000) | 34 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/audio_output.h
-   M /trunk/include/config.h.in
-   M /trunk/include/interface.h
-   M /trunk/include/threads.h
-   M /trunk/include/video.h
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/audio_decoder/audio_decoder_thread.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_cmd.c
-   M /trunk/src/misc/plugins.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_spu.c
-   M /trunk/src/video_output/video_spu.h
-
- 9 avril:
- - r?\239?\191?\189indentation de quelques bouts de code
- - les plugins vont ?\239?\191?\189tre cherch?\239?\191?\189s en priorit?\239?\191?\189 dans . puis ./plugins
-  puis dans le r?\239?\191?\189pertoire habituel
- - d?\239?\191?\189but de communication entre le thread gnome et l'input
- - l'interface gnome ne segfaulte plus en sortant
- - le menu "Exit" fonctionne
-
-10 avril:
- - fen?\239?\191?\189tre Gnome au lieu de fen?\239?\191?\189tre Gtk
-  *** ATTENTION *** l'interface Gnome n'est vraiment qu'un d?\239?\191?\189but, soyez
-   gentils de ne pas faire de bug report si un bouton ne fonctionne pas.
- - popup "About"
-
-11 avril:
- - fen?\239?\191?\189tre playlist (rien dedans encore)
- - masquage du pointeur souris
- - popup menu dans la fen?\239?\191?\189tre vout
- - hide/show des fen?\239?\191?\189tres playlist
- - les boutons "Exit" fonctionnent quel que soit le menu
-
-12 avril:
- - d?\239?\191?\189but du cassage des channels
- - d?\239?\191?\189but des menus g?\239?\191?\189n?\239?\191?\189r?\239?\191?\189s en runtime
-
-13 avril:
- - ajout du target "snapshot" dans le makefile
-
-14 avril:
- - d?\239?\191?\189codage de tous les sous-titres connus
- - spu_decoder.c ne segfaulte plus quand on quitte
- - rajout du flag b_active dans la structure audio_decoder
- - le bouton pause fonctionne
-
-------------------------------------------------------------------------
-r309 | polux | 2000-04-20 00:13:38 +0200 (Thu, 20 Apr 2000) | 5 lines
-Changed paths:
-   M /trunk/Makefile.dep
-   M /trunk/Makefile.in
-   A /trunk/include/beos_specific.h
-   A /trunk/include/beos_window.h
-   M /trunk/include/common.h
-   M /trunk/include/threads.h
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input_file.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/main.c
-   A /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/plugins.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/vpar_blocks.c
-
-Portage du client sous BeOS. Il manque encore l'audio mais ?\239?\191?\189a marche.
-En cadeau bonux un nouvel input_file qui permet de lire les vob. Il
-faur rajouter la ligne suivante dans vlc.init:
-spawn-input method=10 filename=braindead
-
-------------------------------------------------------------------------
-r310 | sam | 2000-04-20 02:54:31 +0200 (Thu, 20 Apr 2000) | 6 lines
-Changed paths:
-   M /trunk/src/input/input_file.c
-
- . changement dans les headers pour que ?\239?\191?\189a compile sous Linux.
-
- Polux, j'ai vir?\239?\191?\189 <byteorder.h> pour le remplacer par <netinet/in.h> car
- c'?\239?\191?\189tait comme ?\239?\191?\189a dans tous les autres .c, tu peux v?\239?\191?\189rifier que ?\239?\191?\189a
- fonctionne toujours ?
-
-------------------------------------------------------------------------
-r311 | reno | 2000-05-17 16:21:15 +0200 (Wed, 17 May 2000) | 4 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/interface/interface.c
-
-
-
-Ajout des fonctions de r?\239?\191?\189glage du volume (touches : +, -, m)
-
-------------------------------------------------------------------------
-r312 | sam | 2000-05-17 16:38:24 +0200 (Wed, 17 May 2000) | 10 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/vlc.channels
-
- . corrections de fautes d'orthographe je ne sais plus trop o?\239?\191?\189
-
- . quelques bidouilles dans vout_mga mais de toute fa?\239?\191?\189on ce n'est pas
-  pr?\239?\191?\189t de changer et on aura chang?\239?\191?\189 la structure bien avant
-
- . encore un meilleur support des sous-titres
-
- . exemple d'input fichier dans le vlc.channels, ?\239?\191?\189 adapter ?\239?\191?\189 votre
-  convenance
-
-------------------------------------------------------------------------
-r313 | nitrox | 2000-05-24 23:48:18 +0200 (Wed, 24 May 2000) | 3 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/input.h
-   A /trunk/include/lpcm_decoder.h
-   A /trunk/include/lpcm_decoder_thread.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/input/input_psi.c
-   A /trunk/src/lpcm_decoder
-   A /trunk/src/lpcm_decoder/lpcm_decoder.c
-   A /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
-
-Ajout des fichiers pour la gestion du lpcm.
-Il reste ?\239?\191?\189 impl?\239?\191?\189menter le lpcm au niveau de l'input et ?\239?\191?\189crire le d?\239?\191?\189codage.
-
-------------------------------------------------------------------------
-r314 | sam | 2000-05-25 00:39:44 +0200 (Thu, 25 May 2000) | 3 lines
-Changed paths:
-   M /trunk/include/ac3_decoder.h
-   M /trunk/include/ac3_decoder_thread.h
-   M /trunk/include/audio_decoder.h
-   M /trunk/include/audio_decoder_thread.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/beos_specific.h
-   M /trunk/include/beos_window.h
-   M /trunk/include/common.h
-   M /trunk/include/config.h.in
-   M /trunk/include/debug.h
-   M /trunk/include/decoder_fifo.h
-   M /trunk/include/input.h
-   M /trunk/include/input_netlist.h
-   M /trunk/include/input_vlan.h
-   M /trunk/include/int_types.h
-   M /trunk/include/interface.h
-   M /trunk/include/intf_msg.h
-   M /trunk/include/main.h
-   M /trunk/include/mtime.h
-   M /trunk/include/netutils.h
-   M /trunk/include/plugins.h
-   M /trunk/include/rsc_files.h
-   M /trunk/include/spu_decoder.h
-   M /trunk/include/threads.h
-   M /trunk/include/vdec_idct.h
-   M /trunk/include/vdec_motion.h
-   M /trunk/include/video.h
-   M /trunk/include/video_decoder.h
-   M /trunk/include/video_fifo.h
-   M /trunk/include/video_graphics.h
-   M /trunk/include/video_output.h
-   M /trunk/include/video_parser.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   M /trunk/src/ac3_decoder/ac3_bit_stream.h
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   M /trunk/src/ac3_decoder/ac3_internal.h
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   M /trunk/src/ac3_decoder/ac3_rematrix.c
-   M /trunk/src/audio_decoder/audio_bit_stream.h
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_decoder/audio_decoder_thread.c
-   M /trunk/src/audio_decoder/audio_math.c
-   M /trunk/src/audio_decoder/audio_math.h
-   M /trunk/src/audio_decoder/audio_test.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/generic_decoder/generic_decoder.c
-   M /trunk/src/generic_decoder/generic_decoder.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/input/input_ctrl.h
-   M /trunk/src/input/input_file.c
-   M /trunk/src/input/input_file.h
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_network.c
-   M /trunk/src/input/input_network.h
-   M /trunk/src/input/input_pcr.c
-   M /trunk/src/input/input_pcr.h
-   M /trunk/src/input/input_psi.c
-   M /trunk/src/input/input_psi.h
-   M /trunk/src/input/input_vlan.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_cmd.c
-   M /trunk/src/interface/intf_cmd.h
-   M /trunk/src/interface/intf_console.c
-   M /trunk/src/interface/intf_console.h
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/intf_ctrl.h
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/decoder_fifo.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/plugins.c
-   M /trunk/src/misc/rsc_files.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_decoder/vdec_idctmmx.S
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/vdec_motion_inner.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_spu.c
-   M /trunk/src/video_output/video_spu.h
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_text.h
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/src/video_output/video_yuv.h
-   M /trunk/src/video_output/video_yuv_mmx.S
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- Bon. On ne rit pas, je m'?\239?\191?\189tais juste plant?\239?\191?\189 dans l'en-t?\239?\191?\189te des
-licences. Et puis ?\239?\191?\189a peut arriver ?\239?\191?\189 tout le monde :)
-
-------------------------------------------------------------------------
-r315 | sam | 2000-05-26 03:55:07 +0200 (Fri, 26 May 2000) | 4 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_spu.c
-
- . support 8 bits pour X (avec private colormap)
- . affinement de la dur?\239?\191?\189e d'affichage des sous-titres
- . correction d'un bug dans les sous-titres
-
-------------------------------------------------------------------------
-r316 | sam | 2000-05-27 17:37:41 +0200 (Sat, 27 May 2000) | 4 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_spu.c
-   M /trunk/src/video_output/video_spu.h
-
- . scaling des sous-titres (?\239?\191?\189 proprifier)
- . position correcte des sous-titres sur l'image
-  ?\239?\191?\189a ne devrait plus segfaulter
-
-------------------------------------------------------------------------
-r317 | sam | 2000-05-28 16:22:06 +0200 (Sun, 28 May 2000) | 3 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_spu.c
-   M /trunk/src/video_output/video_yuv.c
-
- . correction d'un bug dans les sous-titres pour un scaling > 1
- . correction d'un bug dans l'affichage 8 bits pour un scaling < 1
-
-------------------------------------------------------------------------
-r318 | sam | 2000-05-28 20:28:42 +0200 (Sun, 28 May 2000) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_spu.c
-   M /trunk/src/video_output/video_spu.h
-
- . suppression d'un bug cosm?\239?\191?\189tique dans l'affichage des plugins qui en
-   plus faisait segfaulter, ce qui n'?\239?\191?\189tait malheureusement pas top
-
-------------------------------------------------------------------------
-r319 | sam | 2000-05-29 09:29:50 +0200 (Mon, 29 May 2000) | 8 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/files
-   M /trunk/debian/substvars
-   M /trunk/include/common.h
-   M /trunk/src/input/input_psi.c
-
- . encore un peu plus loin dans le passage ?\239?\191?\189 autoconf
- . giclage de l'ancien d?\239?\191?\189codeur dans le Makefile
-
-n'oubliez pas de relancer ./configure avec les bonnes options !
-typiquement elles sont du genre :
-
-   ./configure --enable-fb --enable-mmx --enable-ppro
-
-------------------------------------------------------------------------
-r320 | sam | 2000-06-01 17:25:38 +0200 (Thu, 01 Jun 2000) | 8 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/README
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/src/interface/main.c
-
- . petite erreur dans le configure.in qui emp?\239?\191?\189chait de configurer
-  convenablement les options de compilation
-
-  maintenant faire: ./configure --enable-fb --enable-blabla
-    (./configure --help pour tous les voir)
-
- . correction d'un warning en mode non-MMX
-
-------------------------------------------------------------------------
-r321 | jimmy | 2000-06-05 22:49:32 +0200 (Mon, 05 Jun 2000) | 10 lines
-Changed paths:
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/vlc.channels
-
-
-  Ajout cradement d'une yuv en mmx 4:2:0 en 16 bpp dans video_yuv.c. Pour
-l'activer / desactiver, d?\239?\191?\189commentez le define MMX du debut du fichier.
-
-  Cette modif est exp?\239?\191?\189rimentale vue qu'elle empeche la correction gamma
-dans le mode pr?\239?\191?\189-cit?\239?\191?\189 et que c'est du boulot de salop. A voir si on laisse
-ou pas d'apr?\239?\191?\189s les perfs. (impossibles ?\239?\191?\189 estimer de visu chez moi).
-
-  A vot' bon plaisir,
-
-------------------------------------------------------------------------
-r322 | sam | 2000-06-06 01:58:59 +0200 (Tue, 06 Jun 2000) | 6 lines
-Changed paths:
-   M /trunk/Makefile.dep
-   M /trunk/Makefile.in
-   M /trunk/debian/rules
-   M /trunk/debian/substvars
-   M /trunk/include/config.h.in
-   M /trunk/src/input/input_file.c
-   M /trunk/src/video_output/video_spu.c
-
- . bug dans le code des sous-titres (mauvais scaling en Y)
- . le vlc ne meurt pas salement en mode framebuffer quand on change
-  de console (par contre, segfault en quittant, je ne sais pas encore
-  pourquoi)
- . le make est ?\239?\191?\189 nouveau un peu plus verbose
-
-------------------------------------------------------------------------
-r323 | bbp | 2000-06-07 04:27:07 +0200 (Wed, 07 Jun 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_yuv.c
-
-Petites optims dans SCALE_HEIGHT pour les images de hauteur r?\239?\191?\189duite.
-
-------------------------------------------------------------------------
-r324 | sam | 2000-06-09 02:40:00 +0200 (Fri, 09 Jun 2000) | 3 lines
-Changed paths:
-   M /trunk/debian/rules
-   M /trunk/debian/substvars
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_yuv.c
-
- . correction des conneries de BBP :)
- . typo dans src/interface/main.c
-
-------------------------------------------------------------------------
-r325 | sam | 2000-06-14 22:53:48 +0200 (Wed, 14 Jun 2000) | 3 lines
-Changed paths:
-   M /trunk/include/video_fifo.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_decoder/audio_decoder_thread.c
-   M /trunk/src/audio_decoder/audio_test.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/input/input_file.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
-   M /trunk/src/misc/plugins.c
-   M /trunk/src/video_output/video_spu.c
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . disparition de la plupart des printf
- . moins de warnings dans la YUV MMX
-
-------------------------------------------------------------------------
-r326 | bbp | 2000-06-14 23:37:36 +0200 (Wed, 14 Jun 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_yuv.c
-
-r?\239?\191?\189paration de mes betises sur la yuv (d?\239?\191?\189sol?\239?\191?\189 tm), mais je remets ca bientot.
-
-------------------------------------------------------------------------
-r327 | sam | 2000-06-15 01:55:41 +0200 (Thu, 15 Jun 2000) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile.in
-   M /trunk/debian/vlc.1
-   M /trunk/include/config.h.in
-   M /trunk/include/input.h
-   M /trunk/include/interface.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_file.c
-   M /trunk/src/input/input_network.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/main.c
-
- . input fichier en ligne de commande (le reste a du p?\239?\191?\189ter, c'est pas
-   possible autrement)
-
-------------------------------------------------------------------------
-r328 | sam | 2000-06-15 02:26:54 +0200 (Thu, 15 Jun 2000) | 2 lines
-Changed paths:
-   A /trunk/include/input_ps.h
-   M /trunk/src/input/input_file.c
-   M /trunk/src/interface/main.c
-
- . r?\239?\191?\189paration d'un oubli
-
-------------------------------------------------------------------------
-r329 | sam | 2000-06-15 02:46:34 +0200 (Thu, 15 Jun 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-
- . virage d'une connerie
-
-------------------------------------------------------------------------
-r330 | sam | 2000-06-15 02:51:28 +0200 (Thu, 15 Jun 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-
- et hop, encore une connerie
-
-------------------------------------------------------------------------
-r331 | sam | 2000-06-15 20:50:13 +0200 (Thu, 15 Jun 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-
- . petit oubli b?\239?\191?\189te dans le `make snapshot`
-
-------------------------------------------------------------------------
-r332 | sam | 2000-06-15 20:50:42 +0200 (Thu, 15 Jun 2000) | 2 lines
-Changed paths:
-   M /trunk/configure
-
- . autoconf
-
-------------------------------------------------------------------------
-r333 | sam | 2000-06-16 14:28:46 +0200 (Fri, 16 Jun 2000) | 5 lines
-Changed paths:
-   M /trunk/debian/files
-   M /trunk/src/interface/main.c
-
- . vlc.init et vlc.channels sont ?\239?\191?\189 nouveau lus et interpr?\239?\191?\189t?\239?\191?\189s lorsqu'il
-  n'y a pas de param?\239?\191?\189tres donn?\239?\191?\189s en ligne de commande.
-
- . cons?\239?\191?\189quence directe, il faut faire ?\239?\191?\189 vlc - ?\239?\191?\189 pour lire stdin.
-
-------------------------------------------------------------------------
-r334 | sam | 2000-06-16 16:04:06 +0200 (Fri, 16 Jun 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_vlan.c
-
- . le code des VLAN devrait refonctionner
-
-------------------------------------------------------------------------
-r335 | sam | 2000-06-17 03:49:09 +0200 (Sat, 17 Jun 2000) | 4 lines
-Changed paths:
-   A /trunk/ChangeLog
-   M /trunk/README
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-
- . ajout?\239?\191?\189 un FIXME pour un bug dans plugins/vout/vout_x11.c
- . ajout?\239?\191?\189 un ChangeLog
- . updat?\239?\191?\189 le README
-
-------------------------------------------------------------------------
-r336 | benny | 2000-06-18 10:14:25 +0200 (Sun, 18 Jun 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-
-Le Makefile genere ne gerait pas correctement le mode debug=1
-
-------------------------------------------------------------------------
-r337 | sam | 2000-06-18 13:17:01 +0200 (Sun, 18 Jun 2000) | 3 lines
-Changed paths:
-   M /trunk/Makefile.in
-
- . On peut enfin fermer la fen?\239?\191?\189tre principale en cliquant sur le bouton
-  fermeture du window manager
-
-------------------------------------------------------------------------
-r338 | sam | 2000-06-18 18:52:10 +0200 (Sun, 18 Jun 2000) | 3 lines
-Changed paths:
-   M /trunk/debian/vlc.1
-
- . r?\239?\191?\189paration de la page de man
- . le target GGI fonctionne ?\239?\191?\189 nouveau, m?\239?\191?\189me s'il rame salement
-
-------------------------------------------------------------------------
-r339 | sam | 2000-06-18 22:20:42 +0200 (Sun, 18 Jun 2000) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/src/interface/interface.c
-
- . kludge con pour ?\239?\191?\189viter que ?\239?\191?\189a segfaulte plus en sortant
-
-------------------------------------------------------------------------
-r340 | polux | 2000-06-19 02:04:47 +0200 (Mon, 19 Jun 2000) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/input/input_file.c
-
- . correction d'un flag inexistant dans input_file
- . d?\239?\191?\189but du support son BeOS
- . fix d'un warning dans ac3_exponent.c
-
-------------------------------------------------------------------------
-r341 | sam | 2000-06-19 18:35:47 +0200 (Mon, 19 Jun 2000) | 3 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/vlc.spec
-
- . vlc.spec pour faire des packages RedHat
- . un petit peu plus d'aout_beos
-
-------------------------------------------------------------------------
-r342 | sam | 2000-06-20 03:21:59 +0200 (Tue, 20 Jun 2000) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/files
-   M /trunk/debian/substvars
-   M /trunk/vlc.spec
-
- . g?\239?\191?\189n?\239?\191?\189ration de .rpm et .deb via make.
- . rajout des plugins dummy m?\239?\191?\189me pour BeOS.
-
-------------------------------------------------------------------------
-r343 | polux | 2000-06-21 19:59:31 +0200 (Wed, 21 Jun 2000) | 4 lines
-Changed paths:
-   M /trunk/src/audio_output/audio_output.c
-
- Le son fonctionne sous BeOS !
-
- Ah, vraiment, on peut dire que BeOS roulaize, les enfants.
-
-------------------------------------------------------------------------
-r344 | sam | 2000-06-24 00:28:42 +0200 (Sat, 24 Jun 2000) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/INSTALL
-   M /trunk/Makefile.in
-   M /trunk/README
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/include/plugins.h
-   A /trunk/plugins
-   A /trunk/plugins/beos
-   A /trunk/plugins/beos/aout_beos.cpp
-   A /trunk/plugins/beos/intf_beos.cpp
-   A /trunk/plugins/beos/vout_beos.cpp
-   A /trunk/plugins/dsp
-   A /trunk/plugins/dsp/aout_dsp.c
-   A /trunk/plugins/dummy
-   A /trunk/plugins/dummy/aout_dummy.c
-   A /trunk/plugins/dummy/intf_dummy.c
-   A /trunk/plugins/dummy/vout_dummy.c
-   A /trunk/plugins/esd
-   A /trunk/plugins/esd/aout_esd.c
-   A /trunk/plugins/fb
-   A /trunk/plugins/fb/intf_fb.c
-   A /trunk/plugins/fb/vout_fb.c
-   A /trunk/plugins/ggi
-   A /trunk/plugins/ggi/intf_ggi.c
-   A /trunk/plugins/ggi/vout_ggi.c
-   A /trunk/plugins/glide
-   A /trunk/plugins/glide/intf_glide.c
-   A /trunk/plugins/glide/vout_glide.c
-   A /trunk/plugins/gnome
-   A /trunk/plugins/gnome/intf_gnome.c
-   A /trunk/plugins/gnome/intf_gnome.h
-   A /trunk/plugins/gnome/intf_gnome_callbacks.c
-   A /trunk/plugins/gnome/intf_gnome_callbacks.h
-   A /trunk/plugins/gnome/intf_gnome_interface.c
-   A /trunk/plugins/gnome/intf_gnome_interface.h
-   A /trunk/plugins/gnome/intf_gnome_support.c
-   A /trunk/plugins/gnome/intf_gnome_support.h
-   A /trunk/plugins/gnome/intf_gnome_thread.h
-   A /trunk/plugins/gnome/vout_gnome.c
-   A /trunk/plugins/mga
-   A /trunk/plugins/mga/intf_mga.c
-   A /trunk/plugins/mga/vout_mga.c
-   A /trunk/plugins/mga/vout_mga.h
-   A /trunk/plugins/x11
-   A /trunk/plugins/x11/intf_x11.c
-   A /trunk/plugins/x11/vout_x11.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/misc/plugins.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/vlc.spec
-
- . nouveaux plugins - ne fonctionnent pas encore tous
-
-------------------------------------------------------------------------
-r345 | sam | 2000-07-04 04:37:21 +0200 (Tue, 04 Jul 2000) | 16 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/INSTALL
-   M /trunk/Makefile.dep
-   M /trunk/Makefile.in
-   M /trunk/README
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/include/ac3_decoder.h
-   M /trunk/include/ac3_decoder_thread.h
-   M /trunk/include/audio_decoder.h
-   M /trunk/include/audio_decoder_thread.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/beos_specific.h
-   M /trunk/include/common.h
-   M /trunk/include/config.h.in
-   M /trunk/include/decoder_fifo.h
-   M /trunk/include/interface.h
-   M /trunk/include/main.h
-   A /trunk/include/playlist.h
-   M /trunk/include/plugins.h
-   A /trunk/include/plugins_export.h
-   M /trunk/include/spu_decoder.h
-   M /trunk/include/video_decoder.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vpar_synchro.h
-   A /trunk/plugins/beos/beos.cpp
-   A /trunk/plugins/dsp/dsp.c
-   A /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   A /trunk/plugins/esd/esd.c
-   A /trunk/plugins/fb/fb.c
-   M /trunk/plugins/fb/intf_fb.c
-   M /trunk/plugins/fb/vout_fb.c
-   A /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/ggi/intf_ggi.c
-   M /trunk/plugins/ggi/vout_ggi.c
-   A /trunk/plugins/glide/glide.c
-   A /trunk/plugins/gnome/gnome.c
-   M /trunk/plugins/gnome/vout_gnome.c
-   A /trunk/plugins/mga/mga.c
-   M /trunk/plugins/mga/vout_mga.c
-   M /trunk/plugins/x11/vout_x11.c
-   A /trunk/plugins/x11/x11.c
-   A /trunk/plugins/yuv
-   A /trunk/plugins/yuv/video_yuv.c
-   A /trunk/plugins/yuv/video_yuv.h
-   A /trunk/plugins/yuv/video_yuv15.c
-   A /trunk/plugins/yuv/video_yuv16.c
-   A /trunk/plugins/yuv/video_yuv24.c
-   A /trunk/plugins/yuv/video_yuv32.c
-   A /trunk/plugins/yuv/video_yuv8.c
-   A /trunk/plugins/yuv/video_yuv_macros.h
-   A /trunk/plugins/yuv/video_yuv_macros_8bpp.h
-   A /trunk/plugins/yuv/yuv.c
-   A /trunk/plugins/yuvmmx
-   A /trunk/plugins/yuvmmx/video_yuv.c
-   A /trunk/plugins/yuvmmx/video_yuv.h
-   A /trunk/plugins/yuvmmx/video_yuv15.c
-   A /trunk/plugins/yuvmmx/video_yuv16.c
-   A /trunk/plugins/yuvmmx/video_yuv24.c
-   A /trunk/plugins/yuvmmx/video_yuv32.c
-   A /trunk/plugins/yuvmmx/video_yuv8.c
-   A /trunk/plugins/yuvmmx/video_yuv_asm.h
-   A /trunk/plugins/yuvmmx/video_yuv_macros.h
-   A /trunk/plugins/yuvmmx/yuvmmx.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/input/input_file.c
-   M /trunk/src/input/input_network.c
-   M /trunk/src/input/input_psi.c
-   M /trunk/src/input/input_vlan.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_cmd.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/beos_specific.cpp
-   A /trunk/src/misc/playlist.c
-   M /trunk/src/misc/plugins.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/vdec_motion_inner.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/src/video_output/video_yuv.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_synchro.c
-   M /trunk/vlc.spec
-
-Bon, puisque ?\239?\191?\189a semble commiter sous BeOS, je commite.
-
-Voil?\239?\191?\189 le changelog appoximatif :
-
- . fichier INSTALL plus clair
- . vir?\239?\191?\189 quelques warnings
- . *PATH sont maintenant d?\239?\191?\189finis dans config.h
- . quelques fautes d'orthographe
- . l'option --enable-ppro n'est pas mise par d?\239?\191?\189faut car elle ne fonctionne
-  pas sur un K6-2
- . nouvelle API des plugins
- . le client framebuffer ne d?\239?\191?\189truit plus la console quand on quitte
- . r?\239?\191?\189paration de la YUV 8 bits
- . mise des YUV en plugins
- . transfo YUV 32bits MMX chour?\239?\191?\189e dans la libmpeg2
-
-------------------------------------------------------------------------
-r346 | sam | 2000-07-06 16:45:51 +0200 (Thu, 06 Jul 2000) | 4 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/plugins/yuv/video_yuv8.c
-   M /trunk/plugins/yuv/video_yuv_macros_8bpp.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/audio_decoder/audio_decoder_thread.c
-   M /trunk/src/input/input.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . fix?\239?\191?\189 une b?\239?\191?\189vue dans la YUV 8 bits
- . descendu le d?\239?\191?\189lai de d?\239?\191?\189marrage ?\239?\191?\189 .5 secondes au lieu de 2
- . un nouvelle synchro qui devrait punixe !!!
-
-------------------------------------------------------------------------
-r347 | sam | 2000-07-08 16:29:29 +0200 (Sat, 08 Jul 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-
- . petite correction pour que le RPM puisse ?\239?\191?\189tre construit sur Mandrake
-
-------------------------------------------------------------------------
-r348 | sam | 2000-07-12 01:03:15 +0200 (Wed, 12 Jul 2000) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-
- . updated changelog
-
-------------------------------------------------------------------------
-r349 | sam | 2000-07-12 01:03:54 +0200 (Wed, 12 Jul 2000) | 2 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . changement cosm?\239?\191?\189tique
-
-------------------------------------------------------------------------
-r350 | sam | 2000-07-12 01:04:56 +0200 (Wed, 12 Jul 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-
- . le make snapshot fait un .bz2 aussi
-
-------------------------------------------------------------------------
-r351 | polux | 2000-07-18 21:23:00 +0200 (Tue, 18 Jul 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/plugins/beos/beos.cpp
-
-Maintenant le vlc fonctionne correctement sous BeOS (?\239?\191?\189 part la synchro).
-
-------------------------------------------------------------------------
-r352 | sam | 2000-07-19 02:03:25 +0200 (Wed, 19 Jul 2000) | 6 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/debian/changelog
-   M /trunk/include/config.h.in
-   M /trunk/include/decoder_fifo.h
-   M /trunk/src/misc/decoder_fifo.c
-
- . nouveau bitstream fait par Meuuh (qui est mortel) et qui nous
-fait gagner plus de 0.8% en vitesse, ce qui peut para?\239?\191?\189tre peu, mais
-en fait au bout de 35 fois on aura d?\239?\191?\189pass?\239?\191?\189 30% de gains.
-
- . remise de l'ancienne taille d'image par d?\239?\191?\189faut
-
-------------------------------------------------------------------------
-r353 | sam | 2000-07-20 15:49:24 +0200 (Thu, 20 Jul 2000) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/vlc.spec
-
- . suppression du d?\239?\191?\189codeur de r?\239?\191?\189f?\239?\191?\189rence qui de toute fa?\239?\191?\189on ne marcherait
-  plus vraiment avec la structure actuelle du vlc
- . pr?\239?\191?\189paration de la 0.1.99e
-
-------------------------------------------------------------------------
-r354 | sam | 2000-07-30 03:59:50 +0200 (Sun, 30 Jul 2000) | 3 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/README
-   M /trunk/include/config.h.in
-   M /trunk/include/main.h
-   M /trunk/include/plugins.h
-   D /trunk/include/plugins_export.h
-   A /trunk/include/tests.h
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/beos.cpp
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dsp/dsp.c
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/plugins/esd/esd.c
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/fb/intf_fb.c
-   M /trunk/plugins/fb/vout_fb.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/ggi/intf_ggi.c
-   M /trunk/plugins/ggi/vout_ggi.c
-   M /trunk/plugins/glide/glide.c
-   M /trunk/plugins/glide/intf_glide.c
-   M /trunk/plugins/glide/vout_glide.c
-   M /trunk/plugins/gnome/gnome.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/vout_gnome.c
-   M /trunk/plugins/mga/intf_mga.c
-   M /trunk/plugins/mga/mga.c
-   M /trunk/plugins/mga/vout_mga.c
-   M /trunk/plugins/x11/intf_x11.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/x11.c
-   M /trunk/plugins/yuv/video_yuv.c
-   M /trunk/plugins/yuv/video_yuv16.c
-   M /trunk/plugins/yuv/yuv.c
-   M /trunk/plugins/yuvmmx/video_yuv.c
-   M /trunk/plugins/yuvmmx/yuvmmx.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/plugins.c
-   A /trunk/src/misc/tests.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . autod?\239?\191?\189tection des plugins
- . les aliases "gvlc" "fbvlc" "ggivlc" fonctionne comme il faut
-
-------------------------------------------------------------------------
-r355 | sam | 2000-07-31 01:42:12 +0200 (Mon, 31 Jul 2000) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/INSTALL
-   M /trunk/Makefile.in
-   M /trunk/debian/vlc.1
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/plugins/yuvmmx/video_yuv.c
-   M /trunk/plugins/yuvmmx/video_yuv.h
-   M /trunk/plugins/yuvmmx/video_yuv16.c
-   M /trunk/plugins/yuvmmx/video_yuv24.c
-   M /trunk/plugins/yuvmmx/video_yuv32.c
-   M /trunk/plugins/yuvmmx/video_yuv8.c
-   M /trunk/plugins/yuvmmx/video_yuv_asm.h
-   M /trunk/plugins/yuvmmx/video_yuv_macros.h
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.h
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . rajout de l'option -Winline
- . fix de certaines fonctions qui devraient ?\239?\191?\189tre inlin?\239?\191?\189es
- . gain de place dans la YUVMMX
-
-------------------------------------------------------------------------
-r356 | sam | 2000-08-08 00:18:24 +0200 (Tue, 08 Aug 2000) | 7 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/Makefile.in
-   M /trunk/include/config.h.in
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/include/vpar_synchro.h
-   M /trunk/plugins/yuvmmx/video_yuv.c
-   M /trunk/plugins/yuvmmx/video_yuv.h
-   M /trunk/src/interface/intf_cmd.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-  * vlc.init becomes ~/.vlcrc
-  * removed float operations in the video decoder, and all emms asm functions
-  * borrowed linuxvideo's MMX motion compensation
-  * fixed an undefined symbol in the MMX YUV plugin
-
-Meuuh & Sam.
-
-------------------------------------------------------------------------
-r357 | sam | 2000-08-08 00:19:00 +0200 (Tue, 08 Aug 2000) | 2 lines
-Changed paths:
-   A /trunk/include/mmx.h
-   A /trunk/src/video_decoder/vdec_motion_inner_mmx.c
-
- . fichiers manquants
-
-------------------------------------------------------------------------
-r358 | sam | 2000-08-08 00:20:47 +0200 (Tue, 08 Aug 2000) | 2 lines
-Changed paths:
-   M /trunk/.cvsignore
-   A /trunk/include/.cvsignore
-
- . un peu de m?\239?\191?\189nage dans le .cvsignore
-
-------------------------------------------------------------------------
-r359 | sam | 2000-08-08 14:05:57 +0200 (Tue, 08 Aug 2000) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/dirs
-   M /trunk/debian/files
-   M /trunk/debian/postinst.debhelper
-   M /trunk/debian/postrm.debhelper
-   M /trunk/debian/rules
-   M /trunk/debian/substvars
-   M /trunk/debian/vlc.menu
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/vlc.spec
-
- . d?\239?\191?\189commentage d'une fonction comment?\239?\191?\189e par erreur
- . version 0.1.99f
- . divers fixes dans la cr?\239?\191?\189ation des packages
-
-------------------------------------------------------------------------
-r360 | sam | 2000-08-09 00:51:04 +0200 (Wed, 09 Aug 2000) | 19 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/vlc.1
-   M /trunk/include/config.h.in
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . vir?\239?\191?\189 les aliases ?\239?\191?\189 xvlc ?\239?\191?\189, ?\239?\191?\189 ggivlc ?\239?\191?\189 etc. qui faisaient un peu
-  piti?\239?\191?\189, pour ne laisser que ?\239?\191?\189 vlc ?\239?\191?\189, ?\239?\191?\189 gvlc ?\239?\191?\189 (gnome) et ?\239?\191?\189 fbvlc ?\239?\191?\189
-  (framebuffer) ; les autres restent bien entendu accessibles avec
-  par exemple ?\239?\191?\189 vlc --vout ggi ?\239?\191?\189.
-
- . IMPORTANT - nouvelle option --synchro pour forcer un type de
-  synchro. Pour le moment les options possibles sont :
-
-    --synchro I     /* n'affiche que les I */
-    --synchro IP    /* affiche les I et toutes les P */
-    --synchro IP+   /* affiche les I, les P, et la moiti?\239?\191?\189 des B */
-    --synchro IPB   /* affiche toutes les images */
-
-   Toute autre valeur de --synchro sera ignor?\239?\191?\189e et c'est l'algo
-  par d?\239?\191?\189faut bas?\239?\191?\189 sur la consommation de processeur qui sera
-  utilis?\239?\191?\189. Notez que si vous en demandez trop au vlc, il va
-  bien entendu planter, ou tout du moins remplir sa fifo comme
-  un gros cochon. On n'y peut pas grand chose, c'est la vie.
-
-------------------------------------------------------------------------
-r361 | sam | 2000-08-11 00:52:29 +0200 (Fri, 11 Aug 2000) | 2 lines
-Changed paths:
-   A /trunk/TODO
-
- . TODO list
-
-------------------------------------------------------------------------
-r362 | sam | 2000-08-11 01:33:26 +0200 (Fri, 11 Aug 2000) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
- . chang?\239?\191?\189 l'ordre des t?\239?\191?\189ches
-
-------------------------------------------------------------------------
-r363 | sam | 2000-08-13 19:39:55 +0200 (Sun, 13 Aug 2000) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/TODO
-   M /trunk/plugins/yuvmmx/video_yuv.c
-   M /trunk/plugins/yuvmmx/video_yuv.h
-   M /trunk/plugins/yuvmmx/video_yuv16.c
-   M /trunk/plugins/yuvmmx/video_yuv32.c
-   M /trunk/plugins/yuvmmx/video_yuv_asm.h
-
-  * removed an unused variable in the MMX YUVs.
-  * fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
-
-------------------------------------------------------------------------
-r364 | sam | 2000-08-13 20:36:57 +0200 (Sun, 13 Aug 2000) | 5 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/yuv/video_yuv.c
-   M /trunk/plugins/yuv/video_yuv.h
-   M /trunk/plugins/yuv/video_yuv16.c
-   M /trunk/plugins/yuv/video_yuv32.c
-   M /trunk/plugins/yuv/video_yuv8.c
-   M /trunk/plugins/yuv/video_yuv_macros_8bpp.h
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/video_output/video_output.c
-
-  * now scaling is on by default, so that people won't tell that the vlc
-    cannot do scaling :-)
-  * fixed a few long lines.
-  * _almost_ fixed 8bpp YUV.
-
-------------------------------------------------------------------------
-r365 | sam | 2000-08-14 03:13:25 +0200 (Mon, 14 Aug 2000) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/TODO
-   M /trunk/plugins/yuv/video_yuv.c
-   M /trunk/plugins/yuv/video_yuv16.c
-   M /trunk/plugins/yuv/video_yuv32.c
-   M /trunk/plugins/yuv/video_yuv8.c
-   M /trunk/plugins/yuv/video_yuv_macros.h
-   M /trunk/plugins/yuv/video_yuv_macros_8bpp.h
-   M /trunk/plugins/yuvmmx/video_yuv.c
-   M /trunk/plugins/yuvmmx/video_yuv16.c
-   M /trunk/plugins/yuvmmx/video_yuv32.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-  * fixed 8bpp YUV.
-  * fixed the fscked up Bresenham algorithm in all YUV functions.
-
-------------------------------------------------------------------------
-r366 | sam | 2000-08-15 15:37:43 +0200 (Tue, 15 Aug 2000) | 13 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/TODO
-   A /trunk/debian/.cvsignore
-
- . rajout?\239?\191?\189 build-stamp et debian/tmp dans les .cvsignore
-
- . de nouvelles id?\239?\191?\189es dans la TODO list :
-
-Difficulty: Guru    Urgency: Wishlist   Support for RTP
-Difficulty: Medium  Urgency: Wishlist   Draw a font / support color fonts
-Difficulty: Medium  Urgency: Important  Layer 2 mono support
-Difficulty: Hard    Urgency: Wishlist   MP3 support
-Difficulty: Hard    Urgency: Normal     Support for unencapsulated streams
-Difficulty: Guru    Urgency: Wishlist   Ogg/Vorbis audio decoder support
-Difficulty: Hard    Urgency: Normal     Xv video output support
-Difficulty: Medium  Urgency: Normal     SDL video output support
-
-------------------------------------------------------------------------
-r367 | polux | 2000-08-15 19:40:40 +0200 (Tue, 15 Aug 2000) | 12 lines
-Changed paths:
-   M /trunk/include/decoder_fifo.h
-   M /trunk/include/threads.h
-   M /trunk/plugins/beos/vout_beos.cpp
-
-R?\239?\191?\189paration de la version BeOS. Le probl?\239?\191?\189me venait du swab32 de la nouvelle
-bit stream, la macro pour la conversion de BIGENDIAN vers LITTLEENDIAN ne
-fonctionnant (toujours) pas.
-
-La version BeOS pose encore de gros probl?\239?\191?\189mes:
-- des plantages al?\239?\191?\189atoires lorsqu'on utilise le son,
-- des performances tr?\239?\191?\189s en dessous de celles d'anciennes version du vlc,
-- une synchro son qui ne fonctionne pas correctement,
-- au bout d'un certain temps d'utilisation, toutes les ressources syst?\239?\191?\189mes
-  sont consomm?\239?\191?\189es et le syst?\239?\191?\189me lui-m?\239?\191?\189me devient instable (merci d'?\239?\191?\189viter
-  les commentaires sur la stabilit?\239?\191?\189 de BeOS)
-
-------------------------------------------------------------------------
-r368 | sam | 2000-08-16 01:35:31 +0200 (Wed, 16 Aug 2000) | 6 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.in
-   D /trunk/NEWS
-   M /trunk/TODO
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/.cvsignore
-   D /trunk/debian/changelog
-   M /trunk/debian/control
-   D /trunk/debian/copyright
-   M /trunk/debian/dirs
-   D /trunk/debian/docs
-   D /trunk/debian/files
-   D /trunk/debian/postinst.debhelper
-   D /trunk/debian/postrm.debhelper
-   D /trunk/debian/prerm.debhelper
-   M /trunk/debian/rules
-   D /trunk/debian/substvars
-   A /trunk/debian/vlc-esd.files
-   A /trunk/debian/vlc-fb.files
-   A /trunk/debian/vlc-ggi.files
-   A /trunk/debian/vlc-glide.files
-   A /trunk/debian/vlc-gnome.files
-   A /trunk/debian/vlc-gnome.menu
-   D /trunk/debian/vlc.1
-   A /trunk/debian/vlc.copyright
-   A /trunk/debian/vlc.docs
-   A /trunk/share/gvlc.png
-   M /trunk/src/interface/main.c
-   M /trunk/vlc.spec
-
-  * fixed a dumb bug in the Makefile that prevented inclusion of the
-    -march=pentium directive. thanks Meuuh, blame sam.
-  * fixed a warning in main.c.
-  * separate Debian packages.
-  * added request for ALSA support in the TODO list.
-
-------------------------------------------------------------------------
-r369 | sam | 2000-08-16 02:28:29 +0200 (Wed, 16 Aug 2000) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.in
-   M /trunk/configure.in
-   A /trunk/debian/changelog
-   A /trunk/debian/vlc.1
-
- * more files needed to build packages
- * changed "pentiumpro" to "ppro" in the ./configure, it was misleading.
- * prepared 0.1.99g
-
-------------------------------------------------------------------------
-r370 | sam | 2000-08-17 16:45:42 +0200 (Thu, 17 Aug 2000) | 9 lines
-Changed paths:
-   M /trunk/TODO
-
- . new tasks :
-
-Description: Fix plugins namespace problem
-Description: Fix plugin autoloading
-Description: Real plugin API
-Description: Enable compiled-in plugins
-Description: Optimize SPU rendering
-Description: SPU error recovery
-
-------------------------------------------------------------------------
-r371 | octplane | 2000-08-18 10:25:23 +0200 (Fri, 18 Aug 2000) | 9 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/plugins/sdl
-   A /trunk/plugins/sdl/intf_sdl.c
-   A /trunk/plugins/sdl/sdl.c
-   A /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/misc/plugins.c
-
-My first contribution.
-
-* Added SDL plugin
-       * support fullscreen display with --display fullscreen
-       * complete keyboard handling
-* Added --enable_sdl to configure
-
-Octplane.
-
-------------------------------------------------------------------------
-r372 | sam | 2000-08-18 19:02:03 +0200 (Fri, 18 Aug 2000) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   A /trunk/debian/vlc-sdl.files
-   M /trunk/plugins/sdl/sdl.c
-
- . removed the sdlvlc alias
- . added the vlc-sdl package in the Debian control files
-
-------------------------------------------------------------------------
-r373 | polux | 2000-08-19 00:35:10 +0200 (Sat, 19 Aug 2000) | 3 lines
-Changed paths:
-   M /trunk/plugins/beos/aout_beos.cpp
-
-Correction d'un bug dans l'audio output de beos, ce dernier causait des
-plantages al?\239?\191?\189atoires au lancement (i_buffer_pos n'?\239?\191?\189tait pas initialis?\239?\191?\189).
-
-------------------------------------------------------------------------
-r374 | sam | 2000-08-21 03:47:19 +0200 (Mon, 21 Aug 2000) | 6 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.in
-   M /trunk/TODO
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_file.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-  * removed CCFLAGS flags which were improperly used.
-  * added hints for powerpc build.
-  * fixed the input_file exit bug.
-  * fixed a Makefile bug which removed the CVS directory.
-  * removed the frame statistics output.
-
-------------------------------------------------------------------------
-r375 | octplane | 2000-08-21 11:33:42 +0200 (Mon, 21 Aug 2000) | 18 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/interface.h
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/fb/intf_fb.c
-   M /trunk/plugins/ggi/intf_ggi.c
-   M /trunk/plugins/glide/intf_glide.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/mga/intf_mga.c
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/sdl.c
-   A /trunk/plugins/sdl/video_yuv.c
-   A /trunk/plugins/sdl/video_yuv.h
-   A /trunk/plugins/sdl/video_yuv_macros.h
-   A /trunk/plugins/sdl/video_yuvall.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/intf_x11.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/misc/plugins.c
-   M /trunk/src/video_decoder/vdec_idctmmx.S
-   M /trunk/src/video_output/video_yuv.c
-
-A few new things:
-
-       . The interface part:
-                       . created intf_AssignKey, intf_getKey and intf_AssignNormalKeys
-                       these new function are a first abstraction of the the key handling system.                      It makes use of a new structure in the interface : p_keys.
-
-                       . AssignNormalKeys is commonly used in all the interface plugins.
-                       AssignKey is used to allow the SDL interface to react nicely.
-
-                       . Now the plugin struct element psz_filename is filled (and freed
-                               at the end of the program).
-
-       . the SDL plugin:
-                       works but does only display a green screen for now. so don't use it !
-
-       . Please try and compile the client on your box with this version.
-               I've tried a few output plugin but not all.
-
-------------------------------------------------------------------------
-r376 | octplane | 2000-08-21 11:40:11 +0200 (Mon, 21 Aug 2000) | 4 lines
-Changed paths:
-   M /trunk/src/misc/plugins.c
-
-Plugin handling:
-       . switched low and high order vout plugins
-       . removed yuvsdl plugin.
-
-------------------------------------------------------------------------
-r377 | octplane | 2000-08-21 18:22:03 +0200 (Mon, 21 Aug 2000) | 5 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/plugins/sdl/sdl.c
-
-.SDL:
-       .removed the YUV thing from the SDL
-       .cleaned up the makefile to remove it
-       .UNTESTED (seems to compile).
-
-------------------------------------------------------------------------
-r378 | polux | 2000-08-21 21:57:55 +0200 (Mon, 21 Aug 2000) | 12 lines
-Changed paths:
-   M /trunk/include/threads.h
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-
-A lot of bug fixs for the BeOS side of VideoLAN:
-- the vlc does not exhaust system resources anymore (it was creating a new
-  mutex each picture so after a while there was no more mutex available in
-  the entire system);
-- the sound has been corrected and now it works perfectly;
-- the window has now the right size (there was and additional line before).
-
-The (BeOS) threads have also been improved especially with the cond vars
-(but it is no more compliant with the pthread cond vars).
-
-VideoLAN for BeOS now rocks and is ready for its first binary release.
-
-------------------------------------------------------------------------
-r379 | sam | 2000-08-21 22:05:42 +0200 (Mon, 21 Aug 2000) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/sdl.c
-   M /trunk/vlc.spec
-
- . updated version number
- . removed a verbose message in intf_sdl.c
-
-------------------------------------------------------------------------
-r380 | polux | 2000-08-21 22:16:22 +0200 (Mon, 21 Aug 2000) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-Added the beos fixes in the ChangeLog.
-
-------------------------------------------------------------------------
-r381 | sam | 2000-08-22 02:13:26 +0200 (Tue, 22 Aug 2000) | 5 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/audio_decoder/audio_decoder_thread.c
-   M /trunk/src/interface/interface.c
-   D /trunk/vlc.channels
-
-  * added a few sanity checks in the audio mpeg and ac3 decoders.
-  * temporarily got rid of vlc.channels.
-  * added notice in debian/control about unencrypted DVDs.
-  * fixed PowerPC .deb build.
-
-------------------------------------------------------------------------
-r382 | sam | 2000-08-22 17:58:32 +0200 (Tue, 22 Aug 2000) | 2 lines
-Changed paths:
-   M /trunk/debian/vlc.docs
-   M /trunk/src/misc/tests.c
-   M /trunk/src/video_parser/vpar_blocks.c
-
- . fixed PPC .deb build
-
-------------------------------------------------------------------------
-r383 | sam | 2000-08-23 23:38:50 +0200 (Wed, 23 Aug 2000) | 5 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/ChangeLog
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-We now have support for the field pictures. It shouldn't break teh frame
-pictures, if you notice anything please ring my bell.
-
---Meuuh (live from Julie)
-
-------------------------------------------------------------------------
-r384 | massiot | 2000-08-24 00:15:28 +0200 (Thu, 24 Aug 2000) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/include/common.h
-   M /trunk/include/config.h.in
-   M /trunk/include/debug.h
-   M /trunk/include/decoder_fifo.h
-   M /trunk/include/input.h
-   M /trunk/include/input_netlist.h
-   M /trunk/include/input_ps.h
-   M /trunk/include/input_vlan.h
-   M /trunk/include/int_types.h
-   M /trunk/include/main.h
-   M /trunk/include/mtime.h
-   M /trunk/include/netutils.h
-   M /trunk/include/rsc_files.h
-   M /trunk/include/vdec_idct.h
-   M /trunk/include/vdec_motion.h
-   M /trunk/include/video.h
-   M /trunk/include/video_decoder.h
-   M /trunk/include/video_fifo.h
-   M /trunk/include/video_graphics.h
-   M /trunk/include/video_output.h
-   M /trunk/include/video_parser.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/include/vpar_headers.h
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/generic_decoder/generic_decoder.c
-   M /trunk/src/generic_decoder/generic_decoder.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ctrl.c
-   M /trunk/src/input/input_ctrl.h
-   M /trunk/src/input/input_file.c
-   M /trunk/src/input/input_file.h
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_network.c
-   M /trunk/src/input/input_network.h
-   M /trunk/src/input/input_pcr.c
-   M /trunk/src/input/input_pcr.h
-   M /trunk/src/input/input_psi.c
-   M /trunk/src/input/input_psi.h
-   M /trunk/src/input/input_vlan.c
-   M /trunk/src/misc/decoder_fifo.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/rsc_files.c
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/vdec_motion_inner.c
-   M /trunk/src/video_decoder/vdec_motion_inner_mmx.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Remplissure du champ AUTHORS des sources.
-
-------------------------------------------------------------------------
-r385 | polux | 2000-08-24 00:22:56 +0200 (Thu, 24 Aug 2000) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/src/input/input_file.c
-
-Fixed another bug in the input_file.
-
-------------------------------------------------------------------------
-r386 | sam | 2000-08-24 01:45:27 +0200 (Thu, 24 Aug 2000) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/src/input/input_file.c
-   M /trunk/src/misc/plugins.c
-
- . fixed an other typo
- . fixed the aliases install
- . renamed an inconsistent variable in src/input/input_file.c
-
-------------------------------------------------------------------------
-r387 | sam | 2000-08-24 02:04:42 +0200 (Thu, 24 Aug 2000) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-
- . support de la touche `q' pour quitter
-
-------------------------------------------------------------------------
-r388 | sam | 2000-08-24 02:16:25 +0200 (Thu, 24 Aug 2000) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- . support pour --synchro I+ (images I et la premi?\239?\191?\189re P)
-
-------------------------------------------------------------------------
-r389 | octplane | 2000-08-24 16:58:51 +0200 (Thu, 24 Aug 2000) | 11 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/include/interface.h
-   A /trunk/include/keystrokes.h
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/src/interface/interface.c
-
-Hello,
-
-Some news things:
-
- . I am still going on modifiying the key event handling method to make it more flexible. I still have a few things to get what I'd like to
- . added a keystrokes.h include which contains a generic name of all the VLC keys binding
- . modified some of the core interface routines to allow the passing of an extra parameter with a keystroke (VLC_CHANNEL).
- . next step: move all the interface dependent parts (such as the getKey function) to the plugins.
-
-Hope this will run on your boxes...
-
-------------------------------------------------------------------------
-r390 | octplane | 2000-08-24 18:29:22 +0200 (Thu, 24 Aug 2000) | 2 lines
-Changed paths:
-   M /trunk/include/keystrokes.h
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/src/interface/interface.c
-
-many minor style fixes (thanx to sam).
-
-------------------------------------------------------------------------
-r391 | henri | 2000-08-26 15:07:35 +0200 (Sat, 26 Aug 2000) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_spu.c
-
-
-Put a test outside a loop : fixes task 0x31
-
-------------------------------------------------------------------------
-r392 | massiot | 2000-08-26 16:48:56 +0200 (Sat, 26 Aug 2000) | 4 lines
-Changed paths:
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/vdec_motion_inner.c
-
-Fix?\239?\191?\189 une bonne partie du putain de bug des carr?\239?\191?\189s qui font chier ?\239?\191?\189 chaque
-changement de plan. Si c'est encore moche, c'est pas de ma faute, c'est le
-scaling.
-
-------------------------------------------------------------------------
-r393 | massiot | 2000-08-27 03:03:44 +0200 (Sun, 27 Aug 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/vdec_motion_inner_mmx.c
-
-J'avais oubli?\239?\191?\189 de faire les m?\239?\191?\189mes modifs dans le motion MMX.
-
-------------------------------------------------------------------------
-r394 | sam | 2000-08-27 12:49:25 +0200 (Sun, 27 Aug 2000) | 6 lines
-Changed paths:
-   M /trunk/TODO
-
- . update de la TODO list
-
-  Henri, il y a du nouveau boulot pour toi, regarde la task 0x38,
- ?\239?\191?\189a ne devrait pas ?\239?\191?\189tre trop dur, ?\239?\191?\189a t'obligera ?\239?\191?\189 lire le code de
- l'audio_output, et surtout ?\239?\191?\189a te fera la bite.
-
-------------------------------------------------------------------------
-r395 | sam | 2000-08-27 14:32:06 +0200 (Sun, 27 Aug 2000) | 5 lines
-Changed paths:
-   M /trunk/TODO
-
- . fix?\239?\191?\189 une erreur d'indentation
-
-(Oct, tu devrais vraiment regarder ton ?\239?\191?\189diteur. Tu as vu le
-   bordel qu'il a foutu dans src/interface/interface.c ?)
-
-------------------------------------------------------------------------
-r396 | massiot | 2000-08-27 18:21:49 +0200 (Sun, 27 Aug 2000) | 3 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_blocks.c
-
-Un bug cette fois-ci avec le parseur et un traitement erron?\239?\191?\189 des macroblocs
-saut?\239?\191?\189s dans les images B qui provoquait des carr?\239?\191?\189s.
-
-------------------------------------------------------------------------
-r397 | massiot | 2000-08-27 18:31:50 +0200 (Sun, 27 Aug 2000) | 2 lines
-Changed paths:
-   M /trunk/include/vpar_blocks.h
-
-Oubli?\239?\191?\189 d'en committer un bout...
-
-------------------------------------------------------------------------
-r398 | massiot | 2000-08-27 23:52:56 +0200 (Sun, 27 Aug 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Correction d'un bug de synchro pour les images monotrames.
-
-------------------------------------------------------------------------
-r399 | sam | 2000-08-28 00:05:42 +0200 (Mon, 28 Aug 2000) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
- . rajout du fix de Meuuh dans la todolist.
-
-------------------------------------------------------------------------
-r400 | sam | 2000-08-28 02:33:54 +0200 (Mon, 28 Aug 2000) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/include/interface.h
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/src/interface/interface.c
-
-  * cleaned Octplane's crappy indentation.
-  * fixed the --server option which didn't work if a ~/.vlcrc existed.
-
-------------------------------------------------------------------------
-r401 | sam | 2000-08-28 02:37:44 +0200 (Mon, 28 Aug 2000) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/vlc.spec
-
- . version 0.1.99i
-
-------------------------------------------------------------------------
-r402 | octplane | 2000-08-29 01:12:08 +0200 (Tue, 29 Aug 2000) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/TODO
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_text.h
-
-. Added a 'f' shortcut to the SDL output (fullscreen/windowed)
-. Modified the Idle screen of the vlc (seems to suck a lot of CPU anyway :/)
-. Prayed for a good indentation ;).
-
-------------------------------------------------------------------------
-r403 | sam | 2000-08-29 02:01:06 +0200 (Tue, 29 Aug 2000) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
- . rha mais faisez gaffe au format de la todo list sarass !
-
-------------------------------------------------------------------------
-r404 | octplane | 2000-08-29 02:03:21 +0200 (Tue, 29 Aug 2000) | 4 lines
-Changed paths:
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/src/video_output/video_output.c
-
-. Arranged a few things
-
-... still dirty, but the earthquake is coming...
-
-------------------------------------------------------------------------
-r405 | henri | 2000-08-30 18:24:25 +0200 (Wed, 30 Aug 2000) | 2 lines
-Changed paths:
-   M /trunk/plugins/dummy/aout_dummy.c
-
-Fixed a 100% CPU use bug while no stream is received
-
-------------------------------------------------------------------------
-r406 | henri | 2000-08-30 19:06:00 +0200 (Wed, 30 Aug 2000) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-Oui, bon,  j'ai oubli?\239?\191?\189 le changelog, ?\239?\191?\189a peut arriver einh !
-
-------------------------------------------------------------------------
-r407 | stef | 2000-10-18 01:42:13 +0200 (Wed, 18 Oct 2000) | 4 lines
-Changed paths:
-   M /trunk/plugins/x11/vout_x11.c
-
-.Fix du probl?\239?\191?\189me de detection de la profondeur en 16 bits sous XFree 4
-
-J'esp?\239?\191?\189re que ?\239?\191?\189a marche encore avec XFree 3.3
-
-------------------------------------------------------------------------
-r408 | sam | 2000-10-18 04:17:20 +0200 (Wed, 18 Oct 2000) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
- . correction d'une faute de frappe dans configure.in (?\239?\191?\189a r?\239?\191?\189pond ?\239?\191?\189 ta
-  question, Stef ? :)
-
-------------------------------------------------------------------------
-r409 | stef | 2000-10-18 04:42:43 +0200 (Wed, 18 Oct 2000) | 3 lines
-Changed paths:
-   M /trunk/plugins/gnome/vout_gnome.c
-
-* Modification du module gnome pour l'output sous Xfree4 (detection
-16bits).
-
-------------------------------------------------------------------------
-r410 | stef | 2000-10-23 04:04:48 +0200 (Mon, 23 Oct 2000) | 5 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/src/video_parser/vpar_blocks.c
-
-* D?\239?\191?\189buggage de la vid?\239?\191?\189o MPEG 1 (=> correction de deux bugs dans le
-parsage des blocs et d'un bugs dans le parseur des vecteurs de mouvement).
-
---Meuuh
-
-------------------------------------------------------------------------
-r411 | sam | 2000-10-24 11:16:11 +0200 (Tue, 24 Oct 2000) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/src/video_output/video_output.c
-   M /trunk/vlc.spec
-
- * correction de l'affichage des fps (affichage, pas calcul).
- * changements mineurs dans les fichiers Debian.
-
-------------------------------------------------------------------------
-r412 | reno | 2000-10-24 18:00:56 +0200 (Tue, 24 Oct 2000) | 4 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/src/audio_output/audio_output.c
-
-
-
-Modification l?\239?\191?\189g?\239?\191?\189re de la gestion du volume
-
-------------------------------------------------------------------------
-r413 | octplane | 2000-10-24 19:36:14 +0200 (Tue, 24 Oct 2000) | 6 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/video_output/video_output.c
-
-. Added a very basic splash screen, to be continued.
-. fixed a small bug in the idle screen.
-
---
-Oct.
-
-------------------------------------------------------------------------
-r414 | jeanphi | 2000-10-25 01:16:26 +0200 (Wed, 25 Oct 2000) | 6 lines
-Changed paths:
-   M /trunk/src/input/input_file.c
-
-lecon de programmation a l'intention des debutants qui ont ecrit
-input_file.c :
-- les codes d'erreur sont fait pour etre utilises
-- quand on ouvre un fichier on le referme
--- jeanphi
-
-------------------------------------------------------------------------
-r415 | reno | 2000-10-25 14:18:25 +0200 (Wed, 25 Oct 2000) | 4 lines
-Changed paths:
-   M /trunk/include/video_decoder.h
-   M /trunk/include/video_output.h
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/vpar_blocks.c
-
-
-
-Suppression du d?\239?\191?\189codage de la chrominance en B&W
-
-------------------------------------------------------------------------
-r416 | jeanphi | 2000-10-25 20:40:58 +0200 (Wed, 25 Oct 2000) | 4 lines
-Changed paths:
-   M /trunk/plugins/glide/vout_glide.c
-   M /trunk/plugins/yuvmmx/video_yuv.c
-   M /trunk/plugins/yuvmmx/video_yuv16.c
-   M /trunk/plugins/yuvmmx/video_yuv_asm.h
-
-vout_glide.c: donne une taille correcte a l'affichage (800x600)
-
-yuvmmx: conv. Y4Gray16, les autres sont a venir
-
-------------------------------------------------------------------------
-r417 | stef | 2000-10-25 22:54:05 +0200 (Wed, 25 Oct 2000) | 4 lines
-Changed paths:
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-
-. Fixed the sdl plugins to match the changes in the version 1.1.5
-
-The vlc gives a segfault when exiting if you use sdl. I still don't know why
-
-------------------------------------------------------------------------
-r418 | stef | 2000-10-26 01:14:01 +0200 (Thu, 26 Oct 2000) | 4 lines
-Changed paths:
-   M /trunk/plugins/sdl/vout_sdl.c
-
-. Fixed segmentation fault when sdl output exits.
-
-Actually, I don't know why SDLclose was commented out.
-
-------------------------------------------------------------------------
-r419 | reno | 2000-10-26 14:00:02 +0200 (Thu, 26 Oct 2000) | 4 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-
-
-Une l?\239?\191?\189g?\239?\191?\189re modification pour le passage B&W ?\239?\191?\189 C
-
-------------------------------------------------------------------------
-r420 | sam | 2000-10-26 17:00:34 +0200 (Thu, 26 Oct 2000) | 2 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/src/input/input_network.c
-   M /trunk/src/interface/main.c
-
- . ajout de l'option --broadcast en ligne de commande
-
-------------------------------------------------------------------------
-r421 | stef | 2000-10-29 02:07:59 +0200 (Sun, 29 Oct 2000) | 8 lines
-Changed paths:
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-
-.Added window title in sdl output
-.Removed mouse cursor in fullscreen mode
-.Changed bits-per-pixel during window creation to X11 current depth
-
-Although bits-per-pixel was initialized to 15 in every cases, the quality
-changed when we switched X11 depth; so I don't know the real effect of this
-constant in SDL.
-
-------------------------------------------------------------------------
-r422 | sam | 2000-10-29 11:05:14 +0100 (Sun, 29 Oct 2000) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/fb/vout_fb.c
-   M /trunk/src/video_output/video_output.c
-
- . le mode framebuffer vide l'?\239?\191?\189cran quand on quitte.
-
-------------------------------------------------------------------------
-r423 | stef | 2000-11-03 22:33:16 +0100 (Fri, 03 Nov 2000) | 5 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-
-.changed option --novlans to --vlans to test vlan server
-.removed return 0 in LoadChannels
-
-vlc.channels works again and with vlan soon...
-
-------------------------------------------------------------------------
-r424 | polux | 2000-11-10 23:43:59 +0100 (Fri, 10 Nov 2000) | 2 lines
-Changed paths:
-   M /trunk/src/misc/plugins.c
-
-Correction d'un buffer overflow qui cr?\239?\191?\189ait des plantages al?\239?\191?\189atoires sous BeOS.
-
-------------------------------------------------------------------------
-r425 | massiot | 2000-11-13 14:58:18 +0100 (Mon, 13 Nov 2000) | 10 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.in
-   M /trunk/include/config.h.in
-   M /trunk/include/video_output.h
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-  * Totally new frame dropping algorithm.
-  * Fixed a bug in video_ouput.c which made the stream go backwards
-    sometimes.
-  * Fixed a bug in video_ouput.c which trashed more late pictures than
-    necessary.
-  * Fixed the DEBUG mode in the Makefile.
-  * Fixed a bug in mwait() which made us wait too long.
-
-Ca va tuer.
-
-------------------------------------------------------------------------
-r426 | massiot | 2000-11-13 23:09:43 +0100 (Mon, 13 Nov 2000) | 5 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/src/video_output/video_output.c
-
-* Retirage du #define STATS ;
-* Le warning (late pictures) du vout est d?\239?\191?\189sormais un DbgMsg (en
-attendant les WarnMsg) ;
-* Correction d'un bug en mode debug (sic).
-
-------------------------------------------------------------------------
-r427 | massiot | 2000-11-14 23:58:44 +0100 (Tue, 14 Nov 2000) | 8 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/include/config.h.in
-   M /trunk/include/video_decoder.h
-   M /trunk/include/video_fifo.h
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/vpar_blocks.c
-
-* R?\239?\191?\189paration du VDEC_SMP. Ca marche sans planter avec la nouvelle
-synchro.
-* Remettage du #define STATS parce qu'en fait sinon on n'a pas les infos
-dans la fen?\239?\191?\189tre. C'est dommage d'ailleurs qu'on ait ?\239?\191?\189 le mettre, parce
-que du coup ?\239?\191?\189a va nous d?\239?\191?\189courager de faire des stats sur d'autres
-parties.
-* Changements cosm?\239?\191?\189tiques dans les relations video_parser/video_decoder.
-
-------------------------------------------------------------------------
-r428 | massiot | 2000-11-18 04:15:01 +0100 (Sat, 18 Nov 2000) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.in
-   M /trunk/TODO
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/config.h.in
-
-* Added --enable-debug, --enable-stats and --disable-optims (sam could
-you check I did'nt make a mess of it ?).
-* Added todo things in the TODO file.
-
-------------------------------------------------------------------------
-r429 | henri | 2000-11-20 04:31:45 +0100 (Mon, 20 Nov 2000) | 7 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/INSTALL
-   M /trunk/Makefile.in
-   M /trunk/TODO
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/plugins/alsa
-   A /trunk/plugins/alsa/alsa.c
-   A /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/src/misc/plugins.c
-
-
-
-Added : alsa support
-Todo : - test it on several cards
-       - support more than Stereo s16
-       - make configure check for alsa
-
-------------------------------------------------------------------------
-r430 | stef | 2000-11-21 02:41:45 +0100 (Tue, 21 Nov 2000) | 8 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/include/interface.h
-   M /trunk/include/intf_msg.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_output.c
-
-.Impl?\239?\191?\189mentation de intf_WarnMsg( int i_level, char *psz_format, ... ) et
-intf_WarnMsgImm
-.on active les messages de warning au lancement avec l'option --warning
-.le i_level par d?\239?\191?\189fault est 12 (on ne montre pas les messages de niveau
-inf?\239?\191?\189rieur ?\239?\191?\189 12
-
-J'esp?\239?\191?\189re que ?\239?\191?\189a correspond ?\239?\191?\189 ce qui a ?\239?\191?\189t?\239?\191?\189 discut?\239?\191?\189 dans videolan-devel.
-
-------------------------------------------------------------------------
-r431 | henri | 2000-11-23 02:40:31 +0100 (Thu, 23 Nov 2000) | 5 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/alsa/aout_alsa.c
-
-
-
-- Cosmetic changes to alsa.c
-- Configure now checks alsa is present
-
-------------------------------------------------------------------------
-r432 | massiot | 2000-11-27 11:35:57 +0100 (Mon, 27 Nov 2000) | 9 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/TODO
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/config.h.in
-   M /trunk/include/video_output.h
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/input/input.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
- * vlc is now compiled without the STATS mode by default.
- * Fixed a bug which made frames go backwards with some displays (the
-   video_decoder thread is now niced).
- * Made use of intf_WarnMsg() in the most needed places.
-Also simplified the synchro algorithm and fixed a bug with non-(5/1) streams.
-Fixed the optimizations in the configure stuff.
-Warning : this release needs a full rebuild (make clean; make).
-Warning : I might have broken the BeOS port, could somebody check ?
-
-------------------------------------------------------------------------
-r433 | massiot | 2000-11-27 18:49:48 +0100 (Mon, 27 Nov 2000) | 5 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/include/video_decoder.h
-   M /trunk/include/video_fifo.h
-   M /trunk/include/video_parser.h
-   M /trunk/include/vpar_synchro.h
-   M /trunk/src/input/input.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Added more stats
-* Fixed a bug in the parser when trashing an already parsed frame
-* Simplified (and enhanced) vpar_synchro for B pictures
-* Lowered the synchro DELTA
-
-------------------------------------------------------------------------
-r434 | massiot | 2000-11-28 17:00:38 +0100 (Tue, 28 Nov 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-The YUV buffer is now freed after displaying (useful for overlay).
-
-------------------------------------------------------------------------
-r435 | massiot | 2000-11-28 20:58:14 +0100 (Tue, 28 Nov 2000) | 4 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/include/video_output.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/video_parser.c
-
-More stats.
-
-NB : it is necessary to re-run ./configure
-
-------------------------------------------------------------------------
-r436 | massiot | 2000-11-29 12:34:22 +0100 (Wed, 29 Nov 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Enhancement for very slooow machines.
-
-------------------------------------------------------------------------
-r437 | massiot | 2000-11-29 15:05:10 +0100 (Wed, 29 Nov 2000) | 4 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Added debug messages in the video synchro
-* Fixed a bug in the video synchro time scheduling
-* Made the vout more precise on display dates
-
-------------------------------------------------------------------------
-r438 | massiot | 2000-11-29 15:21:53 +0100 (Wed, 29 Nov 2000) | 2 lines
-Changed paths:
-   M /trunk/src/interface/intf_msg.c
-
-Now using buffer I/O to write debug logs (huge performance increase).
-
-------------------------------------------------------------------------
-r439 | massiot | 2000-11-29 15:36:20 +0100 (Wed, 29 Nov 2000) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-ppro and mmx optimizations are now enabled by default (K6 users should
-buy real processors).
-
-------------------------------------------------------------------------
-r440 | massiot | 2000-11-29 18:33:24 +0100 (Wed, 29 Nov 2000) | 2 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/video_output/video_output.c
-
-Added hooks for the fothcoming YUV overlay support.
-
-------------------------------------------------------------------------
-r441 | massiot | 2000-11-29 19:55:04 +0100 (Wed, 29 Nov 2000) | 3 lines
-Changed paths:
-   M /trunk/Makefile.in
-
-Added -funroll-all-loops and -fstrict-aliasing which seem to make things
-faster.
-
-------------------------------------------------------------------------
-r442 | stef | 2000-11-29 20:02:17 +0100 (Wed, 29 Nov 2000) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/src/interface/intf_msg.c
-
-. Ajout de la date dans les warning si le mode debug est activ?\239?\191?\189
-. Modification du configure pour remmettre le x11 par d?\239?\191?\189faut, et pour
-montrer que ppro et mmx sont par d?\239?\191?\189fauts maintenant.
-
-------------------------------------------------------------------------
-r443 | octplane | 2000-11-30 18:37:23 +0100 (Thu, 30 Nov 2000) | 3 lines
-Changed paths:
-   M /trunk/plugins/sdl/vout_sdl.c
-
-. Fixed a segfault
-. Fixed a SDL API change about clipping (?).
-
-------------------------------------------------------------------------
-r444 | stef | 2000-11-30 21:43:16 +0100 (Thu, 30 Nov 2000) | 3 lines
-Changed paths:
-   M /trunk/plugins/dsp/dsp.c
-
-. Test non bloquant de l'ouverture du dsp ?\239?\191?\189 l'initialisation du plugin
- pour le cas o?\239?\191?\189 il est utilis?\239?\191?\189 par esd
-
-------------------------------------------------------------------------
-r445 | stef | 2000-11-30 21:57:05 +0100 (Thu, 30 Nov 2000) | 5 lines
-Changed paths:
-   M /trunk/plugins/dsp/aout_dsp.c
-
-. J'en ai oubli?\239?\191?\189 un morceau avant :)
-
-NB: je ne pense pas que l'ouverture en mode non-bloquant soit un
-probl?\239?\191?\189me, mais ne fait je ne sais pas. Chez moi ?\239?\191?\189a marche !
-
-------------------------------------------------------------------------
-r446 | sam | 2000-12-01 08:35:12 +0100 (Fri, 01 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/plugins/sdl/vout_sdl.c
-
- . re-changement de vout_sdl.c pour que ?\239?\191?\189a fonctionne en woody.
-
-------------------------------------------------------------------------
-r447 | massiot | 2000-12-05 20:36:58 +0100 (Tue, 05 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-   D /trunk/include/ac3_decoder.h
-   D /trunk/include/ac3_decoder_thread.h
-   D /trunk/include/audio_decoder.h
-   D /trunk/include/audio_decoder_thread.h
-   M /trunk/include/config.h.in
-   D /trunk/include/decoder_fifo.h
-   D /trunk/include/input.h
-   A /trunk/include/input_ext-dec.h
-   A /trunk/include/input_ext-intf.h
-   D /trunk/include/input_netlist.h
-   D /trunk/include/input_ps.h
-   D /trunk/include/input_vlan.h
-   D /trunk/include/lpcm_decoder.h
-   D /trunk/include/lpcm_decoder_thread.h
-   D /trunk/include/spu_decoder.h
-   A /trunk/include/stream_control.h
-   M /trunk/include/video_parser.h
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/fb/intf_fb.c
-   M /trunk/plugins/ggi/intf_ggi.c
-   M /trunk/plugins/glide/intf_glide.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/mga/intf_mga.c
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/x11/intf_x11.c
-   A /trunk/src/ac3_decoder/ac3_decoder.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   A /trunk/src/ac3_decoder/ac3_decoder_thread.h
-   A /trunk/src/audio_decoder/audio_decoder.h
-   M /trunk/src/audio_decoder/audio_decoder_thread.c
-   A /trunk/src/audio_decoder/audio_decoder_thread.h
-   M /trunk/src/input/input.c
-   A /trunk/src/input/input.h
-   D /trunk/src/input/input_ctrl.c
-   D /trunk/src/input/input_ctrl.h
-   A /trunk/src/input/input_ext-dec.c
-   D /trunk/src/input/input_file.c
-   D /trunk/src/input/input_file.h
-   D /trunk/src/input/input_netlist.c
-   D /trunk/src/input/input_network.c
-   D /trunk/src/input/input_network.h
-   D /trunk/src/input/input_pcr.c
-   D /trunk/src/input/input_pcr.h
-   A /trunk/src/input/input_ps.c
-   A /trunk/src/input/input_ps.h
-   D /trunk/src/input/input_psi.c
-   D /trunk/src/input/input_psi.h
-   A /trunk/src/input/input_ts.c
-   A /trunk/src/input/input_ts.h
-   D /trunk/src/input/input_vlan.c
-   A /trunk/src/input/mpeg_system.c
-   A /trunk/src/input/mpeg_system.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/main.c
-   A /trunk/src/lpcm_decoder/lpcm_decoder.h
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
-   A /trunk/src/lpcm_decoder/lpcm_decoder_thread.h
-   D /trunk/src/misc/decoder_fifo.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   A /trunk/src/spu_decoder/spu_decoder.h
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/vdec_motion_inner.c
-   M /trunk/src/video_decoder/vdec_motion_inner_mmx.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-The input-II. (more info by mail in about an hour)
-
-------------------------------------------------------------------------
-r448 | massiot | 2000-12-05 23:30:27 +0100 (Tue, 05 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-The new tasks for the input-II.
-
-------------------------------------------------------------------------
-r450 | massiot | 2000-12-06 17:41:20 +0100 (Wed, 06 Dec 2000) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_ps.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Support for MPEG-1 .mpg files.
-* Fixed a bug in the synchro with non-P5/B1 streams.
-
-------------------------------------------------------------------------
-r454 | massiot | 2000-12-07 16:45:18 +0100 (Thu, 07 Dec 2000) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_ps.c
-   M /trunk/src/input/mpeg_system.c
-
-We now correctly parse MPEG-1 SCR and there is no need to kludge to read
-the stream at the right pace.
-
-------------------------------------------------------------------------
-r456 | massiot | 2000-12-08 19:50:37 +0100 (Fri, 08 Dec 2000) | 4 lines
-Changed paths:
-   A /trunk/src/input/input_programs.c
-
-* Code to manage es_descriptors and program_descriptors, from benny's
-input_psi.c
-(unfinished)
-
-------------------------------------------------------------------------
-r457 | benny | 2000-12-10 04:55:47 +0100 (Sun, 10 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/netutils.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/video_output/video_output.c
-
-debut de portage sous solaris
-
-------------------------------------------------------------------------
-r458 | benny | 2000-12-10 09:08:35 +0100 (Sun, 10 Dec 2000) | 5 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/netutils.c
-
-
-Generation d'un makefile presque correct pour les vieilles versions de make
-Nettoyage: gestion des dependances pour les plugins, suppressions de pas
-mal de redondances, options de compilations coherentes, etc...
-
-------------------------------------------------------------------------
-r459 | benny | 2000-12-10 10:21:58 +0100 (Sun, 10 Dec 2000) | 3 lines
-Changed paths:
-   M /trunk/src/interface/main.c
-
-
-Fixe la gestion des signaux
-
-------------------------------------------------------------------------
-r460 | henri | 2000-12-11 14:55:50 +0100 (Mon, 11 Dec 2000) | 3 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/plugins/fb/vout_fb.c
-
-
-Same changes that were made in the stbale branch ( FB_NOYPAN support )
-
-------------------------------------------------------------------------
-r461 | massiot | 2000-12-11 15:34:31 +0100 (Mon, 11 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/src/interface/interface.c
-   M /trunk/src/misc/plugins.c
-
-Fixed benny's mistakes :pp
-
-------------------------------------------------------------------------
-r462 | massiot | 2000-12-11 15:45:30 +0100 (Mon, 11 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/audio_decoder/audio_decoder_thread.c
-   M /trunk/src/audio_decoder/audio_decoder_thread.h
-
-Attempt to fix the audio.
-
-------------------------------------------------------------------------
-r463 | massiot | 2000-12-11 15:58:30 +0100 (Mon, 11 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/audio_decoder/audio_decoder_thread.c
-
-Mmmmh an endianness bug ?
-
-------------------------------------------------------------------------
-r464 | massiot | 2000-12-11 16:06:32 +0100 (Mon, 11 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/audio_decoder/audio_decoder_thread.c
-
-Another attempt for the same bug...
-
-------------------------------------------------------------------------
-r465 | massiot | 2000-12-11 16:29:02 +0100 (Mon, 11 Dec 2000) | 2 lines
-Changed paths:
-   A /trunk/src/input/input_netlist.c
-   A /trunk/src/input/input_netlist.h
-
-Prototypes for netlist functions.
-
-------------------------------------------------------------------------
-r466 | massiot | 2000-12-11 18:04:42 +0100 (Mon, 11 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/audio_decoder/audio_decoder_thread.c
-
-Another attempt for the audio bug...
-
-------------------------------------------------------------------------
-r467 | massiot | 2000-12-11 19:51:28 +0100 (Mon, 11 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
-Fixed a bug with DVD's SCR (too close from the PTS).
-
-------------------------------------------------------------------------
-r468 | massiot | 2000-12-11 20:26:57 +0100 (Mon, 11 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
-Fix in the SCR parser for high values.
-
-------------------------------------------------------------------------
-r469 | henri | 2000-12-14 03:01:39 +0100 (Thu, 14 Dec 2000) | 11 lines
-Changed paths:
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_netlist.h
-
-
-Netlist embryo :
- - pes netlist
- - data netlist
-
-Still to do :
- - iovect netlist
-
-It hasen't been tested yet.
-Meuuh, could you tell me if it works ? ( if yes, gimme some more work :p )
-
-------------------------------------------------------------------------
-r470 | massiot | 2000-12-14 11:47:57 +0100 (Thu, 14 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_netlist.h
-
-Some comments for Henri.
-
-------------------------------------------------------------------------
-r472 | massiot | 2000-12-15 14:28:00 +0100 (Fri, 15 Dec 2000) | 5 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/input_ext-intf.h
-   M /trunk/src/input/input.h
-   M /trunk/src/input/input_ps.c
-   M /trunk/src/input/mpeg_system.c
-
-* Fixed two typos in the Makefile (sam you owe me at least one beer)
-* Moved b_discontinuity to pgrm_descriptor_t, cleaned up CRDecode
-(needs some more cleaning for discontinuities)
-* Added pf_new_pes in plugins
-
-------------------------------------------------------------------------
-r473 | massiot | 2000-12-15 14:39:54 +0100 (Fri, 15 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_netlist.h
-
-More comments.
-
-------------------------------------------------------------------------
-r474 | massiot | 2000-12-15 18:21:54 +0100 (Fri, 15 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/src/input/mpeg_system.c
-
-Enhanced handling of stream discontinuities.
-
-------------------------------------------------------------------------
-r475 | massiot | 2000-12-15 20:05:23 +0100 (Fri, 15 Dec 2000) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/src/input/input.h
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/input_ps.c
-   M /trunk/src/input/mpeg_system.c
-
-* Cleaned up program and ES management by using input_programs.c whenever
-necessary.
-* Cleaned up decoder spawning.
-
-------------------------------------------------------------------------
-r476 | stef | 2000-12-16 17:31:11 +0100 (Sat, 16 Dec 2000) | 4 lines
-Changed paths:
-   M /trunk/src/input/input_ps.c
-
-Fixed support for broken MPEG-1 files.
-
---Meuuh
-
-------------------------------------------------------------------------
-r477 | octplane | 2000-12-17 16:05:30 +0100 (Sun, 17 Dec 2000) | 5 lines
-Changed paths:
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-
-- partial SDL YUV support (green stream for now, please help me !)
-- "y" key switch between SDL and vlc YUV
-- autodetection of Overlay support
-- soon to come, colors :P
-
-------------------------------------------------------------------------
-r478 | bozo | 2000-12-18 03:47:09 +0100 (Mon, 18 Dec 2000) | 13 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/input/input_programs.c
-
-  - Hardware YUV overlay (SDL) with real colors ;p It may suck for non
-    4:2:0 streams.
-  - Removed vout code found in intf file to support fullscreen switching.
-    Now only vout_SDL updates SDL data and intf only switch flags such as
-    b_reopen_display and b_fullscreen in p_vout->p_sys.
-  - Fixed a var name typo in input_programs.c which prevents vlc from
-    compiling with --enable-debug option. (i_es_pid -> i_es_id :)
-
-There's a segfault in the termination process due to sdl, I don't really
-know what is the problem and I have to work today. Help me!
-
-Good night suckers. I love you too :p
-
-------------------------------------------------------------------------
-r479 | sam | 2000-12-18 08:56:32 +0100 (Mon, 18 Dec 2000) | 14 lines
-Changed paths:
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_decoder/audio_decoder_thread.c
-   M /trunk/src/audio_decoder/audio_math.c
-   M /trunk/src/audio_decoder/audio_test.c
-
- . indentation fixes
-
- . fixed audio syncword detection for mpeg 1 streams (hopefully)
-    FIXME: can anyone confirm we can get rid of adec_byte_stream_next
-    in audio_decoder_thread.c now that we have the new input ?
-
- . fixed Layer 2 Mono decoding.
-    FIXME: who created freq_table ? what was the rationale for it, and
-    where does it come from ?
-    FIXME: how can we spare the extra DCT in audio_decoder.c:707 ? I'm too
-    tired to think about it.
-
- . proposal: splitting audio_decoder.c in one file per layer.
-
-------------------------------------------------------------------------
-r480 | sam | 2000-12-18 11:02:30 +0100 (Mon, 18 Dec 2000) | 9 lines
-Changed paths:
-   M /trunk/src/audio_decoder/audio_decoder.c
-
-
- . additional fix for Layer 1 mono
-
-   now vlc plays all of my 125 sample mpeg1 movies !
-
-   Please try it with yours, and report non-working streams.
-    (`file foo.mpeg' must report "system stream", not "video stream" in
-       order to be playable with the vlc)
-
-------------------------------------------------------------------------
-r481 | massiot | 2000-12-18 11:40:11 +0100 (Mon, 18 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-We can now read from stdin.
-
-------------------------------------------------------------------------
-r482 | massiot | 2000-12-18 16:31:47 +0100 (Mon, 18 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/video_parser.c
-
-We now display CPU usage statistics for each thread.
-
-------------------------------------------------------------------------
-r483 | octplane | 2000-12-19 18:51:32 +0100 (Tue, 19 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/video_output/video_output.c
-
-- fixed the ratio/position problem in YUV, now patching Stable.
-
-------------------------------------------------------------------------
-r485 | sam | 2000-12-19 20:05:46 +0100 (Tue, 19 Dec 2000) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   A /trunk/src/audio_decoder/adec_bit_stream.h
-   A /trunk/src/audio_decoder/adec_generic.c
-   A /trunk/src/audio_decoder/adec_generic.h
-   A /trunk/src/audio_decoder/adec_layer1.c
-   A /trunk/src/audio_decoder/adec_layer1.h
-   A /trunk/src/audio_decoder/adec_layer2.c
-   A /trunk/src/audio_decoder/adec_layer2.h
-   A /trunk/src/audio_decoder/adec_math.c
-   A /trunk/src/audio_decoder/adec_math.h
-   A /trunk/src/audio_decoder/adec_test.c
-   D /trunk/src/audio_decoder/audio_bit_stream.h
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_decoder/audio_decoder.h
-   D /trunk/src/audio_decoder/audio_decoder_thread.c
-   D /trunk/src/audio_decoder/audio_decoder_thread.h
-   D /trunk/src/audio_decoder/audio_math.c
-   D /trunk/src/audio_decoder/audio_math.h
-   D /trunk/src/audio_decoder/audio_test.c
-
-
- . split the audio decoder into adec_generic, adec_layer1 and adec_layer2
-    (no new code added)
-
-------------------------------------------------------------------------
-r486 | massiot | 2000-12-19 20:08:51 +0100 (Tue, 19 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-
-Input-II now correctly handles private stream 1 (AC3, DVDSPU).
-
-------------------------------------------------------------------------
-r487 | bozo | 2000-12-19 20:44:09 +0100 (Tue, 19 Dec 2000) | 3 lines
-Changed paths:
-   M /trunk/plugins/sdl/vout_sdl.c
-
-sdl plugin :
-  - Quantic start in fullscreen fixed.
-
-------------------------------------------------------------------------
-r488 | massiot | 2000-12-19 20:55:35 +0100 (Tue, 19 Dec 2000) | 3 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-
-GetChunk() : reads n bytes from the elementary stream and places them
-in a big buffer (a gift for Sam).
-
-------------------------------------------------------------------------
-r489 | bozo | 2000-12-19 21:01:38 +0100 (Tue, 19 Dec 2000) | 3 lines
-Changed paths:
-   M /trunk/plugins/sdl/vout_sdl.c
-
-  - one typo.
-  - one line deleted (it was for debug, bozo.)
-
-------------------------------------------------------------------------
-r491 | reno | 2000-12-19 23:34:34 +0100 (Tue, 19 Dec 2000) | 3 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/include/config.h.in
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_ctrl.c
-
-Move #define from audio_output.h to config.h
-Change vlan_server_ip to vishnou's ip (but vlans not working yet)
-
-------------------------------------------------------------------------
-r494 | massiot | 2000-12-20 17:04:31 +0100 (Wed, 20 Dec 2000) | 6 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/include/input_ext-intf.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input.h
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/input_ps.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/input/mpeg_system.h
-
-* Big cleanup of the PS input plugin ;
-* Fixed a bug in AC3 initialization ;
-* PS streams are now pre-parsed (this can take a while) if possible ;
-
-./configure is required after this update.
-
-------------------------------------------------------------------------
-r495 | sam | 2000-12-20 17:39:16 +0100 (Wed, 20 Dec 2000) | 3 lines
-Changed paths:
-   M /trunk/INSTALL
-   M /trunk/src/misc/plugins.c
-
-
- . now we only try to open plugins which are existing files
-
-------------------------------------------------------------------------
-r496 | massiot | 2000-12-20 18:49:41 +0100 (Wed, 20 Dec 2000) | 4 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/include/config.h.in
-   M /trunk/include/input_ext-intf.h
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-
-* Added -a, -c and -s options. (-a doesn't work but I will let the people
-who thought it would be cleaner to put config in environment variables
-correct what's wrong in my code).
-
-------------------------------------------------------------------------
-r497 | massiot | 2000-12-20 19:45:43 +0100 (Wed, 20 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/src/input/input_ps.c
-
-Only pre-parse the first 32 MB of data.
-
-------------------------------------------------------------------------
-r498 | sam | 2000-12-20 21:09:19 +0100 (Wed, 20 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
- . fixed "-a [ mpeg | ac3 | lpcm | off ]" option
-
-------------------------------------------------------------------------
-r500 | reno | 2000-12-20 23:23:24 +0100 (Wed, 20 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_ctrl.c
-
-Added U8_Mono audio output
-
-------------------------------------------------------------------------
-r501 | reno | 2000-12-21 00:24:23 +0100 (Thu, 21 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-
-D?\239?\191?\189sol?\239?\191?\189 !
-
-------------------------------------------------------------------------
-r502 | henri | 2000-12-21 01:39:49 +0100 (Thu, 21 Dec 2000) | 5 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/src/input/input_netlist.c
-
-
-Added netlist support.
-
-Warning : it has not been tested. It just make no error at build time.
-
-------------------------------------------------------------------------
-r503 | massiot | 2000-12-21 13:38:27 +0100 (Thu, 21 Dec 2000) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-
-* Fixed a bug which prevented the input to exit normally (non-selected
-ES in the pp_selected_es array).
-
-------------------------------------------------------------------------
-r504 | massiot | 2000-12-21 14:07:45 +0100 (Thu, 21 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_netlist.c
-
-Comments for Henri.
-
-------------------------------------------------------------------------
-r505 | massiot | 2000-12-21 14:25:51 +0100 (Thu, 21 Dec 2000) | 4 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/video_parser.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.h
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_decoder/audio_decoder.h
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.h
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/spu_decoder/spu_decoder.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-* Removed b_die and b_error from all decoders (obsoleted by decoder_fifo_t).
-All decoders should now exit cleanly (if it's not the case, it should be
-referenced as a bug).
-
-------------------------------------------------------------------------
-r506 | massiot | 2000-12-21 14:54:15 +0100 (Thu, 21 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/include/input_ext-intf.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-
-* Removed all arbitrary limits on the number of elementary streams.
-
-------------------------------------------------------------------------
-r507 | massiot | 2000-12-21 15:18:15 +0100 (Thu, 21 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input.h
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/input_ps.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_parser/video_parser.c
-
-Fixed various memory leaks.
-
-------------------------------------------------------------------------
-r508 | massiot | 2000-12-21 16:01:08 +0100 (Thu, 21 Dec 2000) | 3 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/input_ext-intf.h
-   M /trunk/src/input/input_ps.c
-   M /trunk/src/input/input_ps.h
-   M /trunk/src/input/input_ts.c
-   D /trunk/src/input/input_ts.h
-
-* Splitted up p_method_data/p_plugin_data ;
-* Cleaned up input_ts.c, added it into the Makefile.
-
-------------------------------------------------------------------------
-r509 | massiot | 2000-12-21 18:19:54 +0100 (Thu, 21 Dec 2000) | 3 lines
-Changed paths:
-   D /trunk/include/vdec_idct.h
-   D /trunk/include/vdec_motion.h
-   D /trunk/include/video_decoder.h
-   D /trunk/include/video_fifo.h
-   M /trunk/include/video_output.h
-   D /trunk/include/video_parser.h
-   D /trunk/include/vpar_blocks.h
-   D /trunk/include/vpar_headers.h
-   D /trunk/include/vpar_synchro.h
-   M /trunk/src/video_decoder/vdec_idct.c
-   A /trunk/src/video_decoder/vdec_idct.h
-   M /trunk/src/video_decoder/vdec_idctmmx.S
-   M /trunk/src/video_decoder/vdec_motion.c
-   A /trunk/src/video_decoder/vdec_motion.h
-   M /trunk/src/video_decoder/vdec_motion_inner.c
-   M /trunk/src/video_decoder/vdec_motion_inner_mmx.c
-   M /trunk/src/video_decoder/video_decoder.c
-   A /trunk/src/video_decoder/video_decoder.h
-   A /trunk/src/video_decoder/video_fifo.h
-   A /trunk/src/video_decoder/video_parser.h
-   A /trunk/src/video_decoder/vpar_blocks.h
-   A /trunk/src/video_decoder/vpar_headers.h
-   A /trunk/src/video_decoder/vpar_synchro.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Moved video_decoder's headers from include/ to src/video_decoder.
-* Temporarily removed b&w kludge.
-
-------------------------------------------------------------------------
-r510 | massiot | 2000-12-21 20:24:27 +0100 (Thu, 21 Dec 2000) | 5 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input.h
-   A /trunk/src/input/input_dec.c
-   A /trunk/src/input/input_dec.h
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-
-* New decoder spawning API input_dec.c ;
-* Moved p_input->pp_es -> p_input->stream.pp_es and clean up of
-  input_programs.c & co ;
-* Fixed memory leaks.
-
-------------------------------------------------------------------------
-r511 | massiot | 2000-12-21 20:33:03 +0100 (Thu, 21 Dec 2000) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_ps.c
-
-* Fixed a *major* memory leak in the pre-parsing code. Hopefully it should
-  be the last one.
-
-------------------------------------------------------------------------
-r512 | massiot | 2000-12-22 11:58:27 +0100 (Fri, 22 Dec 2000) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_dec.h
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/input/mpeg_system.h
-
-* Moved input_DecodePES() to input_dec.c ;
-* Fixed an segfault in input_programs.c ;
-* Added -fomit-frame-pointer optimization.
-
-------------------------------------------------------------------------
-r513 | sam | 2000-12-22 14:04:45 +0100 (Fri, 22 Dec 2000) | 3 lines
-Changed paths:
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/plugins/fb/intf_fb.c
-   M /trunk/plugins/fb/vout_fb.c
-   M /trunk/plugins/ggi/intf_ggi.c
-   M /trunk/plugins/ggi/vout_ggi.c
-   M /trunk/plugins/glide/intf_glide.c
-   M /trunk/plugins/glide/vout_glide.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/vout_gnome.c
-   M /trunk/plugins/mga/intf_mga.c
-   M /trunk/plugins/mga/vout_mga.c
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/intf_x11.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/yuv/video_yuv.c
-   M /trunk/plugins/yuv/video_yuv24.c
-   M /trunk/plugins/yuv/video_yuv8.c
-   M /trunk/plugins/yuvmmx/video_yuv.c
-   M /trunk/plugins/yuvmmx/video_yuv16.c
-   M /trunk/plugins/yuvmmx/video_yuv24.c
-   M /trunk/plugins/yuvmmx/video_yuv32.c
-   M /trunk/plugins/yuvmmx/video_yuv8.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/audio_decoder/adec_generic.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/generic_decoder/generic_decoder.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/input_ps.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_cmd.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/playlist.c
-   M /trunk/src/misc/plugins.c
-   M /trunk/src/misc/rsc_files.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_decoder/video_fifo.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_spu.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-
- . no need to add "\n" at the end of intf_*Msg() messages anymore.
-
-------------------------------------------------------------------------
-r514 | sam | 2000-12-22 16:00:42 +0100 (Fri, 22 Dec 2000) | 4 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
-
- . fixed AC3 and SPU PES reading (ph34r da one-byte patch)
- . some 79 char wrap.
-
-------------------------------------------------------------------------
-r515 | massiot | 2000-12-22 16:34:24 +0100 (Fri, 22 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-
-* Fixed a compile pbm in debug mode (f34r d4 1-line fix)
-
-------------------------------------------------------------------------
-r517 | massiot | 2000-12-22 18:53:30 +0100 (Fri, 22 Dec 2000) | 3 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-
-* Using i_id instead of i_stream_id whenever possible ;
-* Fixed a bug in -c and -s options.
-
-------------------------------------------------------------------------
-r518 | bozo | 2000-12-22 19:57:35 +0100 (Fri, 22 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-
-  - sdl resising rulze, still buggy
-
-------------------------------------------------------------------------
-r519 | sam | 2000-12-23 04:10:59 +0100 (Sat, 23 Dec 2000) | 6 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_decoder/video_fifo.h
-
-
- . SPU decoder now uses Meuuh's GetChunk() code.
- . lots of cleaning in the SPU decoder.
- . message queue is flushed before we spawn input.
- . fixed so that it compiles with VDEC_SMP (no good sync yet though).
-
-------------------------------------------------------------------------
-r522 | sam | 2000-12-24 07:08:04 +0100 (Sun, 24 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_spu.c
-
- . changed subtitles palette.
-
-------------------------------------------------------------------------
-r523 | massiot | 2000-12-26 20:14:47 +0100 (Tue, 26 Dec 2000) | 7 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/config.h.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/input_ps.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/input/mpeg_system.h
-   M /trunk/src/video_decoder/vpar_synchro.h
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Use of ptrdiff_t whenever necessary (IA-64 port) ;
-* Changed behaviour of preparsing code, faster startup ;
-* Fixed DecodePSM(), cannot test ;
-* Cleaned up ParsePES(), fixed a bug which could reject very small but
-  valid PES packets ;
-* Fixed cosmetic bugs in vpar_synchro frame_rate display.
-
-------------------------------------------------------------------------
-r524 | sam | 2000-12-27 10:54:53 +0100 (Wed, 27 Dec 2000) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_ps.c
-
-
- . avoid calling SafeRead() with a null packet size.
-
-------------------------------------------------------------------------
-r525 | massiot | 2000-12-27 19:09:02 +0100 (Wed, 27 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/vpar_synchro.h
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-New synchro statistics and warnings.
-
-------------------------------------------------------------------------
-r526 | massiot | 2000-12-27 19:35:45 +0100 (Wed, 27 Dec 2000) | 3 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_ps.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-We now read the DTS (but we don't use it for the moment).
-NB : b_has_pts has disappeared for brevity reasons, use i_pts != 0 instead.
-
-------------------------------------------------------------------------
-r527 | massiot | 2000-12-28 18:57:39 +0100 (Thu, 28 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_ps.c
-   M /trunk/src/input/mpeg_system.c
-
-Fixed a bug in the PSM decoder.
-
-------------------------------------------------------------------------
-r528 | massiot | 2000-12-28 19:00:38 +0100 (Thu, 28 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-
-Cosmetic change of the debug messages.
-
-------------------------------------------------------------------------
-r529 | massiot | 2000-12-29 11:52:40 +0100 (Fri, 29 Dec 2000) | 4 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Fixed a bug in the DTS/PTS parsing ;
-* Fixed a bug in vpar_headers.c synchro handling introduced before ;
-* Enhanced synchro's handling of dates and frame structure changes.
-
-------------------------------------------------------------------------
-r530 | massiot | 2000-12-29 13:49:30 +0100 (Fri, 29 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/vpar_synchro.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Fixed THX Cimmarron bug (it was _not_ a synchro bug).
-
-------------------------------------------------------------------------
-r531 | henri | 2000-12-29 15:03:44 +0100 (Fri, 29 Dec 2000) | 6 lines
-Changed paths:
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_netlist.h
-
-
-- Removed i_iovec_start and i_iovec_end. Used i_data instead
-- Meuuh : some questions for you in the commentaries
-
-Happy new year !
-
-------------------------------------------------------------------------
-r532 | sam | 2000-12-29 15:04:59 +0100 (Fri, 29 Dec 2000) | 5 lines
-Changed paths:
-   M /trunk/src/input/input_ps.c
-   M /trunk/src/input/mpeg_system.c
-
- . fixed default subtitle stream handling (default: no subtitles)
- . added a few missing break;s
- (oui je sais je ne fais que des patches de deux lignes ?\239?\191?\189 trois balles,
-  mais par telnet c'est pas facile)
-
-------------------------------------------------------------------------
-r533 | massiot | 2000-12-30 01:38:19 +0100 (Sat, 30 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_netlist.c
-
-Comments for Henri.
-
-------------------------------------------------------------------------
diff --git a/doc/ChangeLog-2001 b/doc/ChangeLog-2001
deleted file mode 100644 (file)
index 2f8877c..0000000
+++ /dev/null
@@ -1,13590 +0,0 @@
-------------------------------------------------------------------------
-r533 | massiot | 2000-12-30 01:38:19 +0100 (Sat, 30 Dec 2000) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_netlist.c
-
-Comments for Henri.
-
-------------------------------------------------------------------------
-r534 | massiot | 2001-01-02 15:03:30 +0100 (Tue, 02 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_parser/video_parser.c
-
-Better display of the fps.
-
-------------------------------------------------------------------------
-r535 | massiot | 2001-01-04 19:47:18 +0100 (Thu, 04 Jan 2001) | 4 lines
-Changed paths:
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/video_output/video_output.c
-
-* Fixed a deadlock (the vout unlocked a mutex locked by another thread,
-grrrr, I'll kill someone) ;
-* Put config.h in front of others in audio_decoder.c.
-
-------------------------------------------------------------------------
-r537 | bozo | 2001-01-05 00:18:21 +0100 (Fri, 05 Jan 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/video_output/video_output.c
-
-  - fixed pitch bug;
-  - fixed segfault, it was probably a memory corruption but I'm not sure :) ;
-  - video_output.c : compute picture size even if b_need_render == 0;
-
-------------------------------------------------------------------------
-r538 | sam | 2001-01-05 14:57:12 +0100 (Fri, 05 Jan 2001) | 23 lines
-Changed paths:
-   A /trunk/include/modules.h
-   A /trunk/include/modules_config.h
-   A /trunk/include/modules_inner.h
-   A /trunk/src/misc/modules.c
-
-
- . Added files needed for the forthcoming module management.
-
- Notes:
-
-   Plugins are now called modules, because we will be able to compile
-   them either as a dynamic plugin, or within the program. And, more
-   important, I can commit this without having to break the vlc :)
-
-   I tried to be as clear as possible in my comments, please tell me
-   if a few prototypes still have an unclear beahaviour.
-
-   Current features:
-    . none, files haven't even been added to the Makefile yet.
-
-   Future features:
-    . dynamic loading (done)
-    . built-in modules (still to do)
-    . automatic unloading of plugins (done)
-    . dynamic configuration (still to do)
-    . automatic choosing of the most appropriate plugin for a given
-       task (still to do but well prepared)
-
-------------------------------------------------------------------------
-r539 | sam | 2001-01-05 15:24:06 +0100 (Fri, 05 Jan 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/plugins/null
-   A /trunk/plugins/null/null.c
-
-
- . added the Null Module, the module that does nothing but that is going
-    to be of great help for debugging my module code.
-
-------------------------------------------------------------------------
-r540 | sam | 2001-01-05 15:28:42 +0100 (Fri, 05 Jan 2001) | 4 lines
-Changed paths:
-   M /trunk/include/modules.h
-   A /trunk/include/modules_core.h
-   M /trunk/src/misc/modules.c
-
-
- . splitted modules.h into modules.h and modules_core.h to enable
-    clean compilation of the Null Module.
-
-------------------------------------------------------------------------
-r541 | sam | 2001-01-05 15:45:47 +0100 (Fri, 05 Jan 2001) | 7 lines
-Changed paths:
-   M /trunk/include/beos_window.h
-   M /trunk/include/config.h.in
-   M /trunk/include/int_types.h
-   M /trunk/include/keystrokes.h
-   M /trunk/include/threads.h
-   M /trunk/plugins/alsa/alsa.c
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/sdl.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/src/ac3_decoder/ac3_bit_stream.h
-   M /trunk/src/ac3_decoder/ac3_decoder.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.h
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_internal.h
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   M /trunk/src/audio_decoder/adec_bit_stream.h
-   M /trunk/src/audio_decoder/adec_generic.h
-   M /trunk/src/audio_decoder/adec_test.c
-   M /trunk/src/audio_decoder/audio_decoder.h
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_cmd.c
-   M /trunk/src/interface/main.c
-
-
- . this is a coding style patch which removes all "foo(bar){" constructions
-   and most of the tabulations.
- . also, fixed a bug in the default subtitle track.
- . and made a few error messages more explicit, ie. changed "error: %s" to
-   "foo error: couldn't initialize bar (%s)"
-
-------------------------------------------------------------------------
-r542 | sam | 2001-01-05 15:46:37 +0100 (Fri, 05 Jan 2001) | 10 lines
-Changed paths:
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder.h
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.h
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/playlist.c
-   M /trunk/src/misc/plugins.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_decoder/vdec_idctmmx.S
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/vdec_motion_inner.c
-   M /trunk/src/video_decoder/vdec_motion_inner_mmx.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-
-
-(previous commit foired)
-
- . this is a coding style patch which removes all "foo(bar){" constructions
-   and most of the tabulations.
- . also, fixed a bug in the default subtitle track.
- . and made a few error messages more explicit, ie. changed "error: %s" to
-   "foo error: couldn't initialize bar (%s)"
- . and removed a warning in intf_ctrl.c which isn't used anyway.
-
-------------------------------------------------------------------------
-r543 | sam | 2001-01-05 19:06:33 +0100 (Fri, 05 Jan 2001) | 7 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/plugins.c
-
-
- . src/misc/modules.c is in a workable state now.
-
-  To test it, run ./configure with the --enable-null flag, which will
-  compile the Null Module as a plugin. Watch the memory usage at the
-  launch and when the plugin is released.
-
-------------------------------------------------------------------------
-r544 | massiot | 2001-01-05 19:46:45 +0100 (Fri, 05 Jan 2001) | 9 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/debug.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/interface.h
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/fb/intf_fb.c
-   M /trunk/plugins/ggi/intf_ggi.c
-   M /trunk/plugins/glide/intf_glide.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/mga/intf_mga.c
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/x11/intf_x11.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/generic_decoder/generic_decoder.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_ps.c
-   M /trunk/src/input/input_ts.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_decoder/vdec_idct.c
-   M /trunk/src/video_decoder/vdec_motion.c
-   M /trunk/src/video_decoder/vdec_motion_inner.c
-   M /trunk/src/video_decoder/vdec_motion_inner_mmx.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-BSD port, including :
-* --enable-sdl and some others are now --with-sdl[=name] to supply an
-optional library name ;
-* deleted all unnecessary #include <sys/uio.h> ;
-* /usr/include is now searched when looking for libraries and headers.
-
-It seems to compile and run on BSD. Under Linux Sam's latest commit makes
-vlc crash on startup, so I can't really tell, but hey it compiles.
-
-------------------------------------------------------------------------
-r545 | henri | 2001-01-06 04:16:00 +0100 (Sat, 06 Jan 2001) | 4 lines
-Changed paths:
-   M /trunk/src/input/input_netlist.c
-
-
-Fixed initialization of payload_start and payload_end
-It should be finished now.
-
-------------------------------------------------------------------------
-r546 | henri | 2001-01-06 06:44:45 +0100 (Sat, 06 Jan 2001) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_netlist.c
-
-
-Fixed a typo than prevented from building ...
-
-------------------------------------------------------------------------
-r547 | sam | 2001-01-06 08:23:32 +0100 (Sat, 06 Jan 2001) | 8 lines
-Changed paths:
-   M /trunk/INSTALL
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/defs.h.in
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/misc/modules.c
-
-
- . should compile & run on Solaris with ./configure --disable-dsp
-    (tested on puma)
- . removed most SYS_SOLARIS #ifdef's in favour of more generic tests
- . updated example ./configure line in INSTALL file
- . now we only load modules that end with ".so"
- . null module is compiled by default
-
-------------------------------------------------------------------------
-r548 | benny | 2001-01-06 09:04:46 +0100 (Sat, 06 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-
-Fixed solaris libraries
-
-------------------------------------------------------------------------
-r549 | benny | 2001-01-06 09:05:17 +0100 (Sat, 06 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/src/misc/netutils.c
-
-Fixed compilation pb under solaris 2.6
-
-------------------------------------------------------------------------
-r550 | henri | 2001-01-07 04:56:40 +0100 (Sun, 07 Jan 2001) | 8 lines
-Changed paths:
-   M /trunk/include/threads.h
-   M /trunk/plugins/alsa/alsa.c
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-
-- Added vlc_mutex_destroy and vlc_cond_destroy function, for pthreads.
-- Used them before quitting, every lock and cond is destroyed
-- Checked the return value of malloc and realloc in input_programs
-- Cosmetic changes
-
-TODO: add vlc_*_destroy for beos and C_thread
-
-------------------------------------------------------------------------
-r551 | henri | 2001-01-07 05:31:18 +0100 (Sun, 07 Jan 2001) | 5 lines
-Changed paths:
-   M /trunk/include/threads.h
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/video_parser.c
-
-
-- Order : if a then b are initialized, release b then a ;
-- Typos ;
-- Cosmetic changes.
-
-------------------------------------------------------------------------
-r552 | benny | 2001-01-07 06:41:50 +0100 (Sun, 07 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-Optimisation de BinaryLog
-
-------------------------------------------------------------------------
-r553 | benny | 2001-01-07 07:40:29 +0100 (Sun, 07 Jan 2001) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-Hum, ouais bon ben euhh, j'avais fume, donc je repare mes conneries et je
-vais me coucher.
-
-------------------------------------------------------------------------
-r556 | octplane | 2001-01-07 16:58:33 +0100 (Sun, 07 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/sdl/vout_sdl.c
-
-NoSEGfault Kl?\239?\191?\189dge added.
-
-------------------------------------------------------------------------
-r557 | sam | 2001-01-07 17:17:59 +0100 (Sun, 07 Jan 2001) | 37 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/debian/rules
-   M /trunk/include/audio_output.h
-   M /trunk/include/modules.h
-   D /trunk/include/modules_config.h
-   M /trunk/plugins/alsa/alsa.c
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/beos.cpp
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dsp/dsp.c
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/plugins/esd/esd.c
-   M /trunk/plugins/null/null.c
-   M /trunk/plugins/yuvmmx/video_yuv_asm.h
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/misc/modules.c
-
- . all plugins now compile with -fPIC.
-
- . made the audio_output API a bit simpler.
-
- . got rid of modules_config.h.
-
- . fixed `make install' rule.
-
- . fixed warnings in the MMX YUV compilation.
-
- . probably fixed a bug in the input : pp_foo structures were free()d at
-   the end, but this was useless since the last call to realloc() is
-   equivalent to free(), and two consecutive calls to free() aren't a
-   goo idea.
-
- . we check that the version number match and that we don't already have
-   a module by that name when loading a new module.
-
- . all public module_* functions now properly lock the module bank.
-
- . the audio_output now uses the new module API ; EsounD and DSP modules
-   have been ported, which should be enough for Henri to port the ALSA one.
-
-
-   The new plugin API is now much simpler ; it's now just a matter of
-calling module_Need( p_main->p_module_bank, MODULE_CAPABILITY_FOO, p_data );
-and if successful we get the best module. Capabilities can be ORed, so that
-one can ask for a plugin that does VOUT _and_ INTF actions for instance.
-
-   It's not complete yet though -- by making it generic I had to do a few
-ugly casts here and there, which I am going to fix ASAP. Also, command line
-selection of a plugin does not work yet.
-
-   The switch to the new plugin API has probably broken the BeOS audio
-output ; we can either wait until the whole vlc has switched to the new
-plugins, or create a separate beos_sound.so that conforms to the new API.
-
-------------------------------------------------------------------------
-r558 | sam | 2001-01-07 18:07:02 +0100 (Sun, 07 Jan 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/debian/.cvsignore
-   A /trunk/lib
-   A /trunk/lib/.cvsignore
-
- . added a .cvsignore file in lib/ so that the directory doesn't get
-   removed whenever one does a cvs update -dP
- . fixed debian/.cvsignore because of a new version of debhelper
-
-------------------------------------------------------------------------
-r559 | bozo | 2001-01-08 02:07:21 +0100 (Mon, 08 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-
-  - cleaning of SDL Lock/Unlock Surface.
-
-------------------------------------------------------------------------
-r560 | sam | 2001-01-08 19:16:33 +0100 (Mon, 08 Jan 2001) | 13 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/video_output/video_output.c
-
-
- . Added a missing mutex_unlock in video_output.c
- . Moved a mutex_destroy after the thread cancellation to prevent
-   possible problems
- . Added a missing #ifdef in intf_msg.c which prevented compilation
-   with --enable-debug
- . Fixed a bug in the input that prevented to quit properly in certain
-   cases (some ES were not deleted because their index was skipped when
-   the former one was deleted, well Meuuh should know what I mean)
-
-  There is still a segfault when quitting, most presumably in the
- audio output. I couldn't find what causes it yet.
-
-------------------------------------------------------------------------
-r561 | bozo | 2001-01-08 23:42:50 +0100 (Mon, 08 Jan 2001) | 6 lines
-Changed paths:
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-
-  - fixed colors' bug (TODO: write a function in vout that recalculate colors
-    from RGB masks);
-  - cleaning of the fullscreen switch, still sucks but the surface is not
-    reallocated and that's good (thanks to the magic function
-    SDL_WM_ToggleFullScreen provided by sdl library :).
-
-------------------------------------------------------------------------
-r562 | bozo | 2001-01-08 23:56:06 +0100 (Mon, 08 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/sdl/vout_sdl.c
-
-  - maybe found the fullscreen bug, please test :)
-
-------------------------------------------------------------------------
-r563 | sam | 2001-01-09 22:03:47 +0100 (Tue, 09 Jan 2001) | 5 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/audio_output.h
-   M /trunk/include/common.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/input_ext-dec.h
-
-
- . fixed a warning under FreeBSD (dlerror() is a const char*, not a char*).
- . made configure script look for the bswap assembly instruction (using
-   AC_TRY_COMPILE makes sure the compiler will really accept it).
-
-------------------------------------------------------------------------
-r564 | octplane | 2001-01-09 23:30:26 +0100 (Tue, 09 Jan 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/sdl/sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-
-.Added 8bits palette SDL support.
-.Tried to add it to stable, failed, probably because of the initialisation codes which are differents...
-
-------------------------------------------------------------------------
-r565 | sam | 2001-01-10 00:29:15 +0100 (Wed, 10 Jan 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/sdl/vout_sdl.c
-
-
- . just removed a forgotten debug message in the setpalette code
-
-------------------------------------------------------------------------
-r566 | sam | 2001-01-10 03:33:59 +0100 (Wed, 10 Jan 2001) | 10 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/modules.h
-   M /trunk/include/modules_core.h
-   M /trunk/include/modules_inner.h
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dsp/dsp.c
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/plugins/esd/esd.c
-   M /trunk/plugins/null/null.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/plugins.c
-
-
- . complete commenting of modules_core.h and small modifications
- . separated MODULE_CONFIG_START and ADD_WINDOW (Henri, beware)
- . fixed a very, very old bug that caused namespace collision between
-   plugins (Henri, beware: call your aout_getplugin function like this,
-   not alsa_aout_getplugin)
- . removed the Debian specific clean rules from the Makefile, since they
-   are already handled by the debian/rules script.
- . tidied a few compilation rules (-lfoo should always be at the end)
-
-------------------------------------------------------------------------
-r567 | massiot | 2001-01-10 17:24:11 +0100 (Wed, 10 Jan 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/input_ps.c
-
-* Placed a callback to the decoder in the bitstream structure ;
-* Fixed a purify bug in input_ps.c ;
-* Added -mcpu=pentiumpro in the Makefile.
-
-------------------------------------------------------------------------
-r568 | massiot | 2001-01-10 20:22:11 +0100 (Wed, 10 Jan 2001) | 5 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/src/input/input.h
-   M /trunk/src/input/input_dec.c
-   D /trunk/src/input/input_dec.h
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/input_ps.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/input/mpeg_system.h
-   M /trunk/src/video_decoder/video_parser.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Changed code for handling b_die in bitstream ;
-* Move input_ext-dec.h to input.h ;
-* New input_NullPacket function ;
-* Fixed init bugs in input and vpar ;
-
-------------------------------------------------------------------------
-r569 | sam | 2001-01-10 20:48:26 +0100 (Wed, 10 Jan 2001) | 4 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_synchro.c
-
-
- . fixed a missing #ifdef STATS
-    *grin*
-
-------------------------------------------------------------------------
-r570 | sam | 2001-01-11 16:35:35 +0100 (Thu, 11 Jan 2001) | 9 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/input_ext-dec.h
-
-
- . moved swab32 from input_ext-dec.h to common.h. We probably won't need
-   it anymore really soon, since ntohl() and htonl() seem to be properly
-   optimized when gcc is passed the right optimization flags.
-
- . fixed GetBits32 and RemoveBits32. I know the #ifdefs are useless since
-   we only support u32 words, but it's a safe reminder. Comments appreciated
-   on this fix since I may have b0rked something -- it runs well here though.
-
-------------------------------------------------------------------------
-r571 | sam | 2001-01-11 18:44:48 +0100 (Thu, 11 Jan 2001) | 12 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   D /trunk/src/audio_decoder/adec_bit_stream.h
-   M /trunk/src/audio_decoder/adec_generic.c
-   M /trunk/src/audio_decoder/adec_generic.h
-   M /trunk/src/audio_decoder/adec_layer1.c
-   M /trunk/src/audio_decoder/adec_layer1.h
-   M /trunk/src/audio_decoder/adec_layer2.c
-   M /trunk/src/audio_decoder/adec_layer2.h
-   M /trunk/src/audio_decoder/adec_math.c
-   M /trunk/src/audio_decoder/adec_test.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_decoder/audio_decoder.h
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/spu_decoder/spu_decoder.h
-
-
-  . moved the MPEG audio decoder to the new bitstream
-
-    I wasn't sure whether the bits counting method was effective to
-  skip ancillary data at the end of a frame, but I kept it for
-  safety. There is still a lot to optimize in the bit counting, like
-  unrolling the first iteration of some loops, but I don't know if
-  it would be worth it. The other solution would have been to look for
-  a startcode after eache frame, without caring about the ancillary bits.
-
-  . cleaning in the SPU decoder.
-
-------------------------------------------------------------------------
-r572 | massiot | 2001-01-12 12:36:49 +0100 (Fri, 12 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-
-* Fixed 32 bits bitstream bugs.
-
-------------------------------------------------------------------------
-r573 | henri | 2001-01-12 13:48:24 +0100 (Fri, 12 Jan 2001) | 9 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/plugins/alsa/alsa.c
-   M /trunk/plugins/alsa/aout_alsa.c
-
-
-Done :
-- ported the alsa plugin to the news vlc module API
-- cosmetic changes
-
-To do :
-- check if it works with the latest alsa release
-- add features ... prepare for 4 or more speakers
-
-------------------------------------------------------------------------
-r574 | sam | 2001-01-12 14:15:42 +0100 (Fri, 12 Jan 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/beos.cpp
-   M /trunk/plugins/dsp/aout_dsp.c
-
-  . Attempt to port the BeOS audio plugin to the new module API. Will
-    probably need a few fixes to work or even compile.
-
-------------------------------------------------------------------------
-r575 | sam | 2001-01-12 15:49:55 +0100 (Fri, 12 Jan 2001) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_programs.c
-
- . destroy fifo mutex and cond variables _after_ they are used for
-   the last time. henri, that'll be one binouze.
-
-------------------------------------------------------------------------
-r576 | massiot | 2001-01-12 18:33:18 +0100 (Fri, 12 Jan 2001) | 13 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_parser/video_parser.c
-
-* Changed default values :
-INPUT_PTS_DELAY down to 200 ms ;
-video heap down from 10 to 5 pictures ;
-decoder fifo size from 1023 to 511 PES ;
-* Fixed various bugs in 32 bit-versions of input_ext-dec.h ;
-* Fixed a bug in GetChunk() ;
-* Renamed GetByte, GetWord, ShowWord to _GetByte, _GetWord, _ShowWord ;
-* Moved decoder_fifo-specific code from programs.c to dec.c ;
-* Fixed bugs in program.c that prevented vlc to close all decoders ;
-* Gave sam a lesson for the use of the bitstream in spu_decoder.c :ppp ;
-* Made the video parser unlock the reference pictures before quitting
-(still one left, yaknow why ?)
-
-------------------------------------------------------------------------
-r577 | sam | 2001-01-13 13:57:21 +0100 (Sat, 13 Jan 2001) | 16 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/audio_output.h
-   M /trunk/include/common.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/modules.h
-   A /trunk/include/video_decoder.h
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/esd/aout_esd.c
-   A /trunk/plugins/idct
-   A /trunk/plugins/idct/idct.c
-   A /trunk/plugins/idct/idct.h
-   A /trunk/plugins/idct/idct_common.c
-   A /trunk/plugins/idct/idctclassic.c
-   A /trunk/plugins/idct/idctmmx.c
-   A /trunk/plugins/idct/idctmmx_asm.S
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/misc/modules.c
-   D /trunk/src/video_decoder/vdec_idct.c
-   D /trunk/src/video_decoder/vdec_idct.h
-   D /trunk/src/video_decoder/vdec_idctmmx.S
-   D /trunk/src/video_decoder/video_decoder.h
-   M /trunk/src/video_decoder/video_parser.h
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-
- . the IDCT functions are now located in modules : the classic IDCT,
-   our optimized IDCT, and MMX IDCT.
- . cosmetic changes for modules (pf_* instead of p_*)
- . fixes to the BeOS and dummy modules
-
-   WARNING: a new directory has been added, which means you have to
-   use `cvs update -dP' to update ; files have been removed , which means
-   you either have to run `make distclean' or remove the .deps directory,
-   and the configure script has changed, which means you have to run it
-   again. Don't complain before having checked this :)
-
-   Note about the IDCT modules: there is no way to choose the one we
-   use, but you may remove the module in lib/ to prevent it from being
-   loaded. The preference order is : MMX, Optimized, Classic.
-
-------------------------------------------------------------------------
-r578 | sam | 2001-01-13 13:57:47 +0100 (Sat, 13 Jan 2001) | 3 lines
-Changed paths:
-   A /trunk/src/video_decoder/vdec_idct.h
-
-
- . second part of the commit
-
-------------------------------------------------------------------------
-r579 | stef | 2001-01-14 08:08:00 +0100 (Sun, 14 Jan 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/config.h.in
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/main.h
-   A /trunk/src/input/dvd_ifo.c
-   A /trunk/src/input/dvd_ifo.h
-   M /trunk/src/input/input.c
-   A /trunk/src/input/input_dvd.c
-   A /trunk/src/input/input_dvd.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-
-. Beginning of dvd_input.
-. Parsing of ifo file almost completed.
-. Still does not work well.
-
-------------------------------------------------------------------------
-r580 | stef | 2001-01-15 04:26:56 +0100 (Mon, 15 Jan 2001) | 14 lines
-Changed paths:
-   M /trunk/src/input/dvd_ifo.c
-   M /trunk/src/input/dvd_ifo.h
-   M /trunk/src/input/input_dvd.c
-
-. Correction of bugs in ifo parsing. Now the structures should be well
-initialized. It remains some segfaults but it globally works.
-. DVD mode is enabled with option --dvd. For the moment, it only read
-the first vts and find the movie if it is at the beginning of the title
-set.
-
-Coming soon:
-. udf filesystem management to access over 2Gb zones.
-. detection of the offset to the movie inside a vts when it is not at
-the beginning.
-
-Is there a chance that using fopen/fseek function instead of open/lseek
-system calls solve the 2Gb issue ?
-
-------------------------------------------------------------------------
-r581 | sam | 2001-01-15 07:18:23 +0100 (Mon, 15 Jan 2001) | 19 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/modules.h
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/fb/vout_fb.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/vout_gnome.c
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idct_common.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/mga/intf_mga.c
-   M /trunk/plugins/mga/vout_mga.c
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/intf_x11.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input.h
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/playlist.c
-   M /trunk/src/misc/plugins.c
-   M /trunk/src/video_output/video_output.c
-
-
- . fixed the bug-that-made-the-vlc-segfault-on-exit, which means that
-   more than ever, ?\239?\191?\189 le client ne segfaulte pas ?\239?\191?\189.
-
- . there was still a problem upon quitting: sometimes the null packet
-   wasn't big enough to reach a decoder breakpoint, so I now create 10
-   of them (since I can't make it bigger) to be sure. Meuuh, what do
-   you think ?
-
- . fixed the Makefile to spare a few variables here and there.
-
- . reduced module hide delay, removed loading of the audio output
-   plugins since they are now modules.
-
- . changed a few intf_Msg to intf_DbgMsg, and added "vout:", "intf:",
-   and so on in a few other messages.
-
- . removed unused includes in the idct modules.
-
-------------------------------------------------------------------------
-r582 | sam | 2001-01-15 07:56:30 +0100 (Mon, 15 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.h
-
- . correction d'un poliotage de copier-coller
-
-------------------------------------------------------------------------
-r583 | sam | 2001-01-15 09:07:31 +0100 (Mon, 15 Jan 2001) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.h
-
-
-   OK, so I foired input.h once again. But this one works. For real.
-
-------------------------------------------------------------------------
-r584 | reno | 2001-01-15 13:42:58 +0100 (Mon, 15 Jan 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-
-* Fixed close button support in SDL
-* Fixed --width and --height support in SDL
-
-------------------------------------------------------------------------
-r585 | massiot | 2001-01-15 14:25:09 +0100 (Mon, 15 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/video_parser.h
-   M /trunk/src/video_decoder/vpar_headers.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Implemented video_parser bitstream callback for PTS/DTS.
-
-------------------------------------------------------------------------
-r586 | massiot | 2001-01-15 19:02:49 +0100 (Mon, 15 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/vpar_headers.h
-   M /trunk/src/video_decoder/vpar_synchro.h
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Finally fixed repeat_first_field and co. (pas encore tout compris...)
-
-------------------------------------------------------------------------
-r587 | massiot | 2001-01-15 20:54:34 +0100 (Mon, 15 Jan 2001) | 4 lines
-Changed paths:
-   M /trunk/src/video_decoder/vpar_synchro.h
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Fixed a bug in the frame rate handling ;
-* Fixed a bug in the DTS/PTS ordering.
-Our pts are _at last_ accurate.
-
-------------------------------------------------------------------------
-r588 | sam | 2001-01-16 03:16:38 +0100 (Tue, 16 Jan 2001) | 14 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/modules.h
-   M /trunk/include/tests.h
-   M /trunk/include/video_output.h
-   M /trunk/plugins/alsa/alsa.c
-   M /trunk/plugins/dsp/dsp.c
-   M /trunk/plugins/esd/esd.c
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/null/null.c
-   A /trunk/plugins/yuv/transforms_common.h
-   A /trunk/plugins/yuv/transforms_yuv.c
-   A /trunk/plugins/yuv/transforms_yuv.h
-   A /trunk/plugins/yuv/transforms_yuvmmx.c
-   A /trunk/plugins/yuv/transforms_yuvmmx.h
-   A /trunk/plugins/yuv/video_common.h
-   M /trunk/plugins/yuv/video_yuv.c
-   D /trunk/plugins/yuv/video_yuv.h
-   D /trunk/plugins/yuv/video_yuv15.c
-   D /trunk/plugins/yuv/video_yuv16.c
-   D /trunk/plugins/yuv/video_yuv24.c
-   D /trunk/plugins/yuv/video_yuv32.c
-   D /trunk/plugins/yuv/video_yuv8.c
-   D /trunk/plugins/yuv/video_yuv_macros.h
-   D /trunk/plugins/yuv/video_yuv_macros_8bpp.h
-   A /trunk/plugins/yuv/video_yuvmmx.c
-   M /trunk/plugins/yuv/yuv.c
-   A /trunk/plugins/yuv/yuvmmx.c
-   D /trunk/plugins/yuvmmx
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/plugins.c
-   M /trunk/src/misc/tests.c
-   M /trunk/src/video_output/video_yuv.c
-
- . merged the YUV plugins in the same directory to avoid too much code
-   duplication
- . YUV transformations now use the new module API ; now only the vout
-   and interface still depend on the old plugin API
- . changed TestMMX to TestCPU because we will be able to test for other
-   specific extensions (3DNow, SSE) for the forthcoming IDCT we'll
-   borrow to mpeg2dec (as usual :P)
- . don't show "hiding module" messages anymore except in debug mode
- . swapped C IDCT and Classic IDCT scores since the classic one seems
-   to be faster ; anyway you should use the MMX one
- . fixed a Makefile bug under BeOS
- . tried to fix the cpuid code so that it compiles under BeOS (Polux, can
-   you test it when you have time ?)
-
-------------------------------------------------------------------------
-r589 | stef | 2001-01-16 05:41:20 +0100 (Tue, 16 Jan 2001) | 11 lines
-Changed paths:
-   M /trunk/src/input/dvd_ifo.c
-   M /trunk/src/input/dvd_ifo.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dvd.c
-
-. Now use of 64 bits offsets to parse the whole DVD. So we have all the
-available information
-. Fixed a bug in parsing of VTS attributes
-. Fixed a bug in input.c that made input plugin initialize even though
-no stream is reachable (thanks Sam)
-
-I hope I'll be able to get the position of the movie soon.
-
-Meuuh : the seek function of the plugin now take off_t as argument which
-could be a problem later. Maybe it should take off64_t or time argument.
-
-------------------------------------------------------------------------
-r590 | sam | 2001-01-16 06:04:25 +0100 (Tue, 16 Jan 2001) | 24 lines
-Changed paths:
-   M /trunk/debian/vlc.1
-   M /trunk/include/config.h.in
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/yuv/transforms_yuv.c
-   M /trunk/plugins/yuv/transforms_yuvmmx.c
-   M /trunk/plugins/yuv/video_yuv.c
-   M /trunk/plugins/yuv/video_yuvmmx.c
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/main.c
-
-
- [ include/config.h.in has changed, don't forget tu run ./configure ]
-
- . fixed the --aout, --idct and --yuv flags
- . updated manpage and --(long)help output to reflect that change
- . removed a few unneeded #includes here and there
- . cosmetic changes in error messages in input.c
-
-   Currently available flags are now :
-
-     --aout dummy
-            esd
-            dsp
-            alsa
-
-     --idct idct
-            idctclassic
-            idctmmx
-
-     --yuv yuv
-           yuvmmx
-
-  --vout works like before, but still uses the old plugin system for now.
-
-------------------------------------------------------------------------
-r591 | sam | 2001-01-16 14:26:46 +0100 (Tue, 16 Jan 2001) | 3 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/plugins/idct/idct_mmxext.c
-   A /trunk/plugins/idct/idctmmxext.c
-
- . added files for the SSE (MMX on steroids) IDCT. Meuuh, you should just
-   need to touch plugins/idct/idct_mmxext.c (ok, the filenames suck).
-
-------------------------------------------------------------------------
-r592 | massiot | 2001-01-16 14:27:14 +0100 (Tue, 16 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/vpar_synchro.h
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Change for the forthcoming fast forward and slow motion support.
-
-------------------------------------------------------------------------
-r593 | sam | 2001-01-16 15:05:38 +0100 (Tue, 16 Jan 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/idct/idctmmxext.c
-
-
- . add check for MMX EXT extensions, which doesn't work, which is a good
-   thing since there is no MMX EXT IDCT yet :)
-
-------------------------------------------------------------------------
-r594 | sam | 2001-01-16 17:09:52 +0100 (Tue, 16 Jan 2001) | 6 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/include/tests.h
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   M /trunk/plugins/yuv/video_yuvmmx.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/tests.c
-
- . a few changes in the CPU extensions detection code, borrowed from the
-   kernel and from mpeg2dec. I still don't know how to detect if code
-   compiled with -mcpu=pentiumpro will run, since the cpuid arcanes are
-   quite obtuse to me. Perhaps we should also have a way not to load modules
-   if they have been compiled with a different CPU to avoid segfaults.
-
-------------------------------------------------------------------------
-r595 | massiot | 2001-01-16 18:59:23 +0100 (Tue, 16 Jan 2001) | 5 lines
-Changed paths:
-   A /trunk/include/attributes.h
-   M /trunk/include/mmx.h
-   M /trunk/src/video_decoder/vdec_motion_inner_mmx.c
-   A /trunk/src/video_decoder/vdec_motion_inner_mmxext.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Borrowed livid's latest libmmx and MMXEXT MC. Not in the Makefile => to
-test it, replace vdec_motion_inner_mmx.c by vdec_motion_inner_mmxext.c.
-
-I'm interested in performance feedback.
-
-------------------------------------------------------------------------
-r596 | massiot | 2001-01-16 19:06:01 +0100 (Tue, 16 Jan 2001) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Reverted something that wasn't supposed to go into the cvs :p
-* Removed -fargument-noalias-global which causes problems with as (???).
-
-------------------------------------------------------------------------
-r597 | octplane | 2001-01-16 19:35:54 +0100 (Tue, 16 Jan 2001) | 6 lines
-Changed paths:
-   M /trunk/Makefile.in
-   A /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/sdl.c
-   D /trunk/plugins/sdl/video_yuv.c
-   D /trunk/plugins/sdl/video_yuv.h
-   D /trunk/plugins/sdl/video_yuv_macros.h
-   D /trunk/plugins/sdl/video_yuvall.c
-
-- Added SDL sound support. Sounds a bit laggy sometimes but my streams are ill.
-  please try.
-- modified configure.in and all that stuff. Re-run configure
-- SDL audio, video and interface are all part of the same .so now.
-- remove YUV old files :->
-
-------------------------------------------------------------------------
-r598 | octplane | 2001-01-16 22:00:20 +0100 (Tue, 16 Jan 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/sdl/aout_sdl.c
-
-- minor cosmetic changes :P
-- modified alsa and sdl default level to 50.
-
-------------------------------------------------------------------------
-r599 | sam | 2001-01-16 22:13:02 +0100 (Tue, 16 Jan 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/sdl/aout_sdl.c
-
-
- . --aout sdl now works
-
-------------------------------------------------------------------------
-r600 | octplane | 2001-01-16 22:26:43 +0100 (Tue, 16 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/sdl/aout_sdl.c
-
-- small tweak in the copy handling, reduce CPU usage.
-
-------------------------------------------------------------------------
-r601 | stef | 2001-01-17 01:52:22 +0100 (Wed, 17 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/dvd_ifo.c
-   M /trunk/src/input/dvd_ifo.h
-
-* Minor changes
-
-------------------------------------------------------------------------
-r602 | sam | 2001-01-17 18:25:13 +0100 (Wed, 17 Jan 2001) | 4 lines
-Changed paths:
-   M /trunk/include/modules_inner.h
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/sdl.c
-
-
- . removed a few useless malloc() and unused variables in the audio SDL stuff
- . prepared the work for built-in modules (not yet finished)
-
-------------------------------------------------------------------------
-r603 | massiot | 2001-01-17 19:17:31 +0100 (Wed, 17 Jan 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/modules.h
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idct.h
-   M /trunk/plugins/idct/idct_common.c
-   D /trunk/plugins/idct/idct_mmxext.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   D /trunk/plugins/idct/idctmmx_asm.S
-   M /trunk/plugins/idct/idctmmxext.c
-   M /trunk/src/video_decoder/vdec_idct.h
-   M /trunk/src/video_decoder/video_parser.h
-   M /trunk/src/video_decoder/vpar_blocks.h
-   M /trunk/src/video_decoder/vpar_headers.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-* Borrowed LiViD's MMX and MMX EXT IDCT.
-
-This might break things. Expect a performance increase.
-
-------------------------------------------------------------------------
-r604 | sam | 2001-01-18 06:13:23 +0100 (Thu, 18 Jan 2001) | 17 lines
-Changed paths:
-   M /trunk/INSTALL
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/vlc.1
-   M /trunk/include/common.h
-   M /trunk/include/config.h.in
-   M /trunk/include/modules.h
-   A /trunk/include/vdec_motion.h
-   A /trunk/include/vpar_blocks.h
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   A /trunk/plugins/motion
-   A /trunk/plugins/motion/motion.c
-   A /trunk/plugins/motion/motionmmx.c
-   A /trunk/plugins/motion/motionmmxext.c
-   A /trunk/plugins/motion/vdec_motion_common.c
-   A /trunk/plugins/motion/vdec_motion_inner.c
-   A /trunk/plugins/motion/vdec_motion_inner_mmx.c
-   A /trunk/plugins/motion/vdec_motion_inner_mmxext.c
-   M /trunk/plugins/yuv/video_yuv.c
-   M /trunk/plugins/yuv/yuv.c
-   M /trunk/plugins/yuv/yuvmmx.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules.c
-   D /trunk/src/video_decoder/vdec_motion.c
-   D /trunk/src/video_decoder/vdec_motion.h
-   D /trunk/src/video_decoder/vdec_motion_inner.c
-   D /trunk/src/video_decoder/vdec_motion_inner_mmx.c
-   D /trunk/src/video_decoder/vdec_motion_inner_mmxext.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_decoder/video_parser.h
-   D /trunk/src/video_decoder/vpar_blocks.h
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-
-    The motion compensation routines are now modules as well ; choose your
-  implementation with `--motion motion', `--motion motionmmx' or
-  `--motion motionmmxext'. Of course, the best implementation is chosen
-  if you don't ask for any. There doesn't seem to be any performance hit
-  due to the move to shared libs, which is a good thing. Please test
-  actively if you have time, though.
-
-    Updated --help result, manpage, INSTALL document, and a few files.
-
-    I moved vdec_motion.h and vpar_blocks.h back to /include because they
-  will be needed to build motion compensation modules, but perhaps we don't
-  need to export everything which is in these files.
-
-    /src/video_decoder/ now has only one .c file, perhaps it could now be
-  merged with video_parser ?
-
-------------------------------------------------------------------------
-r605 | massiot | 2001-01-18 18:40:06 +0100 (Thu, 18 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/src/input/input.h
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* 32-bit aligned bitstream (not that fast).
-
-------------------------------------------------------------------------
-r606 | sam | 2001-01-19 19:17:36 +0100 (Fri, 19 Jan 2001) | 10 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   D /trunk/debian/dirs
-   M /trunk/debian/rules
-   D /trunk/debian/vlc-esd.files
-   D /trunk/debian/vlc-fb.files
-   D /trunk/debian/vlc-ggi.files
-   D /trunk/debian/vlc-glide.files
-   D /trunk/debian/vlc-gnome.files
-   M /trunk/debian/vlc-gnome.menu
-   D /trunk/debian/vlc-sdl.files
-   M /trunk/debian/vlc.copyright
-   A /trunk/debian/vlc.dirs
-   M /trunk/debian/vlc.menu
-   M /trunk/vlc.spec
-
-
- . changed program version to 0.2.5 (preparing 0.3.0 release).
- . changed codename to Urumov
- . cleaned a lot of stuff in the Debian package generation.
-
-  If anyone objects with the versioning scheme, let's fight in the
-  dirt and sort that out. Or change it yourself.
-
-  Debian packages can be tried here: http://armitage.via.ecp.fr/~sam/vlc/
-
-------------------------------------------------------------------------
-r607 | sam | 2001-01-20 05:19:02 +0100 (Sat, 20 Jan 2001) | 3 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-
-
- . the infamous Saturday morning mighty one-liner patch that fixes subtitles
-
-------------------------------------------------------------------------
-r608 | sam | 2001-01-20 14:08:33 +0100 (Sat, 20 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-
- . really fixed GetChunk now.
-
-------------------------------------------------------------------------
-r609 | stef | 2001-01-20 21:59:44 +0100 (Sat, 20 Jan 2001) | 5 lines
-Changed paths:
-   M /trunk/Makefile.in
-   A /trunk/src/input/css_table.h
-   A /trunk/src/input/dvd_css.c
-   A /trunk/src/input/dvd_css.h
-   M /trunk/src/input/dvd_ifo.c
-   M /trunk/src/input/dvd_ifo.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dvd.c
-   M /trunk/src/input/input_dvd.h
-
-* Beginning of support for encrypted DVDs.
-* It only tests encryption and authenticates disc.
-
-The decryption does not work now et it is very ugly but I'm working on it.
-
-------------------------------------------------------------------------
-r610 | massiot | 2001-01-21 02:36:26 +0100 (Sun, 21 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/vpar_blocks.h
-   M /trunk/src/video_decoder/video_parser.h
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-* Various miscellaneous minor optimizations of the video parser.
-
-------------------------------------------------------------------------
-r611 | stef | 2001-01-21 10:20:27 +0100 (Sun, 21 Jan 2001) | 5 lines
-Changed paths:
-   M /trunk/src/input/dvd_css.c
-   M /trunk/src/input/dvd_css.h
-   M /trunk/src/input/input_dvd.c
-
-*Some cleaning in the dvd authentification code
-
-Now it generates a valid title key, but there is no sector descrambler
-yet.
-
-------------------------------------------------------------------------
-r612 | stef | 2001-01-22 06:20:44 +0100 (Mon, 22 Jan 2001) | 5 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/src/input/dvd_css.c
-   M /trunk/src/input/dvd_css.h
-   M /trunk/src/input/input_dvd.c
-   M /trunk/src/input/input_dvd.h
-
-*Check for the needed headers for DVD ioctls
-
-I have only tested it on my computer ; so I don't know if it work
-elsewhere, particularly on BSD and BeOS.
-
-------------------------------------------------------------------------
-r613 | massiot | 2001-01-22 16:49:55 +0100 (Mon, 22 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-
-* Tuned up optimization flags.
-
-------------------------------------------------------------------------
-r614 | massiot | 2001-01-22 19:04:10 +0100 (Mon, 22 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/src/input/input_ext-dec.c
-
-* Minor bitstream optimization.
-
-------------------------------------------------------------------------
-r615 | massiot | 2001-01-22 20:40:54 +0100 (Mon, 22 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-
-* Tuned up optimizations.
-
-------------------------------------------------------------------------
-r616 | massiot | 2001-01-23 11:15:13 +0100 (Tue, 23 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-* Completely removed BIZARRE_OPTIMS.
-
-------------------------------------------------------------------------
-r617 | massiot | 2001-01-23 14:22:58 +0100 (Tue, 23 Jan 2001) | 3 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/plugins/x11/vout_x11.c
-
-* Fixed backwards moves ;
-* Updated TODO list.
-
-------------------------------------------------------------------------
-r618 | massiot | 2001-01-24 20:05:55 +0100 (Wed, 24 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/stream_control.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input.h
-   A /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/video_decoder/video_parser.h
-   M /trunk/src/video_decoder/vpar_headers.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Hooks for fast forward and slow motion support.
-
-------------------------------------------------------------------------
-r619 | sam | 2001-01-25 22:57:54 +0100 (Thu, 25 Jan 2001) | 3 lines
-Changed paths:
-   D /trunk/Makefile
-
-
- . removed Makefile -- I can't understand why it reappeared.
-
-------------------------------------------------------------------------
-r621 | massiot | 2001-01-26 15:47:16 +0100 (Fri, 26 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_blocks.c
-
-* Fix for field pictures.
-
-------------------------------------------------------------------------
-r622 | massiot | 2001-01-26 16:38:21 +0100 (Fri, 26 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_ext-dec.c
-
-* Removed dead code.
-
-------------------------------------------------------------------------
-r625 | stef | 2001-01-29 07:10:10 +0100 (Mon, 29 Jan 2001) | 7 lines
-Changed paths:
-   M /trunk/src/input/dvd_css.c
-   M /trunk/src/input/dvd_css.h
-   M /trunk/src/input/dvd_ifo.c
-   M /trunk/src/input/dvd_ifo.h
-   M /trunk/src/input/input_dvd.c
-
--CSS support kludged for current DVD input.
-It is very slow now but will be more adapted to the forthcoming DVD
-input.
-It should read the first title of many DVDs but has been tested with few.
-
--Beginning of ifo commands to implement DVD navigation.
-
-------------------------------------------------------------------------
-r626 | stef | 2001-01-29 07:28:19 +0100 (Mon, 29 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_dvd.c
-
-* Correction of two errors.
-
-------------------------------------------------------------------------
-r627 | sam | 2001-01-30 06:48:23 +0100 (Tue, 30 Jan 2001) | 4 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/src/input/input_dvd.c
-   M /trunk/src/input/input_ps.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/main.c
-
- . not a very nice hack, but will probably spare us a few user complaints: if
-  no -a option is specified, the vlc will play the first audio type it finds,
-  so there is no need to specify "-a ac3" for a DVD anymore.
-
-------------------------------------------------------------------------
-r628 | massiot | 2001-01-30 20:19:02 +0100 (Tue, 30 Jan 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_dvd.c
-
-* Fix for assholes who don't have a dvd players. :pppp
-
-------------------------------------------------------------------------
-r630 | sam | 2001-01-31 04:42:39 +0100 (Wed, 31 Jan 2001) | 17 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/vlc.1
-   M /trunk/include/config.h.in
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   M /trunk/vlc.spec
-
-
- . version 0.2.50 for the Linux Expo
- . --overlay and --fulscreen options (only work with --vout sdl)
- . the vlc exits after the end of the stream, which prevents from having
-   to kill it and relaunch it during a presentation, just script it like :
-
-      for i in ~/mpeg/* ; do vlc --fullscreen --overlay --vout sdl $i ; done
-
-
- Yes, I know the --overlay stuff is fucking ugly. But *I* am not the one
-  who redefines vout_sys_t in an interface-related source file. I won't
-  change it until the vout/intf is finished being rewritten.
-
- Additional information: if "--overlay --fulscreen" doesn't center your
-  picture, try with your screen geometry, eg:
-  "--overlay --fullscreen --width 1024 --height 768"
-
-------------------------------------------------------------------------
-r631 | sam | 2001-02-04 04:06:30 +0100 (Sun, 04 Feb 2001) | 6 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/TODO
-   D /trunk/src/video_output/video_yuv_mmx.S
-   A /trunk/todo.pl
-
-
- . removed obsolete video_yuv_mmx.S
- . updated the TODO list and wrote a small todo.pl parser to make it
-   easier to see which items remain to be done
- . `make snapshot' now creates vlc-*.tar.gz and vlc-*-nocss.tar.gz
-
-------------------------------------------------------------------------
-r632 | nitrox | 2001-02-05 16:50:57 +0100 (Mon, 05 Feb 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-
-. Mouse pointer hidden/shown with middle button in SDL output
-. Default is shown.
-. Default in fullscreen is hidden.
-
-------------------------------------------------------------------------
-r633 | sam | 2001-02-05 22:00:23 +0100 (Mon, 05 Feb 2001) | 5 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-
- . disabled SDL parachute to let the vlc dump a core instead of staying stuck
- . patched 2 debian bugs
-    (see http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=vlc)
- . improved the snapshot generation
-
-------------------------------------------------------------------------
-r634 | nitrox | 2001-02-06 01:56:55 +0100 (Tue, 06 Feb 2001) | 3 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/video_output/video_output.c
-
-. Fixed a FIXME in SDL: p_vout->p_sys is no more used in intf_sdl.c
-. Used instead p_vout->i_changes like in x11
-
-------------------------------------------------------------------------
-r635 | massiot | 2001-02-06 18:17:04 +0100 (Tue, 06 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_headers.c
-
-Fixed a bug in period calculation for progressive sequences.
-
-------------------------------------------------------------------------
-r636 | massiot | 2001-02-07 16:32:26 +0100 (Wed, 07 Feb 2001) | 3 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/src/input/input.h
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/input_ps.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/video_parser/video_parser.c
-
-* Centralized clock management, preparing for stream navigation ;
-* Fixed a bug in the management of the first video PTS.
-
-------------------------------------------------------------------------
-r637 | massiot | 2001-02-07 18:44:52 +0100 (Wed, 07 Feb 2001) | 4 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/stream_control.h
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input.h
-   M /trunk/src/input/input_clock.c
-   A /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/mpeg_system.c
-
-* Functional fast forward and slow motion API ;
-* Dirty hack in the SDL intf to bind "a" (fAst forward), "s" (Slow motion)
-and "p" (Play).
-
-------------------------------------------------------------------------
-r638 | massiot | 2001-02-07 18:51:27 +0100 (Wed, 07 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-
-/me <- pogno who modifies Makefile instead of Makefile.in :p
-
-------------------------------------------------------------------------
-r639 | massiot | 2001-02-07 18:56:21 +0100 (Wed, 07 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_clock.c
-
-Another mistake.
-
-------------------------------------------------------------------------
-r640 | reno | 2001-02-08 01:46:12 +0100 (Thu, 08 Feb 2001) | 4 lines
-Changed paths:
-   M /trunk/include/stream_control.h
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/src/input/input_ext-intf.c
-
-We can now choose the speed of forward (between 32/1 and 1/8)
-
-Thanks to Meuuh, he's MORTEL ;)
-
-------------------------------------------------------------------------
-r641 | reno | 2001-02-08 02:06:11 +0100 (Thu, 08 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/sdl/intf_sdl.c
-
-Cosmetics changes
-
-------------------------------------------------------------------------
-r642 | stef | 2001-02-08 02:34:42 +0100 (Thu, 08 Feb 2001) | 14 lines
-Changed paths:
-   M /trunk/src/input/css_table.h
-   M /trunk/src/input/dvd_css.c
-   M /trunk/src/input/dvd_css.h
-   M /trunk/src/input/dvd_ifo.c
-   M /trunk/src/input/dvd_ifo.h
-   M /trunk/src/input/input_dvd.c
-   M /trunk/src/input/input_dvd.h
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_netlist.h
-   M /trunk/src/input/mpeg_system.c
-
--New method using netlist to read packets on DVD device by sectors of
-2048 bytes.
--Some modifications in netlist to make it work with DVD.
--Fixed ?\239?\191?\189 bug in mpeg_system.c
-
-We use INPUT_READ_ONCE many times in the input code. I think that
-we should replace it with a field in input_thread_t to give more
-flexibility to modules. I have done it in DVD plugin but it can't work
-if input.c is limited by INPUT_READ_ONCE.
-
-The DVD method is slower than input_ps ; but there are things to
-improve.
-CSS descrambling is broken.
-
-------------------------------------------------------------------------
-r643 | sam | 2001-02-08 05:43:28 +0100 (Thu, 08 Feb 2001) | 21 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/config.h.in
-   A /trunk/include/input.h
-   M /trunk/include/input_ext-intf.h
-   A /trunk/include/input_netlist.h
-   A /trunk/include/intf_plst.h
-   M /trunk/include/modules.h
-   A /trunk/include/mpeg_system.h
-   D /trunk/include/playlist.h
-   A /trunk/plugins/dvd
-   A /trunk/plugins/dvd/css_table.h
-   A /trunk/plugins/dvd/dvd.c
-   A /trunk/plugins/dvd/dvd_css.c
-   A /trunk/plugins/dvd/dvd_css.h
-   A /trunk/plugins/dvd/dvd_ifo.c
-   A /trunk/plugins/dvd/dvd_ifo.h
-   A /trunk/plugins/dvd/input_dvd.c
-   A /trunk/plugins/dvd/input_dvd.h
-   A /trunk/plugins/mpeg
-   A /trunk/plugins/mpeg/input_ps.c
-   A /trunk/plugins/mpeg/input_ps.h
-   A /trunk/plugins/mpeg/input_ts.c
-   A /trunk/plugins/mpeg/ps.c
-   A /trunk/plugins/mpeg/ts.c
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/intf_sdl.c
-   D /trunk/src/input/css_table.h
-   D /trunk/src/input/dvd_css.c
-   D /trunk/src/input/dvd_css.h
-   D /trunk/src/input/dvd_ifo.c
-   D /trunk/src/input/dvd_ifo.h
-   M /trunk/src/input/input.c
-   D /trunk/src/input/input.h
-   D /trunk/src/input/input_netlist.h
-   M /trunk/src/input/input_programs.c
-   D /trunk/src/input/input_ps.c
-   D /trunk/src/input/input_ps.h
-   D /trunk/src/input/input_ts.c
-   M /trunk/src/input/mpeg_system.c
-   D /trunk/src/input/mpeg_system.h
-   M /trunk/src/interface/interface.c
-   A /trunk/src/interface/intf_plst.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules.c
-   D /trunk/src/misc/playlist.c
-
-
-   This commit is a bit early, but it'll save Stef, Henri and me much
- time later, when we don't have to backport modifications to input_*.c
-
-   What's new :
-    - playlist works again (still the old wrong way like Meuuh doesn't
-    like, but this is going to change within a few hours)
-    - input_ps, input_ts and input_dvd are now plugins, located in
-    plugins/mpeg/ and plugins/dvd/
-
-   What's broken :
-    - audio output might be broken on some streams ; have to investigate
-
-   What has changed :
-    - fast/slow keys are now A/Z instead of A/S since S was already
-    linked to the scale/noscale toggle.
-    - `--dvd' doesn't work anymore, for the moment try to use :
-     vlc --input dvd /dev/dvd
-    - module bank is now less verbose ; use `--warn 1' to turn back
-    verbosity on
-
-------------------------------------------------------------------------
-r644 | stef | 2001-02-08 07:41:56 +0100 (Thu, 08 Feb 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/input_dvd.c
-   D /trunk/src/input/input_dvd.c
-   D /trunk/src/input/input_dvd.h
-
--solved bug with cssdescrambling. The vlc might segfault with dvd
-plugins. I will fix that soon.
--minor modification in pluginification.
-
-------------------------------------------------------------------------
-r645 | sam | 2001-02-08 08:24:25 +0100 (Thu, 08 Feb 2001) | 10 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/intf_plst.h
-   M /trunk/include/modules.h
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_plst.c
-   M /trunk/src/misc/plugins.c
-
-
- . moved the playlist handling from input/input.c to interface/interface.c
- . fixed a few warnings at compile-time
- . fixed sound channel selection in playlist mode
- . added a color message in the plugin bank because on peut bien d?\239?\191?\189conner
-   cinq minutes, quand-m?\239?\191?\189me
- . we now spawn a new input thread for each file
- . added a missing pf_close() because it's always cool to close files
-   after we read them
-
-------------------------------------------------------------------------
-r646 | stef | 2001-02-08 09:08:03 +0100 (Thu, 08 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/input_dvd.c
-
-*** empty log message ***
-
-------------------------------------------------------------------------
-r647 | massiot | 2001-02-08 12:22:41 +0100 (Thu, 08 Feb 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-
-Fixed a compile probleme on machine without a dvd player :ppppp
-Maybe it would be a good idea to compile the DVD plugin on machines which
-have one ? :pppp
-
-------------------------------------------------------------------------
-r648 | massiot | 2001-02-08 14:08:03 +0100 (Thu, 08 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_ext-intf.c
-
-* Pause function implemented ('p' key).
-
-------------------------------------------------------------------------
-r649 | massiot | 2001-02-08 14:52:35 +0100 (Thu, 08 Feb 2001) | 3 lines
-Changed paths:
-   M /trunk/include/input.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/modules.h
-   M /trunk/include/stream_control.h
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-
-* Implemented basic stream navigation function, and bound Jump forward
-  and jump Backward in the SDL intf. Enjoy !
-
-------------------------------------------------------------------------
-r650 | massiot | 2001-02-08 18:44:13 +0100 (Thu, 08 Feb 2001) | 5 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/input.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/video_parser/video_parser.c
-
-* Portability : changed off64_t to off_t and activated appropriate
-  GNU/Linux options ;
-* Changed fseek() to fseeko() for 64-bit offsets ;
-* Reset frame predictors on a stream discontinuity.
-
-------------------------------------------------------------------------
-r651 | sam | 2001-02-09 00:40:26 +0100 (Fri, 09 Feb 2001) | 5 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/include/intf_plst.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_plst.c
-   M /trunk/src/interface/main.c
-
-
- . added comments to src/interface/intf_plst.c and include/intf_plst.h
-   so that people understand how the playlist works.
- . updated the TODO list (34 items to do, 41 done !)
-
-------------------------------------------------------------------------
-r652 | stef | 2001-02-09 04:51:42 +0100 (Fri, 09 Feb 2001) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   M /trunk/plugins/dvd/input_dvd.c
-
--Some functions to prepare ifo commands utilisation to move in the
-structures of DVDs
--Change in configure to avoid compiling css functions on BSD.
-
-------------------------------------------------------------------------
-r653 | stef | 2001-02-09 19:34:01 +0100 (Fri, 09 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_css.c
-
--Fixed a bug in #define that prevented from using ioctls
-
-------------------------------------------------------------------------
-r654 | sam | 2001-02-11 02:15:12 +0100 (Sun, 11 Feb 2001) | 37 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/config.h.in
-   M /trunk/include/interface.h
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   D /trunk/include/plugins.h
-   M /trunk/include/video_output.h
-   M /trunk/plugins/gnome/gnome.c
-   A /trunk/plugins/gnome/gnome_callbacks.c
-   A /trunk/plugins/gnome/gnome_callbacks.h
-   A /trunk/plugins/gnome/gnome_interface.c
-   A /trunk/plugins/gnome/gnome_interface.h
-   A /trunk/plugins/gnome/gnome_support.c
-   A /trunk/plugins/gnome/gnome_support.h
-   A /trunk/plugins/gnome/gnome_sys.h
-   M /trunk/plugins/gnome/intf_gnome.c
-   D /trunk/plugins/gnome/intf_gnome.h
-   D /trunk/plugins/gnome/intf_gnome_callbacks.c
-   D /trunk/plugins/gnome/intf_gnome_callbacks.h
-   D /trunk/plugins/gnome/intf_gnome_interface.c
-   D /trunk/plugins/gnome/intf_gnome_interface.h
-   D /trunk/plugins/gnome/intf_gnome_support.c
-   D /trunk/plugins/gnome/intf_gnome_support.h
-   D /trunk/plugins/gnome/intf_gnome_thread.h
-   D /trunk/plugins/gnome/vout_gnome.c
-   D /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/plugins/sdl/sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/yuv/video_yuv.c
-   M /trunk/plugins/yuv/video_yuvmmx.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/interface.c
-   A /trunk/src/interface/intf_channels.c
-   A /trunk/src/interface/intf_channels.h
-   M /trunk/src/interface/intf_cmd.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/intf_plst.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
-   M /trunk/src/misc/modules.c
-   D /trunk/src/misc/plugins.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_spu.c
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-
-  Beginning of Interface II
- ---------------------------
-
- * Plugins have completely disappeared, we now only use the new module API.
- * All intf and vout modules are now independant. So far, only the Gnome
-   intf module and the SDL vout module have been ported. configure.in has
-   been modified to reflect the changes (x11 and dummy aren't compiled by
-   default anymore, while SDL and Gnome are).
-
-  Note that this is _not_ Interface II, it's just a step forward. For
-  instance, it lacks the whole message passing scheme.
-
-  Things that should work:
-
- * Right-clicking on the SDL video output window brings the Gnome menu.
- * Pause, Play, Exit, About work from the menu or from the interface window.
- * The old SDL keys still work.
-
-   Things that are broken or may be broken:
-
- * Xlib calls are not locked yet, which may lead to "Unexpected async reply"
-   errors, and make the vlc segfault.
- * Sound only works for the first file.
- * The SDL vout_sdl.c file is absolutely ugly and kludgey.
- * The vlc immediately quits when no filename is given as an argument. Not
-   a real bug, but still annoying.
- * The Gnome menu does not work in fullscreen mode.
-
-   Things that will come soon, maybe tomorrow:
-
- * Complete navigation buttons (fast forward, slow, etc.).
- * File/Open menu to add files to the playlist.
- * Return of the X11 video output for those of us who do not have SDL.
- * Textmode interface for those of us who do not have Gnome.
- * aout and vout autospawn (maybe).
-
-------------------------------------------------------------------------
-r655 | sam | 2001-02-12 01:20:37 +0100 (Mon, 12 Feb 2001) | 12 lines
-Changed paths:
-   M /trunk/AUTHORS
-   A /trunk/plugins/gnome/.cvsignore
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_callbacks.h
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/gnome_interface.h
-   M /trunk/plugins/gnome/gnome_support.c
-   M /trunk/plugins/gnome/gnome_sys.h
-   M /trunk/plugins/gnome/intf_gnome.c
-   A /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/video_output/video_output.c
-
-
- * The pure Gnome part of the Gnome interface has been rewritten from
-   scratch, and the .glade file included as well. You can edit it by
-   installing glade-gnome and doing `glade plugins/gnome/intf_gnome.glade',
-   or directly by hand if you grok XML.
- * Files can now be loaded into vlc using the `Open' buttons. But for the
-   moment you still have to launch vlc with at least one file, because it
-   quits when the end of the playlist is reached.
- * Idle screen was disabled because it eats a lot of CPU and is mostly
-   useless for the moment. And it gets activated when pause lasts for too
-   long.
-
-------------------------------------------------------------------------
-r656 | sam | 2001-02-12 08:52:40 +0100 (Mon, 12 Feb 2001) | 10 lines
-Changed paths:
-   M /trunk/debian/vlc.1
-   M /trunk/include/config.h.in
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_callbacks.h
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/gnome_interface.h
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/main.c
-
-
-  * Fixed my old stupid bug that disabled sound after having played the
-    first playlist item.
-  * Added `Prev' and `Next' buttons to the interface, with the beginning of
-    a playlist window (still empty).
-  * Added `Slow' and `Fast' buttons to the interface and popup menu.
-
-  Ok, I promise it's the last time I check bloat in, from now the interface
-  commits will be much cleaner and actually fix things :)
-
-------------------------------------------------------------------------
-r657 | sam | 2001-02-12 10:39:15 +0100 (Mon, 12 Feb 2001) | 4 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/input/input_ext-intf.c
-
-
- . removed tests against i_rate and i_new_rate calculation from the
-   plugins and hid this complexity into input_ext-intf.c
-
-------------------------------------------------------------------------
-r658 | stef | 2001-02-12 10:58:06 +0100 (Mon, 12 Feb 2001) | 6 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/input_dvd.c
-
--Much cleaning in css code. It should work fine now.
-
-Most of DVD with movie in title 1 should work.
-
-To come : support for movie in other titles.
-
-------------------------------------------------------------------------
-r659 | massiot | 2001-02-12 11:46:26 +0100 (Mon, 12 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Fixed pause bug.
-
-------------------------------------------------------------------------
-r660 | massiot | 2001-02-12 12:22:31 +0100 (Mon, 12 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Tried to enhance picture dating on timebase discontinuities.
-
-------------------------------------------------------------------------
-r661 | massiot | 2001-02-12 14:20:15 +0100 (Mon, 12 Feb 2001) | 3 lines
-Changed paths:
-   M /trunk/include/input.h
-   M /trunk/src/input/input.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* We can now seek at position 0 :p ;
-* Fixed a typo in my previous commit.
-
-------------------------------------------------------------------------
-r662 | massiot | 2001-02-12 19:18:18 +0100 (Mon, 12 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Removed enhancement because of an incompatibility with slow motion.
-
-------------------------------------------------------------------------
-r663 | sam | 2001-02-13 05:29:46 +0100 (Tue, 13 Feb 2001) | 11 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/vlc.1
-   M /trunk/include/modules.h
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_callbacks.h
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/gnome_sys.h
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_yuv.c
-
-
- * added --intf option to vlc
- * started cleaning vout_sdl.c
- * the dummy plugin works again
- * added a slider to the Gnome interface so that we can browse through streams
-
-  There is a problem with the slider: we sometimes get unexpected async
-  replies, which would mean that we don't properly lock our Xlib calls.
-  Which is true. But we also get these errors when using `--vout dummy'.
-  I'll investigate.
-
-------------------------------------------------------------------------
-r664 | sam | 2001-02-13 07:31:05 +0100 (Tue, 13 Feb 2001) | 6 lines
-Changed paths:
-   M /trunk/plugins/motion/vdec_motion_common.c
-
-
- * Quick patch to avoid a segfault when arbitrarily seeking the stream.
-
-  Meuuh: you probably have a better solution for this ; I simply don't
-  know the video decoder well enough to do it myself.
-
-------------------------------------------------------------------------
-r665 | stef | 2001-02-13 11:08:51 +0100 (Tue, 13 Feb 2001) | 15 lines
-Changed paths:
-   D /trunk/plugins/dvd/css_table.h
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_css.h
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   M /trunk/plugins/dvd/input_dvd.c
-
--adaptation of DVD module to navigation slider. The seek has to be
-done on a multiple of 2048, and shopuld take care of the offset to the
-beginning of the stream. It works with most of my DVDs by fails to
-detect size of some streams.
-
--change of the order of call to ifo and css functions in input_dvd.c,
-because we can't read ifo files before authentification on some DVDs.
-
--changed location of some css tables.
-
--we read ifo date and decrypt css keys for all titles now. It takes quite a
-long time to initialize with some DVDs (if you have 42 titles for
-instance). The key decryption might give a false value if the title is
-less than 10 Mb ; I'm working on that :)
-
-------------------------------------------------------------------------
-r666 | massiot | 2001-02-13 14:01:15 +0100 (Tue, 13 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/motion/vdec_motion_common.c
-   M /trunk/src/video_decoder/vpar_headers.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-* Really fixed MC segfault bug.
-
-------------------------------------------------------------------------
-r667 | stef | 2001-02-14 05:11:01 +0100 (Wed, 14 Feb 2001) | 15 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-
--Changes in the way stream size in DVD mode is calculated. It is no
-longer such an ugly kludge and is much more accurate.
-
--Changes in DVDSeek so that the interface slider is in 0 when we are at
-the beginning of the strem.
-
--Try to detect the beginning of the movie in the middle of the title. It
-works for most of the DVDs but will begin in the middle of the movie
-with some others.
-
--Calculate only the first title key in css mode because it might take a
-long time with some title. The search stops now when we have a key once
-whereas it did stop only when we had it twice before. It should not
-cause problems.
-
-------------------------------------------------------------------------
-r668 | sam | 2001-02-14 08:48:18 +0100 (Wed, 14 Feb 2001) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.in
-   M /trunk/TODO
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/gnome/gnome.c
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_callbacks.h
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/gnome_interface.h
-   M /trunk/plugins/gnome/gnome_sys.h
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/plugins/sdl/sdl.c
-   D /trunk/plugins/x11/intf_x11.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/x11.c
-   M /trunk/vlc.spec
-
- * updated version information to 0.2.60 -- today's release
- * started porting the X11 vout (still disabled)
- * a few unnoticeable changes in the Gnome intf
-
-------------------------------------------------------------------------
-r669 | sam | 2001-02-14 15:31:07 +0100 (Wed, 14 Feb 2001) | 3 lines
-Changed paths:
-   M /trunk/Makefile.dep
-   M /trunk/Makefile.in
-
-
- * Should have fixed the dependency generater for some plugins.
-
-------------------------------------------------------------------------
-r670 | henri | 2001-02-14 16:58:29 +0100 (Wed, 14 Feb 2001) | 16 lines
-Changed paths:
-   M /trunk/include/input_netlist.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/mpeg/input_ts.c
-   A /trunk/plugins/mpeg/input_ts.h
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/mpeg_system.c
-
-
-Begining of TS Input
-
-Done :
-- fixed netlist
-- embryo : support TS video trough file ( kludgy ... )
-
-Next :
-- Write DecodePSI and DemuxPSI, wich will clean the kludges off
-
-Then :
-- Write NetworkOpen ( shouldn't be difficult )
-
-Eventually :
-- Deal with lost/corrupt packets
-
-------------------------------------------------------------------------
-r671 | sam | 2001-02-15 04:01:20 +0100 (Thu, 15 Feb 2001) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/vout_x11.c
-
-
- * X11 output works again. It's just the output, but it works; I now need
-   to clean the code and add event handling.
-
-------------------------------------------------------------------------
-r672 | sam | 2001-02-15 08:59:38 +0100 (Thu, 15 Feb 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/vout_x11.c
-
- * removed useless includes in intf_gnome.c
- * made the vout_sdl.c functions static
- * ported vout_x11.c to the modules API; code isn't very nice yet though
-
-------------------------------------------------------------------------
-r673 | stef | 2001-02-15 22:03:27 +0100 (Thu, 15 Feb 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_css.h
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   A /trunk/plugins/dvd/dvd_udf.c
-   A /trunk/plugins/dvd/dvd_udf.h
-   M /trunk/plugins/dvd/input_dvd.h
-
--New more recent css authentication code.
-
--Beginning of udf support (not in Makefile)
-
-------------------------------------------------------------------------
-r674 | sam | 2001-02-16 07:37:09 +0100 (Fri, 16 Feb 2001) | 14 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/config.h.in
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_callbacks.h
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/gnome_sys.h
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/plugins/sdl/vout_sdl.c
-   A /trunk/plugins/text
-   A /trunk/plugins/text/intf_ncurses.c
-   A /trunk/plugins/text/ncurses.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/interface/interface.c
-
-
- * Fixed a segfault in the input thread creation, as well as a possible
-   deadlock. This happened mostly when opening non-existing files.
- * Created input_SetStatus to do input_SetRate's job. input_SetRate will
-   be used to set an arbitrary rate, for people who want to read DVDs at
-   1/2.71828 times the actual speed.
- * Stubs for the ncurses control interface. No working code yet, but the
-   holes just need to be filled.
- * Improved X11 support. Still not as functional as before.
- * The output window now states the method name, so that people know whether
-   they are using X11 or SDL.
- * The Gnome interface is now drag'n'drop aware, you can drop a file
-   on it just like Xine does (or so I guess).
-
-------------------------------------------------------------------------
-r675 | sam | 2001-02-16 10:25:04 +0100 (Fri, 16 Feb 2001) | 12 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/interface.c
-   M /trunk/vlc.spec
-
-
- * Upgraded version number to 0.2.61. Release is today.
-
- * Fixed package building (both RPMs and .debs).
- * Fixed `make snapshot' rule.
- * Added some magic to filename detection. To read a DVD you now just
-   need to run 'vlc dvd:/dev/hdc' for instance. Same for file:// URIs.
- * Fixed a segfault in the slider when no stream was playing.
- * Made the slider go from 0 to 100 (instead of 99 :)
- * The vlc now doesn't exit when finished playing. As a side effect of
-   the playlist code being very recent, it continuously loops.
-
-------------------------------------------------------------------------
-r676 | sam | 2001-02-17 09:48:56 +0100 (Sat, 17 Feb 2001) | 11 lines
-Changed paths:
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/beos.cpp
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/src/misc/modules.c
-
-
- * Tried to fix the BeOS interface and video output. Any BeOS developers
-   listening ? I can't even test that code, it probably wants additional
-   fixing.
- * Added a workaround in modules.c for broken libc's which happen to truncate
-   filenames in dentry structures when using 64bits offsets. The kind of
-   stuff you only see in RedHats <g>.
- * Made the SDL error messages a bit more useful.
- * The Gnome menu is now created when mouse is released, not when it
-   is pressed. It may sound stupid, but it really makes a difference.
-
-------------------------------------------------------------------------
-r677 | stef | 2001-02-18 02:42:05 +0100 (Sun, 18 Feb 2001) | 10 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvd/dvd_udf.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-
--UDF filesystem support so that we know the location of the first video
-related file with 100% reliability (great change that should make DVDs
-with binaries and extra stuff work with vlc).
-
--Correction of a bug in ifo reading that falsified the adress of
-video titles.
-
--Changed the method for selecting title at start. It is _not_ reliable
-though, but it is better than the preceding one.
-
-------------------------------------------------------------------------
-r678 | polux | 2001-02-18 04:32:02 +0100 (Sun, 18 Feb 2001) | 12 lines
-Changed paths:
-   M /trunk/Makefile.dep
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/beos_window.h
-   M /trunk/include/modules_core.h
-   M /trunk/include/tests.h
-   M /trunk/include/threads.h
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/beos.cpp
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/video_parser/video_parser.c
-
-
-   The BeOS port seems to work again.
-
-   I used this command to play an unencrypted DVD, but maybe there is a
-   better solution: ./vlc dvd:/dev/disk/ide/atapi/1/master/0/raw
-
-   Current problems: gcc doesn't like MMX-EXT instructions, and refuses
-   to have register %ebx being used in the main application. Grr.
-
-   ,-- don't trust the CVS bot, it's Sam speaking here :)
-  /
-
-------------------------------------------------------------------------
-r679 | sam | 2001-02-18 11:24:20 +0100 (Sun, 18 Feb 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/config.h.in
-   M /trunk/plugins/fb/fb.c
-   D /trunk/plugins/fb/intf_fb.c
-   M /trunk/plugins/fb/vout_fb.c
-   M /trunk/src/video_output/video_output.c
-
-
- * Ported the framebuffer plugin to the new module API. As for most of the
-   other video output modules, keyboard doesn't work. Except ^C to quit.
-
-------------------------------------------------------------------------
-r680 | sam | 2001-02-18 20:14:27 +0100 (Sun, 18 Feb 2001) | 12 lines
-Changed paths:
-   A /trunk/CONTRIBUTORS
-   M /trunk/Makefile.in
-   M /trunk/configure.in
-   M /trunk/plugins/ggi/ggi.c
-   D /trunk/plugins/ggi/intf_ggi.c
-   M /trunk/plugins/ggi/vout_ggi.c
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-
-
-  * configure.in and Makefile.in patches for better SDL support and
-    support for $(bindir) $(datadir) and $(libdir) stuff, courtesy
-    of Arkadiusz Miskiewicz <misiek@pld.ORG.PL>
-  * Ported ggi.so to the new modules API. As for the other modules, only
-    the "q" key works. Moreover, VLC doesn't exit cleanly if you close the
-    GGI window.
-  * Deactivated non-working widgets in the Gnome interface.
-  * Added CONTRIBUTORS file.
-
-  Hint of the day: don't expect to code quite long in your bed when sleepy.
-
-------------------------------------------------------------------------
-r681 | stef | 2001-02-19 04:12:26 +0100 (Mon, 19 Feb 2001) | 8 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-
--Change in the code to detect beginning of movie. It is much better now
-but still fails with some DVD for which the movie is not the first
-Program.
-
-As a consequence some DVD that worked before don't work anymore.
-
--Beginning of ideas to handle chapters and ES selection
-
-------------------------------------------------------------------------
-r682 | sam | 2001-02-19 04:46:27 +0100 (Mon, 19 Feb 2001) | 3 lines
-Changed paths:
-   M /trunk/include/beos_window.h
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-
-
-  * Drag and drop support under BeOS.
-
-------------------------------------------------------------------------
-r683 | reno | 2001-02-19 09:02:33 +0100 (Mon, 19 Feb 2001) | 3 lines
-Changed paths:
-   M /trunk/src/ac3_decoder/ac3_bit_stream.h
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-
-* Add dither fix
-* Some cosmetic changes
-
-------------------------------------------------------------------------
-r684 | massiot | 2001-02-19 20:08:59 +0100 (Mon, 19 Feb 2001) | 3 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/motion/vdec_motion_common.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-* mux_rate parsing ;
-* Changed video decoder's error messages into warnings.
-
-------------------------------------------------------------------------
-r685 | massiot | 2001-02-19 20:28:33 +0100 (Mon, 19 Feb 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/video_output/video_output.c
-
-* Kludge of the kludge, removing an oddity in YUV initialisation, and
-activating YUV overlay on startup whenever hardware acceleration is
-available. Thanks for bearing with us, stay tuned.
-
-------------------------------------------------------------------------
-r686 | stef | 2001-02-20 03:53:13 +0100 (Tue, 20 Feb 2001) | 10 lines
-Changed paths:
-   M /trunk/include/input.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/modules.h
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_css.h
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-
-
- First serie of changes in DVD module for the forthcoming interface menus
- There is a new capability in input type modules for setting the
-attributes of a new area. It is set to NULL for PS and TS plugins.
- It should be called for every title change, chapter change,
-audio mode change or spu channel change.
-
-But this part of code is not used at the moment, and is not completed
-yet.
-
-------------------------------------------------------------------------
-r687 | stef | 2001-02-20 03:56:50 +0100 (Tue, 20 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_ifo.c
-
-Removed flooding debug info :)
-
-------------------------------------------------------------------------
-r688 | sam | 2001-02-20 08:49:13 +0100 (Tue, 20 Feb 2001) | 15 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/CONTRIBUTORS
-   M /trunk/INSTALL
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/debian/vlc.docs
-   M /trunk/include/modules_inner.h
-   M /trunk/plugins/alsa/alsa.c
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/beos.cpp
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dsp/dsp.c
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   A /trunk/plugins/dvd/dvd_ioctl.c
-   A /trunk/plugins/dvd/dvd_ioctl.h
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/plugins/esd/esd.c
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/fb/vout_fb.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/ggi/vout_ggi.c
-   M /trunk/plugins/glide/glide.c
-   D /trunk/plugins/glide/intf_glide.c
-   M /trunk/plugins/glide/vout_glide.c
-   M /trunk/plugins/gnome/gnome.c
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   D /trunk/plugins/mga/intf_mga.c
-   M /trunk/plugins/mga/mga.c
-   M /trunk/plugins/mga/vout_mga.c
-   M /trunk/plugins/mga/vout_mga.h
-   M /trunk/plugins/motion/motion.c
-   M /trunk/plugins/motion/motionmmx.c
-   M /trunk/plugins/motion/motionmmxext.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/plugins/mpeg/ps.c
-   M /trunk/plugins/mpeg/ts.c
-   M /trunk/plugins/null/null.c
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/text/intf_ncurses.c
-   M /trunk/plugins/text/ncurses.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/x11.c
-   M /trunk/plugins/yuv/video_yuv.c
-   M /trunk/plugins/yuv/video_yuvmmx.c
-   M /trunk/plugins/yuv/yuv.c
-   M /trunk/plugins/yuv/yuvmmx.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-
-
-  * Ported Glide and MGA plugins to the new module API. MGA never worked,
-    so this didn't make it work better.
-  * Started thinking about built-in modules, and added some code to
-    make it easier eventually.
-  * Added Oct in the AUTHORS file.
-  * Fixed a mistake in configure.in.
-  * All your base are belong to us.
-  * Fixed a bug in src/misc/modules which prevented loading modules
-    when launched from the Tracker.
-  * Fixed a similar bug in src/video_output/video_text.c.
-  * BeOS CSS support, thanks to Markus Kuespert <ltlBeBoy@beosmail.com>
-    who ported the Linux DVD ioctls. We can now read encrypted DVDs
-    under BeOS ! Woohoo.
-
-------------------------------------------------------------------------
-r689 | stef | 2001-02-20 09:47:25 +0100 (Tue, 20 Feb 2001) | 3 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-
-Second step in area management ; everything is in place now to have
-title handling; it is coming :)
-
-------------------------------------------------------------------------
-r690 | sam | 2001-02-20 10:10:36 +0100 (Tue, 20 Feb 2001) | 7 lines
-Changed paths:
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/src/input/input.c
-
-
- * Fixed a segfault in input.c when no input plugin was found for
-   a given file.
- * Fixed a deadlock in the Gnome interface. Next time I'll initialize
-   my mutexes, I promise.
- * Added Oct to the authors list in intf_gnome.glade :)
-
-------------------------------------------------------------------------
-r691 | sam | 2001-02-20 12:34:01 +0100 (Tue, 20 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
- * Fixed a bash-ism in configure.in
-
-------------------------------------------------------------------------
-r692 | reno | 2001-02-20 13:06:28 +0100 (Tue, 20 Feb 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   M /trunk/src/ac3_decoder/ac3_bit_stream.h
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_decoder.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   A /trunk/src/ac3_decoder/ac3_downmix.h
-   A /trunk/src/ac3_decoder/ac3_downmix_c.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   M /trunk/src/ac3_decoder/ac3_internal.h
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   M /trunk/src/ac3_decoder/ac3_rematrix.c
-
-* Move ac3 globals variables into structures
-* Adding authors
-* Prepared to add asm imdct and downmix
-
-------------------------------------------------------------------------
-r693 | massiot | 2001-02-20 14:41:01 +0100 (Tue, 20 Feb 2001) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-On machines without dvd ioctl, remove the DVD plugin from the Makefile,
-fucking holy piece of *?\239?\191?\189$^%?\239?\191?\189 !
-
-------------------------------------------------------------------------
-r694 | massiot | 2001-02-20 16:03:00 +0100 (Tue, 20 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/include/video.h
-   M /trunk/plugins/motion/vdec_motion_common.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/video_parser.c
-
-Minor optimizations in the video decoder.
-
-------------------------------------------------------------------------
-r695 | polux | 2001-02-20 18:08:02 +0100 (Tue, 20 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/include/threads.h
-
-Added the BeOS code for vlc_mutex_destroy() and vlc_cond_destroy()
-
-------------------------------------------------------------------------
-r696 | sam | 2001-02-21 00:30:15 +0100 (Wed, 21 Feb 2001) | 7 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/include/tests.h
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ioctl.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-   M /trunk/plugins/gnome/intf_gnome.c
-
-
- * Updated version number to 0.2.62. Release tonight.
-
- * DVD plugin is still non-functional when you don't have DVD ioctls,
-   but at least it compiles under BeOS as well.
- * Minor cosmetic changes here and there.
-
-------------------------------------------------------------------------
-r697 | sam | 2001-02-21 01:47:49 +0100 (Wed, 21 Feb 2001) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile.in
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/vlc.spec
-
-
-  * Forgot to fix the vlc.spec.
-  * Added Bozo to the author list.
-
-------------------------------------------------------------------------
-r698 | henri | 2001-02-21 05:38:59 +0100 (Wed, 21 Feb 2001) | 13 lines
-Changed paths:
-   M /trunk/include/mpeg_system.h
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/plugins/mpeg/input_ts.h
-   M /trunk/src/input/mpeg_system.c
-
-
-TS Input :
-- Added DemuxPSI, DecodePAT and DecodePMT. Never tested which streams
-  where PAT or PMT are splitted in more than one section.
-- Some TS files still don't work (matrix.ts i.e : no sound ),
-  others do ... i'll have to investigate.
-
-Todo :
-- What if data get unaligned ?
-- Write NetworkOpen
-- Try to find why I get no sound on matrix.ts
-- Support Stream and program selection.
-
-------------------------------------------------------------------------
-r699 | sam | 2001-02-21 12:49:18 +0100 (Wed, 21 Feb 2001) | 9 lines
-Changed paths:
-   M /trunk/INSTALL
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   A /trunk/plugins/gtk
-   A /trunk/plugins/gtk/.cvsignore
-   A /trunk/plugins/gtk/gtk.c
-   A /trunk/plugins/gtk/gtk.o
-   A /trunk/plugins/gtk/gtk_callbacks.c
-   A /trunk/plugins/gtk/gtk_callbacks.h
-   A /trunk/plugins/gtk/gtk_callbacks.o
-   A /trunk/plugins/gtk/gtk_interface.c
-   A /trunk/plugins/gtk/gtk_interface.h
-   A /trunk/plugins/gtk/gtk_interface.o
-   A /trunk/plugins/gtk/gtk_support.c
-   A /trunk/plugins/gtk/gtk_support.h
-   A /trunk/plugins/gtk/gtk_support.o
-   A /trunk/plugins/gtk/gtk_sys.h
-   A /trunk/plugins/gtk/intf_gtk.c
-   A /trunk/plugins/gtk/intf_gtk.glade
-   A /trunk/plugins/gtk/intf_gtk.o
-
-
-  (note: empty CVS mails mean that a new directory has been created,
-   don't forget to use the -p option if you cvs update)
-
-  * Added a plain Gtk+ port of the Gnome interface, for the gnome-impaired
-    people. Gtk+ is now compiled by default, while Gnome isn't (you will
-    have to add --enable-gnome when running configure)
-  * Replaced -lcurses with -lncurses in configure.in.
-
-------------------------------------------------------------------------
-r700 | sam | 2001-02-21 12:53:30 +0100 (Wed, 21 Feb 2001) | 4 lines
-Changed paths:
-   D /trunk/plugins/gtk/gtk.o
-   D /trunk/plugins/gtk/gtk_callbacks.o
-   D /trunk/plugins/gtk/gtk_interface.o
-   D /trunk/plugins/gtk/gtk_support.o
-   D /trunk/plugins/gtk/intf_gtk.o
-
-
-   Hrm. Some strange phenomenon known as sleepiness made me commit a
-   bunch of .o's. Blame me.
-
-------------------------------------------------------------------------
-r701 | polux | 2001-02-21 16:52:40 +0100 (Wed, 21 Feb 2001) | 6 lines
-Changed paths:
-   M /trunk/include/beos_window.h
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Some changes in the BeOS video output :
-- New video output method, the vlc now uses BBitmap instead of
-  BDirectWindow (better performances)
-- Added resizing
-- Added beta support for overlay
-
-------------------------------------------------------------------------
-r702 | reno | 2001-02-22 06:31:55 +0100 (Thu, 22 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/src/ac3_decoder/ac3_bit_stream.h
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_downmix_c.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-
-* Fix bug in ac3dec for mono streams
-
-------------------------------------------------------------------------
-r703 | stef | 2001-02-22 09:44:45 +0100 (Thu, 22 Feb 2001) | 8 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/include/input.h
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_callbacks.h
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/interface/main.c
-
--New ES detection based on .ifo for DVD module. It might fail (I have
-found one DVD for which ifo seems false).
-
--Title and chapter selection on the command line (see -t and -T options)
-It will allow to watch some DVD that went through menus by default.
-
--beginning of menus in gnome interface.
-
-------------------------------------------------------------------------
-r704 | stef | 2001-02-22 09:59:54 +0100 (Thu, 22 Feb 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-
-I have polioted once more with a bad file in the commit. It should work
-better now. :p
-
-------------------------------------------------------------------------
-r705 | massiot | 2001-02-22 17:17:12 +0100 (Thu, 22 Feb 2001) | 3 lines
-Changed paths:
-   M /trunk/include/input.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/keystrokes.h
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/interface/interface.c
-
-* Added a 'd' keystroke to dump the stream contents (for debugging
-purposes).
-
-------------------------------------------------------------------------
-r706 | massiot | 2001-02-22 18:00:20 +0100 (Thu, 22 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-
-* Added functions and hooks to display dates instead of off_t.
-
-------------------------------------------------------------------------
-r707 | massiot | 2001-02-23 13:37:31 +0100 (Fri, 23 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-
-* Fixed a compile problem in debug mode.
-
-------------------------------------------------------------------------
-r708 | massiot | 2001-02-23 14:22:58 +0100 (Fri, 23 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_synchro.c
-
-* Added debug messages.
-
-------------------------------------------------------------------------
-r709 | massiot | 2001-02-23 15:07:25 +0100 (Fri, 23 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/video_fifo.h
-   M /trunk/src/video_parser/vpar_blocks.c
-
-* Fixed a structural major bug in the macroblock structure management.
-
-------------------------------------------------------------------------
-r710 | massiot | 2001-02-23 18:58:22 +0100 (Fri, 23 Feb 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_parser/vpar_blocks.c
-
-* Disabled slice-level resynchro since it's probably buggy.
-
-------------------------------------------------------------------------
-r711 | sam | 2001-02-26 13:16:29 +0100 (Mon, 26 Feb 2001) | 10 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   D /trunk/debian/vlc-gnome.menu
-   A /trunk/debian/vlc-gtk.menu
-   M /trunk/debian/vlc.copyright
-   D /trunk/include/beos_window.h
-   M /trunk/include/intf_msg.h
-   D /trunk/include/video_graphics.h
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   A /trunk/plugins/beos/window.h
-   M /trunk/plugins/dvd/dvd_ioctl.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/intf_gtk.glade
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/spu_decoder/spu_decoder.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_spu.c
-   M /trunk/src/video_output/video_spu.h
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_text.h
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/src/video_output/video_yuv.h
-
-
-  * The Gtk+ interface is now built as a Debian package as well. The Gnome
-    package depends on it because of the icon and menu entry.
-  * Added an intf_WarnHexDump() function to do raw hexadecimal dumps of
-    memory areas. For debugging purposes or for real men, as you wish.
-  * Lots of tidying in dvd_ioctl.c, a few comments added.
-  * Better error handling in the subpicture decoder.
-  * Tidied video_spu.c. More to come later.
-  * Fixed subtitle displaying. Will soon work in overlay mode as well.
-
-------------------------------------------------------------------------
-r712 | sam | 2001-02-26 18:41:11 +0100 (Mon, 26 Feb 2001) | 5 lines
-Changed paths:
-   M /trunk/src/interface/main.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/spu_decoder/spu_decoder.h
-   M /trunk/src/video_output/video_spu.c
-
-
-  * Optimizations done to the SPU decoder. Now the RLE is expanded at
-    decoding time, not rendering time. The main loop in vout_RenderSPU
-    is now 20 lines long.
-
-------------------------------------------------------------------------
-r713 | sam | 2001-02-28 06:20:02 +0100 (Wed, 28 Feb 2001) | 5 lines
-Changed paths:
-   M /trunk/plugins/ggi/vout_ggi.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/spu_decoder/spu_decoder.h
-   M /trunk/src/video_output/video_spu.c
-
-
-  * Additional optimizations to the subtitle decoder
-  * The GGI video output should now be faster. Also, right-mouse-clicking
-    works in GGI mode as well.
-
-------------------------------------------------------------------------
-r714 | reno | 2001-03-02 03:49:11 +0100 (Fri, 02 Mar 2001) | 2 lines
-Changed paths:
-   A /trunk/plugins/sdl/intf_sdl.c
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   M /trunk/src/ac3_decoder/ac3_internal.h
-
-* Bug fix with frequential downmix
-
-------------------------------------------------------------------------
-r715 | stef | 2001-03-02 04:32:46 +0100 (Fri, 02 Mar 2001) | 18 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   A /trunk/plugins/dvd/dvd_netlist.c
-   A /trunk/plugins/dvd/dvd_netlist.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/mpeg_system.c
-
--New function for DVD reading, that is able to read multiple blocks
-(I've chosen 32 now), that doesn't use any memcpy anymore and is also much
-faster. It is ready now for cell positioning in multi-angle DVD (to come
-soon).
-
--DVD specific netlist adapted to 2048 bytes long blocks that contain
-several data_packets.
-
--Modification in mpeg_system.c to use p_payload_start instead of
-p_buffer (necessary for DVD plugin). It does not break other plugins
-since they set p_payload_start to p_buffer
-
--New field i_read_once in input_thread_s to be able to read more than
-the TS related 7 packets ; i_read_once is set to INPUT_READ_ONCE by
-defaults but plugins can change it during initialisation.
-
-Please check that nothing is broken :)
-
-------------------------------------------------------------------------
-r716 | massiot | 2001-03-02 14:20:29 +0100 (Fri, 02 Mar 2001) | 7 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/video_output.h
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-* Fixed miscellaneous alignment problems (alpha/sparc ports) ;
-* Added a fps display when toggling 'i' ;
-* Fixed a bug in the video parser where one picture buffer was not
-released at quit time ;
-* Broke the mux_rate calculation, but hey guys ! it was already broken and
-nobody noticed it.
-
-------------------------------------------------------------------------
-r717 | sam | 2001-03-02 14:47:01 +0100 (Fri, 02 Mar 2001) | 6 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/control
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/dvd_css.c
-   A /trunk/plugins/dvd/dvd_csstables.h
-   M /trunk/plugins/dvd/input_dvd.c
-
-
-  * Changed debian/control to fix Debian bug #83707
-  * Added a --disable-css configure option
-  * Moved some code here and there in the DVD plugin to make it easier
-    for me to build the Debian CSS-free packages.
-
-------------------------------------------------------------------------
-r718 | massiot | 2001-03-02 14:49:37 +0100 (Fri, 02 Mar 2001) | 3 lines
-Changed paths:
-   M /trunk/include/input.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/src/input/input_programs.c
-
-* Made input_SelectES() and input_UnselectES() not block the input thread
-for a long time.
-
-------------------------------------------------------------------------
-r719 | massiot | 2001-03-02 16:51:22 +0100 (Fri, 02 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/src/input/input_programs.c
-
-* More consistency in the p_input->stream management.
-
-------------------------------------------------------------------------
-r720 | reno | 2001-03-02 17:46:57 +0100 (Fri, 02 Mar 2001) | 2 lines
-Changed paths:
-   D /trunk/plugins/sdl/intf_sdl.c
-
-Remove an unused file reintroduce after my last commit
-
-------------------------------------------------------------------------
-r721 | stef | 2001-03-03 08:07:01 +0100 (Sat, 03 Mar 2001) | 5 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_css.h
-   M /trunk/plugins/dvd/dvd_netlist.c
-   M /trunk/plugins/dvd/dvd_netlist.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-
--completely changed title and chapter initialization. Now we have real
-title units.
-
--Fixed size for a majority of DVD.
-
-------------------------------------------------------------------------
-r722 | sam | 2001-03-03 12:01:07 +0100 (Sat, 03 Mar 2001) | 7 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   A /trunk/debian/changelog-css
-   A /trunk/debian/control-css
-   M /trunk/debian/rules
-   A /trunk/debian/rules-css
-   M /trunk/debian/vlc-gtk.menu
-   M /trunk/debian/vlc.1
-   M /trunk/debian/vlc.menu
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/input_dvd.c
-   A /trunk/share/gvlc.xpm
-   A /trunk/share/vlc.xpm
-   M /trunk/src/interface/main.c
-
-
-  * Added debian/* files to help generating CSS-enabled non-US packages,
-    and changed plugins/dvd/* to reflect this change.
-  * Added .xpm icons (fixes lintian warnings).
-  * --help output and manpage are now in sync (Closes Debian bug #87478).
-  * Fixed Build-dpends entry in debian/control (Closes Debian bug #83707).
-
-------------------------------------------------------------------------
-r723 | sam | 2001-03-04 04:12:00 +0100 (Sun, 04 Mar 2001) | 5 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_callbacks.h
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/gnome_interface.h
-   M /trunk/plugins/gnome/gnome_sys.h
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_interface.h
-   M /trunk/plugins/gtk/gtk_sys.h
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/gtk/intf_gtk.glade
-
-
-  * Added DVD/VCD button and menu for quick DVD device selection to the
-    Gnome and Gtk+ interfaces, so that vlc can play a DVD even when
-    launched from a GUI.
-
-------------------------------------------------------------------------
-r724 | stef | 2001-03-04 14:54:26 +0100 (Sun, 04 Mar 2001) | 9 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-
--Fixed bugs in title/chapter handling once more, especially for size
-detection and location of main movie.
-
--Support for multitrack DVD : now the stream is given to input as it has
-to be ; however, all the tracks are displayed one after the other ; I
-think we need to decode navigation ES to choose the track
-
--Fixed behaviour at end of device.
-
-------------------------------------------------------------------------
-r725 | sam | 2001-03-04 17:20:16 +0100 (Sun, 04 Mar 2001) | 18 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile.in
-   M /trunk/include/video_output.h
-   A /trunk/plugins/beos/Bitmaps.h
-   A /trunk/plugins/beos/DrawingTidbits.cpp
-   A /trunk/plugins/beos/DrawingTidbits.h
-   A /trunk/plugins/beos/InterfaceWindow.h
-   A /trunk/plugins/beos/MsgVals.h
-   A /trunk/plugins/beos/TransportButton.cpp
-   A /trunk/plugins/beos/TransportButton.h
-   A /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   D /trunk/plugins/beos/window.h
-   M /trunk/plugins/yuv/transforms_yuv.c
-   M /trunk/plugins/yuv/transforms_yuvmmx.c
-   M /trunk/plugins/yuv/transforms_yuvmmx.h
-   M /trunk/plugins/yuv/video_common.h
-   M /trunk/plugins/yuv/video_yuv.c
-   M /trunk/plugins/yuv/video_yuvmmx.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-
-
-   Commited BeOS changes by Richard Shepherd and Tony Castley.
-
-   include/video_output.h
-    * Added boolean_t b_YCbr to vout_thread_s structure to flag YUV-YCbCr
-      decoding needed instead of YUV-RGB
-    * Will be removed later when video_output.c rewritten
-
-   src/video_output.c
-    * vout_CreateThread() initialises b_YCbr to zero
-
-   plugins/beos/*
-    * New BeOS video plugin that supports hardware overlays and new
-      MediaPlayer compatible interface
-
-   plugins/*
-    * Added YUV-YCbCr transforms
-
-------------------------------------------------------------------------
-r726 | stef | 2001-03-05 01:40:06 +0100 (Mon, 05 Mar 2001) | 5 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-
--Fixed a bug in audio selection
-
--Tried to fix an issue in size computing. I don't know if this works since
-I haven't buggy DVDs
-
-------------------------------------------------------------------------
-r727 | sam | 2001-03-05 02:29:25 +0100 (Mon, 05 Mar 2001) | 9 lines
-Changed paths:
-   M /trunk/AUTHORS
-   D /trunk/CONTRIBUTORS
-   M /trunk/INSTALL
-   M /trunk/Makefile.in
-   M /trunk/TODO
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/changelog-css
-   M /trunk/debian/vlc.docs
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/gtk/intf_gtk.glade
-   M /trunk/vlc.spec
-
-
-  * Everything in place for the 0.2.63 release.
-
-  * Got rid of the CONTRIBUTORS list, and switched AUTHORS to a
-    linux-kernel like author list.
-  * Updated TODO list.
-  * Fixed a segfault in the BeOS interface when --noaudio was specified.
-  * Title and Chapter selection in the Gnome and Gtk+ interfaces.
-
-------------------------------------------------------------------------
-r728 | sam | 2001-03-05 12:53:44 +0100 (Mon, 05 Mar 2001) | 4 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/rules
-   M /trunk/plugins/dvd/dvd_ioctl.c
-   M /trunk/plugins/mpeg/input_ts.c
-
-
-  * fixed headers for FreeBSD compilation.
-  * fixed debian/rules for non-x86 packages (Closes: Debian bug #88583).
-
-------------------------------------------------------------------------
-r729 | richards | 2001-03-05 14:28:47 +0100 (Mon, 05 Mar 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/beos/Bitmaps.h
-   M /trunk/plugins/beos/InterfaceWindow.h
-   M /trunk/plugins/beos/MsgVals.h
-   M /trunk/plugins/beos/TransportButton.cpp
-   M /trunk/plugins/beos/TransportButton.h
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Added names to headers
-Delete BBitmap[0] directly after overlay creation as no longer needed as overlay now owns Bits()
-
-------------------------------------------------------------------------
-r730 | massiot | 2001-03-05 17:00:30 +0100 (Mon, 05 Mar 2001) | 3 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
-Fixed MPEG-1 mux_rate parsing.
-Fixed MPEG-1 stuffing.
-
-------------------------------------------------------------------------
-r731 | richards | 2001-03-05 21:36:04 +0100 (Mon, 05 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/plugins/beos/Bitmaps.h
-   M /trunk/plugins/beos/InterfaceWindow.h
-   M /trunk/plugins/beos/MsgVals.h
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-
-*** empty log message ***
-
-------------------------------------------------------------------------
-r732 | richards | 2001-03-05 23:29:02 +0100 (Mon, 05 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.h
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-
-*** empty log message ***
-
-------------------------------------------------------------------------
-r733 | richards | 2001-03-05 23:47:22 +0100 (Mon, 05 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/vout_beos.cpp
-
-*** empty log message ***
-
-------------------------------------------------------------------------
-r734 | richards | 2001-03-06 02:26:06 +0100 (Tue, 06 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-
-More changes to interface
-
-------------------------------------------------------------------------
-r735 | massiot | 2001-03-06 11:21:59 +0100 (Tue, 06 Mar 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ioctl.h
-   M /trunk/plugins/dvd/input_dvd.c
-
-* It now compiles under FreeBSD (though DeCSS stuff probably doesn't
-work).
-
-------------------------------------------------------------------------
-r736 | massiot | 2001-03-06 16:16:42 +0100 (Tue, 06 Mar 2001) | 3 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/src/video_decoder/vpar_synchro.h
-
-* Fixed a boolean_t/int mix.
-* Increased FIFO_SIZE.
-
-------------------------------------------------------------------------
-r737 | massiot | 2001-03-06 18:39:03 +0100 (Tue, 06 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_ext-dec.c
-
-* Fixed an alignment problem on startup.
-
-------------------------------------------------------------------------
-r738 | massiot | 2001-03-06 18:54:48 +0100 (Tue, 06 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
-* Fixed an alignment problem in PTS parsing.
-
-------------------------------------------------------------------------
-r739 | massiot | 2001-03-06 20:33:58 +0100 (Tue, 06 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/src/input/input_ext-dec.c
-
-* Fixed an alignment problem in UnalignedShowBits().
-
-------------------------------------------------------------------------
-r740 | richards | 2001-03-06 20:52:03 +0100 (Tue, 06 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.h
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Added DVD device selection from interface menu
-
-------------------------------------------------------------------------
-r741 | henri | 2001-03-07 01:18:46 +0100 (Wed, 07 Mar 2001) | 22 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/include/input.h
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/mpeg_system.c
-
-
-- Fixed TS input ( a nasty dead lock had appeared 4 days ago )
-- Added base of network support
-
-Things to be done :
-- Meuuh : fix the PCR synchronisation so that we can set b_pace_cntrol to 0
-- Sam : find a way of specifing the type of media (file, net). For the
-moment, the "--input ts" always call input_NetworkOpen
-- Maybe sam : for the moment the working syntax is vlc --input ts
-servername, it should nbe turned into "vlc --server servername".
-
-Things that don't work (i'll work on this this week end) :
-- stopping and retaking a stream
-- a nice 'waiting for stream'
-- we select all incoming streams. we should be able to select.
-
-Things that haven't been tested :
-- broadcast
-- only tested with one stream.
-
-Kick me if something is broken by my fault.
-
-------------------------------------------------------------------------
-r742 | sam | 2001-03-07 02:36:41 +0100 (Wed, 07 Mar 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/src/input/input.c
-
-
-  * Disabled network input under BeOS so that it compiles again. We'll
-    have to wait for BONE anyway.
-
-------------------------------------------------------------------------
-r743 | stef | 2001-03-07 03:16:03 +0100 (Wed, 07 Mar 2001) | 3 lines
-Changed paths:
-   M /trunk/Makefile.in
-
--Added `glib-config --libs glib` for interface compilation
-for debian/sid users
-
-------------------------------------------------------------------------
-r744 | stef | 2001-03-07 11:31:10 +0100 (Wed, 07 Mar 2001) | 7 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/modules.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_sys.h
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/gtk/intf_gtk.glade
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-
--Working menus for run-time audio/spu/title/chapter selection with gtk
-interface.
-
-It is a bit buggy yet, and some pieces of code need to change,
-especially to handle better menus change when title change but it
-eventually works.
-
-------------------------------------------------------------------------
-r745 | stef | 2001-03-07 12:56:33 +0100 (Wed, 07 Mar 2001) | 8 lines
-Changed paths:
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_callbacks.h
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/gnome_sys.h
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/intf_gtk.c
-
-Port of the interface menus to gnome plugin.
-
-Note that two sorts of navigation menus are implemented : in the
-menubar, one menu for title and one the chapter in current title ; and
-in the popup, a cascaded version with all chapters for all menus.
-
-The same issues as gtk plugin apply.
-
-------------------------------------------------------------------------
-r746 | richards | 2001-03-07 17:32:59 +0100 (Wed, 07 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.h
-   M /trunk/plugins/beos/intf_beos.cpp
-
-"File|Open DVD" menu now refreshed each time menu selected rather than statically built at execute time.
-
-------------------------------------------------------------------------
-r747 | octplane | 2001-03-08 14:32:55 +0100 (Thu, 08 Mar 2001) | 17 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/include/intf_plst.h
-   A /trunk/include/intf_urldecode.h
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_interface.h
-   A /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/gtk_sys.h
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/gtk/intf_gtk.glade
-   M /trunk/src/interface/intf_plst.c
-   A /trunk/src/interface/intf_urldecode.c
-
-Hurg !
-###code is dirty###
-Please clean it for me :P
-(or at least, tell me how to clean it)
-
-. Slightly modified playlist base interface
-  (Added a function to jump directly to an item, used for double clicking)
-
-. Added manymanycallbacks
-. Added the playlist dialog
-. Added Dnd support for intf_window and the clist1
-  . support URI and plain file(s)/folder(s)
-. Added "show/hide main window" menuitem in intf_popup
-. Added bugs :P
-
-Enjoy and please bug report.
-
-------------------------------------------------------------------------
-r748 | octplane | 2001-03-08 16:48:14 +0100 (Thu, 08 Mar 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/gtk/intf_gtk.glade
-
-.Added crop and invert selection.
-.Fixed a potential segfault.
-
-------------------------------------------------------------------------
-r749 | octplane | 2001-03-08 22:47:02 +0100 (Thu, 08 Mar 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/gtk/intf_gtk.glade
-
-. cosmetic variable name changes
-. drop in the 'blank' part of the list in the playlist adds at the end of the list
-. drop on the main window adds at the end of the playlist
-
-------------------------------------------------------------------------
-r750 | octplane | 2001-03-08 22:58:59 +0100 (Thu, 08 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/intf_gtk.glade
-
-. Hey! table header (Dnd still a little buggy :/)
-
-------------------------------------------------------------------------
-r751 | octplane | 2001-03-09 20:38:47 +0100 (Fri, 09 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/gtk_sys.h
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/gtk/intf_gtk.glade
-   M /trunk/plugins/sdl/vout_sdl.c
-
-.nicer drop
-
-------------------------------------------------------------------------
-r752 | henri | 2001-03-10 12:23:10 +0100 (Sat, 10 Mar 2001) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_netlist.c
-
-
-Small optim.
-
-------------------------------------------------------------------------
-r753 | henri | 2001-03-11 20:00:18 +0100 (Sun, 11 Mar 2001) | 6 lines
-Changed paths:
-   M /trunk/include/netutils.h
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/netutils.c
-
-
-- Moved 2 local network functions
-- Removed old code
-- Broadcast should work. I'm not detecting broadcast address, i'm
-binding 0.0.0.0
-
-------------------------------------------------------------------------
-r754 | reno | 2001-03-13 22:22:41 +0100 (Tue, 13 Mar 2001) | 3 lines
-Changed paths:
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-
-
-* Fixing of PowerPC bug ( I hope :) )
-
-------------------------------------------------------------------------
-r755 | massiot | 2001-03-14 01:40:24 +0100 (Wed, 14 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_clock.c
-
-* Tried to fix the "stream jumps at will" bug.
-
-------------------------------------------------------------------------
-r756 | octplane | 2001-03-14 20:55:51 +0100 (Wed, 14 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-
-misc code clean-up
-
-------------------------------------------------------------------------
-r757 | stef | 2001-03-15 01:37:04 +0100 (Thu, 15 Mar 2001) | 6 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_callbacks.h
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/mpeg_system.c
-
--Fixed most of the bugs in gnome interface menus
-
--Added radio checks in menu items.
-
-There are still issues with default selected item but it works well.
-
-------------------------------------------------------------------------
-r758 | sam | 2001-03-15 02:42:20 +0100 (Thu, 15 Mar 2001) | 37 lines
-Changed paths:
-   M /trunk/INSTALL
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/changelog-css
-   M /trunk/debian/control
-   M /trunk/debian/control-css
-   M /trunk/debian/rules
-   D /trunk/debian/vlc.1
-   D /trunk/doc/bugs
-   D /trunk/doc/headers
-   D /trunk/doc/portage
-   D /trunk/doc/vlan-server
-   A /trunk/doc/vlc.1
-   A /trunk/include/intf_playlist.h
-   D /trunk/include/intf_plst.h
-   M /trunk/include/netutils.h
-   M /trunk/include/tests.h
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_callbacks.h
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/gnome_interface.h
-   D /trunk/plugins/gnome/gnome_sys.h
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   A /trunk/plugins/gnome/intf_gnome.h
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_interface.h
-   M /trunk/plugins/gtk/gtk_playlist.c
-   D /trunk/plugins/gtk/gtk_sys.h
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/gtk/intf_gtk.glade
-   A /trunk/plugins/gtk/intf_gtk.h
-   M /trunk/plugins/mpeg/input_ps.c
-   A /trunk/plugins/qt
-   A /trunk/plugins/qt/.cvsignore
-   A /trunk/plugins/qt/intf_qt.cpp
-   A /trunk/plugins/qt/qt.cpp
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/interface.c
-   A /trunk/src/interface/intf_playlist.c
-   D /trunk/src/interface/intf_plst.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/netutils.c
-
-
-  * Bug fixes and enhancements in the Gtk+/Gnome interfaces.
-
-   o the slider should behave correctly and stop jumping here and
-     there (this bug is _not_ related to Stef's similar bug)
-   o added an "open network" menu (useless since the input doesn't
-     handle it properly yet)
-   o tried to reorganize gnome_callbacks.c and gtk_callbacks.c
-   o stream date is now displayed instead of percentage
-   o renamed gnome_sys.h to intf_gnome.h, and gtk_sys.h to intf_gtk.h
-
-  * Changed documentation and package creation files.
-
-   o added versioned conflicts/replaces to vlc-gtk (Closes Debian bug #88796)
-   o removed useless or outdated documentation from doc/*
-   o moved vlc.1 manpage from debian/vlc.1 to doc/vlc.1
-
-  * Added basic Qt interface.
-
-   o working features: slide bar, open file, toolbar, popup menu
-   o added "qvlc" alias, equivalent to "vlc -I qt"
-   o known issues : no "open disc" or "open network" menus yet
-                    the IntfWindow class is never cleaned on destruction
-                    the popup menu always pop at the middle of the screen
-
-  * Misc fixes/updates.
-
-   o renamed netutils.h functions from input_* to network_*
-   o renamed *plst* files and functions to *playlist* (it was stupid
-     from me to name them "plst")
-   o made a few input error messages more meaningful
-   o added -I, -A and -V short flags, corresponding to --intf, --audio
-     and --video
-
-    I got a lot of conflicts on this commit, lart me if I forgot a
-  file or made old bugs reappear.
-
-------------------------------------------------------------------------
-r759 | stef | 2001-03-15 17:29:47 +0100 (Thu, 15 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gnome/intf_gnome.c
-
-Maybe solved the jump-at-will bug after random seek.
-
-------------------------------------------------------------------------
-r760 | massiot | 2001-03-16 23:37:06 +0100 (Fri, 16 Mar 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/config.guess
-   M /trunk/config.sub
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/modules_core.h
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/src/interface/intf_urldecode.c
-
-* Borrowed config.guess and config.sub from SDL [MacOS X port] ;
-* Changed files so that the MacOS X port compiles & runs [MacOS X port] ;
-* If SDL/GTK/DSP is not available, don't compile the associated module.
-
-------------------------------------------------------------------------
-r761 | richards | 2001-03-17 20:33:22 +0100 (Sat, 17 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.h
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Some rather boring changes to keep the CVS tree up to date with my (working) build
-
-------------------------------------------------------------------------
-r762 | stef | 2001-03-17 23:52:00 +0100 (Sat, 17 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
--Added dsp plugin compilation (/dev/dsp is not a regular file :))
-
-------------------------------------------------------------------------
-r763 | sam | 2001-03-18 01:01:13 +0100 (Sun, 18 Mar 2001) | 5 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/modules_inner.h
-   A /trunk/plugins/darwin
-   A /trunk/plugins/darwin/aout_darwin.c
-   A /trunk/plugins/darwin/darwin.c
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/intf_gtk.glade
-   A /trunk/plugins/macosx
-   A /trunk/plugins/macosx/intf_macosx.c
-   A /trunk/plugins/macosx/macosx.c
-   A /trunk/plugins/macosx/vout_macosx.c
-   M /trunk/plugins/qt/intf_qt.cpp
-
-
-  * Function prototypes for the forthcoming Darwin and MacOS X port.
-  * Gtk+ interface: fixed a precision issue in the scale.
-  * Qt interface: somebody pop up us the menu!!
-
-------------------------------------------------------------------------
-r764 | sam | 2001-03-18 01:15:20 +0100 (Sun, 18 Mar 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/macosx/macosx.c
-
-
-  * Forgot to remove a prototype when creating skeleton plugin.
-
-------------------------------------------------------------------------
-r765 | henri | 2001-03-18 19:48:27 +0100 (Sun, 18 Mar 2001) | 8 lines
-Changed paths:
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/plugins/mpeg/input_ts.h
-
-
-- Changed read method : we now use select, so we are now able to quit
-even if no packet has benn receivced.
-- Put more exmplicit error messages
-
-I noticed that now I have "Seeking to position ...." messages even with
-network input. If someone can do a quick fix, thanks about it.
-
-------------------------------------------------------------------------
-r766 | henri | 2001-03-18 21:46:16 +0100 (Sun, 18 Mar 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/mpeg/input_ts.c
-
-
-Replaced ( a < b/c ) by ( a*c < b ).
-
-------------------------------------------------------------------------
-r767 | sam | 2001-03-19 06:08:00 +0100 (Mon, 19 Mar 2001) | 3 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/src/interface/main.c
-
-
-  * Fixed Debian sparc build for real (Closes: Debian bug #89285).
-
-------------------------------------------------------------------------
-r768 | sam | 2001-03-19 14:26:59 +0100 (Mon, 19 Mar 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/input.h
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/netutils.c
-
-
-  * vlc core compiles under QNX RTOS. Now if anyone feels like tidying
-  it and writing output and interface plugins...
-
-------------------------------------------------------------------------
-r769 | henri | 2001-03-19 23:16:31 +0100 (Mon, 19 Mar 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/mpeg/input_ts.c
-
-
-Added a #include that prevented when compiling on redhat.
-
-------------------------------------------------------------------------
-r770 | sam | 2001-03-20 05:44:06 +0100 (Tue, 20 Mar 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/audio_output.h
-   M /trunk/include/modules.h
-   A /trunk/src/audio_output/aout_common.h
-   A /trunk/src/audio_output/aout_fifo.c
-   A /trunk/src/audio_output/aout_s16.c
-   A /trunk/src/audio_output/aout_s8.c
-   A /trunk/src/audio_output/aout_u16.c
-   A /trunk/src/audio_output/aout_u8.c
-   M /trunk/src/audio_output/audio_output.c
-
-
-  * Split audio output into several separate files to make it easier
-  to debug. Removed a few redundancies as well.
-
-------------------------------------------------------------------------
-r771 | massiot | 2001-03-20 18:36:04 +0100 (Tue, 20 Mar 2001) | 6 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/include/rsc_files.h
-   M /trunk/plugins/darwin/aout_darwin.c
-   M /trunk/plugins/darwin/darwin.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/misc/rsc_files.c
-
-* Support for Darwin CoreAudio, courtesy of Colin Delacroix [MacOS X port] ;
-* Added warnings for ac3 mantissa (we still have problems with AC3 on
-MacOS X) ;
-* Renamed WriteResource to avoid a namespace clash with Darwin's
-WriteResource.
-
-------------------------------------------------------------------------
-r772 | massiot | 2001-03-20 20:36:59 +0100 (Tue, 20 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-* Compile Darwin module by default on Darwin system. [MacOS X port]
-
-------------------------------------------------------------------------
-r773 | massiot | 2001-03-20 21:09:37 +0100 (Tue, 20 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-   A /trunk/plugins/idct/idctaltivec.c
-   A /trunk/plugins/idct/idctaltivec.h
-
-* Added IDCT Altivec optimization [MacOS X port]. Untested, not compiled.
-
-------------------------------------------------------------------------
-r774 | massiot | 2001-03-20 21:20:34 +0100 (Tue, 20 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-
-* Fixed Makefile for normal people :p
-
-------------------------------------------------------------------------
-r775 | massiot | 2001-03-20 21:40:07 +0100 (Tue, 20 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-
-* Use $QTDIR for the qt module ;
-
-------------------------------------------------------------------------
-r776 | massiot | 2001-03-20 21:54:44 +0100 (Tue, 20 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/tests.h
-
-* Compile Altivec modules on Darwin. [MacOS X port]
-
-------------------------------------------------------------------------
-r777 | sam | 2001-03-20 22:42:41 +0100 (Tue, 20 Mar 2001) | 19 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/plugins/sdl/vout_sdl.c
-
-
-   * SDL fixes and enhancements by Shane Harper <shanegh@optusnet.com.au>
-
-   Shane, I removed the static variables from your code because static
-   is not thread-safe, and one can imagine having several video output
-   windows launched at the same time. Also, I made your feature work
-   in windowed mode as well, because people kept asking how to hide the
-   mouse pointer.
-
-   Also, if you want to work on the XVideo extension, you are welcome ;
-   most of us are quite busy at the moment. Damien Lucas <nitrox@via.ecp.fr>
-   had offered to work on it, but he seems to be a bit lost, so you may
-   want to take over his job.
-
-   As for the "zoom" feature, I suggest you wait until version 4 of the
-   video output is done, it'll be easier to do then.
-
-Regards,
-
-------------------------------------------------------------------------
-r778 | sam | 2001-03-21 00:18:38 +0100 (Wed, 21 Mar 2001) | 3 lines
-Changed paths:
-   M /trunk/include/tests.h
-   M /trunk/src/interface/main.c
-
-
-   * Altivec instructions autodetection.
-
-------------------------------------------------------------------------
-r779 | sam | 2001-03-21 03:58:29 +0100 (Wed, 21 Mar 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/plugins/idct/idctaltivec.c
-
-
-  * Fixed a typo in the Altivec iDCT module declaration.
-  * Made a few enhancements to the Makefile.
-
-------------------------------------------------------------------------
-r780 | sam | 2001-03-21 14:42:35 +0100 (Wed, 21 Mar 2001) | 7 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/audio_output.h
-   M /trunk/include/beos_specific.h
-   M /trunk/include/debug.h
-   M /trunk/include/int_types.h
-   M /trunk/include/interface.h
-   M /trunk/include/intf_msg.h
-   M /trunk/include/intf_playlist.h
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_core.h
-   M /trunk/include/modules_inner.h
-   M /trunk/include/mpeg_system.h
-   M /trunk/include/mtime.h
-   M /trunk/include/netutils.h
-   M /trunk/include/rsc_files.h
-   M /trunk/include/tests.h
-   M /trunk/include/threads.h
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/plugins/alsa/alsa.c
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/beos/Bitmaps.h
-   M /trunk/plugins/beos/DrawingTidbits.cpp
-   M /trunk/plugins/beos/DrawingTidbits.h
-   M /trunk/plugins/beos/InterfaceWindow.h
-   M /trunk/plugins/beos/MsgVals.h
-   M /trunk/plugins/beos/TransportButton.cpp
-   M /trunk/plugins/beos/TransportButton.h
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/darwin/aout_darwin.c
-   M /trunk/plugins/darwin/darwin.c
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dsp/dsp.c
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/plugins/esd/esd.c
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/fb/vout_fb.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/ggi/vout_ggi.c
-   M /trunk/plugins/glide/glide.c
-   M /trunk/plugins/glide/vout_glide.c
-   M /trunk/plugins/gnome/gnome.c
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_callbacks.h
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/macosx/intf_macosx.c
-   M /trunk/plugins/macosx/macosx.c
-   M /trunk/plugins/macosx/vout_macosx.c
-   M /trunk/plugins/mga/mga.c
-   M /trunk/plugins/mga/vout_mga.c
-   M /trunk/plugins/mga/vout_mga.h
-   M /trunk/plugins/motion/motion.c
-   M /trunk/plugins/motion/motionmmx.c
-   M /trunk/plugins/motion/motionmmxext.c
-   M /trunk/plugins/mpeg/input_ps.h
-   M /trunk/plugins/mpeg/input_ts.h
-   M /trunk/plugins/mpeg/ps.c
-   M /trunk/plugins/mpeg/ts.c
-   M /trunk/plugins/null/null.c
-   M /trunk/plugins/qt/qt.cpp
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/text/intf_ncurses.c
-   M /trunk/plugins/text/ncurses.c
-   M /trunk/plugins/x11/x11.c
-   M /trunk/plugins/yuv/transforms_common.h
-   M /trunk/plugins/yuv/transforms_yuv.c
-   M /trunk/plugins/yuv/transforms_yuv.h
-   M /trunk/plugins/yuv/transforms_yuvmmx.c
-   M /trunk/plugins/yuv/transforms_yuvmmx.h
-   M /trunk/plugins/yuv/video_common.h
-   M /trunk/plugins/yuv/video_yuv.c
-   M /trunk/plugins/yuv/video_yuvmmx.c
-   M /trunk/plugins/yuv/yuv.c
-   M /trunk/plugins/yuv/yuvmmx.c
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   M /trunk/src/ac3_decoder/ac3_bit_stream.h
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_decoder.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.h
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_downmix.h
-   M /trunk/src/ac3_decoder/ac3_downmix_c.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   M /trunk/src/ac3_decoder/ac3_internal.h
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   M /trunk/src/ac3_decoder/ac3_rematrix.c
-   M /trunk/src/audio_decoder/adec_generic.c
-   M /trunk/src/audio_decoder/adec_generic.h
-   M /trunk/src/audio_decoder/adec_layer1.c
-   M /trunk/src/audio_decoder/adec_layer1.h
-   M /trunk/src/audio_decoder/adec_layer2.c
-   M /trunk/src/audio_decoder/adec_layer2.h
-   M /trunk/src/audio_decoder/adec_math.c
-   M /trunk/src/audio_decoder/adec_math.h
-   M /trunk/src/audio_decoder/adec_test.c
-   M /trunk/src/audio_decoder/audio_decoder.h
-   M /trunk/src/audio_output/aout_common.h
-   M /trunk/src/audio_output/aout_fifo.c
-   M /trunk/src/audio_output/aout_s16.c
-   M /trunk/src/audio_output/aout_s8.c
-   M /trunk/src/audio_output/aout_u16.c
-   M /trunk/src/audio_output/aout_u8.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/generic_decoder/generic_decoder.c
-   M /trunk/src/generic_decoder/generic_decoder.h
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_channels.c
-   M /trunk/src/interface/intf_channels.h
-   M /trunk/src/interface/intf_cmd.c
-   M /trunk/src/interface/intf_cmd.h
-   M /trunk/src/interface/intf_console.c
-   M /trunk/src/interface/intf_console.h
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/intf_ctrl.h
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/intf_playlist.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder.h
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.h
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/rsc_files.c
-   M /trunk/src/misc/tests.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/spu_decoder/spu_decoder.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_spu.c
-   M /trunk/src/video_output/video_spu.h
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_text.h
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/src/video_output/video_yuv.h
-
-
-  * Header cleaning: filled all empty authors fields, added CVS $Id stuff.
-  * Fixes to aout_darwin.c by Colin Delacroix <colin@zoy.org>.
-  * Fixes to configure.in, Makefile.in and main.c (Altivec detection)
-    by Eugenio Jarosiewicz <ej0@cise.ufl.edu>.
-  * Added Colin and Eugenio to the AUTHORS file.
-
-------------------------------------------------------------------------
-r781 | stef | 2001-03-22 02:23:03 +0100 (Thu, 22 Mar 2001) | 14 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_netlist.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/src/video_parser/video_parser.c
-
--Added a SYNCHRO_START in DVDRead for each cell change to fix
-multi-angle streams
-
--Changed seek function to prevent jump-at-will and to remove two bugs in
-sector computing.
-
--Initialize some values in netlist (payload_discard wasn't which caused
-frame dropping)
-
--Come back of multi-sector read which should make reading faster
-
-Now, theyre should be very few reading error, and we have got back the
-performance we had before my netlist polioting :p
-
-------------------------------------------------------------------------
-r782 | richards | 2001-03-25 19:09:14 +0200 (Sun, 25 Mar 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.h
-   M /trunk/plugins/beos/MsgVals.h
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/src/misc/beos_specific.cpp
-
-Language & Inteface support for BeOS interface
-
-------------------------------------------------------------------------
-r783 | sam | 2001-03-26 21:06:18 +0200 (Mon, 26 Mar 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/plugins/idct/idctaltivec.c
-
-
-  - fixed SDL compilation, thanks to Colin.
-  - disabled Altivec iDCT until it works.
-
-------------------------------------------------------------------------
-r784 | sam | 2001-04-01 08:21:44 +0200 (Sun, 01 Apr 2001) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/x11/vout_x11.c
-   A /trunk/plugins/x11/vout_xvideo.c
-   A /trunk/plugins/x11/xvideo.c
-
-
-  * XVideo plugin courtesy of Shane Harper <shanegh@optusnet.com.au>
-  * Makefile.in and configure.in fixes by Nilmoni Deb <ndeb@ece.cmu.edu>
-  * A few syntax fixes in the plain X11 plugin
-
-------------------------------------------------------------------------
-r785 | sam | 2001-04-01 08:42:05 +0200 (Sun, 01 Apr 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/x11/vout_xvideo.c
-
-
-  * fixed a typo
-
-------------------------------------------------------------------------
-r786 | stef | 2001-04-01 09:31:38 +0200 (Sun, 01 Apr 2001) | 8 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   M /trunk/plugins/dvd/dvd_netlist.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.h
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-
--Various bug fixes in dvd_netlist. Some bugs seem to remain though.
--New function input_ToggleES for interaction with interface.
--Changes in gnome interface : navigation menus are now splited, there
-are radio item in menus and the code should be better.
--First step for dvd_ifo rewritting. Now allocation/disallocation is
-being done as it has to be.
--Fixed a bug in title management that make dvd like Seven work.
-
-------------------------------------------------------------------------
-r787 | richards | 2001-04-03 00:40:07 +0200 (Tue, 03 Apr 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/beos/vout_beos.cpp
-
-vout_beos now uses double buffering for YCbCr overlay.
-This (for some reason) improves audio/video sync
-
-------------------------------------------------------------------------
-r788 | sam | 2001-04-03 01:30:41 +0200 (Tue, 03 Apr 2001) | 16 lines
-Changed paths:
-   M /trunk/INSTALL
-   M /trunk/Makefile.in
-   A /trunk/extras
-   A /trunk/extras/MacOSX_dvdioctl
-   A /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
-   A /trunk/extras/MacOSX_dvdioctl/DVDioctl.h
-   A /trunk/extras/MacOSX_dvdioctl/DVDioctl.pbproj
-   A /trunk/extras/MacOSX_dvdioctl/DVDioctl.pbproj/project.pbxproj
-   A /trunk/extras/MacOSX_dvdioctl/English.lproj
-   A /trunk/extras/MacOSX_dvdioctl/English.lproj/InfoPlist.strings
-   M /trunk/include/config.h.in
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_css.h
-   M /trunk/plugins/dvd/dvd_ioctl.c
-   M /trunk/plugins/dvd/dvd_ioctl.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
-
-
- * fixes for the Qt plugin compilation under Debian
-
- * heavy butchering in the CSS and DVD ioctl code to put all architecture-
-   dependent code in dvd_ioctl.c
-
- * added almost fully-functional /dev/dvd driver for MacOS X in
-   extras/DVDioctl; to build it:
-
-    % cd extras/DVDioctl
-    % pbxbuild
-    % kextload build/DVDioctl.kext # note: kextload has to be run as root
-
-   be aware that the license for the DVDioctl kernel extension is
-   not GPL but APSL, because I borrowed some code from the Darwin kernel.
-
-------------------------------------------------------------------------
-r789 | stef | 2001-04-03 05:39:41 +0200 (Tue, 03 Apr 2001) | 13 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_callbacks.h
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/plugins/gnome/intf_gnome.h
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_programs.c
-
--Fall back to one-packet-once reading in dvd input since multi-block
-seems to have a bug that make the vlc crash on title/audio/spu change. I
-hope that this bug will be fixed soon for the performance is poorer now
-
--add-ons and changes in gnome interface:
-        *menu subdivision is done only if there are over 20 items,
-        *in DVD mode next/prev apply to title,
-        *in DVD mode, added a box with button to navigate through
-         chapters.
-This has not been finished yet (and it is not in gtk plugin then). And I
-think I will leave toolbar next/prev buttons for playlist and add
-button specifically for title change like for chapters.*
-
-------------------------------------------------------------------------
-r790 | sam | 2001-04-04 04:49:18 +0200 (Wed, 04 Apr 2001) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
-   M /trunk/extras/MacOSX_dvdioctl/DVDioctl.h
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   M /trunk/plugins/dvd/dvd_ioctl.c
-   M /trunk/plugins/dvd/dvd_ioctl.h
-
-
-  * additional enhancements to the OS X DVD ioctl module
-  * big cleaning of the BeOS DVD ioctl code, got rid of all Linuxisms
-
-------------------------------------------------------------------------
-r791 | sam | 2001-04-04 18:33:07 +0200 (Wed, 04 Apr 2001) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
-   M /trunk/plugins/dvd/dvd_ioctl.c
-   M /trunk/plugins/x11/vout_xvideo.c
-
-
-  * compilation fixes for the BeOS DVD ioctls
-  * XVideo plugin enhancements by Shane Harper <shanegh@optusnet.com.au>
-
-------------------------------------------------------------------------
-r792 | sam | 2001-04-05 05:50:38 +0200 (Thu, 05 Apr 2001) | 9 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/doc/vlc.1
-   A /trunk/extras/GNUgetopt
-   A /trunk/extras/GNUgetopt/getopt.c
-   A /trunk/extras/GNUgetopt/getopt.h
-   A /trunk/extras/GNUgetopt/getopt1.c
-   A /trunk/extras/MacOSX_dvdioctl/.cvsignore
-   M /trunk/include/config.h.in
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/darwin/aout_darwin.c
-   M /trunk/src/interface/main.c
-
-
-  * added the GNU getopt library, which gets compiled in when getopt_long
-    isn't available on the desired platform.
-  * replaced the `--warning' flag with the standard cumulative `-v' flag.
-    `-v' is like `--warning 3', and `-vvvv' is like `--warning 0'
-    (`--warning' is still valid for those used to it)
-  * cleaning in configure.in and Makefile.in, the Solaris port now
-    builds and runs properly.
-
-------------------------------------------------------------------------
-r793 | asmax | 2001-04-05 16:00:28 +0200 (Thu, 05 Apr 2001) | 7 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ps.h
-   M /trunk/src/input/mpeg_system.c
-
-
-
-Added a new packet allocation method that punish one's mother in PS input.
-I hope there won't be too many segfaults because of it ;)
-A few parameters must be adjusted to optimize this method; I'll do it later
-because Proba Stat sucks ;)
-
-------------------------------------------------------------------------
-r794 | asmax | 2001-04-05 18:37:15 +0200 (Thu, 05 Apr 2001) | 5 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ps.h
-
-
-
-switched back to the old packet allocation method for PS input, because
-Sam does not want the new one ;)
-
-------------------------------------------------------------------------
-r795 | sam | 2001-04-06 11:15:48 +0200 (Fri, 06 Apr 2001) | 7 lines
-Changed paths:
-   A /trunk/extras/GNUgetopt/COPYING
-   A /trunk/extras/MacOSX_dvdioctl/COPYING
-   M /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
-   A /trunk/extras/MacOSX_dvdioctl/README
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ioctl.c
-   M /trunk/plugins/dvd/dvd_netlist.c
-   M /trunk/plugins/ggi/vout_ggi.c
-   M /trunk/plugins/idct/idct_common.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_downmix_c.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   M /trunk/src/audio_decoder/adec_generic.c
-   M /trunk/src/audio_decoder/adec_layer1.c
-   M /trunk/src/audio_decoder/adec_layer2.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/intf_urldecode.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
-   M /trunk/src/misc/tests.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_output/video_spu.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-
-  * Code cleanup: removed a few tabulations.
-  * Fixed inline asm routines to remove all read/write operands.
-  * Added <string.h> to most files to prevent warnings under FreeBSD.
-  * Added "break;" after "default:" in case switches to prevent
-    warnings when compiling with GCC 3.0pre.
-
-------------------------------------------------------------------------
-r796 | massiot | 2001-04-06 20:18:10 +0200 (Fri, 06 Apr 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/extras/MacOSX_app
-   A /trunk/extras/MacOSX_app/Contents
-   A /trunk/extras/MacOSX_app/Contents/Info.plist
-   A /trunk/extras/MacOSX_app/Contents/PkgInfo
-   D /trunk/plugins/darwin/aout_darwin.c
-   M /trunk/plugins/darwin/darwin.c
-   A /trunk/plugins/macosx/aout_macosx.c
-   M /trunk/plugins/macosx/intf_macosx.c
-   M /trunk/plugins/macosx/macosx.c
-   M /trunk/plugins/macosx/vout_macosx.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/video_output/video_text.c
-
-* Sync MOSX dev/CVS tree : code support for MacOS X audio, video and
-interface (courtesy of Eugenio Jarosiewicz & Colin Delacroix) ;
-* Bumped up version number to 0.2.70.
-
-------------------------------------------------------------------------
-r797 | sam | 2001-04-07 06:17:49 +0200 (Sat, 07 Apr 2001) | 3 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/changelog-css
-   M /trunk/vlc.spec
-
-
-   * Updated version information in RedHat and Debian package control files.
-
-------------------------------------------------------------------------
-r798 | ej | 2001-04-07 06:59:52 +0200 (Sat, 07 Apr 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/macosx/intf_macosx.c
-   M /trunk/plugins/macosx/vout_macosx.c
-
-Cleaning code and a small fix to make quit work on OSX
-
-------------------------------------------------------------------------
-r799 | massiot | 2001-04-07 18:21:13 +0200 (Sat, 07 Apr 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-
-Added a missing file for MacOS X port.
-
-------------------------------------------------------------------------
-r800 | massiot | 2001-04-07 18:35:05 +0200 (Sat, 07 Apr 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-Disable x11 plugin if X11 headers are not found.
-
-------------------------------------------------------------------------
-r801 | massiot | 2001-04-08 01:23:50 +0200 (Sun, 08 Apr 2001) | 3 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-Removed --enable-mmx (enabled by default under x86) and changed a few
-things.
-
-------------------------------------------------------------------------
-r802 | sam | 2001-04-08 06:17:30 +0200 (Sun, 08 Apr 2001) | 5 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.in
-   M /trunk/TODO
-   M /trunk/vlc.spec
-
-
-  * Updated ChangeLog and TODO list.
-  * Added TODO to the .spec file.
-  * Fixed Makefile.in so that `make snapshot' takes extras/* in account.
-
-------------------------------------------------------------------------
-r803 | stef | 2001-04-08 09:24:47 +0200 (Sun, 08 Apr 2001) | 4 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_callbacks.h
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/plugins/gnome/intf_gnome.h
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/intf_playlist.c
-
--changes in gnome interface
-
--bugfix in input dvd
-
-------------------------------------------------------------------------
-r804 | stef | 2001-04-08 09:45:03 +0200 (Sun, 08 Apr 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/gnome/gnome_callbacks.c
-
--fixed little poliotage
-
-------------------------------------------------------------------------
-r805 | stef | 2001-04-08 11:04:33 +0200 (Sun, 08 Apr 2001) | 5 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_ioctl.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/src/input/input.c
-
--fixed css authentication under linux since it has been broken for a few
-days: we have to initialize agid of authinfo struct.
-
--fixed a segfault on exit when DVDInit fails
-
-------------------------------------------------------------------------
-r806 | octplane | 2001-04-08 15:09:32 +0200 (Sun, 08 Apr 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-
-Corrected playlist update on file opening.
-
-------------------------------------------------------------------------
-r807 | octplane | 2001-04-08 15:11:45 +0200 (Sun, 08 Apr 2001) | 2 lines
-Changed paths:
-   A /trunk/plugins/gtk/gtk_playlist.h
-
-Forgot one small thing :P
-
-------------------------------------------------------------------------
-r808 | sam | 2001-04-08 18:57:47 +0200 (Sun, 08 Apr 2001) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/README
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-   M /trunk/plugins/x11/vout_xvideo.c
-
-
-   * XVideo window now has a black background, thanks to Shane Harper.
-   * Fixed a heap corruption in dvd_css.c.
-
-------------------------------------------------------------------------
-r809 | stef | 2001-04-09 06:15:30 +0200 (Mon, 09 Apr 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/intf_beos.cpp
-
--Fixed a compilation issue due to a change in an interface structure
-
-------------------------------------------------------------------------
-r810 | stef | 2001-04-10 19:47:05 +0200 (Tue, 10 Apr 2001) | 4 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_programs.c
-
--Fixed the lock segfault bug with some compilers
-
--Quick kludge in ifo to avoid a bug with optims. The real fix is coming.
-
-------------------------------------------------------------------------
-r811 | henri | 2001-04-11 04:01:24 +0200 (Wed, 11 Apr 2001) | 9 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/config.h.in
-   M /trunk/include/main.h
-   M /trunk/include/netutils.h
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_ctrl.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/netutils.c
-
-
-- Ported the 0.2.0's channel changing functions
-- Cosmetic changes : the word 'vlan' is disappearing
-- network_ChannelJoin is still commented out as it's not in sync anymore
-  with our channel server. Nitrox should fix this within a week.
-- X and Xv output : added autohide cursor as in SDL
-- X and Sv : keys 1 to 0 change channel
-- SDL : keys F1 to F10 change channel as I was not able to make 1..0 work
-
-------------------------------------------------------------------------
-r812 | sam | 2001-04-11 06:31:59 +0200 (Wed, 11 Apr 2001) | 9 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/config.h.in
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_css.h
-   M /trunk/plugins/dvd/dvd_ioctl.c
-   M /trunk/plugins/dvd/dvd_ioctl.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-   M /trunk/plugins/gtk/gtk_callbacks.c
-
-
-  * Fixed the whitespace/tab issues in the Makefile.
-  * Corrected an awful typo in the version name, I hope Lieutenant Commander
-    Arkady Grigorovich Ourumov will never set up us the bomb for that.
-  * Removed deprecated stuff from config.h.
-  * Disabled message queue by default.
-  * A few other changes in the CSS code, the BeOS issues should be fixed.
-  * Fixed a memory leak in gtk_callbacks.c (thanks to Dae).
-
-------------------------------------------------------------------------
-r813 | sam | 2001-04-11 06:46:18 +0200 (Wed, 11 Apr 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_ioctl.c
-
-
-  * Forgot a BeOS patch on previous commit.
-
-------------------------------------------------------------------------
-r814 | sam | 2001-04-11 14:52:10 +0200 (Wed, 11 Apr 2001) | 3 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/control
-   M /trunk/debian/control-css
-   A /trunk/debian/gnome-vlc.desktop
-   A /trunk/debian/gvlc.desktop
-   M /trunk/debian/rules
-   A /trunk/debian/vlc-gnome.menu
-   M /trunk/debian/vlc-gtk.menu
-   A /trunk/debian/vlc-qt.menu
-   A /trunk/debian/vlc.desktop
-   M /trunk/doc/vlc.1
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gtk/intf_gtk.c
-   A /trunk/share/gnome-vlc.png
-   A /trunk/share/gnome-vlc.xpm
-   M /trunk/share/gvlc.png
-   M /trunk/share/gvlc.xpm
-   A /trunk/share/kvlc.png
-   A /trunk/share/kvlc.xpm
-   A /trunk/share/qvlc.png
-   A /trunk/share/qvlc.xpm
-   A /trunk/share/vlc-icons.xcf
-   M /trunk/share/vlc.png
-   M /trunk/share/vlc.xpm
-
-
-  * Fixed icons location and Debian desktop menus.
-
-------------------------------------------------------------------------
-r815 | ej | 2001-04-11 15:30:30 +0200 (Wed, 11 Apr 2001) | 16 lines
-Changed paths:
-   M /trunk/Makefile.in
-   M /trunk/plugins/macosx/intf_macosx.c
-   A /trunk/plugins/macosx/macosx_common.h
-   M /trunk/plugins/macosx/vout_macosx.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/video_output/video_text.c
-
-Updated & cleaned up intf_macosx.c and vout_macosx.c - added Open menu
-function support and a no-frills About box
-
-Created macosx_common.h in plugins/macosx/ to hold , well, common stuff
-(the way I see it, there is inherently a difficult separation of intf and
-vout on Mac OS, if anyone has suggestions I'm open)
-
-Cleaned up debug spew I left in modules.c and video_text.c
-
-Hacked main.c to disregard argv[1] when compiled for OSX & run as a full
-app (ie., double clicked and not launched from command line)... read the
-file for more details.  UGLY.
-
-Updated Makefile.in to make vlc.app by default on Mac OS X & Darwin, added
-clean code for it as well
-
-------------------------------------------------------------------------
-r816 | ej | 2001-04-11 15:56:39 +0200 (Wed, 11 Apr 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile.in
-
-Fixed a dumb mistake in Makefile.in
-
-------------------------------------------------------------------------
-r817 | ej | 2001-04-11 16:10:49 +0200 (Wed, 11 Apr 2001) | 2 lines
-Changed paths:
-   M /trunk/src/interface/main.c
-
-Forgot a little thing...main.  Done for now I hope;-)
-
-------------------------------------------------------------------------
-r818 | sam | 2001-04-12 03:52:45 +0200 (Thu, 12 Apr 2001) | 8 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile.in
-   M /trunk/include/beos_specific.h
-   A /trunk/include/darwin_specific.h
-   M /trunk/share/gnome-vlc.png
-   M /trunk/share/gnome-vlc.xpm
-   M /trunk/share/gvlc.png
-   M /trunk/share/gvlc.xpm
-   M /trunk/share/kvlc.png
-   M /trunk/share/kvlc.xpm
-   M /trunk/share/qvlc.png
-   M /trunk/share/qvlc.xpm
-   M /trunk/share/vlc-icons.xcf
-   M /trunk/share/vlc.png
-   M /trunk/share/vlc.xpm
-   A /trunk/share/vlc_beos.rsrc
-   M /trunk/src/audio_decoder/adec_layer1.c
-   M /trunk/src/audio_decoder/adec_layer2.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/beos_specific.cpp
-   A /trunk/src/misc/darwin_specific.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/video_output/video_text.c
-
-
-  * BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>.
-  * Updated icons.
-  * Removed redefinition of NULL in src/audio_decoder/adec_layer?.c.
-  * Created darwin_specific.c to store the program path at boot time.
-    (XXX: check that it didn't break the OS X port)
-  * Fixed a warning in netutils.c.
-
-------------------------------------------------------------------------
-r819 | stef | 2001-04-12 04:40:09 +0200 (Thu, 12 Apr 2001) | 7 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_programs.c
-
--Fixed a bug in area management added in my last commit
-
--Change the way ifo are read ; I hope this fixes problems with some
-compilers
-
--Added error checks in dvd input
-
-------------------------------------------------------------------------
-r820 | stef | 2001-04-12 05:26:53 +0200 (Thu, 12 Apr 2001) | 3 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-
--added a field to p_input->stream to inform the interface of a stream
-change (useful in network mode)
-
-------------------------------------------------------------------------
-r821 | sam | 2001-04-12 10:24:30 +0200 (Thu, 12 Apr 2001) | 3 lines
-Changed paths:
-   M /trunk/src/misc/beos_specific.cpp
-
-
-  * Fixed a typo in yesterday's BeOS changes.
-
-------------------------------------------------------------------------
-r822 | tcastley | 2001-04-12 13:10:16 +0200 (Thu, 12 Apr 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/intf_beos.cpp
-
-Fixed menu problem in 0.2.7.0
-
-------------------------------------------------------------------------
-r823 | colin | 2001-04-12 19:57:12 +0200 (Thu, 12 Apr 2001) | 5 lines
-Changed paths:
-   M /trunk/Makefile.in
-   A /trunk/share/vlc.icns
-
-MacOS X
-make vlc.app now correctly updates vlc.app
-added an icon to the MacOS X vlc
-removed the build of the vlc app from the install target
-
-------------------------------------------------------------------------
-r824 | henri | 2001-04-13 03:49:22 +0200 (Fri, 13 Apr 2001) | 12 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/src/input/mpeg_system.c
-
-
-TS input : only one audio & spu ES selected at a time
-Intf : ts streams in menu
-       fixed a typo
-
-There be certainly need for debug on the TS input as vls complains about
-wrong sized PES packets, and that many streams do not seem to work.
-
-btw, I forgot to mention in my last commit the function that nooone will
-ever use : "right button" key of 105 keys keybords support under X11,
-Xv, Sdl
-
-------------------------------------------------------------------------
-r825 | stef | 2001-04-13 07:36:12 +0200 (Fri, 13 Apr 2001) | 7 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/src/input/input_programs.c
-
-*Added udf fix by Billy Biggs
-
-*Added checks in dvd_ifo
-
-*Cleanings in gnome interface : the interface should be dependant on the
-input method.
-
-------------------------------------------------------------------------
-r826 | sam | 2001-04-13 08:20:23 +0200 (Fri, 13 Apr 2001) | 10 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/changelog-css
-   M /trunk/debian/rules
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/vlc.spec
-
-
-  * Updated version number to 0.2.71 (release today).
-
-  * Merged 6 months of CVS logs to the ChangeLog file.
-    The vlc changelog can now be viewed here:
-       http://www.videolan.org/vlc/changelog.html
-
-  * Fixed a lintian error in debian/rules.
-  * XVideo resize patch by Shane Harper <shanegh@optusnet.com.au>.
-
-------------------------------------------------------------------------
-r827 | sam | 2001-04-13 16:33:22 +0200 (Fri, 13 Apr 2001) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/src/misc/darwin_specific.c
-
-
-  * Fix for Darwin program path handling. I mistakenly assumed that the
-    program path was always absolute.
-
-------------------------------------------------------------------------
-r828 | sam | 2001-04-14 09:41:20 +0200 (Sat, 14 Apr 2001) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/darwin_specific.c
-
-
-  * Got rid of the sleep() hack in beos_specific.cpp
-  * Fixed a segfault when launched without argument under Darwin.
-
-------------------------------------------------------------------------
-r829 | sam | 2001-04-15 06:19:58 +0200 (Sun, 15 Apr 2001) | 29 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   A /trunk/Makefile
-   M /trunk/Makefile.dep
-   D /trunk/Makefile.in
-   A /trunk/Makefile.modules.in
-   A /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/rules
-   M /trunk/include/modules.h
-   A /trunk/include/modules_builtin.h.in
-   A /trunk/plugins/alsa/Makefile
-   A /trunk/plugins/beos/Makefile
-   M /trunk/plugins/beos/intf_beos.cpp
-   A /trunk/plugins/darwin/Makefile
-   A /trunk/plugins/dsp/Makefile
-   A /trunk/plugins/dummy/Makefile
-   A /trunk/plugins/dvd/Makefile
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvd/input_dvd.c
-   A /trunk/plugins/esd/Makefile
-   A /trunk/plugins/fb/Makefile
-   A /trunk/plugins/ggi/Makefile
-   A /trunk/plugins/glide/Makefile
-   A /trunk/plugins/gnome/Makefile
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   A /trunk/plugins/gtk/Makefile
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/intf_gtk.glade
-   A /trunk/plugins/idct/Makefile
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idct.h
-   M /trunk/plugins/idct/idct_common.c
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   A /trunk/plugins/macosx/Makefile
-   A /trunk/plugins/mga/Makefile
-   A /trunk/plugins/motion/Makefile
-   M /trunk/plugins/motion/motion.c
-   M /trunk/plugins/motion/motionmmx.c
-   M /trunk/plugins/motion/motionmmxext.c
-   M /trunk/plugins/motion/vdec_motion_common.c
-   A /trunk/plugins/mpeg/Makefile
-   A /trunk/plugins/null/Makefile
-   A /trunk/plugins/qt/Makefile
-   A /trunk/plugins/sdl/Makefile
-   A /trunk/plugins/text/Makefile
-   A /trunk/plugins/x11/Makefile
-   A /trunk/plugins/yuv/Makefile
-   M /trunk/plugins/yuv/transforms_yuv.c
-   M /trunk/plugins/yuv/transforms_yuvmmx.c
-   M /trunk/plugins/yuv/video_common.h
-   M /trunk/plugins/yuv/video_yuv.c
-   M /trunk/plugins/yuv/video_yuvmmx.c
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/modules.c
-
-
-  * Beginning of the built-in modules support.
-
-   A few words about the changes:
-
-  - heavy Makefile butchery has taken place, each plugin now has its own
-    Makefile. I know recursive make blablah harmful, but it was just so
-    much easier to do this way.
-
-  - Makefile.in has disappeared, we now generate Makefile.opts with
-    the overall configuration options, and Makefile.modules which is
-    specific to module compilation.
-
-  - After ./configure has been run you may want to modify Makefile.opts
-    to check which modules will be compiled built-in or as plugins.
-
-  - Some modules cannot be compiled built-in right now because proper
-    linkage doesn't work yet. We don't really care since they're the
-    interface or video output modules. The most important stuff works
-    (iDCT, motion, YUV, input).
-
-  - It's perfectly valid to compile a module both as built-in and as a
-    plugin. vlc will only load the built-in one, but I'll add an option
-    to ignore built-in modules for testing purposes.
-
-  - We *should* see a performance increase here. I didn't have much time
-    to test it, but if anyone can confirm and perhaps give a rough
-    estimate of how much we gain...
-
-------------------------------------------------------------------------
-r830 | sam | 2001-04-15 06:46:41 +0200 (Sun, 15 Apr 2001) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/Makefile.modules.in
-   M /trunk/plugins/alsa/Makefile
-   M /trunk/plugins/beos/Makefile
-   M /trunk/plugins/darwin/Makefile
-   M /trunk/plugins/dsp/Makefile
-   M /trunk/plugins/dummy/Makefile
-   M /trunk/plugins/dvd/Makefile
-   M /trunk/plugins/esd/Makefile
-   M /trunk/plugins/fb/Makefile
-   M /trunk/plugins/ggi/Makefile
-   M /trunk/plugins/glide/Makefile
-   M /trunk/plugins/gnome/Makefile
-   M /trunk/plugins/gtk/Makefile
-   M /trunk/plugins/idct/Makefile
-   M /trunk/plugins/macosx/Makefile
-   M /trunk/plugins/mga/Makefile
-   M /trunk/plugins/motion/Makefile
-   M /trunk/plugins/mpeg/Makefile
-   M /trunk/plugins/null/Makefile
-   M /trunk/plugins/qt/Makefile
-   M /trunk/plugins/sdl/Makefile
-   M /trunk/plugins/text/Makefile
-   M /trunk/plugins/x11/Makefile
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/plugins/yuv/Makefile
-
-
-  * A few Makefile fixes for BeOS
-  * XVideo patches by Shane Harper
-
-------------------------------------------------------------------------
-r831 | sam | 2001-04-15 12:54:46 +0200 (Sun, 15 Apr 2001) | 15 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/Makefile.modules.in
-   M /trunk/Makefile.opts.in
-   M /trunk/TODO
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/alsa/Makefile
-   M /trunk/plugins/beos/Makefile
-   M /trunk/plugins/darwin/Makefile
-   M /trunk/plugins/esd/Makefile
-   M /trunk/plugins/gnome/Makefile
-   M /trunk/plugins/gtk/Makefile
-   M /trunk/plugins/idct/Makefile
-   M /trunk/plugins/macosx/Makefile
-   M /trunk/plugins/motion/Makefile
-   M /trunk/plugins/mpeg/Makefile
-   M /trunk/plugins/qt/Makefile
-   M /trunk/plugins/qt/intf_qt.cpp
-   M /trunk/plugins/sdl/Makefile
-   M /trunk/plugins/text/Makefile
-   M /trunk/plugins/x11/Makefile
-   M /trunk/plugins/yuv/Makefile
-   M /trunk/src/misc/modules.c
-
-
-  * Updated TODO list with Henri's Apr 6th post.
-  * Built-in modules support almost finished.
-
-    Now you can compile any module within vlc, even the Gnome, Qt, SDL
-  and GGI modules at the same time, resulting in an awful extra fat
-  vlc binary with gazillons of library dependecies.
-
-    The only exception is that the Gnome and Gtk+ modules can't be
-  compiled together into vlc. But you can have one compiled built-in
-  and the other as a plugin.
-
-    Another consequence is that libdl should no longer be needed under
-  MacOS X. I'll check this as soon as possible.
-
-------------------------------------------------------------------------
-r832 | sam | 2001-04-15 17:11:44 +0200 (Sun, 15 Apr 2001) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/rules
-
-
-  * All Debian packages are now lintian-clean.
-  * Fixed XVideo plugin linking.
-
-------------------------------------------------------------------------
-r833 | stef | 2001-04-15 17:32:48 +0200 (Sun, 15 Apr 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_ifo.c
-
--Maybe fixed the "cell not found" bug. I can't test it because I don't
-have a dvd drive here, but it should work now.
-
-------------------------------------------------------------------------
-r834 | stef | 2001-04-15 23:17:50 +0200 (Sun, 15 Apr 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/input_dvd.c
-
--I hope I have fixed the ifo bug lastly !
-
-------------------------------------------------------------------------
-r835 | sam | 2001-04-16 09:40:11 +0200 (Mon, 16 Apr 2001) | 5 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/ChangeLog
-   M /trunk/INSTALL
-   M /trunk/Makefile
-   A /trunk/Makefile.common
-   M /trunk/Makefile.dep
-   M /trunk/Makefile.opts.in
-   M /trunk/include/.cvsignore
-   A /trunk/plugins/alsa/.cvsignore
-   M /trunk/plugins/alsa/Makefile
-   A /trunk/plugins/beos/.cvsignore
-   M /trunk/plugins/beos/Makefile
-   A /trunk/plugins/darwin/.cvsignore
-   M /trunk/plugins/darwin/Makefile
-   A /trunk/plugins/dsp/.cvsignore
-   M /trunk/plugins/dsp/Makefile
-   A /trunk/plugins/dummy/.cvsignore
-   M /trunk/plugins/dummy/Makefile
-   A /trunk/plugins/dvd/.cvsignore
-   M /trunk/plugins/dvd/Makefile
-   A /trunk/plugins/esd/.cvsignore
-   M /trunk/plugins/esd/Makefile
-   A /trunk/plugins/fb/.cvsignore
-   M /trunk/plugins/fb/Makefile
-   A /trunk/plugins/ggi/.cvsignore
-   M /trunk/plugins/ggi/Makefile
-   A /trunk/plugins/glide/.cvsignore
-   M /trunk/plugins/glide/Makefile
-   M /trunk/plugins/gnome/.cvsignore
-   M /trunk/plugins/gnome/Makefile
-   M /trunk/plugins/gtk/.cvsignore
-   M /trunk/plugins/gtk/Makefile
-   A /trunk/plugins/idct/.cvsignore
-   M /trunk/plugins/idct/Makefile
-   A /trunk/plugins/macosx/.cvsignore
-   M /trunk/plugins/macosx/Makefile
-   A /trunk/plugins/mga/.cvsignore
-   M /trunk/plugins/mga/Makefile
-   A /trunk/plugins/motion/.cvsignore
-   M /trunk/plugins/motion/Makefile
-   A /trunk/plugins/mpeg/.cvsignore
-   M /trunk/plugins/mpeg/Makefile
-   A /trunk/plugins/null/.cvsignore
-   M /trunk/plugins/null/Makefile
-   M /trunk/plugins/qt/.cvsignore
-   M /trunk/plugins/qt/Makefile
-   M /trunk/plugins/qt/intf_qt.cpp
-   A /trunk/plugins/sdl/.cvsignore
-   M /trunk/plugins/sdl/Makefile
-   A /trunk/plugins/text/.cvsignore
-   M /trunk/plugins/text/Makefile
-   A /trunk/plugins/x11/.cvsignore
-   M /trunk/plugins/x11/Makefile
-   A /trunk/plugins/yuv/.cvsignore
-   M /trunk/plugins/yuv/Makefile
-   M /trunk/src/misc/modules.c
-
-
-  * Added .cvsignore files in the plugins directories.
-  * Additional Makefile cleaning for built-in modules.
-  * Fixed Makefile for Solaris target.
-
-------------------------------------------------------------------------
-r836 | asmax | 2001-04-16 14:34:28 +0200 (Mon, 16 Apr 2001) | 10 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ps.h
-
-
-
-Re-added the new packet allocation method in PS input, using packet caches.
-With warning level 1, you can see when a packet is allocated or freed; the
-goal is to never call 'malloc' nor 'free', except at the beginning of the
-stream.
-The size of the different caches can be adjusted in plugins/mpeg/input_ps.h.
-If 'free' is called too often, it means that a cache is too small, so try
-to increase its size.
-
-------------------------------------------------------------------------
-r837 | sam | 2001-04-16 15:00:55 +0200 (Mon, 16 Apr 2001) | 5 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   D /trunk/Makefile.common
-   A /trunk/Makefile.modules
-   D /trunk/Makefile.modules.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/changelog-css
-   M /trunk/plugins/alsa/Makefile
-   M /trunk/plugins/beos/Makefile
-   M /trunk/plugins/darwin/Makefile
-   M /trunk/plugins/dsp/Makefile
-   M /trunk/plugins/dummy/Makefile
-   M /trunk/plugins/dvd/Makefile
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/esd/Makefile
-   M /trunk/plugins/fb/Makefile
-   M /trunk/plugins/ggi/Makefile
-   M /trunk/plugins/glide/Makefile
-   M /trunk/plugins/gnome/Makefile
-   M /trunk/plugins/gtk/Makefile
-   M /trunk/plugins/idct/Makefile
-   M /trunk/plugins/macosx/Makefile
-   M /trunk/plugins/mga/Makefile
-   M /trunk/plugins/motion/Makefile
-   M /trunk/plugins/mpeg/Makefile
-   M /trunk/plugins/null/Makefile
-   M /trunk/plugins/qt/Makefile
-   M /trunk/plugins/sdl/Makefile
-   M /trunk/plugins/text/Makefile
-   M /trunk/plugins/x11/Makefile
-   M /trunk/plugins/yuv/Makefile
-   M /trunk/vlc.spec
-
-
-  * Merged Makefile.common and Makefile.modules.in into Makefile.modules
-  * Updated version number and ChangeLog to 0.2.72
-  * Additional plugin Makefile cleaning, probably the last.
-
-------------------------------------------------------------------------
-r838 | sam | 2001-04-16 15:32:55 +0200 (Mon, 16 Apr 2001) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-
-  * Fixed a typo in configure.in
-
-------------------------------------------------------------------------
-r839 | sam | 2001-04-17 16:39:51 +0200 (Tue, 17 Apr 2001) | 5 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
-
-
-   OS X fixes:
-  * Fixed a compilation issue in the DVDioctl driver.
-  * Added a call to ranlib after a built-in module compilation.
-
-------------------------------------------------------------------------
-r840 | massiot | 2001-04-17 16:54:54 +0200 (Tue, 17 Apr 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
-Fixed optional PES size bug, courtesy of Steve Brown <sbrown@cortland.com>.
-
-------------------------------------------------------------------------
-r841 | colin | 2001-04-17 17:17:58 +0200 (Tue, 17 Apr 2001) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/extras/MacOSX_app/Contents/Info.plist
-
-fix MacOS X icon
-
-------------------------------------------------------------------------
-r842 | massiot | 2001-04-17 20:22:51 +0200 (Tue, 17 Apr 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/x11/vout_xvideo.c
-
-Removed a "1" from an intf_DbgMsg() (courtesy of Steve Brown
-<sbrown@cortland.com>)
-
-------------------------------------------------------------------------
-r843 | marcari | 2001-04-17 22:43:41 +0200 (Tue, 17 Apr 2001) | 2 lines
-Changed paths:
-   M /trunk/src/misc/netutils.c
-
-*** empty log message ***
-
-------------------------------------------------------------------------
-r844 | stef | 2001-04-20 07:40:03 +0200 (Fri, 20 Apr 2001) | 12 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/plugins/gnome/intf_gnome.h
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/src/interface/main.c
-
--corrected some bugs in gnome interface: language menu are now
-synchronized ; and menus have less chances to be changed when they're opened.
-
--added basic angle support ; this is a first try. It works with my 2
-test-DVDs, but I'd like that people having DVDs with repeated scenes to
-test it. We can choose angle with command line option -u (don't ask me
-why :)
-
--a cosmetic change in css decryption.
-
-Since config.h.in has changed, you have to re-run ./configure.
-
-------------------------------------------------------------------------
-r845 | sam | 2001-04-20 13:06:48 +0200 (Fri, 20 Apr 2001) | 6 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/TODO
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/modules_builtin.h.in
-   M /trunk/plugins/gtk/Makefile
-   M /trunk/plugins/x11/Makefile
-   M /trunk/src/misc/modules.c
-
-
-  * Fixed build process when no plugins or no builtins were chosen.
-  * Makefile changes to get around MacOS X's brain-damaged gcc.
-  * FreeBSD configure and Makefile patches, courtesy of Espen
-    Skoglund <esk@ira.uka.de>.
-
-------------------------------------------------------------------------
-r846 | reno | 2001-04-20 14:14:34 +0200 (Fri, 20 Apr 2001) | 5 lines
-Changed paths:
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   D /trunk/src/ac3_decoder/ac3_bit_stream.h
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_decoder.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.h
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_downmix_c.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   M /trunk/src/ac3_decoder/ac3_rematrix.c
-
-* Begin of the new ac3_decoder ;)
-  - New ac3_decoder_thread (we now use GetBits)
-
-Please warn me if you encounter some problem
-
-------------------------------------------------------------------------
-r847 | sam | 2001-04-20 17:02:48 +0200 (Fri, 20 Apr 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/mpeg/Makefile
-   A /trunk/plugins/mpeg/es.c
-   A /trunk/plugins/mpeg/input_es.c
-   A /trunk/plugins/mpeg/input_es.h
-
-
-  * Added prototypes for the Elementary Stream input module for Alexis.
-     it's compiled by default, to activate it: "vlc --input es <file.mpeg>"
-
-------------------------------------------------------------------------
-r848 | sam | 2001-04-21 02:31:07 +0200 (Sat, 21 Apr 2001) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/plugins/x11/vout_x11.c
-
-
-  * X11 fullscreen mode, courtesy of David Kennedy <dkennedy@tinytoad.com>
-
-------------------------------------------------------------------------
-r849 | sam | 2001-04-22 00:49:24 +0200 (Sun, 22 Apr 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/vout_xvideo.c
-
-
-  * XVideo fullscreen mode by David Kennedy <dkennedy@tinytoad.com>.
-
-------------------------------------------------------------------------
-r850 | stef | 2001-04-22 02:08:26 +0200 (Sun, 22 Apr 2001) | 6 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_callbacks.h
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/plugins/gnome/intf_gnome.h
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_programs.c
-
--better handling of angles: you should be able to change on the fly now
-
--removed ?\239?\191?\189 bug added at my last commit in css code; cleaned CSSGetKey
-
--various changes and bugfixes in the gnome interface.
-
-------------------------------------------------------------------------
-r851 | benny | 2001-04-25 08:56:47 +0200 (Wed, 25 Apr 2001) | 3 lines
-Changed paths:
-   M /trunk/src/interface/intf_msg.c
-
-Get rid of the asprintf that were slow and not available on Solaris. Didn't
-check if the new code still compiles everywhere, but it should.
-
-------------------------------------------------------------------------
-r852 | sam | 2001-04-25 11:31:14 +0200 (Wed, 25 Apr 2001) | 5 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/audio_output/aout_s16.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-
-
-  * Updated the TODO list.
-  * Fixed benny's latest C++ism.
-  * Fonts not found are no longer fatal to the video output.
-
-------------------------------------------------------------------------
-r853 | massiot | 2001-04-25 12:22:33 +0200 (Wed, 25 Apr 2001) | 5 lines
-Changed paths:
-   M /trunk/include/input.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/video_parser.c
-
-* Fixed an alignment issue with the bit stream and the bit stream
-callback on startup - InitBitstream prototype has changed ;
-* Removed a buffer zeroing in video output - doesn't change anything
-for me, does it for you ?
-
-------------------------------------------------------------------------
-r854 | massiot | 2001-04-25 22:54:07 +0200 (Wed, 25 Apr 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* Removed my optimization attempt.
-
-------------------------------------------------------------------------
-r855 | reno | 2001-04-26 02:12:19 +0200 (Thu, 26 Apr 2001) | 5 lines
-Changed paths:
-   M /trunk/src/ac3_decoder/ac3_decoder.h
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-
-* Follow of the new ac3_decoder ;)
-  - New ac3_mantissa (use of dithflag, new unpack)
-  - Correction of an introducing counting bug in ac3_parse
-    (i forget 2 bits in total_bits_read)
-
-------------------------------------------------------------------------
-r856 | sam | 2001-04-26 05:55:44 +0200 (Thu, 26 Apr 2001) | 5 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/input/input_clock.c
-
-
-  * Commited Shane's XVideo patches. It works here (tm).
-  * Fixed the XVideo aspect ratio (AR_SQUARE_PICTURE means square pixels,
-    not square image).
-
-------------------------------------------------------------------------
-r857 | sam | 2001-04-26 13:23:16 +0200 (Thu, 26 Apr 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   M /trunk/src/ac3_decoder/ac3_rematrix.c
-
-
-  * Fixed the ac3dec compilation under BeOS.
-  * Removed a useless #include in aout_sdl.c.
-
-------------------------------------------------------------------------
-r858 | sam | 2001-04-27 18:08:26 +0200 (Fri, 27 Apr 2001) | 11 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/TODO
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/doc/vlc.1
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/alsa/alsa.c
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/plugins/qt/intf_qt.cpp
-   M /trunk/plugins/text/Makefile
-   A /trunk/plugins/text/intf_rc.c
-   A /trunk/plugins/text/rc.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/misc/netutils.c
-
-
-  * Fixed the continuous 'seeking position' bug in network mode.
-  * rc interface plugin for vlc control through /dev/stdin courtesy
-    of Peter Surda <shurdeek@panorama.sth.ac.at>.
-  * Support for `ts://foo:42' style input source:
-     vlc ts://vls.via.ecp.fr:1234
-     vlc ts://vls.via.ecp.fr
-     vlc ts:vls
-     vlc ts:vls:4321
-    As a side effect, the Gnome and Gtk "network input" buttons work.
-
-------------------------------------------------------------------------
-r859 | henri | 2001-04-27 20:07:57 +0200 (Fri, 27 Apr 2001) | 9 lines
-Changed paths:
-   M /trunk/include/netutils.h
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/netutils.c
-
-
-Repaired broadcast support : binding INADDR_ANY doesn't seem to work.
-
-You now have to specify the broadcast address as an argument.
-Btw, thanks to sam, you can now use ts://server:port style, which gives
-for broadcast :
-
-vlc --broadcast broadcast_addr ts://server[:port]
-
-------------------------------------------------------------------------
-r860 | massiot | 2001-04-27 21:29:11 +0200 (Fri, 27 Apr 2001) | 6 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/config.h.in
-   M /trunk/include/intf_msg.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/misc/rsc_files.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-Change --enable-debug into --enable-trace. Same with DEBUG_*.
---enable-debug still exists, but only activates -g and additional
-safety checks.
-
-I hope I didn't break anything :))
-
-------------------------------------------------------------------------
-r861 | stef | 2001-04-28 01:29:14 +0200 (Sat, 28 Apr 2001) | 5 lines
-Changed paths:
-   M /trunk/plugins/mpeg/input_ps.c
-
--fixed a segfault added in last commit: initilisation of p_cache was
-done inside a #ifdef DEBUG
-
-It still segfaults for me on exit.
-
-------------------------------------------------------------------------
-r862 | henri | 2001-04-28 02:28:52 +0200 (Sat, 28 Apr 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   A /trunk/doc/vlc-howto.sgml
-
-
-Added a howto. Feel free to correct it. I'll put it on the website soon.
-
-------------------------------------------------------------------------
-r863 | sam | 2001-04-28 05:36:26 +0200 (Sat, 28 Apr 2001) | 10 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/GNUgetopt/getopt.c
-   M /trunk/include/common.h
-   M /trunk/include/config.h.in
-   M /trunk/include/defs.h.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/modules.h
-   M /trunk/include/threads.h
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/glide/glide.c
-   M /trunk/plugins/gnome/gnome.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/macosx/vout_macosx.c
-   M /trunk/plugins/mga/mga.c
-   M /trunk/plugins/mpeg/input_es.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/text/ncurses.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/x11.c
-   M /trunk/plugins/x11/xvideo.c
-   M /trunk/plugins/yuv/transforms_yuvmmx.h
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_channels.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-
-  * Coding style fixes here and there.
-  * Miscellaneous QNX compile fixes.
-  * Beginning of the mingw32 port by Gildas Bazin <gbazin@netcourrier.com>.
-  * Added Marcari and Gildas to the AUTHORS file.
-
-  (I commited the mingw32 port because it doesn't add any new code outside
-   the #ifdefs, but we won't tell a word about it for the moment. We don't
-   really need windows users whining about bugs, do we ?)
-
-------------------------------------------------------------------------
-r864 | sam | 2001-04-28 06:09:38 +0200 (Sat, 28 Apr 2001) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-
-  * Don't use the #@%&$! autoconf-suggested CFLAGS.
-
-------------------------------------------------------------------------
-r865 | sam | 2001-04-28 06:47:20 +0200 (Sat, 28 Apr 2001) | 5 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/src/audio_output/aout_s16.c
-
-
-  * Fixed a nonsense in configure.in preventing to build sdl.so.
-  * Removed a few stupid debug instructions in aout_s16.c that should
-    have never been commited. Sorry about that.
-
-------------------------------------------------------------------------
-r866 | henri | 2001-04-28 07:08:01 +0200 (Sat, 28 Apr 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/vlc.spec
-
-
-Updated files for 0.2.73 release
-
-------------------------------------------------------------------------
-r867 | sam | 2001-04-28 07:12:05 +0200 (Sat, 28 Apr 2001) | 3 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/changelog-css
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-
-  * Updated debian control files and disabled ALSA for this version.
-
-------------------------------------------------------------------------
-r868 | henri | 2001-04-29 01:19:19 +0200 (Sun, 29 Apr 2001) | 4 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_netlist.c
-
-
-- Fixed a bug in TS input. It should be more smooth now
-- Fixed the pace control. Meuuh, could you check ?
-
-------------------------------------------------------------------------
-r869 | stef | 2001-04-29 04:48:51 +0200 (Sun, 29 Apr 2001) | 10 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/audio_output.h
-   M /trunk/include/main.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   A /trunk/src/ac3_spdif
-   A /trunk/src/ac3_spdif/ac3_iec958.c
-   A /trunk/src/ac3_spdif/ac3_iec958.h
-   A /trunk/src/ac3_spdif/ac3_spdif.c
-   A /trunk/src/ac3_spdif/ac3_spdif.h
-   M /trunk/src/audio_output/aout_common.h
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/interface/main.c
-
--new audio output using direct ac3 pass-through with some sound
-cards: it sends raw ac3 frames to an external ac3 decoder. It is very
-experimental yet, hasn't any synchro ... but it works well with my
-sblive and my dtt3500 speakers (note that you need a patched emu10k1
-driver for this to work).
-
--bug fix in gnome intf thanks to Shane Harper.
-
--bug fix in input_dvd for chapter change.
-
-------------------------------------------------------------------------
-r870 | stef | 2001-04-29 04:55:36 +0200 (Sun, 29 Apr 2001) | 2 lines
-Changed paths:
-   A /trunk/src/audio_output/aout_spdif.c
-
-Forgot one file.
-
-------------------------------------------------------------------------
-r871 | stef | 2001-04-29 16:52:42 +0200 (Sun, 29 Apr 2001) | 11 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/video_parser/video_parser.c
-
--slight modification in ClockManageRef: after a synchro reinit, we still
-do the mwait and re-init last-cr so that there no date irregularity.
-Such a thing is necessary for dvd playback at cell change ; however,
-Meuuh, could you look at that since you might think we should do
-otherwise.
-
--turned the "bitsream callback discontinuity" message to debug.
-
--removed modification of the title environnement variable in input dvd
-at title change since we no longer restart the input at title change.
-
-------------------------------------------------------------------------
-r872 | sam | 2001-04-29 19:03:20 +0200 (Sun, 29 Apr 2001) | 5 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/src/misc/beos_specific.cpp
-
-
-  * BeOS crash fix by Wade Majors <guru@startrek.com>.
-
-    Please, try no to forget the ChangeLog when commiting!
-
-------------------------------------------------------------------------
-r873 | stef | 2001-04-29 19:57:50 +0200 (Sun, 29 Apr 2001) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/dvd/input_dvd.c
-
--Fixed the title-change-with-no-input-restart in dvd.
-
--I haven't forgotten the chagelog this time :)
-
-------------------------------------------------------------------------
-r874 | massiot | 2001-04-30 11:44:26 +0200 (Mon, 30 Apr 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-
-Fixed a mistake with -g and --enable-debug.
-
-------------------------------------------------------------------------
-r875 | massiot | 2001-04-30 17:01:00 +0200 (Mon, 30 Apr 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   D /trunk/doc/todo
-   M /trunk/include/intf_msg.h
-   D /trunk/include/rsc_files.h
-   M /trunk/src/interface/interface.c
-   D /trunk/src/interface/intf_cmd.c
-   D /trunk/src/interface/intf_cmd.h
-   D /trunk/src/interface/intf_console.c
-   D /trunk/src/interface/intf_console.h
-   D /trunk/src/interface/intf_ctrl.c
-   D /trunk/src/interface/intf_ctrl.h
-   M /trunk/src/interface/intf_msg.c
-   D /trunk/src/misc/rsc_files.c
-
-Removed unused files.
-
-------------------------------------------------------------------------
-r876 | reno | 2001-04-30 23:04:20 +0200 (Mon, 30 Apr 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_decoder.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_downmix.h
-   M /trunk/src/ac3_decoder/ac3_downmix_c.c
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   A /trunk/src/ac3_decoder/ac3_imdct_c.c
-   A /trunk/src/ac3_decoder/ac3_imdct_c.h
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_rematrix.c
-   A /trunk/src/ac3_decoder/ac3_srfft.c
-   A /trunk/src/ac3_decoder/ac3_srfft.h
-
-* Follow of the new ac3_decoder ;)
-  - New ac3_imdct
-  - New ac3_downmix
-
-------------------------------------------------------------------------
-r877 | reno | 2001-04-30 23:10:25 +0200 (Mon, 30 Apr 2001) | 2 lines
-Changed paths:
-   M /trunk/src/ac3_decoder/ac3_imdct_c.h
-   M /trunk/src/ac3_decoder/ac3_srfft.c
-   M /trunk/src/ac3_decoder/ac3_srfft.h
-
-I forgot some headers
-
-------------------------------------------------------------------------
-r878 | sam | 2001-05-01 06:18:18 +0200 (Tue, 01 May 2001) | 19 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/INSTALL
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/doc/vlc.1
-   M /trunk/include/audio_output.h
-   M /trunk/include/config.h.in
-   M /trunk/include/defs.h.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_builtin.h.in
-   M /trunk/include/video_output.h
-   M /trunk/plugins/alsa/Makefile
-   M /trunk/plugins/beos/Makefile
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/darwin/Makefile
-   M /trunk/plugins/dsp/Makefile
-   M /trunk/plugins/dummy/Makefile
-   M /trunk/plugins/dvd/Makefile
-   M /trunk/plugins/esd/Makefile
-   M /trunk/plugins/fb/Makefile
-   M /trunk/plugins/ggi/Makefile
-   M /trunk/plugins/glide/Makefile
-   M /trunk/plugins/gnome/Makefile
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gtk/Makefile
-   M /trunk/plugins/idct/Makefile
-   M /trunk/plugins/macosx/Makefile
-   M /trunk/plugins/macosx/intf_macosx.c
-   M /trunk/plugins/mga/Makefile
-   M /trunk/plugins/motion/Makefile
-   M /trunk/plugins/mpeg/Makefile
-   M /trunk/plugins/null/Makefile
-   M /trunk/plugins/qt/Makefile
-   M /trunk/plugins/sdl/Makefile
-   M /trunk/plugins/text/Makefile
-   M /trunk/plugins/text/intf_rc.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/plugins/x11/Makefile
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/plugins/yuv/Makefile
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.h
-   M /trunk/src/ac3_spdif/ac3_iec958.c
-   M /trunk/src/ac3_spdif/ac3_iec958.h
-   M /trunk/src/ac3_spdif/ac3_spdif.c
-   M /trunk/src/ac3_spdif/ac3_spdif.h
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_decoder/audio_decoder.h
-   M /trunk/src/audio_output/aout_common.h
-   A /trunk/src/audio_output/aout_ext-dec.c
-   D /trunk/src/audio_output/aout_fifo.c
-   M /trunk/src/audio_output/aout_s16.c
-   M /trunk/src/audio_output/aout_u8.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.h
-   M /trunk/src/misc/modules.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_yuv.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/vlc.spec
-
-
-  * Mandatory step for video output IV and the audio output quality
-    fix: the output threads are now spawned when a decoder needs one,
-    so it can decide the audio frequency or the video window size. Still
-    under heavy construction, so don't get too excited at finding bugs
-    in it yet.
-
-    Note: this change broke the XVideo module, so I made its score much
-    lower than before. I suspect xvideo.so had a bug before which only
-    appears now. Other video output plugins may be broken as well, but
-    again this might be due to old existing bugs showing their ugly head.
-
-  * Fixed a few buffer overflows in the Gnome interface.
-  * The module bank is now a global variable. The video output bank and
-    the audio output bank might follow (when they exist).
-  * Coding style and organization fixes to the spdif decoder.
-  * autoconf and Makefile changes by Arnaud Gomes-do-Vale
-    <arnaud@carrosse.frmug.org>.
-
-------------------------------------------------------------------------
-r879 | sam | 2001-05-01 14:22:18 +0200 (Tue, 01 May 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/INSTALL
-   M /trunk/README
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/text/intf_rc.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-
-  * Fixed a segfault in the SPU decoder initialization.
-
-------------------------------------------------------------------------
-r880 | sam | 2001-05-01 17:12:22 +0200 (Tue, 01 May 2001) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.h
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/gtk/intf_gtk.h
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_headers.c
-
-
-  * Fixed a remaining buffer overflow in the Gnome interface and applied
-    the patches to the Gtk+ interface.
-
-------------------------------------------------------------------------
-r881 | henri | 2001-05-02 15:30:30 +0200 (Wed, 02 May 2001) | 5 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/doc/vlc-howto.sgml
-   M /trunk/src/input/mpeg_system.c
-
-
-* Corrected vlc-howto thanks to Arnaud Gomes-do-Vale
-* Fixed a segfault in TS input. Some stream still do not work, or
-  work very slowly with many error messages. I'll try to have a look.
-
-------------------------------------------------------------------------
-r882 | sam | 2001-05-02 22:01:44 +0200 (Wed, 02 May 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ioctl.c
-   M /trunk/plugins/dvd/dvd_ioctl.h
-
-
-  * FreeBSD CSS decryption support.
-
-------------------------------------------------------------------------
-r883 | dae | 2001-05-05 15:36:27 +0200 (Sat, 05 May 2001) | 3 lines
-Changed paths:
-   A /trunk/plugins/kde
-   A /trunk/plugins/kde/Makefile
-   A /trunk/plugins/kde/intf_plugin.h
-   A /trunk/plugins/kde/kde.cpp
-   A /trunk/plugins/kde/kdeinterface.cpp
-   A /trunk/plugins/kde/kdeinterface.h
-   A /trunk/plugins/kde/kdiskdialog.cpp
-   A /trunk/plugins/kde/kdiskdialog.h
-   A /trunk/plugins/kde/kinterfacemain.cpp
-   A /trunk/plugins/kde/kinterfacemain.h
-   A /trunk/plugins/kde/knetdialog.cpp
-   A /trunk/plugins/kde/knetdialog.h
-   A /trunk/plugins/kde/ktitlemenu.cpp
-   A /trunk/plugins/kde/ktitlemenu.h
-   A /trunk/plugins/kde/kvlcslider.cpp
-   A /trunk/plugins/kde/kvlcslider.h
-   A /trunk/plugins/kde/kvlcui.rc
-
-initial import - still buggy, crashes on exit, etc.
-the playlist and the popup are unimplemented.
-
-------------------------------------------------------------------------
-r884 | sam | 2001-05-06 06:32:03 +0200 (Sun, 06 May 2001) | 10 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/include/audio_output.h
-   M /trunk/include/beos_specific.h
-   M /trunk/include/config.h.in
-   M /trunk/include/darwin_specific.h
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   M /trunk/include/netutils.h
-   M /trunk/include/video_decoder.h
-   A /trunk/include/video_fifo.h
-   M /trunk/include/video_output.h
-   A /trunk/include/video_parser.h
-   A /trunk/include/vpar_headers.h
-   A /trunk/include/vpar_synchro.h
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/fb/vout_fb.c
-   M /trunk/plugins/idct/Makefile
-   M /trunk/plugins/idct/idct.c
-   D /trunk/plugins/idct/idct.h
-   D /trunk/plugins/idct/idct_common.c
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   A /trunk/plugins/idct/vdec_block.h
-   A /trunk/plugins/idct/vdec_block_c.c
-   A /trunk/plugins/idct/vdec_block_mmx.c
-   A /trunk/plugins/idct/vdec_idct.c
-   A /trunk/plugins/idct/vdec_idct.h
-   M /trunk/plugins/qt/Makefile
-   M /trunk/plugins/text/intf_rc.c
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_downmix_c.c
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   M /trunk/src/ac3_decoder/ac3_imdct_c.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   M /trunk/src/ac3_decoder/ac3_rematrix.c
-   M /trunk/src/ac3_decoder/ac3_srfft.c
-   M /trunk/src/ac3_spdif/ac3_iec958.c
-   M /trunk/src/ac3_spdif/ac3_spdif.c
-   M /trunk/src/audio_output/aout_ext-dec.c
-   M /trunk/src/audio_output/aout_s16.c
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/audio_output/aout_u8.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/darwin_specific.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   D /trunk/src/video_decoder/vdec_idct.h
-   M /trunk/src/video_decoder/video_decoder.c
-   D /trunk/src/video_decoder/video_fifo.h
-   D /trunk/src/video_decoder/video_parser.h
-   D /trunk/src/video_decoder/vpar_headers.h
-   D /trunk/src/video_decoder/vpar_synchro.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/video_fifo.c
-   M /trunk/src/video_parser/video_parser.c
-   M /trunk/src/video_parser/vpar_blocks.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-
-  * Fixed a few warnings with gcc 3.0.
-  * aout and vout are now allocated in banks, making it possible to have
-    several of them at the same time.
-  * configure now checks for MMX and MMX EXT support in the assembler.
-  * Removed all MMX code from the main program and moved it to the
-    existing idct modules (Closes: Debian bug #96036).
-
-    Don't forget to make distclean before building vlc again.
-
-------------------------------------------------------------------------
-r885 | stef | 2001-05-06 20:32:30 +0200 (Sun, 06 May 2001) | 22 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/include/config.h.in
-   M /trunk/include/video_output.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gnome/Makefile
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_callbacks.h
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/gnome_interface.h
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/plugins/gnome/intf_gnome.h
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/gtk/intf_gtk.glade
-   M /trunk/plugins/gtk/intf_gtk.h
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/ac3_spdif/ac3_iec958.c
-   M /trunk/src/ac3_spdif/ac3_spdif.c
-   M /trunk/src/ac3_spdif/ac3_spdif.h
-   M /trunk/src/audio_output/aout_ext-dec.c
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/input/input.c
-   M /trunk/src/video_output/video_output.c
-
-*Much work on the gnome interface: added oct's playlist from gtk plugin,
-tuned appearence, added preferences window (with no features yet), jump
-window to go to specified time (not functionnal yet), and fixed some
-bugs.
-
-*moved b_fullscreen from p_vout->p_sys to p_vout and unified way of
-toggling fullscreen in sdl in x11/xvideo output (using p_vout->i_ch
-nges) so that an interface plugin can toogle fullscreen (implemented
-in gnome)
-
-*added p_input->stream.p_selected_area->i_tell in input TS so that the
-slider work with ts files ( however, the time counter doesn't since we
-have no mux_rate )
-
-*improved ac3 spdif output ( and made it work again :)). It uses a true
-blank frame now, and it allows to switch languages like a traditionnal
-output. It doesn't support multiplexing though, neither can we switch
-between spdif/analogical mode on-the-fly.
-
-*beginning of the back port of gnome to gtk for those who do not have
-gnome.
-
-------------------------------------------------------------------------
-r886 | stef | 2001-05-06 20:41:52 +0200 (Sun, 06 May 2001) | 2 lines
-Changed paths:
-   A /trunk/plugins/gnome/gnome_playlist.c
-   A /trunk/plugins/gnome/gnome_playlist.h
-
-* Gnome playlist should work better with the files to create it :)
-
-------------------------------------------------------------------------
-r887 | stef | 2001-05-07 05:14:10 +0200 (Mon, 07 May 2001) | 8 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/fb/vout_fb.c
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/gnome_playlist.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/macosx/aout_macosx.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/qt/intf_qt.cpp
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_spdif/ac3_spdif.c
-   M /trunk/src/audio_output/aout_ext-dec.c
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/intf_playlist.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/vpar_headers.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-*Changed the level arg in intf_WarnMsg so that it is more logical: the
-level corresponds now to the nb of -v to display the message.
-
-*added functionnal preference window in gnome: it changes the
-envirronment variables
-
-*added jump window in gnome to jump to a precise time.
-
-------------------------------------------------------------------------
-r888 | henri | 2001-05-07 06:35:21 +0200 (Mon, 07 May 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg/input_ts.c
-
-Added detection for ".ts" extension.
-
-------------------------------------------------------------------------
-r889 | sam | 2001-05-07 06:42:42 +0200 (Mon, 07 May 2001) | 6 lines
-Changed paths:
-   M /trunk/include/video.h
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/spu_decoder/spu_decoder.h
-   M /trunk/src/video_output/video_output.c
-
-
-  * Added support for some terribly braindead DVD subtitles in Kenshin
-    which do not have a "stop display" command. Anime fans rejoice!
-  * Fixed the BeOS interface to use p_aout_bank instead of p_main->p_aout.
-  * Coding-style butchery (mostly tabs).
-
-------------------------------------------------------------------------
-r890 | bozo | 2001-05-07 15:52:39 +0200 (Mon, 07 May 2001) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_ext-dec.c
-
-  - fix a bug in UnalignedShowBits that makes some _heavy_ unaligned streams
-    not wotk correctly (for instance VLS' generated TS streams)
-
-------------------------------------------------------------------------
-r891 | sam | 2001-05-08 02:43:57 +0200 (Tue, 08 May 2001) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ps.h
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/video_output/video_output.c
-
-
-  * Speed optimization in the handling of the unusual ephemer DVD subtitles.
-  * Little optimization to bozo's UnalignedShowBits fix.
-  * Race fix in the packet cache by Jon Lech Johansen <jon-vl@nanocrew.net>.
-
-------------------------------------------------------------------------
-r892 | bozo | 2001-05-08 14:53:30 +0200 (Tue, 08 May 2001) | 5 lines
-Changed paths:
-   M /trunk/plugins/mpeg/input_ts.c
-
-  - fix a bug in ts input.
-    Henri: a 0.5s timeout is not (time_t)0.5 sec and (time_t)0 usec
-    but (time_t)0 sec and (time_t)500000 usec
-    Now the input doesn't eat all the cpu any more :p
-
-------------------------------------------------------------------------
-r893 | bozo | 2001-05-08 16:38:30 +0200 (Tue, 08 May 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_clock.c
-
-  - fix a discontinuity bug in input_ClockManageRef()
-
-------------------------------------------------------------------------
-r894 | bozo | 2001-05-08 16:53:31 +0200 (Tue, 08 May 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_clock.c
-
-end of the last commit :-P
-
-------------------------------------------------------------------------
-r895 | sam | 2001-05-08 22:38:25 +0200 (Tue, 08 May 2001) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_spu.c
-   M /trunk/src/video_output/video_spu.h
-   M /trunk/src/video_parser/video_fifo.c
-
-
-  * Fixed an aspect ratio issue in the SPU decoder, and optimized the
-    SPU renderer.
-
-------------------------------------------------------------------------
-r896 | sam | 2001-05-10 08:47:31 +0200 (Thu, 10 May 2001) | 9 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.h
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/spu_decoder/spu_decoder.h
-
-
-  * Added SPU cropping.
-  * Gnome interface segfault fix.
-  * BeOS interface segfault fix by AnEvilYak (what's you real name btw?).
-
-  Note: if you want to have a look at the currently buggy YUV subpictures,
-        uncomment line 1999 of src/video_output/video_output.c. Don't report
-        bugs about this, I _know_ it's a quick hack.
-
-------------------------------------------------------------------------
-r897 | henri | 2001-05-11 03:03:14 +0200 (Fri, 11 May 2001) | 7 lines
-Changed paths:
-   M /trunk/plugins/alsa/aout_alsa.c
-
-Alsa module now builds with alsa 0.9 thanks to Jeffrey Baker's patch
-(jwbaker@acm.org)
-
-Please notice that even if if builds with alsa 0.9beta, it's hardly
-usable as it goes very often un Xrun mode. Though, it works fine with
-current alsa CVS.
-
-------------------------------------------------------------------------
-r898 | sam | 2001-05-11 17:10:01 +0200 (Fri, 11 May 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/spu_decoder/spu_decoder.h
-
-
-  * Fixed a deadlock in spudec.
-
-------------------------------------------------------------------------
-r899 | henri | 2001-05-12 02:14:20 +0200 (Sat, 12 May 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/doc/vlc-howto.sgml
-
-
-Put a little note in the doc about "dvd devices"
-
-------------------------------------------------------------------------
-r900 | reno | 2001-05-14 17:58:04 +0200 (Mon, 14 May 2001) | 9 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/tests.h
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_decoder.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.h
-   M /trunk/src/ac3_decoder/ac3_downmix.c
-   M /trunk/src/ac3_decoder/ac3_downmix.h
-   A /trunk/src/ac3_decoder/ac3_downmix_3dn.c
-   M /trunk/src/ac3_decoder/ac3_downmix_c.c
-   A /trunk/src/ac3_decoder/ac3_downmix_sse.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   M /trunk/src/ac3_decoder/ac3_imdct_c.c
-   A /trunk/src/ac3_decoder/ac3_imdct_sse.c
-   A /trunk/src/ac3_decoder/ac3_imdct_sse.h
-   M /trunk/src/ac3_decoder/ac3_internal.h
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   M /trunk/src/ac3_decoder/ac3_rematrix.c
-   M /trunk/src/ac3_decoder/ac3_srfft.c
-   M /trunk/src/ac3_decoder/ac3_srfft.h
-   A /trunk/src/ac3_decoder/ac3_srfft_sse.c
-   M /trunk/src/interface/main.c
-
- * Begin of SSE/3DNow! support for imdct and downmix
-
-If you have a PIII or a Athlon and you want to try this, just comment #if 0
-in ac3_downmix.c and ac3_imdct.c and add in AC3_DECODER section of Makefile :
-       src/ac3_decoder/ac3_imdct_sse.o \
-       src/ac3_decoder/ac3_srfft_sse.o \
-       src/ac3_decoder/ac3_downmix_sse.o \
-       src/ac3_decoder/ac3_downmix_3dn.o \
-
-------------------------------------------------------------------------
-r901 | stef | 2001-05-15 03:01:44 +0200 (Tue, 15 May 2001) | 14 lines
-Changed paths:
-   M /trunk/include/intf_playlist.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gnome/gnome_callbacks.c
-   M /trunk/plugins/gnome/gnome_callbacks.h
-   M /trunk/plugins/gnome/gnome_interface.c
-   M /trunk/plugins/gnome/gnome_playlist.c
-   M /trunk/plugins/gnome/intf_gnome.c
-   M /trunk/plugins/gnome/intf_gnome.glade
-   M /trunk/plugins/gtk/Makefile
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   A /trunk/plugins/gtk/gtk_control.c
-   A /trunk/plugins/gtk/gtk_control.h
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_interface.h
-   A /trunk/plugins/gtk/gtk_menu.c
-   A /trunk/plugins/gtk/gtk_menu.h
-   A /trunk/plugins/gtk/gtk_modules.c
-   A /trunk/plugins/gtk/gtk_modules.h
-   A /trunk/plugins/gtk/gtk_open.c
-   A /trunk/plugins/gtk/gtk_open.h
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/gtk_playlist.h
-   A /trunk/plugins/gtk/gtk_preferences.c
-   A /trunk/plugins/gtk/gtk_preferences.h
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/gtk/intf_gtk.glade
-   M /trunk/plugins/gtk/intf_gtk.h
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_playlist.c
-
-*initialization bugfixes in input_dvd
-
-*added a b_stopped flag to interface playlist to have a stop function in
-interface plugins. As a consequence, the playlist no longer loops on end
-but wait for the user to press 'play' or to add another item (gtk/gnome
-interface). I think that other plugins are broken but it shouldn't be
-difficult to repair: just add a 'p_main->p_playlist->b_stopped = 0' in
-play functions and 'p_main->p_playlist->b_stopped = 1' when you have to
-stop.
-
-*Updated gtk interface so that it has the same features as gnome. I
-think I will merge the code so that we don't have to copy and paste each
-change. Only the .glade file would be different.
-
-------------------------------------------------------------------------
-r902 | stef | 2001-05-15 16:49:48 +0200 (Tue, 15 May 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_control.c
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/gtk/gtk_menu.h
-   M /trunk/plugins/gtk/gtk_modules.c
-   M /trunk/plugins/gtk/gtk_modules.h
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/gtk_open.h
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/gtk_playlist.h
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/plugins/gtk/gtk_preferences.h
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/gtk/intf_gtk.glade
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_playlist.c
-
-*Bugfixes, cleanings in gtk.
-
-------------------------------------------------------------------------
-r903 | sam | 2001-05-15 18:19:42 +0200 (Tue, 15 May 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/doc/vlc.1
-   A /trunk/include/ac3_downmix.h
-   A /trunk/include/ac3_imdct.h
-   M /trunk/include/config.h.in
-   M /trunk/include/modules.h
-   A /trunk/plugins/downmix
-   A /trunk/plugins/downmix/.cvsignore
-   A /trunk/plugins/downmix/Makefile
-   A /trunk/plugins/downmix/ac3_downmix_3dn.c
-   A /trunk/plugins/downmix/ac3_downmix_c.c
-   A /trunk/plugins/downmix/ac3_downmix_common.h
-   A /trunk/plugins/downmix/ac3_downmix_sse.c
-   A /trunk/plugins/downmix/downmix.c
-   A /trunk/plugins/downmix/downmix3dn.c
-   A /trunk/plugins/downmix/downmixsse.c
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   A /trunk/plugins/imdct
-   A /trunk/plugins/imdct/.cvsignore
-   A /trunk/plugins/imdct/Makefile
-   A /trunk/plugins/imdct/ac3_imdct_c.c
-   A /trunk/plugins/imdct/ac3_imdct_common.c
-   A /trunk/plugins/imdct/ac3_imdct_common.h
-   A /trunk/plugins/imdct/ac3_imdct_sse.c
-   A /trunk/plugins/imdct/ac3_srfft.h
-   A /trunk/plugins/imdct/ac3_srfft_c.c
-   A /trunk/plugins/imdct/ac3_srfft_sse.c
-   A /trunk/plugins/imdct/imdct.c
-   A /trunk/plugins/imdct/imdctsse.c
-   M /trunk/plugins/motion/motionmmx.c
-   M /trunk/plugins/motion/motionmmxext.c
-   M /trunk/plugins/yuv/video_yuvmmx.c
-   M /trunk/src/ac3_decoder/ac3_bit_allocate.c
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_decoder.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   D /trunk/src/ac3_decoder/ac3_downmix.c
-   D /trunk/src/ac3_decoder/ac3_downmix.h
-   D /trunk/src/ac3_decoder/ac3_downmix_3dn.c
-   D /trunk/src/ac3_decoder/ac3_downmix_c.c
-   D /trunk/src/ac3_decoder/ac3_downmix_sse.c
-   M /trunk/src/ac3_decoder/ac3_exponent.c
-   A /trunk/src/ac3_decoder/ac3_exponent.h
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   D /trunk/src/ac3_decoder/ac3_imdct_c.c
-   D /trunk/src/ac3_decoder/ac3_imdct_c.h
-   D /trunk/src/ac3_decoder/ac3_imdct_sse.c
-   D /trunk/src/ac3_decoder/ac3_imdct_sse.h
-   M /trunk/src/ac3_decoder/ac3_internal.h
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   A /trunk/src/ac3_decoder/ac3_mantissa.h
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   M /trunk/src/ac3_decoder/ac3_rematrix.c
-   D /trunk/src/ac3_decoder/ac3_srfft.c
-   D /trunk/src/ac3_decoder/ac3_srfft.h
-   D /trunk/src/ac3_decoder/ac3_srfft_sse.c
-   M /trunk/src/audio_output/aout_u8.c
-   M /trunk/src/interface/main.c
-
-
-  * AC3 IMDCT and downmix functions are now in plugins, --imdct and
-    --downmix options added.
-
-------------------------------------------------------------------------
-r904 | sam | 2001-05-15 21:36:27 +0200 (Tue, 15 May 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/imdct/ac3_imdct_common.c
-   M /trunk/src/interface/main.c
-
-
-  * FreeBSD pthread fixes.
-
-------------------------------------------------------------------------
-r905 | sam | 2001-05-16 04:12:38 +0200 (Wed, 16 May 2001) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-
-  * We now do pthread detection for FreeBSD like the XMMS guys do. It
-    works even better.
-
-------------------------------------------------------------------------
-r906 | reno | 2001-05-16 16:51:29 +0200 (Wed, 16 May 2001) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/imdct/Makefile
-   A /trunk/plugins/imdct/ac3_imdct_3dn.c
-   M /trunk/plugins/imdct/ac3_imdct_c.c
-   M /trunk/plugins/imdct/ac3_imdct_common.c
-   M /trunk/plugins/imdct/ac3_imdct_common.h
-   M /trunk/plugins/imdct/ac3_imdct_sse.c
-   A /trunk/plugins/imdct/ac3_retables.h
-   A /trunk/plugins/imdct/ac3_srfft_3dn.c
-   M /trunk/plugins/imdct/ac3_srfft_sse.c
-   A /trunk/plugins/imdct/imdct3dn.c
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-
-* Add 3D Now! imdct
-* Remove kmudge for ac3 on MacOS X
-
-------------------------------------------------------------------------
-r907 | xav | 2001-05-18 11:49:16 +0200 (Fri, 18 May 2001) | 2 lines
-Changed paths:
-   M /trunk/src/misc/netutils.c
-
-*** empty log message ***
-
-------------------------------------------------------------------------
-r908 | stef | 2001-05-19 02:39:30 +0200 (Sat, 19 May 2001) | 15 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/dvd/Makefile
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_css.h
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   A /trunk/plugins/dvd/dvd_summary.c
-   A /trunk/plugins/dvd/dvd_summary.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/gtk/gtk_menu.h
-   M /trunk/plugins/gtk/gtk_playlist.h
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/gtk/intf_gtk.h
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-
-*More cleanification in gtk interface: now to change the
-title/chapter/audio/spu/angle, we tell the input to do intead of doing
-it inside the interface. It results in fewer locks during the changes.
-
-*The dvd plugin reads again blocks of 32 sectors to gain speed since
-there are no more lock-ups during stream change. I've also created a new
-file that contain function to described video and audio streams with ifo
-datas.
-
-The changes are made only for gtk. We should update the other interfaces
-soon (beos at least).
-
-There is a memory corruption somewhere that make the vlc crash. I've no
-idea where to search.
-
-------------------------------------------------------------------------
-r909 | tcastley | 2001-05-21 14:44:23 +0200 (Mon, 21 May 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/intf_beos.cpp
-
-Updated with new changes for playlist management
-
-------------------------------------------------------------------------
-r910 | stef | 2001-05-23 19:47:34 +0200 (Wed, 23 May 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/src/input/input_programs.c
-
--LPCM audio selection in ps mode, in prevision of henri's decoder.
-
-------------------------------------------------------------------------
-r911 | stef | 2001-05-24 01:08:20 +0200 (Thu, 24 May 2001) | 6 lines
-Changed paths:
-   M /trunk/Makefile
-   D /trunk/plugins/gnome
-   M /trunk/plugins/gtk/Makefile
-   A /trunk/plugins/gtk/gnome.c
-   A /trunk/plugins/gtk/gnome_callbacks.c
-   A /trunk/plugins/gtk/gnome_callbacks.h
-   A /trunk/plugins/gtk/gnome_interface.c
-   A /trunk/plugins/gtk/gnome_interface.h
-   A /trunk/plugins/gtk/gnome_support.c
-   A /trunk/plugins/gtk/gnome_support.h
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_control.c
-   A /trunk/plugins/gtk/gtk_display.c
-   A /trunk/plugins/gtk/gtk_display.h
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/gtk/gtk_modules.c
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-   A /trunk/plugins/gtk/intf_gnome.c
-   A /trunk/plugins/gtk/intf_gnome.glade
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/gtk/intf_gtk.glade
-   M /trunk/plugins/gtk/intf_gtk.h
-
--Unification of gnome/gtk intefaces: now all the file are in plugin/gtk.
-
-Specific files are glade generated files and intf_* files. All the
-remainders are common to gtk and gnome and contain all the callbacks for
-both interfaces.
-
-------------------------------------------------------------------------
-r912 | stef | 2001-05-24 01:40:32 +0200 (Thu, 24 May 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-
--A little bug with lpcm in Makefile
-
-------------------------------------------------------------------------
-r913 | stef | 2001-05-24 03:24:47 +0200 (Thu, 24 May 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/gtk/intf_gnome.glade
-
--Forgot a bug for audio/spu change in the interface
-
-------------------------------------------------------------------------
-r914 | sam | 2001-05-25 06:23:37 +0200 (Fri, 25 May 2001) | 19 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
-   M /trunk/extras/MacOSX_dvdioctl/DVDioctl.h
-   M /trunk/plugins/dvd/dvd_ioctl.c
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/src/audio_output/audio_output.c
-
-
-  OS X fixes:
-
-  * Applied Eugenio's fix to the DVDioctl driver. I didn't test it, but
-    it should not hang the kernel anymore.
-
-  * Ported most dvd_ioctl.c functions to the DVDioctl driver: ReportAgid,
-    ReportChallenge, ReportKey1, ReportASF, InvalidateAgid, SendChallenge,
-    SendKey2. They should comply with the "Mt. Fuji Commands for Multimedia
-    Devices" paper.
-
-    Last remaining problem: ReadCopyright and ReadKey. The version of
- Darwin I have here only has reportKey() and sendKey() functions in
- the IODVDBlockStorageDevice class (pages 413 and 449 of the Mt. Fuji
- paper), but we also need the READ_STRUCTURE (page 357) which I couldn't
- find anywhere in the kernel headers. Either I missed it, or we'll have
- to wait for Apple to implement it (or maybe we can emulate this command
- with some other IOKit commands).
-
-------------------------------------------------------------------------
-r915 | sam | 2001-05-25 06:44:49 +0200 (Fri, 25 May 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_ioctl.h
-
-
-  * Forgot a file for BeOS.
-
-------------------------------------------------------------------------
-r916 | sam | 2001-05-25 15:20:10 +0200 (Fri, 25 May 2001) | 6 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_ioctl.c
-   M /trunk/plugins/macosx/intf_macosx.c
-   M /trunk/plugins/macosx/macosx_common.h
-   M /trunk/plugins/macosx/vout_macosx.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/input/input.c
-
-
-  * Fixed a warning for *BSD compilation.
-  * Fixed a typo in yesterday's Darwin ioctl fixes.
-  * Patch by Eugenio so that the OS X interface and video output handle the
-    aout and vout banks.
-
-------------------------------------------------------------------------
-r917 | sam | 2001-05-27 17:16:58 +0200 (Sun, 27 May 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_ioctl.c
-
-
-  * Fixed my latest BeOS support breakage.
-
-------------------------------------------------------------------------
-r918 | sam | 2001-05-28 04:38:48 +0200 (Mon, 28 May 2001) | 3 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/netutils.h
-   M /trunk/plugins/imdct/ac3_imdct_3dn.c
-   M /trunk/plugins/imdct/ac3_imdct_sse.c
-   M /trunk/plugins/imdct/imdct3dn.c
-   M /trunk/plugins/imdct/imdctsse.c
-   M /trunk/src/misc/netutils.c
-
-
-  * Win32 compilation fixes, esp. the MAC retrieval.
-
-------------------------------------------------------------------------
-r919 | sam | 2001-05-28 04:44:39 +0200 (Mon, 28 May 2001) | 3 lines
-Changed paths:
-   M /trunk/src/misc/netutils.c
-
-
-  * Forgot a little #ifdef, sorry.
-
-------------------------------------------------------------------------
-r920 | sam | 2001-05-28 04:54:09 +0200 (Mon, 28 May 2001) | 3 lines
-Changed paths:
-   M /trunk/src/misc/netutils.c
-
-
-  * Of course my Win32 patch broke the Un*x version.
-
-------------------------------------------------------------------------
-r921 | xav | 2001-05-28 05:17:01 +0200 (Mon, 28 May 2001) | 6 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Modified in order to add network input under Win32.
-It compiles under Linux and Win32 (yeeaaahaaa, haven't broken anything
-:-))
-(added the WinSock library initialization and cleanup)
-Could someone test if it does really function ?
-
-------------------------------------------------------------------------
-r922 | sam | 2001-05-28 06:23:52 +0200 (Mon, 28 May 2001) | 7 lines
-Changed paths:
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/plugins/mpeg/input_ts.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_netlist.c
-
-
-  * Added a wrapper for readv() on platforms which don't support it. The
-    network support now compiles under Win32, but still doesn't work, the
-    select in plugins/mpeg/input_ts.c never returns any data.
-
-    Is there anything like strace(1) under Win32 to debug this ?
-
-------------------------------------------------------------------------
-r923 | stef | 2001-05-29 15:53:16 +0200 (Tue, 29 May 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/intf_gnome.glade
-
-*Fixed a bug with Previous chapter button in gnome
-
-------------------------------------------------------------------------
-r924 | stef | 2001-05-30 07:19:03 +0200 (Wed, 30 May 2001) | 6 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/include/config.h.in
-   M /trunk/plugins/gtk/gnome_callbacks.c
-   M /trunk/plugins/gtk/gnome_callbacks.h
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/plugins/gtk/intf_gnome.glade
-   M /trunk/plugins/gtk/intf_gtk.glade
-   M /trunk/src/ac3_spdif/ac3_spdif.c
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/main.c
-
--Changes and bugfixes to make network work in VLAN Broadcast mode.
-
--Bugfix in the interface to access the network specific features.
-
--Some base of synchro in ac3 spdif
-
-------------------------------------------------------------------------
-r925 | sam | 2001-05-30 19:03:13 +0200 (Wed, 30 May 2001) | 12 lines
-Changed paths:
-   M /trunk/INSTALL
-   M /trunk/Makefile
-   M /trunk/Makefile.modules
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/control
-   M /trunk/debian/control-css
-   M /trunk/debian/rules
-   M /trunk/include/audio_output.h
-   M /trunk/include/common.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/input.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/intf_playlist.h
-   D /trunk/include/intf_urldecode.h
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/include/netutils.h
-   M /trunk/include/tests.h
-   M /trunk/include/video_decoder.h
-   M /trunk/include/video_output.h
-   M /trunk/include/video_parser.h
-   M /trunk/plugins/alsa/alsa.c
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/beos/beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/darwin/darwin.c
-   M /trunk/plugins/downmix/downmix.c
-   M /trunk/plugins/downmix/downmix3dn.c
-   M /trunk/plugins/downmix/downmixsse.c
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dsp/dsp.c
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/plugins/esd/esd.c
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/fb/vout_fb.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/ggi/vout_ggi.c
-   M /trunk/plugins/glide/Makefile
-   M /trunk/plugins/glide/glide.c
-   M /trunk/plugins/glide/vout_glide.c
-   M /trunk/plugins/gtk/Makefile
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_control.c
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/plugins/gtk/intf_gnome.c
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/idct/Makefile
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   M /trunk/plugins/idct/vdec_block.h
-   M /trunk/plugins/idct/vdec_block_c.c
-   M /trunk/plugins/idct/vdec_block_mmx.c
-   M /trunk/plugins/imdct/imdct.c
-   M /trunk/plugins/imdct/imdct3dn.c
-   M /trunk/plugins/imdct/imdctsse.c
-   M /trunk/plugins/kde/kde.cpp
-   M /trunk/plugins/macosx/intf_macosx.c
-   M /trunk/plugins/macosx/macosx.c
-   M /trunk/plugins/macosx/vout_macosx.c
-   M /trunk/plugins/mga/mga.c
-   M /trunk/plugins/mga/vout_mga.c
-   M /trunk/plugins/motion/motion.c
-   M /trunk/plugins/motion/motionmmx.c
-   M /trunk/plugins/motion/motionmmxext.c
-   M /trunk/plugins/mpeg/es.c
-   M /trunk/plugins/mpeg/input_es.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/plugins/mpeg/ps.c
-   M /trunk/plugins/mpeg/ts.c
-   M /trunk/plugins/null/null.c
-   M /trunk/plugins/qt/Makefile
-   M /trunk/plugins/qt/intf_qt.cpp
-   M /trunk/plugins/qt/qt.cpp
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/text/ncurses.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/plugins/x11/x11.c
-   M /trunk/plugins/x11/xvideo.c
-   M /trunk/plugins/yuv/yuv.c
-   M /trunk/plugins/yuv/yuvmmx.c
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/intf_playlist.c
-   D /trunk/src/interface/intf_urldecode.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/tests.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/video_parser.c
-
-
-  * Fixed the BeOS compile typo.
-  * The ALSA plugin is back.
-  * A gift for Gildas: plugins don't rely on backlinking any more. The
-    drawback is the dirty magic in include/modules_export.h which has to
-    be included whenever a module needs one of the functions in it. But
-     a) we should less and less rely on those functions
-     b) no plugin code modification was needed
-
-   The BeOS and MacOS X modules may be broken when compiled as plugins,
-   I'll check this later when I can reboot under BeOS.
-
-------------------------------------------------------------------------
-r926 | sam | 2001-05-30 19:04:12 +0200 (Wed, 30 May 2001) | 3 lines
-Changed paths:
-   A /trunk/include/modules_export.h
-
-
-  * Hrmpf. Forgot the most important file.
-
-------------------------------------------------------------------------
-r927 | sam | 2001-05-31 00:16:07 +0200 (Thu, 31 May 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/src/input/input.c
-
-
-  * Fixed a bug introduced in my previous commit which broke DVD input.
-
-------------------------------------------------------------------------
-r928 | stef | 2001-05-31 01:02:04 +0200 (Thu, 31 May 2001) | 8 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/include/modules_export.h
-   M /trunk/plugins/gtk/gnome_callbacks.c
-   M /trunk/plugins/gtk/gnome_callbacks.h
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/gtk_open.h
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/intf_gnome.c
-   M /trunk/plugins/gtk/intf_gnome.glade
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/gtk/intf_gtk.glade
-   M /trunk/plugins/imdct/ac3_imdct_3dn.c
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/netutils.c
-
--Updated the gtk/gnome interface to work in network mode,
-
--Fixed some bugs in interface (language menus in ts, misnamed fields)
-
--Play/Stop work in network mode to start/stop decoding of the stream
-
-I have a segfault in imdct_3dn(93). But I can't underdand assembly.
-
-------------------------------------------------------------------------
-r929 | sam | 2001-05-31 03:37:08 +0200 (Thu, 31 May 2001) | 4 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/int_types.h
-   M /trunk/include/intf_msg.h
-   A /trunk/include/iovec.h
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ioctl.c
-   M /trunk/plugins/dvd/dvd_netlist.c
-   M /trunk/plugins/dvd/dvd_summary.c
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/mpeg/input_es.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ps.h
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/plugins/mpeg/input_ts.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_spdif/ac3_iec958.c
-   M /trunk/src/ac3_spdif/ac3_spdif.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_parser/video_parser.c
-
-
-  * Applied patch from Jon Lech Johansen <jon-vl@nanocrew.net> to compile
-    vlc with MS and Intel C/C++ compilers.
-
-------------------------------------------------------------------------
-r930 | sam | 2001-05-31 05:12:49 +0200 (Thu, 31 May 2001) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/include/common.h
-   M /trunk/include/intf_msg.h
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ioctl.c
-   M /trunk/plugins/dvd/dvd_ioctl.h
-   M /trunk/plugins/dvd/dvd_netlist.c
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/mpeg/input_es.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ps.h
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/video_output/video_text.c
-
-
-  * Win2000 DVD input by Jon Lech Johansen <jon-vl@nanocrew.net>.
-
-------------------------------------------------------------------------
-r931 | sam | 2001-05-31 05:23:24 +0200 (Thu, 31 May 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/gtk_playlist.h
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/video_output/video_output.c
-
-
-  * miscellaneous Win32 fixes by Gildas Bazin <gbazin@netcourrier.com>, sorry
-    for the 2 weeks delay.
-
-------------------------------------------------------------------------
-r932 | sam | 2001-05-31 05:57:54 +0200 (Thu, 31 May 2001) | 3 lines
-Changed paths:
-   A /trunk/include/input_iovec.h
-   D /trunk/include/iovec.h
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/beos.cpp
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/dvd_ioctl.h
-   M /trunk/plugins/dvd/dvd_netlist.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/video_output/video_output.c
-
-
-  * BeOS fixes. renamed iovec.h to input_iovec.h because of namespace issues.
-
-------------------------------------------------------------------------
-r933 | sam | 2001-05-31 14:45:39 +0200 (Thu, 31 May 2001) | 3 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/include/modules_core.h
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/mtime.c
-
-
-  * Win32 plugin support by Gildas Bazin <gbazin@netcourrier.com>.
-
-------------------------------------------------------------------------
-r934 | stef | 2001-05-31 18:10:05 +0200 (Thu, 31 May 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/src/audio_output/aout_spdif.c
-
-*fixed a double malloc/free bug in DVDRead
-
-*fixed a lock issue in the interface introduced in my last commit
-
-------------------------------------------------------------------------
-r935 | sam | 2001-06-02 03:09:03 +0200 (Sat, 02 Jun 2001) | 9 lines
-Changed paths:
-   M /trunk/INSTALL
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   D /trunk/include/modules_builtin.h.in
-   D /trunk/include/modules_core.h
-   A /trunk/plugins/directx
-   A /trunk/plugins/directx/Makefile
-   A /trunk/plugins/directx/aout_directx.c
-   A /trunk/plugins/directx/directx.c
-   A /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/plugins/mpeg/input_ts.h
-   M /trunk/src/interface/intf_msg.c
-   A /trunk/src/misc/modules_builtin.h.in
-   A /trunk/src/misc/modules_core.h
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-
-
-  * DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>.
-
-    Notes: o I called it 'directx' instead of 'windx' because it
-             made a lot more sense to me.
-           o Completely untested. I didn't manage to compile it yet.
-           o Code in vout_directx.c will go through a big rewrite when
-             vout 4 is finished. Xav is already working on this.
-
-------------------------------------------------------------------------
-r936 | sam | 2001-06-02 03:10:19 +0200 (Sat, 02 Jun 2001) | 4 lines
-Changed paths:
-   M /trunk/include/.cvsignore
-   A /trunk/src/misc/.cvsignore
-
-
-  * Moved modules_builtins.h.in into src/misc. Please remove
-    include/modules_builtins.h in your local tree.
-
-------------------------------------------------------------------------
-r937 | tcastley | 2001-06-02 11:42:26 +0200 (Sat, 02 Jun 2001) | 3 lines
-Changed paths:
-   A /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/intf_beos.cpp
-
-Change to the set out of the BeOS code to
-allow more logical updates.
-
-------------------------------------------------------------------------
-r938 | tcastley | 2001-06-02 12:16:43 +0200 (Sat, 02 Jun 2001) | 5 lines
-Changed paths:
-   M /trunk/plugins/beos/Makefile
-
-Forgot this...
-
-Change to the set out of the BeOS code to
-allow more logical updates.
-
-------------------------------------------------------------------------
-r939 | sam | 2001-06-03 14:47:22 +0200 (Sun, 03 Jun 2001) | 6 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.dep
-   M /trunk/Makefile.modules
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/modules_export.h
-   M /trunk/include/mpeg_system.h
-   M /trunk/include/video_fifo.h
-   M /trunk/plugins/beos/InterfaceWindow.h
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/downmix/ac3_downmix_3dn.c
-   M /trunk/plugins/downmix/ac3_downmix_sse.c
-   M /trunk/plugins/downmix/downmix3dn.c
-   M /trunk/plugins/downmix/downmixsse.c
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ioctl.c
-   M /trunk/plugins/dvd/dvd_netlist.c
-   M /trunk/plugins/dvd/dvd_summary.c
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   M /trunk/plugins/idct/vdec_block_c.c
-   M /trunk/plugins/idct/vdec_block_mmx.c
-   M /trunk/plugins/imdct/ac3_imdct_3dn.c
-   M /trunk/plugins/imdct/imdct.c
-   M /trunk/plugins/imdct/imdct3dn.c
-   M /trunk/plugins/imdct/imdctsse.c
-   M /trunk/plugins/motion/motion.c
-   M /trunk/plugins/motion/motionmmx.c
-   M /trunk/plugins/motion/motionmmxext.c
-   M /trunk/plugins/motion/vdec_motion_common.c
-   M /trunk/plugins/mpeg/es.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/plugins/mpeg/ts.c
-   M /trunk/plugins/null/null.c
-   M /trunk/plugins/text/intf_rc.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/plugins/yuv/transforms_yuv.c
-   M /trunk/plugins/yuv/transforms_yuvmmx.c
-   M /trunk/plugins/yuv/video_yuv.c
-   M /trunk/plugins/yuv/video_yuvmmx.c
-   M /trunk/plugins/yuv/yuv.c
-   M /trunk/plugins/yuv/yuvmmx.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/video_decoder/video_decoder.c
-
-
-  * Various little fixes
-   - BeOS interface compilation fix by Rene Gollent.
-   - DirectX plugin compilation fix by Gildas Bazin.
-   - removed %ebx spill in the iMDCT plugins.
-
-------------------------------------------------------------------------
-r940 | sam | 2001-06-05 06:08:06 +0200 (Tue, 05 Jun 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/changelog-css
-   M /trunk/plugins/sdl/Makefile
-   M /trunk/vlc.spec
-
-
-  * Updated things and stuff for 0.2.80 release.
-
-------------------------------------------------------------------------
-r941 | sam | 2001-06-07 03:10:33 +0200 (Thu, 07 Jun 2001) | 25 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/dummy/Makefile
-   M /trunk/plugins/dummy/dummy.c
-   A /trunk/plugins/dummy/input_dummy.c
-   A /trunk/plugins/dummy/null.c
-   D /trunk/plugins/null
-   M /trunk/src/input/input.c
-
-
-  * Put most builtins in plugins again due to performances issues (more
-    about this in a forthcoming post here).
-  * Fixed the painfully slow build process (at last!).
-  * Moved the null plugin together with the dummy one.
-  * Added new dummy input plugin.
-
-   More on the dummy input plugin: we'll use it to insert commands in
-  the playlist. Currently implemented are the "quit" and "pause" functions,
-  here are examples on how they are used:
-
-    vlc file.mpeg vlc:quit                # exit after file.mpeg has been read.
-
-    vlc file1.mpeg vlc:pause:3 file2.mpeg # pause 3 seconds before playing
-                                          # the next file.
-
-   From now we can more efficiently benchmark vlc. For instance, to test
-  the video output changes I am doing, I use such a command:
-
-    time vlc -I dummy --noaudio file.mpeg vlc:quit
-
-   Future extentions might include more interesting stuff like "switch
-  to full screen", "repeat next file 3 times", "switch to SDL video
-  output"...
-
-------------------------------------------------------------------------
-r942 | sam | 2001-06-07 17:27:44 +0200 (Thu, 07 Jun 2001) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/modules_export.h
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   M /trunk/plugins/motion/motion.c
-   M /trunk/plugins/motion/motionmmx.c
-   M /trunk/plugins/motion/motionmmxext.c
-   M /trunk/plugins/motion/vdec_motion_common.c
-   M /trunk/plugins/motion/vdec_motion_inner.c
-   M /trunk/plugins/motion/vdec_motion_inner_mmx.c
-   M /trunk/plugins/motion/vdec_motion_inner_mmxext.c
-   M /trunk/plugins/mpeg/input_es.c
-
-
-  * Applied old FreeBSD patch for dvd input by German Tischler.
-  * Found what was causing the slowdowns: a namespace collision. Put all
-    plugins into builtins again.
-
-------------------------------------------------------------------------
-r943 | sam | 2001-06-08 00:14:56 +0200 (Fri, 08 Jun 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/motion/vdec_motion_inner.c
-   M /trunk/plugins/motion/vdec_motion_inner_mmx.c
-   M /trunk/plugins/motion/vdec_motion_inner_mmxext.c
-   M /trunk/plugins/sdl/vout_sdl.c
-
-
-  * SDL compilation fix for FreeBSD.
-  * Fixed compilation of motion modules as plugins.
-
-------------------------------------------------------------------------
-r944 | sam | 2001-06-08 00:25:42 +0200 (Fri, 08 Jun 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_css.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_summary.c
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-
-
-  * Another FreeBSD compilation fix.
-
-------------------------------------------------------------------------
-r945 | sam | 2001-06-08 22:03:16 +0200 (Fri, 08 Jun 2001) | 4 lines
-Changed paths:
-   M /trunk/include/modules_export.h
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/dummy/input_dummy.c
-
-
-  * Lots of DirectX plugin fixes by Gildas Bazin.
-  * Compilation fix in message queue mode.
-
-------------------------------------------------------------------------
-r946 | stef | 2001-06-09 19:01:22 +0200 (Sat, 09 Jun 2001) | 8 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/src/ac3_spdif/ac3_spdif.c
-   M /trunk/src/ac3_spdif/ac3_spdif.h
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/input/input_clock.c
-
-*Fixed a bug in synchro reinitialisation: we no longer have a shift each
-time we restart the synchro (for scr discontinuity for instance)
-
-*In DVD mode, we reinit the synchro only if the scr are not continuous
-(instead of each cell)
-
-*Try to improve ac3 spdif to prevent from desynchronization.
-
-------------------------------------------------------------------------
-r947 | reno | 2001-06-12 02:30:41 +0200 (Tue, 12 Jun 2001) | 2 lines
-Changed paths:
-   M /trunk/include/ac3_imdct.h
-   M /trunk/plugins/imdct/imdct3dn.c
-   M /trunk/plugins/imdct/imdctsse.c
-   M /trunk/src/ac3_decoder/ac3_decoder.h
-   M /trunk/src/interface/main.c
-
-* Check that OS support SSE optimization for PIII (to avoid illegal hardware instruction on Linux 2.2.x)
-
-------------------------------------------------------------------------
-r948 | reno | 2001-06-12 13:02:07 +0200 (Tue, 12 Jun 2001) | 2 lines
-Changed paths:
-   M /trunk/src/interface/main.c
-
-* Fix the warning in compilation of main.c
-
-------------------------------------------------------------------------
-r949 | henri | 2001-06-12 15:50:09 +0200 (Tue, 12 Jun 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/TODO
-   D /trunk/src/lpcm_decoder/lpcm_decoder.c
-   D /trunk/src/lpcm_decoder/lpcm_decoder.h
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.h
-
-
-Added LPCM support. It should work with stereo LPCM.
-Untested with 5-ways LPCM streams.
-
-------------------------------------------------------------------------
-r950 | stef | 2001-06-12 20:16:49 +0200 (Tue, 12 Jun 2001) | 17 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/plugins/dvd/dvd_summary.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/src/audio_output/aout_ext-dec.c
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_programs.c
-
-*slight modification in input_dvd since Getiovec wasn't at the right
-place
-
-*send escape packet when changing title, not to be stuck in some
-decoder.
-
-*the position in the title is now resetted when we change title to
-prevent a title from being unavailable because we're stuck at the end
-
-*fixed a bug with 1-chapter-long title that displayed chapter 0.
-
-*added a _temporary_ field in p_main to know whether the audio stream is
-ac3 (ugly). It allows a vlc launched in spdif mode to play mpeg or lpcm
-audio.
-
-*cleaned the title property messages to get rid of the ugly stars.
-
-------------------------------------------------------------------------
-r951 | sam | 2001-06-13 00:14:44 +0200 (Wed, 13 Jun 2001) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/extras/libdvdcss
-   A /trunk/extras/libdvdcss/.cvsignore
-   A /trunk/extras/libdvdcss/Makefile
-   A /trunk/extras/libdvdcss/css.c
-   A /trunk/extras/libdvdcss/css.h
-   A /trunk/extras/libdvdcss/csstables.h
-   A /trunk/extras/libdvdcss/ioctl.c
-   A /trunk/extras/libdvdcss/ioctl.h
-   A /trunk/extras/libdvdcss/libdvdcss.c
-   A /trunk/extras/libdvdcss/libdvdcss.h
-   A /trunk/extras/libdvdcss/videolan
-   A /trunk/extras/libdvdcss/videolan/dvdcss.h
-   M /trunk/include/input_iovec.h
-   M /trunk/plugins/dvd/Makefile
-   D /trunk/plugins/dvd/dvd_css.c
-   D /trunk/plugins/dvd/dvd_css.h
-   D /trunk/plugins/dvd/dvd_csstables.h
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   D /trunk/plugins/dvd/dvd_ioctl.c
-   D /trunk/plugins/dvd/dvd_ioctl.h
-   M /trunk/plugins/dvd/dvd_summary.c
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvd/dvd_udf.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-   A /trunk/plugins/kde/.cvsignore
-   M /trunk/plugins/sdl/Makefile
-   M /trunk/src/interface/main.c
-
-
-  * Exported the CSS part of the dvd plugin into a library.
-
-------------------------------------------------------------------------
-r952 | stef | 2001-06-13 02:03:08 +0200 (Wed, 13 Jun 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_netlist.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/src/audio_output/aout_spdif.c
-
-*the dvd netlist no longer stops when the fifo is empty ; it just waits
-that there are free vectors again
-
-------------------------------------------------------------------------
-r953 | sam | 2001-06-14 03:49:44 +0200 (Thu, 14 Jun 2001) | 10 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/control
-   M /trunk/extras/libdvdcss/Makefile
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/extras/libdvdcss/libdvdcss.h
-   M /trunk/extras/libdvdcss/videolan/dvdcss.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/threads.h
-   M /trunk/lib/.cvsignore
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/dvd/Makefile
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/gtk/gtk_menu.h
-   M /trunk/plugins/gtk/intf_gtk.h
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_core.h
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/video_output/video_output.c
-
-
-  * DirectX enhancements by Gildas Bazin, such as software rendering.
-  * Merged dvdcss_init and dvdcss_open into dvdcss_open, and dvdcss_close
-    and dvdcss_end into dvdcss_close. libdvdcss API now has 7 functions.
-  * Another failed attempt at profiling vlc under Linux: ported the
-    threads API to GNU Pth. Activate with --enable-pth. It doesn't seem to
-    spawn new threads for me, maybe someone will have better luck.
-  * Makefile optimizations.
-  * Automatic build of libdvdcss if not found.
-
-------------------------------------------------------------------------
-r954 | sam | 2001-06-14 04:47:45 +0200 (Thu, 14 Jun 2001) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/libdvdcss/Makefile
-   M /trunk/extras/libdvdcss/css.c
-   M /trunk/extras/libdvdcss/ioctl.c
-   M /trunk/extras/libdvdcss/ioctl.h
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/extras/libdvdcss/libdvdcss.h
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/modules.c
-
-
-  * Fully working Windows DVD ioctl support by Jon Lech Johansen.
-  * Usual weekly ChangeLog mass-update.
-
-------------------------------------------------------------------------
-r955 | sam | 2001-06-14 22:21:04 +0200 (Thu, 14 Jun 2001) | 11 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/threads.h
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/mtime.c
-
-
-  * Added gprof profiling support with --enable-profiling.
-
-    It works at last! configure with --enable-profiling, build, run
- vlc (you may want to add --noaudio, it currently segfaults with sound
- here) and launch "gprof vlc" when finished.
-
-    To make gprof work with multithreaded programs, one needs to set the
- internal ITIMER_PROF timer for each new thread launched. I did this
- through a wrapper in vlc_thread_create (see include/threads.h).
-
-------------------------------------------------------------------------
-r956 | stef | 2001-06-15 03:22:58 +0200 (Fri, 15 Jun 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-
-*Removed a lock that caused late frames in DVDRead.
-
-------------------------------------------------------------------------
-r957 | sam | 2001-06-15 07:12:30 +0200 (Fri, 15 Jun 2001) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/dvd/dvd_netlist.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/src/input/input.c
-
-
-  * Unrolled two loops in dvd_netlist.c to prevent flooding.
-  * DVD input stuttering fix by Jon Lech Johansen.
-
-------------------------------------------------------------------------
-r958 | tcastley | 2001-06-15 11:07:10 +0200 (Fri, 15 Jun 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/InterfaceWindow.h
-   M /trunk/plugins/beos/Makefile
-   A /trunk/plugins/beos/MediaControlView.cpp
-   A /trunk/plugins/beos/MediaControlView.h
-   M /trunk/plugins/beos/MsgVals.h
-   A /trunk/plugins/beos/PlayListWindow.cpp
-   A /trunk/plugins/beos/PlayListWindow.h
-
-New simple playlist.
-Enable/disable controls depending on what is in the playlist.
-
-------------------------------------------------------------------------
-r959 | sam | 2001-06-19 01:42:07 +0200 (Tue, 19 Jun 2001) | 3 lines
-Changed paths:
-   A /trunk/INSTALL.libdvdcss
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/src/video_parser/vpar_blocks.c
-
-
-  * First libdvdcss version
-
-------------------------------------------------------------------------
-r960 | sam | 2001-06-19 07:51:57 +0200 (Tue, 19 Jun 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/vout_xvideo.c
-
-
-  * FreeBSD (and probably QNX) shared memory handling fix.
-
-------------------------------------------------------------------------
-r961 | sam | 2001-06-20 09:43:48 +0200 (Wed, 20 Jun 2001) | 5 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/css.h
-   M /trunk/extras/libdvdcss/ioctl.h
-   M /trunk/extras/libdvdcss/videolan/dvdcss.h
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/idct/vdec_block_c.c
-   M /trunk/plugins/idct/vdec_block_mmx.c
-   M /trunk/plugins/mpeg/input_ts.h
-
-
-  * Fixed an alignment issue in the ifo parser. The Matrix problem should
-    be solved.
-  * Minor cosmetic fixes and warning removals here and there.
-
-------------------------------------------------------------------------
-r962 | sam | 2001-06-21 09:22:03 +0200 (Thu, 21 Jun 2001) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/include/input_iovec.h
-   A /trunk/plugins/directx/.cvsignore
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/plugins/mpeg/input_ts.h
-   M /trunk/src/input/input.c
-
-
-  * Win32 network support by Boris Dor?\239?\191?\189s <babal@via.ecp.fr>.
-
-------------------------------------------------------------------------
-r963 | sam | 2001-06-25 13:34:08 +0200 (Mon, 25 Jun 2001) | 6 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
-   M /trunk/extras/MacOSX_dvdioctl/DVDioctl.h
-   M /trunk/extras/libdvdcss/ioctl.c
-   M /trunk/extras/libdvdcss/ioctl.h
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_core.h
-   M /trunk/src/video_output/video_text.c
-
-
-  * Compile fix for newer versions of MacOS X by Colin Simmonds
-    <colin_simmonds@Mac.lover.org>.
-  * Additional MacOS X DVD ioctl work by Eugenio Jarosiewicz
-    <ej0@cise.ufl.edu>.
-
-------------------------------------------------------------------------
-r964 | gbazin | 2001-06-27 08:29:59 +0200 (Wed, 27 Jun 2001) | 14 lines
-Changed paths:
-   A /trunk/INSTALL-win32.txt
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/include/config.h.in
-   A /trunk/share/gvlc_win32.ico
-   A /trunk/share/vlc_win32_rc.rc
-   M /trunk/src/interface/main.c
-
-
-- Added command line option '--stdout <filename>' which redirects stdout
-    and stderr to the specified file. This option should mainly be useful
-    on Win32.
-- On Win32, vlc now has an icon associated to the .exe file, and is a full
-    GUI application (you don't have this annoying dos command box anymore)
-- Added INSTALL-win32.txt for specific details to the Win32 port.
-
-I've tested these changes on Win32 and Linux, let's hope I didn't break
-  vlc for other platforms.
-
---
-Gildas
-
-------------------------------------------------------------------------
-r965 | massiot | 2001-06-27 11:53:57 +0200 (Wed, 27 Jun 2001) | 3 lines
-Changed paths:
-   M /trunk/include/input.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/modules.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/mpeg/input_es.c
-   M /trunk/plugins/mpeg/input_es.h
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_programs.c
-
-Elementary Stream input plugin (use it with --input es). Only works with
-video streams at the moment.
-
-------------------------------------------------------------------------
-r966 | gbazin | 2001-06-29 00:12:04 +0200 (Fri, 29 Jun 2001) | 5 lines
-Changed paths:
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/src/misc/mtime.c
-
-
-- a few bug fixes for the directx plugin.
-- removed the custom usleep function for win32 as we don't really need
-    this accuracy, and it was eating cpu resources.
-
-------------------------------------------------------------------------
-r967 | stef | 2001-06-29 13:34:28 +0200 (Fri, 29 Jun 2001) | 2 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/css.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gtk/gtk_menu.c
-
-Bugfix for chapters change in DVD.
-
-------------------------------------------------------------------------
-r968 | gbazin | 2001-07-01 10:49:09 +0200 (Sun, 01 Jul 2001) | 9 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/downmix/ac3_downmix_3dn.c
-   M /trunk/plugins/downmix/ac3_downmix_sse.c
-   M /trunk/plugins/imdct/ac3_srfft_sse.c
-   M /trunk/plugins/yuv/transforms_yuvmmx.h
-
-
-- Portablility fix: We now control the name to be used in the assembler
-    code for a C function or variable.
-    GCC for Win32 normally prepends an underscore to the name of a
-    C function or variable, and the inline assembler code was using the
-    name without the underscore so we had undefined symbols in some
-    modules.
-- Reenabled all the accelerated modules on Win32.
-
-------------------------------------------------------------------------
-r969 | sam | 2001-07-06 10:43:31 +0200 (Fri, 06 Jul 2001) | 6 lines
-Changed paths:
-   M /trunk/doc/vlc.1
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/video_parser/vpar_blocks.c
-
-
-  * Small optimization in vpar_blocks.c, sparing a few memset() calls.
-  * Additional error checking in vout_sdl.c.
-  * Minor manpage fix, conforming to Debian policy version 3.5.5.0
-    (Closes Debian bug #99561).
-
-------------------------------------------------------------------------
-r970 | sam | 2001-07-07 19:45:29 +0200 (Sat, 07 Jul 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/vout_xvideo.c
-
-
-  * Probably fixed the "X eats more and more CPU" bug. Please test.
-  * mingw32 cross-compilation issue fixed.
-
-------------------------------------------------------------------------
-r971 | gbazin | 2001-07-07 23:10:58 +0200 (Sat, 07 Jul 2001) | 7 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/css.c
-   M /trunk/extras/libdvdcss/css.h
-   M /trunk/extras/libdvdcss/ioctl.h
-   M /trunk/extras/libdvdcss/libdvdcss.c
-
-
-- Removed unecessary translations in the win32 code from block offsets to
-    byte offsets. This was overflowing some variables.
-- Reduced the complexity of the Win9x ASPI functions because we only need
-    to handle DVD drive access.
-- Win32 code now handles seeking in areas above 2.1 Go on DVDs.
-
-------------------------------------------------------------------------
-r972 | gbazin | 2001-07-08 19:45:52 +0200 (Sun, 08 Jul 2001) | 15 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/include/common.h
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/interface/intf_msg.c
-
-
-Win32 changes only:
-
- - defined off_t as a long long. This allows DVD navigation to work.
-   This change is to be implemented on a compiler by compiler basis. For
-   now, it works on mingw32 (tested) and should work on MSVC (not tested).
-
- - Implemented a quick and dirty hack in intf_msg.c to be able to display
-   long long integers with printf on Win32. This change is also necessary
-   to avoid segfaults when debug is enabled in vlc on Win32.
-
- - few minor changes in the directx plugins.
-
- - defined snprintf in common.h and removed a few #ifdef WIN32
-
-------------------------------------------------------------------------
-r973 | reno | 2001-07-09 01:15:11 +0200 (Mon, 09 Jul 2001) | 4 lines
-Changed paths:
-   M /trunk/include/ac3_imdct.h
-   M /trunk/plugins/downmix/ac3_downmix_3dn.c
-   M /trunk/plugins/downmix/ac3_downmix_sse.c
-   M /trunk/plugins/imdct/ac3_imdct_3dn.c
-   M /trunk/plugins/imdct/ac3_imdct_sse.c
-   M /trunk/plugins/imdct/ac3_srfft_3dn.c
-   M /trunk/plugins/imdct/ac3_srfft_sse.c
-   M /trunk/src/ac3_decoder/ac3_decoder.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.h
-
-* Alignement in asm functions
-* 16 bytes alignement for data (need fo SSE)
-* Optimization in SSE
-
-------------------------------------------------------------------------
-r974 | gbazin | 2001-07-10 08:07:53 +0200 (Tue, 10 Jul 2001) | 7 lines
-Changed paths:
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/video_output/video_output.c
-
-
-- Fixed the segfault in vout_UnloadFont
-- DestroyThread in video_output doesn't call pf_destroy if pf_create has
-    failed previously.
-- The Xvideo plugin now closes the video window when it XVideoGetPort
-    fails in vout_Create.
-
-------------------------------------------------------------------------
-r975 | sam | 2001-07-11 04:01:05 +0200 (Wed, 11 Jul 2001) | 11 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/libdvdcss/css.c
-   M /trunk/extras/libdvdcss/css.h
-   M /trunk/extras/libdvdcss/csstables.h
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/extras/libdvdcss/libdvdcss.h
-   M /trunk/extras/libdvdcss/videolan/dvdcss.h
-   M /trunk/lib/.cvsignore
-   A /trunk/plugins/.cvsignore
-   M /trunk/plugins/alsa/Makefile
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/beos/Makefile
-   M /trunk/plugins/darwin/Makefile
-   M /trunk/plugins/directx/Makefile
-   M /trunk/plugins/downmix/Makefile
-   M /trunk/plugins/downmix/downmix.c
-   M /trunk/plugins/downmix/downmix3dn.c
-   M /trunk/plugins/downmix/downmixsse.c
-   M /trunk/plugins/dsp/Makefile
-   M /trunk/plugins/dummy/Makefile
-   M /trunk/plugins/dvd/Makefile
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/esd/Makefile
-   M /trunk/plugins/fb/Makefile
-   M /trunk/plugins/ggi/Makefile
-   M /trunk/plugins/glide/Makefile
-   M /trunk/plugins/gtk/Makefile
-   M /trunk/plugins/idct/Makefile
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   M /trunk/plugins/imdct/Makefile
-   M /trunk/plugins/imdct/imdct.c
-   M /trunk/plugins/imdct/imdct3dn.c
-   M /trunk/plugins/imdct/imdctsse.c
-   M /trunk/plugins/kde/Makefile
-   M /trunk/plugins/kde/intf_plugin.h
-   M /trunk/plugins/kde/kde.cpp
-   M /trunk/plugins/macosx/Makefile
-   M /trunk/plugins/mga/Makefile
-   M /trunk/plugins/motion/Makefile
-   M /trunk/plugins/motion/motion.c
-   M /trunk/plugins/motion/motionmmx.c
-   M /trunk/plugins/motion/motionmmxext.c
-   M /trunk/plugins/mpeg/Makefile
-   M /trunk/plugins/qt/Makefile
-   M /trunk/plugins/sdl/Makefile
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/text/Makefile
-   M /trunk/plugins/x11/Makefile
-   M /trunk/plugins/yuv/Makefile
-   M /trunk/plugins/yuv/video_yuv.c
-   M /trunk/plugins/yuv/video_yuvmmx.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_parser/vpar_synchro.c
-
-
-  * libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
-    vlc's DVD input (looks like decoders are expecting data too early and
-    DVD input can't cope with it due to decryption). Needs to be investigated.
-  * Plugins are now compiled in plugins/* and libraries in lib/*.
-  * The KDE UI compiles again but does not work yet.
-  * ALSA plugin message corrections.
-  * Calculation modules can now be calledwith a shorter name
-    (eg. '--downmix mmx' instead of '--downmix downmixmmx').
-  * Fixed insane verbosity of the SDL plugin.
-
-------------------------------------------------------------------------
-r976 | gbazin | 2001-07-11 16:26:19 +0200 (Wed, 11 Jul 2001) | 10 lines
-Changed paths:
-   M /trunk/plugins/directx/Makefile
-   M /trunk/plugins/directx/vout_directx.c
-   A /trunk/plugins/directx/vout_directx.h
-   A /trunk/plugins/directx/vout_events.c
-
-
-DirectX plugin changes:
-- The Win32 GetMessage function has been isolated in a thread. This has
-    been done because this function can block the thread. Thanks to this
-    change, you can now move your window without any video and audio
-    interruption.
-- Splitted the events handling code into a separate file.
-- Fixed the bug associated with the window dragging option in the
-    diplay properties.
-
-------------------------------------------------------------------------
-r977 | reno | 2001-07-12 22:31:33 +0200 (Thu, 12 Jul 2001) | 3 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/include/audio_output.h
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/src/audio_output/aout_s16.c
-   M /trunk/src/audio_output/aout_u8.c
-
-* Fix audio/video synchro bug with esd
-* Should fix buggy sound due to 44100-48000 Hz conversions
-
-------------------------------------------------------------------------
-r978 | reno | 2001-07-12 22:44:52 +0200 (Thu, 12 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/macosx/aout_macosx.c
-   M /trunk/plugins/sdl/aout_sdl.c
-
-I forgot to commit others aout plugins
-
-------------------------------------------------------------------------
-r979 | gbazin | 2001-07-13 01:06:54 +0200 (Fri, 13 Jul 2001) | 15 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/include/input_iovec.h
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/directx/vout_events.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/plugins/mpeg/input_ts.h
-
-
-- Fixed 2 Win32 bugs in libdvdcss (in _win32_dvdcss_readv), one of them
-    should have prevented the Win9x dvd input from working.
-- Moved the "if(Win2k)" out of the loop in _win32_dvdcss_readv.
-
-- Put a readv() function in input_iovec.h, the input_es now compiles.
-- Modified input_ts to use this function.
-
-- Fixed an initialisation bug in vout_directx.c
-- Right clicking on the mouse now displays the navigation menu.
-
-
-PS: If someone is willing to test the DVD input on Win95/98/Me I will
-    upload an up to date binary package.
-
-------------------------------------------------------------------------
-r980 | gbazin | 2001-07-15 11:49:09 +0200 (Sun, 15 Jul 2001) | 4 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/libdvdcss.c
-
-
-- The Win98 DVD input is finally working. (had to install Win98 on my
-    computer to find the problem ;-)
-
-------------------------------------------------------------------------
-r981 | massiot | 2001-07-16 14:10:32 +0200 (Mon, 16 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-
-Fixed GetChunk for chunks < 4 bytes.
-
-------------------------------------------------------------------------
-r982 | massiot | 2001-07-16 16:33:40 +0200 (Mon, 16 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/sdl/vout_sdl.c
-
-Reactivated SDL parachute in non-debug mode (memory leak otherwise).
-
-------------------------------------------------------------------------
-r983 | massiot | 2001-07-16 17:54:59 +0200 (Mon, 16 Jul 2001) | 4 lines
-Changed paths:
-   D /trunk/doc/common.tex
-   D /trunk/doc/conventions
-   A /trunk/doc/developer
-   A /trunk/doc/developer/Makefile
-   A /trunk/doc/developer/audio_output.xml
-   A /trunk/doc/developer/debugging.xml
-   A /trunk/doc/developer/decoders.xml
-   A /trunk/doc/developer/gfdl.xml
-   A /trunk/doc/developer/glossary.xml
-   A /trunk/doc/developer/history.xml
-   A /trunk/doc/developer/input.xml
-   A /trunk/doc/developer/interface.xml
-   A /trunk/doc/developer/manual.xml
-   A /trunk/doc/developer/modules.eps
-   A /trunk/doc/developer/modules.fig
-   A /trunk/doc/developer/modules.gif
-   A /trunk/doc/developer/overview.xml
-   A /trunk/doc/developer/ports.xml
-   A /trunk/doc/developer/ps.eps
-   A /trunk/doc/developer/ps.fig
-   A /trunk/doc/developer/ps.gif
-   A /trunk/doc/developer/stream.eps
-   A /trunk/doc/developer/stream.fig
-   A /trunk/doc/developer/stream.gif
-   A /trunk/doc/developer/ts.eps
-   A /trunk/doc/developer/ts.fig
-   A /trunk/doc/developer/ts.gif
-   A /trunk/doc/developer/video_output.xml
-   D /trunk/doc/main.tex
-   D /trunk/doc/organization.fig
-   D /trunk/doc/threads.tex
-
-* Added IDEALX developer documentation into main CVS - PLEASE UPDATE
-REGULARLY ;
-* Cleaned up doc/ directory.
-
-------------------------------------------------------------------------
-r984 | massiot | 2001-07-16 18:26:21 +0200 (Mon, 16 Jul 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/TODO
-   D /trunk/src/generic_decoder
-
-* Exploded the outdated generic decoder ;
-* Updated ChangeLog and TODO.
-
-------------------------------------------------------------------------
-r985 | massiot | 2001-07-16 18:39:00 +0200 (Mon, 16 Jul 2001) | 2 lines
-Changed paths:
-   A /trunk/src/video_decoder/video_fifo.c
-   A /trunk/src/video_decoder/video_parser.c
-   A /trunk/src/video_decoder/vpar_blocks.c
-   A /trunk/src/video_decoder/vpar_headers.c
-   A /trunk/src/video_decoder/vpar_synchro.c
-   D /trunk/src/video_parser
-
-Moved video parser into video decoder.
-
-------------------------------------------------------------------------
-r986 | massiot | 2001-07-16 18:40:14 +0200 (Mon, 16 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-
-...and the associated Makefile modifications.
-
-------------------------------------------------------------------------
-r987 | gbazin | 2001-07-17 00:00:45 +0200 (Tue, 17 Jul 2001) | 4 lines
-Changed paths:
-   M /trunk/include/modules_export.h
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules.c
-
-
-Added intf_DbgMsg and intf_DbgMsgImm symbols to modules_export.h
-This fixes the TRACE build.
-
-------------------------------------------------------------------------
-r988 | massiot | 2001-07-17 11:48:08 +0200 (Tue, 17 Jul 2001) | 3 lines
-Changed paths:
-   D /trunk/include/input.h
-   A /trunk/include/input_ext-plugins.h
-   D /trunk/include/input_netlist.h
-   M /trunk/include/modules.h
-   D /trunk/include/mpeg_system.h
-   A /trunk/include/vdec_ext-plugins.h
-   D /trunk/include/vdec_motion.h
-   D /trunk/include/video_decoder.h
-   D /trunk/include/video_fifo.h
-   D /trunk/include/video_parser.h
-   D /trunk/include/vpar_blocks.h
-   D /trunk/include/vpar_headers.h
-   D /trunk/include/vpar_synchro.h
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/plugins/dvd/dvd_netlist.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   M /trunk/plugins/idct/vdec_block.h
-   M /trunk/plugins/idct/vdec_block_c.c
-   M /trunk/plugins/idct/vdec_block_mmx.c
-   M /trunk/plugins/idct/vdec_idct.c
-   M /trunk/plugins/idct/vdec_idct.h
-   M /trunk/plugins/motion/vdec_motion_common.c
-   M /trunk/plugins/mpeg/input_es.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/video_decoder/video_decoder.c
-   A /trunk/src/video_decoder/video_decoder.h
-   M /trunk/src/video_decoder/video_fifo.c
-   A /trunk/src/video_decoder/video_fifo.h
-   M /trunk/src/video_decoder/video_parser.c
-   A /trunk/src/video_decoder/video_parser.h
-   M /trunk/src/video_decoder/vpar_blocks.c
-   A /trunk/src/video_decoder/vpar_blocks.h
-   M /trunk/src/video_decoder/vpar_headers.c
-   A /trunk/src/video_decoder/vpar_headers.h
-   M /trunk/src/video_decoder/vpar_synchro.c
-   A /trunk/src/video_decoder/vpar_synchro.h
-
-Cleaned up include/. Unnecessary headers are no longer under include/, but
-under src/. (eat that)
-
-------------------------------------------------------------------------
-r989 | massiot | 2001-07-18 16:21:00 +0200 (Wed, 18 Jul 2001) | 5 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/config.h.in
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/modules_export.h
-   M /trunk/include/stream_control.h
-   M /trunk/include/threads.h
-   M /trunk/include/vdec_ext-plugins.h
-   M /trunk/include/video.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_decoder/video_decoder.h
-   D /trunk/src/video_decoder/video_fifo.c
-   D /trunk/src/video_decoder/video_fifo.h
-   M /trunk/src/video_decoder/video_parser.c
-   M /trunk/src/video_decoder/video_parser.h
-   M /trunk/src/video_decoder/vpar_blocks.c
-   D /trunk/src/video_decoder/vpar_blocks.h
-   M /trunk/src/video_decoder/vpar_headers.c
-   D /trunk/src/video_decoder/vpar_headers.h
-   A /trunk/src/video_decoder/vpar_pool.c
-   A /trunk/src/video_decoder/vpar_pool.h
-   M /trunk/src/video_decoder/vpar_synchro.c
-   D /trunk/src/video_decoder/vpar_synchro.h
-   M /trunk/src/video_output/video_output.c
-
-* Rewrote the video decoder to take advantage of several processors (SMP mode) ;
-* Fixed a bug in the video decoder initialization :-p ;
-* Added --smp option and several hooks in src/input/input_ext-intf.c ;
-* Grayscale mode now turns off chroma IDCT.
-
-------------------------------------------------------------------------
-r990 | massiot | 2001-07-18 17:21:51 +0200 (Wed, 18 Jul 2001) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/src/input/mpeg_system.c
-
-A BIG kludge for the calculation of mux_rate, so that times displayed in
-the scroll bar are now correct for MPEG-2 streams. There is probably a
-better way to do it, but I haven't found in months.
-
-------------------------------------------------------------------------
-r991 | massiot | 2001-07-18 19:05:39 +0200 (Wed, 18 Jul 2001) | 3 lines
-Changed paths:
-   A /trunk/doc/developer/.cvsignore
-   M /trunk/doc/developer/Makefile
-   M /trunk/doc/developer/decoders.xml
-   M /trunk/doc/developer/overview.xml
-   M /trunk/include/config.h.in
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_decoder/vpar_blocks.c
-
-* Updated documentation with recent changes ;
-* Decoders are niced again, for it is really better.
-
-------------------------------------------------------------------------
-r992 | massiot | 2001-07-19 13:42:31 +0200 (Thu, 19 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/Makefile.opts.in
-   M /trunk/TODO
-
-* FreeBSD compilation fix, by ?\239?\191?\189yvind Kolbu.
-
-------------------------------------------------------------------------
-r993 | massiot | 2001-07-19 13:50:51 +0200 (Thu, 19 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/libdvdcss/ioctl.c
-   M /trunk/include/defs.h.in
-   A /trunk/plugins/qnx
-   A /trunk/plugins/qnx/Makefile
-   A /trunk/plugins/qnx/aout_qnx.c
-   A /trunk/plugins/qnx/qnx.c
-   A /trunk/plugins/qnx/vout_qnx.c
-
-* QNX RTOS plug-in by Jon Lech Johansen.
-
-------------------------------------------------------------------------
-r994 | massiot | 2001-07-20 18:20:25 +0200 (Fri, 20 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_clock.c
-
-Fixed the "paused movie won't restart" bug.
-
-------------------------------------------------------------------------
-r995 | xav | 2001-07-24 11:40:05 +0200 (Tue, 24 Jul 2001) | 5 lines
-Changed paths:
-   M /trunk/Makefile
-
-
-Quick and ugly hack in the makefile to allow vlc_win32 to compile when
-getting it directly from the CVS. As a result, the vlc_win32 program
-doesn't have an icon any more. Too bad.
-
-------------------------------------------------------------------------
-r996 | xav | 2001-07-24 13:16:09 +0200 (Tue, 24 Jul 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-
-
-Removed the changes made ; vlc should compile when following the
-instructions in INSTALL-win32.
-
-------------------------------------------------------------------------
-r997 | massiot | 2001-07-24 14:03:00 +0200 (Tue, 24 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/vpar_synchro.c
-
-Tuned constants, since it seems to make people happy.
-
-------------------------------------------------------------------------
-r998 | sam | 2001-07-25 02:23:40 +0200 (Wed, 25 Jul 2001) | 4 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/css.h
-   M /trunk/extras/libdvdcss/ioctl.c
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/extras/libdvdcss/libdvdcss.h
-
-
-  * libdvdcss segfault fixes, at last!
-     (I really wonder how it could have worked before :)
-
-------------------------------------------------------------------------
-r999 | sam | 2001-07-25 05:12:33 +0200 (Wed, 25 Jul 2001) | 5 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/gtk/Makefile
-   M /trunk/plugins/gtk/gtk_control.c
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/gtk/gtk_modules.c
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/plugins/text/intf_ncurses.c
-   M /trunk/plugins/text/ncurses.c
-
-
-  * ncurses compilation fix by Michael Mondragon <mammon@lokmail.net>.
-  * fix for large inline functions and gcc 3.0.
-  * fixed the gnome plugin so that it does not include gtk headers.
-
-------------------------------------------------------------------------
-r1000 | sam | 2001-07-25 05:53:19 +0200 (Wed, 25 Jul 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-
-  * Updated ChangeLog.
-
-------------------------------------------------------------------------
-r1001 | gbazin | 2001-07-25 10:41:22 +0200 (Wed, 25 Jul 2001) | 13 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/extras/libdvdcss/libdvdcss.h
-   M /trunk/include/threads.h
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/directx/vout_events.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/idct/vdec_idct.c
-   M /trunk/plugins/sdl/aout_sdl.c
-
-
- * dvdcss_readv optimisations for Win32. We now send only one read command
-   to the DVD drive for the whole iovec.
- * Fixed _win32_dvdcss_aread to work around the WinASPI32 64kb transfer
-   size restriction.
- * New and theoretically better Win32 pthread implementation which fixes a
-   problem I was having when changing title on a DVD (netlist related).
-   vlc_cond_multicast may or may not work.
- * Fixed the "quit" event handling in directx/vout_events.c.
- * dvd_ifo.c now takes into account error messages from UDFFindFile.
- * Temporarily disabled aout_Probe() in aout_SDL (this function
-   is creating an awful lot of problems - libSDL bug ).
-
-------------------------------------------------------------------------
-r1002 | sam | 2001-07-25 16:14:38 +0200 (Wed, 25 Jul 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/gtk/Makefile
-
-
-  * Fixed my latest gnome Makefile breakage.
-
-------------------------------------------------------------------------
-r1003 | bozo | 2001-07-25 16:51:48 +0200 (Wed, 25 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/aout_spdif.c
-
-The spdif audio output won't kill itself anymore at the beginning.
-
-------------------------------------------------------------------------
-r1004 | massiot | 2001-07-25 17:37:34 +0200 (Wed, 25 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/vpar_headers.c
-
-Fixed a reinit bug after a discontinuity - such as seek().
-
-------------------------------------------------------------------------
-r1005 | massiot | 2001-07-25 20:06:27 +0200 (Wed, 25 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/vpar_headers.c
-
-Fixed a stupid bug in buffer management with field pictures.
-
-------------------------------------------------------------------------
-r1006 | massiot | 2001-07-25 21:14:06 +0200 (Wed, 25 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-
-Now use sdl-config for SDL.
-
-------------------------------------------------------------------------
-r1007 | sam | 2001-07-26 05:13:30 +0200 (Thu, 26 Jul 2001) | 4 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/extras/libdvdcss/css.c
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/plugins/yuv/transforms_yuvmmx.h
-
-
-  * Fixed the MMX YUV plugin issues with gcc 2.96 and 3.0.
-  * Updated TODO, cosmetic changes.
-
-------------------------------------------------------------------------
-r1008 | massiot | 2001-07-26 11:08:57 +0200 (Thu, 26 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-Accept SDL 1.1.5 or later.
-
-------------------------------------------------------------------------
-r1009 | massiot | 2001-07-26 13:36:52 +0200 (Thu, 26 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/vpar_headers.c
-
-(Hopefully) fixed the #@!$ field pictures bug.
-
-------------------------------------------------------------------------
-r1010 | massiot | 2001-07-26 16:53:24 +0200 (Thu, 26 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-
-Now using gcc -pipe.
-
-------------------------------------------------------------------------
-r1011 | reno | 2001-07-26 22:00:33 +0200 (Thu, 26 Jul 2001) | 4 lines
-Changed paths:
-   M /trunk/doc/vlc.1
-   M /trunk/plugins/imdct/ac3_imdct_3dn.c
-   M /trunk/plugins/imdct/ac3_imdct_sse.c
-   M /trunk/plugins/imdct/ac3_srfft_sse.c
-
-* Format asm functions for gcc
-  -> fixed the segfaults with imdct_sse
-  -> sound is hugly with imdct_sse in debug mode
-
-------------------------------------------------------------------------
-r1012 | bozo | 2001-07-27 02:49:46 +0200 (Fri, 27 Jul 2001) | 4 lines
-Changed paths:
-   M /trunk/src/ac3_spdif/ac3_spdif.c
-
-Fix a bug in aout spdif with dolby stereo (use of obsolete PTS).
-
-Bozo and Stef : the dream team of bozos. Stef you're gonna die (dunga).
-
-------------------------------------------------------------------------
-r1013 | sam | 2001-07-27 03:05:17 +0200 (Fri, 27 Jul 2001) | 13 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/libdvdcss/Makefile
-   M /trunk/extras/libdvdcss/css.c
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/plugins/dvd/Makefile
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/dvd_summary.c
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvd/input_dvd.c
-
-
-  * Changed libdvdcss API to force binary incompatibility. Yeah, this is
-    evil, but if we don't do it now we'll have to do it when more people
-    are using it.
-  * Fixed minor libdvdcss stuff such as the soname and compilation flags.
-  * New --with-dvdcss flag.
-    Explanation:
-     o default: build libdvdcss, statically link vlc against it.
-     o --with-dvdcss=no: build libdvdcss, dynamically link vlc against it.
-     o --with-dvdcss=yes: don't build libdvdcss, use already installed one.
-     o --with-dvdcss=/foo: don't build libdvdcss, use libdvdcss from /foo/*.
-    (this looks a bit strange to me, I'll find better flag settings)
-
-------------------------------------------------------------------------
-r1014 | bozo | 2001-07-27 03:19:24 +0200 (Fri, 27 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/src/ac3_spdif/ac3_spdif.c
-
-Fix another little silly thing.
-
-------------------------------------------------------------------------
-r1015 | massiot | 2001-07-27 11:17:38 +0200 (Fri, 27 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/vpar_blocks.c
-
-Disabled Dual Prime Arithmetic message for the release :-p.
-
-------------------------------------------------------------------------
-r1016 | sam | 2001-07-27 16:43:30 +0200 (Fri, 27 Jul 2001) | 9 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/changelog-css
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/extras/libdvdcss/videolan/dvdcss.h
-   M /trunk/vlc.spec
-
-
-  * Updated version numbers for imminent release.
-  * Fixed the --with-dvdcss flag:
-     o --with-dvdcss - build libdvdcss, link statically (also default behaviour)
-     o --with-dvdcss=local-static - build libdvdcss, link statically
-     o --with-dvdcss=local-shared - build libdvdcss, link dynamically
-     o --with-dvdcss=/foo/bar - don't build libdvdcss, use libdvdcss in /foo/bar
-  * Fixed an omission in the dvdcss.h header.
-
-------------------------------------------------------------------------
-r1017 | sam | 2001-07-27 18:14:58 +0200 (Fri, 27 Jul 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/INSTALL
-   M /trunk/INSTALL-win32.txt
-   M /trunk/INSTALL.libdvdcss
-   M /trunk/Makefile
-   M /trunk/extras/libdvdcss/Makefile
-
-
-  * Added a make uninstall rule.
-
-------------------------------------------------------------------------
-r1018 | sam | 2001-07-27 18:23:14 +0200 (Fri, 27 Jul 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-
-
-  * Additional fixes to the sdl-config detection.
-
-------------------------------------------------------------------------
-r1019 | massiot | 2001-07-27 18:40:20 +0200 (Fri, 27 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-
-Fixed a FreeBSD bug (again).
-
-------------------------------------------------------------------------
-r1020 | sam | 2001-07-28 04:17:37 +0200 (Sat, 28 Jul 2001) | 5 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/changelog-css
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/vlc.spec
-
-
-  * Fix in libdvdcss in the key caching code.
-  * Removed useless variables in configure.in which caused all subsequent
-    compilation tests to fail.
-
-------------------------------------------------------------------------
-r1021 | sam | 2001-07-30 00:54:29 +0200 (Mon, 30 Jul 2001) | 5 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/vlc.spec
-
-
-  * Better gtk-config detection.
-  * Removed duplicate checks in configure.in.
-  * Fixed a typo in vlc.spec.
-
-------------------------------------------------------------------------
-r1022 | sam | 2001-07-30 02:53:05 +0200 (Mon, 30 Jul 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/include/common.h
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/directx/vout_events.c
-   M /trunk/plugins/dvd/dvd_netlist.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/mpeg/input_es.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/interface/main.c
-
-
-  * VC++/Intel compiler fixes by Jon Lech Johansen <jon-vl@nanocrew.net>.
-
-------------------------------------------------------------------------
-r1023 | massiot | 2001-07-30 15:57:46 +0200 (Mon, 30 Jul 2001) | 8 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/kde/.cvsignore
-   M /trunk/plugins/kde/Makefile
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-
-* Don't miserably die in `make` when ./configure hasn't be run ;
-* Fixed a bug when compiling KDE plug-in without Qt plug-in ;
-* Now taking into account $KDEDIR ;
-* Made SDL configure error messages more explicit ;
-* --disable-sdl is now correctly taken into account ;
-* Changed the order of evaluation of sdl-config and sdl11-config ;
-* Finally fixed SDL*/SDL.h check ;
-
-------------------------------------------------------------------------
-r1024 | massiot | 2001-07-30 16:13:35 +0200 (Mon, 30 Jul 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-* Now use SDL_CFLAGS for searching SDL/SDL.h.
-
-------------------------------------------------------------------------
-r1025 | gbazin | 2001-07-30 20:56:36 +0200 (Mon, 30 Jul 2001) | 7 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/x11/vout_xvideo.c
-
-
-* Fixed a Win32 bug in libdvdcss. This bug was appearing on title change.
-* Modified input_dvd so you can now go directly to the selected chapter
-  when you change the title.
-* Implemented the Probe function in the Xvideo plugin. Xvideo is now the
-  default video output plugin when it is supported.
-
-------------------------------------------------------------------------
-r1026 | gbazin | 2001-07-31 23:13:30 +0200 (Tue, 31 Jul 2001) | 5 lines
-Changed paths:
-   M /trunk/include/threads.h
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/src/video_decoder/video_decoder.c
-
-
-* Fixed a segfault in PSEnd in input_ps.c
-* The video decoder thread is now also reniced to a lower priority on
-  Win32 (as in the linux version). This slightly increases the responsiveness of vlc.
-
-------------------------------------------------------------------------
-r1027 | gbazin | 2001-08-03 18:04:17 +0200 (Fri, 03 Aug 2001) | 10 lines
-Changed paths:
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/plugins/yuv/video_yuvmmx.c
-
-
-* Fixed a segfault in yuv_End() in video_yuvmmx.c
-* Fixed the "Gdk-ERROR **: BadCursor" bug in the x11 and xvideo plugins
-* Fixed a segfault in SetBufferPicture() in video_output.c. This segfault
-    only happened with the xvideo plugin because this one is not using
-    SetBuffers().
-
-PS: The last fix broke the overlay output of SDL (black screen) I will
-  investigate this later on.
-
-------------------------------------------------------------------------
-r1028 | gbazin | 2001-08-03 20:03:32 +0200 (Fri, 03 Aug 2001) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-
-Oops, forgot to commit this file.
-
-------------------------------------------------------------------------
-r1029 | gbazin | 2001-08-05 17:32:47 +0200 (Sun, 05 Aug 2001) | 7 lines
-Changed paths:
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.h
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_text.c
-
-
-* Big rewrite of the DirectX audio plugin. The audio output is now (almost)
-    perfect on Win32.
-* Fixed a bug in ac3dec_CreateThread() in ac3_decoder_thread.
-* On Win32, open() will now open files in binary mode by default.
-* A few minor changes to vout_xvideo.c
-
-------------------------------------------------------------------------
-r1030 | gbazin | 2001-08-05 20:57:59 +0200 (Sun, 05 Aug 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/directx/aout_directx.c
-
-
-* Minor bug fix to aout_directx.c
-
-------------------------------------------------------------------------
-r1031 | sam | 2001-08-06 15:13:06 +0200 (Mon, 06 Aug 2001) | 5 lines
-Changed paths:
-   M /trunk/plugins/text/intf_rc.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-
-
-  * Made the remote command plugin usable even with no stream.
-  * Fixed a deadlock in the remote command plugin.
-  * Fixed a deadlock in the SPU decoder.
-
-------------------------------------------------------------------------
-r1032 | sam | 2001-08-06 15:28:01 +0200 (Mon, 06 Aug 2001) | 12 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   A /trunk/README.libdvdcss
-   M /trunk/configure
-   M /trunk/configure.in
-   D /trunk/debian/changelog-css
-   M /trunk/debian/control
-   D /trunk/debian/control-css
-   A /trunk/debian/libdvdcss0.0.2-dev.dirs
-   A /trunk/debian/libdvdcss0.0.2.dirs
-   A /trunk/debian/libdvdcss0.0.2.docs
-   M /trunk/debian/rules
-   D /trunk/debian/rules-css
-   M /trunk/debian/vlc.dirs
-   M /trunk/extras/libdvdcss/Makefile
-   M /trunk/extras/libdvdcss/css.c
-   M /trunk/extras/libdvdcss/ioctl.c
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/alsa/Makefile
-   M /trunk/plugins/beos/Makefile
-   M /trunk/plugins/darwin/Makefile
-   M /trunk/plugins/directx/Makefile
-   M /trunk/plugins/downmix/Makefile
-   M /trunk/plugins/dsp/Makefile
-   M /trunk/plugins/dummy/Makefile
-   M /trunk/plugins/dvd/Makefile
-   A /trunk/plugins/dvd/dummy_dvdcss.c
-   A /trunk/plugins/dvd/dummy_dvdcss.h
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_summary.c
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/esd/Makefile
-   M /trunk/plugins/fb/Makefile
-   M /trunk/plugins/ggi/Makefile
-   M /trunk/plugins/glide/Makefile
-   M /trunk/plugins/gtk/Makefile
-   M /trunk/plugins/idct/Makefile
-   M /trunk/plugins/imdct/Makefile
-   M /trunk/plugins/kde/Makefile
-   M /trunk/plugins/macosx/Makefile
-   M /trunk/plugins/mga/Makefile
-   M /trunk/plugins/motion/Makefile
-   M /trunk/plugins/mpeg/Makefile
-   M /trunk/plugins/qnx/Makefile
-   M /trunk/plugins/qt/Makefile
-   M /trunk/plugins/sdl/Makefile
-   M /trunk/plugins/text/Makefile
-   M /trunk/plugins/x11/Makefile
-   M /trunk/plugins/yuv/Makefile
-   M /trunk/vlc.spec
-
-
-  * Added a dummy libdvdcss so that the DVD plugin can be used without
-    libdvdcss. It will try to dlopen() libdvdcss at runtime, though,
-    and will use the dummy functions only if it couldn't find a valid
-    libdvdcss. This is probably only useful to package maintainers.
-
-  * Tidied the snapshot-* Makefile rules.
-  * Tidied the modules Makefiles.
-  * Removed useless stuff in the debian/ directory.
-  * Removed the "make all" kludge in the Makefile.opts rule. I hope this
-    patch is harmless on all systems.
-
-------------------------------------------------------------------------
-r1033 | sam | 2001-08-06 15:46:54 +0200 (Mon, 06 Aug 2001) | 3 lines
-Changed paths:
-   M /trunk/debian/.cvsignore
-   A /trunk/debian/libdvdcss0.0.2.copyright
-   M /trunk/debian/rules
-
-
-  * libdvdcss* packages are now a bit more policy-compliant.
-
-------------------------------------------------------------------------
-r1034 | gbazin | 2001-08-06 22:45:55 +0200 (Mon, 06 Aug 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/sdl/vout_sdl.c
-
-
-* Fixed the sdl video output plugin that I broke 2 days ago.
-
-------------------------------------------------------------------------
-r1035 | sam | 2001-08-07 04:48:25 +0200 (Tue, 07 Aug 2001) | 8 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.dep
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/libdvdcss/Makefile
-   M /trunk/extras/libdvdcss/ioctl.c
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/src/interface/main.c
-
-
-  * Got Makefile to launch ./configure almost properly. $(MAKECMDGOALS) rules !
-  * Various debian scripts fixes.
-  * Added -lmsvcrt40 to the win32 flags for proper execution under Wine.
-  * Fixed broken soname setting under Solaris (and OS X, sort of).
-  * Made the illegal instruction report more explicit.
-  * BSD/OS 4.3beta1 fixes by Steven M. Schultz <sms@TO.GD-ES.COM>.
-
-------------------------------------------------------------------------
-r1036 | sam | 2001-08-07 12:54:51 +0200 (Tue, 07 Aug 2001) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/Makefile.dep
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/vlc.spec
-
-
-  * Updated version number to 0.2.82.
-  * Updated ChangeLog.
-  * Fixed a typo in Makefile.dep.
-
-------------------------------------------------------------------------
-r1037 | sam | 2001-08-08 04:48:44 +0200 (Wed, 08 Aug 2001) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/libdvdcss/ioctl.c
-   M /trunk/extras/libdvdcss/ioctl.h
-   M /trunk/include/defs.h.in
-
-
-  * Solaris DVD decryption support by H}kan Hjort <d95hjort@dtek.chalmers.se>.
-
-------------------------------------------------------------------------
-r1038 | sam | 2001-08-09 10:20:26 +0200 (Thu, 09 Aug 2001) | 11 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/extras/libdvdcss/ioctl.c
-   M /trunk/include/modules_export.h
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/intf_playlist.c
-
-
-  * Fixed a bug in the gtk interface which caused vlc to go amok after
-    having met a zero-sized area.
-  * Found out how to type '?\239?\191?\189' in vim :-)
-  * Added missing bloat to modules_export.h.
-  * 'snapshot*' rules do not depend on 'clean', and don't use /tmp anymore.
-  * Added vlc:loop playlist command to go back at the beginning.
-    Usage: vlc file1.mpeg file2.mpeg ... fileN.mpeg vlc:loop
-    This change isn't very elegant but there are already bugs in the
-    playlist handling, I'll try to polish it once the playlist is fixed.
-
-------------------------------------------------------------------------
-r1039 | jlj | 2001-08-09 22:16:17 +0200 (Thu, 09 Aug 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_netlist.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/src/input/input_programs.c
-
-Fixed a memory leak in the ifo parser and input_EndStream
-
-------------------------------------------------------------------------
-r1040 | sam | 2001-08-10 01:12:36 +0200 (Fri, 10 Aug 2001) | 9 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/control
-   D /trunk/debian/libdvdcss0.0.2-dev.dirs
-   D /trunk/debian/libdvdcss0.0.2.copyright
-   D /trunk/debian/libdvdcss0.0.2.dirs
-   D /trunk/debian/libdvdcss0.0.2.docs
-   A /trunk/debian/libdvdcss0.0.3-dev.dirs
-   A /trunk/debian/libdvdcss0.0.3.copyright
-   A /trunk/debian/libdvdcss0.0.3.dirs
-   A /trunk/debian/libdvdcss0.0.3.docs
-   M /trunk/debian/rules
-   A /trunk/extras/BSDI_dvdioctl
-   A /trunk/extras/BSDI_dvdioctl/COPYING
-   A /trunk/extras/BSDI_dvdioctl/Makefile
-   A /trunk/extras/BSDI_dvdioctl/blkreset.c
-   A /trunk/extras/BSDI_dvdioctl/dvd.h
-   A /trunk/extras/BSDI_dvdioctl/dvdioctl.c
-   M /trunk/extras/libdvdcss/Makefile
-   M /trunk/extras/libdvdcss/ioctl.c
-
-
-  * Added BSD/OS libdvd by Steven M. Schultz <sms@TO.GD-ES.COM> in
-    extras/BSDI_dvdioctl after he suggested it. License is GPL.
-  * ./configure now checks for an installed libdvd under BSD/OS and
-    falls back to ours if not found.
-  * Fixed harmless typos in yesterday's Solaris libdvd patches.
-  * Bumped libdvdcss version number up to 0.0.3 ; release will probably
-    follow once the BSDI changes have been tested.
-
-------------------------------------------------------------------------
-r1041 | massiot | 2001-08-10 18:38:09 +0200 (Fri, 10 Aug 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg/input_ps.c
-
-Fixed a bug in System End Code handling. Contact me in case of problem.
-
-------------------------------------------------------------------------
-r1042 | sam | 2001-08-10 18:38:59 +0200 (Fri, 10 Aug 2001) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/control
-   M /trunk/plugins/dvd/Makefile
-
-
-  * Added proper Conflicts: rules in debian/control.
-  * configure.in fixes for BSD/OS.
-
-------------------------------------------------------------------------
-r1043 | massiot | 2001-08-10 19:14:11 +0200 (Fri, 10 Aug 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-Added --with-sdl-config-path option if you sdl-config is not in $PATH.
-
-------------------------------------------------------------------------
-r1044 | sam | 2001-08-10 19:43:50 +0200 (Fri, 10 Aug 2001) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/libdvdcss/ioctl.c
-   M /trunk/include/defs.h.in
-
-
-  * Another mistake in the BSD/OS configuration process.
-
-------------------------------------------------------------------------
-r1045 | sam | 2001-08-10 19:53:48 +0200 (Fri, 10 Aug 2001) | 3 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/Makefile
-
-
-  * Another stupid typo (hope I got it right this time :p).
-
-------------------------------------------------------------------------
-r1046 | sam | 2001-08-13 14:24:58 +0200 (Mon, 13 Aug 2001) | 4 lines
-Changed paths:
-   M /trunk/debian/control
-   A /trunk/debian/vlc-alsa.dirs
-   A /trunk/debian/vlc-esd.dirs
-   A /trunk/debian/vlc-ggi.dirs
-   A /trunk/debian/vlc-glide.dirs
-   A /trunk/debian/vlc-gnome.dirs
-   A /trunk/debian/vlc-gtk.dirs
-   A /trunk/debian/vlc-qt.dirs
-   A /trunk/debian/vlc-sdl.dirs
-
-
-  * Added missing debian files I forgot to add a long time ago.
-  * Fixed libglide2/libglide3 inconsistency in debian/control.
-
-------------------------------------------------------------------------
-r1047 | sam | 2001-08-14 02:00:04 +0200 (Tue, 14 Aug 2001) | 5 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/src/video_output/video_output.c
-
-
-  * Fixed a crash in subtitle rendering.
-  * Activated old crappy subtitle rendering in overlay mode (ugly but
-    probably better than having no subtitles at all).
-
-------------------------------------------------------------------------
-r1048 | sam | 2001-08-14 06:52:39 +0200 (Tue, 14 Aug 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/threads.h
-   M /trunk/plugins/mpeg/input_ps.c
-
-
-  * GNU/Hurd configuration and compilation fixes.
-
-------------------------------------------------------------------------
-r1049 | tcastley | 2001-08-14 14:09:03 +0200 (Tue, 14 Aug 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Rewritten vout for BeOS.  Now does not support overlay however code is simpler
-and easier to implement overlay and DirectWindow.
-
-------------------------------------------------------------------------
-r1050 | sam | 2001-08-14 19:53:23 +0200 (Tue, 14 Aug 2001) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-
-  * Fixed yesterday's pthread detection fix.
-
-------------------------------------------------------------------------
-r1051 | jlj | 2001-08-17 03:26:45 +0200 (Fri, 17 Aug 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/qnx/aout_qnx.c
-   M /trunk/plugins/qnx/vout_qnx.c
-
-
-  * Overlay now works under latest QNX release.
-
-------------------------------------------------------------------------
-r1052 | sam | 2001-08-20 01:35:13 +0200 (Mon, 20 Aug 2001) | 7 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/threads.h
-
-
-  * Added support in ./configure for the cprof profiler.
-  * Activated -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 on all platforms, fixes
-    issues under Solaris and QNX.
-  * Additional checks for SSE-specific (non-MMXEXT) instructions, as
-    reported in <20010817114220.A23480@slartibartfast.angrypacket.com>.
-
-------------------------------------------------------------------------
-r1053 | jlj | 2001-08-20 03:03:28 +0200 (Mon, 20 Aug 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/qnx/aout_qnx.c
-
-
-  * Switched QNX audio output to block mode as stream mode is no
-    longer supported under the latest QNX release.
-
-------------------------------------------------------------------------
-r1054 | sam | 2001-08-22 16:23:57 +0200 (Wed, 22 Aug 2001) | 5 lines
-Changed paths:
-   M /trunk/ChangeLog
-   A /trunk/ChangeLog.libdvdcss
-   M /trunk/Makefile
-   M /trunk/TODO
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/libdvdcss0.0.3.copyright
-   M /trunk/debian/rules
-   M /trunk/debian/vlc.copyright
-   M /trunk/doc/vlc.1
-   M /trunk/include/config.h.in
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/interface/main.c
-   M /trunk/vlc.spec
-
-
-  * Split ChangeLog into ChangeLog and ChangeLog.libdvdcss.
-  * Added --xvadaptor flag to select the XVideo adaptor to use.
-  * Everything is ready for the 0.2.83 release.
-
-------------------------------------------------------------------------
-r1055 | sam | 2001-08-22 17:16:02 +0200 (Wed, 22 Aug 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog.libdvdcss
-
-
-  * Grmbl. Forgot to update the libdvdcss changelog.
-
-------------------------------------------------------------------------
-r1056 | massiot | 2001-08-22 19:21:46 +0200 (Wed, 22 Aug 2001) | 8 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/configure
-   M /trunk/configure.in
-   D /trunk/include/attributes.h
-   M /trunk/include/common.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/modules.h
-   M /trunk/include/vdec_ext-plugins.h
-   M /trunk/include/video.h
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   D /trunk/plugins/idct/vdec_block.h
-   M /trunk/plugins/idct/vdec_block_c.c
-   M /trunk/plugins/idct/vdec_block_mmx.c
-   M /trunk/plugins/idct/vdec_idct.c
-   M /trunk/plugins/idct/vdec_idct.h
-   M /trunk/plugins/motion/Makefile
-   M /trunk/plugins/motion/motion.c
-   A /trunk/plugins/motion/motion3dnow.c
-   M /trunk/plugins/motion/motionmmx.c
-   M /trunk/plugins/motion/motionmmxext.c
-   D /trunk/plugins/motion/vdec_motion_common.c
-   D /trunk/plugins/motion/vdec_motion_inner.c
-   D /trunk/plugins/motion/vdec_motion_inner_mmx.c
-   D /trunk/plugins/motion/vdec_motion_inner_mmxext.c
-   M /trunk/src/ac3_decoder/ac3_parse.c
-   M /trunk/src/audio_decoder/audio_decoder.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_decoder/video_decoder.h
-   M /trunk/src/video_decoder/video_parser.c
-   M /trunk/src/video_decoder/video_parser.h
-   M /trunk/src/video_decoder/vpar_blocks.c
-   A /trunk/src/video_decoder/vpar_blocks.h
-   M /trunk/src/video_decoder/vpar_headers.c
-   M /trunk/src/video_decoder/vpar_pool.c
-   M /trunk/src/video_decoder/vpar_pool.h
-
-* Totally rewrote the video decoder (inspired by walken's mpeg2dec), implying :
-- performance boost ;
-- fixed the "Dual Prime Arithmetic" bug ;
-- 3DNow! motion compensation module ;
-* BTW, fixed numerous bugs ;
-* AC3dec statistics do not show up with --enable-stats, because I doubt
-they're understandable by a normal human being, and they pollute the output.
-
-------------------------------------------------------------------------
-r1057 | massiot | 2001-08-22 20:47:52 +0200 (Wed, 22 Aug 2001) | 3 lines
-Changed paths:
-   A /trunk/doc/web-streaming.html
-
-* Added a documentation to use VLC as a netscape plug-in and do some
-(buggy) web streaming.
-
-------------------------------------------------------------------------
-r1058 | gbazin | 2001-08-22 23:18:43 +0200 (Wed, 22 Aug 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/src/video_output/video_output.c
-
-
-- The win32 port is once again using msvcrt.dll instead of msvcrt40.dll
-- Fixed a synchro bug (typo) in video_output.c
-
-------------------------------------------------------------------------
-r1059 | massiot | 2001-08-23 12:08:26 +0200 (Thu, 23 Aug 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/vpar_blocks.c
-
-Very small enhancements.
-
-------------------------------------------------------------------------
-r1060 | massiot | 2001-08-23 15:24:38 +0200 (Thu, 23 Aug 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-
-Removed /usr/local/include, because it is unsafe in a cross-compilation
-environment. If you have problems with this, tell me and we'll find an
-alternate solution.
-
-------------------------------------------------------------------------
-r1061 | sam | 2001-08-23 17:39:46 +0200 (Thu, 23 Aug 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog.libdvdcss
-   M /trunk/configure
-   M /trunk/configure.in
-
-
-  * Attempt to fix the SDL detection under *BSD.
-
-------------------------------------------------------------------------
-r1062 | massiot | 2001-08-24 11:20:05 +0200 (Fri, 24 Aug 2001) | 2 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/Makefile
-
-Install doesn't explode if libdvdcss hasn't been compiled.
-
-------------------------------------------------------------------------
-r1063 | sam | 2001-08-24 12:51:53 +0200 (Fri, 24 Aug 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-
-  * Fixed build dependencies for architectures not supporting libasound2
-    (Closes Debian bug #109722).
-
-------------------------------------------------------------------------
-r1064 | massiot | 2001-08-24 18:28:49 +0200 (Fri, 24 Aug 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/dsp/aout_dsp.c
-
-* Removed O_NONBLCK in aout_Play because we don't use it and some drivers
-(e.g. have problems with this) ;
-* Added warning messages.
-
-------------------------------------------------------------------------
-r1065 | massiot | 2001-08-27 18:13:20 +0200 (Mon, 27 Aug 2001) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/src/input/input.c
-
-IP Multicast support, courtesy of Mathias Kretschmer <mathias@research.att.com>.
-
-------------------------------------------------------------------------
-r1066 | jlj | 2001-09-05 01:21:34 +0200 (Wed, 05 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/vpar_blocks.c
-
-  * Fixed a problem with field streams not working with new video decoder.
-
-------------------------------------------------------------------------
-r1067 | massiot | 2001-09-05 18:07:50 +0200 (Wed, 05 Sep 2001) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/modules.h
-   M /trunk/include/vdec_ext-plugins.h
-   M /trunk/plugins/idct/Makefile
-   A /trunk/plugins/idct/block_c.h
-   A /trunk/plugins/idct/block_mmx.h
-   M /trunk/plugins/idct/idct.c
-   A /trunk/plugins/idct/idct.h
-   A /trunk/plugins/idct/idct_decl.h
-   A /trunk/plugins/idct/idct_sparse.h
-   A /trunk/plugins/idct/idctaltivec.S
-   M /trunk/plugins/idct/idctaltivec.c
-   D /trunk/plugins/idct/idctaltivec.h
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   D /trunk/plugins/idct/vdec_block_c.c
-   D /trunk/plugins/idct/vdec_block_mmx.c
-   D /trunk/plugins/idct/vdec_idct.c
-   D /trunk/plugins/idct/vdec_idct.h
-   M /trunk/plugins/motion/Makefile
-   M /trunk/plugins/motion/motion3dnow.c
-   A /trunk/plugins/motion/motionaltivec.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_decoder/video_parser.c
-   M /trunk/src/video_decoder/video_parser.h
-   M /trunk/src/video_decoder/vpar_blocks.c
-   M /trunk/src/video_decoder/vpar_pool.h
-
-* Altivec IDCT and motion compensation, based on Paul Mackerras's mpeg2dec
-(untested !) ;
-* Local minor optimizations in IDCT ;
-* Removed a hopeless kludge in input_clock.c
-
-------------------------------------------------------------------------
-r1068 | massiot | 2001-09-05 18:20:23 +0200 (Wed, 05 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/idct/Makefile
-   D /trunk/plugins/idct/idctaltivec.S
-   A /trunk/plugins/idct/idctaltivecasm.S
-
-* Fixed a compilation bug.
-
-------------------------------------------------------------------------
-r1069 | massiot | 2001-09-05 18:46:10 +0200 (Wed, 05 Sep 2001) | 5 lines
-Changed paths:
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/audio_decoder/adec_generic.c
-
-* MPEG audio emphasis fix, courtesy of Matthieu Lochegnies
-<lochegm1@cti.ecp.fr> ;
-* ac3dec uninitialized data structure fix, courtesy of Damian Ivereigh
-<damian@cisco.com>.
-
-------------------------------------------------------------------------
-r1070 | henri | 2001-09-06 06:28:36 +0200 (Thu, 06 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
-
-A very tiny small useless optimization in the LPCM decoder
-
-------------------------------------------------------------------------
-r1071 | henri | 2001-09-06 09:31:39 +0200 (Thu, 06 Sep 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-
-Added gnome.h check and cleaned the error messages in the configure
-script
-
-------------------------------------------------------------------------
-r1072 | massiot | 2001-09-06 12:19:18 +0200 (Thu, 06 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-
-Fixed a warning.
-
-------------------------------------------------------------------------
-r1073 | massiot | 2001-09-06 12:39:10 +0200 (Thu, 06 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/idct/Makefile
-   M /trunk/plugins/motion/Makefile
-
-Fixed numerous bugs with the Altivec IDCT (still not compiling).
-
-------------------------------------------------------------------------
-r1074 | massiot | 2001-09-06 15:16:26 +0200 (Thu, 06 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/src/video_decoder/vpar_blocks.c
-   M /trunk/src/video_decoder/vpar_headers.c
-
-Reworked jlj's patch for field pictures.
-
-------------------------------------------------------------------------
-r1075 | massiot | 2001-09-06 15:24:21 +0200 (Thu, 06 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-Another fix for the altivec detection.
-
-------------------------------------------------------------------------
-r1076 | massiot | 2001-09-06 16:02:56 +0200 (Thu, 06 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   M /trunk/plugins/motion/motion.c
-   M /trunk/plugins/motion/motion3dnow.c
-   M /trunk/plugins/motion/motionaltivec.c
-   M /trunk/plugins/motion/motionmmx.c
-   M /trunk/plugins/motion/motionmmxext.c
-
-Various fixes for GCC 3.0.
-
-------------------------------------------------------------------------
-r1077 | henri | 2001-09-06 20:21:02 +0200 (Thu, 06 Sep 2001) | 7 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/mpeg_system.c
-
-- Fixed a netlist packet leak in demuxPSI (Mark Gritter <mgritter@kealia.com>).
-
-- Removed the nuts message "unable to allocate memory" when the netlist got
-empty.
-
-- Cosmetic changes.
-
-------------------------------------------------------------------------
-r1078 | sam | 2001-09-09 15:43:25 +0200 (Sun, 09 Sep 2001) | 15 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/ChangeLog.libdvdcss
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/extras/libdvdcss/css.c
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/extras/libdvdcss/libdvdcss.h
-   M /trunk/plugins/text/intf_ncurses.c
-
-
- Changes to vlc:
-
-  * Fixed arch-dependant build dependencies (Closes Debian bug #109722).
-  * Minor changes to the (non-working) ncurses interface.
-
- Changes to libdvdcss (courtesy of H?\239?\191?\189kan Hjort <d95hjort@dtek.chalmers.se>):
-
-  * If we see 3000 unencrypted blocks assume that the title is unencrypted.
-  * If we have not seen any encrypted block and then discover that the block
-    just read is not a valid block of an MPEG2 Program stream, assume that the
-    title is unencrypted.
-  * Empty keys (for unscrambled sectors) are now cached as well.
-  * We try to decrypt the file even if DVD ioctls are not available.
-
-------------------------------------------------------------------------
-r1079 | massiot | 2001-09-12 00:22:31 +0200 (Wed, 12 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/motion/motionaltivec.c
-
-Fixed typos, courtesy of Michel Lanners <mlan@cpu.lu>
-
-------------------------------------------------------------------------
-r1080 | tcastley | 2001-09-12 03:30:07 +0200 (Wed, 12 Sep 2001) | 5 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Fixed the slider overflow problem.
-Corrected Slider behaviour.
-Simplified Code in the vout_beos ready for another developer to implement
-more advanced video output.
-
-------------------------------------------------------------------------
-r1081 | tcastley | 2001-09-12 03:31:37 +0200 (Wed, 12 Sep 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/beos/MediaControlView.cpp
-   M /trunk/plugins/beos/MediaControlView.h
-
-Fixed Slider overflow and slider behaviour.
-Also corrected the button status behavour.
-
-------------------------------------------------------------------------
-r1082 | massiot | 2001-09-14 17:36:36 +0200 (Fri, 14 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-Miscellaneous updates to configure, especially for cross-compilation.
-
-------------------------------------------------------------------------
-r1083 | massiot | 2001-09-24 13:17:49 +0200 (Mon, 24 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/mpeg_system.c
-
-Fixed many alignment issues.
-
-------------------------------------------------------------------------
-r1084 | massiot | 2001-09-25 13:46:14 +0200 (Tue, 25 Sep 2001) | 3 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/vdec_ext-plugins.h
-   M /trunk/plugins/idct/Makefile
-   M /trunk/plugins/idct/idctaltivec.c
-   D /trunk/plugins/idct/idctaltivecasm.S
-   M /trunk/plugins/motion/Makefile
-   M /trunk/plugins/motion/motionaltivec.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_decoder/vpar_pool.c
-   M /trunk/src/video_output/video_output.c
-
-Altivec IDCT and motion compensation, courtesy of Michel Lespinasse for
-mpeg2dec (untested).
-
-------------------------------------------------------------------------
-r1085 | massiot | 2001-09-26 14:32:25 +0200 (Wed, 26 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/configure.in
-   M /trunk/include/video_output.h
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/spu_decoder/spu_decoder.c
-   M /trunk/src/video_decoder/vpar_headers.c
-   M /trunk/src/video_output/video_output.c
-
-By default, use the real size of the stream for the video output size.
-
-------------------------------------------------------------------------
-r1086 | massiot | 2001-09-28 11:55:20 +0200 (Fri, 28 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/idct/idctaltivec.c
-
-Fixed a stupid mistake in NormScan().
-
-------------------------------------------------------------------------
-r1087 | massiot | 2001-09-28 11:57:08 +0200 (Fri, 28 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/defs.h.in
-
-If memalign isn't available, fall back on valloc.
-
-------------------------------------------------------------------------
-r1088 | massiot | 2001-09-28 12:39:40 +0200 (Fri, 28 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-
-Test for Altivec C extensions.
-
-------------------------------------------------------------------------
-r1089 | massiot | 2001-09-28 16:17:16 +0200 (Fri, 28 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/idct/Makefile
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/motion/Makefile
-   M /trunk/plugins/motion/motionaltivec.c
-
-Faster configure script and as-yet untested Darwin patches.
-
-------------------------------------------------------------------------
-r1090 | massiot | 2001-09-28 17:08:40 +0200 (Fri, 28 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/plugins/idct/idctaltivec.c
-
-Fixed bugs in the MacOS X port.
-
-------------------------------------------------------------------------
-r1091 | massiot | 2001-09-28 17:24:11 +0200 (Fri, 28 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/ioctl.c
-
-Darwin ioctl, courtesy of ej0.
-
-------------------------------------------------------------------------
-r1092 | bozo | 2001-09-29 16:52:01 +0200 (Sat, 29 Sep 2001) | 5 lines
-Changed paths:
-   M /trunk/src/ac3_spdif/ac3_iec958.c
-   M /trunk/src/ac3_spdif/ac3_spdif.c
-
-Fix bad dates in ac3 spdif "decoder" (playing with the bit stream is very
-funny).
-Thanks to Stef for his ideas, Meuuh for his bit stream, and Sam for his
-trolls :)
-
-------------------------------------------------------------------------
-r1093 | stef | 2001-09-30 02:33:22 +0200 (Sun, 30 Sep 2001) | 6 lines
-Changed paths:
-   M /trunk/src/audio_output/aout_spdif.c
-
-
-.better handling of the buffer of the sound driver to try to remove
- sratches in spdif.
-
-Thanx to bozo for his help :)
-
-------------------------------------------------------------------------
-r1094 | stef | 2001-09-30 03:05:37 +0200 (Sun, 30 Sep 2001) | 5 lines
-Changed paths:
-   M /trunk/plugins/x11/vout_xvideo.c
-
-. video output grows to respect acpect ratio instead of shrinking (not
-in x11 because it takes cpu to resize a picture)
-
-. disable dpms in xvideo
-
-------------------------------------------------------------------------
-r1095 | stef | 2001-09-30 03:26:44 +0200 (Sun, 30 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-
-. in spdif ac3 in selected by default
-
-------------------------------------------------------------------------
-r1096 | bozo | 2001-09-30 22:25:13 +0200 (Sun, 30 Sep 2001) | 2 lines
-Changed paths:
-   M /trunk/src/ac3_spdif/ac3_spdif.c
-   M /trunk/src/ac3_spdif/ac3_spdif.h
-
-Small optimisation of my previous commit.
-
-------------------------------------------------------------------------
-r1097 | massiot | 2001-10-01 12:27:17 +0200 (Mon, 01 Oct 2001) | 3 lines
-Changed paths:
-   M /trunk/src/video_decoder/vpar_blocks.c
-
-"added support for an unusual construct at the start of some
-slices", says walken :-).
-
-------------------------------------------------------------------------
-r1098 | massiot | 2001-10-01 14:48:01 +0200 (Mon, 01 Oct 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/threads.h
-   M /trunk/src/interface/main.c
-
-Error checks in debug mode : pthread ERRORCHECK_MUTEX and MALLOC_CHECK_=2.
-
-------------------------------------------------------------------------
-r1099 | massiot | 2001-10-01 18:18:49 +0200 (Mon, 01 Oct 2001) | 8 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/config.h.in
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/intf_msg.h
-   M /trunk/include/main.h
-   M /trunk/include/video_output.h
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_decoder/video_parser.c
-   M /trunk/src/video_decoder/video_parser.h
-   M /trunk/src/video_decoder/vpar_headers.c
-   M /trunk/src/video_decoder/vpar_synchro.c
-   M /trunk/src/video_output/video_output.c
-
-* Removed -march=pentiumpro ; should now work on pentium-class machines ;
-* Removed --enable-stats configuration directive. Stats are now activated
-at runtime with --stats ;
-* New intf_StatMsg() call ;
-* Vout picture heap is now 8 pictures instead of 5 (better synchro) ;
-* Tremendous enhancements in statistics display ;
-* Better capabilities handling.
-
-------------------------------------------------------------------------
-r1100 | massiot | 2001-10-01 18:44:07 +0200 (Mon, 01 Oct 2001) | 3 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/src/video_decoder/video_parser.h
-   M /trunk/src/video_decoder/vpar_blocks.c
-   M /trunk/src/video_decoder/vpar_headers.c
-
-Dramatically improve compilation time, with a negligible performance
-tradeoff.
-
-------------------------------------------------------------------------
-r1101 | massiot | 2001-10-02 15:34:56 +0200 (Tue, 02 Oct 2001) | 5 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/extras/libdvdcss/libdvdcss.spec
-   M /trunk/vlc.spec
-
-* Borrowed Mandrakesoft's vlc.spec and libdvdcss.spec ;
-* New configure option --with-tuning=[arch], extending --enable-pentiumpro ;
-for Pentium, use --with-tuning=pentium, for PowerPC 604 use --with-tuning=604,
-and so on.
-
-------------------------------------------------------------------------
-r1102 | massiot | 2001-10-02 18:46:59 +0200 (Tue, 02 Oct 2001) | 16 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/mpeg/input_es.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ps.h
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/misc/modules.c
-
-* Cleaned up sam's mess with input's pf_open and pf_close (not completely) ;
-* With -vvv modules now show up their scores ;
-
-This afternoon I have been a little bored, so the feature of the day is :
-* HTTP input support.
-
-You can test it with :
-./vlc http://mysite.com:80/mystream.mpg
-It doesn't implement any kind of buffering, so make sure you have enough
-bandwidth, otherwise you'll just get nothing.
-
-It is compatible with HTTP proxy, just set http_proxy :
-export http_proxy="http://proxy.mycompany.com:3128/"
-
-Enjoy !
-
-------------------------------------------------------------------------
-r1103 | massiot | 2001-10-02 19:04:43 +0200 (Tue, 02 Oct 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/mpeg/input_es.c
-   M /trunk/src/input/input.c
-
-* Fixed a warning in input_es.c ;
-* Don't connect on INADDR_ANY, patch courtesy of Mathias Kretschmer
-  <mathias@research.att.com>.
-
-------------------------------------------------------------------------
-r1104 | sam | 2001-10-02 19:09:44 +0200 (Tue, 02 Oct 2001) | 5 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/plugins/ggi/vout_ggi.c
-   M /trunk/src/input/input.c
-
-
-  * Added HTTP virtualhost support in the HTTP input.
-  * Enabled mouse clicks in the GGI plugin.
-  * Minor Makefile alteration.
-
-------------------------------------------------------------------------
-r1105 | tcastley | 2001-10-03 04:19:21 +0200 (Wed, 03 Oct 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Changes to ensure the BeOS compile still works.
-
-------------------------------------------------------------------------
-r1106 | tcastley | 2001-10-03 04:20:39 +0200 (Wed, 03 Oct 2001) | 2 lines
-Changed paths:
-   M /trunk/src/misc/netutils.c
-
-Updated to compile on BeOS.
-
-------------------------------------------------------------------------
-r1107 | xav | 2001-10-03 04:53:49 +0200 (Wed, 03 Oct 2001) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-Modified configure.in to allow cross-compiling with Mingw32.
-Quick and ugly, i'm gonna find a better way to do it.
-
-------------------------------------------------------------------------
-r1108 | xav | 2001-10-03 05:32:05 +0200 (Wed, 03 Oct 2001) | 8 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/video_decoder/video_parser.c
-   M /trunk/src/video_output/video_output.c
-
-The vlc now compiles when cross-compiling with Mingw32. It segfaults
-while browsing plugins (modules.o, it seems).
-
-Oh, btw, stats won't work under win32, since <sys/times.h> and the
-function times don't seem to exist.
-
-Sam, may I speak with you tomorrow about modules.c ?
-
-------------------------------------------------------------------------
-r1109 | massiot | 2001-10-03 12:12:52 +0200 (Wed, 03 Oct 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Info : you can use #ifndef instead of #ifdef... #else :p
-
-------------------------------------------------------------------------
-r1110 | massiot | 2001-10-03 14:46:17 +0200 (Wed, 03 Oct 2001) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/vlc.spec
-
-* Minor ShowBits() optimization ;
-* Fixed a bug in vlc.spec ;
-* New --disable-plugins option ; make all plug-ins built-in.
-
-------------------------------------------------------------------------
-r1111 | massiot | 2001-10-03 14:58:57 +0200 (Wed, 03 Oct 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-* Repaired dummy input broken yesterday.
-
-------------------------------------------------------------------------
-r1112 | sam | 2001-10-03 15:14:05 +0200 (Wed, 03 Oct 2001) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/src/input/input.c
-   M /trunk/src/video_decoder/video_parser.c
-   M /trunk/src/video_output/video_output.c
-
-  * Added an endianness check for cross-compilations.
-  * We now check for sys/times.h.
-
-------------------------------------------------------------------------
-r1113 | massiot | 2001-10-03 16:41:08 +0200 (Wed, 03 Oct 2001) | 3 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/plugins/mpeg/input_ps.c
-
-* Enhanced --with-tuning
-* Fixed a nasty segfault
-
-------------------------------------------------------------------------
-r1114 | sam | 2001-10-03 17:10:55 +0200 (Wed, 03 Oct 2001) | 3 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/interface/main.c
-
-  * Added User-Agent header in the HTTP input.
-  * Fixed an input segfault which occured using ES input.
-
-------------------------------------------------------------------------
-r1115 | sam | 2001-10-04 02:50:24 +0200 (Thu, 04 Oct 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/intf_gnome.c
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/gtk/intf_gtk.h
-
-
-  * Added HTTP url drop (from a WWW browser) to the gtk/gnome interface.
-
-------------------------------------------------------------------------
-r1116 | massiot | 2001-10-08 11:21:57 +0200 (Mon, 08 Oct 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/motion/Makefile
-
-Fixed bugs in the altivec detection, courtesy of Michel Lanners <mlan@cpu.lu>.
-
-------------------------------------------------------------------------
-r1117 | massiot | 2001-10-08 18:20:25 +0200 (Mon, 08 Oct 2001) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/macosx/Makefile
-   M /trunk/plugins/macosx/aout_macosx.c
-   M /trunk/plugins/macosx/intf_macosx.c
-   M /trunk/plugins/macosx/macosx.c
-   M /trunk/plugins/macosx/macosx_common.h
-   M /trunk/plugins/macosx/vout_macosx.c
-
-MacOS X port : native QuickTime video output, courtesy of Florian G.
-Pflug <fgp@phlo.org>. Use it with -I macosx_qt.
-
-------------------------------------------------------------------------
-r1118 | massiot | 2001-10-09 01:10:28 +0200 (Tue, 09 Oct 2001) | 2 lines
-Changed paths:
-   A /trunk/plugins/macosx/intf_macosx_qt.c
-   A /trunk/plugins/macosx/macosx_qt.c
-   A /trunk/plugins/macosx/macosx_qt_common.h
-   A /trunk/plugins/macosx/vout_macosx_qt.c
-
-Beuheuheuheuhuehueuhuehuehu forgot to add new QuickTime files :*-(((
-
-------------------------------------------------------------------------
-r1119 | massiot | 2001-10-09 13:46:08 +0200 (Tue, 09 Oct 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-
-MacOS X port : replaced -traditional-cpp (deprecated) with -no-cpp-precomp.
-
-------------------------------------------------------------------------
-r1120 | sam | 2001-10-10 16:25:15 +0200 (Wed, 10 Oct 2001) | 6 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/ChangeLog.libdvdcss
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/rules
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/vlc.spec
-
-
-  * 0.2.90 release.
-  * Updated ChangeLog files.
-  * XVideo module now compiled as built-in for Debian packages, to avoid
-    PIC and non-PIC code collision (Closes Debian bug #111790).
-
-------------------------------------------------------------------------
-r1121 | sam | 2001-10-10 17:18:55 +0200 (Wed, 10 Oct 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-
-  * Fixed bad ChangeLog formatting.
-
-------------------------------------------------------------------------
-r1122 | massiot | 2001-10-11 13:28:42 +0200 (Thu, 11 Oct 2001) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/libdvdcss/libdvdcss.spec
-   M /trunk/vlc.spec
-
-* Fixed bugs in RPM spec files ;
-* Fixed a bug in configure where ix86 machines were improperly detected.
-
-------------------------------------------------------------------------
-r1123 | massiot | 2001-10-11 15:19:27 +0200 (Thu, 11 Oct 2001) | 3 lines
-Changed paths:
-   M /trunk/include/vdec_ext-plugins.h
-   M /trunk/plugins/yuv/transforms_common.h
-   M /trunk/plugins/yuv/transforms_yuv.h
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_decoder/video_decoder.h
-   M /trunk/src/video_decoder/video_parser.h
-   M /trunk/src/video_decoder/vpar_blocks.c
-   M /trunk/src/video_decoder/vpar_headers.c
-   M /trunk/src/video_decoder/vpar_pool.c
-   M /trunk/src/video_decoder/vpar_pool.h
-
-* Chroma 4:2:2 and 4:4:4 support in the decoder.
-* Fixed bugs in the C YUV transform with 4:2:2 format.
-
-------------------------------------------------------------------------
-r1124 | massiot | 2001-10-11 18:12:43 +0200 (Thu, 11 Oct 2001) | 3 lines
-Changed paths:
-   M /trunk/include/vdec_ext-plugins.h
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/src/video_decoder/video_decoder.c
-   M /trunk/src/video_decoder/vpar_blocks.c
-
-* Minor video parser optimization ;
-* SDL now displays an error message on 422 streams.
-
-------------------------------------------------------------------------
-r1125 | stef | 2001-10-13 17:34:21 +0200 (Sat, 13 Oct 2001) | 21 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/libdvdcss/css.c
-   M /trunk/extras/libdvdcss/css.h
-   M /trunk/extras/libdvdcss/csstables.h
-   M /trunk/extras/libdvdcss/ioctl.c
-   M /trunk/extras/libdvdcss/ioctl.h
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/extras/libdvdcss/libdvdcss.h
-   M /trunk/extras/libdvdcss/videolan/dvdcss.h
-   M /trunk/include/config.h.in
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/interface/main.c
-
-New features for libdvdcss: we have three ways now to decode a title key.
-
-1) Crack the title key (the method that was here before). The only change
-here is that we search the key for the exact chapter we are seeking with
-DVDSetArea (in case the key has changed within a title). It is maybe not a
-good idea.
-
-2) Crack the disc key, which allows us to decode instantly all title keys.
-I've used an algorithm from Frank Stevenson ; it eats much memory (64MB),
-and takes about 15 s at launch time.
-
-3) Decode the disc key with player keys (libcss method). However, you need
-licensed player keys at build time for that to work.
-
-To choose between libdvdcss methods, a command line options is supplied:
-
-        vlc --dvdcss <method> where method is one of title, disc, key.
-
-Note that all these changes only work with linux now, since we have to add a
-specific ioctl to read title key. I hope that I haven't broken too many things.
-
-------------------------------------------------------------------------
-r1126 | stef | 2001-10-14 05:26:20 +0200 (Sun, 14 Oct 2001) | 2 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/css.c
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/extras/libdvdcss/videolan/dvdcss.h
-   M /trunk/include/config.h.in
-   M /trunk/plugins/dvd/input_dvd.c
-
-Use of an environment variable to choose libdvdcss method.
-
-------------------------------------------------------------------------
-r1127 | stef | 2001-10-15 15:33:00 +0200 (Mon, 15 Oct 2001) | 7 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-
-Reverted one change from my previous commit: when using title cracking
-method in libdvdcss, the key is only checked at title start, not before each
-chapter.
-
-The behaviour when we have decrypted the disc key is to check the key before
-each seek (although I'm still fighting against a bug).
-
-------------------------------------------------------------------------
-r1128 | sam | 2001-10-15 16:59:56 +0200 (Mon, 15 Oct 2001) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-
-  * Fixed an error in the ts://server[:port][/broadcast] input parsing.
-
-------------------------------------------------------------------------
-r1129 | stef | 2001-10-16 12:46:24 +0200 (Tue, 16 Oct 2001) | 4 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/css.c
-
-Removed unnecessary headers added by error.
-
-It should fix libdvdcss compilation issue on non-linux platforms.
-
-------------------------------------------------------------------------
-r1130 | stef | 2001-10-16 18:51:28 +0200 (Tue, 16 Oct 2001) | 4 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/css.c
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/include/config.h.in
-   M /trunk/plugins/dvd/input_dvd.c
-
--defining TRACE_DVDCSS in config.h displays libdvdcss debug message.
--libdvdcss error messages are reported in input_dvd.c.
--vlc verbosity also enables more error messages from libdvdcss.
-
-------------------------------------------------------------------------
-r1131 | ej | 2001-10-19 01:13:46 +0200 (Fri, 19 Oct 2001) | 5 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/ioctl.c
-
-* Fixed undefined KEY_SIZE compile bug mentioned by Dave Thorup
-* Fixed CSS ioctl for Darwin/OSX - still might need tweaking of 'dataLength' fields
-* Added ReadTitleKey ioctl for Darwin/OSX
-* Minor cleanup
-
-------------------------------------------------------------------------
-r1132 | tcastley | 2001-10-21 08:05:30 +0200 (Sun, 21 Oct 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/MediaControlView.cpp
-
-Tidied up the code to remove interface messages not required.
-
-------------------------------------------------------------------------
-r1133 | tcastley | 2001-10-21 08:06:20 +0200 (Sun, 21 Oct 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Resizing the video out window in BeOS now retains the scaling.
-
-------------------------------------------------------------------------
-r1134 | lool | 2001-10-22 01:17:03 +0200 (Mon, 22 Oct 2001) | 5 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
-Moved unlock in the if structure. This suppresses the dead_lock which
-was crashing the windows port in TS_input.
-
-The audio still segfaults.
-
-------------------------------------------------------------------------
-r1135 | jobi | 2001-10-22 02:43:23 +0200 (Mon, 22 Oct 2001) | 2 lines
-Changed paths:
-   M /trunk/src/interface/main.c
-
-*** empty log message ***
-
-------------------------------------------------------------------------
-r1136 | xav | 2001-10-22 04:33:54 +0200 (Mon, 22 Oct 2001) | 6 lines
-Changed paths:
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/src/input/input.c
-
-The vlc now crosscompiles smoothly without having to correct one file
-BUT this is UGLY ! We HAVE to find a way to make multicast function
-under Win32.
-
-BTW, it does now definitely read TS Streams, locally or from the network.
-
-------------------------------------------------------------------------
-r1137 | massiot | 2001-10-22 13:35:45 +0200 (Mon, 22 Oct 2001) | 2 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-Qt fix courtesy of Christopher Johnson <cjohnson@mint.net>.
-
-------------------------------------------------------------------------
-r1138 | sam | 2001-10-22 14:02:17 +0200 (Mon, 22 Oct 2001) | 6 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/rules
-   M /trunk/include/defs.h.in
-   M /trunk/src/interface/main.c
-
-
-  * xvideo.so is now built in by default. Mixing PIC and non-PIC code was not
-  very nice.
-  * Fixed compilation errors in src/interface/main.c when the compiler did
-  not support SSE or 3DNow! inline assembly.
-
-------------------------------------------------------------------------
-r1139 | massiot | 2001-10-22 14:28:53 +0200 (Mon, 22 Oct 2001) | 2 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/netutils.h
-   M /trunk/src/misc/modules_core.h
-
-Fixed compilation problems with OpenBSD.
-
-------------------------------------------------------------------------
-r1140 | sam | 2001-10-22 16:07:36 +0200 (Mon, 22 Oct 2001) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-
-
-  * Fixed NetBSD (and probably OpenBSD) libdvdcss compilation.
-
-------------------------------------------------------------------------
-r1141 | massiot | 2001-10-22 17:17:19 +0200 (Mon, 22 Oct 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-Fixed ATTR_ALIGN configure test.
-
-------------------------------------------------------------------------
-r1142 | jobi | 2001-10-23 05:06:50 +0200 (Tue, 23 Oct 2001) | 10 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/intf_gnome.glade
-   M /trunk/plugins/gtk/intf_gtk.glade
-   M /trunk/src/input/input.c
-
-Added VCD input plugin for Linux :
-
-The Linux specific stuff is located in linux_cdrom_tools files.
-For the time being, it only has title (tracks). Chapters will come if I
-ever can read .vcd files.
-I've modified Gnome and GTK+, not the others.
-I've noticed a big bug, it segfaults at the end of a title. I will
-have a look on this tomorrow.
-Please be indulgent, it's my first peace of code ;-)
-
-------------------------------------------------------------------------
-r1143 | jobi | 2001-10-23 05:17:49 +0200 (Tue, 23 Oct 2001) | 6 lines
-Changed paths:
-   A /trunk/plugins/vcd
-   A /trunk/plugins/vcd/Makefile
-   A /trunk/plugins/vcd/input_vcd.c
-   A /trunk/plugins/vcd/input_vcd.h
-   A /trunk/plugins/vcd/linux_cdrom_tools.c
-   A /trunk/plugins/vcd/linux_cdrom_tools.h
-   A /trunk/plugins/vcd/vcd.c
-
-Sorry,
-
-the VCD input arrives now :)
-
-I'd better go to bed !
-
-------------------------------------------------------------------------
-r1144 | sam | 2001-10-24 01:41:00 +0200 (Wed, 24 Oct 2001) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/dvd/dummy_dvdcss.c
-   M /trunk/plugins/dvd/dummy_dvdcss.h
-
-
-  * Synced dummy_dvdcss with Stef's changes to libdvdcss.
-  * configure now compiles the VCD plugin if linux/cdrom.h is present.
-
-------------------------------------------------------------------------
-r1145 | massiot | 2001-10-26 18:23:06 +0200 (Fri, 26 Oct 2001) | 2 lines
-Changed paths:
-   A /trunk/FAQ
-
-VLC FAQ TBU.
-
-------------------------------------------------------------------------
-r1146 | tcastley | 2001-10-29 12:07:09 +0100 (Mon, 29 Oct 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/MsgVals.h
-
-Interface changes to include menu for Title and chapter navigation.
-Also improved more "BeOS" CD detection.
-Todo new graphics for the navigation controls.
-
-------------------------------------------------------------------------
-r1147 | massiot | 2001-10-30 11:48:14 +0100 (Tue, 30 Oct 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/extras/MacOSX
-   A /trunk/extras/MacOSX/Resources
-   A /trunk/extras/MacOSX/Resources/English.lproj
-   A /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   A /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/MainMenu~.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/MainMenu~.nib/classes.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/MainMenu~.nib/info.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/MainMenu~.nib/objects.nib
-   A /trunk/extras/MacOSX/Resources/pause.png
-   A /trunk/extras/MacOSX/Resources/play.png
-   A /trunk/extras/MacOSX/Resources/stepf.png
-   A /trunk/extras/MacOSX/Resources/stepr.png
-   A /trunk/extras/MacOSX/Resources/stop.png
-   A /trunk/extras/MacOSX/Resources/vlc.icns
-   A /trunk/extras/MacOSX/vlc.pbproj
-   A /trunk/extras/MacOSX/vlc.pbproj/fgp.pbxuser
-   A /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   D /trunk/extras/MacOSX_app
-   M /trunk/plugins/macosx/Makefile
-   A /trunk/plugins/macosx/intf_controller.c
-   A /trunk/plugins/macosx/intf_controller.h
-   D /trunk/plugins/macosx/intf_macosx.c
-   D /trunk/plugins/macosx/intf_macosx_qt.c
-   A /trunk/plugins/macosx/intf_main.c
-   A /trunk/plugins/macosx/intf_qdview.c
-   A /trunk/plugins/macosx/intf_qdview.h
-   A /trunk/plugins/macosx/intf_vlc_wrapper.c
-   A /trunk/plugins/macosx/intf_vlc_wrapper.h
-   M /trunk/plugins/macosx/macosx.c
-   A /trunk/plugins/macosx/macosx.h
-   D /trunk/plugins/macosx/macosx_common.h
-   D /trunk/plugins/macosx/macosx_qt.c
-   D /trunk/plugins/macosx/macosx_qt_common.h
-   M /trunk/plugins/macosx/vout_macosx.c
-   D /trunk/plugins/macosx/vout_macosx_qt.c
-   A /trunk/plugins/vcd/.cvsignore
-   M /trunk/src/input/input.c
-
-New interface for MacOS X, courtesy of Florian G. Pflug.
-
-------------------------------------------------------------------------
-r1148 | massiot | 2001-10-30 11:57:37 +0100 (Tue, 30 Oct 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Fixed '-' input.
-
-------------------------------------------------------------------------
-r1149 | asmax | 2001-10-30 13:49:59 +0100 (Tue, 30 Oct 2001) | 2 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/intf_gnome.glade
-   M /trunk/plugins/gtk/intf_gtk.glade
-
-- Changed default configuration for vls/vlcs hostname/IP
-
-------------------------------------------------------------------------
-r1150 | reno | 2001-10-30 20:34:53 +0100 (Tue, 30 Oct 2001) | 5 lines
-Changed paths:
-   M /trunk/include/ac3_imdct.h
-   M /trunk/include/common.h
-   M /trunk/plugins/imdct/ac3_imdct_sse.c
-   M /trunk/plugins/imdct/ac3_retables.h
-   M /trunk/plugins/imdct/ac3_srfft.h
-   M /trunk/plugins/imdct/ac3_srfft_sse.c
-   M /trunk/plugins/imdct/imdctsse.c
-   M /trunk/src/ac3_decoder/ac3_decoder.c
-   M /trunk/src/ac3_decoder/ac3_decoder.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.h
-   M /trunk/src/ac3_decoder/ac3_imdct.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.c
-   M /trunk/src/ac3_decoder/ac3_mantissa.h
-   M /trunk/src/ac3_decoder/ac3_rematrix.c
-
-* Use memalign for aligned data (instead of a greek malloc)
-* Some optimization in imdct (all data are now aligned)
-* SSE downmix now works for windows
-* SSE imdct is desactivated for windows (MINGW32 doesn't know how to aligned data)
-
-------------------------------------------------------------------------
-r1151 | asmax | 2001-10-30 22:38:24 +0100 (Tue, 30 Oct 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/intf_gnome.glade
-   M /trunk/plugins/gtk/intf_gtk.glade
-
-- Enabled http button in gtk/gnome interface
-- Fixed a polioterie from previous commit
-
-------------------------------------------------------------------------
-r1152 | massiot | 2001-10-31 00:45:08 +0100 (Wed, 31 Oct 2001) | 2 lines
-Changed paths:
-   D /trunk/extras/MacOSX/Resources/English.lproj/MainMenu~.nib
-   D /trunk/extras/MacOSX/vlc.pbproj/fgp.pbxuser
-   M /trunk/plugins/macosx/aout_macosx.c
-
-Fixed mistakes in my previous commit.
-
-------------------------------------------------------------------------
-r1153 | reno | 2001-10-31 12:55:53 +0100 (Wed, 31 Oct 2001) | 2 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/plugins/imdct/ac3_srfft_sse.c
-   M /trunk/src/ac3_decoder/ac3_decoder.h
-   M /trunk/src/ac3_decoder/ac3_decoder_thread.c
-
-* Fixed a segfault on exit under Windows 2000
-
-------------------------------------------------------------------------
-r1154 | asmax | 2001-11-01 01:29:54 +0100 (Thu, 01 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/aout_common.h
-
-- Do not resample if delta is short enough
-
-------------------------------------------------------------------------
-r1155 | tcastley | 2001-11-01 04:17:49 +0100 (Thu, 01 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-
-changes to remove unwanted volumes from the Disk Menu.
-Readonly filesystems like NTFS where being incorrectly added.
-
-------------------------------------------------------------------------
-r1156 | stef | 2001-11-01 14:35:43 +0100 (Thu, 01 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/intf_gnome.glade
-
-Change chapter selection buttons aspect to try and differentiate them
-from title selection ones.
-
-------------------------------------------------------------------------
-r1157 | sam | 2001-11-01 16:30:50 +0100 (Thu, 01 Nov 2001) | 4 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-
-  * Modified the pf_close kludge in input.c so that we don't segfault when
-    pf_init fails.
-
-------------------------------------------------------------------------
-r1158 | fgp | 2001-11-01 22:52:02 +0100 (Thu, 01 Nov 2001) | 5 lines
-Changed paths:
-   M /trunk/plugins/macosx/intf_controller.c
-   M /trunk/plugins/macosx/intf_controller.h
-   M /trunk/plugins/macosx/intf_vlc_wrapper.c
-   M /trunk/plugins/macosx/intf_vlc_wrapper.h
-
-Made it possible to open a File after vlc was started (you can use vlc now
-without starting it from the command line)
-
-Cleaned up playlist handling in Intf_Vlc_Wrapper.
-
-------------------------------------------------------------------------
-r1159 | jlj | 2001-11-01 22:55:47 +0100 (Thu, 01 Nov 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/directx/vout_directx.c
-
-The intf was being accessed indirectly from vout_Destroy.
-This is a problem because the intf is currently destroyed
-before the vout.
-
-------------------------------------------------------------------------
-r1160 | fgp | 2001-11-01 22:58:16 +0100 (Thu, 01 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-
-Reimported Intf_Controller, connected "File/Open/File" to Intf_Controller::file:Open.
-
-------------------------------------------------------------------------
-r1161 | massiot | 2001-11-02 14:30:38 +0100 (Fri, 02 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/libdvdcss/ioctl.h
-   M /trunk/include/defs.h.in
-   M /trunk/src/input/input.c
-
-* libdvdcss port to OpenBSD.
-
-------------------------------------------------------------------------
-r1162 | massiot | 2001-11-05 16:22:44 +0100 (Mon, 05 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/interface/main.c
-
-New --volume option (untested, like usual :).
-
-------------------------------------------------------------------------
-r1163 | fgp | 2001-11-05 22:24:40 +0100 (Mon, 05 Nov 2001) | 6 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-
-Added a new drawer to the control window to support:
-1) Title / Chapter selection
-2) Subtitle selection
-3) Audiochannel/Language selection
-4) Angle selection
-
-------------------------------------------------------------------------
-r1164 | sam | 2001-11-06 01:59:31 +0100 (Tue, 06 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
-
-  * Fixed support for SPU and LPCM streams over network.
-
-------------------------------------------------------------------------
-r1165 | stef | 2001-11-06 17:59:06 +0100 (Tue, 06 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/x11/vout_xvideo.c
-
- Maybe corrected aspect ratio issue in fullscreen xvideo.
-
-------------------------------------------------------------------------
-r1166 | massiot | 2001-11-06 18:12:02 +0100 (Tue, 06 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/rules
-   M /trunk/include/config.h.in
-   M /trunk/src/input/input.c
-   M /trunk/vlc.spec
-
-New --enable-release config option.
-
-------------------------------------------------------------------------
-r1167 | massiot | 2001-11-06 19:13:21 +0100 (Tue, 06 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.c
-   M /trunk/src/lpcm_decoder/lpcm_decoder_thread.h
-
-Removed deprecated code and structures.
-
-------------------------------------------------------------------------
-r1168 | stef | 2001-11-07 03:10:14 +0100 (Wed, 07 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/x11/vout_xvideo.c
-
-I've committed crap last time.
-
-------------------------------------------------------------------------
-r1169 | stef | 2001-11-07 04:37:27 +0100 (Wed, 07 Nov 2001) | 8 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_ifo.c
-
-*Corrected ?\239?\191?\189 long time bug (around 0.2.81 I think), that created a
-corruption in ifo data. This was the reason why some DVDs that worked with
-0.2.80 no longer worked with newer version of vlc. They should work again
-now.
-
-This is certainly one of the last updates of the current DVD plugin until
-we move to libdvdread that will give us navigation ES.
-
-------------------------------------------------------------------------
-r1170 | massiot | 2001-11-07 11:34:28 +0100 (Wed, 07 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-Added fgp.
-
-------------------------------------------------------------------------
-r1171 | stef | 2001-11-07 18:37:16 +0100 (Wed, 07 Nov 2001) | 6 lines
-Changed paths:
-   M /trunk/Makefile
-   A /trunk/include/iso_lang.h
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_summary.c
-   M /trunk/plugins/dvd/dvd_summary.h
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvd/input_dvd.c
-   A /trunk/src/misc/iso_lang.c
-
-*Move function that translates language codes into country name in src/misc
-so that every plugin can use it
-
-*Change the name of a function in dvd_udf.c to fit with the forthcoming
- libdvdread plugin.
-
-------------------------------------------------------------------------
-r1172 | stef | 2001-11-07 18:42:04 +0100 (Wed, 07 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_udf.h
-
--forgot one file
-
-------------------------------------------------------------------------
-r1173 | jlj | 2001-11-07 23:58:13 +0100 (Wed, 07 Nov 2001) | 4 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/src/audio_output/aout_common.h
-   M /trunk/src/input/input.c
-
-
-  * Fixed some win32 compile issues.
-  * Don't use long long, use u64/s64 (int_types.h).
-
-------------------------------------------------------------------------
-r1174 | jlj | 2001-11-08 02:48:09 +0100 (Thu, 08 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/modules.h
-
-
-  * Fixed some win32 64-bit issues.
-
-------------------------------------------------------------------------
-r1175 | stef | 2001-11-08 15:45:44 +0100 (Thu, 08 Nov 2001) | 5 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/src/input/input_clock.c
-
--kludge to have less discontinuity after a zero scr in DVD.
-
-Maybe we should try to predict the date instead of taking the last one but
-it seems quite hard.
-
-------------------------------------------------------------------------
-r1176 | jlj | 2001-11-08 22:07:24 +0100 (Thu, 08 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/include/common.h
-
-
-  * Fixed a mingw32 problem I introduced last night :)
-
-------------------------------------------------------------------------
-r1177 | reno | 2001-11-09 11:02:31 +0100 (Fri, 09 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/imdct/ac3_srfft_sse.c
-
-* imdctsse should now compile and work in plugin and under BeOS
-
-------------------------------------------------------------------------
-r1178 | massiot | 2001-11-09 14:49:27 +0100 (Fri, 09 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/vcd/linux_cdrom_tools.h
-   M /trunk/src/input/input.c
-
-* BSD/OS VCD patch, courtesy of Steven M. Schultz <sms@TO.GD-ES.COM>
-* Win32 network fix.
-
-------------------------------------------------------------------------
-r1179 | stef | 2001-11-11 02:32:03 +0100 (Sun, 11 Nov 2001) | 4 lines
-Changed paths:
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/modules_export.h
-   M /trunk/plugins/dvd/Makefile
-   D /trunk/plugins/dvd/dvd_netlist.c
-   D /trunk/plugins/dvd/dvd_netlist.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/mpeg/input_es.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/src/input/input_netlist.c
-
--Merged DVD netlist with input netlist to remove duplicated code.
-Basically, this adds the ability for the netlist to handle transport
-packets that carry more than one data_packet.
-
-------------------------------------------------------------------------
-r1180 | jlj | 2001-11-11 05:51:10 +0100 (Sun, 11 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/css.c
-
-
-  * Fixed a buffer overflow in CSSAuth()
-
-------------------------------------------------------------------------
-r1181 | sam | 2001-11-11 19:15:42 +0100 (Sun, 11 Nov 2001) | 4 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/gtk/gtk_menu.h
-   M /trunk/plugins/gtk/gtk_playlist.c
-
-
-  * Fixed compilation (and quite probably runtime) issues under IA64
-    due to mixed int/void* casts.
-
-------------------------------------------------------------------------
-r1182 | stef | 2001-11-12 02:56:33 +0100 (Mon, 12 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
--Fixed bug with MPEG audio in TS streams: MPEG audio & LPCM are _not_
-private ES :p
-
-------------------------------------------------------------------------
-r1183 | stef | 2001-11-12 04:07:13 +0100 (Mon, 12 Nov 2001) | 5 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/misc/netutils.c
-
--LPCM _is_ a private stream. Sorry.
-
--GetMACAddress takes the interface defined in the environment variable
-vlc_iface instead of eth0
-
-------------------------------------------------------------------------
-r1184 | sam | 2001-11-12 05:12:38 +0100 (Mon, 12 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/include/netutils.h
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/intf_playlist.c
-   M /trunk/src/misc/netutils.c
-
-
-  * Automatic handling of the Channel Server's response in network mode.
-
-------------------------------------------------------------------------
-r1185 | sam | 2001-11-12 06:15:39 +0100 (Mon, 12 Nov 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   A /trunk/install-win32
-
-
-  * Added Oct's NSIS installer script. It will probably not work for you,
-    but I need it to build the Win32 auto installer.
-
-------------------------------------------------------------------------
-r1186 | massiot | 2001-11-12 11:33:42 +0100 (Mon, 12 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
-Corrected a typo.
-
-------------------------------------------------------------------------
-r1187 | massiot | 2001-11-12 12:13:18 +0100 (Mon, 12 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/directx/aout_directx.c
-
-Disabled DirectX audio output for the time being.
-
-------------------------------------------------------------------------
-r1188 | massiot | 2001-11-12 12:30:44 +0100 (Mon, 12 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/debian/rules
-   A /trunk/ipkg
-   A /trunk/ipkg/control
-   A /trunk/ipkg/rules
-
-ipkg script for Familiar Linux 0.5 & bug fix in debian/rules.
-
-------------------------------------------------------------------------
-r1189 | massiot | 2001-11-12 12:37:30 +0100 (Mon, 12 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/FAQ
-   M /trunk/INSTALL
-
-Documentation updates.
-
-------------------------------------------------------------------------
-r1190 | massiot | 2001-11-12 13:54:16 +0100 (Mon, 12 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/src/interface/main.c
-
-New --channelserver switch.
-
-------------------------------------------------------------------------
-r1191 | massiot | 2001-11-12 14:22:08 +0100 (Mon, 12 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/debian/vlc.docs
-   M /trunk/vlc.spec
-
-Added FAQ.
-
-------------------------------------------------------------------------
-r1192 | sam | 2001-11-12 21:16:33 +0100 (Mon, 12 Nov 2001) | 7 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/ChangeLog.libdvdcss
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   D /trunk/debian/libdvdcss0.0.3-dev.dirs
-   D /trunk/debian/libdvdcss0.0.3.copyright
-   D /trunk/debian/libdvdcss0.0.3.dirs
-   D /trunk/debian/libdvdcss0.0.3.docs
-   A /trunk/debian/libdvdcss1-dev.dirs
-   A /trunk/debian/libdvdcss1.copyright
-   A /trunk/debian/libdvdcss1.dirs
-   A /trunk/debian/libdvdcss1.docs
-   M /trunk/debian/rules
-   M /trunk/doc/vlc.1
-   M /trunk/extras/libdvdcss/css.c
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/extras/libdvdcss/libdvdcss.h
-   M /trunk/extras/libdvdcss/videolan/dvdcss.h
-   M /trunk/include/config.h.in
-   M /trunk/install-win32
-   M /trunk/plugins/alsa/Makefile
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/dvd/dummy_dvdcss.c
-   M /trunk/plugins/dvd/dummy_dvdcss.h
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/vlc.spec
-
-
-  * Made everything ready for a vlc-0.2.91 / libdvdcss-1.0.0 release.
-  * Updated ChangeLog and ChangeLog.libdvdcss.
-  * Increased vlcs response message length.
-  * Removed the i_flags argument to dvdcss_open. Everything is done through
-    environment variables now.
-
-------------------------------------------------------------------------
-r1193 | sam | 2001-11-12 21:44:19 +0100 (Mon, 12 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-
-
-  * Fixed a bug in the "make snapshot*" rules.
-
-------------------------------------------------------------------------
-r1194 | massiot | 2001-11-12 21:49:44 +0100 (Mon, 12 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-
-Bumped up version number to 0.2.91.
-
-------------------------------------------------------------------------
-r1195 | sam | 2001-11-12 23:42:56 +0100 (Mon, 12 Nov 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   A /trunk/include/win32_specific.h
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/netutils.c
-   A /trunk/src/misc/win32_specific.c
-
-
-  * Fixed the vlcs communication issue by initializing WinSock at
-    startup (thanks Meuuh for the tip).
-
-------------------------------------------------------------------------
-r1196 | sam | 2001-11-13 00:56:53 +0100 (Tue, 13 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/src/misc/netutils.c
-
-
-  * Fixed the vlcs communication for real now.
-
-------------------------------------------------------------------------
-r1197 | sam | 2001-11-13 01:46:23 +0100 (Tue, 13 Nov 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/src/misc/netutils.c
-
-
-  * Added a "make package-beos" rule.
-  * Fixed a BeOS compilation issue.
-
-------------------------------------------------------------------------
-r1198 | sam | 2001-11-13 02:25:05 +0100 (Tue, 13 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog.libdvdcss
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/extras/libdvdcss/videolan/dvdcss.h
-   M /trunk/plugins/dvd/dummy_dvdcss.h
-   M /trunk/plugins/dvd/input_dvd.c
-
-
-  * Got rid of DVDCSS_SEEK_INI in libdvdcss.
-
-------------------------------------------------------------------------
-r1199 | sam | 2001-11-13 03:03:46 +0100 (Tue, 13 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/css.c
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/extras/libdvdcss/libdvdcss.h
-
-
-  * Damn recursion! Fixed an infinite loop in libdvdcss.
-
-------------------------------------------------------------------------
-r1200 | massiot | 2001-11-13 12:05:49 +0100 (Tue, 13 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/libdvdcss.spec
-
-Bumped up version number to 1.0.0 :p.
-
-------------------------------------------------------------------------
-r1201 | sam | 2001-11-13 12:44:15 +0100 (Tue, 13 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/debian/changelog
-
-
-  * Closing Debian bug #119369 which was fixed a while ago.
-
-------------------------------------------------------------------------
-r1202 | henri | 2001-11-13 13:09:18 +0100 (Tue, 13 Nov 2001) | 6 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile
-   M /trunk/TODO
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/doc/developer/decoders.xml
-   M /trunk/doc/developer/manual.xml
-   M /trunk/include/common.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_export.h
-   A /trunk/plugins/ac3_adec
-   A /trunk/plugins/ac3_adec/Makefile
-   A /trunk/plugins/ac3_adec/ac3_adec.c
-   A /trunk/plugins/ac3_adec/ac3_adec.h
-   A /trunk/plugins/ac3_adec/ac3_bit_allocate.c
-   A /trunk/plugins/ac3_adec/ac3_decoder.c
-   A /trunk/plugins/ac3_adec/ac3_decoder.h
-   A /trunk/plugins/ac3_adec/ac3_exponent.c
-   A /trunk/plugins/ac3_adec/ac3_exponent.h
-   A /trunk/plugins/ac3_adec/ac3_imdct.c
-   A /trunk/plugins/ac3_adec/ac3_internal.h
-   A /trunk/plugins/ac3_adec/ac3_mantissa.c
-   A /trunk/plugins/ac3_adec/ac3_mantissa.h
-   A /trunk/plugins/ac3_adec/ac3_parse.c
-   A /trunk/plugins/ac3_adec/ac3_rematrix.c
-   A /trunk/plugins/ac3_spdif
-   A /trunk/plugins/ac3_spdif/Makefile
-   A /trunk/plugins/ac3_spdif/ac3_iec958.c
-   A /trunk/plugins/ac3_spdif/ac3_iec958.h
-   A /trunk/plugins/ac3_spdif/ac3_spdif.c
-   A /trunk/plugins/ac3_spdif/ac3_spdif.h
-   A /trunk/plugins/lpcm_adec
-   A /trunk/plugins/lpcm_adec/Makefile
-   A /trunk/plugins/lpcm_adec/lpcm_adec.c
-   A /trunk/plugins/lpcm_adec/lpcm_adec.h
-   A /trunk/plugins/mpeg_adec
-   A /trunk/plugins/mpeg_adec/Makefile
-   A /trunk/plugins/mpeg_adec/adec_layer1.c
-   A /trunk/plugins/mpeg_adec/adec_layer1.h
-   A /trunk/plugins/mpeg_adec/adec_layer2.c
-   A /trunk/plugins/mpeg_adec/adec_layer2.h
-   A /trunk/plugins/mpeg_adec/adec_math.c
-   A /trunk/plugins/mpeg_adec/adec_math.h
-   A /trunk/plugins/mpeg_adec/adec_test.c
-   A /trunk/plugins/mpeg_adec/mpeg_adec.c
-   A /trunk/plugins/mpeg_adec/mpeg_adec.h
-   A /trunk/plugins/mpeg_adec/mpeg_adec_generic.c
-   A /trunk/plugins/mpeg_adec/mpeg_adec_generic.h
-   A /trunk/plugins/mpeg_vdec
-   A /trunk/plugins/mpeg_vdec/Makefile
-   A /trunk/plugins/mpeg_vdec/video_decoder.c
-   A /trunk/plugins/mpeg_vdec/video_decoder.h
-   A /trunk/plugins/mpeg_vdec/video_parser.c
-   A /trunk/plugins/mpeg_vdec/video_parser.h
-   A /trunk/plugins/mpeg_vdec/vpar_blocks.c
-   A /trunk/plugins/mpeg_vdec/vpar_blocks.h
-   A /trunk/plugins/mpeg_vdec/vpar_headers.c
-   A /trunk/plugins/mpeg_vdec/vpar_pool.c
-   A /trunk/plugins/mpeg_vdec/vpar_pool.h
-   A /trunk/plugins/mpeg_vdec/vpar_synchro.c
-   A /trunk/plugins/spu_dec
-   A /trunk/plugins/spu_dec/Makefile
-   A /trunk/plugins/spu_dec/spu_decoder.c
-   A /trunk/plugins/spu_dec/spu_decoder.h
-   D /trunk/src/ac3_decoder
-   D /trunk/src/ac3_spdif
-   D /trunk/src/audio_decoder
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_programs.c
-   D /trunk/src/lpcm_decoder
-   D /trunk/src/spu_decoder
-   D /trunk/src/video_decoder
-
-
-All decoders (audio, video, subtitles) are now modules.
-
-- mpeg_vdec, mpeg_adec and ac3_adec are builtins by default
-- ac3_spdif, spu_dec and lpcm_dec are plugins by default
-
-------------------------------------------------------------------------
-r1203 | sam | 2001-11-13 13:11:27 +0100 (Tue, 13 Nov 2001) | 3 lines
-Changed paths:
-   A /trunk/doc/release-howto.txt
-
-
-  * Commited my little release-howto (only useful to core vlc developers).
-
-------------------------------------------------------------------------
-r1204 | henri | 2001-11-13 13:15:21 +0100 (Tue, 13 Nov 2001) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/doc/developer/decoders.xml
-
-
-Forgot Changelog.
-Began to re-read the documentation.
-
-------------------------------------------------------------------------
-r1205 | massiot | 2001-11-13 13:19:13 +0100 (Tue, 13 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/doc/release-howto.txt
-
-RPM builds.
-
-------------------------------------------------------------------------
-r1206 | sam | 2001-11-13 16:08:25 +0100 (Tue, 13 Nov 2001) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/spu_dec/spu_decoder.c
-
-
-  * configure should no longer assume AltiVec is supported when it actually
-    isn't with buggy compilers and/or pre-set $CFLAGS.
-
-------------------------------------------------------------------------
-r1207 | sam | 2001-11-13 17:00:54 +0100 (Tue, 13 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-
-  * Fixed a crash when using `--input dvd /dev/dvd' instead of `dvd:/dev/dvd'
-
-------------------------------------------------------------------------
-r1208 | massiot | 2001-11-13 17:28:05 +0100 (Tue, 13 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/INSTALL-win32.txt
-
-Typo.
-
-------------------------------------------------------------------------
-r1209 | sam | 2001-11-13 19:10:39 +0100 (Tue, 13 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/include/modules.h
-   A /trunk/plugins/ac3_adec/.cvsignore
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_adec/ac3_imdct.c
-   A /trunk/plugins/ac3_spdif/.cvsignore
-   M /trunk/plugins/imdct/ac3_imdct_sse.c
-   A /trunk/plugins/lpcm_adec/.cvsignore
-   A /trunk/plugins/mpeg_adec/.cvsignore
-   A /trunk/plugins/mpeg_vdec/.cvsignore
-   A /trunk/plugins/spu_dec/.cvsignore
-
-
-  * Fixed heap corruption issues in ac3dec (thanks reno).
-
-------------------------------------------------------------------------
-r1210 | jlj | 2001-11-14 01:01:36 +0100 (Wed, 14 Nov 2001) | 7 lines
-Changed paths:
-   M /trunk/include/threads.h
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/win32_specific.c
-
-The default file-translation mode was not being set under win32.
-In other words, file playback in 0.2.91 does not work. For de-
-scheduling threads use a 0ms sleep instead of 1ms, as it was
-causing problems under WinXP. I hope this does not introduce
-problems under previous windows versions. I noticed it was
-originally 0ms, but later changed to 1ms...
-
-------------------------------------------------------------------------
-r1211 | stef | 2001-11-14 04:38:11 +0100 (Wed, 14 Nov 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/src/audio_output/aout_spdif.c
-
--moved warning message to debug message in spdif pass-through plugin
-
--changed a bit the wait time. It works better here, please test (Bozo ? 0:-)
-
-------------------------------------------------------------------------
-r1212 | xav | 2001-11-14 05:55:49 +0100 (Wed, 14 Nov 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/directx/vout_directx.c
-
-
-It seems that the 'focus' bug under WinME is solved. Could someone with
-a 98 check, and someone under win2k check that nothing is broken ? :)
-
-------------------------------------------------------------------------
-r1213 | massiot | 2001-11-14 17:55:05 +0100 (Wed, 14 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-Fixed a bug in altivec detection on MacOS X.
-
-------------------------------------------------------------------------
-r1214 | gbazin | 2001-11-14 19:08:27 +0100 (Wed, 14 Nov 2001) | 7 lines
-Changed paths:
-   M /trunk/INSTALL-win32.txt
-   M /trunk/configure
-   M /trunk/configure.in
-
-- The ./configure script is more friendly for Win32 users.
-    ( xvideo, x11 and dsp plugins are not enabled by default for win32,
-      plus a few other Win32 cosmetic changes )
-- Updated the INSTALL-win32.txt file.
-
-(Let's hope I didn't break anything ;-)
-
-------------------------------------------------------------------------
-r1215 | xav | 2001-11-15 00:19:38 +0100 (Thu, 15 Nov 2001) | 6 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-
-Please, please, don't forget those who use the --with-directx flag when
-./configuring ! :p
-Now, to configure directx, use the --enable-directx and --with-directx
-if necessary.
-
-------------------------------------------------------------------------
-r1216 | massiot | 2001-11-15 17:15:59 +0100 (Thu, 15 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-
-Removed unused structure.
-
-------------------------------------------------------------------------
-r1217 | sam | 2001-11-15 18:39:13 +0100 (Thu, 15 Nov 2001) | 4 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/spu_dec/spu_decoder.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_programs.c
-
-
-  * Fixed a few crashes due to race conditions in the decoder spawning.
-  * Removed unused code here and there.
-
-------------------------------------------------------------------------
-r1218 | sam | 2001-11-15 19:11:50 +0100 (Thu, 15 Nov 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/motion/motionmmxext.c
-   M /trunk/src/input/input_dec.c
-
-
-  * Fixed a little crash introduced in my previous commit :-)
-  * Removed more unused code.
-
-------------------------------------------------------------------------
-r1219 | sam | 2001-11-15 19:50:49 +0100 (Thu, 15 Nov 2001) | 4 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-
-  * Fixed MacOS X 10.1 network input, thanks to Mathias Kretschmer
-    <mathias@research.att.com>.
-
-------------------------------------------------------------------------
-r1220 | xav | 2001-11-15 22:27:53 +0100 (Thu, 15 Nov 2001) | 5 lines
-Changed paths:
-   M /trunk/plugins/directx/vout_directx.c
-
-
-Removed my modification, it seems the libs we're linking with are far
-too old to support this option. And it also seems it doesn't function
-anywhere out of my box :)
-
-------------------------------------------------------------------------
-r1221 | stef | 2001-11-16 01:29:52 +0100 (Fri, 16 Nov 2001) | 10 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/intf_gnome.c
-   M /trunk/plugins/gtk/intf_gnome.glade
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/gtk/intf_gtk.glade
-   M /trunk/plugins/gtk/intf_gtk.h
-   M /trunk/src/misc/netutils.c
-
-* --chennels puts gtk/gnome in multi-channel network mode.
-
-* the network window of the interface reports the values of the environment
- variables.
-
-* channels mode excludes vls configuration
-
-* the vlc does not try to bind vls.via.ecp.fr by default when you select
- channels mode.
-
-------------------------------------------------------------------------
-r1222 | stef | 2001-11-19 16:13:11 +0100 (Mon, 19 Nov 2001) | 12 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/extras/libdvdcss/videolan/dvdcss.h
-   M /trunk/plugins/dvd/input_dvd.c
-
--fixed a bug in libdvdcss: the key wasn't searched when it had to.
-
-dvdcss_seek : searches a new title key when
-       -the flag is DVDCSS_SEEK_KEY,
-       -the flag is DVDCSS_SEEK_MPEG, only if method is not "title".
-
-dvdcss_seek with DVDCSS_SEEK_KEY flags does actually the same things as
-dvdcss_title (which might eventually be removed).
-
-Thus, the flag DVDCSS_SEEK_KEY (formerly DVDCSS_SEEK_INI) could not be
-removed (sorry sam, I've mistaken you by forgetting that)
-
-------------------------------------------------------------------------
-r1223 | sam | 2001-11-20 00:49:43 +0100 (Tue, 20 Nov 2001) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/plugins/arts
-   A /trunk/plugins/arts/.cvsignore
-   A /trunk/plugins/arts/Makefile
-   A /trunk/plugins/arts/aout_arts.c
-   A /trunk/plugins/arts/arts.c
-   M /trunk/plugins/esd/Makefile
-
-
-  * aRts audio output courtesy of Emmanuel Blindauer <manu@agat.net>.
-  * Fix to the esd plugin when esd-config --cflags is nonempty.
-
-------------------------------------------------------------------------
-r1224 | massiot | 2001-11-21 11:47:20 +0100 (Wed, 21 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/modules_export.h
-
-Fixed compilation bugs with Qt and BeOS (henriiiiiiiiiiiiiiiiiiiiiiiii !!)
-
-------------------------------------------------------------------------
-r1225 | massiot | 2001-11-21 17:47:46 +0100 (Wed, 21 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/netutils.c
-
-(Hopefully) fixed the network connect() bug under UNIX. I need
-confirmation that I didn't break the Win32 port, please.
-
-------------------------------------------------------------------------
-r1226 | jlj | 2001-11-21 23:33:03 +0100 (Wed, 21 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/src/misc/netutils.c
-
-Don`t use long long, use u64/s64 (int_types.h).
-Fixed a stale pointer in mpeg_vdec_Run().
-
-------------------------------------------------------------------------
-r1227 | massiot | 2001-11-23 19:47:51 +0100 (Fri, 23 Nov 2001) | 18 lines
-Changed paths:
-   M /trunk/include/netutils.h
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/netutils.c
-
-Major rewrite of the network layer. The following syntax ARE NO LONGER
-SUPPORTED :
-ts:toto:1234/meuh
---server toto --broadcast meuh --port 1234
-
-The only supported syntax is :
-udp[stream]:[//][serveraddr:[serverport]][@[bindaddr][:bindport]]
-example : udpstream:toto@meuh:toto
-
-In most cases, simply passing "udpstream:" should work, since it enables
-unicast and broadcast reception on port 1234 from any server. Other
-options are only used for fine tuning and multicast.
-
-TODO :
-* The GTK interface is broken (glade knowledge wanted !)
-* Test this on all supported platforms (and fix them :)
-[this won't work with current channel servers - fix needed]
-
-------------------------------------------------------------------------
-r1228 | sam | 2001-11-25 02:26:54 +0100 (Sun, 25 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/vlc-gnome.menu
-   M /trunk/debian/vlc-gtk.menu
-   M /trunk/debian/vlc-qt.menu
-   M /trunk/debian/vlc.menu
-
-
-  * Added "Video" menu hint to debian/*menu (Closes Debian bug #121036).
-
-------------------------------------------------------------------------
-r1229 | stef | 2001-11-25 06:04:38 +0100 (Sun, 25 Nov 2001) | 20 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/extras/libdvdread
-   A /trunk/extras/libdvdread/.cvsignore
-   A /trunk/extras/libdvdread/Makefile
-   A /trunk/extras/libdvdread/bswap.h
-   A /trunk/extras/libdvdread/dvd_reader.c
-   A /trunk/extras/libdvdread/dvd_reader.h
-   A /trunk/extras/libdvdread/dvd_udf.c
-   A /trunk/extras/libdvdread/dvd_udf.h
-   A /trunk/extras/libdvdread/dvdcss.h
-   A /trunk/extras/libdvdread/dvdread.c
-   A /trunk/extras/libdvdread/ifo_print.c
-   A /trunk/extras/libdvdread/ifo_print.h
-   A /trunk/extras/libdvdread/ifo_read.c
-   A /trunk/extras/libdvdread/ifo_read.h
-   A /trunk/extras/libdvdread/ifo_types.h
-   A /trunk/extras/libdvdread/nav_print.c
-   A /trunk/extras/libdvdread/nav_print.h
-   A /trunk/extras/libdvdread/nav_read.c
-   A /trunk/extras/libdvdread/nav_read.h
-   A /trunk/extras/libdvdread/nav_types.h
-   A /trunk/extras/libdvdread/videolan
-   A /trunk/extras/libdvdread/videolan/.cvsignore
-   A /trunk/extras/libdvdread/videolan/dvdread.c
-   A /trunk/extras/libdvdread/videolan/dvdread.h
-   A /trunk/plugins/dvdread
-   A /trunk/plugins/dvdread/.cvsignore
-   A /trunk/plugins/dvdread/Makefile
-   A /trunk/plugins/dvdread/dvdread.c
-   A /trunk/plugins/dvdread/input_dvdread.c
-   A /trunk/plugins/dvdread/input_dvdread.h
-   M /trunk/src/input/input.c
-
-Support for libdvdread.
-
-Libdvdread files are in extras/libdvdread. They have not been changed from
-those of libdvdread 0.9.2. The changes are in the subdirectory videolan.
-They basically consist of a new function in the API that does a readv()
-instead fo a read().
-
-The library is statically linked with libdvdcss from extras/libdvdcss, and
-the whole is statically linked with the plugin dvdread. Dvdread can only be
-compiled as a builtin module for the time being, I think (which means I
-haven't tried to compile it as a plugin).
-
-Basically, input_dvdread.c is a copy and paste from input_dvd.c with a few
-changes to use libdvdread calls. It is still in very alpha stage, but it
-should offer the same features as the current DVD input.
-
-It can be called with either the syntax: "dvdread:/dev/dvd"
-or "--input dvdread /dev/dvd". The command line switches (-t, -T, -c, -u)
-should work too.
-
-------------------------------------------------------------------------
-r1230 | gbazin | 2001-11-25 23:52:21 +0100 (Sun, 25 Nov 2001) | 12 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/libdvdcss/ioctl.h
-   A /trunk/include/bytes_swap.h
-   M /trunk/include/common.h
-   A /trunk/include/common_win32.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/modules_export.h
-   M /trunk/include/threads.h
-   M /trunk/plugins/ac3_adec/ac3_bit_allocate.c
-   M /trunk/plugins/ac3_adec/ac3_decoder.c
-   M /trunk/plugins/ac3_adec/ac3_exponent.c
-   M /trunk/plugins/ac3_adec/ac3_imdct.c
-   M /trunk/plugins/ac3_adec/ac3_mantissa.c
-   M /trunk/plugins/ac3_adec/ac3_parse.c
-   M /trunk/plugins/ac3_adec/ac3_rematrix.c
-   M /trunk/plugins/downmix/ac3_downmix_3dn.c
-   M /trunk/plugins/downmix/ac3_downmix_sse.c
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/mpeg/input_es.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/plugins/text/Makefile
-   M /trunk/plugins/text/intf_rc.c
-   M /trunk/src/misc/modules.c
-
-
- * Big clean-up to allow compiling every module as plugins.
- * Added bytes_swap.h to provide ntoh() and htol() on Win32. With this
-     change we don't have to link winsock2 with every plugin anymore. This
-     should also give us a slight speed increase.
- * Added #define WIN32_LEAN_AND_MEAN in threads.h to speed-up compilation
-     on Win32.
- * Modified ac_downmix_3dn and sse so they compile with the latest gcc for
-     Win32.
-
-(PS: the dvdread plugin doesn't compile yet on Win32)
-
-------------------------------------------------------------------------
-r1231 | massiot | 2001-11-26 16:56:36 +0100 (Mon, 26 Nov 2001) | 5 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/extras/libdvdcss/libdvdcss.h
-
-Reworked Keith Packard's raw device patch. The name of the raw device
-is in the environment variable DVDCSS_RAW_DEVICE.
-
-Untested (as usual :-). Feedback welcome.
-
-------------------------------------------------------------------------
-r1232 | fgp | 2001-11-26 23:28:05 +0100 (Mon, 26 Nov 2001) | 15 lines
-Changed paths:
-   M /trunk/extras/libdvdread/bswap.h
-   M /trunk/extras/libdvdread/dvdread.c
-   M /trunk/extras/libdvdread/ifo_print.h
-   M /trunk/extras/libdvdread/ifo_read.h
-   M /trunk/extras/libdvdread/ifo_types.h
-   M /trunk/extras/libdvdread/nav_print.h
-   M /trunk/extras/libdvdread/nav_read.h
-   M /trunk/extras/libdvdread/nav_types.h
-   M /trunk/plugins/macosx/vout_macosx.c
-
- *) changed includes from
-    #include <dvdread/...> to
-    #include "..."
-
- *) Darwin doesn't have off64_t, stat64, lseek64. Added
-    #ifdef SYS_DARWIN
-    #define off64_t off_t
-    ....
-    #endif
-    to dvdread.c
-
- *) Fixed stupid bug in vout_macos.x. On startup, it would
-    try to free a non-existant QuickTime Sequence. This could be
-    the reasons for (some?) of the crashes at startup.
-
-------------------------------------------------------------------------
-r1233 | marcari | 2001-11-27 00:06:02 +0100 (Tue, 27 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/src/misc/netutils.c
-
-* changed the protocol version for communication between vlc and vlcs
-from 12 to 13 (due to change from ts:// to udpstream://)
-
-------------------------------------------------------------------------
-r1234 | massiot | 2001-11-27 11:18:33 +0100 (Tue, 27 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/src/input/input_netlist.c
-
-Fixed a potential packet corruption in the DVD input (I suspect this
-might be the cause of the OS X problem - please confirm).
-
-------------------------------------------------------------------------
-r1235 | massiot | 2001-11-27 11:50:35 +0100 (Tue, 27 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Fixed a compilation issue under Win32
-
-------------------------------------------------------------------------
-r1236 | massiot | 2001-11-27 11:58:11 +0100 (Tue, 27 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-Disabled dvdread by default since it causes many portability problems.
-Enable it with --enable-dvdread.
-
-------------------------------------------------------------------------
-r1237 | massiot | 2001-11-27 12:14:55 +0100 (Tue, 27 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-More WIN32 portability fixes.
-
-------------------------------------------------------------------------
-r1238 | massiot | 2001-11-27 12:44:48 +0100 (Tue, 27 Nov 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-
-New syntax for the dvd input :
-   dvd:<device>[:<raw device>]
-The raw device must have been prepared (by root) beforehands.
-
-------------------------------------------------------------------------
-r1239 | massiot | 2001-11-27 13:33:20 +0100 (Tue, 27 Nov 2001) | 4 lines
-Changed paths:
-   M /trunk/doc/vlc.1
-   M /trunk/plugins/dvd/input_dvd.c
-
-* Updated man page.
-* dvd:<device>[@<raw device>] to avoid device namespace collision under
-win32.
-
-------------------------------------------------------------------------
-r1240 | massiot | 2001-11-27 13:52:54 +0100 (Tue, 27 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/FAQ
-   M /trunk/INSTALL
-   M /trunk/README
-
-Documentation updates.
-
-------------------------------------------------------------------------
-r1241 | massiot | 2001-11-27 14:06:23 +0100 (Tue, 27 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/FAQ
-
-Removed obsolete entry.
-
-------------------------------------------------------------------------
-r1242 | massiot | 2001-11-27 15:31:19 +0100 (Tue, 27 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/x11/vout_xvideo.c
-
-Various (sometimes hopeless) fixes to try to improve xvideo stability.
-
-------------------------------------------------------------------------
-r1243 | sam | 2001-11-27 15:42:46 +0100 (Tue, 27 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/src/misc/netutils.c
-
-
-  * Fixed a deadlock (bug reported by marcari).
-
-------------------------------------------------------------------------
-r1244 | massiot | 2001-11-28 16:08:06 +0100 (Wed, 28 Nov 2001) | 6 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/config.h.in
-   M /trunk/include/modules_export.h
-   M /trunk/include/mtime.h
-   M /trunk/include/threads.h
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_adec/ac3_bit_allocate.c
-   M /trunk/plugins/ac3_adec/ac3_decoder.c
-   M /trunk/plugins/ac3_adec/ac3_exponent.c
-   M /trunk/plugins/ac3_adec/ac3_imdct.c
-   M /trunk/plugins/ac3_adec/ac3_mantissa.c
-   M /trunk/plugins/ac3_adec/ac3_parse.c
-   M /trunk/plugins/ac3_adec/ac3_rematrix.c
-   M /trunk/plugins/ac3_spdif/ac3_iec958.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/alsa/alsa.c
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/arts/aout_arts.c
-   M /trunk/plugins/arts/arts.c
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/MediaControlView.cpp
-   M /trunk/plugins/beos/PlayListWindow.cpp
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/beos.cpp
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   D /trunk/plugins/darwin
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/directx/directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/directx/vout_events.c
-   M /trunk/plugins/downmix/ac3_downmix_3dn.c
-   M /trunk/plugins/downmix/ac3_downmix_c.c
-   M /trunk/plugins/downmix/ac3_downmix_sse.c
-   M /trunk/plugins/downmix/downmix.c
-   M /trunk/plugins/downmix/downmix3dn.c
-   M /trunk/plugins/downmix/downmixsse.c
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dsp/dsp.c
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/dummy/null.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_summary.c
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/dvdread.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/plugins/esd/esd.c
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/fb/vout_fb.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/ggi/vout_ggi.c
-   M /trunk/plugins/glide/glide.c
-   M /trunk/plugins/glide/vout_glide.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_control.c
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/gtk/gtk_modules.c
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/plugins/gtk/intf_gnome.c
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   M /trunk/plugins/imdct/ac3_imdct_3dn.c
-   M /trunk/plugins/imdct/ac3_imdct_c.c
-   M /trunk/plugins/imdct/ac3_imdct_common.c
-   M /trunk/plugins/imdct/ac3_imdct_sse.c
-   M /trunk/plugins/imdct/ac3_srfft_3dn.c
-   M /trunk/plugins/imdct/ac3_srfft_c.c
-   M /trunk/plugins/imdct/ac3_srfft_sse.c
-   M /trunk/plugins/imdct/imdct.c
-   M /trunk/plugins/imdct/imdct3dn.c
-   M /trunk/plugins/imdct/imdctsse.c
-   M /trunk/plugins/kde/intf_plugin.h
-   M /trunk/plugins/kde/kde.cpp
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-   M /trunk/plugins/mga/mga.c
-   M /trunk/plugins/mga/vout_mga.c
-   M /trunk/plugins/motion/motion.c
-   M /trunk/plugins/motion/motion3dnow.c
-   M /trunk/plugins/motion/motionaltivec.c
-   M /trunk/plugins/motion/motionmmx.c
-   M /trunk/plugins/motion/motionmmxext.c
-   M /trunk/plugins/mpeg/es.c
-   M /trunk/plugins/mpeg/input_es.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/plugins/mpeg/ps.c
-   M /trunk/plugins/mpeg/ts.c
-   M /trunk/plugins/mpeg_adec/adec_layer1.c
-   M /trunk/plugins/mpeg_adec/adec_layer2.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec_generic.c
-   M /trunk/plugins/mpeg_vdec/video_decoder.c
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/mpeg_vdec/vpar_blocks.c
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/mpeg_vdec/vpar_pool.c
-   M /trunk/plugins/mpeg_vdec/vpar_synchro.c
-   M /trunk/plugins/qnx/aout_qnx.c
-   M /trunk/plugins/qnx/qnx.c
-   M /trunk/plugins/qnx/vout_qnx.c
-   M /trunk/plugins/qt/intf_qt.cpp
-   M /trunk/plugins/qt/qt.cpp
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/spu_dec/spu_decoder.c
-   M /trunk/plugins/text/intf_ncurses.c
-   M /trunk/plugins/text/intf_rc.c
-   M /trunk/plugins/text/ncurses.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/plugins/vcd/linux_cdrom_tools.c
-   M /trunk/plugins/vcd/vcd.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/plugins/x11/x11.c
-   M /trunk/plugins/x11/xvideo.c
-   M /trunk/plugins/yuv/transforms_yuv.c
-   M /trunk/plugins/yuv/transforms_yuvmmx.c
-   M /trunk/plugins/yuv/video_yuv.c
-   M /trunk/plugins/yuv/video_yuvmmx.c
-   M /trunk/plugins/yuv/yuv.c
-   M /trunk/plugins/yuv/yuvmmx.c
-   M /trunk/src/audio_output/aout_ext-dec.c
-   M /trunk/src/audio_output/aout_s16.c
-   M /trunk/src/audio_output/aout_s8.c
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/audio_output/aout_u16.c
-   M /trunk/src/audio_output/aout_u8.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_channels.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/intf_playlist.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/darwin_specific.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/tests.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_spu.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_yuv.c
-
-* Added error checking in pthread wrapper ; as a result, intf_msg.h must
-now be included *before* threads.h ;
-* Changed all files to include intf_msg.h before threads.h ; while I was
-at it, I update the copyright notices ;
-* Removed the obsolete darwin plug-in.
-
-------------------------------------------------------------------------
-r1245 | fgp | 2001-11-29 02:01:48 +0100 (Thu, 29 Nov 2001) | 8 lines
-Changed paths:
-   M /trunk/include/threads.h
-   M /trunk/plugins/macosx/aout_macosx.c
-   M /trunk/plugins/macosx/intf_main.c
-   M /trunk/plugins/macosx/intf_vlc_wrapper.c
-   M /trunk/plugins/macosx/macosx.h
-   M /trunk/plugins/macosx/vout_macosx.c
-
-  *) Added "#include <string.>" to include/threads.h
-     It' wouldn't compile on OSX without this.
-
-  *) Removed the mutex the vout and intf thread (were supposed to use)
-     for syncronizing acces to the p_vout->p_sys structure.
-     The p_vout->change_lock mutex is used for syncronization now. (and
-     should make synronization work)
-
-------------------------------------------------------------------------
-r1246 | massiot | 2001-11-29 11:20:56 +0100 (Thu, 29 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/include/threads.h
-   M /trunk/plugins/macosx/aout_macosx.c
-   M /trunk/plugins/macosx/intf_main.c
-   M /trunk/plugins/macosx/intf_vlc_wrapper.c
-   M /trunk/plugins/macosx/macosx.h
-   M /trunk/plugins/macosx/vout_macosx.c
-
-Moved #include <string.h> to macosx plug-in instead of threads.h, as in
-other plug-ins.
-
-------------------------------------------------------------------------
-r1247 | massiot | 2001-11-29 16:34:28 +0100 (Thu, 29 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-
-Fixed a problem with vlc.app.
-
-------------------------------------------------------------------------
-r1248 | massiot | 2001-11-29 16:56:37 +0100 (Thu, 29 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/macosx/macosx.c
-
-Fixed another compilation problem.
-
-------------------------------------------------------------------------
-r1249 | massiot | 2001-11-29 16:57:07 +0100 (Thu, 29 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/.cvsignore
-
-Added vlc.app
-
-------------------------------------------------------------------------
-r1250 | jobi | 2001-11-29 18:24:48 +0100 (Thu, 29 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-
-Removed a bug in the Makefile that made the CVS-snapshots building fail.
-
-------------------------------------------------------------------------
-r1251 | stef | 2001-11-30 01:34:03 +0100 (Fri, 30 Nov 2001) | 3 lines
-Changed paths:
-   M /trunk/INSTALL.libdvdcss
-   M /trunk/README.libdvdcss
-
-
--Update for libdvdcss documentation
-
-------------------------------------------------------------------------
-r1252 | tcastley | 2001-11-30 10:49:48 +0100 (Fri, 30 Nov 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/MediaControlView.cpp
-   M /trunk/plugins/beos/PlayListWindow.cpp
-   M /trunk/plugins/beos/beos.cpp
-
-Included strings.h to fix compile errors due to the change in threads.h
-
-------------------------------------------------------------------------
-r1253 | gbazin | 2001-11-30 23:52:40 +0100 (Fri, 30 Nov 2001) | 5 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-
-
- * DeleteDecoderConfig wasn't freeing (anymore) the packets left in the
-    decoder fifo. This bug was creating an io_vec starving on title change
-    when playing DVDs.
-
-------------------------------------------------------------------------
-r1254 | tcastley | 2001-12-01 07:38:53 +0100 (Sat, 01 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Implemented simple BDirectWindow (DMA) support
-
-------------------------------------------------------------------------
-r1255 | stef | 2001-12-02 18:32:19 +0100 (Sun, 02 Dec 2001) | 5 lines
-Changed paths:
-   M /trunk/src/input/input_netlist.c
-
-
--hopeless fix for the input netlist corruption bug.
-
-Please test.
-
-------------------------------------------------------------------------
-r1256 | fgp | 2001-12-02 19:04:29 +0100 (Sun, 02 Dec 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/macosx/vout_macosx.c
-
- *) Fixed stupid bug in vout_Manage. It sometimes called SetDSequenceMatrix
-    when there was no valid sequence.
-
-------------------------------------------------------------------------
-r1257 | massiot | 2001-12-03 12:49:04 +0100 (Mon, 03 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/src/input/mpeg_system.c
-
-Fixed numerous bugs in ES selection.
-
-------------------------------------------------------------------------
-r1258 | massiot | 2001-12-03 14:58:59 +0100 (Mon, 03 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/include/threads.h
-   M /trunk/plugins/x11/vout_xvideo.c
-
-Fixed a crash when pausing.
-
-------------------------------------------------------------------------
-r1259 | massiot | 2001-12-03 16:58:14 +0100 (Mon, 03 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-More checks for GTK headers.
-
-------------------------------------------------------------------------
-r1260 | sam | 2001-12-03 17:18:37 +0100 (Mon, 03 Dec 2001) | 8 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/ChangeLog.libdvdcss
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/libdvdcss1.dirs
-   M /trunk/debian/rules
-   M /trunk/doc/developer/decoders.xml
-   M /trunk/doc/vlc.1
-   M /trunk/include/common.h
-   M /trunk/include/config.h.in
-   M /trunk/include/defs.h.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_export.h
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-   A /trunk/plugins/memcpy
-   A /trunk/plugins/memcpy/.cvsignore
-   A /trunk/plugins/memcpy/Makefile
-   A /trunk/plugins/memcpy/fastmemcpy.h
-   A /trunk/plugins/memcpy/memcpy.c
-   A /trunk/plugins/memcpy/memcpy3dn.c
-   A /trunk/plugins/memcpy/memcpymmx.c
-   A /trunk/plugins/memcpy/memcpymmxext.c
-   M /trunk/plugins/mpeg/input_ts.h
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/spu_dec/spu_decoder.c
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/interface/main.c
-
-
-  * Borrowed MPlayer's fast memcpy() routines. Best is autodetected, choose
-    "--memcpy <whatever>" to choose one from c, mmx, mmxext or 3dn.
-    Please test! Especially Athlon users.
-  * Added versioned build-dep to libasound2-dev (Closes Debian bug #121057).
-  * Updated Gtk/GNOME interfaces to use "udpstream" instead of "ts".
-  * Unrolled ChangeLog.
-
-------------------------------------------------------------------------
-r1261 | massiot | 2001-12-03 17:43:25 +0100 (Mon, 03 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-Fixed a bug in my previous commit.
-
-------------------------------------------------------------------------
-r1262 | stef | 2001-12-03 18:34:08 +0100 (Mon, 03 Dec 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/src/input/input_netlist.c
-
-
--added eof for ts seekable streams
--close netlist when ts input ends
-
-------------------------------------------------------------------------
-r1263 | massiot | 2001-12-03 18:55:45 +0100 (Mon, 03 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/src/input/mpeg_system.c
-
-Reversed my previous patch (too buggy).
-
-------------------------------------------------------------------------
-r1264 | massiot | 2001-12-04 14:47:46 +0100 (Tue, 04 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/config.h.in
-   M /trunk/include/tests.h
-   A /trunk/ipkg/patch
-   M /trunk/ipkg/rules
-   A /trunk/plugins/mad_adec
-   A /trunk/plugins/mad_adec/.cvsignore
-   A /trunk/plugins/mad_adec/API
-   A /trunk/plugins/mad_adec/BUGS
-   A /trunk/plugins/mad_adec/DESIGN
-   A /trunk/plugins/mad_adec/Makefile
-   A /trunk/plugins/mad_adec/TODO
-   A /trunk/plugins/mad_adec/docs
-   A /trunk/plugins/mad_adec/docs/joe_drew.txt
-   A /trunk/plugins/mad_adec/docs/rob_leslie.txt
-   A /trunk/plugins/mad_adec/mad_adec.c
-   A /trunk/plugins/mad_adec/mad_adec.h
-   A /trunk/plugins/mad_adec/mad_libmad.c
-   A /trunk/plugins/mad_adec/mad_libmad.h
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/src/interface/main.c
-
-libmad plug-in, courtesy of Jean-Paul Saman <jpsaman@wxs.nl>.
-
-------------------------------------------------------------------------
-r1265 | jobi | 2001-12-05 04:31:04 +0100 (Wed, 05 Dec 2001) | 10 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-
-* Added 2 fields, p_selected_program and p_new_program, to the
-  input_thread_t structure, so that we may support multi programs
-  streams.
-* Modified inputs to take account of this change.
-* Modified input_clock.c so that it doesn't refer to pp_programs[0]
-  any more.
-
-Now we should not refer to the first program, but to the selected
-program. Functions to change the current program are coming.
-
-------------------------------------------------------------------------
-r1266 | massiot | 2001-12-05 11:30:25 +0100 (Wed, 05 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/src/interface/main.c
-
-Fix for altivec detection (courtesy of walken).
-
-------------------------------------------------------------------------
-r1267 | tcastley | 2001-12-06 11:29:40 +0100 (Thu, 06 Dec 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Added funcionality for vertical retrace sync for refresh rates 60Hz or lower
-(Thanks Rudolf)
-Fixed the Prev Title Bug, now works.
-
-------------------------------------------------------------------------
-r1268 | massiot | 2001-12-06 11:53:42 +0100 (Thu, 06 Dec 2001) | 6 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/doc/vlc.1
-   M /trunk/include/main.h
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/audio_output/aout_s16.c
-   M /trunk/src/audio_output/aout_u8.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/interface/main.c
-
-* mad plug-in is now built-in to avoid PIC/non-PIC collision ;
-* Updated documentation ;
-* New --desync option, to delay the video (in case of lip desynchronization) ;
-this is bad, but we have no other option for the moment ;
-* Clicking in vout now pauses the stream, patch courtesy of Peter Surda.
-
-------------------------------------------------------------------------
-r1269 | massiot | 2001-12-06 12:18:22 +0100 (Thu, 06 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/doc/vlc.1
-
-Updated man page.
-
-------------------------------------------------------------------------
-r1270 | massiot | 2001-12-06 14:46:23 +0100 (Thu, 06 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/motion/motionaltivec.c
-
-Fixed dumb renaming of #define's for altivec :-p.
-
-------------------------------------------------------------------------
-r1271 | massiot | 2001-12-06 14:53:52 +0100 (Thu, 06 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-Fix for altivec under Linux.
-
-------------------------------------------------------------------------
-r1272 | jobi | 2001-12-07 17:47:47 +0100 (Fri, 07 Dec 2001) | 6 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/modules.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/mpeg/input_es.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-
-* added functions in inputs to change the current program (most of
-  them do nothing)
-
-All inputs should now have a pf_setprogram function. A default one is
-provided in input_programs.c.
-
-------------------------------------------------------------------------
-r1273 | sam | 2001-12-07 19:33:08 +0100 (Fri, 07 Dec 2001) | 5 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/config.h.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_export.h
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/arts/aout_arts.c
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/MediaControlView.cpp
-   M /trunk/plugins/beos/PlayListWindow.cpp
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/directx/vout_events.c
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/dvd/dvd_summary.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/plugins/fb/vout_fb.c
-   M /trunk/plugins/ggi/vout_ggi.c
-   M /trunk/plugins/glide/vout_glide.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_control.c
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/gtk/gtk_modules.c
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/plugins/gtk/intf_gnome.c
-   M /trunk/plugins/gtk/intf_gtk.c
-   M /trunk/plugins/kde/intf_plugin.h
-   M /trunk/plugins/macosx/aout_macosx.c
-   M /trunk/plugins/macosx/intf_vlc_wrapper.c
-   M /trunk/plugins/macosx/vout_macosx.c
-   M /trunk/plugins/memcpy/memcpy.c
-   M /trunk/plugins/memcpy/memcpy3dn.c
-   M /trunk/plugins/memcpy/memcpymmx.c
-   M /trunk/plugins/memcpy/memcpymmxext.c
-   M /trunk/plugins/mpeg/input_es.c
-   M /trunk/plugins/mpeg/input_ps.c
-   M /trunk/plugins/mpeg/input_ts.c
-   M /trunk/plugins/mpeg/input_ts.h
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/mpeg_vdec/vpar_synchro.c
-   M /trunk/plugins/qnx/aout_qnx.c
-   M /trunk/plugins/qnx/vout_qnx.c
-   M /trunk/plugins/qt/intf_qt.cpp
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/text/intf_ncurses.c
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/plugins/vcd/linux_cdrom_tools.c
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/audio_output/aout_ext-dec.c
-   M /trunk/src/audio_output/aout_s16.c
-   M /trunk/src/audio_output/aout_u8.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_channels.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/intf_playlist.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/tests.c
-   M /trunk/src/video_output/video_output.c
-
-
-  * Fixed a total breakage of decoder plugins introduced by fast_memcpy.
-  * Got rid of #include "main.h", included it in common.h instead ; got
-    rid of #include "config.h" in most files as well.
-
-------------------------------------------------------------------------
-r1274 | massiot | 2001-12-07 20:22:46 +0100 (Fri, 07 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/ChangeLog.libdvdcss
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/libdvdcss/libdvdcss.spec
-   M /trunk/ipkg/control
-   M /trunk/vlc.spec
-
-Bumped up revision number to 0.2.92-dev and 1.0.1-dev.
-
-------------------------------------------------------------------------
-r1275 | massiot | 2001-12-07 20:25:39 +0100 (Fri, 07 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/debian/changelog
-
-0.2.92 pre-release.
-
-------------------------------------------------------------------------
-r1280 | sam | 2001-12-09 18:01:37 +0100 (Sun, 09 Dec 2001) | 21 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/extras/libdvdcss/css.c
-   M /trunk/extras/libdvdcss/ioctl.c
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/include/common.h
-   M /trunk/include/config.h.in
-   M /trunk/include/defs.h.in
-   M /trunk/include/interface.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_export.h
-   M /trunk/include/vdec_ext-plugins.h
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/ipkg/rules
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_adec/ac3_bit_allocate.c
-   M /trunk/plugins/ac3_adec/ac3_decoder.c
-   M /trunk/plugins/ac3_adec/ac3_exponent.c
-   M /trunk/plugins/ac3_adec/ac3_imdct.c
-   M /trunk/plugins/ac3_adec/ac3_mantissa.c
-   M /trunk/plugins/ac3_adec/ac3_parse.c
-   M /trunk/plugins/ac3_adec/ac3_rematrix.c
-   M /trunk/plugins/ac3_spdif/ac3_iec958.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/alsa/alsa.c
-   M /trunk/plugins/arts/arts.c
-   M /trunk/plugins/beos/beos.cpp
-   A /trunk/plugins/chroma
-   A /trunk/plugins/chroma/.cvsignore
-   A /trunk/plugins/chroma/Makefile
-   M /trunk/plugins/directx/directx.c
-   M /trunk/plugins/downmix/ac3_downmix_3dn.c
-   M /trunk/plugins/downmix/ac3_downmix_c.c
-   M /trunk/plugins/downmix/ac3_downmix_sse.c
-   M /trunk/plugins/downmix/downmix.c
-   M /trunk/plugins/downmix/downmix3dn.c
-   M /trunk/plugins/downmix/downmixsse.c
-   M /trunk/plugins/dsp/dsp.c
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/dummy/null.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/dvd/dummy_dvdcss.c
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvdread/dvdread.c
-   M /trunk/plugins/esd/esd.c
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/glide/glide.c
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   A /trunk/plugins/idct/vdec_block_c.c
-   A /trunk/plugins/idct/vdec_block_mmx.c
-   M /trunk/plugins/imdct/ac3_imdct_3dn.c
-   M /trunk/plugins/imdct/ac3_imdct_c.c
-   M /trunk/plugins/imdct/ac3_imdct_common.c
-   M /trunk/plugins/imdct/ac3_imdct_sse.c
-   M /trunk/plugins/imdct/ac3_srfft_3dn.c
-   M /trunk/plugins/imdct/ac3_srfft_c.c
-   M /trunk/plugins/imdct/ac3_srfft_sse.c
-   M /trunk/plugins/imdct/imdct.c
-   M /trunk/plugins/imdct/imdct3dn.c
-   M /trunk/plugins/imdct/imdctsse.c
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-   M /trunk/plugins/macosx/intf_main.c
-   M /trunk/plugins/macosx/macosx.c
-   A /trunk/plugins/mad
-   A /trunk/plugins/mad/.cvsignore
-   A /trunk/plugins/mad/API
-   A /trunk/plugins/mad/BUGS
-   A /trunk/plugins/mad/DESIGN
-   A /trunk/plugins/mad/Makefile
-   A /trunk/plugins/mad/TODO
-   A /trunk/plugins/mad/docs
-   A /trunk/plugins/mad/docs/joe_drew.txt
-   A /trunk/plugins/mad/docs/rob_leslie.txt
-   A /trunk/plugins/mad/mad_adec.c
-   A /trunk/plugins/mad/mad_adec.h
-   A /trunk/plugins/mad/mad_libmad.c
-   A /trunk/plugins/mad/mad_libmad.h
-   D /trunk/plugins/mad_adec
-   M /trunk/plugins/mga/mga.c
-   M /trunk/plugins/mga/vout_mga.c
-   M /trunk/plugins/motion/motion.c
-   M /trunk/plugins/motion/motion3dnow.c
-   M /trunk/plugins/motion/motionaltivec.c
-   M /trunk/plugins/motion/motionmmx.c
-   M /trunk/plugins/motion/motionmmxext.c
-   A /trunk/plugins/motion/vdec_motion_common.c
-   A /trunk/plugins/motion/vdec_motion_inner.c
-   A /trunk/plugins/motion/vdec_motion_inner_mmx.c
-   A /trunk/plugins/motion/vdec_motion_inner_mmxext.c
-   D /trunk/plugins/mpeg
-   M /trunk/plugins/mpeg_adec/adec_layer1.c
-   M /trunk/plugins/mpeg_adec/adec_layer2.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec_generic.c
-   A /trunk/plugins/mpeg_system
-   A /trunk/plugins/mpeg_system/.cvsignore
-   A /trunk/plugins/mpeg_system/Makefile
-   A /trunk/plugins/mpeg_system/input_es.c
-   A /trunk/plugins/mpeg_system/input_es.h
-   A /trunk/plugins/mpeg_system/input_ps.c
-   A /trunk/plugins/mpeg_system/input_ps.h
-   A /trunk/plugins/mpeg_system/input_ts.c
-   A /trunk/plugins/mpeg_system/input_ts.h
-   A /trunk/plugins/mpeg_system/mpeg_es.c
-   A /trunk/plugins/mpeg_system/mpeg_ps.c
-   A /trunk/plugins/mpeg_system/mpeg_ts.c
-   M /trunk/plugins/mpeg_vdec/video_decoder.c
-   M /trunk/plugins/mpeg_vdec/vpar_blocks.c
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/mpeg_vdec/vpar_pool.c
-   M /trunk/plugins/qnx/qnx.c
-   M /trunk/plugins/qt/qt.cpp
-   M /trunk/plugins/sdl/sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   D /trunk/plugins/spu_dec
-   A /trunk/plugins/spudec
-   A /trunk/plugins/spudec/.cvsignore
-   A /trunk/plugins/spudec/Makefile
-   A /trunk/plugins/spudec/spu_decoder.c
-   A /trunk/plugins/spudec/spu_decoder.h
-   M /trunk/plugins/text/intf_rc.c
-   M /trunk/plugins/text/ncurses.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/plugins/vcd/vcd.c
-   M /trunk/plugins/x11/Makefile
-   A /trunk/plugins/x11/vout_common.c
-   A /trunk/plugins/x11/vout_common.h
-   M /trunk/plugins/x11/vout_x11.c
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/plugins/x11/x11.c
-   M /trunk/plugins/x11/xvideo.c
-   D /trunk/plugins/yuv
-   M /trunk/src/audio_output/aout_s8.c
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/audio_output/aout_u16.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_netlist.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/darwin_specific.c
-   M /trunk/src/misc/iso_lang.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/video_output/video_output.c
-   D /trunk/src/video_output/video_spu.c
-   D /trunk/src/video_output/video_spu.h
-   M /trunk/src/video_output/video_text.c
-   D /trunk/src/video_output/video_yuv.c
-   D /trunk/src/video_output/video_yuv.h
-   A /trunk/src/video_output/vout_pictures.c
-   A /trunk/src/video_output/vout_subpictures.c
-
-
-  * COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground
-    for my nevrotic and destructive pulsions during the next few hours!
-
-  * If you want to test vlc, please use the v0_2_92_branch branch.
-
-  * Stuff currently working:
-     - direct to YUV buffer decoding
-     - non-ugly subtitle blending
-     - XVideo and SDL video output
-
-  * Stuff currently utterly broken:
-     - aspect ratio
-     - software rendering (ie, all other video output plugins)
-
-  * Additional misc changes:
-     - Renamed spu_dec to spudec and mad_adec to mad to stay coherent with
-       other plugins. Also, renamed mpeg to mpeg_system.
-     - Added jobi to the AUTHORS file.
-     - Factored code common to vout_x11.c and vout_xvideo.c.
-
-------------------------------------------------------------------------
-r1281 | sam | 2001-12-09 18:08:36 +0100 (Sun, 09 Dec 2001) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-
-
-  * Fixed Debian package builds.
-
-------------------------------------------------------------------------
-r1284 | sam | 2001-12-10 05:53:11 +0100 (Mon, 10 Dec 2001) | 9 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile
-   M /trunk/Makefile.modules
-   M /trunk/Makefile.opts.in
-   A /trunk/acconfig.h
-   A /trunk/aclocal.m4
-   M /trunk/configure
-   M /trunk/configure.in
-   D /trunk/include/bytes_swap.h
-   M /trunk/include/common.h
-   D /trunk/include/common_win32.h
-   M /trunk/include/config.h.in
-   M /trunk/include/defs.h.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   D /trunk/include/keystrokes.h
-   M /trunk/include/main.h
-   M /trunk/include/modules_export.h
-   M /trunk/include/modules_inner.h
-   A /trunk/mkinstalldirs
-   M /trunk/plugins/ac3_adec/Makefile
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_adec/ac3_bit_allocate.c
-   M /trunk/plugins/ac3_adec/ac3_decoder.c
-   M /trunk/plugins/ac3_adec/ac3_exponent.c
-   M /trunk/plugins/ac3_adec/ac3_imdct.c
-   M /trunk/plugins/ac3_adec/ac3_mantissa.c
-   M /trunk/plugins/ac3_adec/ac3_parse.c
-   M /trunk/plugins/ac3_adec/ac3_rematrix.c
-   M /trunk/plugins/ac3_spdif/Makefile
-   M /trunk/plugins/ac3_spdif/ac3_iec958.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/alsa/Makefile
-   M /trunk/plugins/arts/Makefile
-   M /trunk/plugins/beos/Makefile
-   M /trunk/plugins/chroma/Makefile
-   M /trunk/plugins/directx/Makefile
-   M /trunk/plugins/downmix/Makefile
-   M /trunk/plugins/downmix/ac3_downmix_3dn.c
-   M /trunk/plugins/downmix/ac3_downmix_sse.c
-   M /trunk/plugins/dsp/Makefile
-   M /trunk/plugins/dummy/Makefile
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/plugins/dvd/Makefile
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/Makefile
-   M /trunk/plugins/esd/Makefile
-   M /trunk/plugins/fb/Makefile
-   M /trunk/plugins/ggi/Makefile
-   M /trunk/plugins/glide/Makefile
-   M /trunk/plugins/gtk/Makefile
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/intf_gnome.c
-   M /trunk/plugins/idct/Makefile
-   M /trunk/plugins/imdct/Makefile
-   M /trunk/plugins/kde/Makefile
-   M /trunk/plugins/kde/kdeinterface.cpp
-   M /trunk/plugins/lpcm_adec/Makefile
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-   M /trunk/plugins/macosx/Makefile
-   M /trunk/plugins/mad/Makefile
-   M /trunk/plugins/memcpy/Makefile
-   M /trunk/plugins/mga/Makefile
-   M /trunk/plugins/motion/Makefile
-   M /trunk/plugins/mpeg_adec/Makefile
-   M /trunk/plugins/mpeg_adec/adec_layer1.c
-   M /trunk/plugins/mpeg_adec/adec_layer2.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec_generic.c
-   M /trunk/plugins/mpeg_system/Makefile
-   M /trunk/plugins/mpeg_system/input_es.c
-   M /trunk/plugins/mpeg_system/input_ps.c
-   M /trunk/plugins/mpeg_system/input_ts.c
-   M /trunk/plugins/mpeg_vdec/Makefile
-   M /trunk/plugins/mpeg_vdec/video_decoder.c
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/mpeg_vdec/vpar_blocks.c
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/mpeg_vdec/vpar_pool.c
-   M /trunk/plugins/mpeg_vdec/vpar_synchro.c
-   M /trunk/plugins/qnx/Makefile
-   M /trunk/plugins/qt/Makefile
-   M /trunk/plugins/sdl/Makefile
-   M /trunk/plugins/spudec/Makefile
-   M /trunk/plugins/spudec/spu_decoder.c
-   M /trunk/plugins/text/Makefile
-   M /trunk/plugins/vcd/Makefile
-   M /trunk/plugins/x11/Makefile
-   A /trunk/po
-   A /trunk/po/.cvsignore
-   A /trunk/po/Makefile.in.in
-   A /trunk/po/POTFILES.in
-   A /trunk/po/de.po
-   M /trunk/src/interface/interface.c
-   D /trunk/src/interface/intf_channels.c
-   D /trunk/src/interface/intf_channels.h
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules.c
-
-
-  * Removed unused code (intf_channels.c, keystrokes.h).
-  * Put common_win32.h back into common.h -- it wasn't that big and we
-    should not multiply header files.
-  * Added gettext support by Thomas Graf <reeler@reeler.org>, may be
-    broken on other platforms but we'll only see it when I'm finished
-    with vout 4 :-)
-  * Fixed a segfault on exit when no fast_memcpy module was found.
-
-------------------------------------------------------------------------
-r1286 | massiot | 2001-12-10 11:58:54 +0100 (Mon, 10 Dec 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/x11/vout_common.c
-
-* MPEG-1 aspect ratio patch, courtesy of Vladimir Chernyshov
-  <greengrass@writeme.com> ;
-* Seeking patch for X11, courtesy of Peter Surda <shurdeek@panorama.sth.ac.at>.
-
-------------------------------------------------------------------------
-r1288 | sam | 2001-12-10 13:40:24 +0100 (Mon, 10 Dec 2001) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile
-   M /trunk/TODO
-   M /trunk/config.guess
-   M /trunk/config.sub
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/interface.h
-   M /trunk/po/.cvsignore
-   A /trunk/po/ChangeLog
-   M /trunk/po/Makefile.in.in
-   A /trunk/po/fr.po
-   A /trunk/po/vlc.pot
-
-  * Removed more unused code.
-  * Updated config.guess and config.sub from GNU's latest versions (bozo,
-    you may want to update them in vls as well).
-  * Added vlc.pot skeleton for translators.
-
-------------------------------------------------------------------------
-r1289 | sam | 2001-12-10 14:17:35 +0100 (Mon, 10 Dec 2001) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/po/fr.po
-   A /trunk/po/ru.po
-   M /trunk/src/interface/main.c
-
-
-  * (very old) russian translation courtesy of Valek Filippov <frob@df.ru>.
-  * Fixed a charset issue in the french translation.
-
-------------------------------------------------------------------------
-r1290 | massiot | 2001-12-10 16:52:31 +0100 (Mon, 10 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/input_es.c
-
-Fix for EOF of ES-only streams.
-
-------------------------------------------------------------------------
-r1292 | massiot | 2001-12-10 17:16:51 +0100 (Mon, 10 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Fixed possible segfault with --input.
-
-------------------------------------------------------------------------
-r1294 | gbazin | 2001-12-10 19:58:13 +0100 (Mon, 10 Dec 2001) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-
-  * configure.in was broken for win32
-
-------------------------------------------------------------------------
-r1295 | massiot | 2001-12-11 14:09:22 +0100 (Tue, 11 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/x11/Makefile
-
-Partial fix for Xvideo compilation.
-
-------------------------------------------------------------------------
-r1296 | massiot | 2001-12-11 14:55:55 +0100 (Tue, 11 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
-Fixed major bugs in the PSI decoder.
-
-------------------------------------------------------------------------
-r1298 | sam | 2001-12-11 15:43:38 +0100 (Tue, 11 Dec 2001) | 3 lines
-Changed paths:
-   A /trunk/ABOUT-NLS
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog.libdvdcss
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/extras/libdvdcss/ioctl.c
-   M /trunk/extras/libdvdcss/ioctl.h
-   M /trunk/include/defs.h.in
-
-  * Added vlc-arts to the debian package generation.
-  * HP-UX port of the DVD ioctls courtesy of David Sieb?\239?\191?\189rger.
-
-------------------------------------------------------------------------
-r1299 | sam | 2001-12-11 16:31:37 +0100 (Tue, 11 Dec 2001) | 5 lines
-Changed paths:
-   M /trunk/Makefile.dep
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/modules_inner.h
-   M /trunk/plugins/x11/Makefile
-
-
-  * Fixed an issue in Makefile.dep causing to rebuild unnecessary files
-    in the gtk/gnome and x11/xvideo plugins.
-  * Fixed CFLAGS_XVIDEO.
-
-------------------------------------------------------------------------
-r1301 | sam | 2001-12-12 00:53:20 +0100 (Wed, 12 Dec 2001) | 5 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-
-
-  * Don't try to use gettext if we don't have GNU gettext. This may change
-    in the future though (most GNU software seems to include a local copy of
-    gettext in case the operating system doesn't provide it).
-
-------------------------------------------------------------------------
-r1303 | sam | 2001-12-12 03:13:50 +0100 (Wed, 12 Dec 2001) | 5 lines
-Changed paths:
-   M /trunk/acconfig.h
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/libdvdread/Makefile
-   M /trunk/include/common.h
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/dvd/Makefile
-   M /trunk/plugins/dvdread/Makefile
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/main.c
-
-
-  * Additional fixes for OSes with no gettext (thanks to ej0).
-  * Fixed a potential BeOS linking issue.
-  * Fixed a minor bug in input.c.
-
-------------------------------------------------------------------------
-r1304 | massiot | 2001-12-12 12:18:38 +0100 (Wed, 12 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/plugins/mpeg_system/input_ps.c
-
-Next Generation Buffer Manager, for PS plug-in.
-
-------------------------------------------------------------------------
-r1305 | massiot | 2001-12-12 14:48:09 +0100 (Wed, 12 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/plugins/mpeg_system/input_ps.c
-   M /trunk/plugins/mpeg_system/input_ts.c
-   M /trunk/src/input/mpeg_system.c
-
-Next Generation Buffer Manager, for TS plug-in. Please test in-ten-si-vely !
-
-------------------------------------------------------------------------
-r1306 | sam | 2001-12-12 16:20:16 +0100 (Wed, 12 Dec 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/dvd/Makefile
-   M /trunk/plugins/dvdread/Makefile
-   M /trunk/src/interface/main.c
-
-
-  * Fixed Win32 port.
-  * Fixed unnecessary target remake (recursive make is harmful !).
-
-------------------------------------------------------------------------
-r1308 | sam | 2001-12-12 16:25:29 +0100 (Wed, 12 Dec 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/input_ts.h
-
-
-  * Another win32 fix.
-
-------------------------------------------------------------------------
-r1309 | massiot | 2001-12-12 18:41:15 +0100 (Wed, 12 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/input_es.c
-   M /trunk/plugins/mpeg_system/input_es.h
-   M /trunk/plugins/mpeg_system/input_ts.c
-   M /trunk/plugins/mpeg_system/input_ts.h
-
-Next Generation Buffer Manager, for ES plug-in.
-
-------------------------------------------------------------------------
-r1311 | sam | 2001-12-13 13:47:17 +0100 (Thu, 13 Dec 2001) | 4 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/modules_export.h
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/imdct/Makefile
-   M /trunk/plugins/mpeg_vdec/video_parser.h
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/vout_common.c
-   M /trunk/plugins/x11/vout_common.h
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-
-  * Fixed aspect ratio handling.
-  * Fixed potential compilation issues under eg. BSD/OS.
-
-------------------------------------------------------------------------
-r1312 | massiot | 2001-12-13 18:33:47 +0100 (Thu, 13 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
-Fixed a major bug I introduced lately.
-
-------------------------------------------------------------------------
-r1314 | jobi | 2001-12-13 18:58:16 +0100 (Thu, 13 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/input_es.c
-
-Fixed a bug in ES input (I had not initiated p_selected_program)
-
-------------------------------------------------------------------------
-r1315 | sam | 2001-12-13 21:47:46 +0100 (Thu, 13 Dec 2001) | 4 lines
-Changed paths:
-   M /trunk/include/threads.h
-   M /trunk/src/video_output/vout_pictures.c
-
-
-  * Buffer choice optimizations - vout4 should eat even less CPU now.
-  * Minor warning fix for Hurd.
-
-------------------------------------------------------------------------
-r1317 | sam | 2001-12-16 17:18:36 +0100 (Sun, 16 Dec 2001) | 9 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/config.h.in
-   M /trunk/include/modules_export.h
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/chroma/Makefile
-   A /trunk/plugins/chroma/chroma_common.h
-   A /trunk/plugins/chroma/common.c
-   A /trunk/plugins/chroma/transforms.h
-   A /trunk/plugins/chroma/yv12_rgb8.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   A /trunk/plugins/filter
-   A /trunk/plugins/filter/.cvsignore
-   A /trunk/plugins/filter/Makefile
-   A /trunk/plugins/filter/bob.c
-   A /trunk/plugins/filter/invert.c
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/spudec/spu_decoder.c
-   M /trunk/plugins/x11/vout_common.c
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-
-
-  * Filter plugins. Not very polished (please don't look at how the dates are
-    calculated!), but worth a try. Use the following flags:
-     "--filter invert" for inverse video
-     "--filter bob" for BOB deinterlacing
-  * Fixed a potential segfault if the subtitle stream was encountered
-    before the video stream.
-  * Misc vout4 fixes.
-
-------------------------------------------------------------------------
-r1318 | sam | 2001-12-16 19:00:18 +0100 (Sun, 16 Dec 2001) | 7 lines
-Changed paths:
-   M /trunk/ChangeLog.libdvdcss
-   M /trunk/extras/libdvdcss/ioctl.c
-   M /trunk/extras/libdvdcss/ioctl.h
-   M /trunk/include/input_iovec.h
-   M /trunk/plugins/filter/bob.c
-
-libdvdcss changes:
-  * Support for REPORT_TITLE_KEY and RPC commands by H?\239?\191?\189kan Hjort
-    <d95hjort@dtek.chalmers.se>.
-
-vlc changes:
-  * Minor coding style fixes (please avoid tabs).
-
-------------------------------------------------------------------------
-r1320 | sam | 2001-12-17 04:38:22 +0100 (Mon, 17 Dec 2001) | 6 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/filter/Makefile
-   A /trunk/plugins/filter/wall.c
-   M /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/src/interface/main.c
-
-
-  * CPU detection under BeOS.
-  * Fixed XVideo port selection.
-  * New stupid plugin: "--filter wall" for split-image playback :-)
-     (will evolve into a real image wall plugin when I have time)
-
-------------------------------------------------------------------------
-r1322 | sam | 2001-12-17 06:33:56 +0100 (Mon, 17 Dec 2001) | 5 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/filter/Makefile
-   A /trunk/plugins/filter/bob422.c
-
-
-  * Pathetic attempt at a 4:2:2 renderer and deinterlacer, combining the
-    most awful line dropping techniques of both BOB and 422 to 420
-    downscaling. Don't worry, it should only survive for a couple of days.
-
-------------------------------------------------------------------------
-r1324 | sam | 2001-12-17 16:59:15 +0100 (Mon, 17 Dec 2001) | 4 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
-
-  * TS input: we now check that the contents of the PAT has changed
-    before updating it, instead of just relying on its version number.
-
-------------------------------------------------------------------------
-r1327 | sam | 2001-12-17 17:42:27 +0100 (Mon, 17 Dec 2001) | 3 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
-
-  * TS input: bugfix in DecodePAT and minor optimizations elsewhere.
-
-------------------------------------------------------------------------
-r1328 | massiot | 2001-12-17 20:42:16 +0100 (Mon, 17 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/x11/vout_xvideo.c
-
-Added missing XSync().
-
-------------------------------------------------------------------------
-r1332 | sam | 2001-12-18 03:44:34 +0100 (Tue, 18 Dec 2001) | 3 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/ioctl.c
-
-
-  * Fixed Win32 build. You still need --disable-directx --disable-nls though.
-
-------------------------------------------------------------------------
-r1333 | sam | 2001-12-18 04:07:21 +0100 (Tue, 18 Dec 2001) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/install-win32
-
-
-  * Ultimate fixes to the win32 package generation.
-
-------------------------------------------------------------------------
-r1336 | sam | 2001-12-19 04:50:22 +0100 (Wed, 19 Dec 2001) | 24 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/include/common.h
-   M /trunk/include/modules_export.h
-   M /trunk/include/video_output.h
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/filter/Makefile
-   M /trunk/plugins/filter/bob.c
-   D /trunk/plugins/filter/bob422.c
-   A /trunk/plugins/filter/distort.c
-   A /trunk/plugins/filter/filter_common.h
-   M /trunk/plugins/filter/invert.c
-   A /trunk/plugins/filter/transform.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/plugins/mpeg_system/input_ps.c
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/vout_common.c
-   M /trunk/src/misc/tests.c
-   M /trunk/src/video_output/vout_pictures.c
-
-
-  * Initialize SDL before opening the SDL audio output.
-  * Prevent two SDL video outputs or audio outputs to be spawned at the
-    same time to avoid ugly crashes.
-  * The SDL plugin now says whether we are using software or hardware YUV
-    in its window title.
-  * We now stop at the first ':' when looking for a module name, to easily
-    pass information to the modules. Possible example: --vout sdl:software,
-    implementation of such an option is left as an exercise.
-  * Merged filter_bob and filter_bob422 into filter_bob. Use --filter bob
-    to deinterlace 422 into 420 as well.
-  * Factorized code common to most filters and the video output, optimized
-    a few filters by aligning data and reading 64 bits at a time.
-  * Two new absolutely useless, CPU-eating, resource-wasting, but fun
-    filters: enjoy `transform', which performs flips and 90?\239?\191?\189 rotations, and
-    `distort', which performs animated image effects (currently only a naive
-    sine wave is implemented). Usage examples:
-       --filter transform:hflip
-       --filter transform:vflip
-       --filter transform:90
-       --filter transform:180
-       --filter transform:270
-       --filter distort:wave
-
-------------------------------------------------------------------------
-r1337 | jobi | 2001-12-19 04:56:56 +0100 (Wed, 19 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/plugins/vcd/linux_cdrom_tools.c
-
-fixed a segfault in vcd input (thank you Sam)
-
-------------------------------------------------------------------------
-r1339 | massiot | 2001-12-19 11:00:00 +0100 (Wed, 19 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/mpeg_system/input_es.c
-   M /trunk/plugins/mpeg_system/input_ps.c
-   M /trunk/plugins/mpeg_system/input_ts.c
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/src/input/mpeg_system.c
-
-Next Generation Buffer Manager for DVD and VCD plug-ins.
-
-------------------------------------------------------------------------
-r1342 | sam | 2001-12-19 19:14:23 +0100 (Wed, 19 Dec 2001) | 8 lines
-Changed paths:
-   M /trunk/plugins/chroma/yv12_rgb8.c
-   M /trunk/plugins/dvd/dummy_dvdcss.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/plugins/vcd/linux_cdrom_tools.c
-   M /trunk/plugins/vcd/linux_cdrom_tools.h
-   M /trunk/plugins/x11/vout_common.c
-   M /trunk/plugins/x11/vout_xvideo.c
-
-
-  * Fixed compilation with dvdcss disabled.
-  * Fixed compilation with plugins disabled.
-  * Removed useless variables in the VCD and DVD plugins.
-  * Fixed a function which was returning "struct foo" in the VCD plugin.
-  * Fixed the old ?\239?\191?\189 XVideo eats more and more CPU ?\239?\191?\189 bug I mistakenly
-    reintroduced in my first vout4 commit.
-
-------------------------------------------------------------------------
-r1343 | sam | 2001-12-19 20:26:00 +0100 (Wed, 19 Dec 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/filter/distort.c
-
-
-  * --filter distort:ripple (Ok, ok, I promise it's the last one !! :-)
-
-------------------------------------------------------------------------
-r1344 | sam | 2001-12-20 00:19:20 +0100 (Thu, 20 Dec 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/vcd/Makefile
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/plugins/vcd/input_vcd.h
-   M /trunk/plugins/vcd/linux_cdrom_tools.c
-   M /trunk/plugins/vcd/linux_cdrom_tools.h
-
-
-   * Heavy butchery in the VCD plugin. It should no longer segfault when
-     reaching end of title.
-
-------------------------------------------------------------------------
-r1346 | sam | 2001-12-20 16:43:15 +0100 (Thu, 20 Dec 2001) | 4 lines
-Changed paths:
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/vout_common.c
-
-
-  * Mouse wheel seek patch for XVideo courtesy of Peter Surda.
-  * Ported to SDL.
-
-------------------------------------------------------------------------
-r1348 | sam | 2001-12-20 23:11:53 +0100 (Thu, 20 Dec 2001) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-
-
-  * Added Jeffrey Baker to the AUTHORS file.
-  * Fixed a PPC compilation issue.
-
-------------------------------------------------------------------------
-r1350 | massiot | 2001-12-21 00:53:49 +0100 (Fri, 21 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvdread/input_dvdread.c
-
-Fixed a typo.
-
-------------------------------------------------------------------------
-r1351 | massiot | 2001-12-26 01:01:18 +0100 (Wed, 26 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvdread/input_dvdread.h
-
-Fixed compilation issue (thanks Eyal !)
-
-------------------------------------------------------------------------
-r1352 | massiot | 2001-12-27 02:49:34 +0100 (Thu, 27 Dec 2001) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/common.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/modules_export.h
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/mad/mad_libmad.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_system/input_es.c
-   M /trunk/plugins/mpeg_system/input_ps.c
-   M /trunk/plugins/mpeg_system/input_ts.c
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/spudec/spu_decoder.c
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-dec.c
-   D /trunk/src/input/input_netlist.c
-
-* Changed the way decoder_fifo_t works ;
-* Minor optimizations in the Next Generation Buffer Manager.
-
-------------------------------------------------------------------------
-r1353 | massiot | 2001-12-27 04:47:09 +0100 (Thu, 27 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/include/config.h.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/modules.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/mpeg_system/input_es.c
-   M /trunk/plugins/mpeg_system/input_es.h
-   M /trunk/plugins/mpeg_system/input_ps.c
-   M /trunk/plugins/mpeg_system/input_ps.h
-   M /trunk/plugins/mpeg_system/input_ts.c
-   M /trunk/plugins/mpeg_system/input_ts.h
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/src/input/input.c
-
-* Changed pf_read prototype and minor changes.
-
-------------------------------------------------------------------------
-r1354 | massiot | 2001-12-29 01:39:49 +0100 (Sat, 29 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/vcd/linux_cdrom_tools.c
-   M /trunk/plugins/x11/vout_xvideo.c
-
-Fixed many bugs experienced by our users today.
-
-------------------------------------------------------------------------
-r1355 | massiot | 2001-12-29 04:07:51 +0100 (Sat, 29 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/mpeg_system/input_es.c
-   M /trunk/plugins/mpeg_system/input_ps.c
-   M /trunk/plugins/mpeg_system/input_ts.c
-   M /trunk/plugins/vcd/input_vcd.c
-
-Hidden gory buffer management details in a private section of data_packet_t.
-
-------------------------------------------------------------------------
-r1356 | massiot | 2001-12-29 04:44:38 +0100 (Sat, 29 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/src/interface/main.c
-
-Fixed a cosmetic issue.
-
-------------------------------------------------------------------------
-r1358 | lool | 2001-12-29 12:36:00 +0100 (Sat, 29 Dec 2001) | 3 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_playlist.c
-
- Small bugfix of a segfault. The playlist segfaulted with the urls
-containing no '/'.
-
-------------------------------------------------------------------------
-r1359 | massiot | 2001-12-29 16:40:53 +0100 (Sat, 29 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-
-Cosmetic fix.
-
-------------------------------------------------------------------------
-r1360 | massiot | 2001-12-29 23:22:01 +0100 (Sat, 29 Dec 2001) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/dvdread/input_dvdread.h
-
-Use libdvdread's define instead.
-
-------------------------------------------------------------------------
-r1362 | sam | 2001-12-30 05:26:53 +0100 (Sun, 30 Dec 2001) | 5 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/mpeg_system/input_es.c
-   M /trunk/plugins/mpeg_system/input_ps.c
-   M /trunk/plugins/mpeg_system/input_ts.c
-   M /trunk/plugins/vcd/input_vcd.c
-
-
-  * Fixed a segfault at EOF in input_es.c and input_ts.c (when i_read == 0).
-  * Improved error recovery and avoided memleaks in the various input plugins.
-  * Fixed a deadloop inserted by someone else into input_vcd.c :-)
-
-------------------------------------------------------------------------
-r1363 | sam | 2001-12-30 06:38:44 +0100 (Sun, 30 Dec 2001) | 8 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/modules_export.h
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.h
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/spudec/spu_decoder.c
-   M /trunk/src/input/input_ext-dec.c
-
-
-  * Put ErrorThread() in input_ext-dec.h because it was the same function
-    in all decoders. Called it DecoderError() instead.
-  * All decoders enter DecoderError() in case of error, even if they
-    haven't allocated all their data. This prevents the input from getting
-    stuck if a decoder has failed its initialization.
-  * Namespace fixes through the decoder files.
-
-------------------------------------------------------------------------
-r1364 | sam | 2001-12-30 06:46:14 +0100 (Sun, 30 Dec 2001) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_ext-dec.c
-
-
-  * Forgot a file in my last commit.
-
-------------------------------------------------------------------------
-r1368 | sam | 2001-12-30 08:09:56 +0100 (Sun, 30 Dec 2001) | 50 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.dep
-   M /trunk/Makefile.modules
-   M /trunk/Makefile.opts.in
-   M /trunk/acconfig.h
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/libdvdcss/Makefile
-   M /trunk/extras/libdvdcss/css.c
-   M /trunk/extras/libdvdcss/ioctl.c
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/extras/libdvdread/Makefile
-   M /trunk/include/audio_output.h
-   D /trunk/include/common.h
-   M /trunk/include/config.h.in
-   M /trunk/include/defs.h.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/interface.h
-   M /trunk/include/intf_msg.h
-   M /trunk/include/intf_playlist.h
-   M /trunk/include/iso_lang.h
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   D /trunk/include/modules_export.h
-   M /trunk/include/modules_inner.h
-   M /trunk/include/mtime.h
-   M /trunk/include/netutils.h
-   D /trunk/include/tests.h
-   M /trunk/include/threads.h
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   A /trunk/include/videolan
-   A /trunk/include/videolan/vlc.h
-   M /trunk/plugins/ac3_adec/.cvsignore
-   M /trunk/plugins/ac3_adec/Makefile
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_adec/ac3_bit_allocate.c
-   M /trunk/plugins/ac3_adec/ac3_decoder.c
-   M /trunk/plugins/ac3_adec/ac3_exponent.c
-   M /trunk/plugins/ac3_adec/ac3_imdct.c
-   M /trunk/plugins/ac3_adec/ac3_mantissa.c
-   M /trunk/plugins/ac3_adec/ac3_parse.c
-   M /trunk/plugins/ac3_adec/ac3_rematrix.c
-   M /trunk/plugins/ac3_spdif/.cvsignore
-   M /trunk/plugins/ac3_spdif/Makefile
-   M /trunk/plugins/ac3_spdif/ac3_iec958.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/alsa/.cvsignore
-   M /trunk/plugins/alsa/Makefile
-   M /trunk/plugins/alsa/alsa.c
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/arts/.cvsignore
-   M /trunk/plugins/arts/Makefile
-   M /trunk/plugins/arts/aout_arts.c
-   M /trunk/plugins/arts/arts.c
-   M /trunk/plugins/beos/.cvsignore
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/Makefile
-   M /trunk/plugins/beos/MediaControlView.cpp
-   M /trunk/plugins/beos/PlayListWindow.cpp
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/beos.cpp
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/chroma/.cvsignore
-   M /trunk/plugins/chroma/Makefile
-   M /trunk/plugins/chroma/common.c
-   A /trunk/plugins/chroma/yv12_rgb16.c
-   M /trunk/plugins/chroma/yv12_rgb8.c
-   M /trunk/plugins/directx/.cvsignore
-   M /trunk/plugins/directx/Makefile
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/directx/directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/directx/vout_events.c
-   M /trunk/plugins/downmix/.cvsignore
-   M /trunk/plugins/downmix/Makefile
-   M /trunk/plugins/downmix/ac3_downmix_3dn.c
-   M /trunk/plugins/downmix/ac3_downmix_c.c
-   M /trunk/plugins/downmix/ac3_downmix_sse.c
-   M /trunk/plugins/downmix/downmix.c
-   M /trunk/plugins/downmix/downmix3dn.c
-   M /trunk/plugins/downmix/downmixsse.c
-   M /trunk/plugins/dsp/.cvsignore
-   M /trunk/plugins/dsp/Makefile
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dsp/dsp.c
-   M /trunk/plugins/dummy/.cvsignore
-   M /trunk/plugins/dummy/Makefile
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/dummy/null.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/dvd/.cvsignore
-   M /trunk/plugins/dvd/Makefile
-   M /trunk/plugins/dvd/dummy_dvdcss.c
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_summary.c
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/.cvsignore
-   M /trunk/plugins/dvdread/Makefile
-   M /trunk/plugins/dvdread/dvdread.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/esd/.cvsignore
-   M /trunk/plugins/esd/Makefile
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/plugins/esd/esd.c
-   M /trunk/plugins/fb/.cvsignore
-   M /trunk/plugins/fb/Makefile
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/fb/vout_fb.c
-   M /trunk/plugins/filter/.cvsignore
-   M /trunk/plugins/filter/Makefile
-   D /trunk/plugins/filter/bob.c
-   A /trunk/plugins/filter/deinterlace.c
-   M /trunk/plugins/filter/distort.c
-   M /trunk/plugins/filter/invert.c
-   M /trunk/plugins/filter/transform.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/plugins/ggi/.cvsignore
-   M /trunk/plugins/ggi/Makefile
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/ggi/vout_ggi.c
-   M /trunk/plugins/glide/.cvsignore
-   M /trunk/plugins/glide/Makefile
-   M /trunk/plugins/glide/glide.c
-   M /trunk/plugins/glide/vout_glide.c
-   M /trunk/plugins/gtk/.cvsignore
-   M /trunk/plugins/gtk/Makefile
-   A /trunk/plugins/gtk/fixfiles.sh
-   M /trunk/plugins/gtk/gnome.c
-   A /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gnome_interface.h
-   M /trunk/plugins/gtk/gtk.c
-   A /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   A /trunk/plugins/gtk/gtk_common.h
-   M /trunk/plugins/gtk/gtk_control.c
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/gtk/gtk_modules.c
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-   D /trunk/plugins/gtk/intf_gnome.c
-   D /trunk/plugins/gtk/intf_gnome.glade
-   D /trunk/plugins/gtk/intf_gtk.c
-   D /trunk/plugins/gtk/intf_gtk.glade
-   D /trunk/plugins/gtk/intf_gtk.h
-   M /trunk/plugins/idct/.cvsignore
-   M /trunk/plugins/idct/Makefile
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   M /trunk/plugins/imdct/.cvsignore
-   M /trunk/plugins/imdct/Makefile
-   M /trunk/plugins/imdct/ac3_imdct_3dn.c
-   M /trunk/plugins/imdct/ac3_imdct_c.c
-   M /trunk/plugins/imdct/ac3_imdct_common.c
-   M /trunk/plugins/imdct/ac3_imdct_sse.c
-   M /trunk/plugins/imdct/ac3_srfft_3dn.c
-   M /trunk/plugins/imdct/ac3_srfft_c.c
-   M /trunk/plugins/imdct/ac3_srfft_sse.c
-   M /trunk/plugins/imdct/imdct.c
-   M /trunk/plugins/imdct/imdct3dn.c
-   M /trunk/plugins/imdct/imdctsse.c
-   M /trunk/plugins/kde/.cvsignore
-   M /trunk/plugins/kde/Makefile
-   D /trunk/plugins/kde/intf_plugin.h
-   M /trunk/plugins/kde/kde.cpp
-   A /trunk/plugins/kde/kde_common.h
-   A /trunk/plugins/kde/kde_disc.cpp
-   A /trunk/plugins/kde/kde_disc.h
-   A /trunk/plugins/kde/kde_interface.cpp
-   A /trunk/plugins/kde/kde_interface.h
-   A /trunk/plugins/kde/kde_menu.cpp
-   A /trunk/plugins/kde/kde_menu.h
-   A /trunk/plugins/kde/kde_net.cpp
-   A /trunk/plugins/kde/kde_net.h
-   A /trunk/plugins/kde/kde_slider.cpp
-   A /trunk/plugins/kde/kde_slider.h
-   A /trunk/plugins/kde/kde_ui.rc
-   D /trunk/plugins/kde/kdeinterface.cpp
-   D /trunk/plugins/kde/kdeinterface.h
-   D /trunk/plugins/kde/kdiskdialog.cpp
-   D /trunk/plugins/kde/kdiskdialog.h
-   D /trunk/plugins/kde/kinterfacemain.cpp
-   D /trunk/plugins/kde/kinterfacemain.h
-   D /trunk/plugins/kde/knetdialog.cpp
-   D /trunk/plugins/kde/knetdialog.h
-   D /trunk/plugins/kde/ktitlemenu.cpp
-   D /trunk/plugins/kde/ktitlemenu.h
-   D /trunk/plugins/kde/kvlcslider.cpp
-   D /trunk/plugins/kde/kvlcslider.h
-   D /trunk/plugins/kde/kvlcui.rc
-   M /trunk/plugins/lpcm_adec/.cvsignore
-   M /trunk/plugins/lpcm_adec/Makefile
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-   M /trunk/plugins/macosx/.cvsignore
-   M /trunk/plugins/macosx/Makefile
-   M /trunk/plugins/macosx/aout_macosx.c
-   M /trunk/plugins/macosx/intf_main.c
-   M /trunk/plugins/macosx/intf_vlc_wrapper.c
-   M /trunk/plugins/macosx/macosx.c
-   M /trunk/plugins/macosx/vout_macosx.c
-   M /trunk/plugins/mad/.cvsignore
-   M /trunk/plugins/mad/Makefile
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/mad/mad_libmad.c
-   M /trunk/plugins/memcpy/.cvsignore
-   M /trunk/plugins/memcpy/Makefile
-   M /trunk/plugins/memcpy/memcpy.c
-   M /trunk/plugins/memcpy/memcpy3dn.c
-   M /trunk/plugins/memcpy/memcpymmx.c
-   M /trunk/plugins/memcpy/memcpymmxext.c
-   M /trunk/plugins/mga/.cvsignore
-   M /trunk/plugins/mga/Makefile
-   M /trunk/plugins/mga/mga.c
-   M /trunk/plugins/mga/vout_mga.c
-   M /trunk/plugins/motion/.cvsignore
-   M /trunk/plugins/motion/Makefile
-   M /trunk/plugins/motion/motion.c
-   M /trunk/plugins/motion/motion3dnow.c
-   M /trunk/plugins/motion/motionaltivec.c
-   M /trunk/plugins/motion/motionmmx.c
-   M /trunk/plugins/motion/motionmmxext.c
-   M /trunk/plugins/mpeg_adec/.cvsignore
-   M /trunk/plugins/mpeg_adec/Makefile
-   M /trunk/plugins/mpeg_adec/adec_layer1.c
-   M /trunk/plugins/mpeg_adec/adec_layer2.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec_generic.c
-   M /trunk/plugins/mpeg_system/.cvsignore
-   M /trunk/plugins/mpeg_system/Makefile
-   M /trunk/plugins/mpeg_system/input_es.c
-   M /trunk/plugins/mpeg_system/input_ps.c
-   M /trunk/plugins/mpeg_system/input_ts.c
-   M /trunk/plugins/mpeg_system/input_ts.h
-   M /trunk/plugins/mpeg_system/mpeg_es.c
-   M /trunk/plugins/mpeg_system/mpeg_ps.c
-   M /trunk/plugins/mpeg_system/mpeg_ts.c
-   M /trunk/plugins/mpeg_vdec/.cvsignore
-   M /trunk/plugins/mpeg_vdec/Makefile
-   M /trunk/plugins/mpeg_vdec/video_decoder.c
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/mpeg_vdec/vpar_blocks.c
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/mpeg_vdec/vpar_pool.c
-   M /trunk/plugins/mpeg_vdec/vpar_synchro.c
-   M /trunk/plugins/qnx/Makefile
-   M /trunk/plugins/qnx/aout_qnx.c
-   M /trunk/plugins/qnx/qnx.c
-   M /trunk/plugins/qnx/vout_qnx.c
-   M /trunk/plugins/qt/.cvsignore
-   M /trunk/plugins/qt/Makefile
-   M /trunk/plugins/qt/intf_qt.cpp
-   M /trunk/plugins/qt/qt.cpp
-   M /trunk/plugins/sdl/.cvsignore
-   M /trunk/plugins/sdl/Makefile
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/spudec/.cvsignore
-   M /trunk/plugins/spudec/Makefile
-   M /trunk/plugins/spudec/spu_decoder.c
-   M /trunk/plugins/text/.cvsignore
-   M /trunk/plugins/text/Makefile
-   D /trunk/plugins/text/intf_ncurses.c
-   D /trunk/plugins/text/intf_rc.c
-   M /trunk/plugins/text/ncurses.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/plugins/vcd/.cvsignore
-   M /trunk/plugins/vcd/Makefile
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/plugins/vcd/linux_cdrom_tools.c
-   M /trunk/plugins/vcd/linux_cdrom_tools.h
-   M /trunk/plugins/vcd/vcd.c
-   M /trunk/plugins/x11/.cvsignore
-   M /trunk/plugins/x11/Makefile
-   D /trunk/plugins/x11/vout_common.c
-   D /trunk/plugins/x11/vout_common.h
-   D /trunk/plugins/x11/vout_x11.c
-   D /trunk/plugins/x11/vout_xvideo.c
-   M /trunk/plugins/x11/x11.c
-   A /trunk/plugins/x11/xcommon.c
-   A /trunk/plugins/x11/xcommon.h
-   M /trunk/plugins/x11/xvideo.c
-   M /trunk/po/fr.po
-   M /trunk/share/gnome-vlc.xpm
-   M /trunk/share/gvlc.xpm
-   M /trunk/share/kvlc.xpm
-   M /trunk/share/qvlc.xpm
-   M /trunk/share/vlc.xpm
-   M /trunk/src/audio_output/aout_ext-dec.c
-   M /trunk/src/audio_output/aout_s16.c
-   M /trunk/src/audio_output/aout_s8.c
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/audio_output/aout_u16.c
-   M /trunk/src/audio_output/aout_u8.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/intf_playlist.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/darwin_specific.c
-   M /trunk/src/misc/iso_lang.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_builtin.h.in
-   D /trunk/src/misc/modules_core.h
-   A /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/netutils.c
-   D /trunk/src/misc/tests.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-
-Some heavy changes today:
-  * Removed duplicate function checks from configure.in.
-  * Added extra magic to Makefile.modules so that the module Makefiles
-    are now ridiculously simple. And I mean *simple*. Check it! This will
-    make a possible switch to full autoconf/automake a lot easier.
-  * Added the vlc version name to the plugin symbols, to be sure we only load
-    plugins with the same version number. A nasty consequence is that you
-    need to rebuild your tree after midnight if you are using a CVS tree :-)
-  * Got rid of modules_export.h by #defining exported functions in the same
-    header as their prototype.
-  * Added modules_inner.h and other commonly used .h files to common.h so
-    there are less and less files to include, and renamed common.h to
-    <videolan/vlc.h>.
-  * First modifications to the module handling system towards my ultimate
-    goal to get rid of the *_Probe functions. Got rid of TestMethod and
-    TestCPU, as well as src/misc/tests.c.
-  * Wrote the chroma plugin handling functions. No YUV functions have been
-    ported yet because it'ls a lot of work, but the core system works, I
-    tried it with a naive yv12->rgb16 plugin (which will disappear when the
-    real functions are ready).
-  * Made a lot of functions in dvd_summary.c one-liners to avoid wasting
-    too many output lines.
-  * Fixed a segfault in input_dvd.c:DVDInit.
-  * Added a fixfiles.sh script in plugins/gtk to be run after Glade has
-    generated its C files.
-  * Did some work on the KDE interface to make it suck a bit less. It still
-    segfaults, but at least it runs and it looks less ugly.
-  * RGB SDL rendering works again, though in 16bpp only.
-  * Made plugins/vcd/linux_cdrom_tools.c independent of any vlc structure
-    so that it'll be easily put in a library. Maybe libdvdcss?
-  * Fixed VCD date display.
-  * Merged vout_xvideo.c, vout_x11.c and vout_common.c into xcommon.c.
-  * Wrote non-Shm XVideo output.
-  * Made X11 output work again. Still pretty unstable, only works for 16bpp.
-  * Additional french translation in po/fr.po. Any taker for the rest?
-  * Fixed a segfault in video_output.c when the allocated pictures were
-    not direct buffers.
-  * If $DISPLAY isn't set, don't try to run the Gtk+ interface.
-  * Replaced 48x48 .xpm images with 32x32 ones to conform to Debian policy
-    (Closes Debian bug #126939).
-  * Removed the automatic ./configure launch when running `make all' for
-    the first time.
-
-Stuff currently more broken than it ought to be:
-  * The wall filter. Being fixed.
-  * x11 and sdl plugins for depth != 16bpp.
-  * Software YUV.
-  * gvlc, gnome-vlc, kvlc shortcuts. Use --intf instead for the moment.
-
-------------------------------------------------------------------------
-r1369 | stef | 2001-12-30 23:10:26 +0100 (Sun, 30 Dec 2001) | 4 lines
-Changed paths:
-   M /trunk/extras/libdvdread/Makefile
-   M /trunk/plugins/dvdread/dvdread.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-
-*Some fixes for dvdread plugin.
-
-It compiles but doesn't work yet.
-
-------------------------------------------------------------------------
diff --git a/doc/ChangeLog-2002 b/doc/ChangeLog-2002
deleted file mode 100644 (file)
index 5f8fd44..0000000
+++ /dev/null
@@ -1,21126 +0,0 @@
-------------------------------------------------------------------------
-r1381 | gbazin | 2002-01-02 07:46:02 +0100 (Wed, 02 Jan 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/x11/xcommon.c
-
-
-* Small optimizations
-* Removed unused code
-* Your old window position and size are now restored when you come out
-    of fullscreen mode.
-
-------------------------------------------------------------------------
-r1382 | sam | 2002-01-02 15:37:42 +0100 (Wed, 02 Jan 2002) | 8 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/acconfig.h
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/include/config.h
-   D /trunk/include/config.h.in
-   M /trunk/include/defs.h.in
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/include/videolan/vlc.h
-   M /trunk/plugins/chroma/yv12_rgb16.c
-   M /trunk/plugins/chroma/yv12_rgb8.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/filter/deinterlace.c
-   M /trunk/plugins/filter/distort.c
-   M /trunk/plugins/filter/invert.c
-   M /trunk/plugins/filter/transform.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/plugins/kde/kde.cpp
-   M /trunk/plugins/mpeg_vdec/video_parser.h
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-
-  * ./ChangeLog: imported the 0.2.92 changes, unrolled current CVS changes.
-  * ./include/config.h et al.: this file is no longer generated.
-  * ./include/video.h: we use the FOURCC definition of a chroma format to
-    describe picture types (see http://www.webartz.com/fourcc/).
-  * ./plugins/dvdread/input_dvdread.c: compilation fix by Eyal Lebedinsky.
-  * ./plugins/x11/xcommon.c: fixed the XShm operations order.
-
-------------------------------------------------------------------------
-r1383 | sam | 2002-01-04 15:01:35 +0100 (Fri, 04 Jan 2002) | 38 lines
-Changed paths:
-   A /trunk/BUGS
-   M /trunk/ChangeLog
-   A /trunk/MODULES
-   M /trunk/Makefile
-   M /trunk/Makefile.modules
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/doc/bugreport-howto.txt
-   M /trunk/doc/vlc.1
-   M /trunk/extras/libdvdcss/css.c
-   A /trunk/include/common.h
-   M /trunk/include/config.h
-   M /trunk/include/modules.h
-   M /trunk/include/threads.h
-   M /trunk/include/vdec_ext-plugins.h
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/include/videolan/vlc.h
-   M /trunk/plugins/beos/MsgVals.h
-   M /trunk/plugins/chroma/Makefile
-   D /trunk/plugins/chroma/chroma_common.h
-   D /trunk/plugins/chroma/common.c
-   A /trunk/plugins/chroma/i420_rgb.c
-   A /trunk/plugins/chroma/i420_rgb.h
-   A /trunk/plugins/chroma/i420_rgb16.c
-   A /trunk/plugins/chroma/i420_rgb8.c
-   A /trunk/plugins/chroma/i420_rgb_c.h
-   A /trunk/plugins/chroma/i420_rgb_mmx.h
-   A /trunk/plugins/chroma/i420_yuy2.c
-   A /trunk/plugins/chroma/i420_yuy2.h
-   A /trunk/plugins/chroma/i422_yuy2.c
-   A /trunk/plugins/chroma/i422_yuy2.h
-   D /trunk/plugins/chroma/transforms.h
-   D /trunk/plugins/chroma/yv12_rgb16.c
-   D /trunk/plugins/chroma/yv12_rgb8.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/dvdread/Makefile
-   M /trunk/plugins/dvdread/dvdread.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/filter/deinterlace.c
-   M /trunk/plugins/filter/distort.c
-   M /trunk/plugins/filter/filter_common.h
-   M /trunk/plugins/filter/invert.c
-   M /trunk/plugins/filter/transform.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/kde/kde_disc.cpp
-   M /trunk/plugins/kde/kde_disc.h
-   M /trunk/plugins/kde/kde_menu.h
-   M /trunk/plugins/kde/kde_net.cpp
-   M /trunk/plugins/kde/kde_net.h
-   M /trunk/plugins/kde/kde_slider.h
-   M /trunk/plugins/memcpy/Makefile
-   M /trunk/plugins/memcpy/memcpy.c
-   D /trunk/plugins/memcpy/memcpy3dn.c
-   D /trunk/plugins/memcpy/memcpymmx.c
-   D /trunk/plugins/memcpy/memcpymmxext.c
-   M /trunk/plugins/mpeg_vdec/vpar_blocks.c
-   M /trunk/plugins/mpeg_vdec/vpar_blocks.h
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/spudec/spu_decoder.c
-   M /trunk/plugins/text/ncurses.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-
-  * ./BUGS: added a list of known bugs. Please add your findings!
-  * ./MODULES: added a short description of each module. Maybe we should
-    add more details to make this file really useful.
-  * ./doc/bugreport-howto.txt: wishful thinking...
-  * ./Makefile: added a workaround for the fact that .c files don't depend
-    on <videolan/vlc.h>.
-  * ./plugins/memcpy/memcpy.c: all memcpy modules are now built from the same
-    single file.
-  * ./src/interface/main.c: added the --nommx, --no3dnow, --nommxext, --nosse
-    and --noaltivec options to vlc.
-  * ./configure.in: removed the --disable-mmx option, now useless because
-    of the vlc --no* options.
-  * ./src/interface/main.c: fixed a crash caused by the memcpy module
-    being released too early.
-  * ./include/video.h: more vout4 changes, including margin support, more
-    FOURCC formats recognized, transparent support of identical or almost
-    identical FOURCC formats.
-  * ./include/video_output.h: added a vout_Render function to video output
-    modules which is to be executed before vout_Display.
-  * ./include/common.h: this header is back.
-  * ./plugins/chroma/i420_rgb.c: planar YUV 4:2:0 to packed RGB conversion
-    functions, mostly taken from vout3's yuv functions, but heavily modified
-    to use FAST_MEMCPY and to handle image dimensions which are not multiples
-    of 16. Not all functions have been written yet, though.
-  * ./plugins/chroma/i420_yuy2.c: planar YUV 4:2:0 to packed YUV conversion
-    functions, various targets such as 4:2:2 YUYV, YVYU, UYVY, or 2:1:1 YUYV,
-    with accelerated MMX versions.
-  * ./plugins/chroma/i422_yuy2.c: same as i420_yuy2.c but takes planar YUV
-    4:2:2 pictures in input. With accelerated MMX versions as well. This plugin
-    makes it possible to display 4:2:2 files on most video cards without the
-    quality loss of 4:2:0 downsampling.
-  * ./plugins/filter/*: thanks to the vout_Render function, all filters now
-    output their data perfectly in sync.
-  * ./plugins/dvdread/Makefile: fix to prevent unnecessary target rebuilds.
-  * ./plugins/sdl/vout_sdl.c: support for YV12, UYVY, YUY2 and YVYU overlays.
-  * ./plugins/x11/xcommon.c: support for I420, YV12, YUY2 and Y211 overlays.
-
-------------------------------------------------------------------------
-r1384 | sam | 2002-01-05 03:22:03 +0100 (Sat, 05 Jan 2002) | 7 lines
-Changed paths:
-   M /trunk/BUGS
-   M /trunk/include/common.h
-   M /trunk/include/video.h
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-
-
-  * ./include/common.h: hton64 is now an inline function.
-  * ./src/video_output/vout_pictures.c et al.: vout4 now automatically
-    detects when two chroma formats are the same, such as UYVY/Y422, or
-    roughly equivalent, such as I420/YV12. Plugins need not worry about
-    conversion anymore.
-
-------------------------------------------------------------------------
-r1385 | sam | 2002-01-05 04:49:18 +0100 (Sat, 05 Jan 2002) | 6 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/modules.h
-   M /trunk/include/video_output.h
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/filter/deinterlace.c
-   M /trunk/plugins/filter/distort.c
-   M /trunk/plugins/filter/invert.c
-   M /trunk/plugins/filter/transform.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/plugins/mga/Makefile
-   M /trunk/plugins/mga/mga.c
-   D /trunk/plugins/mga/vout_mga.c
-   D /trunk/plugins/mga/vout_mga.h
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/video_output/video_output.c
-
-
-  * ./configure.in: fix for obscure architectures like hppa where target_os
-    isn't properly detected.
-  * ./include/video_output.h: got rid of pf_setpalette; I'll find a nicer way.
-  * ./plugins/mga.c: fixed MGA module compilation. Doesn't work yet, though.
-
-------------------------------------------------------------------------
-r1386 | jpsaman | 2002-01-05 14:57:42 +0100 (Sat, 05 Jan 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mad/mad_libmad.h
-
-Removed unused function prototype from headerfile.
-
-------------------------------------------------------------------------
-r1387 | jpsaman | 2002-01-05 15:28:55 +0100 (Sat, 05 Jan 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mad/BUGS
-
-Updated documentation
-
-------------------------------------------------------------------------
-r1388 | jpsaman | 2002-01-05 15:30:12 +0100 (Sat, 05 Jan 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mad/TODO
-
-Updated TODO list.
-
-------------------------------------------------------------------------
-r1389 | jpsaman | 2002-01-05 15:32:55 +0100 (Sat, 05 Jan 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mad/DESIGN
-
-Updated documentation.
-
-------------------------------------------------------------------------
-r1390 | sam | 2002-01-05 16:17:12 +0100 (Sat, 05 Jan 2002) | 7 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/plugins/mga/mga.c
-   A /trunk/plugins/mga/vout_mga.c
-   A /trunk/plugins/mga/vout_mga.h
-   M /trunk/plugins/x11/xcommon.c
-
-
-  * ./Makefile: fixed a bug when no builtins were selected.
-  * ./plugins/mga/mga.c: ported the MGA video output to vout4. Only does YV12
-    for the moment, and there is a strange bug with some streams which gives
-    only a green image. Needs to be looked at.
-  * ./plugins/x11/xcommon.c: fixed a few typos.
-
-------------------------------------------------------------------------
-r1391 | sam | 2002-01-05 17:09:49 +0100 (Sat, 05 Jan 2002) | 5 lines
-Changed paths:
-   M /trunk/BUGS
-   M /trunk/plugins/mga/mga.c
-
-
-  * ./plugins/mga/mga.c: we use the MGA_VID_FSEL ioctl to select the
-    frame to be displayed. Unfortunately, increasing the number of
-    frames doesn't seem to work and makes the picture stutter...
-
-------------------------------------------------------------------------
-r1392 | sam | 2002-01-05 19:25:48 +0100 (Sat, 05 Jan 2002) | 8 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/beos/beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/src/audio_output/aout_s16.c
-
-
-  * ./src/audio_output/aout_s16.c: fixed a segfault. It may have unexpected
-    side effects because I don't know this part of the code, but at least
-    it doesn't crash anymore.
-  * ./plugins/beos/beos.cpp: first attempt at porting the BeOS plugin to the
-    new video output and module systems. Doesn't work nor even compile yet.
-  * ./configure.in: we now check the gtk-config version.
-
-------------------------------------------------------------------------
-r1393 | sam | 2002-01-06 01:07:37 +0100 (Sun, 06 Jan 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/fb/Makefile
-   M /trunk/plugins/fb/fb.c
-   D /trunk/plugins/fb/vout_fb.c
-
-
-  * ./plugins/fb/fb.c: ported the framebuffer video output to vout4.
-
-------------------------------------------------------------------------
-r1394 | jpsaman | 2002-01-06 15:46:40 +0100 (Sun, 06 Jan 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/mad/mad_libmad.c
-
-Optimized libmad_output() for smoother sound. It is still not optimal.
-
-------------------------------------------------------------------------
-r1395 | sam | 2002-01-06 18:18:12 +0100 (Sun, 06 Jan 2002) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/mga/Makefile
-   M /trunk/plugins/mga/mga.c
-   M /trunk/plugins/mpeg_vdec/Makefile
-
-
-  * ./plugins/mga/mga.c: MMX-accelerated version of the MGA plugin.
-  * ./plugins/mpeg_vdec/Makefile: Little workaround for PA-Risc compilation.
-
-------------------------------------------------------------------------
-r1396 | sam | 2002-01-06 19:01:58 +0100 (Sun, 06 Jan 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/mga/mga.c
-
-
-  * ./plugins/mga/mga.c: pipeline and cache optimizations.
-
-------------------------------------------------------------------------
-r1397 | sam | 2002-01-07 03:12:30 +0100 (Mon, 07 Jan 2002) | 17 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/include/common.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/interface.h
-   M /trunk/include/stream_control.h
-   M /trunk/include/video.h
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/chroma/Makefile
-   A /trunk/plugins/chroma/i420_ymga.c
-   M /trunk/plugins/dvd/dummy_dvdcss.h
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/plugins/ggi/Makefile
-   M /trunk/plugins/ggi/ggi.c
-   D /trunk/plugins/ggi/vout_ggi.c
-   M /trunk/plugins/glide/Makefile
-   M /trunk/plugins/glide/glide.c
-   D /trunk/plugins/glide/vout_glide.c
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_control.c
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/kde/kde_interface.cpp
-   M /trunk/plugins/kde/kde_menu.cpp
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/mga/Makefile
-   M /trunk/plugins/mga/mga.c
-   M /trunk/plugins/qt/intf_qt.cpp
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/video_output/video_output.c
-
-
-  * ./plugins/mga/mga.c: removed the mgammx module and put the code in
-    the chroma_i420_ymga module instead. This introduces a slight
-    performance issue as we now need to memcpy() the Y plane, but I have
-    some vout4 enhancements on their way which make this point moot.
-  * ./debian/changelog: imported official Debian changelog.
-  * ./debian/control: activated the vlc-mad and vlc-arts packages; package
-    builds should now work again.
-  * ./plugins/dvd/dvd.c: solved a symbol resolution issue when vlc was
-    compiled without libdvdcss which overflowed the return stack.
-  * ./plugins/ggi/ggi.c: ported the GGI plugin to vout4.
-  * ./plugins/glide/glide.c: ported the Glide plugin to vout4 (untested).
-  * ./src/input/input.c: prepared everything for multi-input mode; since
-    no interface is yet prepared to handle this, I changed them so that
-    they just use the first available input for now. This may break other
-    things, but I promise I'll eventually repair everything :-)
-
-------------------------------------------------------------------------
-r1398 | sam | 2002-01-07 18:02:07 +0100 (Mon, 07 Jan 2002) | 4 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/plugins/filter/wall.c
-   D /trunk/share/gnome-vlc.png
-   D /trunk/share/gnome-vlc.xpm
-   A /trunk/share/gnome-vlc16x16.png
-   A /trunk/share/gnome-vlc32x32.png
-   A /trunk/share/gnome-vlc32x32.xpm
-   A /trunk/share/gnome-vlc48x48.png
-   D /trunk/share/gvlc.png
-   D /trunk/share/gvlc.xpm
-   A /trunk/share/gvlc16x16.png
-   A /trunk/share/gvlc32x32.png
-   A /trunk/share/gvlc32x32.xpm
-   A /trunk/share/gvlc48x48.png
-   D /trunk/share/kvlc.png
-   D /trunk/share/kvlc.xpm
-   A /trunk/share/kvlc16x16.png
-   A /trunk/share/kvlc32x32.png
-   A /trunk/share/kvlc32x32.xpm
-   A /trunk/share/kvlc48x48.png
-   D /trunk/share/qvlc.png
-   D /trunk/share/qvlc.xpm
-   A /trunk/share/qvlc16x16.png
-   A /trunk/share/qvlc32x32.png
-   A /trunk/share/qvlc32x32.xpm
-   A /trunk/share/qvlc48x48.png
-   D /trunk/share/vlc.png
-   D /trunk/share/vlc.xpm
-   A /trunk/share/vlc16x16.png
-   A /trunk/share/vlc32x32.png
-   A /trunk/share/vlc32x32.xpm
-   A /trunk/share/vlc48x48.png
-
-
-  ./debian/control: updated list of supported architectures.
-  ./share/*: added 16x16 and 32x32 versions of PNG icons.
-
-------------------------------------------------------------------------
-r1399 | massiot | 2002-01-09 00:06:12 +0100 (Wed, 09 Jan 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-
-Fixed a bug in QuantMatrixExtension, many thanks to "Thomas L. Wood"
-<twood@lucent.com> !
-
-------------------------------------------------------------------------
-r1400 | stef | 2002-01-09 00:34:06 +0100 (Wed, 09 Jan 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/dvdread/dvdread.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-
-DVDRead plugins works again more or less ; major bugs remain but it is usable.
-It is selected by default if you have it compiled.
-
-------------------------------------------------------------------------
-r1401 | asmax | 2002-01-09 01:33:37 +0100 (Wed, 09 Jan 2002) | 5 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec_generic.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec_generic.h
-   M /trunk/src/audio_output/aout_ext-dec.c
-   M /trunk/src/audio_output/aout_s16.c
-   M /trunk/src/audio_output/audio_output.c
-
-- better communication between audio decoder and output: aout plugins
-are now opened directly in the right mode (works with mpeg_adec and
-ac3_adec, not tested with mad)
-- first attempt to implement mono output (doesn't work yet)
-
-------------------------------------------------------------------------
-r1402 | sam | 2002-01-09 03:01:14 +0100 (Wed, 09 Jan 2002) | 11 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/BUGS
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/input_ext-intf.h
-   A /trunk/include/intf_eject.h
-   M /trunk/include/modules_inner.h
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/plugins/glide/glide.c
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_callbacks.c
-   M /trunk/plugins/gtk/gnome_callbacks.h
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/mga/Makefile
-   A /trunk/plugins/mga/xmga.c
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/interface.c
-   A /trunk/src/interface/intf_eject.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h
-
-
-  * ./include/modules_inner.h: replaced _X with __VLC_SYMBOL because _X was
-    already a system macro under MacOS X.
-  * ./plugins/dummy/dummy.c: fixed vlc:loop, vlc:quit, etc. entries.
-  * ./plugins/glide/glide.c: activated double buffering.
-  * ./plugins/mga/xmga.c: started writing an xmga plugin; doesn't work yet.
-  * ./src/input/input.c: fixed the input memory leak, and the insane thread
-    spawning we got with vlc:loop.
-  * ./src/misc/intf_eject.c: disc ejection routine courtesy of Julien Blache,
-    currently Linux-only.
-
-------------------------------------------------------------------------
-r1403 | sam | 2002-01-09 11:22:37 +0100 (Wed, 09 Jan 2002) | 3 lines
-Changed paths:
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/interface/main.c
-
-
-  * ./src/interface/intf_eject.c: BSD/OS port by Steven M. Schultz.
-
-------------------------------------------------------------------------
-r1404 | stef | 2002-01-10 00:32:40 +0100 (Thu, 10 Jan 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/input_ts.c
-
-Hopefully fixed a bug in TS input, that caused a segfault when there was
-no network stream.
-
-Please, have a look at the fix to check it doesn't break anything else.
-
-------------------------------------------------------------------------
-r1405 | sam | 2002-01-10 05:11:25 +0100 (Thu, 10 Jan 2002) | 7 lines
-Changed paths:
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/mga/xmga.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/interface/intf_playlist.c
-
-
-  * ./src/input/input.c: fixed a few segfaults caused by the dummy plugin.
-  * ./plugins/mpeg_adec/mpeg_adec.c: fixed a segfault due to misuse of
-    DecoderError.
-  * ./plugins/x11/xcommon.c: replaced XFlush with XSync. This must be the
-    fourth time someone has to commit this, so I added a reminder :-)
-
-------------------------------------------------------------------------
-r1406 | asmax | 2002-01-11 00:41:08 +0100 (Fri, 11 Jan 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/src/audio_output/aout_s16.c
-
-
-- beginning of code factorization in aout_s16 (more cleaning will come)
-- As for libmad, I have tried to create the aout fifo in libmad_output,
-  to open it with the right sample rate, but strangely it didn't work.
-
-------------------------------------------------------------------------
-r1407 | sam | 2002-01-11 04:07:36 +0100 (Fri, 11 Jan 2002) | 3 lines
-Changed paths:
-   M /trunk/src/interface/intf_eject.c
-
-
-  * BSD compilation fix suggested by Steven M. Schultz.
-
-------------------------------------------------------------------------
-r1408 | jpsaman | 2002-01-11 23:05:34 +0100 (Fri, 11 Jan 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/mad/mad_libmad.c
-
-Removed aout_CreateFifo from mad_adec.c InitThread() and added it to mad_libmad.c in mad_libmad.c
-
-------------------------------------------------------------------------
-r1409 | sam | 2002-01-12 02:25:57 +0100 (Sat, 12 Jan 2002) | 6 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/plugins/chroma/i420_rgb.c
-   M /trunk/plugins/chroma/i420_rgb.h
-   M /trunk/plugins/chroma/i420_rgb16.c
-   M /trunk/plugins/chroma/i420_rgb8.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-
-
-  * ./plugins/chroma/i420_rgb16.c: 24/32 bpp software YUV.
-  * ./plugins/ggi/ggi.c: activated double buffering.
-  * ./src/video_output/vout_pictures.c: we create more Xv pictures to
-    get smoother rendering.
-
-------------------------------------------------------------------------
-r1410 | jlj | 2002-01-12 03:02:44 +0100 (Sat, 12 Jan 2002) | 2 lines
-Changed paths:
-   M /trunk/src/interface/intf_eject.c
-
-  * ./src/interface/intf_eject.c: MacOS X port.
-
-------------------------------------------------------------------------
-r1411 | jlj | 2002-01-12 22:58:56 +0100 (Sat, 12 Jan 2002) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-  * ./src/misc/modules.c: Fixed a compile issue under platforms without
-    HAVE_DYNAMIC_PLUGINS.
-
-------------------------------------------------------------------------
-r1412 | gbazin | 2002-01-13 16:07:55 +0100 (Sun, 13 Jan 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/mga/xmga.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/video_output/video_output.c
-
-
-* Fixed all the problems related to ToggleFullScreen().
-
-------------------------------------------------------------------------
-r1413 | gbazin | 2002-01-13 19:13:07 +0100 (Sun, 13 Jan 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/libdvdcss/ioctl.c
-   M /trunk/include/common.h
-   M /trunk/src/misc/netutils.c
-
-
-* A few fixes for the Win32 build.
-
-------------------------------------------------------------------------
-r1414 | asmax | 2002-01-14 13:15:10 +0100 (Mon, 14 Jan 2002) | 9 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/audio_output.h
-   A /trunk/src/audio_output/aout_common.c
-   M /trunk/src/audio_output/aout_common.h
-   M /trunk/src/audio_output/aout_ext-dec.c
-   M /trunk/src/audio_output/aout_s16.c
-   M /trunk/src/audio_output/aout_s8.c
-   M /trunk/src/audio_output/aout_u16.c
-   M /trunk/src/audio_output/aout_u8.c
-   M /trunk/src/audio_output/audio_output.c
-
-
-HUGE cleanings in audio output:
-- removed AOUT_INTF_*_FIFO, which where not used
-- factorized S16StereoPlay, U8MonoPlay, and so on.., in a single
-  function aout_FillBuffer (in aout_common.c)
-  (unsigned 8bit may be broken, but I have no stream to test with :(
-
-- last step to be done: factorize aout_s8, aout_s16, ... thanks to a macro
-
-------------------------------------------------------------------------
-r1415 | asmax | 2002-01-14 20:54:36 +0100 (Mon, 14 Jan 2002) | 10 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/src/audio_output/aout_common.c
-   M /trunk/src/audio_output/aout_common.h
-   D /trunk/src/audio_output/aout_s16.c
-   D /trunk/src/audio_output/aout_s8.c
-   D /trunk/src/audio_output/aout_u16.c
-   D /trunk/src/audio_output/aout_u8.c
-   M /trunk/src/audio_output/audio_output.c
-
-
-- le coup de gr?\239?\191?\189ce: all the code in audio output is now factorized (except
-for ac3 spdif) in aout_common.c/.h
-- aout thread functions are declared with a macro
-
-TODO:
-- test unsigned 8 bit output, and implement S8 and U16 outputs
-- multi-channel support
-- check if resampling takes the PTS into account (and fix it)
-
-------------------------------------------------------------------------
-r1416 | jpsaman | 2002-01-14 21:53:42 +0100 (Mon, 14 Jan 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/mad/mad_adec.h
-   M /trunk/plugins/mad/mad_libmad.c
-
-Smooth sound (not tested on iPaq)
-
-------------------------------------------------------------------------
-r1417 | jpsaman | 2002-01-14 21:57:13 +0100 (Mon, 14 Jan 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mad/BUGS
-
-Updated BUGS list
-
-------------------------------------------------------------------------
-r1418 | jpsaman | 2002-01-14 22:00:45 +0100 (Mon, 14 Jan 2002) | 2 lines
-Changed paths:
-   A /trunk/INSTALL.libmad
-
-Configure, build and install instructions for libmad library and mad plugin.
-
-------------------------------------------------------------------------
-r1419 | stef | 2002-01-14 23:06:57 +0100 (Mon, 14 Jan 2002) | 5 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/css.c
-   M /trunk/extras/libdvdcss/css.h
-   M /trunk/extras/libdvdcss/libdvdcss.c
-
-
-*With DVDCSS_METHOD=disc or key, the keys are no longer buffered on start.
-The title key is still read at each block but it is checked for change
-before decryption.
-
-------------------------------------------------------------------------
-r1420 | massiot | 2002-01-14 23:26:05 +0100 (Mon, 14 Jan 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-
-Attempt to fix the INPUT_MAX_ALLOCATION error.
-
-------------------------------------------------------------------------
-r1421 | massiot | 2002-01-15 00:46:35 +0100 (Tue, 15 Jan 2002) | 3 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/mad/mad_adec.h
-   M /trunk/plugins/mad/mad_libmad.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/misc/modules_plugin.h
-
-* More precise way to retrieve a PTS from the bit stream.
-* Fixed issues in the PTS handling of the mad plug-in (incomplete).
-
-------------------------------------------------------------------------
-r1422 | sam | 2002-01-15 02:01:00 +0100 (Tue, 15 Jan 2002) | 5 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/debian/control
-   M /trunk/include/config.h
-
-
-  * ./debian/control: fixed Debian build-depends.
-  * ./include/config.h: changed RELEASE to HAVE_RELEASE because RELEASE
-    is already defined in <scsi/scsi.h> under Linux.
-
-------------------------------------------------------------------------
-r1423 | stef | 2002-01-15 06:22:21 +0100 (Tue, 15 Jan 2002) | 7 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/extras/libdvdread/dvdread.c
-   M /trunk/extras/libdvdread/videolan/dvdread.c
-
-
--Patch of libdvdread to do readv on regular files (dvd copied on hard drive).
-Not completed, and little tested yet ; when it is completed, this patch should
-be submitted to libdvdread developers.
-
--Patch of libdvdcss to decrypt vobs when they are not on a block device.
-
-------------------------------------------------------------------------
-r1424 | asmax | 2002-01-15 12:51:11 +0100 (Tue, 15 Jan 2002) | 5 lines
-Changed paths:
-   M /trunk/src/audio_output/aout_common.h
-   M /trunk/src/audio_output/audio_output.c
-
-
-- added support for S8 and U16 aout (not tested)
-- The sound is very dirty in U8 mode. I don't know if it comes from the
-8 bit mode itself or from the S16->U8 conversion.
-
-------------------------------------------------------------------------
-r1425 | stef | 2002-01-15 18:55:12 +0100 (Tue, 15 Jan 2002) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-*stream lock is initialized in input_CreateThread instead of initThread,
-to have it initialized when we call it in the interface.
-
-------------------------------------------------------------------------
-r1426 | stef | 2002-01-15 20:01:28 +0100 (Tue, 15 Jan 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/src/input/input.c
-
-
-The gnome/gtk interface should no longer user p_input->stream before it
-has been initialized.
-
-------------------------------------------------------------------------
-r1427 | sam | 2002-01-16 05:47:56 +0100 (Wed, 16 Jan 2002) | 3 lines
-Changed paths:
-   M /trunk/debian/rules
-   A /trunk/debian/vlc-arts.dirs
-   A /trunk/debian/vlc-mad.dirs
-
-
-  * ./debian/rules: fixed the vlc-arts and vlc-mad package builds.
-
-------------------------------------------------------------------------
-r1428 | sam | 2002-01-17 17:17:46 +0100 (Thu, 17 Jan 2002) | 4 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/vlc.spec
-
-
-  * ./vlc.spec: imported MandrakeSoft's new spec file.
-  * ./debian/control: fixed build-dependencies for vlc-mad.
-
-------------------------------------------------------------------------
-r1429 | gbazin | 2002-01-18 00:02:45 +0100 (Fri, 18 Jan 2002) | 11 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/directx/directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/directx/vout_directx.h
-   M /trunk/plugins/directx/vout_events.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/qnx/vout_qnx.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/vout_pictures.c
-
-
-* major rewrite of the directx video plugin to adapt it to the new vout4
-    architecture. This plugin has also been through a major clean-up
-    and it is now much more robust and optimized.
-
-* Fixed a few problems with the win32 build.
-
-* Replaced the "overlay" command line option with "nooverlay". The
-    former was confusing and useless because overlays were used by
-    default anyway.
-
-------------------------------------------------------------------------
-r1430 | gbazin | 2002-01-19 20:54:01 +0100 (Sat, 19 Jan 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/macosx/aout_macosx.c
-   M /trunk/plugins/macosx/intf_main.c
-   M /trunk/plugins/macosx/macosx.c
-   M /trunk/plugins/macosx/vout_macosx.c
-   M /trunk/plugins/mga/vout_mga.c
-   M /trunk/plugins/qnx/aout_qnx.c
-   M /trunk/plugins/qnx/qnx.c
-   M /trunk/plugins/qnx/vout_qnx.c
-
-
-* Converted the plugin initialization code of the macosx, beos and qnx
-    code. (please note that they should still not compile as they need
-    to be adapted to the new Vout4 architecture)
-
-------------------------------------------------------------------------
-r1431 | sam | 2002-01-21 01:52:07 +0100 (Mon, 21 Jan 2002) | 10 lines
-Changed paths:
-   M /trunk/BUGS
-   M /trunk/MODULES
-   M /trunk/Makefile
-   M /trunk/Makefile.modules
-   M /trunk/Makefile.opts.in
-   M /trunk/config.guess
-   M /trunk/config.sub
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/control
-   M /trunk/include/config.h
-   M /trunk/plugins/macosx/macosx.c
-   M /trunk/plugins/qnx/vout_qnx.c
-   A /trunk/plugins/win32
-   A /trunk/plugins/win32/.cvsignore
-   A /trunk/plugins/win32/Makefile
-   A /trunk/plugins/win32/win32.cpp
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules.c
-   A /trunk/src/misc/symbols.c
-   M /trunk/src/video_output/vout_subpictures.c
-   M /trunk/vlc.spec
-
-
-  * ./plugins/win32: skeleton for the win32 interface Ipkiss is developing.
-  * ./config.guess ./config.sub: latest GNU versions.
-  * ./configure.in: when possible, xvideo is compiled as a plugin.
-  * ./vlc.spec: fixed a few minor inaccuracies.
-  * ./debian/control: vlc-gui is no longer depended on, but rather recommended.
-  * ./src/interface/main.c: --spumargin flag; use this to force displaying
-    subtitles at the bottom of the screen instead of putting them in the
-    middle, for instance: `--spumargin 5'.
-
-------------------------------------------------------------------------
-r1432 | sam | 2002-01-21 06:14:10 +0100 (Mon, 21 Jan 2002) | 5 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-
-
-  * ./configure.in: added extra checks for strange compilers such as
-    Borland C++ which do not support all gcc options. Note that vlc does
-    not compile with bcc32 yet, but is getting closer and closer to.
-
-------------------------------------------------------------------------
-r1433 | gbazin | 2002-01-21 08:00:21 +0100 (Mon, 21 Jan 2002) | 9 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/css.c
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/plugins/directx/vout_events.c
-   M /trunk/src/video_output/vout_pictures.c
-
-
-* Fixed crashes on exit in the directx plugin
-* vout_PlacePicture is now accepting picture width=height=0
-
-* Win32 (NT/2000/XP) fix for libdvdcss: first attempt to open the DVD
-  device in read/write mode so we can use ioctls. If this fails
-  (insufficent privileges) we at least open in read-only mode so the
-  libdvdcss title decryption method can be used.
-
-------------------------------------------------------------------------
-r1434 | jpsaman | 2002-01-21 23:28:10 +0100 (Mon, 21 Jan 2002) | 10 lines
-Changed paths:
-   M /trunk/plugins/mad/DESIGN
-   M /trunk/plugins/mad/TODO
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/mad/mad_adec.h
-   M /trunk/plugins/mad/mad_libmad.c
-
-Changes made to mad plugin:
-+ libmad_input now takes one frame at a time (see mad_adec.h for defines)
-+ audio_linear_dither() gives better sound quality then s24_to_s16_pcm(),
-  but also makes audio artefacts louder so disabled it for now (see file
-  mad_libmad.c)
-+ cleaned up libmad_output (see file mad_libmad.c)
-+ cleaned up InitThread (see file mad_adec.c)
-+ Made buffer size match libmad's expectations (see file mad_adec.h)
-+ updated documentation
-
-------------------------------------------------------------------------
-r1435 | jpsaman | 2002-01-21 23:34:26 +0100 (Mon, 21 Jan 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mad/mad_libmad.c
-
-Oops, lucky to catch this one (deleted function name s24_to_s16_pcm accidently)
-
-------------------------------------------------------------------------
-r1436 | massiot | 2002-01-22 00:57:46 +0100 (Tue, 22 Jan 2002) | 4 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/mad/mad_adec.h
-   M /trunk/plugins/mad/mad_libmad.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_system/input_es.c
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/spudec/spu_decoder.c
-   M /trunk/src/audio_output/aout_ext-dec.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/misc/modules_plugin.h
-
-* Decoders do not necessarily use bit stream (see mad plug-in)
-* mad PTS should finally be accurate
-* Some configure changes.
-
-------------------------------------------------------------------------
-r1437 | massiot | 2002-01-23 00:14:26 +0100 (Wed, 23 Jan 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_adec/ac3_adec.h
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-
-* Fixed an alignment issue in the ac3 decoder.
-
-------------------------------------------------------------------------
-r1439 | stef | 2002-01-23 04:15:31 +0100 (Wed, 23 Jan 2002) | 5 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/libdvdcss/css.c
-   M /trunk/extras/libdvdcss/css.h
-   M /trunk/extras/libdvdcss/libdvdcss.c
-   M /trunk/extras/libdvdread/Makefile
-   M /trunk/extras/libdvdread/bswap.h
-   M /trunk/extras/libdvdread/dvd_reader.c
-   M /trunk/extras/libdvdread/dvd_reader.h
-   A /trunk/extras/libdvdread/dvd_setup.c
-   A /trunk/extras/libdvdread/dvd_setup.h
-   D /trunk/extras/libdvdread/dvdcss.h
-   D /trunk/extras/libdvdread/dvdread.c
-   M /trunk/extras/libdvdread/ifo_print.h
-   M /trunk/extras/libdvdread/ifo_read.h
-   M /trunk/extras/libdvdread/ifo_types.h
-   M /trunk/extras/libdvdread/nav_print.h
-   M /trunk/extras/libdvdread/nav_read.h
-   M /trunk/extras/libdvdread/nav_types.h
-   D /trunk/extras/libdvdread/videolan
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/dvd/dummy_dvdcss.h
-   M /trunk/plugins/dvdread/dvdread.c
-   M /trunk/plugins/dvdread/input_dvdread.h
-
-*Merged hh patch in libdvdcss from main tree.
-
-*Updated local libdvdread, so that it does not depend on libdvdcss
-(ala dummy_dvdcss) and modified configure to reflect changes.
-
-------------------------------------------------------------------------
-r1440 | stef | 2002-01-23 04:56:51 +0100 (Wed, 23 Jan 2002) | 4 lines
-Changed paths:
-   M /trunk/extras/libdvdread/dvd_reader.c
-   M /trunk/extras/libdvdread/dvd_setup.c
-   M /trunk/extras/libdvdread/dvd_setup.h
-
--removed some useless printf
-
--replaced dvdcss_title(,) with dvdcss_seek( ,,DVDCSS_SEEK_KEY )
-
-------------------------------------------------------------------------
-r1441 | asmax | 2002-01-23 13:02:12 +0100 (Wed, 23 Jan 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-
-* enabled --stereo option for streams that pretend to be mono while they
- are not!
-
-------------------------------------------------------------------------
-r1442 | stef | 2002-01-23 21:19:54 +0100 (Wed, 23 Jan 2002) | 2 lines
-Changed paths:
-   M /trunk/extras/libdvdread/ifo_print.h
-   M /trunk/extras/libdvdread/ifo_read.h
-   M /trunk/extras/libdvdread/ifo_types.h
-   M /trunk/extras/libdvdread/nav_print.h
-   M /trunk/extras/libdvdread/nav_read.h
-   M /trunk/extras/libdvdread/nav_types.h
-
-I checked in bad header files yesterday.
-
-------------------------------------------------------------------------
-r1443 | massiot | 2002-01-24 00:14:59 +0100 (Thu, 24 Jan 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-
-Fixed a bug introduced yesterday.
-
-------------------------------------------------------------------------
-r1444 | sam | 2002-01-24 14:32:53 +0100 (Thu, 24 Jan 2002) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h
-
-
-  * ./src/misc/modules_plugin.h: fixed a missing function initialization
-    which made decoder plugins segfault in GetChunk calls.
-  * ./configure.in: proper soundcard.h check from Yves Duret.
-
-------------------------------------------------------------------------
-r1445 | stef | 2002-01-24 19:50:32 +0100 (Thu, 24 Jan 2002) | 6 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/libdvdread/Makefile
-
-Configure and Makefile tweaking for dvdread module.
-It is now activated with option --with-dvdread, that takes the same options
-as --with-dvdcss.
-If you link with libdvdread statically dvdread is compiled builtin ; if you
-link dynamically, it is compiled as a plugin.
-
-------------------------------------------------------------------------
-r1447 | gbazin | 2002-01-25 07:43:34 +0100 (Fri, 25 Jan 2002) | 11 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/win32/Makefile
-   A /trunk/plugins/win32/aout_waveout.c
-   A /trunk/plugins/win32/waveout.c
-   M /trunk/src/audio_output/audio_output.c
-
-
-* Added a new very simple audio plugin for Win32. This plugin uses the
-    waveOut API which is a lot easier to use for streaming stuff than
-    directsound. (you don't have to take care of underflows anymore
-    because it doesn't use circular buffers).
-    If you are having a lot of underflows, this plugin is currently
-    better adapted than the directx plugin.
-
-* Moved some initialization stuff in audio_out.c so we can now the
-    caracteristics of the audio stream before calling aout_Open().
-
-------------------------------------------------------------------------
-r1448 | sam | 2002-01-25 18:18:37 +0100 (Fri, 25 Jan 2002) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/x11/xcommon.c
-
-
-  * ./plugins/x11/xcommon.c: we don't use DPMS functions if they are
-    not available.
-
-------------------------------------------------------------------------
-r1449 | tcastley | 2002-01-26 02:18:27 +0100 (Sat, 26 Jan 2002) | 2 lines
-Changed paths:
-   M /trunk/src/misc/beos_specific.cpp
-
-Fixed compliation error due to inclusion of threads.h
-
-------------------------------------------------------------------------
-r1450 | gbazin | 2002-01-27 23:14:52 +0100 (Sun, 27 Jan 2002) | 12 lines
-Changed paths:
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/directx/vout_directx.h
-   M /trunk/plugins/directx/vout_events.c
-
-
-* Added double-buffering for the directx plugin in overlay mode.
-* Several directx bug-fixes:
-    - implemented the right behaviour on exit.
-    - fixed bug preventing the creation of several windows.
-        (the wall filter is working now :-))
-    - fixed unnecessary background redraws (it made the video flicker).
-    - fixed bug where we were losing the video display because of lost
-        surfaces in video memory.
-    - when using hardware overlay, the output window will now specify:
-        "(using hardware overlay)".
-
-------------------------------------------------------------------------
-r1451 | sam | 2002-01-28 17:51:22 +0100 (Mon, 28 Jan 2002) | 2 lines
-Changed paths:
-   M /trunk/BUGS
-   M /trunk/plugins/chroma/i420_rgb.c
-   M /trunk/plugins/chroma/i420_rgb.h
-   M /trunk/plugins/chroma/i420_rgb16.c
-   M /trunk/plugins/chroma/i420_rgb_mmx.h
-   M /trunk/plugins/x11/xcommon.c
-
-  * ./plugins/chroma/i420_rgb16.c: MMX YUV to RGB transformation for 15bpp.
-
-------------------------------------------------------------------------
-r1452 | stef | 2002-01-28 22:31:58 +0100 (Mon, 28 Jan 2002) | 2 lines
-Changed paths:
-   M /trunk/extras/libdvdread/dvd_reader.c
-
-.Fixed a segfault a dvdread exit (my fault).
-
-------------------------------------------------------------------------
-r1453 | stef | 2002-01-29 00:08:31 +0100 (Tue, 29 Jan 2002) | 10 lines
-Changed paths:
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/plugins/macosx/aout_macosx.c
-   M /trunk/plugins/qnx/aout_qnx.c
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/win32/aout_waveout.c
-   M /trunk/src/audio_output/audio_output.c
-
--Fixed ac3_spdif which has been broken recently,
-
--Check frequency in ac3_adec and change fifo if needed,
-
--Moved initialisation of p_aout from plugins to audio_output.c
-If audio output rate is psecified at launch time, we try to use it by default.
-
-Note that audio output currently suffers from frequent underruns.
-This has not been fixed here.
-
-------------------------------------------------------------------------
-r1454 | gbazin | 2002-01-29 21:11:18 +0100 (Tue, 29 Jan 2002) | 4 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/mtime.h
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/src/misc/modules_plugin.h
-
-
-* Added mstrtime() to module_symbols_t so we can compile the mpeg_vdec
-    plugin with TRACE mode enabled.
-
-------------------------------------------------------------------------
-r1455 | sam | 2002-01-30 01:09:49 +0100 (Wed, 30 Jan 2002) | 11 lines
-Changed paths:
-   M /trunk/MODULES
-   M /trunk/plugins/filter/wall.c
-
-
-  * Fixed stuff in the wall filter. Extended syntax:
-     --filter wall         % open a wall (3x3 is the default value)
-     --filter wall:2       % open a 2x2 wall
-     --filter wall:3x2     % open a 3x2 wall
-     --filter wall:2x1:0   % open a 2x1 wall, only display block 0
-     --filter wall:2:0,3   % open a 2x2 wall, only display blocks 0 and 3
-    For instance, if you have 2 computers listening to a network stream, on
-    the left computer you use --filter wall:2x1:0 and on the right computer
-    you use --filter wall:2x1:1
-
-------------------------------------------------------------------------
-r1457 | massiot | 2002-02-01 00:18:27 +0100 (Fri, 01 Feb 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_open.c
-
-Fixed a bug in the network dialog.
-
-------------------------------------------------------------------------
-r1458 | sam | 2002-02-04 10:58:59 +0100 (Mon, 04 Feb 2002) | 4 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-
-  * ./src/misc/modules.c: changed module_Need to make it possible to
-    have several modules with the same shortcut name.
-
-------------------------------------------------------------------------
-r1459 | gbazin | 2002-02-05 22:46:41 +0100 (Tue, 05 Feb 2002) | 6 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/config.h
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/interface/main.c
-
-
-* New AC3 decoder plugin using liba52 from Aaron Holtzman and
-    Michel Lespinasse.
-    This plugin isn't used by default, you have to specify:
-    --ac3_adec liba52
-
-------------------------------------------------------------------------
-r1460 | sam | 2002-02-06 03:37:18 +0100 (Wed, 06 Feb 2002) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   A /trunk/debian/vlc-lirc.dirs
-   A /trunk/doc/lirc
-   A /trunk/doc/lirc/example.lircrc
-   M /trunk/include/defs.h.in
-   A /trunk/plugins/lirc
-   A /trunk/plugins/lirc/.cvsignore
-   A /trunk/plugins/lirc/Makefile
-   A /trunk/plugins/lirc/lirc.c
-
-  * ./plugins/lirc/lirc.c: IR remote control plugin by Sigmund Augdal
-    <sigmunau@stud.ntnu.no>, activate with --enable-lirc.
-  * ./configure.in: put liba52_adec in a builtin for PIC/non-PIC reasons.
-
-------------------------------------------------------------------------
-r1461 | gbazin | 2002-02-06 21:44:23 +0100 (Wed, 06 Feb 2002) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/rules
-   A /trunk/plugins/a52
-   A /trunk/plugins/a52/.cvsignore
-   A /trunk/plugins/a52/Makefile
-   A /trunk/plugins/a52/a52.c
-   A /trunk/plugins/a52/a52.h
-   M /trunk/src/interface/main.c
-
-
-* Just renamed the liba52_adec plugin into a52 to comply with the naming
-convention used by the other plugins.
-
-------------------------------------------------------------------------
-r1462 | sam | 2002-02-08 16:57:29 +0100 (Fri, 08 Feb 2002) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/video.h
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/Makefile
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/chroma/i420_rgb.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/video_output/vout_pictures.c
-
-
-  * ./plugins/beos/vout_beos.cpp: ported the BeOS RGB video output to
-    vout4. The overlay video output still needs to be written though.
-
-------------------------------------------------------------------------
-r1463 | gbazin | 2002-02-13 22:54:44 +0100 (Wed, 13 Feb 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/a52/a52.c
-
-
-* compilation fix (include stdint.h)
-* fixed a SEGV
-
-------------------------------------------------------------------------
-r1464 | sam | 2002-02-13 23:10:40 +0100 (Wed, 13 Feb 2002) | 7 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-
-  * ./plugins/beos/*: BeOS fixes from Rudolf Cornelissen.
-  * ./src/interface/main.c: --desync now really accepts a value in ms.
-  * ./plugins/vcd/input_vcd.c: fixed a crash when not opening a VCD.
-  * ./src/video_output/vout_subpictures.c: fixed subtitles under BeOS and
-    other architectures which don't support overlay.
-
-------------------------------------------------------------------------
-r1465 | sam | 2002-02-15 00:29:17 +0100 (Fri, 15 Feb 2002) | 5 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/plugins/gtk/fixfiles.sh
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/gtk_support.h
-   M /trunk/src/interface/main.c
-
-
-  * Grmbl. Forgot to commit those Win32 fixes last time, and they were
-    stuck on VTHR. Sorry xav, this probably explains why I couldn't
-    find the commit log :-)
-
-------------------------------------------------------------------------
-r1466 | sam | 2002-02-15 14:32:54 +0100 (Fri, 15 Feb 2002) | 18 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/config.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   M /trunk/plugins/a52/a52.c
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/arts/aout_arts.c
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/chroma/i420_rgb.c
-   M /trunk/plugins/chroma/i420_ymga.c
-   M /trunk/plugins/chroma/i420_yuy2.c
-   M /trunk/plugins/chroma/i422_yuy2.c
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/downmix/downmix.c
-   M /trunk/plugins/downmix/downmix3dn.c
-   M /trunk/plugins/downmix/downmixsse.c
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/filter/deinterlace.c
-   M /trunk/plugins/filter/distort.c
-   M /trunk/plugins/filter/invert.c
-   M /trunk/plugins/filter/transform.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/glide/glide.c
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idct_decl.h
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   M /trunk/plugins/imdct/imdct.c
-   M /trunk/plugins/imdct/imdct3dn.c
-   M /trunk/plugins/imdct/imdctsse.c
-   M /trunk/plugins/lirc/lirc.c
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-   M /trunk/plugins/macosx/aout_macosx.c
-   M /trunk/plugins/macosx/intf_main.c
-   A /trunk/plugins/macosx/intf_main.h
-   M /trunk/plugins/macosx/intf_vlc_wrapper.c
-   M /trunk/plugins/macosx/macosx.h
-   M /trunk/plugins/macosx/vout_macosx.c
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/memcpy/memcpy.c
-   M /trunk/plugins/mga/mga.c
-   M /trunk/plugins/mga/xmga.c
-   M /trunk/plugins/motion/motion.c
-   M /trunk/plugins/motion/motion3dnow.c
-   M /trunk/plugins/motion/motionaltivec.c
-   M /trunk/plugins/motion/motionmmx.c
-   M /trunk/plugins/motion/motionmmxext.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_system/input_es.c
-   M /trunk/plugins/mpeg_system/input_ps.c
-   M /trunk/plugins/mpeg_system/input_ts.c
-   M /trunk/plugins/mpeg_system/mpeg_es.c
-   M /trunk/plugins/mpeg_system/mpeg_ps.c
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/qnx/aout_qnx.c
-   M /trunk/plugins/qnx/vout_qnx.c
-   M /trunk/plugins/qt/intf_qt.cpp
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/spudec/spu_decoder.c
-   M /trunk/plugins/text/ncurses.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/plugins/vcd/vcd.c
-   M /trunk/plugins/win32/aout_waveout.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/audio_output/aout_ext-dec.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-
-
-  * ALL: got rid of *_Probe functions because most of them were duplicates
-    of the real _Init or _Create functions. That's 1000 lines of code gained.
-  * ./src/misc/modules.c: we try not to keep the global lock in module_Need,
-    which should speed up output spawning.
-  * ./plugins/dummy/input_dummy.c: fixed vlc:quit command.
-  * ./plugins/gtk/gtk_playlist.c: compilation fix.
-  * ./plugins/macosx/*: preliminary fixes for the vout4 port.
-
-   Notes on the *_Probe eradication:
-  o I probably broke the DirectX video output, because of the "must init and
-    run in the same thread" issue. I'll fix this ASAP.
-  o Subtitles are broken (or at least, pretty ugly) in RGB mode.
-  o The input plugins still have *_Probe functions. This will disappear when
-    meuuh is finished with the access plugins.
-  o The decoder plugins still have *_Probe functions. This is probably not
-    going to change, it looks OK to me.
-
-------------------------------------------------------------------------
-r1467 | gbazin | 2002-02-15 21:02:21 +0100 (Fri, 15 Feb 2002) | 10 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/win32/Makefile
-   D /trunk/plugins/win32/aout_waveout.c
-   M /trunk/plugins/win32/waveout.c
-
-
-* Win32 compilation fixes (mingw includes dirent)
-* configure now checks for ddraw.h and not directx.h
-* vout_directx doesn't include directx.h anymore (this file isn't part of
-    the directx sdk)
-* moved all the stuff from aout_waveout.c directly into waveout.c (I don't
-    know what I was thinking about when I created these two files ;-)
-* until we fix the audio buffer underrun problem, waveout will be the
-    default audio output on win32 (instead of directx).
-
-------------------------------------------------------------------------
-r1468 | jlj | 2002-02-18 02:34:44 +0100 (Mon, 18 Feb 2002) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   A /trunk/macosx-dmg
-   M /trunk/plugins/macosx/Makefile
-   M /trunk/plugins/macosx/intf_controller.c
-   M /trunk/plugins/macosx/intf_controller.h
-   A /trunk/plugins/macosx/intf_macosx.c
-   D /trunk/plugins/macosx/intf_main.c
-   D /trunk/plugins/macosx/intf_main.h
-   D /trunk/plugins/macosx/intf_qdview.c
-   D /trunk/plugins/macosx/intf_qdview.h
-   M /trunk/plugins/macosx/intf_vlc_wrapper.c
-   M /trunk/plugins/macosx/intf_vlc_wrapper.h
-   M /trunk/plugins/macosx/macosx.c
-   M /trunk/plugins/macosx/macosx.h
-   M /trunk/plugins/macosx/vout_macosx.c
-   A /trunk/plugins/macosx/vout_qdview.c
-   A /trunk/plugins/macosx/vout_qdview.h
-   A /trunk/plugins/macosx/vout_window.c
-   A /trunk/plugins/macosx/vout_window.h
-
-  * MacOS X vout improvements
-  * MacOS X intf now returns, allowing vlc to terminate properly
-  * Added a new make target: package-macosx
-
-------------------------------------------------------------------------
-r1469 | stef | 2002-02-18 20:02:41 +0100 (Mon, 18 Feb 2002) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-Fixed a typo in aspect ratio calculation
-
-------------------------------------------------------------------------
-r1470 | sam | 2002-02-19 01:50:20 +0100 (Tue, 19 Feb 2002) | 8 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/config.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/interface.h
-   M /trunk/include/intf_msg.h
-   M /trunk/include/video.h
-   M /trunk/ipkg/patch
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_adec/ac3_parse.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/directx/vout_events.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/lirc/lirc.c
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-   M /trunk/plugins/macosx/aout_macosx.c
-   M /trunk/plugins/mad/mad_libmad.c
-   M /trunk/plugins/mga/xmga.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_vdec/video_decoder.c
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/mpeg_vdec/vpar_synchro.c
-   M /trunk/plugins/qnx/vout_qnx.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/spudec/spu_decoder.c
-   M /trunk/plugins/text/Makefile
-   A /trunk/plugins/text/logger.c
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/plugins/vcd/linux_cdrom_tools.c
-   M /trunk/plugins/x11/x11.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/audio_output/aout_common.c
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-
-   * Got rid of TRACE and intf_DbgMsg which were seldom used anyway.
-   * All intf_*Msg functions now write to stderr.
-   * Implemented a message queue interface plugins can subscribe to.
-   * Wrote the logger interface plugin. Usage:
-      vlc -I logger:filename.log
-   * Lots of fixes in the SPU renderer.
-
-------------------------------------------------------------------------
-r1471 | sam | 2002-02-19 04:54:56 +0100 (Tue, 19 Feb 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_common.h
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_interface.h
-   M /trunk/plugins/gtk/gtk_support.c
-   M /trunk/plugins/gtk/gtk_support.h
-   M /trunk/plugins/lirc/lirc.c
-   M /trunk/plugins/text/logger.c
-   M /trunk/src/interface/intf_msg.c
-
-
-  * ./plugins/lirc/lirc.: various fixes, thanks to Sigmund Augdal.
-  * ./plugins/text/logger.c: rewrote an ugly loop.
-  * ./plugins/gtk/gtk.c: added a Gtk+ window containing all the log
-    messages; updated in real time. To open it, go to "view"->"messages".
-
-------------------------------------------------------------------------
-r1472 | sam | 2002-02-20 02:47:01 +0100 (Wed, 20 Feb 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/lirc/lirc.c
-
-
-  * ./plugins/lirc/lirc.c: fixed my mistakes from yesterday.
-
-------------------------------------------------------------------------
-r1473 | jlj | 2002-02-20 06:50:00 +0100 (Wed, 20 Feb 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/vcd/Makefile
-   A /trunk/plugins/vcd/cdrom_tools.c
-   A /trunk/plugins/vcd/cdrom_tools.h
-   M /trunk/plugins/vcd/input_vcd.c
-   D /trunk/plugins/vcd/linux_cdrom_tools.c
-   D /trunk/plugins/vcd/linux_cdrom_tools.h
-
-  * MacOS X VCD support.
-
-------------------------------------------------------------------------
-r1474 | sam | 2002-02-20 06:56:18 +0100 (Wed, 20 Feb 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_callbacks.c
-   M /trunk/plugins/gtk/gnome_callbacks.h
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gnome_interface.h
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_support.h
-   M /trunk/plugins/lirc/lirc.c
-   M /trunk/plugins/text/logger.c
-   M /trunk/src/interface/intf_msg.c
-
-
-  * ./plugins/gtk/gtk.c: the log window is now black with colourful text.
-  * ./plugins/gtk/gnome.c: ported the log window to the GNOME interface.
-  * ./src/interface/intf_msg.c: messages are sent to the queue even if
-    -vvvv* wasn't specified.
-
-------------------------------------------------------------------------
-r1475 | sam | 2002-02-20 20:01:13 +0100 (Wed, 20 Feb 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-
-
-  * ./Makefile: the win32 port now uses a more recent version of gtk+.
-
-------------------------------------------------------------------------
-r1476 | sam | 2002-02-21 00:23:53 +0100 (Thu, 21 Feb 2002) | 5 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.modules
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/misc/netutils.c
-
-
-  * ./configure.in: removed a bashism.
-  * ./plugins/x11/xcommon.c: support for systems without shm.h.
-  * QNX compilation fixes here and there; the qnx plugin still doesn't work.
-
-------------------------------------------------------------------------
-r1477 | sam | 2002-02-21 01:54:00 +0100 (Thu, 21 Feb 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-
-  * ./configure.in: gtk*-config detection fix for FreeBSD.
-
-------------------------------------------------------------------------
-r1478 | sam | 2002-02-21 22:55:40 +0100 (Thu, 21 Feb 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/lirc/lirc.c
-
-
-  * ./plugins/lirc/lirc.c: non-blocking patch from Sigmund Augdal
-    <sigmunau@stud.ntnu.no>; hope this time my enhancements don't break
-    everything :-)
-
-------------------------------------------------------------------------
-r1479 | sam | 2002-02-22 00:56:08 +0100 (Fri, 22 Feb 2002) | 4 lines
-Changed paths:
-   M /trunk/src/misc/modules_plugin.h
-
-
-  * ./src/misc/modules_plugin.h: if symbol foo isn't found in the
-    plugin, we always try to open _foo, whatever the architecture.
-
-------------------------------------------------------------------------
-r1480 | gbazin | 2002-02-22 21:46:58 +0100 (Fri, 22 Feb 2002) | 6 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-
-* Don't try to grok altivec with mingw32.
-* --with-directx-path should now indicate the path where the actual
-headers are (before the headers had to be in an include subdir). By the
-way you can download these header files from the videolan web site.
-
-------------------------------------------------------------------------
-r1481 | gbazin | 2002-02-23 22:31:44 +0100 (Sat, 23 Feb 2002) | 3 lines
-Changed paths:
-   M /trunk/src/interface/intf_msg.c
-
-
-* fixed array over-run bug in intf_MsgUnsub
-
-------------------------------------------------------------------------
-r1482 | gbazin | 2002-02-24 21:51:10 +0100 (Sun, 24 Feb 2002) | 23 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/audio_output.h
-   M /trunk/include/common.h
-   M /trunk/include/config.h
-   A /trunk/include/configuration.h
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/include/videolan/vlc.h
-   M /trunk/plugins/a52/a52.c
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_adec/ac3_decoder.h
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/alsa/alsa.c
-   M /trunk/plugins/arts/aout_arts.c
-   M /trunk/plugins/arts/arts.c
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/directx/directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dsp/dsp.c
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/dummy/null.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/plugins/esd/esd.c
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/filter/deinterlace.c
-   M /trunk/plugins/filter/distort.c
-   M /trunk/plugins/filter/invert.c
-   M /trunk/plugins/filter/transform.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/kde/kde.cpp
-   M /trunk/plugins/kde/kde_interface.cpp
-   M /trunk/plugins/lirc/lirc.c
-   M /trunk/plugins/mga/xmga.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_system/input_ps.c
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/mpeg_vdec/vpar_synchro.c
-   M /trunk/plugins/qnx/qnx.c
-   M /trunk/plugins/qnx/vout_qnx.c
-   M /trunk/plugins/qt/qt.cpp
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/text/logger.c
-   M /trunk/plugins/text/ncurses.c
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/plugins/win32/waveout.c
-   M /trunk/plugins/x11/x11.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/plugins/x11/xcommon.h
-   M /trunk/plugins/x11/xvideo.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   A /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_builtin.h.in
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-
-This is the first part of the new configuration architecture for vlc.
-Two other parts will follow soon:
-- config file implementation
-- gtk configuration interface.
-
-This part won't change much for end-users as these changes are mostly
-internal, you will however notice that the command line interface has
-changed. It will maybe be less user-friendly as I almost removed the
-short options but it shouldn't a big problem when the config file is
-implemented.
-
-What as changed is that it is really easy now to add configuration
-options to vlc. Plugins can also implement configuration options. All
-you have to do is to declare a MODULE_CONFIG section in your plugin.
-If you want to know more about this look at configuration.h and for some
-example: main.c, dsp.c or xvideo.c
-
-It would be nice if every developper could now start using configuration
-options in there plugins and also enhance old plugins.
-
-That's it, now let's hope I didn't break too many things ;-)
-
-------------------------------------------------------------------------
-r1483 | jobi | 2002-02-24 22:36:20 +0100 (Sun, 24 Feb 2002) | 3 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_common.h
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/misc/modules_plugin.h
-
-Added a menu in the GTK and gnome interfaces to change the current program
-in multi-program streams (such as ones provided by a DVB-S card).
-
-------------------------------------------------------------------------
-r1484 | sam | 2002-02-24 23:06:50 +0100 (Sun, 24 Feb 2002) | 5 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/audio_output.h
-   M /trunk/include/common.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/modules.h
-   M /trunk/plugins/a52/a52.c
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/arts/aout_arts.c
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/esd/aout_esd.c
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-   M /trunk/plugins/macosx/aout_macosx.c
-   M /trunk/plugins/mad/mad_libmad.c
-   M /trunk/plugins/mpeg_adec/adec_layer1.c
-   M /trunk/plugins/mpeg_adec/adec_layer2.c
-   M /trunk/plugins/mpeg_adec/adec_math.c
-   M /trunk/plugins/mpeg_adec/adec_math.h
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/qnx/aout_qnx.c
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/win32/waveout.c
-   D /trunk/src/audio_output/aout_common.c
-   D /trunk/src/audio_output/aout_common.h
-   M /trunk/src/audio_output/aout_ext-dec.c
-   A /trunk/src/audio_output/aout_pcm.c
-   A /trunk/src/audio_output/aout_pcm.h
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/audio_output/audio_output.c
-
-
-  * Fixed a quite old bug in the audio output which made the sound stutter
-    when wrapping around the audio output fifo.
-  * Lots of simplifications in the audio output, got rid of b_stereo.
-
-------------------------------------------------------------------------
-r1485 | sam | 2002-02-24 23:12:10 +0100 (Sun, 24 Feb 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/dsp/aout_dsp.c
-
-
-  * Forgot one fix in my previous commit. As usual.
-
-------------------------------------------------------------------------
-r1486 | sam | 2002-02-24 23:12:45 +0100 (Sun, 24 Feb 2002) | 3 lines
-Changed paths:
-   A /trunk/src/audio_output/aout_spdif.h
-
-
-  * Replacement header for aout_common.h.
-
-------------------------------------------------------------------------
-r1487 | sam | 2002-02-25 05:30:03 +0100 (Mon, 25 Feb 2002) | 11 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/plugins/fx
-   A /trunk/plugins/fx/.cvsignore
-   A /trunk/plugins/fx/Makefile
-   A /trunk/plugins/fx/scope.c
-   M /trunk/plugins/gtk/gtk_menu.c
-
-
-  * ./plugins/gtk/gtk_menu.c: fixed a compile issue on IA64.
-  * ./plugins/fx/scope.c: new toy plugin, an audio scope module.
-
-    Each time I fix a bug in vlc I feel urge to code something useless. This
-    one is very, very rough for the moment, probably buggy, slow, will crash
-    your blender and reboot your fridge. Screenshot can be found here:
-      http://www.zoy.org/~sam/vlc/vlc-scope.jpeg
-    Activate with `--aout scope' (yes, it currently disables the real
-    audio output... I'll fix this as well).
-
-------------------------------------------------------------------------
-r1488 | sam | 2002-02-25 12:25:22 +0100 (Mon, 25 Feb 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/lirc/lirc.c
-
-
-  * ./plugins/lirc/lirc.c: removed CVS garbage.
-
-------------------------------------------------------------------------
-r1489 | stef | 2002-02-25 19:42:09 +0100 (Mon, 25 Feb 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvdread/dvdread.c
-   M /trunk/src/interface/main.c
-
-
-*Adaptation to new configuration scheme for dvd, dvdread and spdif
-
-------------------------------------------------------------------------
-r1490 | sam | 2002-02-26 00:59:07 +0100 (Tue, 26 Feb 2002) | 5 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/include/threads.h
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/mtime.c
-
-
-  * ./include/threads.h: support for the State Threads Library, a userland
-    threads library (http://state-threads.sourceforge.net/). Useless to most
-    people, but can be handy to debug stuff. Activate with `--enable-st'.
-
-------------------------------------------------------------------------
-r1491 | stef | 2002-02-26 02:17:13 +0100 (Tue, 26 Feb 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvdread/dvdread.c
-   M /trunk/src/interface/main.c
-
-*Reversed my previous configuration change.
-
-I'd better used dvd_title or so but INPUT_TITLE_VAR is also used in
-gtk_open.c and I can't find a neat way to prevent this, so I leave this
-option in main.c.
-
-------------------------------------------------------------------------
-r1492 | xav | 2002-02-26 18:22:12 +0100 (Tue, 26 Feb 2002) | 6 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-
-Multicast now works under Win32, but this is a _bad_ kludge.
-
-It still segfaults 4 secondes after the first frame, but, at least, I
-can see two or three frames from MI2 :-)
-
-------------------------------------------------------------------------
-r1493 | gbazin | 2002-02-26 19:25:40 +0100 (Tue, 26 Feb 2002) | 4 lines
-Changed paths:
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/interface/main.c
-
-
-* forgot to add the declaration of server_port in main.c
-* char pointers obtained by config_GetPszVariable need to be freed
-
-------------------------------------------------------------------------
-r1494 | gbazin | 2002-02-26 23:08:57 +0100 (Tue, 26 Feb 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/src/misc/configuration.c
-
-
-* Fixed uninitialized variable in config_Duplicate()
-* Fixed problem introduced in latest gtk commit
-
-------------------------------------------------------------------------
-r1495 | sam | 2002-02-27 04:47:56 +0100 (Wed, 27 Feb 2002) | 4 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/threads.h
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/vout_pictures.c
-
-
-  * ./include/common.h: BeOS compile fixes.
-  * ./plugins/beos/vout_beos.cpp: fixed BeOS video output.
-
-------------------------------------------------------------------------
-r1496 | sam | 2002-02-27 05:49:55 +0100 (Wed, 27 Feb 2002) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/netutils.c
-
-
-  * ./src/input/input.c: BeOS network support (no idea if it works when you
-    don't have BONE, though).
-
-------------------------------------------------------------------------
-r1497 | sam | 2002-02-27 19:19:21 +0100 (Wed, 27 Feb 2002) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dsp/dsp.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-
-
-  * ./plugins/dsp/aout_dsp.c: OpenBSD compilation fix.
-  * ./src/video_output/video_output.c: fixed a segfault on exit.
-
-------------------------------------------------------------------------
-r1498 | sam | 2002-02-27 20:05:19 +0100 (Wed, 27 Feb 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-
-
-  * ./configure.in: fixed a plugins/dsp.so compilation issue under OpenBSD.
-
-------------------------------------------------------------------------
-r1499 | sam | 2002-02-27 23:57:10 +0100 (Wed, 27 Feb 2002) | 5 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/plugins/fx/scope.c
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/src/audio_output/aout_pcm.c
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/audio_output/audio_output.c
-
-
-  * ./plugins/mpeg_vdec/vpar_headers.c: we no longer crash when the next
-    stream doesn't have the same image size as the previous one.
-  * ./src/audio_output/aout_pcm.c: another overrun fix; please test.
-
-------------------------------------------------------------------------
-r1500 | massiot | 2002-03-01 01:33:18 +0100 (Fri, 01 Mar 2002) | 10 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/modules.h
-   A /trunk/include/network.h
-   M /trunk/include/threads.h
-   M /trunk/include/video.h
-   A /trunk/plugins/access
-   A /trunk/plugins/access/.cvsignore
-   A /trunk/plugins/access/Makefile
-   A /trunk/plugins/access/file.c
-   A /trunk/plugins/access/http.c
-   A /trunk/plugins/access/udp.c
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/mpeg_system/Makefile
-   D /trunk/plugins/mpeg_system/input_es.c
-   D /trunk/plugins/mpeg_system/input_es.h
-   D /trunk/plugins/mpeg_system/input_ps.c
-   D /trunk/plugins/mpeg_system/input_ps.h
-   D /trunk/plugins/mpeg_system/input_ts.c
-   D /trunk/plugins/mpeg_system/input_ts.h
-   M /trunk/plugins/mpeg_system/mpeg_es.c
-   M /trunk/plugins/mpeg_system/mpeg_ps.c
-   M /trunk/plugins/mpeg_system/mpeg_ts.c
-   A /trunk/plugins/network
-   A /trunk/plugins/network/.cvsignore
-   A /trunk/plugins/network/Makefile
-   A /trunk/plugins/network/ipv4.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-dec.c
-   A /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/video_output/video_output.c
-
-Input III (Episode 1).
-- Major rewrite of the buffer core functions
-- Modularity of access plugins (file, udp, http)
-- Modularity of network stack (ipv4, soon ipv6)
-- Autodetection of the type of stream
-
-And a new killing feature : HTTP streams are now seekable.
-
-Please note that dvd, dvdread and vcd plug-ins are broken and thus disabled.
-
-------------------------------------------------------------------------
-r1501 | stef | 2002-03-01 02:12:28 +0100 (Fri, 01 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvd/input_dvd.h
-   M /trunk/plugins/dvdread/dvdread.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/dvdread/input_dvdread.h
-   M /trunk/src/input/input.c
-
-
-*dvd and dvdread support for input III.
-
-Dvdread is known to segfault at title change. I'm working on this.
-
-------------------------------------------------------------------------
-r1502 | xav | 2002-03-01 02:59:18 +0100 (Fri, 01 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/network/ipv4.c
-
-Multicast under Win32 now works with the new input.
-
-------------------------------------------------------------------------
-r1503 | stef | 2002-03-01 15:17:22 +0100 (Fri, 01 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-
-
-*Removed numerous deadlocks.
-
-------------------------------------------------------------------------
-r1504 | sam | 2002-03-01 17:07:00 +0100 (Fri, 01 Mar 2002) | 6 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/fx/scope.c
-   M /trunk/plugins/kde/kde.cpp
-   M /trunk/plugins/qt/qt.cpp
-   A /trunk/po/no.po
-   M /trunk/src/misc/modules.c
-
-
-  * ./po/no.po: Norwegian translation by Sigmund Augdal. Berd?\239?\191?\189 ka p?\239?\191?\189 t?\239?\191?\189t.
-  * ./src/misc/modules.c: shortcuts for --intf work again, gvlc launches the
-    Gtk interface, qvlc launches the Qt interface, etc.
-  * ./plugins/fx/scope.c: we now have sound together with --aout scope.
-
-------------------------------------------------------------------------
-r1505 | stef | 2002-03-02 04:15:22 +0100 (Sat, 02 Mar 2002) | 4 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-
-*Initiliaze p_access_module & p_demux_modules to NULL when input thread
-in created.
-
-------------------------------------------------------------------------
-r1506 | stef | 2002-03-02 04:29:13 +0100 (Sat, 02 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-
-
-*Forgot a header.
-
-------------------------------------------------------------------------
-r1507 | sam | 2002-03-02 04:51:23 +0100 (Sat, 02 Mar 2002) | 4 lines
-Changed paths:
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/plugins/fx/scope.c
-   M /trunk/src/input/input.c
-
-
-   * ./plugins/dummy/input_dummy.c: fixed `vlc vlc:quit'.
-   * ./src/input/input.c: initialized uninitialized variables.
-
-------------------------------------------------------------------------
-r1508 | xav | 2002-03-02 04:53:55 +0100 (Sat, 02 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/plugins/network/ipv4.c
-   M /trunk/src/input/input_ext-plugins.c
-
-
- * Various Win32 compilation fixes.
- * DVD compiles, but doesn't work yet.
- * Fixed some typos in my previous Win32 multicast commit
-
-------------------------------------------------------------------------
-r1509 | gbazin | 2002-03-02 10:34:23 +0100 (Sat, 02 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/include/common.h
-
-
-
-
-* fixed compilation problem related to ssize_t
-
-------------------------------------------------------------------------
-r1510 | sam | 2002-03-03 05:37:29 +0100 (Sun, 03 Mar 2002) | 4 lines
-Changed paths:
-   M /trunk/include/common.h
-   D /trunk/include/int_types.h
-   M /trunk/include/videolan/vlc.h
-   M /trunk/plugins/mpeg_adec/adec_math.c
-
-
-  * Got rid of int_types.h and did a few changes Ipkiss will need. Hope I
-    did not break other platforms.
-
-------------------------------------------------------------------------
-r1511 | xav | 2002-03-03 18:34:27 +0100 (Sun, 03 Mar 2002) | 7 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/src/input/input.c
-
-
- * Fixed DVD input under Win32.
- * Fixed input parser under win32, chich couldn't understand that
-c:\windows\bureau is a valid file and doesn't need to be accessed with
-the plugin 'C' :-)
- * BTW, I added myself in the AUTHORS file :)
-
-------------------------------------------------------------------------
-r1512 | gbazin | 2002-03-03 21:42:21 +0100 (Sun, 03 Mar 2002) | 6 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/video_output/video_output.c
-
-
-
-
-* added network to the list of the plugins directories in Makefile
-* small bugfixes
-
-------------------------------------------------------------------------
-r1513 | stef | 2002-03-04 02:53:56 +0100 (Mon, 04 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/dvdread.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/dvdread/input_dvdread.h
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/src/interface/main.c
-
-*** empty log message ***
-
-------------------------------------------------------------------------
-r1514 | stef | 2002-03-04 03:26:23 +0100 (Mon, 04 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/gtk/gtk_open.c
-
-
--replaced setenv with putenv
-
--fixed a bug in gtk.
-
-------------------------------------------------------------------------
-r1515 | stef | 2002-03-04 03:50:18 +0100 (Mon, 04 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-
-*** empty log message ***
-
-------------------------------------------------------------------------
-r1516 | stef | 2002-03-04 04:44:17 +0100 (Mon, 04 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd.c
-
--DVD access plugin is only called if specified under windows (no automatic detection)
-
-------------------------------------------------------------------------
-r1517 | gbazin | 2002-03-04 23:18:25 +0100 (Mon, 04 Mar 2002) | 13 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/src/audio_output/aout_pcm.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/interface/main.c
-
-
-
-
-* We now make sure the aout plugin buffers always contain between
-AOUT_BUFFER_DURATION/2 and AOUT_BUFFER_DURATION*3/2 worth of audio.
-This should solve the audio buffer underruns.
-
-* fix for the bug in input when filename contains a '@' character.
-
-* simplified the win32 specific changes to the input parser. ( I think
-we can safely assume that no access plugin name will have a length of
-one character)
-
-------------------------------------------------------------------------
-r1518 | gbazin | 2002-03-04 23:20:09 +0100 (Mon, 04 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-
-
-
-* this time I actually commited the win32 modif to the input parser ;-)
-
-------------------------------------------------------------------------
-r1519 | stef | 2002-03-05 00:34:16 +0100 (Tue, 05 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvdread/input_dvdread.c
-
--fixed a typo.
-
-------------------------------------------------------------------------
-r1520 | massiot | 2002-03-05 00:56:38 +0100 (Tue, 05 Mar 2002) | 11 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/config.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/plugins/access/http.c
-   M /trunk/plugins/access/udp.c
-   M /trunk/plugins/mpeg_system/mpeg_ps.c
-   M /trunk/plugins/mpeg_system/mpeg_ts.c
-   M /trunk/plugins/network/Makefile
-   M /trunk/plugins/network/ipv4.c
-   A /trunk/plugins/network/ipv6.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/netutils.c
-
-* IPv6 network module, courtesy of Alexis Guillard <alexis.guillard@bt.com>,
-for BT ;
-* --6 and --4 options to force IPv6 or IPv4 (FIXME: it should be -6 and
--4 but I don't know how to do it with the new configuration module) ;
-* Channel manager now uses a socket from the network plug-in and is more
-portable (and probably broken, too :) ;
-* input_ReadPS and input_ReadTS are now in mpeg_system.c to be more
-easily reused by plug-ins other than mpeg_ps and mpeg_ts.
-
-That's all for tonight.
-
-------------------------------------------------------------------------
-r1521 | stef | 2002-03-05 01:50:37 +0100 (Tue, 05 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-
-*More complete command line parsing for DVD, hopefully working this time.
-
-------------------------------------------------------------------------
-r1522 | gbazin | 2002-03-05 07:48:33 +0100 (Tue, 05 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-
-
-
-* fixed typo in the win32 change to the input parser.
-
-------------------------------------------------------------------------
-r1523 | stef | 2002-03-05 18:46:33 +0100 (Tue, 05 Mar 2002) | 12 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/dvd/dvd_summary.c
-   M /trunk/plugins/dvd/input_dvd.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_common.h
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-
-
-* Dvd angle is now handled through a program structure, so that the interface
-needs nothing specific to change angle.
-
-* Fixed a bug in clock management where ES without a program couldn't get
-timestamped.
-
-*Fixed program management in gnome/gtk. Program now also appears in popup.
-
-*In interface, only display ES associated with the selected program, or with
-no program at all.
-
-------------------------------------------------------------------------
-r1524 | stef | 2002-03-05 19:17:52 +0100 (Tue, 05 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd.c
-
-
-Dvd demux was no longer selected under win32
-
-------------------------------------------------------------------------
-r1525 | jobi | 2002-03-06 00:29:36 +0100 (Wed, 06 Mar 2002) | 9 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/plugins/vcd/vcd.c
-
-
-* Modified vcd input for the new input III.
-* Still have problems with end of tracks.
-* Modified the command line, as stef did for the DVD :
-
- [vcd:][device][@[title][,chapter]
-
- Note that chapter support is not yet implemented.
-
-------------------------------------------------------------------------
-r1526 | stef | 2002-03-06 02:20:56 +0100 (Wed, 06 Mar 2002) | 23 lines
-Changed paths:
-   M /trunk/doc/vlc.1
-   M /trunk/plugins/dvd/Makefile
-   A /trunk/plugins/dvd/dvd.h
-   A /trunk/plugins/dvd/dvd_access.c
-   A /trunk/plugins/dvd/dvd_demux.c
-   A /trunk/plugins/dvd/dvd_es.c
-   A /trunk/plugins/dvd/dvd_es.h
-   M /trunk/plugins/dvd/dvd_ifo.c
-   A /trunk/plugins/dvd/dvd_seek.c
-   A /trunk/plugins/dvd/dvd_seek.h
-   M /trunk/plugins/dvd/dvd_summary.c
-   M /trunk/plugins/dvd/dvd_udf.c
-   D /trunk/plugins/dvd/input_dvd.c
-   D /trunk/plugins/dvd/input_dvd.h
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/vcd/vcd.c
-   M /trunk/src/input/input.c
-
-
-*Removed an occurance of former angle item in gtk.
-
-*Fixed a bug in ES management introduced lately in DVD/DvdRead.
-
-*Beginning of reorganisation in DVD plugin source files, in order to try to
-make it easier to understand. There is some work left though :p.
-
-*Decreased the score for VCD plugin, as the VCD demuxer was used even
-for DVD :p. It should make autodetection work.
-Some comment:
--I think that VCDInit should make a test on the access plugin and be launched
-only if the access plugin is VCD,
--VCDOpen shouldn't set p_input->b_error: if it fails we just try another
-module,
--PSRead doesn't need to be duplicated anymore: input_ReadPS is now available
-for plugins (cf Christophe's commit).
-
-Please comment around that: I'd like to know if the behaviour I've described
-is the one everyone expects.
-
-Enjoy my new bugs :p
-
-------------------------------------------------------------------------
-r1527 | sam | 2002-03-06 04:27:17 +0100 (Wed, 06 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/ac3_adec/ac3_parse.c
-   M /trunk/src/interface/interface.c
-
-
-  * ./plugins/ac3_adec/ac3_parse.c: ac3dec is now less verbose.
-  * ./src/interface/interface.c: fixed a deadlock when seeking the
-    stream using the keyboard arrows.
-
-------------------------------------------------------------------------
-r1528 | stef | 2002-03-06 13:26:35 +0100 (Wed, 06 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_access.c
-   M /trunk/plugins/dvd/dvd_demux.c
-   M /trunk/plugins/vcd/input_vcd.c
-
-*Fixed demux plugin selection.
-
-*Take the lock on stream in VCDInit. PLease test, as I don't have any VCD
-to do it.
-
-------------------------------------------------------------------------
-r1529 | stef | 2002-03-06 17:39:37 +0100 (Wed, 06 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvdread/dvdread.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/vcd/vcd.c
-
-I hope you liked this bug: DVD demux was always used.
-
-------------------------------------------------------------------------
-r1530 | sam | 2002-03-07 00:54:28 +0100 (Thu, 07 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/src/interface/main.c
-
-
-  * ./src/interface/main.c: disabled the GNOME segfault dialog in debug
-    mode. We want nice, clean segfaults, with huge core files and a lot
-    of rattle noise.
-
-------------------------------------------------------------------------
-r1531 | jobi | 2002-03-07 15:01:36 +0100 (Thu, 07 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/vcd/input_vcd.c
-
-* When reaching the end of a track, moves to the following one.
-
-------------------------------------------------------------------------
-r1532 | bozo | 2002-03-08 01:26:07 +0100 (Fri, 08 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/src/audio_output/aout_spdif.c
-
-Audio output ALSA: spdif support.
-
-------------------------------------------------------------------------
-r1533 | jobi | 2002-03-08 19:05:17 +0100 (Fri, 08 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/vcd/input_vcd.c
-
-* added some tests in open
-
-------------------------------------------------------------------------
-r1534 | stef | 2002-03-08 23:58:12 +0100 (Fri, 08 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd.h
-   M /trunk/plugins/dvd/dvd_access.c
-   M /trunk/plugins/dvd/dvd_es.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   M /trunk/plugins/dvd/dvd_seek.c
-   M /trunk/plugins/dvd/dvd_seek.h
-   M /trunk/plugins/dvd/dvd_summary.c
-
-
-Rewrite most functions in DVD plugin. Some old bugs might have been
-solved in the operation. The plugin some be more readable now, and
-should produce fewaer segfaults (I hope so :p)
-
-------------------------------------------------------------------------
-r1535 | sam | 2002-03-09 14:42:46 +0100 (Sat, 09 Mar 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_access.c
-   M /trunk/plugins/vcd/input_vcd.c
-
-
-  * ./plugins/dvd/dvd_access.c ./plugins/vcd/input_vcd.c: we now exit more
-    cleanly on initialization error.
-
-------------------------------------------------------------------------
-r1536 | stef | 2002-03-09 17:48:33 +0100 (Sat, 09 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd.h
-   M /trunk/plugins/dvd/dvd_access.c
-   M /trunk/plugins/dvd/dvd_demux.c
-   M /trunk/plugins/dvd/dvd_seek.c
-   M /trunk/plugins/dvd/dvd_seek.h
-   M /trunk/src/input/input.c
-
-
-*Fixed EOF segfault at end of DVD
-
-*Buffer manager is renintialised at area change.
-
-------------------------------------------------------------------------
-r1537 | massiot | 2002-03-11 00:36:22 +0100 (Mon, 11 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/vcd/input_vcd.c
-
-Missing include (MacOS X port).
-
-------------------------------------------------------------------------
-r1538 | gbazin | 2002-03-11 08:23:10 +0100 (Mon, 11 Mar 2002) | 23 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/config.h
-   M /trunk/include/configuration.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/access/http.c
-   M /trunk/plugins/access/udp.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dvd/dvd_access.c
-   M /trunk/plugins/dvd/dvd_es.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/filter/deinterlace.c
-   M /trunk/plugins/filter/distort.c
-   M /trunk/plugins/filter/invert.c
-   M /trunk/plugins/filter/transform.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_callbacks.c
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gnome_interface.h
-   M /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_interface.h
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/plugins/gtk/gtk_preferences.h
-   M /trunk/plugins/mga/xmga.c
-   M /trunk/plugins/mpeg_system/mpeg_ps.c
-   M /trunk/plugins/mpeg_vdec/vpar_synchro.c
-   M /trunk/plugins/network/ipv4.c
-   M /trunk/plugins/network/ipv6.c
-   M /trunk/plugins/qnx/vout_qnx.c
-   M /trunk/plugins/text/logger.c
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-
-
-
-* New GTK configuration interface. This interface is generated dynamically
-  at run-time from the configuration data contained in each plugin.
-* config_PutPszVariable and config_GetPszVariable are now thread safe.
-* Few modifications/optimizations to the config module.
-* Got rid of all the _VAR macros in config.h
-
-This is the first version of the GTK configuration interface. There are still
-a few raw corners and a fews things left to do, but it basically does what
-I wanted.
-Constructive comments like it sucks or it smells rotten fish are of course
-very welcome. And if there are GTK gurus out there, please don't hesitate to
-add your touch.
-
-I also started to add usefull comments to the configuration options but I'm not
-really good at this kind of thing so if people want to help, they can finish
-the job. For this look at all the *_LONGTEXT macros at the top of main.c
-
-(PS: Translations will also be appreciated but not right now as the interface
-will likely change again in the few coming days)
-
-------------------------------------------------------------------------
-r1539 | gbazin | 2002-03-11 19:10:37 +0100 (Mon, 11 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome_callbacks.c
-
-
-
-
-* oops, forgot to check the gnome interface before my last commit.
-
-------------------------------------------------------------------------
-r1540 | gbazin | 2002-03-11 21:14:16 +0100 (Mon, 11 Mar 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk_common.h
-   M /trunk/plugins/gtk/gtk_preferences.c
-
-
-
-
-* gtk config interface modified so you can only have one instance of a plugin
-    config dialog box displayed at one time.
-
-------------------------------------------------------------------------
-r1541 | stef | 2002-03-12 19:37:46 +0100 (Tue, 12 Mar 2002) | 12 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/include/main.h
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.h
-   M /trunk/plugins/dvd/dvd_es.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/interface/main.c
-
-
-*New configuration option to choose audio output format at runtime.
-It allows to select spdif pass-through decoder with --ac3_adec and to
-remove the ugly b_ac3 in main.h
-
-As a consequence --spdif doesn't work anymore: you should use --ac3_adec pass
-
-*Fixed a typo in main.c
-
-*Return the option name in error message for unknown option intead of the
-argument.
-
-------------------------------------------------------------------------
-r1542 | gbazin | 2002-03-12 21:39:50 +0100 (Tue, 12 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/a52/a52.c
-   M /trunk/plugins/a52/a52.h
-
-
-
-
-* a52 plugin updated to use liba52-0.7.3 ( which is now available on debian :)
-
-------------------------------------------------------------------------
-r1543 | tcastley | 2002-03-13 09:39:39 +0100 (Wed, 13 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/vout_beos.cpp
-
-New resizing and scaling code.  More in line with BeOS standards.
-
-------------------------------------------------------------------------
-r1544 | tcastley | 2002-03-13 09:41:59 +0100 (Wed, 13 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-Updated Tony Castley's e-mail.
-
-------------------------------------------------------------------------
-r1545 | jobi | 2002-03-13 13:46:49 +0100 (Wed, 13 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/vcd/input_vcd.c
-
-
-
-* Fixed EOF and Stop segfault in VCD input : input_BuffersEnd was being
-  called two times
-
-------------------------------------------------------------------------
-r1546 | stef | 2002-03-14 02:35:28 +0100 (Thu, 14 Mar 2002) | 12 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/plugins/dvd/dvd_es.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/spudec/spu_decoder.c
-   M /trunk/src/input/input_dec.c
-
-
-*p_es->p_demux_data is available in p_config->p_demux_data so that the input
-can pass information directly to the decoder.
-
-*First application: aspect ratio for DVD is read from the ifo (should fix
-the buf with aspect ratio in anamorphic DVDs).
-
-*The DVD plugin also copy the spu yuv palette in p_demux_data so that the
-spudec can display subtitle with the right color (sam !).
-
-*Removed duplicate code and useless lock in gtk.
-
-------------------------------------------------------------------------
-r1547 | stef | 2002-03-15 01:57:16 +0100 (Fri, 15 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_access.c
-
-
--Fixed chapter selection at startup.
-
-------------------------------------------------------------------------
-r1548 | stef | 2002-03-15 02:47:16 +0100 (Fri, 15 Mar 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/ac3_spdif/Makefile
-   D /trunk/plugins/ac3_spdif/ac3_iec958.c
-   D /trunk/plugins/ac3_spdif/ac3_iec958.h
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.h
-   M /trunk/src/audio_output/aout_spdif.c
-
-
-*Move iec958/spdif encapsulation from ac3_spdif to aout_spdif.
-It will eventually allows to use ac3_adec or a52 for spdif output.
-
-*Remove an ugly loop in aout_spdif.
-
-------------------------------------------------------------------------
-r1549 | sam | 2002-03-15 05:41:54 +0100 (Fri, 15 Mar 2002) | 11 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/video.h
-   M /trunk/plugins/access/file.c
-   M /trunk/plugins/access/http.c
-   M /trunk/plugins/access/udp.c
-   M /trunk/plugins/dvd/dvd_access.c
-   M /trunk/plugins/network/ipv4.c
-   M /trunk/plugins/network/ipv6.c
-   M /trunk/plugins/spudec/spu_decoder.c
-   M /trunk/plugins/spudec/spu_decoder.h
-   M /trunk/src/input/input.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-
-  * ./Makefile: fixed OS X vlc.app compilation dependencies.
-  * ./configure.in: fixed the endianness check under Solaris.
-
-  * ./src/input/input.c: strings are now initialized to "" instead of NULL.
-
-  * ./plugins/spudec/spu_decoder.c: we now properly support the subtitle
-    palette information we get from the DVD. Subtitles rox !
-  * ./src/video_output/vout_subpictures.c: removed all DVD-specific routines
-    and put them into spu_decoder.c.
-
-------------------------------------------------------------------------
-r1550 | sam | 2002-03-15 18:17:35 +0100 (Fri, 15 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/mpeg_es.c
-   M /trunk/plugins/mpeg_system/mpeg_ps.c
-   M /trunk/plugins/mpeg_system/mpeg_ts.c
-
-
-  * ./plugins/mpeg_system: fixed a parsing bug I introduced yesterday.
-
-------------------------------------------------------------------------
-r1551 | sam | 2002-03-15 19:20:27 +0100 (Fri, 15 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/spudec/spu_decoder.c
-   M /trunk/plugins/spudec/spu_decoder.h
-
-
-  * ./plugins/spudec/spu_decoder.c: we now analyze the subtitle image
-    data to find the border color and the inner colors when there was
-    no way to find the palette data (network stream).
-
-------------------------------------------------------------------------
-r1552 | gbazin | 2002-03-16 02:40:58 +0100 (Sat, 16 Mar 2002) | 10 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/configuration.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/main.h
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules_plugin.h
-
-
-
-* This the last piece of the new configuration module. You can now save your
-configuration options (only from the gtk/gnome interface for now). The config
-file will be saved as ~/.VideoLan/vlc
-
-It's not quite yet finished (well there are a few small details to sort out),
-but I'm going away for the week-end and I wanted to commit this before so you
-can all have a play with it :)
-
-------------------------------------------------------------------------
-r1553 | sam | 2002-03-17 00:03:19 +0100 (Sun, 17 Mar 2002) | 6 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/config.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/video.h
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/chroma/i420_rgb.c
-   M /trunk/plugins/chroma/i420_rgb.h
-   M /trunk/plugins/chroma/i420_rgb16.c
-   M /trunk/plugins/chroma/i420_ymga.c
-   M /trunk/plugins/chroma/i420_yuy2.c
-   M /trunk/plugins/chroma/i422_yuy2.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/glide/glide.c
-   M /trunk/plugins/qnx/vout_qnx.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-
-
-  * ./configure.in: more modules are plugins.
-  * ./src/misc/configuration.c: changed ~/.VideoLan/vlc to ~/.videolan/vlcrc,
-    and a few cosmetic changes (sorry Gildas for the butchery).
-  * ./plugins/chroma/i420_rgb16.c: C version of the I420 to RV15/16 chroma.
-
-------------------------------------------------------------------------
-r1554 | tcastley | 2002-03-17 06:48:18 +0100 (Sun, 17 Mar 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Tidied code and prevented curruption on window not containing the video.
-Video window now returns to correct size and position after toggling
-full screen.
-
-------------------------------------------------------------------------
-r1555 | gbazin | 2002-03-17 12:12:08 +0100 (Sun, 17 Mar 2002) | 13 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-
-
-* small fix for the config file. The parser assumes that the config file is
-divided into sections (a section is the config data for a plugin and begins
-with something like [foo]), so the comment for the beginning of the section
-must be after the section marker and not before.
-
-If you want to illustrate the problem (without this fix):
-- save vlc's config
-- exit from vlc and remove for example the dsp plugin (rm plugins/dsp.so)
-- resave vlc's config
-and now look at the end of the config file, it's all screwed up.
-
-------------------------------------------------------------------------
-r1556 | gbazin | 2002-03-17 14:53:21 +0100 (Sun, 17 Mar 2002) | 10 lines
-Changed paths:
-   M /trunk/plugins/mga/xmga.c
-   M /trunk/plugins/x11/x11.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/plugins/x11/xcommon.h
-   M /trunk/plugins/x11/xvideo.c
-
-
-
-* added an alternate fullscreen method. With this method, _nothing_ is allowed
-to be displayed on top of the video (especially not taskbars, etc...).
-Of course this can also be annoying sometimes, this is why it's an option.
-
-PS: does anybody know how not to propagate the Ctrl-Alt-Tab key event to the
-window manager. I tryed XChangeWindowAttributes with do_not_propagate_mask but
-it doesn't seem to work.
-
-------------------------------------------------------------------------
-r1557 | sam | 2002-03-17 18:00:38 +0100 (Sun, 17 Mar 2002) | 8 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/include/video.h
-   M /trunk/plugins/chroma/i420_rgb.c
-   M /trunk/plugins/chroma/i420_rgb.h
-   M /trunk/plugins/chroma/i420_rgb16.c
-   M /trunk/plugins/chroma/i420_rgb8.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/kde/kde.cpp
-   M /trunk/plugins/mga/xmga.c
-   M /trunk/plugins/mpeg_vdec/vpar_blocks.c
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/qt/qt.cpp
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/video_output/video_output.c
-
-
-  * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transformation.
-  * ./plugins/chroma/i420_rgb16.c: plain C 24/32 bpp transformations.
-  * ./plugins/ggi/ggi.c: support for 8 bpp displays.
-  * ./plugins/sdl/vout_sdl.c: support for 8 bpp displays.
-  * ./plugins/x11/xcommon.c: support for 8 bpp displays.
-  * ./src/video_output/video_output.c: fixed a segfault.
-
-------------------------------------------------------------------------
-r1558 | sam | 2002-03-17 22:59:52 +0100 (Sun, 17 Mar 2002) | 4 lines
-Changed paths:
-   M /trunk/BUGS
-   M /trunk/INSTALL.libmad
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/rules
-   M /trunk/include/defs.h.in
-   M /trunk/vlc.spec
-
-
-  * ./BUGS: updated bug list.
-  * ./configure.in: ./configure --help should be a lot clearer now.
-
-------------------------------------------------------------------------
-r1559 | xav | 2002-03-18 17:38:33 +0100 (Mon, 18 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-
- * DirectX plugin is now correctly detected and configured.
-
-------------------------------------------------------------------------
-r1560 | sam | 2002-03-18 18:09:54 +0100 (Mon, 18 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-
-
-  * ./configure.in: fixed linking of the ipv4 plugin.
-
-------------------------------------------------------------------------
-r1561 | sam | 2002-03-18 20:14:52 +0100 (Mon, 18 Mar 2002) | 7 lines
-Changed paths:
-   M /trunk/INSTALL
-   D /trunk/extras/MacOSX_dvdioctl/COPYING
-   D /trunk/extras/MacOSX_dvdioctl/DVDioctl.cpp
-   D /trunk/extras/MacOSX_dvdioctl/DVDioctl.h
-   D /trunk/extras/MacOSX_dvdioctl/DVDioctl.pbproj
-   D /trunk/extras/MacOSX_dvdioctl/English.lproj
-   D /trunk/extras/MacOSX_dvdioctl/README
-   M /trunk/plugins/dvd/dvd_access.c
-   M /trunk/plugins/dvd/dvd_demux.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/fx/scope.c
-   M /trunk/plugins/mpeg_system/mpeg_es.c
-   M /trunk/plugins/mpeg_system/mpeg_ps.c
-   M /trunk/plugins/mpeg_system/mpeg_ts.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/vcd/input_vcd.c
-
-
-  * ./extras/MacOSX_dvdioctl: removed outdated files.
-  * ./plugins/fx/scope.c: fixed an infinite loop error.
-  * ./plugins: fixed segfaults in various demux plugins.
-  * ./plugins/sdl/vout_sdl.c: SDL_VIDEODRIVER can be specified from the
-    command line; try "--vout sdl:aalib"
-
-------------------------------------------------------------------------
-r1562 | xav | 2002-03-18 22:04:01 +0100 (Mon, 18 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-
-  * skip "//" if we find "://" in a resource we have to play : this allows us to use the syntax udpstream://host.
-
-------------------------------------------------------------------------
-r1563 | massiot | 2002-03-19 01:12:26 +0100 (Tue, 19 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-MacOS X compile fixes.
-
-------------------------------------------------------------------------
-r1564 | sam | 2002-03-19 01:30:44 +0100 (Tue, 19 Mar 2002) | 11 lines
-Changed paths:
-   M /trunk/plugins/chroma/i420_rgb8.c
-   M /trunk/plugins/filter/deinterlace.c
-   M /trunk/plugins/kde/kde.cpp
-   M /trunk/plugins/kde/kde_interface.cpp
-   M /trunk/plugins/mpeg_system/mpeg_es.c
-   M /trunk/plugins/network/ipv4.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/netutils.c
-
-
-  * ./plugins/chroma/i420_rgb8.c: fixed a warning.
-  * ./plugins/filter/deinterlace.c: fixed chroma deinterlacing.
-  * ./plugins/kde/kde.cpp: the KDE interface compiles again.
-  * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault I introduced today.
-  * ./plugins/network/ipv4.c: cosmetic fix.
-  * ./src/interface/main.c: fixed a typo in the --help output.
-  * ./src/misc/netutils.c: fixed a segfault in the vlcs communication; still
-    unstable but solving other bugs won't do any good without rewriting the
-    whole playlist code. Which I'm doing right now.
-
-------------------------------------------------------------------------
-r1565 | jlj | 2002-03-19 04:33:52 +0100 (Tue, 19 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/plugins/macosx/Makefile
-   M /trunk/plugins/macosx/aout_macosx.c
-   M /trunk/plugins/macosx/intf_controller.c
-   M /trunk/plugins/macosx/intf_controller.h
-   M /trunk/plugins/macosx/intf_vlc_wrapper.c
-   M /trunk/plugins/macosx/intf_vlc_wrapper.h
-   M /trunk/plugins/macosx/vout_qdview.c
-   M /trunk/plugins/macosx/vout_qdview.h
-   A /trunk/plugins/macosx/vout_vlc_wrapper.c
-   A /trunk/plugins/macosx/vout_vlc_wrapper.h
-   M /trunk/plugins/macosx/vout_window.c
-   M /trunk/plugins/macosx/vout_window.h
-
-  * MacOS X aout now uses AudioConverter for int->float
-  * Various MacOS X intf improvements and bug fixes
-
-------------------------------------------------------------------------
-r1566 | sam | 2002-03-19 04:42:31 +0100 (Tue, 19 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/include/common.h
-
-
-  * ./include/common.h: compilation fix for Borland C++.
-
-------------------------------------------------------------------------
-r1567 | ipkiss | 2002-03-19 05:22:02 +0100 (Tue, 19 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/include/common.h
-
-
-  * ./include/common.h: fixed the compilation fix for Borland C++ :)
-
-------------------------------------------------------------------------
-r1568 | sam | 2002-03-19 06:49:31 +0100 (Tue, 19 Mar 2002) | 6 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   A /trunk/debian/vlc-kde.dirs
-   A /trunk/debian/vlc-kde.menu
-   D /trunk/extras/MacOSX_dvdioctl
-   M /trunk/plugins/access/http.c
-   M /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/plugins/network/ipv4.c
-
-
-  * ./configure.in: BeOS compilation fixes.
-  * ./debian/rules: activated (broken) KDE interface.
-  * ./plugins/access/http.c: fixed a segfault.
-  * ./plugins/alsa/aout_alsa.c: fixed a segfault.
-
-------------------------------------------------------------------------
-r1569 | gbazin | 2002-03-19 13:48:01 +0100 (Tue, 19 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_access.c
-   M /trunk/plugins/mpeg_vdec/vpar_pool.c
-   M /trunk/plugins/win32/waveout.c
-
-
-
-* fixed two memory leaks
-* fixed typo in waveout.c
-
-------------------------------------------------------------------------
-r1570 | sam | 2002-03-19 15:00:50 +0100 (Tue, 19 Mar 2002) | 6 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile
-   M /trunk/Makefile.modules
-   M /trunk/Makefile.opts.in
-   M /trunk/TODO
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   A /trunk/debian/vlc-aa.dirs
-   A /trunk/plugins/aa
-   A /trunk/plugins/aa/.cvsignore
-   A /trunk/plugins/aa/Makefile
-   A /trunk/plugins/aa/aa.c
-   M /trunk/src/misc/configuration.c
-
-
-  * ./plugins/aa: aalib output plugin courtesy of Sigmund Augdal.
-  * ./configure.in: fixed a few bashisms.
-  * ./src/misc/configuration.c: fixed build under Solaris.
-  * ./TODO: updated todo list.
-
-------------------------------------------------------------------------
-r1571 | jobi | 2002-03-20 00:02:29 +0100 (Wed, 20 Mar 2002) | 4 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-
-
-* fixed some bugs in program management : selected ESs must be attached
-to the selected program.
-
-------------------------------------------------------------------------
-r1572 | massiot | 2002-03-20 00:44:44 +0100 (Wed, 20 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-Better IPv6 detection. IPv6 is disabled under MacOS X (no inet_pton
-call).
-
-------------------------------------------------------------------------
-r1573 | massiot | 2002-03-20 00:47:48 +0100 (Wed, 20 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-Fixed a typo. Grmbl.
-
-------------------------------------------------------------------------
-r1574 | jobi | 2002-03-20 02:32:19 +0100 (Wed, 20 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/vcd/input_vcd.c
-
-
-* Raw device fix, courtesy of Steven Schultz
-
-------------------------------------------------------------------------
-r1575 | ipkiss | 2002-03-20 04:12:20 +0100 (Wed, 20 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/BUGS
-
-
- * Added 3 bugs of the win32 port to the BUGS file
-
-------------------------------------------------------------------------
-r1576 | sam | 2002-03-20 04:43:51 +0100 (Wed, 20 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/include/modules.h
-   M /trunk/plugins/alsa/Makefile
-   M /trunk/plugins/alsa/alsa.c
-   D /trunk/plugins/alsa/aout_alsa.c
-   M /trunk/src/misc/modules_plugin.h
-
-
-  * ./src/misc/modules_plugin.h: kludge to allow the ALSA module to be
-    compiled as a plugin. Please test.
-  * ./include/modules.h: fixed a C++ warning.
-
-------------------------------------------------------------------------
-r1577 | tcastley | 2002-03-20 11:33:42 +0100 (Wed, 20 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Improved scaling, correct aspect ratio even in full screen mode.
-Duplicate code reduces and framework for Overlay and OpenGL modes in place.
-
-------------------------------------------------------------------------
-r1578 | sam | 2002-03-20 15:08:55 +0100 (Wed, 20 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/sdl/vout_sdl.c
-
-
-  * Win32 and Solaris compilation fix.
-
-------------------------------------------------------------------------
-r1579 | sam | 2002-03-20 18:44:15 +0100 (Wed, 20 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
-
-  * ./src/input/mpeg_system.c: fixed a bus error on UltraSparc.
-
-------------------------------------------------------------------------
-r1580 | gbazin | 2002-03-21 00:00:16 +0100 (Thu, 21 Mar 2002) | 6 lines
-Changed paths:
-   M /trunk/BUGS
-   M /trunk/plugins/win32/waveout.c
-   M /trunk/src/interface/intf_msg.c
-
-
-
-* fixed stupid bug in stupid ConvertPrintfFormatString() function
-* fixed the "waveout not closing" bug. We need to reset the waveout device
-    before closing it.
-
-------------------------------------------------------------------------
-r1581 | jobi | 2002-03-21 03:27:04 +0100 (Thu, 21 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/include/input_ext-intf.h
-   M /trunk/src/input/input_programs.c
-
-*** empty log message ***
-
-------------------------------------------------------------------------
-r1582 | jobi | 2002-03-21 03:28:58 +0100 (Thu, 21 Mar 2002) | 4 lines
-Changed paths:
-   A /trunk/plugins/satellite
-   A /trunk/plugins/satellite/Makefile
-   A /trunk/plugins/satellite/input_satellite.c
-   A /trunk/plugins/satellite/satellite.c
-   A /trunk/plugins/satellite/satellite_tools.c
-   A /trunk/plugins/satellite/satellite_tools.h
-
-
-
-Forgot to add the input files.
-
-------------------------------------------------------------------------
-r1583 | gbazin | 2002-03-21 08:11:57 +0100 (Thu, 21 Mar 2002) | 8 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/configuration.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/main.h
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/configuration.c
-
-
-
-* moved GetConfigurationFromCmdLine() into configuration.c and renamed it
-   into config_LoadCmdLine()
-* config_GetHomeDir doesn't use getpwuid_r anymore as this was creating
-   some problems on solaris. This function now uses getpwuid and is called
-   only once to store the home directory into the p_main structure.
-
-------------------------------------------------------------------------
-r1584 | gbazin | 2002-03-21 23:10:33 +0100 (Thu, 21 Mar 2002) | 14 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/mga/xmga.c
-   M /trunk/plugins/qnx/vout_qnx.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/video_output/video_output.c
-
-
-
-* the calculation for the initial video window dimensions is now done in
-    video_output.c and made available into p_vout->i_window_height/width.
-    This allows to get rid of duplicated code and unify the behaviour of
-    the video output plugins. (not all the plugins have been modified
-    because I didn't want to break anything).
-
-    As a side effect, the --width and --height options are now working, you
-    can even use only --width or only --height the other dimension will adapt
-    automatically to the video characteristics.
-    Note that you need to remove the width/height options from the config file
-    or set them to -1 if you want to use the actual video size.
-
-------------------------------------------------------------------------
-r1585 | massiot | 2002-03-22 00:49:20 +0100 (Fri, 22 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-Miscellaneous fixes for the OS X port.
-
-------------------------------------------------------------------------
-r1586 | xav | 2002-03-22 01:24:17 +0100 (Fri, 22 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-
- * Win32 fix.
-
-------------------------------------------------------------------------
-r1587 | jlj | 2002-03-22 01:47:47 +0100 (Fri, 22 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/macosx/aout_macosx.c
-   M /trunk/plugins/macosx/vout_macosx.c
-
-  * Fixed a problem in the MacOS X aout which caused the previously
-    played audio frames to be played when there were no new frames
-    available.
-  * MacOS X vout now uses the height/width calculated in video_output.c
-
-------------------------------------------------------------------------
-r1588 | xav | 2002-03-22 01:55:16 +0100 (Fri, 22 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/INSTALL-win32.txt
-
- - Updated INSTALL-win32.txt
-
-------------------------------------------------------------------------
-r1589 | tcastley | 2002-03-22 14:16:35 +0100 (Fri, 22 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/InterfaceWindow.h
-   M /trunk/plugins/beos/MsgVals.h
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Implemented correct scaling and used new window size variables.
-Beta always on top for the interface window.  New cursor handling.
-
-------------------------------------------------------------------------
-r1590 | jobi | 2002-03-25 03:06:24 +0100 (Mon, 25 Mar 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_callbacks.c
-   M /trunk/plugins/gtk/gnome_callbacks.h
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gnome_interface.h
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_common.h
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_interface.h
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/satellite/input_satellite.c
-   M /trunk/src/interface/main.c
-
-
-* Fixed a bug that made vlc segfault when choosing a program, change to
-  another and come back to the first one.
-* Added gtk and gnome interfaces for satellite input. We should find a
-  way to hide the button if satellite support is not compiled.
-
-------------------------------------------------------------------------
-r1591 | sam | 2002-03-25 05:18:07 +0100 (Mon, 25 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/INSTALL
-   M /trunk/INSTALL-win32.txt
-
-
-  * Fixed a little omission in INSTALL-win32.txt.
-
-------------------------------------------------------------------------
-r1592 | gbazin | 2002-03-25 20:16:20 +0100 (Mon, 25 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/mga/xmga.c
-   M /trunk/plugins/x11/x11.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/plugins/x11/xvideo.c
-   M /trunk/src/interface/main.c
-
-
-
-* moved the "display" option from main to the relevant plugins. ( We now have
-   the x11_display, xvideo_display, xmga_display and ggi_display options ).
-
-------------------------------------------------------------------------
-r1593 | lool | 2002-03-25 21:37:00 +0100 (Mon, 25 Mar 2002) | 9 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk_common.h
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/src/interface/main.c
-
-The "we love gibalou" commit :
-  * plugins/gtk/gnome.c, plugins/gtk/gtk.c, plugins/gtk/gtk_common.h :
-      . new Tooltips structure
-  * plugins/gtk/gtk_preferences.c:
-      . modifications of some widgets, the structure, cosmetic changes
-  * src/interface/main.c:
-      . typos
-      . a couple new descriptions
-
-------------------------------------------------------------------------
-r1594 | lool | 2002-03-25 23:38:28 +0100 (Mon, 25 Mar 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_preferences.c
-
-plugins/gtk/gtk_preferences.c:
-  . fixed an ugly structure
-  . the tabs are not verticaly expanded as they were
-  . small enhancements
-
-------------------------------------------------------------------------
-r1595 | ipkiss | 2002-03-26 00:36:57 +0100 (Tue, 26 Mar 2002) | 21 lines
-Changed paths:
-   M /trunk/INSTALL-win32.txt
-   M /trunk/include/common.h
-   A /trunk/plugins/win32/about.cpp
-   A /trunk/plugins/win32/about.dfm
-   A /trunk/plugins/win32/about.h
-   A /trunk/plugins/win32/control.cpp
-   A /trunk/plugins/win32/control.h
-   A /trunk/plugins/win32/disc.cpp
-   A /trunk/plugins/win32/disc.dfm
-   A /trunk/plugins/win32/disc.h
-   A /trunk/plugins/win32/intf_win32.cpp
-   A /trunk/plugins/win32/intfwin.bpf
-   A /trunk/plugins/win32/intfwin.bpr
-   A /trunk/plugins/win32/mainframe.cpp
-   A /trunk/plugins/win32/mainframe.dfm
-   A /trunk/plugins/win32/mainframe.h
-   A /trunk/plugins/win32/menu.cpp
-   A /trunk/plugins/win32/menu.h
-   A /trunk/plugins/win32/messages.cpp
-   A /trunk/plugins/win32/messages.dfm
-   A /trunk/plugins/win32/messages.h
-   A /trunk/plugins/win32/network.cpp
-   A /trunk/plugins/win32/network.dfm
-   A /trunk/plugins/win32/network.h
-   A /trunk/plugins/win32/playlist.cpp
-   A /trunk/plugins/win32/playlist.dfm
-   A /trunk/plugins/win32/playlist.h
-   A /trunk/plugins/win32/preferences.cpp
-   A /trunk/plugins/win32/preferences.dfm
-   A /trunk/plugins/win32/preferences.h
-   M /trunk/plugins/win32/win32.cpp
-   A /trunk/plugins/win32/win32.h
-   A /trunk/plugins/win32/win32_common.h
-   A /trunk/share/vlc48x48.ico
-
-
- * Added a win32 interface plugin, developed with Borland C++ Builder.
-   To build the plugin, follow the instructions in INSTALL-win32.txt
-
- * Known bugs:
-        - subtitles don't work
-        - a crash occurs when the user exits by pressing 'q' in the vout
-        - when moving the slider, position in the stream updates even if
-          the slider isn't released yet
-
- * TODO list:
-        - clean code in menu.cpp
-        - adapt lool's enhancements of the Gtk+ preferences box
-        - write drag-and-drop stuff
-        - and of course, fix known bugs :)
-
- * For those of you who can't wait till the next release to test the win32
-   interface, binary files are available here:
-   http://www.via.ecp.fr/~ipkiss/intfwin/vlc.zip
-   Enjoy!
-
-------------------------------------------------------------------------
-r1596 | tcastley | 2002-03-26 11:29:19 +0100 (Tue, 26 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-
-Disabled controls if the playlist was empty.
-
-------------------------------------------------------------------------
-r1597 | ipkiss | 2002-03-26 17:06:01 +0100 (Tue, 26 Mar 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/win32/mainframe.cpp
-   M /trunk/plugins/win32/mainframe.dfm
-   M /trunk/plugins/win32/mainframe.h
-   M /trunk/plugins/win32/playlist.cpp
-   M /trunk/plugins/win32/preferences.cpp
-
-
- * plugins/win32:
-        - added toolbar icons (thanks xav)
-        - we can no longer edit plugin names in the preferences :)
-        - the tool button for playlist is now a toggle button
-
-------------------------------------------------------------------------
-r1598 | lool | 2002-03-26 18:33:37 +0100 (Tue, 26 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_preferences.c
-
-plugins/gtk/gtk_preferences.c:
-  . save button (inadvertently suppressed)
-
-------------------------------------------------------------------------
-r1599 | gbazin | 2002-03-26 23:02:32 +0100 (Tue, 26 Mar 2002) | 9 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-
-
-* changed the behaviour of the config file:
-  - now all the config options are saved. <string> config options which have
-  no default value are also saved in the config file but as an empty string.
-  - config_LoadConfigFile will ignore empty config options, which also means
-  we cannot pass an empty string as a <string> config option. (this shouldn't
-  matter anyway)
-
-------------------------------------------------------------------------
-r1600 | gbazin | 2002-03-26 23:30:09 +0100 (Tue, 26 Mar 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/src/misc/configuration.c
-
-
-
-* modified the gtk interface to save an empty <string> option as a NULL pointer
-* modified config_LoadConfigFile to consider an empty <string> option as a
-   NULL pointer.
-
-------------------------------------------------------------------------
-r1601 | gbazin | 2002-03-27 00:08:40 +0100 (Wed, 27 Mar 2002) | 4 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/gtk/gtk_menu.h
-   M /trunk/plugins/spudec/spu_decoder.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/src/audio_output/aout_ext-dec.c
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/configuration.c
-
-
-
-* various little portability fixes
-
-------------------------------------------------------------------------
-r1602 | massiot | 2002-03-27 00:39:43 +0100 (Wed, 27 Mar 2002) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/plugins/access/http.c
-   M /trunk/plugins/access/udp.c
-
-* GNU make detection
-* Deleted non-working fullscreen menu item [OS X]
-* udp and http no longer modify p_input->psz_name
-
-------------------------------------------------------------------------
-r1603 | lool | 2002-03-27 19:43:30 +0100 (Wed, 27 Mar 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gtk.c
-
-plugins/gtk/gnome.c, plugins/gtk/gtk.c:
-    new options "gtk_hide_toltips" or "gnome_hide_tooltips"
-
- Tooltips are enabled by default. This option is only considered on
-module initialization.
-
-------------------------------------------------------------------------
-r1604 | jpsaman | 2002-03-27 20:53:38 +0100 (Wed, 27 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.in
-
-Added Netherlands translation (nl) to configure.in
-
-------------------------------------------------------------------------
-r1605 | jpsaman | 2002-03-27 20:54:11 +0100 (Wed, 27 Mar 2002) | 2 lines
-Changed paths:
-   A /trunk/po/nl.po
-
-Translation of user interface messages to Netherlands.
-
-------------------------------------------------------------------------
-r1606 | lool | 2002-03-27 22:01:29 +0100 (Wed, 27 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_preferences.c
-
-Some dirty ifdefs for a nicer gnome interface (gnome buttons, gnome
-dialogs).
-
-------------------------------------------------------------------------
-r1607 | massiot | 2002-03-27 23:15:40 +0100 (Wed, 27 Mar 2002) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/plugins/access/udp.c
-   M /trunk/plugins/macosx/aout_macosx.c
-   M /trunk/plugins/macosx/vout_macosx.c
-
-* UDP access plug-in can now receive MPTS (Multiple Program TS) and switch
-programs
-* Audio and video output go to time-constrained scheduling [OS X port]
-
-------------------------------------------------------------------------
-r1608 | jobi | 2002-03-28 04:53:15 +0100 (Thu, 28 Mar 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/satellite/input_satellite.c
-   M /trunk/src/input/input_programs.c
-
-
-* When unselecting an ES, we must ged rid of p_es->p_pes so that it is
-  regererated when we select this ES again. It made vlc segfault when
-  switching from some stream to another, or when switching program
-  in satellite input.
-
-------------------------------------------------------------------------
-r1609 | gbazin | 2002-03-28 11:17:06 +0100 (Thu, 28 Mar 2002) | 10 lines
-Changed paths:
-   M /trunk/include/threads.h
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/dvd/dvd_access.c
-
-
-
-* don't try to stat() the dvd drive letter on win32
-* disabled YUV overlay double buffering for now, as it seems to actually be
-    slower.
-* temporary fix in vlc_cond_signal() for win32 (I really should use
-    SignalObjectAndWait() on WinNT so we can avoid race conditions in the
-    pthread code). This fixes a problem noticed on WinXP where vlc would
-    freeze regularly and eat-up all the CPU (fun no?)
-
-------------------------------------------------------------------------
-r1610 | massiot | 2002-03-28 22:21:51 +0100 (Thu, 28 Mar 2002) | 2 lines
-Changed paths:
-   M /trunk/src/interface/main.c
-
-Fix for sparc.
-
-------------------------------------------------------------------------
-r1611 | massiot | 2002-03-29 01:14:19 +0100 (Fri, 29 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/access/udp.c
-   M /trunk/src/interface/main.c
-
-Disabled the server argument in udpstream: because it confuses users and is
-not of any practical use.
-
-------------------------------------------------------------------------
-r1612 | ipkiss | 2002-03-31 07:10:07 +0200 (Sun, 31 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/win32/menu.cpp
-
-
- * plugins/win32: subtitles should work, now
-
-------------------------------------------------------------------------
-r1613 | tcastley | 2002-03-31 10:13:38 +0200 (Sun, 31 Mar 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Implemented an "always-on-top" feature for the interface window.
-RGB16 Overlay supported again.
-Resizing is now implemented consistantly.
-
-------------------------------------------------------------------------
-r1614 | ipkiss | 2002-03-31 19:59:29 +0200 (Sun, 31 Mar 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/win32/intf_win32.cpp
-
-
- * ./plugins/win32: fixed the bug on exiting the vout pressing 'q'
-
-------------------------------------------------------------------------
-r1615 | gbazin | 2002-04-01 00:35:44 +0200 (Mon, 01 Apr 2002) | 12 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-
-
-
-* You can now set a maximum height for the configuration windows in the gtk
-    and gnome plugins. This patch _doesn't change_ the look of the interface
-    unless this interface tries to use more space than allowed, in which case
-    scrollbars are added to make the navigation easy.
-    Note that this setting only affects the default size the interface will
-    use, the user is then free to change the size of the window as he wants.
-
-* Tooltips are now triggered only in specific places. This is a lot less
-   intrusive and annoying for the users.
-
-------------------------------------------------------------------------
-r1616 | gbazin | 2002-04-01 00:59:01 +0200 (Mon, 01 Apr 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_preferences.c
-
-
-
-* allow the user to resize the configuration windows
-* moved config_GetIntVariable out of the loop
-
-------------------------------------------------------------------------
-r1617 | tcastley | 2002-04-01 07:49:00 +0200 (Mon, 01 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Improved overlay detection, default colour space selection.
-Has bad output color need some work.
-
-------------------------------------------------------------------------
-r1618 | tcastley | 2002-04-01 09:37:53 +0200 (Mon, 01 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/beos/VideoWindow.h
-
-Fixed the color_space problem.  Overlays now work.
-Still problem with nVidia cards.
-
-------------------------------------------------------------------------
-r1619 | gbazin | 2002-04-01 11:59:41 +0200 (Mon, 01 Apr 2002) | 4 lines
-Changed paths:
-   D /trunk/INSTALL-win32.txt
-   A /trunk/INSTALL.win32
-
-
-
-* updated INSTALL.win32
-
-------------------------------------------------------------------------
-r1620 | gbazin | 2002-04-01 12:13:19 +0200 (Mon, 01 Apr 2002) | 4 lines
-Changed paths:
-   A /trunk/doc/win32
-   A /trunk/doc/win32/Cross-Compile-Howto.txt
-
-
-
-* VLC-Win32 Cross-Compile Howto, courtesy of Bill Eldridge.
-
-------------------------------------------------------------------------
-r1621 | gbazin | 2002-04-01 12:47:49 +0200 (Mon, 01 Apr 2002) | 5 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/install-win32
-
-
-
-* updated the "package-win32" rule
-* all txt files are now converted to dos format (CRLF)
-
-------------------------------------------------------------------------
-r1622 | gbazin | 2002-04-01 18:08:23 +0200 (Mon, 01 Apr 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/directx/vout_events.c
-   M /trunk/plugins/downmix/ac3_downmix_3dn.c
-   M /trunk/plugins/downmix/ac3_downmix_sse.c
-
-
-
-* Win32 compilation fixes when downmixsse and downmix3dn are declared as
-    plugins.
-* Fixed the waiting on the event thread creation in the directx plugin.
-
-------------------------------------------------------------------------
-r1623 | gbazin | 2002-04-01 23:39:17 +0200 (Mon, 01 Apr 2002) | 10 lines
-Changed paths:
-   A /trunk/extras/Win32_msvc
-   A /trunk/extras/Win32_msvc/defs.h
-   A /trunk/extras/Win32_msvc/modules_builtin_msvc.h
-   A /trunk/extras/Win32_msvc/readme.txt
-   A /trunk/extras/Win32_msvc/vlc.dsp
-   A /trunk/extras/Win32_msvc/vlc.dsw
-
-
-
-* Microsof Visual Studio C++ 6 project files.
-  This is usefull mainly for debugging as the hardware accelerated plugins
-    can't be compiled with msvc.
-
-I won't be maintaining this msvc project as I don't have MSVC myself, but
-maybe this will encourage people to try to develop for vlc (or maybe just
-discourage them ;-)
-
-------------------------------------------------------------------------
-r1624 | gbazin | 2002-04-01 23:54:26 +0200 (Mon, 01 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/extras/libdvdcss/ioctl.c
-   M /trunk/include/common.h
-   M /trunk/src/misc/modules.c
-
-
-
-* Fixes for the Win32_msvc build
-
-------------------------------------------------------------------------
-r1625 | gbazin | 2002-04-02 08:31:23 +0200 (Tue, 02 Apr 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/directx/vout_directx.h
-   M /trunk/plugins/directx/vout_events.c
-
-
-
-* Fixed yet another bug related to the event thread creation
-* Removed a few debug messages
-
-------------------------------------------------------------------------
-r1626 | sam | 2002-04-02 12:17:08 +0200 (Tue, 02 Apr 2002) | 6 lines
-Changed paths:
-   M /trunk/FAQ
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/chroma/i420_rgb16.c
-   M /trunk/plugins/chroma/i420_rgb8.c
-   M /trunk/plugins/chroma/i420_ymga.c
-   M /trunk/plugins/chroma/i420_yuy2.c
-   M /trunk/plugins/chroma/i422_yuy2.c
-   M /trunk/plugins/dvd/dvd_access.c
-   M /trunk/src/misc/configuration.c
-
-
-  * ./configure.in: BeOS, liba52 and chroma plugin compilation fixes.
-  * ./plugins/dvd/dvd_access.c: removed a warning.
-  * ./src/misc/configuration.c: Solaris fixes by Meuuh.
-  * ./FAQ: removed outdated stuff.
-
-------------------------------------------------------------------------
-r1627 | tcastley | 2002-04-02 12:43:55 +0200 (Tue, 02 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/include/config.h
-
-Changed directory of the config file for BeOS to be consistant with
-OS standard.
-
-------------------------------------------------------------------------
-r1628 | tcastley | 2002-04-02 12:44:40 +0200 (Tue, 02 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Added a test for the nooverlay option.
-
-------------------------------------------------------------------------
-r1629 | ipkiss | 2002-04-02 13:31:36 +0200 (Tue, 02 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-
- * ./src/misc/configuration.c: small compilation fix
-
-------------------------------------------------------------------------
-r1630 | ipkiss | 2002-04-02 17:18:32 +0200 (Tue, 02 Apr 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/win32/disc.cpp
-   M /trunk/plugins/win32/disc.dfm
-   M /trunk/plugins/win32/disc.h
-   M /trunk/plugins/win32/mainframe.cpp
-   M /trunk/plugins/win32/mainframe.dfm
-   M /trunk/plugins/win32/preferences.cpp
-   M /trunk/plugins/win32/preferences.h
-
-
- * ./plugins/win32:
-        - fixed a few bugs in the preferences
-        - better auto-resizing of the main window
-        - the disc dialog now respects the preferences settings
-
-------------------------------------------------------------------------
-r1631 | ipkiss | 2002-04-02 23:56:19 +0200 (Tue, 02 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/src/interface/main.c
-
-
-* ./src/interface/main.c: check that channels have been created before
-  the call to network_ChannelJoin
-
-------------------------------------------------------------------------
-r1632 | massiot | 2002-04-03 00:16:07 +0200 (Wed, 03 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/plugins/macosx/vout_macosx.c
-   M /trunk/plugins/memcpy/Makefile
-   M /trunk/plugins/memcpy/fastmemcpy.h
-   M /trunk/plugins/memcpy/memcpy.c
-   M /trunk/src/input/input_ext-plugins.c
-
-* Altivec-enabled version of fastmemcpy
-* Use ImageBuffer instead of ScreenBuffer in OS X video output (should be
-faster)
-
-------------------------------------------------------------------------
-r1633 | massiot | 2002-04-03 00:46:25 +0200 (Wed, 03 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_ext-plugins.c
-
-Compilation fix. :-ppppp
-
-------------------------------------------------------------------------
-r1634 | massiot | 2002-04-03 01:00:27 +0200 (Wed, 03 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-Added memcpyaltivec.
-
-------------------------------------------------------------------------
-r1635 | ipkiss | 2002-04-03 01:22:32 +0200 (Wed, 03 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/plugins/win32/network.cpp
-   M /trunk/plugins/win32/network.dfm
-
-
- * ./include/config.h: fixed config directory name for windows
- * ./plugins/win32: the network dialog now respects the preferences settings
-
-------------------------------------------------------------------------
-r1636 | gbazin | 2002-04-03 01:27:07 +0200 (Wed, 03 Apr 2002) | 12 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/Win32_msvc/defs.h
-   M /trunk/plugins/gtk/fixfiles.sh
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk_interface.c
-
-
-
-* Got rid of the DVD_DEVICE macro. We now use the dvd_device config option.
-  ( this creates a small memory leak as we don't free the string obtained
-    from config_GetPszVariable, but I think we can live with it for now )
-
-* the SSE plugins are disable on the mingw32 build as they don't work.
-  ( because memalign is not implemented on win32, and malloc only aligns
-    on an 8 bytes boundary )
-
-* fixed small mistake in INSTALL.win32
-
-------------------------------------------------------------------------
-r1637 | gbazin | 2002-04-03 01:43:57 +0200 (Wed, 03 Apr 2002) | 14 lines
-Changed paths:
-   M /trunk/include/beos_specific.h
-   M /trunk/include/common.h
-   M /trunk/include/darwin_specific.h
-   A /trunk/include/os_specific.h
-   M /trunk/include/threads.h
-   M /trunk/include/videolan/vlc.h
-   M /trunk/include/win32_specific.h
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/win32_specific.c
-
-
-
-* New pthread implementation for WinNT/2K/XP. This implementation shouldn't
-  be subject to race conditions as it is using SignalObjectAndWait() from the
-  Win32 API.
-  As this should be somehow slower than the old method (still used on Win9x),
-  you can specify that you want to use the old method with the "fast_pthread"
-  config option.
-
-* Added a new p_main_sys global variable. This variable is a pointer to an
-  OS specific structure which is defined in *_specific.h. This structure can
-  be filled by the already existing System_Init() function and is a nice
-  way to avoid too many #ifdefs.
-
-------------------------------------------------------------------------
-r1638 | sam | 2002-04-03 04:43:14 +0200 (Wed, 03 Apr 2002) | 7 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   A /trunk/po/ja.po
-
-
-  * ./po/ja.po: added Japanese translation from Fumio Nakayama
-    <endymion@ca2.so-net.ne.jp>.
-  * ./plugins/gtk/gtk_callbacks.c: fixed disc ejection code.
-  * ./ChangeLog: how about a nice cup of 870 lines of ChangeLog for the 0.3.0
-    release?
-
-------------------------------------------------------------------------
-r1639 | gbazin | 2002-04-03 08:19:43 +0200 (Wed, 03 Apr 2002) | 5 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/gtk/gtk_callbacks.c
-
-
-
-* fixed ./plugins/gtk/gtk_callbacks.c to use the "dvd_device" config option
-  instead of the now inexistant DVD_DEVICE macro.
-
-------------------------------------------------------------------------
-r1640 | sam | 2002-04-03 08:23:08 +0200 (Wed, 03 Apr 2002) | 7 lines
-Changed paths:
-   M /trunk/AUTHORS
-   D /trunk/ChangeLog.libdvdcss
-   D /trunk/INSTALL.libdvdcss
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   D /trunk/README.libdvdcss
-   D /trunk/acconfig.h
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/.cvsignore
-   M /trunk/debian/control
-   D /trunk/debian/libdvdcss1-dev.dirs
-   D /trunk/debian/libdvdcss1.copyright
-   D /trunk/debian/libdvdcss1.dirs
-   D /trunk/debian/libdvdcss1.docs
-   M /trunk/debian/rules
-   M /trunk/doc/release-howto.txt
-   D /trunk/extras/BSDI_dvdioctl
-   D /trunk/extras/libdvdcss
-   D /trunk/extras/libdvdread
-   M /trunk/include/defs.h.in
-   M /trunk/ipkg/rules
-   M /trunk/plugins/dvd/Makefile
-   D /trunk/plugins/dvd/dummy_dvdcss.c
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/dvd_access.c
-   M /trunk/plugins/dvd/dvd_es.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_seek.c
-   M /trunk/plugins/dvd/dvd_summary.c
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvdread/Makefile
-   M /trunk/plugins/dvdread/input_dvdread.h
-   M /trunk/vlc.spec
-
-
-  * ALL: removed libdvdcss from the vlc tree.
-  * ALL: removed libdvdread from the vlc tree.
-  * ./acconfig.h: removed this file.
-  * ./plugins/dvd/dummy_dvdcss.c: merged this file into dvd.c.
-  * ./AUTHORS: moved a few gentlemen to the libdvdcss AUTHORS file.
-
-------------------------------------------------------------------------
-r1641 | sam | 2002-04-03 08:45:36 +0200 (Wed, 03 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   A /trunk/plugins/ogg
-   A /trunk/plugins/ogg/.cvsignore
-   A /trunk/plugins/ogg/Makefile
-
-
-  * ./plugins/ogg/*: added preliminary files for an Ogg/Vorbis decoder a
-    contributor is currently working on.
-
-------------------------------------------------------------------------
-r1642 | ipkiss | 2002-04-03 15:18:36 +0200 (Wed, 03 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/win32/mainframe.cpp
-   M /trunk/plugins/win32/mainframe.dfm
-   M /trunk/plugins/win32/mainframe.h
-   M /trunk/plugins/win32/preferences.cpp
-   M /trunk/plugins/win32/preferences.dfm
-
-
- * ./plugins/win32/*: Added management for secondary config dialogs
-
-------------------------------------------------------------------------
-r1643 | sam | 2002-04-03 18:22:23 +0200 (Wed, 03 Apr 2002) | 6 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.modules
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/dvdread/input_dvdread.h
-
-
-  * ./Makefile.modules: modules now depend on Makefile.opts.
-  * ./configure.in: added (hopefully) explicit messages on how to get
-    libdvdcss and link vlc with it.
-  * ./plugins/dvdread/input_dvdread.c: removed inclusion of dvd_udf.h.
-
-------------------------------------------------------------------------
-r1644 | massiot | 2002-04-04 00:36:50 +0200 (Thu, 04 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/memcpy/Makefile
-   M /trunk/plugins/memcpy/fastmemcpy.h
-   M /trunk/plugins/memcpy/memcpy.c
-   A /trunk/plugins/memcpy/memcpyaltivec.c
-
-Fixed altivec memcpy module [OS X port]
-
-------------------------------------------------------------------------
-r1645 | massiot | 2002-04-04 01:24:42 +0200 (Thu, 04 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/access/http.c
-   M /trunk/src/interface/intf_eject.c
-
-* Fix for iPAQ familiar Linux (untested)
-* HTTP files now find the EOF (though HTTP input is still broken)
-
-------------------------------------------------------------------------
-r1646 | jlj | 2002-04-04 02:23:36 +0200 (Thu, 04 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/src/interface/intf_eject.c
-
-
-  * ./src/interface/intf_eject.c: Fixed a MacOS X bug.
-
-------------------------------------------------------------------------
-r1647 | sam | 2002-04-04 07:08:05 +0200 (Thu, 04 Apr 2002) | 7 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/rules
-   M /trunk/include/defs.h.in
-   M /trunk/include/video_output.h
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/network/ipv4.c
-   M /trunk/plugins/vcd/cdrom_tools.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/video_output/video_output.c
-
-
-  * ./src/video_output/video_output.c: fixed a vout4 image starvation bug.
-  * ./plugins/dvd/dvd.c: we look for libdvdcss.so.2 as well as -.so.1.
-  * ./configure.in: BSD/OS fixes thanks to Steven M. Schultz.
-  * ./Makefile: renamed the `snapshot' rule to `dist'.
-  * ./Makefile: removed the `snapshot-nocss' rule which isn't needed anymore.
-
-------------------------------------------------------------------------
-r1648 | sam | 2002-04-04 17:35:09 +0200 (Thu, 04 Apr 2002) | 10 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/kde/kde.cpp
-   M /trunk/plugins/qt/intf_qt.cpp
-   M /trunk/vlc.spec
-
-
-  * ./plugins/gtk/gtk.glade, plugins/gtk/gnome.glade, ./plugins/kde/kde.cpp:
-    replaced the outdated author list with a "VideoLAN Team" entry.
-  * ./debian/rules, ./debian/control: deactivated the vlc-kde package because
-    it does not work, and removed the vlc-a52 package because liba52 is
-    statically linked into vlc.
-  * ./debian/control: added more helpful package descriptions.
-  * ALL: changed version to 0.3.0. Yeah, it's coming.
-  * ./Makefile: fixed make dist.
-
-------------------------------------------------------------------------
-r1649 | ipkiss | 2002-04-04 18:22:39 +0200 (Thu, 04 Apr 2002) | 7 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/plugins/win32/about.cpp
-   M /trunk/plugins/win32/about.dfm
-   M /trunk/plugins/win32/about.h
-   M /trunk/plugins/win32/mainframe.cpp
-   M /trunk/plugins/win32/mainframe.dfm
-   M /trunk/plugins/win32/mainframe.h
-
-
-  * ./AUTHORS: added myself :)
-  * ./plugins/win32/mainframe.cpp: disabled the "hide interface" menu
-    item, not yet implemented.
-  * ./plugins/win32/about.dfm: replaced the outdated author list with a
-    "VideoLAN Team" entry.
-
-------------------------------------------------------------------------
-r1650 | massiot | 2002-04-05 00:08:05 +0200 (Fri, 05 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/memcpy/memcpyaltivec.c
-   M /trunk/src/interface/intf_eject.c
-
-* Fixed intf_eject for iPAQ (untested)
-* asm memcpyaltivec for Linux/PPC
-
-------------------------------------------------------------------------
-r1651 | massiot | 2002-04-05 00:51:01 +0200 (Fri, 05 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/mpeg_system/mpeg_ps.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/mpeg_system.c
-
-* FINALLY fixed HTTP input bug (I'm SO HAPPY with this !)
-* Disabled memcpyaltivec since it's buggy
-
-------------------------------------------------------------------------
-r1652 | gbazin | 2002-04-05 03:05:22 +0200 (Fri, 05 Apr 2002) | 22 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/ac3_imdct.h
-   M /trunk/include/common.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/vdec_ext-plugins.h
-   M /trunk/include/video.h
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_adec/ac3_adec.h
-   M /trunk/plugins/ac3_adec/ac3_decoder.h
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/mpeg_vdec/vpar_pool.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-
-
-* introduced a memalign wrapper that will align the memory manually if
-  memalign doesn't exist.
-
-  void *vlc_memalign( size_t align, size_t size, void **pp_orig )
-  where the return value is the aligned pointer and *pp_orig is the pointer
-  that has to be freed afterwards.
-
-  the arithmetic I'm doing on the pointer to align it is not portable to
-  64bits architectures. If someone knows how to something portable, please
-  tell me ( and no I don't want to do if(sizeof(void *) == blabla) ).
-
-  Other little problem, I was planning to use posix_memalign by default in
-  the wrapper implementation but it doesn't work (someone can tell me what
-  I'm doing wrong ?)
-
-* re-enabled the sse plugins on win32 as we don't have anymore alignment
-  issues.
-
-* fixed typo in vout_directx.c
-
-------------------------------------------------------------------------
-r1653 | sam | 2002-04-05 05:27:27 +0200 (Fri, 05 Apr 2002) | 7 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/INSTALL.win32
-   M /trunk/Makefile
-   M /trunk/Makefile.modules
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/threads.h
-   M /trunk/plugins/win32/Makefile
-   M /trunk/plugins/win32/intfwin.bpr
-
-
-  * ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place.
-  * ./plugins/win32/Makefile: intfwin.so can be built using commandline.
-  * ./configure.in, ./include/threads.h, ./include/common.h: a custom defs.h
-    file isn't needed for the intfwin plugin anymore.
-  * ./INSTALL.win32: updated compilation instructions for the intfwin plugin.
-
-------------------------------------------------------------------------
-r1654 | sam | 2002-04-05 14:35:47 +0200 (Fri, 05 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/win32/Makefile
-
-
-  * ./configure.in: added --enable-intfwin to enable the win32 interface and
-    --with-bcbuilder to tell make where to find Borland C++ Builder.
-
-------------------------------------------------------------------------
-r1655 | sam | 2002-04-05 22:44:23 +0200 (Fri, 05 Apr 2002) | 11 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/ChangeLog
-   M /trunk/INSTALL.win32
-   M /trunk/Makefile
-   M /trunk/Makefile.dep
-   M /trunk/Makefile.modules
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/install-win32
-   M /trunk/plugins/.cvsignore
-   M /trunk/plugins/win32/.cvsignore
-   M /trunk/plugins/win32/win32.cpp
-   A /trunk/share/gvlc48x48.ico
-   D /trunk/share/gvlc_win32.ico
-   M /trunk/share/vlc_win32_rc.rc
-
-
-  * ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working.
-  * ./Makefile: we don't include the Gtk+ and SDL DLLs in the win32 package
-    anymore, the package is now 700k instead of 4MB.
-  * ./configure.in, ./Makefile, ./Makefile.opts.in: replaced LIB_FOO with
-    foo_LDFLAGS and CFLAGS_BAR with bar_CFLAGS for faster builds, and moved a
-    lot of stuff from Makefile.opts.in back to configure.in.
-  * ./install-win32: updated script for NSIS 1.96.
-
-   I hope this doesn't break too many other architectures...
-
-------------------------------------------------------------------------
-r1656 | jlj | 2002-04-05 23:03:19 +0200 (Fri, 05 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/macosx/vout_macosx.c
-
-
-  * ./plugins/macosx/vout_macosx.c: memalign -> vlc_memalign
-
-------------------------------------------------------------------------
-r1657 | sam | 2002-04-05 23:26:29 +0200 (Fri, 05 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/beos/VideoWindow.h
-
-
-  * ./Makefile, ./configure.in: misc BeOS build fixes.
-
-------------------------------------------------------------------------
-r1658 | sam | 2002-04-06 06:22:27 +0200 (Sat, 06 Apr 2002) | 8 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/debian/changelog
-   M /trunk/debian/rules
-   M /trunk/ipkg/control
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/text/ncurses.c
-   M /trunk/plugins/win32/mainframe.dfm
-   M /trunk/vlc.spec
-
-
-  * ./plugins/win32/mainframe.dfm: swapped two mixed up tooltips.
-  * ./Makefile: fixed make dist and make distclean.
-  * ./plugins/dvd/dvd.c: compilation fix.
-  * ./plugins/gtk/gtk_callbacks.c: fixed ejection code.
-  * ./plugins/text/ncurses.c: fixed compilation of the ncurses plugin.
-  * ./vlc.spec: updated specfile.
-
-------------------------------------------------------------------------
-r1659 | sam | 2002-04-06 07:54:10 +0200 (Sat, 06 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/doc/release-howto.txt
-   M /trunk/vlc.spec
-
-
-  * ./doc/release-howto.txt: updated documentation.
-  * ./vlc.spec: added missing plugin filenames to the build process.
-
-------------------------------------------------------------------------
-r1660 | sam | 2002-04-07 08:48:48 +0200 (Sun, 07 Apr 2002) | 7 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/motion/motion.c
-
-
-  * ./configure.in: wrote a better test for libdvdread detection.
-  * ./plugins/gtk/gtk.glade: added lines this #@%$! Glade had munched, fixes
-    a segfault in the Gtk+ popup menu when toggling the interface.
-  * ./plugins/motion/motion.c: fixed a compilation issue on compilers which
-    do not accept empty macro arguments.
-
-------------------------------------------------------------------------
-r1661 | massiot | 2002-04-08 01:08:44 +0200 (Mon, 08 Apr 2002) | 5 lines
-Changed paths:
-   M /trunk/Makefile
-   A /trunk/README - Mac OS X.rtf
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/memcpy/memcpyaltivec.c
-   M /trunk/src/interface/main.c
-
-* Fixed Altivec-enabled version of fastmemcpy
-* Fixed --memcpy switch
-* Changed CFLAGS_VLC to vlc_CFLAGS (last-minute changes are great ideas :p)
-* New README file for MacOS X.
-
-------------------------------------------------------------------------
-r1662 | jobi | 2002-04-08 16:53:05 +0200 (Mon, 08 Apr 2002) | 8 lines
-Changed paths:
-   M /trunk/plugins/access/file.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/main.c
-
-
-
-* made file access plugin use input_SetProgram so that we may change
-  program when reading a file
-* fixed a bug in input_SetProgram
-* added --input_program <int> option, to choose the program from
-  the command line
-
-------------------------------------------------------------------------
-r1663 | sam | 2002-04-10 02:04:04 +0200 (Wed, 10 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/aa/aa.c
-
-
-  * ./plugins/aa/aa.c: we now parse the AAOPTS environment variable.
-  * ./plugins/aa/aa.c: a few simplifications in the code.
-
-------------------------------------------------------------------------
-r1664 | sam | 2002-04-10 02:05:04 +0200 (Wed, 10 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/doc/developer/decoders.xml
-
-
-  * ./doc/developer/decoders.xml: fixed a typo preventing compilation.
-
-------------------------------------------------------------------------
-r1665 | sam | 2002-04-10 02:05:36 +0200 (Wed, 10 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/vlc.spec
-
-
-  * ./vlc.spec: imported MandrakeSoft's enhancements.
-
-------------------------------------------------------------------------
-r1666 | sam | 2002-04-10 02:08:36 +0200 (Wed, 10 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-
-
-  * ./configure.in: fixed a bug in the libdvdread detection.
-  * ./configure.in: fixed plugin compilation under Win32.
-
-------------------------------------------------------------------------
-r1667 | lool | 2002-04-10 04:48:43 +0200 (Wed, 10 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-  * ./po/fr.po: French translation update
-
-------------------------------------------------------------------------
-r1668 | tcastley | 2002-04-10 12:08:06 +0200 (Wed, 10 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Fixed code to close vout window, does not segfault anymore.
-
-------------------------------------------------------------------------
-r1669 | jobi | 2002-04-10 18:26:21 +0200 (Wed, 10 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/access/file.c
-   M /trunk/src/input/input_programs.c
-
-
-* fixed a bug in input_SetProgram, that made the ps file input
-launch without video. Sorry about this.
-
-------------------------------------------------------------------------
-r1670 | jobi | 2002-04-10 19:47:58 +0200 (Wed, 10 Apr 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/mpeg_ps.c
-
-
-* fixed another bug in PS demux : the first program added was at the
-same time declared as the current program and as a new program, which
-made the ES be selected two times.
-
-------------------------------------------------------------------------
-r1671 | sam | 2002-04-11 10:55:49 +0200 (Thu, 11 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h
-
-  * ./Makefile: fixed the Win32 interface under Win2k/XP.
-  * ./src/misc/modules_plugins.h: implemented a dlerror()-like wrapper
-    for the Win32 API.
-
-------------------------------------------------------------------------
-r1672 | tcastley | 2002-04-11 11:25:45 +0200 (Thu, 11 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Implemented a fix for nVidia overlays thanks to Bertil.
-
-------------------------------------------------------------------------
-r1673 | jobi | 2002-04-15 06:28:26 +0200 (Mon, 15 Apr 2002) | 8 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/satellite/input_satellite.c
-
-* fixed a few bugs in satellite input (device was not closed in every
-failure case, symbol rate limits in gnome interface were wrong)
-
-* added FEC choice in command line, gtk and gnome interfaces. Command
-line is now
-satellite:<frequency(Hz)>,<polarization(0=V,1=H)>,<fec(1=1/2,2=2/3...)>,
-<symbol rate(kbyte/s)>
-
-------------------------------------------------------------------------
-r1674 | jobi | 2002-04-15 06:36:45 +0200 (Mon, 15 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_open.c
-
-* removed a totally useless switch in my last commit
-  (switch i {case 1: i=1;break; case 2: i=2: ...
-  I'd better got to bed ;)
-
-------------------------------------------------------------------------
-r1675 | jobi | 2002-04-15 16:06:19 +0200 (Mon, 15 Apr 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/satellite/input_satellite.c
-   M /trunk/src/interface/main.c
-
-* fixed a typo in satellite input
-* added options to configure antenna (sat_lnb_lof1, sat_lnb_lof2,
-  sat_lnb_slof and sat_diseqc). They only appear if satellite input
-  is compiled.
-
-------------------------------------------------------------------------
-r1676 | massiot | 2002-04-16 01:04:08 +0200 (Tue, 16 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/include/vdec_ext-plugins.h
-   M /trunk/include/video.h
-   M /trunk/plugins/mpeg_system/mpeg_ps.c
-   M /trunk/plugins/mpeg_vdec/video_decoder.c
-   M /trunk/plugins/mpeg_vdec/video_parser.h
-   M /trunk/plugins/mpeg_vdec/vpar_blocks.c
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/src/video_output/vout_pictures.c
-
-* Support for pictures with a pitch different from the picture width,
-inspired by Gildas Bazin.
-
-------------------------------------------------------------------------
-r1677 | jobi | 2002-04-17 00:13:28 +0200 (Wed, 17 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/doc/vlc-howto.sgml
-
-* big update of Henri's howto
-
-------------------------------------------------------------------------
-r1678 | massiot | 2002-04-17 01:00:54 +0200 (Wed, 17 Apr 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/dvdread/dvdread.c
-   M /trunk/plugins/macosx/intf_controller.c
-   M /trunk/plugins/macosx/intf_macosx.c
-   M /trunk/plugins/memcpy/memcpyaltivec.c
-   M /trunk/plugins/motion/motionaltivec.c
-
-* Have dvdread plug-in respond to dvd: URLs ;
-* MacOS X interface shouldn't take as much CPU as it used to ;
-* Fixed a bug in Altivec-enabled MC (thanks walken) ;
-* Fixed a case of segfault in Altivec-enabled memcpy.
-
-------------------------------------------------------------------------
-r1679 | sam | 2002-04-17 13:43:31 +0200 (Wed, 17 Apr 2002) | 6 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/defs.h.in
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/configuration.c
-
-
-  * ./AUTHORS: added people locations, just for fun.
-  * ./configure.in: disabled SSE plugins when using mingw32.
-  * ./src/misc/configuration.c: disabled the AltiVec warning message on the
-    PowerPC platform because it was misleading.
-
-------------------------------------------------------------------------
-r1680 | jobi | 2002-04-17 19:00:58 +0200 (Wed, 17 Apr 2002) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/plugins/access/udp.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-
-* in TS demux, a program is selected only if a PMT for it was found.
-  This should fix the problem that occured when reading a file directly
-  extracted from a satellite card.
-* UDP access plugin uses input_SetProgram.
-
-------------------------------------------------------------------------
-r1681 | massiot | 2002-04-18 01:03:35 +0200 (Thu, 18 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/README - Mac OS X.rtf
-   M /trunk/plugins/macosx/macosx.h
-   M /trunk/plugins/macosx/vout_macosx.c
-
-* Finally fixed MacOS X aspect ratio. If you know how to center the
-picture in the screen, and make the remaining space black instead of
-white, PLEASE drop me a mail !
-
-------------------------------------------------------------------------
-r1682 | sam | 2002-04-18 06:34:37 +0200 (Thu, 18 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/network/ipv6.c
-
-
-  * ./configure.in, ./plugins/network/ipv6.c: support for the GNU glibc
-    extension gethostbyname2(), thanks to Thomas Graf.
-
-------------------------------------------------------------------------
-r1683 | sam | 2002-04-18 07:11:30 +0200 (Thu, 18 Apr 2002) | 5 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/changelog
-   M /trunk/ipkg/control
-   M /trunk/vlc.spec
-
-
-  * ./configure.in: switched version to 0.3.1.
-  * ./vlc.spec: imported Mandrakesoft's latest enhancements.
-  * ./ChangeLog: updated ChangeLog.
-
-------------------------------------------------------------------------
-r1684 | sam | 2002-04-18 14:51:59 +0200 (Thu, 18 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/include/threads.h
-   M /trunk/plugins/spudec/spu_decoder.c
-
-
-  * ./include/threads.h: fixed a segfault under Solaris, thanks to Meuuh.
-  * ./plugins/spudec/spu_decoder.c: RGB 24bpp and 32bpp support.
-
-------------------------------------------------------------------------
-r1685 | sam | 2002-04-18 21:38:57 +0200 (Thu, 18 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/vlc.spec
-
-
-  * ./vlc.spec: fixed build dependencies.
-  * ./configure.in: when -lintl is available, we now also link plugins with it.
-
-------------------------------------------------------------------------
-r1686 | massiot | 2002-04-18 23:32:23 +0200 (Thu, 18 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/macosx/vout_macosx.c
-
-Fixed typos.
-
-------------------------------------------------------------------------
-r1687 | sam | 2002-04-19 15:56:12 +0200 (Fri, 19 Apr 2002) | 6 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/include/common.h
-   M /trunk/include/configuration.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/plugins/a52/a52.c
-   M /trunk/plugins/aa/aa.c
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/access/file.c
-   M /trunk/plugins/access/http.c
-   M /trunk/plugins/access/udp.c
-   M /trunk/plugins/alsa/alsa.c
-   M /trunk/plugins/arts/arts.c
-   M /trunk/plugins/beos/beos.cpp
-   M /trunk/plugins/chroma/i420_rgb.c
-   M /trunk/plugins/chroma/i420_ymga.c
-   M /trunk/plugins/chroma/i420_yuy2.c
-   M /trunk/plugins/chroma/i422_yuy2.c
-   M /trunk/plugins/directx/directx.c
-   M /trunk/plugins/downmix/downmix.c
-   M /trunk/plugins/downmix/downmix3dn.c
-   M /trunk/plugins/downmix/downmixsse.c
-   M /trunk/plugins/dsp/dsp.c
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/dummy/null.c
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvdread/dvdread.c
-   M /trunk/plugins/esd/esd.c
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/filter/deinterlace.c
-   M /trunk/plugins/filter/distort.c
-   M /trunk/plugins/filter/invert.c
-   M /trunk/plugins/filter/transform.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/plugins/fx/scope.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/glide/glide.c
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   M /trunk/plugins/imdct/imdct.c
-   M /trunk/plugins/imdct/imdct3dn.c
-   M /trunk/plugins/imdct/imdctsse.c
-   M /trunk/plugins/kde/kde.cpp
-   M /trunk/plugins/lirc/lirc.c
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-   M /trunk/plugins/macosx/macosx.c
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/memcpy/memcpy.c
-   M /trunk/plugins/memcpy/memcpyaltivec.c
-   M /trunk/plugins/mga/mga.c
-   M /trunk/plugins/mga/xmga.c
-   M /trunk/plugins/motion/motion.c
-   M /trunk/plugins/motion/motion3dnow.c
-   M /trunk/plugins/motion/motionaltivec.c
-   M /trunk/plugins/motion/motionmmx.c
-   M /trunk/plugins/motion/motionmmxext.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_system/mpeg_es.c
-   M /trunk/plugins/mpeg_system/mpeg_ps.c
-   M /trunk/plugins/mpeg_system/mpeg_ts.c
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/network/ipv4.c
-   M /trunk/plugins/network/ipv6.c
-   M /trunk/plugins/qnx/qnx.c
-   M /trunk/plugins/qt/qt.cpp
-   M /trunk/plugins/satellite/satellite.c
-   M /trunk/plugins/sdl/sdl.c
-   M /trunk/plugins/text/logger.c
-   M /trunk/plugins/text/ncurses.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/plugins/vcd/vcd.c
-   M /trunk/plugins/win32/waveout.c
-   M /trunk/plugins/win32/win32.cpp
-   M /trunk/plugins/x11/x11.c
-   M /trunk/plugins/x11/xvideo.c
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/configuration.c
-
-
-  * ALL: internationalized all configuration strings.
-  * ./src/interface/main.c: we now set LC_CTYPE to get the right charset.
-  * ./src/misc/configuration.c: lots of simplifications in the code.
-  * ./po/vlc/pot: updated translations.
-
-------------------------------------------------------------------------
-r1688 | lool | 2002-04-20 12:19:50 +0200 (Sat, 20 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-  * po/fr.po : completed french translations
-
-------------------------------------------------------------------------
-r1689 | jpsaman | 2002-04-20 17:12:11 +0200 (Sat, 20 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/po/nl.po
-
-Updated Netherlands translation of interface.
-
-------------------------------------------------------------------------
-r1690 | gbazin | 2002-04-20 17:40:21 +0200 (Sat, 20 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_preferences.c
-
-
-
-* the last category from the config options wasn't displayed.
-
-------------------------------------------------------------------------
-r1691 | tooney | 2002-04-20 19:52:47 +0200 (Sat, 20 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/doc/vlc-howto.sgml
-
-
-  . Url & mailing-lists corrections
-
-------------------------------------------------------------------------
-r1692 | sam | 2002-04-20 22:42:48 +0200 (Sat, 20 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/po/de.po
-
-
-  * ./po/de.po: updated german translation. Many thanks to Thomas Graf.
-
-------------------------------------------------------------------------
-r1693 | sam | 2002-04-21 12:32:21 +0200 (Sun, 21 Apr 2002) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/alsa/alsa.c
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/plugins/motion/motion3dnow.c
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/po/de.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/interface/main.c
-
-  * ./po/*: re-ran make update-po, fixed a few translations.
-  * ./po/fr.po: completed the french translation.
-  * ./plugins/gtk/gtk.glade, ./plugins/gtk/gnome.glade: synchronized a few
-    strings between the Gtk+ and GNOME modules to avoid duplicate translations.
-
-------------------------------------------------------------------------
-r1694 | gbazin | 2002-04-21 13:23:03 +0200 (Sun, 21 Apr 2002) | 9 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/configuration.h
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idct_sparse.h
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   M /trunk/plugins/text/logger.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/video_output/video_output.c
-
-
-
-* added config_GetFloatVariable() and config_PutFloatVariable() to the config
-  module.
-* added a --zoom <float> config option.
-* added a call to RestoreCPUState() in InitIDCT() in idct_sparse.h so that the
-  FPU is still available after a call to InitIDCT().
-* deactivate stream buffering when logging to a file.
-
-------------------------------------------------------------------------
-r1695 | sam | 2002-04-21 20:32:12 +0200 (Sun, 21 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/po/de.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/configuration.c
-
-
-  * ./src/misc/configuration.c: support for short options. -V, -A, -I
-    are back, and we also have -4 and -6 for IPv4/IPv6.
-
-------------------------------------------------------------------------
-r1696 | gbazin | 2002-04-21 23:29:20 +0200 (Sun, 21 Apr 2002) | 6 lines
-Changed paths:
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/configuration.c
-
-
-
-* Fixed the warning_level handling: "-v" and "--warning" are now working as
-  they should and they also are cumulative (using -vv --warning=3 you end up
-  with i_warning_level=5)
-
-------------------------------------------------------------------------
-r1697 | sam | 2002-04-22 10:20:26 +0200 (Mon, 22 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/po/de.po
-   A /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/interface/main.c
-
-  * ./src/interface/main.c: i_warning_level is set to 0 to avoid unwanted
-    verbose messages.
-  * ./po/en_GB.po: British translation.
-
-------------------------------------------------------------------------
-r1698 | jlj | 2002-04-23 05:21:21 +0200 (Tue, 23 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/plugins/macosx/Makefile
-   M /trunk/plugins/macosx/intf_controller.c
-   M /trunk/plugins/macosx/intf_controller.h
-   A /trunk/plugins/macosx/intf_open.c
-   A /trunk/plugins/macosx/intf_open.h
-   M /trunk/plugins/macosx/intf_vlc_wrapper.c
-   M /trunk/plugins/macosx/intf_vlc_wrapper.h
-
-  * Added Open disc and network panels.
-  * Some changes to the control layout.
-
-------------------------------------------------------------------------
-r1699 | sam | 2002-04-23 15:47:30 +0200 (Tue, 23 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/chroma/i420_yuy2.c
-   M /trunk/plugins/chroma/i420_yuy2.h
-
-  * ./plugins/chroma/i420_yuy2.h: optimized the 420 planar-to-packed chroma
-    transformations. They're now PIC-friendly as well.
-
-------------------------------------------------------------------------
-r1700 | sam | 2002-04-23 16:16:21 +0200 (Tue, 23 Apr 2002) | 9 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/configuration.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/modules_inner.h
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dsp/dsp.c
-   M /trunk/plugins/dvd/dvd_access.c
-   M /trunk/plugins/dvd/dvd_es.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/gtk/fixfiles.sh
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/plugins/mpeg_system/mpeg_ps.c
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/mpeg_vdec/vpar_synchro.c
-   M /trunk/plugins/network/ipv4.c
-   M /trunk/plugins/network/ipv6.c
-   A /trunk/plugins/satellite/.cvsignore
-   M /trunk/plugins/satellite/input_satellite.c
-   M /trunk/plugins/satellite/satellite.c
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/plugins/win32/disc.cpp
-   M /trunk/plugins/win32/mainframe.cpp
-   M /trunk/plugins/win32/network.cpp
-   M /trunk/plugins/win32/preferences.cpp
-   M /trunk/plugins/x11/x11.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/plugins/x11/xvideo.c
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/netutils.c
-
-  * ./src/interface/main.c: tidied the help output code.
-  * ALL: removed underscores from option names and made a few options more
-    self-explanatory, for instance --input_channel becomes --audio-channel;
-    run vlc -H to see what has changed.
-  * ALL: replaced many occurences of "plugin" with the word "module".
-  * ./src/interface/main.c: moved all satellite-specific configuration options
-    to the satellite plugin.
-  * ./po/*: updated translations.
-
-------------------------------------------------------------------------
-r1701 | sam | 2002-04-23 22:58:24 +0200 (Tue, 23 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/dvd/dvd_es.c
-   M /trunk/plugins/spudec/spu_decoder.c
-
-  * ./plugins/spudec/spu_decoder.c, ./plugins/dvd/dvd_es.c: temporary fix
-    to avoid retrieving the spu palette from a network stream as if it was
-    a DVD.
-
-------------------------------------------------------------------------
-r1702 | gbazin | 2002-04-24 00:07:05 +0200 (Wed, 24 Apr 2002) | 16 lines
-Changed paths:
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/directx/vout_directx.h
-   M /trunk/plugins/directx/vout_events.c
-   M /trunk/plugins/spudec/spu_decoder.c
-
-
-
-* DirectX video output plugin now uses triple buffering for YUV overlay. This
-  improves the video quality a lot (no tearing) without affecting performance.
-  (I knew double buffering sucked but I just discovered why triple buffering
-   is better: you don't have to wait for the vsync to flip the buffers).
-
-* Fixed the DirectX video output for non-overlay modes. It was only working
-  in RGB16 before.
-
-* Fixed the mouse autohidding feature in the DirectX plugin
- (at least partially).
-
-* Fixed the spu decoder to take the pitch of the destination picture into
-  account when rendering the subtitles (Implemented only for the YUV modes).
-
-------------------------------------------------------------------------
-r1703 | sam | 2002-04-24 01:06:05 +0200 (Wed, 24 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/plugins/avi
-   A /trunk/plugins/avi/.cvsignore
-   A /trunk/plugins/avi/Makefile
-   A /trunk/plugins/ffmpeg
-   A /trunk/plugins/ffmpeg/.cvsignore
-   A /trunk/plugins/ffmpeg/Makefile
-
-  * ./plugins/avi, ./plugins/ffmpeg: created empty directories for fenrir's
-    upcoming work.
-
-------------------------------------------------------------------------
-r1704 | ipkiss | 2002-04-24 01:37:48 +0200 (Wed, 24 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/win32/preferences.cpp
-
-
- * plugins/win32/preferences.cpp: fixed a compilation bug
-
-------------------------------------------------------------------------
-r1705 | fenrir | 2002-04-24 01:44:36 +0200 (Wed, 24 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_adec/ac3_decoder.c
-   M /trunk/plugins/ac3_adec/ac3_decoder.h
-   M /trunk/plugins/ac3_adec/ac3_imdct.c
-   M /trunk/plugins/ac3_adec/ac3_internal.h
-   M /trunk/plugins/avi/Makefile
-   A /trunk/plugins/avi/avi.c
-   A /trunk/plugins/avi/avi.h
-   A /trunk/plugins/avi/fourcc.h
-   A /trunk/plugins/avi/libLE.c
-   A /trunk/plugins/avi/libioRIFF.c
-   M /trunk/plugins/ffmpeg/Makefile
-   A /trunk/plugins/ffmpeg/ffmpeg.c
-   A /trunk/plugins/ffmpeg/ffmpeg.h
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/src/input/input_programs.c
-
-* ./plugins/ac3_adec/* use _M to avoid conflict with libavcodec.a
-* ./plugins/avi a light  avi demux
-* ./plugins/ffmpeg a video decoder for divx v3 and opendivx
-
-------------------------------------------------------------------------
-r1706 | sam | 2002-04-24 02:36:24 +0200 (Wed, 24 Apr 2002) | 5 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-   M /trunk/Makefile.opts.in
-   M /trunk/include/audio_output.h
-   M /trunk/include/common.h
-   M /trunk/include/configuration.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/interface.h
-   M /trunk/include/intf_eject.h
-   M /trunk/include/intf_msg.h
-   M /trunk/include/intf_playlist.h
-   M /trunk/include/iso_lang.h
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/include/mtime.h
-   M /trunk/include/netutils.h
-   M /trunk/include/os_specific.h
-   M /trunk/include/video_output.h
-   M /trunk/include/videolan/vlc.h
-   M /trunk/plugins/win32/Makefile
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/main.c
-
-  * ./src/interface/main.c: we no longer segfault if argc == 0.
-  * ALL: renamed PLUGINS to __PLUGINS__ to avoid conflicts with libraries
-    defining it. Grmbl.
-  * ./src/input/input_ext-plugins.c: cosmetic change.
-
-------------------------------------------------------------------------
-r1707 | jlj | 2002-04-25 00:56:43 +0200 (Thu, 25 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-  * Fixed MacOS X module linking problem.
-
-------------------------------------------------------------------------
-r1708 | gbazin | 2002-04-25 01:08:08 +0200 (Thu, 25 Apr 2002) | 6 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-
-
-* on Win32 the config file is now stored under the "Application Data" folder
-  belonging to the user. (this works if at least IE4 is installed, otherwise
-  the old method is used to get the config directory)
-
-------------------------------------------------------------------------
-r1709 | gbazin | 2002-04-25 01:49:32 +0200 (Thu, 25 Apr 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/directx/vout_events.c
-
-
-
-* fixed typo. You have to double click on the video window to switch to
-  fullscreen.
-
-------------------------------------------------------------------------
-r1710 | jobi | 2002-04-25 04:10:33 +0200 (Thu, 25 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/plugins/mpeg_system/Makefile
-   M /trunk/plugins/mpeg_system/mpeg_ts.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/misc/modules_plugin.h
-
-* Moved Program Specific Information decoder to the ts demux module
-* Added a mpeg_ts_dvbpsi module tha uses libdvbpsi to decode PSIs. It is
-  used by default if the lib is found. It shares much code with mpeg_ts
-
-------------------------------------------------------------------------
-r1711 | fenrir | 2002-04-25 05:01:03 +0200 (Thu, 25 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-
-    * plugins/ffmpeg/ffmpeg.c : with empty frame(data_packet) it won't segfault
-    * plugins/avi/avi.c : use KeyFrame to seek, so video will not be bad as
-        before
-
-------------------------------------------------------------------------
-r1712 | fenrir | 2002-04-25 13:41:38 +0200 (Thu, 25 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-
-    * plugins/avi/avi.c: will not segfault when no audio is found/supported.
-
-------------------------------------------------------------------------
-r1713 | sam | 2002-04-25 23:35:31 +0200 (Thu, 25 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-  * ./configure.in: dropped usage of $withval and $enableval in favor of the
-    safer variants $with_foo and $enable_foo.
-
-------------------------------------------------------------------------
-r1714 | sam | 2002-04-25 23:52:42 +0200 (Thu, 25 Apr 2002) | 12 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.opts.in
-   M /trunk/extras/Win32_msvc/vlc.dsp
-   M /trunk/include/common.h
-   D /trunk/include/debug.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/os_specific.h
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/include/videolan/vlc.h
-   M /trunk/plugins/a52/a52.c
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/avi/avi.h
-   D /trunk/plugins/avi/fourcc.h
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/dvd/dvd_access.c
-   M /trunk/plugins/dvd/dvd_demux.c
-   M /trunk/plugins/dvd/dvd_es.c
-   M /trunk/plugins/dvd/dvd_seek.c
-   M /trunk/plugins/dvd/dvd_summary.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/macosx/vout_macosx.c
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/mad/mad_libmad.c
-   M /trunk/plugins/mpeg_vdec/vpar_pool.c
-   M /trunk/plugins/satellite/input_satellite.c
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-  * ./src/misc/modules_plugin.h: exported input_ClockManageRef for fenrir.
-  * ./include/video.h: moved vout_CopyPicture out of the way, an inline
-    function did not make sense here.
-  * ./include/video.h: moved vout_ChromaCmp out of the way.
-  * ./plugins/avi/fourcc.h, ./include/video.h: merged these two files into
-    video.h.
-  * ./include/os_specific.h: this file is now always included.
-  * ./include/debug.h: removed this file which was almost useless, and moved
-    ASSERT to common.h.
-  * ./include/common.h: fixed vlc_memalign and changed its prototype to
-    follow posix_memalign's.
-
-------------------------------------------------------------------------
-r1715 | massiot | 2002-04-26 01:07:23 +0200 (Fri, 26 Apr 2002) | 6 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/plugins/macosx/aout_macosx.c
-   M /trunk/plugins/macosx/macosx.h
-   M /trunk/plugins/macosx/vout_macosx.c
-   M /trunk/plugins/macosx/vout_qdview.c
-
-* MacOS X port :
-- New creator ID : VLC#
-- Borders in fullscreen mode are now black and the movie is centered
-  (jlj P0\/\/3r)
-- A/V sync should be much more precise
-
-------------------------------------------------------------------------
-r1716 | jlj | 2002-04-26 01:52:03 +0200 (Fri, 26 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/macosx/vout_macosx.c
-
-  * Cleaned up QTScaleMatrix().
-
-------------------------------------------------------------------------
-r1717 | jlj | 2002-04-26 02:20:00 +0200 (Fri, 26 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/src/misc/darwin_specific.c
-
-  * ./src/misc/darwin_specific.c: added system_Configure().
-
-------------------------------------------------------------------------
-r1718 | fenrir | 2002-04-26 03:45:36 +0200 (Fri, 26 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-
-    * src/input/input_programs.c : an video divx ES will no longer be considered as an audio ES ( thanks sam ).
-
-------------------------------------------------------------------------
-r1719 | sam | 2002-04-26 07:43:37 +0200 (Fri, 26 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/src/misc/beos_specific.cpp
-
-  * ./src/misc/beos_specific.c: added system_Configure(). Sorry O:-)
-
-------------------------------------------------------------------------
-r1720 | fenrir | 2002-04-26 16:29:26 +0200 (Fri, 26 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-
-
-    * plugins/avi/avi.c : now it can play broken file with seek enable but it's very slow (will be fixed soon ).
-
-------------------------------------------------------------------------
-r1721 | jlj | 2002-04-26 19:07:14 +0200 (Fri, 26 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/include/common.h
-
-  * ./include/common.h: Fixed vlc_memalign.
-
-------------------------------------------------------------------------
-r1722 | jlj | 2002-04-26 20:12:28 +0200 (Fri, 26 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/include/common.h
-
-  * Fixed my fix for the fix for vlc_memalign. Sorry O:-)
-
-------------------------------------------------------------------------
-r1723 | jobi | 2002-04-26 22:18:26 +0200 (Fri, 26 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/mpeg_ts.c
-
-    * plugins/mpeg_system/mpeg_ts.c : fixed --program option
-
-------------------------------------------------------------------------
-r1724 | gbazin | 2002-04-26 22:49:26 +0200 (Fri, 26 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-
-
-
-* updated win32 compilation instructions.
-
-------------------------------------------------------------------------
-r1725 | jobi | 2002-04-27 01:32:23 +0200 (Sat, 27 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/vcd/cdrom_tools.c
-
-*    plugins/vcd/cdrom_tools : FreeBSD 4.5 port of the vcd input.
-
-------------------------------------------------------------------------
-r1726 | massiot | 2002-04-27 01:52:04 +0200 (Sat, 27 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-Fixed a typo in libdvbpsi handling.
-
-------------------------------------------------------------------------
-r1727 | jobi | 2002-04-27 04:20:32 +0200 (Sat, 27 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/vcd/cdrom_tools.c
-
-    * ALL : better FreeBSD detection for VCD input
-
-------------------------------------------------------------------------
-r1728 | fenrir | 2002-04-27 18:13:23 +0200 (Sat, 27 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-
-    * plugins/avi/avi.c : seek is faster
-
-------------------------------------------------------------------------
-r1729 | gbazin | 2002-04-28 00:11:22 +0200 (Sun, 28 Apr 2002) | 7 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/main.h
-   M /trunk/include/os_specific.h
-   M /trunk/include/threads.h
-   A /trunk/include/threads_funcs.h
-   M /trunk/include/videolan/vlc.h
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/win32_specific.c
-
-
-
-* moved the function definitions from threads.h into threads_funcs.h. This
-   allows us to move p_main_sys into p_main (p_main->p_sys).
-* fixed the --with-gtk-config-path and --with-sdl-config-path options in
-   configure.in
-
-------------------------------------------------------------------------
-r1730 | fenrir | 2002-04-28 00:54:00 +0200 (Sun, 28 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-
-    * plugins/avi/avi.c : with some broken avi file, will not freeze, and
-try to detect end of file.
-
-------------------------------------------------------------------------
-r1731 | sam | 2002-04-28 03:26:15 +0200 (Sun, 28 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/include/videolan/vlc.h
-
-  * Removed the main() declaration because SDL defines it as a macro.
-
-------------------------------------------------------------------------
-r1732 | sam | 2002-04-28 04:27:39 +0200 (Sun, 28 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/include/os_specific.h
-
-  * ./include/os_specific.h: fixed a C++ compilation issue.
-
-------------------------------------------------------------------------
-r1733 | sam | 2002-04-28 04:46:31 +0200 (Sun, 28 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/include/os_specific.h
-
-  * ./include/os_specific.h: fixed my fix. sorry for the trouble.
-
-------------------------------------------------------------------------
-r1734 | sam | 2002-04-28 11:05:37 +0200 (Sun, 28 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/include/os_specific.h
-
-  * ./include/os_specific.h: got it wrong once again... alcohol is bad, kids.
-
-------------------------------------------------------------------------
-r1735 | sam | 2002-04-28 13:56:13 +0200 (Sun, 28 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/xcommon.c
-
-  * ./plugins/sdl/vout_sdl.c, ./plugins/x11/xcommon.c: when in fullscreen
-    mode, the Esc key does not quit immediately, but first escapes from
-    fullscreen mode. User-requested feature.
-
-------------------------------------------------------------------------
-r1736 | sam | 2002-04-28 19:52:37 +0200 (Sun, 28 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/include/modules_inner.h
-
-  * ./include/modules_inner.h: the module name is now a default shortcut, for
-    it, no need to manually add it.
-
-------------------------------------------------------------------------
-r1737 | jpsaman | 2002-04-28 21:09:50 +0200 (Sun, 28 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-
-Added more information in ipkg control file.
-
-------------------------------------------------------------------------
-r1738 | ipkiss | 2002-04-29 21:38:44 +0200 (Mon, 29 Apr 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/win32/Makefile
-
-
-Compilation fix.
-
-------------------------------------------------------------------------
-r1739 | gbazin | 2002-04-29 23:22:35 +0200 (Mon, 29 Apr 2002) | 7 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/src/video_output/vout_pictures.c
-
-
-
-* Restored vout_CopyPicture(). It is needed by the directx plugin damnit ;-)
-* Restored AOUT_BUFFER_DURATION to its old value. It should solve quite a few
-    underrun problems.
-* A little bit of DirectX plugin clean-up.
-
-------------------------------------------------------------------------
-r1740 | massiot | 2002-04-30 01:57:38 +0200 (Tue, 30 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/threads_funcs.h
-
-Cosmetic fixes.
-
-------------------------------------------------------------------------
-r1741 | jobi | 2002-04-30 02:38:23 +0200 (Tue, 30 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/satellite/input_satellite.c
-   M /trunk/plugins/satellite/satellite.c
-
-    * ALL: fixed a compilation issue in satellite input. It now uses common
-           or libdvbpsi ts demux. Untested cause I can't get our Nova Card
-           work again.
-
-------------------------------------------------------------------------
-r1742 | fenrir | 2002-04-30 14:35:24 +0200 (Tue, 30 Apr 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/avi/avi.h
-   M /trunk/plugins/avi/libioRIFF.c
-
-    * plugins/avi/avi.c : changed in order to read more avi file, Meuuh
-you can now read your file ;) (but audio is awfull,perhaps because of mad
-plugin ? ). Fix a bug for audio with some avi file.
-
-------------------------------------------------------------------------
-r1743 | gbazin | 2002-04-30 14:56:11 +0200 (Tue, 30 Apr 2002) | 7 lines
-Changed paths:
-   M /trunk/src/audio_output/aout_pcm.c
-   M /trunk/src/misc/modules_plugin.h
-
-
-
-* added config_Get/PutFloatVariable to p_sysmbols. Thanks to Sigmund Augdal
-for pointing this bug out.
-* on Win32 the aout_pcm thread is given a high priority. This helps avoiding
-lots of audio underruns, especially when moving around the video window.
-
-------------------------------------------------------------------------
-r1744 | fenrir | 2002-04-30 18:42:14 +0200 (Tue, 30 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-
-    * plugins/avi/avi.c : corrected a bug with broken avi file.
-
-------------------------------------------------------------------------
-r1745 | sam | 2002-04-30 22:19:31 +0200 (Tue, 30 Apr 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/chroma/i420_yuy2.h
-
-  * ./plugins/chroma/i420_yuy2.h: workaround for yet another annoying gcc
-    behaviour with inline assembly (seems to be BeOS-specific). If anyone has
-    a better idea than the huge "memory" constraint, please have a look at
-    the MMX_CALL() macro!
-
-------------------------------------------------------------------------
-r1746 | sam | 2002-04-30 22:21:25 +0200 (Tue, 30 Apr 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/chroma/i420_yuy2.h
-
-  * Humpfff. A typo in my previous commit.
-
-------------------------------------------------------------------------
-r1747 | sam | 2002-05-01 21:05:48 +0200 (Wed, 01 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/kde/Makefile
-   A /trunk/plugins/kde/QConfigItem.cpp
-   A /trunk/plugins/kde/QConfigItem.h
-   M /trunk/plugins/kde/kde_interface.cpp
-   M /trunk/plugins/kde/kde_interface.h
-   A /trunk/plugins/kde/kde_pluginsbox.cpp
-   A /trunk/plugins/kde/kde_pluginsbox.h
-   A /trunk/plugins/kde/kde_preferences.cpp
-   A /trunk/plugins/kde/kde_preferences.h
-
-  * ./plugins/kde/*: configuration dialog for the KDE interface, courtesy
-    of Sigmund Augdal <sigmunau@stud.ntnu.no>.
-
-------------------------------------------------------------------------
-r1748 | sam | 2002-05-01 21:18:09 +0200 (Wed, 01 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/spudec/spu_decoder.c
-
-  * ./plugins/spudec/spu_decoder.c: FOURCC_YUY2 subtitles support (for NVidia
-    overlay) courtesy of Rudolf Cornelissen <rag.cornelissen@inter.nl.net>.
-
-------------------------------------------------------------------------
-r1749 | gbazin | 2002-05-01 21:59:42 +0200 (Wed, 01 May 2002) | 4 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/a52/a52.c
-
-
-
-* added a --with-a52-tree option to the configure script.
-
-------------------------------------------------------------------------
-r1750 | gbazin | 2002-05-01 23:31:53 +0200 (Wed, 01 May 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/text/logger.c
-   M /trunk/src/misc/configuration.c
-
-
-
-* The configuration file and the log file are opened in text mode. This mode
-should only have a meaning on Win32 and isn't supposed to break any other
-platform. If does give you any trouble then shout.
-
-------------------------------------------------------------------------
-r1751 | massiot | 2002-05-02 00:32:27 +0200 (Thu, 02 May 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/macosx/aout_macosx.c
-
-* Misc sound fixes [Mac OS X port]
-* Fixed VCD double detection
-
-------------------------------------------------------------------------
-r1752 | fenrir | 2002-05-02 12:54:34 +0200 (Thu, 02 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/avi/avi.h
-   M /trunk/plugins/avi/libioRIFF.c
-
-    * plugins/avi/avi.c : you can now use slow and fast reading.
-                          After seeking, audio and video synchro is better.
-
-------------------------------------------------------------------------
-r1753 | sam | 2002-05-03 00:37:41 +0200 (Fri, 03 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/qnx/vout_qnx.c
-
-  * ./plugins/qnx/vout_qnx.c: port of the QNX vout plugin to the vout4 API,
-    courtesy of Pascal Levesque <Pascal.Levesque@mindready.com>.
-
-------------------------------------------------------------------------
-r1754 | massiot | 2002-05-03 01:02:43 +0200 (Fri, 03 May 2002) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-Added quite a few missing names.
-
-------------------------------------------------------------------------
-r1755 | massiot | 2002-05-03 01:06:27 +0200 (Fri, 03 May 2002) | 3 lines
-Changed paths:
-   M /trunk/FAQ
-
-Small FAQ update. Please note that everyone can update this FAQ if they
-want, it is not my property :-).
-
-------------------------------------------------------------------------
-r1756 | lool | 2002-05-03 19:37:09 +0200 (Fri, 03 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome.c
-
-  * ./plugins/gtk/gnome.c: new option lets you hide the text of the
-    GNOME interface toolbar
-
-------------------------------------------------------------------------
-r1757 | sam | 2002-05-03 20:40:21 +0200 (Fri, 03 May 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-
-  * ./configure.in: we check support for variadic macros (screw Borland!).
-
-------------------------------------------------------------------------
-r1758 | sam | 2002-05-03 22:49:30 +0200 (Fri, 03 May 2002) | 9 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/configuration.h
-   M /trunk/include/modules_inner.h
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules_plugin.h
-
-  * ./include/modules_inner.h, ./src/misc/configuration.c: support for config
-    options callbacks.
-
-    They don't take any argument for the moment, but this will change when
-    I'm finished with my other vlc changes. There is a little problem: the
-    Gtk+ interface keeps calling Put***Variable each time we click on "Apply"
-    or "Save". I think it should only call it once. Is there a way to fix
-    this? Gildas? lool? :-)
-
-------------------------------------------------------------------------
-r1759 | jpsaman | 2002-05-04 00:30:33 +0200 (Sat, 04 May 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/mad/mad_adec.h
-   M /trunk/plugins/mad/mad_libmad.c
-
-Aout fifo adapts it size according to the length of the first frame.
-The change is needed for MPEG1/2 layer III, because the size of output pcm from mad_decoder is different.
-Sadly, the buffer underruns are back ;-(.
-
-------------------------------------------------------------------------
-r1760 | lool | 2002-05-04 04:05:03 +0200 (Sat, 04 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_display.h
-
-  * ./plugins/gtk/gnome.c, ./plugins/gtk/gtk.c, ./plugins/gtk/gtk_display.*:
-    callbacks for the hide tooltips and toolbar text options
-
-------------------------------------------------------------------------
-r1761 | lool | 2002-05-04 05:32:28 +0200 (Sat, 04 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_interface.c
-
-  * ./plugins/gtk/*.glade, ./plugins/gtk/*_interface.*: fix for interface
-    autoshrink when toolbar text isn't displayed
-
-------------------------------------------------------------------------
-r1762 | lool | 2002-05-04 05:36:19 +0200 (Sat, 04 May 2002) | 4 lines
-Changed paths:
-   M /trunk/BUGS
-
-  * ./BUGS :
-    - no text in the status bar with gtk intf
-    - no window title in gtk intf on some machines, correct title on another
-
-------------------------------------------------------------------------
-r1763 | massiot | 2002-05-04 15:48:31 +0200 (Sat, 04 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/macosx/aout_macosx.c
-
-More stable audio output [Mac OS X port] with more output buffering.
-
-------------------------------------------------------------------------
-r1764 | sam | 2002-05-04 17:49:56 +0200 (Sat, 04 May 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/network/ipv4.c
-
-  * ./plugins/network/ipv4.c: fixed ipv4.so compilation under QNX.
-  * ./configure.in: deactivated ipv6.so under QNX for now.
-
-------------------------------------------------------------------------
-r1765 | gbazin | 2002-05-04 18:17:08 +0200 (Sat, 04 May 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_preferences.c
-
-
-
-* The Apply button in the preferences menu is grayed out unless there's a
-  change to apply.
-* GtkConfigApply() now clears the list of config changes before returning.
-
-------------------------------------------------------------------------
-r1766 | fenrir | 2002-05-04 18:51:05 +0200 (Sat, 04 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/avi/libioRIFF.c
-
-*** empty log message ***
-
-------------------------------------------------------------------------
-r1767 | gbazin | 2002-05-05 10:25:15 +0200 (Sun, 05 May 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/video_output/video_output.c
-
-
-
-* fixed the resizing and scaling of the X11 video output.
-* clicking on the video doesn't pause it anymore (use spacebar for this), but
-  double-clicking will now switch between fullscreen and window mode.
-
-------------------------------------------------------------------------
-r1768 | fenrir | 2002-05-05 19:20:49 +0200 (Sun, 05 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/avi/libioRIFF.c
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-
-    * plugins/avi/avi.c try to not freeze when reach end file
-
-------------------------------------------------------------------------
-r1769 | gbazin | 2002-05-06 23:05:26 +0200 (Mon, 06 May 2002) | 11 lines
-Changed paths:
-   M /trunk/plugins/mga/xmga.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/video_output/video_output.c
-
-
-
-* video plugins that don't handle rescaling themselves have to let the
-  video_output thread know about resizing events (with VOUT_SIZE_CHANGE event).
-  (this part needs some clean-up but it is basically working for the X11 and
-   SDL plugins).
-
-* fixed fullscreen for the SDL plugin.
-
-* xmga and sdl now switch to fullscreen on double-click.
-
-------------------------------------------------------------------------
-r1770 | fenrir | 2002-05-07 00:02:32 +0200 (Tue, 07 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-
-    *ALL : ameliorations ( i hope ;)
-
-------------------------------------------------------------------------
-r1771 | jpsaman | 2002-05-07 00:09:58 +0200 (Tue, 07 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/mad/mad_adec.h
-   M /trunk/plugins/mad/mad_libmad.c
-
-Added mad plugin downscale config option for selecting downscaling routine. Choices are: fast, mpg321. Default the fast version is used. The downscale option mpg321 uses an algorithm that adapts to dither errors. This routine is borrowed from MPG321 code.
-Mono audio streams get now duplicated on the right channel instead of silencing the right channel (untested).
-
-------------------------------------------------------------------------
-r1772 | massiot | 2002-05-07 00:59:46 +0200 (Tue, 07 May 2002) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/include/config.h
-   M /trunk/plugins/macosx/intf_controller.c
-   M /trunk/plugins/macosx/intf_controller.h
-   M /trunk/plugins/macosx/intf_macosx.c
-   M /trunk/plugins/macosx/intf_open.h
-   M /trunk/plugins/macosx/intf_vlc_wrapper.c
-   M /trunk/plugins/macosx/intf_vlc_wrapper.h
-   M /trunk/plugins/macosx/macosx.h
-   M /trunk/src/interface/intf_eject.c
-
-Improvements of the OS X GUI.
-
-------------------------------------------------------------------------
-r1773 | jlj | 2002-05-07 01:18:26 +0200 (Tue, 07 May 2002) | 2 lines
-Changed paths:
-   M /trunk/src/interface/intf_eject.c
-
-  * ./src/interface/intf_eject.c: s/Johanson/Johansen :-)
-
-------------------------------------------------------------------------
-r1774 | fenrir | 2002-05-07 15:53:55 +0200 (Tue, 07 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-
-    * plugins/avi/avi.c : can now use --novideo
-
-------------------------------------------------------------------------
-r1775 | fenrir | 2002-05-07 15:55:36 +0200 (Tue, 07 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-
-    * corrected some bad lock/unlock
-
-------------------------------------------------------------------------
-r1776 | massiot | 2002-05-07 22:17:07 +0200 (Tue, 07 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/macosx/intf_vlc_wrapper.c
-   M /trunk/plugins/macosx/vout_qdview.c
-   M /trunk/plugins/macosx/vout_vlc_wrapper.c
-   M /trunk/plugins/macosx/vout_vlc_wrapper.h
-
-Fixed Mac OS X VOUT_SIZE_CHANGE signal.
-
-------------------------------------------------------------------------
-r1777 | jobi | 2002-05-09 16:52:49 +0200 (Thu, 09 May 2002) | 2 lines
-Changed paths:
-   M /trunk/doc/vlc-howto.sgml
-
-    * doc/vlc-howto.sgml : URL fix for libdvdcss
-
-------------------------------------------------------------------------
-r1778 | jlj | 2002-05-09 18:15:15 +0200 (Thu, 09 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/macosx/intf_vlc_wrapper.c
-
-  * ./plugins/macosx/intf_vlc_wrapper.c: menu code fixes.
-
-------------------------------------------------------------------------
-r1779 | sam | 2002-05-09 23:24:22 +0200 (Thu, 09 May 2002) | 4 lines
-Changed paths:
-   M /trunk/src/interface/main.c
-
-  * ./src/interface/main.c: if Ctrl-C doesn't kill vlc cleanly for any
-    reason, user just needs to hit Ctrl-C again 1 second later and we'll
-    exit disgustingly instead of freezing.
-
-------------------------------------------------------------------------
-r1780 | fenrir | 2002-05-10 04:04:17 +0200 (Fri, 10 May 2002) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/common.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-   M /trunk/plugins/mad/mad_libmad.c
-   M /trunk/plugins/mpeg_system/Makefile
-   A /trunk/plugins/mpeg_system/mpeg_audio.c
-   M /trunk/src/misc/modules_plugin.h
-
-    * include/common.h and input_ext-plugins.h, src/misc/modules_plugin.h : export input_ClockGetTS for plugins.
-    * plugins/mpeg_system/mpeg_audio.c : a demux for mpeg audio stream (file, web radio ...)
-    * Makefile configure.in : to compile it
-
-------------------------------------------------------------------------
-r1781 | fenrir | 2002-05-10 06:06:10 +0200 (Fri, 10 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/avi/avi.h
-
-    * All: use input_ClockManageRef to do synchro.
-
-------------------------------------------------------------------------
-r1782 | massiot | 2002-05-12 03:39:36 +0200 (Sun, 12 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/macosx/intf_macosx.c
-   M /trunk/plugins/macosx/intf_vlc_wrapper.c
-   M /trunk/plugins/macosx/intf_vlc_wrapper.h
-   M /trunk/plugins/macosx/macosx.h
-   M /trunk/src/input/input_dec.c
-
-* Mac OS X port : menus for Program/Title/Chapter/Languages.
-
-------------------------------------------------------------------------
-r1783 | fenrir | 2002-05-12 08:51:08 +0200 (Sun, 12 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-   M /trunk/plugins/ffmpeg/ffmpeg.h
-
-    * All: simplifications.
-
-------------------------------------------------------------------------
-r1784 | massiot | 2002-05-12 22:56:34 +0200 (Sun, 12 May 2002) | 6 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.dep
-   M /trunk/Makefile.modules
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/plugins/macosx/Makefile
-   D /trunk/plugins/macosx/aout_macosx.c
-   A /trunk/plugins/macosx/aout_macosx.m
-   D /trunk/plugins/macosx/intf_controller.c
-   A /trunk/plugins/macosx/intf_controller.m
-   D /trunk/plugins/macosx/intf_macosx.c
-   A /trunk/plugins/macosx/intf_macosx.m
-   D /trunk/plugins/macosx/intf_open.c
-   A /trunk/plugins/macosx/intf_open.m
-   D /trunk/plugins/macosx/intf_vlc_wrapper.c
-   A /trunk/plugins/macosx/intf_vlc_wrapper.m
-   D /trunk/plugins/macosx/macosx.c
-   A /trunk/plugins/macosx/macosx.m
-   D /trunk/plugins/macosx/vout_macosx.c
-   A /trunk/plugins/macosx/vout_macosx.m
-   D /trunk/plugins/macosx/vout_qdview.c
-   A /trunk/plugins/macosx/vout_qdview.m
-   D /trunk/plugins/macosx/vout_vlc_wrapper.c
-   M /trunk/plugins/macosx/vout_vlc_wrapper.h
-   A /trunk/plugins/macosx/vout_vlc_wrapper.m
-   D /trunk/plugins/macosx/vout_window.c
-   A /trunk/plugins/macosx/vout_window.m
-   M /trunk/plugins/spudec/spu_decoder.c
-
-* Fixed menus [Mac OS X port]
-* Objective-C files are now .m
-* Fixed a major bug in the spu decoder
-* Disabled auto-hiding of mouse cursor since it doesn't work when browsing
-  menus ; instead, click in the video window
-
-------------------------------------------------------------------------
-r1785 | fenrir | 2002-05-13 18:28:44 +0200 (Mon, 13 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/mpeg_audio.c
-
-    * mpeg_audio.c : don't use any more U32_AT. Thanks Meuuh.
-
-------------------------------------------------------------------------
-r1786 | sam | 2002-05-13 19:57:46 +0200 (Mon, 13 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/text/ncurses.c
-
-  * ./plugins/text/ncurses.c: ncurses interface improvements by Thomas Graf.
-
-------------------------------------------------------------------------
-r1787 | sam | 2002-05-13 19:58:08 +0200 (Mon, 13 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/plugins/x11/xvideo.c
-
-  * ./plugins/x11/xcommon.c, ./plugins/x11/xvideo.c: --xvideo-chroma flag to
-    force the XVimage format used.
-
-------------------------------------------------------------------------
-r1788 | sam | 2002-05-13 21:30:40 +0200 (Mon, 13 May 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/filter/Makefile
-   A /trunk/plugins/filter/clone.c
-
-  * ./plugins/filter/clone.c: New filter, `--filter clone', duplicates
-    display. To duplicate 12 times, use `--filter clone:12'.
-
-------------------------------------------------------------------------
-r1789 | fenrir | 2002-05-13 23:55:30 +0200 (Mon, 13 May 2002) | 5 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/video.h
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/avi/avi.h
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-   M /trunk/plugins/mpeg_system/mpeg_audio.c
-   M /trunk/src/input/input_programs.c
-
-    * include/video.h : added new fourcc code for avi
-    * ALL : version from ffmpeg cvs can now decode msmpeg4 v1 v2 ,
-        so i have added support for this. But you can always use old ffmpeg
-        library  without any problem ( i hope ;)
-
-------------------------------------------------------------------------
-r1790 | fenrir | 2002-05-14 01:12:10 +0200 (Tue, 14 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/mpeg_audio.c
-
-    * plugins/mpeg_system/mpeg_audio.c : you should again be able to
-play PS stream (I hope it will be enougth). Sorry .
-
-------------------------------------------------------------------------
-r1791 | massiot | 2002-05-14 01:15:43 +0200 (Tue, 14 May 2002) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/vlc.icns
-   M /trunk/plugins/mpeg_vdec/video_decoder.c
-
-* New OS X icon, courtesy of Joeri van Dooren <joeri@van.dooren.be> ;
-* Mac OS X fix.
-
-------------------------------------------------------------------------
-r1792 | jobi | 2002-05-14 03:14:39 +0200 (Tue, 14 May 2002) | 4 lines
-Changed paths:
-   M /trunk/doc/vlc-howto.sgml
-   M /trunk/plugins/satellite/input_satellite.c
-   M /trunk/plugins/satellite/satellite.c
-
-    * doc/vlc-howto.sgml: Spelling mistakes, small updates, harmonization
-                          with other documentations (thank you Alexis)
-    * plugins/satellite/*: some fixes in options parsing (thank you Sam)
-
-------------------------------------------------------------------------
-r1793 | fenrir | 2002-05-14 16:10:17 +0200 (Tue, 14 May 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/mpeg_audio.c
-
-    * plugins/mpeg_system/mpeg_audio.c : to avoid problem with PS, test
-only the first 4 bytes for mpeg header so some broken files, and all
-web radio will not work. You can change this by changing value
-of MPEGAUDIO_MAXTESTPOS.
-
-------------------------------------------------------------------------
-r1794 | fenrir | 2002-05-14 16:13:00 +0200 (Tue, 14 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/mpeg_audio.c
-
-    Sorry, fix a mistake.
-
-------------------------------------------------------------------------
-r1795 | jobi | 2002-05-14 18:45:33 +0200 (Tue, 14 May 2002) | 3 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
-    * src/input/mpeg_system.c: fixed an old old bug in TS demux, thank you
-                               Meuuh.
-
-------------------------------------------------------------------------
-r1796 | sam | 2002-05-14 19:31:40 +0200 (Tue, 14 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/sdl/vout_sdl.c
-
-  * ./plugins/sdl/vout_sdl.c: fixed an aspect ratio issue (thanks Meuuh).
-
-------------------------------------------------------------------------
-r1797 | sam | 2002-05-14 20:11:15 +0200 (Tue, 14 May 2002) | 3 lines
-Changed paths:
-   M /trunk/include/mmx.h
-   M /trunk/plugins/imdct/ac3_imdct_3dn.c
-   M /trunk/plugins/imdct/ac3_imdct_sse.c
-   M /trunk/plugins/imdct/ac3_srfft_sse.c
-
- * ./include/mmx.h, ./plugins/imdct/*: gcc-3.1 compilation fixes courtesy
-   of Yves Duret and other Mandrakesoft guys I don't know.
-
-------------------------------------------------------------------------
-r1798 | bozo | 2002-05-14 21:33:54 +0200 (Tue, 14 May 2002) | 5 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/iso_lang.h
-   M /trunk/plugins/dvd/dvd_es.c
-   M /trunk/plugins/dvd/dvd_summary.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/mpeg_system/mpeg_ts.c
-   A /trunk/src/misc/iso-639.def
-   M /trunk/src/misc/iso_lang.c
-   M /trunk/src/misc/modules_plugin.h
-
-  * src/misc/iso-639.def, include/iso_lang.h, src/misc/iso_lang.c: iso-839-[12] tools.
-  * include/common.h, src/misc/modules_plugin.h: export the 3 new functions.
-  * plugins/dvd/dvd_es.c, plugins/dvd/dvd_summary.c, plugins/dvdread/input_dvdread.c: adapted DecodeLanguage calls to the new behaviour.
-  * plugins/mpeg_system/mpeg_ts.c: ISO-639-2 descriptors handling.
-
-------------------------------------------------------------------------
-r1799 | sam | 2002-05-14 21:47:25 +0200 (Tue, 14 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/satellite/satellite.c
-   M /trunk/src/misc/modules.c
-
-  * ./src/misc/modules.c: if a module has a zero-scored capability, we don't
-    try to use it, unless it was explicitely requested (--vout for example).
-
-------------------------------------------------------------------------
-r1800 | massiot | 2002-05-14 22:13:04 +0200 (Tue, 14 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/macosx/intf_vlc_wrapper.m
-
-Do not eject when we're reading from the disc...
-
-------------------------------------------------------------------------
-r1801 | massiot | 2002-05-14 22:27:25 +0200 (Tue, 14 May 2002) | 2 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
-It should now be possible to quit when reading a bogus file.
-
-------------------------------------------------------------------------
-r1802 | gbazin | 2002-05-14 22:39:23 +0200 (Tue, 14 May 2002) | 5 lines
-Changed paths:
-   M /trunk/BUGS
-   M /trunk/configure
-   M /trunk/configure.in
-
-
-
-* new --with-mad-tree configure option.
-* updated BUGS file.
-
-------------------------------------------------------------------------
-r1803 | jobi | 2002-05-14 22:54:52 +0200 (Tue, 14 May 2002) | 3 lines
-Changed paths:
-   M /trunk/src/input/mpeg_system.c
-
-    * src/input/mpeg_system.c : We handle PCR even if they are not attached
-                                to a PMT.
-
-------------------------------------------------------------------------
-r1804 | massiot | 2002-05-14 23:23:44 +0200 (Tue, 14 May 2002) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_dec.c
-
-Fixed a bug (glitch/segfault) when seeking.
-
-------------------------------------------------------------------------
-r1805 | bozo | 2002-05-14 23:57:31 +0200 (Tue, 14 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/mpeg_ts.c
-
-*** empty log message ***
-
-------------------------------------------------------------------------
-r1806 | sam | 2002-05-15 02:02:27 +0200 (Wed, 15 May 2002) | 3 lines
-Changed paths:
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-
-  * ./include/modules_inner.h: fixed a bug in module reinitialization,
-    which should fix crashes after a long pause.
-
-------------------------------------------------------------------------
-r1807 | sam | 2002-05-15 02:04:52 +0200 (Wed, 15 May 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-  * ./configure.in: added libdvbpsi version check.
-
-------------------------------------------------------------------------
-r1808 | sam | 2002-05-15 02:39:46 +0200 (Wed, 15 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/satellite/input_satellite.c
-
-  * ./plugins/satellite/input_satellite.c: fixed a compilation warning.
-
-------------------------------------------------------------------------
-r1809 | sam | 2002-05-15 02:40:26 +0200 (Wed, 15 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/spudec/spu_decoder.c
-
-  * ./plugins/spudec/spu_decoder.c: fixed endianness issue; subtitles colors
-    should be OK now.
-
-------------------------------------------------------------------------
-r1810 | sam | 2002-05-15 03:29:07 +0200 (Wed, 15 May 2002) | 3 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-  * ./src/misc/configuration.c: fixed an issue with long options from
-    modules where option arguments and playlist entries were mixed.
-
-------------------------------------------------------------------------
-r1811 | marcari | 2002-05-15 13:06:17 +0200 (Wed, 15 May 2002) | 6 lines
-Changed paths:
-   M /trunk/src/misc/netutils.c
-
-  * netutils.c: use closesocket() instead of close() at the end
-  of the network_ChannelJoin() for WIN32.
-
-  It closes the following bug : when changing channel we sometimes got
-  a 'no answer from vlcs' even if the answer is sent back.
-
-------------------------------------------------------------------------
-r1812 | marcari | 2002-05-15 15:07:18 +0200 (Wed, 15 May 2002) | 10 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/plugins/access/http.c
-   M /trunk/plugins/access/udp.c
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/misc/modules_plugin.h
-
-On sam's advice I added the input_FDNetworkClose() function to be called
-when closing a  networking stream instead of input_FDClose().  It is due
-to WIN32  because we have  to call  closesocket() instead of  close() to
-close the socket. The problem was  : windows did not leave the multicast
-group when closing the socket.
-
-  * input_ext-plugins.c : where is located the function
-  * *.h : function declaration
-  * udp.c, http.c : these modules now call input_FDNetworkClose()
-
-------------------------------------------------------------------------
-r1813 | marcari | 2002-05-15 15:36:40 +0200 (Wed, 15 May 2002) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_ext-plugins.c
-
-  * removed a debug message that I forgot in my previous commit
-
-------------------------------------------------------------------------
-r1814 | ipkiss | 2002-05-15 16:43:20 +0200 (Wed, 15 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/win32/network.cpp
-   M /trunk/plugins/win32/network.dfm
-   M /trunk/plugins/win32/network.h
-
-
- * plugins/win32/network.*: new Network dialog box
-
-------------------------------------------------------------------------
-r1815 | asmax | 2002-05-15 17:46:34 +0200 (Wed, 15 May 2002) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_programs.c
-
-- check size to avoid realloc(0)
-
-------------------------------------------------------------------------
-r1816 | sam | 2002-05-15 21:36:04 +0200 (Wed, 15 May 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-
-  * ./plugins/ac3_adec/ac3_adec.c: probably fixed most "crash when changing
-    audio track" problems by zeroing the p_ac3dec structure.
-  * ./plugins/ac3_adec/ac3_adec.c: fixed a "INPUT_MAX_ALLOCATION reached"
-    crash.
-
-------------------------------------------------------------------------
-r1817 | massiot | 2002-05-15 23:14:18 +0200 (Wed, 15 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/macosx/vout_qdview.m
-
-Attempt to fix the video output with QuickTime 6.
-
-------------------------------------------------------------------------
-r1818 | jobi | 2002-05-16 00:53:10 +0200 (Thu, 16 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/mpeg_ps.c
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/plugins/vcd/vcd.c
-
-    * plugins/vcd/* : vcd access plugin now uses mpeg_ps demux instead
-                     of its own one.
-
-------------------------------------------------------------------------
-r1819 | sam | 2002-05-16 01:53:45 +0200 (Thu, 16 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_summary.c
-
-  * ./plugins/dvd/dvd_summary.c: added a sanity check.
-
-------------------------------------------------------------------------
-r1820 | tcastley | 2002-05-16 13:38:42 +0200 (Thu, 16 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Improved overlay and bitmap support, not tested on nVidia cards.
-Lower CPU usage and no thread created per frame.
-
-------------------------------------------------------------------------
-r1821 | tcastley | 2002-05-16 14:47:59 +0200 (Thu, 16 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Fixed segfault in last checkin.
-
-------------------------------------------------------------------------
-r1822 | gbazin | 2002-05-16 15:20:22 +0200 (Thu, 16 May 2002) | 8 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-
-
-
-* src/input/input_programs.c: fixed memory corruption by setting a few
-    pointers to NULL after they have been free()ed.
-* src/input/input_programs.c: removed now useless ASSERTs.
-
-This patch comes from sam, so if you want to blame someone blame him ;-)
-
-------------------------------------------------------------------------
-r1823 | gbazin | 2002-05-16 18:51:50 +0200 (Thu, 16 May 2002) | 7 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_seek.c
-
-
-
-Another fix from Sam:
-
-* fix random segfaults on title change.
-  (cell.i_cell_nb should be tested _before_ we access the structures)
-
-------------------------------------------------------------------------
-r1824 | sam | 2002-05-17 02:58:14 +0200 (Fri, 17 May 2002) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/interface/intf_msg.c
-   M /trunk/src/interface/intf_playlist.c
-
-  * ./src/interface/intf_msg.c, src/interface/intf_playlist.c: disabled
-    calls to realloc(_,0) in a similar way to input_programs.c.
-
-------------------------------------------------------------------------
-r1825 | lool | 2002-05-17 16:17:05 +0200 (Fri, 17 May 2002) | 2 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/src/video_output/video_output.c
-
-  * video output patch to improve handling of late pictures (by Meuuh)
-
-------------------------------------------------------------------------
-r1826 | lool | 2002-05-17 17:14:47 +0200 (Fri, 17 May 2002) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-  * removed usage of usleep (not thread safe) (by Meuuh)
-
-------------------------------------------------------------------------
-r1827 | fenrir | 2002-05-17 17:47:01 +0200 (Fri, 17 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-
-    * plugins/avi/avi.c : it will not segfault with broken avi with an unknown stream.
-
-------------------------------------------------------------------------
-r1828 | sam | 2002-05-17 18:38:41 +0200 (Fri, 17 May 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/config.h
-   M /trunk/include/defs.h.in
-   M /trunk/src/misc/mtime.c
-
-  * ./src/misc/mtime.c: we use nanosleep whenever possible (patch from Meuuh).
-
-------------------------------------------------------------------------
-r1829 | stef | 2002-05-17 20:01:25 +0200 (Fri, 17 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/src/audio_output/aout_spdif.c
-
-*check for b_die and b_error in all loops so that we don't remain stuck
-waiting for data whereas the vlc has tried to quit.
-
-------------------------------------------------------------------------
-r1830 | stef | 2002-05-17 20:06:34 +0200 (Fri, 17 May 2002) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_clock.c
-
-*Don't keep the control lock during the pause
-
-------------------------------------------------------------------------
-r1831 | stef | 2002-05-17 20:12:59 +0200 (Fri, 17 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-
-*Update reference in case of sequence end code.
-
-------------------------------------------------------------------------
-r1832 | fenrir | 2002-05-18 01:01:02 +0200 (Sat, 18 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/mpeg_audio.c
-
-    * plugins/mpeg_system/mpeg_audio.c : you can now force this plugin( mpegaudio ).
-
-------------------------------------------------------------------------
-r1833 | ipkiss | 2002-05-18 04:12:20 +0200 (Sat, 18 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_callbacks.c
-   M /trunk/plugins/gtk/gnome_callbacks.h
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_interface.h
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/gtk_support.c
-   M /trunk/plugins/gtk/gtk_support.h
-
-
- * New Network dialog box for Gtk and Gnome interfaces
-
-------------------------------------------------------------------------
-r1834 | ipkiss | 2002-05-18 04:32:00 +0200 (Sat, 18 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_interface.h
-   M /trunk/plugins/gtk/gtk_support.c
-   M /trunk/plugins/gtk/gtk_support.h
-
-
- * Fixed my previous commit
-
-------------------------------------------------------------------------
-r1835 | sam | 2002-05-18 09:30:03 +0200 (Sat, 18 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/text/rc.c
-
-  * ./plugins/text/rc.c: added a safety lock.
-
-------------------------------------------------------------------------
-r1836 | stef | 2002-05-18 10:50:54 +0200 (Sat, 18 May 2002) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/aout_spdif.c
-
-*A lock was not released;
-
-------------------------------------------------------------------------
-r1837 | sam | 2002-05-18 13:59:00 +0200 (Sat, 18 May 2002) | 3 lines
-Changed paths:
-   M /trunk/debian/control
-
-  * ./debian/control: made the Build-Depends: entry a one-liner (Closes
-    Debian bug #147103).
-
-------------------------------------------------------------------------
-r1838 | gbazin | 2002-05-18 15:30:28 +0200 (Sat, 18 May 2002) | 21 lines
-Changed paths:
-   M /trunk/plugins/directx/directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/directx/vout_directx.h
-   M /trunk/plugins/directx/vout_events.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/src/misc/configuration.c
-
-
-
-* modified the directx video plugin to try to create an YUV surface before
-   falling back to an RGB surface when it's not possible to use overlays.
-   Some graphic cards can do the YUV->RGB conversion in hardware during the
-   blitting stage.
-* in the directx video plugin, we now request that the RGB surface be created
-   in video memory. The reasoning behind this is that usually surfaces in
-   video memory benefit from more hardware acceleration (like for instance
-   hw rescaling, hw blitting, etc...)
-* added two options to the directx video plugin to disable the above features.
-   (mainly because my video driver is buggy and doesn't handle them well).
-
-* small cosmetic changes to the generation of the config file.
-
-* fix for config_GetHomeDir() on win32. SHGetFolderPath() is located in
-   shfolder.dll not shell32.dll.
-* fix for the gtk preferences dialog box. To be sure that an int or float value
-   is actually changed we call gtk_spin_button_update() in the
-   GtkInt/FloatChanged() event handler.
-
-------------------------------------------------------------------------
-r1839 | massiot | 2002-05-18 15:33:44 +0200 (Sat, 18 May 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/macosx/intf_controller.h
-   M /trunk/plugins/macosx/intf_controller.m
-   M /trunk/plugins/macosx/intf_vlc_wrapper.h
-   M /trunk/plugins/macosx/intf_vlc_wrapper.m
-   M /trunk/src/misc/mtime.c
-
-* Menu item to maximize the volume in Mac OS X ;
-* Dropped dependancy on autoconf 2.52.
-
-------------------------------------------------------------------------
-r1840 | gbazin | 2002-05-18 16:03:13 +0200 (Sat, 18 May 2002) | 5 lines
-Changed paths:
-   M /trunk/extras/Win32_msvc/defs.h
-   A /trunk/extras/Win32_msvc/dirent.c
-   A /trunk/extras/Win32_msvc/dirent.h
-   M /trunk/extras/Win32_msvc/vlc.dsp
-   M /trunk/plugins/dvd/dvd_es.c
-   M /trunk/plugins/spudec/spu_decoder.c
-   M /trunk/src/misc/modules.c
-
-
-* updated the MSVC++ project files and added support for dirent (vlc compiled
-   with msvc can now load plugins - even compiled with mingw).
-* small portability fixes.
-
-------------------------------------------------------------------------
-r1841 | gbazin | 2002-05-18 17:34:04 +0200 (Sat, 18 May 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/directx/vout_events.c
-
-
-* fixed a bug in the directx window creation function. We register a window
-   class once per process so we must be careful not to free the associated
-   resources.
-
-------------------------------------------------------------------------
-r1842 | gbazin | 2002-05-18 17:51:37 +0200 (Sat, 18 May 2002) | 4 lines
-Changed paths:
-   M /trunk/src/audio_output/aout_ext-dec.c
-   M /trunk/src/audio_output/aout_pcm.c
-
-
-
-* fixed deadlock in NextFrame() in aout_pcm.c
-
-------------------------------------------------------------------------
-r1843 | sam | 2002-05-18 19:47:47 +0200 (Sat, 18 May 2002) | 3 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/input_iovec.h
-   M /trunk/include/modules.h
-   M /trunk/include/threads_funcs.h
-   M /trunk/plugins/a52/a52.c
-   M /trunk/plugins/ac3_adec/ac3_bit_allocate.c
-   M /trunk/plugins/ac3_adec/ac3_exponent.h
-   M /trunk/plugins/ac3_adec/ac3_mantissa.h
-   M /trunk/plugins/ac3_adec/ac3_rematrix.c
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-   M /trunk/plugins/gtk/gtk_common.h
-   M /trunk/plugins/idct/block_c.h
-   M /trunk/plugins/idct/block_mmx.h
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idct_sparse.h
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   M /trunk/plugins/mad/mad_libmad.c
-   M /trunk/plugins/mga/xmga.c
-   M /trunk/plugins/motion/motion3dnow.c
-   M /trunk/plugins/motion/motionmmx.c
-   M /trunk/plugins/motion/motionmmxext.c
-   M /trunk/plugins/mpeg_system/mpeg_audio.c
-   M /trunk/plugins/mpeg_vdec/video_decoder.c
-   M /trunk/plugins/mpeg_vdec/video_parser.h
-   M /trunk/plugins/mpeg_vdec/vpar_blocks.c
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/mpeg_vdec/vpar_pool.h
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/spudec/spu_decoder.h
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/audio_output/aout_pcm.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/input/mpeg_system.c
-
-  * ALL: changed __inline__ with inline (autoconf does the job for us anyway,
-    and mipspro doesn't know about __inline__).
-
-------------------------------------------------------------------------
-r1844 | massiot | 2002-05-18 19:53:11 +0200 (Sat, 18 May 2002) | 3 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-* Warning levels are no longer additive, patch courtesy of Arnaud de
-  Bossoreille de Ribou <bozo@via.ecp.fr>
-
-------------------------------------------------------------------------
-r1845 | massiot | 2002-05-18 20:48:24 +0200 (Sat, 18 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/macosx/vout_macosx.m
-   M /trunk/plugins/macosx/vout_qdview.m
-   M /trunk/plugins/macosx/vout_vlc_wrapper.h
-   M /trunk/plugins/macosx/vout_vlc_wrapper.m
-
-* Fixed Mac OS X resizing.
-
-------------------------------------------------------------------------
-r1846 | gbazin | 2002-05-19 00:41:43 +0200 (Sun, 19 May 2002) | 5 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/directx/vout_events.c
-
-
-
-* updated INSTALL.win32
-* a little bit of clean-up in the directx video output plugin
-
-------------------------------------------------------------------------
-r1847 | massiot | 2002-05-19 02:34:54 +0200 (Sun, 19 May 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-   D /trunk/README - Mac OS X.rtf
-   A /trunk/README.MacOSX.rtf
-   M /trunk/doc/vlc-howto.sgml
-   M /trunk/doc/vlc.1
-   M /trunk/include/config.h
-   M /trunk/plugins/macosx/aout_macosx.m
-   M /trunk/src/audio_output/aout_pcm.c
-
-* Desperate attempt to improve audio output ;
-* Updated documentation.
-
-------------------------------------------------------------------------
-r1848 | massiot | 2002-05-19 02:43:42 +0200 (Sun, 19 May 2002) | 2 lines
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-
-* Another addition.
-
-------------------------------------------------------------------------
-r1849 | stef | 2002-05-19 03:07:13 +0200 (Sun, 19 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/spudec/spu_decoder.c
-
-*Mark subpictures destroyed when we end spudec thread.
-
-------------------------------------------------------------------------
-r1850 | gbazin | 2002-05-19 11:37:02 +0200 (Sun, 19 May 2002) | 13 lines
-Changed paths:
-   M /trunk/include/config.h
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/src/interface/main.c
-
-
-
-* moved the mpeg-motion and mpeg-idct options to the mpeg_vdec plugin
-* added a few *_LONGTEXT descriptions to main.c
-* on win32 DVD/VCD_DEVICE defaults to to D:
-
-Could anyone finish the *_LONGTEXT descriptions in main.c. There aren't
-that many left right now, just the ones I didn't really know what to do
-with.
-If someone also wants to review and change the already existing
-*_LONGTEXT descriptions, he is welcome as well because there are not
-really high quality descriptions :(
-
-------------------------------------------------------------------------
-r1851 | gbazin | 2002-05-19 12:06:37 +0200 (Sun, 19 May 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/dummy/intf_dummy.c
-
-
-
-* on win32 the dummy interface plugin will open a dos command box. With
-this fix, vlc should never fail silently and leave a ghost process
-running in the background when there isn't any working GUI plugin.
-
-------------------------------------------------------------------------
-r1852 | massiot | 2002-05-19 13:02:46 +0200 (Sun, 19 May 2002) | 2 lines
-Changed paths:
-   M /trunk/src/interface/main.c
-
-Updated long descriptions.
-
-------------------------------------------------------------------------
-r1853 | massiot | 2002-05-19 13:29:51 +0200 (Sun, 19 May 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-* New --with-ffmpeg option for standard installations.
-
-------------------------------------------------------------------------
-r1854 | massiot | 2002-05-19 14:09:38 +0200 (Sun, 19 May 2002) | 2 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-* New vlc.spec, courtesy of Yves Duret <yves.duret@mandrakesoft.com>.
-
-------------------------------------------------------------------------
-r1855 | massiot | 2002-05-19 14:12:06 +0200 (Sun, 19 May 2002) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-* A few updates.
-
-------------------------------------------------------------------------
-r1856 | gbazin | 2002-05-19 14:57:32 +0200 (Sun, 19 May 2002) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/extras/Win32_msvc/defs.h
-   M /trunk/extras/Win32_msvc/modules_builtin_msvc.h
-   M /trunk/extras/Win32_msvc/vlc.dsp
-   M /trunk/plugins/filter/clone.c
-   M /trunk/plugins/filter/deinterlace.c
-   M /trunk/plugins/filter/distort.c
-   M /trunk/plugins/filter/invert.c
-   M /trunk/plugins/filter/transform.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/src/interface/main.c
-
-
-* filters were using memalign but freeing p_data instead of p_data_orig.
-* updated MSVC++ project.
-* small corrections to the LONGTEXT descriptions in main.c.
-
-------------------------------------------------------------------------
-r1857 | gbazin | 2002-05-19 17:23:35 +0200 (Sun, 19 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/text/rc.c
-
-
-* on win32 the rc plugin opens a new console.
-
-------------------------------------------------------------------------
-r1858 | stef | 2002-05-19 17:50:02 +0200 (Sun, 19 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/spudec/spu_decoder.c
-
-*Initialize p_spudec->p_vout to NULL to prevent segfault if InitThread does
-not complete.
-
-------------------------------------------------------------------------
-r1859 | massiot | 2002-05-19 18:01:26 +0200 (Sun, 19 May 2002) | 2 lines
-Changed paths:
-   M /trunk/BUGS
-
-Removed fixed entries.
-
-------------------------------------------------------------------------
-r1860 | jobi | 2002-05-19 18:45:17 +0200 (Sun, 19 May 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/gtk/fixfiles.sh
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_support.c
-   M /trunk/plugins/satellite/input_satellite.c
-
-    * plugins/satellite/input_satellite.c: cosmetic changes in error messages
-    * plugins/gtk/*: gtk and gnome interfaces now uses frequency and
-                     symbol rates default values
-
-------------------------------------------------------------------------
-r1861 | massiot | 2002-05-19 19:27:39 +0200 (Sun, 19 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/macosx/intf_vlc_wrapper.m
-
-* Fixed a segfault in the Mac OS X interface.
-
-------------------------------------------------------------------------
-r1862 | jlj | 2002-05-19 21:16:40 +0200 (Sun, 19 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/macosx/intf_vlc_wrapper.m
-
-  * ./plugins/macosx/intf_vlc_wrapper.m: don't try to eject unless there is
-    a disc to eject.
-
-------------------------------------------------------------------------
-r1863 | gbazin | 2002-05-19 22:26:11 +0200 (Sun, 19 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_preferences.c
-
-
-* fixed a segfault I introduced lately in gtk_preferences.
-
-------------------------------------------------------------------------
-r1864 | massiot | 2002-05-19 22:55:00 +0200 (Sun, 19 May 2002) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-
-* OS X intf is now more consistent with Apple guidelines.
-
-------------------------------------------------------------------------
-r1865 | massiot | 2002-05-20 00:46:53 +0200 (Mon, 20 May 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-* Fixes for ffmpeg and mad.
-
-------------------------------------------------------------------------
-r1866 | massiot | 2002-05-20 01:51:37 +0200 (Mon, 20 May 2002) | 7 lines
-Changed paths:
-   M /trunk/include/threads_funcs.h
-   M /trunk/plugins/macosx/aout_macosx.m
-   M /trunk/plugins/macosx/intf_controller.m
-   M /trunk/plugins/macosx/intf_vlc_wrapper.m
-   M /trunk/plugins/macosx/vout_macosx.m
-   M /trunk/src/misc/darwin_specific.c
-   M /trunk/src/video_output/video_output.c
-
-Mac OS X-specific :
-* We now use real-time threads ;
-* Worked around a bug when seeking ;
-All :
-* Removed my patch to the video output since it causes problems for some
-  people.
-
-------------------------------------------------------------------------
-r1867 | jlj | 2002-05-20 07:20:12 +0200 (Mon, 20 May 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/macosx/intf_controller.h
-   M /trunk/plugins/macosx/intf_controller.m
-
-  * ./plugins/macosx/intf_controller.[mh]: you can now drag & drop files onto
-    the vlc dock icon. CFBundleDocumentTypes in Info.plist doesn't seem to have
-    any effect, so you'll have to hold down command-option when dropping until
-    this is resolved.
-
-------------------------------------------------------------------------
-r1868 | massiot | 2002-05-20 12:44:18 +0200 (Mon, 20 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/macosx/aout_macosx.m
-   M /trunk/plugins/macosx/vout_macosx.m
-
-Removed unused headers.
-
-------------------------------------------------------------------------
-r1869 | tcastley | 2002-05-20 13:21:01 +0200 (Mon, 20 May 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Improved Overlay and Bitmap output modes.
-Due to existing bug in some Chroma's the Overlay does not work for nVidia
-cards.  Sorry.
-
-------------------------------------------------------------------------
-r1870 | sam | 2002-05-20 16:12:15 +0200 (Mon, 20 May 2002) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   A /trunk/Makefile.config.in
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-
-  * ./Makefile.opts.in: removed configuration stuff which does not need to
-    rebuild anything to Makefile.config, so that editing it will not cause
-    a complete rebuild.
-
-------------------------------------------------------------------------
-r1871 | sam | 2002-05-20 16:22:52 +0200 (Mon, 20 May 2002) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-  * ./ChangeLog: updated changelog.
-
-------------------------------------------------------------------------
-r1872 | gbazin | 2002-05-20 17:03:33 +0200 (Mon, 20 May 2002) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/a52/a52.c
-   M /trunk/plugins/a52/a52.h
-
-
-* Added an option to disable the dynamic range compression.
-
-------------------------------------------------------------------------
-r1873 | sam | 2002-05-20 20:43:02 +0200 (Mon, 20 May 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-
-  * ./Makefile: forgot to remove Makefile.config in the distclean rule.
-
-------------------------------------------------------------------------
-r1874 | massiot | 2002-05-20 20:51:57 +0200 (Mon, 20 May 2002) | 2 lines
-Changed paths:
-   M /trunk/.cvsignore
-
-Added Makefile.config.
-
-------------------------------------------------------------------------
-r1875 | sam | 2002-05-20 21:02:22 +0200 (Mon, 20 May 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/src/video_output/vout_pictures.c
-
-  * ./plugins/dummy/dummy.c: added --dummy-chroma option.
-  * ./plugins/dummy/vout_dummy.c: the dummy vout plugin now uses vlc's
-    vout_AllocatePicture instead of its own.
-  * ./src/video_output/vout_pictures.c: added YUY2 in vout_AllocatePicture.
-
-------------------------------------------------------------------------
-r1876 | sam | 2002-05-20 21:12:16 +0200 (Mon, 20 May 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-
-  * ./Makefile: we check for Makefile.config before including it.
-
-------------------------------------------------------------------------
-r1877 | sam | 2002-05-20 21:34:58 +0200 (Mon, 20 May 2002) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_pictures.c
-
-  * ./src/video_output/vout_pictures.c: workaround for a bug in the dummy vout.
-
-------------------------------------------------------------------------
-r1878 | gbazin | 2002-05-20 21:49:18 +0200 (Mon, 20 May 2002) | 12 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/network/ipv6.c
-
-
-
-* First try for IPv6 support on Win32. This hasn't been tested so it
-  might not work! To compile this stuff you need a mingw compiler with
-  w32api-1.3.
-
-The win32 code uses the getaddrinfo function because inet_pton is
-supposed to be deprecated and not supported by Microsoft. gethostbyname2
-isn't supported as well. Maybe we could try to unify the ipv6 plugin and
-have all the ports use getaddrinfo ? (I didn't dare to do it because I
-don't want to break anything before a release ;-)
-
-------------------------------------------------------------------------
-r1879 | massiot | 2002-05-20 22:58:58 +0200 (Mon, 20 May 2002) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/ipkg/control
-   M /trunk/vlc.spec
-
-* Bumped up version number to 0.4.0 ;
-* Updated changelog.
-
-------------------------------------------------------------------------
-r1880 | sam | 2002-05-21 00:26:01 +0200 (Tue, 21 May 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-  * ./configure.in: tried to fix the -lavcodec detection.
-
-------------------------------------------------------------------------
-r1881 | sam | 2002-05-21 00:30:19 +0200 (Tue, 21 May 2002) | 3 lines
-Changed paths:
-   M /trunk/BUGS
-   M /trunk/ChangeLog
-   M /trunk/plugins/x11/xcommon.c
-
-  * ./plugins/x11/xcommon.c: fixed x11 and xvideo alternate fullscreen (gibalou
-    on t'aiiiiiiiiimeuh).
-
-------------------------------------------------------------------------
-r1882 | sam | 2002-05-21 00:34:56 +0200 (Tue, 21 May 2002) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-
-  * ./po/*: updated language files.
-
-------------------------------------------------------------------------
-r1883 | sam | 2002-05-21 00:36:42 +0200 (Tue, 21 May 2002) | 3 lines
-Changed paths:
-   M /trunk/include/common.h
-   M /trunk/include/iso_lang.h
-   M /trunk/src/misc/iso_lang.c
-
-  * ./src/misc/iso_lang.c: code simplifications.
-  * ./src/misc/iso_lang.c: the language prototypes now use the const keyword.
-
-------------------------------------------------------------------------
-r1884 | sam | 2002-05-21 00:39:36 +0200 (Tue, 21 May 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_demux.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/interface/main.c
-
-  * ./src/interface/main.c: fixed a little memleak.
-  * ./src/input/input_dec.c: removed useless code.
-  * ./src/input/input.c, ./plugins/gtk/gtk.c: fixed access to uninitialized
-    variables.
-  * ./plugins/dvd/dvd_demux.c: fixed the pf_demux return value.
-
-------------------------------------------------------------------------
-r1885 | sam | 2002-05-21 00:45:03 +0200 (Tue, 21 May 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd.h
-   M /trunk/plugins/dvd/dvd_access.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   M /trunk/plugins/dvd/dvd_seek.c
-   M /trunk/plugins/dvd/dvd_seek.h
-
-  * ./plugins/dvd/*: fixed a few inconsistences.
-  * ./plugins/dvd/*: renamed i_start/i_end couples when they actually
-    meant i_first/i_last.
-
-------------------------------------------------------------------------
-r1886 | sam | 2002-05-21 02:23:37 +0200 (Tue, 21 May 2002) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_ext-plugins.c
-
-  * src/input/input_ext-plugins.c, src/input/input_ext-intf.c: boundary checks
-    on seek.
-
-------------------------------------------------------------------------
-r1887 | sam | 2002-05-21 02:34:41 +0200 (Tue, 21 May 2002) | 3 lines
-Changed paths:
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/dvd/dvd_access.c
-   M /trunk/plugins/dvd/dvd_seek.c
-
-  * ./plugins/dvd/dvd_access.c, plugins/dvd/dvd_seek.c: very minor cosmetic
-    fixes.
-
-------------------------------------------------------------------------
-r1888 | sam | 2002-05-21 03:27:26 +0200 (Tue, 21 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/mpeg_ts.c
-
-  * ./plugins/mpeg_system/mpeg_ts.c: fixed a warning.
-
-------------------------------------------------------------------------
-r1889 | ipkiss | 2002-05-21 03:29:38 +0200 (Tue, 21 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/win32/network.cpp
-   M /trunk/plugins/win32/network.dfm
-   M /trunk/plugins/win32/network.h
-
-
- * Fixed a stupid bug in the Network dialog.
-
-------------------------------------------------------------------------
-r1890 | sam | 2002-05-21 03:40:17 +0200 (Tue, 21 May 2002) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-  * ./src/input/input.c: fixed a bug with the input remaining stuck when no
-    network data was present.
-
-------------------------------------------------------------------------
-r1891 | sam | 2002-05-21 04:46:39 +0200 (Tue, 21 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/chroma/i420_yuy2.h
-
-  * ./plugins/chroma/i420_yuy2.h: fixed the BeOS crash. Margin handling isn't
-    done yet, though.
-
-------------------------------------------------------------------------
-r1892 | sam | 2002-05-21 05:37:17 +0200 (Tue, 21 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/chroma/i420_yuy2.c
-
-  * ./plugins/chroma/i420_yuy2.c: margin support for the 420 planar to 422
-    packed chroma transformations.
-
-------------------------------------------------------------------------
-r1893 | gbazin | 2002-05-21 08:55:48 +0200 (Tue, 21 May 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/network/ipv6.c
-
-
-
-* ./plugins/network/ipv6.c: fixed a stupid bug.
-
-------------------------------------------------------------------------
-r1894 | gbazin | 2002-05-21 09:48:50 +0200 (Tue, 21 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/directx/aout_directx.c
-
-
-* ./plugins/directx/aout_directx.c: fixed compile warnings.
-
-------------------------------------------------------------------------
-r1895 | lool | 2002-05-21 15:27:32 +0200 (Tue, 21 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_access.c
-
-  * fixed a side-effect bug causing crashes on DVD title change
-
-------------------------------------------------------------------------
-r1896 | gbazin | 2002-05-21 15:34:31 +0200 (Tue, 21 May 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_access.c
-
-
-
-* On Win32 the DVD access plugin has to be explicitly requested. This
-  avoids crashes when the input thread tries to open files as dvds.
-
-------------------------------------------------------------------------
-r1897 | massiot | 2002-05-22 00:09:45 +0200 (Wed, 22 May 2002) | 2 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-* Updated spec for ffmpeg.
-
-------------------------------------------------------------------------
-r1898 | lool | 2002-05-22 13:23:56 +0200 (Wed, 22 May 2002) | 3 lines
-Changed paths:
-   M /trunk/include/modules_inner.h
-
-  * ./include/modules_inner.h: fixed a crash when reopening a hidden
-    module (by sam)
-
-------------------------------------------------------------------------
-r1899 | tcastley | 2002-05-22 14:23:41 +0200 (Wed, 22 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Changes to reduce segfaults on exit, and also allow only one Playlist window.
-
-------------------------------------------------------------------------
-r1900 | jobi | 2002-05-22 14:50:21 +0200 (Wed, 22 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/vcd/vcd.c
-
-    * plugins/vcd/vcd.c: added svcd shortcut to the vcd input
-
-------------------------------------------------------------------------
-r1901 | gbazin | 2002-05-22 16:20:41 +0200 (Wed, 22 May 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/text/logger.c
-
-
-* ./plugins/text/logger.c: on win32 the logger interface shows up a dos
-  command box.
-* ./plugins/gtk/gnome.c: fixed uninitialized variable. (from Sam)
-* ./plugins/gtk/gtk_playlist.c: simplified GtkRebuildCList(). (from Sam)
-
-------------------------------------------------------------------------
-r1902 | ipkiss | 2002-05-22 19:12:45 +0200 (Wed, 22 May 2002) | 8 lines
-Changed paths:
-   M /trunk/plugins/win32/disc.cpp
-   M /trunk/plugins/win32/disc.dfm
-   M /trunk/plugins/win32/disc.h
-   M /trunk/plugins/win32/mainframe.cpp
-   M /trunk/plugins/win32/mainframe.dfm
-   M /trunk/plugins/win32/mainframe.h
-   M /trunk/plugins/win32/network.cpp
-   M /trunk/plugins/win32/network.dfm
-   M /trunk/plugins/win32/network.h
-   M /trunk/plugins/win32/preferences.cpp
-   M /trunk/plugins/win32/preferences.h
-
-
- * ALL: replaced TUpDown components by TCSpinEdit ones, which allow
-   values greater than 32767. It fixes the audio bug ocurring when a
-   configuration file is saved under the win32 interface
-
- * ./plugins/win32/mainframe.cpp: Added some extra space between
-   statusbar and toolbar when nothing is displayed. I find it nicer :)
-
-------------------------------------------------------------------------
-r1903 | sam | 2002-05-22 19:17:45 +0200 (Wed, 22 May 2002) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/modules_inner.h
-   M /trunk/plugins/access/file.c
-   M /trunk/plugins/dvd/dvd_seek.c
-
-  * ./plugins/access/file.c, plugins/dvd/dvd_seek.c: readability changes.
-  * ./Makefile: the vlc rule depends on modules_builtin.h.
-  * ./include/modules_inner.h: removed useless code.
-
-------------------------------------------------------------------------
-r1904 | sam | 2002-05-22 19:19:46 +0200 (Wed, 22 May 2002) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-  * ./src/misc/modules.c: disabled module autohide until we find out why a
-    reloaded module sometimes does not work properly.
-
-------------------------------------------------------------------------
-r1905 | gbazin | 2002-05-22 21:31:33 +0200 (Wed, 22 May 2002) | 9 lines
-Changed paths:
-   M /trunk/plugins/directx/directx.c
-   M /trunk/src/misc/modules.c
-
-
-* ./src/misc/modules.c: restored plugins hiding as the problem is fixed.
-* ./plugins/directx/directx.c: UnregisterClass() in MODULE_DEACTIVATE. If
-   we don't do this, trying to use the class when the plugin is reloaded will
-   cause a segfault.
-
-PS: on Win32 the sdl plugin is still affected by this. It looks like SDL keeps
-    an internal state which isn't updated when we reload the plugin.
-
-------------------------------------------------------------------------
-r1906 | sam | 2002-05-22 23:05:18 +0200 (Wed, 22 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/chroma/i420_yuy2.h
-
-  * ./plugins/chroma/i420_yuy2.h: bugfix for the I420 to YUY2 MMX chroma
-    transformations, with the help of Pascal Levesque.
-
-------------------------------------------------------------------------
-r1907 | sam | 2002-05-22 23:08:42 +0200 (Wed, 22 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/macosx/intf_open.m
-   M /trunk/plugins/win32/network.dfm
-
-  * ./plugins/win32/network.dfm, plugins/macosx/intf_open.m: updated channel
-    server default hostname.
-
-------------------------------------------------------------------------
-r1908 | sam | 2002-05-22 23:15:04 +0200 (Wed, 22 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/mad/mad_libmad.c
-
-  * ./plugins/mad/mad_adec.c, ./plugins/mad/mad_libmad.c: use intf_WarnMsg for
-    debug messages instead of intf_ErrMsg.
-
-------------------------------------------------------------------------
-r1909 | sam | 2002-05-22 23:30:08 +0200 (Wed, 22 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_interface.c
-
-  * ./plugins/gtk/gnome.glade: removed bevel from title and chapter buttons.
-
-------------------------------------------------------------------------
-r1910 | sam | 2002-05-22 23:42:47 +0200 (Wed, 22 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd_seek.c
-
-  * ./plugins/dvd/dvd_seek.c: reverted a previous change in DVD input which
-    caused input to get stuck in interleaved cells.
-
-------------------------------------------------------------------------
-r1911 | massiot | 2002-05-23 01:11:00 +0200 (Thu, 23 May 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/access/http.c
-
-Fixed HTTP input under Win32 (thanks ipkiss).
-
-------------------------------------------------------------------------
-r1912 | massiot | 2002-05-23 01:40:50 +0200 (Thu, 23 May 2002) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/debian/changelog
-   M /trunk/vlc.spec
-
- * Updated ChangeLog
- * Updated release date
-
-------------------------------------------------------------------------
-r1913 | massiot | 2002-05-23 23:42:43 +0200 (Thu, 23 May 2002) | 2 lines
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-
-Updated Mac OS X readme, courtesy of The DJ <d.hartman@student.utwente.nl>.
-
-------------------------------------------------------------------------
-r1914 | jlj | 2002-05-24 00:18:55 +0200 (Fri, 24 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/macosx/intf_open.m
-
-  * ./plugins/macosx/intf_open.m: Remember last open file panel location,
-    thanks to <ssudre2@wanadoo.fr>
-
-------------------------------------------------------------------------
-r1915 | sam | 2002-05-24 00:21:14 +0200 (Fri, 24 May 2002) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-  * ./src/video_output/video_output.c: the video output thread was never
-    joined! A pretty old bug...
-
-------------------------------------------------------------------------
-r1916 | massiot | 2002-05-24 00:33:44 +0200 (Fri, 24 May 2002) | 2 lines
-Changed paths:
-   M /trunk/doc/release-howto.txt
-
-update release-howto
-
-------------------------------------------------------------------------
-r1917 | gbazin | 2002-05-24 14:42:14 +0200 (Fri, 24 May 2002) | 8 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/plugins/a52/a52.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-   M /trunk/plugins/spudec/spu_decoder.c
-
-
-* ./include/inpu_ext-dec.h added a check to fifo->b_die after the call
-to BitstreamNextDataPacket() in GetChunk().
-Code using GetChunk() also needs to check fifo->b_die before using the
-obtained data.
-This fixes frequent crashes you get on win32 with the a52 plugin when you
-close a stream.
-
-------------------------------------------------------------------------
-r1918 | fenrir | 2002-05-25 18:23:07 +0200 (Sat, 25 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/avi/libioRIFF.c
-
-    * all: avi file is a piece of sh*t, make more test.
-
-------------------------------------------------------------------------
-r1919 | marcari | 2002-05-25 21:15:50 +0200 (Sat, 25 May 2002) | 3 lines
-Changed paths:
-   M /trunk/src/misc/netutils.c
-
-  * src/misc/netutils.c: tests if message from vlcs begins with 'E:' or 'I:'
-  instead of testing 'E: ' and 'I: ' (to simplify miniVLCS)
-
-------------------------------------------------------------------------
-r1920 | massiot | 2002-05-25 23:42:36 +0200 (Sat, 25 May 2002) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-
-Changed download URL.
-
-------------------------------------------------------------------------
-r1921 | alexis | 2002-05-27 03:49:41 +0200 (Mon, 27 May 2002) | 5 lines
-Changed paths:
-   M /trunk/doc/vlc-howto.sgml
-
-
-
-Link to the GPL licence
-GFDL licence know used for the licence
-
-------------------------------------------------------------------------
-r1922 | fenrir | 2002-05-27 18:01:42 +0200 (Mon, 27 May 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/a52/a52.c
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/src/input/mpeg_system.c
-
-    ALL : In order to make ac3 working in avi file, I've deplaced some code
-from ac3 decoder to mpeg_system.c. ( skip 3 bytes is now done in
-mpeg_system.c and no longer in ac3 audio decoder ).
-
-------------------------------------------------------------------------
-r1923 | sam | 2002-05-27 20:26:31 +0200 (Mon, 27 May 2002) | 7 lines
-Changed paths:
-   M /trunk/plugins/aa/aa.c
-
-  * ./plugins/aa/aa.c: removed all palette code as it was unused.
-  * ./plugins/aa/aa.c: moved the aa_fastrender call from vout_Display to
-    vout_Render.
-  * ./plugins/aa/aa.c: added support for resizing and right-click menu.
-
-   (patch courtesy of Sigmund Augdal <sigmunau@stud.ntnu.no>)
-
-------------------------------------------------------------------------
-r1924 | sam | 2002-05-27 20:33:35 +0200 (Mon, 27 May 2002) | 2 lines
-Changed paths:
-   M /trunk/debian/control
-
-  * ./debian/control: updated Debian package descriptions.
-
-------------------------------------------------------------------------
-r1925 | sam | 2002-05-27 20:34:33 +0200 (Mon, 27 May 2002) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-
-  * ./po/vlc.pot: updated potfile.
-  * ./po/pl.po: polish translation, courtesy of Arkadiusz Lipiec
-    <A.Lipiec@elka.pw.edu.pl>.
-
-------------------------------------------------------------------------
-r1926 | sam | 2002-05-27 20:35:53 +0200 (Mon, 27 May 2002) | 2 lines
-Changed paths:
-   A /trunk/po/pl.po
-
-  * ./po/pl.po: uh uh uh, forgot to cvs add this file...
-
-------------------------------------------------------------------------
-r1927 | sam | 2002-05-27 21:35:41 +0200 (Mon, 27 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/filter/clone.c
-   M /trunk/plugins/filter/deinterlace.c
-   M /trunk/plugins/filter/distort.c
-   M /trunk/plugins/filter/transform.c
-   M /trunk/plugins/filter/wall.c
-
-  * ./plugins/filter/*: filters are now configurable through the configuration
-    system. Patch from Sigmund Augdal <sigmunau@stud.ntnu.no>.
-
-------------------------------------------------------------------------
-r1928 | stef | 2002-05-28 20:34:42 +0200 (Tue, 28 May 2002) | 3 lines
-Changed paths:
-   M /trunk/include/video.h
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-
-*Added a b_force flag to picture_t so that we can force the display
-of an image even if it is late.
-
-------------------------------------------------------------------------
-r1929 | ipkiss | 2002-05-28 23:44:46 +0200 (Tue, 28 May 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/win32/about.dfm
-   M /trunk/plugins/win32/about.h
-   M /trunk/plugins/win32/disc.cpp
-   M /trunk/plugins/win32/intfwin.bpr
-   M /trunk/plugins/win32/mainframe.cpp
-   M /trunk/plugins/win32/mainframe.dfm
-   M /trunk/plugins/win32/mainframe.h
-   M /trunk/plugins/win32/network.cpp
-
- * New icons for the toolbar buttons
- * URL can now start with "http://" in the Network dialog box
- * Updated the About dialog box
-
-------------------------------------------------------------------------
-r1930 | sam | 2002-05-29 00:49:25 +0200 (Wed, 29 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/filter/clone.c
-   M /trunk/plugins/filter/deinterlace.c
-   M /trunk/plugins/filter/distort.c
-   M /trunk/plugins/filter/transform.c
-   M /trunk/plugins/filter/wall.c
-
-  * ./plugins/filters/*: fixed inconsistencies.
-
-------------------------------------------------------------------------
-r1931 | gbazin | 2002-05-29 12:08:03 +0200 (Wed, 29 May 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/x11/xcommon.c
-
-
-* ./plugins/dummy/dummy.c: added a CATEGORY_HINT to the config.
-* ./plugins/x11/xcommon.c: small change to the ToggleFullscreen routine
-to avoid a flickering during the switch.
-
-------------------------------------------------------------------------
-r1932 | sam | 2002-05-29 20:39:14 +0200 (Wed, 29 May 2002) | 5 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-  * ./src/video_output/video_output.c: when the video output hasn't received
-    a new picture for a while, it redisplays the last displayed one. This will
-    be useful for DVD menus, but also solves the "picture becomes black when
-    vlc is paused" issue.
-
-------------------------------------------------------------------------
-r1933 | gbazin | 2002-05-30 10:17:04 +0200 (Thu, 30 May 2002) | 8 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/plugins/a52/a52.c
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/directx/directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/mga/xmga.c
-   M /trunk/plugins/qnx/vout_qnx.c
-   M /trunk/plugins/satellite/satellite.c
-   M /trunk/plugins/x11/x11.c
-   M /trunk/plugins/x11/xvideo.c
-   M /trunk/src/interface/main.c
-   M /trunk/src/misc/configuration.c
-
-
-* changed ADD_BOOL and ADD_BOOL_WITH_SHORT config macros to accept a
-default value as an argument.
-* modified the command line parsing to accept --foo and --no-foo when a
-"foo" boolean config option is defined.
-* modified the help menu to indicate if the option is enabled or
-disabled by default.
-
-------------------------------------------------------------------------
-r1934 | xav | 2002-05-30 10:59:42 +0200 (Thu, 30 May 2002) | 7 lines
-Changed paths:
-   M /trunk/plugins/win32/mainframe.cpp
-   M /trunk/plugins/win32/mainframe.dfm
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/misc/netutils.c
-
-
- * intf_eject.c : added ejection code for Win32. Please test it under
-                  Win95/98/Me, I just can't install a winme
-                  in my work office :).
- * plugins/win32/* : enabled the "Eject" button (thanks Ipkiss)
- * src/misc/netutils.c : just changed my mail :P
-
-------------------------------------------------------------------------
-r1935 | asmax | 2002-05-30 15:22:43 +0200 (Thu, 30 May 2002) | 3 lines
-Changed paths:
-   M /trunk/src/misc/netutils.c
-
-- removed the obsolete artificial delay when switching channels.
-  Now it is ultra-fast !
-
-------------------------------------------------------------------------
-r1936 | asmax | 2002-05-30 15:39:43 +0200 (Thu, 30 May 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome.c
-
-- gnome.c didn't compile
-  (Gildas you forgot the default value for gnome-toolbartext, I assume
-   it was 1 ;)
-
-------------------------------------------------------------------------
-r1937 | gbazin | 2002-05-30 15:58:17 +0200 (Thu, 30 May 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-
-
-* ./plugins/mpeg_vdec/vpar_headers.c: don't try to deference a null
-pointer (fix from sam).
-
-------------------------------------------------------------------------
-r1938 | ipkiss | 2002-05-31 03:09:51 +0200 (Fri, 31 May 2002) | 8 lines
-Changed paths:
-   M /trunk/plugins/win32/mainframe.cpp
-   M /trunk/plugins/win32/mainframe.dfm
-   M /trunk/plugins/win32/messages.cpp
-   M /trunk/plugins/win32/messages.dfm
-   M /trunk/plugins/win32/messages.h
-   M /trunk/plugins/win32/win32.cpp
-
-
-Win32 interface:
- * The "Eject" button is enabled only after we played a dvd or vcd.
- * The toolbar is now flat and less cubist.
- * Got rid of the ugly slider with some winXP skins.
- * Added a config option to limit the number of messages in the log
-   window (default is set to 500).
-
-------------------------------------------------------------------------
-r1940 | massiot | 2002-05-31 23:37:42 +0200 (Fri, 31 May 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/sdl/aout_sdl.c
-
-* plugins/sdl/aout_sdl.c : Fixed an endianness issue created by a
-  brain-dead developer :p
-
-------------------------------------------------------------------------
-r1941 | massiot | 2002-05-31 23:56:01 +0200 (Fri, 31 May 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/a52/a52.c
-   M /trunk/plugins/satellite/satellite_tools.c
-
-* Compilation fixes for Solaris ;
-
-------------------------------------------------------------------------
-r1943 | tcastley | 2002-06-01 10:54:08 +0200 (Sat, 01 Jun 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/beos/PlayListWindow.cpp
-   M /trunk/plugins/beos/VideoWindow.h
-
-* Fixes for Playlist window.  Now only creates one and destroys correctly.
-* Fixed the height of the output video, was one to big.
-
-------------------------------------------------------------------------
-r1944 | tcastley | 2002-06-01 10:54:48 +0200 (Sat, 01 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/PlayListWindow.h
-
-Fixes for Playlist window
-
-------------------------------------------------------------------------
-r1945 | tcastley | 2002-06-01 11:20:16 +0200 (Sat, 01 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.h
-
-Fix to prevent multiple Playlist windows
-
-------------------------------------------------------------------------
-r1946 | tcastley | 2002-06-01 11:21:59 +0200 (Sat, 01 Jun 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Fixes for preventing multiple playlist windows
-and improvements and corrections in videoout.
-
-------------------------------------------------------------------------
-r1950 | sam | 2002-06-01 12:47:07 +0200 (Sat, 01 Jun 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/chroma/i420_rgb16.c
-
-  * ./plugins/chroma/i420_rgb16.c: fix for skewed display in software RV32
-    mode, courtesy of Pascal Levesque.
-
-------------------------------------------------------------------------
-r1951 | sam | 2002-06-01 13:08:24 +0200 (Sat, 01 Jun 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/chroma/i420_yuy2.h
-
-  * ./plugins/chroma/i420_yuy2.h: fixed an old overflow bug spotted by
-    Rudolf Cornelissen.
-
-------------------------------------------------------------------------
-r1952 | sam | 2002-06-01 13:11:51 +0200 (Sat, 01 Jun 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/macosx/intf_vlc_wrapper.m
-
-  * ./plugins/macosx/intf_vlc_wrapper.m: fix for non-ASCII filenames in the
-    MacOS X interface, courtesy of Watanabe Go <go@dsl.gr.jp>.
-
-------------------------------------------------------------------------
-r1954 | sam | 2002-06-01 14:32:02 +0200 (Sat, 01 Jun 2002) | 32 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/BUGS
-   M /trunk/Makefile
-   M /trunk/Makefile.dep
-   M /trunk/Makefile.modules
-   M /trunk/Makefile.opts.in
-   A /trunk/bootstrap.sh
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/rules
-   M /trunk/debian/vlc-aa.dirs
-   M /trunk/debian/vlc-alsa.dirs
-   M /trunk/debian/vlc-arts.dirs
-   M /trunk/debian/vlc-esd.dirs
-   M /trunk/debian/vlc-ggi.dirs
-   M /trunk/debian/vlc-glide.dirs
-   M /trunk/debian/vlc-gnome.dirs
-   M /trunk/debian/vlc-gnome.menu
-   M /trunk/debian/vlc-gtk.dirs
-   M /trunk/debian/vlc-gtk.menu
-   M /trunk/debian/vlc-kde.dirs
-   M /trunk/debian/vlc-kde.menu
-   M /trunk/debian/vlc-lirc.dirs
-   M /trunk/debian/vlc-mad.dirs
-   M /trunk/debian/vlc-qt.dirs
-   M /trunk/debian/vlc-qt.menu
-   M /trunk/debian/vlc-sdl.dirs
-   M /trunk/debian/vlc.dirs
-   M /trunk/debian/vlc.menu
-   M /trunk/include/ac3_downmix.h
-   M /trunk/include/ac3_imdct.h
-   M /trunk/include/audio_output.h
-   D /trunk/include/common.h
-   M /trunk/include/config.h
-   M /trunk/include/configuration.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/interface.h
-   M /trunk/include/intf_eject.h
-   D /trunk/include/intf_msg.h
-   D /trunk/include/intf_playlist.h
-   M /trunk/include/iso_lang.h
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/include/mtime.h
-   M /trunk/include/netutils.h
-   M /trunk/include/network.h
-   M /trunk/include/os_specific.h
-   A /trunk/include/playlist.h
-   M /trunk/include/stream_control.h
-   D /trunk/include/threads.h
-   M /trunk/include/threads_funcs.h
-   M /trunk/include/vdec_ext-plugins.h
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   D /trunk/include/videolan
-   A /trunk/include/vlc
-   A /trunk/include/vlc/aout.h
-   A /trunk/include/vlc/decoder.h
-   A /trunk/include/vlc/input.h
-   A /trunk/include/vlc/intf.h
-   A /trunk/include/vlc/vlc.h
-   A /trunk/include/vlc/vout.h
-   A /trunk/include/vlc_common.h
-   A /trunk/include/vlc_cpu.h
-   A /trunk/include/vlc_messages.h
-   A /trunk/include/vlc_objects.h
-   A /trunk/include/vlc_symbols.h
-   A /trunk/include/vlc_threads.h
-   M /trunk/include/win32_specific.h
-   M /trunk/ipkg/rules
-   M /trunk/plugins/a52/a52.c
-   M /trunk/plugins/a52/a52.h
-   M /trunk/plugins/aa/aa.c
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_adec/ac3_adec.h
-   M /trunk/plugins/ac3_adec/ac3_bit_allocate.c
-   M /trunk/plugins/ac3_adec/ac3_decoder.c
-   M /trunk/plugins/ac3_adec/ac3_exponent.c
-   M /trunk/plugins/ac3_adec/ac3_exponent.h
-   M /trunk/plugins/ac3_adec/ac3_imdct.c
-   M /trunk/plugins/ac3_adec/ac3_mantissa.c
-   M /trunk/plugins/ac3_adec/ac3_mantissa.h
-   M /trunk/plugins/ac3_adec/ac3_parse.c
-   M /trunk/plugins/ac3_adec/ac3_rematrix.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.h
-   M /trunk/plugins/access/file.c
-   M /trunk/plugins/access/http.c
-   M /trunk/plugins/access/udp.c
-   M /trunk/plugins/alsa/alsa.c
-   M /trunk/plugins/arts/Makefile
-   D /trunk/plugins/arts/aout_arts.c
-   M /trunk/plugins/arts/arts.c
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/avi/libioRIFF.c
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/MediaControlView.cpp
-   M /trunk/plugins/beos/PlayListWindow.cpp
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/beos.cpp
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/chroma/i420_rgb.c
-   M /trunk/plugins/chroma/i420_rgb.h
-   M /trunk/plugins/chroma/i420_rgb16.c
-   M /trunk/plugins/chroma/i420_rgb8.c
-   M /trunk/plugins/chroma/i420_rgb_mmx.h
-   M /trunk/plugins/chroma/i420_ymga.c
-   M /trunk/plugins/chroma/i420_yuy2.c
-   M /trunk/plugins/chroma/i420_yuy2.h
-   M /trunk/plugins/chroma/i422_yuy2.c
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/directx/directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/directx/vout_directx.h
-   M /trunk/plugins/directx/vout_events.c
-   M /trunk/plugins/downmix/ac3_downmix_3dn.c
-   M /trunk/plugins/downmix/ac3_downmix_c.c
-   M /trunk/plugins/downmix/ac3_downmix_sse.c
-   M /trunk/plugins/downmix/downmix.c
-   M /trunk/plugins/downmix/downmix3dn.c
-   M /trunk/plugins/downmix/downmixsse.c
-   M /trunk/plugins/dsp/Makefile
-   D /trunk/plugins/dsp/aout_dsp.c
-   M /trunk/plugins/dsp/dsp.c
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/dummy/null.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/dvd.h
-   M /trunk/plugins/dvd/dvd_access.c
-   M /trunk/plugins/dvd/dvd_demux.c
-   M /trunk/plugins/dvd/dvd_es.c
-   M /trunk/plugins/dvd/dvd_ifo.c
-   M /trunk/plugins/dvd/dvd_ifo.h
-   M /trunk/plugins/dvd/dvd_seek.c
-   M /trunk/plugins/dvd/dvd_summary.c
-   M /trunk/plugins/dvd/dvd_udf.c
-   M /trunk/plugins/dvdread/dvdread.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/dvdread/input_dvdread.h
-   M /trunk/plugins/esd/Makefile
-   D /trunk/plugins/esd/aout_esd.c
-   M /trunk/plugins/esd/esd.c
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-   M /trunk/plugins/ffmpeg/ffmpeg.h
-   M /trunk/plugins/filter/clone.c
-   M /trunk/plugins/filter/deinterlace.c
-   M /trunk/plugins/filter/distort.c
-   M /trunk/plugins/filter/filter_common.h
-   M /trunk/plugins/filter/invert.c
-   M /trunk/plugins/filter/transform.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/plugins/fx/scope.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/glide/glide.c
-   D /trunk/plugins/gtk/fixfiles.sh
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_callbacks.c
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_common.h
-   M /trunk/plugins/gtk/gtk_control.c
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_display.h
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/gtk/gtk_menu.h
-   M /trunk/plugins/gtk/gtk_modules.c
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/gtk_playlist.h
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/plugins/gtk/gtk_support.h
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   M /trunk/plugins/imdct/ac3_imdct_3dn.c
-   M /trunk/plugins/imdct/ac3_imdct_c.c
-   M /trunk/plugins/imdct/ac3_imdct_common.c
-   M /trunk/plugins/imdct/ac3_imdct_sse.c
-   M /trunk/plugins/imdct/ac3_srfft_3dn.c
-   M /trunk/plugins/imdct/ac3_srfft_c.c
-   M /trunk/plugins/imdct/ac3_srfft_sse.c
-   M /trunk/plugins/imdct/imdct.c
-   M /trunk/plugins/imdct/imdct3dn.c
-   M /trunk/plugins/imdct/imdctsse.c
-   M /trunk/plugins/kde/QConfigItem.cpp
-   M /trunk/plugins/kde/kde.cpp
-   M /trunk/plugins/kde/kde_common.h
-   M /trunk/plugins/kde/kde_interface.cpp
-   M /trunk/plugins/kde/kde_interface.h
-   M /trunk/plugins/kde/kde_menu.cpp
-   M /trunk/plugins/kde/kde_pluginsbox.cpp
-   M /trunk/plugins/kde/kde_pluginsbox.h
-   M /trunk/plugins/kde/kde_preferences.cpp
-   M /trunk/plugins/kde/kde_preferences.h
-   M /trunk/plugins/lirc/lirc.c
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-   M /trunk/plugins/lpcm_adec/lpcm_adec.h
-   M /trunk/plugins/macosx/aout_macosx.m
-   M /trunk/plugins/macosx/intf_controller.m
-   M /trunk/plugins/macosx/intf_macosx.m
-   M /trunk/plugins/macosx/intf_vlc_wrapper.m
-   M /trunk/plugins/macosx/macosx.h
-   M /trunk/plugins/macosx/macosx.m
-   M /trunk/plugins/macosx/vout_macosx.m
-   M /trunk/plugins/macosx/vout_vlc_wrapper.m
-   M /trunk/plugins/macosx/vout_window.m
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/mad/mad_adec.h
-   M /trunk/plugins/mad/mad_libmad.c
-   M /trunk/plugins/memcpy/memcpy.c
-   M /trunk/plugins/memcpy/memcpyaltivec.c
-   M /trunk/plugins/mga/mga.c
-   M /trunk/plugins/mga/xmga.c
-   M /trunk/plugins/motion/motion.c
-   M /trunk/plugins/motion/motion3dnow.c
-   M /trunk/plugins/motion/motionaltivec.c
-   M /trunk/plugins/motion/motionmmx.c
-   M /trunk/plugins/motion/motionmmxext.c
-   M /trunk/plugins/mpeg_adec/adec_layer1.c
-   M /trunk/plugins/mpeg_adec/adec_layer2.c
-   M /trunk/plugins/mpeg_adec/adec_math.c
-   M /trunk/plugins/mpeg_adec/adec_test.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.h
-   M /trunk/plugins/mpeg_adec/mpeg_adec_generic.c
-   M /trunk/plugins/mpeg_system/mpeg_audio.c
-   M /trunk/plugins/mpeg_system/mpeg_es.c
-   M /trunk/plugins/mpeg_system/mpeg_ps.c
-   M /trunk/plugins/mpeg_system/mpeg_ts.c
-   M /trunk/plugins/mpeg_vdec/video_decoder.c
-   M /trunk/plugins/mpeg_vdec/video_decoder.h
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/mpeg_vdec/video_parser.h
-   M /trunk/plugins/mpeg_vdec/vpar_blocks.c
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/mpeg_vdec/vpar_pool.c
-   M /trunk/plugins/mpeg_vdec/vpar_pool.h
-   M /trunk/plugins/mpeg_vdec/vpar_synchro.c
-   M /trunk/plugins/network/ipv4.c
-   M /trunk/plugins/network/ipv6.c
-   M /trunk/plugins/qnx/aout_qnx.c
-   M /trunk/plugins/qnx/qnx.c
-   M /trunk/plugins/qnx/vout_qnx.c
-   M /trunk/plugins/qt/intf_qt.cpp
-   M /trunk/plugins/qt/qt.cpp
-   M /trunk/plugins/satellite/input_satellite.c
-   M /trunk/plugins/satellite/satellite.c
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/spudec/spu_decoder.c
-   M /trunk/plugins/spudec/spu_decoder.h
-   M /trunk/plugins/text/logger.c
-   M /trunk/plugins/text/ncurses.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/plugins/vcd/cdrom_tools.c
-   M /trunk/plugins/vcd/input_vcd.c
-   M /trunk/plugins/vcd/input_vcd.h
-   M /trunk/plugins/vcd/vcd.c
-   M /trunk/plugins/win32/about.cpp
-   M /trunk/plugins/win32/control.cpp
-   M /trunk/plugins/win32/disc.cpp
-   M /trunk/plugins/win32/intf_win32.cpp
-   M /trunk/plugins/win32/mainframe.cpp
-   M /trunk/plugins/win32/menu.cpp
-   M /trunk/plugins/win32/menu.h
-   M /trunk/plugins/win32/messages.cpp
-   M /trunk/plugins/win32/network.cpp
-   M /trunk/plugins/win32/playlist.cpp
-   M /trunk/plugins/win32/playlist.h
-   M /trunk/plugins/win32/preferences.cpp
-   M /trunk/plugins/win32/waveout.c
-   M /trunk/plugins/win32/win32.cpp
-   M /trunk/plugins/win32/win32_common.h
-   M /trunk/plugins/x11/x11.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/plugins/x11/xvideo.c
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/audio_output/aout_ext-dec.c
-   M /trunk/src/audio_output/aout_pcm.c
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_eject.c
-   D /trunk/src/interface/intf_msg.c
-   D /trunk/src/interface/intf_playlist.c
-   D /trunk/src/interface/main.c
-   A /trunk/src/libvlc.c
-   A /trunk/src/libvlc.h
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/configuration.c
-   A /trunk/src/misc/cpu.c
-   M /trunk/src/misc/darwin_specific.c
-   M /trunk/src/misc/iso_lang.c
-   A /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_builtin.h.in
-   M /trunk/src/misc/modules_plugin.h
-   A /trunk/src/misc/modules_plugin.h.in
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/netutils.c
-   A /trunk/src/misc/objects.c
-   M /trunk/src/misc/symbols.c
-   A /trunk/src/misc/threads.c
-   M /trunk/src/misc/win32_specific.c
-   A /trunk/src/playlist
-   A /trunk/src/playlist/playlist.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_text.h
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_subpictures.c
-   A /trunk/src/vlc.c
-   M /trunk/vlc.spec
-
-  * ALL: the first libvlc commit.
-
-   As for video output 4, this breaks almost everything, but I'll slowly
-  do what remains to be fixed during the weekend.
-
-   Changes in vlc:
-   ===============
-
-  * vlc is now a very small program (20 lines) which uses the libvlc API;
-   it is quite simple for the moment but can be extended in the future.
-
-  * interfaces, decoders, video outputs, etc. are now almost the same
-   objects (yes, I know, this is C++ redone in C) and are structured in
-   a tree. More about this later, but basically it allows the following
-   nice features:
-    - several interfaces
-    - several playlists with several outputs
-    - input plugins spawning helper interfaces (will be used for DVD menus)
-    - anything spawning anything; I swear there are useful uses for this!
-
-  * libvlc can be used in other programs; I'm currently writing a Mozilla
-   plugin for my employer.
-
-   Things currently broken:
-   ========================
-
-  * most interfaces, most ports
-  * the playlist handling (almost finished rewriting this though). This means
-   no file can be played from the GUI, you need to use the commandline. This
-   also means it segfaults at EOF, when exiting the program, and it sometimes
-   refuses to open a file when asked to.
-
-------------------------------------------------------------------------
-r1956 | sam | 2002-06-01 15:52:24 +0200 (Sat, 01 Jun 2002) | 8 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/include/vdec_ext-plugins.h
-   M /trunk/plugins/chroma/i420_yuy2.h
-   M /trunk/plugins/mpeg_vdec/video_decoder.h
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/mpeg_vdec/vpar_blocks.c
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/mpeg_vdec/vpar_pool.c
-   M /trunk/plugins/mpeg_vdec/vpar_pool.h
-   M /trunk/plugins/mpeg_vdec/vpar_synchro.c
-   M /trunk/po/en_GB.po
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/objects.c
-
-  * ./src/misc/beos_specific.cpp: the BeOS BApplication thread now uses the
-    vlc_thread_create / vlc_thread_ready scheme to signal readiness.
-  * ./src/misc/objects.c: prevent the creation of a too small vlc_object_t.
-  * ./include/vdec_ext-plugins.h: removed the vdec_thread_t declaration, which
-    belongs to plugins/mpeg_vdec.
-  * ./ChangeLog: imported the 0_4_1_branch changelog.
-  * ./plugins/chroma/i420_yuy2.h: imported a 0_4_1_branch fix.
-
-------------------------------------------------------------------------
-r1957 | sam | 2002-06-01 16:31:32 +0200 (Sat, 01 Jun 2002) | 4 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/win32_specific.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/win32_specific.c
-
-  * ./src/misc/beos_specific.cpp: BeOS fixes, removed a static variable.
-  * ./include/main.h: replaced p_sys with explicit variables because it's
-    really much simpler this way. Gildas, will you ever forgive me ? :-)
-
-------------------------------------------------------------------------
-r1958 | sam | 2002-06-01 18:45:35 +0200 (Sat, 01 Jun 2002) | 9 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/a52/a52.c
-   M /trunk/plugins/chroma/i420_yuy2.c
-   M /trunk/plugins/chroma/i420_yuy2.h
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/directx/vout_directx.h
-   M /trunk/plugins/directx/vout_events.c
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/motion/motionaltivec.c
-   M /trunk/plugins/network/ipv6.c
-   M /trunk/plugins/satellite/satellite_tools.c
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/win32_specific.c
-
-  * ./plugins/dummy/intf_dummy.c, ./plugins/chroma/i420_yuy2.c,
-    src/interface/intf_eject.c, src/misc/threads.c: win32 compilation fix.
-  * ./plugins/directx/aout_directx.c, plugins/directx/vout_directx.c,
-    ./plugins/directx/vout_events.c: the DirectX notification and event threads
-    now use the vlc_thread_create / vlc_thread_ready scheme. Untested.
-  * ./configure.in: added a check for inttypes.h and sys/int_types.h.
-  * ./configure.in: fixed the HTTP plugin compilation under BeOS.
-  * ./plugins/network/ipv6.c: reactivated IPv6 module.
-
-------------------------------------------------------------------------
-r1959 | sam | 2002-06-01 19:09:25 +0200 (Sat, 01 Jun 2002) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/bootstrap.sh
-   M /trunk/include/main.h
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/modules_plugin.h
-
-  * ./include/main.h, ./plugins/beos/intf_beos.cpp: BeOS compilation fixes.
-  * ./bootstrap.sh, ./src/libvlc.h, ./po/*: fixed bootstrap.sh so that it does
-    not include CVS Id lines in automatically created files.
-
-------------------------------------------------------------------------
-r1960 | sam | 2002-06-01 19:11:41 +0200 (Sat, 01 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/bootstrap.sh
-
-  * ./bootstrap.sh: ah ah ah. CVS likes to make fun out of me.
-
-------------------------------------------------------------------------
-r1961 | sam | 2002-06-01 20:04:49 +0200 (Sat, 01 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/include/configuration.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/interface.h
-   M /trunk/include/intf_eject.h
-   M /trunk/include/modules.h
-   M /trunk/include/netutils.h
-   M /trunk/include/playlist.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_cpu.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/plugins/a52/a52.c
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/directx/vout_events.c
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-   M /trunk/plugins/filter/clone.c
-   M /trunk/plugins/filter/deinterlace.c
-   M /trunk/plugins/filter/distort.c
-   M /trunk/plugins/filter/invert.c
-   M /trunk/plugins/filter/transform.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/plugins/fx/scope.c
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/plugins/kde/kde_preferences.cpp
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-   M /trunk/plugins/mad/mad_libmad.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/mpeg_vdec/vpar_synchro.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/text/logger.c
-   M /trunk/plugins/text/ncurses.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/plugins/win32/intf_win32.cpp
-   M /trunk/plugins/win32/mainframe.cpp
-   M /trunk/plugins/win32/preferences.cpp
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/audio_output/aout_ext-dec.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/video_output/video_output.c
-
-  * ALL: got rid of p_object->p_this which is now useless.
-
-------------------------------------------------------------------------
-r1963 | massiot | 2002-06-02 01:42:04 +0200 (Sun, 02 Jun 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/macosx/intf_vlc_wrapper.m
-   M /trunk/plugins/macosx/vout_vlc_wrapper.m
-
-Mac OS X interface :
-* fixed a bug in the chapter handling ;
-* more keystrokes ;
-
-------------------------------------------------------------------------
-r1966 | massiot | 2002-06-02 03:20:52 +0200 (Sun, 02 Jun 2002) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/vlc.icns
-   M /trunk/plugins/macosx/intf_controller.h
-   M /trunk/plugins/macosx/intf_controller.m
-   M /trunk/plugins/macosx/intf_macosx.m
-   M /trunk/plugins/macosx/intf_vlc_wrapper.h
-   M /trunk/plugins/macosx/intf_vlc_wrapper.m
-   M /trunk/plugins/macosx/macosx.h
-   M /trunk/src/misc/darwin_specific.c
-
-* Channel change support on Mac OS X ;
-* New OS X icon, courtesy of Benjamin Mironer <bmironer@noos.fr>
-
-------------------------------------------------------------------------
-r1970 | sam | 2002-06-02 11:03:54 +0200 (Sun, 02 Jun 2002) | 9 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/config.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/plugins/aa/aa.c
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/directx/vout_events.c
-   M /trunk/plugins/filter/Makefile
-   A /trunk/plugins/filter/crop.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk_control.c
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/mpeg_vdec/vpar_pool.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/audio_output/aout_ext-dec.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/objects.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/vlc.spec
-
-  * ./src/video_output/video_output.c: fixed the "picture has invalid status"
-    bug which might have been the cause of crashes.
-  * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
-    using "--filter crop --autocrop".
-  * ./vlc.spec: added missing filters to the RPM generation.
-  * ./src/misc/objects.c: commented all functions.
-  * ./src/misc/objects.c: implemented vlc_object_find( , , FIND_ANYWHERE).
-  * ./src/misc/objects.c: renamed vlc_object_unlink to vlc_object_detach.
-
-------------------------------------------------------------------------
-r1972 | gbazin | 2002-06-02 12:28:48 +0200 (Sun, 02 Jun 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/a52/a52.c
-
-
-* ./plugins/a52/a52.c: compilation fix. Following C99 we have to include
-<stdint.h> but Solaris doesn't have it so we include <inttypes.h> when
-it isn't found.
-
-------------------------------------------------------------------------
-r1975 | sam | 2002-06-02 13:59:46 +0200 (Sun, 02 Jun 2002) | 8 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/include/input_ext-intf.h
-   M /trunk/plugins/gtk/gtk_display.c
-   M /trunk/plugins/win32/mainframe.cpp
-   M /trunk/src/input/input.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/playlist/playlist.c
-
-(new in MAIN)
-  * ./src/playlist/playlist.c, src/input/input.c: added safety checks to
-    prevent crashes on next file.
-(ported from 0_4_1_branch)
-  * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate
-    popup menus when no stream is being played, even in network mode.
-  * ./src/input/mpeg_system.c: removed unnecessarily verbose message.
-
-------------------------------------------------------------------------
-r1976 | massiot | 2002-06-02 14:16:31 +0200 (Sun, 02 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/plugins/macosx/intf_controller.h
-   M /trunk/plugins/macosx/intf_controller.m
-   M /trunk/plugins/macosx/intf_macosx.m
-   M /trunk/plugins/macosx/intf_vlc_wrapper.h
-   M /trunk/plugins/macosx/intf_vlc_wrapper.m
-   M /trunk/plugins/macosx/macosx.h
-
-* New Loop menu item in OS X interface.
-
-------------------------------------------------------------------------
-r1978 | gbazin | 2002-06-02 15:38:03 +0200 (Sun, 02 Jun 2002) | 3 lines
-Changed paths:
-   D /trunk/include/threads_funcs.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_threads.h
-
-
-* ./include/vlc_threads.h: re-merged vlc_threads.h and threads_funcs.h.
-
-------------------------------------------------------------------------
-r1980 | sam | 2002-06-02 15:49:35 +0200 (Sun, 02 Jun 2002) | 7 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/dvd/dvd_es.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/satellite/input_satellite.c
-   M /trunk/plugins/spudec/spu_decoder.c
-
-(new in MAIN)
-  * ./plugins/dvd/dvd_es.c, ./plugins/satellite/input_satellite.c,
-    ./plugins/dvdread/input_dvdread.c: updated outdated variable names.
-(ported from 0_4_1_branch)
-  * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer
-    which caused subtitles to appear slanted in odd width windows.
-
-------------------------------------------------------------------------
-r1981 | gbazin | 2002-06-02 16:26:16 +0200 (Sun, 02 Jun 2002) | 4 lines
-Changed paths:
-   M /trunk/include/os_specific.h
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/darwin_specific.c
-   M /trunk/src/misc/win32_specific.c
-
-
-* ./include/os_specific.h: changed prototype of system_*() to use vlc_t
-instead of vlc_object_t.
-
-------------------------------------------------------------------------
-r1982 | gbazin | 2002-06-02 17:51:30 +0200 (Sun, 02 Jun 2002) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/threads.c
-
-
-* ./include/vlc_common.h: got rid of i_thread in VLC_COMMON_MEMBERS.
-
-------------------------------------------------------------------------
-r1984 | massiot | 2002-06-03 00:32:46 +0200 (Mon, 03 Jun 2002) | 2 lines
-Changed paths:
-   M /branches/v0_4_1_branch/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/ChangeLog
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/plugins/macosx/intf_controller.m
-   M /trunk/plugins/macosx/intf_open.h
-   M /trunk/plugins/macosx/intf_open.m
-   M /trunk/plugins/macosx/intf_vlc_wrapper.h
-   M /trunk/plugins/macosx/intf_vlc_wrapper.m
-
-  * ./plugins/macosx: rewrote the net panel for OS X
-
-------------------------------------------------------------------------
-r1987 | massiot | 2002-06-03 00:45:31 +0200 (Mon, 03 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/ipkg/control
-   M /trunk/vlc.spec
-
-Bumped up version number to 0.5.0-cvs.
-
-------------------------------------------------------------------------
-r1988 | massiot | 2002-06-03 01:03:22 +0200 (Mon, 03 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-
-* Updated README.
-
-------------------------------------------------------------------------
-r1991 | sam | 2002-06-03 01:11:48 +0200 (Mon, 03 Jun 2002) | 9 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/dvdread/dvdread.c
-   M /trunk/plugins/qnx/vout_qnx.c
-   M /trunk/plugins/spudec/spu_decoder.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/configuration.c
-
-(new in MAIN)
-  * ./plugins/spudec/spu_decoder.c: we now use FIND_ANYWHERE to find a vout.
-(ported from v0_4_1_branch)
-  * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it
-    currently sucks.
-  * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo
-    and --no-foo as negations for --foo. Also, the --help output is nicer.
-  * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
-
-------------------------------------------------------------------------
-r1993 | sam | 2002-06-03 01:29:29 +0200 (Mon, 03 Jun 2002) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/motion/motionmmx.c
-
-(ported from v0_4_1_branch)
-  * ./plugins/motion/motionmmx.c: MMX motion optimizations courtesy of
-    Vladimir Chernyshov <greengrass@writeme.com>.
-
-------------------------------------------------------------------------
-r1994 | bozo | 2002-06-03 01:43:38 +0200 (Mon, 03 Jun 2002) | 10 lines
-Changed paths:
-   M /trunk/MODULES
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/plugins/a52_system
-   A /trunk/plugins/a52_system/Makefile
-   A /trunk/plugins/a52_system/a52_system.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-
-  * Makefile, configure.in, configure, MODULES: added a52_system input module.
-  * plugins/a52_system/Makefile, plugins/a52_system/a52_system.c: a52 input
-    module.
-  * plugins/ac3_spdif/ac3_spdif.c: added a little mwait to avoid a flood from
-    the a52 input module.
-
-Note: the new module aims at reading ac3 streams but it works only with the
-ac3_spdif "decoder" since it is the only one which dates each frame contrary
-to the others which can't avoid a flood from the input module.
-
-------------------------------------------------------------------------
-r1997 | gbazin | 2002-06-03 09:22:36 +0200 (Mon, 03 Jun 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/win32/waveout.c
-
-
-* ./plugins/win32/waveout.c: waveOutUnprepareHeader() was never being
-called. This should fix the memory leak some people reported when using
-the waveout plugin.
-
-------------------------------------------------------------------------
-r2001 | ipkiss | 2002-06-03 23:43:41 +0200 (Mon, 03 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
- * added the --with-dvbpsi-tree option
-
-------------------------------------------------------------------------
-r2005 | sam | 2002-06-04 02:11:12 +0200 (Tue, 04 Jun 2002) | 11 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/Makefile.opts.in
-   M /trunk/TODO
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/include/defs.h.in
-   M /trunk/include/modules.h
-   M /trunk/include/playlist.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/plugins/directx/vout_events.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/mga/xmga.c
-   M /trunk/plugins/mpeg_system/mpeg_ts.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/win32/mainframe.cpp
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/playlist/playlist.c
-
-(new in MAIN)
-  * ./src/interface/interface.c: interfaces are no longer attached only to
-    p_vlc.
-  * ./src/libvlc.c, ./src/misc/modules.c, ./src/playlist/playlist.c,
-    ./src/input/input.c: improvements in the playlist handling (not quite that
-    yet though).
-(ported from v0_4_1_branch)
-  * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
-  * ./src/misc/configuration.c: fixed the --nofoo option handling.
-  * ./src/interface/main.c: fixed two compilation warnings under Solaris.
-
-------------------------------------------------------------------------
-r2010 | sam | 2002-06-04 22:33:25 +0200 (Tue, 04 Jun 2002) | 9 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-
-(new in MAIN)
-  * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when switching to
-    fullscreen from the popup menu.
-(from v0_4_1_branch)
-  * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
-    from the popup menu.
-  * ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes
-    a segfault in the Gnome popup menu when toggling the interface.
-
-------------------------------------------------------------------------
-r2011 | stef | 2002-06-05 20:01:31 +0200 (Wed, 05 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-
-*Check if p_vpar->p_vout is available before detaching it.
-
-------------------------------------------------------------------------
-r2012 | stef | 2002-06-05 20:07:03 +0200 (Wed, 05 Jun 2002) | 3 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/video_output/video_output.c
-
-* Added mouse coordinates to vout struct. They are only update from x11 for now,
-and they are used nowhere.
-
-------------------------------------------------------------------------
-r2013 | stef | 2002-06-05 20:15:46 +0200 (Wed, 05 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-
-*Only report initiliazation error when it is really an error.
-
-------------------------------------------------------------------------
-r2014 | stef | 2002-06-05 20:18:49 +0200 (Wed, 05 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/spudec/spu_decoder.c
-
-* Release vout when we close spudec.
-
-------------------------------------------------------------------------
-r2015 | stef | 2002-06-05 20:29:24 +0200 (Wed, 05 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-* Set object pointer to NULL after destroy.
-
-------------------------------------------------------------------------
-r2016 | titer | 2002-06-05 22:58:54 +0200 (Wed, 05 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-
-Minor fix for the BeOS' make-package (icon loss).
-
-------------------------------------------------------------------------
-r2017 | sam | 2002-06-07 16:30:41 +0200 (Fri, 07 Jun 2002) | 10 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/bootstrap.sh
-   M /trunk/include/playlist.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_callbacks.c
-   M /trunk/plugins/gtk/gnome_callbacks.h
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_common.h
-   M /trunk/plugins/gtk/gtk_control.c
-   M /trunk/plugins/gtk/gtk_control.h
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_modules.c
-   M /trunk/plugins/gtk/gtk_modules.h
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/gtk_open.h
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/gtk_playlist.h
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/plugins/gtk/gtk_preferences.h
-   M /trunk/plugins/mpeg_system/mpeg_audio.c
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/playlist/playlist.c
-
-  * ./src/playlist/playlist.c: lots of playlist behaviour enhancements.
-  * ./src/misc/objects.c: we do not hang on attempt to destroy an object with
-    a non-zero reference count, but we still complain.
-  * ./plugins/gtk/gtk_control.c, plugins/gtk/gtk_playlist.c: most controls such
-    as play, pause, stop, next, fast etc. work again.
-  * ./plugins/gtk/gnome_*: got rid of lots of useless wrappers which were a
-    workaround for a bug in Glade. Instead, bootstrap.sh does the Glade fixes.
-  * ./plugins/ffmpeg/ffmpeg.c: if there is already a video output with the
-    appropriate properties, we use it.
-
-------------------------------------------------------------------------
-r2018 | sam | 2002-06-07 16:59:40 +0200 (Fri, 07 Jun 2002) | 5 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/include/vlc_objects.h
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-
-  * ./include/vlc_objects.h: pointers are set to NULL after a call to
-    vlc_object_destroy (idea from stef).
-  * ./po/pl.po: updated polish translation, thanks to Arkadiusz Lipiec
-    <alipiec@adrenalina.pl>.
-
-------------------------------------------------------------------------
-r2019 | sam | 2002-06-07 18:06:09 +0200 (Fri, 07 Jun 2002) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/playlist/playlist.c
-
-  * ./plugins/dummy/input_dummy.c: dummy targets such as vlc:nop, vlc:loop
-    and vlc:quit work again.
-  * ./src/playlist/playlist.c: when a new target is added, for instance through     the "File" menu, it is automatically played.
-
-------------------------------------------------------------------------
-r2020 | bozo | 2002-06-07 20:03:40 +0200 (Fri, 07 Jun 2002) | 2 lines
-Changed paths:
-   A /trunk/plugins/a52_system/.cvsignore
-
-  * plugins/a52_system/.cvsignore: What about a little .cvsignore ?
-
-------------------------------------------------------------------------
-r2021 | sam | 2002-06-07 21:54:37 +0200 (Fri, 07 Jun 2002) | 3 lines
-Changed paths:
-   M /trunk/include/playlist.h
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/gtk_playlist.h
-   M /trunk/src/playlist/playlist.c
-
-  * ./plugins/gtk/*: the Gnome/Gtk+ interfaces have all their features back.
-  * ./src/playlist/playlist.c: fixed an off-by-one loop error.
-
-------------------------------------------------------------------------
-r2022 | sam | 2002-06-07 23:45:30 +0200 (Fri, 07 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/src/misc/netutils.c
-
-  * ./src/misc/netutils.c: network mode works again.
-
-------------------------------------------------------------------------
-r2023 | lool | 2002-06-08 00:24:04 +0200 (Sat, 08 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-
-  * basic On Screen Display intf-plugin based on libxosd
-
-------------------------------------------------------------------------
-r2024 | lool | 2002-06-08 00:32:18 +0200 (Sat, 08 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-  * fixed my typos in configure.in
-
-------------------------------------------------------------------------
-r2025 | lool | 2002-06-08 00:41:50 +0200 (Sat, 08 Jun 2002) | 2 lines
-Changed paths:
-   A /trunk/plugins/xosd
-   A /trunk/plugins/xosd/.cvsignore
-   A /trunk/plugins/xosd/Makefile
-   A /trunk/plugins/xosd/xosd.c
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-
-  * forgot to cvs add the _files_ -- sorry
-
-------------------------------------------------------------------------
-r2026 | sam | 2002-06-08 01:05:03 +0200 (Sat, 08 Jun 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/text/rc.c
-
-  * ./plugins/gtk/gtk_callbacks.c: some code cleaning.
-  * ./plugins/text/rc.c: fixed the "a" command.
-
-------------------------------------------------------------------------
-r2027 | sam | 2002-06-08 01:53:44 +0200 (Sat, 08 Jun 2002) | 3 lines
-Changed paths:
-   D /trunk/include/playlist.h
-   M /trunk/include/vlc/intf.h
-   M /trunk/include/vlc_common.h
-   A /trunk/include/vlc_playlist.h
-   M /trunk/plugins/macosx/intf_vlc_wrapper.m
-   M /trunk/plugins/win32/control.cpp
-   M /trunk/plugins/win32/disc.cpp
-   M /trunk/plugins/win32/intf_win32.cpp
-   M /trunk/plugins/win32/mainframe.cpp
-   M /trunk/plugins/win32/menu.cpp
-   M /trunk/plugins/win32/messages.cpp
-   M /trunk/plugins/win32/network.cpp
-   M /trunk/plugins/win32/playlist.cpp
-   M /trunk/plugins/win32/preferences.cpp
-   M /trunk/plugins/win32/win32_common.h
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/playlist/playlist.c
-
-  * ./plugins/win32/*: tried to port the Win32 interface to the new API. Seems
-    to be still crashing.
-
-------------------------------------------------------------------------
-r2028 | lool | 2002-06-08 03:41:22 +0200 (Sat, 08 Jun 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/xosd/xosd.c
-
-  * ./configure.in: checking for the header should be enough in most cases
-  * ./plugins/xosd/xosd.c: configuration options
-
-------------------------------------------------------------------------
-r2029 | lool | 2002-06-08 04:50:26 +0200 (Sat, 08 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/xosd/xosd.c
-
-  * ./plugins/xosd/xosd.c: a couple more options, better defaults
-
-------------------------------------------------------------------------
-r2030 | sam | 2002-06-08 16:08:46 +0200 (Sat, 08 Jun 2002) | 3 lines
-Changed paths:
-   M /trunk/bootstrap.sh
-   M /trunk/include/vlc_symbols.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/plugins/macosx/aout_macosx.m
-   M /trunk/plugins/mpeg_vdec/vpar_pool.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/win32_specific.c
-
-  * ./include/vlc_threads.h, ./src/misc/threads.c: improved the cond_wait
-    implementation to avoid races, by using SetEvent instead of PulseEvent.
-
-------------------------------------------------------------------------
-r2031 | sam | 2002-06-08 20:52:34 +0200 (Sat, 08 Jun 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/macosx/aout_macosx.m
-   M /trunk/plugins/macosx/intf_vlc_wrapper.m
-   M /trunk/plugins/macosx/vout_macosx.m
-
-  * ./plugins/macosx/vout_macosx.m, ./plugins/macosx/aout_macosx.m,
-    ./plugins/macosx/intf_vlc_wrapper.m: preliminary OS X compilation fixes.
-
-------------------------------------------------------------------------
-r2032 | sam | 2002-06-08 21:32:19 +0200 (Sat, 08 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/macosx/intf_controller.m
-   M /trunk/plugins/macosx/intf_macosx.m
-   M /trunk/plugins/macosx/intf_open.m
-   M /trunk/plugins/macosx/macosx.h
-   M /trunk/plugins/macosx/macosx.m
-   M /trunk/plugins/macosx/vout_macosx.m
-   M /trunk/plugins/macosx/vout_qdview.m
-   M /trunk/plugins/macosx/vout_vlc_wrapper.m
-   M /trunk/plugins/macosx/vout_window.m
-
-  * ./plugins/macosx/*: additional minor fixes.
-
-------------------------------------------------------------------------
-r2033 | sam | 2002-06-08 22:25:13 +0200 (Sat, 08 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mad/mad_libmad.c
-
-  * ./plugins/mad/mad_libmad.c: changed error messages to warning/debug.
-
-------------------------------------------------------------------------
-r2034 | sam | 2002-06-09 18:52:58 +0200 (Sun, 09 Jun 2002) | 8 lines
-Changed paths:
-   M /trunk/plugins/filter/deinterlace.c
-
-  * ./plugins/filter/deinterlace.c: added two new deinterlacing methods,
-    "discard" which is very CPU efficient, and "blend" (yes there used to be
-    a "blend" method but it's now called "linear". Don't ask) which loses some
-    vertical resolution but discards the mice teeth effect. Information was
-    found on http://www.100fps.com/index.htm.
-
-    We now have "discard", "blend", "bob" and "linear".
-
-------------------------------------------------------------------------
-r2042 | massiot | 2002-06-10 00:57:00 +0200 (Mon, 10 Jun 2002) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   A /trunk/extras/MacOSX/Resources/divx.icns
-   A /trunk/extras/MacOSX/Resources/generic.icns
-   A /trunk/extras/MacOSX/Resources/mpeg.icns
-   A /trunk/extras/MacOSX/Resources/mpeg1.icns
-   A /trunk/extras/MacOSX/Resources/mpeg2.icns
-   A /trunk/extras/MacOSX/Resources/mpeg4.icns
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/plugins/network/ipv6.c
-
-* IPv6 multicast support, courtesy of Remco Poortinga <poortinga@telin.nl> ;
-* Mac OS X icons and fixes, courtesy of Benjamin Mironer <bmironer@noos.fr>.
-
-------------------------------------------------------------------------
-r2043 | massiot | 2002-06-10 01:35:33 +0200 (Mon, 10 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/network/ipv6.c
-
-* Fixed some compile issues with what I checked in.
-
-------------------------------------------------------------------------
-r2044 | sam | 2002-06-10 02:41:08 +0200 (Mon, 10 Jun 2002) | 5 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/plugins/filter/deinterlace.c
-
-  * ./configure.in: fixed inet_pton detection.
-  * ./plugins/filter/deinterlace.c: the blend mode is now a lot smoother, but
-    also a bit slower, so I also kept the old version, optimized it, and
-    called it "mean".
-
-------------------------------------------------------------------------
-r2045 | sam | 2002-06-10 18:48:59 +0200 (Mon, 10 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/FAQ
-
-  * ./FAQ: added QT6 FAQ entry.
-
-------------------------------------------------------------------------
-r2046 | gbazin | 2002-06-11 11:44:22 +0200 (Tue, 11 Jun 2002) | 15 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/configuration.h
-   M /trunk/include/modules.h
-   M /trunk/include/video_output.h
-   M /trunk/plugins/dummy/dummy.c
-   M /trunk/plugins/filter/clone.c
-   M /trunk/plugins/filter/crop.c
-   M /trunk/plugins/filter/deinterlace.c
-   M /trunk/plugins/filter/distort.c
-   M /trunk/plugins/filter/invert.c
-   M /trunk/plugins/filter/transform.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/plugins/kde/kde_preferences.cpp
-   M /trunk/plugins/win32/preferences.cpp
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/video_output/video_output.c
-
-
-* ./include/configuration.h: renamed MODULE_CONFIG_* macros into
-CONFIG_*.
-* ./include/configuration.h, ./plugins/gtk/gtk_preferences.c,
-./plugins/filter/transform.c, ./plugins/filter/distort.c,
-./plugins/filter/deinterlace.c: added an ADD_STRING_FROM_LIST()
-configuration macro.
-* ./include/modules.h, ./include/video_output.h,
-./src/video_output/video_output.c, ./plugins/filters/*: added a
-VOUT_FILTER capability. Having a clear distinction between VOUTs and
-VOUT_FILTERs allows us to get rid of ugly hacks. The filters are also
-stackable now (use --filter=foo:bar:foo etc..).
-* ./include/configuration.h, ./src/libvlc.h, ./src/libvlc.c: clean-up +
-added an ADD_USAGE_HINT() configuration macro.
-
-------------------------------------------------------------------------
-r2052 | massiot | 2002-06-19 01:18:40 +0200 (Wed, 19 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/config.h
-   M /trunk/include/defs.h.in
-   M /trunk/plugins/access/http.c
-   M /trunk/plugins/macosx/intf_vlc_wrapper.m
-   M /trunk/plugins/macosx/vout_vlc_wrapper.m
-
-Ported previous stable commits.
-
-------------------------------------------------------------------------
-r2054 | massiot | 2002-06-20 00:47:14 +0200 (Thu, 20 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/README.MacOSX.rtf
-   M /trunk/doc/release-howto.txt
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/ipkg/control
-   M /trunk/plugins/macosx/intf_controller.h
-   M /trunk/plugins/macosx/intf_controller.m
-   M /trunk/vlc.spec
-
-Backported stable changes.
-
-------------------------------------------------------------------------
-r2055 | fenrir | 2002-06-27 01:11:12 +0200 (Thu, 27 Jun 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/avi/avi.h
-   A /trunk/plugins/avi/libioRIFF.h
-
- * all : I rewrite the way to read, in order to minimize seeking (
-faster and in prevision of VOD by http, but not yet functionnal ). But
-sound becomes horrible, I will try to fix it as soon as possible.
-
-------------------------------------------------------------------------
-r2056 | fenrir | 2002-06-27 20:10:16 +0200 (Thu, 27 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/avi/Makefile
-   M /trunk/plugins/avi/libioRIFF.c
-
- * all : I've forgotten theses ...
-
-------------------------------------------------------------------------
-r2057 | sam | 2002-06-27 21:01:28 +0200 (Thu, 27 Jun 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/x11/x11.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/plugins/x11/xvideo.c
-
-  * ./plugins/x11/*: added the --x11-drawable and --xvideo-drawable options to
-    tell vlc to draw in an existing drawable instead of creating a new window.
-
-------------------------------------------------------------------------
-r2058 | sam | 2002-06-27 21:05:17 +0200 (Thu, 27 Jun 2002) | 7 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/plugins/access/http.c
-   M /trunk/plugins/avi/avi.c
-   D /trunk/plugins/avi/libLE.c
-   M /trunk/plugins/avi/libioRIFF.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/vlc.c
-
-  * ./src/misc/modules.c: added the --plugin-path option to give vlc an
-    extra plugin location.
-  * ./plugins/text/rc.c: if stdin/stdout are not connected to a TTY, we
-    don't launch the rc interface.
-  * ./plugins/access/http.c: fixed a compilation warning.
-  * ./src/misc/messages.c: cosmetic enhancements in the message output.
-
-------------------------------------------------------------------------
-r2060 | sam | 2002-06-27 21:46:32 +0200 (Thu, 27 Jun 2002) | 8 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/plugins/dvd/dvd_es.c
-   M /trunk/plugins/spudec/spu_decoder.c
-
-  * ./plugins/dvd/dvd_es.c: error in selecting SPU stream.
-  * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour.
-  * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha
-    palette.
-  * ./plugins/spudec/spu_decoder.c: subtitle transparency support.
-
-   Patches imported from v0_4_1_branch.
-
-------------------------------------------------------------------------
-r2061 | fenrir | 2002-06-28 21:31:40 +0200 (Fri, 28 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-
- plugins/avi/avi.c : audio seems to be better.
-
-------------------------------------------------------------------------
-r2062 | fenrir | 2002-06-29 16:16:17 +0200 (Sat, 29 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-
- plugins/avi/avi.c : fix some problems with broken avi
-
-------------------------------------------------------------------------
-r2063 | fenrir | 2002-06-30 05:51:29 +0200 (Sun, 30 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/avi/libioRIFF.c
-
-  all: ameliorations.
-
-------------------------------------------------------------------------
-r2064 | fenrir | 2002-06-30 17:07:57 +0200 (Sun, 30 Jun 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/avi/avi.h
-   M /trunk/plugins/avi/libioRIFF.c
-   M /trunk/plugins/avi/libioRIFF.h
-
- *all : now can find key frame even with broken avi.
-
-------------------------------------------------------------------------
-r2065 | sam | 2002-07-01 19:39:08 +0200 (Mon, 01 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/gtk/gtk_callbacks.c
-
-  * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when hitting Eject with
-    an emtpy playlist.
-
-------------------------------------------------------------------------
-r2066 | sam | 2002-07-01 19:39:27 +0200 (Mon, 01 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/kde/kde.cpp
-   M /trunk/plugins/kde/kde_disc.cpp
-   M /trunk/plugins/kde/kde_interface.cpp
-   M /trunk/plugins/kde/kde_interface.h
-   M /trunk/plugins/kde/kde_menu.cpp
-   M /trunk/plugins/kde/kde_net.cpp
-   M /trunk/plugins/kde/kde_preferences.cpp
-
-  * ./plugins/kde/*: the KDE interface now works again.
-
-------------------------------------------------------------------------
-r2067 | sam | 2002-07-01 19:39:55 +0200 (Mon, 01 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/qt/intf_qt.cpp
-
-  * ./plugins/qt/*: the Qt interface now works again.
-
-------------------------------------------------------------------------
-r2068 | sam | 2002-07-01 19:40:27 +0200 (Mon, 01 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/lirc/lirc.c
-
-  * ./plugins/lirc/lirc.c: the lirc interface now works again.
-
-------------------------------------------------------------------------
-r2069 | fenrir | 2002-07-02 19:54:49 +0200 (Tue, 02 Jul 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/avi/libioRIFF.c
-
- * all : begin to support VOD, but it segfault very quickly (unless you
-disable audio or video !)and cannot support seeking( will just stop ).
-Moreover it can't work for all files, only interleaved ones.
-
-------------------------------------------------------------------------
-r2070 | sam | 2002-07-02 21:14:59 +0200 (Tue, 02 Jul 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/x11/x11.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/plugins/x11/xvideo.c
-
-  * ./plugins/x11/xcommon.c: to enter fullscreen mode, we create a new window
-    instead of moving the current window, which saves us the hassle of
-    remembering size and position.
-  * ./plugins/x11/x11.c, ./plugins/x11/xvideo.c: added --no-x11-shm and
-    --no-xvideo-shm options.
-
-------------------------------------------------------------------------
-r2071 | sam | 2002-07-02 21:16:47 +0200 (Tue, 02 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gtk.c
-
-  * ./plugins/gnome/gtk.c, ./plugins/gnome/gnome.c: prevent older versions
-    of vlc from crashing when trying to open a recent module.
-
-------------------------------------------------------------------------
-r2072 | jlj | 2002-07-03 00:07:02 +0200 (Wed, 03 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/darwin_specific.h
-   M /trunk/src/misc/darwin_specific.c
-   M /trunk/src/video_output/video_output.c
-
-  * darwin_specific.[ch]: added strndup needed by video_output.c.
-  * configure.in: added -lintl to plugins_LDFLAGS.
-
-------------------------------------------------------------------------
-r2073 | sam | 2002-07-03 21:40:49 +0200 (Wed, 03 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/modules.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/vlc.c
-
-  * ./src/misc/modules.c: module_Need accepts a comma-separated list of
-    module names. Try for instance: "vlc --intf gnome,gtk,dummy".
-
-------------------------------------------------------------------------
-r2074 | sam | 2002-07-04 20:11:57 +0200 (Thu, 04 Jul 2002) | 5 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/.cvsignore
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   A /trunk/debian/mozilla-plugin-vlc.dirs
-   M /trunk/debian/rules
-   A /trunk/mozilla
-   A /trunk/mozilla/Makefile
-   A /trunk/mozilla/npunix.c
-   A /trunk/mozilla/vlcplugin.c
-   A /trunk/mozilla/vlcplugin.h
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/misc/modules.c
-
-  * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now.
-  * ./debian/rules: activated the vlc-xosd, vlc-kde and mozilla-plugin-vlc
-    Debian packages.
-  * ./po/*: updated potfiles.
-
-------------------------------------------------------------------------
-r2075 | sam | 2002-07-05 13:18:56 +0200 (Fri, 05 Jul 2002) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/darwin_specific.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/src/misc/darwin_specific.c
-   A /trunk/src/misc/extras.c
-   M /trunk/src/misc/threads.c
-
-  * ./src/misc/darwin_specific.c, ./src/misc/extras.c: moved our custom
-    strndup to a separate file so that Win32 can benefit from it.
-  * ./include/vlc_threads.h: Borland compilation fix.
-
-------------------------------------------------------------------------
-r2077 | massiot | 2002-07-07 23:55:25 +0200 (Sun, 07 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-Update for 0.4.2 release.
-
-------------------------------------------------------------------------
-r2079 | ipkiss | 2002-07-10 00:15:49 +0200 (Wed, 10 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/win32/about.cpp
-   M /trunk/plugins/win32/about.dfm
-   M /trunk/plugins/win32/about.h
-   M /trunk/plugins/win32/mainframe.cpp
-
-
- * ./plugins/win32/about.*: Added the version number in the About box
-
-------------------------------------------------------------------------
-r2080 | fenrir | 2002-07-10 00:18:23 +0200 (Wed, 10 Jul 2002) | 7 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-
- plugins/avi/avi.c : now you can see avi over http (true interleaved
-file only), and seek is allowed (but with great unsynchronisation,
-and sometimes it fails). But in order to make it working, I have to
-limit the number of bytes I read at a time. It's strange since in
-previous version of vlc, I don't need to do that ... ( it segfaults in
-input_SplitBuffer but not always on the same frame )
-
-------------------------------------------------------------------------
-r2081 | lool | 2002-07-10 01:40:34 +0200 (Wed, 10 Jul 2002) | 4 lines
-Changed paths:
-   M /trunk/FAQ
-
-  * ./FAQ: minor updates, new sections: uninstall/reinstall,
-    DirectX-blackscreen, device permissions, debug messages,
-    config file, (un)planned ports/features, sources.list
-
-------------------------------------------------------------------------
-r2083 | lool | 2002-07-10 09:32:43 +0200 (Wed, 10 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/FAQ
-
-  * ./FAQ: new entry for RTP
-
-------------------------------------------------------------------------
-r2088 | sam | 2002-07-11 20:41:54 +0200 (Thu, 11 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/qt/intf_qt.cpp
-
-  * ./plugins/qt/intf_qt.cpp: fixed Qt interface termination.
-
-------------------------------------------------------------------------
-r2089 | sam | 2002-07-11 20:44:12 +0200 (Thu, 11 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/vlc.c
-
-  * ./src/vlc.c: reduced the amount of default simultaneous interfaces.
-  * ./src/libvlc.c: removed calls to vlc_mutex_lock in sighandlers.
-
-------------------------------------------------------------------------
-r2090 | fenrir | 2002-07-11 20:57:08 +0200 (Thu, 11 Jul 2002) | 6 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/mpeg_audio.c
-
- I commit a patch from Sigmund Augdal to skip ID3 tag at the begining
-of a file, so more files can be read :))
-
- However with current cvs this demux ( with and without the patch )
-segfaults after a few seconds, I can't find why, anybody has an idea ?
-
-------------------------------------------------------------------------
-r2091 | sam | 2002-07-11 21:05:12 +0200 (Thu, 11 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/debian/rules
-
-  * ./debian/rules: the Debian package creation script builds ffmpeg.
-
-------------------------------------------------------------------------
-r2092 | sam | 2002-07-11 21:28:13 +0200 (Thu, 11 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/bootstrap.sh
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_callbacks.c
-   M /trunk/plugins/gtk/gnome_callbacks.h
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gnome_interface.h
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_common.h
-   M /trunk/plugins/gtk/gtk_control.c
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/gtk/gtk_interface.h
-   M /trunk/plugins/gtk/gtk_menu.c
-   M /trunk/plugins/gtk/gtk_modules.c
-   M /trunk/plugins/gtk/gtk_open.c
-   M /trunk/plugins/gtk/gtk_playlist.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-
-  * ./plugins/gtk/*: new generic "Open Target" window. Please test and
-    comment on usability.
-
-------------------------------------------------------------------------
-r2093 | sam | 2002-07-11 21:44:10 +0200 (Thu, 11 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/mad/mad_libmad.c
-
-  * ./plugins/mad/mad_libmad.c: prevent the MAD decoder from looping endlessly
-    when the audio output fifo could not be created.
-
-------------------------------------------------------------------------
-r2094 | sam | 2002-07-12 18:30:28 +0200 (Fri, 12 Jul 2002) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/README
-   M /trunk/debian/.cvsignore
-   M /trunk/debian/control
-   A /trunk/debian/gnome-vlc.dirs
-   A /trunk/debian/gnome-vlc.menu
-   A /trunk/debian/gvlc.dirs
-   A /trunk/debian/gvlc.menu
-   A /trunk/debian/kvlc.dirs
-   A /trunk/debian/kvlc.menu
-   A /trunk/debian/qvlc.dirs
-   A /trunk/debian/qvlc.menu
-   M /trunk/debian/rules
-   D /trunk/debian/vlc-aa.dirs
-   D /trunk/debian/vlc-alsa.dirs
-   D /trunk/debian/vlc-arts.dirs
-   D /trunk/debian/vlc-esd.dirs
-   D /trunk/debian/vlc-ggi.dirs
-   D /trunk/debian/vlc-glide.dirs
-   D /trunk/debian/vlc-gnome.dirs
-   D /trunk/debian/vlc-gnome.menu
-   D /trunk/debian/vlc-gtk.dirs
-   D /trunk/debian/vlc-gtk.menu
-   D /trunk/debian/vlc-kde.dirs
-   D /trunk/debian/vlc-kde.menu
-   D /trunk/debian/vlc-lirc.dirs
-   D /trunk/debian/vlc-mad.dirs
-   A /trunk/debian/vlc-plugin-aa.dirs
-   A /trunk/debian/vlc-plugin-alsa.dirs
-   A /trunk/debian/vlc-plugin-arts.dirs
-   A /trunk/debian/vlc-plugin-esd.dirs
-   A /trunk/debian/vlc-plugin-ggi.dirs
-   A /trunk/debian/vlc-plugin-glide.dirs
-   A /trunk/debian/vlc-plugin-lirc.dirs
-   A /trunk/debian/vlc-plugin-mad.dirs
-   A /trunk/debian/vlc-plugin-sdl.dirs
-   A /trunk/debian/vlc-plugin-xosd.dirs
-   D /trunk/debian/vlc-qt.dirs
-   D /trunk/debian/vlc-qt.menu
-   D /trunk/debian/vlc-sdl.dirs
-   M /trunk/debian/vlc.menu
-
-  * ./ChangeLog: updated.
-  * ./README: removed much outdated data.
-  * ./debian/*: great package renaming - names should make more sense now.
-
-------------------------------------------------------------------------
-r2095 | sam | 2002-07-12 19:08:52 +0200 (Fri, 12 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/mozilla/vlcplugin.c
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-
-  * ./po/*: polish translation, courtesy of Arkadiusz Lipiec.
-
-------------------------------------------------------------------------
-r2096 | massiot | 2002-07-12 23:57:25 +0200 (Fri, 12 Jul 2002) | 8 lines
-Changed paths:
-   M /trunk/AUTHORS
-   A /trunk/MAINTAINERS
-   A /trunk/STATUS
-   M /trunk/doc/vlc-howto.sgml
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc_common.h
-   M /trunk/src/misc/mtime.c
-
-* ./AUTHORS : added lool :-p ;
-* ./doc/vlc-howto.sgml : Fixed typos ;
-* ./include/vlc_common.h : Greatly simplified ntoh*, and U??_AT macros are
-  now alignment-safe ;
-* ./STATUS : New file indicating who's working on what. Please keep it
-  up-to-date ;
-* ./MAINTAINERS : New file indicating who has knowledge on which parts.
-
-------------------------------------------------------------------------
-r2097 | massiot | 2002-07-13 00:42:30 +0200 (Sat, 13 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-Closed old entries.
-
-------------------------------------------------------------------------
-r2098 | sam | 2002-07-13 01:53:40 +0200 (Sat, 13 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-  * ./AUTHORS: removed my entry for lool. /me should go back to school and
-    learn how to alpha sort.
-
-------------------------------------------------------------------------
-r2102 | jpsaman | 2002-07-13 14:22:14 +0200 (Sat, 13 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-
-Add package sdl to package dependency list.
-
-------------------------------------------------------------------------
-r2103 | jlj | 2002-07-15 03:54:04 +0200 (Mon, 15 Jul 2002) | 7 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/plugins/macosx/Makefile
-   D /trunk/plugins/macosx/intf_controller.h
-   D /trunk/plugins/macosx/intf_controller.m
-   A /trunk/plugins/macosx/intf_controls.m
-   A /trunk/plugins/macosx/intf_macosx.h
-   M /trunk/plugins/macosx/intf_macosx.m
-   M /trunk/plugins/macosx/intf_open.h
-   M /trunk/plugins/macosx/intf_open.m
-   A /trunk/plugins/macosx/intf_playlist.h
-   A /trunk/plugins/macosx/intf_playlist.m
-   D /trunk/plugins/macosx/intf_vlc_wrapper.h
-   D /trunk/plugins/macosx/intf_vlc_wrapper.m
-   D /trunk/plugins/macosx/macosx.h
-   A /trunk/plugins/macosx/vout_macosx.h
-   M /trunk/plugins/macosx/vout_macosx.m
-   D /trunk/plugins/macosx/vout_qdview.h
-   D /trunk/plugins/macosx/vout_qdview.m
-   D /trunk/plugins/macosx/vout_vlc_wrapper.h
-   D /trunk/plugins/macosx/vout_vlc_wrapper.m
-   D /trunk/plugins/macosx/vout_window.h
-   D /trunk/plugins/macosx/vout_window.m
-   M /trunk/po/Makefile.in.in
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/vlc.pot
-
-  * MacOS X changes:
-    - added messages and playlist panel
-    - simple dock menu (play, pause, stop)
-    - context menu in video view
-    - localization support: http://nanocrew.net/vlc/vlc-osx-ja.png
-    - no longer broken :)
-
-------------------------------------------------------------------------
-r2104 | jlj | 2002-07-15 04:09:57 +0200 (Mon, 15 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/macosx/vout_macosx.m
-
-  * ./plugins/macosx/vout_macosx.m: added missing keyDown(space) = pause
-
-------------------------------------------------------------------------
-r2105 | jlj | 2002-07-15 21:04:12 +0200 (Mon, 15 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/macosx/vout_macosx.m
-
-  * ./plugins/macosx/vout_macosx.m: added missing arrow up/down handling.
-
-------------------------------------------------------------------------
-r2106 | sam | 2002-07-15 21:08:51 +0200 (Mon, 15 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-  * ./configure.in: we now look for XvPutImage instead of XvSetPortAttribute
-    because XvSetPortAttribute isn't always available.
-
-------------------------------------------------------------------------
-r2107 | sam | 2002-07-15 21:15:05 +0200 (Mon, 15 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/messages.c
-
-  * ./src/misc/messages.c: debug messages that were issued before the -v
-    flag was tested for are no longer lost.
-
-------------------------------------------------------------------------
-r2108 | fenrir | 2002-07-15 21:33:02 +0200 (Mon, 15 Jul 2002) | 4 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/video.h
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/avi/avi.h
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-   M /trunk/plugins/ffmpeg/ffmpeg.h
-   M /trunk/src/input/input_programs.c
-
- * avi.c : quick hack to read file created by ffmpeg. I think it should
-work.
- * all   : add support for some others codecs provided by ffmpeg, but some of them aren't tested.
-
-------------------------------------------------------------------------
-r2109 | sam | 2002-07-15 22:09:31 +0200 (Mon, 15 Jul 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gnome.glade
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk.glade
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_callbacks.h
-   M /trunk/plugins/gtk/gtk_interface.c
-   M /trunk/plugins/kde/kde_interface.cpp
-   M /trunk/plugins/lirc/lirc.c
-   M /trunk/plugins/macosx/intf_macosx.m
-   M /trunk/plugins/macosx/vout_macosx.m
-   M /trunk/plugins/text/logger.c
-   M /trunk/plugins/text/ncurses.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/plugins/win32/intf_win32.cpp
-   M /trunk/plugins/win32/mainframe.cpp
-
-  * ./plugins/*: interface plugins set p_vlc->b_die to quit vlc, but check
-    for p_intf->b_die to know when they are supposed to terminate p_intf. This
-    will allow to spawn interface plugins on the fly.
-
-------------------------------------------------------------------------
-r2110 | sam | 2002-07-16 00:05:59 +0200 (Tue, 16 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-  * ./configure.in: fixed a typo in my previous commit (thx fenrir).
-
-------------------------------------------------------------------------
-r2111 | jlj | 2002-07-16 00:20:47 +0200 (Tue, 16 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/access/http.c
-
-  * ./plugins/access/http.c: fixed double free bug.
-
-------------------------------------------------------------------------
-r2112 | fenrir | 2002-07-16 00:45:12 +0200 (Tue, 16 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-
- ffmpeg.c : fix my previous commit( I've forgotten one #if ... #endif )
-(Thx sam)
-
-------------------------------------------------------------------------
-r2113 | jlj | 2002-07-16 01:05:46 +0200 (Tue, 16 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/access/http.c
-
-  * ./plugins/access/http.c: fixed memory leak.
-
-------------------------------------------------------------------------
-r2114 | jlj | 2002-07-16 22:41:48 +0200 (Tue, 16 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/plugins/macosx/intf_controls.m
-   M /trunk/plugins/macosx/intf_macosx.h
-   M /trunk/plugins/macosx/intf_macosx.m
-   M /trunk/plugins/macosx/vout_macosx.m
-
-  * MacOS X: added deinterlace submenu
-
-------------------------------------------------------------------------
-r2115 | sam | 2002-07-16 23:25:43 +0200 (Tue, 16 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/src/input/input_programs.c
-
-  * ./plugins/mpeg_vdec/video_parser.c, ./src/input/input_programs.c: fixed
-    a few uninitialized variables.
-
-------------------------------------------------------------------------
-r2116 | sam | 2002-07-16 23:28:48 +0200 (Tue, 16 Jul 2002) | 3 lines
-Changed paths:
-   A /trunk/doc/fortunes.txt
-
-  * ./doc/fortunes.txt: a few IRC fortune cookies for those with too much
-    time on their hands.
-
-------------------------------------------------------------------------
-r2117 | sam | 2002-07-16 23:29:10 +0200 (Tue, 16 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/threads.c
-
-  * ./src/misc/threads.c: improved lazy initialization of the global lock.
-
-------------------------------------------------------------------------
-r2118 | massiot | 2002-07-16 23:59:39 +0200 (Tue, 16 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-
-* ./Makefile : src/misc/modules_builtin.h now depends on Makefile.config.
-
-------------------------------------------------------------------------
-r2119 | sam | 2002-07-17 08:40:49 +0200 (Wed, 17 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/plugins/alsa/alsa.c
-
-  * ./plugins/alsa/alsa.c: ALSA device selection patch, courtesy of John
-    Paul Lorenti <jpl31@columbia.edu>.
-
-------------------------------------------------------------------------
-r2120 | sam | 2002-07-17 12:01:12 +0200 (Wed, 17 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-
-  * ./configure.in: better protection of CFLAGS and LDFLAGS. Should also fix
-    remaining issues with XvPutImage detection, please confirm!
-
-------------------------------------------------------------------------
-r2121 | sam | 2002-07-17 14:21:44 +0200 (Wed, 17 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-  * ./configure.in: plugin compilation fix for HP-UX.
-
-------------------------------------------------------------------------
-r2122 | stef | 2002-07-17 23:24:06 +0200 (Wed, 17 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-
-The loop in lpcm decoder DecodeFrame() could not exit after b_die
-in some case
-
-------------------------------------------------------------------------
-r2123 | stef | 2002-07-17 23:28:19 +0200 (Wed, 17 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/dvd_access.c
-
-Added a 'dvdold' shortcut to force the use of the dvd plugin in case
-another plugin with higher priority wants to use 'dvd' as shortcut.
-
-------------------------------------------------------------------------
-r2124 | massiot | 2002-07-17 23:38:48 +0200 (Wed, 17 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-
-Fixed nanosleep detection on some platforms.
-
-------------------------------------------------------------------------
-r2125 | stef | 2002-07-17 23:34:57 +0200 (Wed, 17 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/x11/xcommon.c
-
-Fixed a bug in the computation of the mouse coordinates sent to interface.
-
-------------------------------------------------------------------------
-r2126 | fenrir | 2002-07-17 23:37:27 +0200 (Wed, 17 Jul 2002) | 5 lines
-Changed paths:
-   A /trunk/plugins/mp4
-   A /trunk/plugins/mp4/Makefile
-   A /trunk/plugins/mp4/libmp4.c
-   A /trunk/plugins/mp4/libmp4.h
-   A /trunk/plugins/mp4/mp4.c
-   A /trunk/plugins/mp4/mp4.h
-
- * all : preliminary mp4 (and some mov) demux plugin. I've not enabled
-it ( add by hand to Makefile ... and link it with zlib -lz ) as I will
-probably break it too many times. It work for some mp4(but without
-audio, need aac decoder) and mov with sorenson v1(ffmpeg :).
-
-------------------------------------------------------------------------
-r2128 | stef | 2002-07-17 23:54:37 +0200 (Wed, 17 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/include/interface.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/modules_plugin.h
-
-Interface creation and destruction functions are now exported to plugins
-so that any plugin can spawn a new interface.
-
-------------------------------------------------------------------------
-r2129 | massiot | 2002-07-17 23:58:21 +0200 (Wed, 17 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/vlc/vlc.h
-
-* ./configure : fixed Mac OS X compilation which was broken on some machines
-* ./include/vlc/vlc.h : include os_specific.h
-
-------------------------------------------------------------------------
-r2130 | jlj | 2002-07-18 00:23:20 +0200 (Thu, 18 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/src/misc/darwin_specific.c
-
-  * ./src/misc/darwin_specific.c: s/vlc_object_t/vlc_t
-
-------------------------------------------------------------------------
-r2131 | jlj | 2002-07-18 02:54:17 +0200 (Thu, 18 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure.in
-
-  * ./configure.in: added mp4 module, default disabled
-
-------------------------------------------------------------------------
-r2132 | sam | 2002-07-18 02:58:38 +0200 (Thu, 18 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-  * ./doc/fortunes.txt: added a selection of Lool's fortune cookies.
-
-------------------------------------------------------------------------
-r2133 | jlj | 2002-07-18 02:59:12 +0200 (Thu, 18 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.in
-
-  * ./configure.in: fixed description of MP4 module
-
-------------------------------------------------------------------------
-r2134 | sam | 2002-07-18 03:00:41 +0200 (Thu, 18 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/vlc.c
-
-  * ./src/vlc.c, ./src/libvlc.c: added more robust consistency checks.
-
-------------------------------------------------------------------------
-r2135 | sam | 2002-07-18 03:02:07 +0200 (Thu, 18 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/include/defs.h.in
-
-  * ./configure: rebuilt using the newest autotools.
-
-------------------------------------------------------------------------
-r2136 | sam | 2002-07-18 03:11:17 +0200 (Thu, 18 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile.modules
-
-  * ./Makefile.modules: we don't chmod -x the compiled plugins because of
-    HP-UX's dynamic linker which would otherwise be unable to open them.
-
-------------------------------------------------------------------------
-r2137 | sam | 2002-07-18 03:23:44 +0200 (Thu, 18 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-  * ./configure.in: we no longer check for a specific function in -lphtread
-    because some systems (such as HP-UX...) have them inlined.
-
-------------------------------------------------------------------------
-r2139 | massiot | 2002-07-19 23:14:13 +0200 (Fri, 19 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/network/ipv4.c
-   M /trunk/plugins/network/ipv6.c
-   M /trunk/src/libvlc.h
-
-* New --mtu option.
-
-------------------------------------------------------------------------
-r2141 | massiot | 2002-07-20 00:04:37 +0200 (Sat, 20 Jul 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/a52/a52.c
-
-* ./plugins/a52/a52.c : Added a global lock to prevent two VLC threads to
-  call a liba52 function simultaneously (liba52 isn't reentrant) ;
-* ./plugins/a52/a52.c : Made liba52 the default AC3 decoder.
-
-------------------------------------------------------------------------
-r2142 | sam | 2002-07-20 20:01:43 +0200 (Sat, 20 Jul 2002) | 7 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/Makefile
-   M /trunk/bootstrap.sh
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/.cvsignore
-   M /trunk/debian/control
-   A /trunk/debian/libvlc0-dev.dirs
-   M /trunk/debian/rules
-   M /trunk/doc/fortunes.txt
-   M /trunk/include/ac3_downmix.h
-   M /trunk/include/ac3_imdct.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/configuration.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/interface.h
-   M /trunk/include/iso_lang.h
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   M /trunk/include/network.h
-   M /trunk/include/stream_control.h
-   M /trunk/include/vdec_ext-plugins.h
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/mozilla/vlcplugin.c
-   M /trunk/plugins/aa/aa.c
-   M /trunk/plugins/alsa/alsa.c
-   M /trunk/plugins/arts/arts.c
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/chroma/i420_rgb.h
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/directx/vout_directx.h
-   M /trunk/plugins/dsp/dsp.c
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/esd/esd.c
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-   M /trunk/plugins/filter/clone.c
-   M /trunk/plugins/filter/crop.c
-   M /trunk/plugins/filter/deinterlace.c
-   M /trunk/plugins/filter/distort.c
-   M /trunk/plugins/filter/invert.c
-   M /trunk/plugins/filter/transform.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/plugins/fx/scope.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/glide/glide.c
-   M /trunk/plugins/gtk/gtk_common.h
-   M /trunk/plugins/kde/kde_interface.h
-   M /trunk/plugins/lirc/lirc.c
-   M /trunk/plugins/macosx/aout_macosx.m
-   M /trunk/plugins/macosx/intf_macosx.h
-   M /trunk/plugins/macosx/vout_macosx.h
-   M /trunk/plugins/macosx/vout_macosx.m
-   M /trunk/plugins/mga/mga.c
-   M /trunk/plugins/mga/xmga.c
-   A /trunk/plugins/mp4/.cvsignore
-   M /trunk/plugins/network/ipv6.c
-   M /trunk/plugins/qnx/aout_qnx.c
-   M /trunk/plugins/qnx/vout_qnx.c
-   M /trunk/plugins/qt/intf_qt.cpp
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/spudec/spu_decoder.h
-   M /trunk/plugins/text/logger.c
-   M /trunk/plugins/text/ncurses.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/plugins/win32/waveout.c
-   M /trunk/plugins/win32/win32_common.h
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/plugins/xosd/xosd.c
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/vlc.c
-   A /trunk/vlc-config.in
-
-  * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
-  * ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the
-    libvlc API.
-  * ./src/vlc.c: vlc uses the non-reentrant libvlc functions.
-  * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions.
-  * ./debian/*: created packages for libvlc0-dev.
-
-------------------------------------------------------------------------
-r2143 | fenrir | 2002-07-20 20:53:33 +0200 (Sat, 20 Jul 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-   M /trunk/plugins/ffmpeg/ffmpeg.h
-
- * ffmpeg : add a new option, it set the level of error resilience.
-It allows to play mpeg4 file badly encoded(illegal VLC code).(Sam you
-should be able to play your .mp4 file by setting it to -1, with recent
-ffmpeg cvs).
-
-------------------------------------------------------------------------
-r2144 | massiot | 2002-07-21 00:31:08 +0200 (Sun, 21 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-* Added -lrt for HP/UX port.
-
-------------------------------------------------------------------------
-r2145 | sam | 2002-07-21 16:32:35 +0200 (Sun, 21 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_ext-plugins.c
-
-  * ./src/input/input_ext-plugins.c: added a missing lock to input_SplitBuffer
-    which was causing crashes with some demux plugins (mpeg_audio, avi).
-
-------------------------------------------------------------------------
-r2147 | fenrir | 2002-07-21 17:07:39 +0200 (Sun, 21 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-   M /trunk/plugins/ffmpeg/ffmpeg.h
-
- * all : try to add an option to allow frame droppping (
---enable-hurry-up ). Begin to work.
-
-------------------------------------------------------------------------
-r2148 | fenrir | 2002-07-21 17:11:55 +0200 (Sun, 21 Jul 2002) | 2 lines
-Changed paths:
-   A /trunk/plugins/cinepak
-   A /trunk/plugins/cinepak/Makefile
-   A /trunk/plugins/cinepak/cinepak.c
-   A /trunk/plugins/cinepak/cinepak.h
-
- * all : a cinepak (cvid) video decoder ( codec found in old .mov ).
-
-------------------------------------------------------------------------
-r2149 | fenrir | 2002-07-21 17:13:19 +0200 (Sun, 21 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mp4/libmp4.c
-   M /trunk/plugins/mp4/libmp4.h
-   M /trunk/plugins/mp4/mp4.h
-
- * all : enable cinepak, clean some functions, fix some memory leaks
-
-------------------------------------------------------------------------
-r2150 | fenrir | 2002-07-21 17:18:29 +0200 (Sun, 21 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/src/input/input_programs.c
-
- * all : enable cinepak decoder, I hope I haven't break anything.
-
-------------------------------------------------------------------------
-r2151 | sam | 2002-07-21 17:27:09 +0200 (Sun, 21 Jul 2002) | 5 lines
-Changed paths:
-   M /trunk/bootstrap.sh
-   M /trunk/debian/control
-   M /trunk/include/vlc_symbols.h
-
-  * ./debian/control: changed "interface plugin" occurences to "frontend" to
-    make package descriptions less misleading.
-  * ./bootstrap.sh: use C locale for generating vlc_symbols.h.
-  * ./bootstrap.sh: don't generate pofiles by default.
-
-------------------------------------------------------------------------
-r2152 | fenrir | 2002-07-21 20:47:22 +0200 (Sun, 21 Jul 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/cinepak/cinepak.c
-   M /trunk/plugins/cinepak/cinepak.h
-   M /trunk/plugins/mp4/libmp4.c
-   M /trunk/plugins/mp4/libmp4.h
-   M /trunk/plugins/mp4/mp4.c
-   M /trunk/plugins/mp4/mp4.h
-
- * mp4 : use same endian for fourcc than one used in vlc (video.h if I'm
-right).
- * cinepak : take care of grayscale option.
-
-------------------------------------------------------------------------
-r2153 | sigmunau | 2002-07-21 20:57:02 +0200 (Sun, 21 Jul 2002) | 10 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/plugins/mpeg_system/mpeg_audio.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/src/input/input.c
-   A /trunk/src/input/input_info.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/modules_plugin.h
-
-  * ./src/libvlc.c: updated usage info to include STRING_FROM_LIST
-    configuration items.
-  * rest: new input info subsystem.
-
-Have a look in plugins/mpeg_system/mpeg_audio.c to see how to add info.
-Have a look in plugins/text/rc.c to see how to read info.
-
-
-Sigmund
-
-------------------------------------------------------------------------
-r2154 | sigmunau | 2002-07-21 21:26:13 +0200 (Sun, 21 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-
- * all: these didn't get along in my last commit
-
-------------------------------------------------------------------------
-r2155 | fenrir | 2002-07-21 21:57:22 +0200 (Sun, 21 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/mp4/mp4.c
-   M /trunk/plugins/mp4/mp4.h
-
- * all : can now read mp4 file with mp3 audio declared in mp4a box
-Thanks to jlj to show me this and to tell me what to check to solve it.
-
-------------------------------------------------------------------------
-r2156 | fenrir | 2002-07-21 23:18:15 +0200 (Sun, 21 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mp4/mp4.c
-
- * mp4 : improve mp4a detection/handling.
-
-------------------------------------------------------------------------
-r2157 | sam | 2002-07-22 01:40:24 +0200 (Mon, 22 Jul 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/mad/mad_libmad.c
-   M /trunk/plugins/memcpy/fastmemcpy.h
-   M /trunk/src/input/input_ext-plugins.c
-
-  * ./src/input/input_ext-plugins.c: reverted my previous fix which wasn't
-    really a fix.
-  * ./plugins/memcpy/fastmemcpy.h: commented out suspicious code.
-
-------------------------------------------------------------------------
-r2159 | tcastley | 2002-07-22 13:39:56 +0200 (Mon, 22 Jul 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/beos/MsgVals.h
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Implemented simple right click menu
-Improved Overlay bitmap handling
-Removed switch workplace bug
-
-------------------------------------------------------------------------
-r2160 | jpsaman | 2002-07-22 15:09:27 +0200 (Mon, 22 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mad/TODO
-
-Updated TODO list.
-
-------------------------------------------------------------------------
-r2161 | jpsaman | 2002-07-22 15:48:13 +0200 (Mon, 22 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/MODULES
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/STATUS
-   M /trunk/configure
-   M /trunk/configure.in
-
-Added --enable-familiar to configure.in, the default is disabled.
-
-------------------------------------------------------------------------
-r2162 | jpsaman | 2002-07-22 15:49:04 +0200 (Mon, 22 Jul 2002) | 2 lines
-Changed paths:
-   A /trunk/share/familiar-forwardb16x16.xpm
-   A /trunk/share/familiar-openb16x16.xpm
-   A /trunk/share/familiar-pauseb16x16.xpm
-   A /trunk/share/familiar-playb16x16.xpm
-   A /trunk/share/familiar-preferencesb16x16.xpm
-   A /trunk/share/familiar-rewindb16x16.xpm
-   A /trunk/share/familiar-stopb16x16.xpm
-
-VCR icon buttons for Familiar Linux interface.
-
-------------------------------------------------------------------------
-r2163 | jpsaman | 2002-07-22 15:49:42 +0200 (Mon, 22 Jul 2002) | 2 lines
-Changed paths:
-   A /trunk/plugins/familiar
-   A /trunk/plugins/familiar/Makefile
-   A /trunk/plugins/familiar/familiar.c
-   A /trunk/plugins/familiar/familiar.glade
-   A /trunk/plugins/familiar/familiar.h
-   A /trunk/plugins/familiar/familiar_callbacks.c
-   A /trunk/plugins/familiar/familiar_callbacks.h
-   A /trunk/plugins/familiar/familiar_interface.c
-   A /trunk/plugins/familiar/familiar_interface.h
-   A /trunk/plugins/familiar/familiar_support.c
-   A /trunk/plugins/familiar/familiar_support.h
-
-Familiar Linux interface (non functional yet).
-
-------------------------------------------------------------------------
-r2164 | jpsaman | 2002-07-22 21:49:40 +0200 (Mon, 22 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/familiar/familiar.c
-   M /trunk/plugins/familiar/familiar.h
-
-Now "vlc --intf familiar" spawns interface.
-
-------------------------------------------------------------------------
-r2165 | jpsaman | 2002-07-22 22:52:42 +0200 (Mon, 22 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/familiar/familiar.c
-   M /trunk/plugins/familiar/familiar.glade
-   M /trunk/plugins/familiar/familiar_callbacks.c
-   M /trunk/plugins/familiar/familiar_callbacks.h
-   M /trunk/plugins/familiar/familiar_interface.c
-
-Non-functional Familiar Linux user interface.
-
-------------------------------------------------------------------------
-r2166 | jpsaman | 2002-07-22 23:04:55 +0200 (Mon, 22 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/familiar/familiar.c
-   M /trunk/plugins/familiar/familiar.h
-
-Fixed gtk core-dump on exit. Used code from gtk plugin for this.
-
-------------------------------------------------------------------------
-r2167 | sigmunau | 2002-07-22 23:14:30 +0200 (Mon, 22 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_info.c
-
-win32 compilation fixes
-
-------------------------------------------------------------------------
-r2168 | sam | 2002-07-23 00:19:49 +0200 (Tue, 23 Jul 2002) | 7 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-  * ./src/misc/modules.c: added the "any" and "none" keywords to the module
-    selection string. "any" matches any module, and "none" always fails.
-
-    You can for instance use "--vout none" to disable video output, or
-    "--intf gtk,any" to use the gtk interface or any other one if gtk isn't
-    available. Hope it's clear :)
-
-------------------------------------------------------------------------
-r2169 | sam | 2002-07-23 02:30:22 +0200 (Tue, 23 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_info.c
-   M /trunk/src/misc/messages.c
-
-  * ./src/input/input_info.c, ./src/misc/messages.c: initialized the first
-    vasprintf arguments to NULL for extra safety.
-
-------------------------------------------------------------------------
-r2170 | sam | 2002-07-23 02:39:17 +0200 (Tue, 23 Jul 2002) | 24 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure.in
-   M /trunk/debian/libvlc0-dev.dirs
-   M /trunk/debian/rules
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/modules.h
-   M /trunk/include/video.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/plugins/a52/a52.c
-   M /trunk/plugins/a52_system/a52_system.c
-   M /trunk/plugins/aa/aa.c
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/avi/avi.h
-   M /trunk/plugins/avi/libioRIFF.c
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/InterfaceWindow.h
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/chroma/i420_rgb.c
-   M /trunk/plugins/chroma/i420_rgb16.c
-   M /trunk/plugins/chroma/i420_rgb8.c
-   M /trunk/plugins/chroma/i420_ymga.c
-   M /trunk/plugins/chroma/i420_yuy2.c
-   M /trunk/plugins/chroma/i422_yuy2.c
-   A /trunk/plugins/cinepak/.cvsignore
-   M /trunk/plugins/cinepak/cinepak.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/dvd/dvd_es.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-   M /trunk/plugins/ffmpeg/ffmpeg.h
-   M /trunk/plugins/filter/crop.c
-   M /trunk/plugins/filter/deinterlace.c
-   M /trunk/plugins/fx/scope.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/glide/glide.c
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-   M /trunk/plugins/macosx/vout_macosx.m
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/mga/mga.c
-   M /trunk/plugins/mga/xmga.c
-   M /trunk/plugins/mp4/libmp4.c
-   M /trunk/plugins/mp4/libmp4.h
-   M /trunk/plugins/mp4/mp4.c
-   M /trunk/plugins/mp4/mp4.h
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_system/mpeg_audio.c
-   M /trunk/plugins/mpeg_system/mpeg_es.c
-   M /trunk/plugins/mpeg_system/mpeg_ps.c
-   M /trunk/plugins/mpeg_system/mpeg_ts.c
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/mpeg_vdec/vpar_headers.c
-   M /trunk/plugins/qnx/vout_qnx.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/spudec/spu_decoder.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-   A /trunk/src/video_output/vout_pictures.h
-   M /trunk/src/vlc.c
-
-  * ALL: decoders now use a fourcc as a probe value.
-  * include/input_ext-intf.h: killed p_es->b_audio, since i_cat already fills
-    its purpose.
-  * include/input_ext-intf.h: killed p_es->i_type in favour of p_es->i_fourcc.
-  * include/video.h: killed p_pic->p_plane->b_margin; now i_visible_pitch is
-    always valid.
-
-  * ./src/libvlc.h: replaced --mpeg-adec and --ac3-adec with --codec; see
-    vlc --help for more information.
-
-  * include/video.h: removed fourcc values which should _not_ be global
-    (thanks fenrir for convincing me).
-  * ALL: video output plugins use the VLC_FOURCC macro to build their fourccs.
-  * ./plugins/beos/InterfaceWindow.cpp: removed the last remaining call to
-    input_ChangeES.
-
-   Things I'm not sure about and need comments:
-    - I used "mpga" and "mpgv" for MPEG (1+2) audio and video fourcc values.
-    - I also introduced "spu ", "lpcm" and "ac3 ".
-    - I removed for instance "MP4_GetCodec" because it wasn't really
-      used except for the description string. I hope this change did not
-      break anything really important.
-    - fenrir, I must have broken a lot of things you wrote. Sorry in advance.
-
-------------------------------------------------------------------------
-r2171 | tcastley | 2002-07-23 14:42:17 +0200 (Tue, 23 Jul 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/InterfaceWindow.h
-   M /trunk/plugins/beos/MsgVals.h
-   M /trunk/plugins/beos/VideoWindow.h
-   M /trunk/plugins/beos/intf_beos.cpp
-   A /trunk/plugins/beos/intf_vlc_wrapper.cpp
-   A /trunk/plugins/beos/intf_vlc_wrapper.h
-
-Changes to ensure BeOS plugins compile and function
-Implemented a intf_vlc_wrapper to "shield" the BeOS code from the underlying
-vlc structurs, yet to be completed.
-Attempted to fix subtitle and audio selection, currently not working.
-
-------------------------------------------------------------------------
-r2172 | tcastley | 2002-07-23 15:16:51 +0200 (Tue, 23 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/beos/InterfaceWindow.cpp
-   M /trunk/plugins/beos/intf_vlc_wrapper.cpp
-   M /trunk/plugins/beos/intf_vlc_wrapper.h
-
-Fixed code for subtitle and audio selection, still probs but looking.
-Implemented muting
-
-------------------------------------------------------------------------
-r2173 | fenrir | 2002-07-23 19:19:02 +0200 (Tue, 23 Jul 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/cinepak/cinepak.c
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-   M /trunk/plugins/ffmpeg/ffmpeg.h
-   M /trunk/plugins/mp4/libmp4.c
-   M /trunk/plugins/mp4/libmp4.h
-   M /trunk/plugins/mp4/mp4.c
-   M /trunk/plugins/mp4/mp4.h
-
- * cinepak: add a new fourcc
-
- * ffmpeg and mp4: some clean up and change the way ffmpeg is
-initialised.
-
-------------------------------------------------------------------------
-r2174 | jpsaman | 2002-07-23 20:39:29 +0200 (Tue, 23 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/familiar/familiar.c
-   M /trunk/plugins/familiar/familiar.glade
-   M /trunk/plugins/familiar/familiar.h
-   M /trunk/plugins/familiar/familiar_callbacks.c
-   M /trunk/plugins/familiar/familiar_callbacks.h
-   M /trunk/plugins/familiar/familiar_interface.c
-   M /trunk/plugins/familiar/familiar_support.c
-
-Interface neatly exits now.
-
-------------------------------------------------------------------------
-r2175 | stef | 2002-07-23 21:28:25 +0200 (Tue, 23 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gnome_interface.c
-   M /trunk/plugins/gtk/gtk_callbacks.c
-   M /trunk/plugins/gtk/gtk_menu.c
-
-*Allow 0 for title selection as it is the area for first play pgc in DVDs
-
-------------------------------------------------------------------------
-r2176 | stef | 2002-07-23 21:56:19 +0200 (Tue, 23 Jul 2002) | 35 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/include/vlc_symbols.h
-   A /trunk/plugins/dvdplay
-   A /trunk/plugins/dvdplay/.cvsignore
-   A /trunk/plugins/dvdplay/Makefile
-   A /trunk/plugins/dvdplay/access.c
-   A /trunk/plugins/dvdplay/access.h
-   A /trunk/plugins/dvdplay/demux.c
-   A /trunk/plugins/dvdplay/demux.h
-   A /trunk/plugins/dvdplay/dvd.c
-   A /trunk/plugins/dvdplay/dvd.h
-   A /trunk/plugins/dvdplay/es.c
-   A /trunk/plugins/dvdplay/es.h
-   A /trunk/plugins/dvdplay/intf.c
-   A /trunk/plugins/dvdplay/intf.h
-   A /trunk/plugins/dvdplay/tools.c
-   A /trunk/plugins/dvdplay/tools.h
-
-*first version of plugin for libdvdplay. To test it, you need to have
- libdvdplay installed (available from videolan CVS), and request plugins
-compilation in the usual way:
-       --enable-dvdplay.
-Note that libdvdplay needs libdvdread and libdvdcss.
-
-Currently it has only been tested under linux, with gnome interface (optional)
-and xvideo output.
-
-What works (more or less):
- -DVD reading in some rare cases :) (title and menus),
- -Menu pause,
- -Seeking,
- -Selecting directly a specific title/chapter/angle,
- -Changing audio, sub-picture, angle during playback,
- -Interactive menus with mouse only.
-
-What is missing:
- -Menu buttons highlighting (needs spudec patch),
- -Keyboard interaction (needs a specific part in port specific plugins),
- -A specific interface to navigate through menus (needs that I move my ass),
- -Interactive menus won't work with other output plugins so long as they
-  have not been patched to send mouse/keyboard events to vlc interface,
- -Whatever you need.
-
-Known bugs (bugs in libdvdplay mostly):
- -Seeking in some menus or intro titles (bad vobu map),
- -Read/seek error with some DVDs,
- -the configure needs tweaking,
- -numerous segfaults,
- -decoder/output modules locking error,
- -fuzzy colors in menus when spudec is active (default in menus).
-
-The plugin is not guaranteed to work anywhere outside my computer. If it break your, don't come and complain to me :).
-
-------------------------------------------------------------------------
-r2177 | sam | 2002-07-23 22:12:55 +0200 (Tue, 23 Jul 2002) | 5 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/rules
-   M /trunk/mozilla/vlcplugin.h
-
-  * ./configure.in: workaround Debian bug #150490 (bad mozilla-config output).
-  * ./mozilla/vlcplugin.h: added .mov and .mp4 files to the plugin.
-  * ./Makefile: we no longer try to merge .a files into libvlc.a, but rather
-    add them to the vlc-config output.
-
-------------------------------------------------------------------------
-r2178 | sam | 2002-07-23 22:15:41 +0200 (Tue, 23 Jul 2002) | 7 lines
-Changed paths:
-   M /trunk/plugins/dummy/Makefile
-   A /trunk/plugins/dummy/dec_dummy.c
-   M /trunk/plugins/dummy/dummy.c
-
-  * ./plugins/dummy/dec_dummy.c: new dummy decoder, for testing purposes.
-
-   Usage: "--codec dummy" will use the dummy decoder for all streams, and
-  save the stream to a stream.1242 file (where 1242 is the internal vlc
-  object ID). If the input file was for instance an mpeg file, you can
-  play one of the resulting files using an mp3 player.
-
-------------------------------------------------------------------------
-r2179 | sam | 2002-07-23 22:16:36 +0200 (Tue, 23 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/mozilla/Makefile
-   M /trunk/plugins/filter/distort.c
-
-  * ./mozilla/Makefile: fixed dependencies on .h files.
-  * ./plugins/filter/distort.c: fixed a typo in option names.
-
-------------------------------------------------------------------------
-r2181 | massiot | 2002-07-23 22:32:55 +0200 (Tue, 23 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/access/http.c
-
-Fixed a bug with HTTP/1.0 servers (thanks sigmund !)
-
-------------------------------------------------------------------------
-r2182 | massiot | 2002-07-23 22:50:05 +0200 (Tue, 23 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/macosx/intf_macosx.m
-
-Fixed a compile issue.
-
-------------------------------------------------------------------------
-r2183 | fenrir | 2002-07-24 00:42:20 +0200 (Wed, 24 Jul 2002) | 8 lines
-Changed paths:
-   M /trunk/plugins/ffmpeg/ffmpeg.h
-   M /trunk/plugins/mp4/libmp4.c
-   M /trunk/plugins/mp4/libmp4.h
-   M /trunk/plugins/mp4/mp4.c
-
- * ffmpeg : add a new fourcc, ( 3IV2 you shoudln't be able to decode it
-but sometimes it's in fact MPEG-4, thx titer ).
-
- * mp4 : add capability to read mov with mp3 track. But it seems that
-mad doesn't like too much fragmented data packets, and thus breaks the
-audio.( since with '--codec dummy' I'm able to read resulting audio file
-without any problem :)
-
-------------------------------------------------------------------------
-r2184 | massiot | 2002-07-24 01:22:28 +0200 (Wed, 24 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/po/se.po
-
-Swedish translation, courtesy of Joel Arvidsson <dogai@privat.utfors.se>
-(incomplete and untested).
-
-------------------------------------------------------------------------
-r2185 | sam | 2002-07-24 17:21:47 +0200 (Wed, 24 Jul 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/mpeg_es.c
-   M /trunk/src/input/input_ext-dec.c
-
-  * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault when no decoder was
-    found (p_fifo might be NULL).
-  * ./plugins/mpeg_system/mpeg_es.c, ./src/input/input_ext-dec.c: fixed
-    a deadlock issue with demuxers waiting on p_fifo->data_lock.
-
-------------------------------------------------------------------------
-r2186 | jpsaman | 2002-07-24 17:58:24 +0200 (Wed, 24 Jul 2002) | 2 lines
-Changed paths:
-   A /trunk/share/vlc16x16.xpm
-
-XPM version of VideoLAN logo.
-
-------------------------------------------------------------------------
-r2187 | jpsaman | 2002-07-24 17:59:02 +0200 (Wed, 24 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/familiar/familiar.glade
-   M /trunk/plugins/familiar/familiar_callbacks.h
-   M /trunk/plugins/familiar/familiar_interface.c
-
-Used buttons instead of pixmaps. Just looks a lot better ;-).
-
-------------------------------------------------------------------------
-r2188 | sam | 2002-07-24 18:21:46 +0200 (Wed, 24 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/mpeg_system/mpeg_es.c
-
-  * ./plugins/mpeg_system/mpeg_es.c: reverted an unnecessary fix.
-
-------------------------------------------------------------------------
-r2189 | sigmunau | 2002-07-24 20:31:24 +0200 (Wed, 24 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/access/http.c
-
-  * ./plugins/access/http.c: we are now parsing the http return code and
-failing cleanly if it is >= 400
-
-------------------------------------------------------------------------
-r2190 | jpsaman | 2002-07-24 22:46:08 +0200 (Wed, 24 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/familiar/familiar.c
-   M /trunk/plugins/familiar/familiar.glade
-   M /trunk/plugins/familiar/familiar.h
-   M /trunk/plugins/familiar/familiar_callbacks.c
-   M /trunk/plugins/familiar/familiar_callbacks.h
-   M /trunk/plugins/familiar/familiar_interface.c
-
-Working on functionality.
-
-------------------------------------------------------------------------
-r2191 | massiot | 2002-07-25 01:11:55 +0200 (Thu, 25 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-plugins.c
-
-* ./configure : better detection of IPv6, fixed solaris handling
-* ./src/input/* : fixed a memory leak
-
-------------------------------------------------------------------------
-r2195 | stef | 2002-07-25 22:34:35 +0200 (Thu, 25 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/dvdplay/access.c
-
-*Use dvdplay after it has completed initialisation. It should avoid
-some corruption leading to evil crash :)
-
-------------------------------------------------------------------------
-r2196 | sam | 2002-07-25 23:02:40 +0200 (Thu, 25 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-  * Updated ChangeLog.
-
-------------------------------------------------------------------------
-r2198 | massiot | 2002-07-25 23:51:12 +0200 (Thu, 25 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/macosx/vout_macosx.m
-
-Ported QuickTime 6 fix.
-
-------------------------------------------------------------------------
-r2199 | sigmunau | 2002-07-25 23:53:53 +0200 (Thu, 25 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/access/http.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_info.c
-
-  plugin/access/http.c: cosmetic fixes in an error message
-  src/input/*: removed some testcode and some unnecessary debug messages
-
-------------------------------------------------------------------------
-r2201 | massiot | 2002-07-26 00:14:21 +0200 (Fri, 26 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-* Updated Changelog for 0.4.3 release.
-
-------------------------------------------------------------------------
-r2203 | lool | 2002-07-26 00:34:37 +0200 (Fri, 26 Jul 2002) | 2 lines
-Changed paths:
-   M /trunk/FAQ
-
-  * ./FAQ: removed QT6 / QT6 Preview "bug"
-
-------------------------------------------------------------------------
-r2206 | massiot | 2002-07-26 00:48:56 +0200 (Fri, 26 Jul 2002) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/README.MacOSX.rtf
-
-* ./README.MacOSX.rtf : updated README.
-* ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
-  David Eldred <*******@apple.com>.
-
-------------------------------------------------------------------------
-r2207 | massiot | 2002-07-26 00:48:56 +0200 (Fri, 26 Jul 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/macosx/vout_macosx.m
-
-* ./README.MacOSX.rtf : updated README.
-* ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
-  David Eldred <skipper@apple.com>.
-
-------------------------------------------------------------------------
-r2208 | massiot | 2002-07-26 02:03:37 +0200 (Fri, 26 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-Haven't thought that maybe people don't want their email to appear on the
-Web :p.
-
-------------------------------------------------------------------------
-r2211 | tcastley | 2002-07-28 03:46:26 +0200 (Sun, 28 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/beos/vout_beos.cpp
-
-Fixed lockup on some overlay enabled cards.
-Fixed on top function.
-
-------------------------------------------------------------------------
-r2215 | gbazin | 2002-07-29 21:01:27 +0200 (Mon, 29 Jul 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/network/ipv6.c
-
-
-* plugins/network/ipv6.c: attempt to fix the win32 implementation. Multicast should even
-work (untested) although we'll need to find a way to replace if_nametoindex() to have a
-fully functionnal win32 port.
-
-------------------------------------------------------------------------
-r2216 | gbazin | 2002-07-29 21:05:47 +0200 (Mon, 29 Jul 2002) | 7 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/win32_specific.c
-
-
-* include/vlc_threads.h,include/main.h,src/misc/threads.c,src/misc/win32_specific.c:
-reverted Win32 pthread implementation to the old code. Fixed vlc_cond_broadcast() for
-WinNT/2K/XP. Additional vlc_cond_* implementations for Win9x.
-* src/libvlc.h: renamed --fast_pthread option into --fast-mutex. Added a
---win9x-cv-method option to choose which vlc_cond_* implementation we want on Win9x.
-
-------------------------------------------------------------------------
-r2217 | gbazin | 2002-07-29 21:07:00 +0200 (Mon, 29 Jul 2002) | 7 lines
-Changed paths:
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/directx/vout_directx.h
-   M /trunk/plugins/directx/vout_events.c
-
-
-* plugins/directx/vout_directx.*: the directx vout plugin now uses the
-IID_IDirectDrawSurface2 interface, this shouldn't break anything and we should now
-support WinNT4+DirectX3.
-Some code cleanup too.
-* plugins/directx/vout_events.c: small bugfix.
-
-------------------------------------------------------------------------
-r2219 | gbazin | 2002-07-30 09:56:40 +0200 (Tue, 30 Jul 2002) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-
-
-* include/vlc_threads.h: fixed the --fast-mutex option.
-
-------------------------------------------------------------------------
-r2220 | gbazin | 2002-07-30 19:14:33 +0200 (Tue, 30 Jul 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/directx/vout_directx.h
-   M /trunk/plugins/directx/vout_events.c
-
-
-* plugins/directx/vout_directx.h: removed unused variables.
-* plugins/directx/vout_events.c: fixed resizing bug.
-
-------------------------------------------------------------------------
-r2221 | sam | 2002-07-31 22:56:53 +0200 (Wed, 31 Jul 2002) | 6 lines
-Changed paths:
-   M /trunk/BUGS
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/doc/fortunes.txt
-   M /trunk/include/ac3_downmix.h
-   M /trunk/include/ac3_imdct.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/configuration.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/interface.h
-   M /trunk/include/intf_eject.h
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/include/netutils.h
-   M /trunk/include/stream_control.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_cpu.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/plugins/a52/a52.c
-   M /trunk/plugins/a52_system/a52_system.c
-   M /trunk/plugins/aa/aa.c
-   M /trunk/plugins/ac3_adec/ac3_adec.c
-   M /trunk/plugins/ac3_adec/ac3_adec.h
-   M /trunk/plugins/ac3_adec/ac3_decoder.c
-   M /trunk/plugins/ac3_adec/ac3_decoder.h
-   M /trunk/plugins/ac3_adec/ac3_imdct.c
-   M /trunk/plugins/ac3_adec/ac3_internal.h
-   M /trunk/plugins/ac3_spdif/ac3_spdif.c
-   M /trunk/plugins/access/file.c
-   M /trunk/plugins/access/http.c
-   M /trunk/plugins/access/udp.c
-   M /trunk/plugins/alsa/alsa.c
-   M /trunk/plugins/arts/arts.c
-   M /trunk/plugins/avi/avi.c
-   M /trunk/plugins/beos/aout_beos.cpp
-   M /trunk/plugins/beos/beos.cpp
-   M /trunk/plugins/beos/intf_beos.cpp
-   M /trunk/plugins/beos/vout_beos.cpp
-   M /trunk/plugins/chroma/i420_rgb.c
-   M /trunk/plugins/chroma/i420_rgb.h
-   M /trunk/plugins/chroma/i420_rgb16.c
-   M /trunk/plugins/chroma/i420_rgb8.c
-   M /trunk/plugins/chroma/i420_ymga.c
-   M /trunk/plugins/chroma/i420_yuy2.c
-   M /trunk/plugins/chroma/i422_yuy2.c
-   M /trunk/plugins/cinepak/cinepak.c
-   M /trunk/plugins/directx/aout_directx.c
-   M /trunk/plugins/directx/directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/downmix/Makefile
-   M /trunk/plugins/downmix/ac3_downmix_3dn.c
-   M /trunk/plugins/downmix/ac3_downmix_c.c
-   M /trunk/plugins/downmix/ac3_downmix_common.h
-   M /trunk/plugins/downmix/ac3_downmix_sse.c
-   M /trunk/plugins/downmix/downmix.c
-   D /trunk/plugins/downmix/downmix3dn.c
-   D /trunk/plugins/downmix/downmixsse.c
-   M /trunk/plugins/dsp/dsp.c
-   M /trunk/plugins/dummy/aout_dummy.c
-   M /trunk/plugins/dummy/dec_dummy.c
-   M /trunk/plugins/dummy/dummy.c
-   A /trunk/plugins/dummy/dummy.h
-   M /trunk/plugins/dummy/input_dummy.c
-   M /trunk/plugins/dummy/intf_dummy.c
-   M /trunk/plugins/dummy/null.c
-   M /trunk/plugins/dummy/vout_dummy.c
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/dvd_access.c
-   M /trunk/plugins/dvd/dvd_demux.c
-   M /trunk/plugins/dvdplay/access.c
-   M /trunk/plugins/dvdplay/demux.c
-   M /trunk/plugins/dvdplay/dvd.c
-   M /trunk/plugins/dvdplay/intf.c
-   M /trunk/plugins/dvdread/dvdread.c
-   M /trunk/plugins/dvdread/input_dvdread.c
-   M /trunk/plugins/esd/esd.c
-   M /trunk/plugins/familiar/familiar.c
-   M /trunk/plugins/fb/fb.c
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-   M /trunk/plugins/filter/clone.c
-   M /trunk/plugins/filter/crop.c
-   M /trunk/plugins/filter/deinterlace.c
-   M /trunk/plugins/filter/distort.c
-   M /trunk/plugins/filter/invert.c
-   M /trunk/plugins/filter/transform.c
-   M /trunk/plugins/filter/wall.c
-   M /trunk/plugins/fx/scope.c
-   M /trunk/plugins/ggi/ggi.c
-   M /trunk/plugins/glide/glide.c
-   M /trunk/plugins/gtk/gnome.c
-   M /trunk/plugins/gtk/gtk.c
-   M /trunk/plugins/gtk/gtk_preferences.c
-   M /trunk/plugins/idct/idct.c
-   M /trunk/plugins/idct/idct_decl.h
-   M /trunk/plugins/idct/idctaltivec.c
-   M /trunk/plugins/idct/idctclassic.c
-   M /trunk/plugins/idct/idctmmx.c
-   M /trunk/plugins/idct/idctmmxext.c
-   M /trunk/plugins/imdct/Makefile
-   M /trunk/plugins/imdct/ac3_imdct_3dn.c
-   M /trunk/plugins/imdct/ac3_imdct_c.c
-   M /trunk/plugins/imdct/ac3_imdct_common.c
-   M /trunk/plugins/imdct/ac3_imdct_common.h
-   M /trunk/plugins/imdct/ac3_imdct_sse.c
-   M /trunk/plugins/imdct/ac3_srfft_3dn.c
-   M /trunk/plugins/imdct/ac3_srfft_c.c
-   M /trunk/plugins/imdct/ac3_srfft_sse.c
-   M /trunk/plugins/imdct/imdct.c
-   D /trunk/plugins/imdct/imdct3dn.c
-   D /trunk/plugins/imdct/imdctsse.c
-   M /trunk/plugins/kde/kde.cpp
-   M /trunk/plugins/kde/kde_preferences.cpp
-   M /trunk/plugins/lirc/lirc.c
-   M /trunk/plugins/lpcm_adec/lpcm_adec.c
-   M /trunk/plugins/macosx/aout_macosx.m
-   M /trunk/plugins/macosx/intf_macosx.m
-   M /trunk/plugins/macosx/macosx.m
-   M /trunk/plugins/macosx/vout_macosx.m
-   M /trunk/plugins/mad/mad_adec.c
-   M /trunk/plugins/memcpy/fastmemcpy.h
-   M /trunk/plugins/memcpy/memcpy.c
-   M /trunk/plugins/memcpy/memcpyaltivec.c
-   M /trunk/plugins/mga/mga.c
-   M /trunk/plugins/mga/xmga.c
-   M /trunk/plugins/motion/motion.c
-   M /trunk/plugins/motion/motion3dnow.c
-   M /trunk/plugins/motion/motionaltivec.c
-   M /trunk/plugins/motion/motionmmx.c
-   M /trunk/plugins/motion/motionmmxext.c
-   M /trunk/plugins/mp4/mp4.c
-   M /trunk/plugins/mpeg_adec/mpeg_adec.c
-   M /trunk/plugins/mpeg_system/mpeg_audio.c
-   M /trunk/plugins/mpeg_system/mpeg_es.c
-   M /trunk/plugins/mpeg_system/mpeg_ps.c
-   M /trunk/plugins/mpeg_system/mpeg_ts.c
-   M /trunk/plugins/mpeg_vdec/video_parser.c
-   M /trunk/plugins/mpeg_vdec/video_parser.h
-   M /trunk/plugins/mpeg_vdec/vpar_pool.c
-   M /trunk/plugins/network/ipv4.c
-   M /trunk/plugins/network/ipv6.c
-   M /trunk/plugins/qnx/aout_qnx.c
-   M /trunk/plugins/qnx/qnx.c
-   M /trunk/plugins/qnx/vout_qnx.c
-   M /trunk/plugins/qt/intf_qt.cpp
-   M /trunk/plugins/qt/qt.cpp
-   M /trunk/plugins/satellite/input_satellite.c
-   M /trunk/plugins/satellite/satellite.c
-   M /trunk/plugins/sdl/aout_sdl.c
-   M /trunk/plugins/sdl/sdl.c
-   M /trunk/plugins/sdl/vout_sdl.c
-   M /trunk/plugins/spudec/spu_decoder.c
-   M /trunk/plugins/text/logger.c
-   M /trunk/plugins/text/ncurses.c
-   M /trunk/plugins/text/rc.c
-   M /trunk/plugins/vcd/Makefile
-   D /trunk/plugins/vcd/input_vcd.c
-   M /trunk/plugins/vcd/vcd.c
-   M /trunk/plugins/win32/intf_win32.cpp
-   M /trunk/plugins/win32/waveout.c
-   M /trunk/plugins/win32/win32.cpp
-   M /trunk/plugins/win32/win32.h
-   M /trunk/plugins/x11/x11.c
-   M /trunk/plugins/x11/xcommon.c
-   M /trunk/plugins/x11/xcommon.h
-   M /trunk/plugins/x11/xvideo.c
-   M /trunk/plugins/xosd/xosd.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_builtin.h.in
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.h
-
-  * ALL: new module API. Makes a few things a lot simpler, and we gain
-    about 2000 lines of code.
-
-    I could not test everything on every architecture, so please report
-    any module breakage (especially on BeOS, OSX and QNX).
-
-------------------------------------------------------------------------
-r2222 | sam | 2002-08-01 00:37:28 +0200 (Thu, 01 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/directx/directx.c
-   M /trunk/plugins/directx/vout_directx.c
-   M /trunk/plugins/win32/intf_win32.cpp
-   M /trunk/plugins/win32/preferences.cpp
-
-  * ./plugins/win32/*, ./plugins/directx/*: Win32 compilation fixes (but
-    still not working under Borland).
-
-------------------------------------------------------------------------
-r2223 | sam | 2002-08-01 00:54:21 +0200 (Thu, 01 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/modules_inner.h
-
-  * ./include/configuration.h, ./include/modules_inner.h: compilation fix for
-    compilers which don't support constructor expressions. I hate Borland.
-
-------------------------------------------------------------------------
-r2224 | tcastley | 2002-08-01 13:04:46 +0200 (Thu, 01 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/include/modules_inner.h
-   M /trunk/plugins/memcpy/memcpy.c
-
-Compilation fixes for C++ environments like BeOS.
-
-------------------------------------------------------------------------
-r2225 | tcastley | 2002-08-01 14:36:26 +0200 (Thu, 01 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/PlayListWindow.cpp
-
-Compilation fixes.
-
-------------------------------------------------------------------------
-r2226 | gbazin | 2002-08-01 14:58:38 +0200 (Thu, 01 Aug 2002) | 5 lines
-Changed paths:
-   M /trunk/plugins/dvd/dvd.c
-   M /trunk/plugins/dvd/dvd_access.c
-
-
-* Added a --dvd-css-method config option to the dvd plugin. This is implemented with
-putenv() and is IMHO a quick hack (leads to memory leaks) as libdvdcss should rather
-allow us to change this value using the API!
-
-------------------------------------------------------------------------
-r2228 | fenrir | 2002-08-01 19:55:31 +0200 (Thu, 01 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/avi/avi.c
-
- avi.c: remove an old debug purpose printf :)
-
-------------------------------------------------------------------------
-r2229 | jlj | 2002-08-02 00:58:38 +0200 (Fri, 02 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/idct/idctaltivec.c
-
-  * ./plugins/idct/idctaltivec.c: compile fix
-
-------------------------------------------------------------------------
-r2230 | tcastley | 2002-08-02 06:31:03 +0200 (Fri, 02 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/beos/Makefile
-
-Forgot new file in Makefile :)
-
-------------------------------------------------------------------------
-r2231 | sam | 2002-08-04 10:28:22 +0200 (Sun, 04 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/plugins/memcpy/memcpy.c
-
-  * ./plugins/memcpy/memcpy.c: fixed an include position which prevented
-    fast_memcpy to be exported with its proper builtin symbol name.
-
-------------------------------------------------------------------------
-r2232 | sam | 2002-08-04 10:45:35 +0200 (Sun, 04 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/modules_inner.h
-   M /trunk/mozilla/Makefile
-
-  * ./configure.in, ./mozilla/Makefile: we link the Mozilla plugin with libXt.
-
-------------------------------------------------------------------------
-r2233 | sam | 2002-08-04 14:18:41 +0200 (Sun, 04 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/modules_plugin.h.in
-
-  * ./src/misc/modules.c: we now recursively parse directories when
-    looking for plugins.
-
-------------------------------------------------------------------------
-r2234 | sam | 2002-08-04 19:23:44 +0200 (Sun, 04 Aug 2002) | 7 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.modules
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/doc/mad
-   A /trunk/doc/mad/API
-   A /trunk/doc/mad/BUGS
-   A /trunk/doc/mad/DESIGN
-   A /trunk/doc/mad/TODO
-   A /trunk/doc/mad/joe_drew.txt
-   A /trunk/doc/mad/rob_leslie.txt
-   D /trunk/include/ac3_downmix.h
-   D /trunk/include/ac3_imdct.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   A /trunk/modules
-   A /trunk/modules/access
-   A /trunk/modules/access/.cvsignore
-   A /trunk/modules/access/Makefile
-   A /trunk/modules/access/dvd
-   A /trunk/modules/access/dvd/.cvsignore
-   A /trunk/modules/access/dvd/Makefile
-   A /trunk/modules/access/dvd/access.c
-   A /trunk/modules/access/dvd/demux.c
-   A /trunk/modules/access/dvd/dvd.c
-   A /trunk/modules/access/dvd/dvd.h
-   A /trunk/modules/access/dvd/dvdcss.h
-   A /trunk/modules/access/dvd/es.c
-   A /trunk/modules/access/dvd/es.h
-   A /trunk/modules/access/dvd/ifo.c
-   A /trunk/modules/access/dvd/ifo.h
-   A /trunk/modules/access/dvd/seek.c
-   A /trunk/modules/access/dvd/seek.h
-   A /trunk/modules/access/dvd/summary.c
-   A /trunk/modules/access/dvd/summary.h
-   A /trunk/modules/access/dvd/udf.c
-   A /trunk/modules/access/dvd/udf.h
-   A /trunk/modules/access/dvdplay
-   A /trunk/modules/access/dvdplay/.cvsignore
-   A /trunk/modules/access/dvdplay/Makefile
-   A /trunk/modules/access/dvdplay/access.c
-   A /trunk/modules/access/dvdplay/access.h
-   A /trunk/modules/access/dvdplay/demux.c
-   A /trunk/modules/access/dvdplay/demux.h
-   A /trunk/modules/access/dvdplay/dvd.c
-   A /trunk/modules/access/dvdplay/dvd.h
-   A /trunk/modules/access/dvdplay/es.c
-   A /trunk/modules/access/dvdplay/es.h
-   A /trunk/modules/access/dvdplay/intf.c
-   A /trunk/modules/access/dvdplay/intf.h
-   A /trunk/modules/access/dvdplay/tools.c
-   A /trunk/modules/access/dvdplay/tools.h
-   A /trunk/modules/access/dvdread
-   A /trunk/modules/access/dvdread/.cvsignore
-   A /trunk/modules/access/dvdread/Makefile
-   A /trunk/modules/access/dvdread/dvdread.c
-   A /trunk/modules/access/dvdread/input.c
-   A /trunk/modules/access/dvdread/input.h
-   A /trunk/modules/access/file.c
-   A /trunk/modules/access/http.c
-   A /trunk/modules/access/satellite
-   A /trunk/modules/access/satellite/.cvsignore
-   A /trunk/modules/access/satellite/Makefile
-   A /trunk/modules/access/satellite/access.c
-   A /trunk/modules/access/satellite/dvb.c
-   A /trunk/modules/access/satellite/dvb.h
-   A /trunk/modules/access/satellite/satellite.c
-   A /trunk/modules/access/udp.c
-   A /trunk/modules/access/vcd
-   A /trunk/modules/access/vcd/.cvsignore
-   A /trunk/modules/access/vcd/Makefile
-   A /trunk/modules/access/vcd/cdrom.c
-   A /trunk/modules/access/vcd/cdrom.h
-   A /trunk/modules/access/vcd/vcd.c
-   A /trunk/modules/access/vcd/vcd.h
-   A /trunk/modules/audio_output
-   A /trunk/modules/audio_output/alsa
-   A /trunk/modules/audio_output/alsa/.cvsignore
-   A /trunk/modules/audio_output/alsa/Makefile
-   A /trunk/modules/audio_output/alsa/alsa.c
-   A /trunk/modules/audio_output/arts
-   A /trunk/modules/audio_output/arts/.cvsignore
-   A /trunk/modules/audio_output/arts/Makefile
-   A /trunk/modules/audio_output/arts/arts.c
-   A /trunk/modules/audio_output/dsp
-   A /trunk/modules/audio_output/dsp/.cvsignore
-   A /trunk/modules/audio_output/dsp/Makefile
-   A /trunk/modules/audio_output/dsp/dsp.c
-   A /trunk/modules/audio_output/esd
-   A /trunk/modules/audio_output/esd/.cvsignore
-   A /trunk/modules/audio_output/esd/Makefile
-   A /trunk/modules/audio_output/esd/esd.c
-   A /trunk/modules/audio_output/waveout
-   A /trunk/modules/audio_output/waveout/.cvsignore
-   A /trunk/modules/audio_output/waveout/Makefile
-   A /trunk/modules/audio_output/waveout/waveout.c
-   A /trunk/modules/codec
-   A /trunk/modules/codec/a52
-   A /trunk/modules/codec/a52/.cvsignore
-   A /trunk/modules/codec/a52/Makefile
-   A /trunk/modules/codec/a52/a52.c
-   A /trunk/modules/codec/a52/a52.h
-   A /trunk/modules/codec/a52old
-   A /trunk/modules/codec/a52old/.cvsignore
-   A /trunk/modules/codec/a52old/Makefile
-   A /trunk/modules/codec/a52old/a52old.c
-   A /trunk/modules/codec/a52old/adec.h
-   A /trunk/modules/codec/a52old/bit_allocate.c
-   A /trunk/modules/codec/a52old/decoder.c
-   A /trunk/modules/codec/a52old/decoder.h
-   A /trunk/modules/codec/a52old/downmix
-   A /trunk/modules/codec/a52old/downmix/.cvsignore
-   A /trunk/modules/codec/a52old/downmix/Makefile
-   A /trunk/modules/codec/a52old/downmix/downmix.c
-   A /trunk/modules/codec/a52old/downmix/downmix_3dn.c
-   A /trunk/modules/codec/a52old/downmix/downmix_c.c
-   A /trunk/modules/codec/a52old/downmix/downmix_common.h
-   A /trunk/modules/codec/a52old/downmix/downmix_sse.c
-   A /trunk/modules/codec/a52old/downmix.h
-   A /trunk/modules/codec/a52old/exponent.c
-   A /trunk/modules/codec/a52old/exponent.h
-   A /trunk/modules/codec/a52old/imdct
-   A /trunk/modules/codec/a52old/imdct/.cvsignore
-   A /trunk/modules/codec/a52old/imdct/Makefile
-   A /trunk/modules/codec/a52old/imdct/imdct.c
-   A /trunk/modules/codec/a52old/imdct/imdct_3dn.c
-   A /trunk/modules/codec/a52old/imdct/imdct_c.c
-   A /trunk/modules/codec/a52old/imdct/imdct_common.c
-   A /trunk/modules/codec/a52old/imdct/imdct_common.h
-   A /trunk/modules/codec/a52old/imdct/imdct_sse.c
-   A /trunk/modules/codec/a52old/imdct/retables.h
-   A /trunk/modules/codec/a52old/imdct/srfft.h
-   A /trunk/modules/codec/a52old/imdct/srfft_3dn.c
-   A /trunk/modules/codec/a52old/imdct/srfft_c.c
-   A /trunk/modules/codec/a52old/imdct/srfft_sse.c
-   A /trunk/modules/codec/a52old/imdct.c
-   A /trunk/modules/codec/a52old/imdct.h
-   A /trunk/modules/codec/a52old/internal.h
-   A /trunk/modules/codec/a52old/mantissa.c
-   A /trunk/modules/codec/a52old/mantissa.h
-   A /trunk/modules/codec/a52old/parse.c
-   A /trunk/modules/codec/a52old/rematrix.c
-   A /trunk/modules/codec/cinepak
-   A /trunk/modules/codec/cinepak/.cvsignore
-   A /trunk/modules/codec/cinepak/Makefile
-   A /trunk/modules/codec/cinepak/cinepak.c
-   A /trunk/modules/codec/cinepak/cinepak.h
-   A /trunk/modules/codec/ffmpeg
-   A /trunk/modules/codec/ffmpeg/.cvsignore
-   A /trunk/modules/codec/ffmpeg/Makefile
-   A /trunk/modules/codec/ffmpeg/ffmpeg.c
-   A /trunk/modules/codec/ffmpeg/ffmpeg.h
-   A /trunk/modules/codec/lpcm
-   A /trunk/modules/codec/lpcm/.cvsignore
-   A /trunk/modules/codec/lpcm/Makefile
-   A /trunk/modules/codec/lpcm/lpcm.c
-   A /trunk/modules/codec/lpcm/lpcm.h
-   A /trunk/modules/codec/mad
-   A /trunk/modules/codec/mad/.cvsignore
-   A /trunk/modules/codec/mad/Makefile
-   A /trunk/modules/codec/mad/decoder.c
-   A /trunk/modules/codec/mad/decoder.h
-   A /trunk/modules/codec/mad/libmad.c
-   A /trunk/modules/codec/mad/libmad.h
-   A /trunk/modules/codec/mpeg_audio
-   A /trunk/modules/codec/mpeg_audio/.cvsignore
-   A /trunk/modules/codec/mpeg_audio/Makefile
-   A /trunk/modules/codec/mpeg_audio/decoder.c
-   A /trunk/modules/codec/mpeg_audio/decoder.h
-   A /trunk/modules/codec/mpeg_audio/generic.c
-   A /trunk/modules/codec/mpeg_audio/generic.h
-   A /trunk/modules/codec/mpeg_audio/layer1.c
-   A /trunk/modules/codec/mpeg_audio/layer1.h
-   A /trunk/modules/codec/mpeg_audio/layer2.c
-   A /trunk/modules/codec/mpeg_audio/layer2.h
-   A /trunk/modules/codec/mpeg_audio/math.c
-   A /trunk/modules/codec/mpeg_audio/math.h
-   A /trunk/modules/codec/mpeg_audio/test.c
-   A /trunk/modules/codec/mpeg_video
-   A /trunk/modules/codec/mpeg_video/.cvsignore
-   A /trunk/modules/codec/mpeg_video/Makefile
-   A /trunk/modules/codec/mpeg_video/blocks.c
-   A /trunk/modules/codec/mpeg_video/blocks.h
-   A /trunk/modules/codec/mpeg_video/decoder.c
-   A /trunk/modules/codec/mpeg_video/decoder.h
-   A /trunk/modules/codec/mpeg_video/headers.c
-   A /trunk/modules/codec/mpeg_video/idct
-   A /trunk/modules/codec/mpeg_video/idct/.cvsignore
-   A /trunk/modules/codec/mpeg_video/idct/Makefile
-   A /trunk/modules/codec/mpeg_video/idct/block_c.h
-   A /trunk/modules/codec/mpeg_video/idct/block_mmx.h
-   A /trunk/modules/codec/mpeg_video/idct/idct.c
-   A /trunk/modules/codec/mpeg_video/idct/idct.h
-   A /trunk/modules/codec/mpeg_video/idct/idct_decl.h
-   A /trunk/modules/codec/mpeg_video/idct/idct_sparse.h
-   A /trunk/modules/codec/mpeg_video/idct/idctaltivec.c
-   A /trunk/modules/codec/mpeg_video/idct/idctclassic.c
-   A /trunk/modules/codec/mpeg_video/idct/idctmmx.c
-   A /trunk/modules/codec/mpeg_video/idct/idctmmxext.c
-   A /trunk/modules/codec/mpeg_video/motion
-   A /trunk/modules/codec/mpeg_video/motion/.cvsignore
-   A /trunk/modules/codec/mpeg_video/motion/Makefile
-   A /trunk/modules/codec/mpeg_video/motion/motion.c
-   A /trunk/modules/codec/mpeg_video/motion/motion3dnow.c
-   A /trunk/modules/codec/mpeg_video/motion/motionaltivec.c
-   A /trunk/modules/codec/mpeg_video/motion/motionmmx.c
-   A /trunk/modules/codec/mpeg_video/motion/motionmmxext.c
-   A /trunk/modules/codec/mpeg_video/parser.c
-   A /trunk/modules/codec/mpeg_video/parser.h
-   A /trunk/modules/codec/mpeg_video/pool.c
-   A /trunk/modules/codec/mpeg_video/pool.h
-   A /trunk/modules/codec/mpeg_video/synchro.c
-   A /trunk/modules/codec/spdif
-   A /trunk/modules/codec/spdif/.cvsignore
-   A /trunk/modules/codec/spdif/Makefile
-   A /trunk/modules/codec/spdif/spdif.c
-   A /trunk/modules/codec/spdif/spdif.h
-   A /trunk/modules/codec/spudec
-   A /trunk/modules/codec/spudec/.cvsignore
-   A /trunk/modules/codec/spudec/Makefile
-   A /trunk/modules/codec/spudec/spudec.c
-   A /trunk/modules/codec/spudec/spudec.h
-   A /trunk/modules/control
-   A /trunk/modules/control/lirc
-   A /trunk/modules/control/lirc/.cvsignore
-   A /trunk/modules/control/lirc/Makefile
-   A /trunk/modules/control/lirc/lirc.c
-   A /trunk/modules/control/rc
-   A /trunk/modules/control/rc/.cvsignore
-   A /trunk/modules/control/rc/Makefile
-   A /trunk/modules/control/rc/rc.c
-   A /trunk/modules/demux
-   A /trunk/modules/demux/a52
-   A /trunk/modules/demux/a52/.cvsignore
-   A /trunk/modules/demux/a52/Makefile
-   A /trunk/modules/demux/a52/demux.c
-   A /trunk/modules/demux/avi
-   A /trunk/modules/demux/avi/.cvsignore
-   A /trunk/modules/demux/avi/Makefile
-   A /trunk/modules/demux/avi/avi.c
-   A /trunk/modules/demux/avi/avi.h
-   A /trunk/modules/demux/avi/libioRIFF.c
-   A /trunk/modules/demux/avi/libioRIFF.h
-   A /trunk/modules/demux/mp4
-   A /trunk/modules/demux/mp4/.cvsignore
-   A /trunk/modules/demux/mp4/Makefile
-   A /trunk/modules/demux/mp4/libmp4.c
-   A /trunk/modules/demux/mp4/libmp4.h
-   A /trunk/modules/demux/mp4/mp4.c
-   A /trunk/modules/demux/mp4/mp4.h
-   A /trunk/modules/demux/mpeg
-   A /trunk/modules/demux/mpeg/.cvsignore
-   A /trunk/modules/demux/mpeg/Makefile
-   A /trunk/modules/demux/mpeg/audio.c
-   A /trunk/modules/demux/mpeg/es.c
-   A /trunk/modules/demux/mpeg/ps.c
-   A /trunk/modules/demux/mpeg/ts.c
-   A /trunk/modules/gui
-   A /trunk/modules/gui/beos
-   A /trunk/modules/gui/beos/.cvsignore
-   A /trunk/modules/gui/beos/AudioOutput.cpp
-   A /trunk/modules/gui/beos/BeOS.cpp
-   A /trunk/modules/gui/beos/Bitmaps.h
-   A /trunk/modules/gui/beos/DrawingTidbits.cpp
-   A /trunk/modules/gui/beos/DrawingTidbits.h
-   A /trunk/modules/gui/beos/Interface.cpp
-   A /trunk/modules/gui/beos/InterfaceWindow.cpp
-   A /trunk/modules/gui/beos/InterfaceWindow.h
-   A /trunk/modules/gui/beos/Makefile
-   A /trunk/modules/gui/beos/MediaControlView.cpp
-   A /trunk/modules/gui/beos/MediaControlView.h
-   A /trunk/modules/gui/beos/MsgVals.h
-   A /trunk/modules/gui/beos/PlayListWindow.cpp
-   A /trunk/modules/gui/beos/PlayListWindow.h
-   A /trunk/modules/gui/beos/TransportButton.cpp
-   A /trunk/modules/gui/beos/TransportButton.h
-   A /trunk/modules/gui/beos/VideoOutput.cpp
-   A /trunk/modules/gui/beos/VideoWindow.h
-   A /trunk/modules/gui/beos/VlcWrapper.cpp
-   A /trunk/modules/gui/beos/VlcWrapper.h
-   A /trunk/modules/gui/familiar
-   A /trunk/modules/gui/familiar/.cvsignore
-   A /trunk/modules/gui/familiar/Makefile
-   A /trunk/modules/gui/familiar/callbacks.c
-   A /trunk/modules/gui/familiar/callbacks.h
-   A /trunk/modules/gui/familiar/familiar.c
-   A /trunk/modules/gui/familiar/familiar.glade
-   A /trunk/modules/gui/familiar/familiar.h
-   A /trunk/modules/gui/familiar/interface.c
-   A /trunk/modules/gui/familiar/interface.h
-   A /trunk/modules/gui/familiar/support.c
-   A /trunk/modules/gui/familiar/support.h
-   A /trunk/modules/gui/gtk
-   A /trunk/modules/gui/gtk/.cvsignore
-   A /trunk/modules/gui/gtk/Makefile
-   A /trunk/modules/gui/gtk/common.h
-   A /trunk/modules/gui/gtk/control.c
-   A /trunk/modules/gui/gtk/control.h
-   A /trunk/modules/gui/gtk/display.c
-   A /trunk/modules/gui/gtk/display.h
-   A /trunk/modules/gui/gtk/gnome.c
-   A /trunk/modules/gui/gtk/gnome.glade
-   A /trunk/modules/gui/gtk/gnome_callbacks.c
-   A /trunk/modules/gui/gtk/gnome_callbacks.h
-   A /trunk/modules/gui/gtk/gnome_interface.c
-   A /trunk/modules/gui/gtk/gnome_interface.h
-   A /trunk/modules/gui/gtk/gnome_support.c
-   A /trunk/modules/gui/gtk/gnome_support.h
-   A /trunk/modules/gui/gtk/gtk.c
-   A /trunk/modules/gui/gtk/gtk.glade
-   A /trunk/modules/gui/gtk/gtk_callbacks.c
-   A /trunk/modules/gui/gtk/gtk_callbacks.h
-   A /trunk/modules/gui/gtk/gtk_interface.c
-   A /trunk/modules/gui/gtk/gtk_interface.h
-   A /trunk/modules/gui/gtk/gtk_support.c
-   A /trunk/modules/gui/gtk/gtk_support.h
-   A /trunk/modules/gui/gtk/menu.c
-   A /trunk/modules/gui/gtk/menu.h
-   A /trunk/modules/gui/gtk/modules.c
-   A /trunk/modules/gui/gtk/modules.h
-   A /trunk/modules/gui/gtk/open.c
-   A /trunk/modules/gui/gtk/open.h
-   A /trunk/modules/gui/gtk/playlist.c
-   A /trunk/modules/gui/gtk/playlist.h
-   A /trunk/modules/gui/gtk/preferences.c
-   A /trunk/modules/gui/gtk/preferences.h
-   A /trunk/modules/gui/kde
-   A /trunk/modules/gui/kde/.cvsignore
-   A /trunk/modules/gui/kde/Makefile
-   A /trunk/modules/gui/kde/QConfigItem.cpp
-   A /trunk/modules/gui/kde/QConfigItem.h
-   A /trunk/modules/gui/kde/common.h
-   A /trunk/modules/gui/kde/disc.cpp
-   A /trunk/modules/gui/kde/disc.h
-   A /trunk/modules/gui/kde/interface.cpp
-   A /trunk/modules/gui/kde/interface.h
-   A /trunk/modules/gui/kde/kde.cpp
-   A /trunk/modules/gui/kde/menu.cpp
-   A /trunk/modules/gui/kde/menu.h
-   A /trunk/modules/gui/kde/net.cpp
-   A /trunk/modules/gui/kde/net.h
-   A /trunk/modules/gui/kde/pluginsbox.cpp
-   A /trunk/modules/gui/kde/pluginsbox.h
-   A /trunk/modules/gui/kde/preferences.cpp
-   A /trunk/modules/gui/kde/preferences.h
-   A /trunk/modules/gui/kde/slider.cpp
-   A /trunk/modules/gui/kde/slider.h
-   A /trunk/modules/gui/kde/ui.rc
-   A /trunk/modules/gui/macosx
-   A /trunk/modules/gui/macosx/.cvsignore
-   A /trunk/modules/gui/macosx/Makefile
-   A /trunk/modules/gui/macosx/aout.m
-   A /trunk/modules/gui/macosx/controls.m
-   A /trunk/modules/gui/macosx/intf.h
-   A /trunk/modules/gui/macosx/intf.m
-   A /trunk/modules/gui/macosx/macosx.m
-   A /trunk/modules/gui/macosx/open.h
-   A /trunk/modules/gui/macosx/open.m
-   A /trunk/modules/gui/macosx/playlist.h
-   A /trunk/modules/gui/macosx/playlist.m
-   A /trunk/modules/gui/macosx/vout.h
-   A /trunk/modules/gui/macosx/vout.m
-   A /trunk/modules/gui/ncurses
-   A /trunk/modules/gui/ncurses/.cvsignore
-   A /trunk/modules/gui/ncurses/Makefile
-   A /trunk/modules/gui/ncurses/ncurses.c
-   A /trunk/modules/gui/qnx
-   A /trunk/modules/gui/qnx/.cvsignore
-   A /trunk/modules/gui/qnx/Makefile
-   A /trunk/modules/gui/qnx/aout.c
-   A /trunk/modules/gui/qnx/qnx.c
-   A /trunk/modules/gui/qnx/vout.c
-   A /trunk/modules/gui/qt
-   A /trunk/modules/gui/qt/.cvsignore
-   A /trunk/modules/gui/qt/Makefile
-   A /trunk/modules/gui/qt/intf.cpp
-   A /trunk/modules/gui/qt/qt.cpp
-   A /trunk/modules/gui/win32
-   A /trunk/modules/gui/win32/.cvsignore
-   A /trunk/modules/gui/win32/Makefile
-   A /trunk/modules/gui/win32/about.cpp
-   A /trunk/modules/gui/win32/about.dfm
-   A /trunk/modules/gui/win32/about.h
-   A /trunk/modules/gui/win32/control.cpp
-   A /trunk/modules/gui/win32/control.h
-   A /trunk/modules/gui/win32/disc.cpp
-   A /trunk/modules/gui/win32/disc.dfm
-   A /trunk/modules/gui/win32/disc.h
-   A /trunk/modules/gui/win32/intfwin.bpf
-   A /trunk/modules/gui/win32/intfwin.cpp
-   A /trunk/modules/gui/win32/mainframe.cpp
-   A /trunk/modules/gui/win32/mainframe.dfm
-   A /trunk/modules/gui/win32/mainframe.h
-   A /trunk/modules/gui/win32/menu.cpp
-   A /trunk/modules/gui/win32/menu.h
-   A /trunk/modules/gui/win32/messages.cpp
-   A /trunk/modules/gui/win32/messages.dfm
-   A /trunk/modules/gui/win32/messages.h
-   A /trunk/modules/gui/win32/network.cpp
-   A /trunk/modules/gui/win32/network.dfm
-   A /trunk/modules/gui/win32/network.h
-   A /trunk/modules/gui/win32/playlist.cpp
-   A /trunk/modules/gui/win32/playlist.dfm
-   A /trunk/modules/gui/win32/playlist.h
-   A /trunk/modules/gui/win32/preferences.cpp
-   A /trunk/modules/gui/win32/preferences.dfm
-   A /trunk/modules/gui/win32/preferences.h
-   A /trunk/modules/gui/win32/win32.bpr
-   A /trunk/modules/gui/win32/win32.cpp
-   A /trunk/modules/gui/win32/win32.h
-   A /trunk/modules/gui/win32/win32_common.h
-   A /trunk/modules/misc
-   A /trunk/modules/misc/dummy
-   A /trunk/modules/misc/dummy/.cvsignore
-   A /trunk/modules/misc/dummy/Makefile
-   A /trunk/modules/misc/dummy/aout.c
-   A /trunk/modules/misc/dummy/decoder.c
-   A /trunk/modules/misc/dummy/dummy.c
-   A /trunk/modules/misc/dummy/dummy.h
-   A /trunk/modules/misc/dummy/input.c
-   A /trunk/modules/misc/dummy/interface.c
-   A /trunk/modules/misc/dummy/vout.c
-   A /trunk/modules/misc/logger
-   A /trunk/modules/misc/logger/.cvsignore
-   A /trunk/modules/misc/logger/Makefile
-   A /trunk/modules/misc/logger/logger.c
-   A /trunk/modules/misc/memcpy
-   A /trunk/modules/misc/memcpy/.cvsignore
-   A /trunk/modules/misc/memcpy/Makefile
-   A /trunk/modules/misc/memcpy/fastmemcpy.h
-   A /trunk/modules/misc/memcpy/memcpy.c
-   A /trunk/modules/misc/memcpy/memcpyaltivec.c
-   A /trunk/modules/misc/network
-   A /trunk/modules/misc/network/.cvsignore
-   A /trunk/modules/misc/network/Makefile
-   A /trunk/modules/misc/network/ipv4.c
-   A /trunk/modules/misc/network/ipv6.c
-   A /trunk/modules/misc/null
-   A /trunk/modules/misc/null/.cvsignore
-   A /trunk/modules/misc/null/Makefile
-   A /trunk/modules/misc/null/null.c
-   A /trunk/modules/video_chroma
-   A /trunk/modules/video_chroma/.cvsignore
-   A /trunk/modules/video_chroma/Makefile
-   A /trunk/modules/video_chroma/i420_rgb.c
-   A /trunk/modules/video_chroma/i420_rgb.h
-   A /trunk/modules/video_chroma/i420_rgb16.c
-   A /trunk/modules/video_chroma/i420_rgb8.c
-   A /trunk/modules/video_chroma/i420_rgb_c.h
-   A /trunk/modules/video_chroma/i420_rgb_mmx.h
-   A /trunk/modules/video_chroma/i420_ymga.c
-   A /trunk/modules/video_chroma/i420_yuy2.c
-   A /trunk/modules/video_chroma/i420_yuy2.h
-   A /trunk/modules/video_chroma/i422_yuy2.c
-   A /trunk/modules/video_chroma/i422_yuy2.h
-   A /trunk/modules/video_filter
-   A /trunk/modules/video_filter/.cvsignore
-   A /trunk/modules/video_filter/Makefile
-   A /trunk/modules/video_filter/clone.c
-   A /trunk/modules/video_filter/crop.c
-   A /trunk/modules/video_filter/deinterlace
-   A /trunk/modules/video_filter/deinterlace/.cvsignore
-   A /trunk/modules/video_filter/deinterlace/Makefile
-   A /trunk/modules/video_filter/deinterlace/deinterlace.c
-   A /trunk/modules/video_filter/distort.c
-   A /trunk/modules/video_filter/filter_common.h
-   A /trunk/modules/video_filter/invert.c
-   A /trunk/modules/video_filter/transform.c
-   A /trunk/modules/video_filter/wall.c
-   A /trunk/modules/video_output
-   A /trunk/modules/video_output/aa
-   A /trunk/modules/video_output/aa/.cvsignore
-   A /trunk/modules/video_output/aa/Makefile
-   A /trunk/modules/video_output/aa/aa.c
-   A /trunk/modules/video_output/directx
-   A /trunk/modules/video_output/directx/.cvsignore
-   A /trunk/modules/video_output/directx/Makefile
-   A /trunk/modules/video_output/directx/aout.c
-   A /trunk/modules/video_output/directx/directx.c
-   A /trunk/modules/video_output/directx/events.c
-   A /trunk/modules/video_output/directx/vout.c
-   A /trunk/modules/video_output/directx/vout.h
-   A /trunk/modules/video_output/fb
-   A /trunk/modules/video_output/fb/.cvsignore
-   A /trunk/modules/video_output/fb/Makefile
-   A /trunk/modules/video_output/fb/fb.c
-   A /trunk/modules/video_output/ggi
-   A /trunk/modules/video_output/ggi/.cvsignore
-   A /trunk/modules/video_output/ggi/Makefile
-   A /trunk/modules/video_output/ggi/ggi.c
-   A /trunk/modules/video_output/glide
-   A /trunk/modules/video_output/glide/.cvsignore
-   A /trunk/modules/video_output/glide/Makefile
-   A /trunk/modules/video_output/glide/glide.c
-   A /trunk/modules/video_output/mga
-   A /trunk/modules/video_output/mga/.cvsignore
-   A /trunk/modules/video_output/mga/Makefile
-   A /trunk/modules/video_output/mga/mga.c
-   A /trunk/modules/video_output/mga/xmga.c
-   A /trunk/modules/video_output/sdl
-   A /trunk/modules/video_output/sdl/.cvsignore
-   A /trunk/modules/video_output/sdl/Makefile
-   A /trunk/modules/video_output/sdl/aout.c
-   A /trunk/modules/video_output/sdl/sdl.c
-   A /trunk/modules/video_output/sdl/vout.c
-   A /trunk/modules/video_output/x11
-   A /trunk/modules/video_output/x11/.cvsignore
-   A /trunk/modules/video_output/x11/Makefile
-   A /trunk/modules/video_output/x11/x11.c
-   A /trunk/modules/video_output/x11/xcommon.c
-   A /trunk/modules/video_output/x11/xcommon.h
-   A /trunk/modules/video_output/x11/xvideo.c
-   A /trunk/modules/visualization
-   A /trunk/modules/visualization/scope
-   A /trunk/modules/visualization/scope/.cvsignore
-   A /trunk/modules/visualization/scope/Makefile
-   A /trunk/modules/visualization/scope/scope.c
-   A /trunk/modules/visualization/xosd
-   A /trunk/modules/visualization/xosd/.cvsignore
-   A /trunk/modules/visualization/xosd/Makefile
-   A /trunk/modules/visualization/xosd/xosd.c
-   M /trunk/src/audio_output/aout_spdif.c
-   M /trunk/src/audio_output/aout_spdif.h
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/mpeg_system.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/modules.c
-
-  * ./modules/*: moved plugins to the new tree. Yet untested builds include
-    waveout, directx, qnx, beos, win32, macosx, and the AltiVec modules.
-  * ALL: removed mention of AC3 in favour of A52.
-  * ./configure.in, ./Makefile*: modules can now be built deeper than 1
-    directory. As a consequence, the build is even slower (but I'm fixing
-    this) and make clean doesn't work anymore.
-
-------------------------------------------------------------------------
-r2235 | sam | 2002-08-04 19:40:49 +0200 (Sun, 04 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/dummy/decoder.c
-
-  * ./modules/misc/dummy/decoder.c: the dummy codec now uses GetChunk instead
-    of GetBits and doesn't get stuck on high bitrate movies (thanks fenrir).
-
-------------------------------------------------------------------------
-r2236 | sam | 2002-08-04 20:39:41 +0200 (Sun, 04 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/extras/Win32_msvc/vlc.dsp
-   D /trunk/include/vdec_ext-plugins.h
-   M /trunk/modules/codec/cinepak/cinepak.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/mpeg_video/blocks.c
-   M /trunk/modules/codec/mpeg_video/decoder.c
-   M /trunk/modules/codec/mpeg_video/headers.c
-   M /trunk/modules/codec/mpeg_video/parser.c
-   A /trunk/modules/codec/mpeg_video/plugins.h
-   M /trunk/modules/codec/mpeg_video/pool.c
-   M /trunk/modules/codec/mpeg_video/synchro.c
-   M /trunk/src/misc/objects.c
-
-  * ./include/vdec_ext-plugins.h: removed this public header and put it
-    in ./modules/codec/mpeg_video/.
-
-------------------------------------------------------------------------
-r2237 | sam | 2002-08-04 22:04:11 +0200 (Sun, 04 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/a52old/a52old.c
-   M /trunk/modules/codec/mpeg_video/parser.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/modules.c
-
-  * ./src/misc/modules.c: if a module name starts with "$", vlc calls
-    config_GetPsz and uses the result instead.
-
-------------------------------------------------------------------------
-r2238 | sam | 2002-08-04 23:29:08 +0200 (Sun, 04 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-
-  * ./Makefile: make clean works again.
-
-------------------------------------------------------------------------
-r2239 | fenrir | 2002-08-05 00:13:06 +0200 (Mon, 05 Aug 2002) | 12 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/Makefile
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   A /trunk/modules/codec/ffmpeg/postprocessing
-   A /trunk/modules/codec/ffmpeg/postprocessing/Makefile
-   A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
-   A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.h
-   A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_c.c
-   A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_common.h
-   A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
-   A /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
-
- * add post processing modules.( As defined in MPEG4 ISO) There are C,
-mmx, mmxext version, but only mmxext is really usable (other need a
- _lot_ of CPU power).
-
-There are new options for ffmpeg plugins :
- --ffmpeg-pp to choose postprocessing module( c, mmx, mmext or mmx2 )
- --ffmpeg-pp-q to choose quality( 0..6 )
- --ffmpeg-db-?? ( where first ? is for y or c, and the other ? for v or h )
-to force deblocking on luminance(y)/chrominance(c) horizontally or
-vertically.
- --ffmpeg-dr-? ( where ? is y or c ) to force dering on ...
-
-------------------------------------------------------------------------
-r2240 | fenrir | 2002-08-05 00:16:28 +0200 (Mon, 05 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
- * add compilation of postprocessing modules for ffmpeg.
-
-------------------------------------------------------------------------
-r2241 | fenrir | 2002-08-05 01:03:10 +0200 (Mon, 05 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/plugins/ffmpeg/ffmpeg.c
-
- * oups, removed 'include vdec_ext-plugins.h'. And I set
-ffmpeg-error-resilience to -1 by default ( I've found to many files that
-didn't like error resilience...)
-
-------------------------------------------------------------------------
-r2242 | sam | 2002-08-05 13:48:56 +0200 (Mon, 05 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/src/misc/modules.c
-
-  * ./Makefile.opts.in: fixed the builtins_LDFLAGS regexp so that it works
-    with the Solaris sed.
-  * ./src/misc/modules.c: fixed a warning caused by misuse of const.
-
-------------------------------------------------------------------------
-r2243 | sam | 2002-08-05 17:16:18 +0200 (Mon, 05 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   A /trunk/modules/codec/dv
-   A /trunk/modules/codec/dv/.cvsignore
-   A /trunk/modules/codec/dv/Makefile
-   A /trunk/modules/codec/dv/dv.c
-
-  * ./modules/codec/dv/dv.c: decoder for the DV format, uses libdv.
-
-------------------------------------------------------------------------
-r2244 | sam | 2002-08-05 18:27:49 +0200 (Mon, 05 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-
-  * ./Makefile: fixed directory browsing with "clean" and "distclean" rules.
-
-------------------------------------------------------------------------
-r2245 | sam | 2002-08-06 02:26:48 +0200 (Tue, 06 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/doc/fortunes.txt
-   M /trunk/include/defs.h.in
-   M /trunk/mozilla/Makefile
-   M /trunk/src/misc/modules.c
-
-  * ./Makefile, ./mozilla/Makefile: make uninstall removes vlc-specific dirs.
-  * ./src/misc/modules.c: the directory browsing should be more portable now,
-    we use stat(2) instead of file->d_type.
-
-------------------------------------------------------------------------
-r2246 | tcastley | 2002-08-06 12:54:34 +0200 (Tue, 06 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-
-Fixed include call.  Now compiles and BeOS version runs :)
-
-------------------------------------------------------------------------
-r2247 | jpsaman | 2002-08-06 21:12:07 +0200 (Tue, 06 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/plugins/familiar/familiar.glade
-   M /trunk/plugins/familiar/familiar_callbacks.c
-   M /trunk/plugins/familiar/familiar_callbacks.h
-   M /trunk/plugins/familiar/familiar_interface.c
-
-Playing video from within the interface works.
-
-------------------------------------------------------------------------
-r2248 | jpsaman | 2002-08-06 21:31:18 +0200 (Tue, 06 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/familiar/callbacks.h
-   M /trunk/modules/gui/familiar/familiar.glade
-   M /trunk/modules/gui/familiar/interface.c
-
-Sam I hate you ;-)
-
-------------------------------------------------------------------------
-r2249 | massiot | 2002-08-06 22:04:26 +0200 (Tue, 06 Aug 2002) | 3 lines
-Changed paths:
-   D /trunk/MODULES
-   A /trunk/modules/LIST
-
-Removed the MODULES file, because on case-insensitive filesystems, it
-conflicts with the modules/ directory.
-
-------------------------------------------------------------------------
-r2250 | jlj | 2002-08-07 01:43:58 +0200 (Wed, 07 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/open.m
-
-  * ./modules/gui/macosx/open.m: compile fix
-
-------------------------------------------------------------------------
-r2251 | sam | 2002-08-07 02:29:37 +0200 (Wed, 07 Aug 2002) | 6 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.opts.in
-   M /trunk/bootstrap.sh
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/access/dvd/access.c
-   M /trunk/modules/access/dvd/demux.c
-   M /trunk/modules/access/dvd/dvd.c
-   M /trunk/modules/access/dvdplay/access.c
-   M /trunk/modules/access/dvdplay/demux.c
-   M /trunk/modules/access/dvdplay/es.c
-   M /trunk/modules/access/dvdread/dvdread.c
-   M /trunk/modules/access/dvdread/input.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/satellite/access.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/codec/a52old/downmix.h
-   M /trunk/modules/codec/a52old/imdct.h
-   M /trunk/modules/codec/mpeg_video/decoder.h
-   M /trunk/modules/codec/mpeg_video/parser.h
-   M /trunk/modules/codec/mpeg_video/plugins.h
-   M /trunk/modules/codec/mpeg_video/pool.h
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mp4/mp4.h
-   M /trunk/modules/demux/mpeg/Makefile
-   M /trunk/modules/demux/mpeg/audio.c
-   M /trunk/modules/demux/mpeg/ps.c
-   A /trunk/modules/demux/mpeg/system.c
-   A /trunk/modules/demux/mpeg/system.h
-   M /trunk/modules/demux/mpeg/ts.c
-   D /trunk/src/input/mpeg_system.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h
-
-  * ./modules/demux/mpeg/system.c: added a helper plugin for MPEG-related
-    demux plugins (ps, ts, but also dvd*).
-  * ./src/input/mpeg_system.c: removed MPEG-related stuff from the vlc core.
-  * ./src/misc/modules.c: max recursion level is now 5.
-  * ./modules/access/dvdplay/es.c: fixed a buffer overflow.
-
-------------------------------------------------------------------------
-r2252 | sam | 2002-08-07 02:31:09 +0200 (Wed, 07 Aug 2002) | 2 lines
-Changed paths:
-   A /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore
-
-  * added a .cvsignore file.
-
-------------------------------------------------------------------------
-r2257 | massiot | 2002-08-07 23:36:56 +0200 (Wed, 07 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/bootstrap.sh
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/config.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   A /trunk/modules/audio_filter
-   A /trunk/modules/audio_filter/.cvsignore
-   A /trunk/modules/audio_filter/Makefile
-   A /trunk/modules/audio_filter/float32tos16.c
-   A /trunk/modules/audio_mixer
-   A /trunk/modules/audio_mixer/.cvsignore
-   A /trunk/modules/audio_mixer/Makefile
-   A /trunk/modules/audio_mixer/trivial.c
-   A /trunk/modules/audio_output/.cvsignore
-   A /trunk/modules/audio_output/Makefile
-   D /trunk/modules/audio_output/alsa
-   A /trunk/modules/audio_output/alsa.c
-   D /trunk/modules/audio_output/arts
-   A /trunk/modules/audio_output/arts.c
-   D /trunk/modules/audio_output/dsp
-   D /trunk/modules/audio_output/esd
-   A /trunk/modules/audio_output/esd.c
-   A /trunk/modules/audio_output/file.c
-   A /trunk/modules/audio_output/oss.c
-   D /trunk/modules/audio_output/waveout
-   A /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/codec/a52/a52.c
-   M /trunk/modules/codec/a52/a52.h
-   M /trunk/modules/gui/macosx/aout.m
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/video_output/sdl/aout.c
-   D /trunk/src/audio_output/aout_ext-dec.c
-   D /trunk/src/audio_output/aout_pcm.c
-   D /trunk/src/audio_output/aout_pcm.h
-   D /trunk/src/audio_output/aout_spdif.c
-   D /trunk/src/audio_output/aout_spdif.h
-   M /trunk/src/audio_output/audio_output.c
-   A /trunk/src/audio_output/filters.c
-   A /trunk/src/audio_output/input.c
-   A /trunk/src/audio_output/mixer.c
-   A /trunk/src/audio_output/output.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/objects.c
-
-Audio output 3. Expect major breakages.
-
-------------------------------------------------------------------------
-r2259 | sam | 2002-08-08 02:35:11 +0200 (Thu, 08 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.modules
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/modules_inner.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/access/dvd/ifo.c
-   M /trunk/modules/access/dvd/ifo.h
-   M /trunk/modules/access/dvd/seek.c
-   M /trunk/modules/access/dvd/summary.c
-   M /trunk/modules/access/dvd/udf.c
-   M /trunk/modules/access/http.c
-   A /trunk/modules/access/v4l
-   A /trunk/modules/access/v4l/.cvsignore
-   A /trunk/modules/access/v4l/Makefile
-   A /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/codec/a52old/adec.h
-   M /trunk/modules/codec/a52old/downmix.h
-   M /trunk/modules/codec/a52old/exponent.h
-   M /trunk/modules/codec/a52old/imdct.c
-   M /trunk/modules/codec/a52old/imdct.h
-   M /trunk/modules/codec/a52old/parse.c
-   M /trunk/modules/codec/mpeg_audio/layer1.c
-   M /trunk/modules/codec/mpeg_audio/layer2.c
-   M /trunk/modules/codec/mpeg_audio/math.c
-   M /trunk/modules/codec/mpeg_video/blocks.c
-   M /trunk/modules/codec/mpeg_video/decoder.c
-   M /trunk/modules/codec/mpeg_video/decoder.h
-   M /trunk/modules/codec/mpeg_video/idct/idctmmx.c
-   M /trunk/modules/codec/mpeg_video/idct/idctmmxext.c
-   M /trunk/modules/codec/mpeg_video/motion/motion.c
-   M /trunk/modules/codec/mpeg_video/motion/motionmmx.c
-   M /trunk/modules/codec/mpeg_video/motion/motionmmxext.c
-   M /trunk/modules/codec/spdif/spdif.c
-   M /trunk/modules/demux/mpeg/audio.c
-   M /trunk/modules/gui/win32/win32_common.h
-   M /trunk/modules/misc/memcpy/fastmemcpy.h
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-   M /trunk/modules/video_output/x11/xcommon.h
-   A /trunk/src/audio_output/aout_ext-dec.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/modules_plugin.h.in
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/vlc.c
-   M /trunk/vlc.spec
-
-  * ./modules/audio_output/oss.c: compilation fixes.
-  * ALL: lots of -ansi -pedantic fixes.
-
-------------------------------------------------------------------------
-r2260 | massiot | 2002-08-09 00:26:56 +0200 (Fri, 09 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   D /trunk/modules/audio_filter/.cvsignore
-   D /trunk/modules/audio_filter/Makefile
-   A /trunk/modules/audio_filter/converter
-   A /trunk/modules/audio_filter/converter/.cvsignore
-   A /trunk/modules/audio_filter/converter/Makefile
-   A /trunk/modules/audio_filter/converter/float32tos16.c
-   D /trunk/modules/audio_filter/float32tos16.c
-   A /trunk/modules/audio_filter/resampler
-   A /trunk/modules/audio_filter/resampler/.cvsignore
-
-Added another level of directory in audio_filter/.
-
-------------------------------------------------------------------------
-r2261 | sam | 2002-08-09 00:28:23 +0200 (Fri, 09 Aug 2002) | 5 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/Makefile.modules
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/gnome-vlc.dirs
-   M /trunk/debian/gvlc.dirs
-   M /trunk/debian/kvlc.dirs
-   M /trunk/debian/qvlc.dirs
-   M /trunk/debian/rules
-   M /trunk/debian/vlc-plugin-aa.dirs
-   M /trunk/debian/vlc-plugin-alsa.dirs
-   M /trunk/debian/vlc-plugin-arts.dirs
-   M /trunk/debian/vlc-plugin-esd.dirs
-   M /trunk/debian/vlc-plugin-ggi.dirs
-   M /trunk/debian/vlc-plugin-glide.dirs
-   M /trunk/debian/vlc-plugin-lirc.dirs
-   M /trunk/debian/vlc-plugin-mad.dirs
-   M /trunk/debian/vlc-plugin-sdl.dirs
-   M /trunk/debian/vlc-plugin-xosd.dirs
-   M /trunk/debian/vlc.dirs
-   M /trunk/include/mmx.h
-   M /trunk/include/modules_inner.h
-   M /trunk/modules/access/dvd/ifo.h
-   M /trunk/modules/access/dvd/udf.c
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcd/cdrom.h
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_common.h
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
-   M /trunk/modules/codec/mpeg_video/idct/idctmmx.c
-   M /trunk/modules/codec/mpeg_video/idct/idctmmxext.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/gui/gtk/display.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/modules.c
-   M /trunk/modules/gui/gtk/playlist.c
-   M /trunk/modules/gui/gtk/preferences.c
-   M /trunk/modules/gui/ncurses/ncurses.c
-   M /trunk/modules/gui/qt/intf.cpp
-   M /trunk/modules/gui/win32/Makefile
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/video_output/fb/fb.c
-   M /trunk/modules/video_output/glide/glide.c
-   M /trunk/mozilla/vlcplugin.c
-   M /trunk/src/libvlc.c
-
-  * ./include/modules_inner.h: support for several modules with the same
-    name but with different directory names.
-  * ./Makefile: plugins get installed in different directory names.
-  * ALL: additional -ansi -pedantic fixes.
-
-------------------------------------------------------------------------
-r2262 | sam | 2002-08-09 18:38:27 +0200 (Fri, 09 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-
-  * ./Makefile: fixed a sed command syntax.
-
-------------------------------------------------------------------------
-r2263 | sam | 2002-08-09 18:39:08 +0200 (Fri, 09 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/modules/misc/memcpy/memcpy.c
-   M /trunk/src/libvlc.c
-
-  * ./src/libvlc.c: p_vlc->pf_memset is now usable (it's always the libc
-    default though).
-
-------------------------------------------------------------------------
-r2264 | sam | 2002-08-10 00:25:36 +0200 (Sat, 10 Aug 2002) | 2 lines
-Changed paths:
-   D /trunk/plugins/.cvsignore
-   D /trunk/plugins/a52
-   D /trunk/plugins/a52_system
-   D /trunk/plugins/aa
-   D /trunk/plugins/ac3_adec
-   D /trunk/plugins/ac3_spdif
-   D /trunk/plugins/access
-   D /trunk/plugins/alsa
-   D /trunk/plugins/arts
-   D /trunk/plugins/avi
-   D /trunk/plugins/beos
-   D /trunk/plugins/chroma
-   D /trunk/plugins/cinepak
-   D /trunk/plugins/directx
-   D /trunk/plugins/downmix
-   D /trunk/plugins/dsp
-   D /trunk/plugins/dummy
-   D /trunk/plugins/dvd
-   D /trunk/plugins/dvdplay
-   D /trunk/plugins/dvdread
-   D /trunk/plugins/esd
-   D /trunk/plugins/familiar
-   D /trunk/plugins/fb
-   D /trunk/plugins/ffmpeg
-   D /trunk/plugins/filter
-   D /trunk/plugins/fx
-   D /trunk/plugins/ggi
-   D /trunk/plugins/glide
-   D /trunk/plugins/gtk
-   D /trunk/plugins/idct/.cvsignore
-   D /trunk/plugins/idct/Makefile
-   D /trunk/plugins/idct/block_c.h
-   D /trunk/plugins/idct/block_mmx.h
-   D /trunk/plugins/idct/idct.c
-   D /trunk/plugins/idct/idct.h
-   D /trunk/plugins/idct/idct_decl.h
-   D /trunk/plugins/idct/idct_sparse.h
-   D /trunk/plugins/idct/idctaltivec.c
-   D /trunk/plugins/idct/idctclassic.c
-   D /trunk/plugins/idct/idctmmx.c
-   D /trunk/plugins/idct/idctmmxext.c
-   D /trunk/plugins/imdct
-   D /trunk/plugins/kde
-   D /trunk/plugins/lirc
-   D /trunk/plugins/lpcm_adec
-   D /trunk/plugins/macosx
-   D /trunk/plugins/mad
-   D /trunk/plugins/memcpy
-   D /trunk/plugins/mga/.cvsignore
-   D /trunk/plugins/mga/Makefile
-   D /trunk/plugins/mga/mga.c
-   D /trunk/plugins/mga/xmga.c
-   D /trunk/plugins/motion/.cvsignore
-   D /trunk/plugins/motion/Makefile
-   D /trunk/plugins/motion/motion.c
-   D /trunk/plugins/motion/motion3dnow.c
-   D /trunk/plugins/motion/motionaltivec.c
-   D /trunk/plugins/motion/motionmmx.c
-   D /trunk/plugins/motion/motionmmxext.c
-   D /trunk/plugins/mp4
-   D /trunk/plugins/mpeg_adec
-   D /trunk/plugins/mpeg_system
-   D /trunk/plugins/mpeg_vdec
-   D /trunk/plugins/network
-   D /trunk/plugins/ogg
-   D /trunk/plugins/qnx
-   D /trunk/plugins/qt
-   D /trunk/plugins/satellite
-   D /trunk/plugins/sdl
-   D /trunk/plugins/spudec
-   D /trunk/plugins/text
-   D /trunk/plugins/vcd
-   D /trunk/plugins/win32
-   D /trunk/plugins/x11
-   D /trunk/plugins/xosd
-
-  * Removed the plugins/ directory.
-
-------------------------------------------------------------------------
-r2265 | massiot | 2002-08-10 01:47:23 +0200 (Sat, 10 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/audio_output.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   A /trunk/modules/audio_filter/resampler/Makefile
-   A /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/misc/modules_plugin.h
-
-* Trivial resampler plug-in (resampling still non-functional)
-* Begun writing some hooks for forthcoming S/PDIF support
-* ./modules/access/vcd/cdrom.c: compile fix for Darwin
-
-------------------------------------------------------------------------
-r2266 | sam | 2002-08-10 01:52:31 +0200 (Sat, 10 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-
-  * ./include/audio_output.h: small compilation fix.
-
-------------------------------------------------------------------------
-r2267 | jpsaman | 2002-08-10 13:35:31 +0200 (Sat, 10 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/STATUS
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/modules/codec/mad/decoder.c
-
-Preparation for Qt embedded support.
-
-------------------------------------------------------------------------
-r2268 | jpsaman | 2002-08-10 15:40:46 +0200 (Sat, 10 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/mad/decoder.c
-   M /trunk/modules/codec/mad/decoder.h
-   M /trunk/modules/codec/mad/libmad.c
-   M /trunk/modules/codec/mad/libmad.h
-
-Adapted mad codec plugin to new aout3. Not tested yet.`
-Plugin is not being build by new built structure, this needs to be fixed first.
-
-------------------------------------------------------------------------
-r2269 | sam | 2002-08-10 18:17:14 +0200 (Sat, 10 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/win32/Makefile
-   D /trunk/modules/gui/win32/intfwin.bpf
-   D /trunk/modules/gui/win32/intfwin.cpp
-   A /trunk/modules/gui/win32/win32.bpf
-   M /trunk/modules/gui/win32/win32.bpr
-   M /trunk/modules/gui/win32/win32.cpp
-   D /trunk/modules/gui/win32/win32.h
-
-  * ./modules/gui/win32/Makefile: fixed the Win32 interface compilation.
-  * ./modules/gui/win32/win32.cpp: merged intfwin.cpp into this file.
-
-------------------------------------------------------------------------
-r2270 | jpsaman | 2002-08-10 19:53:37 +0200 (Sat, 10 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-Enabled mad plugin again.
-
-------------------------------------------------------------------------
-r2271 | jpsaman | 2002-08-10 19:54:49 +0200 (Sat, 10 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/mad/decoder.c
-   M /trunk/modules/codec/mad/libmad.c
-
-Allocation of New buffers seems alright now.
-
-------------------------------------------------------------------------
-r2272 | gbazin | 2002-08-10 20:17:06 +0200 (Sat, 10 Aug 2002) | 8 lines
-Changed paths:
-   M /trunk/configure.in
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/video_output/directx/aout.c
-
-
-* modules/video_output/directx/aout.c: adapted the directx audio plugin to aout3.
-* modules/audio_output/waveout.c: adapted the waveout audio plugin to aout3 and
-decreased its score so the directx plugin is selected by default.
-* configure.in: re-enabled the waveout plugin
-
-It's really amazing how much aout3 simplifies these plugins :)
-
-------------------------------------------------------------------------
-r2273 | sam | 2002-08-10 21:22:45 +0200 (Sat, 10 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile
-
-  * ./Makefile: fixed "make package-win32".
-
-------------------------------------------------------------------------
-r2274 | sam | 2002-08-10 21:23:06 +0200 (Sat, 10 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/misc/messages.c
-
-  * ./src/misc/messages.c: fixed an extremely old buffer overflow.
-
-------------------------------------------------------------------------
-r2276 | massiot | 2002-08-10 22:01:00 +0200 (Sat, 10 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/trivial.c
-
-* Fixed a bug triggering the trivial resampler when it was unnecessary.
-
-------------------------------------------------------------------------
-r2277 | fenrir | 2002-08-10 22:05:21 +0200 (Sat, 10 Aug 2002) | 8 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   A /trunk/modules/codec/faad
-   A /trunk/modules/codec/faad/.cvsignore
-   A /trunk/modules/codec/faad/Makefile
-   A /trunk/modules/codec/faad/decoder.c
-   A /trunk/modules/codec/faad/decoder.h
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/demux/mp4/libmp4.c
-
- * modules/codec/faad : an AAC decoder module using libfaad library
-(faad2).
- * modules/demux/mp4/libmp4.c : could compile without zlib.
- * modules/codec/ffmpeg/* : set error resilience to -1 by default.(in
-order to decode more files, but it could produce segfaults ... )
- * Makefile.*, configure.in : enable mp4 by default, add faad
-module (disabled by default ).
-
-------------------------------------------------------------------------
-r2279 | massiot | 2002-08-11 01:22:45 +0200 (Sun, 11 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-Imported 0.4.4 Changelog.
-
-------------------------------------------------------------------------
-r2281 | massiot | 2002-08-11 03:27:01 +0200 (Sun, 11 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/config.h
-   M /trunk/modules/audio_output/oss.c
-   A /trunk/modules/codec/.cvsignore
-   A /trunk/modules/codec/Makefile
-   D /trunk/modules/codec/a52
-   A /trunk/modules/codec/a52.c
-   D /trunk/modules/codec/spdif
-   A /trunk/modules/codec/spdif.c
-   M /trunk/src/audio_output/audio_output.c
-
-More S/PDIF fixes.
-
-------------------------------------------------------------------------
-r2282 | gbazin | 2002-08-11 10:30:01 +0200 (Sun, 11 Aug 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/win32_specific.c
-
-
-* src/misc/configuration.c: bugfix (don't initialize and free p_module->object_lock
-twice).
-* src/misc/win32_specific.c: missing initializations.
-* modules/demux/mp4/libmp4.c: was missing an #ifdef HAVE_ZLIB_H
-
-------------------------------------------------------------------------
-r2283 | sam | 2002-08-11 14:27:11 +0200 (Sun, 11 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/memcpy/memcpyaltivec.c
-
-  * ./modules/misc/memcpy/memcpyaltivec.c: added a missing AltiVec requirement.
-
-------------------------------------------------------------------------
-r2285 | massiot | 2002-08-11 23:59:46 +0200 (Sun, 11 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/lpcm/lpcm.c
-
-Ported fix from STABLE.
-
-------------------------------------------------------------------------
-r2286 | massiot | 2002-08-12 00:36:35 +0200 (Mon, 12 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   A /trunk/extras/MacOSX/.cvsignore
-   M /trunk/modules/audio_filter/converter/Makefile
-   A /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_mixer/Makefile
-   A /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/codec/spdif.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-
-* S/PDIF output should now be working (untested, though).
-
-------------------------------------------------------------------------
-r2287 | massiot | 2002-08-12 00:46:34 +0200 (Mon, 12 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/modules/codec/a52.c
-
-Definition of vlc_fixed_t.
-
-------------------------------------------------------------------------
-r2288 | massiot | 2002-08-12 01:26:28 +0200 (Mon, 12 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/codec/spdif.c
-   M /trunk/src/audio_output/audio_output.c
-
-S/PDIF fixes.
-
-------------------------------------------------------------------------
-r2289 | massiot | 2002-08-12 09:40:23 +0200 (Mon, 12 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_mixer/spdif.c
-
-Fixed a S/PDIF bug.
-
-------------------------------------------------------------------------
-r2290 | sam | 2002-08-12 11:34:15 +0200 (Mon, 12 Aug 2002) | 9 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/rules
-   M /trunk/doc/fortunes.txt
-   A /trunk/doc/vlc-config.1
-   M /trunk/include/main.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/access/dvdplay/demux.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/codec/cinepak/cinepak.c
-   M /trunk/modules/codec/dv/dv.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/mpeg_video/headers.c
-   M /trunk/modules/codec/mpeg_video/parser.c
-   M /trunk/modules/codec/mpeg_video/pool.c
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/video_output/directx/aout.c
-   M /trunk/modules/video_output/directx/vout.c
-   M /trunk/modules/video_output/sdl/aout.c
-   M /trunk/modules/visualization/scope/scope.c
-   M /trunk/src/audio_output/aout_ext-dec.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/objects.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/video_output/video_output.c
-
-  * ./src/misc/objects.c: two big changes in the object API: now objects can
-    only have one parent, because I don't want to deal with cycles, and each
-    created object is indexed in a global array. This feature is unused yet,
-    but it will speed up vlc_object_find(FIND_ANYWHERE).
-  * ./debian/rules: activated the faad codec.
-  * ./doc/fortunes.txt: new fortune cookies.
-  * ./modules/codec/mpeg_video/headers.c: reduced the use of attach/detach.
-  * ./modules/audio_output/oss.c: fixed two compilation warnings.
-
-------------------------------------------------------------------------
-r2291 | sigmunau | 2002-08-12 17:56:57 +0200 (Mon, 12 Aug 2002) | 6 lines
-Changed paths:
-   A /trunk/Doxyfile
-
-  ./Doxyfile: a sample doxygen configuration file. Have a look at
-http://s253c.studby.ntnu.no/vlc/html/index.html to see what doxygen can
-do.
-
-  ./doc/doxygen: a place for doxygen to put it's files
-
-------------------------------------------------------------------------
-r2292 | fenrir | 2002-08-12 18:59:15 +0200 (Mon, 12 Aug 2002) | 4 lines
-Changed paths:
-   A /trunk/modules/demux/aac
-   A /trunk/modules/demux/aac/.cvsignore
-   A /trunk/modules/demux/aac/Makefile
-   A /trunk/modules/demux/aac/demux.c
-
- * all : a demux for aac stream ( raw aac with adts headers ). For now
-it has a capability equal to 0 because it conflicts with PS, so you need
-to force it.
-
-------------------------------------------------------------------------
-r2293 | fenrir | 2002-08-12 19:00:36 +0200 (Mon, 12 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
- * all : enable aac demux by default.
-
-------------------------------------------------------------------------
-r2294 | sigmunau | 2002-08-12 19:38:10 +0200 (Mon, 12 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/kde/QConfigItem.cpp
-   M /trunk/modules/gui/kde/QConfigItem.h
-   M /trunk/modules/gui/kde/pluginsbox.cpp
-   M /trunk/modules/gui/kde/pluginsbox.h
-   M /trunk/modules/gui/kde/preferences.cpp
-   M /trunk/modules/gui/kde/preferences.h
-
- ALL: added GPL headers to my files. Some of the files from the original
-author does still not contain this header.
-
-------------------------------------------------------------------------
-r2295 | jpsaman | 2002-08-12 22:34:56 +0200 (Mon, 12 Aug 2002) | 2 lines
-Changed paths:
-   A /trunk/modules/audio_filter/converter/fixed32tos16.c
-
-Added fixed32tos16 filter based upon libmad downscale functionality.
-
-------------------------------------------------------------------------
-r2296 | jpsaman | 2002-08-12 22:35:18 +0200 (Mon, 12 Aug 2002) | 2 lines
-Changed paths:
-   A /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-
-Added fixed32tofloat32 conversion.
-
-------------------------------------------------------------------------
-r2297 | jpsaman | 2002-08-12 22:35:55 +0200 (Mon, 12 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/Makefile
-
-Updated Makefile to include fixed32tos16 and fixed32tofloat32 conversions.
-
-------------------------------------------------------------------------
-r2298 | jpsaman | 2002-08-12 22:38:19 +0200 (Mon, 12 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/familiar/callbacks.h
-   M /trunk/modules/gui/familiar/familiar.c
-   M /trunk/modules/gui/familiar/familiar.glade
-   M /trunk/modules/gui/familiar/familiar.h
-   M /trunk/modules/gui/familiar/interface.c
-   M /trunk/modules/gui/familiar/support.c
-
-Support for browsing local media (not finished).
-
-------------------------------------------------------------------------
-r2299 | jpsaman | 2002-08-12 22:43:27 +0200 (Mon, 12 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/modules/codec/mad/libmad.c
-
-- Updated configure to build fixed32tos16 and fixed32tofloat32.
-  Desperately need a fixed32 mixer for testing the conversions.
-- Uncommented unused functions in libmad.
-
-------------------------------------------------------------------------
-r2300 | jpsaman | 2002-08-12 23:40:40 +0200 (Mon, 12 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-
-This conversion should make more sense.
-
-------------------------------------------------------------------------
-r2301 | sigmunau | 2002-08-12 23:43:28 +0200 (Mon, 12 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.in
-
- ./configure.in: fix linking of i420_rgb
-
-------------------------------------------------------------------------
-r2302 | massiot | 2002-08-13 00:12:51 +0200 (Tue, 13 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/Makefile
-   M /trunk/include/aout_internal.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   A /trunk/include/stream_output.h
-   A /trunk/include/vlc/sout.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/codec/spdif.c
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/modules/video_output/sdl/aout.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h
-   A /trunk/src/stream_output
-   A /trunk/src/stream_output/stream_output.c
-
-* Fixed a variable overflow bug in the audio output.
-* Prepared for some advances in the aout3 clock management.
-* Added the first stone of the forthcoming stream output.
-
-------------------------------------------------------------------------
-r2303 | sigmunau | 2002-08-13 00:30:07 +0200 (Tue, 13 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ps.c
-
- ./modules/demux/mpeg/ps.c: this module never fails the probe and should
-therefore have capability 0
-
-------------------------------------------------------------------------
-r2304 | massiot | 2002-08-13 00:48:18 +0200 (Tue, 13 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/demux/mpeg/ps.c
-   M /trunk/modules/gui/macosx/aout.m
-   M /trunk/src/stream_output/stream_output.c
-
-* Fixed miscellaneous bugs.
-* Fixed an endianness issue in S/PDIF.
-* Added a walken optimization of float32tos16.
-
-------------------------------------------------------------------------
-r2305 | sam | 2002-08-13 13:59:36 +0200 (Tue, 13 Aug 2002) | 11 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/doc/fortunes.txt
-   M /trunk/include/defs.h.in
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_output/Makefile
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/oss.c
-   A /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   A /trunk/modules/video_output/.cvsignore
-   A /trunk/modules/video_output/Makefile
-   D /trunk/modules/video_output/aa
-   A /trunk/modules/video_output/aa.c
-   D /trunk/modules/video_output/fb
-   A /trunk/modules/video_output/fb.c
-   D /trunk/modules/video_output/ggi
-   A /trunk/modules/video_output/ggi.c
-   D /trunk/modules/video_output/glide
-   A /trunk/modules/video_output/glide.c
-   D /trunk/modules/video_output/sdl
-   A /trunk/modules/video_output/sdl.c
-
-  * ./modules/audio_output/oss.c: we spare a variable by using p_aout->b_die
-    instead of our own variable.
-  * ./modules/audio_filter/converter/a52tospdif.c, ./modules/codec/a52.c: added
-    <unistd.h>, required for bswap.
-  * ./modules/demux/mp4/libmp4.c: removed an unneccessary semicolon in a
-    macro definition.
-  * ./modules/audio_output/esd.c: first attempt at getting esd to work.
-  * ./modules/video_output/*: split sdl.so into a video and an audio plugin,
-    and removed useless subdirectories.
-  * ./modules/audio_output/sdl.c: compilation fix.
-
-------------------------------------------------------------------------
-r2306 | sigmunau | 2002-08-13 15:15:14 +0200 (Tue, 13 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/control/rc/rc.c
-
-./modules/control/rc/rc.c: fixed a segfault when pressing 'i' with no
-input
-
-------------------------------------------------------------------------
-r2307 | sam | 2002-08-13 16:53:46 +0200 (Tue, 13 Aug 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-   M /trunk/modules/audio_output/esd.c
-   D /trunk/src/audio_output/aout_ext-dec.c
-
-  * ./modules/audio_output/esd.c: we now properly use the esd_get_latency()
-    return value to avoid audio starvation.
-  * ./modules/audio_filter/converter/*: a little loop optimization trick.
-  * ./src/audio_output/aout_ext-dec.c: removed this deprecated file.
-
-------------------------------------------------------------------------
-r2308 | sam | 2002-08-13 18:11:15 +0200 (Tue, 13 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/configure.in
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_output/arts.c
-
-  * ./modules/audio_output/arts.c: ported the aRts module to aout3.
-  * ./modules/audio_filter/converter/*: fixed a bug in all the converters
-    test routines (thx Meuuh).
-
-------------------------------------------------------------------------
-r2309 | fenrir | 2002-08-13 22:28:56 +0200 (Tue, 13 Aug 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/audio.c
-
- * clean up some code, add "mp3" short cut.
-   And now if this demux has been forced it will (try) to play the whole
-file even if the stream is heavily corrupted (like PS demux).
-   But now, it makes less assumptions on the stream, so report any
-problem if it mis-recognizes others files as mpeg audio (specially PS file).
-
-------------------------------------------------------------------------
-r2310 | massiot | 2002-08-14 00:42:23 +0200 (Wed, 14 Aug 2002) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/modules/audio_filter/converter/Makefile
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   A /trunk/modules/audio_filter/converter/float32tos8.c
-   A /trunk/modules/audio_filter/converter/float32tou16.c
-   A /trunk/modules/audio_filter/converter/float32tou8.c
-
-* New float32to* converter modules, courtesy of Xavier Maillard
-  <zedek@fxgsproject.org>.
-* Fixed a bug in float32tos16, where gcc over-optimized a little and
-  caused problems on some platforms (eg. solaris).
-
-------------------------------------------------------------------------
-r2311 | massiot | 2002-08-14 02:23:59 +0200 (Wed, 14 Aug 2002) | 5 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos8.c
-   M /trunk/modules/audio_filter/converter/float32tou16.c
-   M /trunk/modules/audio_filter/converter/float32tou8.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/spdif.c
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/misc/modules_plugin.h
-
-* Changed aout_FormatTo* ; aout_FormatToSize does no longer exist.
-  p_buffer now has a i_nb_bytes member. It is possible to indicate for a
-  format its byterate (necessary for AC3 and SPDIF).
-* S/PDIF output seems to be working at last (tested with the file output).
-
-------------------------------------------------------------------------
-r2312 | massiot | 2002-08-14 02:43:52 +0200 (Wed, 14 Aug 2002) | 6 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/gui/macosx/aout.m
-   M /trunk/modules/video_output/directx/aout.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/misc/modules_plugin.h
-
-* Added a third argument to aout_OutputNextBuffer. In case the buffer
-  received does not start exactly at the given date, it indicates if the
-  output plug-in is able to compensate for the drift (for instance on
-  startup, or with S/PDIF packets), or if we need the aout core to
-  resample the coming buffers. It is currently unimplemented.
-
-------------------------------------------------------------------------
-r2313 | sam | 2002-08-14 10:17:24 +0200 (Wed, 14 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/objects.c
-
-  * ./modules/control/rc/rc.c: 'l' outputs a list of all allocated objects,
-    just as 'd' displayed a tree of attached objects.
-  * ./src/misc/modules.c: added a missing header.
-
-------------------------------------------------------------------------
-r2314 | tooney | 2002-08-14 10:50:33 +0200 (Wed, 14 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/modules/access/Makefile
-   A /trunk/modules/access/rtp.c
-
-  . Simple RTP access module : only supports TS payload.
-    This first draft is made to read RTP streamed by the vls.
-
-------------------------------------------------------------------------
-r2315 | ipkiss | 2002-08-14 12:18:40 +0200 (Wed, 14 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
-
- * compilation fix (by sam)
-
-------------------------------------------------------------------------
-r2316 | bozo | 2002-08-14 12:50:12 +0200 (Wed, 14 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-ALSA audio output v3.01 is out !
-
-------------------------------------------------------------------------
-r2317 | sam | 2002-08-14 15:10:44 +0200 (Wed, 14 Aug 2002) | 5 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/audio_output/mixer.c
-
-  * ./modules/audio_output/esd.c: compilation fix (aout_FormatTo is obsolete).
-  * ./src/audio_output/audio_output.c, ./src/audio_output/mixer.c: fixed a
-    horrible sound issue by making sure internal buffers have a size multiple
-    of 4 bytes. Waiting for a real fix made in Meuuh, of course.
-
-------------------------------------------------------------------------
-r2318 | sam | 2002-08-14 19:06:53 +0200 (Wed, 14 Aug 2002) | 11 lines
-Changed paths:
-   M /trunk/include/modules_inner.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/gui/gtk/preferences.c
-   M /trunk/modules/gui/kde/preferences.cpp
-   M /trunk/modules/gui/win32/preferences.cpp
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/objects.c
-
-  * ./src/misc/objects.c: implemented vlc_list_find() which works like
-    vlc_object_find() but returns a list of _all_ the matching objects. Only
-    works with FIND_ANYWHERE at the moment.
-  * ./modules/gui/gtk/preferences.c, ./modules/gui/kde/preferences.cpp,
-    ./modules/gui/win32/preferences.cpp: the module lists in the preferences
-    menus work again.
-  * ./src/misc/objects.c: added a missing sizeof that caused crashes because
-    the reindexing of the global object array was incomplete.
-  * ./include/modules_inner.h: propagated the module long description to its
-    submodules.
-
-------------------------------------------------------------------------
-r2319 | jpsaman | 2002-08-14 23:50:01 +0200 (Wed, 14 Aug 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/familiar/callbacks.h
-   M /trunk/modules/gui/familiar/familiar.c
-   M /trunk/modules/gui/familiar/familiar.glade
-   M /trunk/modules/gui/familiar/familiar.h
-   M /trunk/modules/gui/familiar/interface.c
-
-Changes in familiar interface:
-- added GtkCList instead of GtkList.
-- added first column sorting order by clicking on column header
-- selecting item from list works
-- reading entire directory list is displayed in GtkCList widget
-
-------------------------------------------------------------------------
-r2320 | ipkiss | 2002-08-15 10:24:44 +0200 (Thu, 15 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/win32/preferences.cpp
-
- * compilation fix
-
-------------------------------------------------------------------------
-r2321 | bozo | 2002-08-15 12:31:44 +0200 (Thu, 15 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-  * modules/audio_output/alsa.c: cleanings and comments.
-
-TODO: S/PDIF mode.
-
-------------------------------------------------------------------------
-r2322 | sam | 2002-08-15 14:11:15 +0200 (Thu, 15 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/include/modules.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/gui/gtk/preferences.c
-   M /trunk/modules/gui/kde/preferences.cpp
-   M /trunk/modules/gui/win32/preferences.cpp
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/objects.c
-
-  * ./src/misc/modules.c: the module linked list is going bye bye. We now use
-    the vlc_object_* and vlc_list_* functions to manage modules. The Win32
-    interface doesn't build, but I'll fix this.
-
-------------------------------------------------------------------------
-r2323 | sam | 2002-08-15 14:22:45 +0200 (Thu, 15 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/win32/preferences.cpp
-   M /trunk/src/misc/modules.c
-
-  * ./src/misc/modules.c: compilation fix.
-  * ./modules/gui/win32/preferences.cpp: the Win32 interface doesn't use the
-    old module linked list anymore.
-
-------------------------------------------------------------------------
-r2324 | bozo | 2002-08-15 14:35:50 +0200 (Thu, 15 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-
-  * configure.in, configure: put back the ALSA audio output module in
-    configure.
-
-------------------------------------------------------------------------
-r2327 | sam | 2002-08-16 05:07:56 +0200 (Fri, 16 Aug 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/Makefile
-   A /trunk/modules/codec/spudec/parse.c
-   A /trunk/modules/codec/spudec/render.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/spudec/spudec.h
-   M /trunk/modules/demux/mpeg/audio.c
-   M /trunk/modules/gui/kde/interface.cpp
-
-  * ./modules/codec/spudec/*: split spudec into the parsing and the rendering
-    functions.
-  * ./modules/demux/mpeg/audio.c: at least three PS startcodes are required
-    before we abort the parsing and consider the input as PS instead of MP3.
-
-------------------------------------------------------------------------
-r2328 | sam | 2002-08-16 14:31:04 +0200 (Fri, 16 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/playlist/playlist.c
-
-  * ./src/playlist/playlist.c: added -Z (--random) for endless random playing.
-
-------------------------------------------------------------------------
-r2329 | bozo | 2002-08-16 16:30:39 +0200 (Fri, 16 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/MAINTAINERS
-   M /trunk/STATUS
-
-Up to date ALSA information.
-
-------------------------------------------------------------------------
-r2331 | sam | 2002-08-16 18:26:23 +0200 (Fri, 16 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-  * ./modules/video_output/x11/xcommon.c: we include Xmd.h before dpms.h
-    (compilation fix for Solaris).
-
-------------------------------------------------------------------------
-r2332 | tcastley | 2002-08-17 10:46:46 +0200 (Sat, 17 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-
-At least it compiles now.  :-)
-
-------------------------------------------------------------------------
-r2333 | tcastley | 2002-08-17 15:26:57 +0200 (Sat, 17 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-
-This now compiles in BeOS.  Probably others, the i was not declared.
-
-------------------------------------------------------------------------
-r2334 | jpsaman | 2002-08-17 15:33:00 +0200 (Sat, 17 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-
-Added filetype information.
-
-------------------------------------------------------------------------
-r2335 | fenrir | 2002-08-17 17:35:10 +0200 (Sat, 17 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/modules/codec/mpeg_audio/decoder.c
-   M /trunk/modules/codec/mpeg_audio/decoder.h
-   M /trunk/modules/codec/mpeg_audio/generic.c
-   M /trunk/modules/codec/mpeg_audio/layer1.c
-   M /trunk/modules/codec/mpeg_audio/layer1.h
-   M /trunk/modules/codec/mpeg_audio/layer2.c
-   M /trunk/modules/codec/mpeg_audio/layer2.h
-   M /trunk/modules/codec/mpeg_audio/math.c
-   M /trunk/modules/codec/mpeg_audio/math.h
-
- * all : mpeg_audio decoder works now with aout3.
-
-------------------------------------------------------------------------
-r2336 | titer | 2002-08-18 13:32:06 +0200 (Sun, 18 Aug 2002) | 5 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-
-Fixed a few linking BeOS problems (-lm, -lstdc++.r4...).
-
-Now everything should compile with every gcc with no problem (mp4, ffmpeg
-and faad plugins, especially).
-
-------------------------------------------------------------------------
-r2337 | sigmunau | 2002-08-18 15:14:39 +0200 (Sun, 18 Aug 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/kde/interface.cpp
-   M /trunk/modules/gui/kde/interface.h
-   M /trunk/modules/gui/kde/kde.cpp
-
- modules/gui/kde/interface.cpp: made the kde interface look for the rc
-file in DATA_PATH
- modules/gui/kde/kde.cpp and interface.h: removed a stupid class, moved
-stuff from open() to run() to make the kde interface start without
-segfaults.
-
-------------------------------------------------------------------------
-r2338 | sigmunau | 2002-08-18 15:16:51 +0200 (Sun, 18 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/src/input/input_info.c
-
-doxygen documented my code
-
-------------------------------------------------------------------------
-r2339 | sam | 2002-08-18 15:49:20 +0200 (Sun, 18 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-  * ./src/libvlc.c: removed the simple signal handler because it's not
-    really needed, and we were calling pthread_mutex_lock from it.
-  * ./src/libvlc.c: released a vlc_list_t that caused vlc --list to hang.
-
-------------------------------------------------------------------------
-r2340 | sigmunau | 2002-08-18 16:11:35 +0200 (Sun, 18 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/modules/demux/mpeg/audio.c
-
- the mp3 demux now parses id3 tags into the info structures if libid3tag
-is available
-
-------------------------------------------------------------------------
-r2341 | sigmunau | 2002-08-18 16:33:00 +0200 (Sun, 18 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/audio.c
-
-removed a line used during debugging
-
-------------------------------------------------------------------------
-r2342 | titer | 2002-08-18 18:17:32 +0200 (Sun, 18 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/share/vlc_beos.rsrc
-
-Enhanced BeOS icon ;)
-
-------------------------------------------------------------------------
-r2343 | jpsaman | 2002-08-18 22:36:04 +0200 (Sun, 18 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/familiar/callbacks.h
-   M /trunk/modules/gui/familiar/familiar.c
-   M /trunk/modules/gui/familiar/familiar.glade
-   M /trunk/modules/gui/familiar/familiar.h
-   M /trunk/modules/gui/familiar/interface.c
-
-- File and directory listing show unix permissions.
-
-------------------------------------------------------------------------
-r2344 | gbazin | 2002-08-19 10:19:31 +0200 (Mon, 19 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-
-* modules/video_output/x11/xcommon.c: fixed a bug related to the size of the
-fullscreen window. We also unmap the current window when switching to fullscreen.
-
-------------------------------------------------------------------------
-r2345 | sam | 2002-08-19 10:30:56 +0200 (Mon, 19 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/control
-   M /trunk/include/defs.h.in
-   M /trunk/modules/visualization/xosd/xosd.c
-
-  * ./modules/visualization/xosd/xosd.c: support for libxosd 1.0.0.
-  * ./configure.in: added check for libxosd version.
-
-------------------------------------------------------------------------
-r2346 | sam | 2002-08-19 13:13:45 +0200 (Mon, 19 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/vlc.c
-
-  * ./src/misc/cpu.c: libvlc now plays nice with SIGILL and restores the
-    signal handler to its previous value after use.
-  * ./src/libvlc.c: moved signal handling to vlc.c.
-
-------------------------------------------------------------------------
-r2347 | sam | 2002-08-19 13:37:57 +0200 (Mon, 19 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/src/misc/cpu.c
-
-  * ./src/misc/cpu.c: we use void(*)(int) instead of sighandler_t because
-    mingw32 doesn't know about sighandler_t.
-
-------------------------------------------------------------------------
-r2348 | tcastley | 2002-08-19 13:51:03 +0200 (Mon, 19 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-
-Fixed segfault.  Now fails to load due to incorrect format.
-Getting there :)
-
-------------------------------------------------------------------------
-r2349 | bozo | 2002-08-19 19:07:14 +0200 (Mon, 19 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-  * modules/audio_output/alsa.c: we now open the device in SetFormat because
-    it depends on the audio format. Cosmetic changes. The S/PDIF output may
-    work.
-
-------------------------------------------------------------------------
-r2350 | massiot | 2002-08-19 23:31:11 +0200 (Mon, 19 Aug 2002) | 7 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/doc/developer/Makefile
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/config.h
-   M /trunk/include/defs.h.in
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos8.c
-   M /trunk/modules/audio_filter/converter/float32tou16.c
-   M /trunk/modules/audio_filter/converter/float32tou8.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/spdif.c
-   M /trunk/modules/gui/macosx/aout.m
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/modules/video_output/directx/aout.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/misc/modules_plugin.h
-
-* ./configure: Fixed double detection of gethostbyname.
-* Major changes in the handling of dates in the audio output ; still buggy,
-but differently.
-* Fixed a major bug in the aout pre-filters, preventing to run any other
-decoder than liba52.
-* p_aout->output.pf_play now has only one argument.
-
-------------------------------------------------------------------------
-r2351 | massiot | 2002-08-19 23:54:37 +0200 (Mon, 19 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/mixer.c
-
-* Fixed BeOS output ;
-* Fixed a few boolean_t.
-
-------------------------------------------------------------------------
-r2352 | sam | 2002-08-20 01:07:30 +0200 (Tue, 20 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/oss.c
-
-  * ./modules/audio_output/*: ported the ALSA, aRts, esd and OSS modules to
-    the latest aout3 changes.
-
-------------------------------------------------------------------------
-r2353 | massiot | 2002-08-20 01:12:57 +0200 (Tue, 20 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-
-More changes in the date handling. Should be more tolerant with
-pause/play and change of audio channel.
-
-------------------------------------------------------------------------
-r2354 | sam | 2002-08-20 14:32:01 +0200 (Tue, 20 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/familiar.c
-
-  * ./modules/gui/familiar/familiar.c: added a timer to check when the
-    familiar interface is asked to quit.
-
-------------------------------------------------------------------------
-r2355 | sam | 2002-08-20 14:43:59 +0200 (Tue, 20 Aug 2002) | 3 lines
-Changed paths:
-   D /trunk/plugins
-
-   Removed obsolete files which suddenly reappeared.. THE FILES THAT WOULD
- NEVER DIE ! MUUAHAHAHAHAHAAAA !!
-
-------------------------------------------------------------------------
-r2356 | sam | 2002-08-20 20:08:51 +0200 (Tue, 20 Aug 2002) | 13 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/rules
-   M /trunk/include/main.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/gui/familiar/familiar.c
-   M /trunk/modules/gui/familiar/familiar.h
-   M /trunk/modules/gui/gtk/common.h
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-   A /trunk/modules/misc/.cvsignore
-   A /trunk/modules/misc/Makefile
-   A /trunk/modules/misc/gtk_main.c
-   D /trunk/modules/misc/null
-   A /trunk/modules/misc/null.c
-   M /trunk/mozilla/vlcplugin.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/vlc.c
-
-  * ./modules/misc/gtk_main.c: created the gtk_main module, which simply runs
-    gtk_main() in its own thread, and does nothing on subsequent calls. This
-    ensures that gtk_main is only running once.
-  * ./modules/gui/familiar/*, modules/gui/gtk/*: the familiar, gtk and gnome
-    modules are now fully reentrant thanks to their use of the gtk_main module.
-  * ./src/libvlc.c: implemented vlc_set(), a wrapper for config_Put* available
-    to external programs.
-  * ./src/libvlc.c: removed vlc_stop() and vlc_end(), everything is now done
-    by vlc_destroy().
-  * ./modules/control/rc/rc.c: implemented a few new functions. For instance,
-    run "vlc -I rc" and then type "intf gtk" or "intf gnome". You can even
-    launch several of them. "segfault" works, too.
-
-------------------------------------------------------------------------
-r2357 | sam | 2002-08-20 20:25:42 +0200 (Tue, 20 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-
-  (compilation fixes for my previous commit)
-
-------------------------------------------------------------------------
-r2358 | sam | 2002-08-20 23:02:40 +0200 (Tue, 20 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/gui/qnx/vout.c
-
-  * ./modules/gui/qnx/*: ported the QNX audio output to the new API, courtesy
-    of Pascal Levesque.
-
-------------------------------------------------------------------------
-r2359 | sam | 2002-08-20 23:10:48 +0200 (Tue, 20 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/display.c
-
-  * ./modules/gui/gtk/display.c: changed the configuration callbacks so that
-    all instances of a module get changed when options such as gtk-tooltips
-    or gnome-toolbartext are toggled.
-
-------------------------------------------------------------------------
-r2360 | stef | 2002-08-21 00:11:49 +0200 (Wed, 21 Aug 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-
-*Set output format to AOUT_FMT_SPDIF when in spdif mode.
-
-S/PDIF does not work here in oss though (output starving).
-
-------------------------------------------------------------------------
-r2361 | xav | 2002-08-21 11:26:53 +0200 (Wed, 21 Aug 2002) | 5 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/modules.c
-
-* libvlc.c : Win32 compilation fix.
-* modules.c : we now check the directory plugins/ to find some plugins.
-(this will allow us to use the packager / installer which wasn't aware
-of plugins -> modules :)
-
-------------------------------------------------------------------------
-r2362 | sam | 2002-08-21 11:27:40 +0200 (Wed, 21 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/modules/audio_filter/converter/Makefile
-   A /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/codec/a52old/a52old.c
-   M /trunk/modules/codec/a52old/adec.h
-   M /trunk/modules/codec/a52old/downmix/downmix.c
-   M /trunk/modules/codec/a52old/imdct/imdct.c
-
-  * ./modules/codec/a52old/a52old.c: ported the old A52 decoder to aout3.
-  * ./modules/audio_filter/converter/s16tofloat32.c: converter needed for
-    a52old, includes the walken trick and b_in_place = true.
-
-------------------------------------------------------------------------
-r2363 | xav | 2002-08-21 13:07:42 +0200 (Wed, 21 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Fixed a polioterie in the previous commit
-
-------------------------------------------------------------------------
-r2364 | sam | 2002-08-21 17:10:33 +0200 (Wed, 21 Aug 2002) | 8 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/modules/video_output/Makefile
-   A /trunk/modules/video_output/svgalib.c
-   M /trunk/src/video_output/vout_pictures.c
-
-  * ./modules/video_output/svgalib.c: SVGAlib video output module.
-
-    Currently only supports 256 color output, and defaults to 320x200. You need     to be root to use it, it may leave your console in an unusable state, lock
-    up your video card, it will segfault at exit if you compile it as a plugin
-    because of SVGAlib's ludicrous use of atexit() and signal().
-    Apart from these few glitches, it's rather OK, use "-I dummy -V svgalib"
-    to activate. Q or Esc to quit (press for a long time if it doesn't work).
-
-------------------------------------------------------------------------
-r2365 | sam | 2002-08-21 17:53:06 +0200 (Wed, 21 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/misc/gtk_main.c
-
-  * ./include/vlc_common.h: we don't set _() and N_() in Gnome-enabled modules
-    because <gnome.h> already does it for us.
-
-------------------------------------------------------------------------
-r2366 | sam | 2002-08-21 17:55:15 +0200 (Wed, 21 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gtk_main.c
-
-  * ./modules/misc/gtk_main.c: fixed a minor compilation warning.
-
-------------------------------------------------------------------------
-r2367 | sam | 2002-08-21 19:31:58 +0200 (Wed, 21 Aug 2002) | 6 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/modules/video_output/svgalib.c
-   M /trunk/src/misc/modules.c
-
-  * ./src/misc/modules.c: if a plugin requested not to be unloaded, then we
-    won't unload it. This makes us more fault-tolerant with crap libraries
-    that are making use of atexit().
-  * ./configure.in: svgalib can now be a plugin.
-  * ./modules/misc/gtk_main.c: gtk_main doesn't need g_atexit anymore.
-
-------------------------------------------------------------------------
-r2368 | jpsaman | 2002-08-21 21:30:03 +0200 (Wed, 21 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/familiar/callbacks.h
-   M /trunk/modules/gui/familiar/familiar.c
-   M /trunk/modules/gui/familiar/familiar.glade
-   M /trunk/modules/gui/familiar/interface.c
-
-Stopping vlc from the Familiar interface is possible again.
-
-------------------------------------------------------------------------
-r2369 | massiot | 2002-08-22 00:41:59 +0200 (Thu, 22 Aug 2002) | 7 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/config.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   A /trunk/modules/audio_filter/channel_mixer
-   A /trunk/modules/audio_filter/channel_mixer/.cvsignore
-   A /trunk/modules/audio_filter/channel_mixer/Makefile
-   A /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos8.c
-   M /trunk/modules/audio_filter/converter/float32tou16.c
-   M /trunk/modules/audio_filter/converter/float32tou8.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/misc/modules_plugin.h
-
-Big round of fixes in the aout3.
-* Audio and video should now _always_ be perfectly in sync.
-* Changes in a52.c (end_date management) must be ported to other codecs,
-  otherwise mixer errors will appear.
-* Audio output plug-in can now tell whether they can handle a little
-  clock drift (for instance, inserting zeroes after a pause).
-
-------------------------------------------------------------------------
-r2370 | sam | 2002-08-22 01:17:41 +0200 (Thu, 22 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/modules_plugin.h
-
-  * ./include/aout_internal.h: exported aout_FifoPop to plugins.
-
-------------------------------------------------------------------------
-r2371 | sam | 2002-08-22 01:19:58 +0200 (Thu, 22 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/include/vlc_common.h
-
-  * ./include/vlc_common.h: declared aout_fifo_t.
-
-------------------------------------------------------------------------
-r2372 | sam | 2002-08-22 19:14:52 +0200 (Thu, 22 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   M /trunk/modules/codec/mad/decoder.c
-   M /trunk/modules/codec/mad/decoder.h
-   M /trunk/modules/codec/mad/libmad.c
-
-  * ./modules/audio_filter/converter/fixed32tofloat32.c: fixed conversion.
-  * ./modules/codec/mad/libmad.c: ported to the latest aout changes. Still
-    doesn't work here, though.
-
-------------------------------------------------------------------------
-r2373 | sam | 2002-08-22 23:41:23 +0200 (Thu, 22 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/mad/libmad.h
-
-  Forgot one file in my previous commit.
-
-------------------------------------------------------------------------
-r2374 | sam | 2002-08-23 16:05:22 +0200 (Fri, 23 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/a52old/a52old.c
-   M /trunk/modules/codec/a52old/adec.h
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/faad/decoder.h
-
-  * ./modules/codec/faad/decoder.c: the AAC decoder is in sync with aout3.
-  * ./modules/codec/a52old/a52old.c: the a52old decoder as well.
-
-------------------------------------------------------------------------
-r2375 | tcastley | 2002-08-23 16:16:23 +0200 (Fri, 23 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-
-Rewritten aout3.  BeOS currently PUSHES the audio.
-
-------------------------------------------------------------------------
-r2376 | sigmunau | 2002-08-24 03:14:29 +0200 (Sat, 24 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
- fixed an off by factor 10 error. Noted along the way that this module
-seems to be requesting audio some time before the output pipeline is
-finnished
-
-------------------------------------------------------------------------
-r2377 | sam | 2002-08-24 11:55:06 +0200 (Sat, 24 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   A /trunk/debian/vlc-plugin-svgalib.dirs
-
-  * ./debian/*: created legacy packages for smooth upgrades to the upcoming
-    0.5.x version, and created the vlc-plugin-svgalib package.
-
-------------------------------------------------------------------------
-r2378 | sam | 2002-08-24 12:19:43 +0200 (Sat, 24 Aug 2002) | 5 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/gui/macosx/aout.m
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/video_output/directx/aout.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/output.c
-
-  * ./src/audio_output/output.c: added an argument to aout_OutputNextBuffer
-    which lets the audio output module give a timeout value for buffer
-    delivery. This fixes a few issues with aout modules which were calling
-    aout_OutputNextBuffer way too early.
-
-------------------------------------------------------------------------
-r2379 | sam | 2002-08-24 13:46:44 +0200 (Sat, 24 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-  * ./modules/audio_output/oss.c: fixed a bug on module reopening.
-  * ./modules/audio_output/oss.c: we now properly set the fragment size.
-
-------------------------------------------------------------------------
-r2380 | sam | 2002-08-24 13:57:07 +0200 (Sat, 24 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/bootstrap.sh
-   M /trunk/modules/gui/gtk/open.c
-
-  * ./modules/gui/gtk/open.c: the Gtk and GNOME interfaces no longer ignore
-    the "dvd", "frequency" and "symbol-rate" variables.
-
-------------------------------------------------------------------------
-r2381 | sam | 2002-08-24 16:49:51 +0200 (Sat, 24 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/debian/rules
-   M /trunk/doc/fortunes.txt
-
-  * ./configure.in: fixed a typo that prevented compilation of the network
-    modules.
-  * ./debian/rules: added faad to the package generation.
-
-------------------------------------------------------------------------
-r2382 | sam | 2002-08-24 18:07:48 +0200 (Sat, 24 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/trivial.c
-
-  * ./modules/audio_filter/resampler/trivial.c: fixed a buffer size calculation
-    issue in the trivial resampler.
-
-------------------------------------------------------------------------
-r2383 | gbazin | 2002-08-24 19:04:36 +0200 (Sat, 24 Aug 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/misc/logger/logger.c
-   M /trunk/src/misc/objects.c
-
-
-* modules/misc/logger/logger.c: fixed initialization bugs.
-* src/misc/objects.c: in vlc_object_destroy() there's no need to lock structure_lock if
-we are the root object (structure_lock has already been destroyed anyway).
-
-------------------------------------------------------------------------
-r2384 | sam | 2002-08-24 22:22:34 +0200 (Sat, 24 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/modules/audio_filter/resampler/Makefile
-   A /trunk/modules/audio_filter/resampler/ugly.c
-
-  * ./modules/audio_filter/resampler/ugly.c: simple resampler which does not
-    insert blank samples, but changes pitch.
-
-------------------------------------------------------------------------
-r2385 | sam | 2002-08-24 23:11:21 +0200 (Sat, 24 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-  * ./modules/audio_output/oss.c: we don't ask too early for a new buffer,
-    but rather sleep a bit.
-
-------------------------------------------------------------------------
-r2386 | sigmunau | 2002-08-24 23:35:31 +0200 (Sat, 24 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure
-   M /trunk/configure.in
-   M /trunk/modules/demux/aac/demux.c
-   M /trunk/modules/demux/mpeg/audio.c
-   A /trunk/modules/demux/util
-   A /trunk/modules/demux/util/.cvsignore
-   A /trunk/modules/demux/util/Makefile
-   A /trunk/modules/demux/util/id3.c
-   A /trunk/modules/demux/util/id3tag.c
-
- moved id3 related code to a separate utility module since several
-demuxers need it
-
-------------------------------------------------------------------------
-r2387 | sam | 2002-08-25 11:40:00 +0200 (Sun, 25 Aug 2002) | 14 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/gui/macosx/aout.m
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/video_output/directx/aout.c
-   M /trunk/src/audio_output/output.c
-
-  * ./src/audio_output/output.c: reverted my previous aout_OutputNextBuffer
-    prototype change; it looks like we won't need it after all.
-  * ./src/audio_output/output.c: if audio output is too slow, but we
-    know there is no next packet, then we play it anyway. Rationale behind
-    this is: better play a slightly wrongly dated packet than play silence,
-    because it might be wrongly dated but there are chances it won't break
-    audio continuity.
-  * ./modules/audio_output/sdl.c: workaround for SDL's crap audio output
-    system (callback gets called at random times, and no way to know the
-    latency of the samples being played). Audio output is now rather good
-    here, but please give feedback.
-  * ./modules/audio_output/oss.c: we delay a bit before asking for a new
-    buffer to avoid starvation.
-
-------------------------------------------------------------------------
-r2388 | sam | 2002-08-25 18:55:55 +0200 (Sun, 25 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/src/audio_output/output.c
-
-  * ./modules/audio_output/oss.c, ./modules/audio_output/sdl.c: improved
-    sound synchronization.
-  * ./src/audio_output/output.c: reverted another change I previously did :-)
-
-------------------------------------------------------------------------
-r2389 | ipkiss | 2002-08-25 19:22:49 +0200 (Sun, 25 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/win32/about.dfm
-   M /trunk/modules/gui/win32/control.cpp
-   M /trunk/modules/gui/win32/disc.cpp
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/mainframe.dfm
-   M /trunk/modules/gui/win32/mainframe.h
-   M /trunk/modules/gui/win32/messages.cpp
-   M /trunk/modules/gui/win32/network.cpp
-   M /trunk/modules/gui/win32/playlist.cpp
-   M /trunk/modules/gui/win32/playlist.dfm
-   M /trunk/modules/gui/win32/playlist.h
-   M /trunk/modules/gui/win32/preferences.cpp
-
- * all: Unified behaviours using "action list" objects
-
-------------------------------------------------------------------------
-r2390 | sam | 2002-08-25 21:27:20 +0200 (Sun, 25 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-  * ./src/playlist/playlist.c: -Z flag makes playlist loop endlessly.
-
-------------------------------------------------------------------------
-r2391 | jpsaman | 2002-08-25 22:44:40 +0200 (Sun, 25 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/familiar/familiar.c
-
-Directory content is now read at startup.
-
-------------------------------------------------------------------------
-r2392 | sam | 2002-08-26 01:18:05 +0200 (Mon, 26 Aug 2002) | 9 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/ABOUT-NLS
-   M /trunk/AUTHORS
-   A /trunk/HACKING
-   D /trunk/INSTALL.libmad
-   D /trunk/Makefile
-   A /trunk/Makefile.am
-   A /trunk/Makefile.old
-   M /trunk/README
-   D /trunk/aclocal.m4
-   A /trunk/bootstrap
-   D /trunk/bootstrap.sh
-   D /trunk/config.guess
-   D /trunk/config.sub
-   D /trunk/configure
-   M /trunk/configure.in
-   M /trunk/include/defs.h.in
-   D /trunk/install-sh
-   D /trunk/mkinstalldirs
-   M /trunk/po/ChangeLog
-   M /trunk/po/Makefile.in.in
-   A /trunk/po/Makevars
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/ru.po
-   M /trunk/po/se.po
-
-  * ALL: started the slow move to automake. For the moment, the changes are
-    unnoticeable apart from the extra dependency on autoconf, automake and
-    gettextize. See the new HACKING file for some information, especially if
-    you don't run Linux.
-
-    The current strategy is to have the configure script generate a nice
-    automake Makefile from Makefile.am, and then clobber it with our good
-    old dirty Makefile. Muahaha :-)
-
-------------------------------------------------------------------------
-r2393 | sam | 2002-08-26 03:01:13 +0200 (Mon, 26 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/bootstrap
-   M /trunk/configure.in
-   M /trunk/include/.cvsignore
-   D /trunk/include/config.h
-   D /trunk/include/defs.h.in
-   M /trunk/include/vlc/vlc.h
-   A /trunk/include/vlc_config.h
-
-  * Moved ./include/defs.h to ./config.h
-  * Renamed ./include/config.h to ./include/vlc_config.h
-  * Other misc auto* fixes.
-
-------------------------------------------------------------------------
-r2394 | sam | 2002-08-26 10:36:12 +0200 (Mon, 26 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile.modules
-   M /trunk/Makefile.opts.in
-   M /trunk/include/vlc/vlc.h
-   M /trunk/mozilla/Makefile
-
-  * ALL: fixed a few include directories.
-
-------------------------------------------------------------------------
-r2395 | sam | 2002-08-26 11:12:46 +0200 (Mon, 26 Aug 2002) | 6 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/doc/fortunes.txt
-   M /trunk/include/vlc_messages.h
-   M /trunk/modules/access/dvd/dvd.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xvideo.c
-   M /trunk/modules/visualization/xosd/xosd.c
-   M /trunk/src/misc/messages.c
-
-   (A few minor pending patches I had around)
-  * ./debian/control: gnome-vlc recommends vlc-plugin-esd, and kvlc recommends
-    vlc-plugin-arts.
-  * ./src/misc/messages.c: message queue now prints the current object type.
-  * ./modules/*: cosmetic fixes for the --long-help output.
-
-------------------------------------------------------------------------
-r2396 | sam | 2002-08-26 11:38:20 +0200 (Mon, 26 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/HACKING
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-
-  * ./bootstrap: dropped the dependency on gettext 0.11.5. Now 0.10.4 is OK.
-
-------------------------------------------------------------------------
-r2397 | sam | 2002-08-26 12:02:37 +0200 (Mon, 26 Aug 2002) | 3 lines
-Changed paths:
-   D /trunk/ABOUT-NLS
-   M /trunk/Makefile.old
-   M /trunk/modules/gui/win32/win32.bpr
-   D /trunk/po/Makefile.in.in
-
-  * ./Makefile.old, ./modules/gui/win32/win32.bpr: fixed header location
-    issues in the Win32 build.
-
-------------------------------------------------------------------------
-r2398 | sam | 2002-08-26 22:49:50 +0200 (Mon, 26 Aug 2002) | 11 lines
-Changed paths:
-   M /trunk/HACKING
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/configure.in
-
-  * ./configure.in: we now require autoconf 2.5x because previous versions
-    don't seem to work very well if you are using autopoint, although
-    gettext 0.11.5 claims to be fully backwards compatible. Welcome to
-    automake hell.
-  * ./bootstrap: workaround which uses gettextize if you do not have
-    autopoint. We'll probably stay like this for a while, until gettext
-    0.11.x (which replaces gettextize with autopoint) becomes more
-    widespread. Currently this workaround seems to work, but don't expect
-    a clean tarball if you make dist without having used autopoint. Welcome
-    to automake hell.
-
-------------------------------------------------------------------------
-r2399 | sam | 2002-08-26 23:46:06 +0200 (Mon, 26 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-   D /trunk/po/Makevars
-
-  * ./bootstrap: another fix for old versions of autoconf which don't seem
-    to like the gettext m4 files.
-
-------------------------------------------------------------------------
-r2400 | sigmunau | 2002-08-27 00:35:58 +0200 (Tue, 27 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/Makefile
-   A /trunk/modules/video_filter/motionblur.c
-
-An motion blur filter. --blur-factor states the degree of blurring from 1
-to 127. about 100 is cool
-
-------------------------------------------------------------------------
-r2401 | sigmunau | 2002-08-27 00:54:24 +0200 (Tue, 27 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.in
-
-have my filter compile by default
-
-------------------------------------------------------------------------
-r2402 | massiot | 2002-08-27 01:00:23 +0200 (Tue, 27 Aug 2002) | 6 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/a52old/a52old.c
-   M /trunk/modules/codec/mpeg_audio/decoder.c
-   M /trunk/modules/codec/mpeg_audio/decoder.h
-   M /trunk/modules/codec/mpeg_audio/generic.c
-   M /trunk/modules/codec/mpeg_audio/layer2.c
-   M /trunk/modules/codec/spdif.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/misc/modules_plugin.h
-
-* Miscellaneous S/PDIF fixes.
-* New NextPTS() function, to replace CurrentPTS() (gives the PTS which will
-  be valid for NEXT byte).
-* Fixed mono mode in the builtin mpeg audio decoder.
-* Various fixes related to PTS calculation in audio decoders.
-
-------------------------------------------------------------------------
-r2403 | sam | 2002-08-27 01:36:20 +0200 (Tue, 27 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/configure.in
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/gui/win32/about.cpp
-
-  * ./bootstrap: we touch m4/Makefile.am so that configure doesn't complain
-    about a missing m4/Makefile.in.
-  * ./include/vlc_common.h: workaround for Borland's redefinition of PACKAGE.
-
-------------------------------------------------------------------------
-r2404 | sam | 2002-08-27 16:15:24 +0200 (Tue, 27 Aug 2002) | 5 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/HACKING
-   M /trunk/bootstrap
-
-  * ./HACKING: we can now use automake-1.5 instead of automake-1.6. But now
-    we _really_ depend on it.
-  * ./bootstrap: we don't use touch to create a file, because it doesn't seem
-    to work everywhere.
-
-------------------------------------------------------------------------
-r2405 | sigmunau | 2002-08-27 23:53:54 +0200 (Tue, 27 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/motionblur.c
-
-fixed a minor bug
-
-------------------------------------------------------------------------
-r2406 | sam | 2002-08-28 14:50:13 +0200 (Wed, 28 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * ./bootstrap: we should be able to bootstrap CVS even without gettext.
-
-------------------------------------------------------------------------
-r2407 | sam | 2002-08-28 15:38:14 +0200 (Wed, 28 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * ./bootstrap: fixed a shell error (replaced "if `foo`" with "if foo").
-
-------------------------------------------------------------------------
-r2408 | sam | 2002-08-28 16:22:17 +0200 (Wed, 28 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-   A /trunk/po/Makefile.in.in
-
-  * Additional fixes for bootstrap when gettext isn't available.
-
-------------------------------------------------------------------------
-r2409 | sam | 2002-08-28 17:30:57 +0200 (Wed, 28 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-   A /trunk/m4
-   A /trunk/m4/Makefile.am
-   A /trunk/m4/codeset.m4
-   A /trunk/m4/gettext.m4
-   A /trunk/m4/glibc21.m4
-   A /trunk/m4/iconv.m4
-   A /trunk/m4/isc-posix.m4
-   A /trunk/m4/lcmessage.m4
-   A /trunk/m4/progtest.m4
-
-  * ./m4/*: added gettext m4 macros so that the configure behaviour is
-    always the same.
-
-------------------------------------------------------------------------
-r2410 | massiot | 2002-08-28 21:48:16 +0200 (Wed, 28 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-It now works when there is no automake-1.5 nor automake-1.6.
-
-------------------------------------------------------------------------
-r2411 | sam | 2002-08-28 23:40:35 +0200 (Wed, 28 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile.old
-
-  * ./Makefile.old: fixed the automatic dependency rule (include dirs missing).
-
-------------------------------------------------------------------------
-r2412 | massiot | 2002-08-29 00:25:39 +0200 (Thu, 29 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/configure.in
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_mixer/Makefile
-   A /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/codec/mpeg_audio/generic.c
-   A /trunk/modules/demux/.cvsignore
-   A /trunk/modules/demux/Makefile
-   D /trunk/modules/demux/a52
-   A /trunk/modules/demux/a52sys.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-
-* Finally fixed the segfault when resampling.
-* Reactivated the A/52 demux.
-* Wrote a real full-featured float32 mixer.
-
-------------------------------------------------------------------------
-r2413 | massiot | 2002-08-29 00:44:31 +0200 (Thu, 29 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-
-* Fixed libmad's output volume.
-
-------------------------------------------------------------------------
-r2414 | ipkiss | 2002-08-30 00:29:55 +0200 (Fri, 30 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/win32/Makefile
-   M /trunk/modules/gui/win32/about.cpp
-   M /trunk/modules/gui/win32/about.dfm
-   M /trunk/modules/gui/win32/disc.cpp
-   M /trunk/modules/gui/win32/disc.dfm
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/mainframe.dfm
-   M /trunk/modules/gui/win32/mainframe.h
-   M /trunk/modules/gui/win32/messages.cpp
-   M /trunk/modules/gui/win32/messages.dfm
-   A /trunk/modules/gui/win32/misc.cpp
-   A /trunk/modules/gui/win32/misc.h
-   M /trunk/modules/gui/win32/network.cpp
-   M /trunk/modules/gui/win32/network.dfm
-   M /trunk/modules/gui/win32/playlist.cpp
-   M /trunk/modules/gui/win32/playlist.dfm
-   M /trunk/modules/gui/win32/win32.bpf
-   M /trunk/modules/gui/win32/win32.bpr
-
-The win32 interface is preparing for the internationalization.
-
-------------------------------------------------------------------------
-r2415 | massiot | 2002-08-30 01:53:22 +0200 (Fri, 30 Aug 2002) | 5 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/doc/developer/Makefile
-   M /trunk/doc/developer/audio_output.xml
-   M /trunk/doc/developer/manual.xml
-   D /trunk/include/input_iovec.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/include/vlc_threads.h
-   A /trunk/include/vlc_threads_funcs.h
-   M /trunk/modules/access/dvdplay/access.c
-   M /trunk/modules/access/dvdread/input.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/codec/mpeg_video/decoder.c
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/modules/video_output/directx/aout.c
-   M /trunk/modules/video_output/directx/vout.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/threads.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/video_output/video_output.c
-
-* ./bootstrap : Fixed an issue with old shell versions
-* ALL : Added a priority argument to vlc_thread_create(), so that audio
-and input threads can run with a higher real-time priority, on systems
-allowing you to use priorities.
-
-------------------------------------------------------------------------
-r2416 | sam | 2002-08-30 14:23:23 +0200 (Fri, 30 Aug 2002) | 4 lines
-Changed paths:
-   M /trunk/configure.in
-   M /trunk/include/vlc_threads.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/src/misc/threads.c
-
-  * ./configure.in: do not try to link with -lrt if not using pthreads. This
-    might break the HP/UX or Solaris ports, please check if possible.
-  * ./src/misc/threads.c: fixed syntax in the st and pth implementations.
-
-------------------------------------------------------------------------
-r2417 | sam | 2002-08-30 21:16:05 +0200 (Fri, 30 Aug 2002) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/modules/video_output/directx/vout.c
-   M /trunk/po/Makefile.in.in
-
-  * ./include/vlc_threads_funcs.h, modules/video_output/directx/vout.c: Win32
-    compilation fixes (typo, undeclared var).
-
-------------------------------------------------------------------------
-r2418 | massiot | 2002-08-31 00:22:24 +0200 (Sat, 31 Aug 2002) | 6 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access/dvd/es.c
-   M /trunk/modules/access/dvdplay/es.c
-   M /trunk/modules/access/dvdread/input.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/a52old/a52old.c
-   M /trunk/modules/codec/lpcm/lpcm.c
-   M /trunk/modules/codec/spdif.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/demux/mpeg/ps.c
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/demux/mpeg/system.h
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-
-* demuxes: Worked around a bug in old VLC and VLS by changing TS stream types
-  (see my last mail).
-* aout: Rewrote our whole lock policy. The output thread now doesn't require
-  the mixer_lock, which might avoid delays. We will also be able to change
-  the filter pipelines at runtime.
-
-------------------------------------------------------------------------
-r2419 | massiot | 2002-08-31 01:27:06 +0200 (Sat, 31 Aug 2002) | 5 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/macosx/aout.m
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/modules/video_output/directx/aout.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/misc/threads.c
-
-aout3 API change :
-pf_setformat disappears (it was never called independantly of Open). If
-the format needs to be changed, we will have Close/Open. This is much
-simpler than before. Please check that I didn't break some plug-ins.
-
-------------------------------------------------------------------------
-r2420 | stef | 2002-08-31 21:58:04 +0200 (Sat, 31 Aug 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/sdl.c
-
-*Make pf_setformat disappear from sdl module.
-
-------------------------------------------------------------------------
-r2421 | stef | 2002-09-01 00:10:25 +0200 (Sun, 01 Sep 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-*It seems that the setting of the fragment size was buggy.
-
-OSS work with my sblive! now :). It still works on my other computer too
-but please test.
-
-------------------------------------------------------------------------
-r2422 | massiot | 2002-09-01 23:20:29 +0200 (Sun, 01 Sep 2002) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-   M /trunk/src/input/input_dec.c
-
-Added a priority for video decoders, for systems with fixed-priority
-policy.
-
-------------------------------------------------------------------------
-r2423 | massiot | 2002-09-03 01:17:06 +0200 (Tue, 03 Sep 2002) | 9 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure.in
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/audio_filter/converter/Makefile
-   A /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/codec/Makefile
-   M /trunk/modules/codec/a52.c
-   D /trunk/modules/codec/spdif.c
-   M /trunk/modules/gui/macosx/aout.m
-   M /trunk/po/Makefile.in.in
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/misc/modules_plugin.h
-
-The liba52 "codec" is now an audio filter. It means we are now able to
-autodetect S/PDIF hardware support and the audio output plug-in chooses
-the best one. Of course it probably breaks existing output modules, see
-oss.c for hints :).
-
-Also include minor tweaks which will entitle us to decode and output 5.1
-audio. It may break existing plug-ins, too. See
-audio_output.c:aout_FormatNbChannels for hints.
-
-------------------------------------------------------------------------
-r2424 | massiot | 2002-09-03 01:21:40 +0200 (Tue, 03 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-
-Fixed the trivial channel mixer.
-
-------------------------------------------------------------------------
-r2427 | jpsaman | 2002-09-04 23:09:12 +0200 (Wed, 04 Sep 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile.opts.in
-   M /trunk/configure.in
-
-Renamed --enable-qte switch for Qt Embedded interface support to --enable-opie.
-Reused --enable-qte for Video Out support under Qt Embedded.
-
-------------------------------------------------------------------------
-r2428 | jpsaman | 2002-09-04 23:13:33 +0200 (Wed, 04 Sep 2002) | 3 lines
-Changed paths:
-   A /trunk/modules/video_output/qte
-   A /trunk/modules/video_output/qte/Makefile
-   A /trunk/modules/video_output/qte/qte.cpp
-   A /trunk/modules/video_output/qte/qte.h
-
-Qt Embedded video out patch courtesy of Gerald Hansink.
-Ported Qt Embedded video out to vlc-0.5.0 (it is not useable yet).
-
-------------------------------------------------------------------------
-r2429 | jpsaman | 2002-09-04 23:18:29 +0200 (Wed, 04 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-
-Little cleanup action.
-
-------------------------------------------------------------------------
-r2430 | massiot | 2002-09-04 23:44:41 +0200 (Wed, 04 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/doc/developer/Makefile
-   M /trunk/doc/developer/audio_output.xml
-
-Beginning of the developer documentation for audio output 3.
-
-------------------------------------------------------------------------
-r2431 | massiot | 2002-09-07 01:15:44 +0200 (Sat, 07 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/doc/developer/audio_output.xml
-   M /trunk/include/aout_internal.h
-   M /trunk/modules/codec/a52.c
-
-Aout3 developer documentation, cont'd.
-
-------------------------------------------------------------------------
-r2432 | massiot | 2002-09-09 00:20:32 +0200 (Mon, 09 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/doc/developer/audio_output.xml
-
-Three lines :).
-
-------------------------------------------------------------------------
-r2433 | sam | 2002-09-09 15:52:24 +0200 (Mon, 09 Sep 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.in
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   A /trunk/debian/vlc-plugin-dv.dirs
-
-  * ./configure.in: the DV module is now a plugin, with the proper
-    dependencies in debian/control.
-
-------------------------------------------------------------------------
-r2434 | sam | 2002-09-10 14:15:07 +0200 (Tue, 10 Sep 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-
-  * ./modules/video_output/x11/xcommon.c: if we do not own the X window, like
-    in the Mozilla plugin, we do not try to unmap it.
-
-------------------------------------------------------------------------
-r2435 | sam | 2002-09-10 14:58:42 +0200 (Tue, 10 Sep 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/dummy/vout.c
-
-  * ./modules/misc/dummy/vout.c: fixed an endianness issue in the commandline
-    chroma parsing.
-
-------------------------------------------------------------------------
-r2436 | stef | 2002-09-12 01:08:43 +0200 (Thu, 12 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-
-.Fixed the length of the spdif frame.
-
-------------------------------------------------------------------------
-r2437 | stef | 2002-09-12 01:10:30 +0200 (Thu, 12 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-.Quick hack to make spdif work with emu10k1 oss driver. Still buggy.
-
-------------------------------------------------------------------------
-r2438 | massiot | 2002-09-14 00:38:54 +0200 (Sat, 14 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/doc/developer/audio_output.xml
-
-(Temporary) end of the audio output 3 documentation.
-
-------------------------------------------------------------------------
-r2439 | stef | 2002-09-14 22:50:24 +0200 (Sat, 14 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/spudec.c
-
-*Fixed a typo that made spudec selection fail.
-
-------------------------------------------------------------------------
-r2440 | stef | 2002-09-14 22:51:11 +0200 (Sat, 14 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-*Fixed a bug that prevented OSS from closing cleanly in spdif.
-
-------------------------------------------------------------------------
-r2441 | jpsaman | 2002-09-15 21:32:03 +0200 (Sun, 15 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/familiar.c
-   M /trunk/modules/gui/familiar/familiar.h
-
-Hide progressbar widget on startup.
-
-------------------------------------------------------------------------
-r2442 | jpsaman | 2002-09-15 22:54:12 +0200 (Sun, 15 Sep 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.in
-   M /trunk/modules/LIST
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/qte/qte.h
-
-Configure option --enable-qte works now (default is disabled).
-Porting video out plugin/builtin for Qt Embedded to CVS is not complete. (Please do not use it.)
-
-------------------------------------------------------------------------
-r2443 | ipkiss | 2002-09-16 00:33:24 +0200 (Mon, 16 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/win32/preferences.cpp
-
- * modules/gui/win32/preferences.cpp: added a forgotten initialization
-
-------------------------------------------------------------------------
-r2444 | sam | 2002-09-16 10:10:00 +0200 (Mon, 16 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gtk.glade
-   M /trunk/modules/gui/gtk/gtk_interface.c
-
-  * ./modules/gui/gtk/gtk.glade: handled delete event for the Open window.
-
-------------------------------------------------------------------------
-r2445 | massiot | 2002-09-16 22:46:38 +0200 (Mon, 16 Sep 2002) | 6 lines
-Changed paths:
-   M /trunk/configure.in
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/vlc_config.h
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/src/audio_output/audio_output.c
-   A /trunk/src/audio_output/intf.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/libvlc.h
-
-* configure.in: Fixed detection of Qt-embedded.
-* modules/codec/a52.c: Fixed detection of A/52 sound.
-* modules/audio_filter/converter/a52tofloat32.c: Fixed a bug related to
-  downmixing.
-* ALL: Added hooks for audio volume management.
-
-------------------------------------------------------------------------
-r2446 | sam | 2002-09-17 10:18:24 +0200 (Tue, 17 Sep 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.in
-   A /trunk/mozilla/.cvsignore
-   M /trunk/mozilla/Makefile
-   A /trunk/mozilla/classinfo.h
-   M /trunk/mozilla/npunix.c
-   A /trunk/mozilla/vlcintf.idl
-   A /trunk/mozilla/vlcpeer.cpp
-   A /trunk/mozilla/vlcpeer.h
-   D /trunk/mozilla/vlcplugin.c
-   A /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   A /trunk/mozilla/vlcshell.cpp
-
-  * ./mozilla/*: added hooks so that the vlc plugin is scriptable from
-    javascript. It's also in C++, but we didn't have the choice.
-
-------------------------------------------------------------------------
-r2447 | fenrir | 2002-09-17 13:57:38 +0200 (Tue, 17 Sep 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mp4/mp4.h
-
- * all: - fix a memory leak while parsing.
-        - fix a bug while playing last frames (in last chunk).
-        - add seek support, not complete but usable.
-
-------------------------------------------------------------------------
-r2448 | sam | 2002-09-17 16:56:13 +0200 (Tue, 17 Sep 2002) | 7 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/win32_specific.c
-
-  * ./src/libvlc.c: switched the position of msg_Create() and system_Init()
-    because the BeOS system_Init spawns a thread, which makes use of msg_*
-    functions.
-  * ./src/misc/threads.c, ./src/misc/win32_specific.c: put the detection
-    of SignalObjectAndWait in the thread system initialization because
-    system_Init() now happens after msg_Create().
-
-------------------------------------------------------------------------
-r2449 | henri | 2002-09-18 03:28:05 +0200 (Wed, 18 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.in
-   A /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/codec/lpcm/lpcm.c
-   M /trunk/modules/codec/lpcm/lpcm.h
-
-lpcm support (tested on 1 source only)
-
-------------------------------------------------------------------------
-r2450 | tcastley | 2002-09-18 13:50:47 +0200 (Wed, 18 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-
-Updated to use the new AOUT_VOLUME_* constants.
-
-------------------------------------------------------------------------
-r2451 | sam | 2002-09-18 14:20:37 +0200 (Wed, 18 Sep 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-
-  * ./modules/audio_filter/converter/s16tofloat32swab.c: compilation fix for
-    systems which don't have swab(). Fixed a memory leak.
-
-------------------------------------------------------------------------
-r2452 | massiot | 2002-09-18 23:21:24 +0200 (Wed, 18 Sep 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile.old
-   M /trunk/configure.in
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/macosx/aout.m
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/modules/video_output/directx/aout.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/misc/modules_plugin.h
-
-* ALL: More hooks for audio volume management.
-* configure.in: Fixed a typo.
-
-------------------------------------------------------------------------
-r2453 | fenrir | 2002-09-19 01:34:28 +0200 (Thu, 19 Sep 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-   M /trunk/modules/demux/avi/libioRIFF.c
-   M /trunk/modules/demux/avi/libioRIFF.h
-   M /trunk/modules/demux/mp4/libmp4.c
-
- * all: fix endian issue with new definition of VLC_FOURCC, but
-untested. Meuuh, could you test it ?
-
-------------------------------------------------------------------------
-r2454 | fenrir | 2002-09-19 17:58:55 +0200 (Thu, 19 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi.c : fix my last fix about endiannes issues (I hope)
-
-------------------------------------------------------------------------
-r2455 | massiot | 2002-09-19 23:56:40 +0200 (Thu, 19 Sep 2002) | 6 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/vlc_config.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/audio_filter/converter/Makefile
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/codec/mad/decoder.c
-   M /trunk/modules/codec/mad/decoder.h
-   M /trunk/modules/codec/mad/libmad.c
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/audio_output/mixer.c
-
-* Audio volume management now works properly. See src/audio_output/intf.c
-  for information on how to use it in your interface plug-ins. In the
-  SDL vout, b and n are mapped to sound down/sound up.
-* Fixed a major in the mad plug-in with wrong dates.
-* Fixed a compilation bug.
-
-------------------------------------------------------------------------
-r2456 | massiot | 2002-09-21 01:27:04 +0200 (Sat, 21 Sep 2002) | 4 lines
-Changed paths:
-   M /trunk/configure.in
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/codec/Makefile
-   M /trunk/modules/codec/a52.c
-   D /trunk/modules/codec/lpcm
-   A /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mad/libmad.c
-   M /trunk/src/audio_output/audio_output.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/mixer.c
-
-* Fixed miscellaneous cosmetic issues with lpcm and s16tofloat32swab modules.
-* First hooks for changing the audio output plug-in and its parameters
-  on-the-fly.
-
-------------------------------------------------------------------------
-r2457 | jlj | 2002-09-21 22:20:42 +0200 (Sat, 21 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/Makefile
-
-  * ./modules/audio_filter/converter/Makefile: Fixed typo.
-
-------------------------------------------------------------------------
-r2458 | massiot | 2002-09-22 16:53:52 +0200 (Sun, 22 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/filters.c
-
-Fixed a bug in the conversion splitter.
-
-------------------------------------------------------------------------
-r2459 | jpsaman | 2002-09-23 23:44:23 +0200 (Mon, 23 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.in
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/qte/qte.h
-
-Video output for QT embedded compiles. There are still some linking issues to fix, before it is usable.
-
-------------------------------------------------------------------------
-r2460 | massiot | 2002-09-24 01:05:58 +0200 (Tue, 24 Sep 2002) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/src/audio_output/mixer.c
-
-* New --vlc-backwards-compat option, to go back to the old behavior with old
-VLS's.
-* Fixed a bug with non-ASCII characters in the OS X playlist.
-* Fixed a warning on start-up.
-
-------------------------------------------------------------------------
-r2461 | jpsaman | 2002-09-25 22:25:24 +0200 (Wed, 25 Sep 2002) | 2 lines
-Changed paths:
-   A /trunk/INSTALL.libmad
-
-Adding lost instruction for compiling libmad library.
-
-------------------------------------------------------------------------
-r2462 | jpsaman | 2002-09-25 22:41:32 +0200 (Wed, 25 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.in
-
-Added compiler and link flags to --enable-opie (not tested).
-
-------------------------------------------------------------------------
-r2464 | massiot | 2002-09-27 00:40:27 +0200 (Fri, 27 Sep 2002) | 4 lines
-Changed paths:
-   M /trunk/Makefile.old
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/a52old/a52old.c
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mad/libmad.c
-   M /trunk/modules/codec/mpeg_audio/decoder.c
-   M /trunk/modules/demux/mpeg/ts.c
-   D /trunk/src/audio_output/audio_output.c
-   A /trunk/src/audio_output/common.c
-   A /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/modules_plugin.h
-
-* Major API change of the audio output. New aout_Dec* functions.
-* Fixed a compile issue in s16tofloat32swab.
-* Fixed a typo in demux/mpeg/ts.c.
-
-------------------------------------------------------------------------
-r2466 | massiot | 2002-09-27 00:56:14 +0200 (Fri, 27 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/system.c
-
-* Fixed my A/52 fix.
-
-------------------------------------------------------------------------
-r2467 | massiot | 2002-09-28 01:38:04 +0200 (Sat, 28 Sep 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile.old
-   M /trunk/include/aout_internal.h
-   M /trunk/include/vlc_config.h
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/src/audio_output/input.c
-
-* Makefile.old: Fixed BeOS compilation.
-* ALL: Fewer overhead when resampling.
-
-------------------------------------------------------------------------
-r2468 | massiot | 2002-09-28 15:05:16 +0200 (Sat, 28 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mad/decoder.c
-   M /trunk/src/audio_output/mixer.c
-
-* Several stability patches for multiple input streams aout.
-
-------------------------------------------------------------------------
-r2473 | jpsaman | 2002-09-29 17:39:53 +0200 (Sun, 29 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-   A /trunk/ipkg/control.opie
-   A /trunk/ipkg/postinst.opie
-   A /trunk/ipkg/postrm.opie
-   A /trunk/ipkg/vlc.desktop
-
-Updating ipkg files for X and QT Embedded packages of vlc.
-
-------------------------------------------------------------------------
-r2474 | sam | 2002-09-29 20:16:04 +0200 (Sun, 29 Sep 2002) | 2 lines
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-  * ./src/misc/threads.c: fixed a bug in the st_mutex_new() failure detection.
-
-------------------------------------------------------------------------
-r2475 | sam | 2002-09-29 20:19:53 +0200 (Sun, 29 Sep 2002) | 4 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/vlc.c
-
-  * ./src/playlist/playlist.c: don't run the playlist by default.
-  * ./src/libvlc.c: if items are specified in the commandline, run the playlist.
-  * ./src/vlc.c: don't rely on internal vlc types (mtime_t).
-
-------------------------------------------------------------------------
-r2476 | sam | 2002-09-30 12:00:47 +0200 (Mon, 30 Sep 2002) | 2 lines
-Changed paths:
-   A /trunk/debian/Makefile.am
-   A /trunk/doc/Makefile.am
-   A /trunk/ipkg/Makefile.am
-   A /trunk/lib/Makefile.am
-   A /trunk/modules/Makefile.am
-   A /trunk/modules/access/Modules.am
-   A /trunk/modules/access/dvd/Modules.am
-   A /trunk/modules/access/dvdplay/Modules.am
-   A /trunk/modules/access/dvdread/Modules.am
-   A /trunk/modules/access/satellite/Modules.am
-   A /trunk/modules/access/v4l/Modules.am
-   A /trunk/modules/access/vcd/Modules.am
-   A /trunk/modules/audio_filter/channel_mixer/Modules.am
-   A /trunk/modules/audio_filter/converter/Modules.am
-   A /trunk/modules/audio_filter/resampler/Modules.am
-   A /trunk/modules/audio_mixer/Modules.am
-   A /trunk/modules/audio_output/Modules.am
-   A /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/a52old/Modules.am
-   A /trunk/modules/codec/a52old/downmix/Modules.am
-   A /trunk/modules/codec/a52old/imdct/Modules.am
-   A /trunk/modules/codec/cinepak/Modules.am
-   A /trunk/modules/codec/dv/Modules.am
-   A /trunk/modules/codec/faad/Modules.am
-   A /trunk/modules/codec/ffmpeg/Modules.am
-   A /trunk/modules/codec/ffmpeg/postprocessing/Modules.am
-   A /trunk/modules/codec/mad/Modules.am
-   A /trunk/modules/codec/mpeg_audio/Modules.am
-   A /trunk/modules/codec/mpeg_video/Modules.am
-   A /trunk/modules/codec/mpeg_video/idct/Modules.am
-   A /trunk/modules/codec/mpeg_video/motion/Modules.am
-   A /trunk/modules/codec/spudec/Modules.am
-   A /trunk/modules/control/lirc/Modules.am
-   A /trunk/modules/control/rc/Modules.am
-   A /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/aac/Modules.am
-   A /trunk/modules/demux/avi/Modules.am
-   A /trunk/modules/demux/mp4/Modules.am
-   A /trunk/modules/demux/mpeg/Modules.am
-   A /trunk/modules/demux/util/Modules.am
-   A /trunk/modules/gui/beos/Modules.am
-   A /trunk/modules/gui/familiar/Modules.am
-   A /trunk/modules/gui/gtk/Modules.am
-   A /trunk/modules/gui/kde/Modules.am
-   A /trunk/modules/gui/macosx/Modules.am
-   A /trunk/modules/gui/ncurses/Modules.am
-   A /trunk/modules/gui/qnx/Modules.am
-   A /trunk/modules/gui/qt/Modules.am
-   A /trunk/modules/gui/win32/Modules.am
-   A /trunk/modules/misc/Modules.am
-   A /trunk/modules/misc/dummy/Modules.am
-   A /trunk/modules/misc/logger/Modules.am
-   A /trunk/modules/misc/memcpy/Modules.am
-   A /trunk/modules/misc/network/Modules.am
-   A /trunk/modules/video_chroma/Modules.am
-   A /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/deinterlace/Modules.am
-   A /trunk/modules/video_output/Modules.am
-   A /trunk/modules/video_output/directx/Modules.am
-   A /trunk/modules/video_output/mga/Modules.am
-   A /trunk/modules/video_output/qte/Modules.am
-   A /trunk/modules/video_output/x11/Modules.am
-   A /trunk/modules/visualization/scope/Modules.am
-   A /trunk/modules/visualization/xosd/Modules.am
-   A /trunk/share/Makefile.am
-   A /trunk/src/Makefile.am
-
-  * ALL: added *.am files here and there for future automake support.
-
-------------------------------------------------------------------------
-r2477 | sam | 2002-09-30 13:05:42 +0200 (Mon, 30 Sep 2002) | 4 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/ChangeLog
-   M /trunk/HACKING
-   M /trunk/Makefile.am
-   D /trunk/Makefile.config.in
-   D /trunk/Makefile.modules
-   D /trunk/Makefile.old
-   D /trunk/Makefile.opts.in
-   M /trunk/bootstrap
-   A /trunk/configure.ac.in
-   D /trunk/configure.in
-   M /trunk/debian/.cvsignore
-   M /trunk/debian/control
-   M /trunk/debian/libvlc0-dev.dirs
-   M /trunk/debian/rules
-   A /trunk/debian/vlc-plugin-dvb.dirs
-   M /trunk/debian/vlc.dirs
-   A /trunk/doc/.cvsignore
-   M /trunk/doc/developer/Makefile
-   A /trunk/doc/developer/hacking.xml
-   M /trunk/doc/developer/manual.xml
-   M /trunk/doc/developer/overview.xml
-   M /trunk/doc/fortunes.txt
-   M /trunk/doc/vlc.1
-   A /trunk/extras/GNUgetopt/.cvsignore
-   M /trunk/include/modules_inner.h
-   M /trunk/include/vlc_config.h
-   D /trunk/include/vlc_symbols.h
-   A /trunk/ipkg/.cvsignore
-   M /trunk/lib/.cvsignore
-   A /trunk/m4/.cvsignore
-   A /trunk/modules/.cvsignore
-   M /trunk/modules/access/.cvsignore
-   D /trunk/modules/access/Makefile
-   D /trunk/modules/access/dvd/Makefile
-   D /trunk/modules/access/dvdplay/Makefile
-   D /trunk/modules/access/dvdread/Makefile
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/rtp.c
-   D /trunk/modules/access/satellite/Makefile
-   M /trunk/modules/access/udp.c
-   D /trunk/modules/access/v4l/Makefile
-   D /trunk/modules/access/vcd/Makefile
-   D /trunk/modules/audio_filter/channel_mixer/Makefile
-   D /trunk/modules/audio_filter/converter/Makefile
-   D /trunk/modules/audio_filter/resampler/Makefile
-   D /trunk/modules/audio_mixer/Makefile
-   D /trunk/modules/audio_output/Makefile
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/sdl.c
-   D /trunk/modules/codec/Makefile
-   D /trunk/modules/codec/a52old/Makefile
-   D /trunk/modules/codec/a52old/downmix/Makefile
-   D /trunk/modules/codec/a52old/imdct/Makefile
-   D /trunk/modules/codec/cinepak/Makefile
-   D /trunk/modules/codec/dv/Makefile
-   D /trunk/modules/codec/faad/Makefile
-   D /trunk/modules/codec/ffmpeg/Makefile
-   D /trunk/modules/codec/ffmpeg/postprocessing/Makefile
-   D /trunk/modules/codec/mad/Makefile
-   D /trunk/modules/codec/mpeg_audio/Makefile
-   D /trunk/modules/codec/mpeg_video/Makefile
-   D /trunk/modules/codec/mpeg_video/idct/Makefile
-   D /trunk/modules/codec/mpeg_video/motion/Makefile
-   D /trunk/modules/codec/spudec/Makefile
-   D /trunk/modules/control/lirc/Makefile
-   D /trunk/modules/control/rc/Makefile
-   M /trunk/modules/control/rc/rc.c
-   D /trunk/modules/demux/Makefile
-   D /trunk/modules/demux/aac/Makefile
-   D /trunk/modules/demux/avi/Makefile
-   D /trunk/modules/demux/mp4/Makefile
-   D /trunk/modules/demux/mpeg/Makefile
-   D /trunk/modules/demux/util/Makefile
-   D /trunk/modules/gui/beos/Makefile
-   D /trunk/modules/gui/familiar/Makefile
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/familiar/callbacks.h
-   D /trunk/modules/gui/gtk/Makefile
-   M /trunk/modules/gui/gtk/common.h
-   M /trunk/modules/gui/gtk/display.c
-   M /trunk/modules/gui/gtk/display.h
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gnome.glade
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.h
-   M /trunk/modules/gui/gtk/open.c
-   D /trunk/modules/gui/kde/Makefile
-   D /trunk/modules/gui/macosx/Makefile
-   D /trunk/modules/gui/ncurses/Makefile
-   D /trunk/modules/gui/qnx/Makefile
-   M /trunk/modules/gui/qt/.cvsignore
-   D /trunk/modules/gui/qt/Makefile
-   M /trunk/modules/gui/qt/intf.cpp
-   A /trunk/modules/gui/qt/intf.h
-   D /trunk/modules/gui/win32/Makefile
-   M /trunk/modules/gui/win32/win32.bpr
-   D /trunk/modules/misc/Makefile
-   D /trunk/modules/misc/dummy/Makefile
-   M /trunk/modules/misc/gtk_main.c
-   D /trunk/modules/misc/logger/Makefile
-   D /trunk/modules/misc/memcpy/Makefile
-   D /trunk/modules/misc/network/Makefile
-   D /trunk/modules/video_chroma/Makefile
-   D /trunk/modules/video_filter/Makefile
-   D /trunk/modules/video_filter/deinterlace/Makefile
-   D /trunk/modules/video_output/Makefile
-   D /trunk/modules/video_output/directx/Makefile
-   M /trunk/modules/video_output/directx/aout.c
-   D /trunk/modules/video_output/mga/Makefile
-   D /trunk/modules/video_output/qte/Makefile
-   M /trunk/modules/video_output/sdl.c
-   D /trunk/modules/video_output/x11/Makefile
-   D /trunk/modules/visualization/scope/Makefile
-   D /trunk/modules/visualization/xosd/Makefile
-   D /trunk/mozilla/Makefile
-   M /trunk/mozilla/vlcintf.idl
-   M /trunk/mozilla/vlcpeer.cpp
-   M /trunk/mozilla/vlcpeer.h
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/po/.cvsignore
-   M /trunk/po/POTFILES.in
-   A /trunk/share/.cvsignore
-   A /trunk/src/.cvsignore
-   M /trunk/src/misc/modules.c
-   D /trunk/src/misc/modules_plugin.h
-   M /trunk/src/misc/modules_plugin.h.in
-   D /trunk/src/misc/symbols.c
-   M /trunk/vlc-config.in
-
-  * ALL: the build mechanism now uses automake. See HACKING for more details.
-  * ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin.
-  * debian/rules: the A52 module is now in a separate package.
-
-------------------------------------------------------------------------
-r2478 | sam | 2002-09-30 17:46:47 +0200 (Mon, 30 Sep 2002) | 4 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/debian/.cvsignore
-   M /trunk/debian/rules
-   M /trunk/include/.cvsignore
-   M /trunk/modules/access/.cvsignore
-   M /trunk/modules/access/dvd/.cvsignore
-   M /trunk/modules/access/dvdplay/.cvsignore
-   M /trunk/modules/access/dvdread/.cvsignore
-   M /trunk/modules/access/satellite/.cvsignore
-   M /trunk/modules/access/v4l/.cvsignore
-   M /trunk/modules/access/vcd/.cvsignore
-   M /trunk/modules/audio_filter/channel_mixer/.cvsignore
-   M /trunk/modules/audio_filter/converter/.cvsignore
-   M /trunk/modules/audio_filter/resampler/.cvsignore
-   M /trunk/modules/audio_mixer/.cvsignore
-   M /trunk/modules/audio_output/.cvsignore
-   M /trunk/modules/codec/.cvsignore
-   M /trunk/modules/codec/a52old/.cvsignore
-   M /trunk/modules/codec/a52old/downmix/.cvsignore
-   M /trunk/modules/codec/a52old/imdct/.cvsignore
-   M /trunk/modules/codec/cinepak/.cvsignore
-   M /trunk/modules/codec/dv/.cvsignore
-   M /trunk/modules/codec/faad/.cvsignore
-   M /trunk/modules/codec/ffmpeg/.cvsignore
-   M /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore
-   M /trunk/modules/codec/mad/.cvsignore
-   M /trunk/modules/codec/mpeg_audio/.cvsignore
-   M /trunk/modules/codec/mpeg_video/.cvsignore
-   M /trunk/modules/codec/mpeg_video/idct/.cvsignore
-   M /trunk/modules/codec/mpeg_video/motion/.cvsignore
-   M /trunk/modules/codec/spudec/.cvsignore
-   M /trunk/modules/control/lirc/.cvsignore
-   M /trunk/modules/control/rc/.cvsignore
-   M /trunk/modules/demux/.cvsignore
-   M /trunk/modules/demux/aac/.cvsignore
-   M /trunk/modules/demux/avi/.cvsignore
-   M /trunk/modules/demux/mp4/.cvsignore
-   M /trunk/modules/demux/mpeg/.cvsignore
-   M /trunk/modules/demux/util/.cvsignore
-   M /trunk/modules/gui/beos/.cvsignore
-   M /trunk/modules/gui/familiar/.cvsignore
-   M /trunk/modules/gui/gtk/.cvsignore
-   M /trunk/modules/gui/kde/.cvsignore
-   M /trunk/modules/gui/macosx/.cvsignore
-   M /trunk/modules/gui/ncurses/.cvsignore
-   M /trunk/modules/gui/qnx/.cvsignore
-   M /trunk/modules/gui/qt/.cvsignore
-   M /trunk/modules/gui/win32/.cvsignore
-   M /trunk/modules/misc/.cvsignore
-   M /trunk/modules/misc/dummy/.cvsignore
-   M /trunk/modules/misc/logger/.cvsignore
-   M /trunk/modules/misc/memcpy/.cvsignore
-   M /trunk/modules/misc/network/.cvsignore
-   M /trunk/modules/video_chroma/.cvsignore
-   M /trunk/modules/video_filter/.cvsignore
-   M /trunk/modules/video_filter/deinterlace/.cvsignore
-   M /trunk/modules/video_output/.cvsignore
-   M /trunk/modules/video_output/directx/.cvsignore
-   M /trunk/modules/video_output/mga/.cvsignore
-   M /trunk/modules/video_output/x11/.cvsignore
-   M /trunk/modules/visualization/scope/.cvsignore
-   M /trunk/modules/visualization/xosd/.cvsignore
-   M /trunk/mozilla/.cvsignore
-   M /trunk/src/.cvsignore
-   M /trunk/src/misc/.cvsignore
-
-  * ./debian/rules: moved the gtk_main and gnome_main plugins to the gvlc
-    and gnome-vlc packages.
-  * ALL: updated .cvsignore files to properly ignore automake files.
-
-------------------------------------------------------------------------
-r2479 | sam | 2002-09-30 17:47:20 +0200 (Mon, 30 Sep 2002) | 2 lines
-Changed paths:
-   A /trunk/src/audio_output/.cvsignore
-   A /trunk/src/input/.cvsignore
-   A /trunk/src/interface/.cvsignore
-   A /trunk/src/playlist/.cvsignore
-   A /trunk/src/stream_output/.cvsignore
-   A /trunk/src/video_output/.cvsignore
-
-  * src/*: another bunch of .cvsignore files.
-
-------------------------------------------------------------------------
-r2480 | titer | 2002-09-30 20:30:28 +0200 (Mon, 30 Sep 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/codec/spudec/render.c
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/Bitmaps.h
-   M /trunk/modules/gui/beos/DrawingTidbits.cpp
-   M /trunk/modules/gui/beos/DrawingTidbits.h
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   A /trunk/modules/gui/beos/ListViews.cpp
-   A /trunk/modules/gui/beos/ListViews.h
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/MediaControlView.h
-   M /trunk/modules/gui/beos/Modules.am
-   M /trunk/modules/gui/beos/MsgVals.h
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.h
-   M /trunk/modules/gui/beos/TransportButton.cpp
-   M /trunk/modules/gui/beos/TransportButton.h
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-   M /trunk/share/vlc_beos.rsrc
-   M /trunk/src/misc/beos_specific.cpp
-
-Attempt to port new BeOS features from the stable branch.
-Playlist is yet broken (maybe others things too)
-
-------------------------------------------------------------------------
-r2489 | massiot | 2002-09-30 23:32:33 +0200 (Mon, 30 Sep 2002) | 3 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos8.c
-   M /trunk/modules/audio_filter/converter/float32tou16.c
-   M /trunk/modules/audio_filter/converter/float32tou8.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mad/decoder.c
-   M /trunk/modules/codec/mpeg_audio/decoder.c
-   M /trunk/modules/gui/macosx/aout.m
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/output.c
-
-* Made audio_sample_format->i_format a FOURCC to allow the creation of
-new ones.
-
-------------------------------------------------------------------------
-r2494 | ipkiss | 2002-10-01 22:43:35 +0200 (Tue, 01 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/vout.h
-
-* modules/video_output/directx/events.c: added an "Always on top" entry
-  in the system menu.
-
-------------------------------------------------------------------------
-r2496 | massiot | 2002-10-01 23:47:25 +0200 (Tue, 01 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/system.c
-
-Finally fixed A/52 TS input.
-
-------------------------------------------------------------------------
-r2498 | massiot | 2002-10-02 00:29:09 +0200 (Wed, 02 Oct 2002) | 3 lines
-Changed paths:
-   M /branches/v0_4_1_branch/plugins/network/ipv4.c
-   M /branches/v0_4_1_branch/src/interface/main.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/src/libvlc.h
-
-For people who have several network interfaces, added a --iface-addr option
-to select which interface to use for multicast sockets.
-
-------------------------------------------------------------------------
-r2499 | massiot | 2002-10-02 00:34:43 +0200 (Wed, 02 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-Fixed a bug in the OSS output I introduced yesterday.
-
-------------------------------------------------------------------------
-r2500 | sam | 2002-10-02 11:15:06 +0200 (Wed, 02 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: --enable-a52 activates a52tofloat32, not a52.
-       (always re-run bootstrap when configure.ac.in has changed).
-
-------------------------------------------------------------------------
-r2501 | sam | 2002-10-02 14:59:59 +0200 (Wed, 02 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/configure.ac.in
-
-  * ./bootstrap, ./Makefile.am: workarounds for automake 1.5.
-
-------------------------------------------------------------------------
-r2502 | sam | 2002-10-02 15:26:14 +0200 (Wed, 02 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac.in
-
-  * ./Makefile.am: another workaround for an old automake 1.5 bug (bug #279).
-
-------------------------------------------------------------------------
-r2503 | sam | 2002-10-02 15:28:52 +0200 (Wed, 02 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * ./Makefile.am: removed a circular dependency on src/misc/modules_plugin.h.
-
-------------------------------------------------------------------------
-r2504 | sigmunau | 2002-10-02 17:37:58 +0200 (Wed, 02 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-fixed some insanities which coused this module to fail on a52 sound
-
-------------------------------------------------------------------------
-r2505 | sam | 2002-10-02 18:02:43 +0200 (Wed, 02 Oct 2002) | 4 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * ./bootstrap: added a check for automake bug #326. No easy workaround is
-    really possible other than patching/upgrading automake. This happens for
-    automake 1.6.0 and automake 1.6.1.
-
-------------------------------------------------------------------------
-r2509 | massiot | 2002-10-03 00:56:53 +0200 (Thu, 03 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/Modules.am
-   A /trunk/modules/gui/macosx/adev_discovery.h
-   M /trunk/modules/gui/macosx/aout.m
-   A /trunk/modules/gui/macosx/asystm.h
-   A /trunk/modules/gui/macosx/asystm.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* Mac OS X audio device discovery and selection, patch courtesy of
-Heiko Panther <heiko.panther@web.de>.
-
-------------------------------------------------------------------------
-r2510 | sam | 2002-10-03 10:44:11 +0200 (Thu, 03 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * ./bootstrap: fixed a bug I introduced yesterday that caused automake
-    version detection not to work properly.
-
-------------------------------------------------------------------------
-r2512 | sam | 2002-10-03 11:25:40 +0200 (Thu, 03 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/win32/Modules.am
-   M /trunk/modules/gui/win32/win32.bpr
-
-  * ./modules/gui/win32/win32.bpr: use the .dll extension instead of .so.
-
-------------------------------------------------------------------------
-r2513 | sigmunau | 2002-10-03 12:15:01 +0200 (Thu, 03 Oct 2002) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/kde/Modules.am
-   M /trunk/modules/gui/kde/interface.cpp
-   M /trunk/modules/gui/kde/interface.h
-   M /trunk/modules/gui/kde/kde.cpp
-   M /trunk/modules/gui/kde/preferences.cpp
-   M /trunk/modules/gui/kde/ui.rc
-
- kde.cpp: subscribe and unsubscribe messages
- interface.cpp, interface.h: create a messages window, and add menu iten to
-show it
- Modules.as: build messages window
- ui.rc: menuitem to show messages
- preferences.cpp: fixed typo in comment
-
-------------------------------------------------------------------------
-r2514 | sigmunau | 2002-10-03 12:15:46 +0200 (Thu, 03 Oct 2002) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/kde/messages.cpp
-   A /trunk/modules/gui/kde/messages.h
-
-forgot to add the actual code in my last commit
-
-------------------------------------------------------------------------
-r2515 | sam | 2002-10-03 15:21:55 +0200 (Thu, 03 Oct 2002) | 14 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/include/main.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_cpu.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/threads.c
-
-  * ./src/libvlc.c, ./include/main.h: the root of all objects is now
-    p_libvlc, and each p_vlc is a child of p_libvlc. Reasons for this are:
-
-     o the module bank and the message bank only need to be initialized once,
-       which gives faster loads when multiple instances of libvlc are used,
-     o we allow the possibility of different p_vlc sharing objects, for
-       instance the audio output,
-     o the CPU detection is only done once.
-
-    This patch is not polished yet, but I cannot do any intensive tests for
-    the moment because of a bug somewhere that leaves audio output objects
-    lying here and there which needs to be investigated first. The current
-    major issue is that the module bank is no longer freed.
-
-------------------------------------------------------------------------
-r2517 | gbazin | 2002-10-03 19:01:59 +0200 (Thu, 03 Oct 2002) | 10 lines
-Changed paths:
-   M /trunk/FAQ
-   M /trunk/configure.ac.in
-   M /trunk/include/interface.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/misc/dummy/interface.c
-   M /trunk/modules/misc/logger/logger.c
-   M /trunk/src/misc/threads.c
-
-
-* FAQ: updated FAQ with config file issues.
-* configure.ac.in: use -mms-bitfields instead of -fnative-struct for
-   mingw32 gcc-3.x.
-* include/interface.h, modules/misc/dummy/interface.c, modules/misc/logger/logger.c,
-   modules/control/rc/rc.c: Display message on Win32 explaining how to get
-   back to the GUI mode.
-* src/misc/threads.c, include/vlc_threads_funcs.h: ignore the
-   win9x-cv-method config option on WinNT when fast-mutex is not enabled.
-
-------------------------------------------------------------------------
-r2518 | sam | 2002-10-03 20:56:10 +0200 (Thu, 03 Oct 2002) | 9 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/main.h
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/vlc.c
-
-  * ./configure.ac.in: duplicated arguments to AM_INIT_AUTOMAKE to fix
-    locales breakage.
-  * ./src/libvlc.c: libvlc understands the VLC_VERBOSE environment variable,
-    to be set between 0 and 4. Default value is 0 for a program using libvlc,
-    but vlc sets it to 1 by default.
-  * ./src/misc/configuration.c: -v now works the old way (-v, -vv, -vvv) as
-    well as the new way (-v0, -v1, -v4). -v1 is the same as -v, and -v0 is
-    the same as -q (quiet). Hope it's all understandable.
-
-------------------------------------------------------------------------
-r2519 | jpsaman | 2002-10-03 22:46:46 +0200 (Thu, 03 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-Updated AUTHOS file.
-
-------------------------------------------------------------------------
-r2520 | jpsaman | 2002-10-03 22:49:31 +0200 (Thu, 03 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/access/rtp.c
-
-Fixed known bug in rtp plugin which resulted in superflous error messages.
-
-------------------------------------------------------------------------
-r2525 | massiot | 2002-10-03 23:45:16 +0200 (Thu, 03 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/access/rtp.c
-   M /trunk/modules/demux/mpeg/system.c
-
-Fixed miscellaneous problems with the RTP plug-in.
-
-------------------------------------------------------------------------
-r2528 | gbazin | 2002-10-04 14:01:40 +0200 (Fri, 04 Oct 2002) | 7 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/interface.h
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/win32_specific.c
-
-
-* src/misc/threads.c, src/misc/win32_specific.c, include/interface.h: fixed typos.
-* configure.ac.in, modules/gui/gtk/gtk.c: Added a NEED_GTK_MAIN macro to the compiler
-   flags for the gtk module. When this macro isn't defined, then the gtk module
-   doesn't make use of the gtk_main module. I had to do this change because the
-   gtk_main trick can't work on win32 and render the whole gtk interface unusable.
-
-------------------------------------------------------------------------
-r2529 | sam | 2002-10-04 15:13:54 +0200 (Fri, 04 Oct 2002) | 5 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/configure.ac.in
-   M /trunk/modules/Makefile.am
-   M /trunk/modules/misc/Modules.am
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/modules/misc/network/ipv6.c
-   D /trunk/modules/misc/null.c
-   A /trunk/modules/misc/testsuite
-   A /trunk/modules/misc/testsuite/.cvsignore
-   A /trunk/modules/misc/testsuite/Modules.am
-   A /trunk/modules/misc/testsuite/test1.c
-   A /trunk/modules/misc/testsuite/test2.cpp
-   A /trunk/modules/misc/testsuite/test3.m
-
-  * ./bootstrap: we use the proper linker for plugin compilation.
-  * ./modules/misc/testsuite/*: moved the null module into three test modules
-    that are only built when --enable-testsuite is activated. This directory
-    can be a good place for compilation tests or performance benchmarks.
-
-------------------------------------------------------------------------
-r2530 | sam | 2002-10-04 16:02:20 +0200 (Fri, 04 Oct 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-  * ./modules/gui/macosx/vout.m: if no MacOS X interface is available when
-    the video output is initialized, we wait for a while before giving up;
-    also changed the code so that it probes all interface objects rather than
-    the first one it finds.
-
-------------------------------------------------------------------------
-r2531 | sam | 2002-10-04 20:07:22 +0200 (Fri, 04 Oct 2002) | 10 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/main.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/threads.c
-
-  * ./configure.ac.in: removed now unnecessary --force-exe-suffix flag.
-  * ./src/misc/objects.c: structure_lock is now local.
-  * ./src/misc/threads.c: implemented named mutexes which provide a handy
-    way to protect data across plugins which might be sharing the same
-    resources. Thread-unsafe libraries come to mind, but we can imagine
-    using a named mutex for configuration files, or special devices.
-  * ./include/main.h: removed global_lock because of vlc_mutex_need, removed
-    p_global_data because it was never used, removed structure_lock because
-    it did not belong here.
-
-------------------------------------------------------------------------
-r2532 | jlj | 2002-10-05 02:10:17 +0200 (Sat, 05 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-
-  ./extras/MacOSX/.../MainMenu.nib: added Open Target panel
-  ./modules/gui/macosx/open.[mh]: Open Target code
-
-------------------------------------------------------------------------
-r2533 | bozo | 2002-10-05 05:44:50 +0200 (Sat, 05 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-Up-to-date ALSA audio output module.
-
-------------------------------------------------------------------------
-r2534 | gbazin | 2002-10-05 19:29:50 +0200 (Sat, 05 Oct 2002) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/audio_output/Modules.am
-   A /trunk/modules/audio_output/directx.c
-   M /trunk/modules/video_output/directx/Modules.am
-   D /trunk/modules/video_output/directx/aout.c
-   M /trunk/modules/video_output/directx/directx.c
-   D /trunk/modules/video_output/directx/vout.c
-
-
-
-* ALL: Splitted the directx plugin into an audio and video module.
-
-------------------------------------------------------------------------
-r2535 | jlj | 2002-10-05 21:26:23 +0200 (Sat, 05 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/netutils.c
-
-  ./src/misc/netutils.c: GetMacAddress Darwin support
-  ./src/libvlc.h: Default to en0 instead of eth0 under Darwin
-
-------------------------------------------------------------------------
-r2546 | gbazin | 2002-10-06 21:28:28 +0200 (Sun, 06 Oct 2002) | 8 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-   M /trunk/configure.ac.in
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-
-
-
-* configure.ac.in: vlc can now be built under cygwin with or without the
-   unix emulation layer (without if you use CC="gcc -mno-cygwin").
-* INSTALL.win32: doc update for cygwin build.
-* modules/video_output/directx/events.c, modules/video_output/directx/directx.c,
-   modules/audio_output/directx.c: compilation fixes for cygwin.
-
-------------------------------------------------------------------------
-r2557 | massiot | 2002-10-07 23:58:40 +0200 (Mon, 07 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/HACKING
-   M /trunk/modules/access/http.c
-
-* HACKING : documentation for the automake crash
-* http.c : fixed a problem with seeking with large files
-
-------------------------------------------------------------------------
-r2558 | sam | 2002-10-08 18:02:05 +0200 (Tue, 08 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-  * ./src/input/input.c: do not try to use stream output if the "sout" variable
-    is set to the empty string (happens when doing "Apply" in a GUI).
-
-------------------------------------------------------------------------
-r2559 | sam | 2002-10-08 20:10:10 +0200 (Tue, 08 Oct 2002) | 4 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/vlc.c
-
-  * ./src/libvlc.c, ./src/misc/messages.c: due to horrible user threats,
-    only two levels of -v are now possible: -v for warnings, -vv for debug
-    messages (-q for no output at all).
-
-------------------------------------------------------------------------
-r2560 | massiot | 2002-10-09 00:48:25 +0200 (Wed, 09 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-
-OS X : raised the priority of the intf at the same level as the video, since
-otherwise we can't quit the application any longer...
-
-------------------------------------------------------------------------
-r2561 | titer | 2002-10-09 03:14:18 +0200 (Wed, 09 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/src/misc/beos_specific.cpp
-
-BeOS compilation fixes.
-
-------------------------------------------------------------------------
-r2563 | massiot | 2002-10-10 00:54:22 +0200 (Thu, 10 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-
-* (Hopefully) fixed S/PDIF outputs ;
-* Finally fixed the audio problem on most platforms.
-
-------------------------------------------------------------------------
-r2564 | sam | 2002-10-10 19:25:28 +0200 (Thu, 10 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: dropped the use of typeset in favor of eval to
-    set variable values (ash doesn't have typeset).
-
-------------------------------------------------------------------------
-r2565 | sigmunau | 2002-10-10 21:34:06 +0200 (Thu, 10 Oct 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/kde/messages.cpp
-   M /trunk/modules/gui/kde/preferences.cpp
-
- messages.cpp: use append(...) and not setText( text() + ...), seems to
-decrease cpu-usage considerably.
- preferences.cpp: allow config strings to be 40 characters long instead of
-10. Is that enough?
-
-------------------------------------------------------------------------
-r2567 | massiot | 2002-10-11 00:46:20 +0200 (Fri, 11 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/src/input/input_info.c
-   M /trunk/src/misc/messages.c
-
-Do not use vasprintf under Mac OS X because OS X.1 doesn't have that (how
-lame...).
-
-------------------------------------------------------------------------
-r2569 | titer | 2002-10-11 01:11:52 +0200 (Fri, 11 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.h
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
-Some clean-up. Playlist works again.
-
-------------------------------------------------------------------------
-r2572 | gbazin | 2002-10-11 12:08:06 +0200 (Fri, 11 Oct 2002) | 6 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/src/misc/modules.c
-
-
-* src/misc/modules.c: fixed a memory leak with the "plugin-path" config option.
-* modules/audio_output/directx.c, modules/audio_output/waveout.c: ported the directx
-   and waveout audio plugins to the new changes in the audio output layer.
-* configure.ac.in: fixes for cygwin compilation, and the gtk plugin under mingw32.
-
-------------------------------------------------------------------------
-r2573 | sam | 2002-10-11 13:05:52 +0200 (Fri, 11 Oct 2002) | 3 lines
-Changed paths:
-   A /trunk/include/variables.h
-   A /trunk/src/misc/variables.c
-
-  * ./src/misc/variables.c, ./include/variables.h: a few functions for
-    in-object variable storage. Unused yet (not even compiled).
-
-------------------------------------------------------------------------
-r2574 | sigmunau | 2002-10-11 14:50:43 +0200 (Fri, 11 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/kde/messages.cpp
-
-added some coloring to the messages window in the kde interface
-
-------------------------------------------------------------------------
-r2576 | gbazin | 2002-10-11 19:29:03 +0200 (Fri, 11 Oct 2002) | 4 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-
-
-* INSTALL.win32: removed note about running in administrator mode to play
-   a DVD. Updated doc about using cygwin for compiling.
-
-------------------------------------------------------------------------
-r2577 | sam | 2002-10-11 23:17:29 +0200 (Fri, 11 Oct 2002) | 3 lines
-Changed paths:
-   M /branches/v0_4_1_branch/plugins/filter/deinterlace.c
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-
-  * ./plugins/filter/deinterlace.c: fixed the green bottom line in the
-    linear deinterlace mode, thanks to Marian Durkovic <md@bts.sk>.
-
-------------------------------------------------------------------------
-r2578 | sam | 2002-10-12 00:32:56 +0200 (Sat, 12 Oct 2002) | 24 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac.in
-   M /trunk/include/interface.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/mozilla/vlcpeer.cpp
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/vlc.c
-
-Changes to the libvlc API:
-  * ./include/vlc/vlc.h: changed the naming conventions for libvlc. Now
-    exported functions start with VLC_ instead of vlc_ to avoid conflicts.
-  * ./include/vlc/vlc.h: removed the vlc_object_t, vlc_list_t, vlc_error_t
-    and vlc_t types; they are now internal types only.
-  * ./include/vlc/vlc.h: merged the reentrant and non-reentrant libvlc
-    calls. In non-reentrant mode, we just use 0 as the first argument. In
-    reentrant mode, we use an object's ID. (see below)
-
-Internal changes:
-  * ./src/libvlc.c, ./src/misc/objects.c: instead of manipulating vlc_object_t
-    pointers, we manipulate their i_object_id. When needed, an object is
-    retrieved using vlc_object_get (I hope the lookup isn't too expensive,
-    that's why I designed the pp_objects layout to allow log2(n) seeks).
-  * ./src/misc/objects.c: activated the per-object variable storage. Unused
-    yet, unless you want to try "getfoo" and "setfoo blablah" in vlc -I rc.
-  * ./include/vlc_objects.h: moved the vlc_object_t and vlc_list_t definitions
-    here.
-
-Misc:
-  * ./src/vlc.c, ./mozilla/vlcshell.cpp: removed inclusion of config.h in
-    code portions not part of libvlc; it was just required for the
-    COPYRIGHT_MESSAGE string which is now available from VLC_Version().
-
-------------------------------------------------------------------------
-r2580 | massiot | 2002-10-12 01:44:25 +0200 (Sat, 12 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/FAQ
-
-* Updated FAQ.
-
-------------------------------------------------------------------------
-r2581 | titer | 2002-10-12 14:24:52 +0200 (Sat, 12 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-
-Rewritten BeOS audio output for audio output 3. It now "pulls" the data.
-Sound is yet choppy (I don't know why).
-
-------------------------------------------------------------------------
-r2584 | gbazin | 2002-10-12 22:09:13 +0200 (Sat, 12 Oct 2002) | 5 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-
-* configure.ac.in: fix for the mingw32 build. We check if we need to explicitly
-   link with the mingwex library (needed for dirent support with new mingw32
-   runtimes).
-
-------------------------------------------------------------------------
-r2586 | gbazin | 2002-10-12 23:31:56 +0200 (Sat, 12 Oct 2002) | 6 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac.in
-   M /trunk/modules/demux/mpeg/ts.c
-
-
-* configure.ac.in: fix for the mingw32 build. The gtk plugin may also need mingwex.
-* modules/demux/mpeg/ts.c: added an #include <stdint.h> to make mingw32 happy when
-   compiled with libdvbpsi.
-* Makefile.am: fixed dependency problem with share/vlc_win32_rc.rc.
-
-------------------------------------------------------------------------
-r2587 | alexis | 2002-10-13 01:15:45 +0200 (Sun, 13 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/doc/developer/Makefile
-   D /trunk/doc/developer/hacking.xml
-   M /trunk/doc/developer/manual.xml
-
-Fixed a bug in the developer doc : hacking.xml and overview.xml were
-identical ! So I removed hacking.xml...
-
-------------------------------------------------------------------------
-r2588 | sigmunau | 2002-10-13 16:26:48 +0200 (Sun, 13 Oct 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3.c
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/modules/gui/kde/QConfigItem.cpp
-   M /trunk/modules/gui/kde/QConfigItem.h
-   M /trunk/modules/gui/kde/preferences.cpp
-
- modules/demux/util/id3*: fixed up some dead comments
- modules/gui/kde/*: only set variable the user actually have changed when
-apply is pressed in the preferences window.
-
-------------------------------------------------------------------------
-r2590 | titer | 2002-10-13 17:39:16 +0200 (Sun, 13 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-
-Now BeOS sound is (almost) clean.
-It is kludgy, but it works ;)
-
-------------------------------------------------------------------------
-r2595 | massiot | 2002-10-14 01:01:23 +0200 (Mon, 14 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-Imported Changelog from 0.4.5.
-
-------------------------------------------------------------------------
-r2597 | sam | 2002-10-14 18:34:17 +0200 (Mon, 14 Oct 2002) | 10 lines
-Changed paths:
-   M /trunk/modules/misc/testsuite/Modules.am
-   A /trunk/modules/misc/testsuite/test4.c
-
-  * ./modules/misc/testsuite/test4.c: added a stress test module; doesn't get
-    compiled yet because it uses the "command" variables I'm about to check
-    in. They need to be typed in the rc interface for instance (-I rc). This
-    module has two available commands: "signal <int>" which sends the given
-    signal to the vlc process, and "stress [<int>]" which performs a series of
-    object creation/lookup/destruction, variable creation/setting/destruction
-    and thread spawning/joining tests. The optional argument for stress is an
-    integer between 1 and 200 (the bigger, the heavier the tests; it may hang
-    your machine at around 150, be careful).
-
-------------------------------------------------------------------------
-r2598 | sam | 2002-10-14 18:35:18 +0200 (Mon, 14 Oct 2002) | 2 lines
-Changed paths:
-   A /trunk/include/error.h
-   A /trunk/src/misc/error.c
-
-  * ./src/misc/error.c: added vlc_error, a strerror() equivalent.
-
-------------------------------------------------------------------------
-r2599 | sam | 2002-10-14 18:46:56 +0200 (Mon, 14 Oct 2002) | 15 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac.in
-   M /trunk/include/main.h
-   M /trunk/include/variables.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/gui/familiar/familiar.c
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/variables.c
-   M /trunk/src/vlc.c
-
-  * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Error() to the libvlc API.
-  * ./include/main.h: removed p_vlc->i_status because it was not sufficient
-    to represent all the possible states of p_vlc; each part should be tested
-    separately upon destruction.
-  * ./src/misc/objects.c: fixed a signed/unsigned bug that prevented creation
-    of VLC_OBJECT_GENERIC objects.
-
-  * ./src/misc/variables.c: added the VLC_VAR_COMMAND type which is simply a
-    variable that stores a function pointer, and calls it when var_Get is
-    called for it. The function argument is taken in val.psz_string.
-  * ./src/misc/objects.c: vlc_dumpstructure and vlc_liststructure are no longer
-    exported to the rest of the program; instead, they're VLC_VAR_COMMAND vars
-    ("tree" and "list").
-  * ./modules/control/rc/rc.c: moved a few commands to VLC_VAR_COMMAND vars.
-
-------------------------------------------------------------------------
-r2600 | sam | 2002-10-14 21:04:51 +0200 (Mon, 14 Oct 2002) | 5 lines
-Changed paths:
-   M /trunk/include/variables.h
-   M /trunk/modules/misc/testsuite/test4.c
-   M /trunk/src/misc/variables.c
-
-  * ./modules/misc/testsuite/test4.c: made the 4th test less CPU intensive
-    by making the spawned threads wait a bit longer.
-  * ./src/misc/variables.c: added a usage count to the variables; trying to
-    create a variable with the same name only increments its refcount.
-
-------------------------------------------------------------------------
-r2601 | titer | 2002-10-14 22:09:17 +0200 (Mon, 14 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
-Fixed seeking.
-
-------------------------------------------------------------------------
-r2602 | alexis | 2002-10-14 23:36:04 +0200 (Mon, 14 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-
-Updated description.
-
-------------------------------------------------------------------------
-r2604 | fenrir | 2002-10-14 23:59:44 +0200 (Mon, 14 Oct 2002) | 6 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/Makefile.am
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   A /trunk/modules/demux/wav
-   A /trunk/modules/demux/wav/.cvsignore
-   A /trunk/modules/demux/wav/Modules.am
-   A /trunk/modules/demux/wav/wav.c
-   A /trunk/modules/demux/wav/wav.h
-
- * araw.c : pseudo pcm decoder
- * wav : demux for wav file( should work with raw pcm, mp3 or a52 stream ) but
-untested under big endian machine(for pcm).
-
-All are compiled by default.
-
-------------------------------------------------------------------------
-r2605 | titer | 2002-10-15 01:11:52 +0200 (Tue, 15 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-
-Cleaner code.
-
-------------------------------------------------------------------------
-r2606 | fenrir | 2002-10-15 02:55:07 +0200 (Tue, 15 Oct 2002) | 7 lines
-Changed paths:
-   M /trunk/modules/demux/avi/Modules.am
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-   M /trunk/modules/demux/avi/libioRIFF.c
-   M /trunk/modules/demux/avi/libioRIFF.h
-
- * all : begin to rewrite some parts of avi demux, mainly to clean ugly code
-and to prepare for OpenDML support.
-Add new options :
-  --avi-index force index creation.
-  --avi-interleaved force method used for unseekable stream but need
-interleaved stream and could lead to loss of audio/video synchro.
-
-------------------------------------------------------------------------
-r2607 | fenrir | 2002-10-15 02:56:43 +0200 (Tue, 15 Oct 2002) | 2 lines
-Changed paths:
-   A /trunk/modules/demux/avi/libavi.c
-   A /trunk/modules/demux/avi/libavi.h
-
- * all : forgot to add theses new files :p
-
-------------------------------------------------------------------------
-r2608 | fenrir | 2002-10-15 03:50:24 +0200 (Tue, 15 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/cinepak/cinepak.c
-
- * cinepak.c : initialize picture to black.
-
-------------------------------------------------------------------------
-r2609 | sam | 2002-10-15 10:35:24 +0200 (Tue, 15 Oct 2002) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/variables.c
-
-  * ./include/vlc_threads_funcs.h, ./src/misc/threads.c: eradicated
-    vlc_mutex_need() and vlc_mutex_unneed().
-  * ./src/misc/variables.c: implemented VLC_VAR_MUTEX variables.
-  * ./modules/misc/gtk_main.c, ./src/libvlc.c: replaced named mutexes with
-    named mutex variables.
-
-------------------------------------------------------------------------
-r2610 | sam | 2002-10-15 14:30:01 +0200 (Tue, 15 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/se.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/variables.c
-
-  * ./po/*: updated locales.
-
-------------------------------------------------------------------------
-r2611 | gbazin | 2002-10-15 21:56:59 +0200 (Tue, 15 Oct 2002) | 7 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcd/cdrom.h
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/access/vcd/vcd.h
-
-
-* modules/access/vcd/*, configure.ac.in:
-   - Major changes to allow reading vcd images directly from the hard drive
-      (you need a .cue and .bin file).
-   - Removed duplicated code by merging ioctl_GetTrackCount and ioctl_GetSectors.
-   - Implemented necessary ioctls for Win9x/NT/2K/XP.
-
-------------------------------------------------------------------------
-r2614 | massiot | 2002-10-16 01:10:54 +0200 (Wed, 16 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos8.c
-   M /trunk/modules/audio_filter/converter/float32tou16.c
-   M /trunk/modules/audio_filter/converter/float32tou8.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mad/libmad.c
-   M /trunk/modules/codec/mpeg_audio/decoder.c
-
-* Fixed filters which couldn't work with more than 2 channels ;
-* Fixed detection of VCD support under OS X.2.
-
-------------------------------------------------------------------------
-r2615 | sam | 2002-10-16 12:31:58 +0200 (Wed, 16 Oct 2002) | 4 lines
-Changed paths:
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/variables.c
-
-  * ./src/misc/variables.c: fixed a deadlock in command variables handling;
-    we now release the variable lock before calling the command.
-  * ./src/misc/threads.c: removed deprecated code.
-
-------------------------------------------------------------------------
-r2616 | sam | 2002-10-16 13:35:53 +0200 (Wed, 16 Oct 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-
-  * ./modules/access/vcd/vcd.c: changed an error to a warning in the probe
-    phase.
-  * ./modules/video_filter/deinterlace/deinterlace.c: the bob method now
-    flickers less thanks to a patch from Marian Durkovic <md@bts.sk>.
-
-------------------------------------------------------------------------
-r2617 | sam | 2002-10-16 17:10:39 +0200 (Wed, 16 Oct 2002) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/configure.ac.in
-   M /trunk/include/vlc_common.h
-   M /trunk/src/libvlc.c
-
-  * ./configure.ac.in, ./src/libvlc.c: attempt at activating gettext support
-    under platforms without libintl such as Win32. Use --with-included-gettext
-    to test. Might break compilation on systems I don't have access to.
-
-------------------------------------------------------------------------
-r2618 | sam | 2002-10-16 21:39:42 +0200 (Wed, 16 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/include/variables.h
-   M /trunk/include/vlc_common.h
-   M /trunk/src/misc/variables.c
-
-  * ./include/variables.h, ./src/misc/variables.c: implemented variable
-    callbacks.
-
-------------------------------------------------------------------------
-r2619 | massiot | 2002-10-17 01:12:46 +0200 (Thu, 17 Oct 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcd/cdrom.h
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_output/sdl.c
-
-* Fixed AOUT_CHAN_CHANNEL2 trivial mixer,
-* Fixed a compile issue in the vcd plug-in,
-* Fixed SDL behavior with > 2 channels.
-
-------------------------------------------------------------------------
-r2621 | sigmunau | 2002-10-17 01:34:27 +0200 (Thu, 17 Oct 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/kde/preferences.cpp
-
-Use a KURLRequester widget for variables of type CONFIG_ITEM_FILE. This
-crates a little button next to the textarea that pops up a file open dialog
-where the user can point and click on the file to select. It also drops down
-a list of possible completions as the user types.
-
-------------------------------------------------------------------------
-r2622 | sam | 2002-10-17 10:24:12 +0200 (Thu, 17 Oct 2002) | 8 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-  * ./modules/codec/spudec/parse.c: fixed bad initialization of the alpha
-    palette, implemented the "force display" command as forever-living
-    subtitles, and reworked some code.
-  * ./src/video_output/video_output.c: we increment the image date even if
-    we are repeating the previous image, so that subtitles have a chance to
-    get displayed.
-  * ./src/video_output/vout_subpictures.c: ephemer subpictures don't timeout.
-
-------------------------------------------------------------------------
-r2623 | sam | 2002-10-17 15:15:31 +0200 (Thu, 17 Oct 2002) | 9 lines
-Changed paths:
-   M /trunk/include/variables.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/modules/misc/testsuite/test4.c
-   M /trunk/src/misc/error.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/variables.c
-
-  * ./src/misc/variables.c: callback loops are now detected; this means you
-    can now use var_* functions from within your callback, they can even
-    trigger callback themselves, to any level. The main restriction is that
-    you shouldn't meddle with a variable that is already being triggered by
-    the current thread (other threads will just wait).
-  * ./src/misc/objects.c: fixed a deadlock in the "tree" command.
-  * ./modules/misc/testsuite/test4.c: added a "callback-test" command to the
-    rc interface to test callback loop detection and concurrent triggers.
-
-------------------------------------------------------------------------
-r2624 | sam | 2002-10-17 18:03:18 +0200 (Thu, 17 Oct 2002) | 4 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/access/dvdplay/intf.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/video_output/video_output.c
-
-  * ./src/video_output/video_output.c: mouse coordinates are now variables.
-  * ./modules/access/dvdplay/intf.c: instead of probing the mouse on each
-    loop iteration, we set a callback on the corresponding variables.
-
-------------------------------------------------------------------------
-r2625 | sam | 2002-10-17 18:48:41 +0200 (Thu, 17 Oct 2002) | 4 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/x11/xcommon.c
-
-  * ./modules/video_output/sdl.c: mouse coordinates support for SDL.
-  * ./modules/video_output/x11/xcommon.c: we transmit the click only at
-    release time.
-
-------------------------------------------------------------------------
-r2626 | sam | 2002-10-17 18:56:52 +0200 (Thu, 17 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-  * ./modules/video_output/directx/events.c: mouse coordinates support for
-    the DirectX plugin (please test compilation).
-
-------------------------------------------------------------------------
-r2627 | ipkiss | 2002-10-17 19:30:10 +0200 (Thu, 17 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-* ./modules/video_output/directx/events.c: compilation fix
-
-------------------------------------------------------------------------
-r2628 | massiot | 2002-10-20 14:23:48 +0200 (Sun, 20 Oct 2002) | 5 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/codec/mpeg_video/idct/idctaltivec.c
-   M /trunk/modules/codec/mpeg_video/synchro.c
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/demux/mpeg/system.h
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-
-* modules/demux/mpeg: Added DVB stream type for A/52 streams (0x6),
-* include/vlc_threads.h: Avoid locking the interface,
-* ALL: reworked all audio output plug-ins to correctly take into account
-  i_channels. At present this is known to break OSS, probably others.
-
-------------------------------------------------------------------------
-r2629 | fenrir | 2002-10-20 19:22:33 +0200 (Sun, 20 Oct 2002) | 3 lines
-Changed paths:
-   A /trunk/modules/demux/asf
-   A /trunk/modules/demux/asf/.cvsignore
-   A /trunk/modules/demux/asf/Modules.am
-   A /trunk/modules/demux/asf/asf.c
-   A /trunk/modules/demux/asf/asf.h
-   A /trunk/modules/demux/asf/libasf.c
-   A /trunk/modules/demux/asf/libasf.h
-
- * all : add an asf file (v1.0 only) demuxer. Need a lot of work to be
-usable, but it begin to give good result.
-
-------------------------------------------------------------------------
-r2630 | fenrir | 2002-10-20 19:28:01 +0200 (Sun, 20 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-
- * all: add wmv1/2 codec support.
-
-------------------------------------------------------------------------
-r2631 | fenrir | 2002-10-20 19:44:17 +0200 (Sun, 20 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/faad/decoder.h
-
- * all: fix for correct "i_channels" use.
-
-------------------------------------------------------------------------
-r2632 | sam | 2002-10-21 10:27:17 +0200 (Mon, 21 Oct 2002) | 2 lines
-Changed paths:
-   A /trunk/debian/vlc-plugin-a52.dirs
-
-  * ./debian/vlc-plugin-a52.dirs: forgot a debian file for the a52 plugin.
-
-------------------------------------------------------------------------
-r2633 | fenrir | 2002-10-21 11:18:37 +0200 (Mon, 21 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/Makefile.am
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-
- * configure.ac.in Makefile.am: enable asf demuxer plugin
- * modules/demux/asf/*: some clean up
-
-------------------------------------------------------------------------
-r2634 | fenrir | 2002-10-21 12:46:34 +0200 (Mon, 21 Oct 2002) | 4 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/modules/codec/araw.c
-   M /trunk/src/input/input_ext-dec.c
-
- * input_ext-dec.* : add a new function to parse decoder fifo at PES level
-(input_NextPES);
- * araw.c : use this new function.
-
-------------------------------------------------------------------------
-r2635 | massiot | 2002-10-21 22:00:10 +0200 (Mon, 21 Oct 2002) | 4 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/macosx/aout.m
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/output.c
-
-* Avoid overflowing the message queue with "audio output is starving"
-  messages,
-* Updated BeOS and QNX outputs with respect to i_channels policy.
-
-------------------------------------------------------------------------
-r2636 | sam | 2002-10-22 22:55:27 +0200 (Tue, 22 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-  * ./modules/audio_output/alsa.c: tiny compilation fix.
-
-------------------------------------------------------------------------
-r2637 | sam | 2002-10-22 23:10:28 +0200 (Tue, 22 Oct 2002) | 11 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/modules/misc/testsuite/test2.cpp
-   M /trunk/modules/video_output/directx/directx.c
-   A /trunk/mozilla/npvlc_rc.rc
-   A /trunk/mozilla/npwin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/src/misc/messages.c
-
-  * ./mozilla/vlcshell.cpp: ported the Mozilla plugin to Windows.
-
-    For the moment it spawns a separate window and seems to behave nastily
-    (read: crashes) when the target has sound, but the javascript interface
-    works perfectly, for instance.
-
-    To build it, I installed Mozilla development files in my mingw32 dir
-    and hacked mozilla-config so that it uses these files. I also hacked
-    jri_md.h and jni_md.h to put "defined(_MSC_VER) || defined(__MINGW32__)"
-    where it read "defined(_MSC_VER)". No other changes were necessary.
-
-------------------------------------------------------------------------
-r2638 | massiot | 2002-10-23 01:08:00 +0200 (Wed, 23 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/aout_internal.h
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/src/audio_output/common.c
-
-* Added -mdynamic-no-pic to darwin CFLAGS (can you believe I actually read ./ :)
-* Miscellaneous small fixes.
-
-------------------------------------------------------------------------
-r2639 | gbazin | 2002-10-23 23:54:33 +0200 (Wed, 23 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvdplay/tools.c
-   M /trunk/modules/access/dvdread/input.c
-   M /trunk/modules/demux/aac/demux.c
-   M /trunk/modules/demux/mpeg/audio.c
-
-
-* ALL: fixed a bunch of memory leaks.
-
-------------------------------------------------------------------------
-r2640 | massiot | 2002-10-24 00:05:22 +0200 (Thu, 24 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_video/headers.c
-
-Cosmetic.
-
-------------------------------------------------------------------------
-r2641 | gbazin | 2002-10-24 01:17:45 +0200 (Thu, 24 Oct 2002) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/MAINTAINERS
-   M /trunk/STATUS
-   M /trunk/TODO
-   M /trunk/configure.ac.in
-   M /trunk/include/input_ext-dec.h
-   M /trunk/modules/LIST
-   M /trunk/modules/codec/Modules.am
-   M /trunk/modules/demux/Modules.am
-   M /trunk/src/input/input_ext-dec.c
-
-
-* ALL: New ogg demux and vorbis codec modules for preliminary support of
-   ogg/vorbis streams.
-
-------------------------------------------------------------------------
-r2642 | gbazin | 2002-10-24 11:30:48 +0200 (Thu, 24 Oct 2002) | 3 lines
-Changed paths:
-   A /trunk/modules/codec/vorbis.c
-   A /trunk/modules/demux/ogg.c
-
-
-* ALL: I did add these files, but forgot to commit them ( ouarf ouarf :)
-
-------------------------------------------------------------------------
-r2643 | gbazin | 2002-10-24 11:37:48 +0200 (Thu, 24 Oct 2002) | 8 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/cinepak/cinepak.c
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/src/input/input_ext-dec.c
-
-
-* src/input/input_ext-dec.c, include/input_ext-dec.h, modules/codec/araw.c:
-   renamed input_NextPES into input_ExtractPES and factorised its code.
-* modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad/decoder.c,
-   modules/codec/cinepak/cinepak.c: make use of NextPES and GetPES from
-   src/input/input_ext-dec.c.
-* modules/codec/a52.c: fixed uninitialized variable.
-
-------------------------------------------------------------------------
-r2644 | fenrir | 2002-10-24 12:33:09 +0200 (Thu, 24 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/src/input/input_ext-dec.c
-
- * ffmpeg : new way to gather a frame
- * input_ext-dec.c : add a call to GetPES in NextPES when fifo is empty.
-
-------------------------------------------------------------------------
-r2645 | sigmunau | 2002-10-24 16:26:32 +0200 (Thu, 24 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/kde/messages.cpp
-
-less braindead coloring
-
-------------------------------------------------------------------------
-r2646 | gbazin | 2002-10-24 19:36:42 +0200 (Thu, 24 Oct 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-
-* modules/audio_output/oss.c: Finally fixed! There also is a new config option
-   (--oss-buggy) to work-around buggy oss drivers.
-
-------------------------------------------------------------------------
-r2648 | sam | 2002-10-25 11:21:09 +0200 (Fri, 25 Oct 2002) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-  * ./include/vlc_common.h: we now use the ISO C9x types (int8_t, uint8_t,
-    int16_t) instead of our custom types (s8, u8, s16) and you are encouraged
-    to use these types from now. Of course the old types are still available
-    for backward compatibility.
-
-------------------------------------------------------------------------
-r2649 | sam | 2002-10-25 11:24:29 +0200 (Fri, 25 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-
-  * ./bootstrap, ./Makefile.am: we don't build static libraries if their only
-    goal is to provide dependencies for shared libraries.
-
-------------------------------------------------------------------------
-r2650 | gbazin | 2002-10-25 17:21:42 +0200 (Fri, 25 Oct 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-
-* modules/audio_output/oss.c: when now set the fragment size of the OSS device
-   according to the size of an audio sample.
-   For buggy OSS drivers, we now take into account the real size of the OSS
-   internal buffer when we check how much this buffer has been filled.
-
-------------------------------------------------------------------------
-r2651 | gbazin | 2002-10-25 17:42:00 +0200 (Fri, 25 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-
-
-* include/aout_internal.h: oops, forgot to commit this in my last changes.
-
-------------------------------------------------------------------------
-r2652 | sam | 2002-10-25 20:17:59 +0200 (Fri, 25 Oct 2002) | 8 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/vout.h
-   M /trunk/mozilla/.cvsignore
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-
-  * ./modules/video_output/directx/events.c: start the colorkey search at 10,
-    not 5, to avoid using a color used by another application.
-  * ./modules/video_output/directx/events.c: support for drawing in a parent
-    window instead of creating our own; still a bit flakey.
-
-  * ./mozilla/vlcshell.cpp: we can now compile the Mozilla plugin so that it
-    does not call libvlc (for testing purposes).
-
-------------------------------------------------------------------------
-r2653 | garf | 2002-10-26 03:08:13 +0200 (Sat, 26 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/yuv.c
-
-YUV plans filter (modifies all 3 plans separatly)
-
-------------------------------------------------------------------------
-r2654 | gbazin | 2002-10-26 17:24:19 +0200 (Sat, 26 Oct 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/access/dvd/access.c
-   M /trunk/modules/access/dvdplay/access.c
-   M /trunk/modules/access/dvdread/input.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/src/input/input_ext-plugins.c
-
-
-* ALL: p_selected_area->i_tell is now update inside input_SplitBuffer instead
-   of inside the pf_read functions of access plugins. That means i_tell now
-   actually reflects the position of what is being decoded and furthermore it
-   is updated more often.
-
-------------------------------------------------------------------------
-r2655 | fenrir | 2002-10-26 21:14:46 +0200 (Sat, 26 Oct 2002) | 7 lines
-Changed paths:
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libioRIFF.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/wav/wav.c
-
-
- * all : fix for new use of p_selected_area->i_tell.
-
- Just a word: now we cannot update anymore p_input->p_current_data
-without updating i_tell. I known that it's used for skipping some bytes in
-mp3 demux (not yet fixed), I don't known if it's used elsewhere....
-
-------------------------------------------------------------------------
-r2656 | fenrir | 2002-10-27 16:37:16 +0100 (Sun, 27 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/Modules.am
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-   M /trunk/modules/demux/avi/libavi.c
-
- * all : rewrite demux part (simpler and cleaner). Please, tell me if you see
-some regression.
-
-------------------------------------------------------------------------
-r2657 | gbazin | 2002-10-27 17:58:14 +0100 (Sun, 27 Oct 2002) | 6 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/a52old/a52old.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/cinepak/cinepak.c
-   M /trunk/modules/codec/dv/dv.c
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mad/decoder.c
-   M /trunk/modules/codec/mad/decoder.h
-   M /trunk/modules/codec/mad/libmad.c
-   M /trunk/modules/codec/mpeg_audio/decoder.c
-   M /trunk/modules/codec/mpeg_video/parser.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/misc/dummy/decoder.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-dec.c
-
-
-* ALL: removed GetPES and NextPES, we now use input_ExtractPES everywhere instead
-   of these. The bitstream facility has also been changed to use input_ExtractPES
-   and now stores the current PES in its structure.
-   Introduced input_FlushPESFifo() and CloseBitstream().
-
-------------------------------------------------------------------------
-r2658 | gbazin | 2002-10-27 17:59:30 +0100 (Sun, 27 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: we now set p_input->stream.i_mux_rate.
-
-------------------------------------------------------------------------
-r2659 | titer | 2002-10-27 18:23:17 +0100 (Sun, 27 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/modules/codec/faad/decoder.c
-
-vlc_threads_func.h : skip a useless BeOS warning
-faad/decoder.c : minor compile fix
-
-------------------------------------------------------------------------
-r2660 | fenrir | 2002-10-27 19:06:33 +0100 (Sun, 27 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/faad/decoder.h
-
- * all: new way to gather frame (same as ffmpeg).
-
-------------------------------------------------------------------------
-r2661 | sigmunau | 2002-10-28 00:10:19 +0100 (Mon, 28 Oct 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/kde/Modules.am
-   A /trunk/modules/gui/kde/info.cpp
-   A /trunk/modules/gui/kde/info.h
-   M /trunk/modules/gui/kde/interface.cpp
-   M /trunk/modules/gui/kde/interface.h
-   M /trunk/modules/gui/kde/kde.cpp
-   A /trunk/modules/gui/kde/languagemenu.cpp
-   A /trunk/modules/gui/kde/languagemenu.h
-   M /trunk/modules/gui/kde/ui.rc
-
- * added a simple dialog to show id3-tags and other info
- * finally added languages/subtitles selections menus, found and got fixed two
- bugs in kdelibs in the process, but only one of them will get into kde 3.1.
- * made the location of the ui.rc file configureable, usefull for testing.
-
-------------------------------------------------------------------------
-r2662 | fenrir | 2002-10-28 02:51:37 +0100 (Mon, 28 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   D /trunk/modules/demux/avi/libioRIFF.c
-   D /trunk/modules/demux/avi/libioRIFF.h
-
- * avi.c : fix a bug (bad choice in stream to be read)
- * libioRIFF : now useless files.
-
-------------------------------------------------------------------------
-r2663 | fenrir | 2002-10-28 07:26:11 +0100 (Mon, 28 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/Modules.am
-   A /trunk/modules/codec/ffmpeg/audio.c
-   A /trunk/modules/codec/ffmpeg/audio.h
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
-   A /trunk/modules/codec/ffmpeg/video.c
-   A /trunk/modules/codec/ffmpeg/video.h
-
- * all : add audio decoding support in ffmpeg module, since they have
-added wma1/2 decoder... :))
-
-------------------------------------------------------------------------
-r2664 | sigmunau | 2002-10-28 08:46:06 +0100 (Mon, 28 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/kde/interface.cpp
-
- * Disable some menu items when no input is available.
- * Some cleanups
-
-------------------------------------------------------------------------
-r2665 | fenrir | 2002-10-28 12:49:57 +0100 (Mon, 28 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
- * fix a bug while passing informations to audio decoder(wma in
-asf should work).
-
-------------------------------------------------------------------------
-r2666 | sam | 2002-10-28 14:25:56 +0100 (Mon, 28 Oct 2002) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/doc/fortunes.txt
-   M /trunk/include/variables.h
-   M /trunk/src/misc/variables.c
-
-  * ./Makefile.am: fixed missing build dependencies for the Mozilla plugin.
-  * ./src/misc/variables.c: implemented min/max and steps for integer and
-    float variables.
-
-------------------------------------------------------------------------
-r2667 | sam | 2002-10-28 17:26:44 +0100 (Mon, 28 Oct 2002) | 6 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/access/dvdplay/tools.c
-   M /trunk/src/misc/messages.c
-
-  * ./configure.ac.in: we explicitely link the dvdplay plugin with libdvdcss
-    if it was found.
-  * ./modules/access/dvdplay/tools.c: we don't try to stat the device if it
-    looks like a Win32 drive.
-  * ./src/misc/messages.c: we only flush stderr under Win32.
-
-------------------------------------------------------------------------
-r2668 | titer | 2002-10-28 17:55:05 +0100 (Mon, 28 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/Modules.am
-   M /trunk/modules/gui/beos/MsgVals.h
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-
-- Added a small preferences window
-- Fixes
-
-------------------------------------------------------------------------
-r2669 | titer | 2002-10-28 18:18:18 +0100 (Mon, 28 Oct 2002) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/beos/PreferencesWindow.cpp
-   A /trunk/modules/gui/beos/PreferencesWindow.h
-
-Forgot to add files :|
-
-------------------------------------------------------------------------
-r2670 | titer | 2002-10-28 20:42:24 +0100 (Mon, 28 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/MediaControlView.h
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
-- Added LCD info view from 0.4.x
-
-------------------------------------------------------------------------
-r2672 | sam | 2002-10-28 21:57:02 +0100 (Mon, 28 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/include/variables.h
-   M /trunk/src/misc/variables.c
-
-  * ./include/variables.h, ./src/misc/variables.c: list variables.
-
-------------------------------------------------------------------------
-r2673 | gbazin | 2002-10-28 23:23:23 +0100 (Mon, 28 Oct 2002) | 7 lines
-Changed paths:
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/mpeg_video/parser.c
-
-
-* modules/codec/mpeg_video/parser.c: add_module() for "mpeg-motion" wasn't using
-   the right capability.
-* modules/codec/ffmpeg/ffmpeg.c: fixed typo (re-enabled default case in a
-   switch).
-* modules/codec/a52.c: fixed the AOUT_DOLBY detection.
-
-------------------------------------------------------------------------
-r2674 | gbazin | 2002-10-28 23:25:16 +0100 (Mon, 28 Oct 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-
-* modules/video_output/directx/directx.c: fixed segfault on initialization.
-   Changed back the priority of the event thread to normal.
-
-------------------------------------------------------------------------
-r2675 | gbazin | 2002-10-28 23:31:50 +0100 (Mon, 28 Oct 2002) | 8 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/waveout.c
-
-
-* configure.ac.in: libvorbis depends on libogg.
-* include/vlc_threads.h: changed the different threads priorities to optimize
-   audio and video quality as well as responsiveness.
-* modules/audio_output/waveout.c modules/audio_output/directx.c: waveout and
-   directx will now use the float32 format if available. Various tweaks for
-   better performance.
-
-------------------------------------------------------------------------
-r2679 | gbazin | 2002-10-29 11:22:32 +0100 (Tue, 29 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-
-
-* modules/codec/ffmpeg/audio.c: compilation fix for ffmpeg builds < 4618
-
-------------------------------------------------------------------------
-r2680 | sam | 2002-10-29 14:22:48 +0100 (Tue, 29 Oct 2002) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/variables.c
-   M /trunk/src/playlist/playlist.c
-
-  * ./include/vlc_common.h: defined the INSERT_ELEM and REMOVE_ELEM macros
-    which are a generic use of the realloc/memmove/index++ scheme we use for
-    dynamic arrays.
-  * ./src/misc/variables.c: properly free the choice list upon variable
-    destruction.
-
-------------------------------------------------------------------------
-r2681 | sam | 2002-10-29 14:38:37 +0100 (Tue, 29 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/src/misc/variables.c
-
-  * ./src/misc/variables.c: simple change to var_Type() so that it returns
-    an error (value < 0) if the variable does not exist.
-
-------------------------------------------------------------------------
-r2682 | titer | 2002-10-29 18:33:11 +0100 (Tue, 29 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/TransportButton.cpp
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-
- No more warnings.
-
-------------------------------------------------------------------------
-r2683 | sam | 2002-10-29 19:12:07 +0100 (Tue, 29 Oct 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-
-  * ./Makefile.am: fixed a typo that caused HAVE_DEBUG to imply HAVE_RELEASE.
-  * ./bootstrap: fixed calls to $(LINK) which had duplicate -o options.
-
-------------------------------------------------------------------------
-r2684 | sam | 2002-10-29 19:57:40 +0100 (Tue, 29 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-  * ./src/misc/modules.c: plugin extension check is now case unsensitive.
-
-------------------------------------------------------------------------
-r2693 | titer | 2002-10-30 01:59:22 +0100 (Wed, 30 Oct 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
- - now vlc no longer tries to use overlay if another application already
-   uses it
- - clean up
-
-------------------------------------------------------------------------
-r2694 | titer | 2002-10-30 07:12:27 +0100 (Wed, 30 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-
-  - Fixes. Most of the interface features now work again.
-
-------------------------------------------------------------------------
-r2695 | titer | 2002-10-30 07:37:20 +0100 (Wed, 30 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-
-  - Fixed an enormous memory leak (forgot to aout_BufferFree ;)
-
-------------------------------------------------------------------------
-r2697 | massiot | 2002-10-31 03:12:02 +0100 (Thu, 31 Oct 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-Fixed plug-in compilation on OS X.
-
-------------------------------------------------------------------------
-r2698 | gbazin | 2002-10-31 10:40:26 +0100 (Thu, 31 Oct 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/src/audio_output/output.c
-
-
-* modules/codec/spudec/spudec.c, modules/codec/spudec/parse.c: fixed a couple
-   of problems introduced with the recent changes to the bitstream facility.
-* src/audio_output/output.c: fixed a quite annoying bug in aout3 that was
-   triggering unnecessary trashing of audio frames.
-
-------------------------------------------------------------------------
-r2699 | sam | 2002-10-31 12:16:30 +0100 (Thu, 31 Oct 2002) | 8 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h.in
-   M /trunk/src/misc/variables.c
-   M /trunk/src/playlist/playlist.c
-
-  * ./src/misc/variables.c: callbacks are now called after the variable has
-    been modified. Maybe we'll need the other type, too, but this change will
-    make things simpler in aout3.
-
-  * ./src/playlist/playlist.c: removed two unused variables.
-  * ./src/misc/modules.c: removed a debug message I had forgotten.
-  * ./src/misc/modules_plugin.h.in: fixed a typo (thanks bozo).
-
-------------------------------------------------------------------------
-r2700 | sigmunau | 2002-11-01 13:52:23 +0100 (Fri, 01 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/kde/Modules.am
-
-fixed a typo that caused the ui.rc file to be installed in PREFIX/sharevlc/
-
-------------------------------------------------------------------------
-r2701 | gbazin | 2002-11-01 16:06:23 +0100 (Fri, 01 Nov 2002) | 8 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/output.c
-
-
-* src/audio_output/common.c, include/aout_internal.h: added a new function
-   aout_FifoFirstDate() that allows the aout plugin to schedule the first
-   play.
-* src/audio_output/output.c: fixed another problem affecting the audio quality.
-* modules/audio_output/directx.c: improvements. The buffering scheme has been
-   changed to be less affected by temporary starving. We also schedule the first   sample to play.
-
-------------------------------------------------------------------------
-r2702 | gbazin | 2002-11-01 16:43:55 +0100 (Fri, 01 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-
-
-* modules/audio_output/directx.c: forgot an aout_BufferFree().
-
-------------------------------------------------------------------------
-r2704 | gbazin | 2002-11-02 12:53:17 +0100 (Sat, 02 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-
-* src/video_output/video_output.c: small change to avoid using floating point
-   registers in the video ouptut routines.
-
-------------------------------------------------------------------------
-r2705 | sigmunau | 2002-11-02 18:31:37 +0100 (Sat, 02 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/debian/rules
-   M /trunk/modules/codec/dv/dv.c
-
-modules/codec/dv/dv.h: workaround for a namespace collision (#undef vlc_error)
-debian/rules: update the location of libgnome_main_plugin.so and
-libgtk_main_plugin.so. Added the ui.rc file to the kvlc package. All debian
-packages seem to build now (even though there were some warnings)
-
-------------------------------------------------------------------------
-r2706 | gbazin | 2002-11-02 19:13:22 +0100 (Sat, 02 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c, modules/codec/vorbis.c: seeking in an ogg stream is
-   working fine now, + misc other improvements.
-
-------------------------------------------------------------------------
-r2707 | gbazin | 2002-11-02 23:47:16 +0100 (Sat, 02 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: small fix to avoid crashing when find unknown codecs.
-
-------------------------------------------------------------------------
-r2708 | gbazin | 2002-11-03 14:22:44 +0100 (Sun, 03 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: we now correctly handle multiple vorbis logical streams
-   in ogm files.
-* modules/codec/vorbis.c: small bugfix.
-
-------------------------------------------------------------------------
-r2709 | gbazin | 2002-11-04 00:00:32 +0100 (Mon, 04 Nov 2002) | 7 lines
-Changed paths:
-   A /trunk/include/codecs.h
-   M /trunk/modules/demux/ogg.c
-
-
-* include/codecs.h: new header file to store information shared by decoders
-   and demuxers, like the BITMAPINFOHEADER structure for instance.
-* modules/demux/ogg.c: the ogg demuxer should now work nicely with ogm files
-   (including for the video). It has only been tested with a few streams
-   produced with dvd::rip and ogmmerge though.
-
-------------------------------------------------------------------------
-r2710 | sam | 2002-11-04 16:04:45 +0100 (Mon, 04 Nov 2002) | 6 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/doc/fortunes.txt
-   M /trunk/mozilla/npvlc_rc.rc
-   M /trunk/mozilla/vlcplugin.h
-
-  * ./Makefile.am: we properly install plugins in the OS X vlc.app directory.
-  * ./mozilla/npvlc_rc.rc, ./mozilla/vlcplugin.h: added the Ogg mime type to
-    the Mozilla plugin properties.
-  * ./debian/control: added libogg-dev and libvorbis-dev dependicies to the
-    Debian build script.
-
-------------------------------------------------------------------------
-r2711 | sam | 2002-11-04 19:27:30 +0100 (Mon, 04 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * ./bootstrap: automake 1.7 is OK to bootstrap vlc.
-
-------------------------------------------------------------------------
-r2712 | jlj | 2002-11-05 04:57:16 +0100 (Tue, 05 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/Modules.am
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   A /trunk/modules/gui/macosx/prefs.h
-   A /trunk/modules/gui/macosx/prefs.m
-
-  * ./modules/gui/macosx/prefs.m: new configuration interface
-
-------------------------------------------------------------------------
-r2713 | gbazin | 2002-11-05 11:07:56 +0100 (Tue, 05 Nov 2002) | 8 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/ffmpeg/video.h
-   M /trunk/modules/demux/asf/libasf.h
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-
-
-* modules/codec/ffmpeg/*: modified the ffmpeg video codec to use direct
-   rendering when possible.
-   Use BITMAPINFOHEADER from include/codecs.h + got rid of Little Endian
-   translations that were already done in the demux.
-* modules/demux/avi/* modules/demux/asf/*: Use BITMAPINFOHEADER from
-   include/codecs.h.
-
-------------------------------------------------------------------------
-r2714 | sam | 2002-11-05 15:52:28 +0100 (Tue, 05 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/Makefile.am
-   M /trunk/modules/codec/Modules.am
-   D /trunk/modules/codec/dv
-   A /trunk/modules/codec/dv.c
-
-  * ./codec/dv/dv.c: moved this single file to its parent directory; removed
-    GetFirstPES in favour of input_ExtractPES/input_DeletePES calls.
-
-------------------------------------------------------------------------
-r2715 | gbazin | 2002-11-05 19:25:43 +0100 (Tue, 05 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/access/dvd/es.c
-   M /trunk/modules/access/dvdplay/es.c
-   M /trunk/modules/access/dvdread/input.c
-   M /trunk/modules/access/satellite/access.c
-   M /trunk/src/input/input_programs.c
-
-
-* All: moved the check for "video" and "audio" config variables to
-   input_SelectES(). That allows --no-video and --no-audio to automagically
-   work for all demuxers.
-
-------------------------------------------------------------------------
-r2716 | gbazin | 2002-11-05 22:57:41 +0100 (Tue, 05 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: should theoretically work on Big Endian machines now.
-
-------------------------------------------------------------------------
-r2717 | sam | 2002-11-05 23:53:21 +0100 (Tue, 05 Nov 2002) | 7 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/xvid.c
-
-  * ./modules/codec/xvid.c: beginning of a video decoder using the Xvid codec
-    from xvid.org; compile with --enable-xvid --with-xvid-tree=..., run with
-    --codec xvid,any (the priority is lower than ffmpeg's for the now).
-
-    todo list: direct rendering, better buffer handling, see why only I frames
-               are rendered OK here... probably more.
-
-------------------------------------------------------------------------
-r2718 | gbazin | 2002-11-06 00:48:46 +0100 (Wed, 06 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-
-
-* modules/demux/avi/*: should theoretically fix the endianness issues with
-   the avi demuxer.
-
-------------------------------------------------------------------------
-r2719 | sam | 2002-11-06 10:26:25 +0100 (Wed, 06 Nov 2002) | 7 lines
-Changed paths:
-   M /trunk/modules/codec/dv.c
-   M /trunk/modules/codec/xvid.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/extras.c
-
-  * ./src/misc/extras.c: removed a duplicate calculation inside a macro.
-  * ./src/libvlc.c: fixed a bug causing all commandline targets to be ignored
-    for playback except the last one.
-  * ./modules/codec/dv.c: we detach p_vout before quitting.
-  * ./modules/codec/xvid.c: fixed image corruption, added a direct rendering
-    option which doesn't work yet.
-
-------------------------------------------------------------------------
-r2720 | sam | 2002-11-06 15:44:30 +0100 (Wed, 06 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-
-  * ./modules/demux/avi/avi.c, ./modules/demux/avi/libavi.c: additional
-    endianness fixes, spelling fixes, reworked return values usage, used
-    C99 types.
-
-------------------------------------------------------------------------
-r2721 | jobi | 2002-11-06 16:41:29 +0100 (Wed, 06 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/access/vcd/vcd.h
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-
-  * modules/access/vcd/vcd.*: added entry points support (sort of
-    chapters).
-  * modules/gui/gtk/gtk_callbacks.c: added some locks to the
-    navigation functions
-
-------------------------------------------------------------------------
-r2722 | sam | 2002-11-06 19:07:57 +0100 (Wed, 06 Nov 2002) | 6 lines
-Changed paths:
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/modules/access/dvdplay/access.c
-   M /trunk/modules/access/dvdplay/dvd.h
-   M /trunk/modules/access/dvdplay/intf.c
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/render.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/spudec/spudec.h
-   M /trunk/src/video_output/vout_subpictures.c
-
-  * ./modules/access/dvdplay/access.c: activated button highlighting.
-  * ./modules/codec/spudec/parse.c: implemented subtitle cropping and
-    temporarily disabled subtitle cropping.
-  * ./modules/codec/spudec/render.c: split RenderSPU into chroma-specific
-    functions.
-
-------------------------------------------------------------------------
-r2723 | gbazin | 2002-11-06 22:48:24 +0100 (Wed, 06 Nov 2002) | 16 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/ffmpeg/video.h
-   M /trunk/modules/codec/spudec/Modules.am
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/render.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/spudec/spudec.h
-   A /trunk/modules/codec/spudec/subtitler.c
-   A /trunk/modules/codec/spudec/text.c
-   M /trunk/modules/demux/ogg.c
-   A /trunk/share/font-eutopiabold36.rle
-
-
-* modules/codec/spudec/*: modified the spu decoder to handle text subtitles.
-   Only one format of text subtitles is supported right now but we should be able
-   to expand this by modifying modules/codec/spudec/text.c.
-   Most of this work comes from by Andrew Flintham ( thanks a bunch Andrew :).
-
-* share/font-eutopiabold36.rle: new font for the text subtitler, courtesy of
-   Andrew Flintham.
-
-* AUTHORS: added Andrew Flintham to the authors file.
-
-* modules/demux/ogg.c: modified the ogg demuxer to handle subtitles.
-
-* modules/codec/ffmpeg/*: modified the ffmpeg decoder to always keep the last decoded
-   frame linked.
-
-------------------------------------------------------------------------
-r2724 | gbazin | 2002-11-07 17:54:39 +0100 (Thu, 07 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-
-* modules/access/http.c: don't crash, but complain on non http/1.x streams.
-
-------------------------------------------------------------------------
-r2725 | gbazin | 2002-11-07 20:31:08 +0100 (Thu, 07 Nov 2002) | 10 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-   M /trunk/include/codecs.h
-   M /trunk/include/vlc_config.h
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/win32_specific.c
-
-
-* INSTALL.win32, include/vlc_config.h, src/libvlc.h: changes to reflect the
-   fact that libdvdcss now needs a colon after the DVD drive letter (on Win32).
-
-* src/misc/messages.c: on Win32 only use fflush() if in debug mode.
-
-* src/misc/win32_specific.c: try to raise the our process priority slightly
-   above normal. This prevent us from suffering too much from normal activity
-   of the OS.
-
-------------------------------------------------------------------------
-r2726 | sigmunau | 2002-11-07 22:09:59 +0100 (Thu, 07 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/audio_filter/resampler/Modules.am
-   A /trunk/modules/audio_filter/resampler/linear.c
-
- added a new resampler based on linear interpolation, giving a fair tradeoff
-between sound quality and speed
-
-------------------------------------------------------------------------
-r2727 | sam | 2002-11-07 23:56:08 +0100 (Thu, 07 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-  * ./include/vlc_common.h: compilation fix for Cygwin.
-
-------------------------------------------------------------------------
-r2728 | gbazin | 2002-11-08 11:26:54 +0100 (Fri, 08 Nov 2002) | 8 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access/dvd/access.c
-   M /trunk/modules/access/dvd/ifo.c
-   M /trunk/modules/access/dvdplay/intf.c
-   M /trunk/modules/access/dvdread/input.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/codec/mpeg_video/synchro.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/video_output/video_output.c
-
-
-* ALL: using "%ll" in printf format strings is not portable (notably on win32) so
-   we now use the I64Fx familly of macros to print 64 bits numbers (x being
-   replaced by d,i,o,u,x or X).
-   eg: msg_Dbg( p_this, "sample is "I64Fi" late", ll_time );
-
-* src/misc/messages.c: got rid of ConvertPrintfFormatString().
-
-------------------------------------------------------------------------
-r2729 | gbazin | 2002-11-08 15:23:49 +0100 (Fri, 08 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/audio_filter/converter/Modules.am
-   A /trunk/modules/audio_filter/converter/s8tofloat32.c
-   A /trunk/modules/audio_filter/converter/u8tofloat32.c
-   M /trunk/modules/codec/araw.c
-
-
-* configure.ac.in, modules/audio_filter/converter/*: added a s8tofloat32.c and
-   u8tofloat32.c converter.
-* modules/codec/araw.c: modified to also decode u8 pcm audio samples.
-
-------------------------------------------------------------------------
-r2730 | sam | 2002-11-09 17:34:53 +0100 (Sat, 09 Nov 2002) | 7 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/configure.ac.in
-   D /trunk/extras/GNUgetopt
-   D /trunk/extras/Win32_msvc/dirent.c
-   D /trunk/extras/Win32_msvc/dirent.h
-   M /trunk/include/aout_internal.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/share/vlc_win32_rc.rc
-   A /trunk/src/extras
-   A /trunk/src/extras/.cvsignore
-   A /trunk/src/extras/COPYING
-   A /trunk/src/extras/dirent.c
-   A /trunk/src/extras/dirent.h
-   A /trunk/src/extras/getopt.c
-   A /trunk/src/extras/getopt.h
-   A /trunk/src/extras/getopt1.c
-   A /trunk/src/extras/strndup.c
-   M /trunk/src/input/input_info.c
-   D /trunk/src/misc/extras.c
-   M /trunk/src/misc/objects.c
-
-  * ./Makefile.am: added a "update-vlc.dsp" rule to create the MSVC project
-    file from the makefile.
-  * ./msvc/*: moved the MSVC files here.
-  * ./src/extras/*: moved the extra code here (used to be in src/misc,
-    extras/GNUgetopt and extras/Win32_msvc).
-  * ./include/*: a few warning fixes.
-
-------------------------------------------------------------------------
-r2731 | sam | 2002-11-09 17:39:09 +0100 (Sat, 09 Nov 2002) | 2 lines
-Changed paths:
-   A /trunk/msvc
-   A /trunk/msvc/.cvsignore
-   A /trunk/msvc/config.h
-   A /trunk/msvc/modules_builtin_msvc.h
-   A /trunk/msvc/vlc.dsp
-   A /trunk/msvc/vlc.dsp.in
-   A /trunk/msvc/vlc.dsp.out
-   A /trunk/msvc/vlc.dsw
-
-  * ./msvc/*: MSVC project files and default config files.
-
-------------------------------------------------------------------------
-r2732 | sam | 2002-11-09 18:44:09 +0100 (Sat, 09 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac.in
-   M /trunk/src/extras/dirent.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
-
-  * A few additional MSVC build fixes.
-
-------------------------------------------------------------------------
-r2733 | sam | 2002-11-09 19:28:36 +0100 (Sat, 09 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-
- * ./include/aout_internal.h: fixed a breakage I just introduced.
-
-------------------------------------------------------------------------
-r2734 | sam | 2002-11-09 19:28:58 +0100 (Sat, 09 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/msvc/vlc.dsp
-   A /trunk/msvc/vlc.vcp
-   A /trunk/msvc/vlc.vcw
-   A /trunk/share/vlc_wince_rc.rc
-
-  * ./msvc/vlc.dsp: additional fixes to the MSVC project.
-  * ./msvc/vlc.vcw: skeleton of a WinCE project file (yet non-functional).
-
-------------------------------------------------------------------------
-r2735 | fenrir | 2002-11-10 03:47:27 +0100 (Sun, 10 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.h
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * faad : adapt to newer version.
- * ffmpeg : adapt postprocessing for latest libavcodec version, add an
-option to disable direct rendering as postprocessing is currently broken
-with it, and with some files I have bad pictures.
-
-------------------------------------------------------------------------
-r2736 | sigmunau | 2002-11-10 14:24:35 +0100 (Sun, 10 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/modules/audio_filter/resampler/linear.c
-
- ./ChangeLog: added entry for the linear resampler
- ./modules/audio_filter/resampler/linear.c: This should allways generate the
-right number of samples now. The morale is never base your floating point
-calculations on the output of integer divitions.
-
-------------------------------------------------------------------------
-r2737 | gbazin | 2002-11-10 15:31:46 +0100 (Sun, 10 Nov 2002) | 8 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/output.c
-
-
-* src/audio_output/output.c: fixed another quality affecting bug.
-
-* include/aout_internal.h src/audio_output/input.c: major change to the
-   resampling algorithm. When resampling is requested to keep the audio stream
-   synchronised to the main clock, we trigger it but we change the resampling
-   rate only progressively so it doesn't get noticed too much by the listener.
-
-------------------------------------------------------------------------
-r2738 | fenrir | 2002-11-10 16:37:39 +0100 (Sun, 10 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
- http: Accept ICY server reponse (Used for some web radio) and in that
-case it forces mp3 demuxer (Should be ok...)
-
-------------------------------------------------------------------------
-r2739 | fenrir | 2002-11-10 17:31:20 +0100 (Sun, 10 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-
- all: fix a bug in packet parsing and can now play unseekable stream.
-
-------------------------------------------------------------------------
-r2740 | sam | 2002-11-10 19:04:24 +0100 (Sun, 10 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/configure.ac.in
-   M /trunk/doc/fortunes.txt
-   M /trunk/include/main.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/modules/misc/testsuite/test4.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/msvc/vlc.dsp
-   M /trunk/msvc/vlc.vcp
-   A /trunk/msvc/vlc.vcp.in
-   A /trunk/msvc/vlc.vcp.out
-   M /trunk/src/extras/dirent.c
-   M /trunk/src/extras/dirent.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/input/input_info.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/cpu.c
-   D /trunk/src/misc/iso-639.def
-   A /trunk/src/misc/iso-639_def.h
-   M /trunk/src/misc/iso_lang.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_subpictures.c
-   M /trunk/src/vlc.c
-
-  * ALL: WinCE compilation fixes (mostly nonexistent headers). A lot of
-    work is still needed for missing functions. I only touched libvlc for
-    the moment, plugins will come in a long long while.
-  * ./bootstrap: moved MSVC project files generation here; use --update-msvc.
-
-------------------------------------------------------------------------
-r2741 | sam | 2002-11-11 00:41:54 +0100 (Mon, 11 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac.in
-   M /trunk/include/vlc_common.h
-   M /trunk/msvc/vlc.dsp
-   M /trunk/msvc/vlc.vcp
-   M /trunk/msvc/vlc.vcp.in
-   M /trunk/src/extras/dirent.c
-   A /trunk/src/extras/libc.c
-   D /trunk/src/extras/strndup.c
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/vlc.c
-
-  * ALL: libvlc now compiles and run under WinCE. I haven't ported any modules
-    yet so there's little that can be tested, but threads work at least.
-  * ./src/extras/libc.c: renamed strndup.c to libc.c because a few other
-    libc functions were added (strcasecmp, atof, getenv...).
-
-------------------------------------------------------------------------
-r2742 | sam | 2002-11-11 15:39:12 +0100 (Mon, 11 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/interface.h
-   M /trunk/include/iso_lang.h
-   M /trunk/include/main.h
-   M /trunk/include/mmx.h
-   M /trunk/include/modules.h
-   M /trunk/include/mtime.h
-   M /trunk/include/os_specific.h
-   M /trunk/include/variables.h
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_config.h
-   M /trunk/include/vlc_cpu.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/src/extras/dirent.c
-   M /trunk/src/extras/getopt.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/input/input_info.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h.in
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/stream_output/stream_output.c
-
-  * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because
-    WIN32 isn't always defined under WinCE, but might be. Grmbl.
-  * ./include/*: changed a few u* and s* to uint*_t and int*_t.
-
-------------------------------------------------------------------------
-r2743 | gbazin | 2002-11-11 20:16:21 +0100 (Mon, 11 Nov 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_output/file.c
-
-
-* modules/audio_output/file.c: will write a WAV header by default. Can be
-   disabled with --no-audiofile-wav.
-* modules/audio_filter/resampler/linear.c: disabled for now, until I actually
-   manage to make it work without a problem.
-
-------------------------------------------------------------------------
-r2744 | gbazin | 2002-11-11 23:27:01 +0100 (Mon, 11 Nov 2002) | 12 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-
-
-* src/audio_output/filters.c, src/audio_output/input.c, include/aout_internal.h,
-   modules/audio_filter/resampler/*: Changes that allow the resamplers to set
-   the start and end date of the frame it outputs.
-   This allows us for instance to output a smaller frame than what we should, and
-   keep the rest of the data to compute the resampling of the next frame.
-   In short, we can implement much more complex resampling algorithms than before.
-
-* modules/audio_filter/resampler/linear.c: rewrote the linear resampler. The audio
-   quality doesn't seem to be better than the ugly resampler, maybe I shouldn't
-   have wasted my time on this...
-
-------------------------------------------------------------------------
-r2745 | fenrir | 2002-11-12 01:54:40 +0100 (Tue, 12 Nov 2002) | 7 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/Makefile.am
-   A /trunk/modules/access/mms
-   A /trunk/modules/access/mms/.cvsignore
-   A /trunk/modules/access/mms/Modules.am
-   A /trunk/modules/access/mms/asf.h
-   A /trunk/modules/access/mms/mms.c
-   A /trunk/modules/access/mms/mms.h
-   A /trunk/modules/access/mms/var_buffer.h
-   M /trunk/modules/demux/asf/.cvsignore
-
- * modules/demux/asf/.cvsignore : put the good one.
- * modules/access/mms : add MMS (Microsoft Media Streaming) access (Support
-only TCP, I will try to add UDP and HTTP as well).
- There are some problems with streams selections and we cannot seek, but
-anyway it seems to work. (Usefull for some radio web)
- * other: enable mms access by default.
-
-------------------------------------------------------------------------
-r2746 | gbazin | 2002-11-12 11:44:04 +0100 (Tue, 12 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/src/extras/libc.c
-
-
-* src/extras/libc.c: fixed typo.
-* configure.ac.in: compilation fix on win32 for the mms access plugin (the
-   plugin is linked with ws2_32).
-
-------------------------------------------------------------------------
-r2747 | gbazin | 2002-11-12 12:45:27 +0100 (Tue, 12 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gtk.c
-
-
-* modules/gui/gtk/gtk.c: small bug-fix for a crash on module loading.
-
-------------------------------------------------------------------------
-r2748 | sam | 2002-11-12 14:57:13 +0100 (Tue, 12 Nov 2002) | 6 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac.in
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mms.h
-   M /trunk/modules/access/rtp.c
-   M /trunk/modules/access/satellite/access.c
-   M /trunk/modules/access/udp.c
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/input/input_ext-plugins.c
-
-  * ./Makefile.am: fixed rc compilation under mingw32/cygwin.
-  * ./modules/access/http.c: fixed a segfault (unchecked strstr return value).
-  * ./src/input/input_ext-plugins.c: removed platform-specific code and put
-    it in plugins. This leads to some code duplication but I have an evil
-    plan to get rid of that, too.
-
-------------------------------------------------------------------------
-r2749 | gbazin | 2002-11-12 17:02:51 +0100 (Tue, 12 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-
-
-* modules/gui/gtk/gtk_callbacks.c: fixed deadlocks.
-* modules/gui/gtk/gtk.c: fixed uninitialized variables.
-
-------------------------------------------------------------------------
-r2751 | gbazin | 2002-11-12 22:20:36 +0100 (Tue, 12 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/playlist.c
-
-
-* include/vlc_playlist.h, src/playlist/playlist.c: added a b_autodeletion
-   flag to the playlist item structure. If this flag is set then the playlist
-   item will be deleted automatically after it has been played.
-
-------------------------------------------------------------------------
-r2752 | sigmunau | 2002-11-12 23:18:54 +0100 (Tue, 12 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/m3u.c
-
- added a new demux that reads .m3u files and addes the contained items to
-the playlist. Currently only autodetects files that start with #EXTM3U
-otherwise you'll have to force it.
-
-------------------------------------------------------------------------
-r2754 | sam | 2002-11-13 10:56:19 +0100 (Wed, 13 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-  * ./po/POTFILES.in: fixed "make dist".
-
-------------------------------------------------------------------------
-r2755 | gbazin | 2002-11-13 12:09:56 +0100 (Wed, 13 Nov 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-   M /trunk/src/playlist/playlist.c
-
-
-* src/playlist/playlist.c: when autodeleting an item, we don't need to skip
-   to the next one.
-* modules/demux/m3u.c: added .asx support and changed the autodetection of
-   file type to just probe the file extension.
-
-------------------------------------------------------------------------
-r2756 | gbazin | 2002-11-13 13:58:19 +0100 (Wed, 13 Nov 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-   M /trunk/src/playlist/playlist.c
-
-
-* src/playlist/playlist.c: bugfix for when we delete the last playlist
-   element (I'll get this one right... eventually ;).
-* modules/demux/m3u.c: allow forcing the demux to be used by specifying the
-   asx or m3u demux.
-
-------------------------------------------------------------------------
-r2757 | sam | 2002-11-13 16:28:24 +0100 (Wed, 13 Nov 2002) | 6 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   A /trunk/evc
-   A /trunk/evc/config.h
-   A /trunk/evc/modules_builtin_evc.h
-   A /trunk/evc/vlc.c
-   A /trunk/evc/vlc.vcp
-   A /trunk/evc/vlc.vcp.in
-   A /trunk/evc/vlc.vcp.out
-   A /trunk/evc/vlc.vcw
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/msvc/config.h
-   D /trunk/msvc/vlc.vcp
-   D /trunk/msvc/vlc.vcp.in
-   D /trunk/msvc/vlc.vcp.out
-   D /trunk/msvc/vlc.vcw
-   A /trunk/share/newres.h
-   A /trunk/share/resource.h
-   M /trunk/share/vlc_wince_rc.rc
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/vlc.c
-
-  * ./msvc/*, ./evc/*: moved eMbedded Visual Studio files to the toplevel evc/
-    directory because the two project files are starting to diverge.
-  * ./evc/vlc.c: created a specific vlc.c file for Windows CE.
-  * ./src/misc/messages.c: as WinCE doesn't have stdout or stderr, the message
-    queue outputs to a logfile (until we have a proper interface).
-
-------------------------------------------------------------------------
-r2758 | fenrir | 2002-11-13 21:23:21 +0100 (Wed, 13 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/access/dvd/access.c
-   M /trunk/modules/access/dvdplay/access.c
-   M /trunk/modules/access/dvdread/input.c
-   M /trunk/modules/access/rtp.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/demuxdump.c
-
- access/* : don't override demux setting made by user.
- modules/demux/demuxdump.c : a little demux that dump raw stream.
-(should work with all access...)
-
-------------------------------------------------------------------------
-r2759 | fenrir | 2002-11-13 21:28:13 +0100 (Wed, 13 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/access/mms/asf.h
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mms.h
-
- * mms/* : better stream selection and add some options to override it.
-(Usefull with demuxdump).
-
-------------------------------------------------------------------------
-r2760 | sam | 2002-11-13 21:51:05 +0100 (Wed, 13 Nov 2002) | 6 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/doc/fortunes.txt
-   A /trunk/evc/libvlc.vcp
-   A /trunk/evc/libvlc.vcp.in
-   A /trunk/evc/plugins.vcp
-   A /trunk/evc/plugins.vcp.in
-   M /trunk/evc/vlc.c
-   M /trunk/evc/vlc.vcp
-   M /trunk/evc/vlc.vcw
-   M /trunk/include/aout_internal.h
-   M /trunk/msvc/config.h
-   A /trunk/msvc/libvlc.dsp
-   A /trunk/msvc/libvlc.dsp.in
-   A /trunk/msvc/plugins.dsp
-   A /trunk/msvc/plugins.dsp.in
-   M /trunk/msvc/vlc.dsp
-   M /trunk/msvc/vlc.dsp.in
-   M /trunk/msvc/vlc.dsw
-   M /trunk/share/vlc_wince_rc.rc
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/extras/dirent.c
-   M /trunk/src/extras/libc.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/iso_lang.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-
-  * ./bootstrap: bootstrap now requires the --config flag. With no arguments
-    it simply outputs a usage message.
-  * ./src/*: fixed a bunch of (legitimate) warnings under VC++.
-  * ./evc/*, ./msvc/*: split the workspaces into three projects (libvlc, vlc
-    and plugins -- plugins doesn't build anything yet).
-
-------------------------------------------------------------------------
-r2761 | fenrir | 2002-11-13 22:18:40 +0100 (Wed, 13 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-
- * fix and make better stream selection (if mms-maxbitrate unset, get the best
-quality else try to be closed to mms-maxbitrate ).
-
-------------------------------------------------------------------------
-r2764 | massiot | 2002-11-13 23:36:44 +0100 (Wed, 13 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-* OS X plug-in fix ;
-* Re-enabled float32 mixer (huh?).
-
-------------------------------------------------------------------------
-r2765 | gbazin | 2002-11-14 15:08:01 +0100 (Thu, 14 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/src/audio_output/intf.c
-
-
-* src/audio_output/intf.c: fixed a bug affecting audio volume initialization.
-
-------------------------------------------------------------------------
-r2766 | sigmunau | 2002-11-14 16:07:49 +0100 (Thu, 14 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
- make --version --help --longhelp --list and -p output to stdout.
-
-------------------------------------------------------------------------
-r2767 | fenrir | 2002-11-14 17:17:47 +0100 (Thu, 14 Nov 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/asf.h
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-
- asf/* : Convert all u* into uint*_t
-         Fix playing of some live asf, seek improvement (at least for me ;)
-but it's more some "kludge" with vlc clock than true fixes ...
-
- I will never understand how vlc clock works ....
-
-------------------------------------------------------------------------
-r2768 | fenrir | 2002-11-14 17:32:43 +0100 (Thu, 14 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-
- mms.c: it takes care of --no-audio and --no-video (to reduce bandwith
-usage),  and should not use more than --mms-maxbitrate (when there
-are multiple audio or video streams).
-
-------------------------------------------------------------------------
-r2769 | massiot | 2002-11-14 23:38:48 +0100 (Thu, 14 Nov 2002) | 20 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/faad/decoder.h
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/audio.h
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mad/libmad.c
-   M /trunk/modules/codec/mpeg_audio/decoder.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/gui/macosx/aout.m
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/audio_output/output.c
-
-Major change of the channels management. p_format->i_channels disappeares
-and is replaced by two members : i_physical_channels and i_original_channels.
-i_physical_channels describes the channels which are effectively present
-in the stream (at the current point of the aout pipeline), whereas
-i_original_channels represents the channels we used to constitute the
-stream. For instance a mono stream (FRONT_CENTER) may emanate from a
-FRONT_LEFT channel of a STEREO stream.
-
-Additionally, this contains hooks to dynamically select the audio device
-and the channels configuration. In order to do that, all aout plugins,
-and all interface plug-ins need to be adapted. Currently only SDL
-(partially OSS) and the rc interface have been adapted, please use them
-as a guide. Other aout plug-ins have been temporarily disabled.
-
-IMPORTANT : if you need a working sound output, DO NOT UPDATE YOUR TREE
-for several days until we fix that.
-
-* modules/misc/network/ipv4.c: Fixed a long-standing segfault when saving
-  preferences and asking for multicast.
-
-------------------------------------------------------------------------
-r2770 | alexis | 2002-11-14 23:44:57 +0100 (Thu, 14 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-
-Added the changelog of vlc 0.4.6.
-
-------------------------------------------------------------------------
-r2771 | gbazin | 2002-11-15 01:41:00 +0100 (Fri, 15 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/codec/vorbis.c
-
-
-* modules/codec/vorbis.c, modules/audio_filter/resampler/linear.c: adapted to
-   the new changes in aout3.
-
-------------------------------------------------------------------------
-r2772 | fenrir | 2002-11-15 02:17:08 +0100 (Fri, 15 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/faad/decoder.c
-
- faad: adapt to new changes in aout3 (at least it compiles)
-
-------------------------------------------------------------------------
-r2773 | gbazin | 2002-11-15 02:23:54 +0100 (Fri, 15 Nov 2002) | 6 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/src/audio_output/input.c
-
-
-* configure.ac.in: fixed a few typos regarding LDFLAGS_access_*. Re-enabled
-   the oss plugin as it seems to be working fine.
-* src/audio_output/input.c: fixed an obscure bug... (strange one though:
-   int foo = -1; unsigned int bar = 2; __MAX( foo, bar) == -1 ).
-
-------------------------------------------------------------------------
-r2775 | gbazin | 2002-11-15 15:41:49 +0100 (Fri, 15 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-
-* modules/access/http.c: added an http-proxy config variable. If the variable
-   is not set, we'll still look at the value of the http_proxy environment
-   variable.
-
-------------------------------------------------------------------------
-r2776 | gbazin | 2002-11-15 17:27:10 +0100 (Fri, 15 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/waveout.c
-
-
-* configure.ac.in, modules/audio_output/directx.c, modules/audio_output/waveout.c:
-   fixed the waveout and directx audio plugins after the recent changes to aout3.
-
-------------------------------------------------------------------------
-r2777 | gbazin | 2002-11-15 18:17:29 +0100 (Fri, 15 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/esd.c
-
-
-* configure.ac.in, modules/audio_output/arts.c, modules/audio_output/esd.c:
-   fixed the arts and esd audio plugins after the recent changes to aout3
-   (untested).
-
-------------------------------------------------------------------------
-r2778 | fenrir | 2002-11-15 19:10:26 +0100 (Fri, 15 Nov 2002) | 11 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/codec/spudec/text.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-   M /trunk/modules/demux/util/Modules.am
-   A /trunk/modules/demux/util/sub.c
-   A /trunk/modules/demux/util/sub.h
-
-* modules/demux/util : add a text subtitle demuxer. (Module called by demux).
-MicroDVD, SubRIP, SSA subtitle format should work...
- Options: --sub-file <subtitle file> [--sub-fps, --sub-delay --sub-format].
-
- * modules/demux/avi : make use of subtitle parser.
- * modules/demux/asf : display movie length. (It will not work with live
-streams of course).
-
- modules/codec/spudec : use i_dts to send end of display time for subtitle.
-(Yes it's ugly, but it works :)
-
-------------------------------------------------------------------------
-r2779 | fenrir | 2002-11-16 23:25:07 +0100 (Sat, 16 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi: fix playing over http (a bug I have introduced).
-
-------------------------------------------------------------------------
-r2780 | fenrir | 2002-11-17 07:46:56 +0100 (Sun, 17 Nov 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mp4/mp4.h
-   M /trunk/src/misc/objects.c
-
- * ffmpeg: disable direct rendering by default. I have too many files
-that don't work with it (I don't see why it doesn't work :(
- * mp4: fix a bug in timestamp calculation. Replace s/u* by s/uint*_t
- * avi : remove an useless debug message.
- * src/misc/objects.c : fix stream output object allocation.
-
-------------------------------------------------------------------------
-r2781 | fenrir | 2002-11-18 03:46:10 +0100 (Mon, 18 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
- * ffmpeg: set bug detection to auto by default.
-
-------------------------------------------------------------------------
-r2782 | sam | 2002-11-18 12:50:42 +0100 (Mon, 18 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * ./bootstrap: reverted the behaviour behaviour to the default, which
-    means no default flag to use (except for me, muahaha).
-
-------------------------------------------------------------------------
-r2783 | gbazin | 2002-11-18 14:02:16 +0100 (Mon, 18 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/LIST
-   M /trunk/modules/Makefile.am
-   A /trunk/modules/gui/wxwindows
-   A /trunk/modules/gui/wxwindows/.cvsignore
-   A /trunk/modules/gui/wxwindows/Modules.am
-   A /trunk/modules/gui/wxwindows/bitmaps
-   A /trunk/modules/gui/wxwindows/bitmaps/disc.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/file.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/net.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/next.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/pause.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/play.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/previous.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
-   A /trunk/modules/gui/wxwindows/interface.cpp
-   A /trunk/modules/gui/wxwindows/timer.cpp
-   A /trunk/modules/gui/wxwindows/wxwindows.cpp
-   A /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* added a wxwindows interface using the wxWindows cross-platform GUI framework.
-   The interface is quite basic for now but should be functional anyway.
-   (you need to have wxWindows >= 2.3.0 installed to use this plugin)
-
-------------------------------------------------------------------------
-r2784 | gbazin | 2002-11-18 14:08:35 +0100 (Mon, 18 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-   M /trunk/src/playlist/playlist.c
-
-
-* modules/demux/m3u.c: should manage entries with relative paths.
-* src/playlist/playlist.c: fixed playlist_Next().
-
-------------------------------------------------------------------------
-r2785 | gbazin | 2002-11-18 14:28:09 +0100 (Mon, 18 Nov 2002) | 8 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/tarkin.c
-
-
-* configure.ac.in, modules/codec/Modules.am, modules/codec/tarkin.c: added
-   an experimental tarkin video decoder. You will need to specify the tarkin
-   tree you want to use with --with-tarkin-tree=.
-
-   Warning: Tarkin is still in very early development stage, so this plugin isn't
-   actually usefull unless you intend to do some development on tarkin itself.
-
-------------------------------------------------------------------------
-r2786 | gbazin | 2002-11-18 16:19:26 +0100 (Mon, 18 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/u8tofloat32.c
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-
-* modules/gui/wxwindows/interface.cpp: fixed typo.
-* modules/audio_filter/converter/u8tofloat32.c: fixed typo.
-
-------------------------------------------------------------------------
-r2787 | gbazin | 2002-11-18 17:39:36 +0100 (Mon, 18 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-
-* modules/gui/wxwindows/interface.cpp: enabled the OpenFile dialog box.
-
-------------------------------------------------------------------------
-r2788 | gbazin | 2002-11-18 18:31:54 +0100 (Mon, 18 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/bitmaps/next.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/pause.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/play.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/previous.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/sat.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-
-* modules/gui/wxwindows/*: updated the toolbar icons.
-
-------------------------------------------------------------------------
-r2789 | sam | 2002-11-18 19:05:13 +0100 (Mon, 18 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/evc/vlc.vcp
-   M /trunk/evc/vlc.vcw
-   M /trunk/include/modules_inner.h
-   M /trunk/modules/misc/dummy/decoder.c
-   M /trunk/modules/misc/dummy/input.c
-   M /trunk/modules/misc/dummy/vout.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h.in
-
-  * ./src/misc/modules.c: support for Unicode filenames under WinCE; VLC now
-    successfully opens plugins.
-  * ./modules/misc/dummy/*: hacked the dummy plugin so that it compiles for
-    WinCE.
-
-------------------------------------------------------------------------
-r2790 | gbazin | 2002-11-18 19:37:23 +0100 (Mon, 18 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-
-* src/misc/modules.c: fixed small typo that was breaking the build.
-
-------------------------------------------------------------------------
-r2791 | fenrir | 2002-11-18 20:31:20 +0100 (Mon, 18 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
- * ogg: change i_dts usage for subtitle ES.
-
-------------------------------------------------------------------------
-r2792 | massiot | 2002-11-19 00:00:41 +0100 (Tue, 19 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/gui/macosx/aout.m
-   M /trunk/modules/gui/macosx/vout.m
-
-Partial fix of the OS X audio output (thanks Heiko!).
-
-------------------------------------------------------------------------
-r2793 | fenrir | 2002-11-19 18:23:21 +0100 (Tue, 19 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/mp4/mp4.c
-
- all: Use BITMAPINFOHEADER everywhere (Needed because of endian issue).
-
-------------------------------------------------------------------------
-r2794 | sam | 2002-11-19 18:38:07 +0100 (Tue, 19 Nov 2002) | 6 lines
-Changed paths:
-   M /trunk/bootstrap
-   A /trunk/evc/.cvsignore
-   M /trunk/evc/libvlc.vcp.in
-   D /trunk/evc/plugins.vcp
-   M /trunk/evc/plugins.vcp.in
-   M /trunk/evc/vlc.vcp
-   M /trunk/evc/vlc.vcp.in
-   D /trunk/evc/vlc.vcp.out
-   D /trunk/extras/Win32_msvc
-   M /trunk/msvc/libvlc.dsp.in
-   M /trunk/msvc/vlc.dsp.in
-   D /trunk/msvc/vlc.dsp.out
-   M /trunk/src/misc/modules.c
-
-  * ./src/misc/modules.c: p_module->psz_filename is now filled with a real
-    8 bit string under WinCE.
-  * ./extras/Win32_msvc: scrapped this directory.
-  * ./bootstrap: we now parse plugin makefiles to guess what to put in
-    the MSVC project files. Only the dummy plugin has been tested yet.
-
-------------------------------------------------------------------------
-r2795 | gbazin | 2002-11-19 21:45:09 +0100 (Tue, 19 Nov 2002) | 15 lines
-Changed paths:
-   M /trunk/include/video.h
-   M /trunk/include/vlc_config.h
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-
-
-* include/video.h, include/vlc_config.h, src/video_output/*: changed the
-   picture buffer allocation scheme to allocate pictures from the render
-   heap in a clockwise fashion instead of always picking the first available
-   one from the start of the heap.
-   This allows us to benefit from ffmpeg's macro-block skipping feature.
-   As a side effect, we also have less chance of reusing a refrence picture
-   buffer when we can't link/unlink them.
-
-* modules/codec/ffmpeg/video.c: modified the direct rendering code to benefit
-   from the macro-block skipping algorithm.
-   A new flag has also been introduced in the video_output's render heap to
-   forbid modifications to the render picture buffers (for instance to overlay
-   subtitles).
-
-------------------------------------------------------------------------
-r2796 | gbazin | 2002-11-19 21:56:45 +0100 (Tue, 19 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-
-* modules/misc/network/ipv6.c: restored the msg_*() outputs from BuildAddr().
-
-------------------------------------------------------------------------
-r2798 | gbazin | 2002-11-20 02:49:15 +0100 (Wed, 20 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-
-* src/video_output/video_output.c: fixed a really old bug in the video output
-   layer. This bug was only affecting video outputs without direct rendering
-   capabilities.
-
-------------------------------------------------------------------------
-r2799 | sam | 2002-11-20 09:58:24 +0100 (Wed, 20 Nov 2002) | 7 lines
-Changed paths:
-   M /trunk/FAQ
-   M /trunk/bootstrap
-   M /trunk/evc/plugins.vcp.in
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access/dvd/Modules.am
-   M /trunk/modules/access/dvdplay/Modules.am
-   M /trunk/modules/access/dvdread/Modules.am
-   M /trunk/modules/access/mms/Modules.am
-   M /trunk/modules/access/satellite/Modules.am
-   M /trunk/modules/access/vcd/Modules.am
-   M /trunk/modules/codec/a52old/Modules.am
-   M /trunk/modules/codec/a52old/downmix/Modules.am
-   M /trunk/modules/codec/cinepak/Modules.am
-   M /trunk/modules/codec/faad/Modules.am
-   M /trunk/modules/codec/ffmpeg/Modules.am
-   M /trunk/modules/codec/ffmpeg/postprocessing/Modules.am
-   M /trunk/modules/codec/mad/Modules.am
-   M /trunk/modules/codec/mpeg_audio/Modules.am
-   M /trunk/modules/codec/mpeg_video/Modules.am
-   M /trunk/modules/codec/mpeg_video/idct/Modules.am
-   M /trunk/modules/codec/spudec/Modules.am
-   M /trunk/modules/demux/asf/Modules.am
-   M /trunk/modules/demux/avi/Modules.am
-   M /trunk/modules/demux/mp4/Modules.am
-   M /trunk/modules/demux/mpeg/Modules.am
-   M /trunk/modules/demux/util/Modules.am
-   M /trunk/modules/demux/wav/Modules.am
-   M /trunk/modules/gui/beos/Modules.am
-   M /trunk/modules/gui/familiar/Modules.am
-   M /trunk/modules/gui/macosx/Modules.am
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/misc/dummy/Modules.am
-   M /trunk/modules/misc/memcpy/Modules.am
-   M /trunk/modules/video_chroma/Modules.am
-   M /trunk/modules/video_output/directx/Modules.am
-   M /trunk/modules/video_output/qte/Modules.am
-   M /trunk/modules/video_output/x11/Modules.am
-   M /trunk/src/extras/libc.c
-
-  * ./include/vlc_common.h, ./src/extras/libc.c: exported our custom libc
-    functions to plugins.
-  * ./bootstrap: enhanced the project file generation for plugins; we now
-    parse makefiles to make this easier.
-  * ./modules/**/Modules.am: reworked a few makefiles so that they are more
-    easily parsed.
-
-------------------------------------------------------------------------
-r2800 | sam | 2002-11-20 14:37:36 +0100 (Wed, 20 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/evc/config.h
-   M /trunk/evc/plugins.vcp.in
-   M /trunk/evc/vlc.c
-   M /trunk/evc/vlc.vcw
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/modules/access/file.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/codec/mpeg_video/decoder.c
-   M /trunk/modules/codec/mpeg_video/headers.c
-   M /trunk/modules/codec/mpeg_video/idct/idct.c
-   M /trunk/modules/codec/mpeg_video/parser.c
-   M /trunk/modules/demux/mpeg/es.c
-   M /trunk/modules/demux/mpeg/ps.c
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb8.c
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i422_yuy2.c
-   M /trunk/src/extras/getopt.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-  * ./evc/plugins.vcp.in: fixed plugin entry points for WinCE.
-  * ./modules/*: fixed a bunch of modules so that they compile under WinCE,
-    we now have access_file and the mpeg demux and video decoder working
-    (http://zoy.org/~sam/vlc/pocketvlc2.png).
-
-------------------------------------------------------------------------
-r2801 | gbazin | 2002-11-20 15:09:57 +0100 (Wed, 20 Nov 2002) | 14 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/codec/Modules.am
-   M /trunk/modules/codec/tarkin.c
-   A /trunk/modules/codec/theora.c
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/codec/theora.c, configure.ac.in, modules/codec/Modules.am: new
-   theora codec plugin.
-   This plugin is based on the experimental theora codec from the Xiph.Org
-   foundation (http://www.theora.org/). Because the theora bitstream
-   specifications are likely to change in the near future, this plugin won't
-   be compiled by default. If you want to test/develop theora with vlc, you'll
-   need to configure it with --enable-theora and also make sure you've got a
-   fresh libogg from cvs.
-
-* modules/demux/ogg.c: modified to handle theora and tarkin bitstreams.
-
-* modules/codec/tarkin.c: fixed a few typos.
-
-------------------------------------------------------------------------
-r2802 | gbazin | 2002-11-20 15:24:01 +0100 (Wed, 20 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-
-* modules/gui/wxwindows/*: fixes for the win32 build. Removed a few
-   unnecessary things and replaced the stop icon with a new one.
-
-------------------------------------------------------------------------
-r2803 | gbazin | 2002-11-20 16:34:39 +0100 (Wed, 20 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/control/rc/rc.c
-
-
-* modules/control/rc/rc.c: added commands to navigate between chapters and
-   titles.
-
-------------------------------------------------------------------------
-r2804 | gbazin | 2002-11-20 16:58:15 +0100 (Wed, 20 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-
-* configure.ac.in, modules/gui/wxwindows/wxwindows.cpp: other compilation
-   fixes for the wxwindows interface on win32.
-
-------------------------------------------------------------------------
-r2805 | sam | 2002-11-20 17:43:33 +0100 (Wed, 20 Nov 2002) | 8 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/evc/vlc.c
-   M /trunk/evc/vlc.vcw
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos8.c
-   M /trunk/modules/audio_filter/converter/float32tou16.c
-   M /trunk/modules/audio_filter/converter/float32tou8.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/audio_filter/converter/s8tofloat32.c
-   M /trunk/modules/audio_filter/converter/u8tofloat32.c
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/share/resource.h
-   M /trunk/share/vlc_wince_rc.rc
-
-  * ./modules/audio_output/waveout.c: audio output now works under WinCE
-    using the waveout module.
-  * ./bootstrap: we ignore comments when parsing makefiles.
-  * ./modules/audio_filter/converter/fixed32tofloat32.c: changed this module
-    so that it also does float32tofixed32.
-  * ./modules/*: ported a few other modules to WinCE (most of the time it's
-    just a #include <errno.h> that needs to be removed).
-
-------------------------------------------------------------------------
-r2806 | gbazin | 2002-11-20 18:23:30 +0100 (Wed, 20 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-
-* configure.ac.in: temporary hack for libdvbpsi detection.
-
-------------------------------------------------------------------------
-r2807 | sam | 2002-11-20 20:07:27 +0100 (Wed, 20 Nov 2002) | 6 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/evc/.cvsignore
-   D /trunk/evc/libvlc.vcp
-   D /trunk/evc/vlc.vcp
-   M /trunk/evc/vlc.vcw
-   M /trunk/msvc/.cvsignore
-   D /trunk/msvc/libvlc.dsp
-   D /trunk/msvc/plugins.dsp
-   D /trunk/msvc/vlc.dsp
-   M /trunk/src/misc/messages.c
-
-  * ./src/misc/messages.c: added ^Ms to the WinCE logfile.
-  * ./bootstrap: fixed a typo that prevented per-object target directories
-    to work.
-  * ./evc/*, ./msvc/*: removed project files; they're becoming a bit large
-    (more than 1MB) and I don't want to spoil the CVS with them.
-
-------------------------------------------------------------------------
-r2812 | gbazin | 2002-11-21 10:39:39 +0100 (Thu, 21 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: better handling of PCRs (we now base our calculations
-   on all sub-streams instead of just using one of them). Some code factorisation
-   too.
-
-------------------------------------------------------------------------
-r2813 | gbazin | 2002-11-21 11:12:34 +0100 (Thu, 21 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: small bug-fix for my previous commit.
-
-------------------------------------------------------------------------
-r2814 | sam | 2002-11-21 14:53:32 +0100 (Thu, 21 Nov 2002) | 7 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/configure.ac.in
-   M /trunk/evc/vlc.c
-   M /trunk/evc/vlc.vcw
-   M /trunk/modules/access/file.c
-   M /trunk/modules/audio_filter/converter/Modules.am
-   A /trunk/modules/audio_filter/converter/u8tofixed32.c
-   M /trunk/modules/demux/wav/wav.c
-   M /trunk/modules/video_output/Modules.am
-   A /trunk/modules/video_output/wingdi.c
-
-  * ./modules/video_output/wingdi.c: skeleton of a Windows GDI video output.
-  * ./modules/access/file.c: the file access plugin gets the real file size
-    under WinCE.
-  * ./modules/audio_filter/converter/u8tofixed32.c: added this conversion
-    filter to play some WAV files without an FPU.
-  * ./bootstrap: bootstrap --update-vc doesn't rely on the Makefile's presence.
-
-------------------------------------------------------------------------
-r2816 | gbazin | 2002-11-21 16:51:57 +0100 (Thu, 21 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/src/playlist/playlist.c
-
-
-* src/playlist/playlist.c: fixed deadlock in playlist.
-* modules/audio_output/oss.c: don't play blank samples when we are starving
-   for data but our internal buffers are not empty. Some cleanup too.
-
-------------------------------------------------------------------------
-r2817 | gbazin | 2002-11-21 22:37:46 +0100 (Thu, 21 Nov 2002) | 8 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/LIST
-   M /trunk/modules/codec/Modules.am
-   M /trunk/modules/codec/vorbis.c
-
-
-* modules/codec/Modules.am, configure.ac.in, modules/codec/vorbis.c: added
-   a tremor decoder module using libvorbisidec (aka tremor) from xiph.org.
-   This module allows decoding vorbis audio on hardware without a fpu
-   (--enable-tremor).
-
-* modules/LIST: added entries for tremor and theora.
-
-------------------------------------------------------------------------
-r2818 | massiot | 2002-11-22 00:06:08 +0100 (Fri, 22 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-
-Channel reordering according to the WG-4 specification, courtesy of
-Heiko Panther.
-
-------------------------------------------------------------------------
-r2819 | sam | 2002-11-22 13:13:12 +0100 (Fri, 22 Nov 2002) | 3 lines
-Changed paths:
-   M /branches/v0_4_1_branch/plugins/chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb16.c
-
-  * ./modules/video_chroma/i420_rgb16.c: fixed a segfault in the 24/32bpp
-    chroma conversion.
-
-------------------------------------------------------------------------
-r2820 | sam | 2002-11-22 16:19:47 +0100 (Fri, 22 Nov 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/video_output/wingdi.c
-
-  * ./modules/video_output/wingdi.c: implemented offscreen rendering with
-    fast blit (well at least it was considered "fast" back in the times of
-    Windows 3.1). Default is 8bpp because that's what my iPaq does (no
-    palette support yet though), 16bpp can be chosen at compile time and
-    works perfectly in the emulator.
-
-------------------------------------------------------------------------
-r2821 | sam | 2002-11-22 16:24:10 +0100 (Fri, 22 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-  * ./modules/video_output/directx/events.c: we now call CreateWindow so that
-    we are sure that the WndProc always has a valid p_vout value.
-
-------------------------------------------------------------------------
-r2822 | sam | 2002-11-22 19:35:57 +0100 (Fri, 22 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/access/mms/Modules.am
-   M /trunk/modules/access/mms/asf.h
-   A /trunk/modules/access/mms/buffer.c
-   A /trunk/modules/access/mms/buffer.h
-   M /trunk/modules/access/mms/mms.c
-   D /trunk/modules/access/mms/var_buffer.h
-
-  * ./modules/access/mms/var_buffer.h: this file is now a separate .c, to
-    prevent gcc's optimizer to go amok with nested inline functions, loop
-    unrolling and such things that we don't really need in an access plugin.
-
-------------------------------------------------------------------------
-r2823 | titer | 2002-11-22 20:37:25 +0100 (Fri, 22 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-
- * AudioOutput.cpp : compilation fix.
- * VideoOutput.cpp : now --fullscreen works with BeOS video output.
-
-------------------------------------------------------------------------
-r2825 | sam | 2002-11-22 21:27:19 +0100 (Fri, 22 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/video_output/wingdi.c
-
-  * ./modules/video_output/wingdi.c: ported the wingdi plugin to Win32; it
-    somewhat works under Wine (if you force internal buffers to 8bpp), but
-    doesn't work under Win2k. Any hints welcome.
-  * ./configure.ac.in: activated the wingdi plugin by default.
-
-------------------------------------------------------------------------
-r2826 | sam | 2002-11-23 00:12:23 +0100 (Sat, 23 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: we only add -lm to the a52 linkage if it's needed
-    (and available).
-
-------------------------------------------------------------------------
-r2827 | garf | 2002-11-23 01:11:17 +0100 (Sat, 23 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/adjust.c
-   D /trunk/modules/video_filter/yuv.c
-
- * yuv filter was a bit useless. Hope adjust filter is more usefull :)
-
-------------------------------------------------------------------------
-r2828 | ipkiss | 2002-11-23 02:32:40 +0100 (Sat, 23 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   A /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
- * ./modules/gui/wxwindows/playlist.cpp: added a playlist to the wxwindows interface
-
-------------------------------------------------------------------------
-r2829 | sam | 2002-11-23 03:40:30 +0100 (Sat, 23 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/evc/vlc.vcw
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output/wingdi.c
-
-  * ./modules/video_output/wingdi.c: the GDI video output now properly sets
-    the bitmasks; we're not limited to 8bpp and 16/24 works.
-  * ./modules/video_filter/*: the video filters now work under WinCE.
-
-------------------------------------------------------------------------
-r2830 | sam | 2002-11-23 05:40:53 +0100 (Sat, 23 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-   M /trunk/modules/misc/network/ipv4.c
-
-  * ./modules/access/http.c, ./modules/misc/network/ipv4.c: http and ipv4
-    plugins compile for WinCE. Couldn't test yet though.
-
-------------------------------------------------------------------------
-r2831 | gbazin | 2002-11-23 15:28:51 +0100 (Sat, 23 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: misc improvements to the main interface, implementation of
-drag and drop, proper initialisation of the i18n routines.
-
-------------------------------------------------------------------------
-r2832 | titer | 2002-11-23 16:00:54 +0100 (Sat, 23 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-
- * enhanced BeOS preferences window (post-processing, brightness,
-   contrast, hue and saturation are adjustable)
-
-------------------------------------------------------------------------
-r2833 | gbazin | 2002-11-23 17:17:12 +0100 (Sat, 23 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-
-* modules/gui/wxwindows/*: a few fixes for the win32 build.
-
-------------------------------------------------------------------------
-r2834 | gbazin | 2002-11-23 19:42:59 +0100 (Sat, 23 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-
-* modules/gui/wxwindows/*: additional small fixes.
-
-------------------------------------------------------------------------
-r2835 | sam | 2002-11-23 21:37:10 +0100 (Sat, 23 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/control/rc/rc.c
-
-  * ./modules/control/rc/rc.c: the seek command is now "seek" and not "r",
-    and it uses a command variable like other controls. This also fixes a
-    bug that prevented to have spaces between the command and its argument.
-
-------------------------------------------------------------------------
-r2836 | sigmunau | 2002-11-24 02:29:56 +0100 (Sun, 24 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-
-fixed a bug in the code to handle relative paths. Added support for file://
-and http:// items in asx files, and not just mms://
-
-------------------------------------------------------------------------
-r2837 | sigmunau | 2002-11-24 14:02:13 +0100 (Sun, 24 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-
-fix to allow absolute entries in m3u/asx files
-
-------------------------------------------------------------------------
-r2838 | sigmunau | 2002-11-24 17:00:10 +0100 (Sun, 24 Nov 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-
-separated the code to parse html files with embedded wmp, and the code to
-parse asx files. Added a new shortcut "html" to force the "html" behaviour.
-Reduced number of false positives for both html and asx files. We now also
-trigger on the content of files, since html and asx files are often
-autogenerated on the webserver using php or asp.
-
-------------------------------------------------------------------------
-r2839 | sam | 2002-11-24 19:54:54 +0100 (Sun, 24 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/doc/fortunes.txt
-   M /trunk/include/vlc_common.h
-
-  * ./configure.ac.in: we no longer choke if libdvbpsi headers aren't here.
-  * ./include/vlc_common.h: we don't try to include inttypes.h with Borland.
-
-------------------------------------------------------------------------
-r2840 | fenrir | 2002-11-25 01:22:04 +0100 (Mon, 25 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/access/mms/buffer.c
-   M /trunk/modules/access/mms/buffer.h
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mms.h
-
- * all: begin to add mms over udp support. It begin to work (at least
-for me) but it still needs some work.
-
-------------------------------------------------------------------------
-r2841 | ipkiss | 2002-11-25 04:12:42 +0100 (Mon, 25 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/video_output/directx/events.c
-
- * small compilation fixes for win32
-
-------------------------------------------------------------------------
-r2842 | sam | 2002-11-25 13:08:58 +0100 (Mon, 25 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/evc/vlc.vcw
-   M /trunk/src/misc/messages.c
-
-  * ./src/misc/messages.c: we overwrite the WinCE logfile instead of appending
-    data to it.
-  * ./evc/vlc.vcw: minor updates.
-
-------------------------------------------------------------------------
-r2843 | sam | 2002-11-25 13:19:04 +0100 (Mon, 25 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/open.c
-
-  * ./modules/gui/gtk/open.c: made the HTTP text bar more consistent, thanks
-    to Pierre Baillet (Closes: #11).
-
-------------------------------------------------------------------------
-r2844 | fenrir | 2002-11-25 16:08:34 +0100 (Mon, 25 Nov 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mms.h
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-
- * mms: enable seek :) It works for me with both udp and tcp. Somebody
-could check if it compiles on other OS than linux ? (I don't known what
-headers should be included)
- * asf: fix to support seeking with mms
- Note: You cannot seek and use demuxdump demuxer...
-
-------------------------------------------------------------------------
-r2845 | sigmunau | 2002-11-25 16:56:39 +0100 (Mon, 25 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-
-fixed a bug in the contentbased autodetection that caused this demux to be
-selected for streams that contained a null byte.
-
-------------------------------------------------------------------------
-r2846 | massiot | 2002-11-25 17:00:26 +0100 (Mon, 25 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-
-Fixed a crash in S/PDIF mode.
-
-------------------------------------------------------------------------
-r2847 | massiot | 2002-11-25 17:16:12 +0100 (Mon, 25 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-
-Fixed my fix :p.
-
-------------------------------------------------------------------------
-r2848 | gbazin | 2002-11-25 18:25:07 +0100 (Mon, 25 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-
-* configure.ac.in: for wxWindows headers detection, we now check wx/wxprec.h.
-   Also fixed a typo: libdvbpsi is enabled by default.
-
-------------------------------------------------------------------------
-r2849 | fenrir | 2002-11-25 20:12:34 +0100 (Mon, 25 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-
- mms.c: fix command/packet parsing functions.
-
-------------------------------------------------------------------------
-r2850 | sam | 2002-11-25 20:29:10 +0100 (Mon, 25 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/include/video.h
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_chroma/i420_rgb.h
-   M /trunk/modules/video_chroma/i420_rgb16.c
-
-  * ./modules/video_chroma/i420_rgb16.c: merged the RV15 and RV16 conversions
-    because they're basically the same. Also, the MMX conversions now check
-    that the bitmasks are the ones we expect.
-
-------------------------------------------------------------------------
-r2851 | titer | 2002-11-26 02:06:08 +0100 (Tue, 26 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.h
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
- * ALL: more intensive use of the VLCWrapper class
- * PreferencesWindow.*: renamed a few variables (using some of the
-   OpenTracker conventions)
- * clean up
-
-------------------------------------------------------------------------
-r2853 | gbazin | 2002-11-26 11:55:19 +0100 (Tue, 26 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-
-* modules/video_output/directx/directx.c: don't fail miserably when we can't
-   create a surface in video memory. We now automatically toggle the b_use_sysmem
-   flag in this case and give it another shot.
-
-------------------------------------------------------------------------
-r2854 | massiot | 2002-11-26 13:09:20 +0100 (Tue, 26 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-
-Fixed another crash with S/PDIF.
-
-------------------------------------------------------------------------
-r2855 | sam | 2002-11-26 15:08:02 +0100 (Tue, 26 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/README
-   D /trunk/TODO
-   M /trunk/debian/vlc.docs
-   D /trunk/todo.pl
-
-  * ./TODO: scrapped the todo-list. I put the unresolved items in Bugzilla
-    (http://bugzilla.videolan.org/).
-
-------------------------------------------------------------------------
-r2856 | sam | 2002-11-26 16:03:28 +0100 (Tue, 26 Nov 2002) | 2 lines
-Changed paths:
-   D /trunk/BUGS
-   M /trunk/Makefile.am
-   M /trunk/README
-
-  * ./BUGS: scrapped this file. Entered the remaining bugs in Bugzilla.
-
-------------------------------------------------------------------------
-r2857 | fenrir | 2002-11-26 18:28:22 +0100 (Tue, 26 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: prevent float exeption with some truncated file.
-
-------------------------------------------------------------------------
-r2858 | gbazin | 2002-11-26 18:38:33 +0100 (Tue, 26 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: audio is now dropped when fast-forwarding.
-
-------------------------------------------------------------------------
-r2859 | sigmunau | 2002-11-26 19:58:33 +0100 (Tue, 26 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-
-allow windows style linebreaks in .m3u files. and fixed a minor bug
-
-------------------------------------------------------------------------
-r2860 | gbazin | 2002-11-26 20:31:50 +0100 (Tue, 26 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-
-* modules/video_output/directx/directx.c: fixed to work with DirectDraw 3 (ie. with
-NT4).
-
-------------------------------------------------------------------------
-r2865 | sam | 2002-11-26 21:04:33 +0100 (Tue, 26 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb.h
-
-  * ./modules/video_chroma/i420_rgb.h: fixed slanted picture output with odd
-    widths (Closes: #28).
-
-------------------------------------------------------------------------
-r2866 | ipkiss | 2002-11-26 22:52:42 +0100 (Tue, 26 Nov 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/win32/preferences.cpp
-   M /trunk/modules/gui/win32/preferences.dfm
-   M /trunk/modules/gui/win32/preferences.h
-
- * ./modules/gui/win32/preferences.cpp: used CheckListBoxes instead
-   of ListViews, because they are more intuitive. This eliminates the
-   "Select" button and the "Selected" label.
-
-   The preferences window still needs some work though...
-
-------------------------------------------------------------------------
-r2867 | gbazin | 2002-11-26 23:20:18 +0100 (Tue, 26 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/video_output/directx/directx.c
-
-
-* modules/video_output/directx/directx.c, modules/audio_output/directx.c: removed
-unnecessary code.
-
-------------------------------------------------------------------------
-r2868 | ipkiss | 2002-11-27 03:51:57 +0100 (Wed, 27 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/win32/about.cpp
-   M /trunk/modules/gui/win32/about.h
-   M /trunk/modules/gui/win32/disc.cpp
-   M /trunk/modules/gui/win32/disc.h
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/mainframe.h
-   M /trunk/modules/gui/win32/messages.cpp
-   M /trunk/modules/gui/win32/messages.h
-   M /trunk/modules/gui/win32/network.cpp
-   M /trunk/modules/gui/win32/network.h
-   M /trunk/modules/gui/win32/playlist.cpp
-   M /trunk/modules/gui/win32/playlist.h
-   M /trunk/modules/gui/win32/win32.cpp
-   M /trunk/modules/gui/win32/win32_common.h
-
- * ./modules/gui/win32/*: some cleaning
-
-------------------------------------------------------------------------
-r2869 | titer | 2002-11-27 06:36:41 +0100 (Wed, 27 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.h
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
- * AudioOutput.cpp: fixed a segfault
- * ALL: cleaned the VlcWrapper class, removed unused code
-
-------------------------------------------------------------------------
-r2870 | titer | 2002-11-27 07:27:52 +0100 (Wed, 27 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-
- Fixed a segfault by adding a mutex_lock() (thx fenrir)
-
-------------------------------------------------------------------------
-r2871 | fenrir | 2002-11-27 13:41:45 +0100 (Wed, 27 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/ffmpeg/video.h
-
- * all: added mjpeg support, some clean up in video part.
-
-------------------------------------------------------------------------
-r2872 | fenrir | 2002-11-27 14:17:27 +0100 (Wed, 27 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/cinepak/cinepak.c
-   M /trunk/modules/codec/cinepak/cinepak.h
-
- cinepak: fix a bug (bad frame gathering), pointed by sam.
-
-------------------------------------------------------------------------
-r2873 | fenrir | 2002-11-27 15:44:06 +0100 (Wed, 27 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
- * ffmpeg: add a LIBAVCODEC_BUILD test for CODEC_ID_MJPEGB
-
-------------------------------------------------------------------------
-r2874 | sam | 2002-11-27 16:18:24 +0100 (Wed, 27 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/cinepak/cinepak.c
-
-  * ./modules/codec/cinepak/cinepak.c: fixed V1-encoded blocks luma loading.
-
-------------------------------------------------------------------------
-r2875 | babal | 2002-11-27 22:51:30 +0100 (Wed, 27 Nov 2002) | 9 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/modules/gui/win32/preferences.cpp
-   M /trunk/modules/gui/win32/preferences.dfm
-   M /trunk/modules/gui/win32/preferences.h
-
-- Enterely new layout for the preference window of the native win32
-  interface, in order to improve its clarity (the dialog box is now even
-  a bit smaller) and to get closer to Windows standards.
-  (second part of the job, and hopefully the last for now, begun with
-  Ipkiss a few days ago by using CheckListBoxes)
-
-  Still need some work to get the interface compatible with Windows XP
-  skins.
-
-------------------------------------------------------------------------
-r2876 | sam | 2002-11-28 15:34:39 +0100 (Thu, 28 Nov 2002) | 8 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/video_output.c
-
-  * ./src/video_output/video_output.c: added a --aspect-ratio option to force
-    the aspect ratio of the stream. Two different usages are possible, either
-    int:int ("16:9") to specify a real aspect ratio, or float ("1.25") to
-    specify pixel squareness.
-
-    Note that it does not work properly yet; it will need an API change in
-    the video output layer that I'm working on.
-
-------------------------------------------------------------------------
-r2877 | sigmunau | 2002-11-28 16:18:27 +0100 (Thu, 28 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* set b_seakable to false for http/1.0 streams such as those from icecast.
-* allow some unusual, but legal ways to construct the http headers, and
-clean up the header parsing code. parsing other headers ( like the mime-type
-) should be very easy now.
-
-------------------------------------------------------------------------
-r2878 | fenrir | 2002-11-28 17:32:29 +0100 (Thu, 28 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/wav/wav.c
-   M /trunk/modules/demux/wav/wav.h
-
- * all: some clean up with WAVEFORMATEX and endian issues. Somebody could
-test if mp4,asf,avi,wav demuxers and araw,ffmpeg,faad decoders work under
-big endian architectures ? (else could you give vlc log )
-
-------------------------------------------------------------------------
-r2879 | fenrir | 2002-11-28 17:44:05 +0100 (Thu, 28 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * ffmpeg: arg, fix a previous fix for non-latest ffmpeg cvs tree.
-
-------------------------------------------------------------------------
-r2880 | sam | 2002-11-28 18:35:01 +0100 (Thu, 28 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/codec/cinepak/cinepak.c
-   M /trunk/modules/codec/dv.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/mpeg_video/headers.c
-   M /trunk/modules/codec/mpeg_video/parser.c
-   M /trunk/modules/codec/tarkin.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/xvid.c
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.h
-
-  * ./src/video_output/video_output.c, modules/*: factorized video output
-    creation code into vout_Request which looks for existing vout objects
-    and spawns a new one if none was found.
-
-------------------------------------------------------------------------
-r2881 | sigmunau | 2002-11-28 19:16:02 +0100 (Thu, 28 Nov 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-increased maximums size of a http request from 256 to 1024 in order to allow
-insanly long urls
-
-------------------------------------------------------------------------
-r2882 | fenrir | 2002-11-28 19:35:19 +0100 (Thu, 28 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
- * asf: fix my previous commit.
-
-------------------------------------------------------------------------
-r2883 | gbazin | 2002-11-28 22:00:48 +0100 (Thu, 28 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/codec/tarkin.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/vorbis.c
-
-
-* configure.ac.in: fixed linkage of theora plugin.
-* modules/codec/theora.c, modules/codec/tarkin.c: fixed breakage.
-* modules/codec/vorbis.c: lowered the priority of the tremor plugin.
-
-------------------------------------------------------------------------
-r2884 | garf | 2002-11-28 22:49:04 +0100 (Thu, 28 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/adjust.c
-
- * a few bugfixes/enhancements/clean up
-
-------------------------------------------------------------------------
-r2885 | massiot | 2002-11-29 00:24:15 +0100 (Fri, 29 Nov 2002) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/audio_output.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/gui/macosx/aout.m
-   M /trunk/modules/gui/macosx/asystm.m
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-
-* Correct socklen_t detection.
-* Fix for S/PDIF encapsulation on big endian systems.
-* S/PDIF output for Mac OS X, courtesy of Heiko Panther <heiko_panthe@mac.com>.
-
-------------------------------------------------------------------------
-r2886 | sigmunau | 2002-11-29 00:53:03 +0100 (Fri, 29 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-
-made the vlc mozilla plugin a drop-in replacement for wmp in most embedded
-wmp sites I could find, by adding som mimetypes and parsing some more
-parameters passed by mozilla. Also disabled the StreamAsFile function since
-mozilla tend to pass it non-exsisting files.
-
-------------------------------------------------------------------------
-r2888 | ipkiss | 2002-11-30 00:08:34 +0100 (Sat, 30 Nov 2002) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
- * ./src/libvlc.h: fixed a few typos
-
-------------------------------------------------------------------------
-r2889 | ipkiss | 2002-11-30 02:14:55 +0100 (Sat, 30 Nov 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/win32/Modules.am
-   D /trunk/modules/gui/win32/control.cpp
-   D /trunk/modules/gui/win32/control.h
-   M /trunk/modules/gui/win32/disc.cpp
-   A /trunk/modules/gui/win32/dragdrop.cpp
-   A /trunk/modules/gui/win32/dragdrop.h
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/mainframe.h
-   M /trunk/modules/gui/win32/misc.cpp
-   M /trunk/modules/gui/win32/network.cpp
-   M /trunk/modules/gui/win32/playlist.cpp
-   M /trunk/modules/gui/win32/playlist.h
-   M /trunk/modules/gui/win32/win32.bpf
-   M /trunk/modules/gui/win32/win32.bpr
-
- * ./modules/gui/win32/dragdrop.cpp: we can now drag and drop video
-   files on the interface or on the playlist (Closes: #10).
- * ./modules/gui/win32/playlist.cpp: factorized a lot of code.
- * ./modules/gui/win32/*: reorganized some code here and there.
-
-------------------------------------------------------------------------
-r2892 | sam | 2002-12-02 14:12:26 +0100 (Mon, 02 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: linking with -framework AGL wasn't needed (Closes: #7).
-
-------------------------------------------------------------------------
-r2893 | sam | 2002-12-02 19:19:43 +0100 (Mon, 02 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/access/vcd/cdrom.c
-
-  * ./modules/access/vcd/cdrom.c: NetBSD VCD input fixes, courtesy of
-    Olaf 'Rhialto' Seibert.
-
-------------------------------------------------------------------------
-r2894 | jlj | 2002-12-02 22:13:25 +0100 (Mon, 02 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/spudec/subtitler.c
-   M /trunk/modules/control/rc/rc.c
-
-  * ALL: Fixed some compiler warnings.
-
-------------------------------------------------------------------------
-r2895 | titer | 2002-12-03 00:58:21 +0100 (Tue, 03 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
- * added --with-dvdread-tree and --with-dvdplay-tree for static linking.
-   It works fine under BeOS, please check I didn't break anything.
-
-------------------------------------------------------------------------
-r2896 | titer | 2002-12-03 03:00:38 +0100 (Tue, 03 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-
- * added mouse management in the BeOS video output.
-   Now DVD menus work thanks to libdvdplay.
-
-------------------------------------------------------------------------
-r2897 | sam | 2002-12-03 13:59:21 +0100 (Tue, 03 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-  * ./src/libvlc.h: fixed an aspect ratio bug, we should default to the
-    stream's aspect, not to square pixels.
-
-------------------------------------------------------------------------
-r2898 | gitan | 2002-12-03 17:29:04 +0100 (Tue, 03 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/vlc/vlc.h
-   M /trunk/modules/misc/Modules.am
-   A /trunk/modules/misc/sap.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/playlist/playlist.c
-
-* Added a session announcement protol module (enabled by default).
-* Added the PLAYLIST_CHECK_INSERT option to the playlist. That option
-checks previously enqueued sessions before enqueing.
-
-------------------------------------------------------------------------
-r2899 | fenrir | 2002-12-03 18:00:16 +0100 (Tue, 03 Dec 2002) | 7 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/codecs.h
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/adpcm.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/wav/wav.c
-
- * adpcm.c: add adpcm decoding support (Now just ms and ima adpcm from
-microfsoft, not yet ima4)
- * wav, asf, avi: fix fourcc creation for adpcm. (Nevertheless adpcm
-could not work with asf because of asf audio scrambling unsupported in asf
-demuxer). Seek will not work, because vlc send garbage and then break stream
-alignment.(I will try to fix that).
-
-------------------------------------------------------------------------
-r2900 | gitan | 2002-12-04 00:36:41 +0100 (Wed, 04 Dec 2002) | 8 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/misc/sap.c
-   M /trunk/src/input/input.c
-   M /trunk/src/playlist/playlist.c
-
-* src/playlist/playlist.c : Added playlist_AddItem (enqueues
-playlist_item_t instead of psz_target ). Now playlist_Add uses
-playlist_AddItem to enqueue.
-* include/vlc_playlist.h : Added a psz_uri field in the playlist_item_t
-structure.
-* src/input/input.c : takes item->psz_uri  argument to start playing an
-item.
-
-------------------------------------------------------------------------
-r2901 | titer | 2002-12-04 03:16:23 +0100 (Wed, 04 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/MAINTAINERS
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-
- * InterfaceWindow.cpp: removed warnigs
- * AUTHORS/MAINTAINERS: added Stephan Assmus, Arnaud Schauly & myself
-
-------------------------------------------------------------------------
-r2902 | titer | 2002-12-04 07:23:08 +0100 (Wed, 04 Dec 2002) | 6 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/sap.c
-
- * configure.ac.in, mms.c, sap.c, ipv4.c: added network support for BeOS 5
-   (Dano is no more needed); multicast still doesn't work.
-   UDP (unicast) and HTTP have been successfully tested, mms is untested.
- * sap.c: BeOS doesn't have memccpy
- * VideoOutput.cpp: forgot to remove a printf
-
-------------------------------------------------------------------------
-r2903 | fenrir | 2002-12-04 16:47:31 +0100 (Wed, 04 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-
- * all: Fix an other (and last ? ;) endian issue.
-
-------------------------------------------------------------------------
-r2908 | jlj | 2002-12-04 21:51:23 +0100 (Wed, 04 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-
-  * ./modules/gui/macosx/vout.m: mouse coordinates support.
-
-------------------------------------------------------------------------
-r2910 | jpsaman | 2002-12-04 22:03:38 +0100 (Wed, 04 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/ipkg/Makefile.am
-   A /trunk/ipkg/Makefile.in
-   M /trunk/ipkg/control
-   A /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   A /trunk/ipkg/postinst.gpe
-   M /trunk/ipkg/postinst.opie
-   A /trunk/ipkg/postrm.gpe
-   M /trunk/ipkg/postrm.opie
-   M /trunk/ipkg/rules
-   A /trunk/ipkg/rules.gpe
-   A /trunk/ipkg/rules.opie
-   M /trunk/ipkg/vlc.desktop
-   A /trunk/ipkg/vlc.gpe
-   A /trunk/ipkg/vlc.opie
-
-Build and packaging files for Opie and GPE.
-
-------------------------------------------------------------------------
-r2911 | gbazin | 2002-12-04 22:48:02 +0100 (Wed, 04 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-
-
-* modules/audio_filter/channel_mixer/trivial.c: bugfix for up-mixing.
-
-------------------------------------------------------------------------
-r2912 | sam | 2002-12-05 18:16:30 +0100 (Thu, 05 Dec 2002) | 18 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/doc/fortunes.txt
-   D /trunk/ipkg/Makefile.in
-
-  * ./ipkg/Makefile.in: removed a file handled by automake.
-  * ./configure.ac.in: additional warning flags for GCC.
-       -Wconversion
-           Warn if a prototype causes a type conversion that is different from
-           what would happen to the same argument in the absence of a proto-
-           type.
-       -Wsign-compare
-           Warn when a comparison between signed and unsigned values could
-           produce an incorrect result when the signed value is converted to
-           unsigned.
-       -Wunreachable-code
-           Warn if the compiler detects that code will never be executed.
-       -Wdisabled-optimization
-           Warn if a requested optimization pass is disabled.
-    See the gcc documentation for more explanations. This triggers a lot of
-    warnings everywhere, and at first sight they're all worth fixing. Code
-    quality matters, too, so let's fix'em :)
-
-------------------------------------------------------------------------
-r2913 | sam | 2002-12-05 18:38:42 +0100 (Thu, 05 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: disabled -Wconversion for gcc 2.x because it makes it
-    choke on system headers.
-
-------------------------------------------------------------------------
-r2915 | babal | 2002-12-06 07:42:24 +0100 (Fri, 06 Dec 2002) | 11 lines
-Changed paths:
-   M /trunk/modules/gui/win32/playlist.cpp
-   M /trunk/modules/gui/win32/win32.cpp
-   M /trunk/src/playlist/playlist.c
-
- * src/playlist/playlist.c : playing again a playlist already in a
-   playing state resets the input speed to normal to make sure the
-   stream isn't paused or slowed or played faster anymore.
-   By doing that, fixes the following bug of the Windows interface:
-   when pushing the play button on a paused or slowed stream, nothing
-   used to happen.
- * modules/gui/win32/playlist.cpp : when pushing the play button and the
-   playlist is empty, displaying the playlist window
- * win32.cpp : rephrasing the module description to "Native Windows
-   interface module"
-
-------------------------------------------------------------------------
-r2916 | sam | 2002-12-06 11:10:40 +0100 (Fri, 06 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/configuration.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/modules_inner.h
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/modules_plugin.h.in
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/variables.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/video_output/video_text.c
-
-  * ./src/*, ./include/*: fixed a bunch of badly initialized structures, a few
-    signed/unsigned comparisons, and removed trailing spaces here and there.
-
-------------------------------------------------------------------------
-r2917 | fenrir | 2002-12-06 12:53:45 +0100 (Fri, 06 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/ffmpeg/video.h
-
- * ffmpeg: sync with latest ffmpeg cvs. As it need too much
-#if LIBAVCODEC_BUILD , I've enable direct rendering only with latest
-ffmpeg cvs (anyway dr isn't cleanly ported to the latest version).
-
-------------------------------------------------------------------------
-r2918 | sigmunau | 2002-12-06 13:18:11 +0100 (Fri, 06 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-some support for redirection. Moved the break on returncode >=400 to after
-the header parsing. This will be usefull if anyone wants to implemet
-http-passwd support
-
-------------------------------------------------------------------------
-r2919 | sam | 2002-12-06 13:54:30 +0100 (Fri, 06 Dec 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-  * ./modules/access/http.c: code clean-up. removed sizeof()-1 calls where we
-    meant strlen(), removed useless strcmp() calls, implemented atoll() for
-    systems where it does not exist, fixed a memory leak, fixed a minor data
-    corruption.
-
-------------------------------------------------------------------------
-r2920 | sam | 2002-12-06 14:05:22 +0100 (Fri, 06 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/access/mms/buffer.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mms.h
-
-  * ./modules/access/mms/mms.c: fixed signed/unsigned comparisons, and fixed
-    a bug I found in Read(). No idea whether it was triggered before nor what
-    it was doing, though :)
-
-------------------------------------------------------------------------
-r2921 | fenrir | 2002-12-06 15:22:55 +0100 (Fri, 06 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
- all: fix some minors warnings.
-
-------------------------------------------------------------------------
-r2922 | sam | 2002-12-06 17:34:08 +0100 (Fri, 06 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/input_ext-intf.h
-   M /trunk/modules/access/dvd/access.c
-   M /trunk/modules/access/dvd/dvd.h
-   M /trunk/modules/access/dvd/es.c
-   M /trunk/modules/access/dvd/seek.c
-   M /trunk/modules/access/dvd/seek.h
-   M /trunk/modules/access/dvd/udf.c
-   M /trunk/modules/access/dvdplay/access.c
-   M /trunk/modules/access/rtp.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_c.c
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/mad/libmad.c
-   M /trunk/modules/codec/mpeg_audio/decoder.c
-   M /trunk/modules/codec/mpeg_audio/decoder.h
-   M /trunk/modules/codec/mpeg_audio/generic.c
-   M /trunk/modules/codec/mpeg_audio/generic.h
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/spudec.h
-   M /trunk/modules/codec/spudec/subtitler.c
-   M /trunk/modules/codec/spudec/text.c
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mp4/mp4.h
-   M /trunk/modules/demux/mpeg/ps.c
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/demux/wav/wav.c
-   M /trunk/modules/gui/gtk/common.h
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/menu.c
-   M /trunk/modules/gui/gtk/preferences.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/misc/cpu.c
-
-  * ./configure.ac.in: removed -W in favour of -Wtraditional.
-  * ALL: a bunch of additional warning fixes.
-
-------------------------------------------------------------------------
-r2923 | gbazin | 2002-12-06 22:27:36 +0100 (Fri, 06 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-
-* configure.ac.in: fixed typo. For dvdread support we have to check for
- dvdread/dvd_reader.h, not dvdread/dvdread.h.
-
-------------------------------------------------------------------------
-r2924 | gitan | 2002-12-06 23:44:03 +0100 (Fri, 06 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/misc/sap.c
-   M /trunk/src/playlist/playlist.c
-
-* sap.c : make it more compliant (as far as sdp is involved).
-* playlist.c : fixed a memory leak
-* configure.ac.in : added link flags
-
-------------------------------------------------------------------------
-r2925 | gbazin | 2002-12-07 16:25:27 +0100 (Sat, 07 Dec 2002) | 10 lines
-Changed paths:
-   M /trunk/include/variables.h
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/misc/testsuite/test4.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/variables.c
-
-
-* ALL: a few updates to the variables API:
-  - got rid of the VLC_VAR_COMMAND variable type and introduced the VLC_VAR_ISCOMMAND flag
-instead. This simplifies things and avoid the strange command variables behaviour. Command
-variables will now trigger their callback on var_Set() like any other variables (look in
-modules/control/rc/rc.c for an example).
-  - Renamed the VLC_VAR_ISLIST flag into VLC_VAR_HASCHOICE.
-  - Added a new VLC_VAR_VOID variable type. This can be useful in conjunction with
-VLC_VAR_ISCOMMAND for instance.
-
-------------------------------------------------------------------------
-r2926 | titer | 2002-12-07 23:00:36 +0100 (Sat, 07 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-
- * use RGB32 BBitmap. That fixes the bad-looking picture in
-   non-overlay mode (thanks Sam).
-
-------------------------------------------------------------------------
-r2927 | gitan | 2002-12-07 23:15:10 +0100 (Sat, 07 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-fixed my last commit.
-
-------------------------------------------------------------------------
-r2928 | titer | 2002-12-07 23:29:15 +0100 (Sat, 07 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
- * default disabled SAP under BeOS
-
-------------------------------------------------------------------------
-r2929 | massiot | 2002-12-08 00:50:31 +0100 (Sun, 08 Dec 2002) | 9 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/video_output.h
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/video_output/video_output.c
-
-* configure.ac.in: Disabled -Wtraditional as it produces much more bogus
-  warnings than real ones.
-* audio output: New intf-change variable to know when audio-channels
-  and audio-device have changed.
-* video output: New intf-change variable and vout_VarCallback, to know
-  when video-device has changed (OS X port).
-* modules/gui/macosx/*: Menus for audio channels, implemented volume
-  management, added a menu for screen selection.
-
-------------------------------------------------------------------------
-r2930 | massiot | 2002-12-08 01:41:06 +0100 (Sun, 08 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/threads.c
-
-New vlc_thread_set_priority function, to set the priority of the main
-thread.
-
-------------------------------------------------------------------------
-r2931 | jlj | 2002-12-08 06:30:47 +0100 (Sun, 08 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-  * ALL: Under Jaguar, vout no longer depends on any specific MacOS X
-         intf. wxWindows should work (not tested). Closes #33.
-
-------------------------------------------------------------------------
-r2932 | gbazin | 2002-12-08 15:47:28 +0100 (Sun, 08 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-
-* configure.ac.in: fix for dvdread and libdvdplay plugins linking stage.
-
-------------------------------------------------------------------------
-r2933 | jpsaman | 2002-12-08 17:16:19 +0100 (Sun, 08 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/MAINTAINERS
-   M /trunk/configure.ac.in
-   M /trunk/ipkg/rules
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/rules.opie
-
-- Updated Maintainers file
-- fixed --disable-dvd, it did not work
-- updated iPaq familiar buildscripts
-
-------------------------------------------------------------------------
-r2934 | gbazin | 2002-12-08 20:56:04 +0100 (Sun, 08 Dec 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/misc/variables.c
-
-
-* modules/gui/wxwindows/*: compilation fixes for wxX11 (it doesn't support drag and drop
-yet). Compilation fix for MacOSX as well (wxEntry() not declared).
-* src/misc/variables.c: added a FreeMutex() function.
-
-------------------------------------------------------------------------
-r2935 | jpsaman | 2002-12-08 22:05:42 +0100 (Sun, 08 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/postinst.opie
-   M /trunk/modules/video_output/qte/qte.cpp
-
-Fixed build and linking for qte video output and made modifications to iPaq packaging files.
-
-------------------------------------------------------------------------
-r2936 | massiot | 2002-12-09 00:38:02 +0100 (Mon, 09 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/doc/developer/audio_output.xml
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/asystm.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-
-* Updated aout3 developer doc.
-* Reworked the Open... menu items, and added the ability to use libdvdplay.
-* Sound output menu is now under Controls.
-
-------------------------------------------------------------------------
-r2937 | babal | 2002-12-09 01:52:42 +0100 (Mon, 09 Dec 2002) | 18 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/ChangeLog
-   M /trunk/configure.ac.in
-   M /trunk/modules/LIST
-   M /trunk/modules/audio_filter/channel_mixer/Modules.am
-   A /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/libvlc.h
-
-- new headphone channel mixer with virtual spatialization effect : This
-  effect should give you the feeling that you stands in a real room with
-  a complete 5.1 speaker set when using only a headphone, providing a
-  more realistic sound experience. It should also be more comfortable
-  and less tiring when listening to music for long periods of time.It
-  works with any source format from mono to 5.1.
-
-  -> please try it and feel free to give me some feedback. Some
-     improvements are already planned (adding echo, more configuration
-     options, ...).
-
-NB: whereas the filter itself is in a (very first) stable version, the
-    way it is integrated to the filter chain is only a _temporary_ hack
-    since it's the audio ouput core (input.c actually) which is directly
-    responsible for it. Integrating it in a more suitable way will
-    probably require some work on the way the filters are selected as
-    well as on the configuration level, but I'm working on it :)
-
-------------------------------------------------------------------------
-r2938 | titer | 2002-12-09 04:36:47 +0100 (Mon, 09 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
- Default re-enabled dvd module.
-  --disable-dvd works anyway.
-
-------------------------------------------------------------------------
-r2939 | titer | 2002-12-09 08:57:04 +0100 (Mon, 09 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
- * AudioOutput.cpp: send zeros to BSoundPlayer if nothing comes from
-    audio output;
- * VlcWrapper.cpp: handle volume using aout3 features.
-
-------------------------------------------------------------------------
-r2940 | titer | 2002-12-09 14:37:38 +0100 (Mon, 09 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
- * AudioOutput.cpp: added sanity tests;
- * VlcWrapper.h, Interface.cpp: removed an unused variable.
-
-------------------------------------------------------------------------
-r2941 | jpsaman | 2002-12-09 22:36:41 +0100 (Mon, 09 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/qte/qte.cpp
-
-Fixed segfault in Qt Embedded Video Output.
-
-------------------------------------------------------------------------
-r2942 | jpsaman | 2002-12-09 22:37:41 +0100 (Mon, 09 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/familiar/familiar.c
-
-Syncing functionality with vlc-0.4.6
-
-------------------------------------------------------------------------
-r2943 | gbazin | 2002-12-10 00:37:54 +0100 (Tue, 10 Dec 2002) | 6 lines
-Changed paths:
-   M /trunk/include/configuration.h
-
-
-* include/configuration.h: rolled back the last changes made to this file. There is no
-sense in manually initializing all the fields of module_config_t as it will be done by the
-compiler anyway. Furthermore mingw32 gcc seems to have problems optimizing code
-that manually initializes structures to 0.
-
-------------------------------------------------------------------------
-r2944 | gitan | 2002-12-10 01:02:29 +0100 (Tue, 10 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-fixed a segfault under windows.
-
-------------------------------------------------------------------------
-r2945 | fenrir | 2002-12-10 11:22:04 +0100 (Tue, 10 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/ffmpeg/video.h
-
- ffmpeg: adapted to current cvs version. It should still compile with older
-one (Please reports if it doesn't).
-
-------------------------------------------------------------------------
-r2946 | gbazin | 2002-12-10 13:46:35 +0100 (Tue, 10 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/configuration.h
-   M /trunk/include/modules_inner.h
-
-* configure.ac.in: fixed ugly hack in sdl detection code (which also broke my build :p)
-* include/configuration.h, include/modules_inner.h: proper fix for a bug that allowed gcc
-to put things in the stack instead of the data segment.
-
-------------------------------------------------------------------------
-r2947 | gbazin | 2002-12-10 15:19:44 +0100 (Tue, 10 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/include/configuration.h
-
-
-* include/configuration.h: fixed my previous fix.
-
-------------------------------------------------------------------------
-r2948 | ipkiss | 2002-12-10 16:51:59 +0100 (Tue, 10 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/preferences.cpp
-   M /trunk/modules/gui/win32/preferences.h
-
- * ./modules/gui/win32: deletd a dependancy with a global variable
-
-------------------------------------------------------------------------
-r2949 | gbazin | 2002-12-10 19:22:01 +0100 (Tue, 10 Dec 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/misc/variables.c
-
-
-* ALL: fixed a f*ckage I introduced recently ;) var_Type() now returns 0 when the variable
-doesn't exist, but the rest of the code wasn't updated according to this new behaviour.
-* modules/audio_output/waveout.c: changed a few error messages into warning messages.
-
-------------------------------------------------------------------------
-r2950 | gbazin | 2002-12-10 22:55:01 +0100 (Tue, 10 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/src/audio_output/filters.c
-
-
-* src/audio_output/filters.c: fix for resampler buffer size.
-
-------------------------------------------------------------------------
-r2951 | gbazin | 2002-12-11 00:34:19 +0100 (Wed, 11 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/wav/wav.c
-
-
-* modules/demux/wav/wav.c: small bug-fix for screwed pts calculation.
-
-------------------------------------------------------------------------
-r2952 | bozo | 2002-12-11 18:27:29 +0100 (Wed, 11 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/audio_output/alsa.c
-
-New ALSA audio output. It works with ALSA 0.9.0rc4 and earlier versions.
-
-------------------------------------------------------------------------
-r2953 | fenrir | 2002-12-11 21:13:50 +0100 (Wed, 11 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/rtp.c
-   M /trunk/modules/access/udp.c
-
- * all: access plugins should not modify
-p_input->stream.p_selected_area->i_tell when reading data. (It's done in
-input_SplitBuffer). (But access should still set it on a "seek")
-
-------------------------------------------------------------------------
-r2954 | jpsaman | 2002-12-11 22:50:03 +0100 (Wed, 11 Dec 2002) | 7 lines
-Changed paths:
-   M /trunk/modules/video_output/qte/qte.cpp
-
-Fixed qte video output segmentation fault during initialization.
-The following things have still to be fixed:
-- segmentation fault on destroy
-- video placing and
-- orientation
-- video line spacing is wrong
-
-------------------------------------------------------------------------
-r2955 | gbazin | 2002-12-11 23:56:42 +0100 (Wed, 11 Dec 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/mad/decoder.c
-   M /trunk/modules/codec/mad/libmad.c
-
-
-* modules/codec/mad/*: don't let mad drop corrupted mpeg frames without telling us. When
-this happens, we miscalculate the pts of the next valid frame, which in turn causes heavy
-resampling. This fix should be most useful for web radios.
-
-------------------------------------------------------------------------
-r2956 | garf | 2002-12-12 11:56:24 +0100 (Thu, 12 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/adjust.c
-
- * fixed one or two things (thanks sam)
-
-------------------------------------------------------------------------
-r2957 | massiot | 2002-12-12 12:29:58 +0100 (Thu, 12 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_ext-plugins.c
-
-Fixed a possible deadlock.
-
-------------------------------------------------------------------------
-r2958 | ipkiss | 2002-12-12 12:37:34 +0100 (Thu, 12 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/win32/preferences.cpp
-   M /trunk/modules/gui/win32/preferences.h
-
- * ./modules/gui/win32: added management for "float" config options
-   (thanks Garf)
-
-------------------------------------------------------------------------
-r2959 | sam | 2002-12-12 13:24:23 +0100 (Thu, 12 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/familiar/familiar.c
-
-  * ./modules/gui/familiar/*: compilation fixes. Crashes on directory change.
-
-------------------------------------------------------------------------
-r2960 | sam | 2002-12-12 14:09:52 +0100 (Thu, 12 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/debian/.cvsignore
-   A /trunk/debian/vlc-plugin-ogg.dirs
-
-  * ./debian/vlc-plugin-ogg.dirs: added a missing file for Debian package
-    builds.
-
-------------------------------------------------------------------------
-r2961 | gbazin | 2002-12-12 16:10:58 +0100 (Thu, 12 Dec 2002) | 7 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/rtp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/src/input/input_clock.c
-
-
-* src/input/input_clock.c, include/input_ext-intf.h: introduced an i_pts_delay field in
-input_thread_t (initialised to DEFAULT_PTS_DELAY).
-* modules/access/*: i_pts_delay is now configurable on an access module basis. The pts
-delay for http and mms have been raised to 4 * DEFAULT_PTS_DELAY, which is about 1.2
-seconds worth of caching.
-
-------------------------------------------------------------------------
-r2962 | gbazin | 2002-12-12 16:23:43 +0100 (Thu, 12 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-
-* src/input/input.c: forgot to commit this during my last commit :p
-
-------------------------------------------------------------------------
-r2963 | gbazin | 2002-12-13 02:50:32 +0100 (Fri, 13 Dec 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/access/dvdplay/access.c
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/gui/wxwindows/Modules.am
-   A /trunk/modules/gui/wxwindows/popup.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: added skeleton for popup contextual menu.
-* modules/access/dvdplay/access.c, modules/audio_filter/resampler/linear.c: a couple of warning
-fixes.
-
-------------------------------------------------------------------------
-r2964 | gbazin | 2002-12-13 02:56:30 +0100 (Fri, 13 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/include/variables.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/modules/gui/familiar/familiar.c
-   M /trunk/modules/gui/gtk/display.c
-   M /trunk/modules/gui/gtk/preferences.c
-   M /trunk/modules/gui/kde/preferences.cpp
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/win32/preferences.cpp
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-
-
-* ALL: added a new vlc_list_t common type. vlc_list_find() and vlc_list_release() have been modified
-to use this new type.
-
-------------------------------------------------------------------------
-r2965 | videolan | 2002-12-13 04:52:58 +0100 (Fri, 13 Dec 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/mainframe.h
-   M /trunk/modules/gui/win32/menu.cpp
-   M /trunk/modules/gui/win32/menu.h
-   M /trunk/modules/gui/win32/preferences.cpp
-   M /trunk/modules/gui/win32/win32.cpp
-   M /trunk/modules/gui/win32/win32_common.h
-
- * ./modules/win32/menu.cpp: reorganized the code for menus generation,
-   and got rid of the global variable (at last!) in the win32 interface.
-
-Please check that navigation and language selection aren't too much
-broken for DVDs...
-
-------------------------------------------------------------------------
-r2966 | sam | 2002-12-13 11:09:14 +0100 (Fri, 13 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/se.po
-   M /trunk/po/vlc.pot
-
-  * ./Makefile.am: added missing files for make dist.
-  * ./configure.ac.in: removed unpopular warnings.
-  * ./po/*: updated potfiles.
-
-------------------------------------------------------------------------
-r2967 | babal | 2002-12-13 17:26:35 +0100 (Fri, 13 Dec 2002) | 14 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/mainframe.dfm
-   M /trunk/modules/gui/win32/playlist.cpp
-   M /trunk/modules/gui/win32/playlist.dfm
-   M /trunk/modules/gui/win32/playlist.h
-   M /trunk/src/playlist/playlist.c
-
-- vlc_playlist.h, playlist.c: added the ability to save a playlist to
-  and restore it from a file chosen by the user.
-
-- win32/*:
-
-  - implementation of the previous feature in the win32 interface
->   -> what the other interfaces need to do to support it is simply to
->      call the two following functions:
->       int playlist_LoadFile(playlist_t *p_playlist,const char *psz_filename);
->       int playlist_SaveFile(playlist_t *p_playlist,const char *psz_filename);
->      where psz_filename is the name of the destination/source file.
-
-  - ability to open several files at a time
-
-------------------------------------------------------------------------
-r2968 | babal | 2002-12-13 18:05:12 +0100 (Fri, 13 Dec 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/win32/disc.cpp
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/network.cpp
-   M /trunk/modules/gui/win32/playlist.cpp
-   M /trunk/modules/gui/win32/playlist.dfm
-   M /trunk/modules/gui/win32/win32.cpp
-   M /trunk/modules/gui/win32/win32_common.h
-
-- * : start playing only when opening a stream from the main window;
-  when opening it from the playlist window, add it to the list, but
-  don't change anything to the playing state and current stream.
-
-- playlist.dfm : proper resizing behaviour
-
-------------------------------------------------------------------------
-r2969 | yves | 2002-12-13 23:11:56 +0100 (Fri, 13 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-adaptation for 0.5 branch. almost working :)
-
-------------------------------------------------------------------------
-r2970 | babal | 2002-12-14 02:05:53 +0100 (Sat, 14 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-
-- support for Windows style file names for relative paths
-- when eol_tok is '\n', use last line even if eol_tok isn't present
-
-------------------------------------------------------------------------
-r2971 | fenrir | 2002-12-14 19:57:34 +0100 (Sat, 14 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/demux/mp4/mp4.c
-
- * all: with mpeg4 video I changed the way that some initialisation data
-are passed (more logical).
-
-------------------------------------------------------------------------
-r2972 | gbazin | 2002-12-14 20:19:08 +0100 (Sat, 14 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-
-* src/misc/threads.c: implemented vlc_thread_set_priority() for win32.
-
-------------------------------------------------------------------------
-r2973 | gbazin | 2002-12-14 20:34:07 +0100 (Sat, 14 Dec 2002) | 7 lines
-Changed paths:
-   M /trunk/include/variables.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/misc/testsuite/test4.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/variables.c
-
-
-* src/misc/objects.c: implemented the FIND_CHILD mode for vlc_list_find().
-   vlc_object_get() now increments the refcount of the object so you'll need to release
-the object at some point.
-* src/misc/variables.c, ALL: var_Change() with VLC_VAR_GETLIST now returns a vlc_value_t
-which points to a vlc_list_t.
-
-------------------------------------------------------------------------
-r2974 | gbazin | 2002-12-14 20:43:25 +0100 (Sat, 14 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-
-* src/libvlc.c: oops, forgot to remove a debug message.
-
-------------------------------------------------------------------------
-r2975 | fenrir | 2002-12-14 22:32:42 +0100 (Sat, 14 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/stream_output.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/Makefile.am
-   A /trunk/modules/access_output
-   A /trunk/modules/access_output/.cvsignore
-   A /trunk/modules/access_output/Modules.am
-   A /trunk/modules/access_output/dummy.c
-   A /trunk/modules/access_output/file.c
-   A /trunk/modules/access_output/udp.c
-   A /trunk/modules/mux
-   A /trunk/modules/mux/.cvsignore
-   A /trunk/modules/mux/Modules.am
-   A /trunk/modules/mux/dummy.c
-   A /trunk/modules/mux/mpeg
-   A /trunk/modules/mux/mpeg/.cvsignore
-   A /trunk/modules/mux/mpeg/Modules.am
-   A /trunk/modules/mux/mpeg/bits.h
-   A /trunk/modules/mux/mpeg/pes.c
-   A /trunk/modules/mux/mpeg/pes.h
-   A /trunk/modules/mux/mpeg/ps.c
-   A /trunk/modules/mux/mpeg/ts.c
-   A /trunk/modules/packetizer
-   A /trunk/modules/packetizer/.cvsignore
-   A /trunk/modules/packetizer/Modules.am
-   A /trunk/modules/packetizer/a52.c
-   A /trunk/modules/packetizer/copy.c
-   A /trunk/modules/packetizer/mpeg4video.c
-   A /trunk/modules/packetizer/mpegaudio.c
-   A /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/stream_output/stream_output.c
-
- Added stream output. (common work with titer).
-
-------------------------------------------------------------------------
-r2976 | fenrir | 2002-12-14 23:33:21 +0100 (Sat, 14 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
- * libvlc.h: Fix mux/access_output options.
-
-------------------------------------------------------------------------
-r2977 | jpsaman | 2002-12-15 00:17:56 +0100 (Sun, 15 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/familiar.c
-
-Fix for building Familiar interface with libgpewidget0 library.
-
-------------------------------------------------------------------------
-r2978 | gbazin | 2002-12-15 17:28:20 +0100 (Sun, 15 Dec 2002) | 6 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-
-
-* include/vlc/vlc.h: added a new pi_types field to vlc_list_t. This field will be used
-later on by the object variables functions. I'm adding it now because it also happens to
-solve a binary compatibility problem between gcc and bcc. (depending on compilers,
-structs of 32 < size <= 64 bits can be returned either in a register or in the stack).
-
-------------------------------------------------------------------------
-r2979 | ipkiss | 2002-12-15 19:37:39 +0100 (Sun, 15 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
- * ./modules/gui/wxwindows: added a log window
-
-------------------------------------------------------------------------
-r2980 | jpsaman | 2002-12-15 21:48:40 +0100 (Sun, 15 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/familiar/familiar.h
-
-Fix crash on directory change.
-
-------------------------------------------------------------------------
-r2981 | ipkiss | 2002-12-15 23:45:09 +0100 (Sun, 15 Dec 2002) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/wxwindows/messages.cpp
-
-I forgot this file in my previous commit...
-
-------------------------------------------------------------------------
-r2982 | jpsaman | 2002-12-15 23:45:35 +0100 (Sun, 15 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/familiar/familiar.c
-   M /trunk/modules/gui/familiar/familiar.h
-
-Make distinction between GPE and GTK_NEED_MAIN way of handling interface.
-Trying to fix change directory crash while entering keys in combobox.
-
-------------------------------------------------------------------------
-r2983 | jpsaman | 2002-12-15 23:48:30 +0100 (Sun, 15 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-Familiar interface build with GPE support does not use NEED_GTK_MAIN.
-
-------------------------------------------------------------------------
-r2984 | jpsaman | 2002-12-15 23:54:58 +0100 (Sun, 15 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/ipkg/postinst.opie
-   M /trunk/ipkg/postrm.opie
-   M /trunk/ipkg/rules
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/rules.opie
-   M /trunk/ipkg/vlc.desktop
-
-Packaging files for Familiar GPE and OPIE releases.
-
-------------------------------------------------------------------------
-r2985 | yves | 2002-12-15 23:55:12 +0100 (Sun, 15 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-you can now build RPMs.
-(ffmpeg still not working properly cause configure.ac seems to sucks)
-
-------------------------------------------------------------------------
-r2986 | fenrir | 2002-12-16 00:39:41 +0100 (Mon, 16 Dec 2002) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/configure.ac.in
-   M /trunk/modules/access/Modules.am
-   A /trunk/modules/access/ftp.c
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/pes.h
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-
- * modules/mux/mpeg/*: should fix builtin compilation
- * modules/access/ftp.c : an ftp access, buggy but it begins to work.
-The main issue is about password confidentiality so you must know
-what you are doing :((
-
-------------------------------------------------------------------------
-r2987 | babal | 2002-12-16 01:41:00 +0100 (Mon, 16 Dec 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/win32/disc.cpp
-   M /trunk/modules/gui/win32/disc.dfm
-   M /trunk/modules/gui/win32/disc.h
-   M /trunk/modules/gui/win32/preferences.dfm
-
-- disc.* : a few enhancements in the design of the "open disc" dialog
-  box, including the ability to select dvd menus instead of a particular
-  title and chapter
-- preferences.dfm : multiline tabs
-
-------------------------------------------------------------------------
-r2988 | fenrir | 2002-12-16 11:49:16 +0100 (Mon, 16 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
- Should fix compilation/configuration with --with-ffmpeg options.
-
-------------------------------------------------------------------------
-r2989 | fenrir | 2002-12-16 14:04:36 +0100 (Mon, 16 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/libavi.c
-
- * libavi.c: improved parsing of some corrupted files.
-
-------------------------------------------------------------------------
-r2990 | fenrir | 2002-12-16 16:17:12 +0100 (Mon, 16 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
- * compilation fix for Os X.
-
-------------------------------------------------------------------------
-r2991 | gbazin | 2002-12-16 17:48:04 +0100 (Mon, 16 Dec 2002) | 6 lines
-Changed paths:
-   M /trunk/modules/access/rtp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/misc/network/ipv4.c
-
-
-* modules/access/udp.c, modules/access/rtp.c, modules/misc/network/ipv4.c: only check for
-the "server-port" config variable in the access plugins. access_output plugins will now
-pick a port at random, thus allowing sout to work out of the box on a localhost. (thanks
-Meuuh)
-
-------------------------------------------------------------------------
-r2992 | gbazin | 2002-12-16 19:30:12 +0100 (Mon, 16 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: added support for the old type of headers produced by the first
-versions of OggDS.
-
-------------------------------------------------------------------------
-r2993 | titer | 2002-12-16 21:18:42 +0100 (Mon, 16 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-
- Fixed a possible crash.
-
-------------------------------------------------------------------------
-r2994 | jpsaman | 2002-12-16 22:48:17 +0100 (Mon, 16 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/familiar/familiar.c
-
-Workaround for crash in ReadDirectory when called from the comboURL text box. For now it is mandatory to prefix filepaths on local disk with "file://" when typing it in the comboURL box.
-
-------------------------------------------------------------------------
-r2995 | jpsaman | 2002-12-16 23:06:59 +0100 (Mon, 16 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/familiar/familiar.h
-
-Cleanup action.
-
-------------------------------------------------------------------------
-r2996 | massiot | 2002-12-17 00:25:23 +0100 (Tue, 17 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/parse.c
-
-Fixed (again) a rendering bug on big endian systems. :-p
-
-------------------------------------------------------------------------
-r2997 | sam | 2002-12-17 10:54:32 +0100 (Tue, 17 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/kde/preferences.cpp
-
-  * ./modules/gui/kde/preferences.cpp: fixed a compilation issue and a crash.
-
-------------------------------------------------------------------------
-r2998 | sam | 2002-12-17 15:39:05 +0100 (Tue, 17 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * ./bootstrap: added warning messages for old automake versions.
-
-------------------------------------------------------------------------
-r2999 | jpsaman | 2002-12-17 22:04:49 +0100 (Tue, 17 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/familiar/familiar.c
-
-Functionality of Familiar Linux Gtk+ interface is finished. Only testing on iPaqwith libgpewidget0  still needs to be done.
-
-------------------------------------------------------------------------
-r3000 | gbazin | 2002-12-17 22:15:43 +0100 (Tue, 17 Dec 2002) | 7 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/rawdv.c
-
-
-* modules/demux/rawdv.c: new raw dv demuxer (only video for now). I
-didn't find a way to detect correctly a raw dv file so for now we just
-check the file extension (.dv). You can additionaly force this demuxer.
-
-PS: the ffmpeg plugin works quite well for decoding dv videos.
-
-------------------------------------------------------------------------
-r3001 | fenrir | 2002-12-17 22:58:03 +0100 (Tue, 17 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/bits.h
-   M /trunk/modules/mux/mpeg/ts.c
-
- * bits.h: fixed a stupid bug.
- * ts.c: removed an unused variable.
-
-------------------------------------------------------------------------
-r3002 | fenrir | 2002-12-18 02:34:44 +0100 (Wed, 18 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegaudio.c
-
-* mpegaudio: fixed another stupid bug for mpeg audio layer 3 only.
-
-------------------------------------------------------------------------
-r3003 | gbazin | 2002-12-18 09:08:30 +0100 (Wed, 18 Dec 2002) | 6 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-   M /trunk/src/video_output/video_output.c
-
-
-* src/video_output/video_output.c: fixed a bug concerning the aspect
-ratio in vout_Request().
-
-* INSTALL.win32: small update to the documentation.
-
-------------------------------------------------------------------------
-r3004 | sam | 2002-12-18 10:27:26 +0100 (Wed, 18 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/video_chroma/Modules.am
-   A /trunk/modules/video_output/qte/.cvsignore
-
-  * ./modules/video_output/qte/.cvsignore: added a missing .cvsignore.
-  * ./modules/video_chroma/Modules.am: added i420_rgb_c.h to the distribution,
-    thanks to Stepan Roh for spotting this.
-
-------------------------------------------------------------------------
-r3005 | sam | 2002-12-18 12:47:35 +0100 (Wed, 18 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/src/misc/messages.c
-
-  * ./include/vlc_messages.h: msg_* functions now use the same argument type
-    checks as printf. Only works with gcc 3.2 it seems.
-
-------------------------------------------------------------------------
-r3006 | sam | 2002-12-18 13:18:06 +0100 (Wed, 18 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-  * ./src/misc/messages.c: woops, __attribute__(format) is only needed in the
-    prototype.
-
-------------------------------------------------------------------------
-r3007 | sam | 2002-12-18 15:17:11 +0100 (Wed, 18 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
-   M /trunk/modules/codec/mpeg_video/parser.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/wav/wav.c
-   M /trunk/modules/gui/gtk/display.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/variables.c
-   M /trunk/src/video_output/video_output.c
-
-  * fixed several format string inconsistencies and deprecated C constructions.
-
-------------------------------------------------------------------------
-r3008 | sam | 2002-12-18 16:03:48 +0100 (Wed, 18 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-  * ./modules/codec/ffmpeg/ffmpeg.c: cosmetic change, the ffmpeg module now
-    tells what libavcodec build it was built with.
-
-------------------------------------------------------------------------
-r3009 | fenrir | 2002-12-18 16:52:06 +0100 (Wed, 18 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/libavi.c
-
- * libavi.c: a sanity check to prevent some segfault with corrupted
-header.
-
-------------------------------------------------------------------------
-r3010 | sam | 2002-12-18 17:16:30 +0100 (Wed, 18 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/libavi.c
-
-  * ./modules/demux/avi/libavi.c: added an additional sanity check for
-    corrupted headers.
-
-------------------------------------------------------------------------
-r3011 | fenrir | 2002-12-18 17:27:56 +0100 (Wed, 18 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ts.c
-
- * ts.c: add preliminary support for mpeg-4 streams in mpeg2-TS.
-Becareful that up to now, it's more a hack. (I need to add SL streams
-managments)
-
-------------------------------------------------------------------------
-r3012 | fenrir | 2002-12-18 17:31:25 +0100 (Wed, 18 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * video.c: with mpeg4 stream, we try to decode a picture only when we have
-received an header (vol). (It prevents some segfaults with mpeg4 streaming).
-
-------------------------------------------------------------------------
-r3013 | fenrir | 2002-12-18 17:33:09 +0100 (Wed, 18 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
- * mpeg4video: repeat vol headers every 30 frames (But it is buggy)
-
-------------------------------------------------------------------------
-r3014 | gbazin | 2002-12-18 18:52:23 +0100 (Wed, 18 Dec 2002) | 6 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/libvlc.h
-
-
-* src/libvlc.h, src/input/input_dec.c: added an "sout-video" and
-"sout-audio" config option that allows to selectively enable audio or
-video stream output. This is very useful if you want to play video on
-one computer and audio on another one ;)
-
-------------------------------------------------------------------------
-r3015 | sigmunau | 2002-12-19 17:59:31 +0100 (Thu, 19 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-the avi demux now gives some info about the file being played. One step
-towards closing bug #51. Type 'info' in the rc interface to test.
-
-------------------------------------------------------------------------
-r3016 | massiot | 2002-12-19 18:29:13 +0100 (Thu, 19 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Fixed an HTTP compliance issue (thanks Xag).
-
-------------------------------------------------------------------------
-r3017 | sigmunau | 2002-12-20 00:23:25 +0100 (Fri, 20 Dec 2002) | 8 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/demux/ogg.c
-
-* modules/demux/ogg.c: provide some file info. Tested with the tarzan.ogm
-* modules/codec/vorbis.c: parse the vorbis comment (can anyone tell me why the
-comment is embedded in the logical stream and not directly in the
-container?). The vorbis comments are in utf8, so extended characters
-currently get messed up.
-
-Still tring to close #51
-
-------------------------------------------------------------------------
-r3018 | yves | 2002-12-20 08:35:39 +0100 (Fri, 20 Dec 2002) | 5 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-- added rawdv plugin.
-- make it working again with daily CVS snapshot.
-- some typos fixed.
-- better workaround for broken mdk configure macro (aka don't harcore arch in name).
-
-------------------------------------------------------------------------
-r3019 | yves | 2002-12-20 08:35:56 +0100 (Fri, 20 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-fixed my entry.
-
-------------------------------------------------------------------------
-r3020 | jpsaman | 2002-12-20 15:28:10 +0100 (Fri, 20 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/ipkg/vlc.gpe
-
-Fixed path to pixmaps for GPE menu system.
-
-------------------------------------------------------------------------
-r3021 | sigmunau | 2002-12-20 16:18:56 +0100 (Fri, 20 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-removed the code that was not supposed to be in my last commit
-
-------------------------------------------------------------------------
-r3022 | jpsaman | 2002-12-20 22:33:40 +0100 (Fri, 20 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/familiar/familiar.c
-
-Defenitely fixed segmentation fault on directory change.
-
-------------------------------------------------------------------------
-r3023 | sigmunau | 2002-12-21 12:20:30 +0100 (Sat, 21 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   A /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
- first shot at a file info dialog for the wxwindows interface. It still
-needs to get a sane default size and some cleanups of the code, but I commit
-now in case anyone wants it during cristmas
-
-------------------------------------------------------------------------
-r3024 | sam | 2002-12-22 18:08:42 +0100 (Sun, 22 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-
-  * ./src/audio_output/input.c: fixed a side-effect problem in buffer dates
-    recalculation (spotted by KKI).
-
-------------------------------------------------------------------------
-r3025 | jpsaman | 2002-12-22 22:08:36 +0100 (Sun, 22 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/familiar/familiar.c
-
-Familiar GPE interface support fixes. Only Manage() function does not seem to work properly.
-
-------------------------------------------------------------------------
-r3026 | jpsaman | 2002-12-22 22:46:50 +0100 (Sun, 22 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/familiar/familiar.c
-
-Typing file locations in URL combo without "file://" prefix is possible again.
-
-------------------------------------------------------------------------
-r3027 | jpsaman | 2002-12-23 00:23:45 +0100 (Mon, 23 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/vlc.gpe
-   M /trunk/modules/gui/familiar/familiar.c
-
-Use SDL output as default for iPaq.
-
-------------------------------------------------------------------------
-r3028 | massiot | 2002-12-23 14:49:11 +0100 (Mon, 23 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-Cosmetic.
-
-------------------------------------------------------------------------
-r3029 | massiot | 2002-12-23 14:58:46 +0100 (Mon, 23 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-Cosmetic (thanks Heiko).
-
-------------------------------------------------------------------------
-r3030 | massiot | 2002-12-23 16:39:07 +0100 (Mon, 23 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Fixed an IPv6-related bug (thanks Xag).
-
-------------------------------------------------------------------------
-r3031 | jpsaman | 2002-12-23 16:39:17 +0100 (Mon, 23 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-Familiar interface now uses define NEED_GTK_MAIN define.
-
-------------------------------------------------------------------------
-r3032 | massiot | 2002-12-23 17:05:04 +0100 (Mon, 23 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-Fixed a side-effect bug with IPv6 addresses (thanks Xag).
-
-------------------------------------------------------------------------
-r3033 | massiot | 2002-12-23 17:21:54 +0100 (Mon, 23 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-Fixed my fix :p.
-
-------------------------------------------------------------------------
-r3034 | bozo | 2002-12-23 18:22:46 +0100 (Mon, 23 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-Little fixes.
-
-------------------------------------------------------------------------
-r3035 | jpsaman | 2002-12-23 22:58:33 +0100 (Mon, 23 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/sdl.c
-
-Set priority of sdl video output to 60 iso 40. So it is now the default choice for iPaq iso x11.
-
-------------------------------------------------------------------------
-r3036 | jpsaman | 2002-12-23 23:00:01 +0100 (Mon, 23 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/ipkg/rules.gpe
-
-Enabled --with-gpe-prefix in buildscript.
-
-------------------------------------------------------------------------
-r3037 | sam | 2002-12-24 10:49:25 +0100 (Tue, 24 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: fixed dpms.h detection (missing prerequisite headers).
-
-------------------------------------------------------------------------
-r3038 | massiot | 2002-12-24 16:28:57 +0100 (Tue, 24 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-
-Fixed a major bug in fixed32tos16.c.
-
-------------------------------------------------------------------------
-r3039 | jpsaman | 2002-12-24 19:23:12 +0100 (Tue, 24 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control.gpe
-
-Added esddsp package to dependency list.
-
-------------------------------------------------------------------------
-r3040 | jpsaman | 2002-12-24 20:08:21 +0100 (Tue, 24 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   A /trunk/ipkg/postinst
-   A /trunk/ipkg/postrm
-   M /trunk/ipkg/rules
-
-Update packaging scripts.
-
-------------------------------------------------------------------------
-r3041 | jpsaman | 2002-12-24 20:09:12 +0100 (Tue, 24 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-
-Cosmetic changes.
-
-------------------------------------------------------------------------
-r3042 | jpsaman | 2002-12-24 20:25:35 +0100 (Tue, 24 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/ipkg/rules.gpe
-
-Cosmetic changes.
-
-------------------------------------------------------------------------
-r3043 | jpsaman | 2002-12-24 20:25:54 +0100 (Tue, 24 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/qte/qte.cpp
-
-Added some debug info.
-
-------------------------------------------------------------------------
-r3044 | jpsaman | 2002-12-24 20:26:50 +0100 (Tue, 24 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/ipkg/rules.gpe
-
-Forget some.
-
-------------------------------------------------------------------------
-r3045 | jpsaman | 2002-12-24 21:11:45 +0100 (Tue, 24 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-   M /trunk/ipkg/rules
-
-Build and packaging scripts for building Familiar Linux interface with only GTK+ support.
-
-------------------------------------------------------------------------
-r3046 | jpsaman | 2002-12-24 21:15:34 +0100 (Tue, 24 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-
-Added gpe and gpe-vlc to Conflicts list for only X11/GTK+ packages.
-
-------------------------------------------------------------------------
-r3047 | massiot | 2002-12-25 00:00:51 +0100 (Wed, 25 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-* Use BeginFullScreen() to hide the mouse cursor ;
-* Cheat with the screen saver (closes #46).
-
-------------------------------------------------------------------------
-r3048 | sam | 2002-12-25 00:31:49 +0100 (Wed, 25 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/ipkg/Makefile.am
-
-  * ./ipkg/Makefile.am: added missing files to the distribution.
-
-------------------------------------------------------------------------
-r3049 | massiot | 2002-12-25 03:23:37 +0100 (Wed, 25 Dec 2002) | 7 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/po/POTFILES.in
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/input.c
-
-Santa Claus brings to you :
-* A placeholder for the Italian translation,
-* A bug fix for mono streams on stereo speakers,
-* A fix for a possible crash in the FTP access,
-* Correct coordinates in OS X fullscreen modes (closing #47),
-* Cosmetic fixes.
-
-------------------------------------------------------------------------
-r3050 | massiot | 2002-12-25 03:25:29 +0100 (Wed, 25 Dec 2002) | 2 lines
-Changed paths:
-   A /trunk/po/it.po
-
-... _with_ the actual Italian placeholder (can you believe it ?).
-
-------------------------------------------------------------------------
-r3051 | massiot | 2002-12-25 22:02:35 +0100 (Wed, 25 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/ipkg/Makefile.am
-
-* Re-enabled package-* Makefile rules,
-* Worked around automake stack overflow bug on Darwin.
-
-------------------------------------------------------------------------
-r3052 | sam | 2002-12-25 23:05:16 +0100 (Wed, 25 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/configure.ac.in
-   M /trunk/ipkg/Makefile.am
-
-  * ./configure.ac.in: lured xggettext into thinking _NS is a keyword.
-  * ./bootstrap: bootstrap --update-po also updates vlc.pot.
-
-------------------------------------------------------------------------
-r3053 | sam | 2002-12-25 23:36:14 +0100 (Wed, 25 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/bootstrap
-   A /trunk/toolbox
-
-  * ./bootstrap: fixed an automake 1.5 check.
-  * ./toolbox: removed code from bootstrap that wasn't related to the
-    bootstrapping sequence and put it here.
-
-------------------------------------------------------------------------
-r3054 | sam | 2002-12-26 00:39:01 +0100 (Thu, 26 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/se.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/vlc.c
-
-  * ./src/libvlc.c: added a debug message to test the translation system.
-  * updated the .po files.
-
-------------------------------------------------------------------------
-r3055 | massiot | 2002-12-26 11:55:35 +0100 (Thu, 26 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Check for the presence of arguments (--help ?) before rebuilding everything.
-
-------------------------------------------------------------------------
-r3056 | massiot | 2002-12-26 14:58:12 +0100 (Thu, 26 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-Do not compile imdct and downmix modules anymore.
-
-------------------------------------------------------------------------
-r3057 | stippi | 2002-12-26 19:17:38 +0100 (Thu, 26 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-
-added 'extern "C"' to some includes
-
-------------------------------------------------------------------------
-r3058 | massiot | 2002-12-27 01:17:49 +0100 (Fri, 27 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac.in
-   M /trunk/po/it.po
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/darwin_specific.c
-
-* Italien translation, courtesy of Bruno <allevb@tin.it>,
-* Compilation fixes for gettext 0.11.5 on MacOS X.
-
-------------------------------------------------------------------------
-r3059 | massiot | 2002-12-27 09:37:25 +0100 (Fri, 27 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Fixed a typo.
-
-------------------------------------------------------------------------
-r3060 | massiot | 2002-12-27 10:47:55 +0100 (Fri, 27 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/po/it.po
-
-Added Bruno Vella <allevb@tin.it>, author of the Italian localization.
-
-------------------------------------------------------------------------
-r3061 | massiot | 2002-12-27 10:57:23 +0100 (Fri, 27 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-Audio output.
-
-------------------------------------------------------------------------
-r3062 | sam | 2002-12-27 13:44:36 +0100 (Fri, 27 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * ./Makefile.am: we don't try to distribute mozilla/vlcintf.h since it's
-    created at compile time.
-
-------------------------------------------------------------------------
-r3063 | sam | 2002-12-27 15:16:13 +0100 (Fri, 27 Dec 2002) | 5 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: added a check for $EGREP at the beginning, so that
-    it's not done in an obscure "if" statement.
-  * ./configure.ac.in: added verbosity around all EGREP calls so that we
-    know what's going on.
-
-------------------------------------------------------------------------
-r3064 | sam | 2002-12-27 16:31:56 +0100 (Fri, 27 Dec 2002) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac.in
-   M /trunk/include/vlc_common.h
-   M /trunk/src/extras/libc.c
-
-  * ./src/extras/libc.c: if configure is called with --with-included-gettext,
-    we export vlc_dgettext to plugins so that their messages can be translated
-    as well.
-
-------------------------------------------------------------------------
-r3065 | sam | 2002-12-27 16:40:52 +0100 (Fri, 27 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-  * ./modules/demux/avi/avi.c: replaced a useless asprintf with sprintf.
-
-------------------------------------------------------------------------
-r3066 | sam | 2002-12-28 02:20:23 +0100 (Sat, 28 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: we don't link with -lintl if building against our
-    internal one.
-
-------------------------------------------------------------------------
-r3067 | sam | 2002-12-28 02:53:40 +0100 (Sat, 28 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: removed AC_PROG_EGREP because it's for autoconf 2.54+
-    and used AC_EGREP_CPP instead.
-
-------------------------------------------------------------------------
-r3068 | massiot | 2002-12-28 03:02:18 +0100 (Sat, 28 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/src/audio_output/dec.c
-
-Added support for 32 kHz LPCM streams (thanks _Demo_ !).
-
-------------------------------------------------------------------------
-r3069 | massiot | 2002-12-28 14:35:40 +0100 (Sat, 28 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Yet another typo. :p
-
-------------------------------------------------------------------------
-r3070 | sam | 2002-12-28 16:04:22 +0100 (Sat, 28 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/debian/control
-
-  * ./debian/control: fixed various dependencies.
-
-------------------------------------------------------------------------
-r3071 | massiot | 2002-12-29 02:16:28 +0100 (Sun, 29 Dec 2002) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/po/fr.po
-
-OS X port :
-* Reenabled fullscreen shortcut, due to popular requests,
-* Fixed charset encoding in the Preferences window,
-* New implementation of --loop.
-
-------------------------------------------------------------------------
-r3072 | massiot | 2002-12-29 02:33:35 +0100 (Sun, 29 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/mad/libmad.c
-
-PTS calculation fix for the mad plug-in, courtesy of KKI_ on IRC.
-
-------------------------------------------------------------------------
-r3073 | babal | 2002-12-29 22:00:39 +0100 (Sun, 29 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/win32/playlist.cpp
-   M /trunk/modules/gui/win32/playlist.dfm
-   M /trunk/modules/gui/win32/playlist.h
-
-no time to fix the playlist save&restore issue before the release (and
-wouldn't be wise anyway), so deactivated it in the win32 interface.
-
-------------------------------------------------------------------------
-r3074 | massiot | 2002-12-30 09:56:19 +0100 (Mon, 30 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac.in
-   M /trunk/modules/access/Modules.am
-   M /trunk/modules/access/mms/mms.c
-   D /trunk/modules/access/rtp.c
-   M /trunk/modules/access/udp.c
-   D /trunk/src/misc/darwin_specific.c
-   A /trunk/src/misc/darwin_specific.m
-
-* modules/access/udp.c: Merged the UDP and RTP plug-ins, with autodetection of RTP,
-* src/misc/darwin_specific.m: if $LANG isn't set, retrieve NSUserDefaults.
-
-------------------------------------------------------------------------
-r3075 | massiot | 2002-12-30 12:49:32 +0100 (Mon, 30 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Added RTP shortcuts to udp.c for backwards compatibility.
-
-------------------------------------------------------------------------
-r3076 | sam | 2002-12-30 14:34:03 +0100 (Mon, 30 Dec 2002) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/src/extras/libc.c
-
-  * ./configure.ac.in: fixed the strncasecmp detection.
-  * ./src/extras/libc.c: fixed a bug in our built-in strncasecmp.
-
-------------------------------------------------------------------------
-r3077 | gbazin | 2002-12-30 18:28:31 +0100 (Mon, 30 Dec 2002) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mad/libmad.c
-   M /trunk/modules/codec/mpeg_audio/decoder.c
-   M /trunk/modules/codec/vorbis.c
-
-
-* modules/codec/*: make sure all audio decoders set
-output_format.i_bytes_per_frame and output_format.i_frame_length
-properly.
-
-------------------------------------------------------------------------
-r3078 | gbazin | 2002-12-30 18:36:01 +0100 (Mon, 30 Dec 2002) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/src/misc/messages.c
-
-
-* src/misc/messages.c: don't try to decorate logs on win32.
-* include/vlc_common.h, include/vlc_threads.h: we now use different
-thread priorities for WinNT/2k/XP or Win9x/Me.
-
-------------------------------------------------------------------------
diff --git a/doc/ChangeLog-2003 b/doc/ChangeLog-2003
deleted file mode 100644 (file)
index ba4cf0a..0000000
+++ /dev/null
@@ -1,33278 +0,0 @@
-------------------------------------------------------------------------
-r3081 | massiot | 2002-12-31 02:59:46 +0100 (Tue, 31 Dec 2002) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_video/synchro.c
-
-Less verbosity.
-
-------------------------------------------------------------------------
-r3082 | jlj | 2003-01-01 12:14:50 +0100 (Wed, 01 Jan 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/Modules.am
-   D /trunk/modules/gui/macosx/adev_discovery.h
-   M /trunk/modules/gui/macosx/aout.m
-   D /trunk/modules/gui/macosx/asystm.h
-   D /trunk/modules/gui/macosx/asystm.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/src/misc/darwin_specific.m
-
-  * ./modules/gui/macosx/aout.m: cleaned up the code, removed intf dep.
-  * ./src/misc/darwin_specific.m: fixed segfault (o_enumerator was being
-                                  released twice) and memory leak.
-
-    Bonne Ann?\239?\191?\189e!
-
-------------------------------------------------------------------------
-r3083 | gbazin | 2003-01-02 21:48:28 +0100 (Thu, 02 Jan 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mad/libmad.c
-   M /trunk/modules/codec/mpeg_audio/decoder.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/src/audio_output/dec.c
-
-
-* modules/codec/*: reverted my previous patch that explicitly set
-i_bytes_per_frame and i_frame_length in each audio decoder.
-* src/audio_output/dec.c: proper fix to correctly set i_bytes_per_frame
-and i_frame_length.
-
-------------------------------------------------------------------------
-r3084 | jlj | 2003-01-02 23:49:19 +0100 (Thu, 02 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/aout.m
-
-  * ./modules/gui/macosx/aout.m: added support for 4 Channel PCM.
-
-------------------------------------------------------------------------
-r3085 | massiot | 2003-01-03 00:09:30 +0100 (Fri, 03 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/src/misc/darwin_specific.m
-
-MacOS X port :
-* Fixed the Device submenu,
-* There is still a segfault in darwin_specific.m.
-
-------------------------------------------------------------------------
-r3086 | massiot | 2003-01-03 00:50:55 +0100 (Fri, 03 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/demux/util/sub.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/sap.c
-   M /trunk/src/misc/modules.c
-
-Cosmetic.
-
-------------------------------------------------------------------------
-r3087 | jlj | 2003-01-03 01:03:13 +0100 (Fri, 03 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/src/misc/darwin_specific.m
-
-  * ./src/misc/darwin_specific.m:
-    Fixed (really!) segfault. Don't release o_lang objects, they're managed
-    by NSUserDefaults.
-
-------------------------------------------------------------------------
-r3088 | massiot | 2003-01-03 01:11:44 +0100 (Fri, 03 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Automatically create the vlc.app/Contents/PkgInfo (otherwise I keep forgetting
-it).
-
-------------------------------------------------------------------------
-r3089 | massiot | 2003-01-03 14:07:17 +0100 (Fri, 03 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_config.h
-   M /trunk/modules/access/file.c
-
-* modules/access/file.c: we now regularly check the size of the file, in
-  case it is being downloaded.
-
-------------------------------------------------------------------------
-r3090 | sam | 2003-01-03 15:44:46 +0100 (Fri, 03 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/common.h
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-
-  * ./modules/gui/gtk/gtk.c, ./modules/gui/gtk/gnome.c: fixed drag'n'drop
-    support in the Gtk+ and GNOME interfaces.
-
-------------------------------------------------------------------------
-r3091 | jpsaman | 2003-01-03 21:55:01 +0100 (Fri, 03 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/familiar/callbacks.h
-   M /trunk/modules/gui/familiar/familiar.c
-   M /trunk/modules/gui/familiar/familiar.glade
-   M /trunk/modules/gui/familiar/familiar.h
-   M /trunk/modules/gui/familiar/interface.c
-
-Slider functionality for Familiar interface.
-
-------------------------------------------------------------------------
-r3092 | jlj | 2003-01-03 22:38:37 +0100 (Fri, 03 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * ./Makefile.am: Meuuh, did you mean TAB instead of 8 spaces? :-)
-
-------------------------------------------------------------------------
-r3093 | jpsaman | 2003-01-04 00:58:02 +0100 (Sat, 04 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control.gpe
-
-Updated package release number
-
-------------------------------------------------------------------------
-r3094 | jpsaman | 2003-01-04 01:21:00 +0100 (Sat, 04 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/familiar/familiar.c
-   M /trunk/modules/gui/familiar/familiar.h
-
-Updating slider status uses no longer FPU calculations when compiled for strongarm1100.
-
-------------------------------------------------------------------------
-r3095 | jlj | 2003-01-04 05:11:08 +0100 (Sat, 04 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-  MacOS X port:
-  * main window controls are back. based on suggestion by Dan Macpherson.
-
-------------------------------------------------------------------------
-r3096 | jpsaman | 2003-01-04 14:30:02 +0100 (Sat, 04 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/familiar/familiar.c
-   M /trunk/modules/gui/familiar/familiar.h
-
-Removed define in favor of (p_intf->p_libvlc->i_cpu & CPU_CAPABILITY_FPU) for detection of FPU hardware support.
-
-------------------------------------------------------------------------
-r3097 | jpsaman | 2003-01-04 14:50:16 +0100 (Sat, 04 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/familiar.c
-
-Cosmetic changes.
-
-------------------------------------------------------------------------
-r3098 | gbazin | 2003-01-04 17:27:49 +0100 (Sat, 04 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/src/audio_output/output.c
-
-
-* src/audio_output/output.c: don't forget to free the audio buffer when
-we are trashing it.
-
-------------------------------------------------------------------------
-r3099 | titer | 2003-01-04 18:14:22 +0100 (Sat, 04 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-
- We now check if the BSoundPlayer's buffer size is not the one we
- were expecting.
-
-------------------------------------------------------------------------
-r3100 | gbazin | 2003-01-05 00:49:58 +0100 (Sun, 05 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-
-* configure.ac.in: fixed typo in wxWindows headers detection code.
-
-------------------------------------------------------------------------
-r3101 | massiot | 2003-01-05 02:55:07 +0100 (Sun, 05 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-* Added a Close Window and a close box to our QuickTime video output.
-
-------------------------------------------------------------------------
-r3102 | massiot | 2003-01-05 03:39:48 +0100 (Sun, 05 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-
-* Added the possibility to select DVD menus with VIDEO_TS folder in the
-  OS X open panel.
-
-------------------------------------------------------------------------
-r3103 | jlj | 2003-01-05 04:21:50 +0100 (Sun, 05 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-  MacOS X port:
-  * replaced playlist panel with drawer.
-  * implemented context menu for playlist tableview.
-
-------------------------------------------------------------------------
-r3104 | gbazin | 2003-01-05 14:39:32 +0100 (Sun, 05 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-
-
-* modules/audio_output/directx.c: use VLC_THREAD_PRIORITY_HIGHEST for
-the audio output thread. That should make Win9x/Me happier.
-
-------------------------------------------------------------------------
-r3105 | massiot | 2003-01-05 17:23:57 +0100 (Sun, 05 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/vout.m
-
-MacOS X port :
-* Fixed a segfault in the "Close Window" code,
-* Fullscreen state is now retained between files,
-* Preferences items now feature LONGTEXT tooltips (maybe we should wrap them ?).
-
-------------------------------------------------------------------------
-r3106 | massiot | 2003-01-05 21:45:29 +0100 (Sun, 05 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Fixed the "stream has changed" bug.
-
-------------------------------------------------------------------------
-r3107 | sigmunau | 2003-01-05 22:03:58 +0100 (Sun, 05 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/util/id3tag.c
-
- modules/demux/asf/*: added some file info code
- modules/demux/util/id3tag.c: do not parse id3v1 tags at the end of file, as
-these cause to much trubble
-
-------------------------------------------------------------------------
-r3108 | garf | 2003-01-06 01:37:30 +0100 (Mon, 06 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/modules_inner.h
-   M /trunk/modules/gui/gtk/preferences.c
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/configuration.c
-
- * added a i_min, i_max, f_min and f_max in module_config_t structure
- * added a add_integer_with_range() and add_float_with_range()
- * gtk interface: now uses a slider when a min or a max is specified
-
-------------------------------------------------------------------------
-r3109 | massiot | 2003-01-06 03:45:09 +0100 (Mon, 06 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-
-MacOS X port :
-* New "stream output" area in the open panel.
-
-------------------------------------------------------------------------
-r3110 | ipkiss | 2003-01-06 16:39:22 +0100 (Mon, 06 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/win32/disc.cpp
-   M /trunk/modules/gui/win32/disc.dfm
-   M /trunk/modules/gui/win32/disc.h
-   M /trunk/modules/gui/win32/network.cpp
-   M /trunk/modules/gui/win32/network.dfm
-   M /trunk/modules/gui/win32/network.h
-
- * modules/gui/win32/network.cpp: added support for ftp and mms
- * modules/gui/win32/disc.cpp: cosmetic
-
-------------------------------------------------------------------------
-r3111 | yves | 2003-01-06 21:08:59 +0100 (Mon, 06 Jan 2003) | 7 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-- Mandrake %configure2_5x rpm macro is now fixed (was in cross-compil mode).
-- removed access/rtp plugin (merged in access/udp).
-- removed codec/imdct and codec/downmix plugins (deprecated).
-- libvlc0-devel provides libvlc-devel.
-- mmx/3dn plugins are only for x86 arch (use %ifarch %ix86 to list them)
-  ie. fix rpm building on ppc thx Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
-
-------------------------------------------------------------------------
-r3112 | massiot | 2003-01-06 23:07:47 +0100 (Mon, 06 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/se.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/misc/threads.c
-
-* Bumped up revision number to 0.5.0-test2,
-* MacOS X port: new error dialog displaying error messages,
-* Updated localization files,
-* Comestic fixes.
-
-------------------------------------------------------------------------
-r3113 | massiot | 2003-01-06 23:57:47 +0100 (Mon, 06 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-Fixed a compilation issue.
-
-------------------------------------------------------------------------
-r3114 | sam | 2003-01-07 14:26:22 +0100 (Tue, 07 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/se.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-  * minor updates to pofiles.
-
-------------------------------------------------------------------------
-r3115 | massiot | 2003-01-07 15:38:13 +0100 (Tue, 07 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Removed unused options in the aout.
-
-------------------------------------------------------------------------
-r3116 | massiot | 2003-01-07 15:58:33 +0100 (Tue, 07 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-New "spdif" setting, allowing to permanently disable S/PDIF detection.
-
-------------------------------------------------------------------------
-r3117 | massiot | 2003-01-07 16:12:15 +0100 (Tue, 07 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-Fixed another very nasty localization bug.
-
-------------------------------------------------------------------------
-r3118 | jobi | 2003-01-07 16:12:48 +0100 (Tue, 07 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ts.c
-
-  * modules/demux/mpeg/ts.c: fixed ts_dvbpsi demux forcing (with
-    file/ts_dvbpsi:) with TS streams that don't start with 0x47
-
-------------------------------------------------------------------------
-r3119 | fenrir | 2003-01-07 22:49:01 +0100 (Tue, 07 Jan 2003) | 7 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/xvid.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/wav/wav.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_programs.c
-
- * all: I have added two new variables in es_descriptor_t and
-decoder_fifo_t (p_waveformatex and p_bitmapinfoheader). It's
-a replacement of p_demux_data as this variable is used by
-some demuxers in another way. This way, I will be able to add
-preliminary support of mpeg4 in mpeg2TS... (I haven't tested ogm
-demuxer so if somebody wants ...)
-
-------------------------------------------------------------------------
-r3120 | massiot | 2003-01-08 01:41:25 +0100 (Wed, 08 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile.am
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   A /trunk/extras/MacOSX/Resources/back.png
-   A /trunk/extras/MacOSX/Resources/begin.png
-   A /trunk/extras/MacOSX/Resources/end.png
-   A /trunk/extras/MacOSX/Resources/forw.png
-   A /trunk/extras/MacOSX/Resources/list.png
-   M /trunk/extras/MacOSX/Resources/pause.png
-   M /trunk/extras/MacOSX/Resources/play.png
-   A /trunk/extras/MacOSX/Resources/prefs.png
-   D /trunk/extras/MacOSX/Resources/stepr.png
-   M /trunk/extras/MacOSX/Resources/stop.png
-   A /trunk/extras/MacOSX/Resources/vlc_hg.png
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/po/ja.po
-   M /trunk/po/vlc.pot
-
-* New VLC brush-metal interface, courtesy of David Weber <david_weber@gmx.de>
-* Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>
-
-------------------------------------------------------------------------
-r3121 | titer | 2003-01-08 03:09:15 +0100 (Wed, 08 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
- Fixed language and subtitle selection.
-
-------------------------------------------------------------------------
-r3122 | ipkiss | 2003-01-08 03:16:09 +0100 (Wed, 08 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/mainframe.dfm
-   M /trunk/modules/gui/win32/mainframe.h
-   M /trunk/modules/gui/win32/menu.cpp
-   M /trunk/modules/gui/win32/menu.h
-   M /trunk/modules/gui/win32/win32.cpp
-   M /trunk/modules/gui/win32/win32_common.h
-
- * Added sound volume management and changed a bit the menus
- * Added audio channels selection, but it's currently disabled since
-   it's quite buggy :)
-
-------------------------------------------------------------------------
-r3123 | titer | 2003-01-08 03:32:50 +0100 (Wed, 08 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-
- Minor GUI fixes in the prefs window.
-
-------------------------------------------------------------------------
-r3124 | ipkiss | 2003-01-08 04:01:55 +0100 (Wed, 08 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/gui/win32/preferences.cpp
-   M /trunk/modules/gui/win32/preferences.h
-
- * ./modules/gui/win32/preferences.cpp: fixed a segfault when a module
-   forgets to declare 'add_category_hint'
- * ./modules/demux/mpeg/ts.c: added a missing 'add_category_hint' :p
-
-------------------------------------------------------------------------
-r3125 | fenrir | 2003-01-08 11:26:49 +0100 (Wed, 08 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/packetizer/Modules.am
-   M /trunk/modules/packetizer/copy.c
-   A /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegvideo.c
-
- * mpeg4audio.c: new packetizer (but for now it don't support adts aac)
- * mpeg4video.c: I 've rewritten it
-
-------------------------------------------------------------------------
-r3126 | fenrir | 2003-01-08 11:34:58 +0100 (Wed, 08 Jan 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/Modules.am
-   M /trunk/modules/mux/mpeg/bits.h
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/pes.h
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-
- * pes.c, ps.c: a52 stream should now work.
- * ts.c: added support for libdvbpsi (like ts demux, two modules are
-generated : mux_ts and mux_ts_dvbpsi), fix crc generation for pat/pmt
-without libdvbpsi. More works to add mpeg4 support (now I generate IOD
-and SL descriptor).
-
-------------------------------------------------------------------------
-r3127 | fenrir | 2003-01-08 11:38:32 +0100 (Wed, 08 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/src/stream_output/stream_output.c
-
- * all: added a new function (sout_BufferChain) and allowed dummy
-stream input creation (with "null" fourcc).
-
-------------------------------------------------------------------------
-r3128 | fenrir | 2003-01-08 11:40:10 +0100 (Wed, 08 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/file.c
-
- * file.c: removed an useless debug message.
-
-------------------------------------------------------------------------
-r3129 | fenrir | 2003-01-08 11:41:57 +0100 (Wed, 08 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * ffmpeg/video.c: in case of mpeg4 stream search in p_bitmapinfo for
-an vol header. (In fact reverse an prevous commit)
-
-------------------------------------------------------------------------
-r3130 | fenrir | 2003-01-08 11:43:27 +0100 (Wed, 08 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/faad/decoder.c
-
- * faad: fixed a segfault when faad initialisation failed.(anyway it
-doesn't solve the real problem).
-
-------------------------------------------------------------------------
-r3131 | fenrir | 2003-01-08 11:46:30 +0100 (Wed, 08 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4.c: allowed multiple moov headers by taking the first one
-(multiple moov headers is strictly forbidden but I 've seen such file)
-
-------------------------------------------------------------------------
-r3132 | massiot | 2003-01-08 11:50:58 +0100 (Wed, 08 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-* Added --no-spdif option (just like in OSS) and fixed a localization bug.
-
-------------------------------------------------------------------------
-r3133 | lool | 2003-01-08 13:13:24 +0100 (Wed, 08 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/FAQ
-
-  * New entries:
-    4. Legal concerns
-    4.1 May I use the VideoLAN logo?
-    4.2 May I reditribute VLC?
-
-------------------------------------------------------------------------
-r3134 | titer | 2003-01-08 14:52:56 +0100 (Wed, 08 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-
- Use pf_memcpy and pf_memset.
-
-------------------------------------------------------------------------
-r3135 | sigmunau | 2003-01-08 15:00:29 +0100 (Wed, 08 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-use *$(LIBEXT) and not *.so in package-win32 and package-beos targets. Also
-a minor change in argumets passed to nsis
-
-------------------------------------------------------------------------
-r3136 | lool | 2003-01-08 15:31:04 +0100 (Wed, 08 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/FAQ
-
-  * Mentionned the inclusion of the contrib dir
-
-------------------------------------------------------------------------
-r3137 | sam | 2003-01-08 15:59:23 +0100 (Wed, 08 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
-  * ./src/stream_output/stream_output.c: minor fix for Win32 drive letter
-    display.
-
-------------------------------------------------------------------------
-r3138 | titer | 2003-01-08 16:13:32 +0100 (Wed, 08 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-
- Partial fix for video/audio sync.
-
-------------------------------------------------------------------------
-r3139 | fenrir | 2003-01-08 17:40:29 +0100 (Wed, 08 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/demux/mpeg/system.h
-   M /trunk/modules/demux/mpeg/ts.c
-
- * configure.ac.in: added mpeg4audio packetizer and allowed conpilation of TS
-muxer with libdvbpsi.
- * mpeg/* : added preliminary support of mpeg4 video and audio in TS stream.
-(only in ts_dvbpsi demuxer).
-
-------------------------------------------------------------------------
-r3140 | lool | 2003-01-08 17:40:44 +0100 (Wed, 08 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/FAQ
-
-  * typos
-  * mentionned Redhat because it disables DMA
-
-------------------------------------------------------------------------
-r3141 | massiot | 2003-01-09 00:15:13 +0100 (Thu, 09 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Do not bail out when no *.gmo exists.
-
-------------------------------------------------------------------------
-r3142 | sam | 2003-01-09 11:12:42 +0100 (Thu, 09 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/parse.c
-
-  * ./modules/codec/spudec/parse.c: set the duration of DVD subtitles
-    according to the playing rate.
-
-------------------------------------------------------------------------
-r3143 | sam | 2003-01-09 15:00:00 +0100 (Thu, 09 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/transform.c
-
-  * ./modules/video_filter/transform.c: the 90 and 270 transformation routines
-    now use the visible pitch of a picture, not its total pitch (Closes: #29).
-
-------------------------------------------------------------------------
-r3144 | sam | 2003-01-09 15:05:31 +0100 (Thu, 09 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/sdl.c
-
-  * ./modules/video_output/sdl.c: fixed visible picture pitch calculation.
-
-------------------------------------------------------------------------
-r3145 | sam | 2003-01-09 16:38:09 +0100 (Thu, 09 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/adjust.c
-
-  * ./modules/video_filter/adjust.c: rehandled code and enhanced the
-    config variables descriptions.
-
-------------------------------------------------------------------------
-r3146 | sam | 2003-01-09 17:26:14 +0100 (Thu, 09 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/adjust.c
-
-  * ./modules/video_filter/adjust.c: properly fixed margin handling (partially
-    closes #30).
-
-------------------------------------------------------------------------
-r3147 | sam | 2003-01-09 18:47:05 +0100 (Thu, 09 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-
-  * ./modules/video_filter/*.c: all filters now properly use i_visible_pitch
-    instead of i_pitch for pixel access (Closes: #30).
-
-------------------------------------------------------------------------
-r3148 | sam | 2003-01-09 19:06:06 +0100 (Thu, 09 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-  * ./modules/video_output/x11/xcommon.c: fixed i_visible_pitch calculation.
-
-------------------------------------------------------------------------
-r3149 | fenrir | 2003-01-09 19:23:43 +0100 (Thu, 09 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi: read less data at once as it seems to give better sound. (I thinks
-it's more a workaround that a true fix).
-
-------------------------------------------------------------------------
-r3150 | lool | 2003-01-09 23:30:44 +0100 (Thu, 09 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/FAQ
-
-  * Mentionned libdvdcss vs DMCS in 4.2 ((c) Meuuh :)
-
-------------------------------------------------------------------------
-r3151 | massiot | 2003-01-10 00:43:07 +0100 (Fri, 10 Jan 2003) | 3 lines
-Changed paths:
-   D /trunk/extras/MacOSX/Resources/stepf.png
-   M /trunk/include/vlc_config.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/src/misc/threads.c
-
-* OS X: Fixed a segfault with empty configuration strings (closes #65),
-* cosmetic messages cleanups.
-
-------------------------------------------------------------------------
-r3152 | ipkiss | 2003-01-10 02:09:31 +0100 (Fri, 10 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/win32/preferences.cpp
-   M /trunk/modules/gui/win32/preferences.h
-
- * ./modules/gui/win32: fixed a bug in the preferences (closes #60)
-
-------------------------------------------------------------------------
-r3153 | lool | 2003-01-10 05:58:23 +0100 (Fri, 10 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/STATUS
-   M /trunk/configure.ac.in
-   A /trunk/modules/access/slp.c
-
-  * configure.ac.in, modules/access/slp.c: New SLP access module,
-        see <http://www.openslp.org/>
-
-------------------------------------------------------------------------
-r3154 | lool | 2003-01-10 07:16:55 +0100 (Fri, 10 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/slp.c
-
-  * removed VLC_GO to avoid skipping to the last program
-
-------------------------------------------------------------------------
-r3155 | yves | 2003-01-10 09:04:49 +0100 (Fri, 10 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-* vlc.spec: new packetizer/mpeg4audio plugin added.
-
-------------------------------------------------------------------------
-r3156 | lool | 2003-01-10 10:25:57 +0100 (Fri, 10 Jan 2003) | 8 lines
-Changed paths:
-   M /trunk/FAQ
-
-  * New entries:
-    2.16 NO VIDEO!! or NO AUDIO !!
-    3.3.4 Does VLC support DVD from all zones?
-    3.3.5 How can I take screenshots?
-    5. Miscellaneous
-    5.1 How may I help your project?
-    5.2 Why are your mailing-lists and your website in english?
-
-------------------------------------------------------------------------
-r3157 | lool | 2003-01-10 10:28:16 +0100 (Fri, 10 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/Modules.am
-
-  * access_slp LD options
-
-------------------------------------------------------------------------
-r3158 | lool | 2003-01-10 11:01:47 +0100 (Fri, 10 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/open.c
-
-  * removed an useless inclusion
-
-------------------------------------------------------------------------
-r3159 | asmax | 2003-01-10 12:02:21 +0100 (Fri, 10 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/open.c
-
-* enable the network channel box when selecting network channel input
-  (gnome interface)
-
-------------------------------------------------------------------------
-r3160 | asmax | 2003-01-10 13:34:50 +0100 (Fri, 10 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/open.c
-
-* fixed previous commit (didn't work everytime)
-
-------------------------------------------------------------------------
-r3161 | massiot | 2003-01-10 14:21:17 +0100 (Fri, 10 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-Fixed liba52 detection using --with-a52.
-
-------------------------------------------------------------------------
-r3162 | titer | 2003-01-10 17:21:39 +0100 (Fri, 10 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-
- Definitively fixed sync (I hope).
-
-------------------------------------------------------------------------
-r3163 | titer | 2003-01-10 18:01:53 +0100 (Fri, 10 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-   M /trunk/src/misc/threads.c
-
- Thread priority management on BeOS.
-
-------------------------------------------------------------------------
-r3164 | lool | 2003-01-10 18:30:18 +0100 (Fri, 10 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/open.c
-
-  * re-included playlist.h (got confused with vlc-playlist.h)
-
-------------------------------------------------------------------------
-r3165 | ipkiss | 2003-01-11 15:09:22 +0100 (Sat, 11 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * compilation fix
-
-------------------------------------------------------------------------
-r3166 | ipkiss | 2003-01-11 18:23:13 +0100 (Sat, 11 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * Fixed my previous commit (thanks fenrir)
-
-------------------------------------------------------------------------
-r3167 | fenrir | 2003-01-11 19:10:49 +0100 (Sat, 11 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-
- * asf: prevent some segfault with broken file. (partially fix bug 72)
- * avi: respect frame size (for audio codec) and close bug 75.
- * ffmpeg: can now read multiples audio frames from the same buffer.
-
-------------------------------------------------------------------------
-r3168 | fenrir | 2003-01-11 19:31:17 +0100 (Sat, 11 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi: fix my last fix :)
-
-------------------------------------------------------------------------
-r3169 | stippi | 2003-01-11 20:33:09 +0100 (Sat, 11 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-
-fixed flickering of skip buttons (and consequently crashing if you pressed them)
-
-------------------------------------------------------------------------
-r3170 | gitan | 2003-01-11 21:25:36 +0100 (Sat, 11 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* SAP is disabled by default.
-
-------------------------------------------------------------------------
-r3171 | titer | 2003-01-11 21:42:47 +0100 (Sat, 11 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-
- * Needed update because variables names changed in the 'adjust' module.
-
-------------------------------------------------------------------------
-r3172 | titer | 2003-01-12 01:22:37 +0100 (Sun, 12 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/share/vlc_beos.rsrc
-
- Corrected the list of supported MIME types.
-
-------------------------------------------------------------------------
-r3173 | sigmunau | 2003-01-12 02:26:36 +0100 (Sun, 12 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/lirc/example.lircrc
-   M /trunk/modules/control/lirc/lirc.c
-
- new rule for remote controls with combined play/pause button (like mine has)
-
-------------------------------------------------------------------------
-r3174 | titer | 2003-01-12 03:08:39 +0100 (Sun, 12 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/MediaControlView.h
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-   M /trunk/src/misc/beos_specific.cpp
-
- * beos/* : fixed a bug in the progress bar with big files
- * beos_specific.cpp : fixed the app signature
- * VlcWrapper.* : removed unused code
-
-------------------------------------------------------------------------
-r3175 | fenrir | 2003-01-12 05:11:35 +0100 (Sun, 12 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
- * some workaround for clock.
-
-------------------------------------------------------------------------
-r3176 | fenrir | 2003-01-12 05:30:14 +0100 (Sun, 12 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/mux/Modules.am
-   A /trunk/modules/mux/avi.c
-
- * avi.c: avi muxer. (It produces broken files, but vlc is able to read
-them).
-
-------------------------------------------------------------------------
-r3177 | fenrir | 2003-01-12 07:39:45 +0100 (Sun, 12 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/demux/mpeg/Modules.am
-   A /trunk/modules/demux/mpeg/m4v.c
-
- * m4v: a raw MPEG-4 video stream demuxer (for now, it assumes 25fps).
-You have to force this demuxer.
-
-------------------------------------------------------------------------
-r3178 | sigmunau | 2003-01-12 16:38:35 +0100 (Sun, 12 Jan 2003) | 8 lines
-Changed paths:
-   M /trunk/modules/access/dvdplay/intf.c
-   M /trunk/modules/control/lirc/lirc.c
-   M /trunk/src/video_output/video_output.c
-
- * src/video_output/video_output.c: add a key-pressed variable to p_vout
- * modules/access/dvdplay/intf.c: allow keyboard naviagation in dvd-menus,
-by reading the key-pressed variable
- * modules/control/lirc/lirc.c: allow navigation with remote control by
-faking keypresses (closes #38). I think the remotes for dvdplayers usually
-have buttons for "root menu" and "title menu". Whould this be easily
-implemented in vlc?
-
-------------------------------------------------------------------------
-r3179 | jlj | 2003-01-12 19:25:05 +0100 (Sun, 12 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-  * ./modules/gui/macosx/intf.m: Fixed mutex errors on stop (Closes #80).
-
-------------------------------------------------------------------------
-r3180 | fenrir | 2003-01-12 19:26:09 +0100 (Sun, 12 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi: partial fix for non interleaved file with incorrect( I'm not sure
-about that) stream descriptor. Now at least video will be played.
-
-------------------------------------------------------------------------
-r3181 | jpsaman | 2003-01-12 20:08:09 +0100 (Sun, 12 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/familiar.c
-
-Use gtk_main_quit only in one place (the function Manage()).
-
-------------------------------------------------------------------------
-r3182 | jpsaman | 2003-01-12 20:08:40 +0100 (Sun, 12 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/vlc.gpe
-   M /trunk/ipkg/vlc.opie
-
-Fixed some paths.
-
-------------------------------------------------------------------------
-r3183 | sam | 2003-01-13 02:11:00 +0100 (Mon, 13 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/rules
-
-  * ./debian/rules: compilation bypasses for the Debian maintainer.
-
-------------------------------------------------------------------------
-r3184 | fenrir | 2003-01-13 03:30:11 +0100 (Mon, 13 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-
- * mp4: added parsing of some mov boxes (alternate movies).
-
-------------------------------------------------------------------------
-r3185 | fenrir | 2003-01-13 03:33:13 +0100 (Mon, 13 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/src/stream_output/stream_output.c
-
- * all: now mux and access_out can request to reserve some memory in front
-of each sout buffer (will prevent some unnecessary memcpy :). Not yet
-really used.
-
-------------------------------------------------------------------------
-r3186 | fenrir | 2003-01-13 05:46:49 +0100 (Mon, 13 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/src/stream_output/stream_output.c
-
- * mux/avi.c: added index creation.
- * demux/avi.c: fix stream length calculation.
- * stream_output.c: forgot a return value ...
-
-------------------------------------------------------------------------
-r3187 | sam | 2003-01-13 14:28:55 +0100 (Mon, 13 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/sdl.c
-
-  * ./modules/video_output/sdl.c: protected libSDL initialization calls to
-    avoid race conditions and deadlocks.
-
-------------------------------------------------------------------------
-r3188 | massiot | 2003-01-13 15:51:25 +0100 (Mon, 13 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/gui/macosx/aout.m
-
-Do not forget to register aout_ChannelsRestart as the callback for
-audio-device, plus miscellaneous changes.
-
-------------------------------------------------------------------------
-r3189 | alexis | 2003-01-13 16:14:45 +0100 (Mon, 13 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/FAQ
-
-Fixed typo
-
-------------------------------------------------------------------------
-r3190 | sam | 2003-01-13 16:20:25 +0100 (Mon, 13 Jan 2003) | 3 lines
-Changed paths:
-   A /trunk/modules/gui/win32/strings.cpp
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/se.po
-   M /trunk/po/vlc.pot
-   M /trunk/toolbox
-
-  * ./toolbox: toolbox --update-po now automatically extracts strings from
-    the Win32 interface.
-
-------------------------------------------------------------------------
-r3191 | massiot | 2003-01-13 17:58:58 +0100 (Mon, 13 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/sdl.c
-
-Compilation fix.
-
-------------------------------------------------------------------------
-r3192 | ipkiss | 2003-01-13 18:11:14 +0100 (Mon, 13 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/win32/mainframe.dfm
-   M /trunk/modules/gui/win32/menu.cpp
-   M /trunk/modules/gui/win32/win32.cpp
-
- * MacOSX interface: fixed a stupid bug
- * Win32 interface: completed support for channel selection
-
-------------------------------------------------------------------------
-r3193 | fenrir | 2003-01-13 18:39:05 +0100 (Mon, 13 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/adpcm.c
-
- * adpcm: changed the way that data are read and thus seek will work.
-
-------------------------------------------------------------------------
-r3194 | jlj | 2003-01-13 21:02:37 +0100 (Mon, 13 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/aout.m
-
-  * ./modules/gui/macosx/aout.m: don't call AudioHardwareUnload.
-
-------------------------------------------------------------------------
-r3195 | massiot | 2003-01-14 00:45:49 +0100 (Tue, 14 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/po/ja.po
-
-Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>.
-
-------------------------------------------------------------------------
-r3196 | sigmunau | 2003-01-14 02:30:09 +0100 (Tue, 14 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/control/rc/rc.c
-
-changed the a rule into add and made it work along with others such as play
-even when nothing is currently playing. Added a playlist command to list the
-entries currently in the playlist. plus some cleanups and sanity checks.
-
-------------------------------------------------------------------------
-r3197 | fenrir | 2003-01-14 05:34:13 +0100 (Tue, 14 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
- * stream_output.c: fix a bug with "null" stream.
-
-------------------------------------------------------------------------
-r3198 | titer | 2003-01-14 15:48:55 +0100 (Tue, 14 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/MsgVals.h
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
- * Added a file panel for subtitles file selection.
-
-------------------------------------------------------------------------
-r3199 | massiot | 2003-01-14 15:51:02 +0100 (Tue, 14 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/control/rc/rc.c
-
-* Fixed dual-mono handling of MPEG audio.
-* rc.c: fixed a warning.
-
-------------------------------------------------------------------------
-r3200 | titer | 2003-01-14 16:31:12 +0100 (Tue, 14 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-
- * added a sanity lock
-
-------------------------------------------------------------------------
-r3201 | titer | 2003-01-14 17:00:49 +0100 (Tue, 14 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-
- Now you can save preferences.
-
-------------------------------------------------------------------------
-r3202 | sam | 2003-01-14 19:56:52 +0100 (Tue, 14 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/FAQ
-   M /trunk/doc/fortunes.txt
-
-  * ./FAQ: a few corrections. See also http://angryflower.com/bobsqu.gif
-
-------------------------------------------------------------------------
-r3203 | titer | 2003-01-14 23:03:38 +0100 (Tue, 14 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-
-  Fixed playlist behaviour (draging a file replaces the playlist, and
- draging a file while pressing the 'Shift' key appends it while the
- current one keeps playing.
-
-------------------------------------------------------------------------
-r3204 | sam | 2003-01-14 23:44:29 +0100 (Tue, 14 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-  * ./modules/audio_output/oss.c: compilation fix for BSD, courtesy of
-    Steven M. Schultz.
-
-------------------------------------------------------------------------
-r3205 | massiot | 2003-01-15 01:10:29 +0100 (Wed, 15 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/po/it.po
-
-Updated Italian translation, courtesy of Vella Bruno <allevb@tin.it>.
-
-------------------------------------------------------------------------
-r3206 | jlj | 2003-01-15 01:49:49 +0100 (Wed, 15 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/aout.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/vout.m
-
-  * ./modules/gui/macosx: added macosx-adev and macosx-vdev config vars.
-
-------------------------------------------------------------------------
-r3207 | massiot | 2003-01-15 11:58:48 +0100 (Wed, 15 Jan 2003) | 8 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/Makefile.am
-   M /trunk/modules/audio_filter/converter/Modules.am
-   A /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/codec/Modules.am
-   M /trunk/modules/codec/a52.c
-   D /trunk/modules/codec/mad
-   A /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/gui/win32/strings.cpp
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/se.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/audio_output/common.c
-
-* Totally rewrote the mad plug-in, in order to fix the PTS problems :
-- Now using the low-level API of libmad,
-- Decoding split in parsing & decoding (just like A/52),
-- Should handle dual-mono files correctly,
-* The old mpeg_audio plug-in can no longer work in this scheme and has
-  been disabled. Please _always_ compile with mad from now on.
-* Updated po files.
-
-------------------------------------------------------------------------
-r3208 | massiot | 2003-01-15 12:27:29 +0100 (Wed, 15 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/src/audio_output/intf.c
-
-VolumeUp/Down/Mute now work even if no file is playing.
-
-------------------------------------------------------------------------
-r3209 | titer | 2003-01-15 12:46:27 +0100 (Wed, 15 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
- Fixed --with-mad and --with-mad-tree
-
-------------------------------------------------------------------------
-r3210 | massiot | 2003-01-15 13:25:11 +0100 (Wed, 15 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/po/nl.po
-
-Dutch translation, courtesy of Derk-Jan Hartman <d.hartman@student.utwente.nl>
-and Jean-Paul Saman <jpsaman@wxs.nl>.
-
-------------------------------------------------------------------------
-r3211 | massiot | 2003-01-15 14:14:50 +0100 (Wed, 15 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
-Better recovery on emulated startcode. Still doesn't work with VBR mp3's,
-though.
-
-------------------------------------------------------------------------
-r3212 | sam | 2003-01-15 14:16:40 +0100 (Wed, 15 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_video/headers.c
-   M /trunk/modules/gui/gtk/gnome.glade
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gtk.glade
-   M /trunk/modules/gui/gtk/gtk_interface.c
-   M /trunk/modules/gui/kde/kde.cpp
-   M /trunk/modules/gui/win32/Modules.am
-   M /trunk/modules/gui/win32/about.dfm
-   M /trunk/modules/gui/win32/mainframe.dfm
-   M /trunk/modules/gui/win32/network.dfm
-   M /trunk/modules/gui/win32/strings.cpp
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/modules/video_output/wingdi.c
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/se.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/toolbox
-
-  * ALL: slightly changed some interface strings so that they are common to
-    all GUIs, thus making the translators' work easier.
-
-------------------------------------------------------------------------
-r3213 | massiot | 2003-01-15 14:46:05 +0100 (Wed, 15 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-message queue overflow is now a warning.
-
-------------------------------------------------------------------------
-r3214 | sam | 2003-01-15 14:48:14 +0100 (Wed, 15 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-  * ./modules/video_output/x11/xcommon.c: we ignore MapNotify and UnmapNotify
-    events once our window has been properly mapped.
-
-------------------------------------------------------------------------
-r3215 | massiot | 2003-01-15 14:58:28 +0100 (Wed, 15 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
-Typo.
-
-------------------------------------------------------------------------
-r3216 | massiot | 2003-01-16 00:55:22 +0100 (Thu, 16 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/src/misc/netutils.c
-
-* Fixed MPEG audio layer III VBR,
-* Mac OS X interface thread gets a real-time priority as well to avoid
-  lock-ups,
-* VLAN error is now a warning.
-
-------------------------------------------------------------------------
-r3217 | sam | 2003-01-16 10:00:32 +0100 (Thu, 16 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gnome.glade
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gtk.glade
-   M /trunk/modules/gui/gtk/gtk_interface.c
-   M /trunk/modules/gui/win32/disc.dfm
-   M /trunk/modules/gui/win32/mainframe.dfm
-   M /trunk/modules/gui/win32/strings.cpp
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/se.po
-   M /trunk/po/vlc.pot
-   M /trunk/toolbox
-
-  * ALL: merged more UI strings.
-
-------------------------------------------------------------------------
-r3218 | sam | 2003-01-16 10:02:46 +0100 (Thu, 16 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/modules/gui/win32/Modules.am
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/menu.cpp
-   M /trunk/modules/gui/win32/win32_common.h
-
-  * ./include/vlc_common.h: fixed win32 plugin compilation.
-
-------------------------------------------------------------------------
-r3219 | sam | 2003-01-16 10:05:37 +0100 (Thu, 16 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/.cvsignore
-   M /trunk/modules/access/dvd/.cvsignore
-   M /trunk/modules/access/dvdplay/.cvsignore
-   M /trunk/modules/access/dvdread/.cvsignore
-   M /trunk/modules/access/mms/.cvsignore
-   M /trunk/modules/access/satellite/.cvsignore
-   M /trunk/modules/access/v4l/.cvsignore
-   M /trunk/modules/access/vcd/.cvsignore
-   M /trunk/modules/access_output/.cvsignore
-   M /trunk/modules/audio_filter/channel_mixer/.cvsignore
-   M /trunk/modules/audio_filter/converter/.cvsignore
-   M /trunk/modules/audio_filter/resampler/.cvsignore
-   M /trunk/modules/audio_mixer/.cvsignore
-   M /trunk/modules/audio_output/.cvsignore
-   M /trunk/modules/codec/.cvsignore
-   M /trunk/modules/codec/a52old/.cvsignore
-   M /trunk/modules/codec/a52old/downmix/.cvsignore
-   M /trunk/modules/codec/a52old/imdct/.cvsignore
-   M /trunk/modules/codec/cinepak/.cvsignore
-   M /trunk/modules/codec/faad/.cvsignore
-   M /trunk/modules/codec/ffmpeg/.cvsignore
-   M /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore
-   M /trunk/modules/codec/mpeg_audio/.cvsignore
-   M /trunk/modules/codec/mpeg_video/.cvsignore
-   M /trunk/modules/codec/mpeg_video/idct/.cvsignore
-   M /trunk/modules/codec/mpeg_video/motion/.cvsignore
-   M /trunk/modules/codec/spudec/.cvsignore
-   M /trunk/modules/control/lirc/.cvsignore
-   M /trunk/modules/control/rc/.cvsignore
-   M /trunk/modules/demux/.cvsignore
-   M /trunk/modules/demux/aac/.cvsignore
-   M /trunk/modules/demux/asf/.cvsignore
-   M /trunk/modules/demux/avi/.cvsignore
-   M /trunk/modules/demux/mp4/.cvsignore
-   M /trunk/modules/demux/mpeg/.cvsignore
-   M /trunk/modules/demux/util/.cvsignore
-   M /trunk/modules/demux/wav/.cvsignore
-   M /trunk/modules/gui/beos/.cvsignore
-   M /trunk/modules/gui/familiar/.cvsignore
-   M /trunk/modules/gui/gtk/.cvsignore
-   M /trunk/modules/gui/kde/.cvsignore
-   M /trunk/modules/gui/macosx/.cvsignore
-   M /trunk/modules/gui/ncurses/.cvsignore
-   M /trunk/modules/gui/qnx/.cvsignore
-   M /trunk/modules/gui/qt/.cvsignore
-   M /trunk/modules/gui/win32/.cvsignore
-   M /trunk/modules/gui/wxwindows/.cvsignore
-   M /trunk/modules/misc/.cvsignore
-   M /trunk/modules/misc/dummy/.cvsignore
-   M /trunk/modules/misc/logger/.cvsignore
-   M /trunk/modules/misc/memcpy/.cvsignore
-   M /trunk/modules/misc/network/.cvsignore
-   M /trunk/modules/misc/testsuite/.cvsignore
-   M /trunk/modules/mux/.cvsignore
-   M /trunk/modules/mux/mpeg/.cvsignore
-   M /trunk/modules/packetizer/.cvsignore
-   M /trunk/modules/video_chroma/.cvsignore
-   M /trunk/modules/video_filter/.cvsignore
-   M /trunk/modules/video_filter/deinterlace/.cvsignore
-   M /trunk/modules/video_output/.cvsignore
-   M /trunk/modules/video_output/directx/.cvsignore
-   M /trunk/modules/video_output/mga/.cvsignore
-   M /trunk/modules/video_output/qte/.cvsignore
-   M /trunk/modules/video_output/x11/.cvsignore
-   M /trunk/modules/visualization/scope/.cvsignore
-   M /trunk/modules/visualization/xosd/.cvsignore
-
-  * ./modules/**/.cvsignore: added common *$(LIBEXT) values to .cvsignore.
-
-------------------------------------------------------------------------
-r3220 | sam | 2003-01-16 13:49:28 +0100 (Thu, 16 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/evc/.cvsignore
-   D /trunk/evc/config.h
-   A /trunk/evc/config.h.in
-   M /trunk/msvc/.cvsignore
-   D /trunk/msvc/config.h
-   A /trunk/msvc/config.h.in
-   M /trunk/toolbox
-
-  * ./evc/config.h, ./msvc/config.h: proper generation of these files using
-    information from configure.ac.in. Thanks to Stephane van Hardeveld for
-    spotting this.
-
-------------------------------------------------------------------------
-r3221 | sam | 2003-01-16 13:56:34 +0100 (Thu, 16 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/msvc/plugins.dsp.in
-
-  * ./plugins.dsp.in: fixed this file thanks to Stephane van Hardeveld.
-
-------------------------------------------------------------------------
-r3222 | hartman | 2003-01-16 14:22:30 +0100 (Thu, 16 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/intf.c
-
-VolumeGet/VolumeSet now work even if no file is playing.
-
-------------------------------------------------------------------------
-r3223 | hartman | 2003-01-16 14:49:44 +0100 (Thu, 16 Jan 2003) | 19 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/vout.m
-
-* ./modules/gui/macosx/controls.m:
-  - Added a volumeslider
-  - removed pause button
-  - added a fast forward action (increases speed in time)
-  - changed the play method to allow for a toggled play pause button
-  - volumeUp and VolumeDown take the state of the Mute Menuitem into account
-  - volumeUp and VolumeDown take the volumeSlider into account
-* ./modules/gui/macosx/intf.h:
-  - added references for the volumeslider, new menuitems
-* ./modules/gui/macosx/intf.m:
-  - correct init of volumeslider and other new intf elements
-  - new title for Controller window
-  - the state of buttons is dependant on a movie being played
-  - toggle the play/pause button if a play/pause action is detected.
-* ./modules/gui/macosx/playlist.h: added add/remove buttons to playlist
-* ./modules/gui/macosx/vout.m:
-  - removed some control keys which were no longer necesarry
-  - give the window the title of the item being played
-
-------------------------------------------------------------------------
-r3224 | hartman | 2003-01-16 14:58:18 +0100 (Thu, 16 Jan 2003) | 15 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/Resources/pause.png
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* ALL:
-- integrated play/pause toggled button
-- global shortcut for play/pause by use of spacebar
-- new pause.png
-- removed pause button
-- close button in intf window. register window in Window menuitem.
-- rearranged the menu
-- changed some key-combo's to be more OSX compliant/consistent
-- The time text-field is no longer selectable
-- The faster/slower/ff/stop etc button are only available during playback
-- added .bin filetype to Project Target (allows drag and drop of .bin files on program icon.
-- Added Add/Remove buttons to the llaylist.
-- Made the drawer 10 pixels smaller. Looks much better.
-- added a volume slider.
-
-------------------------------------------------------------------------
-r3225 | massiot | 2003-01-16 15:08:39 +0100 (Thu, 16 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/src/audio_output/intf.c
-
-* modules/codec/mpeg_audio.c: attempt at fixing free-bitrate mp3, though
-  I do not have any file to test ; more precise PTS handling when losing
-  sync.
-* src/audio_output/intf.c: fixed a warning.
-
-------------------------------------------------------------------------
-r3226 | sam | 2003-01-16 15:34:55 +0100 (Thu, 16 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   D /trunk/po/se.po
-   A /trunk/po/sv.po
-
-  * ./po/sv.po: Swedish is now sv, not se. Thanks yvounet.
-
-------------------------------------------------------------------------
-r3227 | yves | 2003-01-16 15:39:22 +0100 (Thu, 16 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-* codec/mad plugin is replaced by audio_filter/mpgatofixed32.
-* new demux/m4v and mux/avi plugins
-
-------------------------------------------------------------------------
-r3228 | massiot | 2003-01-16 15:40:04 +0100 (Thu, 16 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/darwin_specific.m
-
-Swedish is now sv, not se. Thanks yvounet. (c)
-
-------------------------------------------------------------------------
-r3229 | titer | 2003-01-16 16:26:23 +0100 (Thu, 16 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-
- * InterfaceWindow.cpp : fixed DVD drag & drop
- * PreferencesWindow.* : added the possibility not to use DVD menus
-
-------------------------------------------------------------------------
-r3230 | lool | 2003-01-16 21:08:00 +0100 (Thu, 16 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc/rc.c
-
-  * typo
-
-------------------------------------------------------------------------
-r3231 | babal | 2003-01-16 22:14:23 +0100 (Thu, 16 Jan 2003) | 7 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/demux/m3u.c
-   M /trunk/po/fr.po
-   M /trunk/src/audio_output/input.c
-
-- input.c : doesn't even try to use the headphone filter for
-            unsupported format (S/PDIF, ...)
-- m3u.c : support for MRLs
-          better detection of absolute path under Windows
-- configure.ac.in : off_t was defined twice for mingw32
-- fr.po : translation of headphone filter strings
-
-------------------------------------------------------------------------
-r3232 | massiot | 2003-01-17 00:00:47 +0100 (Fri, 17 Jan 2003) | 6 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/access/dvd/ifo.c
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* Bumped up revision number to 0.5.0-test3,
-* Rearranged fields in the OS X interface to accomodate for translations,
-* modules/access/dvd/ifo.c: fixed a crash with bad streams,
-* Auto-updated po files,
-* Manually updated fr.po.
-
-------------------------------------------------------------------------
-r3233 | lool | 2003-01-17 00:25:55 +0100 (Fri, 17 Jan 2003) | 9 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/input_ext-intf.h
-   M /trunk/modules/access/Modules.am
-   M /trunk/modules/access/slp.c
-
-  * configure.ac.in:
-    . renamed access_slp to slp
-    . slp is enabled by default if slp.h is present
-  * modules/access/slp.c:
-    . slp is now an access and a demux and forces the use of itself
-    . cleanups and bug corrections
-    . disappears of the playlist
-      Thanks to fenrir for the help in debugging!
-
-------------------------------------------------------------------------
-r3234 | babal | 2003-01-17 00:33:20 +0100 (Fri, 17 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-- my previous fix was a bad fix :(
-
-------------------------------------------------------------------------
-r3235 | sam | 2003-01-17 00:37:59 +0100 (Fri, 17 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * ./Makefile.am: fixed distribution of MSVC files.
-
-------------------------------------------------------------------------
-r3236 | sam | 2003-01-17 14:54:11 +0100 (Fri, 17 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/parse.c
-
-  * ./modules/codec/spudec/parse.c: fixed a wrapping issue in the subtitle date
-    calculation in slow-mo.
-
-------------------------------------------------------------------------
-r3237 | lool | 2003-01-17 15:51:09 +0100 (Fri, 17 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/slp.c
-
-  * added missing static
-
-------------------------------------------------------------------------
-r3238 | fenrir | 2003-01-17 16:26:24 +0100 (Fri, 17 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/src/stream_output/stream_output.c
-
- * all: use p_vlc->pf_memcpy instead of memcpy on big data block.
- * mpeg4video: removed a bad code dealing with pts discontinuity.
- * pes.c: try to avoid copying the whole  PES. (the first 64ko
-ins't any more copied :)
-
-------------------------------------------------------------------------
-r3239 | sam | 2003-01-17 17:18:03 +0100 (Fri, 17 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/filter_common.h
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-
-  * ./modules/video_filter/**/*.c: mouse clicks and keyboard events are now
-    sent to the parent video output by all filters, and mouse coordinates are
-    translated when necessary (Closes: #15).
-
-------------------------------------------------------------------------
-r3240 | massiot | 2003-01-17 18:22:22 +0100 (Fri, 17 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-.
-
-------------------------------------------------------------------------
-r3241 | jpsaman | 2003-01-17 19:19:11 +0100 (Fri, 17 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/rules.gpe
-   M /trunk/modules/gui/familiar/familiar.c
-
-Updating slider only once a second now.
-
-------------------------------------------------------------------------
-r3242 | titer | 2003-01-17 19:19:43 +0100 (Fri, 17 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
- Fixed the 'Do not use DVD menus' check box.
-
-------------------------------------------------------------------------
-r3243 | sam | 2003-01-17 20:17:09 +0100 (Fri, 17 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/menu.c
-
-  * ./modules/gui/gtk/gtk_callbacks.c, ./modules/gui/gtk/menu.c: added a lot
-    of boundary checks in the handling of title/chapter menus. Title 0 is no
-    longer reachable (Closes: #26).
-
-------------------------------------------------------------------------
-r3244 | sam | 2003-01-17 20:22:21 +0100 (Fri, 17 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc/rc.c
-
-  * ./modules/control/rc/rc.c: boundary checks for chapter navigation.
-
-------------------------------------------------------------------------
-r3245 | sam | 2003-01-17 20:35:22 +0100 (Fri, 17 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/menu.cpp
-
-  * ./modules/gui/win32/mainframe.cpp, ./modules/gui/win32/menu.cpp: applied
-    navigation fixes from the Gtk+ interface.
-
-------------------------------------------------------------------------
-r3246 | sam | 2003-01-17 20:36:53 +0100 (Fri, 17 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses/ncurses.c
-
-  * ./modules/gui/ncurses/ncurses.c: added locks and checks in navigation code.
-
-------------------------------------------------------------------------
-r3247 | hartman | 2003-01-17 22:46:04 +0100 (Fri, 17 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-* ./modules/gui/macosx/controls.m: made the fullscreen command work, even if the videowindow is not the frontmost window
-
-------------------------------------------------------------------------
-r3248 | sam | 2003-01-18 00:59:18 +0100 (Sat, 18 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-  * ./modules/audio_output/alsa.c: updated requirements to 0.9.0beta10a in
-    the source comments.
-
-------------------------------------------------------------------------
-r3249 | hartman | 2003-01-18 05:10:58 +0100 (Sat, 18 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/open.m
-
-* ./modules/gui/macosx/open.m:
-  - Removed the pretty animation. Wasn't working. This looks better.
-  - fixed a potential memory problem
-
-------------------------------------------------------------------------
-r3250 | hartman | 2003-01-18 05:57:08 +0100 (Sat, 18 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/open.m
-
-* ./modules/gui/macosx/open.m
-  - .bin files are now opened as disks, instead of as files
-
-------------------------------------------------------------------------
-r3251 | massiot | 2003-01-18 14:24:44 +0100 (Sat, 18 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/darwin_specific.h
-   M /trunk/modules/codec/spudec/spudec.c
-
-Including font-eutopiabold36.rle for DivX and ogg subtitles.
-
-------------------------------------------------------------------------
-r3252 | alexis | 2003-01-18 21:24:33 +0100 (Sat, 18 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/developer/audio_output.xml
-
-Compilation fix
-
-------------------------------------------------------------------------
-r3253 | sam | 2003-01-19 04:16:24 +0100 (Sun, 19 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/include/beos_specific.h
-   M /trunk/include/darwin_specific.h
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/darwin_specific.m
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/video_output/video_text.c
-
-  * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed
-    the GetProgramPath call, stored the path in p_libvlc instead. Fixes
-    compilation under anything other than OS X.
-
-------------------------------------------------------------------------
-r3254 | fenrir | 2003-01-19 09:27:28 +0100 (Sun, 19 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegvideo.c
-
- * all: change the way fourcc are stored in bitmapinfoheader.
-
-------------------------------------------------------------------------
-r3255 | fenrir | 2003-01-19 09:28:02 +0100 (Sun, 19 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/avi.c
-
- * avi.c : proper way to store fourcc.
-
-------------------------------------------------------------------------
-r3256 | massiot | 2003-01-19 17:57:32 +0100 (Sun, 19 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-Requalified some error messages into warnings.
-
-------------------------------------------------------------------------
-r3257 | ipkiss | 2003-01-19 18:55:18 +0100 (Sun, 19 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/win32/menu.cpp
-
- * Compilation fix
-
-------------------------------------------------------------------------
-r3258 | jpsaman | 2003-01-19 23:16:13 +0100 (Sun, 19 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/rules
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/rules.opie
-   M /trunk/modules/misc/Modules.am
-   A /trunk/modules/misc/qte_main.cpp
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/qte/qte.h
-
-New "qte_main" module. It should be used by all plugins/modules that need QT embedded. Also ported modules/qte/qte.{cpp,h} to use it.
-
-------------------------------------------------------------------------
-r3259 | hartman | 2003-01-20 01:23:45 +0100 (Mon, 20 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* ./modules/gui/macosx/vout.m: Fixed the play/pause key shortcut.
-
-------------------------------------------------------------------------
-r3260 | fenrir | 2003-01-20 03:15:08 +0100 (Mon, 20 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
- * mpegvideo.c : fix dts generation for non-progressive stream.
-
-------------------------------------------------------------------------
-r3261 | fenrir | 2003-01-20 03:19:56 +0100 (Mon, 20 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
- * mpegvideo.c : raah, removed a debug message...
-
-------------------------------------------------------------------------
-r3262 | titer | 2003-01-20 03:45:25 +0100 (Mon, 20 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/spudec.c
-
-  load correctly font-eutopiabold36.rle on BeOS, thanks to sam & Meuuh
- previous commits (closes #100)
-
-------------------------------------------------------------------------
-r3263 | hartman | 2003-01-20 04:45:06 +0100 (Mon, 20 Jan 2003) | 6 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* ./extras/MacOSX/vlc.pbproj/project.pbxproj
-  - Added .cue and .ogg to the known filetypes
-ALL:
-  - When files are added they are not automatically played anymore. They are always queue'ed and optionally played.
-  - Preliminary divx filesubtitle support.
-
-------------------------------------------------------------------------
-r3264 | massiot | 2003-01-20 11:59:29 +0100 (Mon, 20 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/output.c
-
-Fixed a dozen bugs regarding mono audio files.
-
-------------------------------------------------------------------------
-r3265 | fenrir | 2003-01-20 14:01:53 +0100 (Mon, 20 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-
- * all: changed some msg_Err into msg_Warn.
-
-------------------------------------------------------------------------
-r3266 | fenrir | 2003-01-20 14:03:03 +0100 (Mon, 20 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/aac/demux.c
-
- * aac: some msg_Err -> msg_Warn
-
-------------------------------------------------------------------------
-r3267 | fenrir | 2003-01-20 14:04:03 +0100 (Mon, 20 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
- * asf : more msg_Err -> msg_Warn
-
-------------------------------------------------------------------------
-r3268 | fenrir | 2003-01-20 14:06:34 +0100 (Mon, 20 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/audio.c
-   M /trunk/modules/demux/mpeg/m4v.c
-
- * all: converted some msg_Err into msg_Warn
-
-------------------------------------------------------------------------
-r3269 | massiot | 2003-01-20 18:52:26 +0100 (Mon, 20 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-
-Used macro instead of hand-made code.
-
-------------------------------------------------------------------------
-r3270 | fenrir | 2003-01-20 21:07:07 +0100 (Mon, 20 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/common.h
-   M /trunk/modules/gui/gtk/display.c
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gnome.glade
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/gtk/gtk.glade
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.h
-   M /trunk/modules/gui/gtk/gtk_interface.c
-   M /trunk/modules/gui/gtk/gtk_support.h
-   M /trunk/modules/gui/gtk/menu.c
-
- * all: begin to up to date the gtk/gnome interface. All comments are
-welcome, and please reports bugs :)
-
-------------------------------------------------------------------------
-r3271 | yves | 2003-01-20 21:17:00 +0100 (Mon, 20 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-- new access/slp plugin.
-- more buildfor_{rh80,mdk{82,90}} stuff.
-- use %%mklibname macro.
-- use %%clean_menus in postun instead of %%update_menus everywhere.
-
-------------------------------------------------------------------------
-r3272 | jlj | 2003-01-21 01:47:43 +0100 (Tue, 21 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/aout.m
-   A /trunk/modules/gui/macosx/misc.h
-   A /trunk/modules/gui/macosx/misc.m
-
-  * ./modules/gui/macosx/aout.m: output more debug info
-  * ./modules/gui/macosx/misc.[mh]: MPSlider, iTunes-like slider:
-    http://nanocrew.net/vlc/mpslider.png
-
-------------------------------------------------------------------------
-r3273 | massiot | 2003-01-21 11:29:12 +0100 (Tue, 21 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/intf.c
-
-Fixed two major bugs in the audio output, triggering segfault when going
-to mono mode, and probably at some other places.
-
-------------------------------------------------------------------------
-r3274 | hartman | 2003-01-21 13:01:43 +0100 (Tue, 21 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   A /trunk/extras/MacOSX/Resources/slow.png
-
-* Added an 'slowmotion' icon
-
-------------------------------------------------------------------------
-r3275 | hartman | 2003-01-21 13:23:37 +0100 (Tue, 21 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/vlc_hg.png
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-ALL: The addition of a volume slider required a small redesign of the
-     interface. David Weber was again kind enough to help us.
-
-------------------------------------------------------------------------
-r3276 | fenrir | 2003-01-21 13:36:11 +0100 (Tue, 21 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gnome.glade
-   M /trunk/modules/gui/gtk/gnome_callbacks.c
-   M /trunk/modules/gui/gtk/gnome_callbacks.h
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gtk.glade
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.h
-   M /trunk/modules/gui/gtk/gtk_interface.c
-   M /trunk/modules/gui/gtk/open.c
-
- * gui/gtk : added a subtitle option in open dialog box.
-
-------------------------------------------------------------------------
-r3277 | hartman | 2003-01-21 15:15:05 +0100 (Tue, 21 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_ext-intf.c
-
-* ./src/input/input_ext_intf.c
-  - FASTER and SLOWER now take into account the current rate.
-
-------------------------------------------------------------------------
-r3278 | hartman | 2003-01-21 15:26:54 +0100 (Tue, 21 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-
-ALL: fixed my previous osx interface commit. had forgotten to save the files.
-
-------------------------------------------------------------------------
-r3279 | fenrir | 2003-01-21 17:46:17 +0100 (Tue, 21 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-
- * sub.c: fixed handling for subrip subtitle with \r\n instead of \n and
-added some sanity checks.
-
-------------------------------------------------------------------------
-r3280 | fenrir | 2003-01-21 18:00:41 +0100 (Tue, 21 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gnome.glade
-   M /trunk/modules/gui/gtk/gnome_callbacks.c
-   M /trunk/modules/gui/gtk/gnome_callbacks.h
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gtk.glade
-   M /trunk/modules/gui/gtk/gtk_interface.c
-   M /trunk/modules/gui/gtk/open.c
-
- * added "use DVD menu" choice.
-
-------------------------------------------------------------------------
-r3281 | hartman | 2003-01-21 18:08:16 +0100 (Tue, 21 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-ALL: the slider updates the video while it slides.
-
-------------------------------------------------------------------------
-r3282 | lool | 2003-01-21 18:34:03 +0100 (Tue, 21 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/slp.c
-
-  * now search all srvtypes and add all srvs of all srvtypes to the
-    playlist (requires less configuration information, now zero)
-  * usual cleanup and bug removal
-
-------------------------------------------------------------------------
-r3283 | lool | 2003-01-21 19:43:54 +0100 (Tue, 21 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-  * added a couple of malloc() checks
-
-------------------------------------------------------------------------
-r3284 | ipkiss | 2003-01-21 20:49:09 +0100 (Tue, 21 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/mainframe.dfm
-   M /trunk/modules/gui/win32/mainframe.h
-   A /trunk/modules/gui/win32/sout.cpp
-   A /trunk/modules/gui/win32/sout.dfm
-   A /trunk/modules/gui/win32/sout.h
-   M /trunk/modules/gui/win32/win32.bpf
-   M /trunk/modules/gui/win32/win32.bpr
-
- * Added a dialog box for the stream output
-
-------------------------------------------------------------------------
-r3285 | lool | 2003-01-21 22:19:36 +0100 (Tue, 21 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/slp.c
-
-  * use of service attributes to get the name of the session, insert it in
-    the playlist
-
-------------------------------------------------------------------------
-r3286 | ipkiss | 2003-01-21 22:20:54 +0100 (Tue, 21 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/mainframe.h
-   M /trunk/modules/gui/win32/playlist.cpp
-   M /trunk/modules/gui/win32/playlist.h
-   M /trunk/modules/gui/win32/win32.cpp
-
- * Dropped files and files added using the playlist are now enqueued
-   according to the "enqueue" config option
-
-------------------------------------------------------------------------
-r3287 | fenrir | 2003-01-22 01:32:32 +0100 (Wed, 22 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/menu.c
-
- * gtk: fixed a segfault with deinterlace.
-
-------------------------------------------------------------------------
-r3288 | titer | 2003-01-22 02:13:22 +0100 (Wed, 22 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/ListViews.cpp
-   M /trunk/modules/gui/beos/ListViews.h
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
- * Fixed title / chapter menus
- * Clean up
-
-------------------------------------------------------------------------
-r3289 | lool | 2003-01-22 02:40:19 +0100 (Wed, 22 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * added --with-slp
-  * now works under win32
-
-------------------------------------------------------------------------
-r3290 | hartman | 2003-01-22 02:48:06 +0100 (Wed, 22 Jan 2003) | 8 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* ./extras/MacOSX/vlc.pbproj/project.pbxproj: Added .mp3, .m3u and .mov
-  filetypes.
-* ./modules/gui/macosx/vout.m: Made the video window a textured window
-* All:
-  - fixed several missing object_release bugs, that i had introduced.
-  - updated the play/pause behaviour.
-  - fixed an issue with the volumeslider.
-
-------------------------------------------------------------------------
-r3291 | hartman | 2003-01-22 03:39:33 +0100 (Wed, 22 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-ALL: fixed a small bug in the timeslider code
-
-------------------------------------------------------------------------
-r3292 | fenrir | 2003-01-22 05:51:16 +0100 (Wed, 22 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
- * fixed my last fix about bug with non-progressive videos.
-
-------------------------------------------------------------------------
-r3293 | massiot | 2003-01-22 10:54:29 +0100 (Wed, 22 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/src/audio_output/output.c
-
-* configure.ac.in: Re-added a52sys module, which was lost somewhere...
-* Fixed bugs regarding Dolby Surround downmixing.
-
-------------------------------------------------------------------------
-r3294 | massiot | 2003-01-22 11:03:17 +0100 (Wed, 22 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/FAQ
-
-1.12 How do I join an IPv6 multicast stream?
-
-------------------------------------------------------------------------
-r3295 | fenrir | 2003-01-22 11:41:57 +0100 (Wed, 22 Jan 2003) | 2 lines
-Changed paths:
-   A /trunk/include/encoder.h
-   A /trunk/modules/encoder
-   A /trunk/modules/encoder/Modules.am
-   A /trunk/modules/encoder/ffmpeg
-   A /trunk/modules/encoder/ffmpeg/Modules.am
-   A /trunk/modules/encoder/ffmpeg/audio.c
-   A /trunk/modules/encoder/ffmpeg/encoder.c
-   A /trunk/modules/encoder/ffmpeg/video.c
-   A /trunk/modules/encoder/xvid.c
-   A /trunk/modules/video_output/encoder.c
-
- * added file needed for video transcoding with vlc.
-
-------------------------------------------------------------------------
-r3296 | fenrir | 2003-01-22 11:44:50 +0100 (Wed, 22 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/modules/Makefile.am
-   M /trunk/modules/video_output/Modules.am
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-
- * all: modified files for video transcoding. Still needed configure.ac.in
-
-------------------------------------------------------------------------
-r3297 | fenrir | 2003-01-22 11:53:22 +0100 (Wed, 22 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
- * add vout_encoder, not yet the codec parts.
-
-------------------------------------------------------------------------
-r3298 | sam | 2003-01-22 13:25:59 +0100 (Wed, 22 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: fixed multiple static link issues with anal linkers.
-
-------------------------------------------------------------------------
-r3299 | massiot | 2003-01-22 16:16:02 +0100 (Wed, 22 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config.h
-   M /trunk/include/vlc_threads_funcs.h
-
-Less aggressive debug message.
-
-------------------------------------------------------------------------
-r3300 | lool | 2003-01-22 17:16:27 +0100 (Wed, 22 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/slp.c
-
-  * modules/access/slp.c: #include <stdlib.h> because of a malloc
-
-------------------------------------------------------------------------
-r3301 | lool | 2003-01-22 17:41:15 +0100 (Wed, 22 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/visualization/xosd/xosd.c
-
-  * modules/visualization/xosd/xosd.c: fail if DISPLAY isn'y set or if
-  xosd_init returns NULL
-  * lib is initialized with configured font
-  * more safety checks
-
-------------------------------------------------------------------------
-r3302 | sam | 2003-01-22 18:03:51 +0100 (Wed, 22 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: reverted one of my latest laughable changes. Fixes the
-    detection of libdvdread.a, libdvdplay.a and libxvidcore.a. Sorry guys.
-
-------------------------------------------------------------------------
-r3303 | massiot | 2003-01-22 19:31:47 +0100 (Wed, 22 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/output.c
-
-Reverse stereo option.
-
-------------------------------------------------------------------------
-r3304 | lool | 2003-01-22 20:37:50 +0100 (Wed, 22 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/visualization/xosd/xosd.c
-
-  * modules/visualization/xosd/xosd.c: lower module capability when the
-  DISPLAY environment variable is unset (gtk like behaviour)
-
-------------------------------------------------------------------------
-r3305 | ipkiss | 2003-01-22 22:42:51 +0100 (Wed, 22 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/win32/disc.cpp
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/mainframe.dfm
-   M /trunk/modules/gui/win32/mainframe.h
-   M /trunk/modules/gui/win32/sout.cpp
-   M /trunk/modules/gui/win32/sout.h
-   A /trunk/modules/gui/win32/subtitles.cpp
-   A /trunk/modules/gui/win32/subtitles.dfm
-   A /trunk/modules/gui/win32/subtitles.h
-   M /trunk/modules/gui/win32/win32.bpf
-   M /trunk/modules/gui/win32/win32.bpr
-   M /trunk/modules/gui/win32/win32.cpp
-
- * Added a dialog box for subtitles selection
- * Cosmetic here and there
-
-------------------------------------------------------------------------
-r3306 | sigmunau | 2003-01-22 23:19:29 +0100 (Wed, 22 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
- added an new config variable that takes an comma separated list of
-interface modules to be loaded in the background when vlc starts. This is
-usefull for lirc, logger and xosd. Also got rid of the hacky way the sap
-module was inserted, as this just needs to be added to this list now.
-
-------------------------------------------------------------------------
-r3307 | ipkiss | 2003-01-23 04:33:34 +0100 (Thu, 23 Jan 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/win32/mainframe.dfm
-   M /trunk/modules/gui/win32/mainframe.h
-   M /trunk/modules/gui/win32/menu.cpp
-   M /trunk/modules/gui/win32/menu.h
-   M /trunk/modules/gui/win32/sout.cpp
-   M /trunk/modules/gui/win32/subtitles.dfm
-   M /trunk/modules/gui/win32/win32.cpp
-
- * The stream output can't use PS with UDP
- * Added tooltips for the subtitles dialog box
- * Added a missing "delete"
- * Added a menu entry to spawn new interfaces (but it's currently
-   disabled, due to a problem with the vlc_list_t struct)
-
-------------------------------------------------------------------------
-r3308 | babal | 2003-01-23 05:50:38 +0100 (Thu, 23 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/win32/preferences.cpp
-   M /trunk/modules/gui/win32/preferences.h
-
-- allow the user to choose (and sort) several plugins for the same
-  category.
-
-------------------------------------------------------------------------
-r3309 | fenrir | 2003-01-23 10:00:36 +0100 (Thu, 23 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/util/sub.c
-
- * demux: fix segfault while trying to opening files without extention...
-
-------------------------------------------------------------------------
-r3310 | gbazin | 2003-01-23 10:53:55 +0100 (Thu, 23 Jan 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/control/rc/rc.c
-
-
-* modules/control/rc/rc.c: Partial fix for the rc interface under win32. On win32, select() only works on
-socket descriptors so we don't use it anymore on this platform. Right now we only do a blocking call to
-read() although it should be possible to have a fully functionnal interface by using the PeekConsoleInput()
-call (someone willing to investigate this ?).
-
-------------------------------------------------------------------------
-r3311 | sam | 2003-01-23 10:58:02 +0100 (Thu, 23 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvdread/dvdread.c
-   M /trunk/modules/access/dvdread/input.c
-
-  * ./modules/access/dvdread/input.c: the dvdread plugin issues a warning
-    instead of an error when it can't stat() the device (Closes: #77).
-
-------------------------------------------------------------------------
-r3312 | gbazin | 2003-01-23 11:25:40 +0100 (Thu, 23 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvdread/input.c
-   M /trunk/modules/control/rc/rc.c
-
-
-* modules/access/dvdread/input.c, modules/control/rc/rc.c: fixed typos.
-
-------------------------------------------------------------------------
-r3313 | massiot | 2003-01-23 12:48:18 +0100 (Thu, 23 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/src/audio_output/output.c
-
-* modules/gui/macosx/open.m: Stream output doesn't do UDP/PS,
-* modules/audio_filter/channel_mixer/trivial.c: Fixed reverse stereo mode
-  with MPEG files,
-* src/audio_output/output.c: Fixed dual-mono handling.
-
-------------------------------------------------------------------------
-r3314 | fenrir | 2003-01-23 14:44:21 +0100 (Thu, 23 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * don't send audio in fast/slow playing speed unless there isn't any video
-stream.
-
-------------------------------------------------------------------------
-r3315 | massiot | 2003-01-23 14:54:59 +0100 (Thu, 23 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-Derk-Jan Hartman.
-
-------------------------------------------------------------------------
-r3316 | fenrir | 2003-01-23 16:07:20 +0100 (Thu, 23 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
- * asf: in fast/slow motion we don't play audio (unless there isn't any
-video). Added some clean up.
-
-------------------------------------------------------------------------
-r3317 | sam | 2003-01-23 16:50:15 +0100 (Thu, 23 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvdread/input.c
-
-  * ./modules/access/dvdread/input.c: warning fixes and a consistency
-    fix (ilvu_sa cannot be -1).
-
-------------------------------------------------------------------------
-r3318 | sam | 2003-01-23 16:52:04 +0100 (Thu, 23 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvdread/input.h
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/gui/gtk/menu.c
-   M /trunk/modules/gui/gtk/playlist.c
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegvideo.c
-
-  * ./modules/*: warning fixes.
-
-------------------------------------------------------------------------
-r3319 | sam | 2003-01-23 16:53:10 +0100 (Thu, 23 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-  * ./modules/misc/network/ipv4.c: we use INADDR_NONE instead of -1 (an old
-    suggestion from lool).
-
-------------------------------------------------------------------------
-r3320 | ipkiss | 2003-01-23 17:17:59 +0100 (Thu, 23 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/win32/disc.cpp
-
- * use 'dvdold' instead of 'dvd'
-
-------------------------------------------------------------------------
-r3321 | massiot | 2003-01-23 18:13:28 +0100 (Thu, 23 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-
-Fixed a segfault with quitting when no audio output plug-in was found
-(closes #108).
-
-------------------------------------------------------------------------
-r3322 | babal | 2003-01-23 18:18:45 +0100 (Thu, 23 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/win32/disc.cpp
-   M /trunk/modules/gui/win32/disc.dfm
-
-- menus disabled by default
-- cosmetic changes
-
-------------------------------------------------------------------------
-r3323 | massiot | 2003-01-23 22:47:59 +0100 (Thu, 23 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/codec/mpeg_video/synchro.c
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-
-* Minor changes to the open panel, added AVI stream output option,
-* modules/gui/macosx/open.m: "Open File" is back,
-* modules/codec/mpeg_video/synchro.c: Fixed a counting bug.
-
-------------------------------------------------------------------------
-r3324 | hartman | 2003-01-23 23:25:32 +0100 (Thu, 23 Jan 2003) | 9 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.m
-
-* ./modules/gui/macosx/controls.m
-  - changed the slower button into a slowmotion button
-  - fixed a forgotten mutex_unlock
-* ./modules/gui/macosx/intf.m
-  - added the slowmotion button
-  - some windows shouldn't register in the "Window" menu
-* ./modules/gui/macosx/open.m
-  - allow multiple file selection
-
-------------------------------------------------------------------------
-r3325 | hartman | 2003-01-23 23:39:30 +0100 (Thu, 23 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/open.m
-
-ALL: - made some panels into windows.
-     - made the background picture non editable (removes the text cursor)
-     - added slowmotion button
-
-------------------------------------------------------------------------
-r3326 | hartman | 2003-01-23 23:57:28 +0100 (Thu, 23 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.m
-
-* ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-  - oops, i enlarged the timeslider by accident. fixed
-* ./modules/gui/macosx/controls.m
-  - fixed a mutex_lock issue
-
-------------------------------------------------------------------------
-r3327 | massiot | 2003-01-24 00:51:13 +0100 (Fri, 24 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/win32/strings.cpp
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* Resized elements in the open panel,
-* modules/gui/macosx/vout.m: Only hide the menubar and cursor if fullscreen
-  mode is on the primary screen,
-* po/*: Updated po files.
-
-------------------------------------------------------------------------
-r3328 | gbazin | 2003-01-24 00:57:50 +0100 (Fri, 24 Jan 2003) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   A /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/popup.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/open.cpp: New "open dialog" that mimics the one from the gtk interface.
-* modules/gui/wxwindows/popup.cpp: Started implementing the popup menu.
-* modules/gui/wxwindows/interface.cpp: Got rid of the pause button. The play button now acts as a
-play/pause button depending on the context.
-* modules/gui/wxwindows/*: A few hacks needed to make the win32 version useable.
-
-------------------------------------------------------------------------
-r3329 | hartman | 2003-01-24 01:17:20 +0100 (Fri, 24 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* made a quick hack to create a resize bar. not sure if we should keep this.
-
-------------------------------------------------------------------------
-r3330 | hartman | 2003-01-24 01:53:41 +0100 (Fri, 24 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-* the volume slider could only be dragged, not clicked. removed some
-  useless code as well.
-
-------------------------------------------------------------------------
-r3331 | babal | 2003-01-24 01:57:51 +0100 (Fri, 24 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/win32/preferences.cpp
-
-- added a NULL pointer test
-- cosmetic changes
-
-------------------------------------------------------------------------
-r3332 | hartman | 2003-01-24 03:31:53 +0100 (Fri, 24 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* when the playlist is selected and you push the spacebar we pause/play
-  the movie. this makes the behaviour more consistent, though the solution
-  is somewhat unclean. We should fix this on a higher level but i don't see
-  how we could/should.
-
-------------------------------------------------------------------------
-r3333 | hartman | 2003-01-24 07:21:03 +0100 (Fri, 24 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* ./modules/gui/macosx/vout.m: the mousepointer is hidden in fullscreen view
-  after 2 seconds.
-
-------------------------------------------------------------------------
-r3334 | titer | 2003-01-24 07:31:56 +0100 (Fri, 24 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/gui/beos/DrawingTidbits.cpp
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/src/misc/threads.c
-
- * vlc_threads.h: lower a priority that made sound choppy on not-so-fast
-                  BeOS computers (closes #119)
- * others: removed old printf or unused code.
-
-------------------------------------------------------------------------
-r3335 | sam | 2003-01-24 13:01:03 +0100 (Fri, 24 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/win32/Modules.am
-   M /trunk/modules/gui/win32/menu.cpp
-   M /trunk/modules/gui/win32/win32.cpp
-
-  * ./configure.ac.in: removed the --with-bcbuilder flag.
-  * ./INSTALL.win32: updated accordingly.
-
-------------------------------------------------------------------------
-r3336 | sam | 2003-01-24 15:13:00 +0100 (Fri, 24 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/bugreport-howto.txt
-
-  * ./doc/bugreport-howto.txt: minor updates.
-
-------------------------------------------------------------------------
-r3337 | hartman | 2003-01-24 15:34:53 +0100 (Fri, 24 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-
-ALL: fixed the deinterlace menuitem
-
-------------------------------------------------------------------------
-r3338 | hartman | 2003-01-24 15:35:52 +0100 (Fri, 24 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-
-ALL: fixed the deinterlace menuiteM
-cvS: ----------------------------------------------------------------------
-
-------------------------------------------------------------------------
-r3339 | hartman | 2003-01-24 17:19:15 +0100 (Fri, 24 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-
-* code we migh use in the future to change the subfile we use.
-  not very useful now because of the .avi requirement to start/stop before
-  loading/displaying the subs.
-
-------------------------------------------------------------------------
-r3340 | hartman | 2003-01-24 19:25:14 +0100 (Fri, 24 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config.h
-
-* changed the CONFIG_DIR for Darwin into Library/Preferences/VLC
-
-------------------------------------------------------------------------
-r3341 | titer | 2003-01-25 02:03:44 +0100 (Sat, 25 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/MediaControlView.h
-
- * store windows sizes in the vlc configuration file
- * fixed an interface bug when launching a file from the command line
- * minor fixes or enhancements
-
-------------------------------------------------------------------------
-r3342 | fenrir | 2003-01-25 04:12:20 +0100 (Sat, 25 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-plugins.c
-
-* avi: no more segfault when we have 'max buffer allocation reached'
-* all: fixed(kludged ?) the fact that when we have a 'max buffer allocation reached'
-we cannot send null packet to decoder.
-
-------------------------------------------------------------------------
-r3343 | hartman | 2003-01-25 13:00:38 +0100 (Sat, 25 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/vout.m
-
-* Reverted back to non metal windows as dictated by Apple's User Interface
-  Guidelines. Only the controller window stays metallic.
-
-------------------------------------------------------------------------
-r3344 | hartman | 2003-01-25 13:42:13 +0100 (Sat, 25 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* README.MacOSX.rtf: Updated Readme for new release. Added section on
-  subtitles and on bugreporting.
-* extras/MacOSX/vlc.pbproj/project.pbxproj: Added .wmv, .asf, .ogm, .dv,
-  .sub and .srt files.
-
-------------------------------------------------------------------------
-r3345 | fenrir | 2003-01-25 17:58:35 +0100 (Sat, 25 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/aac/demux.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/wav/wav.c
-
- * all : fixed some memory leaks thanks valgrind.
-
-------------------------------------------------------------------------
-r3346 | fenrir | 2003-01-25 17:59:49 +0100 (Sat, 25 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/audio.h
-
- * ffmpeg: fixed memory leaks.
-
-------------------------------------------------------------------------
-r3347 | fenrir | 2003-01-25 18:21:40 +0100 (Sat, 25 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
- *mp4: fixed segfault when it fails to start a decoder and has specific
-informations to send.
-
-------------------------------------------------------------------------
-r3348 | fenrir | 2003-01-25 18:57:36 +0100 (Sat, 25 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mp4/mp4.c
-
- * all: fixed wrong usage of input_DeletePES.
-
-------------------------------------------------------------------------
-r3349 | fenrir | 2003-01-25 19:09:30 +0100 (Sat, 25 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/faad/decoder.h
-
- * faad : clean up.
-
-------------------------------------------------------------------------
-r3350 | hartman | 2003-01-25 19:42:17 +0100 (Sat, 25 Jan 2003) | 6 lines
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* ./README.MacOSX.rtf: added two remarks on subtitle support.
-* ./extras/MacOSX/vlc.pbroj/project.pbxproj
-  - Added .wma filetype
-  - Added README, COPYING etc. to resources
-* ALL: Added a Help menu.
-
-------------------------------------------------------------------------
-r3351 | titer | 2003-01-25 21:15:41 +0100 (Sat, 25 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   A /trunk/modules/gui/beos/MessagesWindow.cpp
-   A /trunk/modules/gui/beos/MessagesWindow.h
-   M /trunk/modules/gui/beos/Modules.am
-   M /trunk/modules/gui/beos/MsgVals.h
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
- Added a window to see vlc messages.
-
-------------------------------------------------------------------------
-r3352 | hartman | 2003-01-25 22:34:45 +0100 (Sat, 25 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.m
-
-* changed the bugreporting url
-
-------------------------------------------------------------------------
-r3353 | sam | 2003-01-26 01:51:43 +0100 (Sun, 26 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/win32/menu.cpp
-
-  * ./modules/gui/win32/menu.cpp: fixed a crash in the navigation menu
-    generation.
-
-------------------------------------------------------------------------
-r3354 | ipkiss | 2003-01-26 03:22:59 +0100 (Sun, 26 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/mainframe.dfm
-   M /trunk/modules/gui/win32/mainframe.h
-   M /trunk/modules/gui/win32/win32.cpp
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-
- * modules/video_output/directx: added a configuration variable and a
-   "normal" one to set the vout window on top of ther windows
- * modules/gui/win32: the interface can use these variables
-   (almost closes #84)
-
-------------------------------------------------------------------------
-r3355 | ipkiss | 2003-01-26 04:55:36 +0100 (Sun, 26 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/win32/about.dfm
-   M /trunk/modules/gui/win32/about.h
-   M /trunk/modules/gui/win32/disc.dfm
-   M /trunk/modules/gui/win32/mainframe.dfm
-   M /trunk/modules/gui/win32/messages.dfm
-   M /trunk/modules/gui/win32/network.cpp
-   M /trunk/modules/gui/win32/network.dfm
-   M /trunk/modules/gui/win32/network.h
-   M /trunk/modules/gui/win32/playlist.cpp
-   M /trunk/modules/gui/win32/playlist.dfm
-   M /trunk/modules/gui/win32/playlist.h
-   M /trunk/modules/gui/win32/preferences.dfm
-   M /trunk/modules/gui/win32/sout.cpp
-   M /trunk/modules/gui/win32/sout.dfm
-   M /trunk/modules/gui/win32/sout.h
-   M /trunk/modules/gui/win32/subtitles.cpp
-   M /trunk/modules/gui/win32/subtitles.dfm
-   M /trunk/modules/gui/win32/subtitles.h
-
- * modules/gui/win32: replaced BitBtns with Buttons everywhere, and
-   put "OK" and "Cancel" buttons in an horizontal layout.
-   Also updated a few properties here and there.
-
-------------------------------------------------------------------------
-r3356 | titer | 2003-01-26 09:28:20 +0100 (Sun, 26 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-   M /trunk/modules/gui/beos/MessagesWindow.h
-
- Added some colors.
-
-------------------------------------------------------------------------
-r3357 | gbazin | 2003-01-26 11:36:10 +0100 (Sun, 26 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/popup.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-
-
-* modules/gui/wxwindows/*: Fixed the open dialog on win32.
-    Better slider management in the main interface. Misc other small fixes.
-
-------------------------------------------------------------------------
-r3358 | fenrir | 2003-01-26 13:34:47 +0100 (Sun, 26 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi : fix play back for some broken avi
-
-------------------------------------------------------------------------
-r3359 | gbazin | 2003-01-26 14:37:09 +0100 (Sun, 26 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/mixer.c
-
-
-* src/audio_output/input.c, src/audio_output/mixer.c: Fixed an annoying bug in the mixer.
-    (p_input->p_first_byte_to_mix sometimes need to be reset)
-* modules/gui/wxwindows/interface.cpp: fixed the slider under wx-gtk.
-
-------------------------------------------------------------------------
-r3360 | fenrir | 2003-01-26 15:49:09 +0100 (Sun, 26 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/Modules.am
-   M /trunk/modules/gui/gtk/common.h
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gnome.glade
-   M /trunk/modules/gui/gtk/gnome_callbacks.c
-   M /trunk/modules/gui/gtk/gnome_callbacks.h
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gnome_interface.h
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/gtk/gtk.glade
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.h
-   M /trunk/modules/gui/gtk/gtk_interface.c
-   M /trunk/modules/gui/gtk/gtk_interface.h
-   M /trunk/modules/gui/gtk/open.c
-   A /trunk/modules/gui/gtk/sout.c
-
- * added stream output dialog box.
-
-------------------------------------------------------------------------
-r3361 | fenrir | 2003-01-26 15:52:12 +0100 (Sun, 26 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gnome_callbacks.c
-   M /trunk/modules/gui/gtk/gnome_callbacks.h
-
- * all: raah, clean up glade output.
-
-------------------------------------------------------------------------
-r3362 | hartman | 2003-01-26 15:53:08 +0100 (Sun, 26 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-
-* Added myself to list of authors of these files. i had forgotten to do this.
-
-------------------------------------------------------------------------
-r3363 | gbazin | 2003-01-26 17:37:20 +0100 (Sun, 26 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/waveout.c
-
-
-* modules/audio_output/waveout.c: multichannel and spdif support (spdif untested).
-
-------------------------------------------------------------------------
-r3364 | babal | 2003-01-26 19:02:01 +0100 (Sun, 26 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/win32/disc.dfm
-   M /trunk/modules/gui/win32/disc.h
-   M /trunk/modules/gui/win32/network.dfm
-   M /trunk/modules/gui/win32/preferences.cpp
-   M /trunk/modules/gui/win32/preferences.dfm
-   M /trunk/modules/gui/win32/sout.dfm
-   M /trunk/modules/gui/win32/subtitles.dfm
-
-- buttons are left aligned and their size comforms to Windows XP visual
-  guidelines
-
-------------------------------------------------------------------------
-r3365 | babal | 2003-01-26 19:31:07 +0100 (Sun, 26 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/win32/disc.cpp
-   M /trunk/modules/gui/win32/disc.dfm
-
-- menu checkbox outside of title/chapter groupbox
-
-------------------------------------------------------------------------
-r3366 | gbazin | 2003-01-26 23:57:21 +0100 (Sun, 26 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-
-
-* modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: input_Seek() was incorrectly triggered while playing some
-DVD menus.
-
-------------------------------------------------------------------------
-r3367 | jlj | 2003-01-27 01:08:31 +0100 (Mon, 27 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/prefs.m
-
-  * ./modules/gui/macosx/intf.[mh]: Fixed message panel memory leak. Textview
-                                    is now updated on panel BecomeKey.
-  * ./modules/gui/macosx/prefs.m: Decreased width of prefs panel.
-
-------------------------------------------------------------------------
-r3368 | ipkiss | 2003-01-27 02:42:19 +0100 (Mon, 27 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/mainframe.dfm
-   M /trunk/modules/video_output/directx/events.c
-
- * The space bar is a hotkey for pause/resume.
-
-------------------------------------------------------------------------
-r3369 | titer | 2003-01-27 11:29:22 +0100 (Mon, 27 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
- Disabled DVD menus by default for 0.5.0
-
-------------------------------------------------------------------------
-r3370 | fenrir | 2003-01-27 17:28:42 +0100 (Mon, 27 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/demux/avi/avi.c
-
- mms: another memory leak
- avi: comment out a debug statment.
-
-------------------------------------------------------------------------
-r3371 | ipkiss | 2003-01-27 18:41:01 +0100 (Mon, 27 Jan 2003) | 7 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-   M /trunk/modules/gui/familiar/familiar.c
-   M /trunk/modules/gui/gtk/display.c
-   M /trunk/modules/gui/gtk/preferences.c
-   M /trunk/modules/gui/kde/preferences.cpp
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/win32/mainframe.dfm
-   M /trunk/modules/gui/win32/menu.cpp
-   M /trunk/modules/gui/win32/preferences.cpp
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-
- * src/misc/objects.c: vlc_list_find now returns a (vlc_list_t *)
-   instead of a (vlc_list_t); this modification was needed because BCB
-   doesn't like at all when a function (compiled with mingw32) returns
-   a struct...
- * ALL: modified the files to take this change into account
- * modules/gui/win32/menu.cpp: enabled the "Add interface" command
-
-------------------------------------------------------------------------
-r3372 | jobi | 2003-01-27 22:35:06 +0100 (Mon, 27 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/audio_output/oss.c
-
-    * ALL: some FreeBSD compilation fixes. gnome plugin still won't compile,
-           at least on FreeBSD 5.0
-
-------------------------------------------------------------------------
-r3373 | ipkiss | 2003-01-27 22:44:39 +0100 (Mon, 27 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/netutils.c
-
- * Fixed a segfault (closes #132)
-
-------------------------------------------------------------------------
-r3374 | sam | 2003-01-27 23:42:36 +0100 (Mon, 27 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/vlc_common.h
-
-  * ./include/vlc_common.h: if we don't have strndup but gnome.h defines it
-    anyway, do not provide our custom version.
-
-------------------------------------------------------------------------
-r3375 | sam | 2003-01-27 23:50:01 +0100 (Mon, 27 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/src/audio_output/output.c
-
-  * ./src/audio_output/output.c: fixed return with a value in function
-    returning void.
-
-------------------------------------------------------------------------
-r3376 | sam | 2003-01-28 00:42:59 +0100 (Tue, 28 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * ./bootstrap: removed usage of $^ which is not compatible with BSD or
-    Solaris make.
-
-------------------------------------------------------------------------
-r3377 | massiot | 2003-01-28 00:48:14 +0100 (Tue, 28 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/mixer.c
-
-Additional check on p_first_byte_to_mix.
-
-------------------------------------------------------------------------
-r3378 | sam | 2003-01-28 01:22:44 +0100 (Tue, 28 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: fixed -lm flags for the distort and adjust plugins.
-
-------------------------------------------------------------------------
-r3379 | hartman | 2003-01-28 02:50:52 +0100 (Tue, 28 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-
-ALL: the next and previous buttons first work through the chapters. Only
-     then they turn to the playlist.
-
-------------------------------------------------------------------------
-r3380 | sam | 2003-01-28 03:03:33 +0100 (Tue, 28 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-   M /trunk/include/error.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/modules/gui/win32/strings.cpp
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/libvlc.h
-
-  * ./po/*: spelling fixes.
-
-------------------------------------------------------------------------
-r3381 | sam | 2003-01-28 03:53:50 +0100 (Tue, 28 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: first step in the world domination roadmap, setting
-    the CVS version to -test4.
-
-------------------------------------------------------------------------
-r3382 | sam | 2003-01-28 04:11:02 +0100 (Tue, 28 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-  * ./include/vlc_common.h: removed duplicate macro definitions in the gtk
-    and gnome plugins.
-
-------------------------------------------------------------------------
-r3383 | sam | 2003-01-28 04:46:22 +0100 (Tue, 28 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/esd.c
-
-  * ./modules/audio_output/esd.c: fixed a stack space leak (Closes: #113).
-
-------------------------------------------------------------------------
-r3384 | yves | 2003-01-28 09:11:10 +0100 (Tue, 28 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-- new video_output/vout_encoder plugin.
-- new demux/a52sys plugin.
-
-------------------------------------------------------------------------
-r3385 | titer | 2003-01-28 09:17:26 +0100 (Tue, 28 Jan 2003) | 4 lines
-Changed paths:
-   A /trunk/modules/encoder/.cvsignore
-   A /trunk/modules/encoder/ffmpeg/.cvsignore
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-
- * beos/* : do not forgot to destroy the Messages window, so vlc does
-            lock when exiting
- * missing cvsignores
-
-------------------------------------------------------------------------
-r3386 | titer | 2003-01-28 11:05:15 +0100 (Tue, 28 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-
- * sanity Lock()s
-
-------------------------------------------------------------------------
-r3387 | massiot | 2003-01-28 13:23:40 +0100 (Tue, 28 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/output.c
-
-Do not show the channels menu when the input stream is mono, closing #117.
-
-------------------------------------------------------------------------
-r3388 | gbazin | 2003-01-28 13:30:44 +0100 (Tue, 28 Jan 2003) | 10 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/gui/gtk/menu.c
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-   M /trunk/src/video_output/video_output.c
-
-
-* src/video_output/video_output.c, include/video_output.h: modified vout_Request() to take into account the
-filter chain. If the filter chain has changed, a new vout will be respawned allowing to switch filters on
-the fly. This is still a bit hacky but to do it nicely will require implementing inheritance in object
-variables.
-* modules/video_filter/deinterlace/deinterlace.c: added a "deinterlace-mode" object variable to allow
-switching deinterlace modes on the fly.
-* modules/gui/gtk/menu.c: updated the deinterlace menu.
-* include/vlc_common.h: compilation fixes for gtk_main and gnome_main.
-
-------------------------------------------------------------------------
-r3389 | gbazin | 2003-01-28 14:03:13 +0100 (Tue, 28 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-   M /trunk/modules/video_output/x11/xcommon.c
-
-
-* modules/video_filter/deinterlace/deinterlace.c,
-  modules/video_output/x11/xcommon.c: modified debug messages.
-
-------------------------------------------------------------------------
-r3390 | gbazin | 2003-01-28 14:07:45 +0100 (Tue, 28 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-
-* src/video_output/video_output.c: oops, fixed a bug I just introduced.
-
-------------------------------------------------------------------------
-r3391 | fenrir | 2003-01-28 15:00:49 +0100 (Tue, 28 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.h
-   M /trunk/modules/gui/gtk/gtk.glade
-   M /trunk/modules/gui/gtk/gtk_interface.c
-   M /trunk/modules/gui/wxwindows/open.cpp
-
- * gtk: fixed 'cannot find file.xpm'.
- * wxwindows: compilation fix for older wxwindows header.
-
-------------------------------------------------------------------------
-r3392 | gbazin | 2003-01-28 15:41:05 +0100 (Tue, 28 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-
-* modules/codec/vorbis.c: fixed parsing of vorbis comments. (closing #69)
-
-------------------------------------------------------------------------
-r3393 | sigmunau | 2003-01-28 15:49:12 +0100 (Tue, 28 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-fixed another possible crash
-
-------------------------------------------------------------------------
-r3394 | massiot | 2003-01-28 16:05:52 +0100 (Tue, 28 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/access/dvdplay/access.c
-   M /trunk/modules/access/dvdplay/tools.c
-   M /trunk/modules/access/dvdread/input.c
-
-We are now able to parse :
-dvdread:/Volumes/to@to/VIDEO_TS@1,1
-dvdplay:/Volumes/to@to/VIDEO_TS@1,1
-Closes #77
-
-------------------------------------------------------------------------
-r3395 | hartman | 2003-01-28 16:59:38 +0100 (Tue, 28 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-   M /trunk/modules/gui/macosx/vout.m
-
-* ./modules/gui/macosx/vout.m: removed the resizebar. too much of a hack
-* ./README.MacOSX.rtf: updated deinterlace and resize info
-
-------------------------------------------------------------------------
-r3396 | hartman | 2003-01-28 17:47:46 +0100 (Tue, 28 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.m
-
-ALL: updated deinterlace to work on the fly. there is a but in vout.m:433
-     jlj will need to fix that.
-     there is no feedback to the interface as of yet
-
-------------------------------------------------------------------------
-r3397 | sam | 2003-01-28 17:52:36 +0100 (Tue, 28 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/visualization/xosd/xosd.c
-
-  * ./modules/visualization/xosd/xosd.c: fixed compilation with version 2 of
-    libxosd.
-
-------------------------------------------------------------------------
-r3398 | sam | 2003-01-28 17:57:28 +0100 (Tue, 28 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/satellite/access.c
-   M /trunk/modules/codec/dv.c
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/video_output/encoder.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/src/libvlc.h
-
-  * ALL: fixes for various compilation warnings and spelling errors.
-
-------------------------------------------------------------------------
-r3399 | sam | 2003-01-28 18:11:38 +0100 (Tue, 28 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/gui/familiar/interface.c
-   M /trunk/modules/gui/familiar/support.h
-   M /trunk/modules/gui/gtk/gtk_support.h
-   M /trunk/toolbox
-
-  * ./bootstrap, ./toolbox: moved the Glade bugs fixing to toolbox, now
-    use "./toolbox --fix-glade" to generate and fix source files.
-  * ./include/vlc_common.h: fixed compilation warnings.
-
-------------------------------------------------------------------------
-r3400 | sam | 2003-01-28 18:14:20 +0100 (Tue, 28 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-  * ./debian/control: removed versioned dependency on libxosd.
-  * ./debian/rules: added comments here and there.
-
-------------------------------------------------------------------------
-r3401 | sam | 2003-01-28 21:02:04 +0100 (Tue, 28 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/interface.c
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/toolbox
-
-  * ./toolbox: made a few glade-generated strings non-translatable.
-  * ./po/*: fixed spelling errors in pofiles.
-
-------------------------------------------------------------------------
-r3402 | sam | 2003-01-28 22:06:17 +0100 (Tue, 28 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/.cvsignore
-   M /trunk/debian/Makefile.am
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/debian/vlc-plugin-a52.dirs
-   M /trunk/debian/vlc-plugin-mad.dirs
-   A /trunk/debian/wxvlc.dirs
-   A /trunk/debian/wxvlc.menu
-
-  * ./debian/*: activated the wxwindows plugin.
-
-------------------------------------------------------------------------
-r3403 | sam | 2003-01-28 22:08:29 +0100 (Tue, 28 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/kde/interface.cpp
-   M /trunk/modules/gui/kde/kde.cpp
-   M /trunk/modules/gui/kde/menu.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-
-  * ./modules/gui/kde/kde.cpp: the interface rc file defaults to the one in
-    DATA_PATH.
-  * ./modules/gui/wxwindows/*.cpp: fixed minor warnings.
-
-------------------------------------------------------------------------
-r3404 | fenrir | 2003-01-28 22:17:34 +0100 (Tue, 28 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
- * mpeg_audio.c : fixed a stack corruption. fprintf 1 - gdb 0.
-
-------------------------------------------------------------------------
-r3405 | gbazin | 2003-01-28 22:18:53 +0100 (Tue, 28 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-
-* modules/gui/wxwindows/open.cpp: minor bug-fix + allow user to select
-   title 0 when using the dvdplay plugin (title 0 = menu).
-
-------------------------------------------------------------------------
-r3406 | sam | 2003-01-28 23:03:21 +0100 (Tue, 28 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/include/video_output.h
-   M /trunk/modules/access/dvd/access.c
-   M /trunk/modules/access/dvd/dvd.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/gui/kde/kde.cpp
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/src/video_output/video_output.c
-
-  * ./src/video_output/video_output.c: don't try to change aspect ratio if it
-    has been overriden by the user (Closes: #79).
-  * ./modules/access/dvd/access.c: renamed "dvd-css-method" to "dvdcss-method".
-  * ./modules/*: fixed a few capitalization issues.
-
-------------------------------------------------------------------------
-r3407 | sam | 2003-01-28 23:52:30 +0100 (Tue, 28 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/esd.c
-
-  * ./modules/audio_output/esd.c: fixed esd audio output (Closes: #139).
-
-------------------------------------------------------------------------
-r3408 | fenrir | 2003-01-29 00:38:24 +0100 (Wed, 29 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
- * mpeg_audio.c : due to mpeg 2.5, max frame size is twice as I though.
-
-------------------------------------------------------------------------
-r3409 | massiot | 2003-01-29 00:55:57 +0100 (Wed, 29 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
-Not sure the buffer was large enough.
-
-------------------------------------------------------------------------
-r3410 | titer | 2003-01-29 01:02:09 +0100 (Wed, 29 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
- enabled changing filters on the fly
-
-------------------------------------------------------------------------
-r3411 | sam | 2003-01-29 10:54:45 +0100 (Wed, 29 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/arts.c
-
-  * ./modules/audio_output/arts.c: fixed aRts output and removed debug
-    messages that were lying around.
-
-------------------------------------------------------------------------
-r3412 | gbazin | 2003-01-29 12:17:44 +0100 (Wed, 29 Jan 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/access/dvdplay/access.c
-   M /trunk/modules/access/dvdplay/es.c
-
-
-* modules/access/dvdplay/access.c: fixed subtitles with the dvdplay plugin
-    (closes #122).
-* modules/access/dvdplay/es.c: check "audio-channel" and "spu-channel" user
-    settings (closes #122).
-
-------------------------------------------------------------------------
-r3413 | jlj | 2003-01-29 12:34:11 +0100 (Wed, 29 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/src/playlist/playlist.c
-
- * core/playlist: PLAYLIST_PAUSE, playlist_IsPlaying, playlist_IsEmpty
- * modules/gui/macosx: started getting rid of p_intf->p_sys->p_input
-                       and using p_playlist->p_input instead.
-
-------------------------------------------------------------------------
-r3414 | jlj | 2003-01-29 12:41:48 +0100 (Wed, 29 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-  * ./modules/gui/macosx/controls.m: fixed bug in my previous commit.
-
-------------------------------------------------------------------------
-r3415 | gbazin | 2003-01-29 13:59:23 +0100 (Wed, 29 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: bug fix when switching between vorbis channels.
-
-------------------------------------------------------------------------
-r3416 | gbazin | 2003-01-29 15:03:07 +0100 (Wed, 29 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-
-
-* include/vlc_threads.h: VLC_THREAD_PRIORITY_VIDEO equals
-    THREAD_PRIORITY_BELOW_NORMAL under Win9x/Me.
-
-------------------------------------------------------------------------
-r3417 | sam | 2003-01-29 16:15:20 +0100 (Wed, 29 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-  * ./po/ja.po: updated japanese translations, courtesy of KKI.
-
-------------------------------------------------------------------------
-r3418 | sam | 2003-01-29 16:55:44 +0100 (Wed, 29 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/dvdplay/intf.c
-
-  * ./modules/access/dvdplay/intf.c: added a sanity check upon initialization
-    in case the input dies before we even spawned our dvdplay interface
-    (Closes: #141).
-
-------------------------------------------------------------------------
-r3419 | massiot | 2003-01-29 18:07:37 +0100 (Wed, 29 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/po/nl.po
-
-New nl translation, courtesy of dj hartman.
-
-------------------------------------------------------------------------
-r3420 | gbazin | 2003-01-29 18:28:22 +0100 (Wed, 29 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gnome.glade
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gtk.glade
-   M /trunk/modules/gui/gtk/gtk_interface.c
-   M /trunk/modules/gui/gtk/open.c
-
-
-* modules/gui/gtk/*: changed the disc open dialog to allow for title and
-   chapter 0. When title or chapter 0 are selected, they do not appear in
-   the MRL.
-
-------------------------------------------------------------------------
-r3421 | sam | 2003-01-29 19:10:52 +0100 (Wed, 29 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-   M /trunk/modules/gui/gtk/gnome.glade
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gtk.glade
-   M /trunk/modules/gui/gtk/gtk_interface.c
-   M /trunk/modules/gui/gtk/open.c
-   M /trunk/toolbox
-
-  * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: we disable
-    the title and chapter dialogs when DVD menus are activated.
-
-------------------------------------------------------------------------
-r3422 | hartman | 2003-01-29 19:14:29 +0100 (Wed, 29 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-intf: the slower/faster buttons should not be continious.
-project: the source files were included in the Resources. No more.
-
-------------------------------------------------------------------------
-r3423 | fenrir | 2003-01-29 22:54:34 +0100 (Wed, 29 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
- * asf : more sanity check for broken files.
-
-------------------------------------------------------------------------
-r3424 | massiot | 2003-01-30 01:39:41 +0100 (Thu, 30 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/codec/mpeg_video/headers.c
-   M /trunk/modules/gui/macosx/intf.m
-
-* modules/codec/mpeg_video/headers.c: more checks in PictureDisplayExtension,
-* modules/gui/macosx/intf.m: one of the threads wasn't in real-time
-  priority !!!
-* include/vlc_threads.h: tuned up OS X priorities
-
-------------------------------------------------------------------------
-r3425 | gbazin | 2003-01-30 03:16:09 +0100 (Thu, 30 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_video/headers.c
-
-
-* modules/codec/mpeg_video/headers.c: fixed non-initialized variable in
-    PictureDisplayExtension(). This does also fix problems with the dvdplay
-    plugin and menus with still pictures.
-
-------------------------------------------------------------------------
-r3426 | massiot | 2003-01-30 11:44:50 +0100 (Thu, 30 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac.in
-
-Keep -O2 in --disable-optimizations mode, cause it can't harm...
-
-------------------------------------------------------------------------
-r3427 | gbazin | 2003-01-30 13:38:13 +0100 (Thu, 30 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-
-* src/video_output/vout_subpictures.c: fixed a few race conditions that
-   were triggered by the dvdplay plugin.
-
-------------------------------------------------------------------------
-r3428 | hartman | 2003-01-30 16:39:38 +0100 (Thu, 30 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* ./modules/gui/macosx/intf.m:
-  - we close the video window after a video is done playing.
-
-------------------------------------------------------------------------
-r3429 | hartman | 2003-01-30 16:46:29 +0100 (Thu, 30 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* modules/gui/macosx/intf.m
-  - fixed a warning about parentheses
-
-------------------------------------------------------------------------
-r3430 | gbazin | 2003-01-30 17:36:04 +0100 (Thu, 30 Jan 2003) | 9 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/spudec/text.c
-
-
-* modules/codec/spudec/spudec.c, modules/codec/spudec/text.c: fixed the
-   race condition between spudec and vout. This patch may not be all that
-   nice because it does a lot of vlc_object_find() but it is the only
-   solution I've been able to come-up with.
-   Oh and I didn't fix the memory leak caused by the font when using text
-   subtitles. If the vout changes while the spudec is running then we don't
-   unload this font.
-
-------------------------------------------------------------------------
-r3431 | lool | 2003-01-30 19:07:45 +0100 (Thu, 30 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/FAQ
-   A /trunk/doc/common
-   A /trunk/doc/common/stylesheet-html.dsl
-   A /trunk/doc/faq
-   A /trunk/doc/faq/Makefile
-   A /trunk/doc/faq/faq-alone.sgml
-   A /trunk/doc/faq/faq.sgml
-
-  * converted FAQ to SGML
-  * SGML sucks, this is absolutely ugly, please reread
-
-------------------------------------------------------------------------
-r3432 | gbazin | 2003-01-30 20:14:17 +0100 (Thu, 30 Jan 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/src/video_output/video_output.c
-
-
-* src/video_output/video_output.c: we were still using free instead of
-   vout_DestroySubPicture in one place.
-* modules/codec/spudec/parse.c: we now make sure we don't add several times
-   the same highlight callback.
-
-------------------------------------------------------------------------
-r3433 | sam | 2003-01-30 21:59:36 +0100 (Thu, 30 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-  * ./src/misc/configuration.c: when an invalid short option is found, use
-    the optopt variable instead of the current value of optind (Closes: #148).
-
-------------------------------------------------------------------------
-r3434 | babal | 2003-01-30 22:35:22 +0100 (Thu, 30 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/win32/preferences.cpp
-   M /trunk/modules/gui/win32/preferences.h
-
-- fixed a segfault occuring when the preference dialog box was destroyed
-
-------------------------------------------------------------------------
-r3435 | jlj | 2003-01-31 03:53:52 +0100 (Fri, 31 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-  * ./modules/gui/macosx: Defeated some deadlocks.
-                          World domination ... is at hand.
-
-------------------------------------------------------------------------
-r3436 | titer | 2003-01-31 07:45:00 +0100 (Fri, 31 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-
- Minor GUI fixes
-
-------------------------------------------------------------------------
-r3437 | sam | 2003-01-31 10:48:43 +0100 (Fri, 31 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: complain when ALSA headers are not found but
-    --enable-alsa was specified.
-
-------------------------------------------------------------------------
-r3438 | sam | 2003-01-31 10:51:57 +0100 (Fri, 31 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-
-  * ./modules/gui/gtk/gnome.c, ./modules/gui/gtk/gtk.c: fixed uninitialized
-    variables.
-
-------------------------------------------------------------------------
-r3439 | sam | 2003-01-31 11:14:13 +0100 (Fri, 31 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/mixer.c
-
-  * ./src/audio_output/mixer.c: minor cosmetic fix in output message.
-
-------------------------------------------------------------------------
-r3440 | sam | 2003-01-31 11:51:15 +0100 (Fri, 31 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gnome.glade
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gtk.glade
-   M /trunk/modules/gui/gtk/gtk_interface.c
-
-  * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: moved the
-    Audio and Subtitles submenus into the Audio and Video menus.
-
-------------------------------------------------------------------------
-r3441 | sam | 2003-01-31 11:54:07 +0100 (Fri, 31 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-
-  * ./modules/gui/gtk/gtk_callbacks.c: fixed a crash when selecting fullscreen
-    while there was no input (Closes: #153).
-
-------------------------------------------------------------------------
-r3442 | massiot | 2003-01-31 12:23:37 +0100 (Fri, 31 Jan 2003) | 4 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-
-Fixed a major bug of people who like to declare vars "unsigned int"
-when they can be -1 :p (why haven't we spotted that before ??).
-Closes #152.
-
-------------------------------------------------------------------------
-r3443 | sam | 2003-01-31 12:38:06 +0100 (Fri, 31 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-  * ./po/de.po: full german translation, courtesy of Felix K?\239?\191?\189hne.
-
-------------------------------------------------------------------------
-r3444 | sam | 2003-01-31 14:52:26 +0100 (Fri, 31 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-  * ./src/libvlc.c: strings in the main module are now translated (fixes: #92).
-
-------------------------------------------------------------------------
-r3445 | zorglub | 2003-01-31 16:24:11 +0100 (Fri, 31 Jan 2003) | 5 lines
-Changed paths:
-   M /trunk/doc/faq/Makefile
-   M /trunk/doc/faq/faq-alone.sgml
-   M /trunk/doc/faq/faq.sgml
-   A /trunk/doc/faq/fdl.sgml
-
-* doc/faq/Makefile: added "text" and "clean" targets.
-* doc/faq/faq-alone.sgml: Fixed build issues, added FDL, and legal notice.
-* doc/faq/faq.sgml: Fixed build issues, improved the SGML translation.
-* doc/faq/fdl.sgml: text of the FSF Free Documentation License.
-
-------------------------------------------------------------------------
-r3446 | sam | 2003-01-31 17:56:03 +0100 (Fri, 31 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: I was told some versions of mingw32 support neither
-    -mms-bitfields nor -fnative-struct.
-
-------------------------------------------------------------------------
-r3447 | lool | 2003-01-31 19:53:29 +0100 (Fri, 31 Jan 2003) | 2 lines
-Changed paths:
-   D /trunk/FAQ
-
-  * removed FAQ pointing to doc/faq/ not to confuse users (thanks sam)
-
-------------------------------------------------------------------------
-r3448 | sam | 2003-01-31 23:34:07 +0100 (Fri, 31 Jan 2003) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   D /trunk/STATUS
-   A /trunk/THANKS
-
-  * split AUTHORS into AUTHORS and THANKS, removed STATUS which wasn't
-    kept up to date (and almost everything advertised in it was done).
-
-------------------------------------------------------------------------
-r3449 | sam | 2003-01-31 23:35:44 +0100 (Fri, 31 Jan 2003) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile.am
-   M /trunk/debian/vlc.docs
-
-  * ./debian/vlc.docs, ./Makefile.am: added THANKS to the distributed files.
-
-------------------------------------------------------------------------
-r3450 | fenrir | 2003-02-01 02:21:04 +0100 (Sat, 01 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/asf.h
-
- * asf : trying to fix pts handling.
-
-------------------------------------------------------------------------
-r3451 | babal | 2003-02-01 10:40:50 +0100 (Sat, 01 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-- fixed a compilation issue with C compilers
-
-------------------------------------------------------------------------
-r3452 | alexis | 2003-02-01 12:48:36 +0100 (Sat, 01 Feb 2003) | 4 lines
-Changed paths:
-   A /trunk/doc/common/stylesheet-print-noicones.dsl
-   M /trunk/doc/faq/Makefile
-   M /trunk/doc/faq/faq.sgml
-
-* common/stylesheet-print-noicones.dsl : stylesheet for PS/PDF/RTF output
-* faq/Makefile: added PS/PDF/RTF targets
-* faq/faq.sgml: SGML enhancements and few modifications
-
-------------------------------------------------------------------------
-r3453 | stippi | 2003-02-01 13:01:11 +0100 (Sat, 01 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/ListViews.cpp
-   M /trunk/modules/gui/beos/ListViews.h
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.h
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
-Changes done since Feb 28 2003:
-
-------------------------------------------------------------------------
-r3454 | massiot | 2003-02-01 17:20:21 +0100 (Sat, 01 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-sam p0\/\/3r !
-
-------------------------------------------------------------------------
-r3455 | massiot | 2003-02-01 17:33:31 +0100 (Sat, 01 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/po/it.po
-
-Updated Italian translation courtesy of Bruno Vella.
-
-------------------------------------------------------------------------
-r3456 | sam | 2003-02-01 19:41:09 +0100 (Sat, 01 Feb 2003) | 4 lines
-Changed paths:
-   A /trunk/NEWS
-   M /trunk/bootstrap
-   M /trunk/doc/Makefile.am
-
-  * ./NEWS: added an empty NEWS file.
-  * ./bootstrap: now that we have the NEWS file, --foreign is no longer
-    required when calling automake.
-
-------------------------------------------------------------------------
-r3457 | sam | 2003-02-01 19:53:03 +0100 (Sat, 01 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-  * ./src/libvlc.c: fixed a segfault on exit, libvlc needs to be
-    detached before being destroyed.
-
-------------------------------------------------------------------------
-r3458 | sam | 2003-02-01 19:54:10 +0100 (Sat, 01 Feb 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xvideo.c
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcshell.cpp
-
-  * ./mozilla/vlcshell.cpp: fixed the Mozilla plugin's target drawable.
-  * ./modules/video_output/directx/directx.c, ./modules/video_output/x11/x11.c,
-    ./modules/video_output/x11/xvideo.c: removed the drawable configuration
-    variables which are now deprecated.
-
-------------------------------------------------------------------------
-r3459 | sam | 2003-02-01 20:04:43 +0100 (Sat, 01 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/po/it.po
-
-  * ./po/it.po: a few corrections.
-
-------------------------------------------------------------------------
-r3460 | massiot | 2003-02-01 21:34:55 +0100 (Sat, 01 Feb 2003) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/NEWS
-   M /trunk/configure.ac.in
-   M /trunk/src/misc/darwin_specific.m
-
-* configure.ac.in: worked around an ffmpeg-cvs detection problem on OS X
-* Makefile.am: fixed FAQ, THANKS and NEWS handling in package* rules
-* src/misc/darwin_specific.m: more generic language detection
-* NEWS: summarized changes from 0.4.6 to 0.5.0
-
-------------------------------------------------------------------------
-r3461 | jpsaman | 2003-02-01 21:59:37 +0100 (Sat, 01 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Updated for iPaq port
-
-------------------------------------------------------------------------
-r3462 | jpsaman | 2003-02-01 22:04:22 +0100 (Sat, 01 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/rules.opie
-
-Checking in packageing files.
-
-------------------------------------------------------------------------
-r3463 | massiot | 2003-02-01 22:10:19 +0100 (Sat, 01 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Forgot Tremor.
-
-------------------------------------------------------------------------
-r3464 | massiot | 2003-02-01 22:20:33 +0100 (Sat, 01 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Tarkin, Tremor and Theora are only available when compiling from sources.
-
-------------------------------------------------------------------------
-r3465 | sam | 2003-02-01 22:23:01 +0100 (Sat, 01 Feb 2003) | 3 lines
-Changed paths:
-   A /trunk/debian/control.woody
-   A /trunk/debian/rules.woody
-   M /trunk/doc/fortunes.txt
-
-  * ./debian/control.woody, ./debian/rules.woody: placeholders for Debian
-    woody specific builds. Will fill them in a moment.
-
-------------------------------------------------------------------------
-r3466 | titer | 2003-02-01 22:24:06 +0100 (Sat, 01 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
- BeOS news.
-
-------------------------------------------------------------------------
-r3467 | ipkiss | 2003-02-01 22:39:21 +0100 (Sat, 01 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
- * Win32 port
-
-------------------------------------------------------------------------
-r3468 | babal | 2003-02-01 23:03:42 +0100 (Sat, 01 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-- Win32 preference dialog box
-
-------------------------------------------------------------------------
-r3469 | ipkiss | 2003-02-01 23:21:44 +0100 (Sat, 01 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/win32/menu.cpp
-   M /trunk/modules/gui/win32/win32.cpp
-
- * modules/gui/win32/win32.cpp: fixed a stupid bug (closes #155)
- * modules/gui/win32/menu.cpp: removed some ^M chars
-
-------------------------------------------------------------------------
-r3470 | sam | 2003-02-02 00:08:48 +0100 (Sun, 02 Feb 2003) | 3 lines
-Changed paths:
-   D /trunk/INSTALL.libmad
-   M /trunk/README
-
-  * ./INSTALL.libmad: removed that file; if one does not know how to build
-    and install a library, he'd better not fiddle with VLC.
-
-------------------------------------------------------------------------
-r3471 | sam | 2003-02-02 00:15:27 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-  * ./AUTHORS: added Garf and updated entries.
-
-------------------------------------------------------------------------
-r3472 | sigmunau | 2003-02-02 00:28:58 +0100 (Sun, 02 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
- NEWS: we did support .mp3 in 0.4.x. Added that we support .asx and .html
-with embedded wmp
-
-------------------------------------------------------------------------
-r3473 | sam | 2003-02-02 00:39:02 +0100 (Sun, 02 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-  * ./src/libvlc.c: atomic initialization of the main module in VLC_Init()
-    instead of VLC_Create(), so that its strings are translated (was #92).
-
-------------------------------------------------------------------------
-r3474 | yves | 2003-02-02 00:41:51 +0100 (Sun, 02 Feb 2003) | 7 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-- ready for general 0.5.0 consumption
-- activated dvb (with a special workaround for mdk kernel), dv and libdvdplay plugin
-- more wxwindow stuff.
-- fixes here and here.
-- added more doc files like NEWS, THANKS etc.
-- still lacking mozilla plugin :(
-
-------------------------------------------------------------------------
-r3475 | massiot | 2003-02-02 00:46:24 +0100 (Sun, 02 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/po/fr.po
-
-* modules/gui/macosx/*: Fixed localization bugs
-* po/fr.po: Updated French translation
-* extras/MacOSX/vlc.pbproj/project.pbxproj: Version is 0.5.0
-
-------------------------------------------------------------------------
-r3476 | sam | 2003-02-02 01:05:00 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-  * ./NEWS: a few updates (translations, mozilla plugin).
-
-------------------------------------------------------------------------
-r3477 | sam | 2003-02-02 01:29:29 +0100 (Sun, 02 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/libvlc.h
-
-  * ./src/libvlc.h: changed "vlc" into "VLC" in libvlc's help messages. More
-    to come.
-
-------------------------------------------------------------------------
-r3478 | sam | 2003-02-02 01:46:58 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/familiar.glade
-   M /trunk/modules/gui/familiar/interface.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/mga/xmga.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xvideo.c
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-  * ./po/*: more s/vlc/VLC/ changes.
-
-------------------------------------------------------------------------
-r3479 | massiot | 2003-02-02 01:49:40 +0100 (Sun, 02 Feb 2003) | 5 lines
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/access/dvdread/input.c
-
-* README.MacOSX.rtf: Typos
-* include/vlc_threads.h: Lowered OS X priorities to avoid locking the machine
-* modules/access/dvdread/input.c: Fixed a long-standing bug when switching
-  titles.
-
-------------------------------------------------------------------------
-r3480 | jobi | 2003-02-02 01:57:21 +0100 (Sun, 02 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/include/audio_output.h
-   M /trunk/modules/audio_output/oss.c
-
-    * NEWS: VCD entry points and iso files
-    * include/audio_output.h: more proper freebsd compilation fix
-    * modules/audio_output/oss.c: if /dev/dsp is used, use another output.
-
-------------------------------------------------------------------------
-r3481 | jobi | 2003-02-02 02:23:36 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-    * NEWS: readded deleted entries, sorry about that.
-
-------------------------------------------------------------------------
-r3482 | sam | 2003-02-02 02:37:03 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/familiar.glade
-   M /trunk/modules/gui/familiar/interface.c
-   M /trunk/modules/gui/gtk/gnome.glade
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gtk.glade
-   M /trunk/modules/gui/gtk/gtk_interface.c
-   M /trunk/modules/gui/kde/kde.cpp
-   M /trunk/modules/gui/win32/about.dfm
-   M /trunk/modules/gui/win32/mainframe.dfm
-   M /trunk/modules/gui/win32/strings.cpp
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-  * ./po/*: more interface strings harmonization.
-
-------------------------------------------------------------------------
-r3483 | sam | 2003-02-02 03:11:59 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-  * ./po/it.po: updated italian translation, courtesy of Bruno Vella.
-
-------------------------------------------------------------------------
-r3484 | massiot | 2003-02-02 03:58:35 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-
-* Bumped up revision number to 0.5.0
-
-------------------------------------------------------------------------
-r3485 | sam | 2003-02-02 04:03:01 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/Makefile.am
-   A /trunk/debian/README
-   M /trunk/debian/control
-   M /trunk/debian/vlc.docs
-
-  * ./debian/*: tuned packaging.
-
-------------------------------------------------------------------------
-r3486 | sam | 2003-02-02 04:08:20 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/po/it.po
-
-  * ./po/it.po: ultimate italian fixes by Bruno Vella.
-
-------------------------------------------------------------------------
-r3487 | sam | 2003-02-02 04:38:30 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/vlc.1
-
-  * ./doc/vlc.1: updated manpage.
-
-------------------------------------------------------------------------
-r3488 | sam | 2003-02-02 05:01:29 +0100 (Sun, 02 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/INSTALL
-   M /trunk/INSTALL.win32
-   M /trunk/README
-   M /trunk/bootstrap
-   M /trunk/configure.ac.in
-   M /trunk/install-win32
-   M /trunk/modules/gui/win32/about.dfm
-   M /trunk/modules/gui/win32/strings.cpp
-   M /trunk/po/no.po
-   M /trunk/toolbox
-   M /trunk/vlc.spec
-
-  * ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot
-    of places.
-
-------------------------------------------------------------------------
-r3489 | sam | 2003-02-02 05:07:55 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/control.woody
-   M /trunk/debian/gnome-vlc.desktop
-   M /trunk/debian/gnome-vlc.menu
-   M /trunk/debian/gvlc.desktop
-   M /trunk/debian/gvlc.menu
-   M /trunk/debian/kvlc.menu
-   M /trunk/debian/qvlc.menu
-   M /trunk/debian/vlc.desktop
-   M /trunk/debian/vlc.menu
-   M /trunk/debian/wxvlc.menu
-
-  * ./debian: more packaging stuff.
-
-------------------------------------------------------------------------
-r3490 | sam | 2003-02-02 05:17:53 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/Makefile.am
-   D /trunk/debian/README
-   A /trunk/debian/README.Debian
-   M /trunk/debian/vlc.docs
-
-  * renamed debian/README into debian/README.Debian.
-
-------------------------------------------------------------------------
-r3491 | titer | 2003-02-02 10:17:39 +0100 (Sun, 02 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/demuxdump.c
-
- '--demuxdump-file -' dumps to standard output.
-  (useful for operating systems which do not have '/dev/stdout'
-   nor mkfifo)
-
-------------------------------------------------------------------------
-r3492 | stippi | 2003-02-02 12:29:12 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/ListViews.cpp
-
-cosmetic fix (drop mark would reappear if SHIFT was pressed)
-
-------------------------------------------------------------------------
-r3493 | sam | 2003-02-02 17:08:08 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-  * ./NEWS: a few updates from gibalou.
-
-------------------------------------------------------------------------
-r3494 | sam | 2003-02-02 18:18:47 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/.cvsignore
-   M /trunk/debian/README.Debian
-   M /trunk/debian/changelog
-   D /trunk/debian/control.woody
-   D /trunk/debian/rules.woody
-   A /trunk/debian/woody-buildpackage
-
-  * ./debian/woody-buildpackage: added a script to build .debs on woody.
-
-------------------------------------------------------------------------
-r3495 | jpsaman | 2003-02-02 19:09:36 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/rules.gpe
-
-Added ffmpeg package to list of depenencies.
-
-------------------------------------------------------------------------
-r3496 | sam | 2003-02-02 19:12:12 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/po/de.po
-
-  * ./po/de.po: german translation updates from Felix K?\239?\191?\189hne.
-
-------------------------------------------------------------------------
-r3497 | sam | 2003-02-02 19:57:01 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/rules
-   M /trunk/debian/woody-buildpackage
-
-  * ./debian/woody-buildpackage: finished Woody build script.
-
-------------------------------------------------------------------------
-r3498 | sam | 2003-02-02 20:45:17 +0100 (Sun, 02 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-  * ./ChangeLog: used cvs2cl (./cvs2cl.pl --hide-filenames --no-wrap -w
-    --stdout | sed -e 's/^[^0-9]/ /' -e 's/^  *$//' | uniq).
-
-------------------------------------------------------------------------
-r3499 | sam | 2003-02-02 21:01:03 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/changelog
-
-  * ./debian/changelog: updated Debian changelog.
-
-------------------------------------------------------------------------
-r3500 | sam | 2003-02-02 21:01:53 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/Makefile.am
-
-  * ./debian/Makefile.am: added woody-buildpackage, removed *.woody.
-
-------------------------------------------------------------------------
-r3501 | sam | 2003-02-02 21:07:22 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/Makefile.am
-   M /trunk/debian/changelog
-   M /trunk/debian/rules
-   D /trunk/debian/vlc.desktop
-
-  * ./debian/vlc.desktop: removed unnecessary file.
-
-------------------------------------------------------------------------
-r3502 | sam | 2003-02-02 21:21:02 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config.h
-
-  * ./include/vlc_config.h: changed "VideoLAN Client" into VLC.
-
-------------------------------------------------------------------------
-r3503 | hartman | 2003-02-02 21:59:32 +0100 (Sun, 02 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* OSX version can open .asx files. so we need to let the os know that ;)
-
-------------------------------------------------------------------------
-r3504 | massiot | 2003-02-03 00:11:17 +0100 (Mon, 03 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-
-Worked around a bug with the Screens menu and localization.
-
-------------------------------------------------------------------------
-r3505 | massiot | 2003-02-03 01:00:42 +0100 (Mon, 03 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/po/de.po
-
-German translation, croutesy of Felix Kuehne.
-
-------------------------------------------------------------------------
-r3506 | sam | 2003-02-03 01:23:18 +0100 (Mon, 03 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/control
-
-  * ./debian/control: missing build dependencies.
-
-------------------------------------------------------------------------
-r3507 | sam | 2003-02-03 01:39:42 +0100 (Mon, 03 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/audio_output/alsa.c
-
-  * ./modules/audio_output/alsa.c: Woody ALSA compilation fix.
-
-------------------------------------------------------------------------
-r3508 | sam | 2003-02-03 01:43:12 +0100 (Mon, 03 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-  * Updated ChangeLog and pofiles.
-
-------------------------------------------------------------------------
-r3509 | sam | 2003-02-03 01:56:39 +0100 (Mon, 03 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-  * ./share/Makefile.am: we weren't distributing the font!
-
-------------------------------------------------------------------------
-r3510 | sam | 2003-02-03 02:32:37 +0100 (Mon, 03 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/debian/woody-buildpackage
-   M /trunk/modules/visualization/xosd/xosd.c
-
-  * ./modules/visualization/xosd/xosd.c: Woody compilation fixed.
-  * ./debian/woody-buildpackage: sed syntax fixed.
-
-------------------------------------------------------------------------
-r3511 | sam | 2003-02-03 03:26:28 +0100 (Mon, 03 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/rules
-   M /trunk/debian/woody-buildpackage
-
-  * ./debian/rules: more Debian Woody fixes. Grrrr!
-
-------------------------------------------------------------------------
-r3512 | alexis | 2003-02-03 12:25:44 +0100 (Mon, 03 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/doc/common/stylesheet-html.dsl
-   M /trunk/doc/common/stylesheet-print-noicones.dsl
-   M /trunk/doc/faq/faq-alone.sgml
-   M /trunk/doc/faq/faq.sgml
-   D /trunk/doc/faq/fdl.sgml
-
-Article format, instead of book format.
-Few typos.
-
-------------------------------------------------------------------------
-r3513 | alexis | 2003-02-03 17:07:50 +0100 (Mon, 03 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/faq/Makefile
-
-Small fix.
-
-------------------------------------------------------------------------
-r3514 | stippi | 2003-02-03 18:18:48 +0100 (Mon, 03 Feb 2003) | 31 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/ListViews.cpp
-   M /trunk/modules/gui/beos/ListViews.h
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/MsgVals.h
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.h
-
-modules/gui/beos/InterfaceWindow.h/.cpp
-
-       - improved file loading:
-               - contents of sub folders can optionally be loaded too
-               - files are loaded in expected order from filepanel
-                       _and_ drag'n'drop
-               - file panel accepts folders to load
-       - saving of playlist's display mode
-       - added updating of interface when playlist is modified
-               while nothing is playing
-       - added compatibility for SoundPlay's drag'n'drop message format
-
-
-modules/gui/beos/ListViews.h/.cpp
-
-       - implemented reversal of playlist
-       - list can display full path or file name only
-       - drag'n'drop interaction with SoundPlay
-
-
-modules/gui/beos/MediaControlView.cpp
-
-       - cosmetic fix
-
-
-modules/gui/beos/PlayListWindow.h/.cpp
-
-       - added reverse sort command to edit menu
-       - added view menu, to allow the user to display paths
-               or only names in the list
-
-------------------------------------------------------------------------
-r3515 | sam | 2003-02-03 20:45:29 +0100 (Mon, 03 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/woody-buildpackage
-
-  * ./debian/woody-buildpackage: enabled build-deps checking.
-
-------------------------------------------------------------------------
-r3516 | massiot | 2003-02-03 22:38:54 +0100 (Mon, 03 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-Now developing 0.5.1-cvs.
-
-------------------------------------------------------------------------
-r3517 | sam | 2003-02-03 22:47:08 +0100 (Mon, 03 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * ./bootstrap: we don't fail if gettext is too old and there is no
-    ABOUT-NLS in the tree.
-
-------------------------------------------------------------------------
-r3518 | massiot | 2003-02-04 11:07:40 +0100 (Tue, 04 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/udp.c
-
-* modules/access/*: Fixed compilation problems with "struct timeval".
-
-------------------------------------------------------------------------
-r3519 | massiot | 2003-02-04 12:07:45 +0100 (Tue, 04 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/demux/mpeg/ts.c
-
-* modules/demux/mpeg/*: Fixed an uninitialized variable with TS streams
-  (thanks gibalou !).
-
-------------------------------------------------------------------------
-r3520 | massiot | 2003-02-04 12:51:21 +0100 (Tue, 04 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_video/headers.c
-   M /trunk/modules/codec/mpeg_video/parser.h
-
-* modules/codec/mpeg_video/*: Support for Slice-I (aka intra slice refresh)
-  streams.
-
-------------------------------------------------------------------------
-r3521 | hartman | 2003-02-04 21:45:24 +0100 (Tue, 04 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/darwin_specific.m
-
-* We released an array that was in a autorelease pool. That's not necesarry
-
-------------------------------------------------------------------------
-r3522 | jpsaman | 2003-02-04 22:01:51 +0100 (Tue, 04 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-
-Closes bug #170
-
-------------------------------------------------------------------------
-r3523 | hartman | 2003-02-05 02:36:00 +0100 (Wed, 05 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* Added a Next and Previous item to the dockmenu
-* Prelimanary support for making VLC the handler of ftp http mms and udp
-  URLs (on a systemwide level)
-
-------------------------------------------------------------------------
-r3524 | hartman | 2003-02-05 03:31:27 +0100 (Wed, 05 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-
-* More support for handling URLs. Still need to create the scriptsuite.
-
-------------------------------------------------------------------------
-r3525 | hartman | 2003-02-05 15:58:15 +0100 (Wed, 05 Feb 2003) | 4 lines
-Changed paths:
-   A /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
-   A /trunk/extras/MacOSX/Resources/vlc.scriptSuite
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/open.m
-
-* Added AppleScript support
-* We can now handle mms:// etc on a systemwide level.
-  - No way to set this other then trough Explorer Prefs at the moment
-
-------------------------------------------------------------------------
-r3526 | hartman | 2003-02-05 17:23:06 +0100 (Wed, 05 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* added a "Open CrashLog" button to the messages window in OSX.
-
-------------------------------------------------------------------------
-r3527 | sam | 2003-02-05 23:11:52 +0100 (Wed, 05 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/display.c
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gnome.glade
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/gtk/gtk.glade
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/gtk_interface.c
-   M /trunk/modules/gui/gtk/menu.c
-
-  * ./modules/gui/gtk/gtk_callbacks.c: fixed a bug that caused crashes when
-    doing fullscreen or volume up from the popup menu.
-
-------------------------------------------------------------------------
-r3528 | hartman | 2003-02-05 23:48:13 +0100 (Wed, 05 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/open.m
-
-* Changed the wrong property in my recent commit. FIXED
-
-------------------------------------------------------------------------
-r3529 | sam | 2003-02-06 01:45:26 +0100 (Thu, 06 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/faq/faq.sgml
-
-  * ./doc/faq/faq.sgml: updated config file location for OS X.
-
-------------------------------------------------------------------------
-r3530 | sam | 2003-02-06 03:37:00 +0100 (Thu, 06 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: libmad and liba52 need to be explicitely disabled,
-    otherwise we fail with an error when they are not found.
-
-------------------------------------------------------------------------
-r3531 | sam | 2003-02-06 04:22:08 +0100 (Thu, 06 Feb 2003) | 5 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/misc/Modules.am
-   A /trunk/modules/misc/screensaver.c
-
-  * ./modules/misc/screensaver.c: screen saver disabling plugin; runs a thread
-    in the background to disable xscreensaver the jwz way (Closes: #58).
-
-    It's an interface plugin, trigger with "--extraintf screensaver".
-
-------------------------------------------------------------------------
-r3532 | hartman | 2003-02-06 14:47:04 +0100 (Thu, 06 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* Changed a failed DecompressSequenceFrameS error into a warning. We don't
-  want to bug users with this when we resize a video.
-
-------------------------------------------------------------------------
-r3533 | massiot | 2003-02-06 16:14:41 +0100 (Thu, 06 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/modules/audio_output/oss.c
-
-Fixed AFMT_AC3 and AFMT_S16_NE handling.
-
-------------------------------------------------------------------------
-r3534 | titer | 2003-02-06 22:39:34 +0100 (Thu, 06 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-
- Tuned BeOS priorities for a better playback on low-end computers.
-
-------------------------------------------------------------------------
-r3535 | sam | 2003-02-06 22:56:37 +0100 (Thu, 06 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-  * ./debian/rules: build the SLP plugin by default.
-
-------------------------------------------------------------------------
-r3536 | sam | 2003-02-07 00:01:31 +0100 (Fri, 07 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/src/misc/darwin_specific.m
-
-  * ./src/misc/darwin_specific.m: completed our list of known languages and
-    made code simpler to read.
-
-------------------------------------------------------------------------
-r3537 | massiot | 2003-02-07 00:55:29 +0100 (Fri, 07 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/src/input/input_ext-plugins.c
-
-Fixed interface freezes in the OS X interface.
-
-------------------------------------------------------------------------
-r3538 | sam | 2003-02-07 00:59:40 +0100 (Fri, 07 Feb 2003) | 6 lines
-Changed paths:
-   M /trunk/include/interface.h
-   M /trunk/modules/access/dvdplay/demux.c
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/gui/win32/menu.cpp
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-
-  * ./modules/access/dvdplay/demux.c: the dvdplay plugin no longer sets the
-    "interface" variable to "dvdplay" (Closes: #178, #210, and probably a
-    bunch of others).
-  * ./src/interface/interface.c: added a safety check to circumvent the bug,
-    allowing a smooth upgrade.
-
-------------------------------------------------------------------------
-r3539 | sam | 2003-02-07 01:26:23 +0100 (Fri, 07 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/include/interface.h
-   M /trunk/modules/access/dvdplay/demux.c
-
-  * ./modules/access/dvdplay/demux.c: fixed a minor warning.
-
-------------------------------------------------------------------------
-r3540 | sam | 2003-02-07 01:29:53 +0100 (Fri, 07 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/include/interface.h
-   M /trunk/modules/access/dvdplay/demux.c
-
-  * ./include/interface.h: grmbl, I forgot VLC_EXPORT did not support multiline
-    declarations. Should fix that later.
-
-------------------------------------------------------------------------
-r3541 | sam | 2003-02-07 02:09:12 +0100 (Fri, 07 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-
-  * ./src/interface/interface.c: interface variable is "intf", not "interface".
-
-------------------------------------------------------------------------
-r3542 | fenrir | 2003-02-07 02:22:55 +0100 (Fri, 07 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/audio.h
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mpeg/audio.c
-
- * ffmpeg/audio : removed an old error (anyway it was harmless).
- * mp4 : removed a bad initialisation. Erased all ending spaces.
- * mpeg/audio : send i_rate to decoder (not yet usefull but ...)
-
-------------------------------------------------------------------------
-r3543 | hartman | 2003-02-07 02:31:14 +0100 (Fri, 07 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/playlist.m
-
-* When you push backspace or delete in the playlist, it removes the selected item.
-
-------------------------------------------------------------------------
-r3544 | hartman | 2003-02-07 02:32:34 +0100 (Fri, 07 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* grrr changed the project file by accident. revert
-
-------------------------------------------------------------------------
-r3545 | yves | 2003-02-07 10:17:37 +0100 (Fri, 07 Feb 2003) | 6 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-- added missing buildrequires
-- now autodetect on wich system we are:
-  rpm --rebuild should work out of box on rh and previous mdk systems.
-- NO buildrequires on rh-like system. rh does not have a devel policy
-- more redhat stuff: NO menu (i do not know their "propriatory" menu system yet)
-
-------------------------------------------------------------------------
-r3546 | massiot | 2003-02-07 17:51:39 +0100 (Fri, 07 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_video/headers.c
-
-Fixed a buffer leak with slice-I streams (thanks sam).
-
-------------------------------------------------------------------------
-r3547 | ipkiss | 2003-02-07 19:43:27 +0100 (Fri, 07 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/win32/messages.cpp
-   M /trunk/modules/gui/win32/messages.dfm
-   M /trunk/modules/gui/win32/messages.h
-
- * Fixed the "RichEdit line insertion error" bug (closes #246)
- * Added a popup menu to copy log messages to the clipboard
-
-------------------------------------------------------------------------
-r3548 | hartman | 2003-02-07 21:23:17 +0100 (Fri, 07 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-* added half, normal and full size videowindow menuitems.
-  there seems to be a bug though somewhere. you end up with black bars in
-  half and double size.
-
-------------------------------------------------------------------------
-r3549 | alexis | 2003-02-07 21:49:10 +0100 (Fri, 07 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/doc/faq/faq.sgml
-
-- FAQ : the first question of the "troubleshooting" section now tells the
-user to delete VLC's configuration file.
-
-------------------------------------------------------------------------
-r3550 | hartman | 2003-02-07 22:30:25 +0100 (Fri, 07 Feb 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-* Resize window fixes
-  - we should not resize the window in fullscreen
-  - fixed the black bars bug in half and double size
-  - position of top left corner should not change
-  - more efficient code
-
-------------------------------------------------------------------------
-r3551 | marcari | 2003-02-08 00:36:55 +0100 (Sat, 08 Feb 2003) | 7 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/misc/network/ipv6.c
-
-glibc 2.1 port for linupy (linux on a yopy pda)
-
-* modules/access/*.c : added include <sys/time.h> for struct timeval
-* ipv6.c : ipv6 is not fully supported under glibc2.1 (especially multicast)
-
-VLC rulz on Yopy !
-
-------------------------------------------------------------------------
-r3552 | massiot | 2003-02-08 18:26:00 +0100 (Sat, 08 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/po/POTFILES.in
-   M /trunk/po/fr.po
-   M /trunk/src/audio_output/output.c
-
-* configure.ac.in: Disabled Swedish translation since it doesn't use the
-  right charset,
-* Implemented localization for audio-channels and video-device variables.
-
-------------------------------------------------------------------------
-r3553 | massiot | 2003-02-08 20:10:22 +0100 (Sat, 08 Feb 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/demux/mpeg/system.h
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/win32/strings.cpp
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/libvlc.h
-
-* Fixed misc typos in strings,
-* Updated po files,
-* New --buggy-psi options, to supports streams which don't update the
-continuity counter in their PSI packets (walkenizes #sam).
-
-------------------------------------------------------------------------
-r3554 | asmax | 2003-02-08 20:14:36 +0100 (Sat, 08 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/po/sv.po
-
-* fixed the encoding
-  (Meuuh you can re-enable swedish ;)
-
-------------------------------------------------------------------------
-r3555 | massiot | 2003-02-08 21:32:44 +0100 (Sat, 08 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_video/parser.c
-   M /trunk/modules/gui/macosx/intf.m
-
-* modules/codec/mpeg_video/parser.c: Do not stop decoding on SEQUENCE_END_CODE
-* modules/gui/macosx/intf.m: VLC _m_edia _p_layer.
-
-------------------------------------------------------------------------
-r3556 | hartman | 2003-02-08 22:43:26 +0100 (Sat, 08 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-* window half/normal/double Size commands
-  - black bar issue is not fixed. i removed 'myfix'
-
-------------------------------------------------------------------------
-r3557 | massiot | 2003-02-08 23:20:28 +0100 (Sat, 08 Feb 2003) | 9 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac.in
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access/dvd/access.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/po/fr.po
-   M /trunk/src/extras/libc.c
-   M /trunk/src/input/input.c
-
-* src/extras/libc.c: New vlc_wraptext function,
-* modules/gui/macosx/prefs.m: Wrap tool tips to 60 characters,
-* src/input/input.c: Correctly parse MRL of the type
-  /Volumes/toto:titi/coincoin.mpg (closes #238 & #186)
-* modules/access/*: Changed some msg_Warn into msg_Err
-* po/fr.po: Updated French translation,
-* configure.ac.in: Re-enabled Swedish translation,
-* Makefile.am: Do not recompile everything everytime someone changes a .h
-
-------------------------------------------------------------------------
-r3558 | massiot | 2003-02-08 23:43:02 +0100 (Sat, 08 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Fixed previous commit.
-
-------------------------------------------------------------------------
-r3559 | massiot | 2003-02-09 02:13:43 +0100 (Sun, 09 Feb 2003) | 6 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/libvlc.h
-
-* aout_Volume* functions now do their own vlc_object_find() on the
-  audio output. Consequently, the first argument can be any vlc_object_t.
-* modules/gui/macosx/*: greatly simplified volume functions ; you can now
-  call aout_Volume* even when there is no audio output, and the volume
-  will be saved for later use.
-
-------------------------------------------------------------------------
-r3560 | massiot | 2003-02-09 02:50:35 +0100 (Sun, 09 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* Added Step forward/Step backward feature.
-
-------------------------------------------------------------------------
-r3561 | massiot | 2003-02-09 02:56:21 +0100 (Sun, 09 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-
-Fixed GTK compilation.
-
-------------------------------------------------------------------------
-r3562 | ipkiss | 2003-02-09 03:01:21 +0100 (Sun, 09 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/win32/mainframe.cpp
-
- * modules/gui/win32/mainframe.cpp: simplifications using the new
-   aout_Volume* API
-
-------------------------------------------------------------------------
-r3563 | titer | 2003-02-09 12:51:36 +0100 (Sun, 09 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
- Simplified volume functions
-
-------------------------------------------------------------------------
-r3564 | sam | 2003-02-09 13:18:40 +0100 (Sun, 09 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/kde/interface.cpp
-   M /trunk/modules/gui/kde/preferences.cpp
-
-  * ./modules/gui/kde/preferences.cpp: fixed KDE 3.1 compilation.
-
-------------------------------------------------------------------------
-r3565 | sam | 2003-02-09 13:19:09 +0100 (Sun, 09 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/transform.c
-
-  * ./modules/video_filter/transform.c: fixed a stupid typo preventing
-    initialization of the plugin.
-
-------------------------------------------------------------------------
-r3566 | sam | 2003-02-09 13:21:05 +0100 (Sun, 09 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/debian/woody-buildpackage
-
-  * ./debian/control: made lintian happier with package descriptions.
-  * ./debian/rules: added extra touch calls to prevent autobuilders from
-    launching autoconf/automake.
-
-------------------------------------------------------------------------
-r3567 | sam | 2003-02-09 13:23:28 +0100 (Sun, 09 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: fiddled with linking flags for the KDE plugin.
-
-------------------------------------------------------------------------
-r3568 | fenrir | 2003-02-09 14:25:42 +0100 (Sun, 09 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-
- * sub.c : begun clean up
-
-------------------------------------------------------------------------
-r3569 | stippi | 2003-02-09 18:10:52 +0100 (Sun, 09 Feb 2003) | 35 lines
-Changed paths:
-   M /trunk/include/vlc_config.h
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/MsgVals.h
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-
-
-modules/gui/beos/PreferenceWindow.h/.cpp
-
-       - added settings for screenshot path and image format
-
-       - removed "Save" button, added "Cancel" and "Revert" buttons
-
-       - added revert functionality
-
-       - changed class design for cleaner functionality,
-               separated ApplyChanges() into more functions
-               to have finer control
-
-       - added more error checking and fixed memory leaks
-               (config_GetPsz() returns char*, not const char*!)
-
-       - all settings are now correctly saved and restored
-
-       - some more cosmetic changes
-
-
-modules/gui/beos/InterfaceWindow.h/.cpp
-
-       - updated vlc way of saving settings to be on par with BeOS way
-               and made it selectable in the code which way is used.
-               However, the VideoSettings are still only savable in
-               the BeOS way.
-
-       - if dvd menus are used, the navigation menu enables a
-               "Goto Menu" item. Unfortunately, I don't see a clean
-               way to really detect the usage of dvd/dvdold in the
-               currently playing stream. I wouldn't want to see
-               if a playlist item has "dvd:" or "dvdold:" prepended
-               at each interface update.
-
-------------------------------------------------------------------------
-r3570 | massiot | 2003-02-09 20:28:43 +0100 (Sun, 09 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/prefs.m
-
-* Minor typographic corrections,
-* Fixed a segfault in the Preferences window.
-
-------------------------------------------------------------------------
-r3571 | sigmunau | 2003-02-10 00:42:06 +0100 (Mon, 10 Feb 2003) | 7 lines
-Changed paths:
-   M /trunk/modules/Makefile.am
-   A /trunk/modules/control/Modules.am
-   A /trunk/modules/control/gestures.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/video_output/video_output.c
-
- *: a new mouse gestures interface, currently supporting back, forward, quit
-fullscreen and a nice debug message when you draw a clockwise square. Video
-output modules needs to be modified for this to work, but it should be minor
-in modules supporting dvd navigation.
-
-btw: it should be easy to add new gestures, ideas appreciated
-
-------------------------------------------------------------------------
-r3572 | hartman | 2003-02-10 01:16:51 +0100 (Mon, 10 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-* restored old deinterlace menu. The on the fly code does not work as long
-  as the vout.m issue exists. but this is better then the current 'dummy'
-  code we have.
-
-------------------------------------------------------------------------
-r3573 | massiot | 2003-02-10 01:16:53 +0100 (Mon, 10 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* Enabled the gestures module by default,
-* Run --update-po.
-
-------------------------------------------------------------------------
-r3574 | hartman | 2003-02-10 01:41:45 +0100 (Mon, 10 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-* another proof that the copy command in IE for Mac sucks. stupid stray chars.
-
-------------------------------------------------------------------------
-r3575 | titer | 2003-02-10 16:23:46 +0100 (Mon, 10 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-   M /trunk/modules/gui/beos/MessagesWindow.h
-
-  Move the messages update function to another thread. It prevents it from
- freezing the main window (cannot seek anymore, etc).
-
-------------------------------------------------------------------------
-r3576 | sam | 2003-02-10 17:53:34 +0100 (Mon, 10 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-  * ./src/misc/threads.c: fixed compilation of the gprof wrapper trick.
-    (partially fixes #260)
-
-------------------------------------------------------------------------
-r3577 | massiot | 2003-02-10 18:43:21 +0100 (Mon, 10 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/oss.c
-
-* modules/audio_output/alsa.c: Fixed mono files output (thanks bozo !),
-* Minor fixes.
-
-------------------------------------------------------------------------
-r3578 | sam | 2003-02-10 19:12:30 +0100 (Mon, 10 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: disabled the i420_yuy2_mmx plugin when profiling with
-    gprof, because gcc is unable to build it without -fomit-frame-pointer
-    (Closes: #260).
-
-------------------------------------------------------------------------
-r3579 | sam | 2003-02-10 21:11:14 +0100 (Mon, 10 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules_plugin.h.in
-
-  * ./src/misc/modules_plugin.h.in: when opening the KDE plugin, we first
-    dlopen(libstdc++) to avoid dlopen(kde_plugin) from crashing. Call me evil.
-
-------------------------------------------------------------------------
-r3580 | sam | 2003-02-10 21:57:58 +0100 (Mon, 10 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/debian/control
-
-  * ./debian/control: added the "VideoLAN" word in the long description so
-    that "apt-cache search videolan" returns vlc.
-
-------------------------------------------------------------------------
-r3581 | sam | 2003-02-10 22:11:17 +0100 (Mon, 10 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/debian/rules
-
-  * ./debian/rules: removed Debian kludges that do not really belong to the
-    official VLC tree.
-
-------------------------------------------------------------------------
-r3582 | hartman | 2003-02-10 22:28:16 +0100 (Mon, 10 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* fixed the black bar issue with window half/normal/double window sizes in
-  OSX. i had forgotten the aspectratio.
-
-------------------------------------------------------------------------
-r3583 | sam | 2003-02-10 22:46:45 +0100 (Mon, 10 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/rules
-
-  * ./debian/rules: added missing icon in the vlc and wxvlc packages.
-
-------------------------------------------------------------------------
-r3584 | hartman | 2003-02-10 22:54:03 +0100 (Mon, 10 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* only show last part of of file/url name in the playlist.
-
-------------------------------------------------------------------------
-r3585 | sam | 2003-02-10 22:56:25 +0100 (Mon, 10 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/rules
-
-  * ./debian/rules: added code to avoid timestamp skews in the faad tree.
-
-------------------------------------------------------------------------
-r3586 | hartman | 2003-02-10 23:18:41 +0100 (Mon, 10 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* The dock should no longer be visible in fullscreen mode.
-
-------------------------------------------------------------------------
-r3587 | massiot | 2003-02-10 23:22:06 +0100 (Mon, 10 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* I ran --update-po for the last time before the 0.5.1 release (and I
-mean it !)
-
-------------------------------------------------------------------------
-r3588 | hartman | 2003-02-11 00:04:40 +0100 (Tue, 11 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* the window of the video shows the official document icon, filename and
-  when command-clicked the path if the stream is a local file.
-  this is the expected window behaviour in osx.
-
-------------------------------------------------------------------------
-r3589 | marcari | 2003-02-11 00:16:37 +0100 (Tue, 11 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/sdl.c
-
- * sdl.c : added includes (vlc/aout.h & aout_internal.h)
-    => to make volumeup/down compile
-
-------------------------------------------------------------------------
-r3590 | massiot | 2003-02-11 00:50:08 +0100 (Tue, 11 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/sdl.c
-
-* modules/video_output/sdl.c: Real fix for the aout_Volume* problem.
-
-------------------------------------------------------------------------
-r3591 | massiot | 2003-02-11 12:16:04 +0100 (Tue, 11 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/src/audio_output/common.c
-
-* modules/codec/lpcm.c: Attempt at supporting all channel configurations,
-* Support for 7 and 7.1 channel configurations.
-
-------------------------------------------------------------------------
-r3592 | hartman | 2003-02-11 16:24:58 +0100 (Tue, 11 Feb 2003) | 8 lines
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-
-* Updated ReadMe file
-  - some spelling issues
-  - remark about the current troubles with sound
-  - readded deinterlace remark
-  - Added info on multiple screens and sound devices
-  - updated the bugreporting URL
-  - Changed all occurences of vlc into VLC where appropriate
-
-------------------------------------------------------------------------
-r3593 | hartman | 2003-02-11 16:35:29 +0100 (Tue, 11 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-
-ALL: - changed vlc.app into VLC.app
-modules/gui/macosx/vout.m: fixed a potential issue with the hiding of the
-     mousecursor.
-
-------------------------------------------------------------------------
-r3594 | hartman | 2003-02-11 17:19:59 +0100 (Tue, 11 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/po/nl.po
-
-* updated dutch strings
-
-------------------------------------------------------------------------
-r3595 | babal | 2003-02-11 18:20:44 +0100 (Tue, 11 Feb 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-
-- Dolby Surround fix
-- support for 6.1, 7.1, and possibly even 8.1 ! Not so sure though about
-  6.1 since there is a doubt about where should be the Rear Center
-  coefficient in a decoded sample.
-  -> if anybody has an idea or even better a test stream...
-
-------------------------------------------------------------------------
-r3596 | massiot | 2003-02-11 19:05:43 +0100 (Tue, 11 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/po/de.po
-
-* 0.5.1 German translation, courtesy of Felix K?\239?\191?\189hne <FK@aenneburghardt.de>.
-
-------------------------------------------------------------------------
-r3597 | ipkiss | 2003-02-12 03:11:58 +0100 (Wed, 12 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/win32/about.cpp
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/menu.cpp
-   M /trunk/modules/gui/win32/menu.h
-   M /trunk/modules/gui/win32/sout.h
-   M /trunk/modules/gui/win32/subtitles.cpp
-   M /trunk/modules/gui/win32/subtitles.h
-   M /trunk/modules/gui/win32/win32.bpf
-   M /trunk/modules/gui/win32/win32.cpp
-
- * compilation fix
- * all files are stored in dos mode, or Borland won't compile some of
-   them...
-
-------------------------------------------------------------------------
-r3598 | massiot | 2003-02-12 14:42:43 +0100 (Wed, 12 Feb 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/demux/mpeg/ts.c
-
-Patch courtesy of gibalou :
-* demux/mpeg/ts.c, demux/mpeg/system.c: Proper initialization of
-i_continuity_counter,
-* access/udp.c: Fixed win32 behavior when --mtu is set to a too small value,
-* demux/mpeg/ts.c: Fixed detection of PAT/PMT change.
-
-------------------------------------------------------------------------
-r3599 | hartman | 2003-02-12 15:22:23 +0100 (Wed, 12 Feb 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/src/audio_output/intf.c
-
-* modules/gui/macosx/controls.m:
-  - fixed the mute and volumeup volumedown when you use them mixed.
-* src/audio_output/intf.c:
-  - set "saved-volume" on volume up, volume down.
-
-------------------------------------------------------------------------
-r3600 | jobi | 2003-02-12 17:58:11 +0100 (Wed, 12 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/vcd/vcd.c
-
-    * modules/access/vcd/vcd.c: in entry points, track number should be read
-      as BCD (it should fix #244). Also fixed chapter indexing, so that it
-      correspond to the dvd one.
-
-------------------------------------------------------------------------
-r3601 | jobi | 2003-02-12 18:13:33 +0100 (Wed, 12 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/access/vcd/vcd.h
-
-    * modules/access/vcd/vcd.*: fixed a warning
-
-------------------------------------------------------------------------
-r3602 | jpsaman | 2003-02-13 00:09:23 +0100 (Thu, 13 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/qte/qte.h
-
-Fixed Qt Embedded video output placing of video stream in window. Also fixed additional spacing between video lines.
-
-------------------------------------------------------------------------
-r3603 | massiot | 2003-02-13 00:08:52 +0100 (Thu, 13 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/po/it.po
-
-* Italien translation, courtesy of Bruno <allevb@tin.it>.
-
-------------------------------------------------------------------------
-r3604 | jpsaman | 2003-02-13 00:13:51 +0100 (Thu, 13 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/qte/qte.cpp
-
-The Qt Embedded video output plugin is now the preferred plugin when build for Opie or Qte environments.
-
-------------------------------------------------------------------------
-r3605 | jpsaman | 2003-02-13 00:26:05 +0100 (Thu, 13 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/rules
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/rules.opie
-
-Updated control files and buildscript for v0.5.1
-
-------------------------------------------------------------------------
-r3606 | jpsaman | 2003-02-13 00:26:54 +0100 (Thu, 13 Feb 2003) | 2 lines
-Changed paths:
-   A /trunk/ipkg/control.zaurus
-   A /trunk/ipkg/postinst.zaurus
-   A /trunk/ipkg/postrm.zaurus
-   A /trunk/ipkg/rules.zaurus
-   A /trunk/ipkg/vlc.zaurus
-
-Scripts for building and packaging vlc on Zaurus PDA.
-
-------------------------------------------------------------------------
-r3607 | hartman | 2003-02-13 01:09:51 +0100 (Thu, 13 Feb 2003) | 8 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/src/playlist/playlist.c
-
-* src/playlist/playlist.c:
-  - added an intf-change variable. This is set whenever you add or delete
-    an item in the playlist. You need to unset it yourself.
-* modules/gui/macosx/intf.?:
-  - listen for external playlist changes. update view when playlist changes.
-  - activate/deactivate previous and next buttons and menuitems,
-    whenever the playlist gets changed.
-
-------------------------------------------------------------------------
-r3608 | hartman | 2003-02-13 02:14:55 +0100 (Thu, 13 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* fixed a small bug
-
-------------------------------------------------------------------------
-r3609 | hartman | 2003-02-13 03:00:56 +0100 (Thu, 13 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-*ALL: update the title of the window everytime the stream changes.
-
-------------------------------------------------------------------------
-r3610 | hartman | 2003-02-13 15:16:41 +0100 (Thu, 13 Feb 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-ALL:
- - when a new stream is being loaded we select the current title in the
-   playlist.
- - Cleaned up some of my previous commited code dealing with updating
-   the window title.
-
-------------------------------------------------------------------------
-r3611 | sam | 2003-02-13 18:31:11 +0100 (Thu, 13 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: we should look for -lxvidcore, not -lxvid.
-
-------------------------------------------------------------------------
-r3612 | massiot | 2003-02-13 22:53:25 +0100 (Thu, 13 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-Updated NEWS file for 0.5.1. PLEASE do your share and add what you think is
-meaningful.
-
-------------------------------------------------------------------------
-r3613 | gbazin | 2003-02-14 10:50:12 +0100 (Fri, 14 Feb 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/audio_output/waveout.c
-
-
-* modules/audio_output/waveout.c: better buffer management and hopefully
-   fixed the S/PDIF output (Still untested though. Anybody here could test
-   this? ).
-
-------------------------------------------------------------------------
-r3614 | jpsaman | 2003-02-14 14:01:02 +0100 (Fri, 14 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/qte_main.cpp
-
-Small improvement.
-
-------------------------------------------------------------------------
-r3615 | jpsaman | 2003-02-14 14:19:50 +0100 (Fri, 14 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control.opie
-
-Updated opie control file for packaging.
-
-------------------------------------------------------------------------
-r3616 | jpsaman | 2003-02-14 14:44:42 +0100 (Fri, 14 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control.opie
-
-Tuning package dependencies.
-
-------------------------------------------------------------------------
-r3617 | jpsaman | 2003-02-14 14:48:41 +0100 (Fri, 14 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/qte_main.cpp
-   M /trunk/modules/video_output/qte/qte.cpp
-
-Fixed deadlock upon unloading qte_main plugin.
-Cleanup of debug messages.
-
-------------------------------------------------------------------------
-r3618 | ipkiss | 2003-02-14 18:00:02 +0100 (Fri, 14 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/waveout.c
-
- * exchanged directx' and waveout's capabilities because the latter
-   seems to be more reliable
-
-------------------------------------------------------------------------
-r3619 | sam | 2003-02-14 19:22:23 +0100 (Fri, 14 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-  * ./src/libvlc.c: the --help output is now word-wrapped (Closes: #142).
-  * ./src/libvlc.c: removed unnecessary malloc() calls.
-  * ./src/libvlc.c: used {a,b,c} for lists; [a|b|c] is for optional args.
-
-------------------------------------------------------------------------
-r3620 | hartman | 2003-02-15 00:07:41 +0100 (Sat, 15 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* Should fix an issue with multiple monitors and the hiding of the mousecursor
-
-------------------------------------------------------------------------
-r3621 | ipkiss | 2003-02-15 05:43:19 +0100 (Sat, 15 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/fb.c
-
- - fixed a vicious bug
-
-------------------------------------------------------------------------
-r3622 | hartman | 2003-02-15 13:57:51 +0100 (Sat, 15 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* if we are paused in fullscreen, show cursor.
-
-------------------------------------------------------------------------
-r3623 | massiot | 2003-02-15 14:50:27 +0100 (Sat, 15 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/ipkg/control
-   M /trunk/po/fr.po
-   M /trunk/vlc.spec
-
-* Bumped up revision number to 0.5.1
-* Updated French translation
-
-------------------------------------------------------------------------
-r3624 | jpsaman | 2003-02-15 21:02:16 +0100 (Sat, 15 Feb 2003) | 6 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/control.zaurus
-
-Update iPaq packaging description files for:
-- GPE port
-- Opie port
-- Zaurus
-Updated NEWS file with OPIE port.
-
-------------------------------------------------------------------------
-r3625 | massiot | 2003-02-16 02:29:40 +0100 (Sun, 16 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* modules/gui/macosx/open.m: Removed channel server support
-* po/*: Updated po files just before the 0.5.1 release
-* modules/audio_filter/resampler/linear.c: fixed an initialization bug
-
-------------------------------------------------------------------------
-r3626 | titer | 2003-02-16 02:38:36 +0100 (Sun, 16 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
- NEWS: updated BeOS info for 0.5.1
-
-------------------------------------------------------------------------
-r3627 | fenrir | 2003-02-16 09:56:24 +0100 (Sun, 16 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/demux/mpeg/audio.c
-
- * all: fix mpeg2 handling.
-
-------------------------------------------------------------------------
-r3628 | fenrir | 2003-02-16 10:50:22 +0100 (Sun, 16 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/adpcm.c
-
- * adpcm: added DUCK 4 variant support. (thx M. Melanson who provided me
-somes samples.)
-
-------------------------------------------------------------------------
-r3629 | sigmunau | 2003-02-16 11:25:57 +0100 (Sun, 16 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/lirc/example.lircrc
-   M /trunk/modules/control/lirc/lirc.c
-
-Added support for volume up/down buttons.
-
-------------------------------------------------------------------------
-r3630 | fenrir | 2003-02-16 12:18:11 +0100 (Sun, 16 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/adpcm.c
-
- * adpcm: added dk3 too.
-
-------------------------------------------------------------------------
-r3631 | fenrir | 2003-02-16 15:03:56 +0100 (Sun, 16 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
- * Less checks on muxer type.
-
-------------------------------------------------------------------------
-r3632 | fenrir | 2003-02-16 15:10:44 +0100 (Sun, 16 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access_output/dummy.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/src/stream_output/stream_output.c
-
- * all: split muxer and access into independant part.
-
-------------------------------------------------------------------------
-r3633 | fenrir | 2003-02-16 15:51:23 +0100 (Sun, 16 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
- * udp: forgot this file...
-
-------------------------------------------------------------------------
-r3634 | jpsaman | 2003-02-16 17:21:37 +0100 (Sun, 16 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/qte/qte.cpp
-
-Qte video output get is screen size from the QT Embedded environment now. This should produce fullscreen video on other QT Embedded configurations with other screen sizes (greater then 240x320).
-
-------------------------------------------------------------------------
-r3635 | jpsaman | 2003-02-16 17:22:13 +0100 (Sun, 16 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/control.zaurus
-
-Updated release numbering for all ipk's
-
-------------------------------------------------------------------------
-r3636 | ipkiss | 2003-02-16 17:58:21 +0100 (Sun, 16 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/faq/faq.sgml
-
- * added an entry for the "subtitles don"t work on windows" problem
-
-------------------------------------------------------------------------
-r3637 | sam | 2003-02-16 18:35:31 +0100 (Sun, 16 Feb 2003) | 6 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/debian/vlc.dirs
-   M /trunk/doc/fortunes.txt
-
-  * ./debian/changelog: updated for 0.5.1.
-  * ./debian/control: vlc-glide is now Architecture: i386 only.
-  * ./debian/control: vlc-plugin-mad Provides: mp3-decoder.
-  * ./debian/rules: the deprecated vlc-* packages have a proper link to
-    /usr/share/doc/vlc/.
-
-------------------------------------------------------------------------
-r3638 | hartman | 2003-02-17 00:32:06 +0100 (Mon, 17 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/Modules.am
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* Added an info panel to show movie info, etc.
-
-------------------------------------------------------------------------
-r3639 | asmax | 2003-02-17 00:57:48 +0100 (Mon, 17 Feb 2003) | 4 lines
-Changed paths:
-   A /trunk/python
-   A /trunk/python/Makefile
-   A /trunk/python/setup.py
-   A /trunk/python/vlcmodule.c
-   A /trunk/python/vlrs
-   A /trunk/python/vlrs/cfg.py
-   A /trunk/python/vlrs/playlist.py
-   A /trunk/python/vlrs/rtsp.py
-   A /trunk/python/vlrs/session.py
-   A /trunk/python/vlrs/streamer.py
-   A /trunk/python/vlrs/vlrs.py
-
-* libvlc binding for python
-* new VideoLAN RTSP Server, using libvlc.
-  Not yet fully rfc2326-compliant, but it works ;)
-
-------------------------------------------------------------------------
-r3640 | asmax | 2003-02-17 01:04:34 +0100 (Mon, 17 Feb 2003) | 2 lines
-Changed paths:
-   A /trunk/python/vlrs/sample-playlist
-
-* added a sample playlist. All fields must be separated with TABs
-
-------------------------------------------------------------------------
-r3641 | sam | 2003-02-17 05:21:42 +0100 (Mon, 17 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: fixed PLUGIN_PATH and DATA_PATH settings.
-
-------------------------------------------------------------------------
-r3642 | sam | 2003-02-17 06:50:31 +0100 (Mon, 17 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/win32_specific.c
-
-  * ./src/misc/win32_specific.c: under Win32 we retrieve the executable's
-    directory whenever possible, to use it for the spudec font or to load
-    plugins.
-
-------------------------------------------------------------------------
-r3643 | sam | 2003-02-17 07:00:24 +0100 (Mon, 17 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-  * ./src/misc/modules.c: hmpf, Wine does not complain about "/"s in paths,
-    but Windoze will certainly do.
-
-------------------------------------------------------------------------
-r3644 | sam | 2003-02-17 07:15:21 +0100 (Mon, 17 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/NEWS
-
-  * Updated NEWS and ChangeLog.
-
-------------------------------------------------------------------------
-r3645 | sam | 2003-02-17 07:31:50 +0100 (Mon, 17 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/Modules.am
-
-  * ./modules/gui/macosx/Modules.am: removed %#$@#!#@ non-existent file!
-
-------------------------------------------------------------------------
-r3646 | sam | 2003-02-17 08:22:05 +0100 (Mon, 17 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/rules
-   M /trunk/debian/woody-buildpackage
-
-  * ./debian/woody-buildpackage: Debian package creation fixes.
-
-------------------------------------------------------------------------
-r3647 | gbazin | 2003-02-17 10:47:16 +0100 (Mon, 17 Feb 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/linear.c
-
-
-* modules/audio_filter/resampler/linear.c: lowered the priority of the linear
-   resampler so the ugly resampler is once again the default. The quality of
-   the ugly resampler is currently better than the linear one because of a
-   design defect.
-
-------------------------------------------------------------------------
-r3648 | hartman | 2003-02-17 11:52:07 +0100 (Mon, 17 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/Modules.am
-   A /trunk/modules/gui/macosx/info.h
-   A /trunk/modules/gui/macosx/info.m
-
-* Whoops. i forgot to add these files. sorry everyone.
-
-------------------------------------------------------------------------
-r3649 | massiot | 2003-02-17 15:43:37 +0100 (Mon, 17 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac.in
-
-Now 0.5.2-cvs (estimated release date in two weeks from now).
-
-------------------------------------------------------------------------
-r3650 | gbazin | 2003-02-17 17:56:02 +0100 (Mon, 17 Feb 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/control/rc/rc.c
-
-
-* modules/control/rc/rc.c: finally fixed the rc interface under win32 by
-   using WaitForSingleObject() on the console handle and ReadConsoleInput().
-   (Closes #59)
-
-------------------------------------------------------------------------
-r3651 | massiot | 2003-02-17 18:06:19 +0100 (Mon, 17 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/darwin_specific.m
-
-Fixed the "everything is in Japanese" bug. :p
-
-------------------------------------------------------------------------
-r3652 | hartman | 2003-02-17 19:58:46 +0100 (Mon, 17 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* NEWS: added info about the new 0.5.1a release for OSX.
-* extras/MacOSX/vlc.pbproj/project.pbxproj: bumped revision #
-
-------------------------------------------------------------------------
-r3653 | asmax | 2003-02-17 23:03:42 +0100 (Mon, 17 Feb 2003) | 3 lines
-Changed paths:
-   A /trunk/python/vlrs/announce.py
-   M /trunk/python/vlrs/rtsp.py
-   A /trunk/python/vlrs/sap.py
-   M /trunk/python/vlrs/session.py
-   M /trunk/python/vlrs/vlrs.py
-
-* added a SAP server, with some kludges because the SAP client in vlc
-  is not RFC-compliant...
-
-------------------------------------------------------------------------
-r3654 | gbazin | 2003-02-17 23:19:24 +0100 (Mon, 17 Feb 2003) | 7 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/waveout.c
-
-
-* modules/audio_output/directx.c: added multichannel support to the
-   directx plugin.
-* modules/audio_output/waveout.c: fixed quad audio channels detection and
-   a few misplaced debug messages.
-* configure.ac.in: don't link anymore the rc plugin with the winsock lib.
-
-------------------------------------------------------------------------
-r3655 | jpsaman | 2003-02-18 00:10:46 +0100 (Tue, 18 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/control.zaurus
-   M /trunk/ipkg/rules.zaurus
-
-Juglin with dependencies.
-
-------------------------------------------------------------------------
-r3656 | hartman | 2003-02-18 00:47:29 +0100 (Tue, 18 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/darwin_specific.m
-
-* Fixed the localization issue on MacOSX.
-
-------------------------------------------------------------------------
-r3657 | massiot | 2003-02-18 01:17:06 +0100 (Tue, 18 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/prefs.m
-
-* Fixed a segfault in the Japanese preferences panel.
-
-------------------------------------------------------------------------
-r3658 | hartman | 2003-02-18 01:20:01 +0100 (Tue, 18 Feb 2003) | 5 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-
-* Changed an Error message. Many people did not understand:
-  no suitable decoder module for fourcc `IV31'
-  I have appended:
-  VLC probably does not support this sound or video format.
-
-------------------------------------------------------------------------
-r3659 | fenrir | 2003-02-18 01:51:40 +0100 (Tue, 18 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/demux/mpeg/audio.c
-   M /trunk/modules/packetizer/mpegaudio.c
-
- * raah, corrected mpeg2-layer3 playback (and streaming). (that my last
-fix had broken :p )
-
-------------------------------------------------------------------------
-r3660 | sam | 2003-02-18 14:13:12 +0100 (Tue, 18 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/mozilla/npvlc_rc.rc
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-
-  * ./mozilla/*: s/VideoLAN Client/VLC/g.
-
-------------------------------------------------------------------------
-r3661 | titer | 2003-02-18 19:33:44 +0100 (Tue, 18 Feb 2003) | 4 lines
-Changed paths:
-   A /trunk/modules/control/.cvsignore
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/src/libvlc.h
-
- * ipv4.c, libvlc.h: add a --ttl option to set time-to-live when
-                     multicasting with the stream output
- * modules/control/: missing cvsignore
-
-------------------------------------------------------------------------
-r3662 | fenrir | 2003-02-18 19:49:11 +0100 (Tue, 18 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
- * mpeg_audio.c: removed some fprintf...
-
-------------------------------------------------------------------------
-r3663 | gbazin | 2003-02-18 20:42:57 +0100 (Tue, 18 Feb 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/demux/rawdv.c
-
-
-* modules/demux/rawdv.c: added support for DV audio now that ffmpeg can
-   decode this.
-* modules/codec/ffmpeg/ffmpeg.h, modules/codec/ffmpeg/ffmpeg.c: added the
-   necessary fourcc for DV audio.
-
-------------------------------------------------------------------------
-r3664 | hartman | 2003-02-18 21:54:02 +0100 (Tue, 18 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/info.m
-
-* Only update the info window if it is visible
-
-------------------------------------------------------------------------
-r3665 | gbazin | 2003-02-18 23:33:54 +0100 (Tue, 18 Feb 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-
-* modules/codec/ffmpeg/video.c: got rid of ffmpeg_ConvertPictureI410toI420()
-   and use img_convert() from ffmpeg instead. Also added support for the
-   PIX_FMT_YUV411P pixel format so we can now decode the DV Quicktime videos
-   from media.xiph.org.
-
-------------------------------------------------------------------------
-r3666 | ipkiss | 2003-02-18 23:40:39 +0100 (Tue, 18 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
- * src/misc/modules.c: on Windows, we look for the plugins in vlc's root
-   directory when there is no 'plugins' nor 'modules' subdirectory
-   (may close #306)
-
-------------------------------------------------------------------------
-r3667 | gbazin | 2003-02-19 00:34:14 +0100 (Wed, 19 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-
-
-* modules/demux/mp4/*: added FOURCC_dvc (DV - NTSC), FOURCC_dvp (DV - PAL)
-   and FOURCC_twos (PCM audio).
-
-------------------------------------------------------------------------
-r3668 | gbazin | 2003-02-19 11:02:57 +0100 (Wed, 19 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-
-* src/libvlc.c: "stty size" won't work on win32 so make ConsoleWidth()
-   always return 80.
-
-------------------------------------------------------------------------
-r3669 | hartman | 2003-02-19 15:49:25 +0100 (Wed, 19 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.m
-
-* increased accuracy of positionslider in OSX. although this will not solve
-  all problems this will improve results a bit (by my own experience).
-
-------------------------------------------------------------------------
-r3670 | gbazin | 2003-02-19 23:08:39 +0100 (Wed, 19 Feb 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/waveout.c
-
-
-* modules/audio_output/directx.c: forgot to enable channel re-ordering.
-* modules/audio_output/waveout.c: fixed a crash that happened when probing
-   devices supporting S/PDIF. (Should fix 354)
-
-------------------------------------------------------------------------
-r3671 | sigmunau | 2003-02-20 02:52:47 +0100 (Thu, 20 Feb 2003) | 21 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/configuration.h
-   M /trunk/modules/access/dvd/dvd.c
-   M /trunk/modules/access/dvdplay/dvd.c
-   M /trunk/modules/access/dvdread/dvdread.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/satellite/satellite.c
-   M /trunk/modules/access/slp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/codec/a52old/a52old.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/mpeg_video/parser.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/xvid.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/demux/util/id3.c
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/encoder/ffmpeg/encoder.c
-   M /trunk/modules/encoder/xvid.c
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/familiar/familiar.c
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/gtk/preferences.c
-   M /trunk/modules/gui/kde/interface.h
-   M /trunk/modules/gui/kde/kde.cpp
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/win32/win32.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/logger/logger.c
-   M /trunk/modules/misc/sap.c
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/mga/xmga.c
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xvideo.c
-   M /trunk/modules/visualization/xosd/xosd.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/configuration.c
-
-* include/configuration.h: added a new flag to the configuration stucture to
-indicate wether it is an "advanced" option or not. The goal with this is to
-hide the user from all the strange options that very seldom needs to be
-changed. added an extra argument to all the add_* macros to indicate wether
-the item is advanced or not.
-* src/libvlc.h: added an "show advanced options" config option default
-disabled
-* src/libvlc.c: the advanced options are not listed by vlc --help and
-friends unless --advanced is used
-* modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show
-advanced options unless advanced is set
-all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by
-using some common sense. Please check and correct
-
-note: All interfaces should still work like they used to, see the change in
-modules/gtk/preferences.c to find out how to "hide" options.
-
-second note: I think I've changed all the modules, but I could not test
-everyone for compilation, expect some broken modules (the fix is to add ",
-VLC_TRUE" as last argument to the add_* I forgot)
-
-------------------------------------------------------------------------
-r3672 | gbazin | 2003-02-20 17:07:38 +0100 (Thu, 20 Feb 2003) | 9 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/dummy/interface.c
-   M /trunk/src/libvlc.h
-
-
-* src/libvlc.h, modules/audio_output: added a global --spdif config option
-   to allow using the spdif output by default if available.
-* modules/misc/dummy/*: on win32 added a quiet mode that doesn't display
-   a dos command box.
-* modules/control/rc/rc.c: on win32 enabled the echo mode and the
-   backspace key.
-* modules/codec/mpeg_audio.c: fixed a sync bug.
-
-------------------------------------------------------------------------
-r3673 | hartman | 2003-02-20 19:10:16 +0100 (Thu, 20 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-
-* prefs obey the advanced option. Apply does not as of yet.
-
-------------------------------------------------------------------------
-r3674 | hartman | 2003-02-21 03:45:21 +0100 (Fri, 21 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-
-* If the "show advanced" option has been changed and you press the Apply
-  button, the preferences window is destroyed and created.
-
-------------------------------------------------------------------------
-r3675 | hartman | 2003-02-21 04:22:57 +0100 (Fri, 21 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/.cvsignore
-   A /trunk/extras/MacOSX/Resources/English.lproj/.cvsignore
-   A /trunk/extras/MacOSX/vlc.pbproj/.cvsignore
-
-* ignore project Builder user files and backup .nib files.
-* vlc.app changed to VLC.app. cvsignore changed to reflect this.
-
-------------------------------------------------------------------------
-r3676 | hartman | 2003-02-21 04:49:51 +0100 (Fri, 21 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* VLC.app should show its version in the Finder now
-  Meeuh, one more place that needs version string updated before a release.
-  might be made automated ?
-
-------------------------------------------------------------------------
-r3677 | hartman | 2003-02-21 15:17:46 +0100 (Fri, 21 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-
-* (float) 0 the buffer if it cannot be decoded and fixed32.
-  right Meuuh ??? ;)
-
-------------------------------------------------------------------------
-r3678 | hartman | 2003-02-21 16:16:52 +0100 (Fri, 21 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-
-* previous commit seems to break some things. reverting.
-
-------------------------------------------------------------------------
-r3679 | hartman | 2003-02-21 17:31:37 +0100 (Fri, 21 Feb 2003) | 8 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/gui/macosx/aout.m
-
-DJ's first steps in C and vlc decoders ;)
-* modules/audio_filter/converter/mpgatofixed32.c:
-  - fixed an issue that could cause glitches when switching from one stream
-    to another. the buffer wasn't entirely getting 0000 because multiple
-    channels were not taken into account when doing this.
-* ALL:
-  - if float32 then clear the buffer with (float)0
-
-------------------------------------------------------------------------
-r3680 | gbazin | 2003-02-21 23:59:38 +0100 (Fri, 21 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-
-
-* src/audio_output/input.c: fixed buffer allocation bug that was triggered
-   when using "in place" resamplers.
-
-------------------------------------------------------------------------
-r3681 | sigmunau | 2003-02-22 15:11:38 +0100 (Sat, 22 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
-
- Fixed seme seeking issues with http access module, fixed an error that
-caused id3v2.4 tags at the end of the file to not work. Added checks to
-avoid seeking off the ends of the file. Should close #325, please confirm
-
-------------------------------------------------------------------------
-r3682 | fenrir | 2003-02-22 17:10:31 +0100 (Sat, 22 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/encoder/xvid.c
-
- * fix compilation.
-
-------------------------------------------------------------------------
-r3683 | massiot | 2003-02-23 02:25:26 +0100 (Sun, 23 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/src/audio_output/dec.c
-
-* Destroy audio-device and audio-channels when no output plug-in is
-  available.
-
-------------------------------------------------------------------------
-r3684 | jlj | 2003-02-23 06:53:53 +0100 (Sun, 23 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/aout.m
-   M /trunk/modules/gui/macosx/info.h
-   M /trunk/modules/gui/macosx/info.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/vout.m
-
-  * ./modules/gui/macosx/aout.m: M-Audio Revolution fixes.
-                                 Dynamic device support.
-  * ./modules/gui/macosx: Minor fixes and cosmetic changes.
-
-------------------------------------------------------------------------
-r3685 | sigmunau | 2003-02-23 17:31:48 +0100 (Sun, 23 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/flacdec.c
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/flac.c
-
-added a demux and decoder for flac files (disabled by default). Works for
-16bit per sample streams, only tested with stereo
-
-------------------------------------------------------------------------
-r3686 | fenrir | 2003-02-23 19:07:30 +0100 (Sun, 23 Feb 2003) | 7 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/system.h
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/mux/mpeg/ts.c
-
- * all : added streaming support for crappy ms video codec into TS.
- - Only vlc is able to read such TS.
- - I use stream id 0xa0 and descriptor 0xa0, I hope there aren't used.
- - DivX1/2/3, wmv1/2, h/i263 should be supported, others could be
-   quickly added.
- - Please test.
-
-------------------------------------------------------------------------
-r3687 | fenrir | 2003-02-23 20:05:22 +0100 (Sun, 23 Feb 2003) | 3 lines
-Changed paths:
-   A /trunk/include/httpd.h
-   A /trunk/modules/access_output/http.c
-   A /trunk/modules/misc/httpd.c
-
- * modules/access_output/http : http output.
- * httpd : mini http server (be carefull about security issue...)
-
-------------------------------------------------------------------------
-r3688 | fenrir | 2003-02-23 20:07:02 +0100 (Sun, 23 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc_objects.h
-   M /trunk/modules/access_output/Modules.am
-   M /trunk/modules/misc/Modules.am
-   M /trunk/src/misc/objects.c
-
- * all : declaration of http and httpd.
-
-------------------------------------------------------------------------
-r3689 | fenrir | 2003-02-23 23:35:34 +0100 (Sun, 23 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
- * enable httpd(by default) and http.
-
-------------------------------------------------------------------------
-r3690 | fenrir | 2003-02-24 10:18:07 +0100 (Mon, 24 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/wav/wav.c
-   M /trunk/modules/demux/wav/wav.h
-
- * wav: proper seek handling. (wav file readable over http).
-
-------------------------------------------------------------------------
-r3691 | fenrir | 2003-02-24 10:26:26 +0100 (Mon, 24 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/libasf.c
-
- * asf: fix seek for http.
-
-------------------------------------------------------------------------
-r3692 | fenrir | 2003-02-24 11:45:55 +0100 (Mon, 24 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/modules/demux/wav/wav.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-
- * stream output: fixed name inconsistency, added a new exported
-functions by muxer.
- * wav: fixed a warning.
-
-------------------------------------------------------------------------
-r3693 | fenrir | 2003-02-24 12:00:54 +0100 (Mon, 24 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-
- * stream_output.h : add a private parameter to sout_instance_t only used
-by src/stream_output.c (avoid changing every time stream_output.h...)
-
-------------------------------------------------------------------------
-r3694 | gbazin | 2003-02-24 12:14:16 +0100 (Mon, 24 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/misc/httpd.c
-
-
-* configure.ac.in, modules/misc/httpd.c: compilation fixes for win32.
-
-------------------------------------------------------------------------
-r3695 | fenrir | 2003-02-24 13:34:29 +0100 (Mon, 24 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/src/stream_output/stream_output.c
-
- * stream_output.c : fixed compilation.
- * mux/* implemented pf_mux_capacity.
-
-------------------------------------------------------------------------
-r3696 | fenrir | 2003-02-24 15:14:43 +0100 (Mon, 24 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-
- * all : fix compilation.
-
-------------------------------------------------------------------------
-r3697 | sigmunau | 2003-02-24 15:40:22 +0100 (Mon, 24 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_ext-plugins.c
-
-updated documentation to reflect that input_AccessReinit should be called
-before, and not after a random seek
-
-------------------------------------------------------------------------
-r3698 | jlj | 2003-02-24 18:06:21 +0100 (Mon, 24 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-
-  * a52tofloat32.c: changed an error into warning.
-
-------------------------------------------------------------------------
-r3699 | fenrir | 2003-02-25 00:27:20 +0100 (Tue, 25 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/mux/Modules.am
-   A /trunk/modules/mux/ogg.c
-
- * all : ogg/ogm muxer. Yet very limited as it accepts only mp3/a52 audio
-and mpeg4/divx3 video streams. (Created files seem to work only with vlc).
-
-------------------------------------------------------------------------
-r3700 | fenrir | 2003-02-25 00:28:18 +0100 (Tue, 25 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
- * stream_output.c : added a sanity check.
-
-------------------------------------------------------------------------
-r3701 | gbazin | 2003-02-25 18:15:32 +0100 (Tue, 25 Feb 2003) | 6 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/libmpeg2.c
-
-
-* configure.ac.in, modules/codec/Modules.am, modules/codec/libmpeg2.c:
-   Added a simple mpeg video decoder based on libmpeg2. It is mainly useful
-   for comparing the performance against our custom decoder as it is currently
-   missing some important features like the synchro stuff.
-
-------------------------------------------------------------------------
-r3702 | fenrir | 2003-02-25 18:17:43 +0100 (Tue, 25 Feb 2003) | 8 lines
-Changed paths:
-   M /trunk/include/httpd.h
-   M /trunk/include/stream_output.h
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/misc/httpd.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/src/stream_output/stream_output.c
-
- * stream_output.* : added a flags variable to sout_buffer_t, allowing to
-mark headers.
- * httpd : added a way to use stream header, and changed the way that
-stream data are stored (allow better client handling).
- * http : use stream header, and add mime type detection by looking
-at file extention (could be improved).
- * ogg: fixed a segfault when removing a stream, mark header.
-
-------------------------------------------------------------------------
-r3703 | gbazin | 2003-02-25 19:26:12 +0100 (Tue, 25 Feb 2003) | 5 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   A /trunk/po/Makevars
-
-
-* configure.ac.in: accidentaly changed AM_GNU_GETTEXT_VERSION to 0.11.5 in
-   my last commit.
-* po/Makevars: file needed by newer versions of gettext.
-
-------------------------------------------------------------------------
-r3704 | gbazin | 2003-02-25 22:09:34 +0100 (Tue, 25 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-
-* modules/codec/libmpeg2.c: fixed pts handling.
-
-------------------------------------------------------------------------
-r3705 | babal | 2003-02-26 05:23:55 +0100 (Wed, 26 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-- link the headphone channel mixer with the math library
-
-------------------------------------------------------------------------
-r3706 | fenrir | 2003-02-26 13:38:17 +0100 (Wed, 26 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts.c: added "ts" shorcut for ts_dvbpsi.
-
-------------------------------------------------------------------------
-r3707 | gbazin | 2003-02-26 14:51:36 +0100 (Wed, 26 Feb 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/src/input/input_ext-dec.c
-
-
-* src/input/input_ext-dec.c: added a few sanity checks that avoid crashing
-   badly when we reach the end of the stream (decoder stream).
-* modules/packetizer/mpegvideo.c: fixed a bug that was causing an infinite
-   loop when the end of the stream was reached.
-
-------------------------------------------------------------------------
-r3708 | marcari | 2003-02-26 16:44:22 +0100 (Wed, 26 Feb 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/familiar.c
-
-* small modification for linupy :
-    - added a pixmpa directory
-    - added a set_usize (how do we maximize cleanly a gtk-window ?)
-    - chdir to '.' instead of '/mnt' (should it be '~' or '/' ?)
-
-------------------------------------------------------------------------
-r3709 | marcari | 2003-02-26 16:47:26 +0100 (Wed, 26 Feb 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-
-* implementation of the 'autoplay file' button callback
-* when clicking a link : follows the link and don't try to open it
-* yopy does not always sees the '.' and '..', so workaround :
-    - all the hidden files are not displayed
-    - the '..' directory is each time added by hand
-
-------------------------------------------------------------------------
-r3710 | massiot | 2003-02-26 19:15:33 +0100 (Wed, 26 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config.h
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/video_output/video_output.c
-
-* Added sanity checks for PTS in the future.
-
-------------------------------------------------------------------------
-r3711 | gbazin | 2003-02-26 20:39:43 +0100 (Wed, 26 Feb 2003) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac.in
-   M /trunk/install-win32
-   M /trunk/src/libvlc.c
-
-
-* configure.ac.in, Makefile.am, install-win32: fixed the package-win32 make
-   target, and included the locales in the installer script.
-* src/libvlc.c: on win32 we look for the locales in vlc's directory.
-
-------------------------------------------------------------------------
-r3712 | asmax | 2003-02-26 22:00:53 +0100 (Wed, 26 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/python/vlcmodule.c
-   M /trunk/python/vlrs/announce.py
-   M /trunk/python/vlrs/streamer.py
-
-* compilation fixes...
-
-------------------------------------------------------------------------
-r3713 | massiot | 2003-02-27 09:19:02 +0100 (Thu, 27 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/libvlc.c
-
-* Bumped up revision number to 0.5.2-test2
-* Another attempt at fixing the "VLC is locking up OS X" problem
-* Updated po files
-
-------------------------------------------------------------------------
-r3714 | marcari | 2003-02-27 13:44:01 +0100 (Thu, 27 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/MAINTAINERS
-   M /trunk/THANKS
-
-* updates for the YOPY ports (thx to Sebastien Chaumat !)
-
-------------------------------------------------------------------------
-r3715 | gbazin | 2003-02-27 14:19:44 +0100 (Thu, 27 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvdplay/dvd.c
-   M /trunk/modules/codec/cinepak/cinepak.c
-   M /trunk/modules/demux/a52sys.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/wav/wav.c
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-
-* ALL: i18n updates and fixes.
-
-------------------------------------------------------------------------
-r3716 | fenrir | 2003-02-27 16:07:48 +0100 (Thu, 27 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/httpd.c
-
- * httpd: clean up, kick up unused connection (it waits 10s), use select
-to way (instead of a hard coded sleep ;)
-
-------------------------------------------------------------------------
-r3717 | gbazin | 2003-02-27 17:38:39 +0100 (Thu, 27 Feb 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-
-* modules/demux/avi/avi.c: compilation fix.
-
-------------------------------------------------------------------------
-r3718 | ipkiss | 2003-02-27 23:09:24 +0100 (Thu, 27 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/win32/misc.cpp
-   M /trunk/modules/gui/win32/win32.bpr
-
-A few modifications to get closer to i18n in the win32 interface
-
-------------------------------------------------------------------------
-r3719 | ipkiss | 2003-02-28 05:31:24 +0100 (Fri, 28 Feb 2003) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/gui/win32/misc.cpp
-
-Internationalization now works for the win32 interface (thanks Gildas).
-I've voluntarily disabled the translation of the toolbar buttons
-strings, because it looks really awful...
-
-------------------------------------------------------------------------
-r3720 | massiot | 2003-02-28 11:19:02 +0100 (Fri, 28 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/po/de.po
-
-German translation, courtesy of Felix K?\239?\191?\189hne <FK@aenneburghardt.de>.
-
-------------------------------------------------------------------------
-r3721 | fenrir | 2003-02-28 18:23:35 +0100 (Fri, 28 Feb 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * try a workaround for BeOS MediaKit files.
-
-------------------------------------------------------------------------
-r3722 | gbazin | 2003-03-01 20:25:13 +0100 (Sat, 01 Mar 2003) | 6 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/install-win32
-   M /trunk/msvc/config.h.in
-   M /trunk/msvc/vlc.dsw
-   M /trunk/toolbox
-
-
-* install-win32, Makefile.am: added the html faq to the win32 package.
-* toolbox, msvc/*: few fixes to the msvc project files generation.
-   (compiling plugins won't work yet because there are a few hacks that
-    need to be done in order to compile dlls that use the c-runtime)
-
-------------------------------------------------------------------------
-r3723 | ipkiss | 2003-03-01 22:32:49 +0100 (Sat, 01 Mar 2003) | 8 lines
-Changed paths:
-   M /trunk/modules/gui/win32/about.dfm
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/mainframe.dfm
-   M /trunk/modules/gui/win32/mainframe.h
-   M /trunk/modules/gui/win32/misc.cpp
-   M /trunk/modules/gui/win32/preferences.cpp
-   M /trunk/modules/gui/win32/win32.cpp
-
- - about.dfm: the layout of the "About" dialog box is slightly different
- - misc.cpp: toolbar buttons are translated too
- - mainframe.dfm: removed the "Back" and "Eject" toolbar buttons, which
-   were rather useless, and added an "Eject disc" menu entry
-   Also hid the caption for all the toolbar buttons
- - win32.cpp: Added a config option to display or not these captions
- - preferences.cpp: small modification to support non-advanced mode
-
-------------------------------------------------------------------------
-r3724 | gbazin | 2003-03-02 00:26:08 +0100 (Sun, 02 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/src/misc/threads.c
-
-
-* src/misc/threads.c, include/vlc_threads_funcs.h: fixed gnu-pth thread
-   implementation and fixed an initialization bug in libvlc.
-
-------------------------------------------------------------------------
-r3725 | gbazin | 2003-03-02 02:35:30 +0100 (Sun, 02 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/src/misc/threads.c
-
-
-* src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes
-   for the GNU-pth implementation.
-
-------------------------------------------------------------------------
-r3726 | gbazin | 2003-03-02 03:47:19 +0100 (Sun, 02 Mar 2003) | 5 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-
-* configure.ac.in: Removed unused options.
-   We also don't link with lrt anymore when using GNU-pth (lrt depends on
-   lpthread).
-
-------------------------------------------------------------------------
-r3727 | gbazin | 2003-03-02 13:10:46 +0100 (Sun, 02 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-
-* NEWS: started filling in the NEWS file for the 0.5.2 release.
-
-------------------------------------------------------------------------
-r3728 | fenrir | 2003-03-02 18:12:21 +0100 (Sun, 02 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/httpd.c
-
- * fixed a bug.
-
-------------------------------------------------------------------------
-r3729 | fenrir | 2003-03-02 18:13:33 +0100 (Sun, 02 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
- * forgot to initialize a variable.
-
-------------------------------------------------------------------------
-r3730 | fenrir | 2003-03-02 19:17:58 +0100 (Sun, 02 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/asf.h
-   M /trunk/modules/access/mms/mms.c
-
- * fixed seek flag with broadcasted data.
-
-------------------------------------------------------------------------
-r3731 | gbazin | 2003-03-02 20:07:01 +0100 (Sun, 02 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-
-* configure.ac.in: fixed libid3tag detection.
-
-------------------------------------------------------------------------
-r3732 | fenrir | 2003-03-03 02:38:07 +0100 (Mon, 03 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mms.h
-
- * fixed play back of  mms://viptvr.yacast.fr/encoderfranceinfo (asf
-header send over multiples packets).
-
-------------------------------------------------------------------------
-r3733 | massiot | 2003-03-03 15:19:09 +0100 (Mon, 03 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/demux/mpeg/ps.c
-
-* Fixed a bug in LPCM codec.
-* Changed an error into a warning.
-
-------------------------------------------------------------------------
-r3734 | gbazin | 2003-03-03 15:21:08 +0100 (Mon, 03 Mar 2003) | 8 lines
-Changed paths:
-   M /trunk/modules/access/dvd/ifo.c
-   M /trunk/modules/access/dvd/udf.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access_output/dummy.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/misc/httpd.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/msvc/config.h.in
-   M /trunk/msvc/libvlc.dsp.in
-   M /trunk/msvc/plugins.dsp.in
-   M /trunk/msvc/vlc.dsp.in
-   M /trunk/msvc/vlc.dsw
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/misc/win32_specific.c
-
-
-* ALL: Finally fixed the MSVC project files.
-       Don't include io.h on win32 when not necessary.
-       A few build fixes for MSVC.
-
-* src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when
-   present.
-
-------------------------------------------------------------------------
-r3735 | gbazin | 2003-03-03 17:49:14 +0100 (Mon, 03 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/misc/dummy/decoder.c
-   M /trunk/msvc/vlc.dsp.in
-   M /trunk/src/misc/modules.c
-   M /trunk/toolbox
-
-
-* ALL: another bunch of fixes for the MSVC build.
-
-------------------------------------------------------------------------
-r3736 | hartman | 2003-03-03 20:39:48 +0100 (Mon, 03 Mar 2003) | 8 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/README.MacOSX.rtf
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-
-* NEWS:
-  - added remarks on m-audio fixes and other OSX specific fixes.
-  - added improved ID3 detection item
-* README.MacOSX.rtf
-  - updated to reflect M-Audio fixes.
-* ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/*:
-  - widened the Browse.. button to allow for the german word: durchsuchen.
-
-------------------------------------------------------------------------
-r3737 | massiot | 2003-03-04 00:48:41 +0100 (Tue, 04 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/demux/avi/avi.c
-
-* mpeg_video is back as a built-in because it is reproduceably faster than
-  as a plug-in,
-* Another desperate attempt at fixing OS X lock-ups.
-
-------------------------------------------------------------------------
-r3738 | hartman | 2003-03-04 00:58:34 +0100 (Tue, 04 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/po/nl.po
-
-* updated dutch strings.
-
-------------------------------------------------------------------------
-r3739 | gbazin | 2003-03-04 04:27:40 +0100 (Tue, 04 Mar 2003) | 12 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/modules/audio_filter/resampler/Modules.am
-   A /trunk/modules/audio_filter/resampler/bandlimited.c
-   A /trunk/modules/audio_filter/resampler/bandlimited.h
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-
-
-* modules/audio_filter/resampler/bandlimited.[ch]: new high-quality
-   bandlimited interpolation resampler.
-   It is not yet enabled by default because it requires a bit more works
-   (not fully stable yet because of buffer overflows under certain conditions).
-
-* src/audio_output/input.c: the resamplers are now always active (expcept
-   in spdif mode).
-
-* modules/audio_filter/resampler/*: modified the resampler to return the
-   input buffer when no resampling is needed.
-
-------------------------------------------------------------------------
-r3740 | massiot | 2003-03-04 14:21:19 +0100 (Tue, 04 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-dec.c
-
-* Fixed a major bug in the LPCM codec.
-* Moved input_ExtractPES to where it belongs, input_ext-dec.c.
-
-------------------------------------------------------------------------
-r3741 | hartman | 2003-03-04 18:31:45 +0100 (Tue, 04 Mar 2003) | 9 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/win32/strings.cpp
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-ALL:
- - the german translation requires two different translations of the word
-   File. I added a _ANS() function to the macosx version that gets the
-   translation of 1:File and strips the first two characters of this
-   alternate translation.
- - updated all .po files to make sure we don't break anything
- - committed the March 1 version of the german translation by Felix
-   Kuhne <FK@aenneburghardt.de>
-
-------------------------------------------------------------------------
-r3742 | gbazin | 2003-03-04 20:28:39 +0100 (Tue, 04 Mar 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-
-
-* modules/audio_filter/resampler/bandlimited.c: fix bug that was affecting
-   quality badly + some clean-up.
-   Changed the module priority so it is now the default resampler.
-
-------------------------------------------------------------------------
-r3743 | gbazin | 2003-03-04 22:12:04 +0100 (Tue, 04 Mar 2003) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access/file.c
-
-
-* include/vlc_common.h: on win32 we include malloc.h (otherwise alloca is
-   not declared).
-* modules/access/file.c: use _lseeki64 instead of lseek on win32. This
-   should allow seeking on files > 1.2Gb (Hopefully closes #168).
-
-------------------------------------------------------------------------
-r3744 | hartman | 2003-03-04 22:54:03 +0100 (Tue, 04 Mar 2003) | 6 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac.in
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* NEWS:
-  - added item on fix of 'clicking' sound between stream changes.
-  - added item on new bandlimited resampler
-* ALL:
-  - bumped up revision number to 0.5.2-test3
-
-------------------------------------------------------------------------
-r3745 | gbazin | 2003-03-04 23:08:33 +0100 (Tue, 04 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-
-
-* modules/audio_filter/resampler/bandlimited.c: small bug-fixes.
-* NEWS: added a note for the fixed MSVC project files.
-
-------------------------------------------------------------------------
-r3746 | hartman | 2003-03-04 23:36:18 +0100 (Tue, 04 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* grrr debug message in the wild.
-
-------------------------------------------------------------------------
-r3747 | gbazin | 2003-03-04 23:48:55 +0100 (Tue, 04 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-
-
-* modules/video_output/directx: added support for the mouse gestures interface.
-
-------------------------------------------------------------------------
-r3748 | hartman | 2003-03-05 00:32:06 +0100 (Wed, 05 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* this code should allow for the use of gestures under OS X.
-
-------------------------------------------------------------------------
-r3749 | massiot | 2003-03-05 00:36:57 +0100 (Wed, 05 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/threads.c
-
-* Made rt-priority a real-time variable (shut-up sam) and misc attempts
-  to improve responsiveness under OS X
-
-------------------------------------------------------------------------
-r3750 | massiot | 2003-03-05 00:37:19 +0100 (Wed, 05 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-Bumped up to 0.5.2-test3
-
-------------------------------------------------------------------------
-r3751 | sigmunau | 2003-03-05 01:05:23 +0100 (Wed, 05 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-added not that gestures are now supported on osx and windows, with a comment
-telling that this isn't really useful yet.
-
-------------------------------------------------------------------------
-r3752 | massiot | 2003-03-05 01:11:18 +0100 (Wed, 05 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-* Fixed LDFLAGS_mp4 variable.
-
-------------------------------------------------------------------------
-r3753 | gbazin | 2003-03-05 18:55:13 +0100 (Wed, 05 Mar 2003) | 6 lines
-Changed paths:
-   M /trunk/src/input/input_ext-plugins.c
-
-
-* src/input/input_ext-plugins.c: added an msleep() call in case we fail to
-   allocate a new buffer in input_FillBuffer(). This is necessary because
-   the input thread has an high priority and we don't want it to loop
-   without any interruption.
-
-------------------------------------------------------------------------
-r3754 | hartman | 2003-03-05 20:16:42 +0100 (Wed, 05 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/po/it.po
-
-* updated italian translation by Bruno <allevb@tin.it>
-  i had to merge it by hand, because it was pretty outdated.
-
-------------------------------------------------------------------------
-r3755 | gbazin | 2003-03-05 20:31:32 +0100 (Wed, 05 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-
-
-* modules/audio_filter/resampler/bandlimited.c: added a few more sanity checks.
-
-------------------------------------------------------------------------
-r3756 | gbazin | 2003-03-05 20:58:47 +0100 (Wed, 05 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-
-* Makefile.am: make package-win32 creates FAQ.htm not faq.htm.
-
-------------------------------------------------------------------------
-r3757 | gbazin | 2003-03-05 23:37:05 +0100 (Wed, 05 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/install-win32
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-
-
-* modules/audio_filter/resampler/bandlimited.c: another bug-fix ( should be the last one ;)
-* install-win32: the FAQ wasn't being included in the package.
-
-------------------------------------------------------------------------
-r3758 | sigmunau | 2003-03-06 01:10:33 +0100 (Thu, 06 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-
-we now insert playlist entries right after the playlist file, and not at the
-end of playlist. Should close bug reported on mailing list by Stepan Roh
-about "redirection".
-
-------------------------------------------------------------------------
-r3759 | jpsaman | 2003-03-06 10:27:13 +0100 (Thu, 06 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/control.zaurus
-   M /trunk/ipkg/rules
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/rules.opie
-   M /trunk/ipkg/rules.zaurus
-
-Updated version number.
-
-------------------------------------------------------------------------
-r3760 | massiot | 2003-03-06 10:58:00 +0100 (Thu, 06 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Fixed a segfault in the OS X preferences panel.
-
-------------------------------------------------------------------------
-r3761 | jpsaman | 2003-03-06 11:11:33 +0100 (Thu, 06 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/qte_main.cpp
-   M /trunk/modules/video_output/qte/qte.cpp
-
-More sizing stuff.
-
-------------------------------------------------------------------------
-r3762 | hartman | 2003-03-06 11:15:37 +0100 (Thu, 06 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-
-* If labels are nil, then it shouldn't disable the entire preference panel.
-  fixes #428 more permenantly. the cause was a missing rt-priority desc.
-
-------------------------------------------------------------------------
-r3763 | fenrir | 2003-03-06 12:09:56 +0100 (Thu, 06 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/include/httpd.h
-   M /trunk/modules/misc/httpd.c
-
- * http: fixed a segfault while using it more than once.
-
-------------------------------------------------------------------------
-r3764 | fenrir | 2003-03-06 12:15:55 +0100 (Thu, 06 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
- * http: lalala, forgot one line :)
-
-------------------------------------------------------------------------
-r3765 | hartman | 2003-03-06 12:43:07 +0100 (Thu, 06 Mar 2003) | 28 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
-   M /trunk/extras/MacOSX/Resources/vlc.scriptSuite
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/Modules.am
-   A /trunk/modules/gui/macosx/applescript.h
-   A /trunk/modules/gui/macosx/applescript.m
-   A /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-* modules/gui/macosx/applescript.?
-* extras/MacOSX/Resources/vlc.scriptSuite
-* extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
-  - moved existing applescript commands to these files
-  - added several control commands. supported are: play/pause, stop,
-    previous, next, fullscreen, mute, volumeUp and volumeDown.
-    These correspond to the existing menuitems. This still requires work
-    in the future to make it more correct AppleScript, but it works for now.
-
-* modules/gui/macosx/controls.?
-  - split up the controls.m into a .m and a .h
-
-* modules/gui/macosx/intf.?
-  - added a getControls method to gain access to the controller object from
-    the AppleScript commands.
-
-* modules/gui/macosx/open.?
-  - removed the applescript support existing here and moved it to applescript.?
-
-* modules/gui/macosx/playlist.m
-  - made the tooltips for the add and remove buttons localizable.
-
-* modules/gui/macosx/vout.m
-  - added a comment on the meaning of otherMouse events.
-
-* ALL:
-  - updated copyright information to include the current year ;)
-
-------------------------------------------------------------------------
-r3766 | hartman | 2003-03-06 13:05:05 +0100 (Thu, 06 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-ALL: fixed: http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=425
-     having two close buttons in one window goes against Apple's UIG.
-
-------------------------------------------------------------------------
-r3767 | hartman | 2003-03-06 13:52:32 +0100 (Thu, 06 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* fixed an issue with blackbars at certain aspect ratios when you resize
-  the video window. (half, double)
-
-------------------------------------------------------------------------
-r3768 | hartman | 2003-03-06 15:40:43 +0100 (Thu, 06 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* not < but > ;)
-  time to stop for today
-
-------------------------------------------------------------------------
-r3769 | hartman | 2003-03-06 16:24:12 +0100 (Thu, 06 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* the close window command was reacting irratic because of my meddling
-  with the responder chain. HANDS OFF you little devil ;)
-
-------------------------------------------------------------------------
-r3770 | sigmunau | 2003-03-06 16:30:42 +0100 (Thu, 06 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-
-the m3u demux now reads the pls files shoutcast uses.
-
-------------------------------------------------------------------------
-r3771 | hartman | 2003-03-06 23:17:11 +0100 (Thu, 06 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-
-* Updated README on Mac OS X issues.
-
-------------------------------------------------------------------------
-r3772 | gbazin | 2003-03-07 00:10:11 +0100 (Fri, 07 Mar 2003) | 7 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/src/audio_output/dec.c
-
-
-* src/audio_output/dec.c, include/aout_internal.h: the aout core was
-automatically discarding audio samples that were above AOUT_MAX_ADVANCE_TIME
-in the future. Problem is that p_input->i_pts_delay isn't a fixed value. We
-now fetch this value from the input thread when we create an aout_instance_t.
-This solves problems with the http access plugin.
-
-------------------------------------------------------------------------
-r3773 | sigmunau | 2003-03-07 00:52:31 +0100 (Fri, 07 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-NEWS: added note about .pls handeling and the http audio fix
-
-------------------------------------------------------------------------
-r3774 | gbazin | 2003-03-07 01:53:09 +0100 (Fri, 07 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-
-
-* modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: clean up the gtk/gnome
-messages window regularly.
-
-------------------------------------------------------------------------
-r3775 | sigmunau | 2003-03-08 02:55:28 +0100 (Sat, 08 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/control/gestures.c
-
-added a down, right gesture to quit vlc and an up, right gesture that swaps
-fullscreen on/off, removed the down gesture as it is now covered by the up,
-right gesture
-
-------------------------------------------------------------------------
-r3776 | fenrir | 2003-03-09 17:22:35 +0100 (Sun, 09 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-
- * fixed a really stupid bug with compressed header, improved parsing
-of audio stsd box. (handle qt3+ audio box)
- (I still need to fix mp4.c to read audio track that aren't mp4a)
-
-------------------------------------------------------------------------
-r3777 | gbazin | 2003-03-09 20:25:09 +0100 (Sun, 09 Mar 2003) | 6 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/access/dvdplay/access.c
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/src/misc/variables.c
-
-
-* configure.ac.in: don't include the screensaver plugin on win32.
-* src/misc/variables.c: fixed a bug in var_Change() and in var_DelCallback().
-* modules/codec/spudec/parse.c: removed unnessecary code.
-* modules/access/dvdplay/access.c: fixed some navigation problems.
-
-------------------------------------------------------------------------
-r3778 | gbazin | 2003-03-09 20:44:16 +0100 (Sun, 09 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac.in
-
-
-* configure.ac.in: fixed my previous commit.
-* NEWS: added an entry about fixes in the dvd menu support.
-
-------------------------------------------------------------------------
-r3779 | jlj | 2003-03-09 21:07:47 +0100 (Sun, 09 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/audio_filter/converter/Modules.am
-   A /trunk/modules/audio_filter/converter/dtstospdif.c
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/dts.c
-
-  * DTS S/PDIF support.
-
-------------------------------------------------------------------------
-r3780 | jlj | 2003-03-10 00:39:05 +0100 (Mon, 10 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/modules/demux/mpeg/ps.c
-   M /trunk/modules/demux/mpeg/system.c
-
-  * ./modules/demux/mpeg: DTS support.
-
-------------------------------------------------------------------------
-r3781 | massiot | 2003-03-10 01:04:14 +0100 (Mon, 10 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac.in
-   M /trunk/doc/release-howto.txt
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/audio_output/file.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/threads.c
-
-* Bumped up version number to 0.5.2
-* Fix for the "lock-up" problem under MacOS X. Removed the rt-priority
-  configuration variable.
-
-------------------------------------------------------------------------
-r3782 | gbazin | 2003-03-10 01:12:53 +0100 (Mon, 10 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/access/vcd/cdrom.c
-
-
-* modules/access/vcd/cdrom.c: small win32 bugfix.
-* configure.ac.in: on win32 we link ws2_32 with the slp plugin.
-
-------------------------------------------------------------------------
-r3783 | fenrir | 2003-03-10 02:07:09 +0100 (Mon, 10 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/libavi.c
-
- * improved seeking and fixed play back when reading from stdin (when
-reported size is null).
-
-------------------------------------------------------------------------
-r3784 | jlj | 2003-03-10 09:23:45 +0100 (Mon, 10 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dts.c
-
-  * ./modules/codec/dts.c: minor fix.
-
-------------------------------------------------------------------------
-r3785 | massiot | 2003-03-10 11:41:22 +0100 (Mon, 10 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-Fixed a major bug with 5.1 output and the OSS plug-in.
-
-------------------------------------------------------------------------
-r3786 | sam | 2003-03-10 18:12:08 +0100 (Mon, 10 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: moved an extra -lws2_32 to a win32 specific case.
-
-------------------------------------------------------------------------
-r3787 | gbazin | 2003-03-10 19:17:19 +0100 (Mon, 10 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-
-
-* modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: small change to the slider behaviour.
-
-------------------------------------------------------------------------
-r3788 | gbazin | 2003-03-10 19:26:33 +0100 (Mon, 10 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/vout_pictures.c
-
-
-* src/video_output/vout_pictures.c: declaration of FOURCC_RV24, courtesy of Olivier Aubert.
-
-------------------------------------------------------------------------
-r3789 | sam | 2003-03-10 20:30:35 +0100 (Mon, 10 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * ./toolbox: added --update-changelog flag.
-
-------------------------------------------------------------------------
-r3790 | gbazin | 2003-03-10 20:37:53 +0100 (Mon, 10 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-
-* ChangeLog: updated the changelog for the 0.5.2 release.
-
-------------------------------------------------------------------------
-r3791 | alexis | 2003-03-10 21:08:00 +0100 (Mon, 10 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-vlc.spec: Bumped up version number to 0.5.2
-
-------------------------------------------------------------------------
-r3792 | alexis | 2003-03-10 22:01:26 +0100 (Mon, 10 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/m4/Makefile.am
-
-Fix so that compilation works with a tarball made with "make dist-all".
-
-Sam, can you check that my fix is OK ?
-
-------------------------------------------------------------------------
-r3793 | alexis | 2003-03-10 22:24:11 +0100 (Mon, 10 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/m4/Makefile.am
-
-Reverted my previous commit (the bug was coming from my old gettext version)
-
-------------------------------------------------------------------------
-r3794 | fenrir | 2003-03-11 06:52:37 +0100 (Tue, 11 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
- * ffmpeg support mace 3/6 audio codec. (quicktime)
-
-------------------------------------------------------------------------
-r3795 | fenrir | 2003-03-11 07:14:16 +0100 (Tue, 11 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/araw.c
-
- * Hugly hack: break huge block of samples into smaller ones else
-some avi/mov file with raw audio can't be played, *BUT* it's not the
-good fix (as the problem seems to be elsewhere).
-
-------------------------------------------------------------------------
-r3796 | fenrir | 2003-03-11 07:45:59 +0100 (Tue, 11 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/wav/wav.c
-
- * wav: Support for alaw/ulaw data. (untested)
-
-------------------------------------------------------------------------
-r3797 | fenrir | 2003-03-11 07:58:06 +0100 (Tue, 11 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-
- * ffmpeg.h: added missing fourcc.
- * araw.c: fixed a warning.
-
-------------------------------------------------------------------------
-r3798 | fenrir | 2003-03-11 07:58:49 +0100 (Tue, 11 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/adpcm.c
-
- * adpcm: added IMA4 support.
-
-------------------------------------------------------------------------
-r3799 | fenrir | 2003-03-11 08:03:16 +0100 (Tue, 11 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/au.c
-
- * au.c : added au demuxer. Only ulaw/alaw/raw pcm data are supported.
-( I need some samples to do special adpcm support).
-
-------------------------------------------------------------------------
-r3800 | alexis | 2003-03-11 14:12:42 +0100 (Tue, 11 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/win32/Modules.am
-
-Added sout.* and subtitles.*
-
-------------------------------------------------------------------------
-r3801 | titer | 2003-03-11 14:52:25 +0100 (Tue, 11 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
- modules/misc/network/ipv4.c: BeOS compile fix
-
-------------------------------------------------------------------------
-r3802 | fenrir | 2003-03-11 18:40:40 +0100 (Tue, 11 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/araw.c
-
- * Clean up. (Sigmund, does it work ?).
-
-------------------------------------------------------------------------
-r3803 | fenrir | 2003-03-11 19:14:27 +0100 (Tue, 11 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-
- * mms: converted a warning into a dbg message.
-
-------------------------------------------------------------------------
-r3804 | gbazin | 2003-03-11 19:16:10 +0100 (Tue, 11 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-
-* Makefile.am: Fixed problem with the package-win32 target.
-
-------------------------------------------------------------------------
-r3805 | alexis | 2003-03-11 19:54:47 +0100 (Tue, 11 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/Makefile.am
-
-Added missing files.
-
-------------------------------------------------------------------------
-r3806 | sam | 2003-03-11 19:57:30 +0100 (Tue, 11 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/debian/woody-buildpackage
-
-  * ./debian/control: added the FLAC decoder to the Debian package (sid-only,
-    because the API changed too much since the version in woody).
-
-------------------------------------------------------------------------
-r3807 | fenrir | 2003-03-11 19:57:51 +0100 (Tue, 11 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mp4/mp4.h
-
- * mp4: I have reworked a lot the demuxer. Now it should handle gracefully
-the audio part of mov file. I'm really interested by any regression you
-could find, please _test_ all .mp4/.mov file you have.
-
-------------------------------------------------------------------------
-r3808 | fenrir | 2003-03-11 20:02:31 +0100 (Tue, 11 Mar 2003) | 5 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/packetizer/a52.c
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegaudio.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/src/stream_output/stream_output.c
-
- * all: reworked stream output. Now it handles mutliples outputs from
-one input, just type --sout "<first url>#<second url>#..." (Yes it
-is awfull, but I need suggestion).
-   udp: correctly update sequence number in rtp.
-
-------------------------------------------------------------------------
-r3809 | sam | 2003-03-11 20:14:09 +0100 (Tue, 11 Mar 2003) | 6 lines
-Changed paths:
-   M /trunk/debian/Makefile.am
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   D /trunk/debian/vlc-plugin-a52.dirs
-   D /trunk/debian/vlc-plugin-dv.dirs
-   D /trunk/debian/vlc-plugin-dvb.dirs
-   D /trunk/debian/vlc-plugin-mad.dirs
-   D /trunk/debian/vlc-plugin-ogg.dirs
-   D /trunk/debian/vlc-plugin-xosd.dirs
-
-  * ./debian/*: removed the vlc-plugin-dvb, vlc-plugin-xosd and vlc-plugin-dv
-    packages (because the dependencies are very small), and the vlc-plugin-mad,
-    vlc-plugin-a52 and vlc-plugin-ogg packages (because vlc depends on them
-    anyway).
-  * ./debian/*: changed vlc-plugin-svgalib to x86-only.
-
-------------------------------------------------------------------------
-r3810 | sam | 2003-03-11 20:30:04 +0100 (Tue, 11 Mar 2003) | 6 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   D /trunk/debian/vlc-plugin-aa.dirs
-   D /trunk/debian/vlc-plugin-lirc.dirs
-
-  * ./debian/*: additional Debian butchery; merged vlc-plugin-aa and
-    vlc-plugin-lirc into vlc, and removed vlc-mad, vlc-arts, vlc-lirc and
-    vlc-aa legacy packages because they were not in woody.
-  * ./debian/control: tuned the control file to provide smooth upgrades from
-    woody, from sarge, and from the local VideoLAN repository.
-
-------------------------------------------------------------------------
-r3811 | sam | 2003-03-11 20:57:29 +0100 (Tue, 11 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-
-  * ./debian/control: vlc provides the mp3-decoder metapackage.
-
-------------------------------------------------------------------------
-r3812 | sam | 2003-03-11 20:58:35 +0100 (Tue, 11 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/Makefile.am
-
-  * ./debian/Makefile.am: removed spurious entries.
-
-------------------------------------------------------------------------
-r3813 | fenrir | 2003-03-11 21:01:23 +0100 (Tue, 11 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-
- * Added support of vplayer subtitles files.
-
-------------------------------------------------------------------------
-r3814 | sam | 2003-03-11 21:40:50 +0100 (Tue, 11 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/debian/woody-buildpackage
-
-  * ./debian/control: we build-depend on libqt3-mt-dev instead of libqt3-dev.
-
-------------------------------------------------------------------------
-r3815 | sam | 2003-03-11 21:53:28 +0100 (Tue, 11 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
-  * ./src/stream_output/stream_output.c: fixed a minor format string issue.
-
-------------------------------------------------------------------------
-r3816 | sam | 2003-03-11 22:23:42 +0100 (Tue, 11 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: quick and dirty workaround for qt3 headers location.
-
-------------------------------------------------------------------------
-r3817 | fenrir | 2003-03-11 22:52:05 +0100 (Tue, 11 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
- * removed strdupa.
-
-------------------------------------------------------------------------
-r3818 | sam | 2003-03-11 23:44:48 +0100 (Tue, 11 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/debian/woody-buildpackage
-
-  * ./debian/control: added libqt3-compat-headers build-dependency because of
-    strange issues with KDE headers that I'm not sure to fully understand but
-    also honestly completely don't care about.
-
-------------------------------------------------------------------------
-r3819 | fenrir | 2003-03-12 00:56:40 +0100 (Wed, 12 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/adpcm.c
-
- * fix ima4 decoding.
-
-------------------------------------------------------------------------
-r3820 | gbazin | 2003-03-12 00:56:54 +0100 (Wed, 12 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/variables.h
-   M /trunk/modules/access/dvd/access.c
-   M /trunk/modules/access/dvdplay/access.c
-   M /trunk/modules/access/dvdread/input.c
-   M /trunk/modules/access/satellite/access.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/gui/wxwindows/popup.cpp
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/misc/variables.c
-
-
-* ALL: experimental code for stream (dvd) navigation through object variables.
-
-------------------------------------------------------------------------
-r3821 | sam | 2003-03-12 01:56:16 +0100 (Wed, 12 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: we look for libqt-mt.so before libqt.so.
-
-------------------------------------------------------------------------
-r3822 | sam | 2003-03-12 05:16:02 +0100 (Wed, 12 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/toolbox
-
-  * ./bootstrap: fixed a conflict issue with recent autopoint versions.
-  * ./toolbox: the MSVC project file generation no longer depends on Makefile.
-
-------------------------------------------------------------------------
-r3823 | sam | 2003-03-12 06:12:05 +0100 (Wed, 12 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/toolbox
-
-  * ./Makefile.am: moved generation of .h files to the toolbox so that we
-    can call "toolbox --update-includes" without running configure.
-  * ./toolbox: de-uglified some shell code.
-
-------------------------------------------------------------------------
-r3824 | sam | 2003-03-12 06:26:46 +0100 (Wed, 12 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/netutils.c
-   M /trunk/src/stream_output/stream_output.c
-
-  * ./src/stream_output/stream_output.c: Win32 compilation fix.
-  * ./src/misc/modules.c: fixed a pointer indirection bug.
-
-------------------------------------------------------------------------
-r3825 | titer | 2003-03-13 00:15:03 +0100 (Thu, 13 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/src/misc/beos_specific.cpp
-
- * configure.ac.in: compile fix for BeOS/BONE (s/LDFALGS/LDFLAGS/...)
- * beos_specific.cpp, modules/gui/beos/*: add VLC version number in the
-   "About" window and in the titles of the others windows.
-
-------------------------------------------------------------------------
-r3826 | marcari | 2003-03-13 00:59:19 +0100 (Thu, 13 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/audio_filter/converter/Modules.am
-   A /trunk/modules/audio_filter/converter/s16tofixed32.c
-
- * all: added s16tofixed32 filter, so that we decode flac with iPaq !
-
-------------------------------------------------------------------------
-r3827 | ipkiss | 2003-03-13 11:33:29 +0100 (Thu, 13 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/win32/mainframe.cpp
-
-We don't segfault anymore when trying to go fullscreen with no input
-(closes #477)
-
-------------------------------------------------------------------------
-r3828 | marcari | 2003-03-13 16:50:17 +0100 (Thu, 13 Mar 2003) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/Modules.am
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/familiar/callbacks.h
-   M /trunk/modules/gui/familiar/familiar.c
-   M /trunk/modules/gui/familiar/familiar.glade
-   M /trunk/modules/gui/familiar/familiar.h
-   M /trunk/modules/gui/familiar/interface.c
-   A /trunk/modules/gui/familiar/network.c
-   A /trunk/modules/gui/familiar/network.h
-   A /trunk/modules/gui/familiar/playlist.c
-   A /trunk/modules/gui/familiar/playlist.h
-   A /trunk/share/familiar-playlistb16x16.xpm
-
- * all: enhancements of the familiar interface includes :
-    - the interface adapts to the screen size/rotation
-    - a playlist
-    - a network tab next to te file tab inside the media tab
-    - MRL-Combo behaviour changed a bit
-    - apply handling in preferences
-
-------------------------------------------------------------------------
-r3829 | hartman | 2003-03-13 17:09:21 +0100 (Thu, 13 Mar 2003) | 23 lines
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.h
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* extras/MacOSX/vlc.pbproj/project.pbxproj:
-  - added .qt and .pls file extensions.
-
-* modules/gui/macosx/intf.m:
-  - increased the number of lines the messages dialog can hold to 400.
-
-* added fourcc '3iv1' to .avi and .mov
-  - this is 3ivx D3.5 video.
-  - we cannot read them at however and probably never will. I added them
-    for completeness.
-
-* added fourcc '3iv2' to .avi and ffmpeg
-  - this is 3ivx D4 video
-  - it is mpeg 4 compliant and ffmpeg decodes it, via MPEG4.
-
-* added fourcc '3ivd' to .avi, .mov and ffmpeg.
-  - this is video which was divx doctored by the 3ivx doctor program.
-  - it is normal DIV3 video and ffmpeg decodes it via MPEG4 v3.
-
-* added fourcc '3vid' to .avi, .mov and ffmpeg.
-  - this is incorrect encoded DIV3. it is an endianness issue by the encoder.
-  - ffmpeg can decode it however, so it is mapped to MPEG4 v3.
-
-------------------------------------------------------------------------
-r3830 | marcari | 2003-03-13 17:20:16 +0100 (Thu, 13 Mar 2003) | 2 lines
-Changed paths:
-   A /trunk/doc/arm-crosscompile-howto.sgml
-
- * skeleton of the arm crosscompilation howto
-
-------------------------------------------------------------------------
-r3831 | hartman | 2003-03-13 23:24:17 +0100 (Thu, 13 Mar 2003) | 8 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/misc.m
-
-* modules/gui/macosx/misc.?
-  - added VLBrushedMetalImageView. This imageview does not respond to
-    mousedrage, so we can still move our window by it's background.
-* extras/MacOSX/Resources/English.lproj/MainMenu.nib/*
-  - Changed the container of our background image to the new
-    VLBrushedMetalImageView.
-    This fixes #390
-
-------------------------------------------------------------------------
-r3832 | sigmunau | 2003-03-13 23:35:51 +0100 (Thu, 13 Mar 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/demux/util/id3genres.h
-   M /trunk/modules/demux/util/id3tag.c
-
-Added support for oldstyle id3 genres.
-
-------------------------------------------------------------------------
-r3833 | sigmunau | 2003-03-13 23:45:32 +0100 (Thu, 13 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-
-set a default size for the fileinfo dialog
-
-------------------------------------------------------------------------
-r3834 | massiot | 2003-03-14 01:06:02 +0100 (Fri, 14 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/aout.m
-
-Attempt at fixing the soundstick issue (unconfirmed).
-
-------------------------------------------------------------------------
-r3835 | sigmunau | 2003-03-14 01:24:08 +0100 (Fri, 14 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/demux/aac/demux.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mpeg/audio.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/src/input/input.c
-
-all: info strings are now localized, fixed some typos and inconsistant uses
-of capital letters
-
-------------------------------------------------------------------------
-r3836 | jlj | 2003-03-14 02:08:38 +0100 (Fri, 14 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/aout.m
-
-  * ./modules/gui/macosx/aout.m: Added mono classification. Fixed channels
-                                 issue in InitDevice. Should close #490.
-
-------------------------------------------------------------------------
-r3837 | hartman | 2003-03-14 02:23:06 +0100 (Fri, 14 Mar 2003) | 7 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/info.m
-
-* ALL: Bumped version to 0.5.3-cvs
-
-* modules/gui/macosx/info.m: Now we show strings (with accents) in ID3 tags
-  correctly, but now the name of the file as reported in the playlist info
-  gets displayed incorrectly if it has accents. (going for ID3 at the
-  moment. filenames are named a plenty in the correct way)
-
-------------------------------------------------------------------------
-r3838 | lool | 2003-03-14 18:08:37 +0100 (Fri, 14 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-  * Meuuh+++;
-
-------------------------------------------------------------------------
-r3839 | sam | 2003-03-14 18:14:16 +0100 (Fri, 14 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-  * ./doc/fortunes.txt: sigmund++;
-
-------------------------------------------------------------------------
-r3840 | fenrir | 2003-03-15 01:09:31 +0100 (Sat, 15 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/include/httpd.h
-   M /trunk/modules/misc/httpd.c
-
- * httpd: begin to support get/post method (look at admin.html ;)
-
-------------------------------------------------------------------------
-r3841 | fenrir | 2003-03-15 03:33:23 +0100 (Sat, 15 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-
- * mms: some clean up.
-
-------------------------------------------------------------------------
-r3842 | fenrir | 2003-03-15 04:02:13 +0100 (Sat, 15 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-
- * mms: revert some parts.
-
-------------------------------------------------------------------------
-r3843 | fenrir | 2003-03-15 19:44:31 +0100 (Sat, 15 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-
- * ffmpeg: Use truncated frames if supported by codec (only with newer
-libavcodec). This fix mpeg4 in TS with huge bitrate.
- * sub: clean up. Report any problems.
-
-------------------------------------------------------------------------
-r3844 | jlj | 2003-03-15 20:21:49 +0100 (Sat, 15 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/aout.m
-
-Jeff Moore @ Apple: The HAL specifically won't allow a device that doesn't
-                    have linear PCM as it's current format to be
-                    the default device.
-
-------------------------------------------------------------------------
-r3845 | fenrir | 2003-03-15 20:26:13 +0100 (Sat, 15 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
- * sout: fix a stupid bug making avi muxer segfaulting.
-
-------------------------------------------------------------------------
-r3846 | lool | 2003-03-15 21:17:37 +0100 (Sat, 15 Mar 2003) | 5 lines
-Changed paths:
-   A /trunk/doc/faq/faq-alone.xml
-   A /trunk/doc/faq/faq-alone.xsl
-   A /trunk/doc/faq/faq.xml
-
-  * attempt at a docbook-xml version of the FAQ with XSL
-    customizations, if people want to help or just have a look
-  (use "xsltproc faq-alone.xsl faq-alone.xml" with the
-   docbook-xml-simple package installed or saxon if you feel bored)
-
-------------------------------------------------------------------------
-r3847 | jlj | 2003-03-15 23:10:58 +0100 (Sat, 15 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/aout.m
-
-Another attempt at fixing the soundstick issue (unconfirmed).
-
-------------------------------------------------------------------------
-r3848 | fenrir | 2003-03-16 02:37:44 +0100 (Sun, 16 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-
- * mms: it seems that some server doesn't like fake ip 127.0.0.1
-(they refuse the connection), so let give them 192.168.0.1 ...
-
-------------------------------------------------------------------------
-r3849 | fenrir | 2003-03-16 02:49:28 +0100 (Sun, 16 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-
- * mms: removed some old stuff.
-
-------------------------------------------------------------------------
-r3850 | fenrir | 2003-03-16 14:11:28 +0100 (Sun, 16 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
- * asf: when there isn't any stream selected, stop playing.
-
-------------------------------------------------------------------------
-r3851 | fenrir | 2003-03-16 17:07:21 +0100 (Sun, 16 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-
- * sub.c: added SAMI subtitles support. (Untested and incomplete).
-
-------------------------------------------------------------------------
-r3852 | jlj | 2003-03-16 21:06:34 +0100 (Sun, 16 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/aout.m
-
-  * ./modules/gui/macosx/aout.m: Swapped stereo and mono classification.
-
-------------------------------------------------------------------------
-r3853 | fenrir | 2003-03-17 00:35:39 +0100 (Mon, 17 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-
- * sub: better ssa4 recognition.
-
-------------------------------------------------------------------------
-r3854 | massiot | 2003-03-17 13:14:26 +0100 (Mon, 17 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Fixed aspect ratio's tooltip.
-
-------------------------------------------------------------------------
-r3855 | marcari | 2003-03-17 14:49:14 +0100 (Mon, 17 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/familiar.c
-
-  * familiar.c: added pixmap directory for linupy2 /usr/share/pixmaps/vlc
-
-------------------------------------------------------------------------
-r3856 | sigmunau | 2003-03-17 16:05:55 +0100 (Mon, 17 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-fixed up http redirects when there are other items in the playlist.
-
-------------------------------------------------------------------------
-r3857 | sam | 2003-03-17 17:59:47 +0100 (Mon, 17 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/Makefile.am
-   A /trunk/autotools
-   A /trunk/autotools/.cvsignore
-   A /trunk/autotools/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/configure.ac.in
-   M /trunk/toolbox
-
-  * ./autotools/: moved some autotools executables to this subdirectory to
-    reduce cluttering of the root directory.
-
-------------------------------------------------------------------------
-r3858 | hartman | 2003-03-17 18:10:21 +0100 (Mon, 17 Mar 2003) | 10 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/src/playlist/playlist.c
-
-* src/playlist/playlist.c:
-  - added playlist_Move to move an item in our playlist before the position
-    of a previous item (or end) of our playlist. Keeps index at it's current
-    item.
-* modules/gui/macosx/playlist.?:
-  - Now a reorderable playlist. Thanks to Andrew Stone for example code.
-    This fixes #349 (Finally ;)
-  - True alternating colors in the playlistview. Thanks to Apple Computer
-    for the example code.
-
-------------------------------------------------------------------------
-r3859 | sam | 2003-03-17 18:11:32 +0100 (Mon, 17 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/sdl.c
-
-  * ./modules/video_output/sdl.c: fixed an endianness bug due to libSDL not
-    defining its fourcc values like us.
-
-------------------------------------------------------------------------
-r3860 | sam | 2003-03-17 19:02:11 +0100 (Mon, 17 Mar 2003) | 7 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/gui/familiar/familiar.c
-   M /trunk/modules/gui/gtk/Modules.am
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/modules/misc/qte_main.cpp
-   M /trunk/modules/video_output/qte/qte.cpp
-
-  * ./modules/misc/gtk_main.c, ./modules/gui/gtk/gtk.c,
-    ./modules/gui/gtk/gnome.c, ./modules/gui/familiar/familiar.c: added a
-    terminating NULL pointer in the fake argv values we pass to gtk_init().
-  * ./modules/misc/qte_main.cpp, ./modules/misc/gtk_main.c: these plugins now
-    have the "gui-helper" capability.
-  * ./modules/misc/gtk_main.c: paved the way for Gtk2.
-
-------------------------------------------------------------------------
-r3861 | hartman | 2003-03-17 22:47:21 +0100 (Mon, 17 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
- * modules/gui/macosx/playlist.?:
-   - rewrite of code
-
-------------------------------------------------------------------------
-r3862 | hartman | 2003-03-18 00:13:06 +0100 (Tue, 18 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* modules/gui/macosx/playlist.m:
-  - fixed a cosmetic issue.
-
-------------------------------------------------------------------------
-r3863 | fenrir | 2003-03-18 00:42:12 +0100 (Tue, 18 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/httpd.c
-   M /trunk/src/stream_output/stream_output.c
-
- * all: fixed some stupid bugs.
-
-------------------------------------------------------------------------
-r3864 | fenrir | 2003-03-18 00:48:26 +0100 (Tue, 18 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/httpd.c
-
- * httpd: increased buffer size.
-
-------------------------------------------------------------------------
-r3865 | jlj | 2003-03-18 01:25:27 +0100 (Tue, 18 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dts.c
-
-  * ./modules/codec/dts.c: Steve Jobs did not pay me for this bug. Really.
-
-------------------------------------------------------------------------
-r3866 | sigmunau | 2003-03-18 01:33:29 +0100 (Tue, 18 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
-
-Seek one less time. Should increase performance with access modules where
-seeks are expensive. (Though not enough)
-
-------------------------------------------------------------------------
-r3867 | gbazin | 2003-03-18 01:49:14 +0100 (Tue, 18 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-
-* src/playlist/playlist.c: fixed misplaced variable declaration.
-
-------------------------------------------------------------------------
-r3868 | sam | 2003-03-18 02:22:13 +0100 (Tue, 18 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/lpcm.c
-
-  * ./modules/codec/lpcm.c: fixed two uninitialized variables.
-
-------------------------------------------------------------------------
-r3869 | sam | 2003-03-18 02:26:13 +0100 (Tue, 18 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/Makefile.am
-   A /trunk/modules/gui/gtk2
-   A /trunk/modules/gui/gtk2/.cvsignore
-   A /trunk/modules/gui/gtk2/Modules.am
-   A /trunk/modules/gui/gtk2/gnome2.c
-   A /trunk/modules/gui/gtk2/gnome2.glade
-   A /trunk/modules/gui/gtk2/gnome2.gladep
-   A /trunk/modules/gui/gtk2/gnome2_callbacks.c
-   A /trunk/modules/gui/gtk2/gnome2_callbacks.h
-   A /trunk/modules/gui/gtk2/gnome2_interface.c
-   A /trunk/modules/gui/gtk2/gnome2_interface.h
-   A /trunk/modules/gui/gtk2/gnome2_support.c
-   A /trunk/modules/gui/gtk2/gnome2_support.h
-   A /trunk/modules/gui/gtk2/gtk2.c
-   A /trunk/modules/gui/gtk2/gtk2.glade
-   A /trunk/modules/gui/gtk2/gtk2.gladep
-   A /trunk/modules/gui/gtk2/gtk2_callbacks.c
-   A /trunk/modules/gui/gtk2/gtk2_callbacks.h
-   A /trunk/modules/gui/gtk2/gtk2_interface.c
-   A /trunk/modules/gui/gtk2/gtk2_interface.h
-   A /trunk/modules/gui/gtk2/gtk2_support.c
-   A /trunk/modules/gui/gtk2/gtk2_support.h
-   M /trunk/modules/misc/Modules.am
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/toolbox
-
-  * ./modules/gui/gtk2/*: skeletons of Gtk-2.0 and GNOME-2 plugins.
-  * ./toolbox: added --update-glade2 flag.
-
-------------------------------------------------------------------------
-r3870 | sam | 2003-03-18 02:34:08 +0100 (Tue, 18 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/Makefile.am
-
-  * ./modules/Makefile.am: added a missing definition of NULL.
-
-------------------------------------------------------------------------
-r3871 | sam | 2003-03-18 02:54:40 +0100 (Tue, 18 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * ./toolbox: fixed a sed syntax error (thanks anil).
-
-------------------------------------------------------------------------
-r3872 | sam | 2003-03-18 02:57:59 +0100 (Tue, 18 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-  * ./share/Makefile.am: added the .rle font to the make install rule.
-
-------------------------------------------------------------------------
-r3873 | ipkiss | 2003-03-18 03:21:47 +0100 (Tue, 18 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/Makefile.am
-   A /trunk/modules/gui/skins
-   A /trunk/modules/gui/skins/.cvsignore
-   A /trunk/modules/gui/skins/Modules.am
-   A /trunk/modules/gui/skins/controls
-   A /trunk/modules/gui/skins/controls/.cvsignore
-   A /trunk/modules/gui/skins/controls/button.cpp
-   A /trunk/modules/gui/skins/controls/button.h
-   A /trunk/modules/gui/skins/controls/checkbox.cpp
-   A /trunk/modules/gui/skins/controls/checkbox.h
-   A /trunk/modules/gui/skins/controls/controls.h
-   A /trunk/modules/gui/skins/controls/generic.cpp
-   A /trunk/modules/gui/skins/controls/generic.h
-   A /trunk/modules/gui/skins/controls/image.cpp
-   A /trunk/modules/gui/skins/controls/image.h
-   A /trunk/modules/gui/skins/controls/playlist.cpp
-   A /trunk/modules/gui/skins/controls/playlist.h
-   A /trunk/modules/gui/skins/controls/rectangle.cpp
-   A /trunk/modules/gui/skins/controls/rectangle.h
-   A /trunk/modules/gui/skins/controls/slider.cpp
-   A /trunk/modules/gui/skins/controls/slider.h
-   A /trunk/modules/gui/skins/controls/text.cpp
-   A /trunk/modules/gui/skins/controls/text.h
-   A /trunk/modules/gui/skins/os_api.h
-   A /trunk/modules/gui/skins/os_bitmap.h
-   A /trunk/modules/gui/skins/os_dialog.h
-   A /trunk/modules/gui/skins/os_event.h
-   A /trunk/modules/gui/skins/os_font.h
-   A /trunk/modules/gui/skins/os_graphics.h
-   A /trunk/modules/gui/skins/os_theme.h
-   A /trunk/modules/gui/skins/os_window.h
-   A /trunk/modules/gui/skins/parser
-   A /trunk/modules/gui/skins/parser/.cvsignore
-   A /trunk/modules/gui/skins/parser/flex.c
-   A /trunk/modules/gui/skins/parser/skin.act
-   A /trunk/modules/gui/skins/parser/skin.c
-   A /trunk/modules/gui/skins/parser/skin.dtd
-   A /trunk/modules/gui/skins/parser/skin.h
-   A /trunk/modules/gui/skins/parser/wrappers.cpp
-   A /trunk/modules/gui/skins/parser/wrappers.h
-   A /trunk/modules/gui/skins/src
-   A /trunk/modules/gui/skins/src/.cvsignore
-   A /trunk/modules/gui/skins/src/anchor.cpp
-   A /trunk/modules/gui/skins/src/anchor.h
-   A /trunk/modules/gui/skins/src/banks.cpp
-   A /trunk/modules/gui/skins/src/banks.h
-   A /trunk/modules/gui/skins/src/bezier.cpp
-   A /trunk/modules/gui/skins/src/bezier.h
-   A /trunk/modules/gui/skins/src/bitmap.cpp
-   A /trunk/modules/gui/skins/src/bitmap.h
-   A /trunk/modules/gui/skins/src/dialog.cpp
-   A /trunk/modules/gui/skins/src/dialog.h
-   A /trunk/modules/gui/skins/src/event.cpp
-   A /trunk/modules/gui/skins/src/event.h
-   A /trunk/modules/gui/skins/src/font.cpp
-   A /trunk/modules/gui/skins/src/font.h
-   A /trunk/modules/gui/skins/src/graphics.cpp
-   A /trunk/modules/gui/skins/src/graphics.h
-   A /trunk/modules/gui/skins/src/skin_common.h
-   A /trunk/modules/gui/skins/src/skin_main.cpp
-   A /trunk/modules/gui/skins/src/theme.cpp
-   A /trunk/modules/gui/skins/src/theme.h
-   A /trunk/modules/gui/skins/src/themeloader.cpp
-   A /trunk/modules/gui/skins/src/themeloader.h
-   A /trunk/modules/gui/skins/src/vlcproc.cpp
-   A /trunk/modules/gui/skins/src/vlcproc.h
-   A /trunk/modules/gui/skins/src/window.cpp
-   A /trunk/modules/gui/skins/src/window.h
-   A /trunk/modules/gui/skins/win32
-   A /trunk/modules/gui/skins/win32/.cvsignore
-   A /trunk/modules/gui/skins/win32/win32_api.cpp
-   A /trunk/modules/gui/skins/win32/win32_bitmap.cpp
-   A /trunk/modules/gui/skins/win32/win32_bitmap.h
-   A /trunk/modules/gui/skins/win32/win32_dialog.cpp
-   A /trunk/modules/gui/skins/win32/win32_dialog.h
-   A /trunk/modules/gui/skins/win32/win32_dragdrop.cpp
-   A /trunk/modules/gui/skins/win32/win32_dragdrop.h
-   A /trunk/modules/gui/skins/win32/win32_event.cpp
-   A /trunk/modules/gui/skins/win32/win32_event.h
-   A /trunk/modules/gui/skins/win32/win32_font.cpp
-   A /trunk/modules/gui/skins/win32/win32_font.h
-   A /trunk/modules/gui/skins/win32/win32_graphics.cpp
-   A /trunk/modules/gui/skins/win32/win32_graphics.h
-   A /trunk/modules/gui/skins/win32/win32_run.cpp
-   A /trunk/modules/gui/skins/win32/win32_theme.cpp
-   A /trunk/modules/gui/skins/win32/win32_theme.h
-   A /trunk/modules/gui/skins/win32/win32_window.cpp
-   A /trunk/modules/gui/skins/win32/win32_window.h
-   M /trunk/toolbox
-
-Keep quiet, explanations will follow.
-
-------------------------------------------------------------------------
-r3874 | hartman | 2003-03-18 03:28:53 +0100 (Tue, 18 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/info.m
-   M /trunk/modules/misc/httpd.c
-
-* modules/gui/macosx/info.m: keep the same panel open if track changes.
-* modules/misc/httpd.c: removed an unused int.
-
-------------------------------------------------------------------------
-r3875 | ipkiss | 2003-03-18 03:48:05 +0100 (Tue, 18 Mar 2003) | 6 lines
-Changed paths:
-   A /trunk/doc/skins
-   A /trunk/doc/skins/curve_maker
-   A /trunk/doc/skins/curve_maker/Bezier.bas
-   A /trunk/doc/skins/curve_maker/Bezier.frm
-   A /trunk/doc/skins/curve_maker/Bezier.frx
-   A /trunk/doc/skins/curve_maker/Bezier.vbw
-   A /trunk/doc/skins/curve_maker/bezier.vbp
-   A /trunk/doc/skins/events-howto.txt
-   A /trunk/doc/skins/skins-howto.txt
-   A /trunk/share/skins
-   A /trunk/share/skins/default
-   A /trunk/share/skins/default/b1.bmp
-   A /trunk/share/skins/default/b1_down.bmp
-   A /trunk/share/skins/default/b1_up.bmp
-   A /trunk/share/skins/default/b2_down.bmp
-   A /trunk/share/skins/default/b2_up.bmp
-   A /trunk/share/skins/default/b3_disabled.bmp
-   A /trunk/share/skins/default/b3_down.bmp
-   A /trunk/share/skins/default/b3_up.bmp
-   A /trunk/share/skins/default/b4_disabled.bmp
-   A /trunk/share/skins/default/b4_down.bmp
-   A /trunk/share/skins/default/b4_up.bmp
-   A /trunk/share/skins/default/b5_disabled.bmp
-   A /trunk/share/skins/default/b5_down.bmp
-   A /trunk/share/skins/default/b5_up.bmp
-   A /trunk/share/skins/default/b6_down.bmp
-   A /trunk/share/skins/default/b6_up.bmp
-   A /trunk/share/skins/default/b7_down.bmp
-   A /trunk/share/skins/default/b7_up.bmp
-   A /trunk/share/skins/default/body.bmp
-   A /trunk/share/skins/default/cursor_down.bmp
-   A /trunk/share/skins/default/cursor_up.bmp
-   A /trunk/share/skins/default/dev_down.bmp
-   A /trunk/share/skins/default/dev_up.bmp
-   A /trunk/share/skins/default/log_down.bmp
-   A /trunk/share/skins/default/log_up.bmp
-   A /trunk/share/skins/default/playlist.bmp
-   A /trunk/share/skins/default/quit_down.bmp
-   A /trunk/share/skins/default/quit_up.bmp
-   A /trunk/share/skins/default/slider.bmp
-   A /trunk/share/skins/default/theme.xml
-
- - doc/skins: some documentation about the skins
- - doc/skins/curve_maker: files for a VB project for easy Bezier curves
-   creation
- - share/skins/default: a default skin. It's an awful one made for
-   testing purposes, you'll be warned...
-
-------------------------------------------------------------------------
-r3876 | hartman | 2003-03-18 05:07:23 +0100 (Tue, 18 Mar 2003) | 9 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* modules/gui/macosx/vout.m:
-  Reworked the mouse hiding routine. we were always hiding the mousecursor
-  on kCGDirectMainDisplay, but this display is always the one with the
-  menubar and not always the one containing our VLCVout.
-  This new code takes the vout, and calculates on which displays (plural
-  because of possible mirroring) it is being shown. It then shows or hides
-  the cursor on all of those displays.
-  This should fix #396.
-
-------------------------------------------------------------------------
-r3877 | ipkiss | 2003-03-18 05:08:45 +0100 (Tue, 18 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/controls.h
-   M /trunk/modules/gui/skins/controls/rectangle.cpp
-   M /trunk/modules/gui/skins/controls/rectangle.h
-   M /trunk/modules/gui/skins/parser/wrappers.cpp
-
-Compilation fixes and cosmetic changes
-
-------------------------------------------------------------------------
-r3878 | ipkiss | 2003-03-18 05:56:58 +0100 (Tue, 18 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/themeloader.cpp
-   M /trunk/modules/gui/skins/src/themeloader.h
-   M /trunk/modules/gui/skins/win32/win32_dragdrop.cpp
-
-Compilation fixes
-
-------------------------------------------------------------------------
-r3879 | ipkiss | 2003-03-18 19:25:57 +0100 (Tue, 18 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-Fix for skins compilation under cygwin (thanks gibalou)
-
-------------------------------------------------------------------------
-r3880 | ipkiss | 2003-03-18 19:33:56 +0100 (Tue, 18 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/share/skins/default/theme.xml
-
-Fixed the path in the default skin (thanks gibalou)
-
-------------------------------------------------------------------------
-r3881 | marcari | 2003-03-18 20:37:23 +0100 (Tue, 18 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/arm-crosscompile-howto.sgml
-
-  * first draft of the draft
-
-------------------------------------------------------------------------
-r3882 | gbazin | 2003-03-18 21:20:01 +0100 (Tue, 18 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-
-* configure.ac.in: use the -O2 gcc option when compiling the skins plugin so that compilation doesn't take ages.
-   Also use -fno-rtti -fno-exceptions to save some bits of space.
-
-------------------------------------------------------------------------
-r3883 | gbazin | 2003-03-18 21:38:35 +0100 (Tue, 18 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-
-* configure.ac.in: fixed linking problem with the slp plugin on win32.
-
-------------------------------------------------------------------------
-r3884 | gbazin | 2003-03-18 22:34:13 +0100 (Tue, 18 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/m4/codeset.m4
-   M /trunk/m4/gettext.m4
-   M /trunk/m4/glibc21.m4
-   M /trunk/m4/iconv.m4
-   M /trunk/m4/isc-posix.m4
-   M /trunk/m4/lcmessage.m4
-   M /trunk/m4/progtest.m4
-   M /trunk/po/Makefile.in.in
-
-
-* configure.ac.in, m4/*, po/Makefile.in.in: build updated to use gettext 0.11.5 by default.
-   This is necessary for the win32 build because old gettext versions do not work on win32.
-
-------------------------------------------------------------------------
-r3885 | hartman | 2003-03-18 23:14:42 +0100 (Tue, 18 Mar 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* modules/gui/macosx/vout.m:
-  Now a complete redesign of the hiding of the mousecursor.
-  - We use higher level functions now (NSCursor).
-  - We only hide if the cursor is over our VLCView
-  - In many exceptions we unhide. This is mainly for multimonitor support.
-
-------------------------------------------------------------------------
-r3886 | gbazin | 2003-03-19 00:30:28 +0100 (Wed, 19 Mar 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-
-
-* modules/video_filter/clone.c: new --clone-vout-list config option, courtesy of Olivier Aubert.
-   Allows to specify a comma separated list of vout plugins that we want to be used by the clone filter.
-* modules/video_filter/*: don't forget to detach the vout before destroying it.
-
-------------------------------------------------------------------------
-r3887 | jlj | 2003-03-19 00:51:29 +0100 (Wed, 19 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-  * ./modules/gui/macosx/vout.m: cosmetic.
-
-------------------------------------------------------------------------
-r3888 | massiot | 2003-03-19 00:59:07 +0100 (Wed, 19 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/satellite/access.c
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/demux/mpeg/system.h
-   M /trunk/modules/demux/mpeg/ts.c
-
-* Added 0x80 as MPEG2_MOTO_VIDEO_ES, since some strange Motorola encoders
-  do not follow the standard.
-
-------------------------------------------------------------------------
-r3889 | videolan | 2003-03-19 03:09:56 +0100 (Wed, 19 Mar 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/button.cpp
-   M /trunk/modules/gui/skins/controls/button.h
-   M /trunk/modules/gui/skins/parser/flex.c
-   M /trunk/modules/gui/skins/parser/skin.act
-   M /trunk/modules/gui/skins/parser/skin.c
-   M /trunk/modules/gui/skins/parser/skin.dtd
-   M /trunk/modules/gui/skins/parser/skin.h
-   M /trunk/modules/gui/skins/parser/wrappers.cpp
-   M /trunk/modules/gui/skins/parser/wrappers.h
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/skins/win32/win32_window.cpp
-
-
-* Adding onmouseover and onmouseout events to button control
-* Fixing window position at launch time
-* Adding notification when mouse leaves a window
-
-------------------------------------------------------------------------
-r3890 | karibu | 2003-03-19 04:11:14 +0100 (Wed, 19 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/theme.cpp
-   M /trunk/modules/gui/skins/src/themeloader.cpp
-
-
-* Fixed skin config save
-
-------------------------------------------------------------------------
-r3891 | hartman | 2003-03-19 14:55:43 +0100 (Wed, 19 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* fix for multiple monitors.
-
-------------------------------------------------------------------------
-r3892 | hartman | 2003-03-19 16:44:44 +0100 (Wed, 19 Mar 2003) | 9 lines
-Changed paths:
-   M /trunk/INSTALL
-   M /trunk/NEWS
-   M /trunk/README.MacOSX.rtf
-   M /trunk/THANKS
-
-* INSTALL: added reference to online info on compiling on MacOSX and BeOS
-
-* NEWS: bringing the file to 0.5.3. i have added my work (and some things
-  that I remembered). i trust everyone will enter his own stuff ;)
-
-* README.MacOSX.rtf: fixed some errors
-
-* THANKS: added Olivier Aubert for his vout-clone-list patch
-
-------------------------------------------------------------------------
-r3893 | karibu | 2003-03-19 18:14:50 +0100 (Wed, 19 Mar 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/button.cpp
-   M /trunk/modules/gui/skins/controls/checkbox.cpp
-   M /trunk/modules/gui/skins/controls/checkbox.h
-   M /trunk/modules/gui/skins/parser/flex.c
-   M /trunk/modules/gui/skins/parser/skin.act
-   M /trunk/modules/gui/skins/parser/skin.c
-   M /trunk/modules/gui/skins/parser/skin.dtd
-   M /trunk/modules/gui/skins/parser/skin.h
-   M /trunk/modules/gui/skins/parser/wrappers.cpp
-   M /trunk/modules/gui/skins/parser/wrappers.h
-   M /trunk/modules/gui/skins/win32/win32_event.cpp
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-
-
-* button.cpp : Fixing bug when disabling control
-* Checkbox.cpp : adding onmouseover and onmouseout events
-* Updating DTD
-* win32_event.cpp : fixing bug for WINDOW_OPEN event
-
-------------------------------------------------------------------------
-r3894 | fenrir | 2003-03-19 18:40:43 +0100 (Wed, 19 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/gtk_main.c
-
- * gtk_main.c:: added(uncommented) gdk_thread_init for gtk2/gnome2.
-Whitout it I can't even start gtk2 interface.
-
-------------------------------------------------------------------------
-r3895 | karibu | 2003-03-19 19:14:48 +0100 (Wed, 19 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/theme.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-
-
-* Fiwing WINDOW_CLOSE and WINDOW_OPEN synchronization
-
-------------------------------------------------------------------------
-r3896 | karibu | 2003-03-19 19:17:36 +0100 (Wed, 19 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/doc/skins/events-howto.txt
-   M /trunk/doc/skins/skins-howto.txt
-
-
-* Updating doc.
-
-------------------------------------------------------------------------
-r3897 | massiot | 2003-03-20 00:54:57 +0100 (Thu, 20 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* configure.ac.in : Disabled GTK2 and gnome2 plug-in since they break
-  all platforms but GNU/Linux
-* Bumped up revision number to 0.5.3-test1
-
-------------------------------------------------------------------------
-r3898 | karibu | 2003-03-20 10:29:07 +0100 (Thu, 20 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/button.cpp
-   M /trunk/modules/gui/skins/parser/flex.c
-   M /trunk/modules/gui/skins/parser/skin.c
-   M /trunk/modules/gui/skins/parser/skin.h
-   M /trunk/modules/gui/skins/src/dialog.cpp
-   M /trunk/modules/gui/skins/src/dialog.h
-   M /trunk/modules/gui/skins/src/event.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/skins/win32/win32_dialog.cpp
-   M /trunk/modules/gui/skins/win32/win32_dialog.h
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-   M /trunk/modules/gui/skins/win32/win32_window.cpp
-
-
-* Fixing a refresh bug when opening an open file dialog box
-
-------------------------------------------------------------------------
-r3899 | sam | 2003-03-20 11:06:16 +0100 (Thu, 20 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * ./toolbox: fixed a Makefile parsing bug.
-
-------------------------------------------------------------------------
-r3900 | sam | 2003-03-20 11:27:35 +0100 (Thu, 20 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/configure.ac.in
-
-  * ./bootstrap: if pkg-config is not available, we define PKG_CHECK_MODULES
-    ourselves.
-  * ./bootstrap: "make dist" works again, even if gettext is not present.
-
-------------------------------------------------------------------------
-r3901 | gbazin | 2003-03-20 22:45:01 +0100 (Thu, 20 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-
-* modules/codec/libmpeg2.c: fixed pts handling and aspect-ratio bug.
-
-------------------------------------------------------------------------
-r3902 | karibu | 2003-03-21 01:00:19 +0100 (Fri, 21 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/theme.cpp
-
-
-* Fixing Parkinson disease bug (it's not funny, it's real life)
-
-------------------------------------------------------------------------
-r3903 | karibu | 2003-03-21 01:17:00 +0100 (Fri, 21 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/slider.cpp
-   M /trunk/modules/gui/skins/src/theme.cpp
-
-
-* slider.cpp: fixed mouse down refresh bug
-* theme.cpp: removed debug text
-
-------------------------------------------------------------------------
-r3904 | gbazin | 2003-03-21 03:05:20 +0100 (Fri, 21 Mar 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: fix for some ogg web radio streams where there
-is a huge gap between the granulepos in the header packets and the data
-packets.
-
-------------------------------------------------------------------------
-r3905 | massiot | 2003-03-21 08:54:24 +0100 (Fri, 21 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Fixed the "locales have disappeared" problem under OS X.
-
-------------------------------------------------------------------------
-r3906 | gbazin | 2003-03-21 18:14:56 +0100 (Fri, 21 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/src/interface/intf_eject.c
-
-
-* configure.ac.in, src/interface/intf_eject.c: scrapped the win32 eject code and replaced it with an MCI command.
-
-------------------------------------------------------------------------
-r3907 | sigmunau | 2003-03-22 00:59:20 +0100 (Sat, 22 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/po/no.po
-
-Updated norwegian translation thanks to  Haakon Meland Eriksen
-
-------------------------------------------------------------------------
-r3908 | gbazin | 2003-03-22 04:14:34 +0100 (Sat, 22 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/gui/wxwindows/open.cpp
-   A /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-*  modules/gui/wxwindows/*: Added a stream output dialog box.
-
-------------------------------------------------------------------------
-r3909 | gbazin | 2003-03-22 12:21:58 +0100 (Sat, 22 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/streamout.cpp: misc fixes and enhancements.
-
-------------------------------------------------------------------------
-r3910 | gbazin | 2003-03-22 15:35:03 +0100 (Sat, 22 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-
-
-* modules/demux/m3u.c: the demux couldn't be forced when used on filenames without an extension.
-
-------------------------------------------------------------------------
-r3911 | fenrir | 2003-03-22 15:39:38 +0100 (Sat, 22 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
- * sap: clean up.
-
-------------------------------------------------------------------------
-r3912 | sigmunau | 2003-03-23 00:03:02 +0100 (Sun, 23 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Updated a comment
-
-------------------------------------------------------------------------
-r3913 | gbazin | 2003-03-23 13:12:32 +0100 (Sun, 23 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/audio.c
-
-
-* modules/demux/mpeg/audio.c: sanity check so we don't crash on mpeg audio files with a bad Xing Header.
-
-------------------------------------------------------------------------
-r3914 | yves | 2003-03-23 16:10:11 +0100 (Sun, 23 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-better OS detection (RH).
-
-------------------------------------------------------------------------
-r3915 | sigmunau | 2003-03-23 17:38:40 +0100 (Sun, 23 Mar 2003) | 9 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac.in
-   A /trunk/include/osd.h
-   M /trunk/modules/control/lirc/lirc.c
-   A /trunk/modules/video_filter/osd_text.c
-
-modules/video_filter/osd_text.c: A video filter that uses freetpye2 to
-render text on the video
-include/osd.h: some constants useful when interfacing with the osd module
-configure.ac.in: check for freetype2, enabled the osdtext module by default
-Makefile.am: added osd.h, please check that this is correct
-lirc.c: modified to provide feedback when buttons are pressed.
-
-Look at the Feedback() function in lirc.c to see how this module can be used
-
-------------------------------------------------------------------------
-r3916 | massiot | 2003-03-23 19:10:06 +0100 (Sun, 23 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-Fixed configure script (alcohol isn't the solution).
-
-------------------------------------------------------------------------
-r3917 | gbazin | 2003-03-23 21:41:32 +0100 (Sun, 23 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-
-* configure.ac.in: fixed linking problem with the win32 build.
-
-------------------------------------------------------------------------
-r3918 | hartman | 2003-03-24 01:12:51 +0100 (Mon, 24 Mar 2003) | 8 lines
-Changed paths:
-   A /trunk/modules/access/directory.c
-
-* a new directory access module. It parses a directory with dirent and builds
-  a m3u 'file' which it feeds to the m3u demuxer.
-  Problems: - it requires a dir to end with /
-            - if i enabled it, all files would use the m3u demuxer for some
-            strange reason. i've spent a day hunting this down, reboot-
-            strapping and doing who knows what. I'm sick of it now.
-            Someone else can give it a try, if he wants to.
-
-------------------------------------------------------------------------
-r3919 | gbazin | 2003-03-24 02:39:58 +0100 (Mon, 24 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/access/Modules.am
-   M /trunk/modules/access/directory.c
-
-
-* modules/access/directory.c: fixed the directory access plugin.
-* configure.ac.in, modules/access/Modules.am: enabled the directory access plugin.
-
-------------------------------------------------------------------------
-r3920 | hartman | 2003-03-24 14:50:55 +0100 (Mon, 24 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* Added fourcc 'MSS1' which is equivalent to 'WMV2'
-
-------------------------------------------------------------------------
-r3921 | sam | 2003-03-24 14:52:13 +0100 (Mon, 24 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/m4/.cvsignore
-   M /trunk/m4/Makefile.am
-   M /trunk/po/it.po
-
-  * ./THANKS: added a translation contributor.
-  * ./po/it.po: fixed this file's format.
-  * ./m4: fixed "make dist" when gettext is too old.
-
-------------------------------------------------------------------------
-r3922 | hartman | 2003-03-24 15:18:28 +0100 (Mon, 24 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/access/dvdplay/access.c
-   M /trunk/modules/access/dvdread/input.c
-
-* modules/access/dvd*: changed some errors in warnings because the directory
-  might still be readable by the directory access module.
-* added drag and drop support for directories.
-
-------------------------------------------------------------------------
-r3923 | hartman | 2003-03-24 16:20:26 +0100 (Mon, 24 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/open.m
-
-* more interface support for directories.
-
-------------------------------------------------------------------------
-r3924 | gbazin | 2003-03-24 18:15:30 +0100 (Mon, 24 Mar 2003) | 10 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dvd/access.c
-   M /trunk/modules/access/dvdplay/access.c
-   M /trunk/modules/access/dvdread/input.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/satellite/access.c
-   M /trunk/modules/access/slp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/interface/intf_eject.c
-
-
-* modules/access/*: pf_read() in access modules is now blocking. We still
-   check regularly for p_input->b_die though. Now the demuxers can safely
-   assume that pf_read() == 0 means EOF.
-* ALL: got rid of the p_input->b_connected flag.
-* src/input/input_ext-plugins.c, src/input/input.c: fixed the infinite loop
-   of "decoder stuck" messages that sometimes happened.
-* src/interface/intf_eject.c, modules/misc/network/ipv4.c: fixed compilation
-   warnings.
-
-------------------------------------------------------------------------
-r3925 | gbazin | 2003-03-24 20:12:16 +0100 (Mon, 24 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/udp.c
-
-
-* modules/access/*: don't forget to reinitialize the timeout when looping around select().
-
-------------------------------------------------------------------------
-r3926 | hartman | 2003-03-24 20:58:42 +0100 (Mon, 24 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/extras/MacOSX/macosx-dmg
-   D /trunk/macosx-dmg
-
-* moved macosx-dmg to extras/MacOSX/macosx-dmg
-* added some macosx files to DIST that were probably missing in the tar ;)
-
-------------------------------------------------------------------------
-r3927 | gbazin | 2003-03-24 21:00:51 +0100 (Mon, 24 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/udp.c
-
-
-* modules/access/*: grrr... apparently I also need to reset the file descriptor set inside the loop.
-
-------------------------------------------------------------------------
-r3928 | titer | 2003-03-24 22:58:55 +0100 (Mon, 24 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
- configure.ac.in: fixed a BeOS compile issue
-
-------------------------------------------------------------------------
-r3929 | gbazin | 2003-03-25 00:04:07 +0100 (Tue, 25 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-
-
-* modules/access/ftp.c, modules/access/http.c: the http and ftp plugins now implement SetProgram(). TS streams will now work over
-http :)
-
-------------------------------------------------------------------------
-r3930 | gbazin | 2003-03-25 00:50:46 +0100 (Tue, 25 Mar 2003) | 5 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/video_output/video_output.c
-
-
-* src/video_output/video_output.c, include/video_output.h:
-   take into account the caching delay when dropping frames that are too
-   far into the future.
-
-------------------------------------------------------------------------
-r3931 | gbazin | 2003-03-25 01:43:26 +0100 (Tue, 25 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-
-* src/video_output/video_output.c: fixed my previous commit (input is not a direct parent of vout).
-
-------------------------------------------------------------------------
-r3932 | gbazin | 2003-03-25 16:38:14 +0100 (Tue, 25 Mar 2003) | 9 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-
-* src/misc/modules.c: module_Need() now only raises the scores of the
-   plugins matching the given shortcuts list, unless "none" is closing the
-   list (in which case only the plugins matching the list can be selected).
-
-   Which means that users will stop complaining vlc doesn't launch anymore
-   or can't play anything after they have fiddled with their config
-   options :))
-
-------------------------------------------------------------------------
-r3933 | gbazin | 2003-03-25 18:07:45 +0100 (Tue, 25 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/video_output/video_output.c
-
-
-* src/input/input.c, src/video_output/video_output.c: when the input thread
-   ends, it will also destroy the vout if one was spawned.
-
-------------------------------------------------------------------------
-r3934 | sam | 2003-03-25 23:55:32 +0100 (Tue, 25 Mar 2003) | 7 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/woody-buildpackage
-
-  * ./debian/control: bumped up standards version to 0.5.9.0.
-  * ./debian/control: added build-dependencies on libidl0 and libglib2.0-0 to
-    work around mozilla-dev's currently broken dependencies.
-  * ./debian/control: we now link against libdvdread3 instead of libdvdread2.
-  * ./debian/control: we now depend on the latest libdvdplay0-dev to avoid
-    linking against both libdvdread2 and libdvdread3.
-
-------------------------------------------------------------------------
-r3935 | gbazin | 2003-03-26 00:06:49 +0100 (Wed, 26 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-
-* modules/codec/libmpeg2.c: fixed aspect ratio when reading DVDs.
-
-------------------------------------------------------------------------
-r3936 | sam | 2003-03-26 00:11:35 +0100 (Wed, 26 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/m4/Makefile.am
-   A /trunk/m4/intdiv0.m4
-   A /trunk/m4/inttypes-pri.m4
-   A /trunk/m4/inttypes.m4
-   A /trunk/m4/inttypes_h.m4
-   A /trunk/m4/lib-ld.m4
-   A /trunk/m4/lib-link.m4
-   A /trunk/m4/lib-prefix.m4
-   A /trunk/m4/stdint_h.m4
-   A /trunk/m4/uintmax_t.m4
-   A /trunk/m4/ulonglong.m4
-
-  * ./m4/*: updated m4 macros.
-
-------------------------------------------------------------------------
-r3937 | sam | 2003-03-26 00:13:58 +0100 (Wed, 26 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * ./bootstrap: fixed a syntax error in the generated m4/vlc.m4.
-
-------------------------------------------------------------------------
-r3938 | sam | 2003-03-26 00:32:00 +0100 (Wed, 26 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * ./Makefile.am: we don't distribute ./mkinstalldirs, it's in ./autotools/.
-  * ./Makefile.am: we distribute ./toolbox.
-
-------------------------------------------------------------------------
-r3939 | sam | 2003-03-26 00:43:04 +0100 (Wed, 26 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/Modules.am
-
-  * ./modules/gui/skins/Modules.am: fixed a typo.
-
-------------------------------------------------------------------------
-r3940 | sam | 2003-03-26 00:51:57 +0100 (Wed, 26 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/Modules.am
-
-  * ./modules/demux/util/Modules.am: added missing id3genres.h to make dist.
-
-------------------------------------------------------------------------
-r3941 | sam | 2003-03-26 01:21:55 +0100 (Wed, 26 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-   M /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
-   M /trunk/extras/MacOSX/Resources/vlc.scriptSuite
-   M /trunk/modules/gui/macosx/playlist.h
-
-  * ./README.MacOSX.rtf, ./modules/gui/macosx/playlist.h, ./extras/MacOSX/*:
-    added a final newline to a few text files to avoid diff complaints.
-
-------------------------------------------------------------------------
-r3942 | gbazin | 2003-03-26 01:56:22 +0100 (Wed, 26 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   A /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-
-* src/libvlc.c, src/libvlc.h: added a config option to disable the translation of the interface.
-* modules/gui/wxwindows/*: misc improvements + skeleton for a preferences panel.
-
-------------------------------------------------------------------------
-r3943 | sam | 2003-03-26 02:14:14 +0100 (Wed, 26 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-
-  * ./debian/control: added explicit dependencies on vlc to legacy packages
-    to make linda and lintian happier.
-
-------------------------------------------------------------------------
-r3944 | sam | 2003-03-26 02:50:01 +0100 (Wed, 26 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-
-  * ./debian/control: added correct versioned build-dependency on debhelper.
-
-------------------------------------------------------------------------
-r3945 | hartman | 2003-03-26 04:13:30 +0100 (Wed, 26 Mar 2003) | 9 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-
-* extras/MacOSX/Resources/English.lproj/MainMenu.nib/*
-* modules/gui/macosx/open.?
-  - updated the open dialog (now with sheets !!!)
-  - added ogg file stream out
-  - added http file stream out
-  - added file subtitle support for the delay and fps options
-* extras/MacOSX/vlc.pbproj/project.pbxproj
-  - added the .ts file-extension to the application
-
-------------------------------------------------------------------------
-r3946 | marcari | 2003-03-26 22:46:40 +0100 (Wed, 26 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/arm-crosscompile-howto.sgml
-
-  * cross-compilation doc : work in progress
-
-------------------------------------------------------------------------
-r3947 | gbazin | 2003-03-26 23:56:39 +0100 (Wed, 26 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-
-* modules/codec/libmpeg2.c: added code to handle 3:2 pulldown.
-
-------------------------------------------------------------------------
-r3948 | sigmunau | 2003-03-28 12:34:52 +0100 (Fri, 28 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/dummy/vout.c
-
-added a SetPalette function so "vlc --vout dummy --dummy-chroma RGB2" don't
-segfault.
-
-------------------------------------------------------------------------
-r3949 | gbazin | 2003-03-28 18:02:25 +0100 (Fri, 28 Mar 2003) | 8 lines
-Changed paths:
-   M /trunk/include/video.h
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/vout.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-
-
-* modules/audio_output/waveout.c: compilation fix for --disable-plugins build.
-* src/video_output/*, include/video.h: added a pf_lock/unlock fonction
-   pointer that's used to lock the memory of a picture in vout_RenderPicture
-   when required by the video output plugin.
-* modules/video_output/directx/*: implemented pf_lock/unlock. That will fix
-   the crash when pressing ctrl+alt+del.
-
-------------------------------------------------------------------------
-r3950 | alexis | 2003-03-28 23:09:34 +0100 (Fri, 28 Mar 2003) | 2 lines
-Changed paths:
-   A /trunk/vlc.spec.redhat
-
-New RedHat package file, written by Jason Luka <jason@geshp.com>.
-
-------------------------------------------------------------------------
-r3951 | gbazin | 2003-03-29 02:50:12 +0100 (Sat, 29 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: added demuxdump support to the open dialog.
-
-------------------------------------------------------------------------
-r3952 | jpsaman | 2003-03-29 11:35:48 +0100 (Sat, 29 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-If --disable-xosd is given then xosdtext is not build.
-If --enable-xose is given then xosdtext is build also.
-
-------------------------------------------------------------------------
-r3953 | gbazin | 2003-03-29 12:15:14 +0100 (Sat, 29 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-
-* modules/gui/wxwindows/*: small fixes to the open and streamout dialogs.
-
-------------------------------------------------------------------------
-r3954 | gbazin | 2003-03-29 13:22:15 +0100 (Sat, 29 Mar 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-
-* modules/audio_filter/channel_mixer/headphone.c, src/libvlc.h:
-   moved the headphone-dim config option to the headphone plugin.
-* modules/demux/demuxdump.c: the demuxdump-file config optin now has a default value.
-* src/libvlc.c: fixed the extraintf config option not to spawn an interface plugin when an invalid name has been given.
-
-------------------------------------------------------------------------
-r3955 | sigmunau | 2003-03-29 14:15:33 +0100 (Sat, 29 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvdread/dvdread.c
-
-removed an unused configuration category
-
-------------------------------------------------------------------------
-r3956 | sigmunau | 2003-03-29 15:30:55 +0100 (Sat, 29 Mar 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/kde/pluginsbox.cpp
-   M /trunk/modules/gui/kde/pluginsbox.h
-   M /trunk/modules/gui/kde/preferences.cpp
-
-preferences.cpp: Changed the preferences dialog to use a tree of categories
-and plugins, the way wxwindows do it.
-pluginsbox.(cpp|h): removed the "Configure" button from CONFIG_ITEM_MODULE
-widgets, as it isn't needed anymore
-
-------------------------------------------------------------------------
-r3957 | gbazin | 2003-03-29 18:10:31 +0100 (Sat, 29 Mar 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-
-* modules/gui/wxwindows/open.cpp: fixed an event problem on win32.
-* modules/gui/wxwindows/wxwindows.cpp: fixed a compilation problem on
-   win32 when the wxwindows interface is compiled as a builtin.
-
-------------------------------------------------------------------------
-r3958 | massiot | 2003-03-30 03:13:37 +0200 (Sun, 30 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/audio_filter/resampler/Modules.am
-   A /trunk/modules/audio_filter/resampler/coreaudio.c
-   M /trunk/src/input/input.c
-
-* Resampler plug-in based on CoreAudio's AudioConverter.
-
-------------------------------------------------------------------------
-r3959 | gbazin | 2003-03-30 04:58:36 +0200 (Sun, 30 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/preferences.cpp: improved the preferences dialog box. It is almost useable now ;)
-
-------------------------------------------------------------------------
-r3960 | gbazin | 2003-03-30 13:43:38 +0200 (Sun, 30 Mar 2003) | 6 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/configuration.h
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* configure.ac.in: removed the -fno-exceptions gcc option from the compilation of the skins plugin as it might be needed after all.
-* modules/demux/m3u.c: upped the priority of the m3u demux as some m3u files were mistaken for ts files.
-* include/configuration.h: added a CONFIG_ITEM_DIRECTORY config type.
-* modules/gui/wxwindows/*: the preferences dialog should be fully useable now.
-
-------------------------------------------------------------------------
-r3961 | sigmunau | 2003-03-30 13:54:29 +0200 (Sun, 30 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/dvdplay/dvd.c
-   M /trunk/modules/misc/logger/logger.c
-
-modules/access/dvdplay/dvd.c: removed an unused configuration category
-modules&misc/logger/logger.c: use add_string_from_list for the logmode
-option
-
-------------------------------------------------------------------------
-r3962 | sigmunau | 2003-03-30 13:59:00 +0200 (Sun, 30 Mar 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/kde/interface.cpp
-   M /trunk/modules/gui/kde/preferences.cpp
-
-modules/gui/kde/interface.cpp: removed a debug message
-modules/gui/kde/preferences.cpp: use sliders for integer and float options
-with a range, use combobox for string_from_list options, fixed a layout
-issue and removed some debug messages
-
-------------------------------------------------------------------------
-r3963 | sigmunau | 2003-03-30 14:15:50 +0200 (Sun, 30 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/kde/interface.cpp
-
-enabled the menu-entry to show file info when there is an input
-
-------------------------------------------------------------------------
-r3964 | gbazin | 2003-03-30 15:23:28 +0200 (Sun, 30 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/src/misc/configuration.c
-
-
-* modules/gui/wxwindows/*: fixed the save feature of the preferences dialog box.
-* src/misc/configuration.c: added support for CONFIG_ITEM_DIRECTORY.
-
-------------------------------------------------------------------------
-r3965 | sigmunau | 2003-03-30 16:09:59 +0200 (Sun, 30 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/file.c
-
-use add_file and not add_string for the "audiofile-path" option
-
-------------------------------------------------------------------------
-r3966 | gbazin | 2003-03-30 16:24:20 +0200 (Sun, 30 Mar 2003) | 5 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/misc/logger/logger.c
-   M /trunk/modules/video_output/fb.c
-   M /trunk/src/libvlc.h
-
-
-* include/configuration.h: added the add_directory() config macro.
-* modules/gui/wxwindows/preferences.cpp: support for add_string_from_list().
-* ALL: changed some add_string() config options to add_file().
-
-------------------------------------------------------------------------
-r3967 | gbazin | 2003-03-30 17:05:32 +0200 (Sun, 30 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-
-* modules/gui/wxwindows/preferences.cpp: we only list the plugins that have config options. That makes things less confusing.
-
-------------------------------------------------------------------------
-r3968 | gbazin | 2003-03-30 18:26:42 +0200 (Sun, 30 Mar 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-   M /trunk/src/libvlc.h
-
-
-* modules/gui/wxwindows/*: small formating changes.
-* modules/video_filter/deinterlace/deinterlace.c, src/libvlc.h: modified a couple of config option descriptions.
-
-------------------------------------------------------------------------
-r3969 | gbazin | 2003-03-30 20:14:39 +0200 (Sun, 30 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dvd/dvd.c
-   M /trunk/modules/access/dvdplay/dvd.c
-   M /trunk/modules/access/dvdread/dvdread.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/satellite/satellite.c
-   M /trunk/modules/access/slp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
-   M /trunk/modules/codec/flacdec.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/mpeg_video/idct/idct.c
-   M /trunk/modules/codec/mpeg_video/idct/idctaltivec.c
-   M /trunk/modules/codec/mpeg_video/idct/idctclassic.c
-   M /trunk/modules/codec/mpeg_video/idct/idctmmx.c
-   M /trunk/modules/codec/mpeg_video/idct/idctmmxext.c
-   M /trunk/modules/codec/mpeg_video/motion/motion.c
-   M /trunk/modules/codec/mpeg_video/motion/motion3dnow.c
-   M /trunk/modules/codec/mpeg_video/motion/motionaltivec.c
-   M /trunk/modules/codec/mpeg_video/motion/motionmmx.c
-   M /trunk/modules/codec/mpeg_video/motion/motionmmxext.c
-   M /trunk/modules/codec/mpeg_video/parser.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/lirc/lirc.c
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/demux/aac/demux.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/mpeg/audio.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/familiar/familiar.c
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/gtk2/gnome2.c
-   M /trunk/modules/gui/gtk2/gtk2.c
-   M /trunk/modules/gui/kde/kde.cpp
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/ncurses/ncurses.c
-   M /trunk/modules/gui/qnx/qnx.c
-   M /trunk/modules/gui/qt/qt.cpp
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/win32/win32.cpp
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/modules/misc/logger/logger.c
-   M /trunk/modules/misc/memcpy/memcpy.c
-   M /trunk/modules/misc/memcpy/memcpyaltivec.c
-   M /trunk/modules/misc/qte_main.cpp
-   M /trunk/modules/misc/sap.c
-   M /trunk/modules/misc/screensaver.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output/aa.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/encoder.c
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/glide.c
-   M /trunk/modules/video_output/mga/mga.c
-   M /trunk/modules/video_output/mga/xmga.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/svgalib.c
-   M /trunk/modules/video_output/wingdi.c
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xvideo.c
-   M /trunk/modules/visualization/xosd/xosd.c
-
-
-* modules/*: sanitization of the modules description strings.
-
-------------------------------------------------------------------------
-r3970 | gbazin | 2003-03-30 21:56:11 +0200 (Sun, 30 Mar 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-
-
-* modules/gui/wxwindows/*: another bunch of improvements.
-
-------------------------------------------------------------------------
-r3971 | jlj | 2003-03-31 01:35:06 +0200 (Mon, 31 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/audio_output/Modules.am
-   A /trunk/modules/audio_output/coreaudio.c
-   M /trunk/modules/gui/macosx/Modules.am
-   D /trunk/modules/gui/macosx/aout.m
-   M /trunk/modules/gui/macosx/macosx.m
-
- * ALL: Move CoreAudio aout into seperate module.
-
-------------------------------------------------------------------------
-r3972 | fenrir | 2003-03-31 05:46:11 +0200 (Mon, 31 Mar 2003) | 14 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/packetizer/a52.c
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegaudio.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/src/stream_output/stream_output.c
-
- * v4l: updated, now it should grab (and compress if you want) the video.
-Audio grabbing part is commented out and untested.
- The syntax is like that:
-  v4l:<device>[:option=value:...]
- options: channel,norm (pal, ntsc,secam), frequency (not really there is
-          a factor), audio, size (WxH or subqcif,qsif,qcif,sif,cif,vga),
-          codec (optional, mpeg1 or mpeg4 and need to have compiled the
-          encoders modules)
- ex: v4l:/dev/video:channel=0:frequency=8052:norm=secam:size=vga
- Please test.
- * rawvideo.c: a pseudo decoder for raw video (I420).
- * packetizer/*, mux/*, stream_output.c: fixed (I hope) audio/video
-synchro problems.
-
-------------------------------------------------------------------------
-r3973 | fenrir | 2003-03-31 06:26:17 +0200 (Mon, 31 Mar 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
- * v4l: forgot a munmap.
-
-------------------------------------------------------------------------
-r3974 | gbazin | 2003-04-01 00:39:23 +0200 (Tue, 01 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-
-* po/*: updated the po directory.
-
-------------------------------------------------------------------------
-r3975 | massiot | 2003-04-01 00:39:28 +0200 (Tue, 01 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/coreaudio.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/gui/familiar/interface.c
-
-* modules/codec/*: Fixed a PTS bug at the initialization of some codecs
-* modules/audio_filter/resampler/coreaudio.c: Set score to 0
-
-------------------------------------------------------------------------
-r3976 | sigmunau | 2003-04-01 01:32:44 +0200 (Tue, 01 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
-Changed a duplicate string, and removed an info string that isn't really
-useful
-
-------------------------------------------------------------------------
-r3977 | sigmunau | 2003-04-01 01:37:36 +0200 (Tue, 01 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-made a format-only string untranslateable
-
-------------------------------------------------------------------------
-r3978 | gbazin | 2003-04-01 02:18:29 +0200 (Tue, 01 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/popup.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-
-* modules/gui/wxwindows/*: few modifications to the strings.
-
-------------------------------------------------------------------------
-r3979 | massiot | 2003-04-01 12:46:35 +0200 (Tue, 01 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/system.c
-
-* TS demux patches, courtesy of Andy Lindsay <andy_vl@ananam.com>.
-
-------------------------------------------------------------------------
-r3980 | massiot | 2003-04-01 13:12:15 +0200 (Tue, 01 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Added Andy Lindsay.
-
-------------------------------------------------------------------------
-r3981 | gbazin | 2003-04-01 14:24:54 +0200 (Tue, 01 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/event.cpp
-
-
-* modules/gui/skins/src/event.cpp: Event::CreateEvent() was trying to free
-   statically allocated strings.
-
-------------------------------------------------------------------------
-r3982 | gbazin | 2003-04-01 18:11:43 +0200 (Tue, 01 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: misc small improvements and fixes.
-
-------------------------------------------------------------------------
-r3983 | sam | 2003-04-01 18:13:39 +0200 (Tue, 01 Apr 2003) | 5 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/woody-buildpackage
-
-  * ./debian/control: changed the section of gnome-vlc and kvlc according to
-    new Debian archive sections.
-  * ./debian/woody-buildpackage: updated woody-buildpackage so that packages
-    say "stable".
-
-------------------------------------------------------------------------
-r3984 | massiot | 2003-04-02 00:29:42 +0200 (Wed, 02 Apr 2003) | 6 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* Bumped up revision number to 0.5.3-test2
-* modules/access_output/udp.c: Now supports IPv6 IP addresses (patch
-  courtesy of Alexis Guillard)
-* po/*: Updated po files to send out to the translators
-* Mac OS X port: Cosmetics
-
-------------------------------------------------------------------------
-r3985 | massiot | 2003-04-02 17:20:12 +0200 (Wed, 02 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-* Fixed a bug with the stream: input plug-in when receiving no data.
-
-------------------------------------------------------------------------
-r3986 | sigmunau | 2003-04-02 23:21:57 +0200 (Wed, 02 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-Fixed a bug when trying to set 4 channel output
-
-------------------------------------------------------------------------
-r3987 | massiot | 2003-04-03 01:16:30 +0200 (Thu, 03 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-* Added a new kfir: access module, designed to work around a bug in the
-  kfir driver.
-
-------------------------------------------------------------------------
-r3988 | massiot | 2003-04-04 21:32:22 +0200 (Fri, 04 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-.
-
-------------------------------------------------------------------------
-r3989 | gbazin | 2003-04-05 14:32:19 +0200 (Sat, 05 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/install-win32
-   M /trunk/modules/access/dvdplay/access.c
-
-
-* modules/access/dvdplay/access.c: fixed a bug in dvdNewArea() when i_angle == 0.
-* install-win32: misc improvements to the nsis installer script.
-
-------------------------------------------------------------------------
-r3990 | gbazin | 2003-04-05 14:43:39 +0200 (Sat, 05 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-
-* modules/codec/libmpeg2.c: hack to keep libmpeg2 from stealing pictures from the vout when the decoder is closed.
-
-------------------------------------------------------------------------
-r3991 | massiot | 2003-04-06 03:00:07 +0200 (Sun, 06 Apr 2003) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/doc/release-howto.txt
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/po/de.po
-   M /trunk/po/it.po
-   M /trunk/src/misc/configuration.c
-
-* OS X : create dummy fr.lproj etc. directories, so that the Apple menu and standard file dialogs be translated too
-* modules/gui/wxwindows/open.cpp: fixed a string
-* src/misc/configuration.c: don't yell when a config variable disappears
-* po/de.po po/it.po: new translations by maintainers
-
-------------------------------------------------------------------------
-r3992 | sigmunau | 2003-04-06 12:34:38 +0200 (Sun, 06 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/po/no.po
-
-Some simple updates
-
-------------------------------------------------------------------------
-r3993 | sigmunau | 2003-04-06 15:18:26 +0200 (Sun, 06 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-
-expand info categories by default
-
-------------------------------------------------------------------------
-r3994 | massiot | 2003-04-06 16:12:46 +0200 (Sun, 06 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-Disabled the translation configuration variable on OS X since it doesn't
-work.
-
-------------------------------------------------------------------------
-r3995 | massiot | 2003-04-06 17:43:02 +0200 (Sun, 06 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/NEWS
-   M /trunk/THANKS
-   A /trunk/extras/MacOSX/Resources/README
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/po/de.po
-   M /trunk/po/fr.po
-
-* Updated French and German translations courtesy of their maintainers
-* THANKS: added Jean-Pierre Kuypers, French translator
-* NEWS: updated for 0.5.3 release. Please check.
-
-------------------------------------------------------------------------
-r3996 | gbazin | 2003-04-06 18:30:43 +0200 (Sun, 06 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/messages.cpp: added a verbose checkbox which enables the warning and debug messages (disabled by default).
-* NEWS: updated the NEWS file.
-
-------------------------------------------------------------------------
-r3997 | gbazin | 2003-04-06 19:14:43 +0200 (Sun, 06 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/install-win32
-
-
-* Makefile.am, install-win32: added the default skin to the win32 package.
-
-------------------------------------------------------------------------
-r3998 | titer | 2003-04-06 19:16:07 +0200 (Sun, 06 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
- Fixed a linkage problem with BeOS/BONE.
-
-------------------------------------------------------------------------
-r3999 | gbazin | 2003-04-06 19:48:06 +0200 (Sun, 06 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-
-* modules/demux/mp4/mp4.c: fixed an off by one error in array access.
-
-------------------------------------------------------------------------
-r4000 | ipkiss | 2003-04-06 19:57:11 +0200 (Sun, 06 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-
- - modules/gui/skins/skin_main.cpp: Try to open the default XML file first
-
-------------------------------------------------------------------------
-r4001 | sigmunau | 2003-04-06 22:08:11 +0200 (Sun, 06 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-
-Support files that are called .asx and .pls but really are just .m3u files
-
-------------------------------------------------------------------------
-r4002 | karibu | 2003-04-06 22:27:57 +0200 (Sun, 06 Apr 2003) | 2 lines
-Changed paths:
-   A /trunk/share/skins/default/add1.bmp
-   A /trunk/share/skins/default/add2.bmp
-   A /trunk/share/skins/default/add3.bmp
-   D /trunk/share/skins/default/b1.bmp
-   D /trunk/share/skins/default/b1_down.bmp
-   D /trunk/share/skins/default/b1_up.bmp
-   D /trunk/share/skins/default/b2_down.bmp
-   D /trunk/share/skins/default/b2_up.bmp
-   D /trunk/share/skins/default/b3_disabled.bmp
-   D /trunk/share/skins/default/b3_down.bmp
-   D /trunk/share/skins/default/b3_up.bmp
-   D /trunk/share/skins/default/b4_disabled.bmp
-   D /trunk/share/skins/default/b4_down.bmp
-   D /trunk/share/skins/default/b4_up.bmp
-   D /trunk/share/skins/default/b5_disabled.bmp
-   D /trunk/share/skins/default/b5_down.bmp
-   D /trunk/share/skins/default/b5_up.bmp
-   D /trunk/share/skins/default/b6_down.bmp
-   D /trunk/share/skins/default/b6_up.bmp
-   D /trunk/share/skins/default/b7_down.bmp
-   D /trunk/share/skins/default/b7_up.bmp
-   D /trunk/share/skins/default/body.bmp
-   D /trunk/share/skins/default/cursor_down.bmp
-   D /trunk/share/skins/default/cursor_up.bmp
-   A /trunk/share/skins/default/del1.bmp
-   A /trunk/share/skins/default/del2.bmp
-   A /trunk/share/skins/default/del3.bmp
-   D /trunk/share/skins/default/dev_down.bmp
-   D /trunk/share/skins/default/dev_up.bmp
-   D /trunk/share/skins/default/log_down.bmp
-   D /trunk/share/skins/default/log_up.bmp
-   A /trunk/share/skins/default/next1.bmp
-   A /trunk/share/skins/default/next2.bmp
-   A /trunk/share/skins/default/next3.bmp
-   A /trunk/share/skins/default/next4.bmp
-   A /trunk/share/skins/default/open1.bmp
-   A /trunk/share/skins/default/open2.bmp
-   A /trunk/share/skins/default/open3.bmp
-   A /trunk/share/skins/default/pause1.bmp
-   A /trunk/share/skins/default/pause2.bmp
-   A /trunk/share/skins/default/pause3.bmp
-   A /trunk/share/skins/default/pause4.bmp
-   A /trunk/share/skins/default/play1.bmp
-   A /trunk/share/skins/default/play2.bmp
-   A /trunk/share/skins/default/play3.bmp
-   A /trunk/share/skins/default/play4.bmp
-   D /trunk/share/skins/default/playlist.bmp
-   A /trunk/share/skins/default/playlist1.bmp
-   A /trunk/share/skins/default/playlist2.bmp
-   A /trunk/share/skins/default/playlist3.bmp
-   A /trunk/share/skins/default/playlist_body.bmp
-   A /trunk/share/skins/default/prev1.bmp
-   A /trunk/share/skins/default/prev2.bmp
-   A /trunk/share/skins/default/prev3.bmp
-   A /trunk/share/skins/default/prev4.bmp
-   A /trunk/share/skins/default/quit1.bmp
-   A /trunk/share/skins/default/quit2.bmp
-   A /trunk/share/skins/default/quit3.bmp
-   D /trunk/share/skins/default/quit_down.bmp
-   D /trunk/share/skins/default/quit_up.bmp
-   D /trunk/share/skins/default/slider.bmp
-   A /trunk/share/skins/default/slider1.bmp
-   A /trunk/share/skins/default/slider2.bmp
-   A /trunk/share/skins/default/stop1.bmp
-   A /trunk/share/skins/default/stop2.bmp
-   A /trunk/share/skins/default/stop3.bmp
-   A /trunk/share/skins/default/stop4.bmp
-   D /trunk/share/skins/default/theme.xml
-
-* Changed default skin files
-
-------------------------------------------------------------------------
-r4003 | karibu | 2003-04-06 22:46:30 +0200 (Sun, 06 Apr 2003) | 2 lines
-Changed paths:
-   A /trunk/share/skins/default/body.bmp
-   A /trunk/share/skins/default/theme.xml
-
-* Added missing files
-
-------------------------------------------------------------------------
-r4004 | gbazin | 2003-04-06 23:48:25 +0200 (Sun, 06 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-
-* po/fr.po: another bunch of updates to the french translation.
-
-------------------------------------------------------------------------
-r4005 | hartman | 2003-04-07 01:00:24 +0200 (Mon, 07 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-* some small changes/fixes
-
-------------------------------------------------------------------------
-r4006 | massiot | 2003-04-07 01:21:14 +0200 (Mon, 07 Apr 2003) | 7 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure.ac.in
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/toolbox
-
-* Bumped up revision number to 0.5.3
-* po/* : run --update-po before the release
-* ChangeLog : run --update-changelog
-* toolbox : ChangeLog is UTC
-* OS X : fixed a bug with the deinterlace menu and localizations (thanks
-  Felix)
-
-------------------------------------------------------------------------
-r4007 | massiot | 2003-04-07 01:44:53 +0200 (Mon, 07 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/libvlc.h
-
-* Renamed the "headphone" option to "headphone-opt" to avoid error
-messages "option headphone does not exist". I'm not clever enough to find
-out why it doesn't work when it's named "headphone".
-
-------------------------------------------------------------------------
-r4008 | gbazin | 2003-04-07 11:25:54 +0200 (Mon, 07 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-
-* modules/gui/wxwindows/interface.cpp: removed debug message.
-
-------------------------------------------------------------------------
-r4009 | gbazin | 2003-04-07 13:48:51 +0200 (Mon, 07 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-
-* src/misc/configuration.c: what the f??k, configuration variable names
-   and subtypes were being translated.
-
-------------------------------------------------------------------------
-r4010 | hartman | 2003-04-07 14:41:51 +0200 (Mon, 07 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/po/nl.po
-
-* new dutch translation
-* readded Mac OS X readme file to Mac OS X distribution
-* fixed some errors in the readme
-
-------------------------------------------------------------------------
-r4011 | gbazin | 2003-04-07 15:01:39 +0200 (Mon, 07 Apr 2003) | 5 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-
-* src/libvlc.c: reload the main module in case the user asks for the
-   translation to be disabled. That way, the translation will even be
-   disabled in the preferences panel.
-
-------------------------------------------------------------------------
-r4012 | gbazin | 2003-04-07 15:46:06 +0200 (Mon, 07 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-
-* src/libvlc.c: fixed the translation config option to also take into
-  account the value in the config file.
-
-------------------------------------------------------------------------
-r4013 | gbazin | 2003-04-07 18:02:08 +0200 (Mon, 07 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/waveout.c
-
-
-* modules/audio_output/directx.c, modules/audio_output/waveout.c:
-   cosmetic changes.
-
-------------------------------------------------------------------------
-r4014 | gbazin | 2003-04-07 19:35:01 +0200 (Mon, 07 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/po/fr.po
-
-
-* po/fr.po: small update.
-* modules/codec/libmpeg2.c: we now bypass libmpeg2 buffer management. As a nice side effect, still pictures in dvd menus are working now :)
-
-------------------------------------------------------------------------
-r4015 | massiot | 2003-04-07 23:51:27 +0200 (Mon, 07 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/src/libvlc.c
-
-* Updated ChangeLog
-* src/libvlc.c: Darwin doesn't have a "translation" config variable
-
-------------------------------------------------------------------------
-r4016 | gbazin | 2003-04-08 04:06:13 +0200 (Tue, 08 Apr 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/event.h
-
-
-*  modules/gui/skins/src/event.cpp, modules/gui/skins/src/event.h:
-    fixed 2 nasty buffer overflows. This fixes the last crashes I've got
-    with the skins interface.
-
-------------------------------------------------------------------------
-r4017 | alexis | 2003-04-08 09:19:57 +0200 (Tue, 08 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/vlc.spec.redhat
-
-Update spec file for the 0.5.3 release, courtesy of Jason Luka.
-
-------------------------------------------------------------------------
-r4018 | sigmunau | 2003-04-08 09:22:10 +0200 (Tue, 08 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/video_filter/Modules.am
-   M /trunk/modules/video_filter/osd_text.c
-
-modules/video_filter/Modules.am: forgot to add the osdtest module
-modules/video_filter/osd_text.c: fixed a bug in size/place calculations.
-Support gamma correction of the text.
-
-------------------------------------------------------------------------
-r4019 | massiot | 2003-04-08 10:36:00 +0200 (Tue, 08 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
-
-* Fixed the translation option with Mac OS X.
-
-------------------------------------------------------------------------
-r4020 | sam | 2003-04-08 10:59:25 +0200 (Tue, 08 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: if CoreAudio is too old, disable the coreaudio_resampler
-    module for the moment.
-
-------------------------------------------------------------------------
-r4021 | sam | 2003-04-08 15:22:10 +0200 (Tue, 08 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/changelog
-
-  * ./debian/changelog: ready for releasable .deb packages.
-
-------------------------------------------------------------------------
-r4022 | gbazin | 2003-04-08 23:26:22 +0200 (Tue, 08 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/waveout.c
-
-
-* modules/audio_output/waveout.c: compilation fix for builtins only build.
-
-------------------------------------------------------------------------
-r4023 | massiot | 2003-04-08 23:31:52 +0200 (Tue, 08 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-* Updated ChangeLog.
-
-------------------------------------------------------------------------
-r4024 | massiot | 2003-04-09 00:38:45 +0200 (Wed, 09 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-Now 0.5.4-cvs.
-
-------------------------------------------------------------------------
-r4025 | titer | 2003-04-09 11:40:36 +0200 (Wed, 09 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
- - fixed my last fix for BeOS/BONE
- - fixed v4l detection
-
-------------------------------------------------------------------------
-r4026 | titer | 2003-04-09 11:59:59 +0200 (Wed, 09 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
- v4l.c: compile fix
-
-------------------------------------------------------------------------
-r4027 | sam | 2003-04-09 12:17:30 +0200 (Wed, 09 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/rules
-
-  * ./debian/rules: fixed a clock skew issue in debian/rules.
-
-------------------------------------------------------------------------
-r4028 | sam | 2003-04-09 12:34:05 +0200 (Wed, 09 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/rules
-
-  * ./debian/rules: we now remove spurious woody build files in the clean rule.
-
-------------------------------------------------------------------------
-r4029 | sam | 2003-04-09 13:43:03 +0200 (Wed, 09 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/woody-buildpackage
-
-  * ./debian/woody-buildpackage: additional error checking.
-
-------------------------------------------------------------------------
-r4030 | sam | 2003-04-09 14:03:44 +0200 (Wed, 09 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/kde/preferences.cpp
-
-  * ./modules/gui/kde/preferences.cpp: KDE 2 backport.
-
-------------------------------------------------------------------------
-r4031 | sam | 2003-04-09 14:33:14 +0200 (Wed, 09 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/rules
-
-  * ./debian/rules: mouahaha, cutting off the branch I was sitting on.
-
-------------------------------------------------------------------------
-r4032 | hartman | 2003-04-09 16:12:49 +0200 (Wed, 09 Apr 2003) | 7 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/playlist.m
-
-* modules/gui/macosx/*:
-  - when adding multiple files, we sort them alphabetically before adding them.
-    stupid finder ;)
-
-* modules/demux/asf/asf.c:
-  - avoid a duplicate translation of a string
-
-------------------------------------------------------------------------
-r4033 | sam | 2003-04-09 18:05:58 +0200 (Wed, 09 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/autotools/.cvsignore
-   M /trunk/toolbox
-
-  * ./toolbox: implemented toolbox --distclean to clean the tree without
-    having to bootstrap/configure/whatever.
-
-------------------------------------------------------------------------
-r4034 | sam | 2003-04-09 18:18:36 +0200 (Wed, 09 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   D /trunk/mozilla/classinfo.h
-   D /trunk/mozilla/npunix.c
-   D /trunk/mozilla/npwin.cpp
-   A /trunk/mozilla/support
-   A /trunk/mozilla/support/classinfo.h
-   A /trunk/mozilla/support/npmac.cpp
-   A /trunk/mozilla/support/npunix.c
-   A /trunk/mozilla/support/npwin.cpp
-   M /trunk/mozilla/vlcpeer.h
-   M /trunk/mozilla/vlcshell.cpp
-
-  * ./mozilla/*: moved support files in a separate directory.
-  * ./mozilla/support/npmac.cpp: added a hacked version of Mozilla's npmac.cpp
-    that builds with g++ instead of CodeWarrior.
-
-------------------------------------------------------------------------
-r4035 | sam | 2003-04-09 19:27:51 +0200 (Wed, 09 Apr 2003) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/mozilla/support/.cvsignore
-   A /trunk/mozilla/vlc.r
-   M /trunk/mozilla/vlcshell.cpp
-
-  * ./Makefile.am: we call pbxbuilder with the explicit target name, because
-    we might have an additional target one day, such as vlcplugin :)
-  * ./mozilla/vlc.r: OS X specific resource file for an OS X plugin.
-  * ./mozilla/vlcshell.cpp: added required OS X functions.
-
-------------------------------------------------------------------------
-r4036 | gbazin | 2003-04-09 21:58:25 +0200 (Wed, 09 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/messages.c
-
-
-* src/libvlc.c: fixed the "color" config option.
-* src/misc/messages.c: removed an unnecessary #ifdef WIN32 in PrintMsg().
-
-------------------------------------------------------------------------
-r4037 | jpsaman | 2003-04-09 22:07:47 +0200 (Wed, 09 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/control.zaurus
-   M /trunk/ipkg/rules
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/rules.opie
-   M /trunk/ipkg/rules.zaurus
-
-Familiar Linux (GPE/GTK+,OPIE) packaging and building scripts.
-
-------------------------------------------------------------------------
-r4038 | hartman | 2003-04-09 22:53:28 +0200 (Wed, 09 Apr 2003) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile.am
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   A /trunk/extras/MacOSX/Resources/about_bg.png
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/Modules.am
-   A /trunk/modules/gui/macosx/about.h
-   A /trunk/modules/gui/macosx/about.m
-
-* All : added an about VLC panel. It scrolls the names and the work of the
-        AUTHORS file.
-
-* AUTHORS: updated my own info
-
-------------------------------------------------------------------------
-r4039 | sam | 2003-04-11 21:15:36 +0200 (Fri, 11 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/woody-buildpackage
-
-  * ./debian/control: changed the libvlc0-dev section to libdevel (to match
-    the Debian installer's override file).
-  * ./debian/woody-buildpackage: updated accordingly.
-
-------------------------------------------------------------------------
-r4040 | asmax | 2003-04-11 22:45:48 +0200 (Fri, 11 Apr 2003) | 7 lines
-Changed paths:
-   A /trunk/build-vlc
-   A /trunk/config.in
-   A /trunk/defconfig
-   A /trunk/doc/Configure.help
-   A /trunk/lxdialog
-   A /trunk/lxdialog/BIG.FAT.WARNING
-   A /trunk/lxdialog/Makefile
-   A /trunk/lxdialog/checklist.c
-   A /trunk/lxdialog/colors.h
-   A /trunk/lxdialog/dialog.h
-   A /trunk/lxdialog/inputbox.c
-   A /trunk/lxdialog/lxdialog.c
-   A /trunk/lxdialog/menubox.c
-   A /trunk/lxdialog/msgbox.c
-   A /trunk/lxdialog/textbox.c
-   A /trunk/lxdialog/util.c
-   A /trunk/lxdialog/yesno.c
-   A /trunk/menuconfig
-   M /trunk/python/Makefile
-
-* user-friendly(?) build system, based on linux Menuconfig script.
-  Just run ./menuconfig and ./build-vlc (or just ./build-vlc)
-  It's actually a wrapper which calls configure, but only a small number
-  of vlc functionalities has been implemented at the moment.
-  Please try it however ;)
-  (you must have libncurses-dev installed)
-
-------------------------------------------------------------------------
-r4041 | videolan | 2003-04-11 23:19:49 +0200 (Fri, 11 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/button.cpp
-   M /trunk/modules/gui/skins/controls/checkbox.cpp
-   M /trunk/modules/gui/skins/controls/image.cpp
-
-* Fixed bug: When button or checkbox are disabled, the previous control can't
-             take the hand
-
-------------------------------------------------------------------------
-r4042 | videolan | 2003-04-12 00:08:07 +0200 (Sat, 12 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/parser/flex.c
-   M /trunk/modules/gui/skins/parser/skin.c
-   M /trunk/modules/gui/skins/parser/skin.h
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/event.h
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.h
-
-* New message: VLC_NET_ADDUDP, to add an UDP stream to the playlist. Still
-               experimental
-
-------------------------------------------------------------------------
-r4043 | asmax | 2003-04-12 11:57:38 +0200 (Sat, 12 Apr 2003) | 5 lines
-Changed paths:
-   M /trunk/build-vlc
-   M /trunk/config.in
-   M /trunk/defconfig
-
-* more options in menuconfig script
-  Only tested under linux; please give feedback if something is wrong
-  Some help should be written in doc/Configure.help; if you know what
-  to write there, please contribute !
-
-------------------------------------------------------------------------
-r4044 | asmax | 2003-04-12 12:01:41 +0200 (Sat, 12 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/build-vlc
-
-* fixed a typo
-
-------------------------------------------------------------------------
-r4045 | asmax | 2003-04-12 12:34:08 +0200 (Sat, 12 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/build-vlc
-   M /trunk/config.in
-   M /trunk/defconfig
-
-* fixed dependencies and added options
-
-------------------------------------------------------------------------
-r4046 | asmax | 2003-04-12 15:06:55 +0200 (Sat, 12 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/python/setup.py
-
-* added libraries to please Bill ;)
-
-------------------------------------------------------------------------
-r4047 | asmax | 2003-04-12 15:17:48 +0200 (Sat, 12 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/menuconfig
-
-* renamed "kernel" into "vlc" ;)
-
-------------------------------------------------------------------------
-r4048 | asmax | 2003-04-12 23:43:27 +0200 (Sat, 12 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/config.in
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/skins/Modules.am
-   M /trunk/modules/gui/skins/controls/slider.cpp
-   A /trunk/modules/gui/skins/gtk2
-   A /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
-   A /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
-   A /trunk/modules/gui/skins/gtk2/gtk2_bitmap.h
-   A /trunk/modules/gui/skins/gtk2/gtk2_dialog.cpp
-   A /trunk/modules/gui/skins/gtk2/gtk2_dialog.h
-   A /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.cpp
-   A /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.h
-   A /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
-   A /trunk/modules/gui/skins/gtk2/gtk2_event.h
-   A /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
-   A /trunk/modules/gui/skins/gtk2/gtk2_font.h
-   A /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
-   A /trunk/modules/gui/skins/gtk2/gtk2_graphics.h
-   A /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   A /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   A /trunk/modules/gui/skins/gtk2/gtk2_theme.h
-   A /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   A /trunk/modules/gui/skins/gtk2/gtk2_window.h
-   M /trunk/modules/gui/skins/os_api.h
-   M /trunk/modules/gui/skins/os_bitmap.h
-   M /trunk/modules/gui/skins/os_dialog.h
-   M /trunk/modules/gui/skins/os_event.h
-   M /trunk/modules/gui/skins/os_font.h
-   M /trunk/modules/gui/skins/os_graphics.h
-   M /trunk/modules/gui/skins/os_theme.h
-   M /trunk/modules/gui/skins/os_window.h
-   M /trunk/modules/gui/skins/parser/wrappers.cpp
-   M /trunk/modules/gui/skins/src/dialog.cpp
-   M /trunk/modules/gui/skins/src/event.h
-   M /trunk/modules/gui/skins/src/font.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/themeloader.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/skins/win32/win32_api.cpp
-   M /trunk/modules/gui/skins/win32/win32_bitmap.cpp
-   M /trunk/modules/gui/skins/win32/win32_bitmap.h
-   M /trunk/modules/gui/skins/win32/win32_dialog.cpp
-   M /trunk/modules/gui/skins/win32/win32_dialog.h
-   M /trunk/modules/gui/skins/win32/win32_dragdrop.cpp
-   M /trunk/modules/gui/skins/win32/win32_dragdrop.h
-   M /trunk/modules/gui/skins/win32/win32_event.cpp
-   M /trunk/modules/gui/skins/win32/win32_event.h
-   M /trunk/modules/gui/skins/win32/win32_font.cpp
-   M /trunk/modules/gui/skins/win32/win32_font.h
-   M /trunk/modules/gui/skins/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins/win32/win32_graphics.h
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-   M /trunk/modules/gui/skins/win32/win32_theme.cpp
-   M /trunk/modules/gui/skins/win32/win32_theme.h
-   M /trunk/modules/gui/skins/win32/win32_window.cpp
-   M /trunk/modules/gui/skins/win32/win32_window.h
-
-* at last made the skin module compile under linux !
-  It does absolutely nothing, but it compiles ;)
-
-------------------------------------------------------------------------
-r4049 | asmax | 2003-04-13 00:50:42 +0200 (Sun, 13 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/text.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_dialog.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-
-* now the skin module compiles AND links !
-  (and segfaults... ;)
-
-------------------------------------------------------------------------
-r4050 | asmax | 2003-04-13 19:46:23 +0200 (Sun, 13 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.h
-   M /trunk/modules/gui/skins/parser/wrappers.cpp
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/theme.cpp
-   M /trunk/modules/gui/skins/src/themeloader.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-
-* Gtk2 skins: it doesn't work but it runs without any segfault, so
-  I commit ;)
-  (I probably broke skins under windows....)
-
-------------------------------------------------------------------------
-r4051 | asmax | 2003-04-13 21:09:59 +0200 (Sun, 13 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_dialog.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/src/theme.cpp
-
-* should have repaired win32 skins
-
-------------------------------------------------------------------------
-r4052 | fenrir | 2003-04-13 22:00:21 +0200 (Sun, 13 Apr 2003) | 19 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/stream_output.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/Makefile.am
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/packetizer/a52.c
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegaudio.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   A /trunk/modules/stream_out
-   A /trunk/modules/stream_out/Modules.am
-   A /trunk/modules/stream_out/display.c
-   A /trunk/modules/stream_out/dummy.c
-   A /trunk/modules/stream_out/duplicate.c
-   A /trunk/modules/stream_out/es.c
-   A /trunk/modules/stream_out/standard.c
-   A /trunk/modules/stream_out/transcode.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/stream_output/stream_output.c
-
- * all: new sout scheme. Now a chain of module are created that can
-modify/apply on all streams, --sout has the same behavour expect when
-starting with a '#'.
-
- With a starting '#' you can specify a chain of modules, it's still
-unstable but a lot more powerfull.
- You have access to duplicate(that duplicate all stream), transcode
-(using only ffmpeg), standard/std and es (that apply muxers and access),
-and display. You could chain them with ':' and specify options with
-{option1=value,option2=value[,...]}.
-
-ex: * to stream and see the stream to udp/ts:ip
- --sout '#duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'
-    * to transcode,see and stream
- --sout '#transcode{acodec=mpga}:duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'
-
- Without a starting '#', the url is converted into '#std{acces=,mux=,url}'
-Test and report bugs :)
-
-------------------------------------------------------------------------
-r4053 | asmax | 2003-04-13 22:07:34 +0200 (Sun, 13 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/os_graphics.h
-   M /trunk/modules/gui/skins/src/window.cpp
-
-* something will be visible soon, be patient...
- (this silly GDK doesn't know BMP images :(
-
-------------------------------------------------------------------------
-r4054 | zorglub | 2003-04-14 00:15:14 +0200 (Mon, 14 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/doc/faq/Makefile
-   M /trunk/doc/faq/faq-alone.sgml
-
-* the file generated is not article1.html anymore but faq.html. This should fix the 404 problems with the builds.
-* /doc/faq/Makefile: now use "onehtml" output.
-* /doc/faq/faq-alone.sgml: added id="faq" to make generated files coherent
-
-------------------------------------------------------------------------
-r4055 | asmax | 2003-04-14 00:55:15 +0200 (Mon, 14 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/image.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-
-* at last an image !!
-
-------------------------------------------------------------------------
-r4056 | fenrir | 2003-04-14 04:26:49 +0200 (Mon, 14 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/display.c
-
- * display.c: fixed decoding problem with mpeg1/2. (input_NewPacket doesn't
-set p_payload_end to the good value -> some packets are bigger than
-requested).
-
-------------------------------------------------------------------------
-r4057 | fenrir | 2003-04-14 05:13:30 +0200 (Mon, 14 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode.c: removed an absolute header path...
-
-------------------------------------------------------------------------
-r4058 | fenrir | 2003-04-14 05:23:30 +0200 (Mon, 14 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/util/sub.c
-
- * all: correctly set p_payload_end when using input_NewPacket.(But
-we should perhaps change the behavour of input_NewPacket).
-
-------------------------------------------------------------------------
-r4059 | karibu | 2003-04-14 12:00:39 +0200 (Mon, 14 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/banks.cpp
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/event.h
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.h
-
-* Added use of channel server for skins: still experimental
-
-------------------------------------------------------------------------
-r4060 | asmax | 2003-04-14 12:18:25 +0200 (Mon, 14 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-
-* bad directory
-
-------------------------------------------------------------------------
-r4061 | asmax | 2003-04-14 19:03:42 +0200 (Mon, 14 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-
-* get the size of a bitmap
-
-------------------------------------------------------------------------
-r4062 | sam | 2003-04-14 19:16:26 +0200 (Mon, 14 Apr 2003) | 5 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-  * ./debian/rules: we now build the static objects twice: once the normal
-    way before we link them with VLC, and once with -fPIC so that they can
-    be linked to the Mozilla plugin. Don't worry, it's Debian-specific, and
-    we don't need it on x86.
-
-------------------------------------------------------------------------
-r4063 | karibu | 2003-04-14 19:56:45 +0200 (Mon, 14 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
-
-* Controls coordinate are available
-
-------------------------------------------------------------------------
-r4064 | asmax | 2003-04-14 20:05:35 +0200 (Mon, 14 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-
-* better window size
-
-------------------------------------------------------------------------
-r4065 | sam | 2003-04-14 20:10:47 +0200 (Mon, 14 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: skins _disabled_ by default on [!win32].
-
-------------------------------------------------------------------------
-r4066 | asmax | 2003-04-14 22:07:49 +0200 (Mon, 14 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.h
-   M /trunk/modules/gui/skins/src/window.cpp
-
-* it works !
-
-------------------------------------------------------------------------
-r4067 | asmax | 2003-04-14 22:17:33 +0200 (Mon, 14 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-
-* it works event better !!
-
-------------------------------------------------------------------------
-r4068 | asmax | 2003-04-14 23:38:31 +0200 (Mon, 14 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
-
-* implemented OSAPI_GetTime() with glib
-
-------------------------------------------------------------------------
-r4069 | massiot | 2003-04-15 00:22:32 +0200 (Tue, 15 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc_common.h
-   A /trunk/include/vout_synchro.h
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/video_output/video_output.c
-   A /trunk/src/video_output/vout_synchro.c
-
-* Implementation of a frame-dropping algorithm for the libmpeg2 plug-in
-  (incomplete).
-
-------------------------------------------------------------------------
-r4070 | gbazin | 2003-04-15 00:29:06 +0200 (Tue, 15 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/event.cpp
-
-
-* modules/gui/skins/src/event.cpp: fixed another small buffer overrun.
-
-------------------------------------------------------------------------
-r4071 | sam | 2003-04-15 01:07:38 +0200 (Tue, 15 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * ./toolbox: fixed a bashism.
-
-------------------------------------------------------------------------
-r4072 | sam | 2003-04-15 01:10:20 +0200 (Tue, 15 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * ./toolbox: the Solaris diff does not understand -q, just replaced it
-    with 2>&1 >/dev/null.
-
-------------------------------------------------------------------------
-r4073 | ipkiss | 2003-04-15 03:19:11 +0200 (Tue, 15 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.h
-   M /trunk/modules/gui/skins/src/window.cpp
-
- * basic event handling
-
-------------------------------------------------------------------------
-r4074 | ipkiss | 2003-04-15 13:46:19 +0200 (Tue, 15 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-
- * compilation fix
-
-------------------------------------------------------------------------
-r4075 | hartman | 2003-04-15 14:40:03 +0200 (Tue, 15 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* reselect current playlist item when reordering items.
-
-------------------------------------------------------------------------
-r4076 | hartman | 2003-04-15 16:05:13 +0200 (Tue, 15 Apr 2003) | 8 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/playlist.m
-
-modules/gui/macosx/controls.m:
- * present the open dialog when pressing play button instead of 'standard'
-   open dialog, to make users more aware of this dialog and the functions
-   it has.
-ALL:
- * when opening a file NOT trough the Open dialog, make sure sout and
-   suboptions are reset to ""
-
-------------------------------------------------------------------------
-r4077 | gbazin | 2003-04-15 17:53:42 +0200 (Tue, 15 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-
-* modules/codec/libmpeg2.c: small bugfix.
-
-------------------------------------------------------------------------
-r4078 | karibu | 2003-04-15 18:42:02 +0200 (Tue, 15 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-
-* Fixed mouse events
-
-------------------------------------------------------------------------
-r4079 | karibu | 2003-04-15 18:47:20 +0200 (Tue, 15 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/win32/win32_window.cpp
-
-* Fixed mouse leaving notification for windows
-* Added mouse leaving notification for gdk
-
-------------------------------------------------------------------------
-r4080 | karibu | 2003-04-15 18:49:45 +0200 (Tue, 15 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/win32/win32_window.cpp
-
-* Fixed mouse leave notification
-
-------------------------------------------------------------------------
-r4081 | ipkiss | 2003-04-15 19:55:49 +0200 (Tue, 15 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-
- * event broadcasting should work
-
-------------------------------------------------------------------------
-r4082 | karibu | 2003-04-15 22:33:58 +0200 (Tue, 15 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/button.cpp
-   M /trunk/modules/gui/skins/controls/image.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.h
-   M /trunk/modules/gui/skins/src/vlcproc.h
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-
-* Events are even better, not yet perfect !
-
-------------------------------------------------------------------------
-r4083 | karibu | 2003-04-15 22:42:04 +0200 (Tue, 15 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-
-* Fixed GTK2 events
-
-------------------------------------------------------------------------
-r4084 | karibu | 2003-04-15 22:54:58 +0200 (Tue, 15 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
-
-* GTK2 events work even better
-
-------------------------------------------------------------------------
-r4085 | asmax | 2003-04-16 00:16:05 +0200 (Wed, 16 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-
- * remove a small kludge
- * tried to add transparency, but it doesn't work :(
-
-------------------------------------------------------------------------
-r4086 | fenrir | 2003-04-16 02:12:36 +0200 (Wed, 16 Apr 2003) | 9 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/stream_output/stream_output.c
-
- * modules/packetizer/mpegvideo.c : cut after a complete picture. (Not
-before first slice).
- * ffmpeg: use indeo v3 decoder (untested).
- * stream_ouput.c,libvlc.h : take care of:
- --sout-acodec,--sout-vcodec : use transcoding. (You can specify bitrate
-using --sout-abitrate and --sout-vbitrate in kilobits/s).
- --sout-display: to display while streaming.
-(Btw there is a problem with vout and display, it leads to a ref count = -1)
-
-------------------------------------------------------------------------
-r4087 | gbazin | 2003-04-16 13:47:08 +0200 (Wed, 16 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access/file.c
-   M /trunk/modules/misc/dummy/input.c
-
-
-* modules/misc/dummy/input.c, modules/access/file.c, include/vlc_common.h:
-   msvc compilation fixes.
-
-------------------------------------------------------------------------
-r4088 | asmax | 2003-04-16 16:38:04 +0200 (Wed, 16 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/src/event.cpp
-
-* at last, transpareny WORKS !!!!!
-
-------------------------------------------------------------------------
-r4089 | asmax | 2003-04-16 17:34:36 +0200 (Wed, 16 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-
-* small fix
-
-------------------------------------------------------------------------
-r4090 | fenrir | 2003-04-16 18:20:25 +0200 (Wed, 16 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-
- * mp4: removed empty strings in msg_Dbg.
-
-------------------------------------------------------------------------
-r4091 | fenrir | 2003-04-16 18:32:42 +0200 (Wed, 16 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-
- * mp4: fix a string format.
-
-------------------------------------------------------------------------
-r4092 | fenrir | 2003-04-16 18:33:35 +0200 (Wed, 16 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode: tried to fix compilation with older libavcodec.
-
-------------------------------------------------------------------------
-r4093 | karibu | 2003-04-16 21:22:53 +0200 (Wed, 16 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/button.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   M /trunk/modules/gui/skins/src/bitmap.cpp
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/skins/win32/win32_bitmap.cpp
-
-* gtk2_bitmap.cpp: fixed constructor bug
-* Events work better: controls are working, not still perfectly...
-
-------------------------------------------------------------------------
-r4094 | karibu | 2003-04-16 23:30:56 +0200 (Wed, 16 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-
-* Can now quit the interface
-
-------------------------------------------------------------------------
-r4095 | karibu | 2003-04-16 23:39:00 +0200 (Wed, 16 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/button.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-
-* Removed debug calls
-
-------------------------------------------------------------------------
-r4096 | ipkiss | 2003-04-16 23:40:07 +0200 (Wed, 16 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/button.cpp
-   M /trunk/modules/gui/skins/controls/checkbox.cpp
-   M /trunk/modules/gui/skins/controls/generic.cpp
-   M /trunk/modules/gui/skins/controls/image.cpp
-   M /trunk/modules/gui/skins/controls/playlist.cpp
-   M /trunk/modules/gui/skins/controls/rectangle.cpp
-   M /trunk/modules/gui/skins/controls/slider.cpp
-   M /trunk/modules/gui/skins/controls/text.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_dialog.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/os_bitmap.h
-   M /trunk/modules/gui/skins/os_dialog.h
-   M /trunk/modules/gui/skins/os_event.h
-   M /trunk/modules/gui/skins/os_font.h
-   M /trunk/modules/gui/skins/os_graphics.h
-   M /trunk/modules/gui/skins/os_theme.h
-   M /trunk/modules/gui/skins/os_window.h
-   M /trunk/modules/gui/skins/parser/wrappers.cpp
-   M /trunk/modules/gui/skins/src/banks.cpp
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/font.cpp
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/theme.cpp
-   M /trunk/modules/gui/skins/src/themeloader.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/skins/win32/win32_api.cpp
-   M /trunk/modules/gui/skins/win32/win32_bitmap.cpp
-   M /trunk/modules/gui/skins/win32/win32_dialog.cpp
-   M /trunk/modules/gui/skins/win32/win32_dragdrop.cpp
-   M /trunk/modules/gui/skins/win32/win32_event.cpp
-   M /trunk/modules/gui/skins/win32/win32_font.cpp
-   M /trunk/modules/gui/skins/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-   M /trunk/modules/gui/skins/win32/win32_theme.cpp
-   M /trunk/modules/gui/skins/win32/win32_window.cpp
-
- *  modules/gui/skins/*: we now #include skin files using a relative
-    path, so that MSVC is happy :)
-
-------------------------------------------------------------------------
-r4097 | karibu | 2003-04-16 23:50:19 +0200 (Wed, 16 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-
-* gtk2_theme.cpp: window are not automatically visibled
-* gtk2_window.cpp: removed fading transition delay
-* vlcproc.cpp: removed warning
-
-------------------------------------------------------------------------
-r4098 | asmax | 2003-04-17 12:42:41 +0200 (Thu, 17 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.h
-
-* beginning of font support !
-
-------------------------------------------------------------------------
-r4099 | karibu | 2003-04-17 12:53:00 +0200 (Thu, 17 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/slider.cpp
-
-* Fixed dewtructor
-
-------------------------------------------------------------------------
-r4100 | fenrir | 2003-04-17 12:58:30 +0200 (Thu, 17 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/ffmpeg/video.h
-
- * ffmpeg: remove some #ifdef (you need at least libavcodec build >= 4655)
-and use ffmpeg postprocessing instead of vlc builtins. (It's a lot faster).
-
-------------------------------------------------------------------------
-r4101 | karibu | 2003-04-17 15:08:02 +0200 (Thu, 17 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/button.cpp
-   M /trunk/modules/gui/skins/controls/text.cpp
-   M /trunk/modules/gui/skins/controls/text.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-
-* SkinManage is called by a timer
-* Timer for text control are working badly but it's the first step
-
-------------------------------------------------------------------------
-r4102 | karibu | 2003-04-17 15:46:55 +0200 (Thu, 17 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.h
-
-* Can get size of a text
-
-------------------------------------------------------------------------
-r4103 | anil | 2003-04-17 16:00:44 +0200 (Thu, 17 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* We now use hide/show for the file info window
-
-------------------------------------------------------------------------
-r4104 | anil | 2003-04-17 16:18:47 +0200 (Thu, 17 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-
-* oups forgot to commit this one. still the hide/show thing.
-
-------------------------------------------------------------------------
-r4105 | karibu | 2003-04-17 17:43:30 +0200 (Thu, 17 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.h
-   M /trunk/modules/gui/skins/os_font.h
-   M /trunk/modules/gui/skins/parser/wrappers.cpp
-
-* Improved font support for linux (just missing underline parameter )
-
-------------------------------------------------------------------------
-r4106 | karibu | 2003-04-17 18:11:46 +0200 (Thu, 17 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
-
-* Added clip region to graphics
-* Added functionnality to region
-
-------------------------------------------------------------------------
-r4107 | karibu | 2003-04-17 18:30:40 +0200 (Thu, 17 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
-
-* Added AddEllipse: the slider now works ! :)
-
-------------------------------------------------------------------------
-r4108 | karibu | 2003-04-17 18:32:14 +0200 (Thu, 17 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-
-* Fixed kludge
-
-------------------------------------------------------------------------
-r4109 | karibu | 2003-04-17 18:34:31 +0200 (Thu, 17 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/text.cpp
-
-* Scrolling text now works on linux
-
-------------------------------------------------------------------------
-r4110 | asmax | 2003-04-17 19:45:38 +0200 (Thu, 17 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-
-* small fix
-
-------------------------------------------------------------------------
-r4111 | karibu | 2003-04-17 21:56:31 +0200 (Thu, 17 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/playlist.cpp
-   M /trunk/modules/gui/skins/controls/text.cpp
-   M /trunk/modules/gui/skins/src/font.h
-
-* Ask tooney to know ! (fix minor bug)
-
-------------------------------------------------------------------------
-r4112 | titer | 2003-04-18 17:25:51 +0200 (Fri, 18 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/src/libvlc.c
-
- ALL: fixed i18n under BeOS
-
-------------------------------------------------------------------------
-r4113 | asmax | 2003-04-18 18:04:17 +0200 (Fri, 18 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-
-* network stream now work
-* double-click is now implemented
-
-------------------------------------------------------------------------
-r4114 | titer | 2003-04-18 18:10:28 +0200 (Fri, 18 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-
- beos/*: fixed fullscreen shortcuts
-
-------------------------------------------------------------------------
-r4115 | titer | 2003-04-18 18:38:58 +0200 (Fri, 18 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-
- Under BeOS, disable the screensaver if playing in fullscreen.
-
-------------------------------------------------------------------------
-r4116 | titer | 2003-04-18 21:26:38 +0200 (Fri, 18 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-
- Added a few keyboard shortcuts
-
-------------------------------------------------------------------------
-r4117 | fenrir | 2003-04-19 00:38:11 +0200 (Sat, 19 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
- * stream_output.c: add a vlc_mutex_lock/unlock ...
-
-------------------------------------------------------------------------
-r4118 | fenrir | 2003-04-19 00:43:08 +0200 (Sat, 19 Apr 2003) | 7 lines
-Changed paths:
-   A /trunk/modules/mux/mp4.c
-
- * mp4.c : begining of a mp4/mov muxer.
-
- It's far from stable, produce file unplayable by mplayer at least,
-and doesn't yet take care of video/audio synchro.
-Becarefull that the header is written only when closing, and there is
-no way to repair a mp4 file without its header.
-
-------------------------------------------------------------------------
-r4119 | sam | 2003-04-19 00:51:59 +0200 (Sat, 19 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: workaround for a bug in the OS X ld who sees symbol
-    redefinitions when linking twice with the same static libary.
-
-------------------------------------------------------------------------
-r4120 | fenrir | 2003-04-19 02:12:50 +0200 (Sat, 19 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * mp4: some memory leaks fixed.
-
-------------------------------------------------------------------------
-r4121 | karibu | 2003-04-19 04:34:47 +0200 (Sat, 19 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.h
-   M /trunk/modules/gui/skins/src/graphics.h
-   M /trunk/modules/gui/skins/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins/win32/win32_graphics.h
-
-* Fixed wrapping for texts
-* Filling GTK2Graphics and GTK2Region destructors
-
-------------------------------------------------------------------------
-r4122 | asmax | 2003-04-19 13:16:17 +0200 (Sat, 19 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.h
-
-* drag&drop works ! (at least with mozilla)
-
-------------------------------------------------------------------------
-r4123 | asmax | 2003-04-19 13:46:11 +0200 (Sat, 19 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-
-* fixed a segfault
-
-------------------------------------------------------------------------
-r4124 | hartman | 2003-04-19 14:33:01 +0200 (Sat, 19 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-* There was a problem where deinterlace could not be turned off via it's
-  corresponding menu. On thy fly filter changes are still not possible.
-
-------------------------------------------------------------------------
-r4125 | karibu | 2003-04-19 14:39:14 +0200 (Sat, 19 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
-
-* Font fixed
-
-------------------------------------------------------------------------
-r4126 | hartman | 2003-04-19 15:55:56 +0200 (Sat, 19 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* Added a 'opaqueness' configoption to macosx-vout. Yeah i know, useles.
-  But it's coooooool. http://sidekick.student.utwente.nl/videolan/transparent.jpg
-
-------------------------------------------------------------------------
-r4127 | asmax | 2003-04-20 03:05:40 +0200 (Sun, 20 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/config.in
-   M /trunk/defconfig
-
-* fixed a typo with dvbpsi
-
-------------------------------------------------------------------------
-r4128 | gbazin | 2003-04-20 13:57:13 +0200 (Sun, 20 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/encoder/ffmpeg/audio.c
-   M /trunk/modules/encoder/ffmpeg/video.c
-   M /trunk/modules/stream_out/transcode.c
-
-
-* configure.ac.in, modules/codec/ffmpeg/*, modules/encoder/ffmpeg/*, modules/stream_out/transcode.c: fixed detection of the ffmpeg headers/libs when they are installed in their default location.
-
-------------------------------------------------------------------------
-r4129 | massiot | 2003-04-20 14:59:02 +0200 (Sun, 20 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/mpeg_video/synchro.c
-   M /trunk/src/video_output/vout_pictures.c
-
-* The libmpeg2 plug-in is now completely operational ;
-* configure.ac.in : disabled compiling the old mpeg_video plug-in, so :
-DO NOT FORGET TO INSTALL LIBMPEG2 AND COMPILE WITH --enable-libmpeg2
-
-------------------------------------------------------------------------
-r4130 | asmax | 2003-04-20 15:14:14 +0200 (Sun, 20 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/generic.cpp
-   M /trunk/modules/gui/skins/controls/generic.h
-   M /trunk/modules/gui/skins/controls/playlist.cpp
-   M /trunk/modules/gui/skins/controls/playlist.h
-   M /trunk/modules/gui/skins/controls/slider.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/skins/src/window.h
-
-* enabled scrolling in the playlist with the mouse wheel
-
-------------------------------------------------------------------------
-r4131 | gbazin | 2003-04-20 16:11:25 +0200 (Sun, 20 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-
-* configure.ac.in, modules/codec/ffmpeg/ffmpeg.c: fixed my last breakage in the ffmpeg detection code.
-
-------------------------------------------------------------------------
-r4132 | karibu | 2003-04-20 17:00:19 +0200 (Sun, 20 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/playlist.cpp
-   M /trunk/modules/gui/skins/controls/slider.cpp
-   M /trunk/modules/gui/skins/controls/slider.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-
-* Fixed support of wheel for playlist with GTK2
-* Added support of whell for slider with GTK2
-
-------------------------------------------------------------------------
-r4133 | karibu | 2003-04-20 17:06:07 +0200 (Sun, 20 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/win32/win32_window.cpp
-
-* Added support of wheel with win32
-
-------------------------------------------------------------------------
-r4134 | asmax | 2003-04-20 18:16:34 +0200 (Sun, 20 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-
-* fixed the "always on top" bug
-
-------------------------------------------------------------------------
-r4135 | karibu | 2003-04-20 18:45:44 +0200 (Sun, 20 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/win32/win32_window.cpp
-
-* Fixed mouse wheel
-
-------------------------------------------------------------------------
-r4136 | jlj | 2003-04-20 21:03:15 +0200 (Sun, 20 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/themeloader.cpp
-
-  * ./modules/gui/skins/src/themeloader.cpp: compile fix (include errno.h)
-
-------------------------------------------------------------------------
-r4137 | fenrir | 2003-04-20 21:29:43 +0200 (Sun, 20 Apr 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/access/mms/Modules.am
-   A /trunk/modules/access/mms/asf.c
-   M /trunk/modules/access/mms/asf.h
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mms.h
-   A /trunk/modules/access/mms/mmsh.c
-   A /trunk/modules/access/mms/mmsh.h
-   A /trunk/modules/access/mms/mmstu.c
-   A /trunk/modules/access/mms/mmstu.h
-
- * mms/* : begining of a m$-http-for-asf-streaming support.
- Proxy aren't yet supported. Use mmsh to force it, else mms will try it
-at the end (after mmst and mmsu). Some http url are in fact mmsh but
-not yet auto-detected.
- *Please report* not working url and any regression for mmst and mmsu.
-
-------------------------------------------------------------------------
-r4138 | gbazin | 2003-04-20 21:53:57 +0200 (Sun, 20 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-
-* configure.ac.in: removed useless --with-ffmpeg=PATH ./configure option.
-
-------------------------------------------------------------------------
-r4139 | asmax | 2003-04-20 22:22:12 +0200 (Sun, 20 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-* added wxwindows for skins !!
-
-------------------------------------------------------------------------
-r4140 | ipkiss | 2003-04-20 22:28:40 +0200 (Sun, 20 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/skins/Modules.am
-   M /trunk/modules/gui/skins/gtk2/gtk2_dialog.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_dialog.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.h
-   M /trunk/modules/gui/skins/os_dialog.h
-   M /trunk/modules/gui/skins/parser/flex.c
-   M /trunk/modules/gui/skins/parser/skin.act
-   M /trunk/modules/gui/skins/parser/skin.c
-   M /trunk/modules/gui/skins/parser/skin.dtd
-   M /trunk/modules/gui/skins/parser/skin.h
-   M /trunk/modules/gui/skins/parser/wrappers.cpp
-   M /trunk/modules/gui/skins/parser/wrappers.h
-   M /trunk/modules/gui/skins/src/dialog.cpp
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/theme.cpp
-   M /trunk/modules/gui/skins/src/theme.h
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   A /trunk/modules/gui/skins/src/wxdialogs.h
-   M /trunk/modules/gui/skins/win32/win32_dialog.cpp
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-   M /trunk/modules/gui/skins/win32/win32_theme.cpp
-   M /trunk/modules/gui/skins/win32/win32_theme.h
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-
- * added wxwindows Open and Messages dialog boxes into the windows skins
-   (it may break things on linux...)
-
-------------------------------------------------------------------------
-r4141 | sam | 2003-04-20 23:14:20 +0200 (Sun, 20 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/mozilla/npvlc_rc.rc
-
-  * ./mozilla/npvlc_rc.rc: fixed a typo in the MIME types.
-
-------------------------------------------------------------------------
-r4142 | sam | 2003-04-20 23:15:31 +0200 (Sun, 20 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/fb.c
-
-  * ./modules/video_output/fb.c: fixed a bug that prevented proper console
-    resetting.
-
-------------------------------------------------------------------------
-r4143 | sam | 2003-04-20 23:19:41 +0200 (Sun, 20 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-  * ./modules/audio_output/oss.c: code comments.
-
-------------------------------------------------------------------------
-r4144 | gbazin | 2003-04-21 00:52:03 +0200 (Mon, 21 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/file.c
-
-
-* modules/audio_output/file.c: fixed a mismatch in a config name.
-
-------------------------------------------------------------------------
-r4145 | asmax | 2003-04-21 00:52:50 +0200 (Mon, 21 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-
-* a few segfaults but wxwindows works under linux !
-
-------------------------------------------------------------------------
-r4146 | asmax | 2003-04-21 01:09:31 +0200 (Mon, 21 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-
-* fixed a segfault at exit
-
-------------------------------------------------------------------------
-r4147 | massiot | 2003-04-21 01:42:17 +0200 (Mon, 21 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-* modules/codec/libmpeg2.c: fixed a problem with some frame rates (thx
-  gibalou)
-
-------------------------------------------------------------------------
-r4148 | asmax | 2003-04-21 02:18:37 +0200 (Mon, 21 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/playlist.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-
-* fixed refresh of the playlist (and a segfault...)
-
-------------------------------------------------------------------------
-r4149 | massiot | 2003-04-21 02:33:29 +0200 (Mon, 21 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-* configure.ac.in : finished disabling the old mpeg_video plug-ins.
-
-------------------------------------------------------------------------
-r4150 | ipkiss | 2003-04-21 02:54:26 +0200 (Mon, 21 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/Modules.am
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   M /trunk/modules/gui/skins/src/banks.cpp
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/event.h
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
- * added preferences, file info and stream output dialogs to the skins
-
-------------------------------------------------------------------------
-r4151 | asmax | 2003-04-21 03:47:42 +0200 (Mon, 21 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/defconfig
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-
-* shortcut handling under linux
-
-------------------------------------------------------------------------
-r4152 | ipkiss | 2003-04-21 04:12:06 +0200 (Mon, 21 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/Modules.am
-   D /trunk/modules/gui/skins/gtk2/gtk2_dialog.cpp
-   D /trunk/modules/gui/skins/gtk2/gtk2_dialog.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   D /trunk/modules/gui/skins/os_dialog.h
-   D /trunk/modules/gui/skins/src/dialog.cpp
-   D /trunk/modules/gui/skins/src/dialog.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/theme.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   D /trunk/modules/gui/skins/win32/win32_dialog.cpp
-   D /trunk/modules/gui/skins/win32/win32_dialog.h
-   M /trunk/modules/gui/skins/win32/win32_theme.cpp
-
- * we now use a wxwindow dialog to load the skins, so we can get rid
-   of our custom dialog
-
-------------------------------------------------------------------------
-r4153 | asmax | 2003-04-21 04:50:49 +0200 (Mon, 21 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-
-* fixed a timing issue under windows ?
-
-------------------------------------------------------------------------
-r4154 | asmax | 2003-04-21 05:37:40 +0200 (Mon, 21 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-
-* fixed the previous commit for linux
-
-------------------------------------------------------------------------
-r4155 | asmax | 2003-04-21 13:47:22 +0200 (Mon, 21 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/Configure.help
-   A /trunk/share/skins/default/prefs1.bmp
-   A /trunk/share/skins/default/prefs2.bmp
-   A /trunk/share/skins/default/prefs3.bmp
-   M /trunk/share/skins/default/theme.xml
-
-* added a preferences button in the default skin
-
-------------------------------------------------------------------------
-r4156 | gbazin | 2003-04-21 14:22:54 +0200 (Mon, 21 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-
-* configure.ac.in: the libmpeg2 plugin is now enabled by default when the right version of libmpeg2 is detected (0.3.2 aka cvs).
-
-------------------------------------------------------------------------
-r4157 | gbazin | 2003-04-21 14:54:08 +0200 (Mon, 21 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-
-* configure.ac.in: print an error message if libmpeg2 is not found or too old.
-
-------------------------------------------------------------------------
-r4158 | asmax | 2003-04-21 16:26:59 +0200 (Mon, 21 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/playlist.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-
-* raise the skin window on top when clicked
-* a bit of code cleaning
-
-------------------------------------------------------------------------
-r4159 | gbazin | 2003-04-21 18:22:43 +0200 (Mon, 21 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-
-
-* modules/misc/network/ipv4.c: a bit of cleanup.
-
-------------------------------------------------------------------------
-r4160 | anil | 2003-04-21 18:55:53 +0200 (Mon, 21 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/wxdialogs.h
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-
-*All: fixed unwanted fileinfo window refresh under windows.
-
-------------------------------------------------------------------------
-r4161 | asmax | 2003-04-21 20:39:39 +0200 (Mon, 21 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-
-* at last fixed transparency under linux !!
-
-------------------------------------------------------------------------
-r4162 | asmax | 2003-04-21 23:51:16 +0200 (Mon, 21 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/button.cpp
-   M /trunk/modules/gui/skins/controls/button.h
-   M /trunk/modules/gui/skins/controls/checkbox.cpp
-   M /trunk/modules/gui/skins/controls/checkbox.h
-   M /trunk/modules/gui/skins/controls/generic.cpp
-   M /trunk/modules/gui/skins/controls/generic.h
-   M /trunk/modules/gui/skins/controls/image.cpp
-   M /trunk/modules/gui/skins/controls/image.h
-   M /trunk/modules/gui/skins/controls/playlist.cpp
-   M /trunk/modules/gui/skins/controls/playlist.h
-   M /trunk/modules/gui/skins/controls/rectangle.cpp
-   M /trunk/modules/gui/skins/controls/rectangle.h
-   M /trunk/modules/gui/skins/controls/slider.cpp
-   M /trunk/modules/gui/skins/controls/slider.h
-   M /trunk/modules/gui/skins/controls/text.cpp
-   M /trunk/modules/gui/skins/controls/text.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_event.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.h
-   M /trunk/modules/gui/skins/os_api.h
-   M /trunk/modules/gui/skins/parser/wrappers.cpp
-   M /trunk/modules/gui/skins/src/anchor.cpp
-   M /trunk/modules/gui/skins/src/anchor.h
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/theme.cpp
-   M /trunk/modules/gui/skins/src/theme.h
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/skins/src/window.h
-   M /trunk/modules/gui/skins/win32/win32_api.cpp
-   M /trunk/modules/gui/skins/win32/win32_event.cpp
-   M /trunk/modules/gui/skins/win32/win32_event.h
-   M /trunk/modules/gui/skins/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins/win32/win32_graphics.h
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-   M /trunk/modules/gui/skins/win32/win32_theme.cpp
-   M /trunk/modules/gui/skins/win32/win32_theme.h
-   M /trunk/modules/gui/skins/win32/win32_window.cpp
-   M /trunk/modules/gui/skins/win32/win32_window.h
-
-* changed "Window" into "SkinWindow" to prepare X11 port
- (Window is already a Xlib type !)
-  *** not tested under win32, please check ! ***
-
-------------------------------------------------------------------------
-r4163 | asmax | 2003-04-22 00:12:37 +0200 (Tue, 22 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/playlist.cpp
-   M /trunk/modules/gui/skins/controls/playlist.h
-   M /trunk/modules/gui/skins/controls/text.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/src/banks.cpp
-   M /trunk/modules/gui/skins/src/banks.h
-   M /trunk/modules/gui/skins/src/event.h
-   M /trunk/modules/gui/skins/src/font.cpp
-   M /trunk/modules/gui/skins/src/font.h
-   M /trunk/modules/gui/skins/win32/win32_font.cpp
-   M /trunk/modules/gui/skins/win32/win32_font.h
-
-* changed "Font" into "SkinFont" (see previous commit)
-
-------------------------------------------------------------------------
-r4164 | fenrir | 2003-04-22 10:51:28 +0200 (Tue, 22 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: more mov fields are parsed.
-
-------------------------------------------------------------------------
-r4165 | fenrir | 2003-04-22 13:38:25 +0200 (Tue, 22 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: preliminary support of "mov playlist(ref) file"
-
-------------------------------------------------------------------------
-r4166 | gbazin | 2003-04-22 14:54:49 +0200 (Tue, 22 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-
-* modules/codec/libmpeg2.c: fixed aspect ratio problem.
-
-------------------------------------------------------------------------
-r4167 | fenrir | 2003-04-22 18:28:24 +0200 (Tue, 22 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: fix "mov playlist" handling. (raaah strncpy doesn't add '\0' :(
-
-------------------------------------------------------------------------
-r4168 | titer | 2003-04-22 18:36:16 +0200 (Tue, 22 Apr 2003) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-   M /trunk/src/libvlc.c
-
- * Makefile.am: fixed 'make package-beos'
- * modules/gui/beos/*: added _()s so the whole interface is translated
- * src/libvlc.c: ask gettext for UTF-8 strings (under BeOS only for now)
-   FIXME: currently, untranslated strings are not converted to UTF-8
-
-------------------------------------------------------------------------
-r4169 | asmax | 2003-04-22 19:56:44 +0200 (Tue, 22 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/slider.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-
-* fixed the volume slider bug
-
-------------------------------------------------------------------------
-r4170 | ipkiss | 2003-04-22 20:21:15 +0200 (Tue, 22 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-
- * ./modules/gui/wxwindows/fileinfo.cpp: cosmetic changes
-
-------------------------------------------------------------------------
-r4171 | asmax | 2003-04-22 21:26:02 +0200 (Tue, 22 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/src/audio_output/output.c
-
-* output.c: avoid a floating point exception when aout-rate==0
-* gtk2_api.cpp: made valgrind happy ;)
-
-------------------------------------------------------------------------
-r4172 | gbazin | 2003-04-22 23:45:42 +0200 (Tue, 22 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-
-* configure.ac.in: don't link with the math library on win32. It isn't
-   needed and will even screw up things under cygwin with -mno-cygwin.
-
-------------------------------------------------------------------------
-r4173 | gbazin | 2003-04-23 00:25:09 +0200 (Wed, 23 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-
-
-* modules/audio_filter/converter/s16tofloat32swab.c:
-   added an #ifdef HAVE_ALLOCA.
-
-------------------------------------------------------------------------
-r4174 | ipkiss | 2003-04-23 00:57:40 +0200 (Wed, 23 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/anchor.cpp
-   M /trunk/modules/gui/skins/src/theme.cpp
-
- * ./modules/gui/skins/src/theme.cpp: fixed a bug with anchored windows
-
-------------------------------------------------------------------------
-r4175 | gbazin | 2003-04-23 01:31:07 +0200 (Wed, 23 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-
-* modules/codec/libmpeg2.c: make sure there are no more linked pictures
-   left when closing the decoder.
-
-------------------------------------------------------------------------
-r4176 | asmax | 2003-04-23 12:29:52 +0200 (Wed, 23 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/generic.cpp
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-
-* fixed some constructors and destructors
-
-------------------------------------------------------------------------
-r4177 | titer | 2003-04-23 17:18:24 +0200 (Wed, 23 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-
- modules/gui/beos/VlcWrapper.cpp: fixed the issue with untranslated
-  strings and "...". i18n seems OK under BeOS now.
-
-------------------------------------------------------------------------
-r4178 | asmax | 2003-04-24 16:38:06 +0200 (Thu, 24 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
-
-* get screen size with gtk2
-
-------------------------------------------------------------------------
-r4179 | fenrir | 2003-04-24 16:39:53 +0200 (Thu, 24 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: select only first enabled track.
-
-------------------------------------------------------------------------
-r4180 | gbazin | 2003-04-24 17:57:50 +0200 (Thu, 24 Apr 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/themeloader.cpp
-   M /trunk/modules/gui/skins/src/themeloader.h
-
-
-* modules/gui/skins/src/themeloader.*: dropped the dependancy on libtar
-   for the .vlt skins support. libtar is still used if present, otherwise
-   we use our small implementation of untar.
-
-------------------------------------------------------------------------
-r4181 | gbazin | 2003-04-24 18:13:38 +0200 (Thu, 24 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-
-* Makefile.am: added a dist-hook target to include the auto-generated msvc files into the dist. added src/misc/modules_plugins.h to the dist.
-
-------------------------------------------------------------------------
-r4182 | gbazin | 2003-04-24 19:44:53 +0200 (Thu, 24 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-
-* src/libvlc.c: forgot to reload the command line options after we reload the main module when the user disables the translation.
-
-------------------------------------------------------------------------
-r4183 | fenrir | 2003-04-24 22:24:44 +0200 (Thu, 24 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
- * mpeg4video.c: use video size when available from bitmapinfoheader.
-
-------------------------------------------------------------------------
-r4184 | fenrir | 2003-04-24 22:26:32 +0200 (Thu, 24 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
- * asf: fix to play stream over mmsh.
-
-------------------------------------------------------------------------
-r4185 | fenrir | 2003-04-24 22:33:53 +0200 (Thu, 24 Apr 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/stream_out/.cvsignore
-
- * .cvsignore: forgot this file.
-
-------------------------------------------------------------------------
-r4186 | fenrir | 2003-04-24 22:49:54 +0200 (Thu, 24 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-
- * mp4: fix a buffer overflow.
-
-------------------------------------------------------------------------
-r4187 | gbazin | 2003-04-25 14:37:52 +0200 (Fri, 25 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-
-
-* modules/gui/skins/src/vlcproc.cpp: small compilation fix.
-
-------------------------------------------------------------------------
-r4188 | fenrir | 2003-04-25 19:33:57 +0200 (Fri, 25 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-
- * mms: reduce mtu (avoid too much delay with slow connection)
-
-------------------------------------------------------------------------
-r4189 | fenrir | 2003-04-25 19:35:52 +0200 (Fri, 25 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-
- *ffmpeg: split huge audio packets as aout didn't like them.
-
-------------------------------------------------------------------------
-r4190 | fenrir | 2003-04-25 20:57:41 +0200 (Fri, 25 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-
- * ffmpeg: use bigger split size (~8000 samples) as it avoid too much
-resampling with my samples. Fix a potential divide by 0 (thx meuuh).
-
-------------------------------------------------------------------------
-r4191 | fenrir | 2003-04-25 23:47:25 +0200 (Fri, 25 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/mp4.c
-
- * libmp4: clean up and preliminary work to read mp4 file through http.
- * mp4: don't return a failed value when recognize a ref file, but use
-a dummy Demux function that return EOF.
-
-------------------------------------------------------------------------
-r4192 | gbazin | 2003-04-26 14:26:46 +0200 (Sat, 26 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/rawvideo.c
-
-
-* modules/codec/rawvideo.c: added support for YUY2 and I422 and fixed a bug in FillPicture(). ( The v4l input is working here now :) )
-
-------------------------------------------------------------------------
-r4193 | gbazin | 2003-04-26 16:54:49 +0200 (Sat, 26 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/encoder/ffmpeg/encoder.c
-   M /trunk/modules/encoder/ffmpeg/video.c
-
-
-* configure.ac.in: enabled xvid and ffmpeg encoders
-* modules/encoder/ffmpeg/*: misc fixes + support for I422 and YUY2 input chroma.
-
-------------------------------------------------------------------------
-r4194 | fenrir | 2003-04-26 22:51:54 +0200 (Sat, 26 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/audio.c
-
- * mpegaudio: if the file name end by .mp3, use a stronger dectection.
-(over the first 2ko).
-
-------------------------------------------------------------------------
-r4195 | gbazin | 2003-04-26 23:36:23 +0200 (Sat, 26 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/control/Modules.am
-   A /trunk/modules/control/http.c
-
-
-* modules/control/http.c: brand new (and also basic) HTTP interface plugin for vlc (uses port 8080 by default).
-
-------------------------------------------------------------------------
-r4196 | fenrir | 2003-04-26 23:45:26 +0200 (Sat, 26 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/ffmpeg/video.h
-
- * ffmpeg: we always skip video if we have more than 5 second of late video.
-(This should avoid 'decoder stuck' message.)
-
-------------------------------------------------------------------------
-r4197 | fenrir | 2003-04-27 00:06:12 +0200 (Sun, 27 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * video: spelling error.
-
-------------------------------------------------------------------------
-r4198 | gbazin | 2003-04-27 02:02:27 +0200 (Sun, 27 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-
-* modules/control/http.c: fixed buffer allocation problem.
-
-------------------------------------------------------------------------
-r4199 | jlj | 2003-04-27 04:00:15 +0200 (Sun, 27 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
- * ./configure.ac.in: Added --with-libmpeg2-tree
-
-------------------------------------------------------------------------
-r4200 | fenrir | 2003-04-27 05:08:36 +0200 (Sun, 27 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/httpd.c
-
- * httpd: added "Cache-Control: no-cache" by default.
-
-------------------------------------------------------------------------
-r4201 | fenrir | 2003-04-27 13:55:03 +0200 (Sun, 27 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-
- * avi: Support for OpenDML file.
- Not tested with file size > 2Go, so report status.
-
-------------------------------------------------------------------------
-r4202 | fenrir | 2003-04-27 15:03:28 +0200 (Sun, 27 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * ffmpeg: stop skipping video sometime ;).
-
-------------------------------------------------------------------------
-r4203 | fenrir | 2003-04-27 15:55:51 +0200 (Sun, 27 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-
- * avi: clean up. Some standard file (ie with 1 RIFF chunk ) has OpenDML
-index, so use it when normal index (idx1 chunk) isn't found.
-
-------------------------------------------------------------------------
-r4204 | gbazin | 2003-04-27 16:11:26 +0200 (Sun, 27 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/httpd.c
-
-
-* modules/misc/httpd.c: win32 fix for non-blocking sockets.
-
-------------------------------------------------------------------------
-r4205 | gbazin | 2003-04-27 16:56:47 +0200 (Sun, 27 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/rawdv.c
-
-
-* modules/demux/rawdv.c: fixes for when the video and audio sub-streams are not both selected.
-
-------------------------------------------------------------------------
-r4206 | gbazin | 2003-04-27 17:25:11 +0200 (Sun, 27 Apr 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/Modules.am
-   A /trunk/modules/codec/ffmpeg/chroma.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/demux/rawdv.c
-
-
-* modules/codec/ffmpeg/*: added chroma conversion capabilities to the ffmpeg plugin (using libavcodec's img_convert() facility).
-  (I can finaly watch my RGB tarkin samples :))
-* modules/demux/rawdv.c: fixed a couple of compiler warnings.
-
-------------------------------------------------------------------------
-r4207 | gbazin | 2003-04-27 19:53:21 +0200 (Sun, 27 Apr 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_pictures.h
-
-
-* src/video_output/video_output.c: small bugfix + vout_Create() is now blocking until InitThread() has been run.
-* src/video_output/vout_pictures.[ch]: added support for FOURCC I411.
-* modules/codec/rawvideo.c: support for more chroma formats.
-
-------------------------------------------------------------------------
-r4208 | gbazin | 2003-04-28 01:16:35 +0200 (Mon, 28 Apr 2003) | 6 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/encoder/ffmpeg/encoder.c
-   M /trunk/modules/encoder/ffmpeg/video.c
-   M /trunk/src/video_output/vout_pictures.c
-
-
-* src/video_output/vout_pictures.c, include/video_output.h: added a vout_InitPicture() function that initializes a picture_t structure based on the given chroma and sizes.
-* modules/encoder/ffmpeg/video.c: misc improvements. Should also be able to handle more input chroma format.
-* modules/codec/rawvideo.c: a few fixes.
-* modules/access/v4l/v4l.c: misc improvments and cleanup. Should be able to handle more source chroma formats. On the fly video encoding is also working perfectly now.
-
-------------------------------------------------------------------------
-r4209 | ipkiss | 2003-04-28 02:18:27 +0200 (Mon, 28 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/skins/win32/win32_bitmap.cpp
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-
- * ./modules/gui/skins/*: first attempt at porting the skins to Win9x
-   There is still a lot to do but some things are working.
-
-------------------------------------------------------------------------
-r4210 | asmax | 2003-04-28 14:00:14 +0200 (Mon, 28 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
-   M /trunk/modules/gui/skins/os_bitmap.h
-   M /trunk/modules/gui/skins/os_event.h
-   M /trunk/modules/gui/skins/os_font.h
-   M /trunk/modules/gui/skins/os_graphics.h
-   M /trunk/modules/gui/skins/os_theme.h
-   M /trunk/modules/gui/skins/os_window.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-
-* fixed compilation under linux
-* added a flag GTK2_SKINS
-
-------------------------------------------------------------------------
-r4211 | asmax | 2003-04-28 14:25:34 +0200 (Mon, 28 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/generic.cpp
-   M /trunk/modules/gui/skins/controls/generic.h
-   M /trunk/modules/gui/skins/controls/playlist.cpp
-   M /trunk/modules/gui/skins/controls/playlist.h
-   M /trunk/modules/gui/skins/controls/slider.cpp
-   M /trunk/modules/gui/skins/controls/slider.h
-   M /trunk/modules/gui/skins/controls/text.cpp
-   M /trunk/modules/gui/skins/controls/text.h
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.h
-   M /trunk/modules/gui/skins/src/graphics.cpp
-   M /trunk/modules/gui/skins/src/graphics.h
-   M /trunk/modules/gui/skins/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins/win32/win32_graphics.h
-
-* changed Region into SkinRegion to prepare the X11 port
-
-------------------------------------------------------------------------
-r4212 | asmax | 2003-04-28 16:12:33 +0200 (Mon, 28 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/Modules.am
-   M /trunk/modules/gui/skins/controls/text.cpp
-   M /trunk/modules/gui/skins/os_bitmap.h
-   M /trunk/modules/gui/skins/os_event.h
-   M /trunk/modules/gui/skins/os_font.h
-   M /trunk/modules/gui/skins/os_graphics.h
-   M /trunk/modules/gui/skins/os_theme.h
-   M /trunk/modules/gui/skins/os_window.h
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-
-* skeleton of X11 skins
-
-------------------------------------------------------------------------
-r4213 | asmax | 2003-04-28 16:32:57 +0200 (Mon, 28 Apr 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/skins/x11
-   A /trunk/modules/gui/skins/x11/x11_api.cpp
-   A /trunk/modules/gui/skins/x11/x11_bitmap.cpp
-   A /trunk/modules/gui/skins/x11/x11_bitmap.h
-   A /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
-   A /trunk/modules/gui/skins/x11/x11_dragdrop.h
-   A /trunk/modules/gui/skins/x11/x11_event.cpp
-   A /trunk/modules/gui/skins/x11/x11_event.h
-   A /trunk/modules/gui/skins/x11/x11_font.cpp
-   A /trunk/modules/gui/skins/x11/x11_font.h
-   A /trunk/modules/gui/skins/x11/x11_graphics.cpp
-   A /trunk/modules/gui/skins/x11/x11_graphics.h
-   A /trunk/modules/gui/skins/x11/x11_run.cpp
-   A /trunk/modules/gui/skins/x11/x11_theme.cpp
-   A /trunk/modules/gui/skins/x11/x11_theme.h
-   A /trunk/modules/gui/skins/x11/x11_window.cpp
-   A /trunk/modules/gui/skins/x11/x11_window.h
-
-* skeleton of X11 skins
-
-------------------------------------------------------------------------
-r4214 | ipkiss | 2003-04-28 22:46:41 +0200 (Mon, 28 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/banks.cpp
-
- * ./modules/gui/skins/src/banks.cpp: fixed a segfault triggered by
-   missing tags in the XML.
-
-------------------------------------------------------------------------
-r4215 | ipkiss | 2003-04-29 00:44:26 +0200 (Tue, 29 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-
- * modules/gui/skins/win32/win32_run.cpp: clean exit of wxWindows thread
-
-------------------------------------------------------------------------
-r4216 | fenrir | 2003-04-29 01:25:50 +0200 (Tue, 29 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi: fixed playback of broken stream....
-
-------------------------------------------------------------------------
-r4217 | gbazin | 2003-04-29 14:54:57 +0200 (Tue, 29 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/win32/win32_bitmap.cpp
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-   M /trunk/modules/gui/skins/win32/win32_theme.cpp
-   M /trunk/modules/gui/skins/win32/win32_window.cpp
-
-
-* modules/gui/skins/*, configure.ac.in: removed the skins plugin depandancy on msimg32.dll. Additionnaly, TransparentBlt() and SetLayeredWindowAttributes() are only used if present on the system. This allows us to run the plugin (without transparency though) on NT4/win95/98 as well.
-
-------------------------------------------------------------------------
-r4218 | fenrir | 2003-04-29 17:40:31 +0200 (Tue, 29 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/file.c
-
- * file: use - to write on stdout. (but you can only use ts and ps muxer,
-as the others need to seek).
-
-------------------------------------------------------------------------
-r4219 | gbazin | 2003-04-29 18:03:14 +0200 (Tue, 29 Apr 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/video_output/directx/directx.c
-
-
-* modules/audio_output/directx.c: fixed the "no sound on NT4" problem. The directx audio plugin wasn't freeing its resources properly in case Probe() failed so the waveout plugin couldn't open the audio device afterwards.
-* modules/video_output/directx/directx.c: work-around buggy video drivers that create unsupported surfaces without shouting. Hopefully, non overlay YUV surfaces shouldn't be created anymore if not supported.
-
-------------------------------------------------------------------------
-r4220 | hartman | 2003-04-29 22:17:12 +0200 (Tue, 29 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* modules/gui/macosx/playlist.m:
-  - When we delete an item, update playlist with to indicate 'currently playing'
-
-------------------------------------------------------------------------
-r4221 | fenrir | 2003-04-29 22:29:19 +0200 (Tue, 29 Apr 2003) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_config.h
-
- * vlc_config.h: increased AOUT_PTS_TOLERANCE to 40ms, it avoids a lot of
-resampling with some files while keeping good synchronisation.
- Anybody has an idea of the maximum desynchronisation between audio and
-video that still be imperceptible ?
-
-------------------------------------------------------------------------
-r4222 | ipkiss | 2003-04-29 22:36:56 +0200 (Tue, 29 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/theme.cpp
-
- * ./modules/gui/skins/src/theme.cpp: avoid infinite recursion with
-   circular anchoring
-
-------------------------------------------------------------------------
-r4223 | fenrir | 2003-04-29 23:32:21 +0200 (Tue, 29 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
- * stream_output.c: fix segfault when not specifying mux name.
-
-------------------------------------------------------------------------
-r4224 | fenrir | 2003-04-30 00:38:56 +0200 (Wed, 30 Apr 2003) | 6 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
- * stream_output.c: some sanity checks and bypass default behavour of
-module_Need (when I ask for udp I want udp or an error, but not file
-or something else) by adding ",none" when a module name is specified.
- I will clean up that by adding a flag to module_Need or something like
-that.
-
-------------------------------------------------------------------------
-r4225 | fenrir | 2003-04-30 00:44:08 +0200 (Wed, 30 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/transcode.c
-
- all: use /* */ instead of // (we write c code)
-
-------------------------------------------------------------------------
-r4226 | hartman | 2003-04-30 06:13:12 +0200 (Wed, 30 Apr 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-
-modules/access/http.c:
-modules/access/ftp.c:
-* fixed a very serious bug in the atoll code. this contained a never ending while loop.
-  It showed on systems without atoll() (MacOSX) as an inability to view http
-  and ftp streams.
-
-------------------------------------------------------------------------
-r4227 | gbazin | 2003-04-30 11:11:13 +0200 (Wed, 30 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-
-
-* modules/access/ftp.c, modules/access/http.c: slightly changed atoll() replacement.
-
-------------------------------------------------------------------------
-r4228 | hartman | 2003-04-30 16:04:53 +0200 (Wed, 30 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-modules/gui/macosx/controls.m: fixed cosmetic issue with deinterlace menu.
-
-------------------------------------------------------------------------
-r4229 | gbazin | 2003-04-30 21:20:32 +0200 (Wed, 30 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
-
-* modules/access/v4l/v4l.c: fixed breakage for devices supporting I420.
-
-------------------------------------------------------------------------
-r4230 | ipkiss | 2003-04-30 21:22:27 +0200 (Wed, 30 Apr 2003) | 6 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/skins/Modules.am
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-
- * ./configure.ac.in:
-    - added a basic-skins plugin, which doesn't make use of wxWindows
-      dialogs (currently only works for win32)
-    - renamed with-wx-config-path in with-skins-wx-config-path for the
-      skins plugin, to avoid problems with the wxwindows plugin
-
-------------------------------------------------------------------------
-r4231 | asmax | 2003-04-30 23:16:24 +0200 (Wed, 30 Apr 2003) | 2 lines
-Changed paths:
-   M /trunk/build-vlc
-   M /trunk/config.in
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
-   M /trunk/modules/gui/skins/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins/x11/x11_graphics.h
-
-* enable basic-skins for GTK2 (not tested yet ;)
-
-------------------------------------------------------------------------
-r4232 | fenrir | 2003-04-30 23:45:52 +0200 (Wed, 30 Apr 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: fix playback of some stream with raw audio. I also split
-big audio chunk. (Avoid 100000 samples at once :(
-
-------------------------------------------------------------------------
-r4233 | hartman | 2003-05-01 01:58:56 +0200 (Thu, 01 May 2003) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/Modules.am
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-   A /trunk/modules/gui/macosx/output.h
-   A /trunk/modules/gui/macosx/output.m
-
-ALL: New output dialog that uses the new --sout syntax.
-  - it is not so powerful as --sout (does not allow for multiple unicasts ie)
-  - there is a bug in the transcode settings. not sure what is causing it.
-
-------------------------------------------------------------------------
-r4234 | hartman | 2003-05-01 03:11:17 +0200 (Thu, 01 May 2003) | 9 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-* modules/gui/macosx/macosx.m
-  - added a macosx-float config option
-  - changed 'opaqueness' into 'macosx-opaqueness'
-* modules/gui/macosx/vout.?
-  - let vout respect 'float' on top option.
-  - added a toggle function to toggle float on top.
-ALL:
-  - menuitem and corresponding code for float on top.
-
-------------------------------------------------------------------------
-r4235 | ipkiss | 2003-05-01 15:51:03 +0200 (Thu, 01 May 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   M /trunk/modules/gui/skins/parser/flex.c
-   M /trunk/modules/gui/skins/parser/skin.act
-   M /trunk/modules/gui/skins/parser/skin.c
-   M /trunk/modules/gui/skins/parser/skin.h
-
- * ./modules/gui/skins/gtk2/gtk2_run.cpp: fixed compilation of the
-   basic-skins plugin with GTK2
- * modules/gui/skins/parser/skin.*: small compilation fix, but i don't
-   really understand why it is necessary :)
-
-------------------------------------------------------------------------
-r4236 | fenrir | 2003-05-02 02:33:42 +0200 (Fri, 02 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/packetizer/copy.c
-
- * copy: added raw audio/video support.
- * avi: added raw audio support (little endian only).
-
-------------------------------------------------------------------------
-r4237 | fenrir | 2003-05-02 05:40:01 +0200 (Fri, 02 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/rawvideo.c
-
- * rawvideo.c: fix a bug while filling picture.
-
-------------------------------------------------------------------------
-r4238 | fenrir | 2003-05-02 05:41:03 +0200 (Fri, 02 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode: accept and create raw video(I420,I422,I444,YUY2,RV24).
-
-------------------------------------------------------------------------
-r4239 | sam | 2003-05-02 14:18:23 +0200 (Fri, 02 May 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: another kludge to avoid linking twice with libavcodec.
-
-------------------------------------------------------------------------
-r4240 | fenrir | 2003-05-02 16:51:57 +0200 (Fri, 02 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode: should be able to compress raw audio, need to be cleaned up.
- u8,s8,s16 big and little endian should be supported but not all tested.
-
-------------------------------------------------------------------------
-r4241 | titer | 2003-05-02 17:36:41 +0200 (Fri, 02 May 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/skins/gtk2/.cvsignore
-   A /trunk/modules/gui/skins/x11/.cvsignore
-
- Missing files
-
-------------------------------------------------------------------------
-r4242 | gbazin | 2003-05-02 17:53:32 +0200 (Fri, 02 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/button.cpp
-   M /trunk/modules/gui/skins/controls/checkbox.cpp
-   M /trunk/modules/gui/skins/controls/image.cpp
-   M /trunk/modules/gui/skins/controls/slider.cpp
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/themeloader.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-   M /trunk/modules/gui/skins/win32/win32_window.cpp
-
-
-* modules/gui/skins/*: compilation fixes for MSVC. Almost working, we just to find a way to have flex.c not include unistd.h on win32 and not compile the wxwindows files when SKINS_BASIC is defined.
-
-------------------------------------------------------------------------
-r4243 | fenrir | 2003-05-02 18:25:12 +0200 (Fri, 02 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode: compilation fix.
-
-------------------------------------------------------------------------
-r4244 | fenrir | 2003-05-02 19:35:48 +0200 (Fri, 02 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
- * v4l: audio grabbing part begin to work :)
-
-------------------------------------------------------------------------
-r4245 | fenrir | 2003-05-02 21:37:08 +0200 (Fri, 02 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode: fix about raw audio.
-
-------------------------------------------------------------------------
-r4246 | fenrir | 2003-05-03 03:12:13 +0200 (Sat, 03 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/stream_out/transcode.c
-
- * all: shut up valgrind ;) (memory leacks and one overead/overwrite).
-
-------------------------------------------------------------------------
-r4247 | fenrir | 2003-05-03 03:52:43 +0200 (Sat, 03 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
- * v4l: fix a stupid bug that broke audio.
-
-------------------------------------------------------------------------
-r4248 | fenrir | 2003-05-03 04:09:41 +0200 (Sat, 03 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/a52.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-
-*** empty log message ***
-
-------------------------------------------------------------------------
-r4249 | fenrir | 2003-05-03 04:18:26 +0200 (Sat, 03 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts: fix a memory leak.
-
-------------------------------------------------------------------------
-r4250 | fenrir | 2003-05-03 14:36:17 +0200 (Sat, 03 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
- * v4l: used the same trick than vls to avoid too much resampling.
-
-------------------------------------------------------------------------
-r4251 | fenrir | 2003-05-03 15:18:16 +0200 (Sat, 03 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode: added two options:
-    - vt : video bitrate tolerance
-    - keyint : number of inter frames between intra frames.
-
-------------------------------------------------------------------------
-r4252 | titer | 2003-05-03 15:37:21 +0200 (Sat, 03 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-
- beos/* : New Preferences window that lets you configure everything.
-          It is not complete yet (see the TODO in PreferencesWindow.cpp)
-
-------------------------------------------------------------------------
-r4253 | fenrir | 2003-05-03 16:22:47 +0200 (Sat, 03 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode: fixed video resizing.
-
-------------------------------------------------------------------------
-r4254 | fenrir | 2003-05-03 16:33:35 +0200 (Sat, 03 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode: fix cropping code.
-
-------------------------------------------------------------------------
-r4255 | fenrir | 2003-05-03 20:11:42 +0200 (Sat, 03 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode: added qmin, qmax and hq(high quality) options.
-
-------------------------------------------------------------------------
-r4256 | massiot | 2003-05-04 00:25:44 +0200 (Sun, 04 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-Fixed handling of STATE_INVALID states.
-
-------------------------------------------------------------------------
-r4257 | massiot | 2003-05-04 03:36:20 +0200 (Sun, 04 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-More cleaning of the STATE_INVALID stuff (still not perfect though).
-
-------------------------------------------------------------------------
-r4258 | fenrir | 2003-05-04 12:46:28 +0200 (Sun, 04 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
- * mpga_audio: should fix an infinite loop when miss-detected free
-bitrate stream.
-
-------------------------------------------------------------------------
-r4259 | sam | 2003-05-04 14:40:58 +0200 (Sun, 04 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/sdl.c
-
-  * ./modules/video_output/sdl.c: avoid crashes at exit due to SDL being
-    linked with svgalib and svgalib using atexit().
-
-------------------------------------------------------------------------
-r4260 | massiot | 2003-05-04 17:02:42 +0200 (Sun, 04 May 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/coreaudio.c
-   M /trunk/modules/audio_output/coreaudio.c
-
-* modules/audio_output/coreaudio.c: worked around a CoreAudio bug (should
-  fix the "sound drops after half an hour" bug)
-* modules/audio_filter/resampler/coreaudio.c: reenabled the coreaudio
-  resampler which works perfectly fine here
-Please test that I didn't break S/PDIF output on OS X.
-
-------------------------------------------------------------------------
-r4261 | fenrir | 2003-05-04 20:51:34 +0200 (Sun, 04 May 2003) | 22 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode: follow the same logic for ab than vb. (ie for a small value
-it's used as kb/s for higher ones it's b/s).
-Just a remember, transcode options are:
-acodec= mpga,a52
-    ab (kb/s)
-vcodec= mpgv,mp4v,h263,DIV1,DIV2,DIV3,I420,I422,I444,RV24,YUY2
-    width
-    height
-    vb (kb/s)
-    vt (b/s)
-    deinterlace
-    croptop
-    cropbottom
-    cropleft
-    cropright
-    keyint
-    hq
-    qmin (between 1 and 32)
-    qmax (between 1 and 32)
-only acodec and/or vcodec are mandatories (and it's a good idea to always
-define vb,vt, and/or ab)
-
-------------------------------------------------------------------------
-r4262 | massiot | 2003-05-05 00:33:35 +0200 (Mon, 05 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/src/video_output/vout_synchro.c
-
-* modules/codec/libmpeg2.c: fixed the "main: cannot delete object with
-  children" bug.
-
-------------------------------------------------------------------------
-r4263 | gbazin | 2003-05-05 00:42:18 +0200 (Mon, 05 May 2003) | 15 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/include/variables.h
-   M /trunk/modules/access/dvd/access.c
-   M /trunk/modules/access/dvdplay/access.c
-   M /trunk/modules/access/dvdread/input.c
-   M /trunk/modules/access/satellite/access.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/coreaudio.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/gui/gtk/menu.c
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/win32/menu.cpp
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   A /trunk/modules/gui/wxwindows/menus.cpp
-   D /trunk/modules/gui/wxwindows/popup.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/testsuite/test4.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/misc/variables.c
-
-
-* src/misc/variables.c, ALL: improvements to the object variables api.
-   - added another argument to var_Change().
-   - added a VLC_VAR_SETTEXT and VLC_VAR_GETTEXT method to var_Change()
-     that are used to set/get a friendly name to an object variable.
-   - added VLC_VAR_CHOICESCOUNT to var_Change() to be able to retrieve
-     the number of availabel choices without having to get their value
-     as well.
-   - VLC_VAR_ADDCHOICE uses the extra var_Change() argument to assign
-     a friendly name to the choice value.
-   - VLC_VAR_GETCHOICES retrieves the choices values and their friendly
-     names.
-
-* modules/gui/wxwindows/*: first step in implementing menu auto-generation in the wxWindows interface.
-
-------------------------------------------------------------------------
-r4264 | gbazin | 2003-05-05 01:03:00 +0200 (Mon, 05 May 2003) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-
-* po/POTFILES.in: added the new modules since 0.5.3
-
-------------------------------------------------------------------------
-r4265 | massiot | 2003-05-05 01:38:06 +0200 (Mon, 05 May 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* First round of capitalization of description strings.
-
-------------------------------------------------------------------------
-r4266 | gbazin | 2003-05-05 01:39:02 +0200 (Mon, 05 May 2003) | 3 lines
-Changed paths:
-   M /trunk/src/audio_output/output.c
-
-
-* src/audio_output/output.c: fixed warning.
-
-------------------------------------------------------------------------
-r4267 | sam | 2003-05-05 13:49:50 +0200 (Mon, 05 May 2003) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-  * ./src/video_output/video_output.c: fixed a crash that occurs when the
-    width and height variables are set to their default values.
-
-------------------------------------------------------------------------
-r4268 | gbazin | 2003-05-05 14:15:25 +0200 (Mon, 05 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-
-
-* modules/gui/skins/src/*: compilation fixes under win32.
-
-------------------------------------------------------------------------
-r4269 | hartman | 2003-05-05 15:03:23 +0200 (Mon, 05 May 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/README.MacOSX.rtf
-
-NEWS: preparing for 0.5.4 release. Please update the NEWS file everyone.
-README.MacOSX.rtf: clarified some things.
-
-------------------------------------------------------------------------
-r4270 | titer | 2003-05-05 15:06:02 +0200 (Mon, 05 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-
- modules/gui/beos/*: Partial fix for Preferences resizing
-
-------------------------------------------------------------------------
-r4271 | titer | 2003-05-05 15:15:06 +0200 (Mon, 05 May 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
- Updated NEWS for 0.5.4 release
-
-------------------------------------------------------------------------
-r4272 | sigmunau | 2003-05-05 16:58:45 +0200 (Mon, 05 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/kde/preferences.cpp
-
-Implemented support for CONFIG_ITEM_DIRECTORY
-
-------------------------------------------------------------------------
-r4273 | sigmunau | 2003-05-05 17:21:28 +0200 (Mon, 05 May 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-   M /trunk/src/misc/variables.c
-
-implemented VLC_VAR_TIME using two ints
-
-------------------------------------------------------------------------
-r4274 | fenrir | 2003-05-05 17:52:13 +0200 (Mon, 05 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/bits.h
-
- * bits.h: clean up
-
-------------------------------------------------------------------------
-r4275 | gbazin | 2003-05-05 18:09:41 +0200 (Mon, 05 May 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   D /trunk/include/netutils.h
-   M /trunk/modules/gui/familiar/interface.c
-   M /trunk/modules/gui/gtk/display.c
-   M /trunk/modules/gui/gtk/gnome.glade
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gtk.glade
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.h
-   M /trunk/modules/gui/gtk/gtk_interface.c
-   M /trunk/modules/gui/gtk/open.c
-   M /trunk/modules/gui/gtk/sout.c
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/qnx/vout.c
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/event.h
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/win32/mainframe.cpp
-   M /trunk/modules/gui/win32/network.cpp
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/mga/xmga.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/modules.c
-   D /trunk/src/misc/netutils.c
-
-
-* ALL: removed the old channels server stuff (was deprecated).
-
-------------------------------------------------------------------------
-r4276 | gbazin | 2003-05-05 18:29:57 +0200 (Mon, 05 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.h
-
-
-* modules/gui/skins/src/*: forgot a few references to the channels server.
-
-------------------------------------------------------------------------
-r4277 | titer | 2003-05-05 23:35:37 +0200 (Mon, 05 May 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
- configure.ac.in: fixed libdvbpsi detection for people who don't have
-   stdint.h but inttypes.h
-
-------------------------------------------------------------------------
-r4278 | hartman | 2003-05-06 00:04:11 +0200 (Tue, 06 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* fixed the autogenerated menu's.
-
-------------------------------------------------------------------------
-r4279 | gbazin | 2003-05-06 00:23:42 +0200 (Tue, 06 May 2003) | 4 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/modules/access/dvd/es.c
-   M /trunk/modules/access/dvdplay/es.c
-   M /trunk/modules/access/dvdread/input.c
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/demux/a52sys.c
-   M /trunk/modules/demux/aac/demux.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mpeg/audio.c
-   M /trunk/modules/demux/mpeg/es.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/wav/wav.c
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/gtk/menu.c
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/win32/menu.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/stream_out/display.c
-   M /trunk/po/POTFILES.in
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/libvlc.h
-
-
-* ALL: changed the prototype of input_AddES() to include enough information so we can build an "video-es", "audio-es" and "spu-es" object variable. These variables can be used by the interfaces to navigate between the elementary streams.
-* modules/gui/wxwindows/menus.cpp: use the "foo-es" object variables.
-
-------------------------------------------------------------------------
-r4280 | gbazin | 2003-05-06 00:48:23 +0200 (Tue, 06 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/src/input/input_programs.c
-
-
-* modules/demux/mpeg/ts.c: compiler warning fix.
-* src/input/input_programs.c: a "Disable" choice is added by default to "audio-es", "video-es" and "spu-es".
-
-------------------------------------------------------------------------
-r4281 | titer | 2003-05-06 03:15:24 +0200 (Tue, 06 May 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
- configure.ac.in: fixed static linking with libintl and libiconv
-
-------------------------------------------------------------------------
-r4282 | fenrir | 2003-05-06 04:01:35 +0200 (Tue, 06 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mmsh.h
-
- * mms: fix for builtin compilation.
-
-------------------------------------------------------------------------
-r4283 | titer | 2003-05-06 04:17:11 +0200 (Tue, 06 May 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
- Makefile.am: fixed BeOS package generation when all modules are built-in
-
-------------------------------------------------------------------------
-r4284 | fenrir | 2003-05-06 14:57:48 +0200 (Tue, 06 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http: fix 'add mrl'.
-
-------------------------------------------------------------------------
-r4285 | fenrir | 2003-05-06 16:19:29 +0200 (Tue, 06 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http: redirect to main page each time we pass arguments. (it's done by
-an html header and not by the http protocol. I know it's bad but it's a
-lot easier ;)
-
-------------------------------------------------------------------------
-r4286 | fenrir | 2003-05-06 18:05:10 +0200 (Tue, 06 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: fix a segfault and play .3gp with h263 video track.
-
-------------------------------------------------------------------------
-r4287 | hartman | 2003-05-06 22:12:28 +0200 (Tue, 06 May 2003) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-
-* ALL: there were reports of crashes in the menucode. i think it was that
-  the VLCWindow could suddenly disappear (the vout closed) and therefore we
-  could no longer reference it. This should fix that. Also made this code
-  more generic to avoid code duplication.
-
-------------------------------------------------------------------------
-r4288 | gbazin | 2003-05-06 23:01:58 +0200 (Tue, 06 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ts.c
-
-
-* modules/demux/mpeg/ts.c: fixed my last f*ckage + a bit of clean-up.
-
-------------------------------------------------------------------------
-r4289 | gbazin | 2003-05-07 02:18:39 +0200 (Wed, 07 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-
-* modules/gui/wxwindows/open.cpp: removed the channels server entry.
-
-------------------------------------------------------------------------
-r4290 | fenrir | 2003-05-07 02:28:38 +0200 (Wed, 07 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * ffmpeg: do not use CODEC_FLAG_TRUNCATED by default as it seems buggy
-with valid files. You have to use --ffmpeg-truncated to force it.
- MPEG-4 in TS won't work unless you use --ffmpeg-truncated :((
-
-------------------------------------------------------------------------
-r4291 | fenrir | 2003-05-07 04:31:20 +0200 (Wed, 07 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: raaaah, sometime moov box are masqueraded by a free box, so I look
-at free box content to see if it could be moov box, I hope there won't be
-any misdetection. (Even when there is a spec, nobody follows it :((
-
-------------------------------------------------------------------------
-r4292 | gbazin | 2003-05-07 14:23:06 +0200 (Wed, 07 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: misc fixes.
-
-------------------------------------------------------------------------
-r4293 | titer | 2003-05-07 16:49:19 +0200 (Wed, 07 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
- modules/gui/beos/*: fixed a few things I broke recently (dvd menus,
-                     screenshots...)
-
-------------------------------------------------------------------------
-r4294 | fenrir | 2003-05-07 17:44:59 +0200 (Wed, 07 May 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * ffmpeg: --ffmpeg-truncated is now an int :
-  * -1 -> CODEC_FLAG_TRUNCATED is set only if width == height == 0 (only TS should produce this)
-  * 0  -> disable CODEC_FLAG_TRUNCATED
-  * 1  -> force CODEC_FLAG_TRUNCATED
-
-------------------------------------------------------------------------
-r4295 | gbazin | 2003-05-07 17:54:49 +0200 (Wed, 07 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: Fix (use different id numbers for each menus).
-
-------------------------------------------------------------------------
-r4296 | titer | 2003-05-07 18:47:10 +0200 (Wed, 07 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-
- modules/gui/beos/PreferencesWindow.cpp:
-  Misc enhancements
-
-------------------------------------------------------------------------
-r4297 | titer | 2003-05-07 19:27:30 +0200 (Wed, 07 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-
- * modules/gui/beos/MessagesWindow.cpp: fixed a nasty bug
- * modules/gui/beos/PreferencesWindow.*: now you can save preferences
-
-------------------------------------------------------------------------
-r4298 | titer | 2003-05-07 21:20:23 +0200 (Wed, 07 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-
- modules/gui/beos/AudioOutput.cpp: cleaning
-
-------------------------------------------------------------------------
-r4299 | alexis | 2003-05-08 01:07:34 +0200 (Thu, 08 May 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/faq/Makefile
-
-Makefile : Minor changes.
-
-------------------------------------------------------------------------
-r4300 | hartman | 2003-05-08 01:13:07 +0200 (Thu, 08 May 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* changed "Gayscale video output" option back into "Grayscale video output"
-
-------------------------------------------------------------------------
-r4301 | titer | 2003-05-08 03:05:14 +0200 (Thu, 08 May 2003) | 4 lines
-Changed paths:
-   M /trunk/src/misc/beos_specific.cpp
-
- src/misc/beos_specific.cpp:
-     Fixed a very old bug: if the user hit Alt+Q, don't let the be_app
-     exit without any cleaning (that made VLC crash badly)
-
-------------------------------------------------------------------------
-r4302 | hartman | 2003-05-08 03:16:57 +0200 (Thu, 08 May 2003) | 6 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/applescript.m
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-ALL: autogenerated menu's for chapter,title,program,audio-es,spu-es and video-es.
-  - video-es seems broken. it always starts with -1 (Disabled) selected.
-  - moved some menuitems to other menu's for gui interface consistency with
-    other gui's.
-  - added a "fit to screen" menuitem.
-
-------------------------------------------------------------------------
-r4303 | titer | 2003-05-08 12:40:31 +0200 (Thu, 08 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/MsgVals.h
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-
- * modules/gui/beos/AudioOutput.cpp: more cleaning
- * modules/gui/beos/VideoOutput.cpp: in fullscreen, add an item "Show
-   Interface" to the popup
-
-------------------------------------------------------------------------
-r4304 | titer | 2003-05-08 12:45:50 +0200 (Thu, 08 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-
- modules/gui/beos/PreferencesWindow.cpp: cosmetic
-
-------------------------------------------------------------------------
-r4305 | gbazin | 2003-05-08 14:09:59 +0200 (Thu, 08 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-
-
-* modules/gui/wxwindows/menus.cpp: misc small fixes.
-
-------------------------------------------------------------------------
-r4306 | titer | 2003-05-08 16:15:36 +0200 (Thu, 08 May 2003) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
- src/libvlc.*: --translation is now a string. Usefull if want to specify
- a different language than your OS, or if your OS is not localized...
-
-------------------------------------------------------------------------
-r4307 | gbazin | 2003-05-08 17:58:56 +0200 (Thu, 08 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-
-* modules/access/file.c: fixed large file support on win32.
-* src/libvlc.[ch]: made the description of the translation option more explicit.
-
-------------------------------------------------------------------------
-r4308 | massiot | 2003-05-08 19:13:23 +0200 (Thu, 08 May 2003) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* modules/gui/macosx: Fixed crashes with the new submenus when used on a
-  localized system
-* Removed the "EXPERIMENTAL" in "DVD menus (EXPERIMENTAL)", and enabled
-  the DVD menus by default.
-
-------------------------------------------------------------------------
-r4309 | titer | 2003-05-08 21:06:47 +0200 (Thu, 08 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvdplay/access.c
-   M /trunk/modules/access/dvdread/input.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/src/input/input_info.c
-   M /trunk/src/misc/messages.c
-
- ALL: fixed BeOS-specific warnings (ssize_t is not a int but a long,
-vasprintf if defined but not declared in the system headers...)
-
-------------------------------------------------------------------------
-r4310 | fenrir | 2003-05-08 21:21:39 +0200 (Thu, 08 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
- * v4l: remove __V4L_AUDIO_ (useless)
-
-------------------------------------------------------------------------
-r4311 | fenrir | 2003-05-08 21:26:59 +0200 (Thu, 08 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
- * v4l: clean up.
-
-------------------------------------------------------------------------
-r4312 | fenrir | 2003-05-08 21:51:38 +0200 (Thu, 08 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
- * ftp : updated copyright info.
-
-------------------------------------------------------------------------
-r4313 | hartman | 2003-05-09 01:11:28 +0200 (Fri, 09 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-modules/gui/macosx/intf.m: We shouldn't save the config file when the interface closes. This explains a lot of bugreports ;)
-
-------------------------------------------------------------------------
-r4314 | hartman | 2003-05-09 02:41:11 +0200 (Fri, 09 May 2003) | 6 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-
-* modules/gui/macosx/prefs.?:
-  - made the advanced button better.
-  - added missing CONFIG_ITEM_DIRECTORY support
-* extras/MacOSX/Resources/English.lproj/MainMenu.nib/*:
-  - added the semi 'apple' default of com-, as a hotkey for the prefs.
-
-------------------------------------------------------------------------
-r4315 | titer | 2003-05-09 02:58:25 +0200 (Fri, 09 May 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/messages.c
-
- * src/misc/messages.c: forget a defined(SYS_BEOS) in my last commit
- * src/misc/configuration.c: config_PutPsz now sets the variable to NULL
-   if the string is empty
- * modules/gui/macosx/prefs.m: remove duplicate (now) code with config_PutPsz
-
-------------------------------------------------------------------------
-r4316 | hartman | 2003-05-09 03:19:43 +0200 (Fri, 09 May 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/prefs.m
-
-* modules/gui/macosx/prefs.m:
-  - possibly fixed a crash situation when clicking the OK button (not sure though)
-* modules/gui/macosx/macosx.m:
-  - made the transparency option an advanced option.
-
-------------------------------------------------------------------------
-r4317 | fenrir | 2003-05-09 04:39:21 +0200 (Fri, 09 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-
- * mmstu: fixed a lookup.
-
-------------------------------------------------------------------------
-r4318 | gbazin | 2003-05-09 18:01:17 +0200 (Fri, 09 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/modules/misc/httpd.c
-
-
-* modules/misc/httpd.c: win32 fixes.
-* modules/control/http.c: fixed a problem with IE that sends POST requests instead of GET ones.
-
-------------------------------------------------------------------------
-r4319 | fenrir | 2003-05-09 21:29:57 +0200 (Fri, 09 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-* mp4: fixed mace3/6 decoding. Only mono audio is working on the sample I
-have found.
-
-------------------------------------------------------------------------
-r4320 | titer | 2003-05-09 21:30:42 +0200 (Fri, 09 May 2003) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
- Updated POTFILES.in for BeOS' i18n
-
-------------------------------------------------------------------------
-r4321 | fenrir | 2003-05-09 21:53:51 +0200 (Fri, 09 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/faad/decoder.c
-
- * faad: better support of AAC without ESDS.
-
-------------------------------------------------------------------------
-r4322 | massiot | 2003-05-09 22:30:29 +0200 (Fri, 09 May 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-France 1 - Italy 0
-
-------------------------------------------------------------------------
-r4323 | sigmunau | 2003-05-10 00:03:06 +0200 (Sat, 10 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-oss.c: give a warning if --spdif is set but the sourndcard don't support it.
-
-------------------------------------------------------------------------
-r4324 | fenrir | 2003-05-10 01:23:45 +0200 (Sat, 10 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * ffmpeg: now ffmpeg has a SVQ3 decoder, so use it :)
-
-------------------------------------------------------------------------
-r4325 | hartman | 2003-05-10 12:32:29 +0200 (Sat, 10 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/output.m
-
-* Finished the sout dialog on OSX.
-
-------------------------------------------------------------------------
-r4326 | hartman | 2003-05-10 13:05:52 +0200 (Sat, 10 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-
-* added VP31 fourcc's.
-* disabled the vp31 and iv31 iv32. In it's current state it is too ugly too
-  actually use it. It would generate too many bugreports.
-
-------------------------------------------------------------------------
-r4327 | gbazin | 2003-05-10 13:08:07 +0200 (Sat, 10 May 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-
-
-* src/input/input_programs.c: misc fixes/improvements to the video-es/audio-es/spu-es object variables.
-
-------------------------------------------------------------------------
-r4328 | titer | 2003-05-10 15:40:37 +0200 (Sat, 10 May 2003) | 4 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
- * src/libvlc.[ch]: removed --translation to avoid breaking compatibility
- with old config files; --language is now a string_from_list you can use
- to specify the language (default is auto-detection).
-
-------------------------------------------------------------------------
-r4329 | titer | 2003-05-10 15:52:03 +0200 (Sat, 10 May 2003) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
- POTFILES.in: forgot a file yesterday...
-
-------------------------------------------------------------------------
-r4330 | fenrir | 2003-05-10 20:16:44 +0200 (Sat, 10 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * ffmpeg : fix for svq3.
-
-------------------------------------------------------------------------
-r4331 | hartman | 2003-05-10 22:49:07 +0200 (Sat, 10 May 2003) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* fix titer's language commit. The list needs to end with a NULL, or VLC will
-  no longer start. (it fails on the duplication of the config of this variable)
-
-------------------------------------------------------------------------
-r4332 | massiot | 2003-05-11 03:00:26 +0200 (Sun, 11 May 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/coreaudio.c
-   M /trunk/modules/audio_output/coreaudio.c
-   M /trunk/src/audio_output/output.c
-
-* modules/audio_filter/resampler/coreaudio.c: more accurate frame length
-  calculation
-* modules/audio_output/coreaudio.c: apparently the audio card clock can
-  be screwed, so probe it at every buffer
-* src/audio_output/output.c: Thou shalt not drop buffers
-
-------------------------------------------------------------------------
-r4333 | sigmunau | 2003-05-11 10:42:59 +0200 (Sun, 11 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/osd_text.c
-
-* osd_test.c: better size calculations. Use VLC_VAR_TIME for precise timing
-(doesn't seem to work)
-
-------------------------------------------------------------------------
-r4334 | sigmunau | 2003-05-11 15:14:04 +0200 (Sun, 11 May 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-use c comment, and not c++
-
-------------------------------------------------------------------------
-r4335 | gbazin | 2003-05-11 15:22:23 +0200 (Sun, 11 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: the wxWindows plugin is now UNICODE happy.
-
-------------------------------------------------------------------------
-r4336 | gbazin | 2003-05-11 15:45:21 +0200 (Sun, 11 May 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-
-* configure.ac.in: fixed the wx-config detection by the skins plugin.
-* modules/gui/wxwindows/*: fixed a couple of breakage.
-
-------------------------------------------------------------------------
-r4337 | sigmunau | 2003-05-11 16:33:32 +0200 (Sun, 11 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/text.c
-   M /trunk/modules/demux/util/sub.c
-
-Added code to render subtitles with the freetype module (disabled by default).
-To test it out define USE_FREETYPE in the top of modules/demux/util/sub.c
-and  modules/codec/spudec/text.c and run with --filter osdtext
-
-------------------------------------------------------------------------
-r4338 | gbazin | 2003-05-11 17:55:51 +0200 (Sun, 11 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-
-* modules/gui/wxwindows/interface.cpp: work-around a bug in wxWindows for menus auto-generation.
-
-------------------------------------------------------------------------
-r4339 | hartman | 2003-05-11 20:40:11 +0200 (Sun, 11 May 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/video_output/video_output.c
-
-* src/input/input_programs.c: Added a 'intf-changed' variable as vout, aout
-  and playlist already have, to be notified of menu changes.
-* src/video_output/video_output.c: Changed a 1 to a VLC_TRUE
-* modules/gui/macosx/intf.?: Interface listens for changes in the input
-  menu's now.
-
-------------------------------------------------------------------------
-r4340 | hartman | 2003-05-11 20:41:27 +0200 (Sun, 11 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-* forgot one file. see previous intf.m commit for details.
-
-------------------------------------------------------------------------
-r4341 | gbazin | 2003-05-11 20:43:19 +0200 (Sun, 11 May 2003) | 4 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/misc/variables.c
-
-
-* src/input/input_programs.c: small bug fix.
-* src/misc/variables.c: compilation fix for MSVC.
-
-------------------------------------------------------------------------
-r4342 | hartman | 2003-05-11 20:49:15 +0200 (Sun, 11 May 2003) | 8 lines
-Changed paths:
-   M /trunk/po/.cvsignore
-
-* modules/po/.cvsignore: i guess the following doesn't belong in CVS, so i want
-cvs to stop bugging me about it ;)
-
-*.sed
-*.sin
-*.header
-Rules-quot
-
-------------------------------------------------------------------------
-r4343 | hartman | 2003-05-11 21:09:51 +0200 (Sun, 11 May 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* ALL:
-  - removed a bit too much code from the interface files previous commit.
-    Menu's were enabled if there was no input.
-  - removed a NSLog which was used for bugtracking
-
-------------------------------------------------------------------------
-r4344 | hartman | 2003-05-12 01:17:31 +0200 (Mon, 12 May 2003) | 13 lines
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/about.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/prefs.m
-
-* extras/MacOSX/vlc.pbproj/project.pbxproj:
-  - Add the THANKS file to the Mac OS X application
-* modules/gui/macosx/about.?:
-  - Use c-style comments instead of //
-  - Open the AUTHORS file with the correct Encoding
-  - Display the THANKS file as well
-  - Rotate the scrolling when at the end
-* modules/gui/macosx/intf.m:
-  - put Cocoa into multithreaded mode as soon as possible. Not really
-    causing any problems now, but is cleaner.
-* modules/gui/macosx/prefs.m:
-  - Select the current setting when we create a combobox.
-
-------------------------------------------------------------------------
-r4345 | hartman | 2003-05-12 03:17:10 +0200 (Mon, 12 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/playlist.m
-
-* First set config variable, then add the files (and therefore potentially
-  play them) in the playlist. Otherwise we can be too late.
-
-------------------------------------------------------------------------
-r4346 | gbazin | 2003-05-12 19:33:20 +0200 (Mon, 12 May 2003) | 8 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/modules/gui/skins/Modules.am
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   D /trunk/modules/gui/skins/src/wxdialogs.h
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/playlist/playlist.c
-
-
-* modules/gui/skins/*: got rid of wxdialogs.h, the skins plugin is now sharing wxwindows.h with the wxwindows plugin.
-* modules/video_output/directx/events.c: fixed non-initialized variable.
-* modules/gui/wxwindows/*: misc improvements to the playlist window (added an "Open MRL" menu as well as menus to load and save a playlist, we also make use of the "intf-change" playlist object variable now).
-* src/playlist/playlist.c: the playlist file is opened in text mode, no win32 eol hack is needed.
-* src/misc/configuration.c, include/configuration.h: new config_ResetAll() function to reset all config options to their original values (you still need to config_SaveConfigFile()).
-* modules/gui/wxwindows/preferences.cpp: new "Reset All" button in the preferences panel.
-
-------------------------------------------------------------------------
-r4347 | gbazin | 2003-05-12 21:11:53 +0200 (Mon, 12 May 2003) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-
-* include/vlc_common.h: small change to shut-up some memory checkers.
-
-------------------------------------------------------------------------
-r4348 | titer | 2003-05-12 21:59:48 +0200 (Mon, 12 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
- modules/gui/beos/VlcWrapper.h: compile fix
-
-------------------------------------------------------------------------
-r4349 | gbazin | 2003-05-12 23:55:01 +0200 (Mon, 12 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-
-* modules/gui/wxwindows/preferences.cpp: the config panels are now generated on demand instead of generating everything at the beginning. ResetAll now also takes care of resetting the values shown in the config panels.
-* modules/gui/wxwindows/open.cpp: small cosmetic changes.
-
-------------------------------------------------------------------------
-r4350 | titer | 2003-05-13 13:18:25 +0200 (Tue, 13 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-
- modules/gui/beos/PreferencesWindow.*: use config_ResetAll()
-
-------------------------------------------------------------------------
-r4351 | gbazin | 2003-05-13 13:44:53 +0200 (Tue, 13 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-
-* modules/gui/wxwindows/preferences.cpp: small fixes.
-
-------------------------------------------------------------------------
-r4352 | gbazin | 2003-05-13 14:09:29 +0200 (Tue, 13 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/control/rc/rc.c
-
-
-* modules/control/rc/rc.c: win32 fixes for the handling of special control keys.
-
-------------------------------------------------------------------------
-r4353 | titer | 2003-05-13 16:11:33 +0200 (Tue, 13 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-
- modules/gui/beos/PreferencesWindow.*:
-  - use BMenuFields for string_from_list config items
-  - cleaning
-
-------------------------------------------------------------------------
-r4354 | asmax | 2003-05-13 21:25:59 +0200 (Tue, 13 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_graphics.h
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/skins/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins/win32/win32_graphics.h
-
-* changed OSGraphics constructor (needed for X11)
-
-------------------------------------------------------------------------
-r4355 | asmax | 2003-05-13 22:36:29 +0200 (Tue, 13 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.h
-
-* beginning of event processing in X11 skins
-* graphics should work, but....
-
-------------------------------------------------------------------------
-r4356 | gbazin | 2003-05-14 00:33:33 +0200 (Wed, 14 May 2003) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: new subtitles file dialog box.
-* modules/demux/util/sub.c: fixed a few description strings.
-* Makefile.am: small cosmetic change to package-win32 target.
-
-------------------------------------------------------------------------
-r4357 | gbazin | 2003-05-14 00:59:16 +0200 (Wed, 14 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   A /trunk/modules/gui/wxwindows/subtitles.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: added a navigation menu in the interface menubar.
-* modules/gui/wxwindows/subtitles.cpp: forgot this one in my last commit.
-
-------------------------------------------------------------------------
-r4358 | gbazin | 2003-05-14 01:41:17 +0200 (Wed, 14 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-
-
-* modules/gui/wxwindows/menus.cpp: forgot a vlc_object_release(). The popup menu is now created on the stack.
-
-------------------------------------------------------------------------
-r4359 | gbazin | 2003-05-14 11:00:10 +0200 (Wed, 14 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/Modules.am
-
-
-* modules/gui/skins/Modules.am: include module/gui/wxwindows/subtitles.cpp.
-
-------------------------------------------------------------------------
-r4360 | fenrir | 2003-05-14 13:15:50 +0200 (Wed, 14 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts: do not use DVB reserved pid(s) (thanks Miguel Barreiro Paz)
-
-------------------------------------------------------------------------
-r4361 | hartman | 2003-05-14 16:56:26 +0200 (Wed, 14 May 2003) | 2 lines
-Changed paths:
-   A /trunk/extras/MacOSX/Resources/a52.icns
-   A /trunk/extras/MacOSX/Resources/aac.icns
-   A /trunk/extras/MacOSX/Resources/asx.icns
-   A /trunk/extras/MacOSX/Resources/avi.icns
-   A /trunk/extras/MacOSX/Resources/bin.icns
-   A /trunk/extras/MacOSX/Resources/cue.icns
-   A /trunk/extras/MacOSX/Resources/dat.icns
-   M /trunk/extras/MacOSX/Resources/divx.icns
-   A /trunk/extras/MacOSX/Resources/dv.icns
-   M /trunk/extras/MacOSX/Resources/generic.icns
-   A /trunk/extras/MacOSX/Resources/m3u.icns
-   A /trunk/extras/MacOSX/Resources/mov.icns
-   A /trunk/extras/MacOSX/Resources/mp3.icns
-   A /trunk/extras/MacOSX/Resources/mp4.icns
-   M /trunk/extras/MacOSX/Resources/mpeg.icns
-   M /trunk/extras/MacOSX/Resources/mpeg1.icns
-   M /trunk/extras/MacOSX/Resources/mpeg2.icns
-   M /trunk/extras/MacOSX/Resources/mpeg4.icns
-   A /trunk/extras/MacOSX/Resources/mpg.icns
-   A /trunk/extras/MacOSX/Resources/ogg.icns
-   A /trunk/extras/MacOSX/Resources/ogm.icns
-   A /trunk/extras/MacOSX/Resources/pls.icns
-   A /trunk/extras/MacOSX/Resources/srt.icns
-   A /trunk/extras/MacOSX/Resources/sub.icns
-   M /trunk/extras/MacOSX/Resources/vlc.icns
-   A /trunk/extras/MacOSX/Resources/vob.icns
-   A /trunk/extras/MacOSX/Resources/wma.icns
-   A /trunk/extras/MacOSX/Resources/wmv.icns
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-ALL: Davor won the vote, New icons in place.
-
-------------------------------------------------------------------------
-r4362 | hartman | 2003-05-14 16:57:42 +0200 (Wed, 14 May 2003) | 2 lines
-Changed paths:
-   A /trunk/extras/MacOSX/Resources/asf.icns
-
-* Forgot one
-
-------------------------------------------------------------------------
-r4363 | fenrir | 2003-05-14 16:58:35 +0200 (Wed, 14 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/aac/demux.c
-
- * aac: use extention based detection.
-
-------------------------------------------------------------------------
-r4364 | sam | 2003-05-14 19:17:30 +0200 (Wed, 14 May 2003) | 3 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-  * ./debian/control: Debian packages now build with an mpeg2dec CVS tree in
-    the extras/ directory.
-
-------------------------------------------------------------------------
-r4365 | hartman | 2003-05-14 21:47:24 +0200 (Wed, 14 May 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-
-* Resized some elements to allow for better translations.
-
-------------------------------------------------------------------------
-r4366 | fenrir | 2003-05-14 23:29:43 +0200 (Wed, 14 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/aac/demux.c
-   M /trunk/src/libvlc.h
-
- * aac: compilation fix.
- * libvlc.h : set correct value for sout-a/vcodec
-
-------------------------------------------------------------------------
-r4367 | hartman | 2003-05-15 02:32:28 +0200 (Thu, 15 May 2003) | 5 lines
-Changed paths:
-   A /trunk/vlc.ebuild
-
-* ./vlc.ebuild: a ebuild for the Gentoo Linux distribution.
-  Because of the cvs snapshots of libmpeg2 and ffmpeg, this ebuild will
-  need to be updated before release, to point out the correct links to
-  these libraries.
-
-------------------------------------------------------------------------
-r4368 | hartman | 2003-05-15 02:46:23 +0200 (Thu, 15 May 2003) | 6 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-* added vlc.ebuild, vlc.spec.redhat to dist.
-* added all the new icons to the dist.
-* on make dist i would like to do
-  mv vlc.ebuild vlc-${VERSION}.ebuild
-  I don't know how to do this. Who does?
-
-------------------------------------------------------------------------
-r4369 | hartman | 2003-05-15 03:23:05 +0200 (Thu, 15 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* variable callback for the playlist. the input, audio and video still need
-  to be done, waiting for gibalou to work his magic on that ;)
-cvs: ----------------------------------------------------------------------
-
-------------------------------------------------------------------------
-r4370 | gbazin | 2003-05-15 03:33:53 +0200 (Thu, 15 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/streamout.cpp: updated the stream output dialog to use the new stream output syntax and features.
-
-------------------------------------------------------------------------
-r4371 | hartman | 2003-05-15 04:02:13 +0200 (Thu, 15 May 2003) | 5 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/README.MacOSX.rtf
-
-* Went trough my maillogs and filled out large parts of the NEWS file.
-  please check and add your own. (i was bored ;)
-* Updated the README.MacOSX.rtf with some more pointers and changed version
-  to 0.6.0
-
-------------------------------------------------------------------------
-r4372 | hartman | 2003-05-15 17:35:55 +0200 (Thu, 15 May 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/vlc.ebuild
-
-* Makefile.am: on make dist move vlc.ebuild
-* vlc.ebuild: small spelling correction
-
-------------------------------------------------------------------------
-r4373 | sam | 2003-05-15 17:50:23 +0200 (Thu, 15 May 2003) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/toolbox
-
-  * ./toolbox: toolbox --update.po now updates po/POTFILES.in as well.
-
-------------------------------------------------------------------------
-r4374 | gbazin | 2003-05-15 17:59:35 +0200 (Thu, 15 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: small fixes and improvements.
-
-------------------------------------------------------------------------
-r4375 | sam | 2003-05-15 18:02:26 +0200 (Thu, 15 May 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * ./Makefile.am: fixed LDFLAGS when using --enable-gprof.
-
-------------------------------------------------------------------------
-r4376 | jpsaman | 2003-05-15 22:28:00 +0200 (Thu, 15 May 2003) | 3 lines
-Changed paths:
-   M /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/control.zaurus
-   M /trunk/ipkg/rules
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/rules.opie
-   M /trunk/ipkg/rules.zaurus
-
-Updating version to 0.5.4.
-Enable building with libmpeg2.
-
-------------------------------------------------------------------------
-r4377 | jpsaman | 2003-05-15 22:45:08 +0200 (Thu, 15 May 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-Added --with-libmpeg2-prefix= option to support cross-compiling for arm-target.
-
-------------------------------------------------------------------------
-r4378 | gbazin | 2003-05-15 23:31:53 +0200 (Thu, 15 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/src/input/input_programs.c
-
-
-* src/input/input_programs.c: implemented prev-title, next-title, prev-chapter and next-chapter object variables.
-* modules/gui/wxwindows/menus.cpp: put the above variables into the Navigation menu.
-
-------------------------------------------------------------------------
-r4379 | massiot | 2003-05-16 00:27:38 +0200 (Fri, 16 May 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/access/dvd/dvd.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/satellite/satellite.c
-   M /trunk/modules/access/slp.c
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_output/coreaudio.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/codec/mpeg_video/parser.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/gui/familiar/familiar.c
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/win32/win32.cpp
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/logger/logger.c
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/mga/xmga.c
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xvideo.c
-   M /trunk/modules/visualization/xosd/xosd.c
-
-* now 0.6.0-cvs
-* ALL: Capitalize all preferences text strings
-
-------------------------------------------------------------------------
-r4380 | gbazin | 2003-05-16 01:05:59 +0200 (Fri, 16 May 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-
-
-* src/input/input_programs.c: a few fixes to the navigation object variable.
-
-------------------------------------------------------------------------
-r4381 | gbazin | 2003-05-17 01:02:37 +0200 (Sat, 17 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/packetizer/copy.c, modules/stream_out/transcode.c: added SVQ3 fourcc so we can transcode SVQ3. Small bug fix as well.
-
-------------------------------------------------------------------------
-r4382 | gbazin | 2003-05-17 13:35:14 +0200 (Sat, 17 May 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-   M /trunk/src/libvlc.h
-
-
-* configure.ac.in: removed the encoders from the list of plugins as they are not used currently.
-* src/libvlc.h, modules/audio_filter/resampler/bandlimited.c: added an hq-resampling option to enable/disable the high quality resampling.
-
-------------------------------------------------------------------------
-r4383 | gbazin | 2003-05-17 16:36:19 +0200 (Sat, 17 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-
-* modules/video_output/directx/events.c: implemented the same shortcuts as in the x11/xvideo output.
-
-------------------------------------------------------------------------
-r4384 | titer | 2003-05-17 17:20:46 +0200 (Sat, 17 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-
- modules/gui/beos/* : cosmetic
-
-------------------------------------------------------------------------
-r4385 | titer | 2003-05-17 20:30:41 +0200 (Sat, 17 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-   M /trunk/modules/gui/beos/MessagesWindow.h
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-
- * modules/gui/beos/MessagesWindow.* : cleaning
- * modules/gui/beos/PreferencesWindow.* : split the main modules into
-   its categories
-
-------------------------------------------------------------------------
-r4386 | gbazin | 2003-05-17 22:30:31 +0200 (Sat, 17 May 2003) | 6 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/access/Modules.am
-   A /trunk/modules/access/cdda.c
-   M /trunk/modules/access/vcd/Modules.am
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcd/cdrom.h
-   A /trunk/modules/access/vcd/cdrom_internals.h
-   M /trunk/modules/access/vcd/vcd.c
-   D /trunk/modules/access/vcd/vcd.h
-   M /trunk/modules/codec/araw.c
-
-
-* modules/access/cdda.c, modules/access/vcd/*: New CD digital audio module (by me and fenrir).
-  You can now listen to your favorite CDDAs with vlc, or even stream them :)
-  (Their is not yet any support for jitter correction).
-* modules/codec/araw.c: small clean-up.
-
-------------------------------------------------------------------------
-r4387 | gbazin | 2003-05-18 00:00:00 +0200 (Sun, 18 May 2003) | 4 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/src/input/input_programs.c
-
-
-* include/input_ext-intf.h: forgot this file in my last commit.
-* src/input/input_programs.c: prev/next-chapter and prev/next-title navigation variables are created only when necessary.
-
-------------------------------------------------------------------------
-r4388 | gbazin | 2003-05-18 00:48:09 +0200 (Sun, 18 May 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-
-* modules/gui/wxwindows/menus.cpp: don't display choices menu when there is only 1 choice available.
-* modules/gui/wxwindows/streamout.cpp: small cosmetic changes.
-* modules/gui/wxwindows/open.cpp: added a CD Audio entry.
-
-------------------------------------------------------------------------
-r4389 | gbazin | 2003-05-18 01:57:35 +0200 (Sun, 18 May 2003) | 5 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-   M /trunk/Makefile.am
-   M /trunk/NEWS
-   M /trunk/install-win32
-
-
-* INSTALL.win32: finally updated the instructions on how to build vlc for win32 :)
-* install-win32, Makefile.am: updates for the win32 package.
-* NEWS: added a few missing things.
-
-------------------------------------------------------------------------
-r4390 | asmax | 2003-05-18 13:25:00 +0200 (Sun, 18 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
-   M /trunk/modules/gui/skins/x11/x11_bitmap.h
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-* first BMP loader for X11 skins : it can only handle 24bbp uncompressed
-  images, but it works !
-
-------------------------------------------------------------------------
-r4391 | gbazin | 2003-05-18 14:18:46 +0200 (Sun, 18 May 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/video_filter/osd_text.c
-
-
-* modules/gui/wxwindows/open.cpp: small fixes.
-* modules/access/vcd/cdrom.c: win32 fix for cue file parsing.
-* modules/video_filter/osd_text.c: small win32 fix.
-
-------------------------------------------------------------------------
-r4392 | gbazin | 2003-05-18 17:44:03 +0200 (Sun, 18 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcd/cdrom.h
-   M /trunk/modules/access/vcd/cdrom_internals.h
-   M /trunk/modules/access/vcd/vcd.c
-
-
-* modules/access/vcd/*, modules/access/cdda.c: changed ioctl_ReadSector() into ioctl_ReadSectors(), a function that can read multiple sectors at a time.
-  Modified the cdda plugin to read 20 sectors at a time. This was necessary because it was overkill to read the data sectors by sectors and was creating problems under Windows.
-
-------------------------------------------------------------------------
-r4393 | gbazin | 2003-05-18 18:27:18 +0200 (Sun, 18 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: the open dialog box is created only once and reused when needed. This allows to have the previous settings displayed when you re-open the dialog.
-
-------------------------------------------------------------------------
-r4394 | asmax | 2003-05-18 19:48:05 +0200 (Sun, 18 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
-   M /trunk/modules/gui/skins/x11/x11_bitmap.h
-   M /trunk/modules/gui/skins/x11/x11_font.cpp
-   M /trunk/modules/gui/skins/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_theme.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-* added transparency in X11 skins
-
-------------------------------------------------------------------------
-r4395 | hartman | 2003-05-18 20:56:57 +0200 (Sun, 18 May 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-* fixed a few spelling errors, and added a note about QDM2 sound which is still unsupported
-
-------------------------------------------------------------------------
-r4396 | gbazin | 2003-05-18 21:46:35 +0200 (Sun, 18 May 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/bitmaps/disc.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/file.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/net.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/next.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/pause.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/play.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/previous.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/sat.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: removed the text from the toolbar. Added play slower and play faster buttons.
-
-PS: We really need nicer toolbar icons for the wxWindows interface. Anybody would like to design some ?
-
-------------------------------------------------------------------------
-r4397 | jpsaman | 2003-05-18 22:54:43 +0200 (Sun, 18 May 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/control.zaurus
-   M /trunk/ipkg/rules
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/rules.opie
-   M /trunk/ipkg/rules.zaurus
-
-Updated release numbering of packages.
-
-------------------------------------------------------------------------
-r4398 | titer | 2003-05-19 00:30:33 +0200 (Mon, 19 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-
- modules/gui/beos/MessagesWindow.cpp : fixed a minor scrolling issue
-
-------------------------------------------------------------------------
-r4399 | fenrir | 2003-05-19 01:16:57 +0200 (Mon, 19 May 2003) | 4 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-
- * input_program.c: input_DelES destroyed the decoder (if any) without
- removing this ES from the list of selected ES. So, instead we call
- input_UnselectES.
-
-------------------------------------------------------------------------
-r4400 | gbazin | 2003-05-19 11:57:55 +0200 (Mon, 19 May 2003) | 3 lines
-Changed paths:
-   A /trunk/modules/gui/wxwindows/bitmaps/fast.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/slow.xpm
-
-
-* modules/gui/wxwindows/bitmaps/*: forgot to add 2 files in my last commit.
-
-------------------------------------------------------------------------
-r4401 | gbazin | 2003-05-19 13:38:05 +0200 (Mon, 19 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/src/stream_output/stream_output.c
-
-
-* src/stream_output/stream_output.c, modules/stream_out/duplicate.c: bug fixes for when the stream output duplication fails for whatever reasons.
-
-------------------------------------------------------------------------
-r4402 | gbazin | 2003-05-19 22:47:16 +0200 (Mon, 19 May 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/access/cdda.c
-
-
-* Bumped version to 0.6.0-test1
-* modules/access/cdda.c: decreased the priority of the cdda plugin.
-
-------------------------------------------------------------------------
-r4403 | gbazin | 2003-05-19 23:04:52 +0200 (Mon, 19 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-
-* modules/gui/wxwindows/Modules.am: included the 2 new bitmaps.
-* po/*: updated the po files.
-
-------------------------------------------------------------------------
-r4404 | asmax | 2003-05-19 23:39:34 +0200 (Mon, 19 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_api.cpp
-   M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
-   M /trunk/modules/gui/skins/x11/x11_event.cpp
-   M /trunk/modules/gui/skins/x11/x11_font.cpp
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_theme.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-* a lot of cleaning in X11 skins, but some problems remain with
-  event handling :(
-
-------------------------------------------------------------------------
-r4405 | gbazin | 2003-05-20 01:36:44 +0200 (Tue, 20 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-
-* modules/audio_output/alsa.c: fixed a breakage I introduced a couple of weeks ago.
-
-------------------------------------------------------------------------
-r4406 | titer | 2003-05-20 13:44:18 +0200 (Tue, 20 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-
- modules/gui/beos/PreferencesWindow.* : cleaning
-
-------------------------------------------------------------------------
-r4407 | hartman | 2003-05-20 17:23:25 +0200 (Tue, 20 May 2003) | 6 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-
-* Added a Reset prefs option
-* New prefs dialog much like the wxWindows and BeOS one.
-  - translated instances might be broken.
-  - still need sliders for min/max values
-  - improved sizing should be done.
-
-------------------------------------------------------------------------
-r4408 | hartman | 2003-05-20 17:51:03 +0200 (Tue, 20 May 2003) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/gui/macosx/macosx.m
-
-* THANKS: Added Davor Orel who created the OS X icons.
-* modules/gui/macosx/macosx.m: changed a float into a float with range
-
-------------------------------------------------------------------------
-r4409 | sigmunau | 2003-05-20 18:08:59 +0200 (Tue, 20 May 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/kde/interface.cpp
-   M /trunk/modules/gui/kde/kde.cpp
-
-kde.cpp: explicitly tell kde with icons to use. Should fix a crash that
-caused AIGALRM.
-kde.cpp, interface.cpp: turn --kdeuirc into --kde-uirc to comply with naming
-conventions
-
-------------------------------------------------------------------------
-r4410 | zorglub | 2003-05-20 18:20:33 +0200 (Tue, 20 May 2003) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/NEWS
-   A /trunk/include/announce.h
-   M /trunk/include/vlc/sout.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/misc/modules.c
-   A /trunk/src/stream_output/announce.c
-
-All: Support for SAP advertising in stream output
-
-       add sap, or sap="Name" in the stream output options
-
-------------------------------------------------------------------------
-r4411 | hartman | 2003-05-20 20:53:03 +0200 (Tue, 20 May 2003) | 6 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/prefs.m
-
-* NEWS: updated some OSX info
-* ALL:
-  - added CDDA support
-  - added a "Online Documentation" item to the Help menu
-  - removed some debugging strings
-
-------------------------------------------------------------------------
-r4412 | jpsaman | 2003-05-20 22:09:19 +0200 (Tue, 20 May 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/control.zaurus
-   M /trunk/ipkg/rules
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/rules.opie
-   M /trunk/ipkg/rules.zaurus
-
-Modified build scripts
-
-------------------------------------------------------------------------
-r4413 | hartman | 2003-05-20 23:35:52 +0200 (Tue, 20 May 2003) | 6 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac.in
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/quicktime.c
-
-* ALL: added a quicktime module.
-  - This module provides QDM2 and QDMC sound support on OSX by linking to
-    the native QT libraries. We now have FULL QT trailer support on OSX.
-  - The video part of this decoder is not yet working on OSX.
-  - This can be used for a future win32dll loader system as well.
-
-------------------------------------------------------------------------
-r4414 | gbazin | 2003-05-21 01:17:59 +0200 (Wed, 21 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*, modules/gui/skins/src/vlcproc.cpp: The open dialog box now handles multiple files selection.
-
-------------------------------------------------------------------------
-r4415 | fenrir | 2003-05-21 12:02:55 +0200 (Wed, 21 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/wav/wav.c
-
-* wav: fix a parsing bug.
-
-------------------------------------------------------------------------
-r4416 | sigmunau | 2003-05-21 15:10:05 +0200 (Wed, 21 May 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-removed the --playlist option as it doesn't seem to be used
-
-------------------------------------------------------------------------
-r4417 | sigmunau | 2003-05-21 15:19:32 +0200 (Wed, 21 May 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-removed the desctiption texts of a nonexisting config option
-
-------------------------------------------------------------------------
-r4418 | gbazin | 2003-05-21 15:27:25 +0200 (Wed, 21 May 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/vout.h
-   M /trunk/src/video_output/video_output.c
-
-
-* modules/gui/skins/src/vlcproc.cpp: fixed yesterday's breakage.
-* modules/gui/wxwindows/menus.cpp: fixes for menu auto-generation.
-* src/video_output/video_output.c: added a "fullscreen" object variable.
-* modules/video_output/directx/*: added an always-on-top object variable and modified to take into account the fullscreen object variable.
-
-------------------------------------------------------------------------
-r4419 | hartman | 2003-05-21 17:40:03 +0200 (Wed, 21 May 2003) | 7 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/src/libvlc.c
-
-* include/main.h
-  src/libvlc.c: Added a quicktime_lock on SYS_DARWIN
-* ALL: QT on OSX is not threadsafe in certain areas. i have found the proces
-  of identifying the right Codec to use for decoding to be one of these areas.
-  So when we do this, only one thread at a time can use QT.
-  Watching QT trailers is doable now, as soon as ffmpeg fix their altivec optimizations again ;)
-
-------------------------------------------------------------------------
-r4420 | gbazin | 2003-05-21 17:54:08 +0200 (Wed, 21 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/waveout.c
-
-
-*  modules/audio_output/directx.c, modules/audio_output/waveout.c: we destroy the audio-device variable if the probing has failed.
-
-------------------------------------------------------------------------
-r4421 | jpsaman | 2003-05-21 20:04:08 +0200 (Wed, 21 May 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/rules.opie
-   M /trunk/ipkg/rules.zaurus
-
-More buildscript fixes.
-
-------------------------------------------------------------------------
-r4422 | jpsaman | 2003-05-21 20:09:31 +0200 (Wed, 21 May 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-Reverting previous --with-libmpeg2-prefix commit. Thanks Gildas for reminding me!
-
-------------------------------------------------------------------------
-r4423 | hartman | 2003-05-21 21:55:25 +0200 (Wed, 21 May 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/vlc.ebuild
-
-* vlc.ebuild: This ebuild should work if we release a test2.
-* modules/codec/quicktime.c: I added all the audio formats I know QT can handle.
-  except for mp3 ;)
-* modules/codec/ffmpeg: added asv1 (disabled), and enabled IV31 on little endian,
-  since the problems with this decoder are endian specific according to it's creator.
-
-------------------------------------------------------------------------
-r4424 | hartman | 2003-05-21 23:30:30 +0200 (Wed, 21 May 2003) | 4 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/output.m
-
-* modules/gui/macosx/output.m: fixed the stream/transcode dialog. test1
-  version was broken.
-* extras/MacOSX/vlc.pbproj/project.pbxproj: darn, absolute paths.
-
-------------------------------------------------------------------------
-r4425 | gbazin | 2003-05-22 14:00:57 +0200 (Thu, 22 May 2003) | 6 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/stream_output/announce.c
-
-
-* INSTALL.win32: added a small note about running vlc under the msvc debugger.
-* modules/gui/wxwindows/*: small fixes.
-* modules/access/vcd/*, modules/access/cdda.c: re-activated autodetection of vcd and cdda on win32.
-* src/misc/cpu.c, src/stream_output/announce.c: msvc fixes.
-
-------------------------------------------------------------------------
-r4426 | hartman | 2003-05-22 15:40:13 +0200 (Thu, 22 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Fixed an issue that was preventing the use of the playlist in Mac OS 10.1
-
-------------------------------------------------------------------------
-r4427 | hartman | 2003-05-22 16:25:34 +0200 (Thu, 22 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/prefs.m
-
-* modules/gui/macosx/playlist.m: fixed my fix
-* modules/gui/macosx/output.m: removed a debug statement
-* modules/gui/macosx/prefs.m: fixed localizations of the prefs panel.
-
-------------------------------------------------------------------------
-r4428 | hartman | 2003-05-22 16:40:07 +0200 (Thu, 22 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/output.m
-
-* fixed a localization issue
-
-------------------------------------------------------------------------
-r4429 | hartman | 2003-05-22 17:34:02 +0200 (Thu, 22 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-* modules/control/http.c: strings for the address and the port variable were switched.
-
-------------------------------------------------------------------------
-r4430 | gbazin | 2003-05-22 18:01:02 +0200 (Thu, 22 May 2003) | 3 lines
-Changed paths:
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-
-
-* src/audio_output/*, src/input/*: fixed the audio desync option. You can use positive as well as negative values.
-
-------------------------------------------------------------------------
-r4431 | asmax | 2003-05-22 20:30:33 +0200 (Thu, 22 May 2003) | 2 lines
-Changed paths:
-   M /trunk/python/Makefile
-   M /trunk/python/setup.py
-
-* started to repair build of python module
-
-------------------------------------------------------------------------
-r4432 | asmax | 2003-05-22 22:06:19 +0200 (Thu, 22 May 2003) | 3 lines
-Changed paths:
-   M /trunk/python/setup.py
-
-* at last the python module works again !
- (so stupid: the flag -lavcodec had to be at the *end* of the line !)
-
-------------------------------------------------------------------------
-r4433 | hartman | 2003-05-22 22:45:25 +0200 (Thu, 22 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* added an ifdef for SVQ3
-
-------------------------------------------------------------------------
-r4434 | hartman | 2003-05-22 22:56:07 +0200 (Thu, 22 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/adpcm.c
-
-* spelling error in description string
-
-------------------------------------------------------------------------
-r4435 | gbazin | 2003-05-22 23:42:44 +0200 (Thu, 22 May 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/src/libvlc.h
-
-
-* src/libvlc.h: fixed spelling mistake.
-* modules/gui/wxwindows/preferences.cpp: allow negative numbers in spinctrls.
-* modules/demux/asf,avi,mp4: use p_input->stream.control.b_mute.
-
-------------------------------------------------------------------------
-r4436 | gbazin | 2003-05-23 00:24:34 +0200 (Fri, 23 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-
-* modules/gui/wxwindows/streamout.cpp: fixed typo.
-
-------------------------------------------------------------------------
-r4437 | hartman | 2003-05-23 02:00:48 +0200 (Fri, 23 May 2003) | 11 lines
-Changed paths:
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/vlc.ebuild
-
-* vlc.ebuild: fixed the ebuild. Now i know it should work with a test2 ;)
-* modules/gui/macosx/vout.m: removed some code that was preventing us from
-  using chroma converters.
-* modules/codec/quicktime.c:
-  - added the video decoder. only works with SVQ3 atm, returns Invalid
-    BITMAPHEADER for some reason in all other cases.
-  - did some cleaning up. this might just work under Win32 now aswell,
-    gibalou will do some testing tomorrow ;)
-  - SVQ3 QT degrades faster then the ffmpeg version, but also recovers
-    faster. I'm not yet sure which one i prefer.
-
-------------------------------------------------------------------------
-r4438 | sam | 2003-05-23 13:41:17 +0200 (Fri, 23 May 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/debian/changelog
-
-  * Built-in modules were linked twice in the mozilla plugin; removed the
-    non-PIC ones (Closes Debian bug #194384).
-
-------------------------------------------------------------------------
-r4439 | hartman | 2003-05-23 15:02:53 +0200 (Fri, 23 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-* Updated the informal message to report the ip and port the http intf was
-  started on. This will help ppl to actually use the thing ;)
-
-------------------------------------------------------------------------
-r4440 | sigmunau | 2003-05-24 01:53:53 +0200 (Sat, 24 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-the http interface should now output valid xhtml 1.0.
-
-------------------------------------------------------------------------
-r4441 | hartman | 2003-05-24 04:48:55 +0200 (Sat, 24 May 2003) | 7 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/po/nl.po
-   M /trunk/src/libvlc.h
-
-* modules/codec/quicktime.c: cleaning up of the code. mostly cosmetic.
-* modules/demux/mp4/mp4.c: added SVQ1 for the quicktime decoder.
-* modules/gui/macosx/macosx.m: typo
-* modules/gui/macosx/prefs.m: fix of the module selectors.
-* po/nl.po: i've taken a head start on the translations.
-* src/libvlc.h: removed unused string RT_PRIORITY_TEXT
-
-------------------------------------------------------------------------
-r4442 | sam | 2003-05-24 13:53:12 +0200 (Sat, 24 May 2003) | 4 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/access_output/udp.c
-
-   * ./modules/access_output/udp.c: if the clock needs to be reset, we do not
-     wait or we will face delay issues as reported in #794. Fix inspired from
-     a suggestion by John Michael Zorko.
-
-------------------------------------------------------------------------
-r4443 | sam | 2003-05-24 14:10:31 +0200 (Sat, 24 May 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-  * ./configure.ac.in: the help message now says libmad is enabled by
-    default (Closes: #704).
-
-------------------------------------------------------------------------
-r4444 | sam | 2003-05-24 14:34:31 +0200 (Sat, 24 May 2003) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * ./toolbox: we no longer translate the Borland plugin.
-
-------------------------------------------------------------------------
-r4445 | sam | 2003-05-24 14:35:06 +0200 (Sat, 24 May 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * ./Makefile.am: used $(srcdir) where necessary (Closes: #319).
-
-------------------------------------------------------------------------
-r4446 | sam | 2003-05-24 14:53:30 +0200 (Sat, 24 May 2003) | 3 lines
-Changed paths:
-   D /trunk/modules/gui/win32/strings.cpp
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-  * ./po/*: re-ran toolbox --update-po.
-  * ./po/en_GB.po: the British translation is up to date.
-
-------------------------------------------------------------------------
-r4447 | jpsaman | 2003-05-24 14:55:38 +0200 (Sat, 24 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/qte/qte.cpp
-
-Added option to run vlc as a Qt Embedded Gui Server. Use --qte-guiserver to enable this feature. The default is to run as a normal GuiClient.
-
-------------------------------------------------------------------------
-r4448 | massiot | 2003-05-24 15:05:55 +0200 (Sat, 24 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-* modules/codec/libmpeg2.c: Fixed synchro with field pictures.
-
-------------------------------------------------------------------------
-r4449 | gbazin | 2003-05-24 15:14:56 +0200 (Sat, 24 May 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-
-* configure.ac.in: ffmpeg is now enabled by default. Also got rid of the --intf-win option which was deprecated.
-
-------------------------------------------------------------------------
-r4450 | titer | 2003-05-24 17:11:00 +0200 (Sat, 24 May 2003) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/doc/release-howto.txt
-
- * Makefile.am: minor change in BeOS packages generation
- * doc/release-howto.txt: remove outdated info about how to build BeOS
-   packages
-
-------------------------------------------------------------------------
-r4451 | gbazin | 2003-05-24 19:52:49 +0200 (Sat, 24 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
-   M /trunk/modules/gui/skins/gtk2/gtk2_font.h
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/skins/*: compilation fixes.
-* modules/gui/wxwindows/*: fixed the open dialog to switch to the requested file/disc/net section.
-
-------------------------------------------------------------------------
-r4452 | gbazin | 2003-05-24 22:54:27 +0200 (Sat, 24 May 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/skins/src/themeloader.cpp
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/src/video_output/video_output.c
-
-
-* src/video_output/video_output.c: new "deinterlace" object variable.
-* modules/gui/macosx/prefs.m: compilation fix.
-* modules/gui/wxwindows/menus.cpp: use the "deinterlace" object var.
-* modules/gui/skins/*: couple of fixes.
-
-------------------------------------------------------------------------
-r4453 | asmax | 2003-05-24 23:28:29 +0200 (Sat, 24 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_theme.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-* events aren't perfect yet, but it is better enough to commit
-
-------------------------------------------------------------------------
-r4454 | gbazin | 2003-05-25 01:40:11 +0200 (Sun, 25 May 2003) | 4 lines
-Changed paths:
-   M /trunk/include/variables.h
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-   M /trunk/src/misc/variables.c
-   M /trunk/src/video_output/video_output.c
-
-
-* src/misc/variables.c, include/variables.h: first pass at object var inheritance.
-* rc/video_output/video_output.c, modules/video_filter/deinterlace/deinterlace.c: fixes to the deinterlace object var.
-
-------------------------------------------------------------------------
-r4455 | gbazin | 2003-05-25 02:16:47 +0200 (Sun, 25 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-
-* modules/codec/ffmpeg/ffmpeg.c: clean-up for the ffmpeg config options.
-
-------------------------------------------------------------------------
-r4456 | gbazin | 2003-05-25 12:14:20 +0200 (Sun, 25 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-
-* modules/codec/ffmpeg/ffmpeg.c: fixed typo.
-
-------------------------------------------------------------------------
-r4457 | gbazin | 2003-05-25 13:31:54 +0200 (Sun, 25 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/misc/variables.c
-   M /trunk/src/video_output/video_output.c
-
-
-* src/video_output/video_output.c, modules/video_output/directx/*, modules/video_output/x11/xcommon.c: fullscreen state is now attached to the input, so it will be remembered even if the vout is restarted (switching filters, dvd menus, etc...).
-* modules/video_filter/deinterlace/deinterlace.c: small change.
-
-------------------------------------------------------------------------
-r4458 | alexis | 2003-05-25 17:05:47 +0200 (Sun, 25 May 2003) | 3 lines
-Changed paths:
-   D /trunk/doc/common
-   D /trunk/doc/faq
-
-ALL : VLC FAQ transformed into VideoLAN FAQ, which is hosted in the CVS
-under www.videolan.org/doc/faq/
-
-------------------------------------------------------------------------
-r4459 | titer | 2003-05-25 19:21:36 +0200 (Sun, 25 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-
- modules/gui/beos/PreferencesWindow.* :
-  * added a BBox around each panel (looks nicer)
-  * now use BSliders for {integer,float}_with_range
-
-------------------------------------------------------------------------
-r4460 | massiot | 2003-05-25 19:27:13 +0200 (Sun, 25 May 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/info.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/src/libvlc.c
-
-* We now use UTF-8 internally under Mac OS X. This requires a libiconv-
-enabled version of gettext. (patch courtesy of the DJ)
-
-------------------------------------------------------------------------
-r4461 | nitrox | 2003-05-25 20:02:20 +0200 (Sun, 25 May 2003) | 7 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-. SAP/SDP packets parsing: ability to parse RFC compliant packets
-  parse_sap returns the SAP header length
-  parse_sdp only parse the SDP payload
-  note that VLC will discard messages from the old miniSAP-server
-  (You have to use CVS version of miniSAP-server)
-  (Messages from the new miniSAP-server will be discarded with old VLC)
-
-------------------------------------------------------------------------
-r4462 | sigmunau | 2003-05-25 20:32:17 +0200 (Sun, 25 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
-
-convert the strings in the id3tags to utf8 before storing them.
-
-------------------------------------------------------------------------
-r4463 | gbazin | 2003-05-25 21:24:53 +0200 (Sun, 25 May 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-   M /trunk/modules/video_output/x11/xvideo.c
-
-
-* modules/video_output/x11/*, configure.ac.in: Xinerama support remotely based from an old patch by Xavier Maillard.
-
-------------------------------------------------------------------------
-r4464 | gbazin | 2003-05-25 22:16:26 +0200 (Sun, 25 May 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/video_output/x11/xcommon.c
-
-
-* configure.ac.in, modules/video_output/x11/xcommon.c: fixed configure check for the Xinerama extension.
-
-------------------------------------------------------------------------
-r4465 | titer | 2003-05-26 00:36:33 +0200 (Mon, 26 May 2003) | 4 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/configure.ac.in
-
- * bootstrap: remove a -shared flag as ./configure already adds it for
-   platforms which need it
- * configure.ac.in: don't use -shared on BeOS
-
-------------------------------------------------------------------------
-r4466 | titer | 2003-05-26 01:08:44 +0200 (Mon, 26 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-
- modules/gui/beos/MediaControlView.cpp: fixed a strange crash that happens
-   since the gettext behaviour changed
-
-------------------------------------------------------------------------
-r4467 | hartman | 2003-05-26 03:25:12 +0200 (Mon, 26 May 2003) | 16 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/motionblur.c
-
-* extras/MacOSX/Resources/English.lproj/MainMenu.nib
-* modules/gui/macosx/output.m:
-  - changed the textfields for bitrate into comboboxes with suggested values
-    identical to the ones in wxwindows intf.
-  - changed "bitrate (bps)" into "bitrate (kb/s)
-* modules/gui/macosx/prefs.?:
-  - update the current view when advanced is changed.
-  - module_lists now use the description strings.
-  - always wraptext on tooltips. Currently japanese language is breaking.
-  - we now have sliders for int/float config options with ranges.
-  - fixed a warning message about an un-init'ed module_t.
-* modules/video_filter/adjust.c:
-  - added the ranges to the description strings of the config options.
-  - blur-factor now uses a range as according to it's description string
-    it already should have used this.
-
-------------------------------------------------------------------------
-r4468 | hartman | 2003-05-26 04:03:10 +0200 (Mon, 26 May 2003) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/video_filter/crop.c
-
-* modules/gui/macosx/prefs.m: fixed the module selectors.
-* modules/video_filter/crop.c: clarified the use of crop. someone please
-  check, i'm not entirely sure this is correct. Actually i think we should
-  split this up in more then one config item, for GUI preferences clarity.
-  Something like crop-width, crop-height, crop-h-offset, crop-v-offset, or
-  like ffmpeg has which uses left, right, top and bottom offsets.
-
-------------------------------------------------------------------------
-r4469 | gbazin | 2003-05-26 04:09:27 +0200 (Mon, 26 May 2003) | 5 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/skins/controls/button.cpp
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins/x11/x11_graphics.h
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-
-* modules/gui/skins: got rid of init_lock and init_cond which aren't needed if you use vlc_thread_ready().
-   started to implement X11Region and integrated the wxWindows dialogs.
-* configure.ac.in: the X11 skins are the default ones when you use --enable-skins. To select the GTK2 version, you also need to use --with-gtk2-skins.
-
-------------------------------------------------------------------------
-r4470 | zorglub | 2003-05-26 15:45:52 +0200 (Mon, 26 May 2003) | 3 lines
-Changed paths:
-   M /trunk/include/announce.h
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/announce.c
-
-* The VLC-integrated SAP server now sends compliant packets. They can
-  only be viewed with the CVS version of VLC
-
-------------------------------------------------------------------------
-r4471 | hartman | 2003-05-26 16:59:37 +0200 (Mon, 26 May 2003) | 7 lines
-Changed paths:
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-
-* modules/codec/quicktime.c: i had accidently upgraded this plugin to 100
-* modules/demux/avi/avi.c: fixed a spelling error reported by emulynx
-* modules/gui/macosx/intf.?: added a wrapString:toWidth function
-* modules/gui/macosx/prefs.?: removed the use of vlc_wraptext, because it
-  was ugly. now we use our own, osx method. This fixes tooltips in japanese
-  I'm not sure, but i think src/extras/libc.c vlc_wraptext is now unused.
-
-------------------------------------------------------------------------
-r4472 | gbazin | 2003-05-26 18:06:13 +0200 (Mon, 26 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-
-* modules/gui/wxwindows/*: replaced the Advanced button with a checkbox. Small strings changes.
-
-------------------------------------------------------------------------
-r4473 | gbazin | 2003-05-26 21:06:47 +0200 (Mon, 26 May 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/playlist/playlist.c
-
-
-* modules/audio_output/alsa.c: the aout-device obj var wasn't destroyed properly on probe() failure, preventing other audio plugins from working afterwards.
-* modules/gui/skins/src/skin_main.cpp: got rid of the skins shortcut.
-* modules/gui/wxwindows/*: the popupmenu is not created inside the timer anymore so the slider will still be active when the popup is triggered.
-* modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c, src/playlist/playlist.c: new intf-popupmenu obj var to handle popup context menu requests from the vouts.
-
-------------------------------------------------------------------------
-r4474 | gbazin | 2003-05-26 21:26:53 +0200 (Mon, 26 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-
-* modules/video_output/directx/events.c: fixed breakage.
-
-------------------------------------------------------------------------
-r4475 | hartman | 2003-05-27 03:48:50 +0200 (Tue, 27 May 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/extras/libc.c
-
-* removed vlc_wraptext
-
-------------------------------------------------------------------------
-r4476 | gbazin | 2003-05-27 13:35:34 +0200 (Tue, 27 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: fixed context menu problem on win32.
-
-------------------------------------------------------------------------
-r4477 | titer | 2003-05-27 15:22:46 +0200 (Tue, 27 May 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/src/stream_output/announce.c
-
- * src/stream_output/announce.c : BeOS compile fix.
-   setsockopt( IP_MULTICAST_TTL ) is done in network/ipvx.c (if supported),
-   so there is no need to do it here again.
- * modules/gui/beos/* : minor fixes
-
-------------------------------------------------------------------------
-r4478 | gbazin | 2003-05-27 22:43:20 +0200 (Tue, 27 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcd/cdrom.c
-
-
-* modules/access/vcd/cdrom.c: On winNT/2K/XP we set the track format to YellowMode2 when issuing raw read requests. Otherwise we can't read the SVCD DATA track which is in Mode2 Form1.
-
-------------------------------------------------------------------------
-r4479 | gbazin | 2003-05-27 23:48:45 +0200 (Tue, 27 May 2003) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/NEWS
-   M /trunk/configure.ac.in
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-
-* ALL: bumped version to 0.6.0-test2
-* Makefile.am: got rid of the faq in the package-win32 target.
-
-------------------------------------------------------------------------
-r4480 | gbazin | 2003-05-28 00:08:02 +0200 (Wed, 28 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/win32/Modules.am
-
-
-* modules/gui/win32/Modules.am: strings.cpp has been removed.
-
-------------------------------------------------------------------------
-r4481 | hartman | 2003-05-28 00:42:58 +0200 (Wed, 28 May 2003) | 5 lines
-Changed paths:
-   M /trunk/src/input/input_ext-plugins.c
-
-* Turn mem leaks into warning's instead of errors. Users seem to think that
-  mem leaks will kernel panic there machine or something ;)A
-  This will generate less bugreports, yet keep them visible to those who
-  should and will care.
-
-------------------------------------------------------------------------
-r4482 | gbazin | 2003-05-28 00:57:03 +0200 (Wed, 28 May 2003) | 3 lines
-Changed paths:
-   M /trunk/install-win32
-
-
-* install-win32: fixed the nsi script to not include the FAQ.
-
-------------------------------------------------------------------------
-r4483 | titer | 2003-05-28 02:52:05 +0200 (Wed, 28 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
- modules/video_output/x11/xcommon.c : compile fix for gcc != 3
-
-------------------------------------------------------------------------
-r4484 | hartman | 2003-05-28 05:53:04 +0200 (Wed, 28 May 2003) | 5 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h:
-  - added "en" to the list of languages in the preferences.
-  - added DIV1, DIV2, i263, WMV1 to video encoding options in prefs.
-    FENRIR: is this correct this way?
-
-------------------------------------------------------------------------
-r4485 | asmax | 2003-05-29 01:56:51 +0200 (Thu, 29 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_api.cpp
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_theme.cpp
-
-* AT LAST events work in X11 skins !
-
-------------------------------------------------------------------------
-r4486 | asmax | 2003-05-29 18:48:29 +0200 (Thu, 29 May 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_theme.cpp
-
-* x11/x11_theme.cpp: better timing for SkinManage
-* src/vlcproc.cpp: hack to make OpenDialog work, but it MUST be
-  changed !
-
-------------------------------------------------------------------------
-r4487 | asmax | 2003-05-29 23:40:27 +0200 (Thu, 29 May 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
-   M /trunk/modules/gui/skins/x11/x11_bitmap.h
-   M /trunk/modules/gui/skins/x11/x11_theme.cpp
-
-* X11 skins now use imlib2 -> you need to bootstrap
-  wxwindows dialogs are not supposed to work yet, if they do you are
-  lucky ;)
-
-------------------------------------------------------------------------
-r4488 | titer | 2003-05-30 19:30:54 +0200 (Fri, 30 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/MsgVals.h
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
- modules/gui/beos/* : misc fixes & enhancements
-
-------------------------------------------------------------------------
-r4489 | titer | 2003-05-30 20:43:31 +0200 (Fri, 30 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
- modules/gui/beos/* : fixed "Goto Menu" menuitem enabling
-
-------------------------------------------------------------------------
-r4490 | fenrir | 2003-05-31 02:10:11 +0200 (Sat, 31 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/mux/mpeg/ts.c
-
- * mux/ts.c : allowed sending mjpeg (who said that's ugly ?)
- * demux/ts.c : fixed an endian problem with such private stream.
-
-------------------------------------------------------------------------
-r4491 | fenrir | 2003-05-31 03:23:29 +0200 (Sat, 31 May 2003) | 35 lines
-Changed paths:
-   M /trunk/modules/access/v4l/Modules.am
-   M /trunk/modules/access/v4l/v4l.c
-   A /trunk/modules/access/v4l/videodev_mjpeg.h
-
- * mjpeg grabbing added, thanks to Paul Forgey <paulf at aphrodite dot com>
- that had done all the work.
-
-Paul Forgey's notes:
---------------------
-
-Unfortunatley, the v4l interface shows how much it sucks here.  I can't
-wait for v4l2 to become more common.  Anyway, the mjpeg mechanism
-captures completely differently than the uncompressed frame capture
-mechanism.  This means the code has to split off a bunch to do similar
-things depending on mjpeg being set or not.  For some reason, I can't
-use non v4l2 calls to capture uncompressed frames from the lml33,
-however I do have another bttv card on my system to test that I didn't
-break the non-mjpeg stuff.
-
-The Zoran encoders don't use square pixels.  So the 4:3 (or 16:9)
-picture is going to show up as 720x480.  I don't know my way around the
-code well enough to know how to specify a non-square pixel aspect
-ratio.  If there isn't a way to do it, it would be nice to be able to
-specify as an option the aspect ratio of the sourc.  Either 4:3 or 16:9
-in the case of anamorphic S-Video, which does occur.
-
-I stole the videodev_mjpeg.h header from the lavrec project.  Despite
-the linux kernels having support for the Zoran cards, there doesn't seem
-to be a reliable way to pick up this header, which is probably why
-lavrec did it this way.  Since it only defines ioctl definitions, I
-don't think using it is a legal problem.
-
-I also modified the audio handling a bit.  If the card supports audio,
-great, we'll set the card's parameters as we did before.  But if adev=
-is specified, use it regardless.  The reason to do this is to capture
-audio from the sound card with video coming from, say, a web cam or in
-my case, an encoder card which doesn't have any audio capabilities at
-all.
-
-------------------------------------------------------------------------
-r4492 | titer | 2003-05-31 14:24:39 +0200 (Sat, 31 May 2003) | 6 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/src/input/input_ext-intf.c
-
- * src/input/input_ext-intf.c :  added an input_SetRate function; it is
-   quite more convenient than, e.g, calling input_SetStatus( STATUS_FASTER )
-   two times if you want to switch from 1:1 to 4:1 from the interface.
-   Old functions still work.
- * modules/gui/beos/VlcWrapper.cpp : use it
-
-------------------------------------------------------------------------
-r4493 | fenrir | 2003-05-31 18:15:33 +0200 (Sat, 31 May 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ts.c
-
- * ts: reverse my last commit (the proper way should be to modify also the
- muxer but this will break compatibility).
-
-------------------------------------------------------------------------
-r4494 | fenrir | 2003-05-31 23:49:12 +0200 (Sat, 31 May 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts: proper fix for both.
-
-------------------------------------------------------------------------
-r4495 | ipkiss | 2003-06-01 01:23:59 +0200 (Sun, 01 Jun 2003) | 12 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/button.cpp
-   M /trunk/modules/gui/skins/controls/generic.cpp
-   M /trunk/modules/gui/skins/controls/generic.h
-   M /trunk/modules/gui/skins/controls/playlist.cpp
-   M /trunk/modules/gui/skins/controls/playlist.h
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-
- * skins/controls/button.cpp: Fixed a nasty bug.
- * skins/controls/generic.h: Some public fields are now protected
- * skins/src/window.cpp:
-    - Added a few debug messages
-    - Invisible controls don't receive events anymore
-
-Note: There are still a few bugs in the code handling the controls and
-their different states, and I think they will be difficult to fix with
-the current code structure. A rewrite of this part of code could be a
-good idea (perhaps using states and transitions between states, like
-Zinf does?).
-
-------------------------------------------------------------------------
-r4496 | sam | 2003-06-01 01:41:49 +0200 (Sun, 01 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/rules
-   A /trunk/debian/vlc.mime
-
-  * ./debian/vlc.mime: the vlc packages registers with the Debian MIME system.
-
-------------------------------------------------------------------------
-r4497 | fenrir | 2003-06-01 02:26:41 +0200 (Sun, 01 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts: fix current_next value.
-
-------------------------------------------------------------------------
-r4498 | asmax | 2003-06-01 18:39:49 +0200 (Sun, 01 Jun 2003) | 6 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/x11/x11_api.cpp
-   M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
-   M /trunk/modules/gui/skins/x11/x11_font.cpp
-   M /trunk/modules/gui/skins/x11/x11_font.h
-   M /trunk/modules/gui/skins/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_theme.cpp
-   M /trunk/modules/gui/skins/x11/x11_theme.h
-
-* configure.ac.in : fixed linking of skins modules
-* modules/gui/skins/*:
-  - fixed the wxwindows bug, due to a huge bug with broadcast events
-  - beginning of fonts in X11 skins
-so, you can test the X11 skins module: it should work now !
-
-------------------------------------------------------------------------
-r4499 | asmax | 2003-06-01 19:13:04 +0200 (Sun, 01 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-* mouse wheel scroll for X11 skins
-
-------------------------------------------------------------------------
-r4500 | asmax | 2003-06-02 00:11:24 +0200 (Mon, 02 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/x11/x11_api.cpp
-   M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
-   M /trunk/modules/gui/skins/x11/x11_font.cpp
-   M /trunk/modules/gui/skins/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_theme.cpp
-   M /trunk/modules/gui/skins/x11/x11_theme.h
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-* modules/gui/skins/x11/x11_api.cpp: fixed OSAPI_GetScreenSize
-* all: added locks around X calls to make them thread safe (will be
-  useful in the next commit ;-)
-
-------------------------------------------------------------------------
-r4501 | hartman | 2003-06-02 01:48:17 +0200 (Mon, 02 Jun 2003) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* ALL:
-  - Changed the autogenerated menu's in a system working similar to wxWindows.
-  - The deinterlace menu is autogenerated now. However it seems the problem
-    with on the fly filter changes still exists.
-
-------------------------------------------------------------------------
-r4502 | hartman | 2003-06-02 14:42:15 +0200 (Mon, 02 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/gui/macosx/playlist.m
-
-* modules/codec/libmpeg2.c: fixed a crasher with invalid pictures
-* modules/gui/macosx/playlist.m: better fix for playlists on 10.1
-
-------------------------------------------------------------------------
-r4503 | sigmunau | 2003-06-02 18:01:21 +0200 (Mon, 02 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-http.c: if the webserver doesn't return 206 the stream is not seekable.
-
-------------------------------------------------------------------------
-r4504 | titer | 2003-06-03 14:06:29 +0200 (Tue, 03 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-
- modules/gui/beos/* : fixed the screenshot format selection I broke lately
-
-------------------------------------------------------------------------
-r4505 | gbazin | 2003-06-04 00:18:58 +0200 (Wed, 04 Jun 2003) | 5 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/skins/Modules.am
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.h
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* configure.ac.in: bail out with an error message if the x11 skins are enabled and we couldn't find imlib2.
-* modules/gui/wxwindows/*: fixed bug in sout dialog box.
-* modules/gui/skins/*: factorised the wxwindows dialogs code in dialogs.cpp. wxWindows is also initialised earlier on to allow opening a skins file with a wxWin dialog box. (Note: I badly broke the GTK2 skins).
-
-------------------------------------------------------------------------
-r4506 | gbazin | 2003-06-04 00:20:00 +0200 (Wed, 04 Jun 2003) | 3 lines
-Changed paths:
-   A /trunk/modules/gui/skins/src/dialogs.cpp
-   A /trunk/modules/gui/skins/src/dialogs.h
-
-
-* modules/gui/skins/src/*: oops, forgot to add a bunch of files.
-
-------------------------------------------------------------------------
-r4507 | hartman | 2003-06-04 00:21:46 +0200 (Wed, 04 Jun 2003) | 9 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-
-* When choosing a autogenerated menuitem, we now create a new thread to
-  do the actual execution of this command. this is a (very ugly) workaround
-  to the problem we were having with the deinterlace menu on osx.
-
-  It works now, but now i'm running into the black screen and continous
-  "late picture skipped (-218000)" again which is also plagueing us when you
-  enter fullscreen with a filter enabled. This ought to be fixed before 0.6.0
-  as well.
-
-------------------------------------------------------------------------
-r4508 | massiot | 2003-06-04 01:17:43 +0200 (Wed, 04 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/vout.m
-
-* OS X users can now browse the DVD menus with the arrow keys.
-
-------------------------------------------------------------------------
-r4509 | gbazin | 2003-06-04 18:03:34 +0200 (Wed, 04 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/dialogs.cpp
-   M /trunk/modules/gui/skins/src/dialogs.h
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/win32/win32_api.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-
-
-* modules/gui/skins/*: misc fixes and clean-up. There are still thread issues when passing messages between the skins thread and the wxWindows dialogs thread that will need to be fixed.
-* modules/gui/wxwindows/timer.cpp: fixed comment.
-
-------------------------------------------------------------------------
-r4510 | gbazin | 2003-06-04 18:44:39 +0200 (Wed, 04 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-
-
-* modules/gui/skins/src/vlcproc.cpp: compilation fix.
-
-------------------------------------------------------------------------
-r4511 | gbazin | 2003-06-04 19:44:57 +0200 (Wed, 04 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_api.cpp
-
-
-* modules/gui/skins/x11/x11_api.cpp: implemented OSAPI_GetTime() and OSAPI_RmDir().
-
-------------------------------------------------------------------------
-r4512 | asmax | 2003-06-04 20:47:57 +0200 (Wed, 04 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_api.cpp
-
-* added <unistd.h> or it doesn't compile !
-
-------------------------------------------------------------------------
-r4513 | titer | 2003-06-04 23:41:47 +0200 (Wed, 04 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/Makefile.am
-   A /trunk/modules/access/pvr
-   A /trunk/modules/access/pvr/Modules.am
-   A /trunk/modules/access/pvr/pvr.c
-   A /trunk/modules/access/pvr/videodev2.h
-
- Added a special access module for PVR MPEG-2 encoding boards.
- It allows to change the frequency and such things quite easily, from VLC.
- You'll have to --enable-pvr to build it.
-
-------------------------------------------------------------------------
-r4514 | massiot | 2003-06-05 01:17:28 +0200 (Thu, 05 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-VLC 0.6 codename is Trevelyan.
-
-------------------------------------------------------------------------
-r4515 | gbazin | 2003-06-05 13:52:19 +0200 (Thu, 05 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/misc/mtime.c
-
-
-* include/vlc_common.h: fixed the I64C() macro for mingw.
-* src/misc/mtime.c: implemented the heuristic described in http://www.cs.man.ac.uk/fellowsd-bin/TIP/7.html to test whether the win32 performance counter is reliable. That should fix the clock problems that a few users reported on win32.
-
-------------------------------------------------------------------------
-r4516 | gbazin | 2003-06-05 23:22:28 +0200 (Thu, 05 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/Modules.am
-   M /trunk/modules/gui/skins/src/dialogs.cpp
-   M /trunk/modules/gui/skins/src/dialogs.h
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/themeloader.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/skins/*, modules/gui/wxwindows/*: added the wxWin popup menu to the skins interface.
-
-------------------------------------------------------------------------
-r4517 | asmax | 2003-06-06 00:16:15 +0200 (Fri, 06 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/Modules.am
-   M /trunk/modules/gui/skins/controls/text.cpp
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   A /trunk/modules/gui/skins/x11/x11_timer.cpp
-   A /trunk/modules/gui/skins/x11/x11_timer.h
-
-* x11/x11_timer.* : classes to implement platform-independant timers
-* controls/text.cpp : text scrolling works ! (at least in the main window)
-
-------------------------------------------------------------------------
-r4518 | hartman | 2003-06-06 02:38:41 +0200 (Fri, 06 Jun 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-
-* modules/gui/macosx/prefs.?:
-  - Changed modules list to use Default instead of None. probably clearer to
-    users.
-  - Have a warning before resetting the prefs.
-
-------------------------------------------------------------------------
-r4519 | hartman | 2003-06-06 04:23:30 +0200 (Fri, 06 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/coreaudio.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/src/libvlc.h
-
-* All: some spelling corrections and description string clarifications.
-  There is a lot of improvement left here.
-
-------------------------------------------------------------------------
-r4520 | hartman | 2003-06-06 04:48:19 +0200 (Fri, 06 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-
-* Typo's by me. ( Cool i included a dutch sentence a while ago and noone noticed ?)
-
-------------------------------------------------------------------------
-r4521 | gbazin | 2003-06-06 13:09:24 +0200 (Fri, 06 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-
-* modules/misc/network/ipv6.c: oups, ipv6 multicast wasn't enabled on win32. Also fixed the interface name parsing in the MRL.
-
-------------------------------------------------------------------------
-r4522 | gbazin | 2003-06-06 15:34:21 +0200 (Fri, 06 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
-
-* modules/packetizer/mpegvideo.c: Fixed a 3:2 pulldown bug (not tested).
-
-------------------------------------------------------------------------
-r4523 | gbazin | 2003-06-06 16:50:49 +0200 (Fri, 06 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/themeloader.cpp
-
-
-* modules/gui/skins/src/themeloader.cpp: small fix for tgz skins.
-
-------------------------------------------------------------------------
-r4524 | asmax | 2003-06-06 21:40:37 +0200 (Fri, 06 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-
-* key shortcuts for X11 skins are now working
-
-------------------------------------------------------------------------
-r4525 | asmax | 2003-06-06 23:47:18 +0200 (Fri, 06 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_font.cpp
-   M /trunk/modules/gui/skins/x11/x11_font.h
-
-* x11/x11_window.cpp: fixed clipping and text attributes
-
-------------------------------------------------------------------------
-r4526 | asmax | 2003-06-07 01:34:35 +0200 (Sat, 07 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/x11/x11_font.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-* got rid of this useless error message
-
-------------------------------------------------------------------------
-r4527 | asmax | 2003-06-07 02:36:28 +0200 (Sat, 07 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_api.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.h
-
-* implemented double click event for X11 skins. The delay is hard-coded
-  (400ms) , maybe it could be stored in the vlc config file
-
-------------------------------------------------------------------------
-r4528 | titer | 2003-06-07 05:25:00 +0200 (Sat, 07 Jun 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/access/pvr/.cvsignore
-
- missing cvsignore
-
-------------------------------------------------------------------------
-r4529 | titer | 2003-06-07 05:45:38 +0200 (Sat, 07 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
- modules/access/pvr/pvr.c : compile fix
-
-------------------------------------------------------------------------
-r4530 | gbazin | 2003-06-07 12:18:15 +0200 (Sat, 07 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_theme.cpp
-
-
-* modules/gui/skins/x11/x11_theme.cpp: removed unnecessary stuff.
-
-------------------------------------------------------------------------
-r4531 | asmax | 2003-06-07 14:19:23 +0200 (Sat, 07 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/text.cpp
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_timer.cpp
-   M /trunk/modules/gui/skins/x11/x11_timer.h
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.h
-
-* beginning of tooltips (only in the console at the moment ;)
-
-------------------------------------------------------------------------
-r4532 | gbazin | 2003-06-07 21:05:19 +0200 (Sat, 07 Jun 2003) | 4 lines
-Changed paths:
-   A /trunk/doc/subtitles
-   A /trunk/doc/subtitles/readme
-   A /trunk/doc/subtitles/vlc-font.pl
-   A /trunk/doc/subtitles/vlc-gimp.pl
-   A /trunk/share/font-eutopiabold21.rle
-
-
-* doc/subtitles/*, share/font-eutopiabold21.rle: new (smaller) font + scripts
-and instructions to generate new fonts.
-
-------------------------------------------------------------------------
-r4533 | gbazin | 2003-06-07 21:19:32 +0200 (Sat, 07 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/doc/Makefile.am
-   M /trunk/share/Makefile.am
-
-
-* share/Makefile.ami, doc/Makefile.am: forgot to include some files in the "make dist".
-
-------------------------------------------------------------------------
-r4534 | asmax | 2003-06-08 02:32:07 +0200 (Sun, 08 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/skins/Modules.am
-   M /trunk/modules/gui/skins/x11/x11_font.cpp
-   M /trunk/modules/gui/skins/x11/x11_font.h
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.h
-
-* x11_font.cpp: fixed font placement
-* x11_window.*: real tooltip windows ! not perfect yet but it looks cool !
-* removed compilation of gtk2 skins module. If you want it back, good luck ;)
-
-------------------------------------------------------------------------
-r4535 | asmax | 2003-06-08 13:33:14 +0200 (Sun, 08 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_timer.cpp
-   M /trunk/modules/gui/skins/x11/x11_timer.h
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-* better implementation of timers for X11 skins
-
-------------------------------------------------------------------------
-r4536 | gbazin | 2003-06-08 14:45:13 +0200 (Sun, 08 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
-   M /trunk/modules/gui/skins/x11/x11_timer.h
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-
-* modules/gui/skins/x11/*: fixed transparency problem. XShapeCombineRegion() needs to be called before the window is mapped.
-
-------------------------------------------------------------------------
-r4537 | asmax | 2003-06-08 17:22:03 +0200 (Sun, 08 Jun 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/playlist.cpp
-   M /trunk/modules/gui/skins/x11/x11_graphics.cpp
-   M /trunk/share/skins/default/theme.xml
-
-* share/skins/default/theme.xml: fixed playlist size
-* modules/gui/skins/controls/playlist.cpp: fixed a segfault when deleting
-  items
-* modules/gui/skins/x11/x11_graphics.cpp: implemented DrawRect
-
-------------------------------------------------------------------------
-r4538 | titer | 2003-06-08 18:04:30 +0200 (Sun, 08 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-
- Minor fix
-
-------------------------------------------------------------------------
-r4539 | gbazin | 2003-06-08 18:56:48 +0200 (Sun, 08 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/dialogs.cpp
-   M /trunk/modules/gui/skins/src/dialogs.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/themeloader.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-
-
-* modules/gui/skins/*: display the popupmenu when you right click on the interface.
-
-------------------------------------------------------------------------
-r4540 | asmax | 2003-06-08 20:17:50 +0200 (Sun, 08 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
-   M /trunk/modules/gui/skins/x11/x11_dragdrop.h
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-* very beginning of drag and drop support in X11 skins
-
-------------------------------------------------------------------------
-r4541 | gbazin | 2003-06-08 20:40:10 +0200 (Sun, 08 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-   M /trunk/share/skins/default/theme.xml
-
-
-* modules/gui/skins/x11/x11_window.cpp: avoid flicker when mapping a window.
-* share/skins/default/theme.xml: playlist is hidden by default.
-
-------------------------------------------------------------------------
-r4542 | asmax | 2003-06-09 02:07:09 +0200 (Mon, 09 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
-   M /trunk/modules/gui/skins/x11/x11_dragdrop.h
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-* drag & drop for X11 skins. Still mysterious problems but it's better
-  than nothing
-
-------------------------------------------------------------------------
-r4543 | asmax | 2003-06-09 02:32:58 +0200 (Mon, 09 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
-
-* drag & drop works with gnome file manager now
-
-------------------------------------------------------------------------
-r4544 | massiot | 2003-06-09 02:33:34 +0200 (Mon, 09 Jun 2003) | 7 lines
-Changed paths:
-   M /trunk/include/video.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vout_synchro.h
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_synchro.c
-
-* include/video.h include/video_output.h src/video_output/vout_pictures.c:
-  In vout_CreatePicture() replace i_repeat_first_field by the more useful
-  i_nb_fields
-* modules/gui/macosx/intf.m: Fixed a warning
-* modules/codec/libmpeg2.c include/vout_synchro.h src/video_output/vout_synchro.c:
-  Re-added support for slice-I streams, plus miscellaneous tweakings
-
-------------------------------------------------------------------------
-r4545 | gbazin | 2003-06-09 08:52:07 +0200 (Mon, 09 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-
-
-* modules/gui/skins/src/vlcproc.cpp: the "play" action will trigger the open dialog if the playlist is empty.
-
-------------------------------------------------------------------------
-r4546 | gbazin | 2003-06-09 09:16:42 +0200 (Mon, 09 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/stream_out/display.c
-
-
-* modules/mux/mpeg/pes.c: allow cases where we don't write a pts.
-* modules/stream_out/display.c: handle cases where we don't have a pts/dts.
-
-------------------------------------------------------------------------
-r4547 | massiot | 2003-06-09 11:29:12 +0200 (Mon, 09 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-* modules/access/file.c: Fixed a compile issue (thanks michael.mauch at gmx.de)
-
-------------------------------------------------------------------------
-r4548 | asmax | 2003-06-09 14:33:17 +0200 (Mon, 09 Jun 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/button.cpp
-   M /trunk/modules/gui/skins/controls/checkbox.cpp
-   M /trunk/modules/gui/skins/controls/image.cpp
-   M /trunk/modules/gui/skins/controls/playlist.cpp
-   M /trunk/modules/gui/skins/src/dialogs.cpp
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/theme.cpp
-   M /trunk/modules/gui/skins/src/themeloader.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.h
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
-   M /trunk/modules/gui/skins/x11/x11_dragdrop.h
-   M /trunk/modules/gui/skins/x11/x11_event.cpp
-   M /trunk/modules/gui/skins/x11/x11_font.cpp
-   M /trunk/modules/gui/skins/x11/x11_font.h
-   M /trunk/modules/gui/skins/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_theme.cpp
-   M /trunk/modules/gui/skins/x11/x11_timer.cpp
-   M /trunk/modules/gui/skins/x11/x11_timer.h
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-* repaired basic_skins
-* removed all the compilation warnings
-* fixed LOTS of memory leaks in skins (gibalou, you should try valgrind
-  on wxwindows plugin ;)
-
-------------------------------------------------------------------------
-r4549 | asmax | 2003-06-09 16:04:20 +0200 (Mon, 09 Jun 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/playlist.cpp
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-* now selection method in the playlist depends on the state of the
-  CTRL button (as expected in a normal playlist !)
-  TODO: - do the same under windows
-        - replace all button constants 1/2 by MOUSE_LEFT/MOUSE_RIGHT
-
-------------------------------------------------------------------------
-r4550 | asmax | 2003-06-09 21:08:33 +0200 (Mon, 09 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-
-* fixed a segfault in FileInfo when p_info->psz_name == NULL
-  but there are still other segfaults sometimes in FileInfo !!
-
-------------------------------------------------------------------------
-r4551 | jpsaman | 2003-06-09 21:51:31 +0200 (Mon, 09 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/control.zaurus
-   M /trunk/ipkg/postinst
-   M /trunk/ipkg/postinst.gpe
-   M /trunk/ipkg/postinst.opie
-   M /trunk/ipkg/postinst.zaurus
-   M /trunk/ipkg/postrm
-   M /trunk/ipkg/postrm.gpe
-   M /trunk/ipkg/postrm.opie
-   M /trunk/ipkg/postrm.zaurus
-
-Updated build packages for test2 release.
-
-------------------------------------------------------------------------
-r4552 | jpsaman | 2003-06-09 21:56:26 +0200 (Mon, 09 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/qte_main.cpp
-
-Run opie-vlc and zaurus-vlc as GuiServer. (Didn't I commit this before???).
-
-------------------------------------------------------------------------
-r4553 | asmax | 2003-06-09 23:14:17 +0200 (Mon, 09 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-
-* X11 skins are now loaded from home directory or if it fails, from
-  the share directory
-
-------------------------------------------------------------------------
-r4554 | asmax | 2003-06-10 00:02:13 +0200 (Tue, 10 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_api.cpp
-   M /trunk/modules/gui/skins/x11/x11_font.cpp
-
-* x11_api.c: implemented OSAPI_GetNonTransparentColor (needed for fonts !)
-
-------------------------------------------------------------------------
-r4555 | massiot | 2003-06-10 13:12:38 +0200 (Tue, 10 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-Fixed a potential segfault.
-
-------------------------------------------------------------------------
-r4556 | gbazin | 2003-06-10 13:43:41 +0200 (Tue, 10 Jun 2003) | 5 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/skins/src/dialogs.cpp
-   M /trunk/modules/gui/skins/src/dialogs.h
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/skins/x11/x11_theme.cpp
-
-
-* configure.ac.in: added an --enable-mostly-builtin option to avoid having too many plugins.
-* modules/gui/skins/src/*: reverted the last BASIC_SKINS patch (BASIC_SKINS was not broken, the changes were done on purpose).
-* modules/gui/skins/src/dialogs.[cpp,h]: ran dos2unix on these 2 files.
-
-------------------------------------------------------------------------
-r4557 | gbazin | 2003-06-11 00:42:59 +0200 (Wed, 11 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/packetizer/mpegvideo.c
-
-
-* modules/packetizer/mpegvideo.c, modules/mux/mpeg/*: fixed the dts/pts calculation in the mpegvideo packetizer. It should now handle streams where all the pictures don't have the same duration (eg. 3:2 pulldown). We don't calculate anymore the pts for every frame as it is impossible to do so for non low-delay streams.
-
-------------------------------------------------------------------------
-r4558 | massiot | 2003-06-11 01:01:40 +0200 (Wed, 11 Jun 2003) | 9 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mpeg_video/Modules.am
-
-* configure.ac.in: Renamed mpeg_video to mpeg_video_old, so that even
-  people who explicitely set mpeg_video in the previous version will end
-  up with libmpeg2 in 0.6.0.
-* modules/codec/libmpeg2.c: Fixed a potential segfault, especially
-  with DVDs.
-* modules/codec/lpcm.c: Send two PES packets in one aout buffer, because
-  some audio filters (read: coreaudio resampler) don't like too small
-  packets (I know, this is ugly).
-
-------------------------------------------------------------------------
-r4559 | gbazin | 2003-06-11 12:42:34 +0200 (Wed, 11 Jun 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_video/parser.c
-   M /trunk/modules/gui/skins/Modules.am
-   M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
-   M /trunk/modules/gui/skins/parser/flex.c
-   M /trunk/modules/gui/skins/parser/skin.act
-   M /trunk/modules/gui/skins/parser/skin.c
-   M /trunk/modules/gui/skins/src/dialogs.cpp
-   M /trunk/modules/gui/skins/src/dialogs.h
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/msvc/vlc.dsw
-
-
-* modules/gui/skins/*: fix for msvc .dsp generation, replaced the BASIC_SKINS macro with the standard MODULE_NAME_IS_foo one and a couple of compilation fixes for msvc.
-* msvc/vlc.dsw: added basic_skins and renamed mpeg_video into mpeg_video_old.
-* modules/codec/mpeg_video/parser.c: fixed segfault when idct/motion modules can't be loaded.
-
-------------------------------------------------------------------------
-r4560 | gbazin | 2003-06-11 17:53:50 +0200 (Wed, 11 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c, modules/codec/theora.c: updated the ogg demuxer and theora decoder to the latest libtheora alpha 2 release.
-
-------------------------------------------------------------------------
-r4561 | gbazin | 2003-06-11 20:20:38 +0200 (Wed, 11 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-
-
-* modules/audio_output/directx.c: fixed mem leak in 5.1 audio.
-
-------------------------------------------------------------------------
-r4562 | gbazin | 2003-06-11 20:45:41 +0200 (Wed, 11 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-
-* NEWS: updated.
-
-------------------------------------------------------------------------
-r4563 | gbazin | 2003-06-11 22:36:22 +0200 (Wed, 11 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/video_filter/osd_text.c
-
-
-* modules/video_filter/osd_text.c: small compile fix that seems to be needed on
-some platforms.
-
-------------------------------------------------------------------------
-r4564 | gbazin | 2003-06-11 23:41:56 +0200 (Wed, 11 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/file.c
-
-
-* modules/access_output/file.c: use open() instead of fopen(). This allows us to use _lseeki64() on win32.
-
-------------------------------------------------------------------------
-r4565 | asmax | 2003-06-11 23:46:57 +0200 (Wed, 11 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/x11/x11_theme.cpp
-   M /trunk/share/Makefile.am
-
-* skin_main.cpp,x11_theme.cpp: better way to fix the "open skin bug" !
-* share/Makefile.am: install skins at make install (closes bug #856)
-
-------------------------------------------------------------------------
-r4566 | gbazin | 2003-06-12 00:46:42 +0200 (Thu, 12 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/configure.ac.in
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-
-* ALL: bumped version number to 0.6.0-test3 + po updates
-
-------------------------------------------------------------------------
-r4567 | gbazin | 2003-06-12 08:56:01 +0200 (Thu, 12 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-
-* Makefile.am: fixed inclusion of skins in make dist.
-
-------------------------------------------------------------------------
-r4568 | gbazin | 2003-06-12 10:14:31 +0200 (Thu, 12 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-
-* share/Makefile.am: fixed my previous fix ;)
-
-------------------------------------------------------------------------
-r4569 | zorglub | 2003-06-12 13:37:48 +0200 (Thu, 12 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/include/announce.h
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/announce.c
-
-Code cleanup
-
-------------------------------------------------------------------------
-r4570 | gbazin | 2003-06-12 17:56:27 +0200 (Thu, 12 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/file.c
-
-
-* modules/access_output/file.c: win32 compilation fix.
-
-------------------------------------------------------------------------
-r4571 | gbazin | 2003-06-12 23:28:39 +0200 (Thu, 12 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: added a volume control.
-
-------------------------------------------------------------------------
-r4572 | gbazin | 2003-06-13 00:03:36 +0200 (Fri, 13 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-
-* modules/gui/wxwindows/interface.cpp: fixed compile issue.
-
-------------------------------------------------------------------------
-r4573 | massiot | 2003-06-13 00:27:35 +0200 (Fri, 13 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/spudec.c
-
-* modules/codec/spudec/spudec.c: Take small font by default
-
-------------------------------------------------------------------------
-r4574 | gbazin | 2003-06-13 01:03:09 +0200 (Fri, 13 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-
-* modules/misc/network/ipv6.c: gave a quick try to implementing ttl for ipv6.
-
-------------------------------------------------------------------------
-r4575 | titer | 2003-06-13 02:15:40 +0200 (Fri, 13 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/Interface.cpp
-
- modules/gui/beos/Interface.cpp : fixed a possible crash
-
-------------------------------------------------------------------------
-r4576 | sam | 2003-06-13 05:21:40 +0200 (Fri, 13 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/src/misc/messages.c
-
-  * ./src/misc/messages.c: ouch. when the message queue was full, we were
-    using our va_list twice, which caused crashes on architectures where
-    va_list is a pointer; we now use va_copy whenever possible.
-
-------------------------------------------------------------------------
-r4577 | gbazin | 2003-06-13 14:08:13 +0200 (Fri, 13 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-
-* modules/misc/network/ipv6.c: fixed multicast support on win32. Well, it is working on Win2k but might require run-time OS version checking to have it woking on XP as well. (you might have to add a multicast route: ipv6 rtu FF00::/8 #intfnum)
-
-------------------------------------------------------------------------
-r4578 | gbazin | 2003-06-13 17:54:42 +0200 (Fri, 13 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-
-
-modules/gui/wxwindows/*: fix for the volume control under win32.
-
-------------------------------------------------------------------------
-r4579 | asmax | 2003-06-13 23:18:54 +0200 (Fri, 13 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-* X11 skin windows should have an icon now
-
-------------------------------------------------------------------------
-r4580 | titer | 2003-06-14 02:49:58 +0200 (Sat, 14 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-
- include/vlc_threads.h: more BeOS' priorities tuning.
-
-------------------------------------------------------------------------
-r4581 | titer | 2003-06-14 14:32:16 +0200 (Sat, 14 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-
- beos/VideoOutput.cpp : make the BPopUpMenu stickable
-
-------------------------------------------------------------------------
-r4582 | gbazin | 2003-06-14 17:43:39 +0200 (Sat, 14 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
-
-* modules/codec/ffmpeg/*: fix for ffmpeg direct rendering. Direct rendering is now
-enabled by default.
-
-------------------------------------------------------------------------
-r4583 | gbazin | 2003-06-14 18:29:22 +0200 (Sat, 14 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-
-* src/misc/configuration.c: in config_SaveConfigFile() don't save options that
-kept their original value (thanks fenrir for the suggestion).
-
-------------------------------------------------------------------------
-r4584 | gbazin | 2003-06-14 20:49:02 +0200 (Sat, 14 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-
-* modules/gui/skins/x11/x11_window.cpp: small bugfix for icons support.
-
-------------------------------------------------------------------------
-r4585 | hartman | 2003-06-14 23:06:30 +0200 (Sat, 14 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/vlc.ebuild
-
-* Dramatically improved the ebuild.
-  - To be done before 0.6.0 release: insert correct contrib links for ffmpeg and libmpeg2
-  - fix faad2? currently disabled
-
-------------------------------------------------------------------------
-r4586 | gbazin | 2003-06-14 23:18:36 +0200 (Sat, 14 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-
-* modules/gui/wxwindows/open.cpp: fixed a couple of bugs with the open dialog.
-
-------------------------------------------------------------------------
-r4587 | gbazin | 2003-06-15 00:12:12 +0200 (Sun, 15 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-
-
-* configure.ac.in: old faad2 detection.
-
-------------------------------------------------------------------------
-r4588 | hartman | 2003-06-15 00:14:16 +0200 (Sun, 15 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/faad/decoder.c
-
-* We should be compatible with older versions of faad again
-
-------------------------------------------------------------------------
-r4589 | massiot | 2003-06-15 03:23:31 +0200 (Sun, 15 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac.in
-   M /trunk/modules/gui/familiar/interface.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/po/fr.po
-
-* Removed the ugly dependancy on glibc in the ipv6 module.
-* po/fr.po: French translation courtesy of Jean-Pierre Kuypers.
-* Miscellaneous clean-ups.
-
-------------------------------------------------------------------------
-r4590 | hartman | 2003-06-15 16:00:40 +0200 (Sun, 15 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-   M /trunk/po/it.po
-   M /trunk/po/nl.po
-
-* ./po/it.po: Fresh Italien translation, courtesy of by Bruno <allevb at tin.it>
-* ./po/nl.po: New Dutch Translation by /me ;)
-* README.MacOSX.rtf: Updated instructions of Prefence usage.
-
-------------------------------------------------------------------------
-r4591 | sigmunau | 2003-06-15 17:16:14 +0200 (Sun, 15 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
-
-id3tag.c: Do not try to seek on network streams even if they have b_seekable set to
-true, since this seems to break playback of some streams over http. It also
-takes to much time just to get some fancy metadata
-
-------------------------------------------------------------------------
-r4592 | hartman | 2003-06-15 17:20:21 +0200 (Sun, 15 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/applescript.m
-
-* Fixed applescript Fullscreen command.
-
-------------------------------------------------------------------------
-r4593 | hartman | 2003-06-16 00:32:06 +0200 (Mon, 16 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/quicktime.c
-
-* NEWS: small corrections
-* modules/codec/ffmpeg: I had disabled IV31 support on intel instead of on ppc
-* modules/codec/quicktime.c: cosmetic fix
-
-------------------------------------------------------------------------
-r4594 | zorglub | 2003-06-16 17:39:11 +0200 (Mon, 16 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-* SAP can now handle SAP-announced IPv6 streams
-
-------------------------------------------------------------------------
-r4595 | gbazin | 2003-06-16 22:23:41 +0200 (Mon, 16 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac.in
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
-
-* configure.ac.in, modules/codec/ffmpeg/*: a few direct rendering fixes and got rid of the old post-processing code.
-
-------------------------------------------------------------------------
-r4596 | gbazin | 2003-06-16 22:49:12 +0200 (Mon, 16 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-
-* modules/codec/ffmpeg/video.c: fixed the last direct rendering bug.
-
-------------------------------------------------------------------------
-r4597 | gbazin | 2003-06-16 23:55:58 +0200 (Mon, 16 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/include/modules_inner.h
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-
-* modules/gui/wxwindows/preferences.cpp: fixed the preferences to also show the config options of sub-modules.
-* include/modules_inner.h: removed unneeded initialization.
-
-------------------------------------------------------------------------
-r4598 | hartman | 2003-06-17 16:38:39 +0200 (Tue, 17 Jun 2003) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/po/de.po
-
-* modules/gui/macosx/output.m: Fixed a bug in the transcoding dialog.
-* extras/MacOSX/Resources/English.lproj/MainMenu.nib:
-  Fixed two cosmetic issues in the stream output dialog.
-* po/de.po: Update german translation courtesy of: Felix Kuhne <FK at aenneburghardt.de>
-
-------------------------------------------------------------------------
-r4599 | hartman | 2003-06-17 16:43:22 +0200 (Tue, 17 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/gui/macosx/intf.m
-
-modules/codec/quicktime.c: Disabled all video codecs accept SVQ3
-modules/gui/macosx/intf.m: Fixed an inconsistenty in the translation
-cvS: ----------------------------------------------------------------------
-
-------------------------------------------------------------------------
-r4600 | gbazin | 2003-06-17 18:09:16 +0200 (Tue, 17 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/dvd/dvd.c
-   M /trunk/modules/access/dvdplay/dvd.c
-   M /trunk/modules/access/dvdread/dvdread.c
-   M /trunk/modules/access/slp.c
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/qnx/qnx.c
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/sap.c
-
-
-* modules/*: got rid of empty module objects.
-* modules/gui/wxwindows/preferences.cpp: fixed the config options display for submodules.
-
-------------------------------------------------------------------------
-r4601 | asmax | 2003-06-17 20:13:18 +0200 (Tue, 17 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.h
-
-* tooltips are now updated during scrolling
-
-------------------------------------------------------------------------
-r4602 | hartman | 2003-06-17 22:03:50 +0200 (Tue, 17 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-
-* moved the capability definition up one line. the config options follow the capability now. Circumvents a bug with OSX prefs dialog.
-
-------------------------------------------------------------------------
-r4603 | hartman | 2003-06-17 22:10:08 +0200 (Tue, 17 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/po/de.po
-
-* Fixes to the german translation
-
-------------------------------------------------------------------------
-r4604 | asmax | 2003-06-17 22:47:20 +0200 (Tue, 17 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/python/vlcmodule.c
-
-* fixed a very old bug preventing the whole thing from working :(
-
-------------------------------------------------------------------------
-r4605 | asmax | 2003-06-17 22:56:59 +0200 (Tue, 17 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/python/setup.py
-
-* fixed another compilation issue of python module
-
-------------------------------------------------------------------------
-r4606 | gbazin | 2003-06-17 23:07:50 +0200 (Tue, 17 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.h
-
-
-* modules/codec/ffmpeg/video.h: forgot to remove a reference to the old postprocessing code.
-
-------------------------------------------------------------------------
-r4607 | asmax | 2003-06-17 23:52:19 +0200 (Tue, 17 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* moved the ttl help in the right section
-
-------------------------------------------------------------------------
-r4608 | zorglub | 2003-06-18 14:18:51 +0200 (Wed, 18 Jun 2003) | 7 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-SAP can now listen for IPv6 announces
-
-To enable this, start vlc with --sap-ipv6
-To disable IPv4 listening, use --no-sap-ipv4
-
-You can also set the scope of the announces (default is 3)
-
-------------------------------------------------------------------------
-r4609 | sam | 2003-06-19 04:14:30 +0200 (Thu, 19 Jun 2003) | 9 lines
-Changed paths:
-   M /trunk/debian/Makefile.am
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   A /trunk/debian/copyright
-   M /trunk/debian/rules
-   D /trunk/debian/vlc.copyright
-
-  * debian/rules:
-    + Replaced $(DEB_BUILD_ARCH) with `dpkg-architecture -qDEB_BUILD_GNU_CPU`
-      so that the rules can be called directly.
-  * debian/control:
-    + Removed leading "a"s from package descriptions.
-    + Set policy to 3.5.10.
-  * debian/copyright:
-    + Removed debian/vlc.copyright.
-
-------------------------------------------------------------------------
-r4610 | gbazin | 2003-06-19 14:21:53 +0200 (Thu, 19 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-
-* modules/gui/wxwindows/*: changed the preferences panel to use textctrls for float values as spinctrls don't support floats. The advanced checkbox is only displayed if needed. Fixed the play/pause buttons tooltip.
-
-------------------------------------------------------------------------
-r4611 | sam | 2003-06-19 15:08:57 +0200 (Thu, 19 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-
-  * ./modules/misc/screensaver.c: the screensaver was disabled way too often
-    because I forgot to reinitialise an index.
-
-------------------------------------------------------------------------
-r4612 | gbazin | 2003-06-19 20:22:05 +0200 (Thu, 19 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-
-* modules/access_output/udp.c: implemented a caching mechanism which solves all the bad quality streaming issues that have been reported. The caching value can be modified with the --udp-sout-caching config option (the default value being DEFAULT_PTS_DELAY ==  300 milisec).
-
-------------------------------------------------------------------------
-r4613 | titer | 2003-06-19 20:44:16 +0200 (Thu, 19 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-
- beos/VideoOutput.cpp : fixed a visual bug in fullscreen that happens with
-  a few Dano/Zeta themes
-
-------------------------------------------------------------------------
-r4614 | gbazin | 2003-06-19 20:45:06 +0200 (Thu, 19 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-
-* modules/access_output/udp.c: removed unnecessary code.
-
-------------------------------------------------------------------------
-r4615 | gbazin | 2003-06-19 23:09:27 +0200 (Thu, 19 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-
-* modules/codec/ffmpeg/video.c: disabled direct rendering when hurry-up is
-enabled. ffmpeg doesn't properly release old pictures when frames are skipped.
-
-------------------------------------------------------------------------
-r4616 | hartman | 2003-06-20 03:27:55 +0200 (Fri, 20 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-   M /trunk/vlc.ebuild
-
-* vlc.ebuild: added support for faad2 and skins. See the wiki page for info.
-* README.MacOSX.rtf: More updates because of new prefs dialog.
-
-------------------------------------------------------------------------
-r4617 | alexis | 2003-06-20 13:42:08 +0200 (Fri, 20 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-   M /trunk/python/setup.py
-
-modules/misc/sap.c: fix for the default scope of the IPv6 announces.
-python/setup.py: a configuration that should work better.
-
-------------------------------------------------------------------------
-r4618 | hartman | 2003-06-20 17:34:51 +0200 (Fri, 20 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* Made the search path configuration options, directory instead of string options.
-
-------------------------------------------------------------------------
-r4619 | ipkiss | 2003-06-20 21:50:29 +0200 (Fri, 20 Jun 2003) | 5 lines
-Changed paths:
-   M /trunk/doc/skins/events-howto.txt
-   M /trunk/doc/skins/skins-howto.txt
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-
- * ./modules/gui/skins/src/vlcproc.cpp: added the "title" option to the
-   "display" attribute of ControlText. It allows to show the title of
-   the current stream, without the full path.
- * ./doc/skins/*: updated the doc
-
-------------------------------------------------------------------------
-r4620 | ipkiss | 2003-06-20 23:34:37 +0200 (Fri, 20 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/doc/skins/events-howto.txt
-   M /trunk/modules/gui/skins/src/banks.cpp
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/event.h
-
- * ./doc/skins/events-howto.txt: added some events
- * ./modules/gui/skins/*: fixed my last commit
-
-------------------------------------------------------------------------
-r4621 | hartman | 2003-06-21 01:13:37 +0200 (Sat, 21 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/preferences.c
-
-* added missing support for CONFIG_ITEM_DIRECTORY to gtk prefs.
-
-------------------------------------------------------------------------
-r4622 | gbazin | 2003-06-21 16:24:30 +0200 (Sat, 21 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/file.c
-
-
-* modules/access_output/file.c: make the output file writeable by the owner.
-
-------------------------------------------------------------------------
-r4623 | sam | 2003-06-21 18:09:13 +0200 (Sat, 21 Jun 2003) | 5 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-  * debian/rules:
-    + Use the -s flag instead of -a so that debhelper properly handles the
-      i386-only plugin packages.
-    + Split the build rule into configure and build.
-
-------------------------------------------------------------------------
-r4624 | sam | 2003-06-21 19:04:20 +0200 (Sat, 21 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/HACKING
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   A /trunk/configure.ac
-   D /trunk/configure.ac.in
-   M /trunk/doc/release-howto.txt
-   M /trunk/toolbox
-   M /trunk/vlc.ebuild
-
-  * configure.ac.in is no more, we can now use configure.ac like normal people,
-    bootstrap generates the proper magic for us.
-
-------------------------------------------------------------------------
-r4625 | sam | 2003-06-21 19:05:42 +0200 (Sat, 21 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/.cvsignore
-
-  * .cvsignore:
-    + Removed configure.ac from the ignore list.
-
-------------------------------------------------------------------------
-r4626 | sigmunau | 2003-06-21 19:26:16 +0200 (Sat, 21 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-removed a duplicate entry from the NEWS file
-
-------------------------------------------------------------------------
-r4627 | sam | 2003-06-21 22:45:53 +0200 (Sat, 21 Jun 2003) | 13 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-  * THANKS: spelling fixes.
-  * configure.ac:
-    + Added curly braces around variables.
-    + Got rid of the "x$foo" constructs.
-    + Renamed *_plugin conditionals into *_p.
-  * debian/changelog:
-    + Fixed a duplicate entry.
-    + Added an entry for an old Debian upload that fixed #117180.
-  * debian/control:
-    + Added a build dependency on libimlib2-dev for skins.
-  * debian/rules:
-    + Activated support for skins.
-
-------------------------------------------------------------------------
-r4628 | sam | 2003-06-21 23:59:12 +0200 (Sat, 21 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-  * src/libvlc.c: got rid of type-punning warnings.
-
-------------------------------------------------------------------------
-r4629 | hartman | 2003-06-22 00:30:21 +0200 (Sun, 22 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-
-* added a new set of widgets for CONFIG_ITEM_FILE and DIRECTORY
-* only set prefs on safe, not earlier.
-
-------------------------------------------------------------------------
-r4630 | asmax | 2003-06-22 02:00:28 +0200 (Sun, 22 Jun 2003) | 5 lines
-Changed paths:
-   D /trunk/modules/gui/skins/gtk2
-   M /trunk/modules/gui/skins/parser/wrappers.cpp
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/event.h
-   M /trunk/modules/gui/skins/src/theme.cpp
-   M /trunk/modules/gui/skins/src/theme.h
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/skins/src/window.h
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-   M /trunk/modules/gui/skins/win32/win32_theme.cpp
-   M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
-   M /trunk/modules/gui/skins/x11/x11_event.cpp
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_theme.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-* src/theme.cpp, src/event.* : no more VLC_SHOW event
-* src/window.* : replaced p_intf->p_sys->WindowList by a singleton
-  class SkinWindowList (to be tested under windows)
-* removed useless gtk2 files
-
-------------------------------------------------------------------------
-r4631 | titer | 2003-06-22 02:40:18 +0200 (Sun, 22 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-
- beos/* : - cleaned the way to mute/unmute
-          - save the volume when exiting
-
-------------------------------------------------------------------------
-r4632 | sam | 2003-06-22 03:08:33 +0200 (Sun, 22 Jun 2003) | 2 lines
-Changed paths:
-   D /trunk/Makefile.dep
-
-  * Makefile.dep: the file that would never die.
-
-------------------------------------------------------------------------
-r4633 | fenrir | 2003-06-22 09:39:39 +0200 (Sun, 22 Jun 2003) | 10 lines
-Changed paths:
-   A /trunk/modules/demux/mkv.cpp
-
- * mkv.cpp : begin of a matroska demuxer
-  TODO:
-    * seek support
-    * vorbis support (it's a decoder problem, as matroska embded raw
-      vorbis data)
-    * utf8 subtitles handling (probably at the decoder stage too)
-    * clean up.
-    * support of stream other than files.
-    * ...
-
-------------------------------------------------------------------------
-r4634 | fenrir | 2003-06-22 10:49:11 +0200 (Sun, 22 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/faad/decoder.c
-
- * faad: can read stream with multiple frames per pes_packet_t (for mkv).
-
-------------------------------------------------------------------------
-r4635 | fenrir | 2003-06-22 14:27:16 +0200 (Sun, 22 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv: basic seek support (only with file with cues, it doesn't search key
- frame, ...)
-        clean up.
-
-------------------------------------------------------------------------
-r4636 | asmax | 2003-06-22 14:46:49 +0200 (Sun, 22 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/parser/wrappers.cpp
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/event.h
-   M /trunk/modules/gui/skins/src/theme.cpp
-   M /trunk/modules/gui/skins/src/theme.h
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/skins/src/window.h
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-   M /trunk/modules/gui/skins/win32/win32_theme.cpp
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_theme.cpp
-
-* reverted my previous commit: cannot work as expected
-* src/theme.cpp: fixed a delete[] / free mismatch
-
-------------------------------------------------------------------------
-r4637 | asmax | 2003-06-22 14:54:03 +0200 (Sun, 22 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_event.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-* at least it compiles now ;)
-
-------------------------------------------------------------------------
-r4638 | asmax | 2003-06-22 15:06:23 +0200 (Sun, 22 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-* x11/x11_window.cpp: raise a window when clicking on it
-
-------------------------------------------------------------------------
-r4639 | sigmunau | 2003-06-22 15:27:41 +0200 (Sun, 22 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/control/gestures.c
-
-turned a debug message into a comment
-
-------------------------------------------------------------------------
-r4640 | gbazin | 2003-06-22 15:31:47 +0200 (Sun, 22 Jun 2003) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/Modules.am
-
-
-* configure.ac, modules/demux/Modules.am: matroska configure detection (disabled by default).
-Due to the way matroska headers directly reference ebml headers, you'll have to configure like this:
-CPPFLAGS=-I/usr/local/include/ebml ./configure --enable-mkv
-
-------------------------------------------------------------------------
-r4641 | gbazin | 2003-06-22 16:06:59 +0200 (Sun, 22 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-
-* configure.ac: compile fix for sunos
-
-------------------------------------------------------------------------
-r4642 | fenrir | 2003-06-22 16:36:34 +0200 (Sun, 22 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv: better seeking support.
-
-------------------------------------------------------------------------
-r4643 | hartman | 2003-06-22 17:03:33 +0200 (Sun, 22 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/vlc.ebuild
-
-* NEWS: Checked the NEWS file. added some missing items. Fixed a couple of spelling errors etc.
-* vlc.ebuild: Set the correct urls for ffmpeg and mpeg2dec snapshots
-
-------------------------------------------------------------------------
-r4644 | asmax | 2003-06-22 17:07:13 +0200 (Sun, 22 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
-
-* x11/x11_dragdrop.cpp: unbelievable, Xdnd works !!
-
-------------------------------------------------------------------------
-r4645 | hartman | 2003-06-22 17:30:22 +0200 (Sun, 22 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/output.m
-
-* Removed mp4 muxer support (temporarily)
-
-------------------------------------------------------------------------
-r4646 | gbazin | 2003-06-22 17:43:54 +0200 (Sun, 22 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/include/interface.h
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-
-* modules/gui/wxwindows/streamout.cpp: disabled mp4 muxer.
-* include/interface.h: updated comment.
-
-------------------------------------------------------------------------
-r4647 | gbazin | 2003-06-22 18:00:57 +0200 (Sun, 22 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/INSTALL.win32
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-
-* ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed
-the Wdisabled-optimization flag from the build (too verbose with gcc-3.3).
-
-------------------------------------------------------------------------
-r4648 | fenrir | 2003-06-22 18:27:11 +0200 (Sun, 22 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv: fix a double delete.
-
-------------------------------------------------------------------------
-r4649 | gbazin | 2003-06-22 18:52:31 +0200 (Sun, 22 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-
-* configure.ac: really removed -Wdisabled-optimization this time.
-
-------------------------------------------------------------------------
-r4650 | gbazin | 2003-06-22 19:52:12 +0200 (Sun, 22 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-
-
-* configure.ac: removed -Winline which in fact was the culprit for the verbosity of gcc-3.3.
-* modules/gui/skins/src/skin_main.cpp: fixed icon loading.
-
-------------------------------------------------------------------------
-r4651 | gbazin | 2003-06-22 20:07:23 +0200 (Sun, 22 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-
-* NEWS: added an entry for the experimental matroska demux.
-
-------------------------------------------------------------------------
-r4652 | gbazin | 2003-06-22 20:30:35 +0200 (Sun, 22 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/doc/Makefile.am
-
-
-* doc/Makefile.am: fixed make dist
-
-------------------------------------------------------------------------
-r4653 | gbazin | 2003-06-22 20:56:28 +0200 (Sun, 22 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/doc/Makefile.am
-
-
-* doc/Makefile.am: one more like this and I'll become crazy.
-
-------------------------------------------------------------------------
-r4654 | fenrir | 2003-06-23 01:22:11 +0200 (Mon, 23 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv: fix vorbis track. But sound quality is horrible ( probably
-timestamps problems)
-
-------------------------------------------------------------------------
-r4655 | hartman | 2003-06-23 02:18:50 +0200 (Mon, 23 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/vlc.ebuild
-
-* You check it three times and I still managed to miss a link.
-  Ebuild doesn't work in the 0.6.0 release :(
-
-------------------------------------------------------------------------
-r4656 | fenrir | 2003-06-23 02:30:41 +0200 (Mon, 23 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv: fix for blocks using lacing. (Now vorbis plays without any problem)
-
-------------------------------------------------------------------------
-r4657 | sam | 2003-06-23 12:21:25 +0200 (Mon, 23 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap: make errors less obscure when using gettext 0.11.3 or 0.11.4,
-    due to Debian bug #158383 in gettext (upstream bug).
-
-------------------------------------------------------------------------
-r4658 | zorglub | 2003-06-23 13:41:26 +0200 (Mon, 23 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/include/announce.h
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/announce.c
-
-* Stream output now support IPv6 SAP announces
-* Code cleanup in SAP
-
-------------------------------------------------------------------------
-r4659 | zorglub | 2003-06-23 15:45:30 +0200 (Mon, 23 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/announce.c
-
-Fixed a segfault that could happen if you have ipv6 support enabled, but no address
-
-------------------------------------------------------------------------
-r4660 | gbazin | 2003-06-23 18:09:13 +0200 (Mon, 23 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c, modules/gui/wxwindows/timer.cpp: fixed 2 nasty bugs.
-* modules/demux/util/id3tag.c: small cleanup.
-
-------------------------------------------------------------------------
-r4661 | bigben | 2003-06-23 19:01:36 +0200 (Mon, 23 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
-Copy / paste of code so that the pvr input parse all parameters. Doesn't
-work for the standard (PAL/SECAM/NTSC) yet.
-
-------------------------------------------------------------------------
-r4662 | asmax | 2003-06-23 22:35:36 +0200 (Mon, 23 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/playlist.cpp
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.h
-   M /trunk/src/playlist/playlist.c
-
-* src/playlist/playlist.c: set "intf-change" in SkipItem
-* modules/gui/skin/*: InterfaceRefresh is now triggered by a
-  callback on intf-change
-
-------------------------------------------------------------------------
-r4663 | gbazin | 2003-06-24 01:51:31 +0200 (Tue, 24 Jun 2003) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/misc/httpd.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/packetizer/Modules.am
-   A /trunk/modules/packetizer/vorbis.c
-
-
-* modules/packetizer/vorbis.c: vorbis data packetizer for the stream output.
-* modules/mux/ogg.c: cleanup, bug fixes and vorbis support.
-* modules/demux/ogg.c: added vorbis channels info.
-* modules/misc/httpd.c: bug fix for stream header generation.
-
-------------------------------------------------------------------------
-r4664 | gbazin | 2003-06-24 02:31:34 +0200 (Tue, 24 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: fix for ogg web streams.
-
-------------------------------------------------------------------------
-r4665 | fenrir | 2003-06-24 02:33:39 +0200 (Tue, 24 Jun 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv: avoid seeking at the same place (was sooooo slow 'cause of
-          buffer filling)
-        can seek in file without cues (slow)
-        can play file over http and unseekable input.
-
-------------------------------------------------------------------------
-r4666 | fenrir | 2003-06-24 02:50:52 +0200 (Tue, 24 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi : don't resynch on key frame for audio stream.
-
-------------------------------------------------------------------------
-r4667 | fenrir | 2003-06-24 08:07:14 +0200 (Tue, 24 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv: use b_mute and add meta informations.
-
-------------------------------------------------------------------------
-r4668 | sam | 2003-06-24 11:31:16 +0200 (Tue, 24 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/.cvsignore
-   M /trunk/modules/access/dvd/.cvsignore
-   M /trunk/modules/access/dvdplay/.cvsignore
-   M /trunk/modules/access/dvdread/.cvsignore
-   M /trunk/modules/access/mms/.cvsignore
-   M /trunk/modules/access/pvr/.cvsignore
-   M /trunk/modules/access/satellite/.cvsignore
-   M /trunk/modules/access/v4l/.cvsignore
-   M /trunk/modules/access/vcd/.cvsignore
-   M /trunk/modules/access_output/.cvsignore
-   M /trunk/modules/audio_filter/channel_mixer/.cvsignore
-   M /trunk/modules/audio_filter/converter/.cvsignore
-   M /trunk/modules/audio_filter/resampler/.cvsignore
-   M /trunk/modules/audio_mixer/.cvsignore
-   M /trunk/modules/audio_output/.cvsignore
-   M /trunk/modules/codec/.cvsignore
-   M /trunk/modules/codec/a52old/.cvsignore
-   M /trunk/modules/codec/a52old/downmix/.cvsignore
-   M /trunk/modules/codec/a52old/imdct/.cvsignore
-   M /trunk/modules/codec/cinepak/.cvsignore
-   M /trunk/modules/codec/faad/.cvsignore
-   M /trunk/modules/codec/ffmpeg/.cvsignore
-   M /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore
-   M /trunk/modules/codec/mpeg_audio/.cvsignore
-   M /trunk/modules/codec/mpeg_video/.cvsignore
-   M /trunk/modules/codec/mpeg_video/idct/.cvsignore
-   M /trunk/modules/codec/mpeg_video/motion/.cvsignore
-   M /trunk/modules/codec/spudec/.cvsignore
-   M /trunk/modules/control/.cvsignore
-   M /trunk/modules/control/lirc/.cvsignore
-   M /trunk/modules/control/rc/.cvsignore
-   M /trunk/modules/demux/.cvsignore
-   M /trunk/modules/demux/aac/.cvsignore
-   M /trunk/modules/demux/asf/.cvsignore
-   M /trunk/modules/demux/avi/.cvsignore
-   M /trunk/modules/demux/mp4/.cvsignore
-   M /trunk/modules/demux/mpeg/.cvsignore
-   M /trunk/modules/demux/util/.cvsignore
-   M /trunk/modules/demux/wav/.cvsignore
-   M /trunk/modules/encoder/.cvsignore
-   M /trunk/modules/encoder/ffmpeg/.cvsignore
-   M /trunk/modules/gui/beos/.cvsignore
-   M /trunk/modules/gui/familiar/.cvsignore
-   M /trunk/modules/gui/gtk/.cvsignore
-   M /trunk/modules/gui/gtk2/.cvsignore
-   M /trunk/modules/gui/kde/.cvsignore
-   M /trunk/modules/gui/macosx/.cvsignore
-   M /trunk/modules/gui/ncurses/.cvsignore
-   M /trunk/modules/gui/qnx/.cvsignore
-   M /trunk/modules/gui/qt/.cvsignore
-   M /trunk/modules/gui/skins/.cvsignore
-   M /trunk/modules/gui/skins/controls/.cvsignore
-   M /trunk/modules/gui/skins/parser/.cvsignore
-   M /trunk/modules/gui/skins/src/.cvsignore
-   M /trunk/modules/gui/skins/win32/.cvsignore
-   M /trunk/modules/gui/skins/x11/.cvsignore
-   M /trunk/modules/gui/win32/.cvsignore
-   M /trunk/modules/gui/wxwindows/.cvsignore
-   M /trunk/modules/misc/.cvsignore
-   M /trunk/modules/misc/dummy/.cvsignore
-   M /trunk/modules/misc/logger/.cvsignore
-   M /trunk/modules/misc/memcpy/.cvsignore
-   M /trunk/modules/misc/network/.cvsignore
-   M /trunk/modules/misc/testsuite/.cvsignore
-   M /trunk/modules/mux/.cvsignore
-   M /trunk/modules/mux/mpeg/.cvsignore
-   M /trunk/modules/packetizer/.cvsignore
-   M /trunk/modules/stream_out/.cvsignore
-   M /trunk/modules/video_chroma/.cvsignore
-   M /trunk/modules/video_filter/.cvsignore
-   M /trunk/modules/video_filter/deinterlace/.cvsignore
-   M /trunk/modules/video_output/.cvsignore
-   M /trunk/modules/video_output/directx/.cvsignore
-   M /trunk/modules/video_output/mga/.cvsignore
-   M /trunk/modules/video_output/qte/.cvsignore
-   M /trunk/modules/video_output/x11/.cvsignore
-   M /trunk/modules/visualization/scope/.cvsignore
-   M /trunk/modules/visualization/xosd/.cvsignore
-
-  * modules/**/.cvsignore: added Makefile{,.in.am} to the ignore list, as
-    well as .lo/.la files.
-
-------------------------------------------------------------------------
-r4669 | gbazin | 2003-06-24 13:26:32 +0200 (Tue, 24 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/src/stream_output/announce.c
-
-* src/stream_output/announce.c: inet_pton() isn't supported on win32 so disabled ipv6 sap announces on win32.
-
-Wouldn't it be possible to use send() instead of sendto() ? That would simplify the code and get rid of this problem.
-
-------------------------------------------------------------------------
-r4670 | sam | 2003-06-24 15:33:49 +0200 (Tue, 24 Jun 2003) | 3 lines
-Changed paths:
-   D /trunk/include/interface.h
-   M /trunk/include/vlc/intf.h
-   A /trunk/include/vlc_interface.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_info.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-
-  * include/interface.h: renamed this file to vlc_interface.h to avoid name
-    collisions with a couple of plugins.
-
-------------------------------------------------------------------------
-r4671 | sam | 2003-06-24 17:37:40 +0200 (Tue, 24 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: removed -lstdc++ LDFLAGS, and used CXXFLAGS to force C++
-    linkage instead.
-
-------------------------------------------------------------------------
-r4672 | sam | 2003-06-24 17:50:47 +0200 (Tue, 24 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am: changed interface.h to vlc_interface.h.
-
-------------------------------------------------------------------------
-r4673 | fenrir | 2003-06-24 20:42:50 +0200 (Tue, 24 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv: clean up, more input infos, begin to parse Tags element (don't work
- yet).
-
-------------------------------------------------------------------------
-r4674 | fenrir | 2003-06-24 21:35:46 +0200 (Tue, 24 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv: when seeking, by default, try to reach the file position not the
-time (seek seems better).
-
-------------------------------------------------------------------------
-r4675 | fenrir | 2003-06-24 21:59:27 +0200 (Tue, 24 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv: remove unnecessary header.
-
-------------------------------------------------------------------------
-r4676 | asmax | 2003-06-25 00:26:01 +0200 (Wed, 25 Jun 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.h
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/video_output/video_output.c
-
-* all: show/hide the interface with middle-click on the vout
-       (when the last vout is closed, the interface reappears)
-       Works only with the skins interface and X11/Xvideo vouts, but it's
-       very easy to implement (just add a callback on "intf-show" in the
-       interface, and trigger it in the vout)
-
-------------------------------------------------------------------------
-r4677 | fenrir | 2003-06-25 00:53:25 +0200 (Wed, 25 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi: for interleaved file (audio_pos - video_pos < 2Mo), seek upon
- percent and not time, it's better.
- Please test.
-
-------------------------------------------------------------------------
-r4678 | fenrir | 2003-06-25 01:00:32 +0200 (Wed, 25 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv : spelling mistakes.
-
-------------------------------------------------------------------------
-r4679 | fenrir | 2003-06-25 01:11:35 +0200 (Wed, 25 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.h
-
- * lalala ;)
-
-------------------------------------------------------------------------
-r4680 | fenrir | 2003-06-25 02:40:41 +0200 (Wed, 25 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
- * mpeg_audio.c: fix segfault caused by free bitrate and padding set.
- (the stream isn't free bitrate) SyncInfo think it's free bitrate but
-return a frame size of 1. Now, I test bitrate.
-
-------------------------------------------------------------------------
-r4681 | sam | 2003-06-25 05:08:57 +0200 (Wed, 25 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * toolbox:
-    + Disabled useless verbosity.
-    + Fixed some incorrect ">/dev/null 2>&1" semantics.
-
-------------------------------------------------------------------------
-r4682 | massiot | 2003-06-25 10:59:16 +0200 (Wed, 25 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-++
-
-------------------------------------------------------------------------
-r4683 | gbazin | 2003-06-25 11:13:03 +0200 (Wed, 25 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/mkv.cpp
-
-* modules/demux/mkv.cpp: compile fix for systems not supporting gmtime_r().
-
-------------------------------------------------------------------------
-r4684 | sam | 2003-06-25 16:41:57 +0200 (Wed, 25 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am: using C++ linkage for vlc under OS X and BeOS.
-
-------------------------------------------------------------------------
-r4685 | fenrir | 2003-06-25 17:50:52 +0200 (Wed, 25 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/include/httpd.h
-
- * httpd: fix a memory and thread leak.
-
-------------------------------------------------------------------------
-r4686 | fenrir | 2003-06-25 21:28:10 +0200 (Wed, 25 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ts.c
-
- * ts: set a fourcc for PAT/PMT to avoid garbage in logs.
-
-------------------------------------------------------------------------
-r4687 | fenrir | 2003-06-25 22:37:37 +0200 (Wed, 25 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv: a little memory leak.
-
-------------------------------------------------------------------------
-r4688 | zorglub | 2003-06-25 23:03:16 +0200 (Wed, 25 Jun 2003) | 5 lines
-Changed paths:
-   M /trunk/include/announce.h
-   M /trunk/modules/misc/sap.c
-   M /trunk/src/stream_output/announce.c
-
-* ./include/announce.h
-  ./src/stream_output/announce.c  : use send instead of sendto.
-
-* ./modules/misc/sap.c : use a define
-
-------------------------------------------------------------------------
-r4689 | asmax | 2003-06-25 23:17:21 +0200 (Wed, 25 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/esd.c
-
-* modules/audio_output/esd: forced sample rate to ESD_DEFAULT_RATE
-  At last closes bug #625 !
-
-------------------------------------------------------------------------
-r4690 | fenrir | 2003-06-25 23:47:05 +0200 (Wed, 25 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode: fix a potential segfault.
-
-------------------------------------------------------------------------
-r4691 | sam | 2003-06-26 01:46:19 +0200 (Thu, 26 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/src/stream_output/announce.c
-
-  * src/stream_output/announce.c:
-    + Fixed a multiline string.
-    + Coding style fixes.
-
-------------------------------------------------------------------------
-r4692 | sam | 2003-06-26 14:19:59 +0200 (Thu, 26 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   D /trunk/include/video.h
-   M /trunk/include/vlc/vout.h
-   A /trunk/include/vlc_video.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-  * include/video.h: renamed this file to vlc_video.h to avoid name collisions
-    with a couple of modules.
-
-------------------------------------------------------------------------
-r4693 | zorglub | 2003-06-26 16:42:04 +0200 (Thu, 26 Jun 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-
-* ./modules/demux/m3u.c: added support for Winamp 3 B4S files
-
-Still need to add the support for the Names in all formats (we currently
-only put the URL), but I do not have any ASX, HTML nor PLS sample file
-
-------------------------------------------------------------------------
-r4694 | gbazin | 2003-06-26 18:04:36 +0200 (Thu, 26 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/announce.c
-
-* src/stream_output/announce.c: msvc compilation fix.
-
-------------------------------------------------------------------------
-r4695 | fenrir | 2003-06-26 18:46:19 +0200 (Thu, 26 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv: more ebml element parsing.
-
-------------------------------------------------------------------------
-r4696 | sam | 2003-06-26 20:14:56 +0200 (Thu, 26 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/util/sub.c
-
-  * modules/demux/util/sub.c,
-    modules/demux/avi/avi.c: fixed inclusion of vlc_video.h. Thanks Cif.
-
-------------------------------------------------------------------------
-r4697 | gbazin | 2003-06-26 21:36:44 +0200 (Thu, 26 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_video/parser.c
-
-
-* modules/codec/mpeg_video/parser.c: fixed broken file.
-
-------------------------------------------------------------------------
-r4698 | zorglub | 2003-06-27 12:31:02 +0200 (Fri, 27 Jun 2003) | 7 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/demux/m3u.c
-   M /trunk/src/playlist/playlist.c
-
-
-* modules/demux/m3u.c :
-    Added name support. Only implemented for M3U and B4S playlists at the moment
-
-* src/playlist/playlist.c
-  include/vlc_playlist.h   : Added the playlist_AddName function to add an item with its name without filling an item structure.
-
-------------------------------------------------------------------------
-r4699 | sam | 2003-06-27 15:38:54 +0200 (Fri, 27 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/playlist/playlist.c
-
-  * src/misc/configuration.c: minor fix in a comment.
-  * src/playlist/playlist.c: the -Z mode randomises the first item as well.
-
-------------------------------------------------------------------------
-r4700 | sam | 2003-06-27 15:50:13 +0200 (Fri, 27 Jun 2003) | 19 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/HACKING
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-   M /trunk/debian/rules
-   M /trunk/m4/.cvsignore
-   M /trunk/modules/.cvsignore
-   D /trunk/modules/Makefile.am
-   M /trunk/modules/access/Modules.am
-   M /trunk/modules/access/dvd/Modules.am
-   M /trunk/modules/access/dvdplay/Modules.am
-   M /trunk/modules/access/dvdread/Modules.am
-   M /trunk/modules/access/mms/Modules.am
-   M /trunk/modules/access/pvr/Modules.am
-   M /trunk/modules/access/satellite/Modules.am
-   M /trunk/modules/access/v4l/Modules.am
-   M /trunk/modules/access/vcd/Modules.am
-   M /trunk/modules/access_output/Modules.am
-   A /trunk/modules/audio_filter/.cvsignore
-   A /trunk/modules/audio_filter/Modules.am
-   M /trunk/modules/audio_filter/channel_mixer/Modules.am
-   M /trunk/modules/audio_filter/converter/Modules.am
-   M /trunk/modules/audio_filter/resampler/Modules.am
-   M /trunk/modules/audio_mixer/Modules.am
-   M /trunk/modules/audio_output/Modules.am
-   M /trunk/modules/codec/Modules.am
-   M /trunk/modules/codec/a52old/Modules.am
-   M /trunk/modules/codec/a52old/downmix/Modules.am
-   M /trunk/modules/codec/a52old/imdct/Modules.am
-   M /trunk/modules/codec/cinepak/Modules.am
-   M /trunk/modules/codec/faad/Modules.am
-   M /trunk/modules/codec/ffmpeg/Modules.am
-   M /trunk/modules/codec/ffmpeg/postprocessing/Modules.am
-   M /trunk/modules/codec/mpeg_audio/Modules.am
-   M /trunk/modules/codec/mpeg_video/Modules.am
-   M /trunk/modules/codec/mpeg_video/idct/Modules.am
-   M /trunk/modules/codec/mpeg_video/motion/Modules.am
-   M /trunk/modules/codec/spudec/Modules.am
-   M /trunk/modules/control/Modules.am
-   M /trunk/modules/control/lirc/Modules.am
-   M /trunk/modules/control/rc/Modules.am
-   M /trunk/modules/demux/Modules.am
-   M /trunk/modules/demux/aac/Modules.am
-   M /trunk/modules/demux/asf/Modules.am
-   M /trunk/modules/demux/avi/Modules.am
-   M /trunk/modules/demux/mp4/Modules.am
-   M /trunk/modules/demux/mpeg/Modules.am
-   M /trunk/modules/demux/util/Modules.am
-   M /trunk/modules/demux/wav/Modules.am
-   M /trunk/modules/encoder/Modules.am
-   M /trunk/modules/encoder/ffmpeg/Modules.am
-   A /trunk/modules/gui/.cvsignore
-   A /trunk/modules/gui/Modules.am
-   M /trunk/modules/gui/beos/Modules.am
-   M /trunk/modules/gui/familiar/Modules.am
-   M /trunk/modules/gui/gtk/Modules.am
-   M /trunk/modules/gui/gtk2/Modules.am
-   M /trunk/modules/gui/kde/Modules.am
-   M /trunk/modules/gui/macosx/Modules.am
-   M /trunk/modules/gui/ncurses/Modules.am
-   M /trunk/modules/gui/qnx/Modules.am
-   M /trunk/modules/gui/qt/Modules.am
-   M /trunk/modules/gui/skins/Modules.am
-   M /trunk/modules/gui/win32/Modules.am
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/misc/Modules.am
-   M /trunk/modules/misc/dummy/Modules.am
-   M /trunk/modules/misc/logger/Modules.am
-   M /trunk/modules/misc/memcpy/Modules.am
-   M /trunk/modules/misc/network/Modules.am
-   M /trunk/modules/misc/testsuite/Modules.am
-   M /trunk/modules/mux/Modules.am
-   M /trunk/modules/mux/mpeg/Modules.am
-   M /trunk/modules/packetizer/Modules.am
-   M /trunk/modules/stream_out/Modules.am
-   M /trunk/modules/video_chroma/Modules.am
-   M /trunk/modules/video_filter/Modules.am
-   M /trunk/modules/video_filter/deinterlace/Modules.am
-   M /trunk/modules/video_output/Modules.am
-   M /trunk/modules/video_output/directx/Modules.am
-   M /trunk/modules/video_output/mga/Modules.am
-   M /trunk/modules/video_output/qte/Modules.am
-   M /trunk/modules/video_output/x11/Modules.am
-   A /trunk/modules/visualization/.cvsignore
-   A /trunk/modules/visualization/Modules.am
-   M /trunk/modules/visualization/scope/Modules.am
-   M /trunk/modules/visualization/xosd/Modules.am
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/toolbox
-   D /trunk/vlc-config.in
-   A /trunk/vlc-config.in.in
-
-  * bootstrap:
-    + New build system, using recursive makefiles. Due to the amount of code
-      in VLC, this had become unavoidable.
-    + Removed the check for OS X's stack size, since our automake targets are
-      a lot less hungry now.
-    + Ditto for Solaris's sed.
-    + Since automake-1.6 is faster than 1.7, use it first if both are present.
-  * m4/vlc.m4:
-    + New AX_ADD_CPPFLAGS, AX_ADD_CFLAGS, AX_ADD_CXXFLAGS, AX_ADD_OBJCFLAGS
-      and AX_ADD_LDFLAGS macros that do all the magic to detect possible
-      modules and register their flags.
-    + New AX_ADD_BUILTINS and AX_ADD_PLUGINS macros.
-    + Some magic to generate vlc-config.
-  * configure.ac:
-    + Moved most code to the AX_ADD_* macros.
-    + Explicitely added all target Makefiles.
-  * modules/**/Modules.am:
-    + Path to sources are now relative to Modules.am's directory level.
-
-------------------------------------------------------------------------
-r4701 | sam | 2003-06-27 16:05:04 +0200 (Fri, 27 Jun 2003) | 2 lines
-Changed paths:
-   A /trunk/m4/vlc.m4
-
-  * m4/vlc.m4: CVS forgot to add this file. I swear.
-
-------------------------------------------------------------------------
-r4702 | gbazin | 2003-06-27 18:15:54 +0200 (Fri, 27 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: fixed matroska detection.
-
-------------------------------------------------------------------------
-r4703 | sam | 2003-06-27 18:26:02 +0200 (Fri, 27 Jun 2003) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am:
-    + Removed trailing / from directory names.
-    + Used dummy instead of "" in the for/do/done loops.
-    + Protected a couple of filenames with double quotes.
-
-------------------------------------------------------------------------
-r4704 | sam | 2003-06-27 19:01:12 +0200 (Fri, 27 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: link the mkv plugin with -lmatroska_pic -lebml_pic if found.
-
-------------------------------------------------------------------------
-r4705 | sam | 2003-06-27 20:27:31 +0200 (Fri, 27 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/m4/Makefile.am
-
-  * Makefile.am: create directories before installing stuff in them.
-  * m4/Makefile.am: distribute our generated private.m4 file.
-
-------------------------------------------------------------------------
-r4706 | sam | 2003-06-28 01:31:24 +0200 (Sat, 28 Jun 2003) | 14 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/vlc-config.in.in
-
-  * debian/changelog:
-    + Updated to the latest Debian unstable upload.
-  * debian/rules:
-    + Moved the skins interface into the wxvlc package.
-    + Cosmetic fixes.
-  * debian/control:
-    + Updated the description of the wxvlc package.
-  * bootstrap:
-    + Put subdirectories of modules/ in SUBDIRS, not DIST_SUBDIRS.
-  * Makefile.am:
-    + Put modules in SUBDIRS, not DIST_SUBDIRS.
-  * .cvsignore:
-    + Ignore vlc-config.in.
-
-------------------------------------------------------------------------
-r4707 | sam | 2003-06-28 02:29:13 +0200 (Sat, 28 Jun 2003) | 6 lines
-Changed paths:
-   M /trunk/vlc.ebuild
-
-  * vlc.ebuild:
-    + Apply the same changes to configure as to configure.ac.
-    + Fix autotools timestamps so that the build does not trigger useless
-      autoconf and automake runs. Our snapshots are correctly bootstrapped
-      and do not need extra fiddling.
-
-------------------------------------------------------------------------
-r4708 | sam | 2003-06-28 03:17:47 +0200 (Sat, 28 Jun 2003) | 7 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/debian/rules
-   A /trunk/doc/ChangeLog-1999
-   A /trunk/doc/ChangeLog-2000
-   A /trunk/doc/ChangeLog-2001
-   A /trunk/doc/ChangeLog-2002
-   M /trunk/doc/Makefile.am
-   M /trunk/toolbox
-   M /trunk/vlc.ebuild
-
-  * toolbox:
-    + toolbox --changelog now only generates this year's changelog.
-  * ChangeLog, doc/ChangeLog-*:
-    + Split the changelog into several files, one per year.
-  * debian/rules, vlc.ebuild:
-    + Distribute the new changelog files.
-
-------------------------------------------------------------------------
-r4709 | massiot | 2003-06-28 14:07:00 +0200 (Sat, 28 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/mkv.cpp
-
-* modules/demux/mkv.cpp: Compile fix for OS X.
-
-------------------------------------------------------------------------
-r4710 | sam | 2003-06-28 15:04:52 +0200 (Sat, 28 Jun 2003) | 19 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/debian/changelog
-   M /trunk/m4/vlc.m4
-   M /trunk/modules/gui/skins/src/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/toolbox
-
-  * Makefile.am:
-    + Call $(srcdir)/toolbox from $(builddir) instead of $(srcdir).
-    + Call $(builddir)/vlc-config instead of $(srcdir)/vlc-config, because
-      generated files end in $(builddir).
-    + Added -Imozilla to the mozilla plugin link flags.
-    + Look for mozilla/vlcintf.idl in $(srcdir).
-  * configure.ac:
-    + Set VLC_CONFIG to $(builddir)/vlc-config instead of $(srcdir)/vlc-config.
-  * toolbox:
-    + Look for Makefile.am in ${srcdir}, and Makefile in ${builddir}.
-    + Prepend ${srcdir} to header files we handle.
-  * m4/vlc.m4:
-    + Look for vlc-config.in.in in ${srcdir} but generate vlc-config.in in
-      ${builddir}.
-  * modules/gui/skins/src/dialogs.cpp, modules/gui/wxwindows/interface.cpp:
-    + Include the pixmap with a path relative to the current directory.
-
-   This commit should fix builds that use --srcdir (Closes: #319).
-
-------------------------------------------------------------------------
-r4711 | sam | 2003-06-28 16:31:40 +0200 (Sat, 28 Jun 2003) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/m4/vlc.m4
-
-  * configure.ac:
-    + Look for libintl in $(top_builddir)/intl, not \$(top_srcdir)/intl.
-    + Added CVS Id string.
-  * m4/vlc.m4:
-    + Added CVS Id string.
-
-------------------------------------------------------------------------
-r4712 | sam | 2003-06-28 17:27:04 +0200 (Sat, 28 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am: fixed the location of the intl sources.
-
-------------------------------------------------------------------------
-r4713 | fenrir | 2003-06-28 19:20:41 +0200 (Sat, 28 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * input.c : call input_DelInfo _after_ that all decoders have been
-destroyed as vorbis decoder could add info.
-
-------------------------------------------------------------------------
-r4714 | fenrir | 2003-06-28 21:19:55 +0200 (Sat, 28 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-
- * m3u: clean up and fix .m3u parsing. Please *test*.
-
-------------------------------------------------------------------------
-r4715 | hartman | 2003-06-28 23:03:26 +0200 (Sat, 28 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/toolbox
-
-* s/;T;/;D;
-  Now it seems to builb. I guess you meant this sam. If I'm wrong you can correct me ;)
-
-------------------------------------------------------------------------
-r4716 | fenrir | 2003-06-28 23:16:57 +0200 (Sat, 28 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * ffmpeg : do no try to automatically set ffmpeg-truncated (it's broken
- with .mp4 files)
-
-------------------------------------------------------------------------
-r4717 | fenrir | 2003-06-28 23:18:58 +0200 (Sat, 28 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
- video_output.c: should fix playback of file with multiple video track,
-and usage of display in stream output.
-
-------------------------------------------------------------------------
-r4718 | fenrir | 2003-06-28 23:27:35 +0200 (Sat, 28 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * input: close all vouts (not only the first one).
-
-------------------------------------------------------------------------
-r4719 | fenrir | 2003-06-29 01:56:31 +0200 (Sun, 29 Jun 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/misc/httpd.c
-
- * ffmpeg: disable direct rendering when width or height aren't a multiple
-of 16 (on the fly not only based upon header).
-
- * httpd: test if INADDR_ANY is bind when requesting a host. (To be able to
-use http interface with http streaming).
-
-------------------------------------------------------------------------
-r4720 | hartman | 2003-06-29 02:14:50 +0200 (Sun, 29 Jun 2003) | 4 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-   M /trunk/modules/gui/macosx/playlist.m
-
-* modules/gui/macosx/playlist.m: 10.1 is archaic. i don't know why i bother ;)
-  finally fixed, confirmed etc.
-* doc/fortunes.txt: one more
-
-------------------------------------------------------------------------
-r4721 | ipkiss | 2003-06-29 16:00:32 +0200 (Sun, 29 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/po/fr.po
-
- * fr.po: some new translations + fixes
-
-------------------------------------------------------------------------
-r4722 | sam | 2003-06-29 16:57:49 +0200 (Sun, 29 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/m4/vlc.m4
-
-  * m4/vlc.m4: Prepend LDFLAGS instead of appending them.
-
-------------------------------------------------------------------------
-r4723 | sam | 2003-06-29 21:04:14 +0200 (Sun, 29 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * toolbox: syntax fix for OS X's retarded sed.
-
-------------------------------------------------------------------------
-r4724 | sam | 2003-06-29 21:12:52 +0200 (Sun, 29 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/rules
-
-  * debian/rules:
-    + Enabled the video4linux input plugin.
-
-------------------------------------------------------------------------
-r4725 | fenrir | 2003-06-29 21:15:04 +0200 (Sun, 29 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-
- * m3u: remove useless debug messages, fix element insertion.
-
-------------------------------------------------------------------------
-r4726 | sam | 2003-06-29 22:15:35 +0200 (Sun, 29 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * toolbox: fuck OS X!
-
-------------------------------------------------------------------------
-r4727 | gbazin | 2003-06-29 22:58:16 +0200 (Sun, 29 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/stream_out/transcode.c
-
-
-* configure.ac, modules/mux/ogg.c, modules/stream_out/transcode.c: vorbis transcoding support (the transcoder still doesn't support vorbis decoding though, so no vorbis -> else transcoding)
-
-------------------------------------------------------------------------
-r4728 | gbazin | 2003-06-30 00:07:40 +0200 (Mon, 30 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/visualization/xosd/xosd.c
-
-
-* modules/visualization/xosd/xosd.c: lowered the module's score.
-
-------------------------------------------------------------------------
-r4729 | hartman | 2003-06-30 03:51:10 +0200 (Mon, 30 Jun 2003) | 9 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.m
-
-* modules/gui/macosx/controls.m:
-* modules/gui/macosx/intf.m:
-  - Our Next/Previous commands now go from chapter trough title trough playlist.
-  - We weren't checking for titles without chapters, which made using CDDA
-    a little hard.
-* modules/gui/macosx/playlist.m: An improved way to delete selected items.
-  - also fixes a bug where only half the items selected in the playlist got
-    actually deleted.
-
-------------------------------------------------------------------------
-r4730 | hartman | 2003-06-30 03:52:57 +0200 (Mon, 30 Jun 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-* remove debug statements.
-
-------------------------------------------------------------------------
-r4731 | gbazin | 2003-06-30 22:08:21 +0200 (Mon, 30 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/stream_out/transcode.c: compilation fix.
-
-------------------------------------------------------------------------
-r4732 | gbazin | 2003-06-30 22:44:35 +0200 (Mon, 30 Jun 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/stream_out/transcode.c: forgot to remove a variable used for debugging.
-
-------------------------------------------------------------------------
-r4733 | adn | 2003-07-01 10:30:49 +0200 (Tue, 01 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/httpd.c
-
-* thanks to Cif, added "Ban", "Unban", "Kick/Ban" options in http administration page
-
-* added a link to return to the main administration page after a kick or ban operation
-
-------------------------------------------------------------------------
-r4734 | adn | 2003-07-01 10:55:57 +0200 (Tue, 01 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/httpd.c
-
-
-* little fix, sorry !
-
-------------------------------------------------------------------------
-r4735 | adn | 2003-07-01 11:00:50 +0200 (Tue, 01 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/httpd.c
-
-
-* I am just a boulet :(
-
-------------------------------------------------------------------------
-r4736 | sam | 2003-07-01 13:58:33 +0200 (Tue, 01 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * toolbox: use nawk instead of awk (Fixes: #780).
-
-------------------------------------------------------------------------
-r4737 | sam | 2003-07-01 13:58:29 +0200 (Tue, 01 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/HACKING
-
-  * HACKING: updated doc to match the new build.
-
-------------------------------------------------------------------------
-r4738 | sam | 2003-07-01 14:01:22 +0200 (Tue, 01 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * toolbox: use awk, not nawk, and fixed syntax to match older awks.
-
-------------------------------------------------------------------------
-r4739 | sam | 2003-07-01 14:50:56 +0200 (Tue, 01 Jul 2003) | 11 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/debian/changelog
-   M /trunk/src/misc/modules_plugin.h.in
-   M /trunk/vlc-config.in.in
-
-  * Makefile.am:
-    + Forward AM_MAKEFLAGS through recursive makefiles.
-    + Removed the plugins and builtins rules. This causes libintl to be built
-      before the plugins.
-  * bootstrap:
-    + Enabled recursive builds of plugins and builtins.
-  * vlc-config.in.in:
-    + Fixed a typo.
-  * debian/changelog:
-    + Next upload will fix bug #199427.
-
-------------------------------------------------------------------------
-r4740 | sam | 2003-07-01 14:56:47 +0200 (Tue, 01 Jul 2003) | 4 lines
-Changed paths:
-   D /trunk/include/error.h
-   A /trunk/include/vlc_error.h
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/modules.c
-
-  * include/error.h: Renamed this file to include/vlc_error.h to avoid name
-    conflicts. Most headers in that directory should probably be renamed to
-    their vlc_ equivalent.
-
-------------------------------------------------------------------------
-r4741 | sam | 2003-07-01 15:12:19 +0200 (Tue, 01 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-  * modules/gui/wxwindows/interface.cpp: Display the VLC version in the about
-    dialog (Fixes: #946).
-
-------------------------------------------------------------------------
-r4742 | sam | 2003-07-01 15:13:48 +0200 (Tue, 01 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am: Gaaaaah, forgot to rename headers again!
-
-------------------------------------------------------------------------
-r4743 | sam | 2003-07-01 16:25:48 +0200 (Tue, 01 Jul 2003) | 9 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/m4/vlc.m4
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-  * m4/vlc.m4: output all modules to vlc-config, not just those who define
-    their LDFLAGS.
-  * bootstrap: use grep >/dev/null 2>&1 instead of grep -q because of retarded
-    systems such as our beloved Solaris.
-  * po/:
-    + Regenerated vlc.pot.
-    + Updated British translation.
-    + Fixed fuzzy entries in the French translation.
-
-------------------------------------------------------------------------
-r4744 | sam | 2003-07-01 17:06:36 +0200 (Tue, 01 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: Added a --with-v4l option like in VLS.
-
-------------------------------------------------------------------------
-r4745 | sam | 2003-07-01 18:25:24 +0200 (Tue, 01 Jul 2003) | 5 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-
-  * bootstrap:
-    + Removed the Modules.am generation. To build module/foo/libfoo.so, you
-      now need to cd modules/foo and make libfoo.so.
-    + Workaround for Solaris sed. Which sucks. Did I mention that before?
-
-------------------------------------------------------------------------
-r4746 | sam | 2003-07-01 18:34:22 +0200 (Tue, 01 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/vlc-config.in.in
-
-  * vlc-config.in.in: Used printf instead of a sed construct, just in case
-    we reach 200 plugins one day, because Solaris (did I mention it sucked?)
-    has a crap sed.
-
-------------------------------------------------------------------------
-r4747 | sam | 2003-07-01 19:14:58 +0200 (Tue, 01 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/codecs.h
-   M /trunk/modules/mux/ogg.c
-
-  * configure.ac: Added a compiler check for __attribute__((__packed__)).
-
-------------------------------------------------------------------------
-r4748 | sam | 2003-07-01 19:28:50 +0200 (Tue, 01 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap: Fixed detection of older automake version that advertise
-    themselves as 1.[0-5]-* instead of 1.[0-5].*.
-
-------------------------------------------------------------------------
-r4749 | sam | 2003-07-01 19:46:50 +0200 (Tue, 01 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: Ooops, got the attribute(packed) check upside-down.
-
-------------------------------------------------------------------------
-r4750 | sam | 2003-07-01 20:28:43 +0200 (Tue, 01 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/vlc-config.in.in
-
-  * vlc-config.in.in: Reverted one of my first Solaris workarounds rendered
-    obsolescent by the latest ones.
-
-------------------------------------------------------------------------
-r4751 | sam | 2003-07-01 21:17:32 +0200 (Tue, 01 Jul 2003) | 6 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/doc/fortunes.txt
-   M /trunk/toolbox
-   M /trunk/vlc-config.in.in
-
-  * configure.ac:
-    + Fixed a == test bashism.
-    + Cosmetic changes.
-  * toolbox, vlc-config.in.in: Cosmetic changes.
-  * Makefile.am: Fixed the Mozilla plugin build (happy bootstrap).
-
-------------------------------------------------------------------------
-r4752 | fenrir | 2003-07-01 23:32:32 +0200 (Tue, 01 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/httpd.c
-
- * http: removed a too verbose message, make vim happier.
-
-------------------------------------------------------------------------
-r4753 | alexis | 2003-07-02 11:30:18 +0200 (Wed, 02 Jul 2003) | 2 lines
-Changed paths:
-   D /trunk/vlc.spec
-   A /trunk/vlc.spec.mdk
-
-Updated vlc.spec file for Linux Mandrake.
-
-------------------------------------------------------------------------
-r4754 | sam | 2003-07-02 13:21:27 +0200 (Wed, 02 Jul 2003) | 6 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/debian/rules
-
-  * bootstrap:
-    + The clean rule properly removes generated objects.
-    + Optimized recursive builds.
-  * debian/rules:
-    + Fixed a typo in the changelog installation.
-
-------------------------------------------------------------------------
-r4755 | sam | 2003-07-02 15:32:16 +0200 (Wed, 02 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap: Workaround for an automake1.6 issue. Not a big deal, the code
-    is actually nicer this way.
-
-------------------------------------------------------------------------
-r4756 | sam | 2003-07-02 15:50:03 +0200 (Wed, 02 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap: Guaah. Typo.
-
-------------------------------------------------------------------------
-r4757 | sam | 2003-07-02 16:08:56 +0200 (Wed, 02 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap: Fix for the Mozilla plugin build.
-
-------------------------------------------------------------------------
-r4758 | sam | 2003-07-02 18:12:57 +0200 (Wed, 02 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/changelog
-
-  * debian/changelog: Debian-specific changelog for a pending upload.
-
-------------------------------------------------------------------------
-r4759 | zorglub | 2003-07-02 20:44:27 +0200 (Wed, 02 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/httpd.c
-   M /trunk/modules/misc/sap.c
-
-* httpd.c: fixed a french string
-
-* sap.c: use defines
-
-------------------------------------------------------------------------
-r4760 | gbazin | 2003-07-02 22:01:51 +0200 (Wed, 02 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/toolbox
-
-
-* toolbox: fixed ./toolbox --distclean
-
-------------------------------------------------------------------------
-r4761 | sam | 2003-07-03 00:47:42 +0200 (Thu, 03 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: pass -multiply_defined suppress to the linker under Darwin,
-    thanks to DJ.
-
-------------------------------------------------------------------------
-r4762 | fenrir | 2003-07-03 02:11:38 +0200 (Thu, 03 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/system.c
-
- * ps: fix a dead loop with mis-detected file or bad content.
-
-------------------------------------------------------------------------
-r4763 | sam | 2003-07-03 04:56:35 +0200 (Thu, 03 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am:
-    + If a builtin has been rebuilt, rebuild vlc.
-    + Do not rebuild the Mozilla plugin's xpt when the Makefile changes.
-
-------------------------------------------------------------------------
-r4764 | sam | 2003-07-03 05:35:29 +0200 (Thu, 03 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/debian/rules
-
-  * debian/rules: Fixed the package generation on !x86.
-  * .cvsignore: Do not ignore the m4 directory.
-
-------------------------------------------------------------------------
-r4765 | sam | 2003-07-03 11:37:46 +0200 (Thu, 03 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/debian/changelog
-
-  * Makefile.am: Fixed the installation of plugins that were going one
-    directory too low.
-
-------------------------------------------------------------------------
-r4766 | sam | 2003-07-03 13:23:09 +0200 (Thu, 03 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-
-  * bootstrap, Makefile.am: Slightly reduced build verbosity.
-
-------------------------------------------------------------------------
-r4767 | sam | 2003-07-03 14:20:42 +0200 (Thu, 03 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/rules
-
-  * debian/rules: Fixed a zshism in a variable's pattern substitution.
-
-------------------------------------------------------------------------
-r4768 | garf | 2003-07-03 21:25:51 +0200 (Thu, 03 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/logo.c
-
- * logo.c : a little filter to put a PNG picture on video output (use mouse features :)
-
-------------------------------------------------------------------------
-r4769 | adn | 2003-07-04 14:20:32 +0200 (Fri, 04 Jul 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* Added a Miscellaneous Panel in wxwindows stream output.
-
-* Added a SAP Announce button in this panel.
-
-------------------------------------------------------------------------
-r4770 | sam | 2003-07-04 15:53:06 +0200 (Fri, 04 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap: Recursive rules now check for $(MAKE)'s return value so that
-    build errors are never ignored.
-
-------------------------------------------------------------------------
-r4771 | adn | 2003-07-04 16:06:48 +0200 (Fri, 04 Jul 2003) | 6 lines
-Changed paths:
-   M /trunk/src/stream_output/announce.c
-
-
-* Fix Bug thanks to Cif: url form was "IP:port" and port 1234 was
-  systematically sent separately.
-
-* Multicast IP form is "@IP" and not "IP". Right ?
-
-------------------------------------------------------------------------
-r4772 | adn | 2003-07-04 16:26:29 +0200 (Fri, 04 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/announce.c
-
-* bug fix, @ is not necessary in fact ;)
-
-------------------------------------------------------------------------
-r4773 | sam | 2003-07-04 16:56:51 +0200 (Fri, 04 Jul 2003) | 6 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/debian/woody-buildpackage
-
-  * bootstrap:
-    + Disabled a redundant BUILT_SOURCES variable.
-  * debian/woody-buildpackage:
-    + Disable skins for woody (no WxWindows).
-    + Do not build a diff since we always use the pristine tarball.
-
-------------------------------------------------------------------------
-r4774 | adn | 2003-07-04 17:20:49 +0200 (Fri, 04 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-* Added a SAP Announces Button for wxWindows
-
-------------------------------------------------------------------------
-r4775 | sam | 2003-07-04 18:35:20 +0200 (Fri, 04 Jul 2003) | 9 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/rules
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/gui/kde/preferences.cpp
-   M /trunk/modules/stream_out/transcode.c
-
-  * debian/changelog: Changelog for the forthcoming 0.6.0+cvs-20030704-1 Debian
-    upload.
-  * debian/rules: Build builtins in the first compile pass, and build plugins
-    and PIC builtins in the second pass, so that PIC and non-PIC never get
-    messed.
-  * modules/demux/mkv.cpp: Added minor verbosity in a warning message.
-  * modules/gui/kde/preferences.cpp: Fix for woody's KDE.
-  * modules/stream_out/transcode.c: Workaround for woody's vorbisenc.h.
-
-------------------------------------------------------------------------
-r4776 | titer | 2003-07-04 21:00:43 +0200 (Fri, 04 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
- logo.c : gcc != 3 compile fix
-
-------------------------------------------------------------------------
-r4777 | sam | 2003-07-05 16:47:53 +0200 (Sat, 05 Jul 2003) | 15 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/debian/Makefile.am
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   D /trunk/debian/woody-buildpackage
-   M /trunk/toolbox
-
-  * Makefile.am: "make dist-woody" builds a tarball suitable for a Debian
-    woody package build.
-  * bootstrap:
-    + Remove config.h.in and config.h before running autoheader.
-    + Added "set -e" for better error tracking.
-    + Call autoheader and automake after autoconf so that the first build does
-      not need to call autoheader.
-  * debian/woody-buildpackage:
-    + Removed that script and put the code in toolbox.
-  * debian/control:
-    + Added a build-dependency on libmatroska-dev.
-  * debian/rules:
-    + Activated Matroska support.
-    + Re-enabled dh_installchangelogs.
-
-------------------------------------------------------------------------
-r4778 | zorglub | 2003-07-05 17:00:28 +0200 (Sat, 05 Jul 2003) | 6 lines
-Changed paths:
-   M /trunk/include/announce.h
-   M /trunk/modules/misc/sap.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/announce.c
-
-* sap.c: Improved IPv6 multicast detection
-
-* announce.c:
-       - coding style fixes
-       - fixed port detection in IPv6 addresses (with ':' inside)
-
-------------------------------------------------------------------------
-r4779 | sam | 2003-07-05 17:35:28 +0200 (Sat, 05 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-  * modules/gui/skins/src/skin_main.cpp, modules/gui/wxwindows/wxwindows.cpp:
-    Do not unload the WxWindows plugins on Unix, because they might be linked
-    with Gtk which makes evil use of atexit().
-
-------------------------------------------------------------------------
-r4780 | alexis | 2003-07-05 23:31:02 +0200 (Sat, 05 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/es.c
-
-es.c: fix typo.
-
-------------------------------------------------------------------------
-r4781 | gbazin | 2003-07-06 18:13:11 +0200 (Sun, 06 Jul 2003) | 7 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/install-win32
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/streamout.cpp: clean-up for sap support.
-    Added a couple of transcoding codecs (WMV2, MJPG, mp3).
-    The output filename is now surrounded by quotes and the MRL is updated correctly on codec change.
-* install-win32: start menu shortucts are installed in the "All Users" section.
-* configure.ac: added a --with-ffmpeg-mp3lame option for when ffmpeg was compiled with mp3lame support.
-
-------------------------------------------------------------------------
-r4782 | gbazin | 2003-07-06 18:22:15 +0200 (Sun, 06 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-   M /trunk/modules/stream_out/transcode.c
-
-
-* INSTALL.win32: added an instruction for using tar to extract the contrib.
-* modules/stream_out/transcode.c: added mp3 fourcc.
-
-------------------------------------------------------------------------
-r4783 | sigmunau | 2003-07-06 18:35:38 +0200 (Sun, 06 Jul 2003) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/share/vlc_win32_rc.rc
-
-Makefile.am: pass version strings to windres
-share/vlc_win32_rc.rc: provide some version info in the vlc binary
-If all is well, this should not break msvc build, but binaries built
-with msvc will have version 0.0.0
-
-------------------------------------------------------------------------
-r4784 | gbazin | 2003-07-06 20:20:32 +0200 (Sun, 06 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/install-win32
-
-
-* install-win32: fixed my last commit.
-
-------------------------------------------------------------------------
-r4785 | massiot | 2003-07-07 01:14:50 +0200 (Mon, 07 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fixed Mac OS X build.
-
-------------------------------------------------------------------------
-r4786 | adn | 2003-07-07 09:14:56 +0200 (Mon, 07 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-* now spaces are allowed in SAP annouces.
-
-------------------------------------------------------------------------
-r4787 | sam | 2003-07-07 14:04:50 +0200 (Mon, 07 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/mozilla/support/npmac.cpp
-   M /trunk/mozilla/support/npunix.c
-   M /trunk/mozilla/vlcpeer.cpp
-
-  * mozilla/: Tried to fix the build with mozilla 1.4. Tested on Debian.
-
-------------------------------------------------------------------------
-r4788 | massiot | 2003-07-07 16:56:22 +0200 (Mon, 07 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Do not link twice with -logg under Darwin.
-
-------------------------------------------------------------------------
-r4789 | gbazin | 2003-07-07 17:50:44 +0200 (Mon, 07 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/gui/wxwindows/streamout.cpp: added vorbis transcoding + fixed default codec selection.
-* modules/stream_out/transcode.c: fixed segfault when muxer doesn't handle an audio codec, fixed mp3 transcoding support.
-* modules/stream_out/standard.c: clean-up.
-
-------------------------------------------------------------------------
-r4790 | sam | 2003-07-07 18:53:48 +0200 (Mon, 07 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap: The "clean" rule now also removes generated sources.
-
-------------------------------------------------------------------------
-r4791 | sam | 2003-07-07 18:59:00 +0200 (Mon, 07 Jul 2003) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/modules/control/corba
-   A /trunk/modules/control/corba/.cvsignore
-   A /trunk/modules/control/corba/Modules.am
-   A /trunk/modules/control/corba/README
-   A /trunk/modules/control/corba/client.py
-   A /trunk/modules/control/corba/corba.c
-   A /trunk/modules/control/corba/launch-vlc-corba
-   A /trunk/modules/control/corba/mediacontrol.idl
-   A /trunk/modules/control/corba/pyorbit-1.99.3.patch
-   A /trunk/modules/control/corba/simpleplayer.glade
-   A /trunk/modules/control/corba/simpleplayer.py
-   M /trunk/src/playlist/playlist.c
-
-  * modules/control/corba/: Olivier Aubert's CORBA plugin. Almost verbatim,
-    compiles cleanly (to build the medicacontrol.so library you need to cd to
-    that directory and "make medicacontrol.so") but untested.
-  * src/playlist/playlist.c: Mostly harmless fix to playlist.c suggested by
-    Olivier.
-
-------------------------------------------------------------------------
-r4792 | sam | 2003-07-07 19:01:16 +0200 (Mon, 07 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/HACKING
-
-  * AUTHORS: Added Olivier Aubert.
-  * HACKING: Elaborated on how to add a new module as suggested by Joe Kraft.
-
-------------------------------------------------------------------------
-r4793 | sam | 2003-07-07 20:14:17 +0200 (Mon, 07 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am: Do not try to install PIC builtins if --enable-mozilla was
-    not specified.
-
-------------------------------------------------------------------------
-r4794 | sam | 2003-07-08 15:09:30 +0200 (Tue, 08 Jul 2003) | 9 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/toolbox
-
-  * bootstrap:
-    + Removed a useless use of cut.
-    + Do not fail in the "clean" rule if no targets were built.
-  * Makefile.am:
-    + Propagate $(srcdir) to toolbox.
-  * toolbox:
-    + Do not include .moc files in POTFILES.in.
-    + Fixed the generation of MSVC project files (untested).
-
-------------------------------------------------------------------------
-r4795 | sam | 2003-07-08 15:13:12 +0200 (Tue, 08 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-  * po/: Updated pofiles using the new toolbox.
-
-------------------------------------------------------------------------
-r4796 | sam | 2003-07-08 15:40:57 +0200 (Tue, 08 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap: Removed dashes from makefile variables.
-
-------------------------------------------------------------------------
-r4797 | sam | 2003-07-08 18:21:00 +0200 (Tue, 08 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * toolbox: we cannot use `printf '\r'` under Cygwin; use a real ^M character
-    instead.
-
-------------------------------------------------------------------------
-r4798 | hartman | 2003-07-09 03:30:41 +0200 (Wed, 09 Jul 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-* Update next/previous item routines. it descends from next chapter to
-  next title to next playlistitem. The old code for this was buggy. This
-  should work better. Especially for CDDA's, since we previously didn't support
-  titles.
-
-------------------------------------------------------------------------
-r4799 | hartman | 2003-07-09 03:31:25 +0200 (Wed, 09 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-* don't sleep while committing.
-
-------------------------------------------------------------------------
-r4800 | adn | 2003-07-09 11:30:23 +0200 (Wed, 09 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-a "clear" button now allows to clear the messages' text window
-
-------------------------------------------------------------------------
-r4801 | adn | 2003-07-09 12:59:11 +0200 (Wed, 09 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/messages.cpp
-
-corrected a newbie notation
-
-------------------------------------------------------------------------
-r4802 | sam | 2003-07-09 15:52:22 +0200 (Wed, 09 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-  * mozilla/vlcshell.cpp: free() requires <stdlib.h>.
-
-------------------------------------------------------------------------
-r4803 | gbazin | 2003-07-09 23:42:28 +0200 (Wed, 09 Jul 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/src/audio_output/output.c
-
-
-* modules/gui/wxwindows/interface.cpp: resume after pause was broken recently.
-* src/audio_output/output.c: reverted a recent change that was screwing up the proper scheduling of audio samples after a starvation. That should improve the heavy resampling we currently have after a pause.
-* modules/audio_output/alsa.c: improvements and fixes to the alsa audio output.
-
-------------------------------------------------------------------------
-r4804 | gbazin | 2003-07-10 00:10:13 +0200 (Thu, 10 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: latest change for web radios support did affect the quality of normal
-ogg files. Make the check a bit more strict.
-
-------------------------------------------------------------------------
-r4805 | hartman | 2003-07-10 02:47:42 +0200 (Thu, 10 Jul 2003) | 10 lines
-Changed paths:
-   M /trunk/vlc.ebuild
-
-* fixed glide header detection
-* added matroska, dvb and pvr USE vars.
-* enabled support for flac.
-* removed libdv support since it's deprecated
-* enabled freetype support if USE=truetype
-* enabled satellite support if USE=dvb
-* added local USE variable pvr to compile with pvr support
-* added local USE variable matroska to compile with experimental matroska
-  support/ebuilds. See also http://forums.gentoo.org/viewtopic.php?t=63722&highlight=matroska.
-
-------------------------------------------------------------------------
-r4806 | fenrir | 2003-07-10 03:33:41 +0200 (Thu, 10 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * ffmpeg: some clean. Added a mutex to avoid multiple initialisation.
-
-------------------------------------------------------------------------
-r4807 | sam | 2003-07-10 09:08:41 +0200 (Thu, 10 Jul 2003) | 3 lines
-Changed paths:
-   A /trunk/vlc.spec
-   D /trunk/vlc.spec.redhat
-
-  * vlc.spec.redhat: Renamed this file to vlc.spec again. It's the expected
-    filename in a package.
-
-------------------------------------------------------------------------
-r4808 | adn | 2003-07-10 13:15:18 +0200 (Thu, 10 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-now messages can be saved to a file
-
-------------------------------------------------------------------------
-r4809 | zorglub | 2003-07-10 20:29:41 +0200 (Thu, 10 Jul 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/modules/misc/httpd.c
-
-* http: added support for user/pass (--http-user & --http-pass)
-
-* httpd: removed hard-coded user/pass for admin page.
-   (now: --http-admin-pass & --http-admin-user )
-
-------------------------------------------------------------------------
-r4810 | fenrir | 2003-07-11 00:24:09 +0200 (Fri, 11 Jul 2003) | 12 lines
-Changed paths:
-   M /trunk/include/httpd.h
-   M /trunk/modules/control/http.c
-   M /trunk/modules/misc/httpd.c
-
- * http: rework of the http interface.
-
- There is no more hardcoded html page. The interface recursively parse a
-directory, exporting all  files. All .htm/.html are  parsed, and special
-macro are  used. I will commit  somes samples pages in  share/http and I
-hope documentations.
-
- TODO: - (re)implement access control in httpd (but in a useable way).
-       - clean login/password management. (for now .access protects
-       a whole directory).
-       - doc ;)
-
-------------------------------------------------------------------------
-r4811 | fenrir | 2003-07-11 00:29:59 +0200 (Fri, 11 Jul 2003) | 2 lines
-Changed paths:
-   A /trunk/share/http
-   A /trunk/share/http/admin
-   A /trunk/share/http/admin/.access
-   A /trunk/share/http/admin/index.html
-   A /trunk/share/http/index.html
-   A /trunk/share/http/info.html
-
- * all: samples pages for http interface.
-
-------------------------------------------------------------------------
-r4812 | fenrir | 2003-07-11 00:37:02 +0200 (Fri, 11 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/httpd.c
-
- * httpd: fix a segfault.
-
-------------------------------------------------------------------------
-r4813 | fenrir | 2003-07-11 01:55:14 +0200 (Fri, 11 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-
- * mmstu: workaround for some streams. (missing 0x11 answer).
-
-------------------------------------------------------------------------
-r4814 | gbazin | 2003-07-11 09:13:27 +0200 (Fri, 11 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-
-* modules/audio_output/alsa.c: enabled 4 and 5.1 channels modes (although stereo stays the default).
-
-------------------------------------------------------------------------
-r4815 | sam | 2003-07-11 10:04:30 +0200 (Fri, 11 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-  * po/POTFILES.in: Updated this file from a pristine CVS tree to avoid cruft.
-
-------------------------------------------------------------------------
-r4816 | gbazin | 2003-07-11 11:50:10 +0200 (Fri, 11 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/include/httpd.h
-   M /trunk/modules/control/http.c
-
-* include/httpd.h: compilation fix.
-* modules/control/http.c: win32 fixes.
-
-------------------------------------------------------------------------
-r4817 | gbazin | 2003-07-11 13:58:12 +0200 (Fri, 11 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/mux/Modules.am
-
-* configure.ac: always use the built-in getop on win32 (cygwin's one is buggy).
-    Disable the gtk2/gnome2 interfaces as they are currently unuseable and this option was confusing users more than anything else.
-    Enabled the mp4 muxer (Although it doesn't yet produce streams compatible with quicktime).
-
-------------------------------------------------------------------------
-r4818 | fenrir | 2003-07-11 20:19:43 +0200 (Fri, 11 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http: * fix for double // under linux.
-         * another useless feature: can browse local files (for sout)
-
-------------------------------------------------------------------------
-r4819 | fenrir | 2003-07-11 20:21:30 +0200 (Fri, 11 Jul 2003) | 3 lines
-Changed paths:
-   A /trunk/share/http/admin/browse.html
-   M /trunk/share/http/admin/index.html
-
- * index: little fix for refresh url.
- * browse: example.
-
-------------------------------------------------------------------------
-r4820 | fenrir | 2003-07-11 21:29:37 +0200 (Fri, 11 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/share/http/admin/browse.html
-
- * disabled by default. (It's a nice security hole for those)
-
-------------------------------------------------------------------------
-r4821 | gbazin | 2003-07-12 01:14:03 +0200 (Sat, 12 Jul 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/gui/wxwindows/messages.cpp
-
-
-* modules/audio_output/directx.c: 5.1 audio output now works on sblive/audigy as well :)
-* modules/audio_output/waveout.c: fixed the waveOut plugin so works on NT4 as well... that complicates the plugin a bit more than I would have wanted, but hey.
-* modules/gui/wxwindows/messages.cpp: the verbose checkbox is set to the value of the --verbose config option.
-
-------------------------------------------------------------------------
-r4822 | gbazin | 2003-07-12 01:36:01 +0200 (Sat, 12 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/streamout.cpp, wxwindows.h: added an audio channels combobox for transcoding.
-* NEWS: update in preparation for 0.6.1.
-
-------------------------------------------------------------------------
-r4823 | fenrir | 2003-07-12 02:56:18 +0200 (Sat, 12 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http.c : fix definition conflict under OS X (at least).
-
-------------------------------------------------------------------------
-r4824 | gbazin | 2003-07-12 15:33:10 +0200 (Sat, 12 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: added a "simple open" entry to the "File" menu of the interface and playlist. That entry just opens a wxFileDialog().
-
-------------------------------------------------------------------------
-r4825 | massiot | 2003-07-13 14:15:23 +0200 (Sun, 13 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-* modules/codec/libmpeg2.c: Fixed a major bug where the picture heap
-  would progressively empty on some DVDs.
-
-------------------------------------------------------------------------
-r4826 | massiot | 2003-07-13 14:35:13 +0200 (Sun, 13 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/demux/mpeg/system.h
-   M /trunk/modules/demux/mpeg/ts.c
-
-* modules/demux/mpeg: 0x06 stream type can be used for something else
-  than A/52, so disabled it for the moment (we should actually check for
-  the presence of a descriptor).
-
-------------------------------------------------------------------------
-r4827 | sigmunau | 2003-07-13 14:52:40 +0200 (Sun, 13 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3.c
-
-cleanup comments
-
-------------------------------------------------------------------------
-r4828 | gbazin | 2003-07-13 15:18:25 +0200 (Sun, 13 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/stream_out/transcode.c: implemented some very basic channels downmixing. Was necessary to be able to transcode a52 > stereo to mpga.
-
-------------------------------------------------------------------------
-r4829 | gbazin | 2003-07-13 16:55:17 +0200 (Sun, 13 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/text.cpp
-   M /trunk/modules/gui/skins/os_bitmap.h
-   M /trunk/modules/gui/skins/os_event.h
-   M /trunk/modules/gui/skins/os_font.h
-   M /trunk/modules/gui/skins/os_graphics.h
-   M /trunk/modules/gui/skins/os_theme.h
-   M /trunk/modules/gui/skins/os_window.h
-   M /trunk/modules/gui/skins/src/dialogs.cpp
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-
-
-* modules/gui/skins/*: removed unused GTK2_SKINS code.
-
-------------------------------------------------------------------------
-r4830 | massiot | 2003-07-13 21:58:41 +0200 (Sun, 13 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_ext-intf.c
-
-* Only allow 4x fast-forward, since 8x won't work on low-end machines,
-  and our dear users report it as a bug.
-
-------------------------------------------------------------------------
-r4831 | gbazin | 2003-07-14 18:10:20 +0200 (Mon, 14 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/control/http.c
-
-* configure.ac, modules/control/http.c: compilation fix for platforms without ctime_r().
-
-------------------------------------------------------------------------
-r4832 | sigmunau | 2003-07-14 22:36:55 +0200 (Mon, 14 Jul 2003) | 10 lines
-Changed paths:
-   M /trunk/Doxyfile
-   M /trunk/include/vlc_common.h
-   M /trunk/toolbox
-
-toolbox: made a --add-include that can be used by doxygen to get proper
-         includes in the .h files, since they are parsed out of context by
-        doxygen
-Doxyfile: misc fixes, use ./toolbox --add-include as filter for sources.
-include/vlc_common.h: doxygenized VLC_COMMON_MEMBERS
-
-With these changes, and a slightly patched version of doxygen (which you can
-get here: http://www.idi.ntnu.no/~sigmunau/doxygen-vlcpatched.tgz ) you should
-be able to get some useful documentation out of the vlc sources.
-
-------------------------------------------------------------------------
-r4833 | sigmunau | 2003-07-14 23:32:59 +0200 (Mon, 14 Jul 2003) | 18 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/osd.h
-   M /trunk/include/video_output.h
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/spudec/spudec.h
-   M /trunk/modules/codec/spudec/text.c
-   M /trunk/modules/control/lirc/lirc.c
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/misc/Modules.am
-   M /trunk/modules/misc/dummy/Modules.am
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/dummy/dummy.h
-   A /trunk/modules/misc/freetype.c
-   M /trunk/modules/video_filter/Modules.am
-   D /trunk/modules/video_filter/osd_text.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-
-All: My shot at improving subtitle rendering in vlc. Now each vout uses a "text renderer" module to render text on the video when needed. I decieded to make this a module type, because other api's (win32 and macosx) is supposed to do better than freetype under some circumstances.
-
-include/video_output.h: added some members needed by text renderer modules
-src/video_output/video_output.c: load and unload text renderer module when needed
-src/video_output/video_text.c: implemented some functions to show text on the video
-include/osd.h: exported the functions to show text
-modules/misc/Modules.am, module/misc/freetype.c: new text renderer module, largly based on the old osdtext module.
-modules/video_filter/Modules.am, modules/video_filter/osd_text.c: removed the osdtext module
-configure.ac: changes "osdtext" to "freetype" some places
-modules/codec/spudec/*: when iconv is available, use it to convert textual subtitles from the encoding given by --sub-encoding to utf8. Use new code to render subtitles
-modules/control/lirc/lirc.c: use new code to give feedback on buttons pressed. untested.
-modules/demux/util/sub.c: remove all traces of the ugly old osdtext module
-modules/misc/dummy/*: added a "text renderer" submodule in the dummy module
-src/misc/modules.c: included osd.h as it seems to be needed to export symbols
-
-
-final notes: you need to give a proper value to --freetype-font. This should be the path to a font file freetype2 can handle (almost any format afaik) with a unicode translation table in it. Windows ttf files will do. In linux at least openoffice distributes some fonts that work. I think macosx and beos also has useable fonts.
-
-------------------------------------------------------------------------
-r4834 | sigmunau | 2003-07-15 00:25:13 +0200 (Tue, 15 Jul 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/misc/dummy/renderer.c
-
-        had to forget something :)
-
-------------------------------------------------------------------------
-r4835 | gbazin | 2003-07-15 15:12:00 +0200 (Tue, 15 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/ps.c
-
-*  modules/mux/mpeg/ps.c,ps.c: the ps muxer can now create mpeg system (mpeg1) files as well. Also modified the ps muxer to output streams with system headers.
-
-------------------------------------------------------------------------
-r4836 | gbazin | 2003-07-15 18:07:33 +0200 (Tue, 15 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ps.c
-
-* modules/mux/mpeg/ps.c: save pack and system headers for http streaming.
-
-------------------------------------------------------------------------
-r4837 | alexis | 2003-07-15 20:01:42 +0200 (Tue, 15 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Update for the spec files.
-
-------------------------------------------------------------------------
-r4838 | sigmunau | 2003-07-15 20:12:05 +0200 (Tue, 15 Jul 2003) | 6 lines
-Changed paths:
-   D /trunk/Doxyfile
-   A /trunk/doc/Doxyfile
-   M /trunk/include/vlc_video.h
-   M /trunk/src/video_output/vout_subpictures.c
-
-moved Doxyfile to doc/ to make sam happy. Changed Doxyfile so the generated
-documentation does not include information on which headers each file
-includes, since this information isn't correct.
-
-Clarified and doxygenized some of the documentation on subpictures
-
-------------------------------------------------------------------------
-r4839 | sam | 2003-07-16 17:25:32 +0200 (Wed, 16 Jul 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-  * modules/video_output/x11/xcommon.c: Select events in the video subwindow
-    instead of the base window, because newer versions of Mozilla select
-    ButtonPress for the window it gives us, and XSelectInput only allows
-    one client to select this event.
-
-------------------------------------------------------------------------
-r4840 | sam | 2003-07-16 17:32:41 +0200 (Wed, 16 Jul 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mmstu.c
-
-  * modules/access/http.c:
-    + Fixed gcc 3 warnings (type punning).
-  * modules/access/mms/mmstu.c:
-    + Fixed a gcc 3 warning (long constant).
-
-------------------------------------------------------------------------
-r4841 | sam | 2003-07-16 17:40:53 +0200 (Wed, 16 Jul 2003) | 6 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-
-  * debian/changelog:
-    + Prepared my next Debian upload.
-  * debian/control:
-    + Set policy to 3.6.0. No changes required.
-    + Extended the package description.
-
-------------------------------------------------------------------------
-r4842 | sam | 2003-07-16 17:52:05 +0200 (Wed, 16 Jul 2003) | 7 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/toolbox
-
-  * bootstrap:
-    + Minor indentation fix.
-  * toolbox:
-    + Exclude vlc_symbols.h and modules_{plugins,builtins}.h from POTFILES.in.
-  * po/*:
-    + Re-ran toolbox --update po.
-
-------------------------------------------------------------------------
-r4843 | sam | 2003-07-16 18:06:56 +0200 (Wed, 16 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: complain when mozilla-config isn't found.
-
-------------------------------------------------------------------------
-r4844 | sam | 2003-07-16 18:33:59 +0200 (Wed, 16 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcpeer.cpp
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcshell.cpp
-
-  * mozilla/*: Additional Mozilla 1.4 compilation fixes.
-
-------------------------------------------------------------------------
-r4845 | gbazin | 2003-07-16 19:17:05 +0200 (Wed, 16 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/spudec.c
-
-
-* modules/codec/spudec/spudec.c: proper initialization of the iconv handle.
-
-------------------------------------------------------------------------
-r4846 | gbazin | 2003-07-16 19:19:06 +0200 (Wed, 16 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/spudec.c
-
-
-* modules/codec/spudec/spudec.c: oops, proper fix for the proper initialization of the proper iconv handle ;)
-
-------------------------------------------------------------------------
-r4847 | sam | 2003-07-16 23:42:53 +0200 (Wed, 16 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am: added /usr/lib/mozilla/include/idl to the xpidl include
-    directory, because that's where Gentoo puts it.
-
-------------------------------------------------------------------------
-r4848 | sigmunau | 2003-07-17 11:25:58 +0200 (Thu, 17 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/mozilla/npvlc_rc.rc
-   M /trunk/mozilla/vlcplugin.h
-
-mozilla/vlcplugin.h: added the video/x-ms-wmv mime type
-mozilla/npvlc_rc.rc: added all the missing types from vlcplugin.h
-
-------------------------------------------------------------------------
-r4849 | sam | 2003-07-17 14:06:10 +0200 (Thu, 17 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/mozilla/.cvsignore
-   A /trunk/mozilla/Makefile.am
-   M /trunk/vlc-config.in.in
-
-  * mozilla/Makefile.am: Moved mozilla plugin generation directives here.
-  * configure.ac: Propagate $(top_srcdir) to the vlc-config call.
-
-------------------------------------------------------------------------
-r4850 | sam | 2003-07-17 15:01:59 +0200 (Thu, 17 Jul 2003) | 7 lines
-Changed paths:
-   M /trunk/debian/Makefile.am
-   M /trunk/debian/changelog
-   A /trunk/debian/compat
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-  * debian/compat:
-    + New debhelper file.
-  * debian/control:
-    + Updated debhelper build-dependency to (>= 3.4.4) because we now
-      use debian/compat.
-    + Use ${misc:Depends} everywhere.
-
-------------------------------------------------------------------------
-r4851 | sam | 2003-07-17 15:09:46 +0200 (Thu, 17 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/mozilla/Makefile.am
-
-  * mozilla/Makefile.am: Fixed stamp-pic generation, it was created in the
-    current directory but looked for in the parent directory.
-
-------------------------------------------------------------------------
-r4852 | sam | 2003-07-17 16:10:08 +0200 (Thu, 17 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/include/announce.h
-   M /trunk/src/stream_output/announce.c
-
-  * src/stream_output/announce.c:
-    + Coding style fixes.
-    + Use memcpy() instead of for() loops.
-
-------------------------------------------------------------------------
-r4853 | sam | 2003-07-17 16:28:13 +0200 (Thu, 17 Jul 2003) | 5 lines
-Changed paths:
-   M /trunk/src/stream_output/announce.c
-
-  * src/stream_output/announce.c:
-    + Fixed Win32 port.
-    + Speed optimizations in split().
-    + More coding style fixes.
-
-------------------------------------------------------------------------
-r4854 | sam | 2003-07-17 16:54:26 +0200 (Thu, 17 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/vlc-config.in.in
-
-  * configure.ac vlc-config.in.in: Oops, vlc-config needs top_builddir, not
-    top_srcdir.
-
-------------------------------------------------------------------------
-r4855 | sam | 2003-07-17 17:49:37 +0200 (Thu, 17 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/m4/vlc.m4
-
-  * m4/vlc.m4: Looks like POSIX shell reduces "`eval echo '$'FOO`" to "" even
-    if $FOO contains spaces. Worked around the problem.
-
-------------------------------------------------------------------------
-r4856 | sam | 2003-07-17 18:34:40 +0200 (Thu, 17 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/src/stream_output/announce.c
-
-  * Makefile.am: Parse mozilla after . so that the mozilla plugin gets its
-    dependencies right.
-  * src/stream_output/announce.c: Compilation fix.
-
-------------------------------------------------------------------------
-r4857 | gbazin | 2003-07-17 19:30:40 +0200 (Thu, 17 Jul 2003) | 8 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_interface.h
-   M /trunk/modules/gui/skins/Modules.am
-   M /trunk/modules/gui/skins/src/dialogs.cpp
-   M /trunk/modules/gui/skins/src/dialogs.h
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/wxwindows/Modules.am
-   A /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: The wxwindows interface is now a "dialogs provider" module as well as a normal "interface".
-   Dialog providers expose an api that allow other modules to use the GUI dialogs the module provides (open dialogs, etc...).
-   + misc small enhancements.
-
-* modules/gui/skins/*: completely removed the dependancy on the wxwindows code (which also eliminates the need for the basic_skins module).
-   The skins module will now try to load a "dialogs provider" to display the open, messages, file info and preferences dialogs.
-
-------------------------------------------------------------------------
-r4858 | gbazin | 2003-07-17 20:58:23 +0200 (Thu, 17 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-   M /trunk/modules/gui/skins/src/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: enable popup menu support in the "dialogs provider".
-
-------------------------------------------------------------------------
-r4859 | gbazin | 2003-07-18 00:54:40 +0200 (Fri, 18 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-
-* src/playlist/playlist.c: fixed recent playlist breakage.
-
-------------------------------------------------------------------------
-r4860 | gbazin | 2003-07-18 13:39:39 +0200 (Fri, 18 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx/events.c: closing the video window doesn't doesn't exit vlc anymore, it just stops the current stream.
-* modules/gui/wxwindows/*: fix for popup menu placement.
-
-------------------------------------------------------------------------
-r4861 | gbazin | 2003-07-18 15:22:07 +0200 (Fri, 18 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-*  modules/gui/wxwindows/*: avoid queuing popup menu events while one is already being displayed.
-
-------------------------------------------------------------------------
-r4862 | gbazin | 2003-07-18 16:18:08 +0200 (Fri, 18 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-* modules/gui/wxwindows/wxwindows.cpp: oops.
-
-------------------------------------------------------------------------
-r4863 | titer | 2003-07-18 21:26:22 +0200 (Fri, 18 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-
- Added 'CDVC' fourcc (another one for DV video)
-
-------------------------------------------------------------------------
-r4864 | hartman | 2003-07-18 22:00:02 +0200 (Fri, 18 Jul 2003) | 5 lines
-Changed paths:
-   M /trunk/vlc.ebuild
-
-* mozilla support enabled
-* added USE mad and libid3tag
-* added mp3lame capability to ffmpeg.
-* updated wxGTK requirements to 2.4.1
-
-------------------------------------------------------------------------
-r4865 | gbazin | 2003-07-18 22:06:00 +0200 (Fri, 18 Jul 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/gui/skins/parser/skin.act
-   M /trunk/modules/gui/skins/parser/skin.c
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/src/misc/configuration.c
-
-
-* modules/audio_output/alsa.c: alsa is now the default audio output.
-* src/misc/configuration.c: removed unnecessary line.
-* modules/gui/skins/parser.*: small cosmetic change.
-
-------------------------------------------------------------------------
-r4866 | hartman | 2003-07-18 22:16:53 +0200 (Fri, 18 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/vlc.ebuild
-
-* had forgotten to actually activate mozilla :)
-
-------------------------------------------------------------------------
-r4867 | gbazin | 2003-07-18 22:52:11 +0200 (Fri, 18 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/win32_specific.c
-
-
-* src/libvlc.h: disabled the encoders config options (encoders are not used anymore, all the encoding is done in the stream output transcode module).
-* src/misc/win32_specific.c: added an --high-priority config option on win32 to increase the priority of the process (default enabled for now so the behaviour isn't changed.)
-
-------------------------------------------------------------------------
-r4868 | hartman | 2003-07-19 01:41:09 +0200 (Sat, 19 Jul 2003) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* Add -liconv to the ldflags of the spudec module.
-* Add -framework Carbon to the ldflags of the spudec module when Carbon is
-  present. freetype-config unfortunatly omits this on MacOSX.
-
-I think I did this correctly, but it might be wise to review this :)
-
-------------------------------------------------------------------------
-r4869 | hartman | 2003-07-19 01:50:32 +0200 (Sat, 19 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/announce.c
-
-* add a #include <errno.h>
-
-------------------------------------------------------------------------
-r4870 | hartman | 2003-07-19 02:02:35 +0200 (Sat, 19 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/vlc.ebuild
-
-* NEWS: added some more stuff for the upcoming 0.6.1
-* vlc.ebuild: removed xvid and added the debug USE variable. Also some formatting fixes.
-
-------------------------------------------------------------------------
-r4871 | sam | 2003-07-19 13:29:20 +0200 (Sat, 19 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am: Fixed the plugins' target directory location.
-
-------------------------------------------------------------------------
-r4872 | sigmunau | 2003-07-19 16:14:22 +0200 (Sat, 19 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-fix linking with iconv for the spudec module
-
-------------------------------------------------------------------------
-r4873 | gbazin | 2003-07-19 16:22:08 +0200 (Sat, 19 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-
-* src/libvlc.c: use UTF-8 internally on win32.
-
-------------------------------------------------------------------------
-r4874 | sigmunau | 2003-07-19 16:41:30 +0200 (Sat, 19 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Use proper linespacing
-
-------------------------------------------------------------------------
-r4875 | fenrir | 2003-07-19 17:12:10 +0200 (Sat, 19 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-
- * mp4: parse another box.
-
-------------------------------------------------------------------------
-r4876 | sigmunau | 2003-07-19 17:15:01 +0200 (Sat, 19 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Render the glyph for each character only once, and not once for each frame.
-Should speed up things a bit.
-
-------------------------------------------------------------------------
-r4877 | sigmunau | 2003-07-19 17:25:47 +0200 (Sat, 19 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-alsa is only available on linux
-
-------------------------------------------------------------------------
-r4878 | gbazin | 2003-07-19 18:33:55 +0200 (Sat, 19 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: proper characters encoding conversions.
-   Override the popup menu only for the main interface.
-
-------------------------------------------------------------------------
-r4879 | zorglub | 2003-07-20 10:30:41 +0200 (Sun, 20 Jul 2003) | 10 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/control/Modules.am
-   A /trunk/modules/control/joystick.c
-
-modules/control/joystick.c: Joystick control module (linux only)
-
-disabled by default, use --enable-joystick & --extraintf joystick
-
-actions are:
-       left-right: variable speed seek
-       up-down: browse the playlist
-       button 1: play/pause
-       button 2: fullscreen
-
-------------------------------------------------------------------------
-r4880 | gbazin | 2003-07-20 12:38:49 +0200 (Sun, 20 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-   M /trunk/modules/gui/skins/src/dialogs.cpp
-   M /trunk/modules/gui/skins/src/dialogs.h
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*, include/vlc_interface.h: new generic "open file" dialog.
-* modules/gui/skins/*: use the new generic "open file" dialog to load skins.
-
-------------------------------------------------------------------------
-r4881 | gbazin | 2003-07-20 14:22:32 +0200 (Sun, 20 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-
-* modules/gui/wxwindows/preferences.cpp: windows can't have open _and_ save file dialogs so only use open file dialogs on win32 in the preferences menu.
-* Makefile.am: removed INSTALL.win32 from the win32 package as it's only useful for developpers anyway.
-
-------------------------------------------------------------------------
-r4882 | sigmunau | 2003-07-20 14:34:36 +0200 (Sun, 20 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-some cleanup in file info code, add fourccs in hex form ( some users want
-that ), add audio bitrate when available (untested)
-
-------------------------------------------------------------------------
-r4883 | gbazin | 2003-07-20 17:17:47 +0200 (Sun, 20 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_ext-plugins.c
-
-
-* src/input/input_ext-plugins.c: in input_FillBuffer(), if we can't immediately allocate a new buffer, try until we manage to get one.
-
-------------------------------------------------------------------------
-r4884 | gbazin | 2003-07-20 17:33:53 +0200 (Sun, 20 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-
-* Added MPEG 1 to the list of encapsulation methods (useful to produce files playable by WMP).
-
-------------------------------------------------------------------------
-r4885 | sigmunau | 2003-07-20 18:26:33 +0200 (Sun, 20 Jul 2003) | 7 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Draw the text in the U and V planes as well. Removes the transparency effect.
-Also check which chroma is in use and give an error message if it isn't
-supported.
-
-Someone (possibly me) should write some renderer functions for other
-colorspaces.
-
-------------------------------------------------------------------------
-r4886 | ipkiss | 2003-07-20 18:56:58 +0200 (Sun, 20 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
- * modules/misc/freetype.c: compilation fix for windows
-
-------------------------------------------------------------------------
-r4887 | hartman | 2003-07-20 21:48:30 +0200 (Sun, 20 Jul 2003) | 9 lines
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/output.h
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/share/vlc_win32_rc.rc
-   M /trunk/src/libvlc.h
-   M /trunk/vlc.ebuild
-
-* README.MacOSX.rtf: updated section on subtitles.
-* vlc.ebuild: added amd64 keyword. changed script to use emake again.
-  Removed MODULES from the doc installation.
-* src/libvlc.h: added the new ffmpeg a/v encoders to the list for the prefs.
-* share/vlc_win32_rc.rc: Changed the Win32 name of VLC from,
-  "An Opensource Media Player" to "VLC media player".
-* other: added the new transcoding codecs, channels option and SAP option
-  to the stream output dialog.
-
-------------------------------------------------------------------------
-r4888 | gbazin | 2003-07-20 22:33:17 +0200 (Sun, 20 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/src/input/input_ext-plugins.c
-
-
-* src/input/input_ext-plugins.c: fixed previous commit.
-* modules/gui/wxwindows/interface.cpp: fixed a couple of bugs.
-
-------------------------------------------------------------------------
-r4889 | ipkiss | 2003-07-20 22:42:23 +0200 (Sun, 20 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/event.h
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.h
-
- * modules/gui/skins/*: removed useless code
-
-------------------------------------------------------------------------
-r4890 | hartman | 2003-07-20 22:54:01 +0200 (Sun, 20 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/vlc.ebuild
-
-* removed matrox support, since the modules is broken
-  http://bugs.gentoo.org/show_bug.cgi?id=24910
-
-------------------------------------------------------------------------
-r4891 | gbazin | 2003-07-20 23:28:52 +0200 (Sun, 20 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-
-* modules/gui/wxwindows/streamout.cpp: small cosmetic change for the streamout dialog.
-
-------------------------------------------------------------------------
-r4892 | hartman | 2003-07-20 23:41:13 +0200 (Sun, 20 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-* Set the default font on Mac OS X to the system font.
-
-------------------------------------------------------------------------
-r4893 | hartman | 2003-07-21 00:06:03 +0200 (Mon, 21 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* bumped up version to 0.6.1-test1
-
-------------------------------------------------------------------------
-r4894 | hartman | 2003-07-21 00:16:19 +0200 (Mon, 21 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* Update of language files
-
-------------------------------------------------------------------------
-r4895 | sigmunau | 2003-07-21 01:05:24 +0200 (Mon, 21 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-removed some c++ style comments, fixed some untrue comments, moved a
-function prototype
-
-------------------------------------------------------------------------
-r4896 | gbazin | 2003-07-21 01:30:07 +0200 (Mon, 21 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/packetizer/copy.c, modules/stream_out/transcode.c: handle raw RV15, RV16, RV24, RV32,
-GREY.
-
-------------------------------------------------------------------------
-r4897 | gbazin | 2003-07-21 01:46:46 +0200 (Mon, 21 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-
-* modules/misc/freetype.c: set default font on win32. Fixed small memleak as well.
-
-------------------------------------------------------------------------
-r4898 | hartman | 2003-07-21 03:38:37 +0200 (Mon, 21 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/vlc.ebuild
-
-* vlc.ebuild: disabled kde, fixed mad and freetype support
-* Makefile.am: added html files for http intf to macosx.
-  windows and beos probably need to do this too.
-
-------------------------------------------------------------------------
-r4899 | gbazin | 2003-07-21 19:29:58 +0200 (Mon, 21 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/install-win32
-
-
-* Makefile.am, install-win32: removed rle fonts from the win32 package and added the necessary files for the http interface.
-
-------------------------------------------------------------------------
-r4900 | gbazin | 2003-07-21 19:48:31 +0200 (Mon, 21 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/quicktime.c
-
-
-* modules/codec/quicktime.c, configure.ac: ported the audio part of the quicktime module to win32.
-
-------------------------------------------------------------------------
-r4901 | gbazin | 2003-07-21 20:24:51 +0200 (Mon, 21 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/spudec.c
-
-
-* modules/codec/spudec/spudec.c: disabled RLE font loading as it's not used anymore.
-
-------------------------------------------------------------------------
-r4902 | jpsaman | 2003-07-21 21:19:48 +0200 (Mon, 21 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/rules
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/rules.opie
-   M /trunk/ipkg/rules.zaurus
-
-Updated build rules for iPaq.
-
-------------------------------------------------------------------------
-r4903 | jpsaman | 2003-07-21 21:25:54 +0200 (Mon, 21 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/rules.zaurus
-
-Updated build rules for the Sharp Zaurus.
-
-------------------------------------------------------------------------
-r4904 | jpsaman | 2003-07-21 21:38:59 +0200 (Mon, 21 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Added missing familiar-playlistb16x16.xpm
-
-------------------------------------------------------------------------
-r4905 | jpsaman | 2003-07-21 21:45:45 +0200 (Mon, 21 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control.zaurus
-
-Forgot this one.
-
-------------------------------------------------------------------------
-r4906 | fenrir | 2003-07-22 01:53:55 +0200 (Tue, 22 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http: added "del" and "empty" control. (for playlist). Corrected
-"previous" command.
- TODO: doc :(
-
-------------------------------------------------------------------------
-r4907 | bigben | 2003-07-22 15:58:23 +0200 (Tue, 22 Jul 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
-* We're finally parsing all parameters (including standard)
-* syntax is now (roughly) the same as for the v4l input
-ex : vlc pvr:/dev/video0:frequency=1242:norm=secam:size=12x42:bitrate=1200,maxbitrate=4200
-* old syntax is still working
-* norm can be "pal", "secam", "ntsc" or any hexa value
-
-------------------------------------------------------------------------
-r4908 | gbazin | 2003-07-22 17:59:06 +0200 (Tue, 22 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/src/misc/variables.c
-
-* src/misc/variables.c: fixed small mem leak (courtesy of Andy Lindsay)
-* modules/gui/wxwindows/interface.cpp: small improvements to the volume control.
-
-------------------------------------------------------------------------
-r4909 | gbazin | 2003-07-22 20:06:04 +0200 (Tue, 22 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
-
-* src/stream_output/stream_output.c: fixed segfault when muxer can't add an elementary stream.
-
-------------------------------------------------------------------------
-r4910 | bigben | 2003-07-22 22:25:07 +0200 (Tue, 22 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
-frequency is  nom frequency  in MHz * 16, as  for the  v4l input.
-Breaks compatibility with previous syntax...
-
-------------------------------------------------------------------------
-r4911 | hartman | 2003-07-22 22:49:10 +0200 (Tue, 22 Jul 2003) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/spudec/Modules.am
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/render.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/spudec/spudec.h
-   D /trunk/modules/codec/spudec/subtitler.c
-   D /trunk/modules/codec/spudec/text.c
-   A /trunk/modules/codec/subsdec
-   A /trunk/modules/codec/subsdec/.cvsignore
-   A /trunk/modules/codec/subsdec/Modules.am
-   A /trunk/modules/codec/subsdec/subsdec.c
-   A /trunk/modules/codec/subsdec/subsdec.h
-   D /trunk/share/default8x16.psf
-   D /trunk/share/default8x9.psf
-   D /trunk/share/font-eutopiabold21.rle
-   D /trunk/share/font-eutopiabold36.rle
-   M /trunk/share/http/info.html
-
-* ALL:
-  - Removed all the RLE subtitle font code.
-  - Removed the .rle and even older .psf font files.
-  - Moved the filesubtitle code from spudec to subsdec.
-  - spudec is again DVD only.
-
-------------------------------------------------------------------------
-r4912 | hartman | 2003-07-23 00:02:44 +0200 (Wed, 23 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/modules/codec/subsdec/subsdec.c
-   M /trunk/share/Makefile.am
-
-* Fix Makefiles for removed .rle fonts
-
-------------------------------------------------------------------------
-r4913 | gbazin | 2003-07-23 03:13:48 +0200 (Wed, 23 Jul 2003) | 14 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/slp.c
-   M /trunk/modules/control/corba/corba.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/familiar/callbacks.c
-   M /trunk/modules/gui/gtk/open.c
-   M /trunk/modules/gui/gtk/playlist.c
-   M /trunk/modules/gui/kde/interface.cpp
-   M /trunk/modules/gui/macosx/applescript.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/qt/intf.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/misc/sap.c
-   M /trunk/mozilla/vlcpeer.cpp
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/playlist/playlist.c
-
-
-* ALL: changes to the playlist_Add() and VLC_AddTarget() proto to include a list of options associated with the input.
-* src/input/input.c: parses the input options list before spawning the input and create object variables for these options. Options are of the form "[no[-]]foo[=bar]" where foo is the option name and bar is its value.
-* src/input/input.c, src/input/input_dec.c: use the object var api to get the value of the "sout", "sout-video" and "sout-audio" options.
-* src/libvlc.c: extended the command line parser to parse input options. Input options must always follow the input they apply to and begin with a ':'.
-
-All these changes allow you to specify input specific options.
-eg: ./vlc --no-sout-audio yourvideo.mpeg :sout=udp/http::8080 :sout-audio yourvideo2.mpeg
-Here the ":sout" option will only apply to yourvideo.mpeg.
-"--no-sout-audio" will be a global option so will apply to yourvideo2.mpeg but the global behaviour is overriden by ":sout-audio" for yourvideo.mpeg.
-
-TODO: - the interfaces need to be modified to benefit from the new playlist_Add() api.
-      - only "sout", "sout-video", "sout-audio" implemented for now. To make it work with other options, we need to get rid of all the config_GetFoo() and replace them with var_Create()/var_Change()/var_Get().
-
-------------------------------------------------------------------------
-r4914 | gbazin | 2003-07-23 03:28:54 +0200 (Wed, 23 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-
-* modules/misc/sap.c: oops, compilation fix.
-
-------------------------------------------------------------------------
-r4915 | jpsaman | 2003-07-23 09:37:34 +0200 (Wed, 23 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-When recv() returns -1 a bug is triggered inside RTPRead() and RTPChoose(). The return value of Read() is then -1. The test "if (!i_ret) return 0;" will be false and the function will continue resulting in segfault while copying from buffers that are in an undetermined state. The correct test is "if (i_ret<0) return 0;".
-
-------------------------------------------------------------------------
-r4916 | asmax | 2003-07-23 11:14:25 +0200 (Wed, 23 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/parser/skin.act
-   M /trunk/modules/gui/skins/parser/skin.c
-
-* all: fixed depcomp failure
-
-------------------------------------------------------------------------
-r4917 | ipkiss | 2003-07-23 19:31:24 +0200 (Wed, 23 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/banks.cpp
-
- * modules/gui/skins/src/banks.cpp: removed a useless event I had
-   forgotten
-
-------------------------------------------------------------------------
-r4918 | titer | 2003-07-23 21:11:08 +0200 (Wed, 23 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
- freetype.c : use the default BeOS font on BeOS
-
-------------------------------------------------------------------------
-r4919 | hartman | 2003-07-23 23:45:13 +0200 (Wed, 23 Jul 2003) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/misc/freetype.c
-
-* include/vlc_common.h: MAX_PATH PATH_MAX, we don't wanna bother and use the
-  latter everywhere.
-* modules/demux/util/sub.c: Bring the config options in here to the variable structure.
-* modules/misc/freetype.c: Bring the config options in here to the variable structure.
-  Fix the linespacing. Dnumgis, it works, just define another linespacing :)
-
-------------------------------------------------------------------------
-r4920 | gbazin | 2003-07-24 00:01:25 +0200 (Thu, 24 Jul 2003) | 7 lines
-Changed paths:
-   M /trunk/include/variables.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/misc/variables.c
-   M /trunk/src/video_output/video_output.c
-
-
-* include/variables.h, src/misc/variables.c: you can now use var_Create() directly to create an object variable with an inherited value.
-   eg. var_Create( p_vout, "zoom", VLC_VAR_FLOAT | VLC_VAR_DOINHERIT );
-   Beware, the object in which you create the var must be attached to a parent for this to work (otherwise we can't navigate the parents hierarchy to find the value to inherit).
-
-* src/input/input.c, src/input/input_programs.c, src/video_output/video_output.c: converted more config_GetFoo() into var_Create()/var_Get();
-
-------------------------------------------------------------------------
-r4921 | jpsaman | 2003-07-24 00:02:56 +0200 (Thu, 24 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/LIST
-   A /trunk/modules/gui/pda
-   A /trunk/modules/gui/pda/Modules.am
-   A /trunk/modules/gui/pda/callbacks.c
-   A /trunk/modules/gui/pda/callbacks.h
-   A /trunk/modules/gui/pda/interface.c
-   A /trunk/modules/gui/pda/interface.h
-   A /trunk/modules/gui/pda/network.c
-   A /trunk/modules/gui/pda/network.h
-   A /trunk/modules/gui/pda/pda.c
-   A /trunk/modules/gui/pda/pda.glade
-   A /trunk/modules/gui/pda/pda.gladep
-   A /trunk/modules/gui/pda/pda.h
-   A /trunk/modules/gui/pda/playlist.c
-   A /trunk/modules/gui/pda/playlist.h
-   A /trunk/modules/gui/pda/support.c
-   A /trunk/modules/gui/pda/support.h
-
-Interface for Familiar v0.7 and GPE. This interface is based on gtk2 libaries.
-
-------------------------------------------------------------------------
-r4922 | massiot | 2003-07-24 00:55:31 +0200 (Thu, 24 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* Updated po files. STRINGS ARE FROZEN !!!
-
-------------------------------------------------------------------------
-r4923 | gbazin | 2003-07-24 01:05:25 +0200 (Thu, 24 Jul 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-   M /trunk/modules/misc/freetype.c
-   M /trunk/src/misc/variables.c
-
-
-* modules/misc/freetype.c, modules/demux/util/sub.c: cleanup.
-* modules/demux/util/sub.h: thou shall do a vlc_object_attach().
-* src/misc/variables.c: added VLC_VAR_FILE and VLC_VAR_DIRECTORY inheritance support.
-
-------------------------------------------------------------------------
-r4924 | gbazin | 2003-07-24 18:07:10 +0200 (Thu, 24 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/*: added support for input options in the open dialog.
-   The stream output and subtitles options use them and you can also add options in the MRL itself.
-
-------------------------------------------------------------------------
-r4925 | gbazin | 2003-07-24 19:31:59 +0200 (Thu, 24 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-
-* modules/gui/wxwindows/open.cpp: compilation fix.
-
-------------------------------------------------------------------------
-r4926 | bigben | 2003-07-24 20:27:07 +0200 (Thu, 24 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
-* Changes "frequency=" syntax. New syntax is channel frequency in kHz
-* shows a warning if frequency is in "previous syntax range"
-
-------------------------------------------------------------------------
-r4927 | bigben | 2003-07-24 20:30:03 +0200 (Thu, 24 Jul 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
-* "frequency=" is channel frequency in kHz again
-
-* fix  a segfault when "/dev/video0"  or "norm=" were last  arguments of
-the command line
-
-------------------------------------------------------------------------
-r4928 | sigmunau | 2003-07-24 21:07:03 +0200 (Thu, 24 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec/subsdec.c
-
-fixed a nasty code duplication where the same function call was two places
-with just a few lines in between, but in separate #if cases.
-
-------------------------------------------------------------------------
-r4929 | sigmunau | 2003-07-24 21:30:27 +0200 (Thu, 24 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-ignore CR characters wherever they might be.
-A little better line spaceing, but I still don't understand what this is all
-about.
-
-------------------------------------------------------------------------
-r4930 | sam | 2003-07-24 22:34:47 +0200 (Thu, 24 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap:
-    + Run autopoint with the -f flag.
-    + Remove stamp files in the bootstrap process.
-
-------------------------------------------------------------------------
-r4931 | gbazin | 2003-07-24 23:50:28 +0200 (Thu, 24 Jul 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.h
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/misc/freetype.c
-
-
-* modules/gui/wxwindows/*: you can now specify input options in the stream output MRL as well.
-* modules/misc/freetype.c: bail out if no font has been specified.
-* modules/demux/util/sub.h: don't forget to detach the demuxsub object.
-
-------------------------------------------------------------------------
-r4932 | sam | 2003-07-25 00:05:16 +0200 (Fri, 25 Jul 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
-  * modules/access/v4l/v4l.c:
-    + Removed my name from this file, I didn't contribute anything major to it.
-    + Added strerror(errno) where adequate, as well as additional debug
-      information, hopefully more useful than "cannot open".
-
-------------------------------------------------------------------------
-r4933 | gbazin | 2003-07-25 00:58:21 +0200 (Fri, 25 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-
-* src/misc/modules.c: if module_Need() was passed an interface module name, respect this choice even if vlc was run with a specific interface shortcut.
-
-------------------------------------------------------------------------
-r4934 | gbazin | 2003-07-25 01:21:18 +0200 (Fri, 25 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-
-* modules/gui/wxwindows/wxwindows.cpp: temporary hack (I hope ;) to fix win32 compilation with wxWindows < 2.5.
-
-------------------------------------------------------------------------
-r4935 | hartman | 2003-07-25 03:09:29 +0200 (Fri, 25 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/po/nl.po
-
-* Largely updated nl.po
-* Updated it.po
-
-------------------------------------------------------------------------
-r4936 | hartman | 2003-07-25 03:09:51 +0200 (Fri, 25 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/po/it.po
-
-* Updated it.po
-
-------------------------------------------------------------------------
-r4937 | hartman | 2003-07-25 03:11:32 +0200 (Fri, 25 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec/subsdec.c
-
-* subsdec now uses the new options code.
-
-------------------------------------------------------------------------
-r4938 | gbazin | 2003-07-25 13:33:24 +0200 (Fri, 25 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-* configure.ac: libpng (logo plugin) needs to be linked with zlib.
-* modules/gui/wxwindows/*: a couple of compilation fixes for wxWindows cvs.
-
-------------------------------------------------------------------------
-r4939 | gbazin | 2003-07-25 13:37:22 +0200 (Fri, 25 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/msvc/vlc.dsw
-
-* modules/video_output/directx/events.c: a couple of compiler warning fixes.
-* msvc/vlc.dsw: relaced basic_skins plugin with the skins one.
-
-------------------------------------------------------------------------
-r4940 | gbazin | 2003-07-25 15:24:29 +0200 (Fri, 25 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-* INSTALL.win32: updated build instructions (btw since the last build changes, mingw+msys can be used again to compile VLC).
-* modules/gui/wxwindows/wxwindows.cpp: oops.
-
-------------------------------------------------------------------------
-r4941 | gbazin | 2003-07-26 00:50:12 +0200 (Sat, 26 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_timer.cpp
-   M /trunk/modules/gui/skins/x11/x11_timer.h
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-
-* modules/gui/wxwindows/*: fixed clean-up of the dialogs provider on exit.
-* modules/gui/skins/x11/*: proper initialization of a global var so we can start/exit the skins interface several times.
-
-------------------------------------------------------------------------
-r4942 | gbazin | 2003-07-26 14:41:52 +0200 (Sat, 26 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/open.cpp: workaround design problems in wxSpinCtrl (wxSpinCtrl::GetValue() triggers a value update event).
-
-------------------------------------------------------------------------
-r4943 | ipkiss | 2003-07-26 16:04:33 +0200 (Sat, 26 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/checkbox.cpp
-
- * modules/gui/skins/controls/checkbox.cpp: Fixed a stupid bug (a return
-   value was always true...)
-
-------------------------------------------------------------------------
-r4944 | gbazin | 2003-07-26 16:19:04 +0200 (Sat, 26 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-
-* modules/gui/wxwindows/open.cpp: move the "open subtitles" line into the file panel.
-
-------------------------------------------------------------------------
-r4945 | fenrir | 2003-07-26 17:34:43 +0200 (Sat, 26 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-ffmpeg: fix potential overread for mpeg4 with vol.
-
-------------------------------------------------------------------------
-r4946 | gbazin | 2003-07-26 17:36:46 +0200 (Sat, 26 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/controls/checkbox.cpp
-
-
-* modules/gui/skins/controls/checkbox.cpp: compilation fix.
-
-------------------------------------------------------------------------
-r4947 | titer | 2003-07-26 20:54:20 +0200 (Sat, 26 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
- freetype.c: basic YUY2 rendering (Y only)
-
-------------------------------------------------------------------------
-r4948 | ipkiss | 2003-07-27 14:31:50 +0200 (Sun, 27 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   D /trunk/modules/gui/win32
-
- * All: Removed the win32 plugin; wxwindows rulez :)
-
-------------------------------------------------------------------------
-r4949 | massiot | 2003-07-27 16:10:02 +0200 (Sun, 27 Jul 2003) | 8 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/include/input_ext-intf.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/src/input/input_clock.c
-
-* src/input/input_clock.c: Fixed two long-standing (> 2 years) bugs
-- there should be fewer resampling, particularly on DVD chapter changes
-- when you unpause a DVD, VLC will wait for the drive to spin up, so you
-won't lose several seconds of movies
-
-* modules/gui/macosx/controls.m: Seeking in paused mode resumes the play
-mode, make the interface take that into account.
-
-------------------------------------------------------------------------
-r4950 | gbazin | 2003-07-27 17:49:27 +0200 (Sun, 27 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_ext-plugins.c
-
-
-* src/input/input_ext-plugins.c: forgot to re-lock a mutex.
-
-------------------------------------------------------------------------
-r4951 | gbazin | 2003-07-27 18:14:20 +0200 (Sun, 27 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-
-* modules/audio_output/alsa.c: bail out if the device is already in use.
-
-------------------------------------------------------------------------
-r4952 | gbazin | 2003-07-27 18:20:53 +0200 (Sun, 27 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-
-* modules/audio_output/alsa.c: #ifdef DEBUG -> #ifdef ALSA_DEBUG
-
-------------------------------------------------------------------------
-r4953 | jpsaman | 2003-07-27 23:35:51 +0200 (Sun, 27 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda.gladep
-   A /trunk/share/pda-forwardb16x16.xpm
-   A /trunk/share/pda-openb16x16.xpm
-   A /trunk/share/pda-pauseb16x16.xpm
-   A /trunk/share/pda-playb16x16.xpm
-   A /trunk/share/pda-playlistb16x16.xpm
-   A /trunk/share/pda-preferencesb16x16.xpm
-   A /trunk/share/pda-rewindb16x16.xpm
-   A /trunk/share/pda-stopb16x16.xpm
-
-Gtk2 port of the familiar Linux interface. The name is also changed to PDA so it reflects that it is targeted at handhelds.
-
-The familiar interface itself is deprecreated and will be removed after the next stable version of VLC Media Player.
-
-------------------------------------------------------------------------
-r4954 | hartman | 2003-07-28 01:05:41 +0200 (Mon, 28 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/output.h
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Brought the new options system to the OSX gui.
-  and some small fixes.
-
-------------------------------------------------------------------------
-r4955 | fenrir | 2003-07-28 01:58:32 +0200 (Mon, 28 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-
- * sub: does not issue an error message when sub-file is empty.
-
-------------------------------------------------------------------------
-r4956 | jpsaman | 2003-07-28 09:05:21 +0200 (Mon, 28 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Added PDA images to Makefile.am
-
-------------------------------------------------------------------------
-r4957 | fenrir | 2003-07-28 09:16:50 +0200 (Mon, 28 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/control/rc/rc.c
-
- * rc: Fixed a bug with seek command.
-       Added support of "seek n%" (Usefull when mux_rate is nul )
-
-------------------------------------------------------------------------
-r4958 | massiot | 2003-07-28 15:19:37 +0200 (Mon, 28 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_clock.c
-
-* Fixed my last commit.
-
-------------------------------------------------------------------------
-r4959 | massiot | 2003-07-28 20:02:06 +0200 (Mon, 28 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-
-* modules/video_output/x11/xcommon.*: endianness patch + arrow keys are
-  now used to browse through the DVD menus.
-
-------------------------------------------------------------------------
-r4960 | jpsaman | 2003-07-28 22:23:27 +0200 (Mon, 28 Jul 2003) | 5 lines
-Changed paths:
-   M /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/control.zaurus
-   M /trunk/ipkg/rules
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/rules.opie
-   M /trunk/ipkg/rules.zaurus
-
-Updated build scripts:
-- enabled video4linux for WebCams on handhelds
-- enabled PDA Gtk2 interface instead of familiar interface
-- enabled stream output and transcoding
-
-------------------------------------------------------------------------
-r4961 | jpsaman | 2003-07-28 22:23:58 +0200 (Mon, 28 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Added NEWS for iPaq port.
-
-------------------------------------------------------------------------
-r4962 | jpsaman | 2003-07-28 22:25:30 +0200 (Mon, 28 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/encoder/ffmpeg/video.c
-   M /trunk/modules/stream_out/transcode.c
-
-Added HuffYuv and A-law codes for low bitrate and CPU load encodings/transcoding
-
-------------------------------------------------------------------------
-r4963 | massiot | 2003-07-28 23:41:20 +0200 (Mon, 28 Jul 2003) | 7 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/po/fr.po
-
-* configure.ac: Worked around a bug in the OS X linker, with multiply
-  defined symbols and libmp3lame
-* Makefile.am: Build po before . because we need the po files to build
-  VLC.app
-* po/fr.po: French translation courtesy of Jean-Pierre Kuypers
-* OS X interface: cosmetics
-
-------------------------------------------------------------------------
-r4964 | gbazin | 2003-07-29 00:46:00 +0200 (Tue, 29 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-
-* modules/video_output/x11/xcommon.c: reverted sam's last commit which broke the event reading loop on the video window.
-
-------------------------------------------------------------------------
-r4965 | sam | 2003-07-29 11:32:14 +0200 (Tue, 29 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-
-  * modules/video_output/x11/xcommon.c: Hopefully a proper fix for the Mozilla
-    event handling bug.
-
-------------------------------------------------------------------------
-r4966 | gbazin | 2003-07-29 19:43:00 +0200 (Tue, 29 Jul 2003) | 8 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/share/Makefile.am
-
-\r
-* configure.ac: bumped version number to 0.6.1.\r
-    Enabled matroska support by default.\r
-* extras/MacOSX/*: bumped version number to 0.6.1.\r
-* INSTALL.win32: instructions update.\r
-* share/Makefile.am: included the html files for the http interface.\r
-* po/*: ran ./toolbox --update-po.
-
-------------------------------------------------------------------------
-r4967 | fenrir | 2003-07-29 20:51:16 +0200 (Tue, 29 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http.c:  under linux if no directory is specified search "share/http"
-and then DATA_PATH"/http".
-
-------------------------------------------------------------------------
-r4968 | gbazin | 2003-07-29 23:14:10 +0200 (Tue, 29 Jul 2003) | 9 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/share/vlc_win32_rc.rc
-
-
-* modules/gui/macosx/controls.m: fixed race condition in prev/next commands.
-* modules/gui/wxwindows/wxwindows.cpp: raised the priority of the wxwin interface so it is now the default.
-    We also lower the priority if there is no DISPLAY env variable.
-* modules/gui/wxwindows/interface.cpp: prev/next buttons are also used to navigate through titles.
-* modules/video_output/directx/events.c: use arrow keys for DVD navigation.
-* modules/video_output/x11/xcommon.c: page up/down now seek -10/10 secs.
-* share/vlc_win32_rc.rc: compilation fix.
-
-------------------------------------------------------------------------
-r4969 | gbazin | 2003-07-29 23:46:44 +0200 (Tue, 29 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-
-* modules/video_output/directx/events.c: compilation fix.
-
-------------------------------------------------------------------------
-r4970 | gbazin | 2003-07-29 23:56:47 +0200 (Tue, 29 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/toolbox
-
-
-* toolbox: fixed typo in the changelog rule.
-
-------------------------------------------------------------------------
-r4971 | gbazin | 2003-07-30 00:20:53 +0200 (Wed, 30 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/video_output/video_output.c
-
-
-* src/video_output/video_output.c: fixed potential segfault.
-* configure.ac: don't bail out if matroska headers are not found.
-
-------------------------------------------------------------------------
-r4972 | gbazin | 2003-07-30 00:25:40 +0200 (Wed, 30 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/parse.c
-
-
-* modules/codec/spudec/parse.c: fixed typo found by Meuuh.
-
-------------------------------------------------------------------------
-r4973 | gbazin | 2003-07-30 01:01:52 +0200 (Wed, 30 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-
-* ChangeLog: updated the changelog for the release
-
-------------------------------------------------------------------------
-r4974 | gbazin | 2003-07-30 01:50:39 +0200 (Wed, 30 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/install-win32
-
-
-* configure.ac: added the svlc shortcut for the skins.
-* install-win32: removed the custom link in the start menu.
-
-------------------------------------------------------------------------
-r4975 | gbazin | 2003-07-30 01:55:06 +0200 (Wed, 30 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-
-* ChangeLog: update.
-
-------------------------------------------------------------------------
-r4976 | fenrir | 2003-07-30 04:00:58 +0200 (Wed, 30 Jul 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode:
-    - added new HQ mode (recent ffmpeg only). hq now accept "simple",
-      "bits" and "rd" as paramters.
-    - automaticaly try stereo mode encoding when failed with more
-      than 2 channels. (eg a52 -> mpga)
-
-------------------------------------------------------------------------
-r4977 | jpsaman | 2003-07-30 14:20:49 +0200 (Wed, 30 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.glade
-
-Updating design of PDA Gtk2 interface.
-
-------------------------------------------------------------------------
-r4978 | jpsaman | 2003-07-30 14:21:05 +0200 (Wed, 30 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.gladep
-
-Updating design of PDA Gtk2 interface
-
-------------------------------------------------------------------------
-r4979 | gbazin | 2003-07-30 23:09:06 +0200 (Wed, 30 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/src/input/input_programs.c
-
-
-* modules/control/http.c: on win32 we store the html interface in "http" not "share/http".
-* src/input/input_programs.c: check for "" descriptions in AddES().
-
-------------------------------------------------------------------------
-r4980 | zorglub | 2003-07-31 10:18:30 +0200 (Thu, 31 Jul 2003) | 12 lines
-Changed paths:
-   M /trunk/modules/control/joystick.c
-   M /trunk/share/http/admin/browse.html
-   M /trunk/share/http/admin/index.html
-   M /trunk/share/http/index.html
-   M /trunk/src/stream_output/announce.c
-
-* modules/control/joystick.c
-       * Allow the user to remap the actions.
-       * Improved the strings (please check)
-       * Prevent 0 seconds seeks
-
-* share/http/*.html
-       * partial HTML validation fixes
-       * Improved the look
-
-* src/stream_output/announce.c
-       * minor fixes (thanks sam)
-
-------------------------------------------------------------------------
-r4981 | sam | 2003-07-31 13:02:01 +0200 (Thu, 31 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am: Really put po before ., not . after everything else. Fixed the
-    Mozilla plugin build while preserving the fix for VLC.app.
-
-------------------------------------------------------------------------
-r4982 | sam | 2003-07-31 14:08:58 +0200 (Thu, 31 Jul 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/pda/.cvsignore
-   M /trunk/mozilla/.cvsignore
-
-  * Added and fixed .cvsignore files.
-
-------------------------------------------------------------------------
-r4983 | sam | 2003-07-31 15:06:07 +0200 (Thu, 31 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/toolbox
-
-  * toolbox: Export LC_ALL=C to avoid future cluttering of POTFILES.in.
-  * po/: Re-ran toolbox --update-po.
-
-------------------------------------------------------------------------
-r4984 | jpsaman | 2003-07-31 17:30:51 +0200 (Thu, 31 Jul 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/access/dvb
-   A /trunk/modules/access/dvb/Modules.am
-   A /trunk/modules/access/dvb/access.c
-   A /trunk/modules/access/dvb/dvb.c
-   A /trunk/modules/access/dvb/dvb.h
-   A /trunk/modules/access/dvb/qpsk.c
-
-Adding DVB module to support satellite, cable and terestrial DVB streaming. The status is that tuning works, but have had no success with video/audio yet. (Setting of filters does not seem to work perfectly yet.).
-
-------------------------------------------------------------------------
-r4985 | jpsaman | 2003-07-31 17:31:58 +0200 (Thu, 31 Jul 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/LIST
-
-Updated LIST of modules and configuration options for building.
-
-------------------------------------------------------------------------
-r4986 | sigmunau | 2003-07-31 19:03:46 +0200 (Thu, 31 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-modules/misc/freetype.c:
-  - calculate and store size information for each line independently.
-  - misc other fixes
-
-------------------------------------------------------------------------
-r4987 | bigben | 2003-07-31 20:25:12 +0200 (Thu, 31 Jul 2003) | 10 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* Add support for basic authentification in http access.
-
-use :
-
---http-user user --http-pwd password
-
-or
-
-http://user:password@server/path (2nd parameter overrides the first)
-
-------------------------------------------------------------------------
-r4988 | fenrir | 2003-07-31 21:02:23 +0200 (Thu, 31 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/packetizer/copy.c
-
- * copy.c: Added DVD subtitle support. I still need to commit the TS
-muxer.
-
-------------------------------------------------------------------------
-r4989 | bigben | 2003-07-31 21:10:14 +0200 (Thu, 31 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
-* modules/access_out/http.c
-       - httpd.c has support for Basic Authentification, so use it !
-         --sout-http-user user --sout-http-pwd password
-
-------------------------------------------------------------------------
-r4990 | fenrir | 2003-07-31 21:14:59 +0200 (Thu, 31 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-
- * stream_output: * added some #define for private flags.
-                  * now muxer and access_out also receive options like
-                  stream_out.
-
-------------------------------------------------------------------------
-r4991 | fenrir | 2003-07-31 21:24:10 +0200 (Thu, 31 Jul 2003) | 6 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
- * stream_output: * some clean and fixed a little memory leak.
-                  * give to access and muxers options. Now you can use:
---sout 'access{option1=value}/mux{a=value,b=value}:/path'. It should also
-works with '#std{access=access{o=v}, mux=...}' (but untested). For now it's
-not used.
-
-------------------------------------------------------------------------
-r4992 | reno | 2003-07-31 22:47:09 +0200 (Thu, 31 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/familiar/callbacks.c
-
-
-* Make vlc compiling !
-
-------------------------------------------------------------------------
-r4993 | bigben | 2003-07-31 23:18:59 +0200 (Thu, 31 Jul 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* modules/access/http.c :
-       - using new var_Create/var_Get method to get parametters.
-
-------------------------------------------------------------------------
-r4994 | gbazin | 2003-07-31 23:46:37 +0200 (Thu, 31 Jul 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/src/misc/win32_specific.c
-
-
-* src/misc/win32_specific.c: change the mode of stdin to _O_BINARY so we can use stdin to read files (thanks to Steve Li).
-* modules/control/http.c: allow directories of the form "x:\" on win32.
-
-------------------------------------------------------------------------
-r4995 | massiot | 2003-08-01 01:14:32 +0200 (Fri, 01 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/dec.c
-
-Fixed a memory leak (thanks Andy Lindsay !).
-
-------------------------------------------------------------------------
-r4996 | fenrir | 2003-08-01 01:44:49 +0200 (Fri, 01 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/modules/misc/sap.c
-   M /trunk/src/stream_output/announce.c
-
- * all: added a i_ttl field in network_socket_t to allow per connection ttl
-setting (in fact only used by access_out/udp.c.
-
-------------------------------------------------------------------------
-r4997 | fenrir | 2003-08-01 02:00:12 +0200 (Fri, 01 Aug 2003) | 8 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/include/ninput.h
-   M /trunk/include/vlc_common.h
-   A /trunk/src/input/stream.c
-
- * vlc_common.h: include stdarg.h by default. Required by ninput.h
- *  ninput.h :  extracted  duplicated  stream functions  from  a lot  of
- demuxers and do a nice (?) API.
- * stream.c: implement basic streams  manipulation. It is just a wrapper
- but it is useful.
- * all: added a i_ttl field in network_socket_t to allow per connection ttl
-setting (in fact only used by access_out/udp.c.
-
-------------------------------------------------------------------------
-r4998 | fenrir | 2003-08-01 02:00:50 +0200 (Fri, 01 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
- * modules.c : include ninput.h
-
-------------------------------------------------------------------------
-r4999 | fenrir | 2003-08-01 02:04:28 +0200 (Fri, 01 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/a52sys.c
-
- a52sys.c: completely rewritten a52 stream demuxer. Now you should be able
- to play such file.
-
-------------------------------------------------------------------------
-r5000 | gbazin | 2003-08-01 02:05:07 +0200 (Fri, 01 Aug 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/access/dvb/qpsk.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/src/input/input_clock.c
-
-
-* src/input/input_clock.c: fixed 2 regressions in 0.6.1. These fixes are actually there to make us more complacent with broken streams.
-* modules/access/dvb/qpsk.c: gettext reserves the use of _("").
-* modules/demux/mkv.cpp, modules/demux/avi/libavi.c, modules/demux/mp4/libmp4.c, modules/demux/mpeg/m4v.c: checks for input_SplitBuffer() > 0. (Thanks to Steve Li for pointing this out)
-
-------------------------------------------------------------------------
-r5001 | fenrir | 2003-08-01 02:05:57 +0200 (Fri, 01 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/au.c
-
- au.c : cleaned up and use ninput.h
-
-------------------------------------------------------------------------
-r5002 | fenrir | 2003-08-01 02:08:35 +0200 (Fri, 01 Aug 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/demux/aac.c
-
- * aac.c : big clean up and use ninput.h
-
-------------------------------------------------------------------------
-r5003 | fenrir | 2003-08-01 02:09:37 +0200 (Fri, 01 Aug 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/demux/wav.c
-
- * wav.c : big clean up and use ninput.h
-
-------------------------------------------------------------------------
-r5004 | fenrir | 2003-08-01 02:16:37 +0200 (Fri, 01 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-   M /trunk/modules/demux/asf/asf.c
-
- * Modules.am : added aac.c and wav.c
- * asf/asf.c: better check for invalid header.
-
-------------------------------------------------------------------------
-r5005 | fenrir | 2003-08-01 02:18:11 +0200 (Fri, 01 Aug 2003) | 2 lines
-Changed paths:
-   D /trunk/modules/demux/aac
-
- * aac/* remove old aac demuxer.
-
-------------------------------------------------------------------------
-r5006 | fenrir | 2003-08-01 02:18:51 +0200 (Fri, 01 Aug 2003) | 2 lines
-Changed paths:
-   D /trunk/modules/demux/wav/.cvsignore
-   D /trunk/modules/demux/wav/Modules.am
-   D /trunk/modules/demux/wav/wav.c
-
- * wav: remove old wav demuxer.
-
-------------------------------------------------------------------------
-r5007 | fenrir | 2003-08-01 02:26:22 +0200 (Fri, 01 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
- * configure.ac: remove old wav and aac directories.
-
-------------------------------------------------------------------------
-r5008 | fenrir | 2003-08-01 02:37:06 +0200 (Fri, 01 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/Modules.am
-   D /trunk/modules/demux/mpeg/audio.c
-   A /trunk/modules/demux/mpeg/mpga.c
-
- * mpga: mp3 demuxer written from scratch using ninput.h
-
-------------------------------------------------------------------------
-r5009 | fenrir | 2003-08-01 02:40:05 +0200 (Fri, 01 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/aac.c
-   M /trunk/modules/demux/wav.c
-
- * configure.ac: audio -> mpga
- * demux/* : function name consistency.
-
-------------------------------------------------------------------------
-r5010 | fenrir | 2003-08-01 02:55:30 +0200 (Fri, 01 Aug 2003) | 2 lines
-Changed paths:
-   D /trunk/modules/demux/wav
-
- * wav: forgot this one.
-
-------------------------------------------------------------------------
-r5011 | sam | 2003-08-01 10:24:53 +0200 (Fri, 01 Aug 2003) | 8 lines
-Changed paths:
-   M /trunk/debian/README.Debian
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-  * debian/rules:
-    + Activated freetype support.
-  * debian/control:
-    + Added a build-dependency on freetype6-dev.
-    + Added a build-dependency on libdvbpsi2-dev.
-    + We now recommend gnome-vlc | wxvlc.
-    + We now suggest fortune-mod.
-
-------------------------------------------------------------------------
-r5012 | sam | 2003-08-01 11:45:34 +0200 (Fri, 01 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-  * modules/access/http.c:
-    + Coding style fixes.
-    + Removed a C99-ism.
-
-------------------------------------------------------------------------
-r5013 | fenrir | 2003-08-01 19:21:34 +0200 (Fri, 01 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/share/http/info.html
-
- * info: commit the good file...
-
-------------------------------------------------------------------------
-r5014 | fenrir | 2003-08-01 19:30:33 +0200 (Fri, 01 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http: added mime type for .css file.
-
-------------------------------------------------------------------------
-r5015 | fenrir | 2003-08-01 19:38:14 +0200 (Fri, 01 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/share/http/index.html
-   A /trunk/share/http/style.css
-
- * index.html,style.css : remove built-in css file. added link to info.html.
-
-------------------------------------------------------------------------
-r5016 | fenrir | 2003-08-01 20:02:06 +0200 (Fri, 01 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ts.c
-
- * ts: apply patch of Andy Lindsay (fix one memory leak and PMT handling)
-       converted all u8,u16,u32 into uint8_t, uint16_t, uint32_t
-
-------------------------------------------------------------------------
-r5017 | fenrir | 2003-08-01 20:42:56 +0200 (Fri, 01 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
- * stream_output.c: fixed a segfault when muxer isn't specified.
-
-------------------------------------------------------------------------
-r5018 | fenrir | 2003-08-01 20:49:51 +0200 (Fri, 01 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ts.c
-
- * ts.c: arggg, bad copy/past.
-
-------------------------------------------------------------------------
-r5019 | fenrir | 2003-08-01 21:38:25 +0200 (Fri, 01 Aug 2003) | 22 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- ts: large rewrite of the TS muxer to produce better TS and support DVD
-     subtitle.
-     I have added some options:
-        - bmin : minimum bitrate (bits/s) of the TS. Padding is added in
-        case of insuffisant bitrate. (default: disabled).
-        - bmax : maximum bitrate (bit/s) of the TS. It just drops packets
-        to achieve the target. (default: disabled)
-        - pcr : minimum delay between two pcr equal to dts of the video
-        stream (default 100ms)
-        - pcr-soft : minimum delay between two pcr interpolated from the
-        pcr that are equal to dts. (default: none)
- Remarks:
-  - bmin/bmax allow to create CBR stream.
-  - Bitrate is calculated on a PCR time.
-  - PCR delay cannot be less than length of a frame of the PCR stream.
-  - PCR soft is used to help when using big PCR delay. It is usefull to
-  produce stream with smoother bitrate variation.
-  - Big PCR delay introduce more latency.
-
- TODO:
-  Test stability, bugs ...
-
-------------------------------------------------------------------------
-r5020 | fenrir | 2003-08-01 21:38:48 +0200 (Fri, 01 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
- * udp: clean up.
-
-------------------------------------------------------------------------
-r5021 | gbazin | 2003-08-01 22:06:43 +0200 (Fri, 01 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/mux/mp4.c
-
-
-* modules/mux/mp4.c: support for mov muxing + cleanup.
-* modules/codec/quicktime.c: small cleanup.
-
-------------------------------------------------------------------------
-r5022 | fenrir | 2003-08-02 03:33:53 +0200 (Sat, 02 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/ps.c
-
- * ps: clean up and dvd subtitles support.
-
-------------------------------------------------------------------------
-r5023 | gbazin | 2003-08-02 16:06:23 +0200 (Sat, 02 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/video_output/x11/xcommon.c
-
-
-* ALL: bumped version number to 0.6.2-cvs
-* modules/video_output/x11/xcommon.c: closing the video window or using the escape key doesn't exit VLC anymore but stop the input instead.
-
-------------------------------------------------------------------------
-r5024 | fenrir | 2003-08-02 17:22:07 +0200 (Sat, 02 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/src/input/input.c
-
- * all: added a pf_demux_control member to input_thread_t. It is currently
- unused.
-
-------------------------------------------------------------------------
-r5025 | fenrir | 2003-08-02 18:43:59 +0200 (Sat, 02 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/ninput.h
-   A /trunk/src/input/demux.c
-
- * all: some helpers functions for pf_demux_control.
-
-------------------------------------------------------------------------
-r5026 | fenrir | 2003-08-02 21:16:04 +0200 (Sat, 02 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/include/ninput.h
-
- * ninput : a little developer documentation.
-
-------------------------------------------------------------------------
-r5027 | bigben | 2003-08-02 21:30:35 +0200 (Sat, 02 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* modules/access/http.c
-      - Didn't  take into consideration  a little change of  behavior between config_GetPsz and var_Get during my last commit, so that we were sending authentification information even if there wasn't any.
-
-------------------------------------------------------------------------
-r5028 | fenrir | 2003-08-03 04:00:00 +0200 (Sun, 03 Aug 2003) | 7 lines
-Changed paths:
-   A /trunk/modules/access/rtsp.c
-
- rtsp: connect  to an RTSP server,  issue a DESCRIBE command  and return
-the  answer.  It  WON'T  let  you  do  rtsp  as  we  first  need  a  SDP
-parser/demuxer, but it is on the way.
-
- The idea is to have a generic  SDP demuxer that will work with SDP from
-file, http or rtsp.
-
-------------------------------------------------------------------------
-r5029 | fenrir | 2003-08-03 14:04:28 +0200 (Sun, 03 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/rtsp.c
-
- * rtsp: mmmh, close the socket.
-
-------------------------------------------------------------------------
-r5030 | titer | 2003-08-03 15:49:37 +0200 (Sun, 03 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-
- configure.ac : added needed linking flags for BeOS/Zeta
- Makefile.am : cleaned make packages-beos
-
-------------------------------------------------------------------------
-r5031 | fenrir | 2003-08-03 17:25:33 +0200 (Sun, 03 Aug 2003) | 3 lines
-Changed paths:
-   A /trunk/modules/demux/sdp.c
-
- * sdp: begining of a SDP parser. It won't let you play anything for
- now, it just does (incomplete) parsing.
-
-------------------------------------------------------------------------
-r5032 | fenrir | 2003-08-03 18:22:48 +0200 (Sun, 03 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/sdp.c
-
- * sdp: parse 'a=' field.
-
-------------------------------------------------------------------------
-r5033 | bigben | 2003-08-03 18:36:20 +0200 (Sun, 03 Aug 2003) | 8 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
-* modules/access_out/http.c :
-
-using ability to give parametters to a specific sout module to set user and password fot http access out.
-
-new syntax is '#dst{access=http{user=foo,pass=bar}}
-
---sout-http-user and --sout-http-pwd parametters have been deleted.
-
-------------------------------------------------------------------------
-r5034 | gbazin | 2003-08-03 22:25:04 +0200 (Sun, 03 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_ext-plugins.c
-
-
-* src/input/input_ext-plugins.c: fixed nasty segfault when pf_read() returns -1;
-
-------------------------------------------------------------------------
-r5035 | gbazin | 2003-08-04 01:11:21 +0200 (Mon, 04 Aug 2003) | 5 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/include/configuration.h
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/gui/gtk/display.c
-   M /trunk/modules/gui/gtk/display.h
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/misc/configuration.c
-
-
-* src/misc/configuration.c, include/configuration.h, src/audio_output/intf.c, include/audio_output.h, modules/gui/gtk/display.[ch]: configuration variables now use vlc_callback_t callbacks (same as the object variables).
-* modules/video_output/x11/*: support for the _NET_WM_STATE_FULLSCREEN hint from the Extended Window Manager Hints spec.
-* modules/audio_output/alsa.c: support for 4.0 and 5.1 audio channels. This time it has been tested ;)
-
-------------------------------------------------------------------------
-r5036 | fenrir | 2003-08-04 02:48:11 +0200 (Mon, 04 Aug 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/sdp.c
-
- * sdp: - fixed loading of file > 1024 bytes.
-        - more processing -> now it should extract enough informations to
-        build RTP/RTSP session.
-        (Does not play anything yet)
-
-------------------------------------------------------------------------
-r5037 | jpsaman | 2003-08-04 14:34:20 +0200 (Mon, 04 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/menu.c
-
-Fixed missing headerfile.
-
-------------------------------------------------------------------------
-r5038 | jpsaman | 2003-08-04 14:34:52 +0200 (Mon, 04 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/qpsk.c
-
-Tuning succeeds, but have no audio yet. Major cleanup of code.
-
-------------------------------------------------------------------------
-r5039 | jpsaman | 2003-08-04 14:40:22 +0200 (Mon, 04 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ts.c
-
-Added a error message that the default values are used.
-
-------------------------------------------------------------------------
-r5040 | fenrir | 2003-08-04 20:50:36 +0200 (Mon, 04 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/sdp.c
-
- * sdp: begun to implement RTP code. (Not yet usefull)
-
-------------------------------------------------------------------------
-r5041 | fenrir | 2003-08-05 00:49:02 +0200 (Tue, 05 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts: fixed a segfault when removing PCR stream.
-
-------------------------------------------------------------------------
-r5042 | gbazin | 2003-08-05 01:31:53 +0200 (Tue, 05 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-
-* modules/misc/freetype.c: don't assume input string is in utf8 when calculating its length (better alloc more space than necessary).
-   + cleanup.
-
-------------------------------------------------------------------------
-r5043 | gbazin | 2003-08-05 01:35:25 +0200 (Tue, 05 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_text.c
-
-
-* src/video_output/video_text.c: removed legacy code that has been rotting for ages.
-
-------------------------------------------------------------------------
-r5044 | fenrir | 2003-08-05 03:27:45 +0200 (Tue, 05 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/sdp.c
-
- * sdp: near implemented basic RTP reading (MPA payload type may work when
-used without RTSP).
-
-------------------------------------------------------------------------
-r5045 | asmax | 2003-08-05 10:02:28 +0200 (Tue, 05 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/python/vlcmodule.c
-
-* VLC_AddTarget had a new prototype
-
-------------------------------------------------------------------------
-r5046 | jpsaman | 2003-08-05 11:35:33 +0200 (Tue, 05 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/qpsk.c
-
-- Enabled tuning for DVB-C and DVB-T cards.
-- Syncing with old satellite plugin.
-- Cleanup of code.
-
-------------------------------------------------------------------------
-r5047 | jpsaman | 2003-08-05 12:39:25 +0200 (Tue, 05 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/dvb.c
-
-Fixed superflous tuning ;-)
-
-------------------------------------------------------------------------
-r5048 | jpsaman | 2003-08-05 13:49:14 +0200 (Tue, 05 Aug 2003) | 2 lines
-Changed paths:
-   D /trunk/modules/gui/familiar/Modules.am
-   D /trunk/modules/gui/familiar/callbacks.c
-   D /trunk/modules/gui/familiar/callbacks.h
-   D /trunk/modules/gui/familiar/familiar.c
-   D /trunk/modules/gui/familiar/familiar.glade
-   D /trunk/modules/gui/familiar/familiar.h
-   D /trunk/modules/gui/familiar/interface.c
-   D /trunk/modules/gui/familiar/interface.h
-   D /trunk/modules/gui/familiar/network.c
-   D /trunk/modules/gui/familiar/network.h
-   D /trunk/modules/gui/familiar/playlist.c
-   D /trunk/modules/gui/familiar/playlist.h
-   D /trunk/modules/gui/familiar/support.c
-   D /trunk/modules/gui/familiar/support.h
-
-Removing files for Familiar interface (Gtk+1.2 and GPE).
-
-------------------------------------------------------------------------
-r5049 | jpsaman | 2003-08-05 13:51:20 +0200 (Tue, 05 Aug 2003) | 2 lines
-Changed paths:
-   D /trunk/modules/gui/familiar
-
-Removing file.
-
-------------------------------------------------------------------------
-r5050 | jpsaman | 2003-08-05 13:52:42 +0200 (Tue, 05 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/pda/Modules.am
-
-Added glade2 project file.
-
-------------------------------------------------------------------------
-r5051 | jpsaman | 2003-08-05 13:54:11 +0200 (Tue, 05 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac
-   M /trunk/modules/LIST
-   M /trunk/modules/access/satellite/access.c
-
-The familiar interface is now officially removed from VLC. The interface is superseeded by the PDA interface for handhelds. It uses Gtk+2 and can be built using the configure option '--enable-pda'.
-
-------------------------------------------------------------------------
-r5052 | jpsaman | 2003-08-06 14:01:06 +0200 (Wed, 06 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-Updated my entry.
-
-------------------------------------------------------------------------
-r5053 | massiot | 2003-08-08 18:41:04 +0200 (Fri, 08 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-
-* modules/gui/macosx/prefs.m: Localized two strings.
-
-------------------------------------------------------------------------
-r5054 | gbazin | 2003-08-08 18:50:27 +0200 (Fri, 08 Aug 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/src/input/input_clock.c
-
-
-* src/input/input_clock.c: reverted the patch that caused the regression in 0.6.1
-* modules/packetizer/copy.c: fixed segfault
-* modules/gui/wxwindows/wxwindows.cpp: compilation fix for wxWindows 2.5 cvs
-
-------------------------------------------------------------------------
-r5055 | gbazin | 2003-08-08 19:08:32 +0200 (Fri, 08 Aug 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/ffmpeg/video.h
-   M /trunk/modules/codec/libmpeg2.c
-
-
-* modules/codec/ffmpeg/: proper generation of pts in the video decoder + couple of bug fixes + cleanup.
-   The ffmpeg video decoder can now be used to decode mpeg1/2 videos as well.
-* modules/codec/libmpeg2.c: upped priority so it will be used to decode mpeg1/2 videos instead of ffmpeg.
-
-------------------------------------------------------------------------
-r5056 | gbazin | 2003-08-09 16:59:24 +0200 (Sat, 09 Aug 2003) | 5 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/stream_output/stream_output.c
-
-
-* src/stream_output/stream_output.c, include/stream_output.h: added an i_padding field to sout_instance_t so we can allocate sout_buffers with a bit more space than asked for (needed for ffmpeg decoding).
-* modules/stream_out/transcode.c: proper pts/dts generation. This allows the transcoder module to finally generate proper streams.
-   Added support for b frames (bframe=x option) + couple of bug fixes.
-
-------------------------------------------------------------------------
-r5057 | gbazin | 2003-08-09 21:14:16 +0200 (Sat, 09 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcd/cdrom.c
-
-
-* modules/access/vcd/cdrom.c: switching to YellowMode2 for reading VCDs apparently created problems for some people so the reading is reverted to XAForm2 and only if this one fails we try YellowMode2. Hopefully that will still allow us to read the SVCD DATA track.
-
-------------------------------------------------------------------------
-r5058 | gbazin | 2003-08-09 21:39:17 +0200 (Sat, 09 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcd/vcd.c
-
-
-* modules/access/vcd/vcd.c: sanity check on the track requested by the user. This avoids nasty segfaults.
-
-------------------------------------------------------------------------
-r5059 | gbazin | 2003-08-09 21:49:13 +0200 (Sat, 09 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/codec/ffmpeg/video.c: temporary hack to work around demuxers that set the DTS value in p_pes->i_pts.
-* modules/demux/ogg.c: don't try anymore to send interpolated pts to ffmpeg.
-
-------------------------------------------------------------------------
-r5060 | gbazin | 2003-08-10 11:22:07 +0200 (Sun, 10 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* include/configuration.h: bug fix for add_string_from_list()
-* modules/gui/wxwindows/*: added a subtitles encoding combobox in the subtitles dialog.
-
-------------------------------------------------------------------------
-r5061 | gbazin | 2003-08-10 12:22:52 +0200 (Sun, 10 Aug 2003) | 5 lines
-Changed paths:
-   M /trunk/include/osd.h
-   M /trunk/modules/codec/subsdec/subsdec.c
-   M /trunk/modules/codec/subsdec/subsdec.h
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-   M /trunk/modules/misc/freetype.c
-
-
-* modules/codec/subsdec/subsdec.[c,h]: added --subsdec-align option to specify center, left or right alignment.
-* include/osd.h, modules/misc/freetype.c: support for center alignment.
-* modules/gui/wxwindows/subtitles.cpp: string change.
-
-------------------------------------------------------------------------
-r5062 | zorglub | 2003-08-10 14:45:52 +0200 (Sun, 10 Aug 2003) | 8 lines
-Changed paths:
-   M /trunk/modules/LIST
-   M /trunk/modules/access/slp.c
-   A /trunk/modules/list.sh
-
-* modules/LIST: Updated all modules
-
-* modules/list.sh: piggy list consistency checker
- (should probably be added to toolbox or trashed)
-
-* modules/access/slp.c : Fixed service detection
-       (findsrvtypes returns a comma-separated list of services)
-
-------------------------------------------------------------------------
-r5063 | gbazin | 2003-08-10 15:35:03 +0200 (Sun, 10 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcd/vcd.c
-
-
-* modules/access/vcd/vcd.c: a few navigation fixes.
-
-------------------------------------------------------------------------
-r5064 | gbazin | 2003-08-10 16:21:16 +0200 (Sun, 10 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/packetizer/copy.c
-
-
-* modules/demux/mkv.cpp, modules/mux/avi.c, modules/mux/mpeg/ts.c, modules/packetizer/copy.c: thou shalt not use %lld which is not portable.
-
-------------------------------------------------------------------------
-r5065 | gbazin | 2003-08-10 16:23:15 +0200 (Sun, 10 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-
-* modules/mux/mpeg/ts.c: oops.
-
-------------------------------------------------------------------------
-r5066 | gbazin | 2003-08-10 23:26:07 +0200 (Sun, 10 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/share/vlc_win32_rc.rc
-
-
-* ALL: preparing for a 0.6.2 release
-
-------------------------------------------------------------------------
-r5067 | fenrir | 2003-08-11 00:13:05 +0200 (Mon, 11 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
- * mpegvideo.c: try to set a better value for length. (I am not sure it is
- the good one but it give far better result). dts/pts/length computation
- should be verified.
-
-------------------------------------------------------------------------
-r5068 | gbazin | 2003-08-11 19:31:15 +0200 (Mon, 11 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/packetizer/mpegvideo.c
-
-
-* modules/packetizer/mpegvideo.c: small clarification.
-* modules/gui/wxwindows/wxwindows.cpp: don't try to destroy wxWindows objects when wxWindows has already exited.
-
-------------------------------------------------------------------------
-r5069 | gbazin | 2003-08-11 20:52:41 +0200 (Mon, 11 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
-
-* modules/packetizer/mpegvideo.c: oops, fixed typo.
-
-------------------------------------------------------------------------
-r5070 | gbazin | 2003-08-11 21:30:36 +0200 (Mon, 11 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-
-* ChangeLog, po/*: preparing for the 0.6.2 release
-
-------------------------------------------------------------------------
-r5071 | fenrir | 2003-08-11 22:18:02 +0200 (Mon, 11 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/httpd.c
-
- * httpd: added HEAD command support.
-
-------------------------------------------------------------------------
-r5072 | fenrir | 2003-08-11 22:19:45 +0200 (Mon, 11 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/copy.c
-
- * copy: removed annoying debug message.
-
-------------------------------------------------------------------------
-r5073 | gbazin | 2003-08-11 22:48:19 +0200 (Mon, 11 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/stream_out/transcode.c: work around a problem in ffmpeg with mpeg4 encoding.
-
-------------------------------------------------------------------------
-r5074 | gbazin | 2003-08-11 22:49:53 +0200 (Mon, 11 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-
-* ChangeLog: updated changelog for 0.6.2.
-
-------------------------------------------------------------------------
-r5075 | gbazin | 2003-08-12 01:07:46 +0200 (Tue, 12 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/share/http/index.html
-
-
-* share/http/index.html: added "del" and "empty" controls.
-
-------------------------------------------------------------------------
-r5076 | sam | 2003-08-12 10:19:20 +0200 (Tue, 12 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/mkv.cpp
-
-  * modules/demux/mkv.cpp: support for libmatroska 0.5.0.
-
-------------------------------------------------------------------------
-r5077 | jpsaman | 2003-08-12 14:43:47 +0200 (Tue, 12 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/qpsk.c
-
-* Audio is verified to work, it was a problem with the test setup and not with the code ;-).
-* Added code to support LNB_LOF1, LNB_LOF2, LNB_SLOF commandline options.
-* Cleanup of code.
-
-------------------------------------------------------------------------
-r5078 | jpsaman | 2003-08-12 16:15:41 +0200 (Tue, 12 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.c
-   M /trunk/modules/access/dvb/qpsk.c
-
-* more cleanup
-
-------------------------------------------------------------------------
-r5079 | jpsaman | 2003-08-12 17:35:26 +0200 (Tue, 12 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/qpsk.c
-
-Fixed long problem with tuning to frequencies like; 12669500 Hz which is not possible with the old satellite plugin, because it reads 12669,5 in kHz and could not be expressed.
-* Frequency, symbol rate, LNB_LOF1, LNB_LOF2 and LNB_SLOF are in Hz now. Input methods "dvb", "qpsk", "cable", "terrestrial" use this policy.
-* Added backwards compatibility with access method "satellite" as used by the GUI; frequency and symbol rate are interpreted as kHz.
-
-------------------------------------------------------------------------
-r5080 | gbazin | 2003-08-12 19:01:35 +0200 (Tue, 12 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/ffmpeg/video.h
-
-
-*  modules/codec/ffmpeg/video.[ch]: another temporary workaround.
-
-------------------------------------------------------------------------
-r5081 | gbazin | 2003-08-12 20:25:45 +0200 (Tue, 12 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/po/de.po
-
-
-* po/de.po: update of the german translation by Felix K?\239?\191?\189hne.
-
-------------------------------------------------------------------------
-r5082 | gbazin | 2003-08-12 20:34:47 +0200 (Tue, 12 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-
-* ChangeLog: re-re-re-updated the changelog for the 0.6.2 release.
-
-------------------------------------------------------------------------
-r5083 | gbazin | 2003-08-13 03:45:13 +0200 (Wed, 13 Aug 2003) | 5 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/access/dvdplay/access.c
-   M /trunk/modules/access/dvdplay/intf.c
-   M /trunk/modules/access/dvdplay/intf.h
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/src/input/input_programs.c
-
-
-* modules/access/dvdplay/*: support for dvd menus navigation ("dvd_menus" object variable).
-* modules/gui/wxwindows/menus.cpp: support for dvd menus navigation.
-* src/input/input_programs.c: programs object var was not reset correctly.
-
-------------------------------------------------------------------------
-r5084 | gbazin | 2003-08-13 03:50:47 +0200 (Wed, 13 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-
-* ChangeLog: guess what ? yeah, yet another update for 0.6.2.
-
-------------------------------------------------------------------------
-r5085 | titer | 2003-08-13 09:03:17 +0200 (Wed, 13 Aug 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/access/dvb/.cvsignore
-
- Missing file
-
-------------------------------------------------------------------------
-r5086 | jpsaman | 2003-08-13 15:50:13 +0200 (Wed, 13 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/dvb.c
-
-Keep track of ioctl_UnsetDMXFilter
-
-------------------------------------------------------------------------
-r5087 | jpsaman | 2003-08-13 15:54:02 +0200 (Wed, 13 Aug 2003) | 8 lines
-Changed paths:
-   M /trunk/src/input/input_ext-plugins.c
-
-Fixed segmentation fault in input_SplitBuffer() when input_FillBuffer() could not allocate (actually input_NewBuffer()) another buffer. The code tested for:
-if (!i_size)
-{
-  /* Handle error */
-}
-
-However input_SplitBuffer() returns -1, which results in if (false) here and a segmentation fault will happen when input_ShareBuffer() is called. All constructs of the above form are supicious to produce a segfault in the code!
-
-------------------------------------------------------------------------
-r5088 | fenrir | 2003-08-13 16:06:37 +0200 (Wed, 13 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ts.c
-
- * ts.c: commented out useless code and an annoying error message.
-
-------------------------------------------------------------------------
-r5089 | zorglub | 2003-08-13 16:17:26 +0200 (Wed, 13 Aug 2003) | 7 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/announce.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/announce.c
-
-* configure.ac : we need to define HAVE_SLP_H
-
-* include/announce.h & vlc_common.h: slp_session_t structure definition
-
-* module/stream_out/standard.c & src/stream_output/announce.c :
-    SLP announcing support by vlc
-
-------------------------------------------------------------------------
-r5090 | gbazin | 2003-08-13 20:39:53 +0200 (Wed, 13 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/video_output/x11/xcommon.c
-
-
-* modules/video_output/x11/xcommon.c: fixed a bug with fullscreen and sawfish.
-* modules/codec/ffmpeg/video.c: forgot a debug message.
-
-------------------------------------------------------------------------
-r5091 | gbazin | 2003-08-13 21:18:46 +0200 (Wed, 13 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-
-* ChangeLog: yeah I know... don't laugh.
-
-------------------------------------------------------------------------
-r5092 | gbazin | 2003-08-13 21:38:28 +0200 (Wed, 13 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/include/announce.h
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/announce.c
-
-
-* include/announce.h, src/stream_output/announce.c, modules/stream_out/standard.c: fixed broken build.
-
-------------------------------------------------------------------------
-r5093 | gbazin | 2003-08-13 23:15:42 +0200 (Wed, 13 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-
-* modules/stream_out/standard.c: fixed segfault on close.
-
-------------------------------------------------------------------------
-r5094 | gbazin | 2003-08-14 01:26:55 +0200 (Thu, 14 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/control/Modules.am
-   A /trunk/modules/control/ntservice.c
-
-
-* ALL: bumped version number to 0.6.3-cvs
-* modules/control/ntservice.c: new Windows NT/2K/XP service interface.
-
-------------------------------------------------------------------------
-r5095 | sigmunau | 2003-08-14 13:25:56 +0200 (Thu, 14 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/src/input/stream.c
-
-include/ninput.c, src/input/stream.c:
-   Moved comment blocks to the implementation where appropriate. Changed
-   comments to Doxygen syntax.
-
-------------------------------------------------------------------------
-r5096 | gbazin | 2003-08-14 13:47:32 +0200 (Thu, 14 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/src/extras/libc.c
-
-* src/extras/libc.c, nclude/vlc_common.h, modules/mux/mpeg/ts.c: added atoll() to our libc.
-* modules/control/ntservice.c: added a --ntservice-extraintf option to allow the service to spawn additionnal interfaces.
-* include/audio_output.h, modules/audio_output/directx.c: added support for 3F2R audio output in addition to 3F2R/LFE (5.1).
-
-------------------------------------------------------------------------
-r5097 | garf | 2003-08-14 14:38:04 +0200 (Thu, 14 Aug 2003) | 7 lines
-Changed paths:
-   A /trunk/extras/MacOSX/plugin
-   A /trunk/extras/MacOSX/plugin/English.lproj
-   A /trunk/extras/MacOSX/plugin/English.lproj/InfoPlist.strings
-   A /trunk/extras/MacOSX/plugin/Info.plist
-   A /trunk/extras/MacOSX/plugin/pbdevelopment.plist
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/mozilla/Makefile.am
-   M /trunk/mozilla/support/npmac.cpp
-   M /trunk/mozilla/vlc.r
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/po/en_GB.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/src/libvlc.c
-
- * mozilla plugin on MacOSX. Not fully implemented yet.
- * compiled with mozilla 1.4 (won't probably work with <1.4)
- * TODO:
- *     - make XPCOM work (play,pause,stop buttons)
- *     - fullscreen implementation (quite difficult on MacOSX because only
- *       the main thread can create windows)
-
-------------------------------------------------------------------------
-r5098 | sigmunau | 2003-08-14 15:02:55 +0200 (Thu, 14 Aug 2003) | 9 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/src/playlist/playlist.c
-
-vlc_playlist.h:
-   * added a duration field to the playlist item struct
-vlc_playlist.h, playlist.c:
-   * turned playlist_AddName into playlist_AddExt and made it take an extra
-   argument( the duration )
-   * doxygenize comments
-modules/demux/m3u.c, modules/gui/macosx/playlist.m:
-   * use playlist_AddExt
-
-------------------------------------------------------------------------
-r5099 | sigmunau | 2003-08-14 15:09:42 +0200 (Thu, 14 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-
-include/vlc/vlc.h:
-   turn playlist command defines into a enum
-
-------------------------------------------------------------------------
-r5100 | garf | 2003-08-14 15:32:12 +0200 (Thu, 14 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
- * little bug fix.
-
-------------------------------------------------------------------------
-r5101 | sigmunau | 2003-08-14 19:50:43 +0200 (Thu, 14 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-
-include/stream_output.h:
-  * use #if 0 and not // to disable code
-
-------------------------------------------------------------------------
-r5102 | sigmunau | 2003-08-14 20:12:39 +0200 (Thu, 14 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/control/lirc/lirc.c
-
-modules/control/lirc/lirc.c:
- * applied slightly modified patch by  Stephane Mottelet <mottelet@dma.utc.fr>
- to support next/previous chapter buttons on remote controls
-
-------------------------------------------------------------------------
-r5103 | sigmunau | 2003-08-14 20:21:58 +0200 (Thu, 14 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/include/video_output.h
-
-include/video_output.h:
- * minor cleanup in a comment
-
-------------------------------------------------------------------------
-r5104 | sigmunau | 2003-08-14 21:25:56 +0200 (Thu, 14 Aug 2003) | 13 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   A /trunk/include/vlc_keys.h
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/configuration.c
-
-First part of code to allow configurable hotkeys.
-include/configuration.h, src/misc/configuration.h:
- * added a CONFIG_ITEM_KEY
-include/vlc_keys.h:
- * constants to identify keys
-src/libvlc.h:
- * provide a set of hotkey config options
-modules/gui/wxwindows/interface.cpp, wxwindows.h:
- * set the configured hotkeys as accelerator for the appropriate menus
-modules/gui/wxwindows/preferences.cpp:
- * start to support CONFIG_ITEM_KEY. Options are showed with the right value
-   but any changes made have no effect yet.
-
-------------------------------------------------------------------------
-r5105 | zorglub | 2003-08-14 22:02:55 +0200 (Thu, 14 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   D /trunk/include/announce.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/stream_out/Modules.am
-   A /trunk/modules/stream_out/announce.c
-   A /trunk/modules/stream_out/announce.h
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/misc/modules.c
-   D /trunk/src/stream_output/announce.c
-
-* all: as announce calls non-standard functions (SLP), remove it from
-src, and build it in the stream_out_standard module to avoid a link
-
-------------------------------------------------------------------------
-r5106 | fenrir | 2003-08-15 01:32:51 +0200 (Fri, 15 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/system.h
-   M /trunk/modules/demux/mpeg/ts.c
-
- * all: added support for a52 in PES private stream, but untested.
-
-------------------------------------------------------------------------
-r5107 | fenrir | 2003-08-15 01:37:54 +0200 (Fri, 15 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts: use right stream_id for A52 (0xbd -> fix mplayer playback) and add a
-  "registration descriptor" (-> fix xine playback) when using a52.
-
-------------------------------------------------------------------------
-r5108 | fenrir | 2003-08-15 03:58:46 +0200 (Fri, 15 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/pes.c
-
- * pes: fix private stream with mpeg1.
-
-------------------------------------------------------------------------
-r5109 | fenrir | 2003-08-15 15:16:38 +0200 (Fri, 15 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-
- * ffmpeg: added m4cc and M4CC as MPEG4 fourcc.
-
-------------------------------------------------------------------------
-r5110 | gbazin | 2003-08-16 18:56:40 +0200 (Sat, 16 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   M /trunk/po/POTFILES.in
-   A /trunk/po/pt_BR.po
-
-
-* po/pt_BR.po, THANKS: new brazilian portuguese translation, courtesy of Andr?\239?\191?\189 de Barros Martins Ribeiro.
-
-------------------------------------------------------------------------
-r5111 | zorglub | 2003-08-16 23:05:14 +0200 (Sat, 16 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* configure.ac : linked stream_out_standard to ws2_32 to fix build
-
-* playlist.cpp : added "Random" and "Loop" checkboxes
-
-------------------------------------------------------------------------
-r5112 | gbazin | 2003-08-17 15:56:26 +0200 (Sun, 17 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/flacdec.c
-   M /trunk/modules/demux/flac.c
-
-
-* modules/demux/flac.c: few cosmetic changes.
-* modules/codec/flacdec.c: when synchronisation on the bitstream is lost, flush the flac decoder so it can synchronise again (fixes problems on seeking).
-
-------------------------------------------------------------------------
-r5113 | sigmunau | 2003-08-17 16:11:21 +0200 (Sun, 17 Aug 2003) | 5 lines
-Changed paths:
-   M /trunk/doc/Doxyfile
-
-doc/Doxyfile:
- * Extract documentation on static functions, useful to get the static
-inline functions defined in header files listed. Drawback is that private
-functions in source files are also listed.
-
-------------------------------------------------------------------------
-r5114 | sigmunau | 2003-08-17 16:14:01 +0200 (Sun, 17 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-src/playlist/playlist.c:
- * small documentation update
-
-------------------------------------------------------------------------
-r5115 | sigmunau | 2003-08-17 17:22:49 +0200 (Sun, 17 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-modules/misc/freetype.c:
- * added support for RV32/RV24 chroma
-
-------------------------------------------------------------------------
-r5116 | fenrir | 2003-08-17 20:44:26 +0200 (Sun, 17 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-
- * avi, dummy: removed useless include.
-
-------------------------------------------------------------------------
-r5117 | fenrir | 2003-08-17 22:39:08 +0200 (Sun, 17 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_ext-dec.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/misc/iso_lang.c
-   M /trunk/src/video_output/video_text.h
-
- * all: removed all u8/u16/.... occurences.
-
-------------------------------------------------------------------------
-r5118 | fenrir | 2003-08-17 22:45:50 +0200 (Sun, 17 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-
- * all: added OggS fourcc. (still unsported but allow dumping)
-
-------------------------------------------------------------------------
-r5119 | alexis | 2003-08-17 22:58:45 +0200 (Sun, 17 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   A /trunk/po/es.po
-   M /trunk/src/libvlc.h
-
-po/es.po THANKS configure.ac: Spanish translation started by Vicente Jim?\239?\191?\189nez Aguilar.
-
-src/libvlc.h: replaced "VLS" by "streaming server".
-
-------------------------------------------------------------------------
-r5120 | fenrir | 2003-08-18 01:02:52 +0200 (Mon, 18 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access/mms/mms.h
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmsh.h
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/cinepak/cinepak.c
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/wav.c
-
- * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include/vlc_common.h.
- (Well, Get(D/Q)WBE are just #define to U16/32/64_AT.
-
-------------------------------------------------------------------------
-r5121 | sigmunau | 2003-08-18 01:11:55 +0200 (Mon, 18 Aug 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-modules/misc/freetype.c:
- * implemented outlineing of the glyphs. Please yell if the performance
-suck, and I will try to make them optional.
- * fixed centering on RV32 and YUY2
-
-------------------------------------------------------------------------
-r5122 | fenrir | 2003-08-18 01:42:37 +0200 (Mon, 18 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/asf.h
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-
- * all: A little clean up.
-
-------------------------------------------------------------------------
-r5123 | fenrir | 2003-08-18 02:17:44 +0200 (Mon, 18 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/include/codecs.h
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/wav.c
-
- * all: move "wave format tag to fourcc" from demuxers to codecs.h
- (only one place to keep updated).
-
-------------------------------------------------------------------------
-r5124 | jpsaman | 2003-08-18 08:42:48 +0200 (Mon, 18 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-
-Small fix.
-
-------------------------------------------------------------------------
-r5125 | zorglub | 2003-08-18 15:16:43 +0200 (Mon, 18 Aug 2003) | 14 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/libvlc.h
-
-* src/audio_output/input.c
-  src/libvlc.h :
-       First try to implement "user audio filters"
-       You can provide a list of audio filters that you want to add to
-       the pipeline (only the "headphone", at that time).
-       (use --audio-filter filter1,filter2,...)
-
-   ***Warning***
-   It seems to work, but no guarantee at all. Perhaps all is bad
-   and the commit should be reverted, as it could break audio output
-
-* modules/codec/libmpeg2.c :
-       Fixed a segfault when vout creation fails
-
-------------------------------------------------------------------------
-r5126 | sigmunau | 2003-08-18 16:57:09 +0200 (Mon, 18 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/visualization/scope/scope.c
-
-Turned the scope plugin into a audio filter that can be inserted with
---audio-filter. It still seems to have many problems, so I will not eneable
-it yet.
-
-------------------------------------------------------------------------
-r5127 | fenrir | 2003-08-18 19:25:51 +0200 (Mon, 18 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts: fix PCR value when using pcr-soft.
-
-------------------------------------------------------------------------
-r5128 | fenrir | 2003-08-18 19:30:48 +0200 (Mon, 18 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
- * udp: udp-sout-caching is now also accessible by instance variable
- "caching".  (ex: udp{caching=ms})
-
-------------------------------------------------------------------------
-r5129 | fenrir | 2003-08-18 21:17:54 +0200 (Mon, 18 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/src/input/stream.c
-
- * all: added stream_DataPacket
-
-------------------------------------------------------------------------
-r5130 | fenrir | 2003-08-18 21:18:47 +0200 (Mon, 18 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/Modules.am
-   M /trunk/modules/demux/asf/asf.c
-   D /trunk/modules/demux/asf/asf.h
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-
- * asf: clean up + use stream_* (It's not yet well tested)
-
-------------------------------------------------------------------------
-r5131 | hartman | 2003-08-19 13:26:59 +0200 (Tue, 19 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/po/pt_BR.po
-   M /trunk/src/libvlc.h
-
-* Updated brazilian portuguese translation by Andre de Barros Martins Ribreiro
-  ( your parents couldn't find anything shorter? :)
-* Added this language to the options in the preferences.
-
-------------------------------------------------------------------------
-r5132 | hartman | 2003-08-19 15:20:27 +0200 (Tue, 19 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* deleted stray i char
-
-------------------------------------------------------------------------
-r5133 | garf | 2003-08-19 16:07:51 +0200 (Tue, 19 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/mozilla/support/npmac.cpp
-   M /trunk/mozilla/vlcpeer.cpp
-   M /trunk/mozilla/vlcshell.cpp
-
- * XPCOM implementation in mozilla plugin on MacOSX (Play, pause, stop
- *  buttons. Fullscreen disabled ).
-
-------------------------------------------------------------------------
-r5134 | sigmunau | 2003-08-19 20:51:03 +0200 (Tue, 19 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/visualization/scope/scope.c
-
-modules/visualization/scope/scope.c:
- * fixed numerous issues. It now works, but it has some impact on some audio
-streams, especially vorbis
-
-------------------------------------------------------------------------
-r5135 | adn | 2003-08-19 23:16:09 +0200 (Tue, 19 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   A /trunk/modules/gui/wxwindows/v4l.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Video4Linux / PVR / KFIR unified panel
-
-------------------------------------------------------------------------
-r5136 | zorglub | 2003-08-19 23:20:00 +0200 (Tue, 19 Aug 2003) | 13 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/modules/visualization/visual
-   A /trunk/modules/visualization/visual/Modules.am
-   A /trunk/modules/visualization/visual/effects.c
-   A /trunk/modules/visualization/visual/visual.c
-   A /trunk/modules/visualization/visual/visual.h
-   M /trunk/src/audio_output/input.c
-
-* src/audio_output/input.c: forgot to free something
-
-* modules/visualisation/visual/* :
-       visualization system. It supports multi-effects.
-At the moment:
-       -dummy (guess what ? it does nothing)
-       -scope (adapted and fixed from sam's one)
-       -random (displays random plots)
-Todo:
-       - spectrum analyser
-       - movement effects (rotations, scrolls,...)
-       - blur effect ?
-
-------------------------------------------------------------------------
-r5137 | adn | 2003-08-19 23:54:07 +0200 (Tue, 19 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-SLP Announce :)
-
-------------------------------------------------------------------------
-r5138 | adn | 2003-08-20 00:28:24 +0200 (Wed, 20 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-
-Oooooooops !
-
-------------------------------------------------------------------------
-r5139 | fenrir | 2003-08-20 03:10:54 +0200 (Wed, 20 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi: fixed playback of others brokens stream.
- Remember: each time something could be wrong then, with avi, it will be.
- I hate avi.
-
-------------------------------------------------------------------------
-r5140 | fenrir | 2003-08-20 03:18:50 +0200 (Wed, 20 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
- * stream: less warnings.
-
-------------------------------------------------------------------------
-r5141 | garf | 2003-08-20 11:58:28 +0200 (Wed, 20 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
- * forgot an -I
-
-------------------------------------------------------------------------
-r5142 | garf | 2003-08-20 15:08:10 +0200 (Wed, 20 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
- * mozilla plugin on MacOSX : scrollbar clipping problem fix
-
-------------------------------------------------------------------------
-r5143 | garf | 2003-08-20 18:22:27 +0200 (Wed, 20 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
- * had accidentally deleted the first line of vout.m
-
-------------------------------------------------------------------------
-r5144 | adn | 2003-08-20 21:17:29 +0200 (Wed, 20 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/v4l.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* Bitrate options for PVR
-* fix for win32 compilation
-
-------------------------------------------------------------------------
-r5145 | babal | 2003-08-20 21:36:28 +0200 (Wed, 20 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-- anti-spam
-
-------------------------------------------------------------------------
-r5146 | asmax | 2003-08-20 23:59:01 +0200 (Wed, 20 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-
-* fixed an internal error with stupid gcc2.95
-
-------------------------------------------------------------------------
-r5147 | hartman | 2003-08-21 18:59:35 +0200 (Thu, 21 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/kde/kde.cpp
-   M /trunk/modules/video_output/mga/Modules.am
-   D /trunk/modules/video_output/mga/xmga.c
-
-* Removed the xmga plugin since it was quote "a waste of time and not even finished"
-* Decreased the priority of kde interface because of it's unstable nature
-  and not being maintained status.
-
-------------------------------------------------------------------------
-r5148 | hartman | 2003-08-21 22:29:29 +0200 (Thu, 21 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/po/pt_BR.po
-
-* Updated Brazilian translation
-
-------------------------------------------------------------------------
-r5149 | asmax | 2003-08-22 10:06:25 +0200 (Fri, 22 Aug 2003) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* interface.cpp: fixed a stack corruption which caused a segfault in the
-  wxwindows plugin (in UpdateAcceleratorTable, the table
-  wxAcceleratorEntry entries[6] was filled with _seven_ values ;-)
-  I guess it didn't happen with all compilers because of the way
-  variables are stored on the stack)
-* wxwindows.h: removed a warning
-
-------------------------------------------------------------------------
-r5150 | hartman | 2003-08-22 15:38:03 +0200 (Fri, 22 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/transform.c
-
-* A vflip should flip on the vertical axis and not on the horizontal of course.
-
-------------------------------------------------------------------------
-r5151 | adn | 2003-08-22 16:03:40 +0200 (Fri, 22 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-no v4l tab for win32
-
-------------------------------------------------------------------------
-r5152 | fenrir | 2003-08-22 22:29:58 +0200 (Fri, 22 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/include/ninput.h
-
- * ninput: added wrappers to stream_Control.
-
-------------------------------------------------------------------------
-r5153 | fenrir | 2003-08-22 22:31:47 +0200 (Fri, 22 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-
- * avi: use stream_*, some clean and reordering.
-
-------------------------------------------------------------------------
-r5154 | fenrir | 2003-08-22 22:32:27 +0200 (Fri, 22 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/wav.c
-
- * all: use stream_Seek/Size/Tell wrappers.
-
-------------------------------------------------------------------------
-r5155 | fenrir | 2003-08-23 00:52:48 +0200 (Sat, 23 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-   M /trunk/modules/demux/avi/libavi.c
-
- *all : multi-pass clean up/cosmetics.
-
-------------------------------------------------------------------------
-r5156 | fenrir | 2003-08-23 13:46:06 +0200 (Sat, 23 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi : fixed a lock problem.
-
-------------------------------------------------------------------------
-r5157 | lool | 2003-08-23 14:47:24 +0200 (Sat, 23 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * very light typo
-
-------------------------------------------------------------------------
-r5158 | lool | 2003-08-23 14:53:54 +0200 (Sat, 23 Aug 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/visualization/visual/.cvsignore
-
-  * added missing .cvsignore
-
-------------------------------------------------------------------------
-r5159 | hartman | 2003-08-23 14:59:31 +0200 (Sat, 23 Aug 2003) | 16 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   A /trunk/include/charset.h
-   M /trunk/modules/codec/subsdec/subsdec.c
-   A /trunk/src/misc/charset.c
-   M /trunk/src/playlist/playlist.c
-
-* added a vlc_current_charset function. This tries to get the current charset
-  in use by the OS. It's pretty nifty. if available it uses nl_langinfo. Then
-  it falls back to trying setlocale (exept on OSX, where this funtion is useless)
-  and then falls back to LC_ALL, LC_TYPE and LANG environment variables.
-  If only the LANG variable is available (like on osx) it tries a countrycode
-  to charset mapping (making an educated guess ).
-  On windows it retrieves the charset with GetACP().
-  It also has an aliases system to transform incompatible charset description
-  strings to libiconv compatible charset descriptions. If you want you can even
-  retrieve the charset on OS/2.
-* modules/codec/subsdec/subsdec.c: By default we try to open a subtitle file in
-  the systems charset (or language mapped to charset). It's no more than a guess,
-  and if you open Latin1 subs on your Japanese system you will still need to
-  specify the encoding by hand, but it's better then nothing.
-* src/playlist/playlist.c: spelling error in a comment.
-
-------------------------------------------------------------------------
-r5160 | hartman | 2003-08-23 16:14:01 +0200 (Sat, 23 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* sorry :)
-  fix broken tree
-
-------------------------------------------------------------------------
-r5161 | fenrir | 2003-08-23 16:15:27 +0200 (Sat, 23 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/include/ninput.h
-
- * ninput: fix a warning. (bad functions order)
-
-------------------------------------------------------------------------
-r5162 | lool | 2003-08-23 16:26:34 +0200 (Sat, 23 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-  * missing top static declaration was giving a warning
-
-------------------------------------------------------------------------
-r5163 | lool | 2003-08-23 16:38:50 +0200 (Sat, 23 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-  * src/misc/configuration.c: fix a couple of signed/unsigned warns
-
-------------------------------------------------------------------------
-r5164 | fenrir | 2003-08-23 16:51:30 +0200 (Sat, 23 Aug 2003) | 5 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-
- * input: fixed buffer overflow, add sanity check and big big clean up.
-(for the user filter part).
- For now, when a user filter can't be inserted it is just ignored. (before
-the whole audio chain failed).
-
-------------------------------------------------------------------------
-r5165 | lool | 2003-08-23 17:35:51 +0200 (Sat, 23 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am: slight changes of the VLC.app target to generate it in
-                 $(top_builddir) instead of $(srcdir)
-
-------------------------------------------------------------------------
-r5166 | fenrir | 2003-08-23 18:15:47 +0200 (Sat, 23 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/faad/decoder.c
-
- * faad: fix SBR handling.
-
-------------------------------------------------------------------------
-r5167 | fenrir | 2003-08-23 19:23:45 +0200 (Sat, 23 Aug 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/visualization/goom.c
-
- * goom: visual effects using goom. (Not yet enabled)
-
-------------------------------------------------------------------------
-r5168 | hartman | 2003-08-23 21:20:29 +0200 (Sat, 23 Aug 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec/subsdec.c
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-
-* modules/codec/subsdec/subsdec.c: reordered the list of encodings. Should
-  make it easier for users to find their charset now.
-* modules/demux/util/sub.?: try to find filename.subext based on filename.avi
-  Very basic now, but might be become more advanced in the feature. (that's
-  why it's so much code )
-
-------------------------------------------------------------------------
-r5169 | lool | 2003-08-23 23:21:32 +0200 (Sat, 23 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * was wrongly deleting the extras/ dir
-
-------------------------------------------------------------------------
-r5170 | hartman | 2003-08-24 00:02:45 +0200 (Sun, 24 Aug 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-
-* modules/demux/util/sub.c: Fixed a crash when trying to autodetect files
-  that don't have a . char in their name. Also fixed a problem where the
-  code was trying to open a empty string subtitle after autodetect couldn't
-  find a suitable filename.
-
-------------------------------------------------------------------------
-r5171 | fenrir | 2003-08-24 00:19:07 +0200 (Sun, 24 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-
- * charset: compilation fix.
-
-------------------------------------------------------------------------
-r5172 | fenrir | 2003-08-24 00:49:50 +0200 (Sun, 24 Aug 2003) | 7 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   A /trunk/include/vlc_block.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/visualization/Modules.am
-   M /trunk/modules/visualization/goom.c
-   A /trunk/src/misc/block.c
-   M /trunk/src/misc/modules.c
-
- * configure.ac : added --enable-goom and --with-goom-tree. Btw, I use a
-special goom tree source as I was unable to use standard goom library.
-(I will provide it once mmx/ppc included)
- * modules/visualization/Modules.am: added goom
- * include/vlc_block.h src/misc/block.c: introduce a new data block
- api (not yet tested, ported from my local new input work).
-
-------------------------------------------------------------------------
-r5173 | lool | 2003-08-24 02:29:03 +0200 (Sun, 24 Aug 2003) | 6 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am:
-    . cleanups, use of top_builddir where possible, just to feel safer
-    . fixed VLC.app inclusion of AUTHORS, COPYING etc.
-    . propagated previous changes to package-osx
-    . checked both build methods
-
-------------------------------------------------------------------------
-r5174 | hartman | 2003-08-24 02:34:13 +0200 (Sun, 24 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/faad/decoder.c
-
-* backwards compatibilty with older faad2 lib
-
-------------------------------------------------------------------------
-r5175 | fenrir | 2003-08-24 02:36:38 +0200 (Sun, 24 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-
- * sub.c : fixed a warning.
-
-------------------------------------------------------------------------
-r5176 | hartman | 2003-08-24 10:12:01 +0200 (Sun, 24 Aug 2003) | 5 lines
-Changed paths:
-   M /trunk/vlc.ebuild
-
-* Large update to the ebuild.
-  - reordered several parts
-  - made it as close to the gentoo ebuild as possible.
-  - fixed several changes/additions since 0.6.1
-
-------------------------------------------------------------------------
-r5177 | gbazin | 2003-08-24 13:17:39 +0200 (Sun, 24 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/modules/access/dshow
-   A /trunk/modules/access/dshow/.cvsignore
-   A /trunk/modules/access/dshow/Modules.am
-   A /trunk/modules/access/dshow/dshow.cpp
-   A /trunk/modules/access/dshow/filter.cpp
-   A /trunk/modules/access/dshow/filter.h
-
-
-* configure.ac, modules/access/dshow/: brand new DirectShow input plugin.
-   Much work still needs to be done, like audio support, adding plenty of configuration options, etc... But the video part is already working quite well here.
-
-------------------------------------------------------------------------
-r5178 | titer | 2003-08-24 16:43:07 +0200 (Sun, 24 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-
- modules/demux/util/sub.c : compile fix
-
-------------------------------------------------------------------------
-r5179 | fenrir | 2003-08-24 17:05:27 +0200 (Sun, 24 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/libasf.c
-
- * asf: detect dump of broadcasted asf stream.
-
-------------------------------------------------------------------------
-r5180 | fenrir | 2003-08-24 18:24:52 +0200 (Sun, 24 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
- * http: added wma/wmv mime type.
-
-------------------------------------------------------------------------
-r5181 | fenrir | 2003-08-24 18:38:38 +0200 (Sun, 24 Aug 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/mux/asf.c
-
- * asf : asf muxer, not well tested yet.
-
-------------------------------------------------------------------------
-r5182 | hartman | 2003-08-24 18:59:35 +0200 (Sun, 24 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-* changed debug strings to diff between unsupported RTP payload and non-rtp packet
-  see bug 1136
-
-------------------------------------------------------------------------
-r5183 | gbazin | 2003-08-24 19:24:33 +0200 (Sun, 24 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-
-* NEWS: keeping track of the new features.
-
-------------------------------------------------------------------------
-r5184 | fenrir | 2003-08-25 00:20:43 +0200 (Mon, 25 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
- * asf: more stuff (bitrate and time).
-
-------------------------------------------------------------------------
-r5185 | gbazin | 2003-08-25 01:22:02 +0200 (Mon, 25 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/faad/decoder.c
-
-
-* modules/codec/faad/decoder.c: for some reason my libfaad the frame samplerate to 0. I guess I should update it but anyway a sanity check avoids a segfault in this case.
-
-------------------------------------------------------------------------
-r5186 | fenrir | 2003-08-25 03:31:25 +0200 (Mon, 25 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
- * asf: added an alias "asfh" : it creates special stream to allow using
-http output as mmsh server (see next commits).
-
-------------------------------------------------------------------------
-r5187 | fenrir | 2003-08-25 03:32:26 +0200 (Mon, 25 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/httpd.c
-
- * httpd: when using "video/x-ms-asf-stream" we add special headers needed
- for mmsh protocol.
-
-------------------------------------------------------------------------
-r5188 | fenrir | 2003-08-25 03:33:25 +0200 (Mon, 25 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
- * http: added alias "mmsh" to output as mmsh (work only with asfh). Only
- tested with vlc/mplayer.
-
-------------------------------------------------------------------------
-r5189 | garf | 2003-08-25 16:51:49 +0200 (Mon, 25 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/mozilla/vlcshell.cpp
-
- * put the beautiful "no picture" black screen.
-
-------------------------------------------------------------------------
-r5190 | fenrir | 2003-08-25 22:47:41 +0200 (Mon, 25 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv: handle Language name.
-        preliminary support for SSA.
-
-------------------------------------------------------------------------
-r5191 | gbazin | 2003-08-25 23:45:04 +0200 (Mon, 25 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-
-
-* modules/access/dshow/*: audio is now supported as well.
-
-------------------------------------------------------------------------
-r5192 | gbazin | 2003-08-26 00:57:40 +0200 (Tue, 26 Aug 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-
-* modules/access/dshow/dshow.cpp: added an "adev" and "vdev" option for the MRL.
-   If not specified, then the default devices are used.
-   (eg. vlc dshow://:vdev="Labtec Webcam":adev="foo")
-
-------------------------------------------------------------------------
-r5193 | fenrir | 2003-08-26 01:36:16 +0200 (Tue, 26 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
- * asf : fix display time.
-
-------------------------------------------------------------------------
-r5194 | fenrir | 2003-08-26 01:39:20 +0200 (Tue, 26 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
- asf: fixed some headers errors.
-
-------------------------------------------------------------------------
-r5195 | fenrir | 2003-08-26 02:40:27 +0200 (Tue, 26 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/httpd.c
-
- * httpd: more mmsh stuff.
-
-------------------------------------------------------------------------
-r5196 | fenrir | 2003-08-26 02:51:19 +0200 (Tue, 26 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmsh.h
-
- * mmsh: a little clean, and fixed 1/2 potential segfaults.
-
-------------------------------------------------------------------------
-r5197 | fenrir | 2003-08-26 02:52:38 +0200 (Tue, 26 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts: try to fix too much packets dropping with v4l.
-
-------------------------------------------------------------------------
-r5198 | fenrir | 2003-08-26 03:04:29 +0200 (Tue, 26 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts: clean my last commit for SPU. Btw, report any regression.
-
-------------------------------------------------------------------------
-r5199 | fenrir | 2003-08-26 20:01:16 +0200 (Tue, 26 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode: use mp1v/mpgv for mpeg1 and mp2v for mpeg2 video encoding.
- (mpeg2 encoding has been added to vlc)
-
-------------------------------------------------------------------------
-r5200 | fenrir | 2003-08-26 20:11:02 +0200 (Tue, 26 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv : use stream_*
-
-------------------------------------------------------------------------
-r5201 | gbazin | 2003-08-26 21:14:10 +0200 (Tue, 26 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-
-
-* modules/access/dshow/*: bug fixes.
-
-------------------------------------------------------------------------
-r5202 | hartman | 2003-08-26 21:43:51 +0200 (Tue, 26 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/util/sub.c
-
-* modules/demux/util/sub.c: fixed the subtitle autodetection.
-* modules/demux/mkv.cpp: set UTF-8 for matroska subtitles.
-
-------------------------------------------------------------------------
-r5203 | fenrir | 2003-08-27 01:12:37 +0200 (Wed, 27 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegaudio.c
-
- * mpegaudio: set i_bitrate field. (won't work with vbr)
-
-------------------------------------------------------------------------
-r5204 | fenrir | 2003-08-27 01:14:11 +0200 (Wed, 27 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
- * asf: fix waveformatex header for mp3 audio.
-
-------------------------------------------------------------------------
-r5205 | garf | 2003-08-27 09:21:07 +0200 (Wed, 27 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-   M /trunk/mozilla/vlcshell.cpp
-
- * Now the MacOS mozilla plugin is an independant bundle ( searchs no more
- * in /usr/local/lib/vlc for modules )
-
-------------------------------------------------------------------------
-r5206 | gbazin | 2003-08-27 09:31:26 +0200 (Wed, 27 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-
-
-* modules/access/dshow/*: handle upside down pictures (a bit hacky though).
-
-------------------------------------------------------------------------
-r5207 | gbazin | 2003-08-27 10:27:52 +0200 (Wed, 27 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/mux/Modules.am
-
-* configure.ac, modules/mux/Modules.am: enable the asf muxer.
-
-------------------------------------------------------------------------
-r5208 | garf | 2003-08-27 10:44:28 +0200 (Wed, 27 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
- * oups (forgot to erase a test line)
-
-------------------------------------------------------------------------
-r5209 | jpsaman | 2003-08-27 13:04:37 +0200 (Wed, 27 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.glade
-
-Updating a new PDA interface design.
-
-------------------------------------------------------------------------
-r5210 | gbazin | 2003-08-27 13:53:26 +0200 (Wed, 27 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/*: small clean-up in included headers.
-   Got rid of the verbose checkbox in the messages window (too confusing apparently). Now warning, info and debug messages are only logged if the messages window is opened (errors are always logged).
-
-------------------------------------------------------------------------
-r5211 | sigmunau | 2003-08-27 14:24:52 +0200 (Wed, 27 Aug 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec/subsdec.c
-   M /trunk/modules/misc/freetype.c
-
-modules/misc/freetype.c:
- * Cleaned up the outline code. It may even be faster now
- * Removed some nasty debug messages
-modules/codec/subsdec/subsdec.c:
- * Removed a nasty debug message
-
-------------------------------------------------------------------------
-r5212 | gbazin | 2003-08-27 14:59:11 +0200 (Wed, 27 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-* modules/access/dshow/dshow.cpp: fixed crash when no dshow devices found.
-
-------------------------------------------------------------------------
-r5213 | gbazin | 2003-08-28 17:59:04 +0200 (Thu, 28 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/dialogs.cpp
-   M /trunk/modules/gui/skins/src/dialogs.h
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/src/playlist/playlist.c
-
-* modules/gui/wxwindows/*, src/playlist/playlist.c, modules/video_output/directx/events.c: got rid of the "Close Menu" popup menu item in the wxwindows interface.
-* modules/gui/wxwindows/*: updated the stream output dialog.
-
-------------------------------------------------------------------------
-r5214 | sam | 2003-08-28 19:19:42 +0200 (Thu, 28 Aug 2003) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-   M /trunk/src/misc/threads.c
-
-  * src/misc/threads.c, include/vlc_threads.h: Removed the pthread wrapper for
-  gprof. If you still want to profile pthread applications using gprof please
-  see http://sam.zoy.org/writings/programming/gprof.html and also consider
-  using oprofile if you are using ia32.
-
-------------------------------------------------------------------------
-r5215 | gbazin | 2003-08-28 19:46:34 +0200 (Thu, 28 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-
-* Makefile.am: added a "package-win32-exe" and "package-win32-zip" rule. "package-win32" will do both.
-
-------------------------------------------------------------------------
-r5216 | gbazin | 2003-08-28 20:44:51 +0200 (Thu, 28 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-
-* Makefile.am: grrr, should have tested my last commit ;)
-
-------------------------------------------------------------------------
-r5217 | gbazin | 2003-08-28 21:26:29 +0200 (Thu, 28 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-
-* Makefile.am: zip files have a .zip extension ;)
-
-------------------------------------------------------------------------
-r5218 | fenrir | 2003-08-28 23:02:14 +0200 (Thu, 28 Aug 2003) | 8 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
- * standard :
- - when muxer or access or both are missing try to do a guess (based on the
- other one or the extention).
- - if both are still missing -> abort.
- - it forces asfh when using mmsh
- - it issues a error message with non working couple (like udp/avi, ...)
- (but it doesn't fail)
-
-------------------------------------------------------------------------
-r5219 | gbazin | 2003-08-28 23:11:55 +0200 (Thu, 28 Aug 2003) | 5 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-
-
-* src/video_output/*, src/libvlc.h, include/video_output.h: added an --align option to allow modifying the alignment of a video inside its window (very useful for the wall filter).
-* modules/video_output/x11/xcommon.c: small cosmetic change.
-* modules/access/v4l/v4l.c: clean-up (removed old references to encoders).
-
-------------------------------------------------------------------------
-r5220 | fenrir | 2003-08-29 03:11:43 +0200 (Fri, 29 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
- * asf: added stream infos object and fix a bug in packetization.
- -> it seems that WMP plays it without problem :))) (tested with DIV3+mp3)
-
-------------------------------------------------------------------------
-r5221 | zorglub | 2003-08-29 18:56:43 +0200 (Fri, 29 Aug 2003) | 18 lines
-Changed paths:
-   M /trunk/modules/LIST
-   M /trunk/modules/visualization/visual/Modules.am
-   M /trunk/modules/visualization/visual/effects.c
-   A /trunk/modules/visualization/visual/fft.c
-   A /trunk/modules/visualization/visual/fft.h
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/modules/visualization/visual/visual.h
-
-* effects.c :
-  - added a spectrum analyser
-  options are:
-       -nb :  number of bands , 20 or 80 (80 is default)
-       -separ : how many blank pixels between bands (1 default)
-       -amp : vertical amplification ( 3 default)
-       -peaks: draw peaks ? (default 1)
-
-  - improved options parsing
-
-* fft.c, fft.h :
-       FFT code mainly taken from XMMS (adapted coding style)
-
-* visual.c:
-       Sanity checks (users aren't stupid, are they ? )
-
-* LIST: updated the list
-
-------------------------------------------------------------------------
-r5222 | fenrir | 2003-08-29 20:58:05 +0200 (Fri, 29 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_chroma/i420_rgb.h
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb8.c
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-   M /trunk/modules/video_chroma/i420_ymga.c
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i420_yuy2.h
-   M /trunk/modules/video_chroma/i422_yuy2.c
-   M /trunk/modules/video_chroma/i422_yuy2.h
-
- * all: fix some gcc warnings and removed all u8/u16/u32.
-
-------------------------------------------------------------------------
-r5223 | fenrir | 2003-08-29 20:58:49 +0200 (Fri, 29 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
- * v4l: removed encoder.h include.
-
-------------------------------------------------------------------------
-r5224 | fenrir | 2003-08-29 21:49:33 +0200 (Fri, 29 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/stream_out/standard.c
-
- * asf: you can now add 'title', 'author', 'copyright', 'comment, 'rating'
-  meta data to your file. (use asf{title="my title"} for example)
- * standard: do not trash access/mux arguments when fixing.
-
-------------------------------------------------------------------------
-r5225 | fenrir | 2003-08-29 21:50:13 +0200 (Fri, 29 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   D /trunk/include/encoder.h
-   D /trunk/modules/encoder
-   D /trunk/modules/video_output/encoder.c
-
- * all: removed old encoding way.
-
-------------------------------------------------------------------------
-r5226 | fenrir | 2003-08-30 04:03:44 +0200 (Sat, 30 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/libavi.c
-
- * libavi.c: fixed a dead loop when data are missing.
-
-------------------------------------------------------------------------
-r5227 | gbazin | 2003-08-30 13:59:44 +0200 (Sat, 30 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-
-* modules/access/v4l/v4l.c: fixed uninitialized variable.
-* modules/gui/wxwindows/streamout.cpp: cosmetic change in the gui.
-
-------------------------------------------------------------------------
-r5228 | gbazin | 2003-08-30 15:59:15 +0200 (Sat, 30 Aug 2003) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_config.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-
-* include/vlc_config.h: removed unused config stuff.
-* include/vlc_interface.h, modules/gui/wxwindows/interface.cpp: new common INTF_ABOUT_MSG message shared by interfaces.
-
-------------------------------------------------------------------------
-r5229 | gbazin | 2003-08-30 18:34:12 +0200 (Sat, 30 Aug 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/messages.cpp
-
-
-* modules/gui/wxwindows/messages.cpp: forgot to initialize b_verbose ;)
-
-------------------------------------------------------------------------
-r5230 | titer | 2003-08-31 17:55:56 +0200 (Sun, 31 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
- configure.ac: fixed zeta check
-
-------------------------------------------------------------------------
-r5231 | zorglub | 2003-08-31 18:01:14 +0200 (Sun, 31 Aug 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/visual/effects.c
-
-Maybe fixes the crash (can't be sure, as it works on my computer)
-
-------------------------------------------------------------------------
-r5232 | gbazin | 2003-09-01 00:06:17 +0200 (Mon, 01 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dshow/filter.h
-
-
-* modules/access/dshow/*: always try to get the video in I420 chroma if supported.
-   Implemented a ":size=" and ":chroma=" option.
-
-------------------------------------------------------------------------
-r5233 | jpsaman | 2003-09-01 12:18:56 +0200 (Mon, 01 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/qpsk.c
-
-Small error in hi/low band detection inside ioctl_SetFrontEnd and updating to correct e-mail addresses.
-
-------------------------------------------------------------------------
-r5234 | gbazin | 2003-09-01 20:30:01 +0200 (Mon, 01 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-
-* modules/video_output/x11/xcommon.c: fixed YUY2 overlay.
-
-------------------------------------------------------------------------
-r5235 | sam | 2003-09-02 15:42:43 +0200 (Tue, 02 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/themeloader.cpp
-
-  * modules/gui/skins/src/themeloader.cpp: Added proper CR to error messages.
-
-------------------------------------------------------------------------
-r5236 | sam | 2003-09-02 15:44:23 +0200 (Tue, 02 Sep 2003) | 5 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/rules
-
-  * debian/rules:
-    + Disabled familiar plugin.
-  * debian/changelog:
-    + Updated for 0.6.2 packages.
-
-------------------------------------------------------------------------
-r5237 | gbazin | 2003-09-02 18:00:24 +0200 (Tue, 02 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
-* modules/mux/mp4.c: mp4 muxer now produces quicktime player readable files. Only works with mpeg4 video and audio right now, also currently won't work when transcoding as the DecoderSpecificInfo is not available.
-
-------------------------------------------------------------------------
-r5238 | gbazin | 2003-09-02 20:06:45 +0200 (Tue, 02 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-
-
-* src/audio_output/input.c: don't try to play sound if the input pipeline couldn't be created.
-
-------------------------------------------------------------------------
-r5239 | gbazin | 2003-09-02 22:19:26 +0200 (Tue, 02 Sep 2003) | 12 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/vlc/decoder.h
-   M /trunk/include/vlc/input.h
-   M /trunk/include/vlc/sout.h
-   M /trunk/include/vlc_block.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/cinepak/cinepak.c
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/dv.c
-   M /trunk/modules/codec/faad/decoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/flacdec.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/subsdec/subsdec.c
-   M /trunk/modules/codec/tarkin.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/codec/xvid.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/misc/dummy/decoder.c
-   M /trunk/modules/packetizer/Modules.am
-   D /trunk/modules/packetizer/a52.c
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegaudio.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   D /trunk/modules/packetizer/vorbis.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/misc/block.c
-   M /trunk/src/misc/objects.c
-
-
-* ALL: Introduction of a new api for decoders.
-   The final aim of this new api is to make it possible to use the decoders from other modules like the transcoder for instance.
-   Only a few decoders have been ported to the new api (a52, libmpeg2, dts, vorbis, theora) so the old api is still supported.
-
-   Don't hold your breath, there is still much work to do before we reach this goal.
-
-* modules/codec/a52.c, libmpeg2., dts.c, vorbis.c, theora.c:
-   Converted to the new api.
-   Merged the a52 and vorbis packetizers in their respective decoders (removes a lot of code duplication).
-   New dts and theora packetizers (merged in their respective decoders).
-
-------------------------------------------------------------------------
-r5240 | sigmunau | 2003-09-03 00:06:51 +0200 (Wed, 03 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/visual.c
-
-use the configuration system, that is what it is there for
-
-------------------------------------------------------------------------
-r5241 | gbazin | 2003-09-03 00:36:55 +0200 (Wed, 03 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/theora.c
-
-
-* modules/codec/theora.c: oops, introduced a bug in pts calculation.
-
-------------------------------------------------------------------------
-r5242 | zorglub | 2003-09-03 12:00:23 +0200 (Wed, 03 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/visual.c
-
-Added descriptions
-Fixed multiple effects enabling
-
-------------------------------------------------------------------------
-r5243 | gbazin | 2003-09-03 12:23:17 +0200 (Wed, 03 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-* modules/codec/libmpeg2.c: fixed segfault on exit.
-
-------------------------------------------------------------------------
-r5244 | bigben | 2003-09-03 13:28:32 +0200 (Wed, 03 Sep 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/qpsk.c
-
-       * qdsk.c : fix a typo
-       * access.c :
-               - new syntax : dvb:frequency=1234500:fec=3:poalrization=H:program=2499... (all parameters should be parsed
-               - "program" is still untested (anybody with a DVB card to try it ?)
-               - old syntax should still work, with a warning.
-
-------------------------------------------------------------------------
-r5245 | sam | 2003-09-05 02:36:10 +0200 (Fri, 05 Sep 2003) | 6 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-
-  * debian/control:
-    + Set libmatroska-dev build-dependency to (>= 0.5.0-3) because previous
-      versions were broken on platforms where PIC/non-PIC cannot be mixed in
-      objects (Closes Debian bug #208383).
-    + Set policy to 3.6.1.0.
-
-------------------------------------------------------------------------
-r5246 | asmax | 2003-09-05 17:55:30 +0200 (Fri, 05 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/banks.cpp
-   M /trunk/modules/gui/skins/src/dialogs.cpp
-   M /trunk/modules/gui/skins/src/dialogs.h
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/event.h
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-
-* new event VLC_NET to open the network dialog ( "net" keyword in the
- xml file)
-
-------------------------------------------------------------------------
-r5247 | fenrir | 2003-09-07 22:08:31 +0200 (Sun, 07 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/file.c
-
- * file: added an append option. (The default is to overwrite the file)
-
-------------------------------------------------------------------------
-r5248 | fenrir | 2003-09-07 22:12:44 +0200 (Sun, 07 Sep 2003) | 3 lines
-Changed paths:
-   A /trunk/modules/stream_out/gather.c
-
- * gather: try to  gather stream with similar properties (eg mp3), wait for
- next commits to be usable.
-
-------------------------------------------------------------------------
-r5249 | fenrir | 2003-09-08 00:43:17 +0200 (Mon, 08 Sep 2003) | 9 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output/video_output.c
-
- * libvlc: removed some unused options.
-           added sout-keep option to keep sout instance across playlist
-           items (usefull with 'gather' stream_out)
- * stream_output : implement the sout-keep mode.
- * playlist, video_output, stream_output: vout and sout are now reattached
- to playlist instead of being destroyed. There are automatically destroy
- if unused byt the new input (200 ms after access and demuxer have finished
- their inittialisation step.)
-
-------------------------------------------------------------------------
-r5250 | fenrir | 2003-09-08 00:45:16 +0200 (Mon, 08 Sep 2003) | 5 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/include/stream_control.h
-   M /trunk/include/variables.h
-   M /trunk/include/vlc/input.h
-   M /trunk/include/vlc/vlc.h
-
- * ninput.h : change control parameters.
- * variables : changed time variables to signed long long type (I hope
- it is always more than 64 bits)
- * input.h : include ninput.h
-
-------------------------------------------------------------------------
-r5251 | fenrir | 2003-09-08 00:48:29 +0200 (Mon, 08 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/a52sys.c
-   M /trunk/modules/demux/aac.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mpeg/es.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/mpeg/ps.c
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/wav.c
-
- * all : demuxers *have to* set pf_demux_control. (demux_vaControlDefault
- is a generic handler)
- * avi, mp4 : begin to implement a specific pf_demux_control.
-
-------------------------------------------------------------------------
-r5252 | fenrir | 2003-09-08 00:49:05 +0200 (Mon, 08 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dvd/demux.c
-   M /trunk/modules/access/dvdplay/demux.c
-   M /trunk/modules/access/dvdread/input.c
-   M /trunk/modules/access/slp.c
-   M /trunk/modules/access/v4l/v4l.c
-
- * all : set pf_demux_control.
-
-------------------------------------------------------------------------
-r5253 | fenrir | 2003-09-08 00:51:11 +0200 (Mon, 08 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/misc/variables.c
-
- * input: introduce 'position', 'time', 'length', 'state' and 'rate'
- object variables and begin to use pf_demux_control.
- * variables: new time type handling.
-
-------------------------------------------------------------------------
-r5254 | fenrir | 2003-09-08 00:53:09 +0200 (Mon, 08 Sep 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/misc/dummy/input.c
-   M /trunk/modules/stream_out/Modules.am
-
- * control: use new variables and 'title*', 'chapter*' ones.
- * gui/beos: removed not really used STARTED_S, and NOT_STARTED_S input
- state.
- * gui/wxwindows: use 'position' and 'time' variables -> seek improved
- for avi and mp4 and accurate time display :)
-
-------------------------------------------------------------------------
-r5255 | fenrir | 2003-09-08 00:53:38 +0200 (Mon, 08 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
- configure.ac : added gather stream_out.
-
-------------------------------------------------------------------------
-r5256 | fenrir | 2003-09-08 02:35:16 +0200 (Mon, 08 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mp4/mp4.h
-
- * all: clean up.
-
-------------------------------------------------------------------------
-r5257 | fenrir | 2003-09-08 02:36:26 +0200 (Mon, 08 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
-* stream : convert a msg_Err into msg_Warn.
-
-------------------------------------------------------------------------
-r5258 | fenrir | 2003-09-08 09:15:36 +0200 (Mon, 08 Sep 2003) | 2 lines
-Changed paths:
-   D /trunk/modules/access/rtsp.c
-
- * rtsp: useless.
-
-------------------------------------------------------------------------
-r5259 | fenrir | 2003-09-08 09:36:34 +0200 (Mon, 08 Sep 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/sdp.c
-
- * sdp : begin to play rtsp stream (as well as sdp). MPEG4 Audio/Video,
- mp3/raw audio should work.
- If you want to try download
- http://via.ecp.fr/~fenrir/libmtools-2003-09-08.tgz (but you will have to
- change configure.ac yourself)
-
-------------------------------------------------------------------------
-r5260 | fenrir | 2003-09-08 09:38:30 +0200 (Mon, 08 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/sdp.c
-
- * sdp: do not register 'rtp' name for access.
-
-------------------------------------------------------------------------
-r5261 | bigben | 2003-09-08 13:05:02 +0200 (Mon, 08 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
--pvr.c
-       *reflects a change in ivtv_ioctl_codec struct
-       *adds he bitratemode commandline option (values are vbr and cbr
-
-------------------------------------------------------------------------
-r5262 | zorglub | 2003-09-08 14:02:16 +0200 (Mon, 08 Sep 2003) | 9 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/playlist/playlist.c
-
-* src/playlist/playlist.c
-       include/playlist.h: playlist sorting
-               (function playlist_Sort( playlist_t * , int type)
-
-* modules/gui/wxwindows/playlist.cpp
-  modules/gui/wxwindows/wxwindows.h :
-       * Implement playlist sorting & reverse sorting
-       * Playlist search
-
-------------------------------------------------------------------------
-r5263 | zorglub | 2003-09-08 14:48:53 +0200 (Mon, 08 Sep 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/playlist.cpp
-  modules/gui/wxwindows/wxwindows.h:
-       - give default to the search button when user enters text
-       - case-insensitive search
-
-------------------------------------------------------------------------
-r5264 | fenrir | 2003-09-08 15:09:40 +0200 (Mon, 08 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/sdp.c
-
- * sdp: commented out a debug message and added some sort of eof detection.
-
-------------------------------------------------------------------------
-r5265 | fenrir | 2003-09-08 15:37:52 +0200 (Mon, 08 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/sdp.c
-
- * sdp: added --rtsp-tcp option. (rtp over rtsp connection)
-        set b_pace to true when using --rtsp-tcp. (eg DSS server send
-        data to fast)
-
-------------------------------------------------------------------------
-r5266 | zorglub | 2003-09-09 00:00:47 +0200 (Tue, 09 Sep 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/visual.h
-
-* modules/visualisation/visual/effects.c
-  modules/visualisation/visual/visual.h:
-       - Change default effect-height
-       - Less scaling in spectrum analyser
-
-------------------------------------------------------------------------
-r5267 | hartman | 2003-09-09 14:36:24 +0200 (Tue, 09 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/faad/decoder.c
-
-Fix the condition for old faad.
-Incorrect placing of logical operator
-
-------------------------------------------------------------------------
-r5268 | jpsaman | 2003-09-09 14:54:19 +0200 (Tue, 09 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix detection of dvb headerfiles and fix GTK2_MAIN selection for PDA interface.
-
-------------------------------------------------------------------------
-r5269 | hartman | 2003-09-09 15:28:58 +0200 (Tue, 09 Sep 2003) | 2 lines
-Changed paths:
-   D /trunk/doc/subtitles
-
-We no longer need this.
-
-------------------------------------------------------------------------
-r5270 | hartman | 2003-09-09 15:51:45 +0200 (Tue, 09 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/output.m
-
-Fixed list of muxers. QT and mp4 might need to be disabled at a later point.
-
-------------------------------------------------------------------------
-r5271 | hartman | 2003-09-10 01:35:28 +0200 (Wed, 10 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/visualization/visual/visual.c
-
-* modules/visualization/visual/visual.c:
-  Added the current available effects to the longdiscription of the 'visual-list' config option.
-
-------------------------------------------------------------------------
-r5272 | zorglub | 2003-09-10 12:21:09 +0200 (Wed, 10 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/modules/visualization/visual/visual.h
-
-* visual.c: compilation fix in strings
-
-* playlist.cpp: removed "..." in menu entries as we don't open a box
-
-------------------------------------------------------------------------
-r5273 | fenrir | 2003-09-10 13:37:53 +0200 (Wed, 10 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-   M /trunk/src/playlist/playlist.c
-
- * modules: do not take care of the case for shortcuts (fix #1165).
- * playlist : use new input variables.
-
-------------------------------------------------------------------------
-r5274 | fenrir | 2003-09-10 13:51:00 +0200 (Wed, 10 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-   M /trunk/modules/demux/mpeg/es.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/mpeg/ps.c
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/demux/sdp.c
-
- * demux/sdp: a msg_Err -> msg_Warn. Btw, it begins to work well (under linux).
- (MPEG-I/II/4 audio and video, h261 video, some ac3 streams sould work).
- * demux/* : removed useless include
-
-------------------------------------------------------------------------
-r5275 | zorglub | 2003-09-10 15:39:29 +0200 (Wed, 10 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* Workaround for buggy IceCast servers who identify themselves as HTTP
-and not ICY (who talked about RadioPI ?)
-
-------------------------------------------------------------------------
-r5276 | hartman | 2003-09-10 17:03:49 +0200 (Wed, 10 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec/subsdec.c
-
-* Fixed the subsdec variables
-
-------------------------------------------------------------------------
-r5277 | zorglub | 2003-09-10 17:50:25 +0200 (Wed, 10 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Removed useless stuff for icecast
-
-------------------------------------------------------------------------
-r5278 | fenrir | 2003-09-10 23:03:56 +0200 (Wed, 10 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
- * http: Added 'Connection: Close' in the request. (Help with some http
-         servers).
-         Use atoll. (always defined).
-
-------------------------------------------------------------------------
-r5279 | fenrir | 2003-09-10 23:09:05 +0200 (Wed, 10 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
- * ftp : use atoll.
-
-------------------------------------------------------------------------
-r5280 | hartman | 2003-09-10 23:54:27 +0200 (Wed, 10 Sep 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-* a new option for the text rendering. It sets the fontsize taking into
-  account the window size. This should allow consistent font sizes independant of
-  how large a movie is.
-  The options currently are smaller,small,normal,large,larger.
-  It should be much more userfriendly.
-
-------------------------------------------------------------------------
-r5281 | fenrir | 2003-09-10 23:56:44 +0200 (Wed, 10 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/packetizer/mpegaudio.c
-
- * all : added mpeg 2.5 support.
-
-------------------------------------------------------------------------
-r5282 | fenrir | 2003-09-11 00:59:55 +0200 (Thu, 11 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegaudio.c
-
- * mpegaudio.c : cosmetics.
-
-------------------------------------------------------------------------
-r5283 | jpsaman | 2003-09-11 13:50:43 +0200 (Thu, 11 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.glade
-
-More modifications to layout of PDA interface.
-
-------------------------------------------------------------------------
-r5284 | zorglub | 2003-09-11 17:34:16 +0200 (Thu, 11 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-* modules/misc/sap.c: HTTP announcing support
-
-------------------------------------------------------------------------
-r5285 | fenrir | 2003-09-12 18:26:40 +0200 (Fri, 12 Sep 2003) | 6 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/ninput.h
-   M /trunk/modules/demux/a52sys.c
-   M /trunk/modules/demux/aac.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mp4/mp4.h
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/sdp.c
-   M /trunk/modules/demux/wav.c
-   M /trunk/src/input/input.c
-
- * include/input_ext-intf.h : added stream_t member to input_thread_t.
- * modules/demux/* : use the stream_t from input_thread_t.
- * include/ninput.h : begin to add new way to register es. (unused for now).
- (in the long term I want to split input_thread_t and intoduce demux_t and
- access_t and perhaps something like access_demux_t)
-
-------------------------------------------------------------------------
-r5286 | fenrir | 2003-09-12 20:34:45 +0200 (Fri, 12 Sep 2003) | 7 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/ninput.h
-   M /trunk/include/stream_output.h
-   M /trunk/include/vlc_common.h
-   M /trunk/src/input/input.c
-
- *  include/stream_output.h  include/vlc_common.h   :  move  TAB_APPEND,
- TAB_FIND and  TAB_APPEND (could be used  every where now). There  are a
- bit like  INSERT_ITEM, ...  but not  exactly, perhaps  I should  try to
- merge them).
-
- * src/input/input.c : begin to implement es_out_t thing (unsusable now).
-
-------------------------------------------------------------------------
-r5287 | fenrir | 2003-09-13 19:42:16 +0200 (Sat, 13 Sep 2003) | 20 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/ninput.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/input.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/video_output/video_output.c
-
- * src/video_output/video_output.c  : do not use  FIND_ANYWHERE to catch
- the playlist.  but use FIND_PARENT. vlc_object_find  with FIND_ANYWHERE
- use p_obj->p_vlc as a starting point  and that doesn't work as playlist
- is  detach from  vlc before  vout is  destroyed by  the decoders  (when
- shutting down)  Perhaps vlc_object_find  should be  fixing to  find the
- root object, but I'm not sure.
-
- * src/input/*  : move  subtitle handling  from avi  to input.  Now subs
- should works with all file types _BUT_ won't be in synch if the demuxer
- doesn't implement a _precise_ DEMUX_GET_TIME.  So only .avi, .mp4 will
- be ok. Others could works if perfectly cbr.
-  Now  Subtitle  track is  only  selected  when specified  by  sub-file
- option.(auto-dectected file is always added but not selected by default)
-  Btw, the code could support multiple  subs files, but I don't know how
- to pass multiple filenames, any ideas ?
-
-
- * demux/mpeg/mpga.c : play with es_out_t. I'm investigating for now so
- don't use that elsewhere.
-
-------------------------------------------------------------------------
-r5288 | fenrir | 2003-09-13 19:44:13 +0200 (Sat, 13 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
- * standard : added .ts and .ps
-
-------------------------------------------------------------------------
-r5289 | sigmunau | 2003-09-14 15:54:43 +0200 (Sun, 14 Sep 2003) | 10 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-src/video_output/video_output.c:
- * if the given vout thread is a filter, then don't sleep untill the display
-date. This reduces the chance of pictures being late when reaching the vout
-if one or more filters are in use
- * don't include current render time in the render_time sliding mean if it
-is way too large ( as inspired by Simon Gittins ).
- * weight the current sliding mean tree times more than the current render
-time when calculating the new render time. This should make the code more
-robust to jitter in render time
-
-------------------------------------------------------------------------
-r5290 | zorglub | 2003-09-14 18:41:48 +0200 (Sun, 14 Sep 2003) | 7 lines
-Changed paths:
-   M /trunk/modules/access/slp.c
-   M /trunk/modules/stream_out/announce.c
-   M /trunk/modules/visualization/visual/visual.c
-
-* modules/visualisation/visual/visual.c: thou shall not use //
-
-* modules/access/slp.c : do not add udp:@ automatically
-
-* modules/stream_out/announce.c : always use the same service name
-                                 add udp:@ (hack !)
-
-------------------------------------------------------------------------
-r5291 | fenrir | 2003-09-15 02:01:49 +0200 (Mon, 15 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
- * playlist.c: coding and potential deadlock fixes.
-
-------------------------------------------------------------------------
-r5292 | zorglub | 2003-09-15 10:33:29 +0200 (Mon, 15 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-Fix for bad SAP packets with no \0 between headers and payload
-
-------------------------------------------------------------------------
-r5293 | fenrir | 2003-09-15 20:05:13 +0200 (Mon, 15 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * input: one lock issue.
-
-------------------------------------------------------------------------
-r5294 | sam | 2003-09-15 20:28:47 +0200 (Mon, 15 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/toolbox
-
-  * debian/control: Updated the libxosd build dependency to fix a build
-    issue on Debian s390.
-
-------------------------------------------------------------------------
-r5295 | sam | 2003-09-15 21:20:26 +0200 (Mon, 15 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/control
-
-  * Updated long descriptions.
-
-------------------------------------------------------------------------
-r5296 | sam | 2003-09-15 21:31:28 +0200 (Mon, 15 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/changelog
-
-  * debian/changelog: 0.6.2-3 upload.
-
-------------------------------------------------------------------------
-r5297 | lool | 2003-09-18 18:46:02 +0200 (Thu, 18 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/LIST
-   M /trunk/modules/video_output/Modules.am
-
-  * modules/LIST, modules/video_output/Modules.am: removed references to
-    deleted file encoder.c
-
-------------------------------------------------------------------------
-r5298 | lool | 2003-09-18 19:04:01 +0200 (Thu, 18 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-  * po/POTFILES.in: removed reference to deleted file "encoder.h"
-
-------------------------------------------------------------------------
-r5299 | lool | 2003-09-18 19:12:07 +0200 (Thu, 18 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-  * po/POTFILES.in: removed reference to deleted file "rtsp.c"
-
-------------------------------------------------------------------------
-r5300 | lool | 2003-09-18 19:27:26 +0200 (Thu, 18 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-  * po/*: ran "./toolbox --update-po" to get rid of missing files
-    listed in POTFILES.in
-
-------------------------------------------------------------------------
-r5301 | lool | 2003-09-18 19:40:22 +0200 (Thu, 18 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/Makefile.am
-
-  * doc/Makefile.am: removed references to deleted files "subtitles/*"
-
-------------------------------------------------------------------------
-r5302 | zorglub | 2003-09-18 19:54:02 +0200 (Thu, 18 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/misc/objects.c
-
-Added some Doxygen doc
-
-------------------------------------------------------------------------
-r5303 | garf | 2003-09-18 23:42:54 +0200 (Thu, 18 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
- * fixed some bugs in logo filter
-
-------------------------------------------------------------------------
-r5304 | jpsaman | 2003-09-19 15:09:57 +0200 (Fri, 19 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/qpsk.c
-
-Frequency et al is really specified in KHz and not in Hz. I got an order of magnitude wrong. The same mistake is in the old satellite plugin's and user interface for specifying the frequency. It is specified in MHz instead of the KHz it should be.
-
-------------------------------------------------------------------------
-r5305 | jpsaman | 2003-09-19 17:24:28 +0200 (Fri, 19 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/satellite/access.c
-   M /trunk/modules/access/satellite/satellite.c
-   M /trunk/modules/gui/gtk/gtk.glade
-   M /trunk/modules/gui/gtk/gtk_interface.c
-
-New dvb and old satellite modules now use the *correct* order of unit for tuning to a satellite channel. All information must be supplied in KHz not in MHz !!!
-
-------------------------------------------------------------------------
-r5306 | fenrir | 2003-09-19 17:33:58 +0200 (Fri, 19 Sep 2003) | 10 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-   M /trunk/src/video_output/video_output.c
-
- * src/misc/objects.c:  change the way  that FIND_ANYWHERE work.  Now we
- first search  the root of  the object  using p_parent and  not directly
- using p_vlc. If this first search  failed then we search using p_vlc if
- it wasn't the  case. (I'm not sure  it's harmless but I  think it's the
- correct behavour for FIND_ANYWHERE)
-
- * src/video_output/video_output.c  : we could now  use FIND_ANYWHERE to
- catch the  playlist (even when the  vlc is exiting. (Hehe, now visual
- effects won't reopen the vout every playlist item.)
-
-------------------------------------------------------------------------
-r5307 | hartman | 2003-09-19 23:53:32 +0200 (Fri, 19 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/visual/visual.c
-
-Fix a crasher with strcasecmp and empty strings
-
-------------------------------------------------------------------------
-r5308 | fenrir | 2003-09-19 23:53:48 +0200 (Fri, 19 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/src/playlist/playlist.c
-
- * playlist.c : unlock playlist before calling vout_Destroy (for osx)
- * mp4: send complete atom for amr to the decoder.
-
-------------------------------------------------------------------------
-r5309 | hartman | 2003-09-20 01:03:27 +0200 (Sat, 20 Sep 2003) | 9 lines
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/prefs.m
-
-* extras/MacOSX/vlc.pbproj/project.pbxproj: Added a slew of file extensions
-  recognized by VLC
-* modules/code/quicktime.c: Added samr (AMR) to the quicktime decoder.
-  Although it runs on OS X, it only plays back silence for some reason.
-  Might be a problem with one of the converters?
-* modules/gui/macosx/*:
-  - 'fixed' several compiler warnings
-  - removed some old no longer necesarry stuff
-
-------------------------------------------------------------------------
-r5310 | fenrir | 2003-09-20 02:37:53 +0200 (Sat, 20 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/modules/visualization/visual/visual.h
-
- * all: clean up.
-        use vout_Request to release the vout (so vout isn't closed when
-        changing playlist item).
-
-------------------------------------------------------------------------
-r5311 | hartman | 2003-09-20 03:36:57 +0200 (Sat, 20 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* LIBAVCODEC_BUILD_STR has disappeared from ffmpeg. We now use LIBAVCODEC_BUILD
-  ( Yes it's backwards compatible ).
-
-------------------------------------------------------------------------
-r5312 | hartman | 2003-09-20 04:47:41 +0200 (Sat, 20 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/po/pt_BR.po
-   M /trunk/src/libvlc.h
-
-* NEWS: updated some entries
-* po/pt_BR.po: Updated by Andr?\239?\191?\189 de Barros Martins Ribeiro <andrerib at_ajato.com.br>
-* src/libvlc.h: Added es (Spanish) to the list of choices.
-
-------------------------------------------------------------------------
-r5313 | sam | 2003-09-20 05:38:52 +0200 (Sat, 20 Sep 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/list.sh
-
-  * modules/list.sh:
-    + "==" is not valid shell test, use "=" instead.
-    + Set LANG for consistency of sort output.
-  (NB: this really belongs to the toolbox script).
-
-------------------------------------------------------------------------
-r5314 | hartman | 2003-09-20 15:46:00 +0200 (Sat, 20 Sep 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/info.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* modules/gui/macosx/*:
-  - implemented the new input variables for control.
-  - reevaltuated the locking mechanisms in the osx intf.
-    a lot of this can now be removed, because of the new input structures,
-    and the vout garbage collector of playlist.
-
-------------------------------------------------------------------------
-r5315 | fenrir | 2003-09-20 15:50:14 +0200 (Sat, 20 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * input: added position-offset and time-offset for relative seeking.
- (Untested)
-
-------------------------------------------------------------------------
-r5316 | gbazin | 2003-09-20 15:52:23 +0200 (Sat, 20 Sep 2003) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/mozilla/support/npwin.cpp
-   M /trunk/mozilla/vlcshell.cpp
-
-
-* configure.ac, mozilla/*: the win32 mozilla plugin compiles again (most likely won't yet work).
- Added a --with-mozilla-sdk-path option (win32 only) to ./configure so you can pass the path of your mozilla sdk tree.
- You also need to set the XPIDL env var to the the path of the xpidl mozilla compiler when ./configuring.
-
-------------------------------------------------------------------------
-r5317 | gbazin | 2003-09-20 17:52:19 +0200 (Sat, 20 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/mozilla/Makefile.am
-
-
-* configure.ac, mozilla/Makefile.am: more win32 mozilla plugin build fixes.
-
-------------------------------------------------------------------------
-r5318 | geshp | 2003-09-20 19:19:35 +0200 (Sat, 20 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-Updated for tentative 0.6.3 release.
-
-------------------------------------------------------------------------
-r5319 | geshp | 2003-09-20 19:24:09 +0200 (Sat, 20 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-Fixed a typo.
-
-------------------------------------------------------------------------
-r5320 | gbazin | 2003-09-20 19:35:38 +0200 (Sat, 20 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/src/input/input_programs.c
-
-
-* src/input/input_programs.c: p_input->stream.p_selected_program needs to be reset in input_DelProgram().
-* modules/demux/mpeg/ts.c: use dvbpsi_DetachPMT() when a program is deselected.
-
-------------------------------------------------------------------------
-r5321 | hartman | 2003-09-20 21:37:54 +0200 (Sat, 20 Sep 2003) | 14 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/include/vlc/vlc.h
-   M /trunk/modules/gui/macosx/about.m
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/src/libvlc.h
-   M /trunk/src/playlist/playlist.c
-
-* include/vlc/vlc.h:
-  - removed the defines for i_mode concerning random and loop. We use config
-    variables for all of these.
-* src/libvlc.h:
-  - removed the enqueue playlist config option. It's no longer used.
-  - added a repeat option. vlc will keep playing the same playlist_item,
-    until the option is unset.
-* src/playlist/playlist.c:
-  - added a repeat, random and loop variable.
-  - wxwindows should use these as well I think.
-* modules/gui/macosx:
-  - added the INTF_ABOUT_MSG to the about dialog.
-  - implemented the about and repeat items.
-
-------------------------------------------------------------------------
-r5322 | gbazin | 2003-09-21 00:52:27 +0200 (Sun, 21 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-
-* mozilla/vlcshell.cpp: on win32, try to find the location of the vlc plugins from the registry key.
-
-------------------------------------------------------------------------
-r5323 | gbazin | 2003-09-21 01:46:01 +0200 (Sun, 21 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/duplicate.c
-
-
-* modules/stream_out/duplicate.c: fixed array overflow.
-
-------------------------------------------------------------------------
-r5324 | gbazin | 2003-09-21 12:23:59 +0200 (Sun, 21 Sep 2003) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/mozilla/Makefile.am
-   M /trunk/mozilla/npvlc_rc.rc
-   M /trunk/mozilla/vlcpeer.cpp
-   M /trunk/share/vlc_win32_rc.rc
-
-* include/vlc_common.h: ssize_t is now typedefed in new mingw headers.
-* modules/access/dshow/dshow.cpp: compilation fix related to ssize_t.
-* share/vlc_win32_rc.rc: stringify version number.
-* mozilla/*: compilation fix and cosmetic changes to the .rc.
-
-------------------------------------------------------------------------
-r5325 | gbazin | 2003-09-21 13:48:58 +0200 (Sun, 21 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/duplicate.c
-
-* modules/stream_out/duplicate.c: improved last fix.
-
-------------------------------------------------------------------------
-r5326 | gbazin | 2003-09-21 19:52:43 +0200 (Sun, 21 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: we now have only 1 global "Advanced Options" checkbox in the preferences panel instead of 1 for each section (KISS).
-
-------------------------------------------------------------------------
-r5327 | gbazin | 2003-09-21 20:07:51 +0200 (Sun, 21 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-
-* modules/gui/wxwindows/*: got rid of the close button in the fileinfo and playlist dialogs.
-
-------------------------------------------------------------------------
-r5328 | hartman | 2003-09-22 05:40:06 +0200 (Mon, 22 Sep 2003) | 16 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/include/ninput.h
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/src/input/input.c
-   A /trunk/src/input/subtitles.c
-   M /trunk/src/libvlc.h
-
-* modules/gui/macosx/playlist.?: implemented Save Playlist
-* modules/gui/macosx/output.m: updated part of the Stream output dialog
-* modules/demux/util/sub.c: removed sub_detect() and moved the sub-file and
-  sub-autodetect file options to src/input/input.c
-* src/input/input.c: added the moved options and use them to add subtitle
-  tracks.
-* src/libvlc.h: description strings etc for sub-file and sub-autodetect-file
-* src/input/subtitles.c: new subtitles_Detect() largely based on the
-  code used by MPlayer. Adapted for coding style and structure differences.
-
-The autodetect routine can now detect multiple subtitle files and assigns scores
-based on their names. if they much well enough they are sorted based on their
-score. It will then return this set, and they will all be added as SPU tracks
-to the current stream. The (un)selecting of these tracks will need to be fixed
-because they all get assigned the es id 0xFF currently.
-
-------------------------------------------------------------------------
-r5329 | geshp | 2003-09-22 08:04:59 +0200 (Mon, 22 Sep 2003) | 5 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-
-Changes to Red Hat spec file:
-- Added wxwindows, alsa, and skin support
-- Fixed dependancies, specifically a version conflict of xvidcore
-
-------------------------------------------------------------------------
-r5330 | jpsaman | 2003-09-22 09:29:46 +0200 (Mon, 22 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-
-Removed compatibility tweak for old satellite GUI.
-
-------------------------------------------------------------------------
-r5331 | zorglub | 2003-09-22 16:40:12 +0200 (Mon, 22 Sep 2003) | 22 lines
-Changed paths:
-   A /trunk/include/vlc_help.h
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/libvlc.h
-   M /trunk/src/playlist/playlist.c
-
-* modules/gui/wxwindows/preferences.cpp:
-       - Created the "General Settings" section
-       - Added help strings in the two main sections,
-               in the libvlc categories,
-               and in the module capabilities
-
-* modules/gui/wxwindows/playlist.cpp & wxwindows.h
-       -Implemented random, loop and repeat using variables
-       -The eye candy of the dialog box is not very good
-        but I have no idea how to improve it.
-       -Focus on the currently playing item
-
-* src/libvlc.h:
-       - Added help strings for the libvlc categories
-       - Changed a few "advanced" flag
-
-* include/vlc_help.h:
-       - Help strings for the two main sections
-       - Help string for the module capabilities (both by Anil)
-
-* po/*: updated potfiles with the new strings
-
-------------------------------------------------------------------------
-r5332 | gbazin | 2003-09-22 23:07:35 +0200 (Mon, 22 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-
-* modules/gui/wxwindows/preferences.cpp: compilation fix + cosmetic code clean-up
-(indentations mainly).
-
-------------------------------------------------------------------------
-r5333 | gbazin | 2003-09-23 18:07:49 +0200 (Tue, 23 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/mozilla/support/npwin.cpp
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/src/misc/modules.c
-
-* configure.ac, mozilla/vlcshell.cpp, mozilla/support/npwin.cpp: mozilla plugin for win32 is finally working (well there's still work left).
-* src/misc/modules.c: small clean-up and fixed --plugin-path on win32.
-
-------------------------------------------------------------------------
-r5334 | zorglub | 2003-09-24 12:21:32 +0200 (Wed, 24 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/src/playlist/playlist.c
-
-* modules/visualization/visual/visual.c: fixed strings
-
-* src/playlist/playlist.c: fixed sorting
-
-------------------------------------------------------------------------
-r5335 | fenrir | 2003-09-24 16:59:21 +0200 (Wed, 24 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-
- * all: set pf_run *only* if we accept this stream.
-
-------------------------------------------------------------------------
-r5336 | gbazin | 2003-09-24 18:10:02 +0200 (Wed, 24 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx/events.c: fix for the mozilla plugin on vout close.
- The mozilla plugin seems to be working very well now, except that it doesn't receive mouse and keyboard events yet.
-
-------------------------------------------------------------------------
-r5337 | gbazin | 2003-09-24 23:31:55 +0200 (Wed, 24 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/configuration.c
-
-
-* include/main.h, src/libvlc.c, src/libvlc.h, src/misc/configuration.c: added a --config, --save-config and --reset-config option to the command line.
-* modules/gui/wxwindows/preferences.cpp: fixed breakeage of "Save", "Reset" and SwitchAdvanced().
-
-------------------------------------------------------------------------
-r5338 | gbazin | 2003-09-25 01:45:06 +0200 (Thu, 25 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-
-* modules/codec/vorbis.c: wait for the first dated packet before starting decoding anything.
-
-------------------------------------------------------------------------
-r5339 | gbazin | 2003-09-26 01:09:41 +0200 (Fri, 26 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/mux/ogg.c
-
-
-* modules/demux/ogg.c: reworked a bit. Ogg web radios should work again, vorbis audio tracks switching should work better as well.
-* modules/mux/ogg.c: attempt at supporting theora.
-
-------------------------------------------------------------------------
-r5340 | gbazin | 2003-09-26 13:30:06 +0200 (Fri, 26 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: removed an old win32 hack which was creating more problems than it was solving.
-
-------------------------------------------------------------------------
-r5341 | jpsaman | 2003-09-26 14:11:26 +0200 (Fri, 26 Sep 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/opie
-   A /trunk/modules/gui/opie/Modules.am
-   A /trunk/modules/gui/opie/opie.ui
-
-Adding files for PDA interface using the opie libaries.
-
-------------------------------------------------------------------------
-r5342 | jpsaman | 2003-09-26 15:32:42 +0200 (Fri, 26 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/pda/pda.gladep
-
-Updated design of PDA GUI.
-
-------------------------------------------------------------------------
-r5343 | gbazin | 2003-09-26 18:03:21 +0200 (Fri, 26 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/vout.h
-
-* modules/video_output/directx/*: some graphics card allow the creation of several overlay surfaces but can only display one at a time.
-
-------------------------------------------------------------------------
-r5344 | gbazin | 2003-09-26 18:10:24 +0200 (Fri, 26 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/chroma.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* modules/codec/ffmpeg/*: some chroma conversion routines require libavcodec to be initialised.
-
-------------------------------------------------------------------------
-r5345 | gbazin | 2003-09-27 12:09:57 +0200 (Sat, 27 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/install-win32
-
-
-* install-win32: cosmetic changes.
-* configure.ac: forgot one include path for the mozilla plugin.
-
-------------------------------------------------------------------------
-r5346 | gbazin | 2003-09-27 16:32:54 +0200 (Sat, 27 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: support for 'chaining' (concatenated ogg streams).
-
-------------------------------------------------------------------------
-r5347 | gbazin | 2003-09-27 17:33:02 +0200 (Sat, 27 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: support for DEMUX_GET_TIME. External subtitles files should work fine with ogg files now.
-
-------------------------------------------------------------------------
-r5348 | gbazin | 2003-09-28 18:50:05 +0200 (Sun, 28 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/mux/ogg.c
-
-
-* modules/demux/ogg.c, modules/codec/vorbis.c: misc small fixes.
-* modules/mux/ogg.c: support for inserting/removing elementary streams on the fly (really handy for the --sout-keep option). This will produce a chained Ogg bitstream.
-
-------------------------------------------------------------------------
-r5349 | gbazin | 2003-09-28 21:58:19 +0200 (Sun, 28 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/ogg.c
-
-
-* modules/mux/ogg.c: each ogg stream has to be cleared in OggCreateHeader().
-
-------------------------------------------------------------------------
-r5350 | gbazin | 2003-09-28 23:54:21 +0200 (Sun, 28 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/mux/ogg.c
-
-
-* modules/codec/theora.c: don't forget to delete the sout instance.
-* modules/mux/ogg.c: fix for embedding theora in Ogg.
-
-------------------------------------------------------------------------
-r5351 | gbazin | 2003-09-29 00:18:57 +0200 (Mon, 29 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/ogg.c
-
-
-* modules/mux/ogg.c: proper fps and ogg packet granulepos when embedding mp4v/div3 (mplayer can play the file now).
-
-------------------------------------------------------------------------
-r5352 | sigmunau | 2003-09-29 17:45:19 +0200 (Mon, 29 Sep 2003) | 6 lines
-Changed paths:
-   M /trunk/doc/Doxyfile
-   M /trunk/include/variables.h
-   M /trunk/src/misc/variables.c
-
-Doxyfile:
- * changed project name from 'vlc' to 'VLC'
- * excluded src/extras from the documentation
-src/misc/variables.c, include/variables.h:
- * Doxygen-documented most of the vlc variables code
-
-------------------------------------------------------------------------
-r5353 | gbazin | 2003-09-29 19:36:35 +0200 (Mon, 29 Sep 2003) | 4 lines
-Changed paths:
-   M /trunk/include/os_specific.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/charset.c
-   M /trunk/src/misc/darwin_specific.m
-   M /trunk/src/misc/win32_specific.c
-
-
-* include/os_specific.h, src/libvlc.[c,h], src/misc/win32_specific.c: new win32 specific option (--one-instance) to have only one instance of vlc running at once.
- Running another vlc (with --one-instance as well) will only transfer the requested playlist items to the first instance.
-
-------------------------------------------------------------------------
-r5354 | gbazin | 2003-09-29 20:20:37 +0200 (Mon, 29 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/include/os_specific.h
-
-
-* include/os_specific.h: oops, fixed my last commit.
-
-------------------------------------------------------------------------
-r5355 | gbazin | 2003-09-30 00:37:36 +0200 (Tue, 30 Sep 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/packetizer/copy.c
-
-
-* modules/mux/ogg.c: always backup the vorbis/theora headers so we can resend them if we close/reopen the stream (chaining).
-  fixes for text subtitles muxing.
-* modules/packetizer/copy.c: support for text subtitles.
-
-------------------------------------------------------------------------
-r5356 | hartman | 2003-09-30 17:36:39 +0200 (Tue, 30 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-* Select the subtitle track, if it's specified via the "sub-file" option.
-
-------------------------------------------------------------------------
-r5357 | hartman | 2003-09-30 18:09:58 +0200 (Tue, 30 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-   M /trunk/src/input/input.c
-
-* src/input/input.c: fixed usage of sub-file variable.
-* modules/misc/freetype.c: i_render_height and not i_window_height.
-
-------------------------------------------------------------------------
-r5358 | hartman | 2003-09-30 18:41:13 +0200 (Tue, 30 Sep 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-* compile before you commit
-
-------------------------------------------------------------------------
-r5359 | gbazin | 2003-09-30 22:23:03 +0200 (Tue, 30 Sep 2003) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-   A /trunk/include/vlc_block_helper.h
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/libmpeg2.c
-
-
-* include/vlc_block.h, modules/codec/libmpeg2.c: re-added the discontinuity flag in block_t and re-enabled the discontinuity gestion in the libmpeg2 codec.
-* include/vlc_block_helper.h: implemented bytestream reading helper functions for chained blocks.
-* modules/codec/a52.c: modified to use the bytestream reading functions.
-  The flexibility added by these functions makes the code simpler and better at detecting synchro code emulations.
-
-------------------------------------------------------------------------
-r5360 | gbazin | 2003-09-30 22:36:46 +0200 (Tue, 30 Sep 2003) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_block_helper.h
-   M /trunk/modules/codec/a52.c
-
-
-* include/vlc_block_helper.h, modules/codec/a52.c: same as thedj ;)
-
-------------------------------------------------------------------------
-r5361 | sam | 2003-10-01 05:38:24 +0200 (Wed, 01 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb_c.h
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-
-  * Fixed license blurb; these files have always been *GPL*ed.
-
-------------------------------------------------------------------------
-r5362 | gbazin | 2003-10-01 14:01:46 +0200 (Wed, 01 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: get the mp4v vol data from the encoder. This will make the mp4 muxer happy transcoded mp4v.
-
-------------------------------------------------------------------------
-r5363 | gbazin | 2003-10-01 19:44:25 +0200 (Wed, 01 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: had mistakenly got rid of the old i_dts = i_stop_date hack for text subtitles.
-
-------------------------------------------------------------------------
-r5364 | gbazin | 2003-10-01 20:32:13 +0200 (Wed, 01 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/a52.c
-
-
-* modules/codec/a52.c: fixes and simplifications.
-
-------------------------------------------------------------------------
-r5365 | hartman | 2003-10-01 22:57:34 +0200 (Wed, 01 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/quicktime.c
-
-* Fixed some small inconsistancy.
-
-------------------------------------------------------------------------
-r5366 | jpsaman | 2003-10-01 22:58:45 +0200 (Wed, 01 Oct 2003) | 9 lines
-Changed paths:
-   M /trunk/modules/gui/pda/Modules.am
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/pda/pda.h
-   A /trunk/modules/gui/pda/pda_callbacks.c
-   A /trunk/modules/gui/pda/pda_callbacks.h
-   A /trunk/modules/gui/pda/pda_interface.c
-   A /trunk/modules/gui/pda/pda_interface.h
-   A /trunk/modules/gui/pda/pda_support.c
-   A /trunk/modules/gui/pda/pda_support.h
-
-Implementing new PDA User Interface design using the GTK2 widget set. This interface is currently in a rewrite and is currently unuseable. However:
-- it compiles ;-)
-- will have more UI assets to tweak with, then the old interface had
-  to name a few: supports stream out, camera's through v4l, use preferences,
-  manage playlists, play audio/video local and from a network source
-- is not functional (yet)
-
-So expect more functionality to come in and the necessary bug fixes.
-
-------------------------------------------------------------------------
-r5367 | gbazin | 2003-10-02 00:19:57 +0200 (Thu, 02 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-   D /trunk/modules/codec/subsdec
-   A /trunk/modules/codec/subsdec.c
-
-
-* modules/codec/subsdec.c: cleaned up and ported the text subtitles decoder to the new decoder api.
-
-------------------------------------------------------------------------
-r5368 | hartman | 2003-10-02 00:39:43 +0200 (Thu, 02 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-
-* Added a bunch of fourcc's
-* Added the new cinepak and msrle codecs as well as some other forgotten stuff
-
-------------------------------------------------------------------------
-r5369 | hartman | 2003-10-02 00:40:39 +0200 (Thu, 02 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-* Did you know that VCR2 and PIM1 are actually MPEG1 ?
-
-------------------------------------------------------------------------
-r5370 | hartman | 2003-10-02 00:44:58 +0200 (Thu, 02 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/modules/misc/freetype.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/libvlc.h
-
-* modules/misc/freetype.c: spelling errors
-* src/libvlc.h: spelling error
-* include/ninput.h: There should not yet be a Subtitles section in Doxygen
-* src/input/subtitles.c: Doxygen comments for this file
-
-------------------------------------------------------------------------
-r5371 | hartman | 2003-10-02 02:16:05 +0200 (Thu, 02 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* Small fix to doxygen comments
-
-------------------------------------------------------------------------
-r5372 | jpsaman | 2003-10-02 12:28:04 +0200 (Thu, 02 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/qpsk.c
-
-Fix bug for DVB-T tuning. The code always used default upper and lower frequencies from DVB-S for DVB-T, but for DVB-T they could very well be different. Now using --lnb-lof1, --lnb-lof2 and --lnb-slof values are used by default instead. This make it overrideable on the commandline.
-
-------------------------------------------------------------------------
-r5373 | hartman | 2003-10-02 15:31:00 +0200 (Thu, 02 Oct 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h:
-  - Removed a dupe.
-  - Added a 'L' commandline shortcut for loop and 'R' for repeat. There
-    already is a 'Z' shortcut for random.
-* modules/codec/subsdec.c: debug info.
-
-------------------------------------------------------------------------
-r5374 | jpsaman | 2003-10-02 17:43:44 +0200 (Thu, 02 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.c
-   M /trunk/modules/access/dvb/dvb.h
-
-Rework in DVB plugin to allow tuning to DVB-T cards.
-- cleanup of messages
-- adding status events messages from frontend
-- separated tuning for DVB-S, DVB-T and DVB-C into seperate functions.
-
-------------------------------------------------------------------------
-r5375 | hartman | 2003-10-02 20:07:26 +0200 (Thu, 02 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* compilation fix
-
-------------------------------------------------------------------------
-r5376 | gbazin | 2003-10-02 23:12:45 +0200 (Thu, 02 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-   D /trunk/modules/codec/cinepak
-   A /trunk/modules/codec/cinepak.c
-
-
-* modules/codec/cinepak.c: ported the cinepak decoder to the new api.
-
-------------------------------------------------------------------------
-r5377 | sam | 2003-10-03 15:35:56 +0200 (Fri, 03 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/win32_specific.c
-
-  * src/misc/win32_specific.c: minor code clean-up.
-
-------------------------------------------------------------------------
-r5378 | jpsaman | 2003-10-03 20:04:58 +0200 (Fri, 03 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda.h
-
-Some fixes for file listing and playlist. Do not use this interface yet, it is not useable now.
-
-------------------------------------------------------------------------
-r5379 | gbazin | 2003-10-03 20:17:55 +0200 (Fri, 03 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/stream_out/transcode.c: get decoder specific info from the audio encoder (useful for MPEG AAC).
-
-------------------------------------------------------------------------
-r5380 | sigmunau | 2003-10-04 01:31:43 +0200 (Sat, 04 Oct 2003) | 8 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/src/libvlc.h
-
-src/libvlc.h: fixed line length of a string
-modules/gui/wxwindows/preferences.cpp:
- * slightly modified layout of the window
-   * The help text is now below the controls
-   * Neither heading nor help text is inside wxStaticBox but rather
-     separated from the controls with a simple line.
- * changed a lot of strech-factors, makes the dialog look generally more tidy
-
-------------------------------------------------------------------------
-r5381 | gbazin | 2003-10-04 12:54:45 +0200 (Sat, 04 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/stream_out/transcode.c
-
-
-* configure.ac: added --with-ffmpeg-faac for when using an ffmpeg which is compiled with faac support.
-* modules/stream_out/transcode.c: added mp4a fourcc for MPEG AAC audio transcoding support.
-
-------------------------------------------------------------------------
-r5382 | sam | 2003-10-04 13:17:04 +0200 (Sat, 04 Oct 2003) | 9 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/modules.h
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h.in
-
-  * configure.ac:
-    + First try to detect the OS X native dynamic linker before falling
-      back to dlfcn.h.
-    + Enhanced the dlopen-style loader detection.
-    + Added a check for HP-UX's shl_* functins.
-  * src/misc/modules_plugin.h.in:
-    + Support for the dylib dynamic loader on OS X.
-    + Support for the shl dynamic loader on HP-UX.
-
-------------------------------------------------------------------------
-r5383 | gbazin | 2003-10-04 14:00:00 +0200 (Sat, 04 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   D /trunk/modules/codec/a52old
-   D /trunk/modules/codec/mpeg_audio
-   D /trunk/modules/codec/mpeg_video
-
-
-* modules/codec/a52old/*, modules/codec/mpeg_audio/*, modules/codec/mpeg_video/*: got rid of deprecated decoders.
-
-------------------------------------------------------------------------
-r5384 | gbazin | 2003-10-04 14:04:06 +0200 (Sat, 04 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/packetizer/Modules.am
-   D /trunk/modules/packetizer/mpegaudio.c
-
-
-* modules/packetizer/mpegaudio.c: updated mpegaudio to the new decoder api.
-* modules/packetizer/mpegaudio.c: moved the packetizer with the decoder (they share most of their code).
-
-------------------------------------------------------------------------
-r5385 | sam | 2003-10-04 14:25:00 +0200 (Sat, 04 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/include/modules.h
-
-  * include/modules.h: Fixed the OS X build by adding a required header.
-
-------------------------------------------------------------------------
-r5386 | massiot | 2003-10-04 14:30:53 +0200 (Sat, 04 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules_plugin.h.in
-
-Fixed dyld commit.
-
-------------------------------------------------------------------------
-r5387 | gbazin | 2003-10-04 16:59:38 +0200 (Sat, 04 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-
-* modules/gui/wxwindows/wxwindows.cpp: fix for the skins showing the popup menu even when left-clicking with the mouse.
-
-------------------------------------------------------------------------
-r5388 | sam | 2003-10-04 17:04:49 +0200 (Sat, 04 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules_plugin.h.in
-
-  * src/misc/modules_plugin.h.in: More meaningful errors from the OS X dynamic
-    loader.
-
-------------------------------------------------------------------------
-r5389 | sam | 2003-10-04 17:49:13 +0200 (Sat, 04 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules_plugin.h.in
-
-  * src/misc/modules_plugin.h.in: Added a missing return value that caused
-    module loading to fail.
-
-------------------------------------------------------------------------
-r5390 | sigmunau | 2003-10-04 17:51:22 +0200 (Sat, 04 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/include/osd.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc_video.h
-
-Further doxygenization.
-
-------------------------------------------------------------------------
-r5391 | gbazin | 2003-10-04 20:55:13 +0200 (Sat, 04 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/LIST
-   M /trunk/modules/access/Modules.am
-   A /trunk/modules/access/cddax.c
-   A /trunk/modules/access/vcdx
-   A /trunk/modules/access/vcdx/.cvsignore
-   A /trunk/modules/access/vcdx/Modules.am
-   A /trunk/modules/access/vcdx/access.c
-   A /trunk/modules/access/vcdx/cdrom.c
-   A /trunk/modules/access/vcdx/cdrom.h
-   A /trunk/modules/access/vcdx/demux.c
-   A /trunk/modules/access/vcdx/intf.c
-   A /trunk/modules/access/vcdx/intf.h
-   A /trunk/modules/access/vcdx/vcd.c
-   A /trunk/modules/access/vcdx/vcd.h
-   A /trunk/modules/access/vcdx/vcdplayer.c
-   A /trunk/modules/access/vcdx/vcdplayer.h
-
-
-* modules/access/vcdx/*: Brand new VCD input module using libcdio, libvcd and libvcdinfo. Courtesy of Rocky Bernstein.
-* modules/access/cddax.c: Brand new CDDA input module using libcdio. Courtesy of Rocky Bernstein.
-* modules/LIST: update.
-
-------------------------------------------------------------------------
-r5392 | sigmunau | 2003-10-05 01:52:32 +0200 (Sun, 05 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-modules/gui/wxwindows/preferences.cpp:
- * Increased size of and decreased margins around the section heading. It
-   looks nice now.
-
-------------------------------------------------------------------------
-r5393 | gbazin | 2003-10-05 02:50:05 +0200 (Sun, 05 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_block_helper.h
-   M /trunk/modules/codec/mpeg_audio.c
-
-
-* modules/codec/mpeg_audio.c: fixes and improvements.
-* include/vlc_block_helper.h: fix for an offset problem in block_SkipBytes() and block_GetBytes(). (This fixes the problems with the new mpeg_audio decoder/packetizer).
-
-------------------------------------------------------------------------
-r5394 | zorglub | 2003-10-05 11:27:46 +0200 (Sun, 05 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_help.h
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-* use the new look also for capabilities and main helps.
-
-------------------------------------------------------------------------
-r5395 | rocky | 2003-10-05 12:54:55 +0200 (Sun, 05 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cddax.c
-
-Add pf_demux_control setting. Also fix some small typos.
-
-------------------------------------------------------------------------
-r5396 | rocky | 2003-10-05 16:51:47 +0200 (Sun, 05 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cddax.c
-
-Add ability to dynamically set debug ouput.
-
-------------------------------------------------------------------------
-r5397 | sam | 2003-10-05 17:35:59 +0200 (Sun, 05 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h.in
-
-  * src/misc/modules.c, src/misc/modules_plugin.h.in:
-    + As platform-dependant dynamic loader functions are no longer inline,
-      moved them to modules.c which is their real place.
-    + More verbose error messages on some platforms.
-
-------------------------------------------------------------------------
-r5398 | gbazin | 2003-10-05 20:09:36 +0200 (Sun, 05 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4audio.c
-
-
-* modules/packetizer/mpeg4audio.c: ported to the new decoder api and added ADTS streams packetization.
-
-------------------------------------------------------------------------
-r5399 | sam | 2003-10-05 23:29:23 +0200 (Sun, 05 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/misc/modules.c
-
-  * configure.ac:
-    + Better BeOS dynamic loader detection.
-  * src/misc/modules.c:
-    + Consistency fixes.
-
-------------------------------------------------------------------------
-r5400 | gbazin | 2003-10-06 01:03:35 +0200 (Mon, 06 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-
-* src/video_output/video_output.c: fixed a recent patch that had been causing a lot of jerkiness in the video.
-
-------------------------------------------------------------------------
-r5401 | gbazin | 2003-10-06 17:22:53 +0200 (Mon, 06 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-
-
-* src/input/input_dec.c: forgot to commit that with my last libmpeg2 plugin changes.
-
-------------------------------------------------------------------------
-r5402 | zorglub | 2003-10-06 18:23:30 +0200 (Mon, 06 Oct 2003) | 33 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   A /trunk/modules/gui/wxwindows/iteminfo.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/misc/sap.c
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/src/playlist/playlist.c
-
-* include/vlc_playlist.h
-  src/playlist/playlist.c:
-     * Implemented a boolean b_enabled to disable a playlist item
-     * Implemented the idea of group (p_item->i_group), that allows
-       to enable/disable and to sort some series of items
-     * Implemented an unused (at the moment), psz_author field
-     * Started to implement a new playlist format to store all of these
-
-* modules/gui/wxwindows/interface.cpp:
-     Added a hiddeable panel to put some important options.
-     (Menu Preferences->Extra GUI)
-     At the moment, we put the adjust filter and aspect ratio, and must
-     decide what options we want here
-
-* modules/gui/wxwindows/playlist.cpp
-  modules/gui/wxwindows/iteminfo.cpp:
-     Added "Enable/disable group button", options to enable/disable selection
-     Added an item info dialog box
-
-* modules/misc/sap.c :
-     Added a sap-group-id option: the SAP playlist items are in a separate group
-     (defaults to 42)
-
-* modules/visualization/visual/effects.c:
-     Minor coding style fixes
-
-Todo:
------
-
-* Advanced sort (alphabetical and/or by group)
-* Ability to load 0_6 playlists
-* Really use the libid3tag
-
-------------------------------------------------------------------------
-r5403 | gbazin | 2003-10-06 19:41:47 +0200 (Mon, 06 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-
-
-* modules/gui/wxwindows/*: compilation fixes for the unicode version.
-   made the "Extended GUI" option a checkable menuitem.
-
-------------------------------------------------------------------------
-r5404 | gbazin | 2003-10-07 11:32:48 +0200 (Tue, 07 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: win32 compilation fix.
-
-------------------------------------------------------------------------
-r5405 | gbazin | 2003-10-07 16:59:10 +0200 (Tue, 07 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/mux/mp4.c
-
-* modules/mux/mp4.c: Use SoundDescription instead of SoundDescriptionV1.
-* modules/demux/mp4/*: Added support for the "wave" tag used in mov files with aac.
-
-------------------------------------------------------------------------
-r5406 | gbazin | 2003-10-07 18:54:53 +0200 (Tue, 07 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-
-* Makefile.am: forgot to include vlc_block_helper.h
-
-------------------------------------------------------------------------
-r5407 | sam | 2003-10-07 20:53:01 +0200 (Tue, 07 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * Only look for kernel32.dll if the target is windows.
-
-------------------------------------------------------------------------
-r5408 | sam | 2003-10-07 23:13:01 +0200 (Tue, 07 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-
-  * bootstrap: Fixed a shell syntax error when pkg-config is not present.
-
-------------------------------------------------------------------------
-r5409 | zorglub | 2003-10-08 12:07:22 +0200 (Wed, 08 Oct 2003) | 11 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/misc/httpd.c
-   M /trunk/modules/misc/sap.c
-   M /trunk/src/video_output/video_output.c
-
-* modules/misc/httpd.c: added missing sanity checks
-
-* modules/misc/sap.c: added sanity checks and more coding style fixes
-
-* src/video_output/video_output.c:
-  Video filters can now be enabled on the fly (vout is respawned)
-  You need to var_Set( p_vout, "filters", psz_yourvalue)
-      for this
-
-* modules/gui/wxwindows/interface.cpp : Enable the adjust filter on the fly
-
-------------------------------------------------------------------------
-r5410 | zorglub | 2003-10-08 13:24:59 +0200 (Wed, 08 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/httpd.c
-
-Compilation fix
-
-------------------------------------------------------------------------
-r5411 | zorglub | 2003-10-08 14:18:50 +0200 (Wed, 08 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* Fixed slider values (boundaries were wrong, some values were unreachable)
-
-------------------------------------------------------------------------
-r5412 | gbazin | 2003-10-08 20:26:58 +0200 (Wed, 08 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-
-* modules/misc/sap.c: fixed win32 breakage.
-
-------------------------------------------------------------------------
-r5413 | gbazin | 2003-10-08 21:40:42 +0200 (Wed, 08 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_help.h
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/extras/libc.c
-   M /trunk/src/libvlc.h
-
-
-* include/vlc_help.h src/libvlc.h: thou shalt not hardcode newlines in the middle of sentences.
-* src/extras/libc.c, include/vlc_common.h: resuscitated vlc_wraptext() and added utf8 support.
-* modules/gui/wxwindows/preferences.cpp: use vlc_wraptext() for capabilities help.
-
-------------------------------------------------------------------------
-r5414 | gbazin | 2003-10-08 23:01:07 +0200 (Wed, 08 Oct 2003) | 8 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/audio_output.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/vlc/decoder.h
-   A /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_keys.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/misc/block.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/objects.c
-
-
-* include/vlc_codec.h: defines decoders/encoders related structures here.
-* include/vlc_video.h: new video_frame_format_t structure which defines the properties of a video frame.
-* include/vlc/decoder.h: include vlc_codec.h
-* src/misc/objects.c: added VLC_OBJECT_PACKETIZER and VLC_OBJECT_ENCODER object types.
-* modules/stream_out/transcode.c, modules/codec/theora.c: experimental theora video encoder.
-* src/input/*: some cleanup.
-
-------------------------------------------------------------------------
-r5415 | gbazin | 2003-10-08 23:03:36 +0200 (Wed, 08 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/video_output/x11/xcommon.c
-
-
-* modules/demux/util/sub.c: fix when no subs specified.
-* modules/video_output/x11/xcommon.c: fixed invalid chroma.
-* modules/codec/a52.c, modules/codec/libmpeg2.c: small cleanup.
-
-------------------------------------------------------------------------
-r5416 | gbazin | 2003-10-09 01:00:40 +0200 (Thu, 09 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/codec/theora.c, modules/stream_out/transcode.c: theora encoding fixes.
-
-------------------------------------------------------------------------
-r5417 | gbazin | 2003-10-09 11:39:16 +0200 (Thu, 09 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: fixed transcoding.
-
-------------------------------------------------------------------------
-r5418 | gbazin | 2003-10-09 13:48:41 +0200 (Thu, 09 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/codec/theora.c, modules/stream_out/transcode.c: fixed encoder module unloading.
-* modules/mux/ogg.c: fixed packing of OggDS structure.
-
-------------------------------------------------------------------------
-r5419 | gbazin | 2003-10-09 14:31:05 +0200 (Thu, 09 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: fixed resizing with theora encoding.
-
-------------------------------------------------------------------------
-r5420 | massiot | 2003-10-09 20:05:32 +0200 (Thu, 09 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-HOLY SHIT, IS IT TOO DIFFICULT TO COMPILE YOUR SOURCE BEFORE CHECKING
-IT IN ???
-
-------------------------------------------------------------------------
-r5421 | gbazin | 2003-10-09 20:53:01 +0200 (Thu, 09 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/stream_out/transcode.c: couple of fixes.
-* modules/codec/theora.c, modules/mux/ogg.c: proper granulepos generation for theora streams.
-* modules/mux/ogg.c: ignore pts from headers.
-
-------------------------------------------------------------------------
-r5422 | gbazin | 2003-10-09 21:31:38 +0200 (Thu, 09 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/mux/ogg.c, modules/stream_out/transcode.c: better fix for the starting pts problem in the ogg muxer.
-
-------------------------------------------------------------------------
-r5423 | gbazin | 2003-10-09 21:40:29 +0200 (Thu, 09 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/stream_out/transcode.c: yes, I can do it!
-
-------------------------------------------------------------------------
-r5424 | alexis | 2003-10-10 09:28:37 +0200 (Fri, 10 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/po/es.po
-
-New spanish translation, by Antonio Javier Varela.
-
-P.S. : it compiles fine, but I can't figure out how to change the
-language on the CVS version of VLC, so I couldn't test it.
-
-------------------------------------------------------------------------
-r5425 | alexis | 2003-10-10 09:33:53 +0200 (Fri, 10 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-Ran toolbox --update-po.
-
-------------------------------------------------------------------------
-r5426 | gbazin | 2003-10-10 19:09:42 +0200 (Fri, 10 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/mux/ogg.c
-   M /trunk/src/input/input_dec.c
-
-
-* src/input/input_dec.c: use VLC_OBJECT_PACKETIZER for packetizers.
-* modules/mux/ogg.c: win32 fix for ogg muxing with several elementary streams.
-
-------------------------------------------------------------------------
-r5427 | alexis | 2003-10-10 21:42:30 +0200 (Fri, 10 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/po/es.po
-
-Minor fix.
-
-------------------------------------------------------------------------
-r5428 | hartman | 2003-10-11 16:08:58 +0200 (Sat, 11 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
-* removed an undef HAVE_ICONV from this file, and fixed a cast warning.
-
-------------------------------------------------------------------------
-r5429 | hartman | 2003-10-11 23:08:40 +0200 (Sat, 11 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/src/misc/charset.c
-
-* src/misc/charset.c: Fixed a segfault and removed some gcc warnings
-  The day i understand strings and memory in C is going to be a joyful day :)
-* modules/demux/mkv.cpp: fixed an error if there is no ICONV support
-
-------------------------------------------------------------------------
-r5430 | hartman | 2003-10-12 00:40:05 +0200 (Sun, 12 Oct 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/libvlc.h
-
-* src/input/subtitles.c: made the autodetection fuzziness a config option.
-* ALL:
-  use a counter and pass this along to New_Subtitle, so we can add more
-  than one subtitle file. This 'fixes' a problem where all subtitles got the
-  same track_id and therefore were all (un)selected at the same time.
-
-------------------------------------------------------------------------
-r5431 | gbazin | 2003-10-12 11:49:30 +0200 (Sun, 12 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   D /trunk/src/video_output/video_text.h
-
-
-* src/video_output/video_text.h: removed useless file.
-
-------------------------------------------------------------------------
-r5432 | hartman | 2003-10-12 23:53:58 +0200 (Sun, 12 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-
-* added a "auto" mode to sub-type. This is because the wxwin intf doesn't
-  like dropdown lists, with no selection. it therefore selects the first item
-  in this case microdvd, which then has the potential that you can save and
-  set this sub-type accidently.
-
-------------------------------------------------------------------------
-r5433 | hartman | 2003-10-13 01:28:36 +0200 (Mon, 13 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/README.MacOSX.rtf
-   M /trunk/po/pt_BR.po
-   M /trunk/src/libvlc.h
-
-* Updated the pt_BR translation
-* Added the new es language to the preferences
-* Updated same stuff in the NEWS file, new release will still take a long time
-* Updated the subtitle info in the README file.
-
-------------------------------------------------------------------------
-r5434 | zorglub | 2003-10-13 07:48:08 +0200 (Mon, 13 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/misc/sap.c
-
-* modules/misc/sap.c: Fixed a stupid option (no-ipv4-sap)
-
-* NEWS: added some more stuff
-
-------------------------------------------------------------------------
-r5435 | alexis | 2003-10-14 09:30:31 +0200 (Tue, 14 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/po/es.po
-
-Spanish translation update.
-
-------------------------------------------------------------------------
-r5436 | alexis | 2003-10-14 18:46:39 +0200 (Tue, 14 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/po/es.po
-
-New update again !
-
-------------------------------------------------------------------------
-r5437 | gbazin | 2003-10-15 00:41:41 +0200 (Wed, 15 Oct 2003) | 10 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/modules/gui/skins/src/dialogs.cpp
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/misc/objects.c
-
-
-* modules/gui/wxwindows/*: don't forget to delete the timer.
-   Use wxApp::OnExit() to cleanup the dialogs provider.
-   Added a "Miscellaneous" section to the menu. Added a "Switch interface" and "Add interface" entries to this menu.
-* modules/gui/skins/src/*: dialog providers have object types of VLC_OBJECT_DIALOGS.
-   Don't forget to attach/detach the dialogs provider to its parent intf.
-   Work around a bug in imlib2 when we close the plugin.
-* src/misc/objects.c, include/vlc_objects.h: added VLC_OBJECT_DIALOGS for dialogs providers.
-* src/interface/interface.c, include/vlc_interface.h: added 2 object variables to switch/add interfaces on the fly (intf-switch and intf-add).
-
-------------------------------------------------------------------------
-r5438 | gbazin | 2003-10-15 01:09:03 +0200 (Wed, 15 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-
-
-* src/interface/interface.c: interfaces added on the fly are attached to p_vlc instead of the main interface.
-
-------------------------------------------------------------------------
-r5439 | gbazin | 2003-10-15 09:34:25 +0200 (Wed, 15 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/mozilla/vlcshell.cpp
-
-
-* modules/control/http.c: small bug fix.
-* mozilla/vlcshell.cpp: win32 fix.
-
-------------------------------------------------------------------------
-r5440 | gbazin | 2003-10-15 14:24:14 +0200 (Wed, 15 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/dialogs.cpp
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-* modules/gui/skins/win32/win32_run.cpp: don't forget to delete VlcProc
-* modules/gui/wxwindows/*, modules/gui/wxwindows/*: don't forget to delete all our variables callbacks.
-* modules/gui/wxwindows/dialogs.cpp: don't delete the dialogs provider twice.
-* modules/gui/wxwindows/menus.cpp: small cosmetic changes.
-
-------------------------------------------------------------------------
-r5441 | gbazin | 2003-10-16 00:49:48 +0200 (Thu, 16 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/filter_common.h
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-
-
-* modules/video_filter/*: forward fullscreen event between children and parent.
-
-------------------------------------------------------------------------
-r5442 | gbazin | 2003-10-16 18:04:25 +0200 (Thu, 16 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-
-* modules/gui/skins/src/vlcproc.cpp: don't forget to lock the playlist object.
-   Check p_playlist->i_index is != -1 as well.
-
-------------------------------------------------------------------------
-r5443 | gbazin | 2003-10-17 18:40:09 +0200 (Fri, 17 Oct 2003) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/theme.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-
-
-* modules/gui/wxwindows/preferences.cpp: fixes some alignment issues in the config options panel.
-* modules/gui/skins/src/*: use (AOUT_VOLUME_DEFAULT * 2) as max volume.
-* modules/video_output/directx/*: use inheritance for the direct-always-on-top object var.
-   Added Ctrl+left/right arrows as shortcuts for seeking in 1 min chunks.
-* modules/mux/mp4.c: fixed the audio/video sync.
-
-------------------------------------------------------------------------
-r5444 | ipkiss | 2003-10-17 20:17:28 +0200 (Fri, 17 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/banks.cpp
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/event.h
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/theme.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/window.h
-   M /trunk/modules/gui/skins/win32/win32_window.cpp
-   M /trunk/modules/gui/skins/win32/win32_window.h
-
- * modules/gui/skins/*:
-        Added an "Always on top" entry in the system menu (it can also
-        be triggered by Ctrl+T). Implemented on Windows only, but to do
-        that on X11 you just need to write X11Window::ToggleOnTop().
-
-------------------------------------------------------------------------
-r5445 | gbazin | 2003-10-17 20:38:47 +0200 (Fri, 17 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/vout_synchro.c
-
-
-* src/video_output/vout_synchro.c: mpeg video synchro patch that fixes the susceptibility to timing jitter when decoding the first frame (courtesy of Simon Gittins).
-
-------------------------------------------------------------------------
-r5446 | gbazin | 2003-10-17 20:45:20 +0200 (Fri, 17 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-
-* Makefile.am: don't forget include/vlc_keys.h in "make dist"
-
-------------------------------------------------------------------------
-r5447 | zorglub | 2003-10-17 20:59:00 +0200 (Fri, 17 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-* A few sanity checks
-
-* Escape < and > to prevent script injections (could be done easily with crappy playlist items)
-
-------------------------------------------------------------------------
-r5448 | ipkiss | 2003-10-17 22:21:59 +0200 (Fri, 17 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/doc/skins/events-howto.txt
-   M /trunk/modules/gui/skins/src/banks.cpp
-
- * modules/gui/skins/src/banks.cpp: Two events had the same shortcut
- * doc/skins/events-howto.txt: Updated the doc accordingly
-
-------------------------------------------------------------------------
-r5449 | gbazin | 2003-10-17 23:28:21 +0200 (Fri, 17 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-* modules/gui/wxwindows/streamout.cpp: fixed the rtp field.
-
-------------------------------------------------------------------------
-r5450 | gbazin | 2003-10-18 22:09:23 +0200 (Sat, 18 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dshow/filter.h
-
-* modules/access/dshow/*: fixes and optimizations. Also changed all the parameters into config options.
-
-------------------------------------------------------------------------
-r5451 | hartman | 2003-10-18 23:46:01 +0200 (Sat, 18 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-
-* The SAMI parses did case sensitive tag parsing. However both START, Start
-  and start are legal tags. I added a local_stristr (also sometime known as strcasestr)
-  function to this file. It probably doesn't belong here, anyone is welcome
-  to move it.
-
-------------------------------------------------------------------------
-r5452 | hartman | 2003-10-19 00:48:25 +0200 (Sun, 19 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
-
-* id3tag fills the psz_name and psz_author field of playlist_item_t
-
-------------------------------------------------------------------------
-r5453 | gbazin | 2003-10-19 14:20:00 +0200 (Sun, 19 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/src/playlist/playlist.c
-
-
-* src/playlist/playlist.c: fixed locking problem.
-* modules/gui/skins/src/skin_main.cpp: fixed division by 0.
-
-------------------------------------------------------------------------
-r5454 | gbazin | 2003-10-19 14:37:03 +0200 (Sun, 19 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-
-
-* modules/gui/skins/src/vlcproc.cpp: free()/delete mismatch.
-
-------------------------------------------------------------------------
-r5455 | hartman | 2003-10-19 15:39:12 +0200 (Sun, 19 Oct 2003) | 7 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-   M /trunk/modules/gui/macosx/info.m
-
-* modules/demux/avi/*
-  - print a debug message in case of 0xfffe audio
-    This is either a WAVEFORMATEXTENSIBLE or encapsulated vorbis audio
-  - use c-style comments
-* modules/gui/macosx/info.m:
-  - release your objects when you finished using them.
-
-------------------------------------------------------------------------
-r5456 | hartman | 2003-10-19 16:02:33 +0200 (Sun, 19 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/po/pt_BR.po
-
-* Update portugese brazilian translation
-
-------------------------------------------------------------------------
-r5457 | gbazin | 2003-10-19 18:53:59 +0200 (Sun, 19 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: fixed endless loop when trying to play a theora stream while the demux was not compiled with theora support.
-
-------------------------------------------------------------------------
-r5458 | asmax | 2003-10-19 22:05:56 +0200 (Sun, 19 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-* tried to implement on-top windows on X11, but doesn't work for me :(
-
-------------------------------------------------------------------------
-r5459 | asmax | 2003-10-19 22:32:21 +0200 (Sun, 19 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_window.h
-
-* lalala
-
-------------------------------------------------------------------------
-r5460 | gbazin | 2003-10-20 00:25:10 +0200 (Mon, 20 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-
-
-* modules/gui/skins/x11/x11_window.cpp: try _NET_WM_STATE_STAYS_ON_TOP as well for KDE.
-
-------------------------------------------------------------------------
-r5461 | sigmunau | 2003-10-20 00:41:18 +0200 (Mon, 20 Oct 2003) | 8 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   A /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   A /trunk/modules/gui/wxwindows/preferences_widgets.h
-
-Factored the code for each of the different types of config options out into
-separate widgets. This makes preferences.cpp much cleaner and opens up
-greater possibilities for the config item controls.
-* Added "browse..." button to CONFIG_ITEM_DIRECTORY
-* Added a slider to CONFIG_ITEM_INTEGER when i_min or i_max differs from 0
-* Made it possible to change CONFIG_ITEM_KEY options with the preferences
-dialog
-
-------------------------------------------------------------------------
-r5462 | sigmunau | 2003-10-20 00:52:11 +0200 (Mon, 20 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-modules/gui/wxwindows/interface.cpp: oooops
-
-------------------------------------------------------------------------
-r5463 | hartman | 2003-10-20 01:12:16 +0200 (Mon, 20 Oct 2003) | 7 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/include/codecs.h
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/playlist.m
-
-* include/codecs.h: cosmetic fixes.
-* modules/gui/macosx/*:
-  - remove the enqueue option from the open panel. why did i even add it? KISS
-  - better use of name and uri fields of playlist_item_t
-  - when users d&d a CD on VLC, it will now play. This breaks d&d folders
-    located on a CD for now. Not really important but should be fixed later on.
-
-------------------------------------------------------------------------
-r5464 | gbazin | 2003-10-20 01:38:09 +0200 (Mon, 20 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-
-* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix for unicode build.
-   Small cosmetic fixes to the code.
-* modules/gui/wxwindows/menus.cpp: added a couple of new options.
-
-------------------------------------------------------------------------
-r5465 | hartman | 2003-10-20 02:01:06 +0200 (Mon, 20 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/src/input/input.c
-
-* Added a "demuxed-id3" variable to input.c so id3tags won't be parsed
-  multiple times anymore.
-
-------------------------------------------------------------------------
-r5466 | gbazin | 2003-10-20 02:09:27 +0200 (Mon, 20 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-
-
-* modules/gui/wxwindows/preferences*: beware, casts from strings to char * are allocated on the stack.
-
-------------------------------------------------------------------------
-r5467 | hartman | 2003-10-20 03:07:28 +0200 (Mon, 20 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
-
-* even less duplicate entries by id3tags. Dupes are annoying :)
-
-------------------------------------------------------------------------
-r5468 | gbazin | 2003-10-20 12:37:56 +0200 (Mon, 20 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/mozilla/Makefile.am
-
-* Makefile.am, bootstrap, mozilla/Makefile.am: don't try to build pic _and_ non-pic code on win32 as there's no need for pic code on this platform. This should almost reduce the compilation time by a factor of 2 when the mozilla plugin is activated in the build process.
-
-------------------------------------------------------------------------
-r5469 | gbazin | 2003-10-20 14:25:22 +0200 (Mon, 20 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-
-* modules/gui/wxwindows/preferences*: added GetName(), GetType() and IsAdvanced() to ConfigControl and got rid of ConfigData for even more simplifications.
-
-------------------------------------------------------------------------
-r5470 | zorglub | 2003-10-20 17:28:03 +0200 (Mon, 20 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-Removed an awful debug message
-
-------------------------------------------------------------------------
-r5471 | gbazin | 2003-10-20 19:18:54 +0200 (Mon, 20 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/libavi.c
-
-
-* modules/demux/avi/libavi.c: multiline strings are not valid C.
-
-------------------------------------------------------------------------
-r5472 | gbazin | 2003-10-20 23:48:46 +0200 (Mon, 20 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/install-win32
-
-
-* Makefile.am, install-win32: include the mozilla plugin in the win32 package.
-   You'll still have to install the mozilla plugin manually though.
-
-------------------------------------------------------------------------
-r5473 | gbazin | 2003-10-21 00:27:05 +0200 (Tue, 21 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-
-
-* modules/gui/skins/src/vlcproc.cpp: play, pause, and stop checkbox controls are now updated on "intf-change" playlist variable callback.
-
-------------------------------------------------------------------------
-r5474 | gbazin | 2003-10-21 00:28:26 +0200 (Tue, 21 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-
-* src/playlist/playlist.c: added a playlist var_Set( "intf-change" ).
-
-------------------------------------------------------------------------
-r5475 | fenrir | 2003-10-21 00:43:36 +0200 (Tue, 21 Oct 2003) | 6 lines
-Changed paths:
-   A /trunk/doc/intf-http.txt
-
- * intf-http.txt: small doc about how to write .html page for the http
- interface (up to date, but a bit technical...).
-
- Btw, the first who ask me to write another documentation will just go
- to hell ;)
-
-------------------------------------------------------------------------
-r5476 | titer | 2003-10-21 03:05:32 +0200 (Tue, 21 Oct 2003) | 9 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/control/http.c
-
- configure.ac:
-  + updated libebml/libmatroska detection as matroska headers no longer
-    include ebml headers directly. Hope you upgraded it - if not, you'll
-    have to set your CFLAGS accordingly.
-  + on BeOS, libmkv_plugin.so has to be linked to libstdc++
-
- modules/control/http.c:
-  + fix for gcc != 3
-
-------------------------------------------------------------------------
-r5477 | titer | 2003-10-21 03:48:02 +0200 (Tue, 21 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-
- beos/VlcWrapper.cpp: started to use object variables
-
-------------------------------------------------------------------------
-r5478 | hartman | 2003-10-21 14:30:40 +0200 (Tue, 21 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-Fixed dropdown lists. they were returning descriptions on a SaveAll instead of config options.
-
-------------------------------------------------------------------------
-r5479 | gbazin | 2003-10-21 19:31:36 +0200 (Tue, 21 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-
-* configure.ac: tell the build system that mkv is a c++ plugin.
-
-------------------------------------------------------------------------
-r5480 | gbazin | 2003-10-21 20:33:53 +0200 (Tue, 21 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-
-* modules/codec/ffmpeg/video.c: compilation fix for the latest ffmpeg changes (AVRational).
-
-------------------------------------------------------------------------
-r5481 | fenrir | 2003-10-22 02:00:54 +0200 (Wed, 22 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * added support for S_SSA and S_ASS old way (fix 1373).
-   added removing of all {\xxxx} in the SSA stream.
-
-------------------------------------------------------------------------
-r5482 | gbazin | 2003-10-22 19:12:31 +0200 (Wed, 22 Oct 2003) | 8 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/speex.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/variables.c
-
-
-* configure.ac, modules/codec/Modules.am, modules/codec/speex.c: new speex decoder and packetizer using libspeex.
-* modules/demux/ogg.c: added support for speex to the Ogg demuxer.
-* modules/mux/ogg.c: added support for speex to the Ogg muxer.
-* src/misc/variables.c: when creating choices object variables with inheritance enabled, automatically add the inherited value to the list of choices.
-* modules/access/udp.c: use an object variable and inheritance for "udp-caching".
-* src/input/input.c: disable the hack for filenames with colons on win32 because filenames can't contain colons.
-
-------------------------------------------------------------------------
-r5483 | gbazin | 2003-10-22 20:24:08 +0200 (Wed, 22 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/speex.c
-
-
-* modules/codec/speex.c: fixed a couple of bugs.
-
-------------------------------------------------------------------------
-r5484 | ipkiss | 2003-10-22 21:12:56 +0200 (Wed, 22 Oct 2003) | 7 lines
-Changed paths:
-   M /trunk/doc/skins/skins-howto.txt
-   M /trunk/modules/gui/skins/parser/flex.c
-   M /trunk/modules/gui/skins/parser/skin.act
-   M /trunk/modules/gui/skins/parser/skin.c
-   M /trunk/modules/gui/skins/parser/skin.dtd
-   M /trunk/modules/gui/skins/parser/skin.h
-   M /trunk/modules/gui/skins/parser/wrappers.cpp
-   M /trunk/modules/gui/skins/parser/wrappers.h
-   M /trunk/modules/gui/skins/src/theme.h
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.h
-   M /trunk/modules/gui/skins/src/window.h
-   M /trunk/modules/gui/skins/win32/win32_dragdrop.cpp
-   M /trunk/modules/gui/skins/win32/win32_dragdrop.h
-   M /trunk/modules/gui/skins/win32/win32_theme.cpp
-   M /trunk/modules/gui/skins/win32/win32_theme.h
-   M /trunk/modules/gui/skins/win32/win32_window.cpp
-   M /trunk/modules/gui/skins/win32/win32_window.h
-   M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
-   M /trunk/modules/gui/skins/x11/x11_dragdrop.h
-   M /trunk/modules/gui/skins/x11/x11_theme.cpp
-   M /trunk/modules/gui/skins/x11/x11_theme.h
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.h
-
- * modules/gui/skins/*: Added a "playondrop" attribute to the "Window"
-     tag, which enables to choose whether drop files should be played
-     directly or only enqueued (default is "true", to be backwards
-     compatible).
-     Implemented on win32 and x11, only tested on win32.
- * doc/skins/skins-howto.txt: Updated the doc accordingly
-
-------------------------------------------------------------------------
-r5485 | gbazin | 2003-10-22 23:08:15 +0200 (Wed, 22 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/LIST
-
-
-* NEWS, modules/LIST: updated with the new features.
-
-------------------------------------------------------------------------
-r5486 | gbazin | 2003-10-23 13:26:08 +0200 (Thu, 23 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/modules/stream_out/Modules.am
-   M /trunk/modules/visualization/visual/Modules.am
-   M /trunk/share/skins/default/theme.xml
-
-* share/skins/default/theme.xml: set "playondrop" to false for the playlist window.
-* Makefile.am, modules/visualization/visual/Modules.am, modules/stream_out/Modules.am: added missing headers.
-
-------------------------------------------------------------------------
-r5487 | jpsaman | 2003-10-23 16:30:26 +0200 (Thu, 23 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Reviewed file:
-- fixed border cases with peeking in the packet.
-
-------------------------------------------------------------------------
-r5488 | sam | 2003-10-23 17:30:22 +0200 (Thu, 23 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap: Only start removing files when required tools have been
-    checked, to prevent inadvertent file losses.
-
-------------------------------------------------------------------------
-r5489 | gbazin | 2003-10-23 18:00:48 +0200 (Thu, 23 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-   M /trunk/modules/gui/skins/win32/win32_theme.cpp
-
-* modules/gui/skins/src/*: don't forget to recreate a win32 timer when the skin is changed.
-
-------------------------------------------------------------------------
-r5490 | sam | 2003-10-23 18:26:21 +0200 (Thu, 23 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/Makefile.am
-   M /trunk/doc/fortunes.txt
-
-  * doc/Makefile.am: Install a few files in /usr/share/doc/vlc/.
-
-------------------------------------------------------------------------
-r5491 | sam | 2003-10-23 18:43:37 +0200 (Thu, 23 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-  * src/libvlc.c: hid p_static_vlc in a vlc_current_object function so that
-    it can later be used from outside as well.
-
-------------------------------------------------------------------------
-r5492 | gbazin | 2003-10-23 18:48:45 +0200 (Thu, 23 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: arrggg... I shouldn't be allowed to commit ;)
-
-------------------------------------------------------------------------
-r5493 | sam | 2003-10-23 19:04:40 +0200 (Thu, 23 Oct 2003) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/mozilla/vlcpeer.cpp
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-
-  * configure.ac:
-    + Detect <mozilla-config.h> on newer Mozilla versions.
-  * mozilla/vlcpeer.cpp:
-    + If neither NP_UNIX, NP_MACOSX nor NP_WIN are defined, default to NP_UNIX.
-    + Use <mozilla-config.h> whenever possible.
-
-------------------------------------------------------------------------
-r5494 | gbazin | 2003-10-23 22:51:20 +0200 (Thu, 23 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_block_helper.h
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-
-
-* include/vlc_block_helper.h: fixed an idiotically stupid bug in block_PeekOffsetBytes().
-* modules/codec/mpeg_audio.c, modules/codec/a52.c, modules/packetizer/mpeg4audio.c: fixed a couple of issues.
-
-------------------------------------------------------------------------
-r5495 | gbazin | 2003-10-23 23:28:11 +0200 (Thu, 23 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
-
-* modules/codec/mpeg_audio.c: debug_message--;
-
-------------------------------------------------------------------------
-r5496 | gbazin | 2003-10-23 23:55:50 +0200 (Thu, 23 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-
-* modules/audio_output/alsa.c: recover more easily in case of underrun.
-
-------------------------------------------------------------------------
-r5497 | bigben | 2003-10-24 00:46:16 +0200 (Fri, 24 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
-Added the "input" parameter in pvr input command line. Default is input=4 (tuner)
-
-------------------------------------------------------------------------
-r5498 | sigmunau | 2003-10-24 01:00:37 +0200 (Fri, 24 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/freetype.c
-
-configure.ac, modules/misc/freetype.c:
-  * Bidi support in the freetype module through fribidi
-
-------------------------------------------------------------------------
-r5499 | bigben | 2003-10-24 11:32:32 +0200 (Fri, 24 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
-changed input parametter to channel, to be compatble with v4l input
-
-------------------------------------------------------------------------
-r5500 | sam | 2003-10-24 13:28:12 +0200 (Fri, 24 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/satellite/access.c
-
-  * modules/access/satellite/access.c: Typo.
-
-------------------------------------------------------------------------
-r5501 | sam | 2003-10-24 13:28:57 +0200 (Fri, 24 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-  * modules/misc/freetype.c: Set the default font to a common Debian font.
-
-------------------------------------------------------------------------
-r5502 | sam | 2003-10-24 13:31:51 +0200 (Fri, 24 Oct 2003) | 9 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-  * debian/rules:
-    + Disabled the deprecated satellite plugin; the dvb plugin is now
-      the recommended one (Closes: #216367).
-    + Don't install fortunes in /usr/share/games, they are too private for
-      common mortals (Closes: #212856). They are still available in the
-      /usr/share/doc/vlc directory though.
-  * debian/control:
-    + Depend on ttf-freefont for subtitles.
-
-------------------------------------------------------------------------
-r5503 | sam | 2003-10-24 13:53:59 +0200 (Fri, 24 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap: Fixed the "clean" rule in module subdirectories.
-
-------------------------------------------------------------------------
-r5504 | fenrir | 2003-10-24 14:22:51 +0200 (Fri, 24 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/libavi.c
-
- * avi: fix for playing avi file from ffserver.
-
-------------------------------------------------------------------------
-r5505 | sam | 2003-10-24 16:13:59 +0200 (Fri, 24 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-  * modules/misc/freetype.c: Compilation fixes.
-
-------------------------------------------------------------------------
-r5506 | sam | 2003-10-24 16:45:24 +0200 (Fri, 24 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-  * debian/rules:
-    + Activated the speex codec.
-    + Activated the PVR input module.
-
-------------------------------------------------------------------------
-r5507 | sam | 2003-10-24 16:50:07 +0200 (Fri, 24 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * toolbox: On Debian woody, don't activate the speex plugin, and use
-    ttf-thryomanes instead of ttf-freefonts (not available).
-
-------------------------------------------------------------------------
-r5508 | sam | 2003-10-24 18:34:30 +0200 (Fri, 24 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/debian/vlc.dirs
-
-  * Makefile.am: Recurse into doc/ to install documentation.
-  * configure.ac: Removed mention of plugin packetizer_mpegaudio which does
-    not exist.
-
-------------------------------------------------------------------------
-r5509 | sam | 2003-10-24 19:41:58 +0200 (Fri, 24 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/include/iso_lang.h
-
-  * include/iso_lang.h: Since the exported functions use the "const" keyword,
-    put the declarations in extern "C" {} in C++ modules.
-
-------------------------------------------------------------------------
-r5510 | sam | 2003-10-24 19:43:51 +0200 (Fri, 24 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/fft.c
-   M /trunk/modules/visualization/visual/fft.h
-
-  * modules/visualization/visual/:
-    + Renamed fft_init into visual_fft_init because of a name clash with
-      the ffmpeg libraries.
-    + Replaced u8 s16 etc. with uint8_t int16_t etc.
-
-------------------------------------------------------------------------
-r5511 | gbazin | 2003-10-24 19:55:14 +0200 (Fri, 24 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4audio.c
-
-
-* modules/packetizer/mpeg4audio.c: when packetizing adts streams, make sure we remove the adts headers before sending the data.
-
-------------------------------------------------------------------------
-r5512 | gbazin | 2003-10-24 23:27:07 +0200 (Fri, 24 Oct 2003) | 8 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/misc/dummy/vout.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/video_filter/filter_common.h
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-   M /trunk/src/video_output/vout_pictures.c
-
-
-* configure.ac: fix for wxWindows headers detection.
-* all: changed the prototype of vout_AllocatePicture() and vout_InitPicture().
-* src/video_output/vout_pictures.c: new vout_InitFormat() function that initialises a video_frame_format_t structure.
-* include/vlc_video.h: extended video_frame_format_t.
-* modules/codec/rawvideo.c: ported to the new decoder api.
-* modules/video_output/x11/*: simplifications.
-
-------------------------------------------------------------------------
-r5513 | sam | 2003-10-25 02:42:31 +0200 (Sat, 25 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/svgalib.c
-   M /trunk/modules/video_output/wingdi.c
-
-  * modules/video_output/wingdi.c, modules/video_output/svgalib.c: Fixed compilation
-    errors due to the recent API change in vout_AllocatePicture.
-
-------------------------------------------------------------------------
-r5514 | sam | 2003-10-25 02:49:14 +0200 (Sat, 25 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dvd/access.c
-   M /trunk/modules/access/dvd/es.c
-   M /trunk/modules/access/dvd/ifo.c
-   M /trunk/modules/access/dvd/ifo.h
-   M /trunk/modules/access/dvd/udf.h
-   M /trunk/modules/access/dvdplay/es.c
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos8.c
-   M /trunk/modules/audio_filter/converter/float32tou16.c
-   M /trunk/modules/audio_filter/converter/float32tou8.c
-   M /trunk/modules/audio_filter/converter/s16tofixed32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/audio_filter/converter/s8tofloat32.c
-   M /trunk/modules/audio_filter/converter/u8tofixed32.c
-   M /trunk/modules/audio_filter/converter/u8tofloat32.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/cinepak.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.h
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/spudec/render.c
-   M /trunk/modules/codec/tarkin.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/demux/mpeg/system.h
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/util/id3.c
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-   M /trunk/modules/gui/qnx/vout.c
-   M /trunk/modules/misc/dummy/decoder.c
-   M /trunk/modules/misc/dummy/vout.c
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_output/aa.c
-   M /trunk/modules/video_output/directx/vout.h
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/glide.c
-   M /trunk/modules/video_output/mga/mga.c
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/x11/xcommon.h
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/threads.c
-
-  * include/vlc_common.h:
-    + Removed u8, s8, u16 etc. for good.
-  * ALL:
-    + Replaced all occurrences of u8, s8, u16 etc. with uint8_t, int8_t, etc.
-
-------------------------------------------------------------------------
-r5515 | sam | 2003-10-25 05:44:46 +0200 (Sat, 25 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap:
-    + Smaller makefiles.
-    + Faster builds. Heh.
-
-------------------------------------------------------------------------
-r5516 | sam | 2003-10-25 06:48:55 +0200 (Sat, 25 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap:
-    + Fixed a typo causing the Mozilla plugin build to fail.
-    + Call the generic rule in "all" instead of "all-am" to spare one make level
-      of recursion.
-
-------------------------------------------------------------------------
-r5517 | sam | 2003-10-25 06:49:41 +0200 (Sat, 25 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-
-  * modules/gui/wxwindows/Modules.am: Added a missing header to the file list.
-
-------------------------------------------------------------------------
-r5518 | gbazin | 2003-10-25 19:48:05 +0200 (Sat, 25 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-
-* bootstrap: fix for the AC_MSG_WARN() problem when pkg-config is not installed (hopefully).
-
-------------------------------------------------------------------------
-r5519 | fenrir | 2003-10-25 22:19:19 +0200 (Sat, 25 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
- * v4l: added fps option to reduce the frame rate.
- Untested -> please report success or faillure.
-
-------------------------------------------------------------------------
-r5520 | sigmunau | 2003-10-26 13:46:55 +0100 (Sun, 26 Oct 2003) | 14 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/control/Modules.am
-   A /trunk/modules/control/hotkeys.c
-   M /trunk/modules/video_filter/filter_common.h
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/libvlc.c
-
-src/libvlc.c:
- * created a variable "key-pressed" in p_vlc that can be used to
-   report or read key presses
- * allways try to start hotkeys interface in the background
-configure.ac, modules/control/Modules.am, modules/control/hotkeys.c:
- * a new control module that reads keypresses from "key-pressed" and
-   performs an action depending on what is asosiated with this key.
-   Also uses nice on screen messages to indicate what action was performed
-modules/video_filter/filter_common.h:
- * removed code to pass old style key reporting through filters
-modules/video_output/x11/xcommon.c:
- * report key-presses through the new mechanism. Incomplete, I need help
-   with this.
-
-------------------------------------------------------------------------
-r5521 | gbazin | 2003-10-26 13:49:24 +0100 (Sun, 26 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-
-* configure.ac: added a --disable-fribidi option and make sure the freetype module is linked with libiconv.
-
-------------------------------------------------------------------------
-r5522 | gbazin | 2003-10-26 14:07:50 +0100 (Sun, 26 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-
-
-* INSTALL.win32: updated build instructions.
-
-------------------------------------------------------------------------
-r5523 | sigmunau | 2003-10-26 14:10:05 +0100 (Sun, 26 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/access/dvdplay/intf.c
-   M /trunk/src/video_output/video_output.c
-
-modules/access/dvdplay/intf.c:
- * use new key-pressed in p_vlc, and not the one in p_vout
-src/video_output/video_output.c:
- * do not create the key-pressed variable in p_vout
-
-------------------------------------------------------------------------
-r5524 | sam | 2003-10-26 14:57:39 +0100 (Sun, 26 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap: Fixed a shell thinko causing unwanted plugins to be built.
-
-------------------------------------------------------------------------
-r5525 | sam | 2003-10-26 15:49:26 +0100 (Sun, 26 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap: Fixed breakage from previous commit.
-
-------------------------------------------------------------------------
-r5526 | gbazin | 2003-10-26 17:12:35 +0100 (Sun, 26 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/mozilla/support/npwin.cpp
-
-
-* configure.ac: check for mozilla-config.h on win32 as well.
-* mozilla/support/npwin.cpp: some mozilla sdk don't include mozilla-config.h explicitly so do it ourselves.
-
-------------------------------------------------------------------------
-r5527 | gbazin | 2003-10-26 18:11:56 +0100 (Sun, 26 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-
-
-* Makefile.am: strip the mozilla plugin when doing the win32 package.
-* configure.ac: on win32 we compile the theora module as a plugin, not builtin.
-
-------------------------------------------------------------------------
-r5528 | gbazin | 2003-10-26 18:50:23 +0100 (Sun, 26 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-
-* modules/video_output/x11/xcommon.c: compilation fix.
-
-------------------------------------------------------------------------
-r5529 | sigmunau | 2003-10-27 00:03:47 +0100 (Mon, 27 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-modules/video_output/x11/xcommon.c:
- * report F1 to F12 keys
-
-------------------------------------------------------------------------
-r5530 | gbazin | 2003-10-27 02:04:38 +0100 (Mon, 27 Oct 2003) | 10 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_block.h
-   M /trunk/include/vlc_codec.h
-   M /trunk/modules/codec/ffmpeg/Modules.am
-   M /trunk/modules/codec/ffmpeg/audio.c
-   D /trunk/modules/codec/ffmpeg/audio.h
-   M /trunk/modules/codec/ffmpeg/chroma.c
-   A /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   A /trunk/modules/codec/ffmpeg/postprocess.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   D /trunk/modules/codec/ffmpeg/video.h
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/codec/ffmpeg/*: ported the ffmpeg audio and video decoders to the new api.
-   Isolated the video postprocessing routines in postprocess.c
-
-* modules/codec/ffmpeg/encoder.c, modules/codec/vorbis.c, modules/stream_out/transcode.c,
-   include/vlc_block.h, include/vlc_codec.h: extracted the encoders out of transcode.c.
-   transcode now uses encoder plugins (currently ffmpeg, vorbis and theora).
-
-PS: transcoding is currently a bit broken but I'll fix that ASAP.
-
-------------------------------------------------------------------------
-r5531 | gbazin | 2003-10-27 11:00:40 +0100 (Mon, 27 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-
-* modules/codec/ffmpeg/audio.c: compilation fix
-
-------------------------------------------------------------------------
-r5532 | nitrox | 2003-10-27 14:35:16 +0100 (Mon, 27 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-
-. in PMT decoder, fix the iso639-2B language code decoding bug:
-   only iso-639-2T codes were decoded
-
-------------------------------------------------------------------------
-r5533 | gbazin | 2003-10-27 18:50:54 +0100 (Mon, 27 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/codec/vorbis.c: fixed vorbis encoding.
-* modules/codec/ffmpeg/*: fixed ffmpeg encoding.
-* modules/stream_out/transcode.c: transcoding is working again.
-
-------------------------------------------------------------------------
-r5534 | rocky | 2003-10-27 19:57:12 +0100 (Mon, 27 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ps.c
-
-Don't assume when Activate is called that i_tell is at the beginning of
-an MPEG. Instead save that position seek to the beggining and restore
-the position. This allows Video CD's to be able to start from an
-entry other than the first one of a track.
-
-------------------------------------------------------------------------
-r5535 | gbazin | 2003-10-27 20:48:16 +0100 (Mon, 27 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/stream_out/transcode.c, modules/codec/ffmpeg/encoder.c: move the ffmpeg pts hack to the ffmpeg encoder.
-
-------------------------------------------------------------------------
-r5536 | gbazin | 2003-10-27 21:53:10 +0100 (Mon, 27 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/stream_out/transcode.c: bail out if we can't find an audio encoder.
-
-------------------------------------------------------------------------
-r5537 | gbazin | 2003-10-27 22:54:10 +0100 (Mon, 27 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-
-* src/audio_output/dec.c: moved the audio desync option out of p_vlc so it can be modified on a per input basis.
-
-------------------------------------------------------------------------
-r5538 | gbazin | 2003-10-27 23:13:36 +0100 (Mon, 27 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-
-* modules/gui/wxwindows/streamout.cpp: added theora to the list of video codecs and a few more bitrates.
-
-------------------------------------------------------------------------
-r5539 | jpsaman | 2003-10-27 23:42:02 +0100 (Mon, 27 Oct 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-
-PDA interface update:
-* File tab is beginning to work
-* Adding file to Playlist begins to work
-
-Note: not very usefull yet.
-
-------------------------------------------------------------------------
-r5540 | ipkiss | 2003-10-28 08:17:45 +0100 (Tue, 28 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/win32/win32_event.cpp
-
-Fix for a synchronization problem when a checkbox has 2 identical events
-
-------------------------------------------------------------------------
-r5541 | gbazin | 2003-10-28 15:17:52 +0100 (Tue, 28 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* modules/codec/ffmpeg/video.c: fixed screwed up indirect rendering.
-* modules/codec/ffmpeg/postprocess.c: idem for postprocessing.
-
-------------------------------------------------------------------------
-r5542 | sam | 2003-10-28 15:51:50 +0100 (Tue, 28 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-
-  * include/vlc_keys.h: inlined the static function to avoid warnings.
-
-------------------------------------------------------------------------
-r5543 | gbazin | 2003-10-28 18:02:14 +0100 (Tue, 28 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx/events.c: added centralized hotkeys support.
-* modules/misc/freetype.c: fixed default font on win32.
-
-------------------------------------------------------------------------
-r5544 | hartman | 2003-10-28 21:15:48 +0100 (Tue, 28 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/src/misc/darwin_specific.m
-
-* src/misc/darwin_specific.m: fixed some languages.
-* include/vlc_keys.h: added some extra keys on my keyboard.
-
-------------------------------------------------------------------------
-r5545 | hartman | 2003-10-28 21:34:41 +0100 (Tue, 28 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* fix the missing symbols ogg issue
-
-------------------------------------------------------------------------
-r5546 | gbazin | 2003-10-28 22:59:13 +0100 (Tue, 28 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/video_output/x11/xcommon.c
-
-
-* modules/video_output/x11/xcommon.c: hotkeys handling cleanup and support for ctrl/alt/shift modifiers.
-* modules/gui/wxwindows/preferences_widgets.cpp: correctly select the active hotkey (needed on win32).
-
-------------------------------------------------------------------------
-r5547 | sigmunau | 2003-10-29 01:04:56 +0100 (Wed, 29 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-modules/misc/freetype.c:
- * fixed freetype module on big endian systems
- * removed a nasty debug line
- * cosmetic fix
-
-------------------------------------------------------------------------
-r5548 | gbazin | 2003-10-29 02:33:27 +0100 (Wed, 29 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/include/variables.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/access/dvdplay/intf.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/variables.c
-
-
-* ALL: improved hotkeys support.
-
-------------------------------------------------------------------------
-r5549 | hartman | 2003-10-29 03:13:04 +0100 (Wed, 29 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* the OSX vout has support for the new hotkeys now. no prefs for it yet.
-  And this is no final solution, i think it should be handled in VLCApplication.
-
-------------------------------------------------------------------------
-r5550 | hartman | 2003-10-29 12:54:48 +0100 (Wed, 29 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* hopefully this fixes the instability of the osx vout.
-
-------------------------------------------------------------------------
-r5551 | gbazin | 2003-10-29 13:23:51 +0100 (Wed, 29 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/misc/freetype.c: don't use the pitch of the picture to calculate the text alignment.
-* modules/video_output/directx/events.c: fixed key modifiers detection.
-* modules/gui/wxwindows/*: removed the sorted flag from a couple of comboboxes.
-
-------------------------------------------------------------------------
-r5552 | zorglub | 2003-10-29 18:32:55 +0100 (Wed, 29 Oct 2003) | 63 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_help.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/access/slp.c
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/misc/sap.c
-   M /trunk/src/playlist/playlist.c
-
-* src/playlist/* && Makefile.am
-   - splitted the enormous playlist.c file
-   - implemented a better item group system: groups have a name
-     and must be created before use by
-      playlist_CreateGroup( p_playlist, "newgroupname")
-
-* modules/misc/sap.c
-   - Create our own playlist group ("SAP") and use it
-
-* modules/access/slp.c
-   - Create our own playlist group ("SLP") and use it
-
-* modules/demux/util/id3tag.c
-   - Trigger playlist update when we have parsed our tag
-
-* modules/gui/wxwindows/interface.cpp
-   - Fixed the about box by using vlc_wraptext
-   - Added the simple open and the streaming wizard icons
-           *** Icons need to be changed ! ***
-   - Added the visualization to the extended gui
-
-* modules/gui/wxwindows/preferences.cpp && include/vlc_help.h
-   - Enlarged the window to fit the wrapped text
-   - Added help for audio encoders
-
-* modules/gui/wxwindows/stream.cpp  & open.cpp & include/vlc_interface.h
-   - Created a "streaming wizard" window (3-step streaming)
-
-* modules/gui/wxwindows/iteminfo.cpp:
-   - Group change is now based on the name
-
-* modules/gui/wxwindows/playlist.cpp
-   - Added author and group columns to the listview
-   - Redesigned the window
-   - Added the Sort menu with several criteria (title, author, group)
-   - Added up/down buttons to move an item in the playlist
-   - Added the group menu to enable/disable a group in an understandable way
-
-
-TODO:
------
-
-* playlist core :
-   - Implement advanced sort capabilities  (multi-criteria)
-   - File format to save the new features
-   - export playlist (to M3U, eg)
-   - more robust group creation (duplicates check, ...)
-
-* wxWindows playlist:
-   The idea of a treeview seems impossible, because of wxWindow's treeview,
-   that don't allow multi-selection, and, as far as I know, multi-columns.
-   - Provide a frontend to advanced sort (when it's done :-) )
-   - Allow moving items by drag & drop (well, if possible, haven't checked yet)
-   - Allow moving several items at once
-   - Customizable listview (ability to remove/move columns)
-   - Find a solution to the focus problem
-     (when you change track, the selected one scrolls at the
-      bottom of the visible screen)
-
-* wxWindows interface:
-   - New icons, our icons begin to get old and not so pretty
-   - Find a solution for the volume bar (nobody understands what it is)
-
-------------------------------------------------------------------------
-r5553 | zorglub | 2003-10-29 19:00:46 +0100 (Wed, 29 Oct 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/wxwindows/stream.cpp
-   A /trunk/src/playlist/group.c
-   A /trunk/src/playlist/item.c
-   A /trunk/src/playlist/loadsave.c
-   A /trunk/src/playlist/sort.c
-
-Grmbl, it was obvious I would forget to add the new files
-
-------------------------------------------------------------------------
-r5554 | gbazin | 2003-10-29 19:54:46 +0100 (Wed, 29 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-   D /trunk/modules/gui/wxwindows/stream.cpp
-   A /trunk/modules/gui/wxwindows/streamwizard.cpp
-
-
-* modules/gui/wxwindows/*: fixed breakage.
-
-------------------------------------------------------------------------
-r5555 | gbazin | 2003-10-29 20:35:43 +0100 (Wed, 29 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-
-* modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MP3 is only available on recent ffmpeg versions.
-
-------------------------------------------------------------------------
-r5556 | gbazin | 2003-10-29 21:53:41 +0100 (Wed, 29 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-
-* modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MPEG2VIDEO only supported from version 4676.
-
-------------------------------------------------------------------------
-r5557 | gbazin | 2003-10-29 22:04:55 +0100 (Wed, 29 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-
-* modules/gui/wxwindows/preferences.cpp: restored the old size of the preferences panel... it is big enough already.
-
-------------------------------------------------------------------------
-r5558 | zorglub | 2003-10-29 23:25:11 +0100 (Wed, 29 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-Wrap help at 72 chars instead of 80 to get our whole text displayed in the normal size
-
-------------------------------------------------------------------------
-r5559 | gbazin | 2003-10-30 00:31:57 +0100 (Thu, 30 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-
-* modules/gui/wxwindows/preferences_widgets.cpp: attempt at optimizing KeyConfigControl which is really slow on wxGTK.
-
-------------------------------------------------------------------------
-r5560 | sigmunau | 2003-10-30 00:36:59 +0100 (Thu, 30 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-modules/demux/mkv.cpp:
- * added support for matroska files with embedded spu tracks, what the
-   matroska people call VobSubs
-
-------------------------------------------------------------------------
-r5561 | sigmunau | 2003-10-30 01:12:02 +0100 (Thu, 30 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-modules/demux/mkv.cpp:
- * fixed timing with vobsubs
-
-------------------------------------------------------------------------
-r5562 | gbazin | 2003-10-30 13:01:01 +0100 (Thu, 30 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: fixed last pts/dts calculation breakage.
-
-------------------------------------------------------------------------
-r5563 | gbazin | 2003-10-30 18:58:07 +0100 (Thu, 30 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/libvlc.h
-
-
-* modules/control/hotkeys.c, src/libvlc.h, include/vlc_keys.h: added hotkeys for jump actions.
-
-------------------------------------------------------------------------
-r5564 | gbazin | 2003-10-30 18:59:12 +0100 (Thu, 30 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/win32/win32_theme.cpp
-   M /trunk/modules/gui/skins/win32/win32_window.cpp
-
-
-* modules/gui/skins/win32/*: fixed a problem with drag&drop when restarting the skins engine.
-
-------------------------------------------------------------------------
-r5565 | gbazin | 2003-10-30 22:44:48 +0100 (Thu, 30 Oct 2003) | 3 lines
-Changed paths:
-   M /trunk/include/modules_inner.h
-
-
-* include/modules_inner.h: bigger p_config[] array because the main module is becoming quite big.
-
-------------------------------------------------------------------------
-r5566 | hartman | 2003-10-30 23:34:48 +0100 (Thu, 30 Oct 2003) | 7 lines
-Changed paths:
-   M /trunk/include/osd.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/video_text.c
-
-* implemented a vout_OSDMessage to display messages on the video at a specific
-  location by any module.
-* added a OSD config option to the Video options. this will allow you to disable
-  the messages printed by OSDMessage. Subtitles will still be shown however.
-* src/audio_output/intf.c: volumeSet sets the intf-change variable.
-* modules/gui/macosx/vout.m: fix the modifier detection.
-
-------------------------------------------------------------------------
-r5567 | hartman | 2003-10-31 00:17:59 +0100 (Fri, 31 Oct 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-* Use the new vout_OSDMessage on the new hotkeys functions.
-
-------------------------------------------------------------------------
-r5568 | hartman | 2003-10-31 16:54:53 +0100 (Fri, 31 Oct 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* modules/demux/mkv.cpp: Set English as the default for track language.
-* modules/gui/macosx/vout.m: removed debug
-* modules/gui/macosx/open.m: Panther compilation fixes
-* modules/gui/macosx/controls.m: OSDMessages :)
-
-------------------------------------------------------------------------
-r5569 | fenrir | 2003-10-31 17:57:12 +0100 (Fri, 31 Oct 2003) | 14 lines
-Changed paths:
-   A /trunk/modules/stream_out/rtp.c
-
- * begin to add a rtp mixer. For now it support mpeg audio and ac3(untested).
- TODO: (a lot of work)
-    - gather multiple small frames in one packets (not really important).
-    - add mpeg 1/2 video
-    - export a sdp file (needed for all next codecs).
-    - add mpeg4 audio/video
-    - add ts/ps over RTP.
-    - perhaps ogg over RTP if something is abled to read that.
-
- command: #rtp{dst=ip,port=port,[mux=muxer]} (mux not yet implemented)
-
- It automaticaly uses ip:port, ip:port+2, ip:port+4 ... (port should
- be odd btw)
-
-------------------------------------------------------------------------
-r5570 | gbazin | 2003-10-31 19:18:46 +0100 (Fri, 31 Oct 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/video_output/directx/events.c
-
-
-* modules/control/hotkeys.c: use demux_Control( p_input, DEMUX_SET_TIME, ...) to seek, for better precision.
-* modules/video_output/directx/events.c: fix to catch the Alt key.
-
-------------------------------------------------------------------------
-r5571 | hartman | 2003-10-31 23:46:19 +0100 (Fri, 31 Oct 2003) | 7 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-
-* starting support for external vobsubs.
-  we can now read the .idx file. TODO:
-  - create a structure to store subinfo in (like WAVEFORMATEX and BITMAPINFO
-  - allow for multiple tracks in the sub demux
-  - open the .sub vobsub file, remove the mpeg crud and prepare a packet
-    for spudec.
-
-------------------------------------------------------------------------
-r5572 | sam | 2003-11-01 00:57:28 +0100 (Sat, 01 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-  * The "coincoin" Debian upload (no, it's not a cocker).
-
-------------------------------------------------------------------------
-r5573 | fenrir | 2003-11-01 01:11:31 +0100 (Sat, 01 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
- * udp: added a new option: raw, to use it udp{raw} (It doesn't try to
-fill packet send to mtu size, needed by rtp)
-
-------------------------------------------------------------------------
-r5574 | fenrir | 2003-11-01 01:15:49 +0100 (Sat, 01 Nov 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
- * rtp: Added mpeg4 video(rfc 3016) and audio(mpeg4-generic). ( but far
-       from perfect)
-        Use udp raw mode.
-        Generate a SDP file (for now it is just fprintf to stderr).
-        The streams produced work under gmp4player. (mpeg4ip)
-
-------------------------------------------------------------------------
-r5575 | fenrir | 2003-11-01 05:17:43 +0100 (Sat, 01 Nov 2003) | 8 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
- * rtp: - added TS/PS support. (ex: #rtp{dst=ip,port=port,mux=ts} )
-       PS will work if there is only one stream as the muxer doesn't set
-       correctly dts/length for muxed packets. (so pretty useless ;)
-        - added mpeg1/2 video. (how overcomplicated is rfc2250),
-       tested with mplayer+live.com (but I'm not sure that my ES parsing
-       is ok.)
-        - btw, there is a ttl option.
-
-------------------------------------------------------------------------
-r5576 | fenrir | 2003-11-01 07:27:45 +0100 (Sat, 01 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/araw.c
-
- * araw: added pseudo raw encoder. (s16b and s16l -> u8,s8, s16l,s16b).
-
-------------------------------------------------------------------------
-r5577 | fenrir | 2003-11-01 07:56:29 +0100 (Sat, 01 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/araw.c
-
- * araw: mhh, aout_buffer_t.i_nb_samples is samples _per_ channels...
-
-------------------------------------------------------------------------
-r5578 | fenrir | 2003-11-01 07:57:51 +0100 (Sat, 01 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
- * rtp: added l8 (u8 samples) and l16 (s16b samples) support (eg to use with
- transcode).
-
-------------------------------------------------------------------------
-r5579 | sam | 2003-11-01 11:07:09 +0100 (Sat, 01 Nov 2003) | 8 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/toolbox
-
-  * debian/control:
-    + Build-depend on a newer wxwindows version to avoid incompatibilities.
-    + Build-depend on linux-kernel-headers and build-conflict on dvb-dev
-      because these packages cannot be installed together.
-  * debian/rules:
-    + Temporarily disabled the framebuffer video output plugin because of
-       current code errors in linux-kernel-headers.
-
-------------------------------------------------------------------------
-r5580 | hartman | 2003-11-01 15:35:38 +0100 (Sat, 01 Nov 2003) | 2 lines
-Changed paths:
-   A /trunk/vlc-cvs.ebuild
-
-* an ebuild that pulls vlc from cvs and installs that.
-
-------------------------------------------------------------------------
-r5581 | fenrir | 2003-11-01 22:50:01 +0100 (Sat, 01 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/stream_out/Modules.am
-
- * added stream_out_rtp.
-
-------------------------------------------------------------------------
-r5582 | hartman | 2003-11-02 02:41:12 +0100 (Sun, 02 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/util/sub.c
-
-* Fixed bugs in parsing SSA lines. Turns out we are currently parsing within demuxers.
-  The parsing of lines should of course be moved to the decoder level.
-
-------------------------------------------------------------------------
-r5583 | hartman | 2003-11-02 07:33:49 +0100 (Sun, 02 Nov 2003) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/src/audio_output/input.c
-
-* modules/audio_output/input.c: created variables to allow for a autogenerated
-  Visualizations menu (is this the right location?)
-  Problems currently are: Doesn't work on the fly. where to start?
-  For that reason it now also uses config options instead of variables.
-* modules/visualization/visual/visual.c: small adaptions
-* modules/gui/macosx/controls.m: fix warnings.
-
-------------------------------------------------------------------------
-r5584 | gbazin | 2003-11-02 13:22:45 +0100 (Sun, 02 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/src/audio_output/input.c
-
-
-* src/audio_output/input.c: on-the-fly visualization changes.
-* modules/gui/wxwindows/menus.cpp: added a visualization entry.
-
-------------------------------------------------------------------------
-r5585 | sigmunau | 2003-11-02 17:12:27 +0100 (Sun, 02 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-modules/demux/mkv.cpp:
- * fix a segfault on close caused by setting default language
-
-------------------------------------------------------------------------
-r5586 | sigmunau | 2003-11-02 19:03:45 +0100 (Sun, 02 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-modules/demux/mkv.cpp:
- * proper fix for timing with vobsub tracks ( and possibly some other cases )
-
-------------------------------------------------------------------------
-r5587 | gbazin | 2003-11-02 20:26:30 +0100 (Sun, 02 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/doc/intf-http.txt
-   M /trunk/modules/control/http.c
-   M /trunk/share/http/index.html
-
-
-* modules/control/http.c: delete command supports a list of items.
-* doc/intf-http.txt: update for delete command.
-* share/http/index.html: added the possibility to delete playlist items.
-
-------------------------------------------------------------------------
-r5588 | gbazin | 2003-11-02 22:26:41 +0100 (Sun, 02 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-
-* Makefile.am: include the .css file from the html interface into the win32 package.
-
-------------------------------------------------------------------------
-r5589 | gbazin | 2003-11-02 23:15:14 +0100 (Sun, 02 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3.c
-   M /trunk/modules/demux/util/id3tag.c
-
-
-* modules/demux/util/id3.c, modules/demux/util/id3tag.c: don't use input_Peek() to read an id3 tag as these tags can be bigger than what input_Peek() can read.
-
-------------------------------------------------------------------------
-r5590 | gbazin | 2003-11-02 23:16:32 +0100 (Sun, 02 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-
-* modules/gui/wxwindows/preferences_widgets.cpp: show the current value when using sliders.
-
-------------------------------------------------------------------------
-r5591 | gbazin | 2003-11-02 23:28:46 +0100 (Sun, 02 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-
-* Makefile.am: small change to the package-win32 target.
-
-------------------------------------------------------------------------
-r5592 | gbazin | 2003-11-02 23:51:56 +0100 (Sun, 02 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-
-* modules/control/http.c: cough cough.
-
-------------------------------------------------------------------------
-r5593 | zorglub | 2003-11-03 00:13:30 +0100 (Mon, 03 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-Removed debug messages
-
-------------------------------------------------------------------------
-r5594 | garf | 2003-11-03 04:21:38 +0100 (Mon, 03 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/share/http/admin/index.html
-   M /trunk/share/http/index.html
-   M /trunk/share/http/style.css
-
- * http.c,index.html: add seek function in http interface. Also added "stream_position", "stream_length", and "stream_time" which could be usefull later (for a slider, for example :) )
- * changed http interface more "neutral" colors
-
-------------------------------------------------------------------------
-r5595 | gbazin | 2003-11-03 15:02:54 +0100 (Mon, 03 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/system.h
-   M /trunk/modules/demux/mpeg/ts.c
-
-* modules/demux/mpeg/*: added support for ISO/IEC 13818-7 Audio with ADTS transport syntax to the TS demux.
-
-------------------------------------------------------------------------
-r5596 | hartman | 2003-11-03 16:27:28 +0100 (Mon, 03 Nov 2003) | 6 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* modules/gui/macosx/*: Commit of the Visualizations menu item.
-* ALL: bring the project files to XCode.
-  10.2 users should revert the change in Makefile.am or they won't be able to
-  build VLC on their machine. Editing the project files will probably also not
-  be possible for them.
-
-------------------------------------------------------------------------
-r5597 | gbazin | 2003-11-03 21:22:21 +0100 (Mon, 03 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-
-
-* modules/access/dshow/*: attempt at supporting DV inputs (completely untested).
-
-------------------------------------------------------------------------
-r5598 | fenrir | 2003-11-03 23:30:15 +0100 (Mon, 03 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-   D /trunk/modules/codec/faad
-   A /trunk/modules/codec/faad.c
-
- * all: ported the faad decoder to the new API (btw, aac HE untested).
- I have not kept the compatibility with older faad version (but check is
- still be  done in configure.ac). (I  didn't like it as  old version are
- really buggy).
-
-------------------------------------------------------------------------
-r5599 | sam | 2003-11-03 23:36:45 +0100 (Mon, 03 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-  * modules/misc/sap.c: fixed a warning and some coding style insanities.
-
-------------------------------------------------------------------------
-r5600 | fenrir | 2003-11-04 00:05:03 +0100 (Tue, 04 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
- * removed old faad detection.
-
-------------------------------------------------------------------------
-r5601 | fenrir | 2003-11-04 02:27:33 +0100 (Tue, 04 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/araw.c
-
- * araw: ported to new API.
-
-------------------------------------------------------------------------
-r5602 | fenrir | 2003-11-04 03:23:11 +0100 (Tue, 04 Nov 2003) | 13 lines
-Changed paths:
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/src/input/input.c
-
- * input: fixed position-offset, time and time-offset.
-
- * hotkeys: never _never_ use  demux_Control outside of src/input/ (it's
- completely broken,  there is a lot  more things to do),  all interfaces
- have  to  use  var_Get/Set  (time(-offset),  position(-offset),  state,
- rate(-slower|-faster)...  ).
- Btw,   input_SetStatus,   input_Seek,   input_Tell,   input_ChangeArea,
- input_ToggleES,  will   be  quickly   obsolete  and   removed(at  least
- unavailable for intf), so we should convert remaining interfaces (ie all
- except wx, osx, rc, http, hotkeys).
-
- * avi: implemented DEMUX_SET_TIME (not yet used).
-
-------------------------------------------------------------------------
-r5603 | titer | 2003-11-04 12:11:30 +0100 (Tue, 04 Nov 2003) | 8 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-
- + configure.ac:
-     fixed a link issue on BeOS
- + modules/demux/util/sub.c:
-     gcc != 3 fix
- + modules/gui/beos/*:
-     compile fixes; never replace int32 with int32_t, these are not the
-     same on BeOS (long/int)
-
-------------------------------------------------------------------------
-r5604 | fenrir | 2003-11-04 15:51:51 +0100 (Tue, 04 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/adpcm.c
-
- * adpcm: converted to new API (need more testing).
-
-------------------------------------------------------------------------
-r5605 | sam | 2003-11-04 16:26:04 +0100 (Tue, 04 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/toolbox
-
-  * debian/control:
-    + Build-depend on fixed dvb-dev packages.
-
-------------------------------------------------------------------------
-r5606 | sam | 2003-11-04 16:31:44 +0100 (Tue, 04 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap: Fixed an automake breakage when gettext is not present.
-
-------------------------------------------------------------------------
-r5607 | garf | 2003-11-04 16:52:52 +0100 (Tue, 04 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/share/http/index.html
-
- * http interface: added "fullscreen" and "keep" functions
-
-------------------------------------------------------------------------
-r5608 | gbazin | 2003-11-04 18:46:18 +0100 (Tue, 04 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/include/vout_synchro.h
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/src/video_output/vout_synchro.c
-
-
-* src/video_output/vout_synchro.c, include/vout_synchro.h: got rid of the dependency on the vout.
-* modules/codec/libmpeg2.c: updated with the synchro api changes.
-
-------------------------------------------------------------------------
-r5609 | hartman | 2003-11-05 01:17:50 +0100 (Wed, 05 Nov 2003) | 20 lines
-Changed paths:
-   M /trunk/include/codecs.h
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-
-Please test if this has any regressions
-
-* include/codecs.h:
-  - created a subtitle_data_t to be used by subtitle demuxers
-    and decoders to pass information.
-  - ToDo: access/dvd/es.c and spudec need to be fixed to use the palette field
-    of this new struct.
-* modules/codec/subsdec.c:
-  - moved the decoding of ssa textlines to here.
-  - ToDo: support for any tags is lacking atm., but now possible.
-* modules/demux/mkv.cpp:
-  - ssa is now passed undecoded to ssa subsdec.
-  - ssa headers are passed to ssa subsdec via subtitle_data_t
-  - ToDo: decode idx header info and fill the subtitle_data_t
-  - ToDo: support for compressed vobsubs.
-* modules/demux/util/sub.?:
-  - moved ssa decoding out of here.
-  - ToDo: add support for multiple tracks
-  - ToDo: implement reading vobsub .sub files (not .idx)
-
-------------------------------------------------------------------------
-r5610 | gbazin | 2003-11-05 01:39:17 +0100 (Wed, 05 Nov 2003) | 6 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/modules_inner.h
-   M /trunk/modules/access/dvd/dvd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/logger/logger.c
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/configuration.c
-
-* include/configuration.h: some small re-work of the config declaration macros.
-   String choices lists can now also have a list of text descriptions associated with them.
-   Added integer choices lists.
-* modules/gui/wxwindows/: modified config widgets to use the new config options.
-* ALL: updated for the new config options.
-
-------------------------------------------------------------------------
-r5611 | hartman | 2003-11-05 01:40:08 +0100 (Wed, 05 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-* moved garfou's changes before a variable that is at risk of overflow
-  maybe this will fix the random crashes?
-
-------------------------------------------------------------------------
-r5612 | fenrir | 2003-11-05 02:47:40 +0100 (Wed, 05 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/faad.c
-
- * all: who has seen that I have just forgot to release any buffers...
-
-------------------------------------------------------------------------
-r5613 | gbazin | 2003-11-05 03:43:55 +0100 (Wed, 05 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-
-* modules/gui/wxwindows/preferences_widgets.*: added a refresh button for config vars with choices lists which have a pf_list_update callback.
-* modules/access/dshow/dshow.cpp: provide a callback to update the devices lists.
-
-------------------------------------------------------------------------
-r5614 | gbazin | 2003-11-05 10:16:55 +0100 (Wed, 05 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/include/video_output.h
-
-* include/video_output.h: forgot this file in the vout_Synchro commit yesterday.
-
-------------------------------------------------------------------------
-r5615 | gbazin | 2003-11-05 18:46:21 +0100 (Wed, 05 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-
-
-* modules/codec/ffmpeg/encoder.c: fixed bug in the audio encoder.
-* modules/gui/wxwindows/preferences_widgets.*: bug fix.
-
-------------------------------------------------------------------------
-r5616 | gbazin | 2003-11-05 18:57:29 +0100 (Wed, 05 Nov 2003) | 8 lines
-Changed paths:
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/variables.c
-
-
-* src/input/input.c: honor the --demux config option (will be overriden if demux is specified in the MRL).
-   I'm not exactly sure this is wise as some users will surely fuck-up their preferences and force a specific demux...
-   but this also allows me to specifiy the demuxdump demux with an input option (very handy to include the demuxdump option in the streamout gui dialogs).
-* src/misc/modules.c: changed module_Need() to use var_Get() instead of config_Get.
-
-* modules/gui/wxwindows/*: moved the demuxdump option from the open dialog to the streamout dialog.
-
-------------------------------------------------------------------------
-r5617 | gbazin | 2003-11-05 19:59:01 +0100 (Wed, 05 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_codec.h
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/misc/configuration.c
-
-
-* include/vlc_codec.h, modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: tell the encoder to respect the aspect ratio of the input.
-* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
-* src/misc/configuration.c: use strtol() instead of atoi().
-
-------------------------------------------------------------------------
-r5618 | gbazin | 2003-11-05 21:06:36 +0100 (Wed, 05 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-
-* modules/gui/wxwindows/streamout.cpp: fixed a couple of things.
-
-------------------------------------------------------------------------
-r5619 | fenrir | 2003-11-06 00:28:36 +0100 (Thu, 06 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
- * sap: big clean up + some buffer overflow fixes (still need some work).
-
-------------------------------------------------------------------------
-r5620 | hartman | 2003-11-06 00:32:31 +0100 (Thu, 06 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* Compilation fix. One to many )
-
-------------------------------------------------------------------------
-r5621 | gbazin | 2003-11-06 01:12:17 +0100 (Thu, 06 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
-
-* modules/access/v4l/v4l.c: big clean-up of the Video4Linux input.
-   New --v4l-vdev and --v4l-adev config options and the ability to play an audio only stream.
-
-------------------------------------------------------------------------
-r5622 | garf | 2003-11-06 02:49:19 +0100 (Thu, 06 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/share/http/index.html
-
- * http interface: added volume control (relative or absolute) and
-                  sort playlist function.
-
-------------------------------------------------------------------------
-r5623 | gbazin | 2003-11-06 10:59:45 +0100 (Thu, 06 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-* modules/misc/sap.c: compilation fix.
-
-------------------------------------------------------------------------
-r5624 | sam | 2003-11-06 11:09:16 +0100 (Thu, 06 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap: remove autom4te.cache before running autoconf
-
-------------------------------------------------------------------------
-r5625 | massiot | 2003-11-06 17:06:28 +0100 (Thu, 06 Nov 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/demuxstream.c
-
-* New (experimental and incomplete) demuxstream module. It bypasses the
-stream output, and takes what comes from a DVB card and sends it onto
-the network. I didn't activate it in configure.ac because I suspect there
-might be problems with iovec on Windows (and there is probably a better
-way to do it).
-
-------------------------------------------------------------------------
-r5626 | hartman | 2003-11-06 17:28:28 +0100 (Thu, 06 Nov 2003) | 6 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-* changed how cursor hiding works. Not perfect, but it's less complicated.
-  - less vague bugs :)
-* changed the global hotkey for play/pause to command-p since 'space' won't be
-  defined as the hotkey. i was sick of all the hacks i had made to have it work
-  that way, so the end. space only works in the vout from now on.
-
-------------------------------------------------------------------------
-r5627 | nitrox | 2003-11-06 17:36:41 +0100 (Thu, 06 Nov 2003) | 22 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/codecs.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/modules/codec/Modules.am
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/demux/mpeg/system.h
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_programs.c
-
-dvbsub.c: DVB subtitles decoder (ETSI EN 300 743). There is still a lot of
-          things to write to implement competely the standard but this decoder
-          will work in most of the pictures subtitles cases. Text subtitles
-          decoding is not implemented at all.
-          This decoder has been validated with CAVENA encoders after few
-          remarks of their developpers.
-
-include/*: addded a p_spuinfo field in the decider_fifo_t and the
-           es_descriptor_t
-
-codecs.h: added a dvb_spuinfo_t structure to identify the id of the selected
-          track.
-
-modules/demux/mpeg: added the support of the dvb subtitles track. Need last
-                    libdvbpsi (0x59 descriptor) to compile. The demuxer
-                    creates n fake ES as each ES carries up to 256 subtitles
-                    tracks.
-
-
-This work is part of the work done by Anevia for the "Gran Theatro del
-Barcelona".
-
-------------------------------------------------------------------------
-r5628 | nitrox | 2003-11-06 17:37:19 +0100 (Thu, 06 Nov 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/codec/dvbsub.c
-
-oups, ... forgot the interesting file !
-
-------------------------------------------------------------------------
-r5629 | nitrox | 2003-11-06 17:54:40 +0100 (Thu, 06 Nov 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-
-. 422 deinterlacing (bob and blend filters)
-
-
-This work is part of the work done by Anevia for the "Gran Theatro del
-Barcelona".
-
-------------------------------------------------------------------------
-r5630 | nitrox | 2003-11-06 18:08:12 +0100 (Thu, 06 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i422_yuy2.c
-
-. I422 -> YV12 Chroma
-
-This work is part of the work done by Anevia for the "Gran Theatro del
-Barcelona".
-
-------------------------------------------------------------------------
-r5631 | hartman | 2003-11-06 19:35:19 +0100 (Thu, 06 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/output.h
-   M /trunk/modules/gui/macosx/output.m
-
-* Updated the Output dialog.
-  - support for slp
-  - support for theora
-  - support for demuxdump
-
-------------------------------------------------------------------------
-r5632 | hartman | 2003-11-06 19:55:22 +0100 (Thu, 06 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-* Going to Fullscreen was effecting all vout's. should affect only the frontmost one.
-
-------------------------------------------------------------------------
-r5633 | nitrox | 2003-11-06 20:35:05 +0100 (Thu, 06 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-. a small fix .... (many other to follow in the next days)
-
-------------------------------------------------------------------------
-r5634 | gbazin | 2003-11-06 21:12:37 +0100 (Thu, 06 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ts.c
-
-
-* modules/demux/mpeg/ts.c: compilation fix for old libdvbpsi.
-
-------------------------------------------------------------------------
-r5635 | fenrir | 2003-11-06 23:14:57 +0100 (Thu, 06 Nov 2003) | 9 lines
-Changed paths:
-   A /trunk/modules/demux/livedotcom.cpp
-
- * livedotcom.cpp: use live.com library to read rtsp and sdp file.
-    TODO:
-        - handle PTS (for now, I just use mdate() :)
-        - support TS/PS (hard as it needs a lot of work on TS/PS demuxers).
-        - support X-QT and X-QUICKTIME. (I don't know if it's really used).
-        - implement pause, seek ...
-        - clean up/bugs fixes...
-        - ...
-
-------------------------------------------------------------------------
-r5636 | zorglub | 2003-11-06 23:23:27 +0100 (Thu, 06 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/LIST
-
-Sync with latest changes
-
-------------------------------------------------------------------------
-r5637 | fenrir | 2003-11-07 01:28:58 +0100 (Fri, 07 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * more tolerant  sdp check when using  rtsp://. (SDP from some  DSS have a
- lot of mandatory fields missing, like v, o, and s)
-
-------------------------------------------------------------------------
-r5638 | jpsaman | 2003-11-07 08:59:00 +0100 (Fri, 07 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-
-Removing GPE specific stuff.
-
-------------------------------------------------------------------------
-r5639 | jpsaman | 2003-11-07 10:24:58 +0100 (Fri, 07 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-   M /trunk/modules/gui/pda/pda_interface.c
-
-Basic functionality of File tabpage is working.
-
-------------------------------------------------------------------------
-r5640 | rocky | 2003-11-07 11:33:41 +0100 (Fri, 07 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/vcd.c
-
-Need to change libvcdinfo to be more robust when there are
-reading the extended PSD. Given that area-highlighting and
-features in the extended PSD haven't been implemented,
-best then to not try to read this at all.
-
-------------------------------------------------------------------------
-r5641 | fenrir | 2003-11-07 13:27:30 +0100 (Fri, 07 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * livedotcom.cpp: - better pts handling  but still bad. (and using rtsp
- over tcp doesn't really work yet).
-                   - fixed bad usage of delete vs delete[]
-(using --rtsp-tcp still leads to segfault)
-
-------------------------------------------------------------------------
-r5642 | jpsaman | 2003-11-07 14:01:51 +0100 (Fri, 07 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/pda/callbacks.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/pda/pda.h
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-
-PDA interface:
-* Directory browsing works
-* Coredump is solved
-* Adding files or entire directories to the playlist GUI control works.
-
-------------------------------------------------------------------------
-r5643 | massiot | 2003-11-07 14:28:23 +0100 (Fri, 07 Nov 2003) | 16 lines
-Changed paths:
-   M /trunk/modules/access/satellite/access.c
-   M /trunk/modules/access/satellite/dvb.c
-   M /trunk/modules/access/satellite/dvb.h
-   M /trunk/modules/access/satellite/satellite.c
-
-* modules/access/satellite: Big rework of the old satellite module.
-  - ability to select between different tuners if the board has several
-    tuners
-  - abitility to select between different demux if the board has several
-    demuxes
-  - if frequency isn't specified, do not try to tune the tuner and
-    assume some other software already did it
-  - set a bigger buffer size to avoid packet losses
-  - do not filter too many PIDs since some board only have 8 filters
-  - kludged so that the module works perfectly well with the demuxstream
-    demuxer
-  - use DMX_PES_OTHER all the time because some boards do not have a
-    decoder chip (this may be a problem for you)
-
-This changeset is part of the Dreambox port of VLC.
-
-------------------------------------------------------------------------
-r5644 | massiot | 2003-11-07 14:31:26 +0100 (Fri, 07 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/LIST
-
-* Updated documentation.
-
-------------------------------------------------------------------------
-r5645 | jpsaman | 2003-11-07 15:15:23 +0100 (Fri, 07 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-   M /trunk/modules/gui/pda/pda_interface.c
-
-PDA interface:
-* cleanup code
-* cleanup interface
-
-------------------------------------------------------------------------
-r5646 | massiot | 2003-11-07 17:53:54 +0100 (Fri, 07 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/modules/packetizer/mpegvideo.c
-
-* modules/packetizer/mpegvideo.c: Detect discontinuities and trash
-  corrupt packets. Also flag GOP headers with SOUT_BUFFER_FLAGS_GOP.
-
-------------------------------------------------------------------------
-r5647 | fenrir | 2003-11-07 18:43:42 +0100 (Fri, 07 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
- * rtp: added a sdp options to export sdp. For now only as http.
-options: #rtp{dst=ip,port=port,[sdp=http://ip:port/file],[mux=]}
-
-------------------------------------------------------------------------
-r5648 | fenrir | 2003-11-07 18:44:43 +0100 (Fri, 07 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/include/network.h
-
- * added vlc_url_t structure, vlc_UrlParse and vlc_UrlClean.
- (It could avoid a lot of duplicated code...)
-
-------------------------------------------------------------------------
-r5649 | fenrir | 2003-11-07 19:08:54 +0100 (Fri, 07 Nov 2003) | 8 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * livedotcom.cpp:
-    - improve a lot pts handling.
-    - added --rtsp-caching.
-    - implemented DEMUX_GET_TIME  and declared the input as seekable to
-    make the interface displaying the time.
- Now I can read rtp stream from VLC using http export for sdp :) (MPEG4
-video, MPEG 1/2 video and mp3 audio tested successfully)
-
-------------------------------------------------------------------------
-r5650 | fenrir | 2003-11-07 19:32:24 +0100 (Fri, 07 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/announce.c
-   M /trunk/modules/stream_out/rtp.c
-
- * rtp: removed a annoying debug message
- * announce.c: fixed a warning.
-
-------------------------------------------------------------------------
-r5651 | fenrir | 2003-11-07 19:32:55 +0100 (Fri, 07 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
- * udp: mp3/rtp is now correctly working.
-
-------------------------------------------------------------------------
-r5652 | massiot | 2003-11-07 19:41:09 +0100 (Fri, 07 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-* modules/mux/mpeg/ts.c:
-  - By default send PCRs every 90 ms, because the upper limit is 100 ms
-  - New pid-video and pid-audio sout variables
-
-------------------------------------------------------------------------
-r5653 | massiot | 2003-11-07 20:30:28 +0100 (Fri, 07 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/access_output/udp.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/threads.c
-
-* src/misc/threads.c: Implementation of real-time priorities for UNIX-like
-  pthread systems (activate with --rt-priority)
-* modules/access_output/udp.c: Only discard packets which are _very_ late
-
-------------------------------------------------------------------------
-r5654 | massiot | 2003-11-07 22:30:52 +0100 (Fri, 07 Nov 2003) | 9 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/mpeg/ts.c
-   A /trunk/modules/stream_out/transrate
-   A /trunk/modules/stream_out/transrate/Modules.am
-   A /trunk/modules/stream_out/transrate/getvlc.h
-   A /trunk/modules/stream_out/transrate/putvlc.h
-   A /trunk/modules/stream_out/transrate/transrate.c
-
-* modules/stream_out/transrate: New transrating module, based on GPL
-  code from www.metakine.com.
-  CAUTION : the code is currently very ugly, with static variables, no
-  code convention, etc. I check it in "as is" because it may be useful
-  to some people.
-  Don't expect a bitrate reduction of more than 30 % with acceptable
-  quality.
-* modules/demux/mpeg/ts.c: Useful debug message
-
-------------------------------------------------------------------------
-r5655 | fenrir | 2003-11-07 22:44:20 +0100 (Fri, 07 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
- * configure.ac: added --enable-livedotcom and --with-livedotcom-tree.
- (--with-livedotcom-tree is mandatory when using --enable-livedotcom, so
- livedotcom isn't compiled by default)
-
-------------------------------------------------------------------------
-r5656 | fenrir | 2003-11-07 22:44:53 +0100 (Fri, 07 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-
- * lalala added livedotcom
-
-------------------------------------------------------------------------
-r5657 | gbazin | 2003-11-07 23:56:02 +0100 (Fri, 07 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/livedotcom.cpp
-
-
-* configure.aci, modules/demux/livedotcom.cpp: win32 compilation fixes.
-
-------------------------------------------------------------------------
-r5658 | fenrir | 2003-11-08 05:57:56 +0100 (Sat, 08 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/araw.c
-
- * araw.c: prevent segfault with ulaw/alaw.
-
-------------------------------------------------------------------------
-r5659 | fenrir | 2003-11-08 07:47:34 +0100 (Sat, 08 Nov 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * livedotcom.cpp:
-    - added X-QT and X-QUICKTIME video support.
-    - first try for seek and position display support.
-    (position is buggy, and seek won't really work as long as wx try to seek
-    each time the slider is moved)
-
-------------------------------------------------------------------------
-r5660 | fenrir | 2003-11-08 10:05:42 +0100 (Sat, 08 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-   D /trunk/modules/demux/sdp.c
-
- * useless.
-
-------------------------------------------------------------------------
-r5661 | sigmunau | 2003-11-08 13:25:59 +0100 (Sat, 08 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-modules/misc/sap.c:
- * support sap announces that use dos style linebreaks
-
-------------------------------------------------------------------------
-r5662 | massiot | 2003-11-08 15:54:03 +0100 (Sat, 08 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-By default disable the stream_out_transrate plug-in since it takes 2 hours
-compiling.
-
-------------------------------------------------------------------------
-r5663 | hartman | 2003-11-08 16:59:46 +0100 (Sat, 08 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/share/http/index.html
-   M /trunk/share/http/info.html
-
-* spelling fix and fix of copyright and version strings on info.html
-
-------------------------------------------------------------------------
-r5664 | jpsaman | 2003-11-08 17:04:05 +0100 (Sat, 08 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-   M /trunk/modules/gui/pda/pda_interface.c
-
-PDA interface:
-* Network tabpage works
-* cleanup of code
-
-------------------------------------------------------------------------
-r5665 | titer | 2003-11-08 19:23:40 +0100 (Sat, 08 Nov 2003) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-   M /trunk/src/misc/configuration.c
-
- + configure.ac: link httpd and stream_out_standard against -lsocket
- + modules/gui/beos/*: use hotkeys
- + include/vlc_keys.h, src/misc/configuration.c:
-   renamed modifiers into vlc_modifiers so it does not conflict with
-   BeOS' modifiers()
-
-------------------------------------------------------------------------
-r5666 | jpsaman | 2003-11-08 19:31:01 +0100 (Sat, 08 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_interface.c
-
-PDA Interface
-* simplefied network tabpage
-
-------------------------------------------------------------------------
-r5667 | sigmunau | 2003-11-09 00:02:38 +0100 (Sun, 09 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-ignore streams that are not m=audio or m=video
-
-------------------------------------------------------------------------
-r5668 | sigmunau | 2003-11-09 00:12:15 +0100 (Sun, 09 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/announce.c
-
-use "video" and not "audio" as media type, and 33 (mpeg2 ts) and not 14
-(mp3) as payload type
-
-------------------------------------------------------------------------
-r5669 | rocky | 2003-11-09 01:52:32 +0100 (Sun, 09 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/demux.c
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-Handle keyboard input: numeric entry, next, prev, return and default.
-
-------------------------------------------------------------------------
-r5670 | garf | 2003-11-09 04:41:50 +0100 (Sun, 09 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http.c: modify seek function (now you can put almost everything which
-          looks like a time/length)
-
-------------------------------------------------------------------------
-r5671 | garf | 2003-11-09 04:43:25 +0100 (Sun, 09 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/share/http/index.html
-   M /trunk/share/http/style.css
-
- * http interface: changed index.html for new seek function. small change
-                  in css.
-
-------------------------------------------------------------------------
-r5672 | garf | 2003-11-09 06:15:17 +0100 (Sun, 09 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/share/http/index.html
-
- * index.html: little fix with volume textbox
-
-------------------------------------------------------------------------
-r5673 | garf | 2003-11-09 06:22:56 +0100 (Sun, 09 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http.c: removed a completely useless check (now you can change volume
-          value without playing anything)
-
-------------------------------------------------------------------------
-r5674 | gbazin | 2003-11-09 14:20:32 +0100 (Sun, 09 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-
-* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
-
-------------------------------------------------------------------------
-r5675 | jpsaman | 2003-11-09 14:59:21 +0100 (Sun, 09 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_interface.c
-
-PDA inteface:
-* Redesigned "Camera" tabpage.
-
-------------------------------------------------------------------------
-r5676 | gbazin | 2003-11-09 16:29:41 +0100 (Sun, 09 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
-
-* modules/access/v4l/v4l.c: couple of fixes.
-
-------------------------------------------------------------------------
-r5677 | jpsaman | 2003-11-09 16:55:23 +0100 (Sun, 09 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-   M /trunk/modules/gui/pda/pda_interface.c
-
-PDA Interface:
-* More changes on the Camera tabpage
-* Cleanup some dead interface wood ;-)
-
-------------------------------------------------------------------------
-r5678 | titer | 2003-11-09 17:00:54 +0100 (Sun, 09 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/src/misc/beos_specific.cpp
-
- + modules/gui/beos/VideoOutput.cpp: fixed modifiers
- + src/misc/beos_specific.cpp: cosmetic
-
-------------------------------------------------------------------------
-r5679 | rocky | 2003-11-09 18:45:41 +0100 (Sun, 09 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcd.c
-
-Small changes to assist debugging.
-
-------------------------------------------------------------------------
-r5680 | rocky | 2003-11-09 19:06:11 +0100 (Sun, 09 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/intf.c
-
-Allow return to have a numeric prefix too.
-
-------------------------------------------------------------------------
-r5681 | jpsaman | 2003-11-09 19:52:29 +0100 (Sun, 09 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda_callbacks.c
-
-PDA interface:
-* improvements on Camera tabpage
-
-------------------------------------------------------------------------
-r5682 | jpsaman | 2003-11-09 20:49:48 +0100 (Sun, 09 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-   M /trunk/modules/gui/pda/pda_interface.c
-
-PDA Interface:
-* Camera tabpage is done.
-
-------------------------------------------------------------------------
-r5683 | gbazin | 2003-11-09 21:13:46 +0100 (Sun, 09 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/open.cpp: added an AutoBuildPanel() that is used to construct the dshow tab.
-   (It is not quite useful yet but will be shortly).
-
-------------------------------------------------------------------------
-r5684 | jpsaman | 2003-11-09 22:29:52 +0100 (Sun, 09 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-   M /trunk/modules/gui/pda/pda_interface.c
-
-PDA Interface:
-* Transcode tabpage added
-* code cleanup
-
-------------------------------------------------------------------------
-r5685 | gbazin | 2003-11-10 01:14:05 +0100 (Mon, 10 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/*: dshow open panel is fully functionnal.
-
-------------------------------------------------------------------------
-r5686 | hartman | 2003-11-10 01:49:48 +0100 (Mon, 10 Nov 2003) | 2 lines
-Changed paths:
-   A /trunk/po/hu.po
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
-
-* New Hungarian translation contributed by 'DirectX' (Name under investigation)
-
-------------------------------------------------------------------------
-r5687 | gbazin | 2003-11-10 18:47:42 +0100 (Mon, 10 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-
-* configure.ac: link ws2_32 in the right order on win32 for livedotcom.
-
-------------------------------------------------------------------------
-r5688 | gbazin | 2003-11-10 19:21:35 +0100 (Mon, 10 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-
-* modules/gui/wxwindows/open.cpp: compilation fix for unicode version.
-
-------------------------------------------------------------------------
-r5689 | fenrir | 2003-11-11 01:37:59 +0100 (Tue, 11 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/a52sys.c
-   M /trunk/modules/demux/aac.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/au.c
-
- * all: use es_format_t and es_out_*. (Not well tested yet...)
-
-------------------------------------------------------------------------
-r5690 | fenrir | 2003-11-11 02:33:18 +0100 (Tue, 11 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv: ues es_format_t.
-
-------------------------------------------------------------------------
-r5691 | fenrir | 2003-11-11 03:49:26 +0100 (Tue, 11 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/wav.c
-
- * wav: es_format_t
-
-------------------------------------------------------------------------
-r5692 | hartman | 2003-11-11 22:23:56 +0100 (Tue, 11 Nov 2003) | 6 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-* when config_ResetAll() a key config value becomes "Unset" (0) instead of
-  it's original value. With this you at least won't break your config file,
-  because it comments out the value during saving, when it's identical to the,
-  original value. The question however remains, why does a resetAll result
-  in a 0 in the 'current' config in use, and in original value at time of saving?
-
-------------------------------------------------------------------------
-r5693 | hartman | 2003-11-12 00:50:41 +0100 (Wed, 12 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/src/libvlc.h
-
-* include/vlc_keys.h: added StringToKey()
-* src/libvlc.h: added macosx defaults and changed the quit shortcut to ctrl-q
-* modeules/gui/macosx/controls.m: now jump 10 seconds. works better than 5
-* REST: implemented configurable hotkeys for OS X.
-
-------------------------------------------------------------------------
-r5694 | hartman | 2003-11-12 02:22:40 +0100 (Wed, 12 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Away with that annoying playlist drawer. We now have a nice resizable
-  window, with additional index and author columns.
-
-------------------------------------------------------------------------
-r5695 | garf | 2003-11-12 03:43:33 +0100 (Wed, 12 Nov 2003) | 7 lines
-Changed paths:
-   M /trunk/doc/intf-http.txt
-   M /trunk/modules/control/http.c
-   M /trunk/share/Makefile.am
-   M /trunk/share/http/index.html
-
- * http.c : added parsing of options in Add MRL option. In http.c is a the
-            parse_MRL function which perhaps should be somewhere else
-            (playlist ?).
- * Makefile.am : forgoten style.css
- * index.html : little fixes
- * intf-http.txt : updated doc
-
-------------------------------------------------------------------------
-r5696 | hartman | 2003-11-12 03:45:26 +0100 (Wed, 12 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* small fix to the playlist window
-
-------------------------------------------------------------------------
-r5697 | garf | 2003-11-12 03:56:13 +0100 (Wed, 12 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http.c: little fix in RPN evaluator (now it is real RPN).
-
-------------------------------------------------------------------------
-r5698 | garf | 2003-11-12 04:02:56 +0100 (Wed, 12 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/share/http/index.html
-
- * little fix due to my last commit
-
-------------------------------------------------------------------------
-r5699 | zorglub | 2003-11-12 09:10:21 +0100 (Wed, 12 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/misc/sap.c
-   M /trunk/src/playlist/group.c
-
-Support for announcement of playlist group in SAP announces
-Needs the latest miniSAPserver CVS
-
-------------------------------------------------------------------------
-r5700 | fenrir | 2003-11-12 19:13:31 +0100 (Wed, 12 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transrate/getvlc.h
-   M /trunk/modules/stream_out/transrate/transrate.c
-
- * all: big clean up (no more global variables).
-
-------------------------------------------------------------------------
-r5701 | gbazin | 2003-11-12 21:01:01 +0100 (Wed, 12 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-
-* modules/misc/sap.c: fixed misplaced variable declaration.
-
-------------------------------------------------------------------------
-r5702 | fenrir | 2003-11-13 12:49:27 +0100 (Thu, 13 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-
- * avi: little clean up, and ported to es_format_t.
-
-------------------------------------------------------------------------
-r5703 | fenrir | 2003-11-13 13:28:34 +0100 (Thu, 13 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/a52sys.c
-   M /trunk/modules/demux/aac.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/src/input/input.c
-
- * src/input/input.c: es_out_Add automatically add informations
- (input_AddInfo) on the ES.
- * all: removed duplicated input_AddInfo.
-
-------------------------------------------------------------------------
-r5704 | fenrir | 2003-11-13 14:31:12 +0100 (Thu, 13 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-   M /trunk/src/input/input.c
-
- * input: handle also SPU in es_out_Add (and fix a bad lock).
- * sub: use es_out_Add (and that give a proper solution for multiple tracks)
-        fixed seeking with sub. (pf_demux was called in Seek instead of
-        pf_seek ...)
-
-------------------------------------------------------------------------
-r5705 | lool | 2003-11-13 15:23:30 +0100 (Thu, 13 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-
-  * INSTALL.win32: slightly changed the list of required packages
-
-------------------------------------------------------------------------
-r5706 | gbazin | 2003-11-13 18:59:34 +0100 (Thu, 13 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/include/ninput.h
-
-
-* include/ninput.h: ES_EXTRA_TYPE_SUBHEADER wasn't defined.
-
-------------------------------------------------------------------------
-r5707 | gbazin | 2003-11-13 22:15:43 +0100 (Thu, 13 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/transform.c
-
-
-* modules/video_filter/transform.c: fix for ./toolbox --update-po
-
-------------------------------------------------------------------------
-r5708 | hartman | 2003-11-14 04:51:39 +0100 (Fri, 14 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-* fixed playlist_Pause
-
-------------------------------------------------------------------------
-r5709 | hartman | 2003-11-14 21:17:29 +0100 (Fri, 14 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* Fix the label in the prefs of the play/pause hotkey.
-
-------------------------------------------------------------------------
-r5710 | hartman | 2003-11-15 01:26:15 +0100 (Sat, 15 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* spelling fix
-
-------------------------------------------------------------------------
-r5711 | massiot | 2003-11-15 02:21:48 +0100 (Sat, 15 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-   A /trunk/extras/contrib
-   A /trunk/extras/contrib/.cvsignore
-   A /trunk/extras/contrib/Makefile
-   A /trunk/extras/contrib/README
-   A /trunk/extras/contrib/bootstrap
-   A /trunk/extras/contrib/src
-   A /trunk/extras/contrib/src/.cvsignore
-   A /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches
-   A /trunk/extras/contrib/src/Patches/faad2.patch
-   A /trunk/extras/contrib/src/Patches/ffmpeg.patch
-   A /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
-   A /trunk/extras/contrib/src/Patches/fribidi.patch
-   A /trunk/extras/contrib/src/Patches/fribidi.patch.real
-   A /trunk/extras/contrib/src/Patches/openslp.patch
-   A /trunk/extras/contrib/src/Patches/theora.patch
-   A /trunk/extras/contrib/src/Patches/vorbis.patch.cvs
-   A /trunk/extras/contrib/src/packages.mak
-
-* New build system for the contrib packages of VLC. It supports to
-  download a precompiled binary package, or to build all the packages
-  from the sources, at the user's option. It is currently written for
-  Mac OS X, but could easily be ported to other platforms.
-
-------------------------------------------------------------------------
-r5712 | hartman | 2003-11-15 03:38:25 +0100 (Sat, 15 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-* broken URL
-
-------------------------------------------------------------------------
-r5713 | ipkiss | 2003-11-15 11:38:01 +0100 (Sat, 15 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/control/ntservice.c
-
-Small fix in a preference description string
-
-------------------------------------------------------------------------
-r5714 | massiot | 2003-11-15 14:09:02 +0100 (Sat, 15 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-   M /trunk/extras/contrib/src/Makefile
-
-* Fixed typos.
-
-------------------------------------------------------------------------
-r5715 | hartman | 2003-11-15 16:40:19 +0100 (Sat, 15 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
-* extra data has changed and was crashing.
-
-------------------------------------------------------------------------
-r5716 | fenrir | 2003-11-15 19:57:12 +0100 (Sat, 15 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/pes.c
-
- * set dts/length of all pes packet.
-
-------------------------------------------------------------------------
-r5717 | hartman | 2003-11-15 23:02:15 +0100 (Sat, 15 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* added ffmpeg cvsroot (not in use atm)
-* forced some config options on ffmpeg
-
-------------------------------------------------------------------------
-r5718 | hartman | 2003-11-15 23:42:16 +0100 (Sat, 15 Nov 2003) | 8 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   D /trunk/extras/MacOSX/Resources/back.png
-   D /trunk/extras/MacOSX/Resources/begin.png
-   A /trunk/extras/MacOSX/Resources/display.png
-   A /trunk/extras/MacOSX/Resources/display_slider.png
-   A /trunk/extras/MacOSX/Resources/display_track.png
-   D /trunk/extras/MacOSX/Resources/end.png
-   D /trunk/extras/MacOSX/Resources/forw.png
-   A /trunk/extras/MacOSX/Resources/fullscreen_active.png
-   A /trunk/extras/MacOSX/Resources/fullscreen_blue.png
-   D /trunk/extras/MacOSX/Resources/list.png
-   A /trunk/extras/MacOSX/Resources/next_active.png
-   A /trunk/extras/MacOSX/Resources/next_blue.png
-   M /trunk/extras/MacOSX/Resources/pause.png
-   A /trunk/extras/MacOSX/Resources/pause_blue.png
-   M /trunk/extras/MacOSX/Resources/play.png
-   A /trunk/extras/MacOSX/Resources/play_blue.png
-   A /trunk/extras/MacOSX/Resources/playlistdrawer_active.png
-   A /trunk/extras/MacOSX/Resources/playlistdrawer_blue.png
-   D /trunk/extras/MacOSX/Resources/prefs.png
-   A /trunk/extras/MacOSX/Resources/previous_active.png
-   A /trunk/extras/MacOSX/Resources/previous_blue.png
-   A /trunk/extras/MacOSX/Resources/skip_forward_active.png
-   A /trunk/extras/MacOSX/Resources/skip_forward_blue.png
-   A /trunk/extras/MacOSX/Resources/skip_previous_active.png
-   A /trunk/extras/MacOSX/Resources/skip_previous_blue.png
-   D /trunk/extras/MacOSX/Resources/slow.png
-   M /trunk/extras/MacOSX/Resources/stop.png
-   A /trunk/extras/MacOSX/Resources/stop_blue.png
-   D /trunk/extras/MacOSX/Resources/vlc_hg.png
-   A /trunk/extras/MacOSX/Resources/volume_high.png
-   A /trunk/extras/MacOSX/Resources/volume_low.png
-   A /trunk/extras/MacOSX/Resources/volumeslider_blue.png
-   A /trunk/extras/MacOSX/Resources/volumeslider_normal.png
-   A /trunk/extras/MacOSX/Resources/volumetrack.png
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/misc.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-* New OSX controller (iTunes style)
-  - Drag and drop implemented
-  - still need new sliders and remove the titlebar.
-* revert the mozilla plugin changes. i will build a seperate module for that
-* simplified previous/next (only playlist, people with chapters and titles
-   will have to use the menu
-* Moved the disable screensaver from interface to vout.
-
-------------------------------------------------------------------------
-r5719 | fenrir | 2003-11-16 00:21:35 +0100 (Sun, 16 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
-* v4l: hack from xine from GStreamer to compile v4l on debian unstable.
-
- (message from xine: fix build on Debian unstable, those dummies seem to
-  have put the Linux 2.6 headers in place of the 2.4 ones in glibc...)
-
-------------------------------------------------------------------------
-r5720 | fenrir | 2003-11-16 01:08:02 +0100 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * fixed a segfault with avi without index.
-
-------------------------------------------------------------------------
-r5721 | bigben | 2003-11-16 12:21:48 +0100 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-Added random, repeat one and repeat all checkboxes to the playlist
-
-------------------------------------------------------------------------
-r5722 | titer | 2003-11-16 16:51:59 +0100 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- avi.c: compile fix
-
-------------------------------------------------------------------------
-r5723 | garf | 2003-11-16 21:41:36 +0100 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http.c: little fix
-
-------------------------------------------------------------------------
-r5724 | gbazin | 2003-11-16 22:07:31 +0100 (Sun, 16 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/ninput.h
-   M /trunk/include/vlc_block_helper.h
-   M /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/cinepak.c
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/dv.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/flacdec.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/codec/tarkin.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/codec/xvid.c
-   M /trunk/modules/demux/a52sys.c
-   M /trunk/modules/demux/aac.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/wav.c
-   M /trunk/modules/misc/dummy/Modules.am
-   M /trunk/modules/misc/dummy/decoder.c
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/dummy/dummy.h
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/libvlc.h
-
-
-* ALL: final improvements to the decoders/packetizers api.
-   (There are still a few decoders/packetizers left to be converted but this shouldn't take too long).
-* ALL: small improvements to the encoders api.
-
-------------------------------------------------------------------------
-r5725 | gbazin | 2003-11-16 22:28:26 +0100 (Sun, 16 Nov 2003) | 3 lines
-Changed paths:
-   A /trunk/modules/misc/dummy/encoder.c
-
-
-* modules/misc/dummy/encoder.c: forgot a file
-
-------------------------------------------------------------------------
-r5726 | sam | 2003-11-16 23:10:16 +0100 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-
-  * include/vlc_keys.h: Fixed a warning in StringToKey().
-
-------------------------------------------------------------------------
-r5727 | gbazin | 2003-11-16 23:23:47 +0100 (Sun, 16 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/src/input/input_dec.c
-
-
-* modules/codec/ffmpeg/video.c, src/input/input_dec.c: a couple of fixes. Thanks fenrir :)
-
-------------------------------------------------------------------------
-r5728 | sam | 2003-11-16 23:29:33 +0100 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/Modules.am
-   A /trunk/modules/video_output/caca.c
-
-  * modules/video_output/caca.c: color ASCII art video output using libcaca.
-
-------------------------------------------------------------------------
-r5729 | gbazin | 2003-11-16 23:54:12 +0100 (Sun, 16 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/wav.c
-   M /trunk/src/input/input.c
-
-
-* ALL: moved i_bitrate out of audio_format_t into es_format_t
-
-------------------------------------------------------------------------
-r5730 | sigmunau | 2003-11-17 01:06:19 +0100 (Mon, 17 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-modules/gui/wxwindows/*:
- * implemented sorting by a column by clicking on it
-
-------------------------------------------------------------------------
-r5731 | fenrir | 2003-11-17 03:52:39 +0100 (Mon, 17 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * all: a little compil fix and more sanity checks (needed for wma).
-
-------------------------------------------------------------------------
-r5732 | fenrir | 2003-11-17 03:55:22 +0100 (Mon, 17 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode: hmmm, the compil fix was for this file ...
-
-------------------------------------------------------------------------
-r5733 | hartman | 2003-11-17 07:31:22 +0100 (Mon, 17 Nov 2003) | 9 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/NEWS
-   M /trunk/THANKS
-   M /trunk/extras/contrib/.cvsignore
-   M /trunk/extras/contrib/src/.cvsignore
-   M /trunk/modules/LIST
-   M /trunk/modules/gui/macosx/Modules.am
-   A /trunk/modules/gui/macosx/prefs_widgets.h
-   A /trunk/modules/gui/macosx/prefs_widgets.m
-   A /trunk/modules/stream_out/transrate/.cvsignore
-   M /trunk/po/pt_BR.po
-
- * THANKS: hungarian translator and designer of OSX intf controller added
- * modules/LIST: updated
- * Makefile.am: include new OS X art in the dist.
- * NEWS: updated
- * */.cvsignore: added and improved some of these.
- * modules/gui/macosx/prefs_widgets.?:
-   - new config controls much like in the wxwindows module. not yet in use.
-   - beware not tested irl. but it compiles :)
-
-------------------------------------------------------------------------
-r5734 | fenrir | 2003-11-17 12:25:54 +0100 (Mon, 17 Nov 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts: improve PCR handling. pcr-soft doesn't exist anymore.
-   Options:
-        - caching: time on which bitrate smouthing is applied (default: 200ms)
-        - pcr : delay between 2 PCR (Really more accurate). (default: 30ms)
-        - bmin and bmax doesn't work anymore.
-
-------------------------------------------------------------------------
-r5735 | bigben | 2003-11-17 14:05:17 +0100 (Mon, 17 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-added search function to the playlist
-
-------------------------------------------------------------------------
-r5736 | hartman | 2003-11-17 14:14:25 +0100 (Mon, 17 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* use more recent libebml and libmatroska
-
-------------------------------------------------------------------------
-r5737 | bigben | 2003-11-17 15:11:05 +0100 (Mon, 17 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.m
-
-Checkboxes stat at startup, in the playlist, now reflect the state set ine the prefs. They still are not updated if you set random/repeat/loop in the menus though (at least until next VLC startup).
-
-------------------------------------------------------------------------
-r5738 | massiot | 2003-11-17 15:46:37 +0100 (Mon, 17 Nov 2003) | 7 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/mux/mpeg/ts.c
-
-* modules/access_output/udp.c: more debug
-* modules/mux/mpeg/ts.c: new dts-delay option to add delay between the
-  PCR and the DTS of the current frame.
-  When deleting a video or audio stream (in case of PMT change), the
-  new video and audio ES will take again the pid-video and pid-audio if
-  they have been specified.
-
-------------------------------------------------------------------------
-r5739 | hartman | 2003-11-17 16:11:05 +0100 (Mon, 17 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* fix previous commit
-
-------------------------------------------------------------------------
-r5740 | garf | 2003-11-17 16:29:03 +0100 (Mon, 17 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http.c: fixed bug with spaces in mrl
-
-------------------------------------------------------------------------
-r5741 | gbazin | 2003-11-17 19:48:08 +0100 (Mon, 17 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
-
-* modules/packetizer/mpeg4video.c: ported to the new packetizers api (This packetizer really ought to be rewritten from scratch).
-
-------------------------------------------------------------------------
-r5742 | hartman | 2003-11-17 20:05:03 +0100 (Mon, 17 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* fix the search field and cleanup of the checkboxes init.
-  - currently we don't seek in playlist position 0->currently selected
-    wxwindows doesn't do this either.
-  - bigben: for the state of the checkboxes look at callbacks (see playlistChanged in intf.m)
-
-------------------------------------------------------------------------
-r5743 | gbazin | 2003-11-17 23:53:05 +0100 (Mon, 17 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: support for FLAC in Ogg.
-   And by the way, putting the FLAC STREAMINFO metadata in the second ogg packet is really convoluted!
-
-------------------------------------------------------------------------
-r5744 | bigben | 2003-11-18 00:36:12 +0100 (Tue, 18 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-- Use NSTextField instead of NSSearchfield for the playlist search, since it is not supported on MacOS < X.3.
-
-- Search now restarts at the beginning of the playlist when reaching the end.
-
-------------------------------------------------------------------------
-r5745 | gbazin | 2003-11-18 01:57:04 +0100 (Tue, 18 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: call ogg_sync_reset() after seeking so we don't get spurious PCRs.
-   Cosmetic changes to the file info data.
-   Fixed Flac seeking.
-
-------------------------------------------------------------------------
-r5746 | gbazin | 2003-11-18 13:32:04 +0100 (Tue, 18 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-* modules/control/http.c: fixed the "keep" command.
-
-------------------------------------------------------------------------
-r5747 | fenrir | 2003-11-18 17:46:31 +0100 (Tue, 18 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/display.c
-
- * display: set correct ES type (otherwise it segfaults in input_dec.c) but
- that implies that ES appear twice in the interface.
-
-------------------------------------------------------------------------
-r5748 | gbazin | 2003-11-18 19:45:33 +0100 (Tue, 18 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-
-* NEWS: updated with new features.
-
-------------------------------------------------------------------------
-r5749 | fenrir | 2003-11-18 21:15:38 +0100 (Tue, 18 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/include/vlc_bits.h
-   M /trunk/modules/packetizer/mpeg4video.c
-
- * include/vlc_bits.h: bit stream reader/writer.
- * mpeg4video.c: rework of the mpeg4 video packetizer.
- (not well tested)
-
-------------------------------------------------------------------------
-r5750 | fenrir | 2003-11-18 21:34:23 +0100 (Tue, 18 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-
- * allow packetizer to return multiple blocks at once.
-
-------------------------------------------------------------------------
-r5751 | jpsaman | 2003-11-18 21:36:40 +0100 (Tue, 18 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/pda/pda.h
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-   M /trunk/modules/gui/pda/pda_interface.c
-
-PDA Interface:
-- Cleanup code
-- Cleanup interface
-- Adding items to playlist widgets from File, Camera, Transcode tabs.
-
-------------------------------------------------------------------------
-r5752 | gbazin | 2003-11-18 23:08:07 +0100 (Tue, 18 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-
-
-* src/input/input_dec.c: fixed nasty bug. Thanks Meuuh :)
-
-------------------------------------------------------------------------
-r5753 | fenrir | 2003-11-18 23:48:46 +0100 (Tue, 18 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-
- * input_dec.c : handle SPU_ES (and not as VIDEO_ES ....) so subtitle
- should work again.
-
-------------------------------------------------------------------------
-r5754 | sigmunau | 2003-11-19 00:25:38 +0100 (Wed, 19 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
-modules/codec/subsdec.c:
- * fix a crash when --subsdec encoding is set to a wrong value
-
-------------------------------------------------------------------------
-r5755 | fenrir | 2003-11-19 00:58:10 +0100 (Wed, 19 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
- * fix a memory leak (p_block should be unallocated).
-
-------------------------------------------------------------------------
-r5756 | sigmunau | 2003-11-19 01:06:06 +0100 (Wed, 19 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/misc/freetype.c
-
-fixed some warnings
-
-------------------------------------------------------------------------
-r5757 | fenrir | 2003-11-19 01:14:39 +0100 (Wed, 19 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/include/ninput.h
-
- * ninput: initialisate i_bitrate.
-
-------------------------------------------------------------------------
-r5758 | gbazin | 2003-11-19 11:17:51 +0100 (Wed, 19 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: don't forget to return an error when we fail to load a plugin.
-
-------------------------------------------------------------------------
-r5759 | hartman | 2003-11-19 13:13:00 +0100 (Wed, 19 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-* changed the relative fontsize option from a string_list to a int list with string comments.
-  not possible before, but is now and we can still change it without effecting the
-  config files of 1000000 users.
-
-------------------------------------------------------------------------
-r5760 | gbazin | 2003-11-19 14:10:48 +0100 (Wed, 19 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/src/misc/modules.c
-
-* modules/codec/ffmpeg/: don't re-use the same pts twice.
-* src/misc/modules.c: win32 fix for when module fails loading.
-
-------------------------------------------------------------------------
-r5761 | hartman | 2003-11-19 14:25:48 +0100 (Wed, 19 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/misc/freetype.c
-
-* modules/codec/subsdec.c: Add debug messages and fix a crasher
-* modules/misc/freetype.c: let's keep the freetype-fontsize option useful :)
-
-------------------------------------------------------------------------
-r5762 | bigben | 2003-11-19 15:58:54 +0100 (Wed, 19 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-
-small clean-up
-
-------------------------------------------------------------------------
-r5763 | bigben | 2003-11-19 20:00:16 +0100 (Wed, 19 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/playlist.m
-
-- get rid of an unused variable
-- use same name than in menus for random, repeat and loop options
-- random, loop, repeat checkboxes are nom updated accordingliy to the state set in the menu. (not sure I've done that the proper way ;-)
-
-------------------------------------------------------------------------
-r5764 | gbazin | 2003-11-20 00:44:35 +0100 (Thu, 20 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/vout.h
-
-* modules/video_output/directx/*: we now create a video sub-window which is a child of the main window and which always fit exactly the size of the video.
-  As a result the overlay color key is only painted in the video area and the rest of the window is pure black.
-
-------------------------------------------------------------------------
-r5765 | rocky | 2003-11-20 03:15:37 +0100 (Thu, 20 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcd.c
-
-Miniscule changes. In some ways better, in some ways not, just
-different.
-
-------------------------------------------------------------------------
-r5766 | rocky | 2003-11-20 03:17:33 +0100 (Thu, 20 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcd.h
-
-In some ways better, in some ways just different.
-
-------------------------------------------------------------------------
-r5767 | hartman | 2003-11-20 03:39:09 +0100 (Thu, 20 Nov 2003) | 8 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.m
-
-* fixed the dockmenu. had gotten disconnected somehow.
-* cleaned up the playlist source.
-* set the correct sizing properties on the playlist buttons.
-  bigben: see the bottom of the size panel of your inspector. when adding items
-  always take this into account to make resize work correctly.
-  also. windows are opened at the position where you save them when the nib is open.
-  Always make sure the controller and playlist are to the upper left side.
-
-------------------------------------------------------------------------
-r5768 | rocky | 2003-11-20 04:56:22 +0100 (Thu, 20 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/vcd.c
-
-Reorganize more analogous to dvdplay. Should give some growing room to
-start the custom demuxer.
-
-------------------------------------------------------------------------
-r5769 | garf | 2003-11-20 09:44:30 +0100 (Thu, 20 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http.c: little keep and del functions fix ( don't remove currently
-          playing playlist item ).
-
-------------------------------------------------------------------------
-r5770 | sigmunau | 2003-11-20 11:56:44 +0100 (Thu, 20 Nov 2003) | 2 lines
-Changed paths:
-   A /trunk/python/vlrs/.cvsignore
-
-tell cvs to ignore .pyc and .pyo files
-
-------------------------------------------------------------------------
-r5771 | hartman | 2003-11-20 15:39:31 +0100 (Thu, 20 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-
-* windows -> orderedWindows. Finally window commands like fullscreen, half size
-  double size and float on top are sent to the correct window.
-
-------------------------------------------------------------------------
-r5772 | gbazin | 2003-11-20 18:48:44 +0100 (Thu, 20 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/vout.h
-   M /trunk/mozilla/vlcshell.cpp
-
-
-* mozilla/vlcshell.cpp, modules/video_output/directx/*: round of fixes for the win32 mozilla plugin.
-
-------------------------------------------------------------------------
-r5773 | fenrir | 2003-11-20 19:26:44 +0100 (Thu, 20 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts: fixed a stupid bug for MS codec.
-
-------------------------------------------------------------------------
-r5774 | fenrir | 2003-11-20 19:27:44 +0100 (Thu, 20 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/copy.c
-
- * copy: ported to new API.
-
-------------------------------------------------------------------------
-r5775 | fenrir | 2003-11-20 23:10:56 +0100 (Thu, 20 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/audio_output.h
-   M /trunk/include/ninput.h
-   A /trunk/include/vlc_es.h
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/src/input/input.c
-
- include/vlc_es.h: defines es_format_t, audio_format_t, video_format_t.
- all: removed i_extra_type from es_format_t.
-
-------------------------------------------------------------------------
-r5776 | sigmunau | 2003-11-21 00:13:28 +0100 (Fri, 21 Nov 2003) | 11 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/misc/sap.c
-
-modules/misc/sap.c:
- * more verbose header parsing code
- * support for compressed announces if zlib is available (using some code
-   from Mosu from the matroska project)
- * if the sdp packet contains more than one m= line, pass it to the
-   livedotcom module
-configure.ac:
- * link sap with zlib if available
-modules/demux/livedotcom.c:
- * accept sdp from the sap module
-
-------------------------------------------------------------------------
-r5777 | gbazin | 2003-11-21 01:38:01 +0100 (Fri, 21 Nov 2003) | 7 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/demux/a52sys.c
-   M /trunk/modules/demux/aac.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/wav.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/stream.c
-
-
-* include/vlc_common.h: include stdlib.h
-* include/ninput.h, src/input/stream.c, src/input/input.c:
-    new stream_Block() function to read a block_t from the input.
-    es_out_Send() takes a block_t as input, for PES (deprecated) use es_out_SendPES().
-* modules/demux/*: changed to new es_out_Send(). asf.c and avi.c still use es_out_SendPES() though.
-
-------------------------------------------------------------------------
-r5778 | gbazin | 2003-11-21 02:45:48 +0100 (Fri, 21 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/flac.c
-   D /trunk/modules/codec/flacdec.c
-   M /trunk/modules/demux/flac.c
-
-
-* modules/codec/flac.c: complete rewrite of the flac decoder + new packetizer.
-* modules/demux/flac.c: rewrite of the flac demuxer which makes use of the flac packetizer.
-
-------------------------------------------------------------------------
-r5779 | fenrir | 2003-11-21 07:14:59 +0100 (Fri, 21 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * livedotcom: added return value for sdp:// Open.
-
-------------------------------------------------------------------------
-r5780 | jpsaman | 2003-11-21 10:23:49 +0100 (Fri, 21 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-
-PDA Interface:
-- Code cleanup and fixes for file view widget.
-
-------------------------------------------------------------------------
-r5781 | gbazin | 2003-11-21 13:18:54 +0100 (Fri, 21 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/demux/flac.c
-
-* modules/demux/flac.c, modules/codec/flac.c: couple of fixes.
-
-------------------------------------------------------------------------
-r5782 | gbazin | 2003-11-21 14:01:05 +0100 (Fri, 21 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/ogg.c
-
-* modules/mux/ogg.c: send the mp4v VOL data in one of the header ogg packets.
-
-------------------------------------------------------------------------
-r5783 | zorglub | 2003-11-21 14:20:41 +0100 (Fri, 21 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* Reverse sort the playlist when clicking twice on the column header
-
-------------------------------------------------------------------------
-r5784 | fenrir | 2003-11-21 16:32:09 +0100 (Fri, 21 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_es.h
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/dummy.c
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/gather.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/stream_out/transrate/transrate.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/stream_output/stream_output.c
-
- * all: remove sout_format_t and use es_format_t instead.
-
-------------------------------------------------------------------------
-r5785 | fenrir | 2003-11-21 16:51:32 +0100 (Fri, 21 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi: use block instead of PES every where.
-
-------------------------------------------------------------------------
-r5786 | fenrir | 2003-11-21 17:02:36 +0100 (Fri, 21 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
- * asf: pes -> block
-
-------------------------------------------------------------------------
-r5787 | fenrir | 2003-11-21 17:07:20 +0100 (Fri, 21 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
- * mpga: fixed. (using es_out_Send with PES)
-
-------------------------------------------------------------------------
-r5788 | gbazin | 2003-11-21 19:55:40 +0100 (Fri, 21 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: drag&drop on the playlist only enqueue.
-   Small cosmetic change to the playlist.
-
-------------------------------------------------------------------------
-r5789 | gbazin | 2003-11-21 21:49:14 +0100 (Fri, 21 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/ogg.c
-
-
-* modules/codec/flac.c: added a FLAC encoder.
-* modules/mux/dummy.c, modules/mux/ogg.c: you can output "normal" flac streams with the es/dummy muxer or output them with an Ogg container.
-
-------------------------------------------------------------------------
-r5790 | titer | 2003-11-22 01:41:07 +0100 (Sat, 22 Nov 2003) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/modules/misc/freetype.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/threads.c
-
- + modules/misc/freetype.c: fixed a couple of typos
- + *threads*, src/libvlc.h:
-   test HAVE_KERNEL_SCHEDULER_H before PTHREAD_COND_T_IN_PTHREAD_H
-   for now because Zeta now has a pthread implementation but it's doesn't
-   seem to be (enough) POSIX compliant atm.
-
-------------------------------------------------------------------------
-r5791 | titer | 2003-11-22 05:02:10 +0100 (Sat, 22 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/block.c
-
- src/misc/block.c: added a missing vlc_mutex_destroy()
-
-------------------------------------------------------------------------
-r5792 | titer | 2003-11-22 07:26:16 +0100 (Sat, 22 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
- modules/gui/macosx/intf.m: don't destroy the playlist when closing the
-   interface because this makes crash others interfaces which might be
-   still using it (e.g. sap)
-
-------------------------------------------------------------------------
-r5793 | sigmunau | 2003-11-22 13:17:08 +0100 (Sat, 22 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-modules/misc/sap.c:
- * fixed a couple of nasty memleaks
-
-------------------------------------------------------------------------
-r5794 | sigmunau | 2003-11-22 13:33:04 +0100 (Sat, 22 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-modules/misc/sap.c:
- * fixed a possible buffer overflow
-
-------------------------------------------------------------------------
-r5795 | sigmunau | 2003-11-22 13:35:17 +0100 (Sat, 22 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-src/playlist/item.c:
- * fixed a minor memory leak
-
-------------------------------------------------------------------------
-r5796 | gbazin | 2003-11-22 13:41:32 +0100 (Sat, 22 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/src/input/input.c
-
-
-* src/input/input.c: don't free the ES twice.
-* modules/demux/ogg.c: ported to the es_out_*() api and fixed flac support.
-* modules/codec/flac.c: couple of fixes.
-
-------------------------------------------------------------------------
-r5797 | gbazin | 2003-11-22 14:19:30 +0100 (Sat, 22 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-
-* src/input/input.c: fixed previous fix (sout needs to be destroyed after the ES).
-
-------------------------------------------------------------------------
-r5798 | gbazin | 2003-11-22 14:49:12 +0100 (Sat, 22 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/stream_out/transcode.c: put back the dumb downmixing routine.
-
-------------------------------------------------------------------------
-r5799 | ipkiss | 2003-11-22 14:56:21 +0100 (Sat, 22 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-vlc_common: Avoid a redefinition of PATH_MAX on cygwin
-
-------------------------------------------------------------------------
-r5800 | fenrir | 2003-11-22 15:42:47 +0100 (Sat, 22 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/block.c
-
- * block: initialise all fields.
-
-------------------------------------------------------------------------
-r5801 | gbazin | 2003-11-22 16:06:50 +0100 (Sat, 22 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/tarkin.c
-
-
-* modules/codec/tarkin.c: ported to the new decoders api (I know, this is a waste of time ;).
-
-------------------------------------------------------------------------
-r5802 | fenrir | 2003-11-22 16:10:38 +0100 (Sat, 22 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi: more check on b_die (when building index).
-
-------------------------------------------------------------------------
-r5803 | sam | 2003-11-22 16:53:18 +0100 (Sat, 22 Nov 2003) | 7 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_output/caca.c
-
-  * configure.ac:
-    + Fixed internal symbols for version numbers containing "+".
-    + Added a --enable-caca flag.
-  * modules/video_output/caca.c:
-    + Updated libcaca video output to the released version.
-    + Added --caca-dithering flag (none, dither, random).
-
-------------------------------------------------------------------------
-r5804 | sam | 2003-11-22 17:18:05 +0100 (Sat, 22 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/caca.c
-
-  * modules/video_output/caca.c: Oops, compilation fix (thanks zorglub).
-
-------------------------------------------------------------------------
-r5805 | fenrir | 2003-11-22 17:48:49 +0100 (Sat, 22 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts: fixes.
-
-------------------------------------------------------------------------
-r5806 | fenrir | 2003-11-22 17:53:02 +0100 (Sat, 22 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
- * mpegvideo: ported to new API (need more clean up).
-
-------------------------------------------------------------------------
-r5807 | fenrir | 2003-11-22 18:03:57 +0100 (Sat, 22 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/stream_output.h
-   M /trunk/modules/demux/mpeg/Modules.am
-   D /trunk/modules/demux/mpeg/es.c
-   A /trunk/modules/demux/mpeg/mpgv.c
-   M /trunk/modules/stream_out/transrate/transrate.c
-
- * stream_output.h, transrate.c : do not use SOUT_BUFFER_FLAG_GOP anymore
- (may be readded later).
-
- * mpgv.c: new demuxer using the packetizer (allow to stream ES).
-
-------------------------------------------------------------------------
-r5808 | gbazin | 2003-11-22 19:04:10 +0100 (Sat, 22 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/vlc_es.h
-   M /trunk/modules/codec/lpcm.c
-
-
-* include/input_ext-intf.h, include/vlc_es.h: moved ES categories into vlc_es.h
-* modules/codec/lpcm.c: ported to the new decoders api + lpcm packetizer.
-
-------------------------------------------------------------------------
-r5809 | gbazin | 2003-11-22 19:11:22 +0100 (Sat, 22 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-
-* configure.ac: get rid of the oggpackB_read check in libogg because we don't use it anymore.
-
-------------------------------------------------------------------------
-r5810 | fenrir | 2003-11-22 20:55:47 +0100 (Sat, 22 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/render.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/spudec/spudec.h
-
- * all: ported to new API.
-  -> i_rate isn't used for now : it will need to be fixed.
-
-------------------------------------------------------------------------
-r5811 | fenrir | 2003-11-22 21:15:34 +0100 (Sat, 22 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/spudec.c
-
- * spudec: it also does the packetizer.
-
-------------------------------------------------------------------------
-r5812 | fenrir | 2003-11-22 21:17:14 +0100 (Sat, 22 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/copy.c
-
- * copy: removed the old spu packetizer.
-
-------------------------------------------------------------------------
-r5813 | fenrir | 2003-11-22 21:25:01 +0100 (Sat, 22 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts: added lpcm and dts stream. (untested)
-
-------------------------------------------------------------------------
-r5814 | fenrir | 2003-11-22 21:26:39 +0100 (Sat, 22 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-
- * input_dec: set also p_dec->b_die.
-
-------------------------------------------------------------------------
-r5815 | fenrir | 2003-11-23 00:39:14 +0100 (Sun, 23 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/cinepak.c
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/chroma.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/render.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/codec/tarkin.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/codec/xvid.c
-
- * all: only include header that are needed (and no more stdlib.h, string.h
- as vlc/vlc.h include them).
-
-------------------------------------------------------------------------
-r5816 | fenrir | 2003-11-23 04:17:39 +0100 (Sun, 23 Nov 2003) | 6 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-
- * input_dec.c:
-    - also check for p_dec->b_die and b_error.
-    - unload module before joining thread (in DecoderThread) otherwise qt
-    win32 dll loader will segfault. (but perhaps I'm the only one using it)
-        -> find a better solution.
-
-------------------------------------------------------------------------
-r5817 | fenrir | 2003-11-23 04:41:58 +0100 (Sun, 23 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/quicktime.c
-
- * quicktime: ported to the new API, fix compilation with w32dll loader.
-    -> but untested under OS X and win32.
-
-------------------------------------------------------------------------
-r5818 | fenrir | 2003-11-23 04:45:11 +0100 (Sun, 23 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/quicktime.c
-
- * quicktime: removed a define.
-
-------------------------------------------------------------------------
-r5819 | fenrir | 2003-11-23 04:55:01 +0100 (Sun, 23 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/codec/tarkin.c
-
- * all: do not use p_fifo.
-
-------------------------------------------------------------------------
-r5820 | rocky | 2003-11-23 04:58:33 +0100 (Sun, 23 Nov 2003) | 8 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/access/vcdx/vcdplayer.c
-
-intf.c, vcdplayer.c: Add code for multi-default selection lists. But
-this required new libvcdinfo API - so change to configure.ac for
-pending new libcdio/vcdimager releases.
-
-Additional libvcdinfo routines also means less VCD twidling inside vlc
-code, thus simplifying what is already a bit complicated and likely to
-get more so.
-
-------------------------------------------------------------------------
-r5821 | rocky | 2003-11-23 05:56:08 +0100 (Sun, 23 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/intf.c
-
-Bug in processing numeric entry - passed wrong value.
-
-------------------------------------------------------------------------
-r5822 | fenrir | 2003-11-23 05:58:00 +0100 (Sun, 23 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/adpcm.c
-
- * adpcm: bug fixes.
-
-------------------------------------------------------------------------
-r5823 | fenrir | 2003-11-23 06:30:56 +0100 (Sun, 23 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/cinepak.c
-
- * cinepak: little clean up and increase priority (ffmpeg cinepak decoder
- is buggy).
-
-------------------------------------------------------------------------
-r5824 | zorglub | 2003-11-23 12:02:39 +0100 (Sun, 23 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Improved the list (all ports at the end, reworked order)
-
-------------------------------------------------------------------------
-r5825 | massiot | 2003-11-23 14:06:43 +0100 (Sun, 23 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/extras/contrib/Makefile
-   A /trunk/extras/contrib/change_prefix.sh
-   M /trunk/extras/contrib/src/Makefile
-
-* Fixed bugs in the contrib build system. In particular 'make bin' should
-  work now.
-
-------------------------------------------------------------------------
-r5826 | gbazin | 2003-11-23 14:15:27 +0100 (Sun, 23 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/*: some containers don't carry any PTS information, just a DTS. In that case, make sure the PTS forwarded to the decoder is set to 0.
-* modules/codec/ffmpeg/video.c: use PTS if available, if not find out the PTS from the DTS and the p_context->has_b_frames and p_pic->reference flags.
-
-------------------------------------------------------------------------
-r5827 | massiot | 2003-11-23 14:23:20 +0100 (Sun, 23 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-   M /trunk/extras/contrib/change_prefix.sh
-
-Fixed bugs.
-
-------------------------------------------------------------------------
-r5828 | gbazin | 2003-11-23 14:25:32 +0100 (Sun, 23 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/cinepak.c
-   M /trunk/modules/codec/quicktime.c
-
-
-* modules/codec/quicktime.c, modules/codec/cinepak.c: use pts if available, otherwise use dts.
-
-------------------------------------------------------------------------
-r5829 | massiot | 2003-11-23 15:00:25 +0100 (Sun, 23 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-   M /trunk/extras/contrib/change_prefix.sh
-
-Bug fix for *.a libraries.
-
-------------------------------------------------------------------------
-r5830 | gbazin | 2003-11-23 15:28:15 +0100 (Sun, 23 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-
-* NEWS: updated with new stuff.
-
-------------------------------------------------------------------------
-r5831 | rocky | 2003-11-23 15:34:19 +0100 (Sun, 23 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cddax.c
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/vcd.c
-
-Add configuration options to set default device. For VCD's add
-configuration option to specify whether or not to use PBC.
-
-------------------------------------------------------------------------
-r5832 | massiot | 2003-11-23 15:49:51 +0100 (Sun, 23 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/change_prefix.sh
-
-grmbl again
-
-------------------------------------------------------------------------
-r5833 | gbazin | 2003-11-23 16:50:07 +0100 (Sun, 23 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/vorbis.c
-
-
-* modules/codec/speex.c: support for speex encoding.
-* modules/codec/vorbis.c: removed unused code.
-
-------------------------------------------------------------------------
-r5834 | zorglub | 2003-11-23 17:02:56 +0100 (Sun, 23 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/NEWS
-
-* NEWS : added a few missing things
-* AUTHORS: updated sam's, sigmund's, garf's, gibalou's and fenrir's records
-
-------------------------------------------------------------------------
-r5835 | garf | 2003-11-23 17:24:20 +0100 (Sun, 23 Nov 2003) | 6 lines
-Changed paths:
-   M /trunk/doc/intf-http.txt
-   M /trunk/modules/control/http.c
-   M /trunk/share/http/index.html
-   M /trunk/src/playlist/item.c
-
- * src/playlist/item.c : stops the playlist if we delete the currently
-   played item
- * doc/intf-http.txt : adding "pl.group"
- * share/http/index.html : little cosmetic change (better according to
-   gibalou).
-
-------------------------------------------------------------------------
-r5836 | garf | 2003-11-23 17:27:54 +0100 (Sun, 23 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/share/http/index.html
-
- * index.html: oops (forgot refresh cludge)
-
-------------------------------------------------------------------------
-r5837 | rocky | 2003-11-23 18:06:43 +0100 (Sun, 23 Nov 2003) | 2 lines
-Changed paths:
-   A /trunk/doc/intf-vcd.txt
-
-Some basic help for the VCD plugin.
-
-------------------------------------------------------------------------
-r5838 | rocky | 2003-11-23 18:18:00 +0100 (Sun, 23 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcd.c
-
-Update/correct debug flag documentation.
-
-------------------------------------------------------------------------
-r5839 | gbazin | 2003-11-23 18:46:06 +0100 (Sun, 23 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-
-* modules/control/http.c: fixed segfault when deleting items and prevent adding empty items.
-
-------------------------------------------------------------------------
-r5840 | gbazin | 2003-11-23 18:51:54 +0100 (Sun, 23 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: small cleanup.
-
-------------------------------------------------------------------------
-r5841 | gbazin | 2003-11-23 19:16:45 +0100 (Sun, 23 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-
-* modules/control/http.c: cough cough
-
-------------------------------------------------------------------------
-r5842 | gbazin | 2003-11-23 19:21:48 +0100 (Sun, 23 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-
-
-* src/input/input_dec.c: set p_dec->b_error when we can't create the output.
-
-------------------------------------------------------------------------
-r5843 | rocky | 2003-11-23 19:24:38 +0100 (Sun, 23 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcdplayer.c
-
-Next/previous/return navigation bugs - not setting item type.
-
-------------------------------------------------------------------------
-r5844 | alexis | 2003-11-23 19:31:55 +0100 (Sun, 23 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/dvb/qpsk.c
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/access/satellite/satellite.c
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/gui/wxwindows/v4l.cpp
-   M /trunk/modules/misc/sap.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/libvlc.c
-
-- Updated French translation (still a lot of work to do...)
-- Modified some strings in VLC source code
-- ran ./toolbox --update-po
-
-------------------------------------------------------------------------
-r5845 | fenrir | 2003-11-23 19:40:09 +0100 (Sun, 23 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-
- * all: disabled dv, xvid, dvbsub (they won't compile anymore really soon).
-
-------------------------------------------------------------------------
-r5846 | gbazin | 2003-11-23 21:37:04 +0100 (Sun, 23 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-
-* modules/gui/wxwindows/*: added new codecs for stream output.
-   Added ffmpeg postproc to menus.
-* modules/codec/ffmpeg/*: allow switching postproc filters on the fly.
-
-------------------------------------------------------------------------
-r5847 | hartman | 2003-11-23 23:18:08 +0100 (Sun, 23 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/quicktime.c
-
-* Compile before you commit was our slogan right?
-
-------------------------------------------------------------------------
-r5848 | ipkiss | 2003-11-23 23:29:27 +0100 (Sun, 23 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
-
-Use snprintf instead of sprintf
-
-------------------------------------------------------------------------
-r5849 | gbazin | 2003-11-24 01:01:42 +0100 (Mon, 24 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-   M /trunk/modules/mux/ogg.c
-
-
-* modules/codec/ffmpeg/postprocess.c: fixed uninitialized variable.
-* modules/mux/ogg.c: allow embedding mpeg1/2 video (only vlc will play back these files).
-
-------------------------------------------------------------------------
-r5850 | rocky | 2003-11-24 01:23:55 +0100 (Mon, 24 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/Makefile.am
-
-Add intf-vcd.txt to distribution and installed documentation.
-
-------------------------------------------------------------------------
-r5851 | fenrir | 2003-11-24 01:39:02 +0100 (Mon, 24 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_es.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/cddax.c
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/satellite/access.c
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/gtk/menu.c
-   M /trunk/modules/stream_out/display.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/video_output/video_output.c
-
- * all: removed decoder_fifo_t.
-
-------------------------------------------------------------------------
-r5852 | gbazin | 2003-11-24 01:36:37 +0100 (Mon, 24 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/install-win32
-
-
-* install-win32: added a registry entry for the mozilla plugin (the xpt file still needs to be registered by hand though).
-
-------------------------------------------------------------------------
-r5853 | fenrir | 2003-11-24 01:40:36 +0100 (Mon, 24 Nov 2003) | 2 lines
-Changed paths:
-   D /trunk/src/input/input_ext-dec.c
-
- * input_ext-dec.c: useless file.
-
-------------------------------------------------------------------------
-r5854 | rocky | 2003-11-24 01:41:19 +0100 (Mon, 24 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cddax.c
-
-Set cdio log routine.
-
-------------------------------------------------------------------------
-r5855 | fenrir | 2003-11-24 03:35:50 +0100 (Mon, 24 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_es.h
-   M /trunk/modules/codec/Modules.am
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/src/input/input_dec.c
-
- * all: ported/cleaned up/renabled dvb subtitle decoder. But it is untested.
- (I have no sample at all)
-
-------------------------------------------------------------------------
-r5856 | rocky | 2003-11-24 04:27:28 +0100 (Mon, 24 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-
-Change debug output slightly to make more informative and to assist
-in determining which selecting ES we might be at.
-
-------------------------------------------------------------------------
-r5857 | rocky | 2003-11-24 04:28:27 +0100 (Mon, 24 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cddax.c
-
-Add keyboard input handling, e.g. if visualization plugin. Needs some
-more work, but it's a start.
-
-------------------------------------------------------------------------
-r5858 | rocky | 2003-11-24 04:30:36 +0100 (Mon, 24 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcdplayer.c
-
-Minor debug output change.
-
-------------------------------------------------------------------------
-r5859 | fenrir | 2003-11-24 04:30:38 +0100 (Mon, 24 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-plugins.c
-
- * all: do not export input_NullPacket
- * input_dec.c: fixed a (big) memory leak.
-
-------------------------------------------------------------------------
-r5860 | fenrir | 2003-11-24 13:44:24 +0100 (Mon, 24 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-
- * cdda: ported to es_out*.
-
-------------------------------------------------------------------------
-r5861 | gbazin | 2003-11-24 14:40:03 +0100 (Mon, 24 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/gui/wxwindows/menus.cpp
-
-* modules/gui/wxwindows/menus.cpp: small fix.
-* modules/codec/quicktime.c: compilation fix on win32.
-* modules/demux/avi/avi.c: small hack to avoid eating all the resources on broken files.
-
-------------------------------------------------------------------------
-r5862 | fenrir | 2003-11-24 17:45:53 +0100 (Mon, 24 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
- * v4l: ported to stream_* and es_out_*. Not tested !
-
-------------------------------------------------------------------------
-r5863 | fenrir | 2003-11-24 18:11:23 +0100 (Mon, 24 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cddax.c
-
- * cddax: ported to es_out_* and stream_*. Not tested (sorry).
-
-------------------------------------------------------------------------
-r5864 | fenrir | 2003-11-24 18:34:21 +0100 (Mon, 24 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/m4v.c
-
- * m4v: ported to es_out*, stream_*  and use the mp4v packetizer. Anyway
- dts are  still calculated for  a 25fps stream. (The  packetizer doesn't
- calulate pts/dts for now).
-
-------------------------------------------------------------------------
-r5865 | gbazin | 2003-11-24 19:00:10 +0100 (Mon, 24 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-
-* configure.ac, extras/MacOSX/*: bumped version number to 0.7.0-test1 in preparation for the test release.
-
-------------------------------------------------------------------------
-r5866 | fenrir | 2003-11-24 20:19:02 +0100 (Mon, 24 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/rawdv.c
-
- * rawdv.c: ported to es_out_* and stream_*.
-
-------------------------------------------------------------------------
-r5867 | gbazin | 2003-11-24 20:20:19 +0100 (Mon, 24 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-
-* src/input/input.c: oops, set the ES format before selecting it.
-
-------------------------------------------------------------------------
-r5868 | gbazin | 2003-11-24 20:27:46 +0100 (Mon, 24 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
-
-* modules/access/v4l/v4l.c: small fix and added a --v4l-chroma option to force a chroma fourcc for the video device.
-
-------------------------------------------------------------------------
-r5869 | fenrir | 2003-11-24 20:30:54 +0100 (Mon, 24 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
- * dshow: ported to es_out_* and stream_*. Not tested (sorry).
-
-------------------------------------------------------------------------
-r5870 | gbazin | 2003-11-24 21:45:23 +0100 (Mon, 24 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-
-
-* modules/access/dshow/*: compilation fixes.
-* include/vlc_common.h: added a couple of casts to TAB_APPEND().
-
-------------------------------------------------------------------------
-r5871 | fenrir | 2003-11-24 21:50:45 +0100 (Mon, 24 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/input_ext-plugins.h
-   A /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-
- * moved EsOut* to es_out.c and introduced internal input_EsOutNew and
- input_EsOutDelete.
-
-------------------------------------------------------------------------
-r5872 | gbazin | 2003-11-24 22:47:33 +0100 (Mon, 24 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/src/audio_output/mixer.c
-
-
-* src/audio_output/mixer.c: fixed timestamp rounding problem.
-
-------------------------------------------------------------------------
-r5873 | gbazin | 2003-11-25 00:22:01 +0100 (Tue, 25 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_codec.h
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/src/input/input_dec.c
-
-
-* src/input/input_dec.c, include/vlc_codec.h: added 2 callbacks in the decoder_t structure for pictures linking/unlinking.
-* modules/codec/libmpeg2.c: restored pictures linking/unlinking code.
-* modules/codec/ffmpeg/video.c: idem and reenabled direct rendering even when the hurry-up mode is activated as it doesn't seem to create a problem anymore with recent ffmpeg.
-
-------------------------------------------------------------------------
-r5874 | fenrir | 2003-11-25 01:56:35 +0100 (Tue, 25 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/playlist/group.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/playlist.c
-
- * all: fixed a lot of small memory leaks.
-
-------------------------------------------------------------------------
-r5875 | gbazin | 2003-11-25 01:58:41 +0100 (Tue, 25 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-
-* modules/gui/wxwindows/*: fixed a couple of memory leaks.
-
-------------------------------------------------------------------------
-r5876 | rocky | 2003-11-25 04:54:33 +0100 (Tue, 25 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/cddax.c
-
-Plugin now tested ;-) Add missing prototypes.
-
-Remove unused Mouse event handling. Forgot to delete keypress callback.
-
-------------------------------------------------------------------------
-r5877 | rocky | 2003-11-25 04:55:12 +0100 (Tue, 25 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/intf.c
-
-Forgot to delete keypress callback.
-
-------------------------------------------------------------------------
-r5878 | sam | 2003-11-25 13:35:15 +0100 (Tue, 25 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/modules.c
-
-  * src/misc/modules.c: Allow for premature Ctrl-C escapes even while VLC
-    is loading its plugins.
-
-------------------------------------------------------------------------
-r5879 | massiot | 2003-11-25 20:59:04 +0100 (Tue, 25 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/satellite/access.c
-
-* modules/access/satellite/access.c: do not use p_es->i_demux_fd ; fixed
-  demux filters leak (particularly harmful on the Dreambox) ; correctly
-  handle PAT and PMT changes.
-
-------------------------------------------------------------------------
-r5880 | jpsaman | 2003-11-25 21:01:08 +0100 (Tue, 25 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda_callbacks.c
-
-PDA Interface:
-- Fix segfault when adding one file to the playlist widget from the fileview widget.
-- Cleanup of code.
-
-------------------------------------------------------------------------
-r5881 | jpsaman | 2003-11-25 21:41:35 +0100 (Tue, 25 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-
-PDA Interface:
-- Fixed a p_playlist refcount problem
-- Clearing VLC playlist and Playlist widget.
-
-------------------------------------------------------------------------
-r5882 | hartman | 2003-11-25 22:21:36 +0100 (Tue, 25 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/coreaudio.c
-
-* modules/audio_output/coreaudio.c:
-  - Many of the error streams were identical. This isn't helping debugging.
-
-------------------------------------------------------------------------
-r5883 | rocky | 2003-11-26 02:28:52 +0100 (Wed, 26 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcd.h
-
-Minor name-change tidying up.
-
-------------------------------------------------------------------------
-r5884 | rocky | 2003-11-26 02:32:54 +0100 (Wed, 26 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/modules/access/cdda
-   A /trunk/modules/access/cdda/Modules.am
-   A /trunk/modules/access/cdda/cdda.c
-   D /trunk/modules/access/cddax.c
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-
-Move libcdio CD-DA plugin into its own directory before the big split up.
-
-------------------------------------------------------------------------
-r5885 | rocky | 2003-11-26 02:40:16 +0100 (Wed, 26 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/intf.c
-
-One more name...
-
-------------------------------------------------------------------------
-r5886 | rocky | 2003-11-26 02:45:03 +0100 (Wed, 26 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/intf.c
-
-And 'nother name.
-
-------------------------------------------------------------------------
-r5887 | rocky | 2003-11-26 03:00:41 +0100 (Wed, 26 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/Modules.am
-
-cddax has moved.
-
-------------------------------------------------------------------------
-r5888 | rocky | 2003-11-26 03:41:02 +0100 (Wed, 26 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcd.h
-
-Leftover comment.
-
-------------------------------------------------------------------------
-r5889 | rocky | 2003-11-26 04:34:22 +0100 (Wed, 26 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/cdrom.h
-
-Guard against including twice.
-
-------------------------------------------------------------------------
-r5890 | rocky | 2003-11-26 04:35:26 +0100 (Wed, 26 Nov 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/access/cdda/.cvsignore
-   M /trunk/modules/access/cdda/Modules.am
-   A /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-   A /trunk/modules/access/cdda/cdda.h
-   A /trunk/modules/access/cdda/intf.c
-
-Split out cdda to facilitate later changes.
-
-------------------------------------------------------------------------
-r5891 | rocky | 2003-11-26 04:40:31 +0100 (Wed, 26 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-Remove unused code accidentially duplicated in split.
-
-------------------------------------------------------------------------
-r5892 | gbazin | 2003-11-26 09:18:09 +0100 (Wed, 26 Nov 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/video_output/video_output.c
-
-
-* ALL: fixed memory leaks.
-* modules/demux/mp4/libmp4.c: fixed parsing of the "wave" tag (I'm sure there's a better fix but this one works).
-* modules/demux/ogg.c: another seeking fix (We also need to flush the per stream buffer with ogg_stream_reset()).
-
-------------------------------------------------------------------------
-r5893 | zorglub | 2003-11-26 11:45:21 +0100 (Wed, 26 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/src/playlist/sort.c
-
-* Merged sort functions
-* Added a randomize playlist function
-
-------------------------------------------------------------------------
-r5894 | gbazin | 2003-11-26 14:59:16 +0100 (Wed, 26 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* modules/codec/ffmpeg/encoder.c: bframes are supported for mp1v and mp2v as well as mpgv.
-
-------------------------------------------------------------------------
-r5895 | gbazin | 2003-11-26 19:48:24 +0100 (Wed, 26 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-
-* src/input/input.c: fixed a whole load of mem leaks when the input is closed before the initialisation is complete (inexistant input, etc...).
-
-------------------------------------------------------------------------
-r5896 | fenrir | 2003-11-26 21:44:38 +0100 (Wed, 26 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/system.c
-
- * system: change some msg_Err to msg_Warn.
-
-------------------------------------------------------------------------
-r5897 | gbazin | 2003-11-26 22:54:00 +0100 (Wed, 26 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-* modules/access/dshow/dshow.cpp: small change to default chroma selection.
-
-------------------------------------------------------------------------
-r5898 | gbazin | 2003-11-26 23:00:56 +0100 (Wed, 26 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
-
-* modules/access/v4l/v4l.c: fixed small mem leak.
-
-------------------------------------------------------------------------
-r5899 | gbazin | 2003-11-26 23:12:48 +0100 (Wed, 26 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/chroma.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-
-
-* modules/codec/ffmpeg/*: fixed small memleak in chroma plugin.
-   Added back missing bitrate setting for video encoding.
-
-------------------------------------------------------------------------
-r5900 | gbazin | 2003-11-26 23:18:29 +0100 (Wed, 26 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/chroma.c
-
-
-* modules/codec/ffmpeg/chroma.c: oops.
-
-------------------------------------------------------------------------
-r5901 | gbazin | 2003-11-26 23:56:04 +0100 (Wed, 26 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/display.c
-
-
-* modules/stream_out/display.c: fixed timestamp generation.
-
-------------------------------------------------------------------------
-r5902 | gbazin | 2003-11-27 00:14:01 +0100 (Thu, 27 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-
-* po/*: update for 0.7.0-test1.
-
-------------------------------------------------------------------------
-r5903 | sam | 2003-11-27 00:32:07 +0100 (Thu, 27 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * toolbox: Attempt to fix a strange cvs2cl behaviour.
-
-------------------------------------------------------------------------
-r5904 | sam | 2003-11-27 01:05:51 +0100 (Thu, 27 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/toolbox
-
-  * toolbox: more cvs2cl fixes.
-  * ChangeLog: updated changelog.
-
-------------------------------------------------------------------------
-r5905 | gbazin | 2003-11-27 01:57:12 +0100 (Thu, 27 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-
-* mozilla/Makefile.am: don't forget mozilla/npvlc_rc.rc in make dist.
-
-------------------------------------------------------------------------
-r5906 | fenrir | 2003-11-27 05:11:40 +0100 (Thu, 27 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-
- * all: implement more es_out_* control, audio-channel and spu-channel are
- implemented.
-
-------------------------------------------------------------------------
-r5907 | fenrir | 2003-11-27 06:41:19 +0100 (Thu, 27 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * livedotcom.cpp: added call to input_InitStream.
-
-------------------------------------------------------------------------
-r5908 | fenrir | 2003-11-27 06:46:01 +0100 (Thu, 27 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc.h
-
- * all: added an sout-all option to stream all es (does work only with
- demuxer using es_out_* ie everyone but TS and PS).
-
-------------------------------------------------------------------------
-r5909 | adn | 2003-11-27 07:37:11 +0100 (Thu, 27 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/v4l.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* Fixes for MRL Updates
-* SetToolTips
-
-------------------------------------------------------------------------
-r5910 | hartman | 2003-11-27 11:06:13 +0100 (Thu, 27 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/po/pt_BR.po
-
-* updated translation
-
-------------------------------------------------------------------------
-r5911 | hartman | 2003-11-27 11:13:11 +0100 (Thu, 27 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* hu.po was missing here.
-
-------------------------------------------------------------------------
-r5912 | gbazin | 2003-11-27 11:34:51 +0100 (Thu, 27 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: don't crash when the user specifies a acodec/vcodec with more the 4 characters in length.
-* modules/gui/wxwindows/streamout.cpp: grrr, thought I add committed this stuff.
-
-------------------------------------------------------------------------
-r5913 | fenrir | 2003-11-27 13:22:15 +0100 (Thu, 27 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- * bug fixes.
-
-------------------------------------------------------------------------
-r5914 | fenrir | 2003-11-27 13:32:03 +0100 (Thu, 27 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * all: drop block(s) with b_discontinuity set.
-
-------------------------------------------------------------------------
-r5915 | fenrir | 2003-11-27 13:32:51 +0100 (Thu, 27 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mp4/mp4.h
-
- * mp4: converted to es_out* and partialy to stream_*
-
-------------------------------------------------------------------------
-r5916 | fenrir | 2003-11-27 20:39:53 +0100 (Thu, 27 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/packetizer/copy.c
-
-copy: set pts to dts if pts <= 0. (Needed to make div3 streaming working
- again)
-ts: use one stream_id for mpeg video (and one for mpeg audio).
-
-------------------------------------------------------------------------
-r5917 | fenrir | 2003-11-27 21:50:48 +0100 (Thu, 27 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-
- * mp4: ported to stream_*
-
-------------------------------------------------------------------------
-r5918 | fenrir | 2003-11-27 21:51:31 +0100 (Thu, 27 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/faad.c
-
- * faad: drop packets with b_discontinuity set.
-
-------------------------------------------------------------------------
-r5919 | fenrir | 2003-11-27 22:24:57 +0100 (Thu, 27 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
- * item: lalalala... (remove a debug change -> psz_auther set to "Arg")
-
-------------------------------------------------------------------------
-r5920 | massiot | 2003-11-27 23:44:51 +0100 (Thu, 27 Nov 2003) | 7 lines
-Changed paths:
-   M /trunk/include/vlc_codec.h
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: new options
-   - strict_rc : strict rate control mode for CBR streams
-   - pre_me : add a pre-motion estimation pass
-   - hurry_up : allow to discard the hq mode in real-time if we're late
-* modules/mux/mpeg/ts.c: useful debug messages
-* modules/packetizer/mpegvideo.c: useless debug message
-
-------------------------------------------------------------------------
-r5921 | massiot | 2003-11-28 11:36:58 +0100 (Fri, 28 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-Forgot that yesterday...
-
-------------------------------------------------------------------------
-r5922 | fenrir | 2003-11-28 14:24:52 +0100 (Fri, 28 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi: fix end of file...
-
-------------------------------------------------------------------------
-r5923 | fenrir | 2003-11-28 17:06:56 +0100 (Fri, 28 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-
- * input_dec: does pass empty block to the decoder.
-
-------------------------------------------------------------------------
-r5924 | fenrir | 2003-11-28 17:09:07 +0100 (Fri, 28 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
- * ffmpeg: added h264 codec.
-
-------------------------------------------------------------------------
-r5925 | fenrir | 2003-11-28 18:04:31 +0100 (Fri, 28 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * input: avoid double free/release when InitStream fail.
-
-------------------------------------------------------------------------
-r5926 | hartman | 2003-11-28 18:30:31 +0100 (Fri, 28 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* Fix text subtitles which were missing their last char since the API port.
-* Track Name is now stored in fmt.psz_description
-
-------------------------------------------------------------------------
-r5927 | geshp | 2003-11-28 19:19:57 +0100 (Fri, 28 Nov 2003) | 7 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-- Update to 0.7.0-test1
-- Updated version numbers on dependancies
-- Removed ALSA support until RH/FC turns to kernel 2.6
-- Added --enable-speex and --enable-pp
-- Mozilla plugin now built for 1.4.1
-- Currently broken (Matroska/EBML problems)
-
-------------------------------------------------------------------------
-r5928 | gbazin | 2003-11-28 23:16:30 +0100 (Fri, 28 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/dummy/input.c
-
-
-* modules/misc/dummy/input.c: use p_input->psz_demux = "vlc,none" to force the demux.
-
-------------------------------------------------------------------------
-r5929 | fenrir | 2003-11-28 23:23:04 +0100 (Fri, 28 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv: fixed a buffer overflow.
-
-------------------------------------------------------------------------
-r5930 | gbazin | 2003-11-29 00:40:09 +0100 (Sat, 29 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-
-* modules/codec/ffmpeg/*: fixed the code to disable cpu features.
-
-------------------------------------------------------------------------
-r5931 | gbazin | 2003-11-29 01:41:35 +0100 (Sat, 29 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-
-* modules/codec/ffmpeg/encoder.c: fixed compilation problem with ffmpeg 0.4.8
-
-------------------------------------------------------------------------
-r5932 | fenrir | 2003-11-29 12:12:46 +0100 (Sat, 29 Nov 2003) | 7 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/playlist/playlist.c
-
- * all: better handling of multiple (video) tracks.
-    - now vout are checked for release every 300ms
-    - when *-es are triggered, all same es are unselect not only the
-    last selected. (more intuitive) The only problems are that it's not
-    possible to select again all ES, and the checkbox can show only one
-    selected ES.
-
-------------------------------------------------------------------------
-r5933 | fenrir | 2003-11-29 13:03:08 +0100 (Sat, 29 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
- * encoder: added a memset.
-
-------------------------------------------------------------------------
-r5934 | fenrir | 2003-11-29 14:12:11 +0100 (Sat, 29 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
- * all: - fixed non I420 input
-        - added raw output support.(in a pure hack way but allow
-        transcode{vcodec=I420} )
-
-------------------------------------------------------------------------
-r5935 | gbazin | 2003-11-29 14:39:43 +0100 (Sat, 29 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: got rid of the Misc menu and moved everything in the Settings one.
-
-------------------------------------------------------------------------
-r5936 | gbazin | 2003-11-29 17:29:24 +0100 (Sat, 29 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-
-
-* modules/access/cdda.c: removed double ';'
-
-------------------------------------------------------------------------
-r5937 | gbazin | 2003-11-29 17:36:56 +0100 (Sat, 29 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-
-
-* modules/gui/wxwindows/menus.cpp: moved audio/video track menu to the top.
-
-------------------------------------------------------------------------
-r5938 | fenrir | 2003-11-29 18:14:39 +0100 (Sat, 29 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: another fix for another buggy file.
-
-------------------------------------------------------------------------
-r5939 | fenrir | 2003-11-29 19:06:12 +0100 (Sat, 29 Nov 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * all: - increased avcodec version needed to 4680 (latest release)
-        - open the codec after that p_context has been fully initialisated.
-        (fix ASV1)
-
-------------------------------------------------------------------------
-r5940 | massiot | 2003-11-29 19:36:13 +0100 (Sat, 29 Nov 2003) | 6 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/stream_out/transrate/transrate.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/libvlc.h
-
-* input: new cr-average option, allowing to configure the
-  CR_AVERAGE #define in input_clock.c (useful for PVR input)
-* modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c : fixes
-  for older version of ffmpeg
-* modules/stream_out/transrate/transrate.c : misc optimizations
-
-------------------------------------------------------------------------
-r5941 | rocky | 2003-11-30 03:41:00 +0100 (Sun, 30 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/Modules.am
-   M /trunk/modules/access/cdda/access.c
-   A /trunk/modules/access/cdda/demux.c
-
-Break out demux into its own thing.
-
-------------------------------------------------------------------------
-r5942 | jpsaman | 2003-11-30 11:26:19 +0100 (Sun, 30 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/playlist.c
-
-PDA Interface:
-- Updating, removing and clearing playlist works.
-
-------------------------------------------------------------------------
-r5943 | jpsaman | 2003-11-30 12:19:37 +0100 (Sun, 30 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/Makefile.am
-   M /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/control.zaurus
-   M /trunk/ipkg/rules
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/rules.opie
-   M /trunk/ipkg/rules.zaurus
-
-Bumped up version number to 0.7.0
-
-------------------------------------------------------------------------
-r5944 | jpsaman | 2003-11-30 12:22:29 +0100 (Sun, 30 Nov 2003) | 4 lines
-Changed paths:
-   D /trunk/modules/gui/pda/interface.c
-   D /trunk/modules/gui/pda/interface.h
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   D /trunk/modules/gui/pda/playlist.c
-   D /trunk/modules/gui/pda/playlist.h
-   D /trunk/modules/gui/pda/support.c
-   D /trunk/modules/gui/pda/support.h
-
-PDA Interface:
-- Removing obsolete files.
-- Remove debug messages.
-
-------------------------------------------------------------------------
-r5945 | rocky | 2003-11-30 14:53:45 +0100 (Sun, 30 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcd.c
-
-Go over options: Add hooks for internationalization, some typos,
-display some of these even when not "advanced"
-
-------------------------------------------------------------------------
-r5946 | fenrir | 2003-11-30 15:28:07 +0100 (Sun, 30 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/Modules.am
-   A /trunk/modules/access/tcp.c
-
- * all: added a TCP access input module.
-
-------------------------------------------------------------------------
-r5947 | fenrir | 2003-11-30 15:49:23 +0100 (Sun, 30 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/include/ninput.h
-
- * ninput: added 2 ES_OUT* command (do nothing for now)
-
-------------------------------------------------------------------------
-r5948 | fenrir | 2003-11-30 17:00:24 +0100 (Sun, 30 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/libvlc.h
-
- *all: added a --minimize-thread options to make all decoders and
-       packetizers running in the input thread. (Usefull with sout)
-
-------------------------------------------------------------------------
-r5949 | fenrir | 2003-11-30 18:29:03 +0100 (Sun, 30 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/include/vlc_common.h
-
- * all: added demux_t structure and some demux2_* functions.
- Anyway, don't use them for now.
-
-------------------------------------------------------------------------
-r5950 | fenrir | 2003-11-30 18:29:56 +0100 (Sun, 30 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/es_out.c
-
- * es_out: implement ES_OUT_SET_PCR and reset but don't use them !
- * demux: added demux2_New/Delete.
-
-------------------------------------------------------------------------
-r5951 | gbazin | 2003-11-30 19:10:04 +0100 (Sun, 30 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/share/http/admin/browse.html
-
-
-* share/http/admin/browse.html: hmmm, the browse feature was reenabled by mistake.
-
-------------------------------------------------------------------------
-r5952 | rocky | 2003-11-30 19:14:20 +0100 (Sun, 30 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/hu.po
-
-Add CD-DA CDDB support via libcddb.
-
-------------------------------------------------------------------------
-r5953 | sigmunau | 2003-11-30 20:42:52 +0100 (Sun, 30 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/playlist.c
-
-modules/gui/gtk/playlist.c:
- * show duration in playlist window if available
-
-------------------------------------------------------------------------
-r5954 | jpsaman | 2003-11-30 22:21:20 +0100 (Sun, 30 Nov 2003) | 6 lines
-Changed paths:
-   D /trunk/modules/gui/pda/network.c
-   D /trunk/modules/gui/pda/network.h
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-
-PDA Interface:
-- Fixed resource leak with playlists
-- VLC coding style cleanup
-- Rework v4l and stream out interface code to use  VLC playlists as it should be used.
-- Remove dead wood
-
-------------------------------------------------------------------------
-r5955 | fenrir | 2003-11-30 23:14:39 +0100 (Sun, 30 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.h
-   M /trunk/modules/packetizer/mpeg4video.c
-
- * all: added dx50 fourcc (just mpeg4 video).
-
-------------------------------------------------------------------------
-r5956 | rocky | 2003-11-30 23:26:49 +0100 (Sun, 30 Nov 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-
-Customizable playlist title.
-
-------------------------------------------------------------------------
-r5957 | gbazin | 2003-11-30 23:47:55 +0100 (Sun, 30 Nov 2003) | 6 lines
-Changed paths:
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/transcode.c
-
-
-* include/input_ext-plugins.h: export input_DecodeBlock().
-* modules/stream_out/display.c: simplifications.
-* modules/stream_out/transcode.c: memset of sout_stream_sys_t.
-* modules/packetizer/mpeg4video.c: not all containers provide a pts info, in which case we use the dts.
-
-------------------------------------------------------------------------
-r5958 | gbazin | 2003-11-30 23:59:10 +0100 (Sun, 30 Nov 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
-
-* modules/packetizer/mpeg4video.c: oops
-
-------------------------------------------------------------------------
-r5959 | rocky | 2003-12-01 00:07:23 +0100 (Mon, 01 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/Modules.am
-
-Forgot to add demux.c here.
-
-------------------------------------------------------------------------
-r5960 | jpsaman | 2003-12-01 00:19:13 +0100 (Mon, 01 Dec 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-   M /trunk/modules/gui/pda/pda_interface.c
-   M /trunk/modules/gui/pda/pda_support.c
-
-PDA Interface:
-- Coding Style
-- Added SAP/SLP to transcode tabpage
-- Reworking transcoding options for playlist
-
-------------------------------------------------------------------------
-r5961 | rocky | 2003-12-01 02:08:42 +0100 (Mon, 01 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-
-Add CDDB CD Info in File Info section (via input_AddInfo and
-input_InfoCategory.
-
-------------------------------------------------------------------------
-r5962 | rocky | 2003-12-01 04:34:30 +0100 (Mon, 01 Dec 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-
-Bugs in calculating duration. Thanks Sigmund for fixing the GTK+
-interface!
-
-Some doc improvements. CDDARead: Let playlist now cycle through
-entries rather than intercept.
-
-------------------------------------------------------------------------
-r5963 | rocky | 2003-12-01 04:37:23 +0100 (Mon, 01 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/cdda.c
-
-Another typo.
-
-------------------------------------------------------------------------
-r5964 | rocky | 2003-12-01 04:57:10 +0100 (Mon, 01 Dec 2003) | 2 lines
-Changed paths:
-   A /trunk/doc/intf-cdda.txt
-
-Some basic CDDA plugin documentation.
-
-------------------------------------------------------------------------
-r5965 | geshp | 2003-12-01 05:04:47 +0100 (Mon, 01 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-- Updated matroska/ebml fix
-- Updated mozilla plugin fix
-
-------------------------------------------------------------------------
-r5966 | rocky | 2003-12-01 05:05:29 +0100 (Mon, 01 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/intf-cdda.txt
-
-Add more verbiage.
-
-------------------------------------------------------------------------
-r5967 | rocky | 2003-12-01 05:05:42 +0100 (Mon, 01 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/intf-vcd.txt
-
-Add a copyright.
-
-------------------------------------------------------------------------
-r5968 | rocky | 2003-12-01 05:07:23 +0100 (Mon, 01 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/Makefile.am
-
-Make sure we distribute the CD-DA plugin info.
-
-------------------------------------------------------------------------
-r5969 | fenrir | 2003-12-01 10:39:04 +0100 (Mon, 01 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * video: display "more than 5 seconds of late video..." only once.
-
-------------------------------------------------------------------------
-r5970 | gbazin | 2003-12-02 00:39:11 +0100 (Tue, 02 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/mux/mpeg/pes.c
-
-
-* ALL: fixed DTS audio support.
-* modules/demux/dts.c: added raw DTS audio demuxer.
-
-------------------------------------------------------------------------
-r5971 | rocky | 2003-12-02 02:54:30 +0100 (Tue, 02 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/include/mtime.h
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/gui/gtk/playlist.c
-   M /trunk/src/misc/mtime.c
-
-Add secstotimestr and msecstotimestr to convert (milli)seconds to a
-time string.
-
-------------------------------------------------------------------------
-r5972 | rocky | 2003-12-02 04:33:22 +0100 (Tue, 02 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/doc/intf-cdda.txt
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-
-Separate title format string into cases where CDDB is enabled and where
-it is is not. Now have callback for CDDB enabled boolean.
-
-------------------------------------------------------------------------
-r5973 | rocky | 2003-12-02 05:16:21 +0100 (Tue, 02 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-Change some printf's to debugging-only output.
-
-------------------------------------------------------------------------
-r5974 | rocky | 2003-12-02 05:22:10 +0100 (Tue, 02 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-
-Populate VCD info in "File Info" window.
-
-------------------------------------------------------------------------
-r5975 | gbazin | 2003-12-02 11:55:21 +0100 (Tue, 02 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/demux/mp4/mp4.c
-
-* modules/demux/mp4/mp4.c: find out aspect ratio from display size.
-* modules/codec/ffmpeg/video.c: respect aspect ratio given by demux if any.
-
-------------------------------------------------------------------------
-r5976 | gbazin | 2003-12-02 13:57:36 +0100 (Tue, 02 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/include/variables.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/playlist/playlist.c
-
-ALL: MSVC compilation fixes to libvlc.
-
-------------------------------------------------------------------------
-r5977 | gbazin | 2003-12-02 14:31:23 +0100 (Tue, 02 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/msvc/vlc.dsw
-
-* ALL: more MSVC compilation fixes.
-* msvc/vlc.dsw: removed non-existant plugins.
-
-------------------------------------------------------------------------
-r5978 | geshp | 2003-12-02 17:01:19 +0100 (Tue, 02 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-- Added fribidi support
-- Added configure-line options for mkv and fribidi
-
-------------------------------------------------------------------------
-r5979 | gbazin | 2003-12-02 19:47:05 +0100 (Tue, 02 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/msvc/config.h.in
-
-
-* msvc/config.h.in: cleaned-up and updated.
-
-------------------------------------------------------------------------
-r5980 | gbazin | 2003-12-03 00:03:31 +0100 (Wed, 03 Dec 2003) | 5 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dshow/filter.h
-
-
-* modules/access/dshow/*: PVR support contributed by Marc Nolette.
-   I took the liberty to modify a few things so it might currently be broken (sorry Marc).
-* THANKS: added Marc Nolette.
-
-------------------------------------------------------------------------
-r5981 | rocky | 2003-12-03 01:24:16 +0100 (Wed, 03 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-"File Info" renamed "Stream/Media Info"
-
-------------------------------------------------------------------------
-r5982 | rocky | 2003-12-03 01:27:52 +0100 (Wed, 03 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-   M /trunk/src/input/es_out.c
-
-Add a few more fields in the stream info.
-
-------------------------------------------------------------------------
-r5983 | rocky | 2003-12-03 05:19:59 +0100 (Wed, 03 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-Fix bug in not updating playlist when hitting next/previous control
-buttons (and simplify code at the same time).
-
-------------------------------------------------------------------------
-r5984 | fenrir | 2003-12-03 13:19:55 +0100 (Wed, 03 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/faad.c
-
- * increase priority (the wrapper from ffmpeg is buggy).
-
-------------------------------------------------------------------------
-r5985 | sam | 2003-12-03 13:33:21 +0100 (Wed, 03 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_help.h
-
-  include/vlc_help.h: Grammar and spelling fixes.
-
-------------------------------------------------------------------------
-r5986 | rocky | 2003-12-03 14:27:51 +0100 (Wed, 03 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/modules/gui/gtk/display.c
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/misc/mtime.c
-
-Add more uses of msecstotimestr. Remove OFFSETTOTIME_MAX_SIZE -
-Use MSTRTIME_MAX_SIZE instead.
-
-------------------------------------------------------------------------
-r5987 | rocky | 2003-12-03 14:35:19 +0100 (Wed, 03 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Reinstate Duration column - perhaps it's time to get more plugins
-using it.
-
-------------------------------------------------------------------------
-r5988 | rocky | 2003-12-03 14:41:49 +0100 (Wed, 03 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-Update date. Remove boilerplate includes that I think are (or should
-be) pulled in from one of the other includes.
-
-------------------------------------------------------------------------
-r5989 | rocky | 2003-12-03 14:49:12 +0100 (Wed, 03 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-Fixed-width 2-column track number. Should help in sorting titles.
-
-------------------------------------------------------------------------
-r5990 | anil | 2003-12-03 14:52:36 +0100 (Wed, 03 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-
-
-compilation fix
-
-------------------------------------------------------------------------
-r5991 | zorglub | 2003-12-03 16:46:25 +0100 (Wed, 03 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-Update of the french localization file
-
-------------------------------------------------------------------------
-r5992 | jpsaman | 2003-12-03 21:47:06 +0100 (Wed, 03 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.c
-
-Syncing with current CVS.
-
-------------------------------------------------------------------------
-r5993 | sigmunau | 2003-12-03 22:50:50 +0100 (Wed, 03 Dec 2003) | 7 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/misc/mtime.c
-
-src/misc/mtime.c:
- * Coding style fixes
- * Comment cleanups
- * Doxygenization
-include/vlc_common.h:
- * doxygenized the comments for mtime_t and vlc_fourcc_t
-
-------------------------------------------------------------------------
-r5994 | rocky | 2003-12-03 22:55:33 +0100 (Wed, 03 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-
-Make more like the French translation which is more correct. :-\
-
-------------------------------------------------------------------------
-r5995 | sigmunau | 2003-12-03 22:58:43 +0100 (Wed, 03 Dec 2003) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/gtk/playlist.c
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-all:
- * in vlc, times are stored in microseconds. playlist_item_t::i_duration
-   shouldn't be an exception
-modules/gui/wxwindows/playlist.cpp:
- * fixed indentation
-
-------------------------------------------------------------------------
-r5996 | sigmunau | 2003-12-03 23:14:38 +0100 (Wed, 03 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-src/input/input.c:
- * fill in the duration field of the playlist item when starting playback of
-   a file, if the demuxer supports it.
-
-------------------------------------------------------------------------
-r5997 | sigmunau | 2003-12-04 00:01:48 +0100 (Thu, 04 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-   M /trunk/src/misc/messages.c
-
-all:
- * doxygenated parts of the messages system
-
-------------------------------------------------------------------------
-r5998 | rocky | 2003-12-04 06:14:39 +0100 (Thu, 04 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-Guard against invalid p_vcd in dbg_print.
-
-------------------------------------------------------------------------
-r5999 | gbazin | 2003-12-04 11:25:47 +0100 (Thu, 04 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/kde/interface.cpp
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/qt/intf.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/*: use MSTRTIME_MAX_SIZE instead of OFFSETTOTIME_MAX_SIZE.
-
-------------------------------------------------------------------------
-r6000 | gbazin | 2003-12-04 13:33:43 +0100 (Thu, 04 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/msvc/config.h.in
-   M /trunk/toolbox
-
-* toolbox: use the "Output_Dir" property when generating the msvc project files so we don't end-up with name conflicts when compiling.
-* msvc/config.h.in, modules/access_output/file.c: MSVC fixes.
-* modules/video_chroma/i420_rgb.c: don't use our RV24 conversion routine on win32 because it assumes 32 bits per pixel.
-
-------------------------------------------------------------------------
-r6001 | gbazin | 2003-12-04 15:48:24 +0100 (Thu, 04 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/wingdi.c
-
-* modules/video_output/wingdi.c: fixed gdi output for 24 and 32 bits color depth.
-
-------------------------------------------------------------------------
-r6002 | sam | 2003-12-04 16:54:58 +0100 (Thu, 04 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: Fixed an old bug that caused vlc-config to be sometimes
-    not set executable when regenerated.
-
-------------------------------------------------------------------------
-r6003 | sam | 2003-12-04 17:02:54 +0100 (Thu, 04 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/gui/kde/kde.cpp
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/playlist.c
-
-  * include/vlc_common.h:
-    + Introduced intptr_t and uintptr_t.
-  * Fixed compilation warnings here and there.
-
-------------------------------------------------------------------------
-r6004 | sam | 2003-12-04 17:49:45 +0100 (Thu, 04 Dec 2003) | 13 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/include/video_output.h
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/gui/wxwindows/streamwizard.cpp
-   M /trunk/modules/gui/wxwindows/v4l.cpp
-   M /trunk/modules/misc/dummy/renderer.c
-   M /trunk/modules/misc/testsuite/test3.m
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-  * modules/misc/dummy/renderer.c:
-    + Removed evil ^Ms from the file.
-  * modules/video_output/caca.c:
-    + Support for new dithering modes (libcaca HEAD only).
-  * modules/* src/*:
-    + Grammar and spelling fixes.
-    + Coding style fixes.
-  * po/fr.po:
-    + Spelling fixes.
-    + Updated a few translations.
-  * po/en_GB.po:
-    + Updated a few translations.
-
-------------------------------------------------------------------------
-r6005 | gbazin | 2003-12-04 18:15:59 +0100 (Thu, 04 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/src/misc/messages.c
-
-* ALL: another bunch of MSVC compilation fixes.
-
-------------------------------------------------------------------------
-r6006 | gbazin | 2003-12-04 19:13:28 +0100 (Thu, 04 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-
-* modules/demux/livedotcom.cpp: compilation fix.
-
-------------------------------------------------------------------------
-r6007 | gbazin | 2003-12-04 19:26:53 +0100 (Thu, 04 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-
-* modules/gui/wxwindows/playlist.cpp: unicode fix.
-
-------------------------------------------------------------------------
-r6008 | gbazin | 2003-12-04 23:37:02 +0100 (Thu, 04 Dec 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/mux/ogg.c
-
-
-* modules/codec/flac.c: several fixes to the flac decoder and encoder.
-* modules/mux/ogg.c: fixed flac in ogg.
-* modules/demux/ogg.c: fix for flac seeking.
-
-------------------------------------------------------------------------
-r6009 | anil | 2003-12-04 23:48:18 +0100 (Thu, 04 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-
-regenerated from a clean tree
-
-------------------------------------------------------------------------
-r6010 | gbazin | 2003-12-05 00:15:01 +0100 (Fri, 05 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/speex.c
-
-
-* modules/codec/ffmpeg/encoder.c, modules/codec/speex.c: fixed stupid bug in audio encoding.
-
-------------------------------------------------------------------------
-r6011 | gbazin | 2003-12-05 01:03:54 +0100 (Fri, 05 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/stream_out/transcode.c: proper order for downmixed channels.
-
-------------------------------------------------------------------------
-r6012 | rocky | 2003-12-05 02:52:11 +0100 (Fri, 05 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-Spelling.
-
-------------------------------------------------------------------------
-r6013 | rocky | 2003-12-05 02:56:24 +0100 (Fri, 05 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-Fix duration that input_AddInfo uses milliseconds.
-Add some more meta debugging.
-
-------------------------------------------------------------------------
-r6014 | rocky | 2003-12-05 03:12:53 +0100 (Fri, 05 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-Okay microseconds, then.
-
-------------------------------------------------------------------------
-r6015 | rocky | 2003-12-05 03:33:49 +0100 (Fri, 05 Dec 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/access/cdda/Modules.am
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-   D /trunk/modules/access/cdda/intf.c
-
-Remove interface thread. It was a crock anyway -- any good stuff
-should be put into the visualization plugins instead.
-
-Besides, there are bigger crocks that need fixing (like VCD navigation).
-
-------------------------------------------------------------------------
-r6016 | rocky | 2003-12-05 05:24:47 +0100 (Fri, 05 Dec 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/Modules.am
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/demux.c
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/access/vcdx/intf.h
-   M /trunk/modules/access/vcdx/vcdplayer.c
-
-Slightly better handling of stills and toggling pause by using the
-different threads better.
-
-Still has stream still/to MPEG bug and duplicate video window bug though.
-(And could use lots of cleanup.)
-
-------------------------------------------------------------------------
-r6017 | rocky | 2003-12-05 06:01:17 +0100 (Fri, 05 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/access/vcdx/intf.h
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-A little cleanup on wait timing. No bug fixes yet, though.
-
-------------------------------------------------------------------------
-r6018 | sam | 2003-12-05 10:28:45 +0100 (Fri, 05 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/doc/ChangeLog-1999
-   M /trunk/doc/ChangeLog-2000
-   M /trunk/doc/ChangeLog-2001
-   M /trunk/doc/ChangeLog-2002
-
-  * Updated current changelog and regenerated previous ones as to include
-    changes to removed directories.
-
-------------------------------------------------------------------------
-r6019 | asmax | 2003-12-05 15:48:46 +0100 (Fri, 05 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-* modules/gui/wxwindows/preferences_widget.cpp: replaced two ( ? : ) by
-  if / else to avoid compilation problems when wxwindows is not built
-  with unicode support
-
-------------------------------------------------------------------------
-r6020 | gbazin | 2003-12-05 15:58:03 +0100 (Fri, 05 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-* modules/codec/libmpeg2.c: fixed a couple of crashes on bad files.
-
-------------------------------------------------------------------------
-r6021 | rocky | 2003-12-06 06:15:54 +0100 (Sat, 06 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/system.c
-
-Recognize Philips Overlay Graphics (OGT) and Chaoji VCD (CVD) subtitle
-streams.  Still need to be able to do something with them though.
-
-------------------------------------------------------------------------
-r6022 | gbazin | 2003-12-06 21:00:20 +0100 (Sat, 06 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/msvc/vlc.dsw
-
-
-* msvc/vlc.dsw: updated the list of plugins.
-
-------------------------------------------------------------------------
-r6023 | jpsaman | 2003-12-06 23:41:40 +0100 (Sat, 06 Dec 2003) | 10 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-   M /trunk/modules/gui/pda/pda_interface.c
-
-PDA Interface:
-- Fixed last segmentation fault.
-- Slider and time progress updating.
-
-This makes the new PDA interface almost complete. It misses the following items still:
-- preference panel
-- changing postion in stream with slider widget.
-
-The missing items above will move to the next release of VLC. Now testing and package building for iPAQ will begin. I expect to have a package at the end of the week.
-
-------------------------------------------------------------------------
-r6024 | jpsaman | 2003-12-06 23:42:45 +0100 (Sat, 06 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-Updating AUTHORS list for me.
-
-------------------------------------------------------------------------
-r6025 | jpsaman | 2003-12-06 23:45:02 +0100 (Sat, 06 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Make sure Gtk+2 main module gets build with PDA interface.
-
-------------------------------------------------------------------------
-r6026 | jpsaman | 2003-12-06 23:45:53 +0100 (Sat, 06 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-Added PDA interface.
-
-------------------------------------------------------------------------
-r6027 | jpsaman | 2003-12-06 23:47:37 +0100 (Sat, 06 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/LIST
-
-Updating with info for upcoming Opie interface.
-
-------------------------------------------------------------------------
-r6028 | jpsaman | 2003-12-06 23:50:08 +0100 (Sat, 06 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/codec/vorbis.c
-
-Fixed compiler waring about signed - unsigned comparision. It is always safer to use the same datatype when comparing values.
-
-------------------------------------------------------------------------
-r6029 | jpsaman | 2003-12-06 23:53:07 +0100 (Sat, 06 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/stream_out/transcode.c
-
-Always use correct datatypes.
-
-------------------------------------------------------------------------
-r6030 | jpsaman | 2003-12-06 23:58:58 +0100 (Sat, 06 Dec 2003) | 2 lines
-Changed paths:
-   D /trunk/modules/gui/pda/callbacks.c
-   D /trunk/modules/gui/pda/callbacks.h
-
-Removing last files of previous Familiar interface. Porting to Gtk+2 widget set of this interface is now finished. Policing and improving remains.
-
-------------------------------------------------------------------------
-r6031 | gbazin | 2003-12-07 00:25:23 +0100 (Sun, 07 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_block_helper.h
-   M /trunk/modules/packetizer/mpegvideo.c
-
-
-* include/vlc_block_helper.h: new block_FindStartcodeFromOffset() function.
-* modules/packetizer/mpegvideo.c: rewrote the packetizer to use the block helper functions.
-
-------------------------------------------------------------------------
-r6032 | rocky | 2003-12-07 02:02:08 +0100 (Sun, 07 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/system.c
-
-Marginally better.
-
-------------------------------------------------------------------------
-r6033 | gbazin | 2003-12-07 13:11:13 +0100 (Sun, 07 Dec 2003) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_block_helper.h
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/modules/stream_out/transcode.c
-
-
-* include/vlc_block_helper.h: small bugfix to block_FindStartcodeFromOffset().
-* modules/packetizer/mpegvideo.c: get aspect ratio for MPEG2 video streams (still needs to be done for MPEG1).
-* modules/codec/libmpeg2.c: use p_dec->fmt_in.video.i_aspect if available.
-* modules/stream_out/transcode.c, modules/codec/ffmpeg/encoder.c: respect aspect ratio during transcoding.
-
-------------------------------------------------------------------------
-r6034 | gbazin | 2003-12-07 18:09:33 +0100 (Sun, 07 Dec 2003) | 6 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/stream_output/stream_output.c
-
-
-* include/stream_output.h, src/stream_output/stream_output.c: added a SOUT_MUX_CAP_GET_ADD_STREAM_WAIT muxer capability to specify that a muxer prefers to wait all ES before starting muxing.
-* modules/mux/ogg.c: use SOUT_MUX_CAP_GET_ADD_STREAM_WAIT.
-* modules/stream_out/transcode.c: fix for video stream header generation (theora).
-* modules/codec/theora.c: don't overwrite headers.
-
-------------------------------------------------------------------------
-r6035 | gbazin | 2003-12-07 18:17:04 +0100 (Sun, 07 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-
-* src/input/es_out.c: cosmetic changes.
-
-------------------------------------------------------------------------
-r6036 | gbazin | 2003-12-07 18:53:45 +0100 (Sun, 07 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/theora.c
-
-
-* modules/codec/theora.c: encoder now respects the aspect ratio.
-
-------------------------------------------------------------------------
-r6037 | gbazin | 2003-12-07 19:15:46 +0100 (Sun, 07 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/theora.c
-
-
-* modules/codec/theora.c: bug fix with aspect ratio.
-
-------------------------------------------------------------------------
-r6038 | jpsaman | 2003-12-07 19:52:40 +0100 (Sun, 07 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-   M /trunk/ipkg/postinst
-   M /trunk/ipkg/postinst.opie
-   M /trunk/ipkg/postinst.zaurus
-   M /trunk/ipkg/postrm
-   M /trunk/ipkg/postrm.opie
-   M /trunk/ipkg/postrm.zaurus
-   M /trunk/ipkg/rules
-   M /trunk/ipkg/vlc.gpe
-
-Updating makefiles and package scripts.
-
-------------------------------------------------------------------------
-r6039 | jpsaman | 2003-12-07 19:55:59 +0100 (Sun, 07 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/asf.c
-
-if-deffed a unused variable.
-
-------------------------------------------------------------------------
-r6040 | jpsaman | 2003-12-07 19:58:38 +0100 (Sun, 07 Dec 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-
-PDA Interface:
-- some cleanup
-- reinstated automatic lowering of interface when play button was pressed.
-- double click in playlist window play selected items.
-
-------------------------------------------------------------------------
-r6041 | jpsaman | 2003-12-07 20:00:33 +0100 (Sun, 07 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Fix for iPAQ port.
-
-------------------------------------------------------------------------
-r6042 | jpsaman | 2003-12-07 20:01:05 +0100 (Sun, 07 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-Remove unused variable
-
-------------------------------------------------------------------------
-r6043 | jpsaman | 2003-12-07 20:06:21 +0100 (Sun, 07 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/stream_out/dummy.c
-   M /trunk/src/playlist/playlist.c
-
-Compilation warning fixes and if-deffed unused functions/variables.
-
-------------------------------------------------------------------------
-r6044 | jpsaman | 2003-12-07 20:09:37 +0100 (Sun, 07 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/misc/dummy/renderer.c
-   M /trunk/modules/stream_out/transcode.c
-
-All AddText( vout_thread_t *p_vout, char *psz_string, .. ) calls have as second argument char * now, just like the function definition in include/video_output.h. All uses already passed a char * to the AddText() functions.
-
-------------------------------------------------------------------------
-r6045 | hartman | 2003-12-07 21:47:19 +0100 (Sun, 07 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/src/.cvsignore
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/live.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* added livedotcom and goom to contrib system
-  goom sources currently located on my server.
-
-------------------------------------------------------------------------
-r6046 | hartman | 2003-12-07 21:48:21 +0100 (Sun, 07 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* Incorrect default value of align
-
-------------------------------------------------------------------------
-r6047 | rocky | 2003-12-07 23:14:26 +0100 (Sun, 07 Dec 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/codec/ogt
-   A /trunk/modules/codec/ogt/ogt.c
-   A /trunk/modules/codec/ogt/ogt.h
-
-Towards Philips OGT (SVCD subtitle) handling.
-
-------------------------------------------------------------------------
-r6048 | hartman | 2003-12-07 23:23:00 +0100 (Sun, 07 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/live.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* fix livedotcom contrib
-* add libcaca contrib
-
-------------------------------------------------------------------------
-r6049 | rocky | 2003-12-08 07:01:11 +0100 (Mon, 08 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/ogt.c
-   M /trunk/modules/codec/ogt/ogt.h
-
-Marginally better
-
-------------------------------------------------------------------------
-r6050 | hartman | 2003-12-08 12:00:03 +0100 (Mon, 08 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/po/pt_BR.po
-
-* Update Brazilian Portugese
-
-------------------------------------------------------------------------
-r6051 | gbazin | 2003-12-08 14:02:40 +0100 (Mon, 08 Dec 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: added a floating point "scale" option for video transcoding. When specified, you don't need to specify the width and height of the output video.
- Also changed the width and height options so that if only one of them is specified, the other one is calculated automatically so as to keep the aspect ratio of the video.
-* modules/mux/ogg.c: fixed crash when removing streams.
-* modules/codec/theora.c: for now the theora encoder requires a width and height which are multiple of 16.
-
-------------------------------------------------------------------------
-r6052 | gbazin | 2003-12-08 14:04:58 +0100 (Mon, 08 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-* modules/control/hotkeys.c: msvc compilation fix.
-
-------------------------------------------------------------------------
-r6053 | yoann | 2003-12-08 18:48:13 +0100 (Mon, 08 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/include/osd.h
-   M /trunk/include/video_output.h
-   M /trunk/modules/misc/dummy/renderer.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-improves OSD sytem
-The last OSD message is now deleted before printing new one.
-
-------------------------------------------------------------------------
-r6054 | gbazin | 2003-12-08 19:42:08 +0100 (Mon, 08 Dec 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/misc/dummy/decoder.c
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/src/input/es_out.c
-
-
-* modules/misc/dummy/*: new --dummy-save-es option to specify if we want the dummy
-decoder to save the raw codec data to a file. This is disabled by default (while
-it was always on before).
-* src/input/es_out.c: bug fix for ES autoselection.
-
-------------------------------------------------------------------------
-r6055 | gbazin | 2003-12-08 20:50:22 +0100 (Mon, 08 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/libvlc.h
-
-
-* ALL: new main --video-on-top config option (in use by the x11/xvideo/osx/directx video outputs.)
-* modules/video_output/x11/*: implemented support for "video on top". Will likely only work with KDE for now.
-
-------------------------------------------------------------------------
-r6056 | yoann | 2003-12-09 01:46:03 +0100 (Tue, 09 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_config.h
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/libvlc.h
-
-This fixes bugs 1285 and 1343
-* added a the default CD Audio device in General Settings -> Input
-* added OpenDialog::OnDiscPanelChange in wxwindows/open.cpp
-
-------------------------------------------------------------------------
-r6057 | sam | 2003-12-09 15:33:31 +0100 (Tue, 09 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * toolbox: Do not include MOC files in the POTFILES.in generation.
-
-------------------------------------------------------------------------
-r6058 | yoann | 2003-12-09 20:15:03 +0100 (Tue, 09 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* fixed a compatibility problem with the CVS version of wxwindows
-* added a lock when changing p_vout->p_last_osd_message
-
-------------------------------------------------------------------------
-r6059 | gbazin | 2003-12-09 20:18:48 +0100 (Tue, 09 Dec 2003) | 6 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/win32_specific.c
-
-
-* src/misc/mtime.c: fixed an overflow in mdate() on win32.
-  This overflow was only affecting the hardware configurations where we can't use the performance counter and thus have to use GetTickCount().
-  We now also check for the wrapping of the 32 bits value returned by GetTickCount() so mdate() doesn't wrap after 49.7 days.
-* src/misc/win32_specific.c: call mdate() once in system_Init() so as to avoid thread safety issues while initialising the static variables used in mdate().
-
-------------------------------------------------------------------------
-r6060 | courmisch | 2003-12-10 12:04:25 +0100 (Wed, 10 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-Automatically adds [ and ] around IPv6 addresses in Media Resource Locator.
-
-------------------------------------------------------------------------
-r6061 | bigben | 2003-12-10 13:57:12 +0100 (Wed, 10 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-fixes a infinite loop in the search function.
-
-------------------------------------------------------------------------
-r6062 | yoann | 2003-12-10 18:19:05 +0100 (Wed, 10 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/libvlc.h
-
-added a hotkey ('t') which displays the position in the media
-
-------------------------------------------------------------------------
-r6063 | yoann | 2003-12-10 21:56:09 +0100 (Wed, 10 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-fixed a compilation error
-
-------------------------------------------------------------------------
-r6064 | courmisch | 2003-12-10 22:54:17 +0100 (Wed, 10 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Added "Force IPv6" check box to UDP Unicast in open dialog
-
-------------------------------------------------------------------------
-r6065 | gbazin | 2003-12-11 00:16:04 +0100 (Thu, 11 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/pes.c
-
-
-* modules/mux/mpeg/pes.c: fixed to handle 0 pts/dts correctly.
-
-------------------------------------------------------------------------
-r6066 | gbazin | 2003-12-11 00:27:34 +0100 (Thu, 11 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-
-* modules/codec/libmpeg2.c: hack for demuxers which only have DTS timestamps.
-
-------------------------------------------------------------------------
-r6067 | gbazin | 2003-12-11 00:51:05 +0100 (Thu, 11 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/display.c
-
-
-* modules/stream_out/display.c: fixed segfault when switching audio/video track.
-
-------------------------------------------------------------------------
-r6068 | yoann | 2003-12-11 02:36:12 +0100 (Thu, 11 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/libvlc.h
-
-added a 'mute' hotkey ('m')
-
-------------------------------------------------------------------------
-r6069 | asmax | 2003-12-11 03:26:03 +0100 (Thu, 11 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-
-* solved race conditions issues when the OpenSkin dialog is
-  opened in blocking mode
-
-------------------------------------------------------------------------
-r6070 | rocky | 2003-12-11 06:12:37 +0100 (Thu, 11 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-More general help tab name: "Media" covers DVD, (S)VCD, *or* CD-DA.
-
-------------------------------------------------------------------------
-r6071 | rocky | 2003-12-11 06:27:23 +0100 (Thu, 11 Dec 2003) | 9 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-Improve MRL creation.
-
-1. MRL's are of the form xxx://
-2. Customize depending on vcdx/vcd or cddax/cdd
-3. cdda doesn't have any such notion of a "Chapter", so remove
-   the misleading :x.
-
-For cddax/vcdx, I'm not sure though I think there is more to do.
-
-------------------------------------------------------------------------
-r6072 | rocky | 2003-12-11 06:28:21 +0100 (Thu, 11 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Set compilation flags so that code (e.g. frontends) can test presence
-or absense of vcdx/cddax.
-
-------------------------------------------------------------------------
-r6073 | rocky | 2003-12-11 06:30:11 +0100 (Thu, 11 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-
-Use cd-audio variable not vcd variable.
-
-------------------------------------------------------------------------
-r6074 | rocky | 2003-12-11 06:31:37 +0100 (Thu, 11 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcdplayer.c
-
-Guard against dereferencing a NULL pointer.
-
-------------------------------------------------------------------------
-r6075 | rocky | 2003-12-11 06:49:20 +0100 (Thu, 11 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Remove building OGT.
-
-------------------------------------------------------------------------
-r6076 | sam | 2003-12-11 10:02:40 +0100 (Thu, 11 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/vlc.1
-
-  * doc/vlc.1: Fixed a minor typo (Debian bug #223605).
-
-------------------------------------------------------------------------
-r6077 | gbazin | 2003-12-11 11:44:32 +0100 (Thu, 11 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-* src/misc/mtime.c: actually tested and fixed my latest changes ;)
-
-------------------------------------------------------------------------
-r6078 | zorglub | 2003-12-11 12:30:37 +0100 (Thu, 11 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/group.c
-
-* Fix segfault when creating a group twice without checking return value
-
-------------------------------------------------------------------------
-r6079 | rocky | 2003-12-11 13:52:39 +0100 (Thu, 11 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-VCD or CD "title" 0 means adds entire contents (or possibly PBC for VCD).
-
-------------------------------------------------------------------------
-r6080 | rocky | 2003-12-11 13:56:25 +0100 (Thu, 11 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/vcd.c
-
-Switch over to using "cd-audio" and "vcd" configuration variables.
-
-------------------------------------------------------------------------
-r6081 | rocky | 2003-12-11 14:20:20 +0100 (Thu, 11 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/cdda.c
-
-Long device text no longer used.
-
-------------------------------------------------------------------------
-r6082 | rocky | 2003-12-11 14:21:11 +0100 (Thu, 11 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Let folks know that the no device string means to scan for one if
-cddax and vcdx.
-
-------------------------------------------------------------------------
-r6083 | hartman | 2003-12-11 15:58:06 +0100 (Thu, 11 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* fix new hotkeys for osx.
-
-------------------------------------------------------------------------
-r6084 | hartman | 2003-12-11 17:00:09 +0100 (Thu, 11 Dec 2003) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/Resources/playlistdrawer_active.png
-   M /trunk/extras/MacOSX/Resources/playlistdrawer_blue.png
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/output.m
-
-* New icon for the playlist
-* Fixed the mute hotkey
-* Fixed the positioning of some elements and removed the stupid black box
-* Added speex and flac encoders to sout dialog
-
-------------------------------------------------------------------------
-r6085 | hartman | 2003-12-11 20:34:47 +0100 (Thu, 11 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Fix the state of the playlist and fullscreen button.
-
-------------------------------------------------------------------------
-r6086 | zorglub | 2003-12-11 21:08:48 +0100 (Thu, 11 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-* Do not keep adding items when they have already been added. This allows removal of SAP items
-
-------------------------------------------------------------------------
-r6087 | bigben | 2003-12-11 21:21:12 +0100 (Thu, 11 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-fix a typo
-
-------------------------------------------------------------------------
-r6088 | zorglub | 2003-12-11 21:40:37 +0100 (Thu, 11 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-free
-
-------------------------------------------------------------------------
-r6089 | gbazin | 2003-12-12 00:12:46 +0100 (Fri, 12 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/vout.h
-   M /trunk/src/video_output/video_output.c
-
-* modules/video_output/directx/*: first try at multimonitor support (untested).
-* src/video_output/video_output.c: small change to allow the directx plugin to destroy/recreate picture buffers on the fly.
-
-------------------------------------------------------------------------
-r6090 | rocky | 2003-12-12 04:01:13 +0100 (Fri, 12 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gnome.glade
-   M /trunk/modules/gui/gtk/gnome_callbacks.c
-   M /trunk/modules/gui/gtk/gnome_callbacks.h
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/gtk_interface.c
-   M /trunk/modules/gui/gtk/open.c
-   M /trunk/modules/gui/gtk/open.h
-
-Make MRL's more regular across GUIs fix plugin names, and add CD-DA to list.
-
-------------------------------------------------------------------------
-r6091 | rocky | 2003-12-12 04:06:51 +0100 (Fri, 12 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses/ncurses.c
-
-Add CDDA and make MRLs regular.  Routine Eject is same as that in gtk
-and should be put in a more core location.
-
-------------------------------------------------------------------------
-r6092 | zorglub | 2003-12-12 16:37:23 +0100 (Fri, 12 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-* Fix segfault when we have two announces with the same URI but different names on the network
-
-------------------------------------------------------------------------
-r6093 | gbazin | 2003-12-12 19:34:30 +0100 (Fri, 12 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/open.c
-
-
-* modules/gui/gtk/open.c: compilation fix.
-
-------------------------------------------------------------------------
-r6094 | gbazin | 2003-12-12 19:54:52 +0100 (Fri, 12 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gnome.glade
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gtk.glade
-   M /trunk/modules/gui/gtk/gtk_interface.c
-
-
-* modules/gui/gtk/*: fixed gtk/gnome.glade and re-run ./toolbox --update-glade.
-
-------------------------------------------------------------------------
-r6095 | rocky | 2003-12-12 23:41:31 +0100 (Fri, 12 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/open.c
-
-Disable Chapter button for CD-DA.
-
-------------------------------------------------------------------------
-r6096 | rocky | 2003-12-12 23:46:25 +0100 (Fri, 12 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/open.c
-
-Compilation fix in conditional code.
-
-------------------------------------------------------------------------
-r6097 | yoann | 2003-12-13 00:03:35 +0100 (Sat, 13 Dec 2003) | 8 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/libvlc.h
-
-* added hotkeys F1, F2, ..., F10 to switch between predefined medias
-  (using CTRL+Fn)
-* only F1 and COMMAND+F1 are defined for OSX (I let those developpers
-  chose their keys)
-* Currently the medias assigned to Fn are not saved in vlcrc if they
-  have been assigned with Ctrl+Fn. But they are, if assigned via the
-  preferences panel.
-
-------------------------------------------------------------------------
-r6098 | gbazin | 2003-12-13 00:15:40 +0100 (Sat, 13 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/faad.c
-
-
-* modules/codec/faad.c: proper channels re-ordering for multi-channels audio.
-
-------------------------------------------------------------------------
-r6099 | rocky | 2003-12-13 01:00:45 +0100 (Sat, 13 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/open.c
-
-Some minor code cleanups. Non-existent satellite options #ifdef'd out.
-
-------------------------------------------------------------------------
-r6100 | rocky | 2003-12-13 01:45:00 +0100 (Sat, 13 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-Disable Disc "Chapter" button when not appropriate - i.e. CD-DA or
-VCD. Customize "Title" field (e.g. CD-DA "Track" or VCD "Entry").
-
-------------------------------------------------------------------------
-r6101 | rocky | 2003-12-13 01:45:49 +0100 (Sat, 13 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Add text field variables for changeable text fields.
-
-------------------------------------------------------------------------
-r6102 | rocky | 2003-12-13 01:53:50 +0100 (Sat, 13 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/gtk/open.c
-
-A better fix for missing options when the satellite plugin is not
-configured.
-
-------------------------------------------------------------------------
-r6103 | rocky | 2003-12-13 01:55:48 +0100 (Sat, 13 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gnome.glade
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gtk_interface.c
-
-Range changes for Title/Track. Hopefully gtk_interface.c changes have
-been properly reflected back in gnome.glade now.
-
-------------------------------------------------------------------------
-r6104 | gbazin | 2003-12-13 12:22:15 +0100 (Sat, 13 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-
-* NEWS: updated.
-
-------------------------------------------------------------------------
-r6105 | gbazin | 2003-12-13 12:56:36 +0100 (Sat, 13 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-
-* ALL: bumped version number to 0.7.0-test2
-
-------------------------------------------------------------------------
-r6106 | rocky | 2003-12-13 13:56:14 +0100 (Sat, 13 Dec 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcdplayer.c
-
-If not in PBC, playlist fills in all entries.
-Fill in playlist info. Customizable "title" and "author" field.
-Still need to pick out and duration field.
-A couple of segfaults fixed.
-
-------------------------------------------------------------------------
-r6107 | rocky | 2003-12-13 13:56:59 +0100 (Sat, 13 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-
-Add customizable playlist "author" field and set in the playlist.
-
-------------------------------------------------------------------------
-r6108 | gbazin | 2003-12-13 15:01:51 +0100 (Sat, 13 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-
-* modules/video_output/directx/directx.c: compilation fix.
-
-------------------------------------------------------------------------
-r6109 | rocky | 2003-12-13 16:28:41 +0100 (Sat, 13 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Updated.
-
-------------------------------------------------------------------------
-r6110 | gbazin | 2003-12-13 18:16:11 +0100 (Sat, 13 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/modules_inner.h
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/playlist.c
-
-
-* src/playlist/*: when deleting the currently playing item, skip it instead of stopping the playlist.
-* include/modules_inner.h, include/configuration.h: don't use a static array anymore during the initialization of the plugins, malloc it instead. This fixes regular overflow problems we have when we increase the number of options in the main module.
-
-------------------------------------------------------------------------
-r6111 | asmax | 2003-12-13 18:46:07 +0100 (Sat, 13 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/sort.c
-
-* src/playlist/sort.c: set "intf-change" after sorting the playlist
-
-------------------------------------------------------------------------
-r6112 | rocky | 2003-12-13 21:13:07 +0100 (Sat, 13 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-More Open Disc range customizing/narrowing and some code cleanup.
-
-------------------------------------------------------------------------
-r6113 | gbazin | 2003-12-14 16:42:19 +0100 (Sun, 14 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: volume control has a fixed width of 20 pixels.
-  Fixed sizer problem on win32 with wxWin cvs.
-
-------------------------------------------------------------------------
-r6114 | titer | 2003-12-14 17:08:32 +0100 (Sun, 14 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/theora.c
-
- BeOS & gcc 2.9x fixes
-
-------------------------------------------------------------------------
-r6115 | titer | 2003-12-14 17:26:21 +0100 (Sun, 14 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/src/misc/beos_specific.cpp
-
- beos_specific.cpp: never let anyone but system_End terminate the
-                    BApplication (fixes crash for people who like scripting
-                    with BMessages)
-
-------------------------------------------------------------------------
-r6116 | gbazin | 2003-12-14 18:56:25 +0100 (Sun, 14 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/duplicate.c
-
-* modules/stream_out/duplicate.c: don't forget to loop through the linked list of sout buffers when sending the data.
-
-------------------------------------------------------------------------
-r6117 | gbazin | 2003-12-14 18:58:37 +0100 (Sun, 14 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/duplicate.c
-
-* modules/stream_out/duplicate.c: removed unused variable.
-
-------------------------------------------------------------------------
-r6118 | gbazin | 2003-12-14 19:44:50 +0100 (Sun, 14 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/ogg.c
-
-* modules/mux/ogg.c: added support for WMV1/2 and MJPG.
-
-------------------------------------------------------------------------
-r6119 | gbazin | 2003-12-14 20:18:11 +0100 (Sun, 14 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
-* modules/codec/subsdec.c: default encoding is DEFAULT_NAME not UTF8.
-
-------------------------------------------------------------------------
-r6120 | gbazin | 2003-12-14 22:03:27 +0100 (Sun, 14 Dec 2003) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/gui/wxwindows/*: Added the video scale option to the streamout dialog box.
-  Added a nasty hack to reset LC_NUMERIC to "C" because the stream output MRL parsing can't deal with "," in floating point numbers.
-* modules/codec/ffmpeg/encoder.c: sanity checks.
-* modules/stream_out/transcode.c: sanity checks.
-
-------------------------------------------------------------------------
-r6121 | gbazin | 2003-12-14 23:49:28 +0100 (Sun, 14 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/mux/dummy.c
-
-* modules/gui/wxwindows/*: added raw encapsulation to the streamout dialog.
-* modules/mux/dummy.c: added "raw" shortcut.
-
-------------------------------------------------------------------------
-r6122 | hartman | 2003-12-15 00:14:20 +0100 (Mon, 15 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
-* Clarify the error when utf8 is set and the sub is actually not utf8.
-
-------------------------------------------------------------------------
-r6123 | rocky | 2003-12-15 00:40:36 +0100 (Mon, 15 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-signed/unsigned mismatch fix.
-
-------------------------------------------------------------------------
-r6124 | gbazin | 2003-12-15 01:47:18 +0100 (Mon, 15 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-
-* modules/access/dshow/*: fixed a problem when we would sometimes get stuck trying to stop the dshow graph.
-
-------------------------------------------------------------------------
-r6125 | yoann | 2003-12-15 02:11:44 +0100 (Mon, 15 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/libvlc.h
-
-For OSX:
-* added hotkeys Fn and COMMAND+Fn, whith 2 <= n <= 8
-* bookmark9 and 10 are not added since F9 and F10 are reserved keys
-
-------------------------------------------------------------------------
-r6126 | zorglub | 2003-12-15 14:10:05 +0100 (Mon, 15 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-Do not add http:// to MRL if the URI given in the HTTP field already contains it (Fixes bug #1510)
-
-------------------------------------------------------------------------
-r6127 | hartman | 2003-12-15 14:38:27 +0100 (Mon, 15 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/libvlc.h
-
-* added bookmark 9 and 10 but set their combo to KEY_UNSET
-
-------------------------------------------------------------------------
-r6128 | hartman | 2003-12-15 15:05:19 +0100 (Mon, 15 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* compile before you commit
-
-------------------------------------------------------------------------
-r6129 | hartman | 2003-12-15 15:25:43 +0100 (Mon, 15 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* don't search the playlist when there is nothing in it. We will crash.
-
-------------------------------------------------------------------------
-r6130 | hartman | 2003-12-15 16:06:23 +0100 (Mon, 15 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/include/modules_inner.h
-
-* Fix the problem with OpenDVD crash.
-
-------------------------------------------------------------------------
-r6131 | hartman | 2003-12-15 16:38:26 +0100 (Mon, 15 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* fix the skip 10 seconds buttons availability.
-
-------------------------------------------------------------------------
-r6132 | bigben | 2003-12-15 20:25:56 +0100 (Mon, 15 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-
-Fix for the fullscreen button state (it is only enabled if a vout is present)
-
-------------------------------------------------------------------------
-r6133 | bigben | 2003-12-15 20:26:25 +0100 (Mon, 15 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-
-Forgot this
-
-------------------------------------------------------------------------
-r6134 | gbazin | 2003-12-15 20:55:37 +0100 (Mon, 15 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   A /trunk/share/http/admin/dboxfiles.html
-
-
-* share/http/admin/dboxfiles.html: html page used by the dbox.
-
-------------------------------------------------------------------------
-r6135 | gbazin | 2003-12-15 21:20:55 +0100 (Mon, 15 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-
-* modules/gui/wxwindows/open.cpp: compilation fix.
-
-------------------------------------------------------------------------
-r6136 | gbazin | 2003-12-15 21:21:45 +0100 (Mon, 15 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-
-* modules/video_output/directx/directx.c: debug message.
-
-------------------------------------------------------------------------
-r6137 | jpsaman | 2003-12-15 22:07:55 +0100 (Mon, 15 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fixing QT/Embedded header detection.
-
-------------------------------------------------------------------------
-r6138 | gbazin | 2003-12-15 22:35:37 +0100 (Mon, 15 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-
-
-* modules/audio_output/directx.c: don't set the default audio output to mono even if the windows settings are set to mono.
-  Too many people just don't know how to set the windows speakers configuration setting properly.
-
-------------------------------------------------------------------------
-r6139 | gbazin | 2003-12-15 22:54:55 +0100 (Mon, 15 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-
-* modules/codec/vorbis.c: added 5.1 channel configuration to the decoder.
-
-------------------------------------------------------------------------
-r6140 | gbazin | 2003-12-15 23:04:25 +0100 (Mon, 15 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-
-
-* modules/gui/skins/src/skin_main.cpp: bail out if we can't open an X11 display.
-
-------------------------------------------------------------------------
-r6141 | gbazin | 2003-12-15 23:55:01 +0100 (Mon, 15 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-
-
-* modules/packetizer/mpeg4audio.c: fixed raw mpeg4 audio packetizer.
-* modules/demux/mp4/libmp4.c: fixed (again) parsing of wave tag.
-
-------------------------------------------------------------------------
-r6142 | gbazin | 2003-12-16 00:31:11 +0100 (Tue, 16 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: a couple of fixes for flac streaming.
-
-------------------------------------------------------------------------
-r6143 | gbazin | 2003-12-16 01:01:04 +0100 (Tue, 16 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-
-* ALL: preparing for 0.7.0-test2.
-
-------------------------------------------------------------------------
-r6144 | gbazin | 2003-12-16 01:36:50 +0100 (Tue, 16 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/doc/Makefile.am
-
-
-* doc/Makefile.am: added intf-cdda.txt to EXTRA_DIST.
-
-------------------------------------------------------------------------
-r6145 | rocky | 2003-12-16 04:21:47 +0100 (Tue, 16 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Remember the disc selection type (DVD, VCD, CD-DA) selected in "Open
-Disc" and use that as the default for next time.
-
-------------------------------------------------------------------------
-r6146 | courmisch | 2003-12-16 10:14:22 +0100 (Tue, 16 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-Added field for RTSP in Network Stream open tab
-
-------------------------------------------------------------------------
-r6147 | gbazin | 2003-12-16 13:38:18 +0100 (Tue, 16 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/demux/ogg.c
-
-* modules/codec/ffmpeg/ffmpeg.c, modules/demux/ogg.c: theora decoding support via ffmpeg (currently slower than libtheora).
-
-------------------------------------------------------------------------
-r6148 | gbazin | 2003-12-16 13:54:29 +0100 (Tue, 16 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/dummy/input.c
-
-* modules/misc/dummy/input.c: fixed the vlc:quit command.
-
-------------------------------------------------------------------------
-r6149 | gbazin | 2003-12-16 14:22:51 +0100 (Tue, 16 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: better heuristic for the interface size on win32.
-
-------------------------------------------------------------------------
-r6150 | gbazin | 2003-12-16 14:35:12 +0100 (Tue, 16 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-* modules/gui/wxwindows/open.cpp: compilation fix.
-
-------------------------------------------------------------------------
-r6151 | gbazin | 2003-12-16 17:51:10 +0100 (Tue, 16 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/araw.c
-
-* modules/codec/araw.c: small fix.
-
-------------------------------------------------------------------------
-r6152 | gbazin | 2003-12-16 19:18:14 +0100 (Tue, 16 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/themeloader.cpp
-
-
-* modules/gui/skins/src/themeloader.cpp: the tar loader now checks the magic value in the tar header.
-
-------------------------------------------------------------------------
-r6153 | gbazin | 2003-12-16 20:02:44 +0100 (Tue, 16 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-
-* modules/gui/wxwindows/open.cpp: compilation fix.
-
-------------------------------------------------------------------------
-r6154 | geshp | 2003-12-16 22:56:55 +0100 (Tue, 16 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/vlc.spec
-
-Just a release number update in the spec file.  (It won't break anything I promise)
-
-------------------------------------------------------------------------
-r6155 | gbazin | 2003-12-16 23:10:56 +0100 (Tue, 16 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-
-* modules/video_output/directx/events.c: the coordinates used to blit the video must be relative to the current primary surface (current display).
-
-------------------------------------------------------------------------
-r6156 | gbazin | 2003-12-16 23:14:22 +0100 (Tue, 16 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-
-* modules/access/cdda/access.c: need to include errno.h
-
-------------------------------------------------------------------------
-r6157 | massiot | 2003-12-17 00:01:41 +0100 (Wed, 17 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-Contrib build system :
-* Jumped to ogg-1.1
-* Reverted to ffmpeg-0.4.8
-
-------------------------------------------------------------------------
-r6158 | titer | 2003-12-17 09:53:54 +0100 (Wed, 17 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/share/vlc_beos.rsrc
-
- * Makefile.am: cleaned up package-beos
- * share/vlc_beos.rsrc: new icon based on Stephane's cone
-
-------------------------------------------------------------------------
-r6159 | hartman | 2003-12-17 12:42:03 +0100 (Wed, 17 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/po/nl.po
-
-* First run of dutch translations.
-
-------------------------------------------------------------------------
-r6160 | hartman | 2003-12-17 22:29:04 +0100 (Wed, 17 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/po/pt_BR.po
-
-* Updated portuguese brazilian update
-
-------------------------------------------------------------------------
-r6161 | hartman | 2003-12-18 00:09:36 +0100 (Thu, 18 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/po/nl.po
-
-* second round of dutch translation update for 0.7.0-test2
-
-------------------------------------------------------------------------
-r6162 | hartman | 2003-12-18 00:21:15 +0100 (Thu, 18 Dec 2003) | 5 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-
-* Commented out the option 'goom' for the visualizer. It isn't working in
-  this system yet and will not work before release. The visualizer system
-  needs to be cleaned in 0.7.1 with one 'visual' audio filter which loads
-  one or more 'visualization' true modules.
-
-------------------------------------------------------------------------
-r6163 | rocky | 2003-12-18 13:35:26 +0100 (Thu, 18 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/intf-cdda.txt
-
-Go over for spelling and acurracy.
-
-------------------------------------------------------------------------
-r6164 | hartman | 2003-12-18 17:29:47 +0100 (Thu, 18 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-* Fix broken http intf in macosx package.
-
-------------------------------------------------------------------------
-r6165 | rocky | 2003-12-20 12:55:12 +0100 (Sat, 20 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-Spelling correction.
-
-------------------------------------------------------------------------
-r6166 | rocky | 2003-12-20 12:56:56 +0100 (Sat, 20 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/cdda.c
-
-Grammar correction.
-
-------------------------------------------------------------------------
-r6167 | rocky | 2003-12-20 16:25:32 +0100 (Sat, 20 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcdplayer.c
-
-Remove unused variable. Artifact of old track/entry handling.
-
-------------------------------------------------------------------------
-r6168 | gbazin | 2003-12-20 17:11:11 +0100 (Sat, 20 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/araw.c
-
-
-* modules/codec/araw.c: added "mlaw" as a fourcc for ulaw audio.
-
-------------------------------------------------------------------------
-r6169 | gbazin | 2003-12-20 17:22:59 +0100 (Sat, 20 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-
-* modules/demux/mp4/mp4.c: fixed problem with buggy files that don't set the audio sample rate properly.
-
-------------------------------------------------------------------------
-r6170 | babal | 2003-12-20 23:57:36 +0100 (Sat, 20 Dec 2003) | 14 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/install-win32
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/libvlc.h
-   A /trunk/vlc.exe.manifest
-
-* libvlc.h input.c headphone.c:
-    fix support of audio channel mixers, like the headphone channel mixer
-    for instance, which was broken since the introduction of user audio
-    filters; if specified by the user and compatible with the audio
-    pipeline, we add the channel mixer after the user filters.
-    -> unfortunately, this fix removed two strings and introduced 4 new
-       ones
-    -> TODO: allow the user to choose only amongst channel mixers, not
-       all available audio filters
-
-* vlc.exe.manifest Makefile.am install-win32 :
-    add a manifest file to allow the win32 gui to use Windows XP visual
-    styles when available.
-
-------------------------------------------------------------------------
-r6171 | titer | 2003-12-21 22:30:43 +0100 (Sun, 21 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-
- beos/PreferencesWindow*:
-  + Cleaned a bit the way the prefs are created
-  + Added missing CONFIG_ITEM_KEY implementation
-
-------------------------------------------------------------------------
-r6172 | sam | 2003-12-22 00:32:58 +0100 (Mon, 22 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/doc/arm-crosscompile-howto.sgml
-   M /trunk/doc/developer/manual.xml
-   M /trunk/doc/vlc-howto.sgml
-   M /trunk/modules/access/http.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/misc/httpd.c
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/python/vlrs/sap.py
-   M /trunk/share/http/index.html
-   M /trunk/share/http/info.html
-   M /trunk/vlc.exe.manifest
-
-  * Fixed URLs here and there.
-
-------------------------------------------------------------------------
-r6173 | titer | 2003-12-22 01:06:05 +0100 (Mon, 22 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-
- + beos/PreferencesWindow.cpp: esthetic change (use triangle thumb style
-   for sliders)
-
-------------------------------------------------------------------------
-r6174 | sam | 2003-12-22 01:13:52 +0100 (Mon, 22 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-
-  * modules/access/vcdx/access.c: Fixed an obvious buffer overflow. This
-    code is still unsafe, bounds need to be checked after each sprintf/strcat
-    call.
-
-------------------------------------------------------------------------
-r6175 | sam | 2003-12-22 01:26:01 +0100 (Mon, 22 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
-  * modules/demux/asf/asf.c: Fixed a buffer overflow.
-
-------------------------------------------------------------------------
-r6176 | sam | 2003-12-22 03:24:53 +0100 (Mon, 22 Dec 2003) | 7 lines
-Changed paths:
-   M /trunk/include/vlc_help.h
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
-   M /trunk/modules/codec/ogt/ogt.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/control/joystick.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/demux/a52sys.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-   M /trunk/modules/demux/util/id3genres.h
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/gtk2/gnome2_interface.c
-   M /trunk/modules/gui/gtk2/gnome2_interface.h
-   M /trunk/modules/gui/gtk2/gnome2_support.c
-   M /trunk/modules/gui/gtk2/gnome2_support.h
-   M /trunk/modules/gui/gtk2/gtk2_support.c
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/pda/pda_interface.c
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/streamwizard.cpp
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-   M /trunk/modules/gui/wxwindows/v4l.cpp
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/qte_main.cpp
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/libvlc.h
-   M /trunk/toolbox
-
-  * toolbox:
-    + Added pda.glade to the list of Glade2 generated files.
-    + Remove strings such as "http://" or "/dev/video0" from the list of
-      translated strings in the PDA interface.
-  * Fixed grammar, spelling, a few pathetic inconsistencies, removed trailing
-    whitespaces and tabulations here and there.
-
-------------------------------------------------------------------------
-r6177 | titer | 2003-12-22 12:08:00 +0100 (Mon, 22 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/MsgVals.h
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-
- beos/*: fixed Alt+X shortcuts (BeOS doesn't let those hit BWindow::KeyDown
-         because it's reserved for system shorcuts - added a workaround)
-
-------------------------------------------------------------------------
-r6178 | titer | 2003-12-22 12:14:25 +0100 (Mon, 22 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-
- beos/Video*: fixed cursor hiding (int32_t != int32 bla bla bla)
-
-------------------------------------------------------------------------
-r6179 | sam | 2003-12-22 15:23:14 +0100 (Mon, 22 Dec 2003) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3genres.h
-   M /trunk/modules/gui/kde/info.cpp
-   M /trunk/modules/gui/kde/info.h
-   M /trunk/modules/gui/kde/languagemenu.cpp
-   M /trunk/modules/gui/kde/languagemenu.h
-   M /trunk/modules/gui/kde/messages.cpp
-   M /trunk/modules/gui/kde/messages.h
-   M /trunk/src/misc/iso-639_def.h
-   M /trunk/src/misc/iso_lang.c
-
-  * src/misc/iso-639_def.h modules/demux/util/id3genres.h modules/gui/kde:
-    + Added missing copyright information.
-    + Added GPL header.
-  * src/misc/iso-639_def.h:
-    + Removed useless (and unprotected) macros.
-
-------------------------------------------------------------------------
-r6180 | gbazin | 2003-12-22 15:31:01 +0100 (Mon, 22 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: don't forget to convert the filename/author fields in the playlist to the encoding in use by the wxWindows interface.
-
-------------------------------------------------------------------------
-r6181 | sam | 2003-12-22 15:32:57 +0100 (Mon, 22 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/dvb/qpsk.c
-   M /trunk/modules/access/dvd/access.c
-   M /trunk/modules/access/v4l/videodev_mjpeg.h
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/access/vcdx/intf.h
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/ogt/ogt.h
-   M /trunk/modules/control/lirc/lirc.c
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mpeg/ps.c
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/menu.c
-   M /trunk/modules/gui/gtk/open.c
-   M /trunk/modules/gui/gtk/playlist.c
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/ncurses/ncurses.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/skins/x11/x11_api.cpp
-   M /trunk/modules/misc/memcpy/memcpyaltivec.c
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/modules/stream_out/transrate/getvlc.h
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/visualization/visual/fft.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/misc/charset.c
-   M /trunk/src/misc/darwin_specific.m
-   M /trunk/src/video_output/video_text.c
-
-  * Coding style cleanup: removed tabs and trailing spaces.
-
-------------------------------------------------------------------------
-r6182 | hartman | 2003-12-22 15:45:37 +0100 (Mon, 22 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* Fix the 'currently playing' field in the OSX intf.
-
-------------------------------------------------------------------------
-r6183 | gbazin | 2003-12-22 16:42:44 +0100 (Mon, 22 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-
-
-* modules/gui/wxwindows/*: use our new wxL2U() macro where needed.
-
-------------------------------------------------------------------------
-r6184 | gbazin | 2003-12-22 17:40:04 +0100 (Mon, 22 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-
-* modules/codec/libmpeg2.c: compiles with the latest libmpeg2 cvs.
-
-------------------------------------------------------------------------
-r6185 | gbazin | 2003-12-22 17:42:47 +0100 (Mon, 22 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-
-* modules/access/dshow/dshow.cpp: small fix for devices list.
-
-------------------------------------------------------------------------
-r6186 | bigben | 2003-12-22 18:08:22 +0100 (Mon, 22 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-
-back to config_PutInt when using the fullscreen button on the interface. This allows to remember the fullscreen setting when changing playlist item
-
-------------------------------------------------------------------------
-r6187 | gbazin | 2003-12-22 18:44:58 +0100 (Mon, 22 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-
-* modules/access/dshow/dshow.cpp: fixed previous fix.
-
-------------------------------------------------------------------------
-r6188 | hartman | 2003-12-22 23:37:01 +0100 (Mon, 22 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
-
-* stream_Size reports the size of a stream, not stream_Tell
-  This fixes the ID3 detection of ID3v1.
-
-------------------------------------------------------------------------
-r6189 | hartman | 2003-12-23 00:46:23 +0100 (Tue, 23 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/visualization/goom.c
-
-* Fix a leak in goom module that caused all the pictures of a vout to be
-  unavailable after several songs.
-
-------------------------------------------------------------------------
-r6190 | hartman | 2003-12-23 01:23:31 +0100 (Tue, 23 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-
-* Fixed and updated for a 00.7 'Bond' release.
-
-------------------------------------------------------------------------
-r6191 | gbazin | 2003-12-23 03:11:27 +0100 (Tue, 23 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/vout.h
-
-* modules/video_output/directx/*: fixed strange race condition.
-
-------------------------------------------------------------------------
-r6192 | gbazin | 2003-12-23 16:27:50 +0100 (Tue, 23 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx/events.c: fixed mouse coordinates for dvd navigation which got broken when we switched to using a child window for the video.
-
-------------------------------------------------------------------------
-r6193 | gbazin | 2003-12-23 18:10:18 +0100 (Tue, 23 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-
-* modules/video_output/directx/events.c: warning message into debug message.
-
-------------------------------------------------------------------------
-r6194 | gbazin | 2003-12-24 10:46:08 +0100 (Wed, 24 Dec 2003) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input_dec.c
-
-
-* include/vlc_block.h: added a temporary i_rate field to block_t.
-* modules/codec/libmpeg2.c: synchro uses p_block->i_rate again.
-* src/input/*: do not decode audio when i_rate != DEFAULT_RATE.
-
-------------------------------------------------------------------------
-r6195 | gbazin | 2003-12-24 11:06:53 +0100 (Wed, 24 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-
-* src/libvlc.c: small fixes to Usage().
-
-------------------------------------------------------------------------
-r6196 | gbazin | 2003-12-24 13:38:04 +0100 (Wed, 24 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-
-* src/libvlc.h: on win9x --win9x-cv-method=0 was problematic (eg. vlc could get stuck during video startup) so --win9x-cv-method=1 is now the default.
-
-------------------------------------------------------------------------
-r6197 | rocky | 2003-12-26 02:39:35 +0100 (Fri, 26 Dec 2003) | 3 lines
-Changed paths:
-   A /trunk/modules/codec/ogt/parse.c
-   A /trunk/modules/codec/ogt/render.c
-
-Check in a stable copy for reference against future changes. Should
-not affect or be seen in upcoming release.
-
-------------------------------------------------------------------------
-r6198 | rocky | 2003-12-26 03:47:59 +0100 (Fri, 26 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/ogt.c
-   M /trunk/modules/codec/ogt/ogt.h
-
-Keep in synch with rest of source. Should also have no effect on upcoming release
-
-------------------------------------------------------------------------
-r6199 | rocky | 2003-12-27 02:49:59 +0100 (Sat, 27 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/ogt.h
-   M /trunk/modules/codec/ogt/parse.c
-   M /trunk/modules/codec/ogt/render.c
-
-Scale bitmaps for 4:3 output
-
-------------------------------------------------------------------------
-r6200 | gbazin | 2003-12-27 11:36:42 +0100 (Sat, 27 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-
-* ALL: bumped version number to 0.7.0-test3
-
-------------------------------------------------------------------------
-r6201 | gbazin | 2003-12-27 15:36:30 +0100 (Sat, 27 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-
-
-* modules/gui/wxwindows/*: use the wxL2U macro when necessary.
-
-------------------------------------------------------------------------
-r6202 | asmax | 2003-12-27 15:47:10 +0100 (Sat, 27 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
-* modules/demux/mpeg/mpga.c: disabled the bitrate detection from the Xing
- header, since it doesn't seem to be reliable
-
-------------------------------------------------------------------------
-r6203 | asmax | 2003-12-27 17:14:48 +0100 (Sat, 27 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
-modules/demux/mpeg/mpga.c: forgot to remove a debugging printf...
-
-------------------------------------------------------------------------
-r6204 | titer | 2003-12-28 02:49:12 +0100 (Sun, 28 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-
- beos/*:
-  + fixed a possible crash with Alt+X shortcuts
-  + fixed volume slider update
-
-------------------------------------------------------------------------
-r6205 | rocky | 2003-12-28 03:01:11 +0100 (Sun, 28 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/ogt.c
-   M /trunk/modules/codec/ogt/ogt.h
-   M /trunk/modules/codec/ogt/parse.c
-   M /trunk/modules/codec/ogt/render.c
-   A /trunk/modules/codec/ogt/render.h
-   A /trunk/modules/codec/ogt/subtitle.h
-
-Work towards handling all planes in subtites, generalizing for CVD, and
-some cleanup.
-
-------------------------------------------------------------------------
-r6206 | rocky | 2003-12-28 05:51:52 +0100 (Sun, 28 Dec 2003) | 2 lines
-Changed paths:
-   A /trunk/modules/codec/ogt/common.c
-   A /trunk/modules/codec/ogt/common.h
-   A /trunk/modules/codec/ogt/cvd.c
-   A /trunk/modules/codec/ogt/cvd.h
-   A /trunk/modules/codec/ogt/cvd_parse.c
-   M /trunk/modules/codec/ogt/ogt.c
-   A /trunk/modules/codec/ogt/ogt_parse.c
-   D /trunk/modules/codec/ogt/parse.c
-   M /trunk/modules/codec/ogt/render.c
-   M /trunk/modules/codec/ogt/render.h
-
-Start work on CVD subtitles.
-
-------------------------------------------------------------------------
-r6207 | rocky | 2003-12-28 12:26:52 +0100 (Sun, 28 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/ogt/cvd_parse.c
-   M /trunk/modules/codec/ogt/ogt_parse.c
-   M /trunk/modules/codec/ogt/subtitle.h
-
-First cut at CVD subtitle unit assembly and initial parsing.
-
-------------------------------------------------------------------------
-r6208 | asmax | 2003-12-28 21:50:20 +0100 (Sun, 28 Dec 2003) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-* modules/access/cdda/access.c: added some missing #ifdef HAVE_LIBCDDB
- (fixes compilation issues when the libcddb is not present)
-
-------------------------------------------------------------------------
-r6209 | rocky | 2003-12-29 05:47:44 +0100 (Mon, 29 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/ogt/cvd_parse.c
-   M /trunk/modules/codec/ogt/ogt_parse.c
-   M /trunk/modules/codec/ogt/render.c
-
-cvd: bitmap extraction further completed - not fully done.
-ogt_parse.c, render.c: go back to 4-bit alpha since that's what DVD
-and CVD have.
-
-------------------------------------------------------------------------
-r6210 | rocky | 2003-12-30 05:43:52 +0100 (Tue, 30 Dec 2003) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/common.c
-   M /trunk/modules/codec/ogt/common.h
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/ogt/cvd_parse.c
-   M /trunk/modules/codec/ogt/ogt_parse.c
-
-common.*: add common routine to eliminate palette from pixmap.
-cvd*: finally shows subtitles (with some bugs)
-ogt_parse.c: use common just added above.
-
-------------------------------------------------------------------------
-r6211 | zorglub | 2003-12-30 19:29:26 +0100 (Tue, 30 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-Fix browse feature
-
-------------------------------------------------------------------------
-r6212 | zorglub | 2003-12-30 22:55:48 +0100 (Tue, 30 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/po/it.po
-
-Updated italian translation, courtesy of Carlo Calabr?\239?\191?\189
-
-------------------------------------------------------------------------
diff --git a/doc/ChangeLog-2004 b/doc/ChangeLog-2004
deleted file mode 100644 (file)
index 8d45a65..0000000
+++ /dev/null
@@ -1,32039 +0,0 @@
-------------------------------------------------------------------------
-r9677 | zorglub | 2004-12-29 17:15:50 +0100 (Wed, 29 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/image.c
-
-Reuse the encoder
-
-------------------------------------------------------------------------
-r9676 | zorglub | 2004-12-29 16:56:08 +0100 (Wed, 29 Dec 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/png.c
-   M /trunk/modules/video_output/image.c
-
-Baaaah, we _already_ have a PNG encoder.
-
-Note: this one (the ffmpeg one) seems to leak, though
-
-------------------------------------------------------------------------
-r9675 | zorglub | 2004-12-29 16:29:35 +0100 (Wed, 29 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/Modules.am
-
-Modules.am
-
-------------------------------------------------------------------------
-r9674 | zorglub | 2004-12-29 16:29:20 +0100 (Wed, 29 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/png.c
-   A /trunk/modules/video_output/image.c
-
-PNG image encoder and imagefile video output
-
-------------------------------------------------------------------------
-r9668 | zorglub | 2004-12-28 21:29:28 +0100 (Tue, 28 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/libvlc.c
-
-* Do not search a visualizer in strict mode
-* Fix --help with module lists
-
-------------------------------------------------------------------------
-r9665 | andrep | 2004-12-28 15:12:14 +0100 (Tue, 28 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/mozilla/vlcpeer.h
-
-* Typo
-------------------------------------------------------------------------
-r9664 | andrep | 2004-12-28 15:11:36 +0100 (Tue, 28 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-* 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 ...)
-
-------------------------------------------------------------------------
-r9663 | andrep | 2004-12-28 12:10:18 +0100 (Tue, 28 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-* Extra sanity checks and debugging info for Annodex (Ogg) demuxer
-* Detect "Content-Type" header in Annodex files case-insensitively
-
-------------------------------------------------------------------------
-r9662 | andrep | 2004-12-28 12:06:02 +0100 (Tue, 28 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/cmml/xtag.c
-
-* Fix CMML codec on systems where strcmp(1) dies if you give it a NULL pointer (such as Windows)
-
-------------------------------------------------------------------------
-r9661 | rocky | 2004-12-26 19:29:50 +0100 (Sun, 26 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/info.h
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/access/vcdx/intf.h
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-Some cleanup and unification with xine vcd plugin. 
-
-------------------------------------------------------------------------
-r9660 | courmisch | 2004-12-26 12:21:39 +0100 (Sun, 26 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-- Fixes HTTP access EOF detection
-
-------------------------------------------------------------------------
-r9659 | courmisch | 2004-12-26 12:07:37 +0100 (Sun, 26 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Common disconnection code in Disconnect()
-
-------------------------------------------------------------------------
-r9658 | courmisch | 2004-12-26 11:31:27 +0100 (Sun, 26 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-   M /trunk/modules/misc/gnutls.c
-
-Initial HTTP/SSL access
-(still a bit rough on EOF)
-
-------------------------------------------------------------------------
-r9657 | courmisch | 2004-12-26 11:21:47 +0100 (Sun, 26 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/src/misc/tls.c
-
-Generic client SSL/TLS support
-
-------------------------------------------------------------------------
-r9656 | rocky | 2004-12-26 01:14:38 +0100 (Sun, 26 Dec 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/info.c
-
-Title hell.  Seems like titles work substantially differently for
-navigation versus plaback.
-
-
-------------------------------------------------------------------------
-r9655 | courmisch | 2004-12-25 22:39:20 +0100 (Sat, 25 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-- Fix segfault when TLS handshake fails (introduced in previous commit)
-
-------------------------------------------------------------------------
-r9654 | courmisch | 2004-12-25 22:35:09 +0100 (Sat, 25 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_tls.h
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/misc/tls.c
-
-- Non blocking TLS handshaking
-
-------------------------------------------------------------------------
-r9653 | rocky | 2004-12-25 20:33:20 +0100 (Sat, 25 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/access.h
-   M /trunk/modules/access/cdda/callback.c
-   M /trunk/modules/access/cdda/callback.h
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/cdda/info.h
-
-Add a disc-mode and navigation-style control.
-
-
-------------------------------------------------------------------------
-r9652 | zorglub | 2004-12-25 17:35:26 +0100 (Sat, 25 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-Don't update author view on the fly (workaround complete author view breakage)
-
-------------------------------------------------------------------------
-r9651 | rocky | 2004-12-25 14:58:09 +0100 (Sat, 25 Dec 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/Modules.am
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/info.h
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/access/vcdx/intf.h
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcd.h
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-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).
-
-
-------------------------------------------------------------------------
-r9650 | zorglub | 2004-12-25 13:21:47 +0100 (Sat, 25 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-Fix connection close, patch by Ted Deppner <ted at psyber dot com>
-
-------------------------------------------------------------------------
-r9649 | bigben | 2004-12-24 12:50:03 +0100 (Fri, 24 Dec 2004) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Fix title display above the scrollbar
-* Fix the shuffle checkbox
-* Expand playlist to the currently playing item and select it
-
-
-------------------------------------------------------------------------
-r9648 | rocky | 2004-12-24 12:42:55 +0100 (Fri, 24 Dec 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/svcdsub.c
-
-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.
-
-------------------------------------------------------------------------
-r9647 | hartman | 2004-12-24 02:14:35 +0100 (Fri, 24 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* locking issue and code cleanup
-
-------------------------------------------------------------------------
-r9646 | rocky | 2004-12-23 05:28:19 +0100 (Thu, 23 Dec 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-
-Deal with just one of the many crashes. This one in trying to find an entry
-point inside a segment. Duh.
-
-
-------------------------------------------------------------------------
-r9645 | rocky | 2004-12-23 05:01:45 +0100 (Thu, 23 Dec 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-Fill out more VCD player-independent parts. Modal (track, segment,
-entry) playing is better. 
-
-Still frame and menu selection is still quite a mess. 
-
-
-------------------------------------------------------------------------
-r9644 | hartman | 2004-12-23 01:33:05 +0100 (Thu, 23 Dec 2004) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/vout_intf.c
-
-* 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.
-
-------------------------------------------------------------------------
-r9643 | hartman | 2004-12-22 22:21:01 +0100 (Wed, 22 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/info.c
-
-* src/playlist/info.c: Fix a crash in the item info lookup.
-
-------------------------------------------------------------------------
-r9642 | hartman | 2004-12-22 22:19:57 +0100 (Wed, 22 Dec 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* modules/access/http.c:
-  - Fixed HTTL redirect
-  - Fixed icecast2 HE-AAC stream recognition.
-
-------------------------------------------------------------------------
-r9641 | gbazin | 2004-12-22 14:06:43 +0100 (Wed, 22 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
-   M /trunk/modules/gui/skins2/events/evt_enter.hpp
-   M /trunk/modules/gui/skins2/events/evt_focus.hpp
-   M /trunk/modules/gui/skins2/events/evt_generic.hpp
-   M /trunk/modules/gui/skins2/events/evt_input.cpp
-   M /trunk/modules/gui/skins2/events/evt_input.hpp
-   M /trunk/modules/gui/skins2/events/evt_key.cpp
-   M /trunk/modules/gui/skins2/events/evt_key.hpp
-   M /trunk/modules/gui/skins2/events/evt_leave.hpp
-   M /trunk/modules/gui/skins2/events/evt_motion.hpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.cpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.hpp
-   M /trunk/modules/gui/skins2/events/evt_refresh.hpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.cpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.hpp
-   M /trunk/modules/gui/skins2/events/evt_special.cpp
-   M /trunk/modules/gui/skins2/events/evt_special.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.hpp
-   M /trunk/modules/gui/skins2/src/anchor.cpp
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/logger.cpp
-   M /trunk/modules/gui/skins2/src/os_factory.cpp
-   M /trunk/modules/gui/skins2/utils/bezier.hpp
-   M /trunk/modules/gui/skins2/utils/fsm.cpp
-   M /trunk/modules/gui/skins2/utils/fsm.hpp
-   M /trunk/modules/gui/skins2/utils/observer.hpp
-   M /trunk/modules/gui/skins2/utils/pointer.hpp
-   M /trunk/modules/gui/skins2/utils/position.cpp
-   M /trunk/modules/gui/skins2/utils/position.hpp
-   M /trunk/modules/gui/skins2/utils/ustring.hpp
-   M /trunk/modules/gui/skins2/utils/var_list.cpp
-   M /trunk/modules/gui/skins2/utils/var_list.hpp
-   M /trunk/modules/gui/skins2/utils/var_percent.cpp
-   M /trunk/modules/gui/skins2/utils/var_percent.hpp
-   M /trunk/modules/gui/skins2/utils/variable.hpp
-   M /trunk/modules/gui/skins2/vars/volume.cpp
-   M /trunk/modules/gui/skins2/vars/volume.hpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.hpp
-   M /trunk/modules/gui/skins2/win32/win32_timer.cpp
-   M /trunk/modules/gui/skins2/win32/win32_timer.hpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
-   M /trunk/modules/gui/skins2/x11/x11_timer.cpp
-   M /trunk/modules/gui/skins2/x11/x11_timer.hpp
-   M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
-   M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
-
-* modules/gui/skins2/*: added svn Id property.
-------------------------------------------------------------------------
-r9640 | rocky | 2004-12-22 12:18:11 +0100 (Wed, 22 Dec 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/vcdplayer.c
-
-More segment playing improvements, be able to map seekpoints to
-segments and lids. Fill out vcdplayer a little more for use later.
-
-
-------------------------------------------------------------------------
-r9639 | rocky | 2004-12-22 05:22:24 +0100 (Wed, 22 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-Some work towards get segments working again.
-
-
-------------------------------------------------------------------------
-r9638 | rocky | 2004-12-22 03:17:30 +0100 (Wed, 22 Dec 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-Get chapter next/prev working for entries.
-Customization of the title shouldn't be advanced.
-Allow user settable blocksize
-
-
-------------------------------------------------------------------------
-r9637 | rocky | 2004-12-22 03:11:35 +0100 (Wed, 22 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Typo making seekpoint_next to to seekpoint 0. Clearly chapter
-navigation is neither used or the code tested much.
-
-------------------------------------------------------------------------
-r9636 | hartman | 2004-12-22 02:23:15 +0100 (Wed, 22 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* 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?
-
-------------------------------------------------------------------------
-r9635 | gbazin | 2004-12-21 22:45:27 +0100 (Tue, 21 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h: properly place the snapshot-path option.
-------------------------------------------------------------------------
-r9634 | massiot | 2004-12-21 18:01:40 +0100 (Tue, 21 Dec 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/demux/ts.c
-
-* 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).
-
-------------------------------------------------------------------------
-r9633 | gbazin | 2004-12-21 17:10:00 +0100 (Tue, 21 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: fixed hotkeys with modifiers on win32.
-------------------------------------------------------------------------
-r9632 | gbazin | 2004-12-21 16:21:24 +0100 (Tue, 21 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/src/video_output/vout_intf.c
-
-* src/video_output/vout_intf.c: added a video-snapshot object variable.
-* modules/gui/wxwindows/menus.cpp: added video-snapshot to the menus.
-
-------------------------------------------------------------------------
-r9631 | gbazin | 2004-12-21 15:52:49 +0100 (Tue, 21 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/libvlc.h
-
-* modules/control/hotkeys.c: snapshot hotkey.
-------------------------------------------------------------------------
-r9630 | gbazin | 2004-12-21 15:51:43 +0100 (Tue, 21 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc_keys.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_intf.c
-
-* src/video_output/vout_intf.c: implemented vout_Control( VOUT_SNAPSHOT ) ... most useless feature ever.
-------------------------------------------------------------------------
-r9629 | gbazin | 2004-12-21 15:46:33 +0100 (Tue, 21 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-
-* modules/codec/ffmpeg/video_filter.c: I420 -> YUVA conversion.
-------------------------------------------------------------------------
-r9628 | gbazin | 2004-12-21 15:45:51 +0100 (Tue, 21 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_image.h
-   M /trunk/src/misc/image.c
-
-* src/misc/image.c: implemented ImageConvert().
-------------------------------------------------------------------------
-r9627 | rocky | 2004-12-21 04:42:04 +0100 (Tue, 21 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/info.h
-   M /trunk/modules/access/vcdx/intf.h
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-Work on getting slider seeking working better. 
-
-
-------------------------------------------------------------------------
-r9626 | gbazin | 2004-12-20 23:15:13 +0100 (Mon, 20 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/image.c
-
-* src/misc/image.c: implemented ImageWrite() and ImageWriteUrl().
-------------------------------------------------------------------------
-r9625 | gbazin | 2004-12-20 23:12:36 +0100 (Mon, 20 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* modules/codec/ffmpeg/encoder.c: use pix_fmt specified by encoder.
-------------------------------------------------------------------------
-r9624 | zorglub | 2004-12-20 21:14:43 +0100 (Mon, 20 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/access/directory.c
-   M /trunk/src/playlist/item.c
-
-No need to GuessType on directory content
-
-------------------------------------------------------------------------
-r9623 | zorglub | 2004-12-20 16:28:50 +0100 (Mon, 20 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-
-Removed buggy legacy code
-
-------------------------------------------------------------------------
-r9622 | zorglub | 2004-12-20 15:51:50 +0100 (Mon, 20 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Force RC interface in standard playlist mode
-
-------------------------------------------------------------------------
-r9621 | gbazin | 2004-12-20 13:19:32 +0100 (Mon, 20 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx/events.c: fixes for VOUT_REPARENT.
-------------------------------------------------------------------------
-r9620 | gbazin | 2004-12-20 12:42:29 +0100 (Mon, 20 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-
-* modules/gui/skins2/src/vlcproc.cpp: fixed crash on exit.
-------------------------------------------------------------------------
-r9619 | gbazin | 2004-12-20 12:18:53 +0100 (Mon, 20 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_image.h
-   M /trunk/include/vlc_xml.h
-
-* include/vlc_image.h,vlc_xml.h: make these c++ happy.
-------------------------------------------------------------------------
-r9618 | rocky | 2004-12-20 08:44:39 +0100 (Mon, 20 Dec 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/info.c
-
-Improve entry navigation and title update.
-
-Next/Prev chapter don't work yet, nor does entry detection when random
-seeking.
-
-
-------------------------------------------------------------------------
-r9617 | rocky | 2004-12-20 05:52:29 +0100 (Mon, 20 Dec 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/info.h
-
-Fix bad bug with was causing discontinuous video playback.
-Some entry navigation improved.
-
-
-------------------------------------------------------------------------
-r9616 | rocky | 2004-12-19 23:41:57 +0100 (Sun, 19 Dec 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/Modules.am
-   M /trunk/modules/access/vcdx/access.c
-   D /trunk/modules/access/vcdx/cdrom.c
-   D /trunk/modules/access/vcdx/cdrom.h
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/info.h
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-Cleanups towards getting this to a usable state. 
-Much still remains to be done. 
-
-
-------------------------------------------------------------------------
-r9615 | gbazin | 2004-12-19 21:46:27 +0100 (Sun, 19 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/cvdsub.c
-   M /trunk/modules/codec/svcdsub.c
-
-* modules/codec/svcdsub.c,cvdsub.c: fixed Cr/Cb inversion in palette.
-------------------------------------------------------------------------
-r9614 | gbazin | 2004-12-19 20:49:10 +0100 (Sun, 19 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c: fixed nasty bug with YV12 xvideo output (fixes problem with unichrome driver).
-------------------------------------------------------------------------
-r9613 | gbazin | 2004-12-19 19:41:45 +0100 (Sun, 19 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
-
-* modules/demux/util/id3tag.c: fixed a few bugs.
-------------------------------------------------------------------------
-r9612 | ipkiss | 2004-12-19 15:30:37 +0100 (Sun, 19 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-
- * skins2: handle "item-deleted" variable
-
-------------------------------------------------------------------------
-r9611 | rocky | 2004-12-19 14:58:38 +0100 (Sun, 19 Dec 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/Modules.am
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/cdrom.c
-   M /trunk/modules/access/vcdx/cdrom.h
-   M /trunk/modules/access/vcdx/demux.c
-   A /trunk/modules/access/vcdx/info.c
-   A /trunk/modules/access/vcdx/info.h
-   M /trunk/modules/access/vcdx/intf.h
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcd.h
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-First attempt to libcdio VCD working under new regime. It is still
-mostly disabled or broken.
-
-
-------------------------------------------------------------------------
-r9610 | gbazin | 2004-12-19 14:11:22 +0100 (Sun, 19 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-* modules/misc/rtsp.c: fixed support for pause with vlc as a client.
-------------------------------------------------------------------------
-r9609 | gbazin | 2004-12-19 14:04:20 +0100 (Sun, 19 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-* src/input/input.c: fixed potential deadlock.
-------------------------------------------------------------------------
-r9608 | fkuehne | 2004-12-19 13:54:21 +0100 (Sun, 19 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/about.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* small clean-up, so the about-class is not needed in the main-nib anymore
-------------------------------------------------------------------------
-r9607 | gbazin | 2004-12-19 13:48:04 +0100 (Sun, 19 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* modules/demux/livedotcom.cpp: coding style fixes.
-------------------------------------------------------------------------
-r9606 | gbazin | 2004-12-19 13:36:59 +0100 (Sun, 19 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
-* modules/access/pvr/pvr.c: added missing pvr-caching option.
-------------------------------------------------------------------------
-r9605 | zorglub | 2004-12-19 12:08:18 +0100 (Sun, 19 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/src/interface/interface.c
-   M /trunk/src/misc/modules.c
-
-Fix bugs with psz_shortname
-
-------------------------------------------------------------------------
-r9604 | rocky | 2004-12-19 11:22:12 +0100 (Sun, 19 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-When I type "make clean" I really want a "make clean"
-
-------------------------------------------------------------------------
-r9603 | gbazin | 2004-12-19 06:05:10 +0100 (Sun, 19 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/cvdsub.c (from /trunk/modules/codec/ogt/cvd.c:9597)
-   D /trunk/modules/codec/ogt
-   A /trunk/modules/codec/svcdsub.c (from /trunk/modules/codec/ogt/ogt.c:9597)
-
-* 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.
-
-------------------------------------------------------------------------
-r9602 | gbazin | 2004-12-18 20:10:47 +0100 (Sat, 18 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/include/codecs.h
-
-* include/codecs.h: support for WAVE_FORMAT_AAC (tag 0xFF)
-------------------------------------------------------------------------
-r9601 | ipkiss | 2004-12-18 18:55:22 +0100 (Sat, 18 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme.cpp
-
- * skins: Reload the current skin correctly even when skins2-config is not set
-
-------------------------------------------------------------------------
-r9600 | ipkiss | 2004-12-18 18:36:23 +0100 (Sat, 18 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/src/vout_window.cpp
-
- * skins: Reparent the embedded vout window when switching to the wx intf
-
-------------------------------------------------------------------------
-r9599 | ipkiss | 2004-12-18 17:08:07 +0100 (Sat, 18 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
- * src/libvlc.h: Use window decorations by default
-
-------------------------------------------------------------------------
-r9598 | ipkiss | 2004-12-18 14:19:53 +0100 (Sat, 18 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-
- * skins2: Loading a new theme while an embedded vout is used works better
-   (the new vout is refreshed)
-
-------------------------------------------------------------------------
-r9597 | rocky | 2004-12-18 00:51:38 +0100 (Sat, 18 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/info.c
-
-Some small cleanups.
-
-------------------------------------------------------------------------
-r9596 | ipkiss | 2004-12-18 00:39:34 +0100 (Sat, 18 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.hpp
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-   M /trunk/modules/gui/skins2/src/top_window.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/src/vout_window.cpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
-
- * skins2: Do not paint on the embedded video output, when a video is
-   being played in it
-
-------------------------------------------------------------------------
-r9595 | ipkiss | 2004-12-17 21:07:54 +0100 (Fri, 17 Dec 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.hpp
-   M /trunk/modules/gui/skins2/utils/bezier.cpp
-
- * 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
-
-------------------------------------------------------------------------
-r9594 | bigben | 2004-12-17 20:18:07 +0100 (Fri, 17 Dec 2004) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/input/var.c
-   M /trunk/src/libvlc.h
-
-* 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.
-
-
-------------------------------------------------------------------------
-r9593 | gbazin | 2004-12-17 17:27:49 +0100 (Fri, 17 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/src/png_bitmap.cpp
-
-* modules/gui/skins2/src/png_bitmap.cpp: compilation fix.
-------------------------------------------------------------------------
-r9591 | ipkiss | 2004-12-16 22:26:36 +0100 (Thu, 16 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.hpp
-
- * skins2: When a control changes, refresh only the needed part of the layout
-   instead of refreshing everything
-
-------------------------------------------------------------------------
-r9590 | gbazin | 2004-12-16 21:28:27 +0100 (Thu, 16 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-* modules/video_filter/logo.c: --logo-transparency works again.
-------------------------------------------------------------------------
-r9589 | gbazin | 2004-12-16 21:27:12 +0100 (Thu, 16 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_video.h
-   M /trunk/src/video_output/vout_subpictures.c
-
-* 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.
-------------------------------------------------------------------------
-r9588 | gbazin | 2004-12-16 20:52:05 +0100 (Thu, 16 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/video_filter/logo.c
-
-compilation fixes.
-------------------------------------------------------------------------
-r9587 | zorglub | 2004-12-16 20:02:09 +0100 (Thu, 16 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-What do you find funny ?
-
-------------------------------------------------------------------------
-r9586 | zorglub | 2004-12-16 19:58:12 +0100 (Thu, 16 Dec 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xvideo.c
-
-Really fix all the set_name.
-
-Sorry for the trouble
-
-------------------------------------------------------------------------
-r9585 | zorglub | 2004-12-16 19:34:34 +0100 (Thu, 16 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-Last one ?
-
-------------------------------------------------------------------------
-r9584 | zorglub | 2004-12-16 19:24:03 +0100 (Thu, 16 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-$#*%§& SVN !
-
-------------------------------------------------------------------------
-r9583 | zorglub | 2004-12-16 19:14:29 +0100 (Thu, 16 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/coreaudio.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/hd1000a.cpp
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/portaudio.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-
-For some unknown reason, the previous commit was not fully done
-
-------------------------------------------------------------------------
-r9582 | gbazin | 2004-12-16 18:55:50 +0100 (Thu, 16 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-modules/video_filter/logo.c: use image handler.
-------------------------------------------------------------------------
-r9581 | gbazin | 2004-12-16 18:47:40 +0100 (Thu, 16 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/src/png_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/png_bitmap.hpp
-
-* modules/gui/skins2/*: use image handler to load graphic files.
-
-------------------------------------------------------------------------
-r9580 | gbazin | 2004-12-16 18:44:38 +0100 (Thu, 16 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/png.c
-
-* modules/codec/png.c: PNG decoder using libpng.
-------------------------------------------------------------------------
-r9579 | gbazin | 2004-12-16 18:41:09 +0100 (Thu, 16 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/image.c
-
-* src/misc/image.c: no need to restart a filter when only the image size changes.
-------------------------------------------------------------------------
-r9578 | gbazin | 2004-12-16 17:58:17 +0100 (Thu, 16 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-
-* modules/gui/skins2/parser/skin_parser.cpp: fixed bug I just introduced.
-------------------------------------------------------------------------
-r9577 | zorglub | 2004-12-16 17:35:12 +0100 (Thu, 16 Dec 2004) | 5 lines
-Changed paths:
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/screen/screen.c
-   M /trunk/modules/access_output/dummy.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/audio_filter/normvol.c
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/visualization/visual/fft.c
-   M /trunk/modules/visualization/visual/fft.h
-   M /trunk/modules/visualization/visual/visual.h
-   M /trunk/src/misc/modules.c
-
-
-Fix a bug with preferences
-Added some more names
-Use shortname to store the name
-
-------------------------------------------------------------------------
-r9574 | gbazin | 2004-12-16 14:59:51 +0100 (Thu, 16 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-
-* modules/gui/skins2/*: fixed a whole bunch of memory leaks.
-------------------------------------------------------------------------
-r9573 | zorglub | 2004-12-16 14:05:35 +0100 (Thu, 16 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-Merge general with the category when possible
-
-------------------------------------------------------------------------
-r9570 | zorglub | 2004-12-15 23:27:53 +0100 (Wed, 15 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-Little TODO update
-
-------------------------------------------------------------------------
-r9569 | zorglub | 2004-12-15 23:17:52 +0100 (Wed, 15 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Make SAP node read-only
-
-------------------------------------------------------------------------
-r9568 | gbazin | 2004-12-15 18:11:41 +0100 (Wed, 15 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/src/misc/vlm.c
-
-* modules/misc/rtsp.c, src/misc/vlm.c: very preliminary seeking support (expects lots of problems with it... like not having it working).
-------------------------------------------------------------------------
-r9567 | bigben | 2004-12-15 13:28:39 +0100 (Wed, 15 Dec 2004) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/misc.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* 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...
-
-
-------------------------------------------------------------------------
-r9565 | gbazin | 2004-12-14 20:47:21 +0100 (Tue, 14 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/image.c
-
-* src/misc/image.c: format guessing from file extension.
-------------------------------------------------------------------------
-r9561 | zorglub | 2004-12-14 20:29:50 +0100 (Tue, 14 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/playlist/playlist.c
-
-Restore loop
-Fix command line parsing
-
-------------------------------------------------------------------------
-r9560 | zorglub | 2004-12-14 19:44:04 +0100 (Tue, 14 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/modules/control/http.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/rtci.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-   M /trunk/modules/visualization/xosd.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/configuration.c
-
-Implement add_module_cat to add a module by category + use this for intf
-
-------------------------------------------------------------------------
-r9559 | gbazin | 2004-12-14 19:20:45 +0100 (Tue, 14 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-
-* modules/codec/ffmpeg/video_filter.c: added RV32 -> YUVA conversion.
-------------------------------------------------------------------------
-r9558 | zorglub | 2004-12-14 19:07:00 +0100 (Tue, 14 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-Remove debug messages
-
-------------------------------------------------------------------------
-r9557 | bigben | 2004-12-14 19:00:51 +0100 (Tue, 14 Dec 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Implements sorting by licking on table column headers in the playlist
-* Update TODO
-
-
-------------------------------------------------------------------------
-r9556 | zorglub | 2004-12-14 18:42:42 +0100 (Tue, 14 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/input/input.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/view.c
-
-Better fix for wx deadlock with preparse
-A few fixes
-
-------------------------------------------------------------------------
-r9555 | gbazin | 2004-12-14 15:14:54 +0100 (Tue, 14 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* modules/codec/ffmpeg/encoder.c: typo for strict-rc option.
-------------------------------------------------------------------------
-r9553 | zorglub | 2004-12-14 12:40:09 +0100 (Tue, 14 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/gui/gtk/playlist.c
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/visualization/xosd.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/view.c
-
-* Provide playlist_LockFoo functions for some functions
-* Fix deadlock with preparse
-
-------------------------------------------------------------------------
-r9552 | bigben | 2004-12-13 22:48:06 +0100 (Mon, 13 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-Implements sorting of the current node from context menu
-
-
-------------------------------------------------------------------------
-r9551 | fkuehne | 2004-12-13 21:53:50 +0100 (Mon, 13 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/modules/gui/macosx/playlist.m
-
-* changed 2 strings to lower-case, which prevented compilation using UFS as FS under OSX. Thanks to Philip Edelbrock for reporting the issue.
-------------------------------------------------------------------------
-r9550 | bigben | 2004-12-13 21:26:07 +0100 (Mon, 13 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-
-* enable delete in the playlist context menu
-
-
-------------------------------------------------------------------------
-r9549 | ipkiss | 2004-12-13 21:25:05 +0100 (Mon, 13 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_window.cpp
-
- * skins2: use black as the "flickering color", when resizing on windows :)
-
-------------------------------------------------------------------------
-r9548 | titer | 2004-12-13 20:18:31 +0100 (Mon, 13 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
-
- macosx/vout*.m: factorized some more code, fixed GL video device selection
-
-------------------------------------------------------------------------
-r9547 | zorglub | 2004-12-13 18:56:21 +0100 (Mon, 13 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r9546 | gbazin | 2004-12-13 17:48:18 +0100 (Mon, 13 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* modules/codec/ffmpeg/ffmpeg.c: support for PNG/PPM/PGM/PGMYUV/PAM image formats.
-------------------------------------------------------------------------
-r9545 | gbazin | 2004-12-13 17:47:18 +0100 (Mon, 13 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc_common.h
-   A /trunk/include/vlc_image.h
-   A /trunk/src/misc/image.c
-
-* src/misc/image.c, include/vlc_image.h: new image handler facility making use of decoders and filters to load images.
-
-------------------------------------------------------------------------
-r9544 | gbazin | 2004-12-13 11:03:39 +0100 (Mon, 13 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-* modules/access/directory.c: scandir isn't available on win32.
-------------------------------------------------------------------------
-r9543 | rocky | 2004-12-13 05:41:44 +0100 (Mon, 13 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/TODO
-
-*** empty log message ***
-------------------------------------------------------------------------
-r9542 | rocky | 2004-12-13 05:28:04 +0100 (Mon, 13 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/info.c
-
-Add mrl info to playlist item.
-
-------------------------------------------------------------------------
-r9541 | rocky | 2004-12-13 05:26:24 +0100 (Mon, 13 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/cdda.c
-
-Document %S.
-
-------------------------------------------------------------------------
-r9538 | bigben | 2004-12-12 21:12:11 +0100 (Sun, 12 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* deleteItem: method
-
-
-------------------------------------------------------------------------
-r9536 | rocky | 2004-12-12 18:43:27 +0100 (Sun, 12 Dec 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/cdda/info.h
-
-Go over information that gets set, yet again. Disc things are no longer
-playlist-item information.
-
-
-------------------------------------------------------------------------
-r9535 | gbazin | 2004-12-12 18:39:09 +0100 (Sun, 12 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/ogg.c
-
-* modules/mux/ogg.c: added support for dirac.
-------------------------------------------------------------------------
-r9534 | gbazin | 2004-12-12 18:30:20 +0100 (Sun, 12 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/dirac.c
-
-* modules/codec/dirac.c: dirac decoder/encoder module based on libdirac (http://www.bbc.co.uk/rd/projects/dirac/index.shtml).
-
-------------------------------------------------------------------------
-r9532 | bigben | 2004-12-12 17:57:22 +0100 (Sun, 12 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* Item Info panel works again from playlist context menu
-
-
-------------------------------------------------------------------------
-r9531 | titer | 2004-12-12 16:16:48 +0100 (Sun, 12 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
- access/directory.c: BeOS doesn't have scandir(), added a quick emulation
-
-------------------------------------------------------------------------
-r9529 | zorglub | 2004-12-12 15:22:06 +0100 (Sun, 12 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-Fix warnings
-
-------------------------------------------------------------------------
-r9525 | titer | 2004-12-12 05:15:51 +0100 (Sun, 12 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/video_output/opengl.c
-
- opengl.c, voutgl.m: restored smooth resizing on OS X
-                     re-enabled OS X GL provider (QT output still default)
-
-------------------------------------------------------------------------
-r9524 | titer | 2004-12-12 04:24:05 +0100 (Sun, 12 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-
- macosx/vout*: fixed escape key not exiting fullscreen and video-on-top
-               not working in GL mode
-
-------------------------------------------------------------------------
-r9523 | sigmunau | 2004-12-12 01:04:04 +0100 (Sun, 12 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
-mpga.c: check/hack to make duration available after preparse
-
-------------------------------------------------------------------------
-r9522 | bigben | 2004-12-12 00:14:19 +0100 (Sun, 12 Dec 2004) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-Part of the context menu:
-* same options for node and items ATM
-* some options still don't work
-
-
-------------------------------------------------------------------------
-r9521 | sigmunau | 2004-12-11 23:49:35 +0100 (Sat, 11 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery
-
-added svn:ignore property
-
-------------------------------------------------------------------------
-r9520 | sigmunau | 2004-12-11 23:46:01 +0100 (Sat, 11 Dec 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/view.c
-
-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
-
-------------------------------------------------------------------------
-r9519 | bigben | 2004-12-11 23:09:11 +0100 (Sat, 11 Dec 2004) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* 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
-
-
-------------------------------------------------------------------------
-r9518 | bigben | 2004-12-11 22:37:21 +0100 (Sat, 11 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Code simplification
-
-
-------------------------------------------------------------------------
-r9513 | asmax | 2004-12-11 20:48:28 +0100 (Sat, 11 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-* preferences_widget.cpp: fixed a compilation error
-
-------------------------------------------------------------------------
-r9512 | sigmunau | 2004-12-11 20:45:49 +0100 (Sat, 11 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-wx-playlist: hide node-related items from popup, when rightclicking a non-node
-
-------------------------------------------------------------------------
-r9511 | bigben | 2004-12-11 20:25:33 +0100 (Sat, 11 Dec 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-
-* implements deletion of playlist nodes
-* fixes a bug in playItem:
-
-
-
-------------------------------------------------------------------------
-r9510 | sigmunau | 2004-12-11 20:13:24 +0100 (Sat, 11 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-directory.c: don't crash on error
-
-------------------------------------------------------------------------
-r9509 | sigmunau | 2004-12-11 19:47:55 +0100 (Sat, 11 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-directory.c: sort items before adding to playlist
-
-------------------------------------------------------------------------
-r9508 | zorglub | 2004-12-11 19:00:03 +0100 (Sat, 11 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xvideo.c
-
-Forgot to categorize some vouts
-
-------------------------------------------------------------------------
-r9507 | sigmunau | 2004-12-11 18:56:40 +0100 (Sat, 11 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-libvlc.h: moved --video-deco, shorter short string for --input-repeat
-
-------------------------------------------------------------------------
-r9506 | zorglub | 2004-12-11 17:13:09 +0100 (Sat, 11 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/playlist.c
-
-Disable native for the moment
-
-------------------------------------------------------------------------
-r9505 | zorglub | 2004-12-11 16:38:25 +0100 (Sat, 11 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Warn->Dbg
-
-------------------------------------------------------------------------
-r9504 | zorglub | 2004-12-11 15:46:27 +0100 (Sat, 11 Dec 2004) | 2 lines
-Changed paths:
-   A /trunk/include/vlc_config_cat.h
-
-Forgot this file
-
-------------------------------------------------------------------------
-r9503 | zorglub | 2004-12-11 15:45:46 +0100 (Sat, 11 Dec 2004) | 10 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/configuration.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/include/vlc_common.h
-   D /trunk/include/vlc_help.h
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/access/satellite/satellite.c
-   M /trunk/modules/access/screen/screen.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access_output/dummy.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/channel_mixer/simple.c
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos8.c
-   M /trunk/modules/audio_filter/converter/float32tou16.c
-   M /trunk/modules/audio_filter/converter/float32tou8.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_filter/converter/s16tofixed32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/audio_filter/converter/s8tofloat32.c
-   M /trunk/modules/audio_filter/converter/u8tofixed32.c
-   M /trunk/modules/audio_filter/converter/u8tofloat32.c
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/audio_filter/normvol.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-   M /trunk/modules/audio_filter/resampler/coreaudio.c
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/coreaudio.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/hd1000a.cpp
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/portaudio.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/cinepak.c
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mash.cpp
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/codec/tarkin.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/toolame.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/control/corba/corba.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/control/joystick.c
-   M /trunk/modules/control/lirc.c
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/rtci.c
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/aac.c
-   M /trunk/modules/demux/aiff.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mpeg/h264.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/pva.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/real.c
-   M /trunk/modules/demux/sgimb.c
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/vobsub.c
-   M /trunk/modules/demux/wav.c
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/gtk2/gnome2.c
-   M /trunk/modules/gui/gtk2/gtk2.c
-   M /trunk/modules/gui/kde/kde.cpp
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/qnx/qnx.c
-   M /trunk/modules/gui/qt/qt.cpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/memcpy/memcpy.c
-   M /trunk/modules/misc/memcpy/memcpyaltivec.c
-   M /trunk/modules/misc/playlist/export.c
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/misc/screensaver.c
-   M /trunk/modules/misc/svg.c
-   M /trunk/modules/misc/xml/libxml.c
-   M /trunk/modules/misc/xml/xtag.c
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/mux/mpjpeg.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/mux/wav.c
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/h264.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/gather.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/stream_out/transrate/transrate.c
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/blend.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/scale.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output/aa.c
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/visualization/galaktos/plugin.c
-   M /trunk/modules/visualization/goom.c
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/video_output/video_output.c
-
-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
-
-------------------------------------------------------------------------
-r9502 | titer | 2004-12-11 14:51:16 +0100 (Sat, 11 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-
- beos/VideoOutput.cpp: fixed a crash in window destruction
-
-------------------------------------------------------------------------
-r9501 | gbazin | 2004-12-11 11:18:08 +0100 (Sat, 11 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/Modules.am
-   D /trunk/modules/codec/dv.c
-   D /trunk/modules/codec/xvid.c
-
-* modules/codec/dv.c,xvid.c: got rid of rotten/deprecated code.
-
-------------------------------------------------------------------------
-r9500 | Zorglub | 2004-12-11 00:07:28 +0100 (Sat, 11 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Fix win32 crash when playlist is empty
-
-------------------------------------------------------------------------
-r9499 | sigmunau | 2004-12-10 23:11:16 +0100 (Fri, 10 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-wxwindows/playlist.cpp: remove enable/disable clutter
-
-------------------------------------------------------------------------
-r9498 | zorglub | 2004-12-10 21:24:19 +0100 (Fri, 10 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/view.c
-
-Memory leaks
-
-------------------------------------------------------------------------
-r9497 | zorglub | 2004-12-10 19:58:22 +0100 (Fri, 10 Dec 2004) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_demux.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/input/access.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/stream.c
-   M /trunk/src/playlist/playlist.c
-
-*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.
-
-------------------------------------------------------------------------
-r9496 | titer | 2004-12-10 18:53:32 +0100 (Fri, 10 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
- NEWS: BeOS update
-
-------------------------------------------------------------------------
-r9495 | titer | 2004-12-10 18:44:27 +0100 (Fri, 10 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-
- beos/Video*: try to fallback on single-buffered overlay when there's
-              not enough VRAM for double-buffered ovelay
-
-------------------------------------------------------------------------
-r9494 | gbazin | 2004-12-10 12:48:10 +0100 (Fri, 10 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/include/modules.h
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: only load the plugins once (as opposed to once per VLC object instance). Should benefit the mozilla plugin a bit.
-------------------------------------------------------------------------
-r9493 | rocky | 2004-12-10 11:10:11 +0100 (Fri, 10 Dec 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/cdda/info.h
-
-Get stream disc information to appear again. 
-Remove private LSN table rom cdda_t - just use it from cdio. 
-
-Remove lsn from cdda.
-
-
-------------------------------------------------------------------------
-r9492 | rocky | 2004-12-10 03:14:10 +0100 (Fri, 10 Dec 2004) | 7 lines
-Changed paths:
-   M /trunk/configure.ac
-
-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
-
-------------------------------------------------------------------------
-r9491 | fkuehne | 2004-12-09 21:15:07 +0100 (Thu, 09 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/po/da.po
-
-* updated Danish localisation by Jonas Larsen (E-bola)
-------------------------------------------------------------------------
-r9490 | sigmunau | 2004-12-09 18:43:36 +0100 (Thu, 09 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-input/input.c: trigger a update in playlist window when the duration changes
-
-------------------------------------------------------------------------
-r9489 | sigmunau | 2004-12-09 18:01:26 +0100 (Thu, 09 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-wxwindows/playlist.cpp: also update icon on item change
-
-------------------------------------------------------------------------
-r9488 | sigmunau | 2004-12-09 16:27:48 +0100 (Thu, 09 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/vlc-config.in.in
-
-vlc-config.in.in: added a new "external" target that allow external projects
-to link with a make installed libvlc
-
-------------------------------------------------------------------------
-r9487 | gbazin | 2004-12-09 15:06:36 +0100 (Thu, 09 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
-* modules/packetizer/mpeg4video.c: fixed memory leak (patch by Sau).
-------------------------------------------------------------------------
-r9486 | gbazin | 2004-12-09 14:34:27 +0100 (Thu, 09 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* modules/codec/dvbsub.c: extra sanity check for CLUT decoding (patch by timok).
-------------------------------------------------------------------------
-r9485 | gbazin | 2004-12-09 11:03:22 +0100 (Thu, 09 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h: --video-deco is enabled by default.
-* src/input/input.c: fixed small memory leak.
-
-------------------------------------------------------------------------
-r9484 | titer | 2004-12-08 23:56:55 +0100 (Wed, 08 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-
- beos/InterfaceWindow.cpp: fixed a couple of missing vlc_object_release()s
-
-------------------------------------------------------------------------
-r9483 | zorglub | 2004-12-08 23:41:56 +0100 (Wed, 08 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/view.c
-
-Fix autoplayback with skins
-
-------------------------------------------------------------------------
-r9482 | titer | 2004-12-08 21:20:37 +0100 (Wed, 08 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-
- beos/InterfaceWindow.cpp: fixed a deadlock + pause button not responding
-
-------------------------------------------------------------------------
-r9481 | ipkiss | 2004-12-08 20:04:38 +0100 (Wed, 08 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
-Dummy commit, to trigger generation of the html version of this file
-
-------------------------------------------------------------------------
-r9480 | sigmunau | 2004-12-08 17:46:52 +0100 (Wed, 08 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-libvlc.h: Remove --audio-type which was never used according to grep
-
-------------------------------------------------------------------------
-r9479 | rocky | 2004-12-08 13:44:09 +0100 (Wed, 08 Dec 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/info.c
-
-Forgot that the lsn internal structure is 0-origin. 
-
-Better really would be to remove lsn altogether from cdda_data_t.
-
-
-------------------------------------------------------------------------
-r9478 | sigmunau | 2004-12-08 12:37:12 +0100 (Wed, 08 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-TODO: removed ^M. Added some subtitle anormalites that needs to be fixed.
-
-------------------------------------------------------------------------
-r9477 | rocky | 2004-12-08 04:00:00 +0100 (Wed, 08 Dec 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/info.c
-
-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)
-
-
-------------------------------------------------------------------------
-r9476 | rocky | 2004-12-08 03:07:32 +0100 (Wed, 08 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Up requirements on libcdio, libcddb (and will also later add vcdimager).
-
-------------------------------------------------------------------------
-r9475 | rocky | 2004-12-08 03:06:58 +0100 (Wed, 08 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Allow automake 1.9.2
-
-------------------------------------------------------------------------
-r9474 | massiot | 2004-12-08 01:15:30 +0100 (Wed, 08 Dec 2004) | 4 lines
-Changed paths:
-   M /trunk/include/vout_synchro.h
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/vout_synchro.c
-
-* 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).
-
-------------------------------------------------------------------------
-r9471 | gbazin | 2004-12-07 20:46:45 +0100 (Tue, 07 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/speex.c
-
-* configure.ac: update for newer speex + workaround a libxml2 problem on OSX.
-* modules/codec/speex.c: update for newer speex.
-
-------------------------------------------------------------------------
-r9470 | gbazin | 2004-12-07 15:27:06 +0100 (Tue, 07 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-* modules/mux/asf.c: fixed header object. mmsh/asf streaming now works with WMP6.4->WMP10.
-------------------------------------------------------------------------
-r9469 | zorglub | 2004-12-07 15:18:47 +0100 (Tue, 07 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-   M /trunk/modules/codec/cmml/cmml.c
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/gui/skins2/src/vout_window.hpp
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/services_discovery/sap.c
-
-Recommit 9469->9479 + fix wxT/wxU
-
-------------------------------------------------------------------------
-r9468 | fkuehne | 2004-12-02 21:29:55 +0100 (Thu, 02 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* fixed pkgconfig-url
-------------------------------------------------------------------------
-r9467 | bigben | 2004-12-02 21:19:15 +0100 (Thu, 02 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.m
-
-* fixes item deletion when pressing backspace. Doesn't work for nodes yet
-
-
-------------------------------------------------------------------------
-r9466 | fkuehne | 2004-12-02 20:51:41 +0100 (Thu, 02 Dec 2004) | 1 line
-Changed paths:
-   A /trunk/extras/MacOSX/Resources/English.lproj/About.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/About.nib/classes.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/About.nib/info.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/about.m
-
-* ALL: moved the about-window to a seperate nib-file
-------------------------------------------------------------------------
-r9465 | bigben | 2004-12-02 20:04:55 +0100 (Thu, 02 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Fix the status bar
-
-
-------------------------------------------------------------------------
-r9464 | gbazin | 2004-12-02 17:54:47 +0100 (Thu, 02 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-* mozilla/vlcshell.cpp: added a mute start option.
-------------------------------------------------------------------------
-r9463 | andrep | 2004-12-02 17:07:24 +0100 (Thu, 02 Dec 2004) | 4 lines
-Changed paths:
-   M /trunk/mozilla/vlcpeer.h
-
-Make Mozilla plugin scriptable (e.g. so that the Javascript 'onclick'
-attributes in chapter 7 of the VLC user guide actually work ;).
-
-
-------------------------------------------------------------------------
-r9462 | gbazin | 2004-12-02 13:56:46 +0100 (Thu, 02 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-* modules/video_output/directx: use a black overlay colorkey for 24 bits colour depth displays.
-------------------------------------------------------------------------
-r9461 | gbazin | 2004-12-02 12:14:43 +0100 (Thu, 02 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/directx/vout.h
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/vout_intf.c
-
-* modules/video_output/directx: no window decoration patch by Marius Kjeldahl (marius at kjeldahl dot net) + modifications by me.
-------------------------------------------------------------------------
-r9460 | gbazin | 2004-12-02 10:50:27 +0100 (Thu, 02 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/directx/vout.h
-
-* modules/video_output/directx/*: fixed symbol conflicts when compiling both vout_directx and glwin32 as builtins.
-------------------------------------------------------------------------
-r9459 | rocky | 2004-12-02 04:55:50 +0100 (Thu, 02 Dec 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/cdda/info.h
-
-A little bit better if CDDB is not enabled or doesn't exist. Well, at
-least it it no longer core dumps.
-
-
-------------------------------------------------------------------------
-r9458 | bigben | 2004-12-01 22:50:17 +0100 (Wed, 01 Dec 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-Fix the search field in OSX playlist
-
-
-------------------------------------------------------------------------
-r9456 | gbazin | 2004-12-01 17:45:55 +0100 (Wed, 01 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-* modules/access/dshow/dshow.cpp: show tuner properties for MEDIATYPE_Stream as well.
-------------------------------------------------------------------------
-r9455 | sigmunau | 2004-12-01 16:43:03 +0100 (Wed, 01 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-sap.c: attemt to fix sap demux for unhandled streams
-
-------------------------------------------------------------------------
-r9454 | gbazin | 2004-12-01 12:06:19 +0100 (Wed, 01 Dec 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-* modules/access/dshow/dshow.cpp: tuner config options (patch by hausheer + cleanup by me)
-------------------------------------------------------------------------
-r9452 | rocky | 2004-12-01 02:12:12 +0100 (Wed, 01 Dec 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/cdda/info.c
-
-Some compilation fixes when HAVE_LIBCDDB is not defined.
-(There remain still some core dumps to fix.)
-
-
-------------------------------------------------------------------------
-r9450 | rocky | 2004-11-30 05:14:19 +0100 (Tue, 30 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-Simplify and streamline CD-DA open error error logic. Remove a compilation
-warning, guard against dereferencing more unitialized pointers.
-
-------------------------------------------------------------------------
-r9448 | bigben | 2004-11-30 01:04:45 +0100 (Tue, 30 Nov 2004) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* recrate some missing actions (mainly copy paste from the old playlist)
-* Link some actions and outlets in IB
-* some small visual fixes
-
-
-------------------------------------------------------------------------
-r9446 | fkuehne | 2004-11-29 18:34:48 +0100 (Mon, 29 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* added aiff, mod and IT to the list of supported document types
-------------------------------------------------------------------------
-r9445 | gbazin | 2004-11-29 16:38:01 +0100 (Mon, 29 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-* mozilla/vlcshell.cpp: nasty hack on win32 to avoid a deadlock on plugin destruction.
-------------------------------------------------------------------------
-r9444 | gbazin | 2004-11-29 16:36:51 +0100 (Mon, 29 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/glwin32.c
-
-* 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.
-------------------------------------------------------------------------
-r9441 | titer | 2004-11-28 22:47:40 +0100 (Sun, 28 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
- src/misc/net.c: BeOS fix
-
-------------------------------------------------------------------------
-r9440 | gbazin | 2004-11-28 22:20:18 +0100 (Sun, 28 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/src/input/mem_stream.c
-
-* 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.
-
-------------------------------------------------------------------------
-r9439 | titer | 2004-11-28 21:11:38 +0100 (Sun, 28 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
-   M /trunk/extras/contrib/src/packages.mak
-
- packages.mak: upgraded freetype
- ffmpeg.patch.cvs: BeOS fix
-
-------------------------------------------------------------------------
-r9438 | gbazin | 2004-11-28 15:37:57 +0100 (Sun, 28 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/misc/vlm.c
-
-* src/misc/vlm.c, modules/demux/playlist/m3u.c, modules/services_discovery/sap.c: portability fixes.
-
-------------------------------------------------------------------------
-r9437 | gbazin | 2004-11-28 15:26:28 +0100 (Sun, 28 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-
-* modules/demux/mp4/libmp4.c: no channelcount for AMR audio (3gpp AMRSpecificBox).
-------------------------------------------------------------------------
-r9436 | gbazin | 2004-11-28 14:06:43 +0100 (Sun, 28 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-* modules/demux/mp4/mp4.c: avoid reading raw audio (or slightly compressed) a sample at a time + coding style changes.
-------------------------------------------------------------------------
-r9435 | gbazin | 2004-11-28 12:23:50 +0100 (Sun, 28 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-*  modules/demux/mp4/mp4.c: couple of fixes for audio demuxing.
-------------------------------------------------------------------------
-r9434 | gbazin | 2004-11-28 11:45:44 +0100 (Sun, 28 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* modules/codec/ffmpeg/ffmpeg.c: added AMR NB/WB fourccs.
-------------------------------------------------------------------------
-r9431 | gbazin | 2004-11-27 22:44:57 +0100 (Sat, 27 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-
-* modules/demux/mp4/*: bug fix for MP4_TrackNextSample() + added fourcc for amr-wb.
-------------------------------------------------------------------------
-r9430 | zorglub | 2004-11-27 21:27:06 +0100 (Sat, 27 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/view.c
-
-hopefully fix SAP crash
-some more size verifications
-
-------------------------------------------------------------------------
-r9429 | sigmunau | 2004-11-27 17:17:10 +0100 (Sat, 27 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-playlist.cpp: wxT -> wxU
-
-------------------------------------------------------------------------
-r9427 | zorglub | 2004-11-27 15:38:01 +0100 (Sat, 27 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Minimalistic status bar
-
-------------------------------------------------------------------------
-r9426 | fkuehne | 2004-11-27 15:03:33 +0100 (Sat, 27 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/po/es.po
-
-* fixed some other incorrect translations of 'Quit' -- thanks to the forum users 'jfsch01' and 'sushi'
-------------------------------------------------------------------------
-r9425 | gbazin | 2004-11-27 12:45:53 +0100 (Sat, 27 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-* modules/access/udp.c: force proper demuxers in rtp mode.
-------------------------------------------------------------------------
-r9424 | gbazin | 2004-11-27 12:32:22 +0100 (Sat, 27 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-
-* AUTHORS: added Frederic Ruget for the portaudio audio output.
-------------------------------------------------------------------------
-r9423 | sigmunau | 2004-11-27 12:28:13 +0100 (Sat, 27 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/mem_stream.c
-
-mem_stream.c: minor cleanup + shut up compiler warnings
-
-------------------------------------------------------------------------
-r9422 | zorglub | 2004-11-27 01:27:05 +0100 (Sat, 27 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Fix images order
-
-------------------------------------------------------------------------
-r9421 | sigmunau | 2004-11-27 00:55:34 +0100 (Sat, 27 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-
-all: got rid of MP4_Stream
-
-------------------------------------------------------------------------
-r9420 | sigmunau | 2004-11-27 00:52:42 +0100 (Sat, 27 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc_stream.h
-   A /trunk/src/input/mem_stream.c
-
-all: new stream_t reading from a buffer.
-
-------------------------------------------------------------------------
-r9419 | zorglub | 2004-11-26 22:50:51 +0100 (Fri, 26 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-Fix crash
-
-------------------------------------------------------------------------
-r9418 | gbazin | 2004-11-26 14:44:18 +0100 (Fri, 26 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/misc/xml/xtag.c
-
-* modules/misc/xml/xtag.c: fixed a few bugs.
-------------------------------------------------------------------------
-r9417 | gbazin | 2004-11-26 11:04:08 +0100 (Fri, 26 Nov 2004) | 6 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_objects.h
-   A /trunk/include/vlc_xml.h
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/logger.hpp
-   M /trunk/modules/gui/skins2/src/os_graphics.hpp
-   M /trunk/modules/gui/skins2/src/os_timer.hpp
-   M /trunk/modules/gui/skins2/src/os_tooltip.hpp
-   M /trunk/modules/gui/skins2/src/png_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/tooltip.hpp
-   A /trunk/modules/misc/xml
-   A /trunk/modules/misc/xml/Modules.am
-   A /trunk/modules/misc/xml/libxml.c
-   A /trunk/modules/misc/xml/xtag.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-   A /trunk/src/misc/xml.c
-
-* 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.
-
-------------------------------------------------------------------------
-r9416 | ipkiss | 2004-11-25 21:25:57 +0100 (Thu, 25 Nov 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/src/input/input.c
-
- * 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
-
-------------------------------------------------------------------------
-r9415 | fkuehne | 2004-11-25 17:52:21 +0100 (Thu, 25 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/po/es.po
-
-* fixed some strings of the Edit-menu as well (complies to the OSX standard l10n now)
-------------------------------------------------------------------------
-r9414 | fkuehne | 2004-11-25 17:20:02 +0100 (Thu, 25 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/po/es.po
-
-* fixed incorrect translation of 'Quit' in the OSX-port
-------------------------------------------------------------------------
-r9410 | asmax | 2004-11-24 21:23:23 +0100 (Wed, 24 Nov 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   M /trunk/modules/gui/skins2/commands/async_queue.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
-   M /trunk/modules/gui/skins2/src/var_manager.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/modules/gui/skins2/utils/var_text.hpp
-   D /trunk/modules/gui/skins2/vars/stream.cpp
-   D /trunk/modules/gui/skins2/vars/stream.hpp
-
-- 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
-
-------------------------------------------------------------------------
-r9409 | gbazin | 2004-11-24 16:29:00 +0100 (Wed, 24 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-* modules/access/dshow/dshow.cpp: fixed stupid bug in ReadCompressed() that was dropping part of the received data (Fixes the PVR issue).
-------------------------------------------------------------------------
-r9408 | zorglub | 2004-11-24 13:32:03 +0100 (Wed, 24 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Release the access in case of failure
-
-------------------------------------------------------------------------
-r9407 | zorglub | 2004-11-24 13:14:23 +0100 (Wed, 24 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Fix segfault in RTSP mode
-
-------------------------------------------------------------------------
-r9406 | zorglub | 2004-11-24 13:05:44 +0100 (Wed, 24 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-Small update 
-
-------------------------------------------------------------------------
-r9405 | zorglub | 2004-11-24 07:52:05 +0100 (Wed, 24 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Fix input-slave parser
-
-------------------------------------------------------------------------
-r9404 | hartman | 2004-11-23 22:48:23 +0100 (Tue, 23 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-
-* Use filenames as playlistnames for relative m3u playlistentries instead of the full paths.
-
-------------------------------------------------------------------------
-r9403 | dionoea | 2004-11-23 17:46:04 +0100 (Tue, 23 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/vlm.c
-
- * add core option --vlm-conf
-   specifies a vlm configuration file to load when vlm is launched
-
-------------------------------------------------------------------------
-r9402 | dionoea | 2004-11-23 17:25:34 +0100 (Tue, 23 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/vlm.txt
-
- * documented commenting possibility
-
-------------------------------------------------------------------------
-r9400 | gbazin | 2004-11-23 14:30:50 +0100 (Tue, 23 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-* modules/gui/wxwindows/playlist.cpp: fixed uninitialized memory access.
-------------------------------------------------------------------------
-r9399 | gbazin | 2004-11-23 11:20:39 +0100 (Tue, 23 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/win32_specific.c
-
-* src/misc/win32_specific.c: unicode portability fixes.
-------------------------------------------------------------------------
-r9398 | gbazin | 2004-11-23 11:19:43 +0100 (Tue, 23 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/video_output/directx/vout.h
-
-* include/vlc_common.h: added the _T() macro for win32 unicode.
-------------------------------------------------------------------------
-r9397 | rocky | 2004-11-23 05:16:02 +0100 (Tue, 23 Nov 2004) | 10 lines
-Changed paths:
-   M /trunk/modules/access/cdda/info.c
-
-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.
-
-
-------------------------------------------------------------------------
-r9396 | rocky | 2004-11-23 03:44:30 +0100 (Tue, 23 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-If using cddax (as opposed to cdda), then set the MRL accordingly.
-
-------------------------------------------------------------------------
-r9395 | zorglub | 2004-11-22 20:50:57 +0100 (Mon, 22 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/demux/playlist/m3u.c
-
-Remove debug message
-
-------------------------------------------------------------------------
-r9394 | gbazin | 2004-11-22 18:27:17 +0100 (Mon, 22 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/vout.h
-
-* modules/video_output/directx/*: mostly unicode ready + WinCE compilation fixes.
-------------------------------------------------------------------------
-r9393 | gbazin | 2004-11-22 18:04:49 +0100 (Mon, 22 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx/events.c: fix to disable the screensaver in embedded mode when in fullscreen.
-------------------------------------------------------------------------
-r9392 | zorglub | 2004-11-22 11:33:29 +0100 (Mon, 22 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Restore search
-
-------------------------------------------------------------------------
-r9391 | fenrir | 2004-11-22 10:57:50 +0100 (Mon, 22 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/control.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-
-all: implemented INPUT_ADD_SLAVE.
-------------------------------------------------------------------------
-r9390 | fenrir | 2004-11-22 10:56:48 +0100 (Mon, 22 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/stream.c
-
-stream.c: fixed a bug when seeking again near the end of the file.
-------------------------------------------------------------------------
-r9389 | fenrir | 2004-11-22 10:52:06 +0100 (Mon, 22 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_input.h
-
-input: added INPUT_ADD_SLAVE to allow adding a slave input on the fly. (Don't use without a real reason).
-------------------------------------------------------------------------
-r9388 | zorglub | 2004-11-22 10:50:45 +0100 (Mon, 22 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Don't rebuild the tree on node sort
-
-------------------------------------------------------------------------
-r9387 | zorglub | 2004-11-22 10:37:58 +0100 (Mon, 22 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/src/playlist/sort.c
-
-Recursive sort
-
-------------------------------------------------------------------------
-r9386 | rocky | 2004-11-22 05:53:48 +0100 (Mon, 22 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-Change a printf into a debuggable print message.
-
-
-------------------------------------------------------------------------
-r9385 | zorglub | 2004-11-22 00:01:23 +0100 (Mon, 22 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Handle the case when parent is root
-
-------------------------------------------------------------------------
-r9384 | zorglub | 2004-11-21 23:41:02 +0100 (Sun, 21 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-
-Forgot this
-
-------------------------------------------------------------------------
-r9383 | zorglub | 2004-11-21 23:40:48 +0100 (Sun, 21 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/view.c
-
-Use item-append when an item is appended to a node -> don't rebuild the whole tree
-
-------------------------------------------------------------------------
-r9382 | gbazin | 2004-11-21 20:00:29 +0100 (Sun, 21 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-* src/misc/httpd.c: bug fix to re-use the httpd host (patch by Sau)
-------------------------------------------------------------------------
-r9381 | gbazin | 2004-11-21 19:55:33 +0100 (Sun, 21 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-* 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.
-
-------------------------------------------------------------------------
-r9380 | gbazin | 2004-11-21 19:20:28 +0100 (Sun, 21 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/m3u.c
-
-* modules/demux/m3u.c: ported to new playlist API.
-------------------------------------------------------------------------
-r9379 | zorglub | 2004-11-21 18:45:09 +0100 (Sun, 21 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/playlist/sort.c
-
-Sort a node (alphabetically, all sub-nodes come first)
-
-------------------------------------------------------------------------
-r9378 | zorglub | 2004-11-20 20:04:57 +0100 (Sat, 20 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-Small TODO update and sorting
-
-------------------------------------------------------------------------
-r9377 | zorglub | 2004-11-20 17:12:36 +0100 (Sat, 20 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-SAP IPv6 and additionnal addresses support
-
-------------------------------------------------------------------------
-r9376 | zorglub | 2004-11-20 14:59:39 +0100 (Sat, 20 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/playlist/playlist.c
-
-* do not set request on startup, we don't want autoplay
-* fix bug in SDP parser
-
-------------------------------------------------------------------------
-r9375 | zorglub | 2004-11-20 13:57:55 +0100 (Sat, 20 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-Make p_playlist->i_index follow correctly the current item
-
-------------------------------------------------------------------------
-r9374 | zorglub | 2004-11-20 13:50:55 +0100 (Sat, 20 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/modules/demux/mp4/mp4.c
-
-Add MP4 playlist items as children
-
-------------------------------------------------------------------------
-r9373 | zorglub | 2004-11-20 12:20:30 +0100 (Sat, 20 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-Fix crash in bookmarks
-
-------------------------------------------------------------------------
-r9372 | zorglub | 2004-11-19 16:56:49 +0100 (Fri, 19 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Fix
-
-------------------------------------------------------------------------
-r9371 | zorglub | 2004-11-19 16:55:01 +0100 (Fri, 19 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/services_discovery/sap.c
-
-sap: don't crash on invalid o= field
-wx: really commit last commit
-
-------------------------------------------------------------------------
-r9370 | zorglub | 2004-11-19 16:07:55 +0100 (Fri, 19 Nov 2004) | 12 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/callback.c
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/cdda/info.h
-   M /trunk/src/input/input.c
-   M /trunk/src/playlist/item-ext.c
-
-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.
-
-------------------------------------------------------------------------
-r9369 | dionoea | 2004-11-19 15:57:35 +0100 (Fri, 19 Nov 2004) | 2 lines
-Changed paths:
-   A /trunk/share/http/favicon.ico
-   M /trunk/share/http/index.html
-   M /trunk/share/http/style.css
-   M /trunk/share/http/vlm/edit.html
-   M /trunk/share/http/vlm/index.html
-   M /trunk/share/http/vlm/new.html
-   M /trunk/share/http/vlm/show.html
-   M /trunk/share/http/webcam.html
-
- * some style fixes (now displays menu under IE)
-
-------------------------------------------------------------------------
-r9368 | zorglub | 2004-11-19 00:35:29 +0100 (Fri, 19 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/pls.c
-
-Oups, fixed stupid crash in PLS
-
-------------------------------------------------------------------------
-r9366 | hartman | 2004-11-18 03:18:34 +0100 (Thu, 18 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* You can doubleclick an item to play it now.
-* implemented delete, but for some reason the key events don't arrive
-
-------------------------------------------------------------------------
-r9365 | zorglub | 2004-11-18 01:07:28 +0100 (Thu, 18 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-
-Compile fix for C++ files
-
-------------------------------------------------------------------------
-r9364 | zorglub | 2004-11-18 00:22:43 +0100 (Thu, 18 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/pls.c
-
-Input options inheritance for playlists
-
-------------------------------------------------------------------------
-r9363 | sigmunau | 2004-11-17 23:37:28 +0100 (Wed, 17 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-sap.c: don't free the inputs internal buffers! shame on you!
-
-------------------------------------------------------------------------
-r9362 | zorglub | 2004-11-17 23:11:26 +0100 (Wed, 17 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/playlist/view.c
-
-Remove SAP node on quit
-
-------------------------------------------------------------------------
-r9361 | zorglub | 2004-11-17 22:38:23 +0100 (Wed, 17 Nov 2004) | 7 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/services_discovery.c
-   M /trunk/src/playlist/sort.c
-   M /trunk/src/playlist/view.c
-
-* 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
-
-------------------------------------------------------------------------
-r9360 | hartman | 2004-11-17 21:03:00 +0100 (Wed, 17 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* Fix display of playlist on OSX. Looks briljant :)
-
-------------------------------------------------------------------------
-r9359 | zorglub | 2004-11-17 19:38:52 +0100 (Wed, 17 Nov 2004) | 2 lines
-Changed paths:
-   A /trunk/doc/developer2
-   A /trunk/doc/developer2/Makefile
-   A /trunk/doc/developer2/aout.xml
-   A /trunk/doc/developer2/build.xml
-   A /trunk/doc/developer2/coding.xml
-   A /trunk/doc/developer2/cpumisc.xml
-   A /trunk/doc/developer2/debugging.xml
-   A /trunk/doc/developer2/glossary.xml
-   A /trunk/doc/developer2/history.xml
-   A /trunk/doc/developer2/i18n.xml
-   A /trunk/doc/developer2/input.xml
-   A /trunk/doc/developer2/interface.xml
-   A /trunk/doc/developer2/libvlc.xml
-   A /trunk/doc/developer2/messages.xml
-   A /trunk/doc/developer2/modulesobjects.xml
-   A /trunk/doc/developer2/playlist.xml
-   A /trunk/doc/developer2/porting.xml
-   A /trunk/doc/developer2/screen.css
-   A /trunk/doc/developer2/sout.xml
-   A /trunk/doc/developer2/synopsys.txt
-   A /trunk/doc/developer2/threads.xml
-   A /trunk/doc/developer2/variables.xml
-   A /trunk/doc/developer2/videolan-doc.xsl
-   A /trunk/doc/developer2/vlc-dev-doc.xml
-   A /trunk/doc/developer2/vout.xml
-
-Beginning of un updated developer documentation and beginning of playlist documentation
-
-------------------------------------------------------------------------
-r9358 | hartman | 2004-11-17 18:13:31 +0100 (Wed, 17 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Todo list for OSX playlist. please use it :)
-
-------------------------------------------------------------------------
-r9357 | hartman | 2004-11-17 17:51:40 +0100 (Wed, 17 Nov 2004) | 7 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* 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).
-
-------------------------------------------------------------------------
-r9356 | hartman | 2004-11-17 17:48:41 +0100 (Wed, 17 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* Fix some crashes because of new playlist core
-
-------------------------------------------------------------------------
-r9355 | sigmunau | 2004-11-17 00:11:56 +0100 (Wed, 17 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-access/http.c: skip debug message when useless
-
-------------------------------------------------------------------------
-r9354 | zorglub | 2004-11-16 18:29:04 +0100 (Tue, 16 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-Strip parent path in directory access
-
-------------------------------------------------------------------------
-r9353 | zorglub | 2004-11-16 13:27:02 +0100 (Tue, 16 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-strcmp -> strncmp
-Coding style fixes (much more left)
-
-------------------------------------------------------------------------
-r9352 | fenrir | 2004-11-16 13:18:53 +0100 (Tue, 16 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-input.c: fixed segfault with access_demux.
-------------------------------------------------------------------------
-r9351 | hartman | 2004-11-16 13:02:42 +0100 (Tue, 16 Nov 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/sgimb.c
-
-* sgimb.c: set the kasenna option correctly
-  fix the playlist autodelete
-  
-
-------------------------------------------------------------------------
-r9350 | fenrir | 2004-11-16 11:01:22 +0100 (Tue, 16 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/asf/libasf.c
-
-libasf.c: clean up + maybe a bug fix.
-------------------------------------------------------------------------
-r9349 | dionoea | 2004-11-16 02:14:23 +0100 (Tue, 16 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
- * consider tabs as white spaces when parsing vlm command line
- * all lines where first non white space char is a # is a comment
-
-------------------------------------------------------------------------
-r9348 | bigben | 2004-11-16 00:46:07 +0100 (Tue, 16 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
-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...
-
-
-------------------------------------------------------------------------
-r9347 | sigmunau | 2004-11-15 22:07:08 +0100 (Mon, 15 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-net.c: include some more headers on non-windows platforms
-
-------------------------------------------------------------------------
-r9346 | hartman | 2004-11-15 20:44:19 +0100 (Mon, 15 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/sgimb.c
-
-* sgimb.c: backport of r9300 to trunk
-
-------------------------------------------------------------------------
-r9345 | hartman | 2004-11-15 20:35:30 +0100 (Mon, 15 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Fix gcrypt building on 10.2
-
-------------------------------------------------------------------------
-r9344 | fenrir | 2004-11-15 18:11:33 +0100 (Mon, 15 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/format.c
-
- * format: added a lot of conversion (nearly all case between
-s8,16,f32,u8,16,f32 and little endian).
-
-------------------------------------------------------------------------
-r9343 | fenrir | 2004-11-15 18:09:57 +0100 (Mon, 15 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-
- * asf: added support for "extended stream properties". I HATE BROKEN DESIGNED FORMAT.
-
-------------------------------------------------------------------------
-r9342 | fenrir | 2004-11-15 18:08:57 +0100 (Mon, 15 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/asf.c
-   M /trunk/modules/access/mms/asf.h
-
- * asf: first part to support more header extention (seems to be used in MBR).
-
-------------------------------------------------------------------------
-r9341 | fenrir | 2004-11-15 18:07:56 +0100 (Mon, 15 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
- * http: added shoutcast meta data support.
-
-------------------------------------------------------------------------
-r9340 | fenrir | 2004-11-15 18:07:06 +0100 (Mon, 15 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/net.c
-
- * input: access meta data support.
- * net: support for SOCKS proxy support (for all TCP connections).
-
-------------------------------------------------------------------------
-r9339 | fenrir | 2004-11-15 18:05:52 +0100 (Mon, 15 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/include/vlc/input.h
-   M /trunk/include/vlc_input.h
-
- * input: added a meta field to input.
- * network: export ipv4 name resolution.
-
-------------------------------------------------------------------------
-r9338 | zorglub | 2004-11-15 16:33:36 +0100 (Mon, 15 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-Update playlist TODO
-
-------------------------------------------------------------------------
-r9337 | zorglub | 2004-11-15 16:29:47 +0100 (Mon, 15 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/src/playlist/playlist.c
-
-Fix wxWidgets crash
-
-------------------------------------------------------------------------
-r9336 | gbazin | 2004-11-15 16:28:13 +0100 (Mon, 15 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* 0.8.2-svn, not 0.8.2
-------------------------------------------------------------------------
-r9334 | gbazin | 2004-11-15 11:06:39 +0100 (Mon, 15 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* po/*: updated from the 0.8.1 branch.
-------------------------------------------------------------------------
-r9333 | gbazin | 2004-11-15 10:41:05 +0100 (Mon, 15 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* ALL: bumped version number to 0.8.2-svn.
-------------------------------------------------------------------------
-r9332 | zorglub | 2004-11-14 23:29:51 +0100 (Sun, 14 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-Fix ITEMPLAY in no-view mode
-
-------------------------------------------------------------------------
-r9331 | gbazin | 2004-11-14 20:41:09 +0100 (Sun, 14 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.c
-
-* modules/codec/dmo/dmo.c: work around for buggy dmo implementations.
-------------------------------------------------------------------------
-r9327 | zorglub | 2004-11-14 20:02:36 +0100 (Sun, 14 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-
-Re-enable logging
-
-------------------------------------------------------------------------
-r9324 | gbazin | 2004-11-14 19:01:38 +0100 (Sun, 14 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* Makefile.am: fixed make dist.
-------------------------------------------------------------------------
-r9322 | gbazin | 2004-11-14 18:59:33 +0100 (Sun, 14 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/quicktime.c
-
-* modules/codec/quicktime.c: fixed small mem leak.
-------------------------------------------------------------------------
-r9319 | ipkiss | 2004-11-14 18:29:39 +0100 (Sun, 14 Nov 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/vout_window.hpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
-
- * modules/gui/skins2: ignore WM_PAINT events on the vout window
-   This gives better results when moving the window, but resizing is still
-   flickering
-
-------------------------------------------------------------------------
-r9317 | gbazin | 2004-11-14 18:25:58 +0100 (Sun, 14 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/src/audio_output/input.c
-
-* src/audio_output/input.c: made the resampling just a bit quicker (trying to reach a good compromise).
-------------------------------------------------------------------------
-r9315 | fkuehne | 2004-11-14 15:04:47 +0100 (Sun, 14 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/po/da.po
-
-configure.ac: added Danish to the list of possible localisations
-po/da.po: partial Danish l10n by Jonas Larsen (E-bola)
-------------------------------------------------------------------------
-r9312 | zorglub | 2004-11-14 14:49:46 +0100 (Sun, 14 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/modules/video_output/opengl.c
-
-Todo update
-
-------------------------------------------------------------------------
-r9311 | zorglub | 2004-11-14 14:25:18 +0100 (Sun, 14 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-   M /trunk/src/libvlc.h
-
-* access_directory : only play if we are the current playlist item. Handle the case where we are not
-* libvlc : add -S as shortcut for services-discovery
-
-------------------------------------------------------------------------
-r9310 | zorglub | 2004-11-14 00:06:53 +0100 (Sun, 14 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/playlist/item-ext.c
-
-Add directory in wxWidgets
-Update TODO
-
-------------------------------------------------------------------------
-r9309 | zorglub | 2004-11-13 23:11:51 +0100 (Sat, 13 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/view.c
-
-Decrease verbosity
-Fix warnings
-
-------------------------------------------------------------------------
-r9308 | bigben | 2004-11-13 15:11:51 +0100 (Sat, 13 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/share/http/index.html
-
-Valid HTML is good. This page stil doesn't work with IE
-
-
-------------------------------------------------------------------------
-r9306 | gbazin | 2004-11-13 14:06:41 +0100 (Sat, 13 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* modules/codec/ffmpeg/ffmpeg.c: use proper format conversion (when available) for UYVY.
-------------------------------------------------------------------------
-r9305 | zorglub | 2004-11-13 13:39:17 +0100 (Sat, 13 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-Merge po update to trunk
-
-------------------------------------------------------------------------
-r9304 | zorglub | 2004-11-13 13:19:06 +0100 (Sat, 13 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/misc/gnutls.c
-
-Merge string fixes
-
-------------------------------------------------------------------------
-r9302 | hartman | 2004-11-13 02:42:54 +0100 (Sat, 13 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/kasenna.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* USe newer livedotcom
-
-------------------------------------------------------------------------
-r9301 | hartman | 2004-11-13 02:40:52 +0100 (Sat, 13 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/sgimb.c
-
-* merging kasenna changes from 0.8.1 branch to the trunk
-  r9296:9299 changes
-
-------------------------------------------------------------------------
-r9297 | hartman | 2004-11-12 19:59:39 +0100 (Fri, 12 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/sgimb.c
-
-* sgimb.c: merging 9295:9296 to trunk
-
-------------------------------------------------------------------------
-r9295 | gbazin | 2004-11-12 16:41:22 +0100 (Fri, 12 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/view.c
-
-* src/playlist/*: a couple of compilation fixes.
-------------------------------------------------------------------------
-r9293 | jpsaman | 2004-11-12 15:29:01 +0100 (Fri, 12 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Make sure the wxWindows development headers and libraries are present when skins2 module is enabled. Without wxWindows the skins2 interface is not very usable.
-------------------------------------------------------------------------
-r9291 | gbazin | 2004-11-12 11:38:27 +0100 (Fri, 12 Nov 2004) | 1 line
-Changed paths:
-   D /trunk/evc/vlc.c
-   M /trunk/src/vlc.c
-   M /trunk/toolbox
-
-* toolbox, src/vlc.c: use src/vlc.c in the WinCE project files.
-------------------------------------------------------------------------
-r9290 | gbazin | 2004-11-12 09:27:05 +0100 (Fri, 12 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/src/extras/libc.c
-   M /trunk/src/vlc.c
-
-* src/vlc.c: ported to WinCE.
-------------------------------------------------------------------------
-r9288 | gbazin | 2004-11-12 09:10:19 +0100 (Fri, 12 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/extras/libc.c
-
-* src/extras/libc.c: vlc_parse_cmdline() common facility.
-------------------------------------------------------------------------
-r9286 | gbazin | 2004-11-12 09:04:35 +0100 (Fri, 12 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/portaudio.c
-
-* modules/audio_output/portaudio.c: channel reordering patch by Frederic Ruget + slightly simplified by me.
-------------------------------------------------------------------------
-r9283 | gbazin | 2004-11-11 19:49:08 +0100 (Thu, 11 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-* src/misc/httpd.c: --disable-httpd compilation fix.
-------------------------------------------------------------------------
-r9279 | markfm | 2004-11-11 03:57:43 +0100 (Thu, 11 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/marq.c
-
-Changed logo and marq control variables to attach to ->p_libvlc, to be persistent.
-
-------------------------------------------------------------------------
-r9278 | sigmunau | 2004-11-11 00:41:53 +0100 (Thu, 11 Nov 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-sap.c: 
- * support incorrect announces that does not include parameters we don't
-   parse anyway, change the corresponding msesage from Warn to Dbg.
- * convert UDP to udp, to get the right icon in the playlist
- * fixed a potential crash given away by gcc's warnings
-
-
-------------------------------------------------------------------------
-r9277 | sigmunau | 2004-11-11 00:34:43 +0100 (Thu, 11 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/pls.c
-
-pls.c: start the playlist after loading it.
-
-------------------------------------------------------------------------
-r9276 | sigmunau | 2004-11-11 00:30:26 +0100 (Thu, 11 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/pls.c
-
-pls.c: ported to new api, at least tried to.
-
-------------------------------------------------------------------------
-r9273 | gbazin | 2004-11-10 16:10:30 +0100 (Wed, 10 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_widgets.c
-
-* src/video_output/video_widgets.c: cleanup.
-------------------------------------------------------------------------
-r9271 | fkuehne | 2004-11-10 15:49:09 +0100 (Wed, 10 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/rtci.c
-
-* removed l10n for every string, but the help, 'initialised' and 'command not found' - strings
-------------------------------------------------------------------------
-r9267 | zorglub | 2004-11-10 13:15:36 +0100 (Wed, 10 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Fix crash when a session is deleted
-
-------------------------------------------------------------------------
-r9266 | gbazin | 2004-11-10 11:59:16 +0100 (Wed, 10 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/glwin32.c
-
-* modules/video_output/directx: in embedded mode, we now use the current monitor when switching to fullscreen.
-------------------------------------------------------------------------
-r9265 | fenrir | 2004-11-10 11:56:28 +0100 (Wed, 10 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.h
-
-avi: stupid bug fix for ODML file.
-------------------------------------------------------------------------
-r9264 | zorglub | 2004-11-10 10:24:50 +0100 (Wed, 10 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Fix SAP address
-
-------------------------------------------------------------------------
-r9263 | zorglub | 2004-11-10 10:19:02 +0100 (Wed, 10 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-If proto is RTP/AVP, use rtp
-
-------------------------------------------------------------------------
-r9262 | zorglub | 2004-11-10 10:15:19 +0100 (Wed, 10 Nov 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/playlist/item.c
-
-* SAP: use session identifiers to decide if we need to add items
-* Fix playlist release bug
-* Add sdp and rtp as network type items
-
-------------------------------------------------------------------------
-r9261 | zorglub | 2004-11-09 18:06:41 +0100 (Tue, 09 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/modules/services_discovery/sap.c
-
-Fix a bunch of memory leaks
-
-------------------------------------------------------------------------
-r9260 | gbazin | 2004-11-09 16:16:33 +0100 (Tue, 09 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-* modules/video_filter/logo.c: whole bunch of fixes.
-------------------------------------------------------------------------
-r9259 | markfm | 2004-11-09 15:05:58 +0100 (Tue, 09 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-OTF transparency and file name.  Needs work.
-
-------------------------------------------------------------------------
-r9258 | gbazin | 2004-11-09 12:20:05 +0100 (Tue, 09 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/directx/vout.h
-
-* modules/video_output/directx: last attempt at fixing the spurious taskbar item after switching to fullscreen (it actually also simplifies the code a bit as well).
-------------------------------------------------------------------------
-r9257 | zorglub | 2004-11-09 01:12:09 +0100 (Tue, 09 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-add missing option
-
-------------------------------------------------------------------------
-r9256 | zorglub | 2004-11-09 00:47:32 +0100 (Tue, 09 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/services_discovery.c
-
-include services discovery in interface
-
-------------------------------------------------------------------------
-r9255 | dionoea | 2004-11-09 00:42:08 +0100 (Tue, 09 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
- * put scale setting under bitrate
-
-------------------------------------------------------------------------
-r9253 | gbazin | 2004-11-08 22:06:22 +0100 (Mon, 08 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/portaudio.c
-
-* modules/audio_output/portaudio.c: implemented a PORTAUDIO_IS_SERIOUSLY_BROKEN mode (win32 asio only).
-------------------------------------------------------------------------
-r9252 | zorglub | 2004-11-08 19:59:34 +0100 (Mon, 08 Nov 2004) | 2 lines
-Changed paths:
-   A /trunk/modules/services_discovery/Modules.am
-
-Oups
-
-------------------------------------------------------------------------
-r9251 | zorglub | 2004-11-08 19:19:51 +0100 (Mon, 08 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/misc/Modules.am
-   D /trunk/modules/misc/hal.c
-   D /trunk/modules/misc/sap.c
-   A /trunk/modules/services_discovery
-   A /trunk/modules/services_discovery/hal.c (from /trunk/modules/misc/hal.c:9242)
-   A /trunk/modules/services_discovery/sap.c (from /trunk/modules/misc/sap.c:9242)
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/objects.c
-   M /trunk/src/playlist/playlist.c
-   A /trunk/src/playlist/services_discovery.c
-
-Initial Services discovery support
-
-------------------------------------------------------------------------
-r9250 | sam | 2004-11-08 15:27:06 +0100 (Mon, 08 Nov 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/x11.c
-
-  * modules/video_output/x11/x11.c:
-    + Gave X11 a higher priority than SDL, so that the all-in-one interface
-      still works when the XVideo port is taken. If XVideo is not available,
-      SDL isn't of much use though.
-
-------------------------------------------------------------------------
-r9249 | gbazin | 2004-11-08 15:03:36 +0100 (Mon, 08 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/video_output/vout_subpictures.c: oops, don't forget to test for p_region.
-------------------------------------------------------------------------
-r9248 | gbazin | 2004-11-08 14:58:18 +0100 (Mon, 08 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: proper subpicture scaling using sample aspect ratio information.
-------------------------------------------------------------------------
-r9247 | gbazin | 2004-11-08 14:46:07 +0100 (Mon, 08 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-* modules/video_filter/logo.c: set sample aspect ratio.
-------------------------------------------------------------------------
-r9246 | gbazin | 2004-11-08 14:45:02 +0100 (Mon, 08 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/video_output/vout_subpictures.c: proper subpicture scaling using sample aspect ratio information.
-------------------------------------------------------------------------
-r9245 | gbazin | 2004-11-08 14:41:16 +0100 (Mon, 08 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_es.h
-
-* include/vlc_es.h: added i_sar_num/den (sample aspect ratio) fields to video_format_t (will hopefully deprecate the i_aspect field one day).
-------------------------------------------------------------------------
-r9243 | gbazin | 2004-11-08 13:21:07 +0100 (Mon, 08 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-* modules/access/dshow/dshow.cpp: setup crossbars for MEDIATYPE_Stream as well.
-------------------------------------------------------------------------
-r9242 | zorglub | 2004-11-08 01:46:11 +0100 (Mon, 08 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/src/playlist/item-ext.c
-
-Use play to end as default, and add "play this branch" to popup
-
-------------------------------------------------------------------------
-r9241 | dionoea | 2004-11-08 00:52:19 +0100 (Mon, 08 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
- * added SAP group announcing support in the sout dialog
-
-------------------------------------------------------------------------
-r9240 | zorglub | 2004-11-08 00:41:28 +0100 (Mon, 08 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-
-Fix item delete in skins
-
-------------------------------------------------------------------------
-r9238 | hartman | 2004-11-08 00:05:04 +0100 (Mon, 08 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* Add gnutls libs to OSX build
-
-------------------------------------------------------------------------
-r9237 | sigmunau | 2004-11-07 23:43:44 +0100 (Sun, 07 Nov 2004) | 4 lines
-Changed paths:
-   A /trunk/modules/misc/hal.c
-
-hal.c: start of a libhal based service discovry module. Detects dvd and
-audio cd right now. todo: add more devices, use callbacks for device
-insertions/removal
-
-------------------------------------------------------------------------
-r9235 | gbazin | 2004-11-07 21:17:46 +0100 (Sun, 07 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-
-* modules/codec/ffmpeg/demux.c: bunch of bug fixes (don't trigger on bin/dat files, etc...).
-------------------------------------------------------------------------
-r9234 | gbazin | 2004-11-07 21:14:54 +0100 (Sun, 07 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-* modules/control/rc.c: ported MRL parsing (changeset 9232) from 0.8.1 branch.
-------------------------------------------------------------------------
-r9231 | hartman | 2004-11-07 21:06:59 +0100 (Sun, 07 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutqt.m
-
-* Use possibly better optimized QT YUY2 decoder??? (It seems faster)
-
-------------------------------------------------------------------------
-r9230 | hartman | 2004-11-07 21:01:54 +0100 (Sun, 07 Nov 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/coreaudio.c
-
-* Updated coreaudio resampler. will play small lpcm samples, but still crashes sometimes.
-  problem is writing to freed memory???
-  possibly related to dropped buffers?
-
-------------------------------------------------------------------------
-r9229 | courmisch | 2004-11-07 18:22:19 +0100 (Sun, 07 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Remove bogus debug messages
-
-------------------------------------------------------------------------
-r9228 | courmisch | 2004-11-07 18:20:45 +0100 (Sun, 07 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-Bring socket in non-blocking mode before TLS handshake
-
-------------------------------------------------------------------------
-r9227 | courmisch | 2004-11-07 18:20:19 +0100 (Sun, 07 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Fix handshaking on non-blocking sockets
-
-------------------------------------------------------------------------
-r9226 | courmisch | 2004-11-07 15:52:30 +0100 (Sun, 07 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_tls.h
-   M /trunk/src/misc/tls.c
-
-Fix and simplify client-side API
-(failed to release allocated data in some error cases)
-
-------------------------------------------------------------------------
-r9225 | jpsaman | 2004-11-07 15:41:08 +0100 (Sun, 07 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/rtci.c
-
-Renamed overloaded standard C-library function printf with msg_rc()/msg_rtci().
-
-------------------------------------------------------------------------
-r9224 | courmisch | 2004-11-07 15:40:47 +0100 (Sun, 07 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-Fix compilation warning
-
-------------------------------------------------------------------------
-r9222 | markfm | 2004-11-07 15:01:08 +0100 (Sun, 07 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-On-the-fly control of logo positiion
-
-------------------------------------------------------------------------
-r9221 | markfm | 2004-11-07 12:49:43 +0100 (Sun, 07 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/video_filter/marq.c
-
-Change marquee callback variables to use INPUT instead of PLAYLIST
-
-------------------------------------------------------------------------
-r9220 | courmisch | 2004-11-07 12:28:56 +0100 (Sun, 07 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_tls.h
-   M /trunk/modules/misc/gnutls.c
-
-Implement net_* virtualization with TLS module
-
-------------------------------------------------------------------------
-r9219 | courmisch | 2004-11-07 12:17:37 +0100 (Sun, 07 Nov 2004) | 2 lines
-Changed paths:
-   M /branches/0.8.1/include/network.h
-   M /trunk/include/network.h
-
-Allow multiple inclusions of "network.h"
-
-------------------------------------------------------------------------
-r9218 | markfm | 2004-11-07 12:12:16 +0100 (Sun, 07 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-include wx/imaglist.h (gibalou scores again)
-
-------------------------------------------------------------------------
-r9217 | courmisch | 2004-11-07 12:02:59 +0100 (Sun, 07 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/misc/sap.c
-   M /trunk/src/misc/net.c
-   M /trunk/src/stream_output/sap.c
-
-net_* API update for encryption (recv / send virtualization)
-
-------------------------------------------------------------------------
-r9216 | zorglub | 2004-11-07 11:43:52 +0100 (Sun, 07 Nov 2004) | 4 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/misc/sap.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/playlist.c
-
-* Fixed autodelete
-* Autodelete items played by the SDP demuxer
-* Added playlist_CopyParents facility, for modules that use ItemToNode
-
-------------------------------------------------------------------------
-r9214 | hartman | 2004-11-07 02:26:09 +0100 (Sun, 07 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* disable Title retrieval, was crashing
-
-------------------------------------------------------------------------
-r9213 | hartman | 2004-11-07 01:28:16 +0100 (Sun, 07 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* fixing the OSX playlist (at least it compiles again)
-
-------------------------------------------------------------------------
-r9212 | hartman | 2004-11-07 00:33:24 +0100 (Sun, 07 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-* Some todo updates
-
-------------------------------------------------------------------------
-r9210 | courmisch | 2004-11-06 21:03:41 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_tls.h
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/src/misc/tls.c
-
-Client-side anonymous TLS/SSL support
-
-------------------------------------------------------------------------
-r9209 | courmisch | 2004-11-06 20:43:26 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /branches/0.8.1/src/misc/tls.c
-   M /trunk/src/misc/tls.c
-
-Remove unused variable
-
-------------------------------------------------------------------------
-r9208 | zorglub | 2004-11-06 20:17:32 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Disable old m3u demuxer
-
-------------------------------------------------------------------------
-r9207 | zorglub | 2004-11-06 20:11:25 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-fix a bunch of memory leaks
-
-------------------------------------------------------------------------
-r9206 | courmisch | 2004-11-06 19:40:52 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /branches/0.8.1/modules/misc/gnutls.c
-   M /trunk/modules/misc/gnutls.c
-
-Fixes malloc's parameter
-
-------------------------------------------------------------------------
-r9205 | yoann | 2004-11-06 19:25:01 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_video.h
-   M /trunk/src/video_output/video_widgets.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/video_output/vout_subpictures.c: added a b_fade parameter for enabling fading when rendering subpictures
-
-------------------------------------------------------------------------
-r9204 | yoann | 2004-11-06 18:27:54 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_widgets.c
-
-* src/video_output/video_widgets.c: now uses blend() for OSD widgets.
-
-------------------------------------------------------------------------
-r9196 | courmisch | 2004-11-06 17:26:40 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
-HTTP/SSL stream output
-
-------------------------------------------------------------------------
-r9195 | courmisch | 2004-11-06 17:02:20 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-Better strings
-
-------------------------------------------------------------------------
-r9194 | sigmunau | 2004-11-06 16:51:55 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-TODO: Added some ideas for serice discovery
-
-------------------------------------------------------------------------
-r9193 | courmisch | 2004-11-06 15:40:56 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   A /trunk/src/misc/tls.c
-
-Oups, forgot this file
-
-------------------------------------------------------------------------
-r9192 | courmisch | 2004-11-06 15:40:41 +0100 (Sat, 06 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc_tls.h
-   M /trunk/modules/control/http.c
-
-- Better settings description,
-- Easier TLS module wrapper.
-
-------------------------------------------------------------------------
-r9191 | yoann | 2004-11-06 15:04:29 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/sap.c
-
-* Added group announcing support
-
-------------------------------------------------------------------------
-r9190 | zorglub | 2004-11-06 14:59:24 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-added myself
-
-------------------------------------------------------------------------
-r9189 | zorglub | 2004-11-06 14:43:36 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/bitmaps/type_directory.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/type_disc.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/type_unknown.xpm
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-fix images, don't rescale them
-
-------------------------------------------------------------------------
-r9188 | courmisch | 2004-11-06 14:10:06 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Use vlc main object for gcrypt thread-safety callbacks
-
-------------------------------------------------------------------------
-r9187 | zorglub | 2004-11-06 13:51:39 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-   M /trunk/src/playlist/playlist.c
-
-Honor don't skip flag for items too
-
-------------------------------------------------------------------------
-r9186 | courmisch | 2004-11-06 13:44:12 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
---dh-bits option to change the Diffie Hellman prime number's bits size
-
-------------------------------------------------------------------------
-r9185 | yoann | 2004-11-06 13:25:09 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_filter.h
-   M /trunk/modules/video_filter/blend.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* modules/video_filter/blend.c: added an i_alpha parameter for blending
-
-------------------------------------------------------------------------
-r9184 | zorglub | 2004-11-06 13:13:30 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-One more thing to do :)
-
-------------------------------------------------------------------------
-r9183 | courmisch | 2004-11-06 13:11:03 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-gnutls version check
-
-------------------------------------------------------------------------
-r9182 | courmisch | 2004-11-06 13:05:32 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-gcrypt thread-safety
-
-------------------------------------------------------------------------
-r9181 | gbazin | 2004-11-06 12:46:24 +0100 (Sat, 06 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-* modules/gui/wxwindows/playlist.cpp: unicode build fixes.
-------------------------------------------------------------------------
-r9180 | zorglub | 2004-11-06 12:23:38 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/xosd.c
-
-compilation fix for xOSD
-
-------------------------------------------------------------------------
-r9179 | zorglub | 2004-11-06 12:22:46 +0100 (Sat, 06 Nov 2004) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/TODO
-   M /trunk/modules/control/http.c
-   M /trunk/modules/misc/playlist/m3u.c
-
-Fixes
-Build the correct files
-Updated TODO
-
-------------------------------------------------------------------------
-r9178 | zorglub | 2004-11-06 12:21:14 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/vorbis.c
-
-Fixes + use new API for directory demuxer
-
-------------------------------------------------------------------------
-r9177 | zorglub | 2004-11-06 12:20:06 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/pls.c
-
-Use new API for M3U demuxer
-
-------------------------------------------------------------------------
-r9176 | zorglub | 2004-11-06 12:19:35 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   A /trunk/modules/misc/testsuite/playlist.c
-
-beginning of a testsuite for the playlist
-
-------------------------------------------------------------------------
-r9175 | zorglub | 2004-11-06 12:19:08 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-
-fix for new playlist API
-
-------------------------------------------------------------------------
-r9174 | zorglub | 2004-11-06 12:18:43 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/wxwindows/bitmaps/type_card.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/type_directory.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/type_disc.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/type_net.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/type_playlist.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/type_unknown.xpm
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Implement new playlist system in wxWidgets interface
-
-------------------------------------------------------------------------
-r9173 | zorglub | 2004-11-06 12:18:10 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-rewrite of the SAP parser
-
-------------------------------------------------------------------------
-r9172 | zorglub | 2004-11-06 12:17:46 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_keys.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/var.c
-   D /trunk/src/playlist/group.c
-   M /trunk/src/playlist/info.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/sort.c
-   A /trunk/src/playlist/view.c
-
-Improvements to the playlist core
-
-------------------------------------------------------------------------
-r9171 | zorglub | 2004-11-06 12:15:50 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_help.h
-
-Missing help string
-
-------------------------------------------------------------------------
-r9170 | zorglub | 2004-11-06 12:14:00 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-add a comment to explain what it does
-
-------------------------------------------------------------------------
-r9169 | zorglub | 2004-11-06 12:13:23 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/src/misc/net.c
-
-added net_Select
-
-------------------------------------------------------------------------
-r9168 | courmisch | 2004-11-06 11:50:22 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   D /trunk/src/misc/tls.c
-
-No longer used
-
-------------------------------------------------------------------------
-r9167 | courmisch | 2004-11-06 11:49:57 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Checks for gnutls
-
-------------------------------------------------------------------------
-r9166 | courmisch | 2004-11-06 11:49:21 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-Fix to use TLS module dynamically
-
-------------------------------------------------------------------------
-r9165 | courmisch | 2004-11-06 11:48:53 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/Modules.am
-   A /trunk/modules/misc/gnutls.c (from /trunk/src/misc/tls.c:9158)
-
-gnutls TLS module
-
-------------------------------------------------------------------------
-r9164 | courmisch | 2004-11-06 11:48:15 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-common tls types
-
-------------------------------------------------------------------------
-r9163 | courmisch | 2004-11-06 11:47:27 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-No longer build src/misc/tls.c
-
-------------------------------------------------------------------------
-r9162 | courmisch | 2004-11-06 11:47:04 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Support for creating TLS objects
-
-------------------------------------------------------------------------
-r9161 | courmisch | 2004-11-06 11:45:07 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_tls.h
-
-TLS modules interface
-
-------------------------------------------------------------------------
-r9160 | courmisch | 2004-11-06 11:43:35 +0100 (Sat, 06 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-
-New TLS object type
-
-------------------------------------------------------------------------
-r9159 | ipkiss | 2004-11-05 21:11:21 +0100 (Fri, 05 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
-Added the items specific to VLC 0.8.0
-
-------------------------------------------------------------------------
-r9158 | hartman | 2004-11-05 16:18:12 +0100 (Fri, 05 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-* unknow -> unknown
-
-------------------------------------------------------------------------
-r9157 | gbazin | 2004-11-05 15:59:11 +0100 (Fri, 05 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* NEWS: update to current changes in 0.8.1-svn.
-------------------------------------------------------------------------
-r9156 | gbazin | 2004-11-05 15:57:53 +0100 (Fri, 05 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* modules/codec/ffmpeg/*: fix interlaced encoding (top field first + repeat field.)
-------------------------------------------------------------------------
-r9155 | hartman | 2004-11-05 15:40:07 +0100 (Fri, 05 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.h
-
-* recognize subtitles streams in avi. Now to decode them. if anyone has ANY info on how this works :)
-
-------------------------------------------------------------------------
-r9154 | hartman | 2004-11-05 15:16:09 +0100 (Fri, 05 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-* Trackname support for avi
-
-------------------------------------------------------------------------
-r9153 | gbazin | 2004-11-05 13:56:35 +0100 (Fri, 05 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/waveout.c
-
-* modules/audio_output/waveout.c,directx.c: fixed audio channel ordering.
-------------------------------------------------------------------------
-r9152 | hartman | 2004-11-05 13:42:32 +0100 (Fri, 05 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-
-* comment correction
-
-------------------------------------------------------------------------
-r9151 | gbazin | 2004-11-05 12:51:47 +0100 (Fri, 05 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* modules/codec/ffmpeg/encoder.c: hmm better be safe than sorry.
-------------------------------------------------------------------------
-r9150 | gbazin | 2004-11-05 12:50:32 +0100 (Fri, 05 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* modules/codec/ffmpeg/encoder.c: stupid rounding error in aspect ratio calculation.
-------------------------------------------------------------------------
-r9149 | courmisch | 2004-11-05 00:08:52 +0100 (Fri, 05 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-Use --http-intf-* for certificates stuff instead of --http-*
-(might conflict with HTTP streaming output at a later stage)
-
-------------------------------------------------------------------------
-r9148 | hartman | 2004-11-05 00:00:37 +0100 (Fri, 05 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* We are now at 0.8.1-svn
-
-------------------------------------------------------------------------
-r9147 | courmisch | 2004-11-04 23:57:56 +0100 (Thu, 04 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-HTTP interface SSL options
-
-------------------------------------------------------------------------
-r9146 | courmisch | 2004-11-04 23:57:16 +0100 (Thu, 04 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_httpd.h
-
-Export HTTP/SSL support otherwise it's not much use
-
-------------------------------------------------------------------------
-r9145 | courmisch | 2004-11-04 23:55:54 +0100 (Thu, 04 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-HTTPd core optional SSL support
-
-------------------------------------------------------------------------
-r9144 | courmisch | 2004-11-04 23:54:17 +0100 (Thu, 04 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc_common.h
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/tls.c
-
-Include TLS/SSL API
-
-------------------------------------------------------------------------
-r9143 | courmisch | 2004-11-04 23:51:20 +0100 (Thu, 04 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Check for libgnutls
-
-------------------------------------------------------------------------
-r9142 | hartman | 2004-11-04 23:32:40 +0100 (Thu, 04 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-
-* Added more annotations boxes
-* if we find the track name, then store in the fmt.
-
-------------------------------------------------------------------------
-r9141 | courmisch | 2004-11-04 23:01:48 +0100 (Thu, 04 Nov 2004) | 2 lines
-Changed paths:
-   A /trunk/include/vlc_tls.h
-   A /trunk/src/misc/tls.c
-
-Initial partial SSL/TLS support (to be continued)
-
-------------------------------------------------------------------------
-r9140 | courmisch | 2004-11-04 22:37:28 +0100 (Thu, 04 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-Compile warning fixed
-
-------------------------------------------------------------------------
-r9139 | hartman | 2004-11-04 22:05:57 +0100 (Thu, 04 Nov 2004) | 4 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-* src/input/es_out.c:
-  - renamed es_out_id_t->psz_description to psz_language to better reflect it's use.
-  - Reflect both track name and language (if we know them) in the menu's.
-
-------------------------------------------------------------------------
-r9138 | hartman | 2004-11-04 21:58:51 +0100 (Thu, 04 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* Fix the psz_description of telx and vbi streams
-
-------------------------------------------------------------------------
-r9137 | hartman | 2004-11-04 17:52:27 +0100 (Thu, 04 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/po/es.po
-
-* Updated Spanish translation (UTF-8 conversion fixing)
-
-------------------------------------------------------------------------
-r9136 | hartman | 2004-11-04 17:41:56 +0100 (Thu, 04 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-
-* Spelling correction
-
-------------------------------------------------------------------------
-r9135 | hartman | 2004-11-04 17:40:39 +0100 (Thu, 04 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/translations.txt
-
-* Update environment instructions for 10.3 (which uses bash instead of tcsh)
-
-------------------------------------------------------------------------
-r9134 | hartman | 2004-11-04 17:39:40 +0100 (Thu, 04 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* Spelling correction
-
-------------------------------------------------------------------------
-r9133 | zorglub | 2004-11-04 14:37:17 +0100 (Thu, 04 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-
-Save equalizer values so that they don't get overriden on filter enable
-Set default preamp to 12.0 dB
-
-------------------------------------------------------------------------
-r9132 | zorglub | 2004-11-04 14:02:38 +0100 (Thu, 04 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-Wrong options descriptions in TS muxer
-
-------------------------------------------------------------------------
-r9131 | zorglub | 2004-11-04 13:58:22 +0100 (Thu, 04 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-
-Remember adjust settings when there is a vout so that settings are applied as soon as filter is re-enabled
-
-------------------------------------------------------------------------
-r9130 | gbazin | 2004-11-03 19:32:30 +0100 (Wed, 03 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/pes.c
-
-* modules/mux/mpeg/pes.c: for mpgv, don't store dts if pts == dts.
-------------------------------------------------------------------------
-r9129 | gbazin | 2004-11-03 12:56:16 +0100 (Wed, 03 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-* modules/access/dshow/dshow.cpp: fixed initialization bug.
-------------------------------------------------------------------------
-r9128 | gbazin | 2004-11-03 11:25:04 +0100 (Wed, 03 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-* modules/access/dshow/dshow.cpp: really fix DV/PVR support this time (hopefully ;).
-------------------------------------------------------------------------
-r9126 | gbazin | 2004-11-03 01:07:38 +0100 (Wed, 03 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/normvol.c
-
-* modules/audio_filter/normvol.c: oops.
-------------------------------------------------------------------------
-r9125 | sam | 2004-11-03 01:05:22 +0100 (Wed, 03 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/libvlc.h
-
-  * include/vlc_interface.h src/libvlc.h: typography.
-
-------------------------------------------------------------------------
-r9124 | gbazin | 2004-11-03 00:59:02 +0100 (Wed, 03 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* ChangeLog, po: YAUF 0.8.0 (yet another update for 0.8.0).
-------------------------------------------------------------------------
-r9123 | sam | 2004-11-03 00:51:21 +0100 (Wed, 03 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-  * modules/access/cdda/cdda.c: Spelling fix.
-
-------------------------------------------------------------------------
-r9122 | gbazin | 2004-11-03 00:43:41 +0100 (Wed, 03 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: added normvol to the list of plugins.
-------------------------------------------------------------------------
-r9121 | gbazin | 2004-11-03 00:42:08 +0100 (Wed, 03 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/normvol.c
-
-* modules/audio_filter/normvol.c: compilation fix (C99ism).
-------------------------------------------------------------------------
-r9120 | hartman | 2004-11-03 00:41:36 +0100 (Wed, 03 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Disable cddb, libcdio and vcdimager building on OSX, since basically they aren't used yet on OS X. (guarding for unused 3rd party libraries)
-
-------------------------------------------------------------------------
-r9119 | gbazin | 2004-11-03 00:40:20 +0100 (Wed, 03 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/variables.c
-
-* src/misc/variables.c: fixed bug (config_GetPsz() can return NULL).
-------------------------------------------------------------------------
-r9117 | sam | 2004-11-02 23:29:07 +0100 (Tue, 02 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-  * src/misc/modules:
-    + Only consider psz_program when looking for an interface plugin.
-
-------------------------------------------------------------------------
-r9116 | hartman | 2004-11-02 22:35:54 +0100 (Tue, 02 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/kasenna.patch
-
-* kasenna patch for OS X. cheating while i can :)
-  patch is for the 2004.10.28a version of vlc
-
-------------------------------------------------------------------------
-r9115 | hartman | 2004-11-02 21:59:41 +0100 (Tue, 02 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* newer liveMedia version for OSX.
-
-------------------------------------------------------------------------
-r9114 | hartman | 2004-11-02 21:52:45 +0100 (Tue, 02 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-* fixed a problem with sub-fps overriding
-  If subtitle format  doesn't have their own reference, they should define 25fps as the the standard reference, BUT NOT GLOBALLY. Cause then ALL subtitle formats will use this correction factor of 25fps.
-
-------------------------------------------------------------------------
-r9112 | gbazin | 2004-11-02 20:25:31 +0100 (Tue, 02 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/ChangeLog
-
-* ChangeLog: updated for the 0.8.0 release.
-------------------------------------------------------------------------
-r9111 | gbazin | 2004-11-02 20:23:40 +0100 (Tue, 02 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: slightly bigger interface on win32.
-------------------------------------------------------------------------
-r9110 | fenrir | 2004-11-02 16:23:18 +0100 (Tue, 02 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-* httpd: Do not close the connection on timeout for rtsp.
-(Make quicktime happy)
-------------------------------------------------------------------------
-r9109 | sam | 2004-11-02 15:11:19 +0100 (Tue, 02 Nov 2004) | 4 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-  * po/fr.po:
-    + Minor spelling fixes.
-    + Correct UTF8 apostrophes.
-
-------------------------------------------------------------------------
-r9108 | gbazin | 2004-11-02 14:47:19 +0100 (Tue, 02 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* po/*: update in preparation for 0.8.0.
-------------------------------------------------------------------------
-r9107 | gbazin | 2004-11-02 14:38:04 +0100 (Tue, 02 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-* modules/control/rc.c: reverted last commit and only print an additional '\r' in net mode.
-------------------------------------------------------------------------
-r9106 | gbazin | 2004-11-02 13:52:49 +0100 (Tue, 02 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/win32_specific.c
-
-* src/misc/win32_specific.c: mozilla plugin fix.
-------------------------------------------------------------------------
-r9105 | hartman | 2004-11-02 13:50:17 +0100 (Tue, 02 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-
-* detect rtsptext reference files as used by QuickTime and Real
-
-------------------------------------------------------------------------
-r9104 | gbazin | 2004-11-02 10:19:19 +0100 (Tue, 02 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/portaudio.c
-
-* modules/audio_output/portaudio.c: make stereo the default.
-------------------------------------------------------------------------
-r9103 | fkuehne | 2004-11-01 23:41:54 +0100 (Mon, 01 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/po/it.po
-
-* changed the used-charset-property to UTF-8
-------------------------------------------------------------------------
-r9102 | gbazin | 2004-11-01 17:37:32 +0100 (Mon, 01 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/filter.cpp
-
-* modules/access/dshow/filter.cpp: fixed uninitialized variable.
-------------------------------------------------------------------------
-r9101 | gbazin | 2004-11-01 17:21:29 +0100 (Mon, 01 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.c
-
-* modules/codec/dmo/dmo.c: fixed a couple of memleaks.
-------------------------------------------------------------------------
-r9100 | gbazin | 2004-11-01 16:35:11 +0100 (Mon, 01 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* src/video_output/video_output.c: portability fix.
-------------------------------------------------------------------------
-r9099 | hartman | 2004-11-01 14:43:43 +0100 (Mon, 01 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/sgimb.c
-
-* Shame shame shame shame shame, Shame on me 
-
-------------------------------------------------------------------------
-r9098 | hartman | 2004-11-01 14:42:05 +0100 (Mon, 01 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/sgimb.c
-
-* Set a higher RTSP caching if we use Kasenna VoD
-
-------------------------------------------------------------------------
-r9097 | gbazin | 2004-11-01 14:10:14 +0100 (Mon, 01 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-* modules/access/dshow/dshow.cpp: don't add a prefered media type when dealing with pins which handle MEDIATYPE_Stream (for some reason the WinTV PVR doesn't really like this).
-------------------------------------------------------------------------
-r9096 | gbazin | 2004-11-01 13:58:39 +0100 (Mon, 01 Nov 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/filter.cpp
-
-* modules/access/dshow/filter.cpp: fixed crash.
-------------------------------------------------------------------------
-r9095 | dionoea | 2004-11-01 12:06:13 +0100 (Mon, 01 Nov 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/share/http/index.html
-
-Possibility to set volume using %
-
-------------------------------------------------------------------------
-r9094 | dionoea | 2004-11-01 11:35:39 +0100 (Mon, 01 Nov 2004) | 3 lines
-Changed paths:
-   M /trunk/share/http/index.html
-
-Fixed the volume control
-
-
-------------------------------------------------------------------------
-r9093 | jpsaman | 2004-10-31 18:24:18 +0100 (Sun, 31 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.h3600
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/control.zaurus
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/rules.h3600
-   M /trunk/ipkg/rules.opie
-   M /trunk/ipkg/rules.zaurus
-
-Update version information in iPAQ build files.wq
-------------------------------------------------------------------------
-r9092 | markfm | 2004-10-31 17:50:14 +0100 (Sun, 31 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-
-Initialize i_smooth
-
-------------------------------------------------------------------------
-r9091 | gbazin | 2004-10-31 17:44:01 +0100 (Sun, 31 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/NEWS
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* ALL: update in preparation for 0.8.0.
-
-------------------------------------------------------------------------
-r9090 | gbazin | 2004-10-31 17:21:28 +0100 (Sun, 31 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h: --intf isn't an advanced option.
-* TODO: updated.
-
-------------------------------------------------------------------------
-r9089 | jpsaman | 2004-10-31 16:51:24 +0100 (Sun, 31 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/spudec/spudec.c
-
-Logical fix: add packetizer in PackitizerOpen()
-------------------------------------------------------------------------
-r9088 | gbazin | 2004-10-31 14:19:28 +0100 (Sun, 31 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-
-* modules/gui/wxwindows/preferences_widgets.cpp/h: work around a wxSpinCtrl recursion bug in wxGTK.
-------------------------------------------------------------------------
-r9087 | gbazin | 2004-10-30 17:32:56 +0200 (Sat, 30 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/netsync.c
-
-* modules/control/netsync.c: less verbose.
-------------------------------------------------------------------------
-r9086 | gbazin | 2004-10-30 17:27:28 +0200 (Sat, 30 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* modules/codec/ffmpeg/encoder.c: compilation fix for ffmpeg 0.4.8 (not sure it's worth but...).
-------------------------------------------------------------------------
-r9085 | gbazin | 2004-10-30 17:05:52 +0200 (Sat, 30 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: trying to make the audio/fps resync work even when an ES is not transcoded.
-------------------------------------------------------------------------
-r9084 | gbazin | 2004-10-30 16:12:35 +0200 (Sat, 30 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-*  modules/stream_out/transcode.c: fixed subtitles encoding when used with audio-sync.
-------------------------------------------------------------------------
-r9083 | gbazin | 2004-10-30 12:36:07 +0200 (Sat, 30 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-   M /trunk/src/misc/vlm.c
-
-* src/misc/vlm.c: reformat help message.
-* modules/control/telnet.c: "\n" -> "\r\n" + cleanup.
-
-------------------------------------------------------------------------
-r9082 | hartman | 2004-10-29 18:13:10 +0200 (Fri, 29 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* live365.com servers behave quite like icecast servers. they are now supported and piggyback on the same 'hack'. Also print the [ice|icy|x-audiocast]-* meta headers. send by ICY and icecast servers.
-
-------------------------------------------------------------------------
-r9081 | hartman | 2004-10-29 17:11:07 +0200 (Fri, 29 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* Fix icecast detection (only works if the server truly is icecast).
-
-------------------------------------------------------------------------
-r9080 | hartman | 2004-10-29 14:59:14 +0200 (Fri, 29 Oct 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* recognize the following descriptors in a DVB stream (no decoders yet)
-  - 0x56 Systems B EBU Teletext
-  - 0x45 VBI Data
-  - 0x46 VBI Teletext
-
-------------------------------------------------------------------------
-r9079 | gbazin | 2004-10-29 12:59:19 +0200 (Fri, 29 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_es_out.h
-   M /trunk/modules/control/netsync.c
-   M /trunk/src/input/es_out.c
-
-* src/input/es_out.c, include/vlc_es_out.h: added an ES_OUT_GET_TS method to get a converted timestamp.
-* modules/control/netsync.c: fixed the netsync module.
-
-------------------------------------------------------------------------
-r9078 | gbazin | 2004-10-29 11:19:38 +0200 (Fri, 29 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
-* modules/mux/mp4.c: added a 3gp mode which writes a 3gp ftyp header.
-------------------------------------------------------------------------
-r9077 | gbazin | 2004-10-28 19:46:18 +0200 (Thu, 28 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/portaudio.c
-
-* modules/audio_output/portaudio.c: ported to portaudio v19 by Frederic Ruget +  mostly rewritten by me.
-------------------------------------------------------------------------
-r9076 | gbazin | 2004-10-28 15:52:36 +0200 (Thu, 28 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvb/linux_dvb.c
-
-* modules/access/dvb/linux_dvb.c: compilation fix for new versions.
-------------------------------------------------------------------------
-r9075 | gbazin | 2004-10-28 15:42:48 +0200 (Thu, 28 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.c
-
-* modules/codec/dmo: couple of fixes.
-------------------------------------------------------------------------
-r9074 | gbazin | 2004-10-28 13:16:06 +0200 (Thu, 28 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-
-* modules/access/dshow: some more debug messages.
-------------------------------------------------------------------------
-r9073 | gbazin | 2004-10-28 12:29:49 +0200 (Thu, 28 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: remove debug message.
-------------------------------------------------------------------------
-r9072 | gbazin | 2004-10-28 12:26:00 +0200 (Thu, 28 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: include current language in cache file.
-------------------------------------------------------------------------
-r9071 | hartman | 2004-10-28 12:17:22 +0200 (Thu, 28 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-* subtitle.c: make sure int -> date conversion is don properly everywhere.
-
-------------------------------------------------------------------------
-r9070 | gbazin | 2004-10-28 11:23:37 +0200 (Thu, 28 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: fixed forcing of modules.
-------------------------------------------------------------------------
-r9069 | bigben | 2004-10-27 23:47:44 +0200 (Wed, 27 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/open.m
-
-Add rtsp to the list of protocols available in the http/ftp/mms option of the open network dialog. This breaks translation of this string but, BTW, why is it translatable ?
-
-
-------------------------------------------------------------------------
-r9068 | massiot | 2004-10-27 17:22:01 +0200 (Wed, 27 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-
- * modules/access/dvb: Fixed a bug with CAMs which take a long time to
-   initialize.
-
-------------------------------------------------------------------------
-r9067 | gbazin | 2004-10-27 16:59:24 +0200 (Wed, 27 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/pes.h
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-
-* modules/mux/mpeg: for video ES, always put the pts and dts in the pes header when they are both available (makes vlc a lot happier when demuxing the stream, especially for other video codecs than mpeg2).
-------------------------------------------------------------------------
-r9066 | gbazin | 2004-10-27 16:14:47 +0200 (Wed, 27 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* modules/codec/ffmpeg/encoder.c: work around stupid timestamping behaviour in libavcodec.
-------------------------------------------------------------------------
-r9065 | sam | 2004-10-27 15:32:21 +0200 (Wed, 27 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-  * src/misc/modules:
-    + Support for CACHEDIR.TAG (see http://www.brynosaurus.com/cachedir/).
-
-------------------------------------------------------------------------
-r9064 | sam | 2004-10-27 15:20:42 +0200 (Wed, 27 Oct 2004) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_config.h
-   M /trunk/src/misc/modules.c
-
-  * src/misc/modules.c:
-    + Store plugin cache in a cache/ subdirectory.
-    + Encode the endianness and pointer size in the plugin cache filename to
-      prevent crashes on multiarch home directories.
-
-------------------------------------------------------------------------
-r9063 | gbazin | 2004-10-27 12:42:48 +0200 (Wed, 27 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
-* modules/demux/asf/asf.c: commented out the 'found compressed payload' message.
-------------------------------------------------------------------------
-r9062 | hartman | 2004-10-27 03:05:37 +0200 (Wed, 27 Oct 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* livedotcom.cpp: - added support for the RTSP BYE packet. Patch by
-  Ross Finlayson (21 august 2004)
-  - fixed support for (Darwin) Pause. Patch from Hussain ( conundrums at gmail dot com )
-
-------------------------------------------------------------------------
-r9061 | gbazin | 2004-10-26 15:03:03 +0200 (Tue, 26 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
-* modules/demux/mpeg/mpga.c: oops, uninitialized variable.
-------------------------------------------------------------------------
-r9060 | gbazin | 2004-10-26 15:00:04 +0200 (Tue, 26 Oct 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
-* modules/demux/mpeg/mpga.c: rewritten using the mpeg audio packetizer.
-  - fixes problems the old demux had with some mp3s.
-  - should handle free-bitrate as well.
-
-------------------------------------------------------------------------
-r9059 | markfm | 2004-10-25 13:23:11 +0200 (Mon, 25 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-
-Comment out truncated packets debug message.
-
-------------------------------------------------------------------------
-r9058 | gbazin | 2004-10-25 12:59:17 +0200 (Mon, 25 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* modules/access/http.c: reverted the change to flag shoutcast streams as non-pace controllable (doesn't work really well).
-------------------------------------------------------------------------
-r9057 | gbazin | 2004-10-25 10:19:29 +0200 (Mon, 25 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h: do not make --high-priority an advanced option.
-------------------------------------------------------------------------
-r9056 | gbazin | 2004-10-24 23:07:58 +0200 (Sun, 24 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/threads.c
-
-* src/libvlc.c, src/misc/threads.c: couple of fixes for thread priorities.
-------------------------------------------------------------------------
-r9055 | murray | 2004-10-24 19:09:14 +0200 (Sun, 24 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/po/it.po
-
-UTF8 version of it.po
-
-------------------------------------------------------------------------
-r9054 | zorglub | 2004-10-24 18:37:13 +0200 (Sun, 24 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Cosmetics
-
-------------------------------------------------------------------------
-r9053 | sigmunau | 2004-10-24 18:19:44 +0200 (Sun, 24 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-freetype.c: fixed crash on unbreakable strings
-
-------------------------------------------------------------------------
-r9052 | sigmunau | 2004-10-24 18:03:11 +0200 (Sun, 24 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-freetype.c: Auto-wrap subtitles (still needs some work to handle margins)
-
-------------------------------------------------------------------------
-r9051 | markfm | 2004-10-24 17:56:37 +0200 (Sun, 24 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-
-Truncated packet debug message -- state reported vs. actual length, not the delta.
-
-------------------------------------------------------------------------
-r9050 | gbazin | 2004-10-24 17:26:23 +0200 (Sun, 24 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* modules/codec/ffmpeg/encoder.c: sanity check for frames in the past that libavcodec really doesn't like.
-------------------------------------------------------------------------
-r9049 | sigmunau | 2004-10-24 15:13:58 +0200 (Sun, 24 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-freetype.c: fixed two size/position related bugs. 
-
-------------------------------------------------------------------------
-r9048 | gbazin | 2004-10-23 21:47:24 +0200 (Sat, 23 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: fixed detection of libavformat.
-------------------------------------------------------------------------
-r9047 | gbazin | 2004-10-23 20:22:42 +0200 (Sat, 23 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: mkv compilation fix by Philippe Van Hecke (philippe dot vanhecke at belnet dot be).
-------------------------------------------------------------------------
-r9046 | fkuehne | 2004-10-23 18:54:56 +0200 (Sat, 23 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/po/es.po
-
-* final update to the Spanish translation by Antonio Javier Varela Calvo
-------------------------------------------------------------------------
-r9045 | zorglub | 2004-10-23 18:08:57 +0200 (Sat, 23 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamdata.h
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-
-Update muxers and codecs in wizard
-
-------------------------------------------------------------------------
-r9044 | gbazin | 2004-10-23 13:47:22 +0200 (Sat, 23 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-* modules/misc/freetype.c: off by one error.
-------------------------------------------------------------------------
-r9043 | gbazin | 2004-10-22 20:34:38 +0200 (Fri, 22 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_block.h
-
-* include/vlc_block.h: compilation fix (define BLOCK_FLAG_NO_KEYFRAME).
-------------------------------------------------------------------------
-r9042 | massiot | 2004-10-22 17:16:45 +0200 (Fri, 22 Oct 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/pes.h
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-
- * modules/mux/mpeg/pes.c: Extended prototype to allow for padding bytes
-   and data_alignment in the PES header (needed for teletext).
- * modules/mux/mpeg/ts.c: Teletext (0x56 descriptor) streaming support,
-   new options spu-pid and tsid, re-enabled bmax because it is useful for
-   debugging the encoder, fixed in a bug in the parsing of the CSA key
-
-------------------------------------------------------------------------
-r9041 | hartman | 2004-10-22 15:53:53 +0200 (Fri, 22 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/misc/sap.c
-
-* Fix reference modules to add after their own playlist position instead of the end of the playlist
-
-------------------------------------------------------------------------
-r9040 | massiot | 2004-10-22 15:53:18 +0200 (Fri, 22 Oct 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/access/dvb/Modules.am
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.h
-   A /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-   M /trunk/modules/demux/ts.c
-
- * modules/access/dvb: Partial EN 50 221 implementation. This activates
-   native support for CAM modules (without using an external program).
-   When used in conjunction with --programs, it also allows to descramble
-   several services with one professional CAM.
-
-------------------------------------------------------------------------
-r9039 | massiot | 2004-10-22 15:49:14 +0200 (Fri, 22 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_es_out.h
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/var.c
-   M /trunk/src/libvlc.h
-
- * src/input: Added a --programs configuration option, allowing to select
-   several coma-separated programs.
-
-------------------------------------------------------------------------
-r9038 | massiot | 2004-10-22 15:44:24 +0200 (Fri, 22 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transrate/frame.c
-
-* modules/stream_out/transrate/frame.c: Added Antoine Missout's (the
-  original author) email address.
-
-------------------------------------------------------------------------
-r9037 | massiot | 2004-10-22 15:42:17 +0200 (Fri, 22 Oct 2004) | 4 lines
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-* src/misc/threads.c: Fixed a bug in handling of priorities : with POSIX
-  threads a newly created thread inherits the priority of its parent.
-  Set the priority even if it is 0.
-
-------------------------------------------------------------------------
-r9036 | massiot | 2004-10-22 15:37:21 +0200 (Fri, 22 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/variables.c
-
- * src/misc/variables.c: Implemented inheritance for variables of type list.
-
-------------------------------------------------------------------------
-r9035 | gbazin | 2004-10-22 15:33:31 +0200 (Fri, 22 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-* modules/gui/wxwindows/open.cpp: small cosmetic change.
-------------------------------------------------------------------------
-r9034 | gbazin | 2004-10-22 15:31:17 +0200 (Fri, 22 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-* modules/access/dshow/dshow.cpp: moved tuner properties to its own function + new dshow-tuner config option.
-------------------------------------------------------------------------
-r9033 | gbazin | 2004-10-22 14:07:08 +0200 (Fri, 22 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/streamout.cpp: removed avi muxer + added wav muxer and a few more codecs.
-------------------------------------------------------------------------
-r9032 | gbazin | 2004-10-22 13:22:04 +0200 (Fri, 22 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* modules/codec/ffmpeg/video.c: libavcodec still doesn't handle avc1 properly so work around this until the issue is solved.
-------------------------------------------------------------------------
-r9031 | gbazin | 2004-10-22 13:11:27 +0200 (Fri, 22 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
-* modules/packetizer/h264.c: oops, forgot to remove a bit of debug code.
-------------------------------------------------------------------------
-r9030 | gbazin | 2004-10-22 12:08:17 +0200 (Fri, 22 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   D /trunk/modules/codec/ffmpeg/postprocessing
-
-* modules/codec/ffmpeg/postprocessing: removed deprecated postprocessing code.
-
-------------------------------------------------------------------------
-r9029 | fkuehne | 2004-10-21 16:55:00 +0200 (Thu, 21 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/po/de.po
-   M /trunk/po/es.po
-
-* es.po: almost complete update to the Spanish l10n by Antonio Javier Varela, converted to UTF-8
-* de.po: small fix
-------------------------------------------------------------------------
-r9028 | gbazin | 2004-10-21 16:33:27 +0200 (Thu, 21 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/ntservice.c
-
-* modules/control/ntservice.c: fix for --ntservice-extraintf.
-------------------------------------------------------------------------
-r9027 | gbazin | 2004-10-21 15:20:54 +0200 (Thu, 21 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* modules/codec/dvbsub.c: fixed a sanity check.
-------------------------------------------------------------------------
-r9026 | gbazin | 2004-10-21 14:48:10 +0200 (Thu, 21 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/ntservice.c
-
-* modules/control/ntservice.c: added an --ntservice-options config option to allow specifying config options to be used when starting the service.
-------------------------------------------------------------------------
-r9025 | gbazin | 2004-10-21 12:23:08 +0200 (Thu, 21 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.c
-
-* src/libvlc.c: win32 fixes for the help output when used with a cygwin shell.
-------------------------------------------------------------------------
-r9024 | gbazin | 2004-10-21 11:09:20 +0200 (Thu, 21 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-
-* modules/audio_output/directx.c: use common channel re-ordering code.
-------------------------------------------------------------------------
-r9023 | gbazin | 2004-10-20 19:44:36 +0200 (Wed, 20 Oct 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
-* modules/packetizer/h264.c:
-   - use 3 bytes start codes.
-   - fixed SPS parsing with cropping.
-   - fixed detection of the first VCL NAL unit of a picture.
-
-------------------------------------------------------------------------
-r9022 | gbazin | 2004-10-20 16:59:49 +0200 (Wed, 20 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-* modules/access/dshow/dshow.cpp: codying style changes + a couple of fixes.
-------------------------------------------------------------------------
-r9021 | gbazin | 2004-10-20 15:04:05 +0200 (Wed, 20 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/demux.c
-
-* src/input/demux.c: make sure the demux chaining layer doesn't stay stuck when stopping.
-------------------------------------------------------------------------
-r9020 | gbazin | 2004-10-20 14:01:09 +0200 (Wed, 20 Oct 2004) | 5 lines
-Changed paths:
-   M /trunk/doc/vlm.txt
-   M /trunk/include/vlc_vlm.h
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/src/misc/vlm.c
-
-* src/misc/vlm.c: added support for the 'mux' option for VOD.
-   This option tells the vod server to send an encapsulated stream.
-* modules/misc/rtsp.c: support for mp2t (MPEG TS) and mp2p (MPEG PS) mux types.
-* doc/vlm.txt: update for the mux option.
-
-------------------------------------------------------------------------
-r9019 | gbazin | 2004-10-20 13:37:08 +0200 (Wed, 20 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-* modules/control/telnet.c: a few fixes + coding style changes.
-------------------------------------------------------------------------
-r9018 | gbazin | 2004-10-20 00:28:26 +0200 (Wed, 20 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/demux.c
-
-* src/input/demux.c: rewrote the demuxer chaining layer using a block fifo.
-------------------------------------------------------------------------
-r9017 | gbazin | 2004-10-19 14:05:58 +0200 (Tue, 19 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-* modules/gui/wxwindows/streamout.cpp: fixed selection of codec.
-------------------------------------------------------------------------
-r9016 | gbazin | 2004-10-19 12:07:38 +0200 (Tue, 19 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* modules/demux/ts.c: on PMT change, don't restart an ES if it hasn't changed.
-------------------------------------------------------------------------
-r9015 | hartman | 2004-10-19 01:06:24 +0200 (Tue, 19 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/sgimb.c
-
-* Detect if kasenna VoD or unicast stream is MPEG4 or not. Set Kasenna flag for live if it is not MPEG-4
-
-------------------------------------------------------------------------
-r9014 | hartman | 2004-10-19 01:05:30 +0200 (Tue, 19 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/real.c
-
-* increase priority real demuxer, lower priority m3u demuxer. It was parsing ram files as playlists because it contained URLs.
-
-------------------------------------------------------------------------
-r9013 | hartman | 2004-10-19 00:47:48 +0200 (Tue, 19 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-* Show value of boolean variable options when printing the list for an input.
-
-------------------------------------------------------------------------
-r9012 | asmax | 2004-10-18 23:16:58 +0200 (Mon, 18 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/skin.dtd
-
-- skin.dtd: a Playlist may not have a Slider
-
-------------------------------------------------------------------------
-r9011 | hartman | 2004-10-18 21:45:21 +0200 (Mon, 18 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/po/nl.po
-
-* another round of dutch translations. only stupid wizard is left.
-
-------------------------------------------------------------------------
-r9010 | gbazin | 2004-10-18 15:57:03 +0200 (Mon, 18 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/mixer.c
-
-* src/audio_output/input.c, mixer.c: don't try to resample when the audio output is drifting too much.
-------------------------------------------------------------------------
-r9009 | markfm | 2004-10-18 15:49:34 +0200 (Mon, 18 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Windows compatibility -- Change printf from \n to \r\n
-
-------------------------------------------------------------------------
-r9008 | gbazin | 2004-10-18 15:19:56 +0200 (Mon, 18 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/audio_output/mixer.c
-
-* src/audio_output/mixer.c: fixed segfault.
-------------------------------------------------------------------------
-r9007 | gbazin | 2004-10-18 08:36:35 +0200 (Mon, 18 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-* modules/control/rc.c: proper fix for the high CPU useage with --rc-quiet.
-------------------------------------------------------------------------
-r9006 | gbazin | 2004-10-18 08:00:41 +0200 (Mon, 18 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-* include/vlc_common.h: if strtof() is not available, try to replace it with strtod().
-------------------------------------------------------------------------
-r9005 | markfm | 2004-10-18 01:32:46 +0200 (Mon, 18 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-WIN32 rc-quiet fix, only do net_Accept once per second to avoid loading down CPU
-
-------------------------------------------------------------------------
-r9004 | hartman | 2004-10-17 15:48:57 +0200 (Sun, 17 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/INSTALL
-   M /trunk/README
-   M /trunk/README.MacOSX.rtf
-
-* Update of README and install files with new information.
-
-------------------------------------------------------------------------
-r9003 | hartman | 2004-10-17 15:38:22 +0200 (Sun, 17 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/vobsub.c
-
-* vobsub.c: implemented vobsub seeking support.
-
-------------------------------------------------------------------------
-r9002 | hartman | 2004-10-16 15:14:50 +0200 (Sat, 16 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* livedotcom: added a --rtsp-kasenna option to tell liveMedia to speak Kasenna RTSP dialect for a certain rtsp:// link.
-
-------------------------------------------------------------------------
-r9001 | gbazin | 2004-10-16 11:19:28 +0200 (Sat, 16 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: autodetect ffmpeg build options when using --with-ffmpeg-tree + make sure we use the libs in the given tree.
-------------------------------------------------------------------------
-r9000 | gbazin | 2004-10-15 23:41:34 +0200 (Fri, 15 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-
-* modules/codec/ffmpeg/demux.c: compilation fix for ffmpeg cvs.
-------------------------------------------------------------------------
-r8999 | gbazin | 2004-10-15 20:08:53 +0200 (Fri, 15 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* modules/codec/dvbsub.c: improvements to the encoder. Should produce compliant streams now.
-------------------------------------------------------------------------
-r8998 | gbazin | 2004-10-15 17:46:53 +0200 (Fri, 15 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
-* src/stream_output/stream_output.c: oops, 1.5 seconds, not 15.
-------------------------------------------------------------------------
-r8997 | gbazin | 2004-10-15 17:42:01 +0200 (Fri, 15 Oct 2004) | 7 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
-* src/stream_output/stream_output.c:
-  - for muxers that request some preparsing before starting muxing,
-    we now wait for 1.5 seconds worth of data to be in the fifo instead
-    of waiting for 1.5 seconds of real-time.
-  - if we have have control over the output pace, we also wait before
-    starting muxing (produces nicer streams).
-
-------------------------------------------------------------------------
-r8996 | gbazin | 2004-10-15 12:40:39 +0200 (Fri, 15 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* modules/codec/dvbsub.c: oops, small fix.
-------------------------------------------------------------------------
-r8995 | gbazin | 2004-10-15 12:29:38 +0200 (Fri, 15 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* modules/codec/dvbsub.c: don't wait for an acquisition page to start decoding the subtitles.
-------------------------------------------------------------------------
-r8994 | gbazin | 2004-10-15 10:58:16 +0200 (Fri, 15 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* modules/codec/ffmpeg: fixed a couple of corner cases during initialization.
-------------------------------------------------------------------------
-r8993 | sam | 2004-10-15 10:32:03 +0200 (Fri, 15 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-  * modules/access/http.c:
-    + Fixed erroneous extra "/" in URLs sent to a proxy.
-
-------------------------------------------------------------------------
-r8992 | hartman | 2004-10-15 02:25:18 +0200 (Fri, 15 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/po/ja.po
-
-* update of the japanese translation by Tadashi Jokagi <elf2000 at users.sourceforge dot net>
-
-------------------------------------------------------------------------
-r8991 | gbazin | 2004-10-15 00:14:09 +0200 (Fri, 15 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/video_filter/scale.c
-
-* modules/codec/ffmpeg/video_filter.c: fixed cases where pictures weren't released properly.
-------------------------------------------------------------------------
-r8990 | geshp | 2004-10-14 22:52:14 +0200 (Thu, 14 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/vlc.spec
-
-Long overdue update to the spec file
-------------------------------------------------------------------------
-r8989 | gbazin | 2004-10-14 22:05:57 +0200 (Thu, 14 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* src/video_output/video_output.c: another fix for on-the-fly deinterlacing switch.
-------------------------------------------------------------------------
-r8988 | gbazin | 2004-10-14 21:54:52 +0200 (Thu, 14 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* src/video_output/video_output.c: a couple of fixes.
-------------------------------------------------------------------------
-r8987 | gbazin | 2004-10-14 17:03:23 +0200 (Thu, 14 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* src/video_output/video_output.c: fixed video filter on-the-fly switching (use var_Get/Set instead of config_Get/Put).
-------------------------------------------------------------------------
-r8986 | gbazin | 2004-10-14 16:32:34 +0200 (Thu, 14 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* modules/codec/dvbsub.c: another bunch of sanity checks to make the decoder more resiliant to bad streams.
-------------------------------------------------------------------------
-r8985 | hartman | 2004-10-14 16:00:14 +0200 (Thu, 14 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* goom2k4 for OSX.
-
-------------------------------------------------------------------------
-r8984 | murray | 2004-10-14 13:37:50 +0200 (Thu, 14 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/po/it.po
-
-Italian translation for 0.8.0
-
-------------------------------------------------------------------------
-r8983 | gbazin | 2004-10-14 12:10:48 +0200 (Thu, 14 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* modules/codec/dvbsub.c: more sanity checks.
-------------------------------------------------------------------------
-r8982 | gbazin | 2004-10-13 17:40:39 +0200 (Wed, 13 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* modules/codec/dvbsub.c: switch debugging off.
-------------------------------------------------------------------------
-r8981 | gbazin | 2004-10-13 17:39:38 +0200 (Wed, 13 Oct 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* modules/codec/dvbsub.c:
-  - rewrite using the pixel buffer memory model as described in ETSI EN 300 743.
-  - code simplification.
-  - more compliant.
-
-------------------------------------------------------------------------
-r8980 | gbazin | 2004-10-13 14:32:06 +0200 (Wed, 13 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-
-* modules/gui/wxwindows/video.cpp: will hopefully fix the gray video problem in embedded mode on win32.
-------------------------------------------------------------------------
-r8979 | gbazin | 2004-10-13 14:30:20 +0200 (Wed, 13 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c: don't steal events from the owner window.
-------------------------------------------------------------------------
-r8978 | gbazin | 2004-10-12 14:58:24 +0200 (Tue, 12 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/visualization/goom.c
-
-* modules/visualization/goom.c: increased buffer queue size (was too low for some audio streams).
-------------------------------------------------------------------------
-r8977 | gbazin | 2004-10-12 12:21:49 +0200 (Tue, 12 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* src/video_output/video_output.c: even uglier fix for the on-the-fly deinterlacing switch problem (but at least it works).
-------------------------------------------------------------------------
-r8976 | gbazin | 2004-10-11 21:11:01 +0200 (Mon, 11 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* src/video_output/video_output.c: nasty fix for on-the-fly deinterlacing switch.
-------------------------------------------------------------------------
-r8975 | fkuehne | 2004-10-11 15:44:47 +0200 (Mon, 11 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-* converted the G. l10n to UTF-8
-------------------------------------------------------------------------
-r8974 | sam | 2004-10-11 15:14:31 +0200 (Mon, 11 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/po/de.po
-
-  * po/de.po: minor typo.
-
-------------------------------------------------------------------------
-r8973 | gbazin | 2004-10-11 15:09:42 +0200 (Mon, 11 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: compilation fix.
-------------------------------------------------------------------------
-r8972 | gbazin | 2004-10-11 14:50:13 +0200 (Mon, 11 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ps.c
-
-* modules/demux/ps.c: work around broken streams produced with WinSubMux.
-------------------------------------------------------------------------
-r8971 | gbazin | 2004-10-10 23:28:58 +0200 (Sun, 10 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: a couple of fixes + use SSE2 detection.
-* modules/codec/ffmpeg/ffmpeg.c: use SSE2 detection.
-
-------------------------------------------------------------------------
-r8970 | sam | 2004-10-10 22:34:28 +0200 (Sun, 10 Oct 2004) | 4 lines
-Changed paths:
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-
-  * po/es.po: fixed a missing space.
-  * po/fr.po: converted to UTF-8 and fixed ellipses.
-  * po/en_GB.po: converted to UTF-8 and fixed ellipses.
-
-------------------------------------------------------------------------
-r8969 | courmisch | 2004-10-10 21:11:55 +0200 (Sun, 10 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/po/es.po
-
-Compilation fix. Please double-check (I don't speak spanish).
-
-------------------------------------------------------------------------
-r8968 | fkuehne | 2004-10-10 17:31:21 +0200 (Sun, 10 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/po/es.po
-
-* 80% update of the Spanish l10n by Javier 'TonXabar' Varela
-------------------------------------------------------------------------
-r8967 | gbazin | 2004-10-10 16:06:23 +0200 (Sun, 10 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: added a bunch of new config options.
-------------------------------------------------------------------------
-r8966 | ipkiss | 2004-10-10 12:08:44 +0200 (Sun, 10 Oct 2004) | 8 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/control/Modules.am
-   M /trunk/modules/control/hotkeys.c
-   A /trunk/modules/control/showintf.c
-   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-   M /trunk/modules/gui/skins2/win32/win32_window.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/libvlc.h
-
- - modules/control/showintf.c: new control module, able to show the
-   interface when moving the mouse to the top of the screen (in
-   fullscreen mode).
- - modules/control/hotkeys.c: added a hotkey to raise the interface
- - modules/gui/wxwindows/*, modules/gui/skins2/*: added callbacks for
-   the "intf-show" variable; it should be easy to do the same for BeOS
-   and MacOSX interfaces
-
-------------------------------------------------------------------------
-r8965 | rocky | 2004-10-10 02:24:44 +0200 (Sun, 10 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/info.c
-
-Compilation fix when libcddb is not available.
-
-
-------------------------------------------------------------------------
-r8964 | sigmunau | 2004-10-10 00:18:25 +0200 (Sun, 10 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/vobsub.c
-
-vobsub.c: Don't break autodetection of non-vobsub subtitles
-
-------------------------------------------------------------------------
-r8963 | gbazin | 2004-10-08 17:53:26 +0200 (Fri, 08 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* modules/codec/dvbsub.c: bug fix in the encoder.
-------------------------------------------------------------------------
-r8962 | gbazin | 2004-10-08 15:12:51 +0200 (Fri, 08 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/share/http/index.html
-
-* share/http/index.html: delete/keep commands fix by Torsten Spindler
-------------------------------------------------------------------------
-r8961 | bigben | 2004-10-08 13:03:12 +0200 (Fri, 08 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/bitmaps/loop.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/repeat.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/shuffle.xpm
-
-* new icons proposal for the playlist window
-
-
-------------------------------------------------------------------------
-r8960 | gbazin | 2004-10-08 12:49:05 +0200 (Fri, 08 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/evc/errno.h
-   M /trunk/evc/vlc.c
-   M /trunk/evc/vlc.vcw
-
-* evc/*: fixes and updates.
-------------------------------------------------------------------------
-r8959 | gbazin | 2004-10-08 12:46:09 +0200 (Fri, 08 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-* modules/demux/subtitle.c: portability fix.
-------------------------------------------------------------------------
-r8958 | gbazin | 2004-10-08 12:36:25 +0200 (Fri, 08 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/misc/logger.c
-
-* modules/access/mms, modules/demux/mp4, modules/misc/logger.c: WinCE compilation fixes.
-------------------------------------------------------------------------
-r8957 | gbazin | 2004-10-08 11:59:26 +0200 (Fri, 08 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/win32_specific.c
-
-* src/misc/win32_specific.c, modules.c: WinCE improvements (support for finding out the application path + support for the plugins cache).
-------------------------------------------------------------------------
-r8956 | hartman | 2004-10-08 02:07:48 +0200 (Fri, 08 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-* hotkeys.c: change fullscreen setting even if there is no vout
-  bigben: this fixes that last little problem you had with the 'fullscreen button'
-
-------------------------------------------------------------------------
-r8955 | hartman | 2004-10-08 01:10:50 +0200 (Fri, 08 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/po/nl.po
-
-* 1st run of dutch translations
-
-
-------------------------------------------------------------------------
-r8954 | hartman | 2004-10-08 00:54:18 +0200 (Fri, 08 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-
-* removed another translatable string that is no longer used.
-
-------------------------------------------------------------------------
-r8953 | hartman | 2004-10-08 00:52:10 +0200 (Fri, 08 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-* diretory.c: remove a completly useless translation string
-
-------------------------------------------------------------------------
-r8952 | rocky | 2004-10-08 00:50:44 +0200 (Fri, 08 Oct 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/access/cdda/Modules.am
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/callback.c
-   M /trunk/modules/access/cdda/callback.h
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-   A /trunk/modules/access/cdda/info.c
-   A /trunk/modules/access/cdda/info.h
-
-First attempt at adding CD-Text. 
-Break out meta-info gathering.
-Various fixes and cleanups, but more work is still needed.
-Some conceptual work on how things *should* work may be in order.
-
-
-------------------------------------------------------------------------
-r8951 | gbazin | 2004-10-08 00:21:22 +0200 (Fri, 08 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: pfff nobody found this one... you just lost the contest guys.
-------------------------------------------------------------------------
-r8950 | hartman | 2004-10-08 00:05:34 +0200 (Fri, 08 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/src/misc/configuration.c
-
-* opengl: remove NULL from string arrays
-* configuration.c: don't crash on NULL values
-
-------------------------------------------------------------------------
-r8949 | gbazin | 2004-10-07 23:44:41 +0200 (Thu, 07 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: fixed harmless memory leaks in the plugins cache code.
-------------------------------------------------------------------------
-r8948 | bigben | 2004-10-07 23:33:38 +0200 (Thu, 07 Oct 2004) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-
-* Fullscreen button works again
-* It enabled even when no vout is present
-* Still a little issue with the fullscreen hotkey
-
-
-------------------------------------------------------------------------
-r8947 | hartman | 2004-10-07 22:52:24 +0200 (Thu, 07 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* removed an unnecessary = NULL write.
-
-------------------------------------------------------------------------
-r8946 | hartman | 2004-10-07 22:50:59 +0200 (Thu, 07 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-* Made the opengl effects a list of options instead of textbox
-* Lowered the opengl prioriy on OSX to speed up selection proces, while the thing is not working.
-
-------------------------------------------------------------------------
-r8945 | gbazin | 2004-10-07 22:12:19 +0200 (Thu, 07 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/toolame.c
-
-* modules/codec/toolame.c: lowered the priority of the toolame encoder and added the mp2/mp2a fourcc.
-------------------------------------------------------------------------
-r8944 | gbazin | 2004-10-07 17:59:36 +0200 (Thu, 07 Oct 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* modules/codec/dvbsub.c:
-  - bug fixes in the decoder and encoder.
-  - the decoder now returns YUVP subpictures.
-
-------------------------------------------------------------------------
-r8943 | hartman | 2004-10-07 16:40:29 +0200 (Thu, 07 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-
-* Improve the Preferences display, when capabilties don't fit in the normal width of the table
-
-------------------------------------------------------------------------
-r8942 | rocky | 2004-10-07 12:10:22 +0200 (Thu, 07 Oct 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-
-Fill in playlist information and stream & media information
-Duration info is now set when playing entire CD so slider works again. 
-
-More work is needed for playing single tracks, adding CD-Text info,
-getting reference counts right.
-
-
-------------------------------------------------------------------------
-r8941 | gbazin | 2004-10-07 11:27:02 +0200 (Thu, 07 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: bug fix for subtitles transcoding.
-------------------------------------------------------------------------
-r8940 | gbazin | 2004-10-07 10:48:48 +0200 (Thu, 07 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: force c++ linkage for the portaudio plugin.
-------------------------------------------------------------------------
-r8939 | gbazin | 2004-10-06 19:05:26 +0200 (Wed, 06 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-* modules/mux/mpeg/ts.c: a couple of fixes for DVB subtitles streaming.
-------------------------------------------------------------------------
-r8938 | hartman | 2004-10-06 18:15:48 +0200 (Wed, 06 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* Lets not ignore too many .sub files shall we? :)
-
-------------------------------------------------------------------------
-r8937 | hartman | 2004-10-06 17:35:54 +0200 (Wed, 06 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* if a .idx vobsub is found, then don't autodetect the corresponding .sub file
-
-------------------------------------------------------------------------
-r8936 | hartman | 2004-10-06 16:15:03 +0200 (Wed, 06 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-
-* spelling correction
-
-------------------------------------------------------------------------
-r8935 | hartman | 2004-10-06 15:51:21 +0200 (Wed, 06 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-* Fixed the DefaultIcon registry settings
-
-------------------------------------------------------------------------
-r8934 | hartman | 2004-10-06 15:49:32 +0200 (Wed, 06 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* Define RUNTIME_CPUDETECT for ffmpeg
-* newer version of liveMedia
-
-------------------------------------------------------------------------
-r8933 | hartman | 2004-10-06 15:45:14 +0200 (Wed, 06 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-
-* forgot this file in the vlc_b64_encode patch
-
-------------------------------------------------------------------------
-r8932 | hartman | 2004-10-06 15:41:57 +0200 (Wed, 06 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/modules/access/http.c
-
-* vlc_b64_encode patch by Torsten Spindler
-
-------------------------------------------------------------------------
-r8931 | gbazin | 2004-10-06 15:07:35 +0200 (Wed, 06 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-
-* modules/codec/ffmpeg/postprocess.c: altivec CPU detection.
-------------------------------------------------------------------------
-r8930 | hartman | 2004-10-06 13:21:38 +0200 (Wed, 06 Oct 2004) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/vlc.win32.nsi
-
-* added the .vlc fileextension to the win installer and the Mac app.
-* Added the application/x-videolan-vlc and appllication/videolan-vlc mimetype to the OSX app
-* NEWS: spelling error and remove the 'this version is not yet released' line. Before I forget :)
-
-------------------------------------------------------------------------
-r8929 | gbazin | 2004-10-06 13:07:04 +0200 (Wed, 06 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-* modules/video_output/directx: should solve the visible taskbar problem in fullscreen.
-------------------------------------------------------------------------
-r8928 | gbazin | 2004-10-06 12:50:35 +0200 (Wed, 06 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/evc/libvlc.vcp.in
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/src/input/stream.c
-
-* src/input/stream.c, modules/demux/avi/avi.c: work around evc++ compiler bug.
-* evc/libvlc.vcp.in: small fix.
-
-------------------------------------------------------------------------
-r8927 | gbazin | 2004-10-06 11:19:18 +0200 (Wed, 06 Oct 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/audio_output/waveout.c
-
-* modules/audio_output/waveout.c:
-  - don't call waveOutUnprepareHeader() in the callback as the doc says it isn't advised.
-  - use aout_ChannelReorder() for channels re-ordering.
-  - a few bug fixes.
-
-------------------------------------------------------------------------
-r8926 | hartman | 2004-10-06 02:40:21 +0200 (Wed, 06 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* Better Pragma header test. Apparently Pragma is a non required header in HTTP/1.1 This check should be more strict though perhaps not perfect.
-
-------------------------------------------------------------------------
-r8925 | hartman | 2004-10-06 01:17:04 +0200 (Wed, 06 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutqt.m
-
-* Restored a fallback to the old Quartz drawing routine for the poor
-  souls without Altivec. The new drawing was considerable slower to them.
-
-------------------------------------------------------------------------
-r8924 | hartman | 2004-10-06 00:15:40 +0200 (Wed, 06 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutgl.m
-
-* Disabled the OSX OpenGL vout untill it's problems are fixed
-
-------------------------------------------------------------------------
-r8923 | damienf | 2004-10-05 23:38:33 +0200 (Tue, 05 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/filter.cpp
-
-- removed some debug lines
-
-------------------------------------------------------------------------
-r8922 | damienf | 2004-10-05 23:37:49 +0200 (Tue, 05 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/crossbar.cpp
-
-- use existing default route when configuring crossbars, allowing users to configure video properties from a third party tools (eg, Video Tuner)
-
-------------------------------------------------------------------------
-r8921 | damienf | 2004-10-05 23:35:21 +0200 (Tue, 05 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-- invoked crossbar properties pages after graph has been created, changing video input should now work properly
-
-
-------------------------------------------------------------------------
-r8920 | hartman | 2004-10-05 23:03:25 +0200 (Tue, 05 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-
-* m3u.c: We now support http links to mms sources that don't send the Pragma line, but use a custom Referer file.
-
-------------------------------------------------------------------------
-r8919 | hartman | 2004-10-05 22:20:40 +0200 (Tue, 05 Oct 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* Alternative solution to mms recognition of http:// streams
-  These WiMP streams always have Pragma in the HTTP response, so we use
-  this to identify them now.
-
-------------------------------------------------------------------------
-r8918 | gbazin | 2004-10-05 18:46:29 +0200 (Tue, 05 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/Modules.am
-
-* modules/control/Modules.am: add rtci.c to make update-po happy.
-------------------------------------------------------------------------
-r8917 | gbazin | 2004-10-05 17:31:22 +0200 (Tue, 05 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/file.c
-
-* modules/access/file.c: WinCE cruft removal.
-------------------------------------------------------------------------
-r8916 | gbazin | 2004-10-05 17:30:54 +0200 (Tue, 05 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/extras/libc.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/win32_specific.c
-
-* src/misc/*, src/extras/libc.c: bunch of WinCE fixes.
-------------------------------------------------------------------------
-r8915 | hartman | 2004-10-05 17:25:44 +0200 (Tue, 05 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* revert the mimetype recognition of http:// mmsh streams
-
-------------------------------------------------------------------------
-r8914 | gbazin | 2004-10-05 10:10:34 +0200 (Tue, 05 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/LIST
-   M /trunk/modules/audio_output/Modules.am
-   A /trunk/modules/audio_output/portaudio.c
-
-* modules/audio_output/portaudio.c: portaudio (www.portaudio.com) audio output plugin by Frédéric RUGET (frederic dot ruget at free dot fr).
-
-------------------------------------------------------------------------
-r8913 | gbazin | 2004-10-04 19:22:52 +0200 (Mon, 04 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/misc/dummy/decoder.c
-
-* include/vlc_common.h: define PATH_MAX on WinCE.
-------------------------------------------------------------------------
-r8912 | gbazin | 2004-10-04 18:04:54 +0200 (Mon, 04 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/win32_specific.c
-
-* src/misc/win32_specific.c: WinCE build fixes.
-------------------------------------------------------------------------
-r8911 | gbazin | 2004-10-04 18:03:30 +0200 (Mon, 04 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/include/vlc_common.h
-
-* include/main.h, include/vlc_common.h: WinCE build fixes.
-------------------------------------------------------------------------
-r8910 | gbazin | 2004-10-04 17:43:10 +0200 (Mon, 04 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/evc/vlc.vcp.in
-
-* evc/vlc.vcp.in: fixes.
-------------------------------------------------------------------------
-r8909 | gbazin | 2004-10-04 17:21:34 +0200 (Mon, 04 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/evc/config.h.in
-
-* evc/config.h.in: cleanup.
-------------------------------------------------------------------------
-r8908 | hartman | 2004-10-04 17:15:31 +0200 (Mon, 04 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-* no longer use demuxdump. Only dump is a valid demux2 now.
-
-------------------------------------------------------------------------
-r8907 | gbazin | 2004-10-04 16:29:23 +0200 (Mon, 04 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-* modules/misc/network/ipv4.c: got rid of the #ifdef HAVE_ERRNO_H + WinCE compilation fixes.
-------------------------------------------------------------------------
-r8906 | gbazin | 2004-10-04 16:09:33 +0200 (Mon, 04 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/file.c
-
-* modules/access/file.c: got rid of the #ifdef HAVE_ERRNO_H + WinCE compilation fixes.
-------------------------------------------------------------------------
-r8905 | gbazin | 2004-10-04 15:34:42 +0200 (Mon, 04 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/charset.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/error.c
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules_plugin.h.in
-   M /trunk/src/misc/net.c
-   M /trunk/src/playlist/loadsave.c
-
-* src/*: got rid of the #ifdef HAVE_ERRNO_H.
-------------------------------------------------------------------------
-r8904 | gbazin | 2004-10-04 14:19:34 +0200 (Mon, 04 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/evc/errno.h
-
-* evc/errno.h: errno.h replacement for WinCE.
-------------------------------------------------------------------------
-r8903 | gbazin | 2004-10-04 12:52:18 +0200 (Mon, 04 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* src/input/subtitles.c: strcoll is not available on wince.
-------------------------------------------------------------------------
-r8902 | gbazin | 2004-10-04 11:58:20 +0200 (Mon, 04 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/misc/dummy/decoder.c
-
-* modules/misc/dummy/decoder.c: use MAX_PATH instead of PATH_MAX.
-------------------------------------------------------------------------
-r8901 | gbazin | 2004-10-04 00:01:45 +0200 (Mon, 04 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-* modules/gui/wxwindows/open.cpp: fixed open dialog for mms/mmsh/ftp streams.
-------------------------------------------------------------------------
-r8900 | hartman | 2004-10-03 22:13:56 +0200 (Sun, 03 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* strip file:// from subtitle autodetect path if present in uri.
-
-------------------------------------------------------------------------
-r8899 | asmax | 2004-10-03 16:11:12 +0200 (Sun, 03 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
-
- - scaled_bitmap.cpp: fixed an old bug in the bresenham algorithm
-  (the right side of enlarged images was not scaled properly)
-
-------------------------------------------------------------------------
-r8898 | zorglub | 2004-10-03 13:52:25 +0200 (Sun, 03 Oct 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/input/input.c
-
-* Added delay and alignment to wx subtitles dialog
-* Fixed a tooltip
-* Removed a debug message
-
-------------------------------------------------------------------------
-r8897 | gbazin | 2004-10-03 13:04:59 +0200 (Sun, 03 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: alsa is enabled by default.
-------------------------------------------------------------------------
-r8896 | fkuehne | 2004-10-02 23:52:02 +0200 (Sat, 02 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-
-* ALL: fixed some gettext stuff in the subtitles-options-dialogue, cosmetics to the text-fields, etc.
-------------------------------------------------------------------------
-r8895 | zorglub | 2004-10-02 23:02:27 +0200 (Sat, 02 Oct 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/src/input/input.c
-
-* Re-added sub-delay option
-* Re-implemented sub-fps for SubRIP.
-* Use 50ms increments for hotkeys
-
-------------------------------------------------------------------------
-r8894 | zorglub | 2004-10-02 23:01:46 +0200 (Sat, 02 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/decoder.c
-
-Fix segfault when spu heap is full
-
-------------------------------------------------------------------------
-r8893 | hartman | 2004-10-02 22:09:21 +0200 (Sat, 02 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-livedotcom.cpp: fprintf DEL DEL DEL DEL DEL
-
-------------------------------------------------------------------------
-r8892 | hartman | 2004-10-02 22:07:35 +0200 (Sat, 02 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* mkv.cpp: cosmetics
-
-------------------------------------------------------------------------
-r8891 | hartman | 2004-10-02 21:58:07 +0200 (Sat, 02 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/TODO
-
-* Update TODO list
-* Added channel downmixing support to NEWS
-
-------------------------------------------------------------------------
-r8890 | massiot | 2004-10-02 20:19:39 +0200 (Sat, 02 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-
-* modules/dvb/access.c: Fixed a major heap corruption (gardening)
-
-------------------------------------------------------------------------
-r8889 | fkuehne | 2004-10-02 20:11:07 +0200 (Sat, 02 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-* likely the final update to the G. translation
-------------------------------------------------------------------------
-r8888 | zorglub | 2004-10-02 19:57:33 +0200 (Sat, 02 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-Fixed string
-
-------------------------------------------------------------------------
-r8887 | zorglub | 2004-10-02 17:40:08 +0200 (Sat, 02 Oct 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamdata.h
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/toolbox
-
-Do what I say, don't do what I do.
-
-* Re-enabled string translation for wizard
-* Fixed wizard strings
-* internationalized some strings that weren't
-
-------------------------------------------------------------------------
-r8886 | hartman | 2004-10-02 17:02:08 +0200 (Sat, 02 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/vobsub.c
-
-* vobsub.c : bail if we cannot find the .sub file
-
-------------------------------------------------------------------------
-r8885 | hartman | 2004-10-02 16:09:33 +0200 (Sat, 02 Oct 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-* Look the SAP module CAN get even uglier
-  - added a demuxer for SDP files. this is a temporary submodule to handle SDP files with UDP streams for so long as liveMedia doesn't support these yet.
-
-------------------------------------------------------------------------
-r8884 | zorglub | 2004-10-02 14:51:37 +0200 (Sat, 02 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-(Final ?) update to french l10n file
-
-------------------------------------------------------------------------
-r8883 | fkuehne | 2004-10-01 20:38:28 +0200 (Fri, 01 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-* last fixes to the G. translation
-------------------------------------------------------------------------
-r8882 | gbazin | 2004-10-01 20:04:09 +0200 (Fri, 01 Oct 2004) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/control/http.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/misc/vlm.c
-
-* configure.ac: added an --enable-httpd and --enable-vlm option
-* src/misc/httpd.c: use dummy wrapper if httpd is disabled.
-* src/misc/vlm.c: use dummy wrapper if vlm is disabled.
-* modules/control/http.c, telnet.c: properly handle cases where http/vlm is not available.
-
-------------------------------------------------------------------------
-r8881 | gbazin | 2004-10-01 18:04:20 +0200 (Fri, 01 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/evc/libvlc.vcp.in
-   M /trunk/evc/plugins.vcp.in
-   M /trunk/evc/vlc.vcp.in
-   M /trunk/toolbox
-
-*  evc/*: some updates to the evc project files.
-------------------------------------------------------------------------
-r8880 | gbazin | 2004-10-01 17:56:10 +0200 (Fri, 01 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/misc/net.c
-   M /trunk/src/misc/vlm.c
-
-* src/*: WinCE compilation fixes.
-------------------------------------------------------------------------
-r8879 | gbazin | 2004-10-01 15:43:05 +0200 (Fri, 01 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/evc/vlc.vcw
-
-* evc/vlc.vcw: removed old plugins.
-------------------------------------------------------------------------
-r8878 | gbazin | 2004-10-01 14:48:49 +0200 (Fri, 01 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.c
-
-* modules/codec/dmo/dmo.c: portability fix.
-------------------------------------------------------------------------
-r8877 | gbazin | 2004-10-01 14:37:49 +0200 (Fri, 01 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/demux.c
-
-* src/input/demux.c: gee, what a nice bug.
-------------------------------------------------------------------------
-r8876 | gbazin | 2004-10-01 14:24:16 +0200 (Fri, 01 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_interface.h
-   M /trunk/src/libvlc.c
-
-* src/libvlc.c, include/vlc_interface.h: don't open a win32 console when using a cygwin shell.
-------------------------------------------------------------------------
-r8875 | gbazin | 2004-10-01 14:05:52 +0200 (Fri, 01 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-   M /trunk/msvc/vlc.dsw
-
-* modules/video_filter/blend.c: portability fix.
-------------------------------------------------------------------------
-r8874 | gbazin | 2004-10-01 13:56:57 +0200 (Fri, 01 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/mp4/drms.h
-   M /trunk/modules/demux/mp4/drmstables.h
-   M /trunk/modules/demux/mp4/libmp4.c
-
-* modules/control/hotkeys.c, rc, modules/demux/mp4, modules/access/mms: portability fixes.
-------------------------------------------------------------------------
-r8873 | gbazin | 2004-10-01 13:23:06 +0200 (Fri, 01 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-* src/extras/libc.c: shut up compiler warnings.
-------------------------------------------------------------------------
-r8872 | gbazin | 2004-10-01 13:11:37 +0200 (Fri, 01 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_common.h
-   M /trunk/src/extras/libc.c
-
-* src/extras/libc.c: strtoll() replacement when not available.
-------------------------------------------------------------------------
-r8871 | gbazin | 2004-10-01 12:03:29 +0200 (Fri, 01 Oct 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/es_out.c
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/net.c
-   M /trunk/src/video_output/video_output.c
-
-* src/*: bunch of portability fixes.
-------------------------------------------------------------------------
-r8870 | hartman | 2004-10-01 11:37:22 +0200 (Fri, 01 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* autodetect .idx files for vobsub autodetection
-
-------------------------------------------------------------------------
-r8869 | gbazin | 2004-10-01 00:17:54 +0200 (Fri, 01 Oct 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-* modules/gui/wxwindows/*: win32 fixes with new wxWidgets.
-
-------------------------------------------------------------------------
-r8868 | gbazin | 2004-09-30 23:38:26 +0200 (Thu, 30 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* po/*: new updates before the test2 tarball is done.
-
-------------------------------------------------------------------------
-r8867 | gbazin | 2004-09-30 23:23:28 +0200 (Thu, 30 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/araw.c
-
-* modules/codec/araw.c: compilation fix.
-------------------------------------------------------------------------
-r8866 | bigben | 2004-09-30 23:23:21 +0200 (Thu, 30 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-Adds the ability to specify the pid of the PMT (--sout-ts-pid-pmt)
-
-
-------------------------------------------------------------------------
-r8865 | gbazin | 2004-09-30 23:18:23 +0200 (Thu, 30 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/subtitles.cpp: new "font size" option.
-
-------------------------------------------------------------------------
-r8864 | gbazin | 2004-09-30 21:44:43 +0200 (Thu, 30 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/NEWS
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/vlc.win32.nsi
-
-* ALL: updates for the test release.
-
-------------------------------------------------------------------------
-r8863 | gbazin | 2004-09-30 19:42:27 +0200 (Thu, 30 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-
-* modules/audio_filter/converter/a52tofloat32.c,dtstofloat32.c: proper channel re-ordering using aout_ChannelReorder().
-
-------------------------------------------------------------------------
-r8862 | gbazin | 2004-09-30 19:21:40 +0200 (Thu, 30 Sep 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/demux/wav.c
-   M /trunk/modules/mux/wav.c
-
-* modules/mux/wav.c: use aout_ChannelReorder().
-* modules/demux/wav.c: handle 7.1 multichannel audio.
-* modules/codec/araw.c: handle 7.1 multichannel audio.
-
-------------------------------------------------------------------------
-r8861 | gbazin | 2004-09-30 18:49:26 +0200 (Thu, 30 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/simple.c
-   M /trunk/modules/demux/wav.c
-
-* modules/demux/wav.c: use aout_ChannelReorder().
-* modules/audio_filter/channel_mixer/simple.c: remove debug message.
-
-------------------------------------------------------------------------
-r8860 | gbazin | 2004-09-30 18:46:37 +0200 (Thu, 30 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/src/audio_output/common.c
-
-* src/audio_output/common.c: common facility for channel reordering (aout_CheckChannelReorder() and aout_ChannelReorder()).
-
-------------------------------------------------------------------------
-r8859 | gbazin | 2004-09-30 15:27:33 +0200 (Thu, 30 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/audio_filter/channel_mixer/Modules.am
-   A /trunk/modules/audio_filter/channel_mixer/simple.c
-
-* modules/audio_filter/channel_mixer/simple.c: very simple channel mixer for 7/7.1/5/5.1 -> Stereo.
-
-------------------------------------------------------------------------
-r8858 | gbazin | 2004-09-30 14:02:59 +0200 (Thu, 30 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/wav.c
-
-* modules/demux/wav.c: proper channels re-ordering for multichannel audio (this should really be implemented as a common facility).
-------------------------------------------------------------------------
-r8857 | gbazin | 2004-09-30 12:57:52 +0200 (Thu, 30 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* modules/demux/ts.c: fixed segfault.
-------------------------------------------------------------------------
-r8856 | gbazin | 2004-09-30 11:08:48 +0200 (Thu, 30 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ps.c
-
-* modules/demux/ps.c: fixed recent screwage.
-------------------------------------------------------------------------
-r8855 | markfm | 2004-09-30 01:40:00 +0200 (Thu, 30 Sep 2004) | 2 lines
-Changed paths:
-   A /trunk/modules/control/rtci.c
-
-Add rtci plugin, for various real-time parameter changes.  Not added to modules.am or configure.ac yet.
-
-------------------------------------------------------------------------
-r8854 | markfm | 2004-09-30 01:14:00 +0200 (Thu, 30 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Minor fix, cleared warnings for unused var and undeclared type
-
-------------------------------------------------------------------------
-r8853 | gbazin | 2004-09-29 20:14:31 +0200 (Wed, 29 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/clock.c
-   M /trunk/src/input/input.c
-
-* src/input/clock.c: changes to the clock resync algo to remove some sensivity to the high frequencies jitterring when we start a stream.
-* src/input/input.c: cr-average is now increased based on the input caching value.
-
-------------------------------------------------------------------------
-r8852 | zorglub | 2004-09-29 19:30:42 +0200 (Wed, 29 Sep 2004) | 6 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/NEWS
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* Bumped up version number to 0.8.0-test2
-* Last NEWS update
-* Re-update pofiles
-* Update Changelog
-
-
-------------------------------------------------------------------------
-r8851 | hartman | 2004-09-29 17:26:25 +0200 (Wed, 29 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-* NEWS: AACplus webcasts are supported
-
-------------------------------------------------------------------------
-r8850 | bigben | 2004-09-29 17:24:03 +0200 (Wed, 29 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/libpng.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-Adds libpng to OSX contribs (for the logo filters)
-
-
-------------------------------------------------------------------------
-r8849 | fkuehne | 2004-09-29 16:22:00 +0200 (Wed, 29 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-* updated German translation
-------------------------------------------------------------------------
-r8848 | fkuehne | 2004-09-29 16:21:31 +0200 (Wed, 29 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/swscale/filter.c
-
-* fixed typos in some l10n-messages
-------------------------------------------------------------------------
-r8847 | markfm | 2004-09-29 13:36:37 +0200 (Wed, 29 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Move marquee processing from Playlist to Other, change marquee switch to "marq-marquee".
-
-------------------------------------------------------------------------
-r8846 | markfm | 2004-09-29 13:31:49 +0200 (Wed, 29 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-
-Destroy marq-timeout on exit, rename switch to "marq-marquee"
-
-------------------------------------------------------------------------
-r8845 | zorglub | 2004-09-29 11:00:41 +0200 (Wed, 29 Sep 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-A few string fixes
-
-Update PO files
-
-Update and proofread of the french translation
-
-------------------------------------------------------------------------
-r8844 | hartman | 2004-09-29 03:21:16 +0200 (Wed, 29 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* Use a proper faad2 snapshot, cause the default .tar.gz ones suck big time
-
-------------------------------------------------------------------------
-r8843 | hartman | 2004-09-28 17:48:43 +0200 (Tue, 28 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-* Fix the cddax probing crash
-
-------------------------------------------------------------------------
-r8842 | gbazin | 2004-09-28 17:31:32 +0200 (Tue, 28 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* modules/access/http.c: reversed a commit by accident.
-------------------------------------------------------------------------
-r8841 | gbazin | 2004-09-28 17:26:32 +0200 (Tue, 28 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* modules/access/http.c: set ACCESS_CAN_CONTROL_PACE to false when dealing with Icecast servers.
-------------------------------------------------------------------------
-r8840 | gbazin | 2004-09-28 17:23:43 +0200 (Tue, 28 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* modules/access/http.c: set ACCESS_CAN_CONTROL_PACE to false when dealing with ICY servers.
-------------------------------------------------------------------------
-r8839 | zorglub | 2004-09-28 15:55:00 +0200 (Tue, 28 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/mozilla/vlcintf.idl
-   M /trunk/mozilla/vlcpeer.cpp
-   M /trunk/mozilla/vlcpeer.h
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/src/libvlc.c
-
-* Add hooks for getting/setting variables (not working yet)
-* Really change VLC_Get to VLC_VariableGet
-
-------------------------------------------------------------------------
-r8838 | zorglub | 2004-09-28 15:49:57 +0200 (Tue, 28 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-
-Misc Fixes
-
-------------------------------------------------------------------------
-r8837 | gbazin | 2004-09-28 15:35:50 +0200 (Tue, 28 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-* modules/gui/wxwindows/open.cpp: compilation fix.
-------------------------------------------------------------------------
-r8836 | gbazin | 2004-09-28 15:24:29 +0200 (Tue, 28 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/open.cpp: added a caching option.
-------------------------------------------------------------------------
-r8835 | hartman | 2004-09-28 13:45:48 +0200 (Tue, 28 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* recognize audio/aac as well
-
-------------------------------------------------------------------------
-r8834 | hartman | 2004-09-28 12:46:20 +0200 (Tue, 28 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-
-* marq.c: compilation fixes for non c++ compilers
-
-------------------------------------------------------------------------
-r8833 | gbazin | 2004-09-28 12:05:53 +0200 (Tue, 28 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/vobsub.c
-
-* modules/demux/vobsub.c: compilation fix + fixed a few memleaks + priority back to 0.
-------------------------------------------------------------------------
-r8832 | gbazin | 2004-09-27 23:46:54 +0200 (Mon, 27 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
-* modules/demux/mpeg/mpga.c: use the date_*() api for more precision.
-------------------------------------------------------------------------
-r8831 | hartman | 2004-09-27 23:08:57 +0200 (Mon, 27 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* Hacky workaround for the vcdimager compile problem
-* upgraded liveMedia
-
-------------------------------------------------------------------------
-r8830 | gbazin | 2004-09-27 23:04:51 +0200 (Mon, 27 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mpeg/m4a.c
-
-* modules/demux/mpeg/m4a.c: bug fix.
-------------------------------------------------------------------------
-r8829 | gbazin | 2004-09-27 21:57:26 +0200 (Mon, 27 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/mpeg/Modules.am
-   A /trunk/modules/demux/mpeg/m4a.c
-
-* modules/demux/mpeg/m4a.c: MPEG 4 audio demuxer using the MPEG 4 audio packetizer (obsoletes the aac demuxer).
-
-------------------------------------------------------------------------
-r8828 | gbazin | 2004-09-27 21:47:30 +0200 (Mon, 27 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/wav.c
-
-* modules/demux/wav.c: misc improvements.
-------------------------------------------------------------------------
-r8827 | gbazin | 2004-09-27 21:19:32 +0200 (Mon, 27 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/audio_output/input.c
-
-* src/audio_output/input.c: corrective audio resampling should be a lot more gradual now.
-------------------------------------------------------------------------
-r8826 | gbazin | 2004-09-27 19:41:49 +0200 (Mon, 27 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-
-* modules/access/mms/mms.c: set the priority to -1 and added an http shortcut.
-------------------------------------------------------------------------
-r8825 | gbazin | 2004-09-27 17:44:42 +0200 (Mon, 27 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* modules/access/http.c: keep this plugin at priority 0.
-------------------------------------------------------------------------
-r8824 | gbazin | 2004-09-27 17:43:43 +0200 (Mon, 27 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: allow negative priorities.
-------------------------------------------------------------------------
-r8823 | gbazin | 2004-09-27 17:16:13 +0200 (Mon, 27 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/*: work-around a wxwindows bug with accelerators registration on win32.
-------------------------------------------------------------------------
-r8822 | gbazin | 2004-09-27 16:46:39 +0200 (Mon, 27 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: fixed subpictures overlaying when the audio-sync or fps options are used.
-------------------------------------------------------------------------
-r8821 | gbazin | 2004-09-27 12:27:14 +0200 (Mon, 27 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/video_output/vout_subpictures.c: a few fixes for subpictures positionning when scaling is active.
-------------------------------------------------------------------------
-r8820 | gbazin | 2004-09-27 11:13:49 +0200 (Mon, 27 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-* modules/video_filter/logo.c: implemented --logo-position for old filter as well.
-------------------------------------------------------------------------
-r8819 | gbazin | 2004-09-27 11:02:26 +0200 (Mon, 27 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/video_filter/logo.c
-
-* modules/video_filter/logo.c: new --logo-position option (by default the logo is displayed on the top right)
-------------------------------------------------------------------------
-r8818 | gbazin | 2004-09-27 09:21:53 +0200 (Mon, 27 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* modules/codec/ffmpeg/video.c: don't need to modify width/height anymore with lowres.
-------------------------------------------------------------------------
-r8817 | gbazin | 2004-09-27 01:31:48 +0200 (Mon, 27 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/wav.c
-
-* modules/mux/wav.c: small cleanup.
-------------------------------------------------------------------------
-r8816 | gbazin | 2004-09-27 01:23:09 +0200 (Mon, 27 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/wav.c
-
-"* modules/mux/wav.c: support for s16l as well as fl32 + multichannel audio (up to 5.1) + proper channels ordering."
-
-------------------------------------------------------------------------
-r8815 | sigmunau | 2004-09-26 22:37:41 +0200 (Sun, 26 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/TODO
-
-TODO: added some items, removed subtitle scaling, use "Mac OS X" everywhere
-in Platform:
-
-------------------------------------------------------------------------
-r8814 | markfm | 2004-09-26 22:31:06 +0200 (Sun, 26 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Moved marquee to Playlist area, "marquee  " blanks out the marquee
-
-------------------------------------------------------------------------
-r8813 | gbazin | 2004-09-26 22:17:50 +0200 (Sun, 26 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/theora.c
-
-* modules/codec/libmpeg2.c, ffmpeg/video.c, theora.c: decoder sets fmt_out.video.i_frame_rate.
-
-------------------------------------------------------------------------
-r8812 | gbazin | 2004-09-26 21:59:49 +0200 (Sun, 26 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
-* modules/packetizer/mpegvideo.c: set fmt_out.video.i_frame_rate.
-------------------------------------------------------------------------
-r8811 | gbazin | 2004-09-26 19:55:50 +0200 (Sun, 26 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: added check for daemon().
-------------------------------------------------------------------------
-r8810 | gbazin | 2004-09-26 19:54:56 +0200 (Sun, 26 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/vlc.c
-
-* src/libvlc.c: use dameon() instead of fork() when available. It does some more things like reopening stdin/out/err to /dev/null which avoids screwing up the first sockets we open.
-------------------------------------------------------------------------
-r8809 | markfm | 2004-09-26 17:49:41 +0200 (Sun, 26 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Add --rc-extend switch, for extra commands.
-
-------------------------------------------------------------------------
-r8808 | zorglub | 2004-09-26 17:31:41 +0200 (Sun, 26 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Add logout function to RC interface
-
-------------------------------------------------------------------------
-r8807 | gbazin | 2004-09-26 16:19:43 +0200 (Sun, 26 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-
-* modules/codec/ffmpeg/audio.c: fixed 5.1 audio decoding.
-------------------------------------------------------------------------
-r8806 | gbazin | 2004-09-26 15:39:00 +0200 (Sun, 26 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* modules/codec/ffmpeg/*: new --ffmpeg-lowres option to force video decoding at a lower resolution.
-------------------------------------------------------------------------
-r8805 | zorglub | 2004-09-26 15:06:45 +0200 (Sun, 26 Sep 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-
-* Use callbacks for live update
-* Add timeout support (marq-timeout, in milliseconds, 0 for no timeout)
-* A few minor coding style fixes
-
-------------------------------------------------------------------------
-r8804 | zorglub | 2004-09-26 15:03:52 +0200 (Sun, 26 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Add timeout hook for marquee
-
-------------------------------------------------------------------------
-r8803 | gbazin | 2004-09-26 14:59:50 +0200 (Sun, 26 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/include/configuration.h
-
-* include/configuration.h: added change_float/integer_range( min, max ) macro.
-------------------------------------------------------------------------
-r8802 | markfm | 2004-09-26 14:55:29 +0200 (Sun, 26 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/Modules.am
-
-modules/video_milter/Modules.am -- added marquee filter
-
-------------------------------------------------------------------------
-r8801 | markfm | 2004-09-26 14:45:33 +0200 (Sun, 26 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac -- Add marquee subfilter
-
-------------------------------------------------------------------------
-r8800 | gbazin | 2004-09-26 14:40:05 +0200 (Sun, 26 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-* modules/control/rc.c: added an --rc-quiet option for win32.
-------------------------------------------------------------------------
-r8799 | gbazin | 2004-09-26 14:06:50 +0200 (Sun, 26 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/ps.h
-
-* modules/demux/ps.h: fixed PSM parsing.
-* modules/demux/ps.c: improved MPEG PS autodetection a bit.
-
-------------------------------------------------------------------------
-r8798 | markfm | 2004-09-26 13:47:12 +0200 (Sun, 26 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-rc.c -- Add hooks to control marquee string and offsets
-
-------------------------------------------------------------------------
-r8797 | sigmunau | 2004-09-26 13:43:19 +0200 (Sun, 26 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-ffmpeg/video.c: fixed recent breakage of avc1 in mp4 due to a recent ffmpeg
-change
-
-------------------------------------------------------------------------
-r8796 | markfm | 2004-09-26 13:41:32 +0200 (Sun, 26 Sep 2004) | 2 lines
-Changed paths:
-   A /trunk/modules/video_filter/marq.c
-
-Add marq.c, marquee video filter.
-
-------------------------------------------------------------------------
-r8795 | sigmunau | 2004-09-26 01:36:55 +0200 (Sun, 26 Sep 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-
-mkv.cpp: added support for quicktime video codecs in mkv (tested with svq3)
-Modules.am: link mkv demux with mp4 demux
-mp4/*: export some functions needed by mkv demux
-
-------------------------------------------------------------------------
-r8794 | hartman | 2004-09-25 22:05:02 +0200 (Sat, 25 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/TODO
-
-* update of NEWS and todo
-
-------------------------------------------------------------------------
-r8793 | sigmunau | 2004-09-25 19:51:24 +0200 (Sat, 25 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/time.c
-
-time.c: remove unused function parameter
-
-------------------------------------------------------------------------
-r8792 | gbazin | 2004-09-25 17:13:01 +0200 (Sat, 25 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx/*: fix for spurious taskbar item after switching to fullscreen.
-------------------------------------------------------------------------
-r8791 | sigmunau | 2004-09-25 16:01:05 +0200 (Sat, 25 Sep 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: helper function for printing of the mkv parse tree. Moves all the
-nastyness to a central location. Improves the general readability in my
-opinion.
-
-------------------------------------------------------------------------
-r8790 | sigmunau | 2004-09-25 15:04:12 +0200 (Sat, 25 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: protect the call to block_zlib_decompress
-
-------------------------------------------------------------------------
-r8789 | sigmunau | 2004-09-25 14:45:04 +0200 (Sat, 25 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: turned do_zlib_decompress into block_zlib_decompress, and use it
-when needed. Zlib-compressed vobsubs work for me now.
-
-------------------------------------------------------------------------
-r8788 | sigmunau | 2004-09-25 14:25:42 +0200 (Sat, 25 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: Parse tags related to compression (unused yet)
-
-------------------------------------------------------------------------
-r8787 | gbazin | 2004-09-24 13:29:25 +0200 (Fri, 24 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/time.c
-
-* modules/video_filter/time.c: the subpicture doesn't need a timeout.
-------------------------------------------------------------------------
-r8786 | gbazin | 2004-09-24 10:35:23 +0200 (Fri, 24 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* Makefile.am: use the new wine cmdl syntax for make package-win32.
-------------------------------------------------------------------------
-r8785 | gbazin | 2004-09-24 08:59:28 +0200 (Fri, 24 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/corba/Modules.am
-
-modules/control/corba/Modules.am: attempt to fix build.
-------------------------------------------------------------------------
-r8784 | hartman | 2004-09-24 00:08:39 +0200 (Fri, 24 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/mkv.cpp
-
-* zlib decompressor for mkv. not working. (i don't get c++ :) )
-
-------------------------------------------------------------------------
-r8783 | gbazin | 2004-09-23 23:11:43 +0200 (Thu, 23 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/video_output/vout_subpictures.c: fixed recent dvd menu breakage.
-------------------------------------------------------------------------
-r8782 | hartman | 2004-09-23 22:56:46 +0200 (Thu, 23 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/HACKING
-   M /trunk/TODO
-
-* added asx todo item to list
-* added some clarifications on use of bootstrap to HACKING file
-
-------------------------------------------------------------------------
-r8781 | hartman | 2004-09-23 22:52:20 +0200 (Thu, 23 Sep 2004) | 8 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* if http:// and mime == asf, and name doesn't contain asx (cause they have mime == asf too) then bail http access and let the mms access try.
-  ( VLC now plays http:// urls which are actually mms:// streams and no longer handles asx files when the path doesn't contain "asx" )
-
-* added the aacp (aacPlus) mime type and force the aac demux in that case. aacPlus still doesn't work. (decoder issue?)
-
-* don't PLAYLIST_GO on a redirect. gave weird effects because the current item was still in the 'open' fase. The playlist is already playing, so there is no use in this option.
-
-
-------------------------------------------------------------------------
-r8780 | oaubert | 2004-09-23 18:56:07 +0200 (Thu, 23 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/corba/mediacontrol-plugin.c
-
-mediacontrol-plugin.c: removed superfluous vlc_release()
-
-------------------------------------------------------------------------
-r8779 | oaubert | 2004-09-23 18:55:37 +0200 (Thu, 23 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/corba/mediacontrol-core.c
-
-mediacontrol-core.c: updated the used API to the new demux2
-  API. ByteCount positions are not supported anymore.
-
-------------------------------------------------------------------------
-r8778 | oaubert | 2004-09-23 18:53:51 +0200 (Thu, 23 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/corba/Modules.am
-
-Modules.am: fixed typelib generation
-
-------------------------------------------------------------------------
-r8777 | hartman | 2004-09-23 16:08:11 +0200 (Thu, 23 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/faad.c
-
-* unknow -> unknown
-
-------------------------------------------------------------------------
-r8776 | hartman | 2004-09-23 14:42:42 +0200 (Thu, 23 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/HACKING
-
-* HACKING: CVS -> SVN, added remark about developers.videolan.org site
-
-------------------------------------------------------------------------
-r8775 | gbazin | 2004-09-23 14:09:53 +0200 (Thu, 23 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: fixed typo.
-------------------------------------------------------------------------
-r8774 | gbazin | 2004-09-23 13:20:24 +0200 (Thu, 23 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: should fix libpng detection on win32.
-------------------------------------------------------------------------
-r8773 | gbazin | 2004-09-23 11:08:08 +0200 (Thu, 23 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-* modules/misc/rtsp.c: fixed pause.
-------------------------------------------------------------------------
-r8772 | gbazin | 2004-09-22 21:32:21 +0200 (Wed, 22 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-* modules/misc/rtsp.c: fixed segfault.
-------------------------------------------------------------------------
-r8771 | gbazin | 2004-09-22 21:29:32 +0200 (Wed, 22 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h: -f shortcut for fullscreen option.
-------------------------------------------------------------------------
-r8770 | gbazin | 2004-09-22 20:42:52 +0200 (Wed, 22 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-* modules/misc/rtsp.c: misc improvements + respect ports given by client.
-------------------------------------------------------------------------
-r8769 | gbazin | 2004-09-22 17:25:11 +0200 (Wed, 22 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-* modules/access_output/udp.c: if a packet is bigger than the mtu size, we emit a warning and try to split it.
-------------------------------------------------------------------------
-r8768 | gbazin | 2004-09-22 15:43:03 +0200 (Wed, 22 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/ps.h
-
-* modules/demux/ps.c,ps.h: PSM parsing remotely based on a patch by Pascal Claes.
-------------------------------------------------------------------------
-r8767 | gbazin | 2004-09-22 15:37:55 +0200 (Wed, 22 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: a bit more useful debug message.
-------------------------------------------------------------------------
-r8766 | sigmunau | 2004-09-22 14:09:30 +0200 (Wed, 22 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: enabled time plugin
-
-------------------------------------------------------------------------
-r8765 | gbazin | 2004-09-22 12:17:41 +0200 (Wed, 22 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ps.c
-
-* modules/demux/ps.c: small cleanup.
-------------------------------------------------------------------------
-r8764 | gbazin | 2004-09-22 11:44:44 +0200 (Wed, 22 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/ps.c
-
-* modules/mux/mpeg/ps.c: make sure the data blocks containing the pack and system headers are timestamped correctly. Added an --sout-ps-dts-delay option.
-------------------------------------------------------------------------
-r8763 | gbazin | 2004-09-22 11:20:12 +0200 (Wed, 22 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-* src/playlist/item.c: fixed recent playlist item initialization bug which was screwing up things like doing random autodeletions, etc...
-------------------------------------------------------------------------
-r8762 | hartman | 2004-09-22 00:24:31 +0200 (Wed, 22 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/vobsub.c
-
-Thou shalt compile before thou commits
-
-------------------------------------------------------------------------
-r8761 | hartman | 2004-09-22 00:16:35 +0200 (Wed, 22 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/vobsub.c
-
-* Fix the vobsub length.
-  fen: any suggestions for the other Control() stuff?
-
-------------------------------------------------------------------------
-r8760 | hartman | 2004-09-21 23:52:52 +0200 (Tue, 21 Sep 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/vobsub.c
-
- * scaled external vobsubs with multiple tracks are now working
-   - searching is a mess
-   - autodetect not yet activated, force by opening the idx as subfile
-
-------------------------------------------------------------------------
-r8759 | gbazin | 2004-09-21 22:40:09 +0200 (Tue, 21 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/doc/vlm.txt
-
-* doc/vlm.txt: small update to reflect the latest changes.
-------------------------------------------------------------------------
-r8758 | gbazin | 2004-09-21 22:33:59 +0200 (Tue, 21 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/spudec.c
-
-* modules/codec/spudec/spudec.c: packetizer needs to duplicate the input es_format_t.
-------------------------------------------------------------------------
-r8757 | gbazin | 2004-09-21 22:19:04 +0200 (Tue, 21 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/video_output/vout_subpictures.c: modify the scaling factor based on the original video size info.
-------------------------------------------------------------------------
-r8756 | hartman | 2004-09-21 21:26:10 +0200 (Tue, 21 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/codec/spudec/parse.c
-
-* pass the orignal movie size from es_format_t to subpicture_t
-
-------------------------------------------------------------------------
-r8755 | sam | 2004-09-21 18:22:16 +0200 (Tue, 21 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/video_filter/swscale/Modules.am
-
-  * Added missing \n to misc files.
-
-------------------------------------------------------------------------
-r8754 | sam | 2004-09-21 18:07:41 +0200 (Tue, 21 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * toolbox: fixed mixup in the changelog generation example.
-
-------------------------------------------------------------------------
-r8753 | sam | 2004-09-21 17:55:45 +0200 (Tue, 21 Sep 2004) | 6 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-  * debian/rules:
-    + Fixed previously broken DVD support.
-    + Removed currently broken Speex support.
-  * debian/control:
-    + Build-depend on libdvdnav.
-
-------------------------------------------------------------------------
-r8752 | fkuehne | 2004-09-21 16:44:38 +0200 (Tue, 21 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-* hopefully fixed the wrong behaviour of the strg/ctrl-key in the G. translation
-------------------------------------------------------------------------
-r8751 | gbazin | 2004-09-20 23:51:41 +0200 (Mon, 20 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/time.c
-
-* modules/video_filter/time.c: added Id svn keyword
-------------------------------------------------------------------------
-r8750 | gbazin | 2004-09-20 23:50:18 +0200 (Mon, 20 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_vlm.h
-   M /trunk/include/vlc_vod.h
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/src/misc/vlm.c
-
-* modules/misc/rtsp.c, src/misc/vlm.c: VOD RTSP support is beginning to work.
-------------------------------------------------------------------------
-r8749 | hartman | 2004-09-20 17:47:08 +0200 (Mon, 20 Sep 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/vobsub.c
-
-* some fixes to vobsub
-  TODO: create the index
-        position control
-
-------------------------------------------------------------------------
-r8748 | hartman | 2004-09-20 17:03:17 +0200 (Mon, 20 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* disabled the libdts making for the nightlies
-
-------------------------------------------------------------------------
-r8747 | sigmunau | 2004-09-20 14:17:51 +0200 (Mon, 20 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/time.c
-
-time.c: configureable time format patch by markfm + some cleanup
-
-------------------------------------------------------------------------
-r8746 | gbazin | 2004-09-20 12:23:59 +0200 (Mon, 20 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: fixed aspect ratio.
-------------------------------------------------------------------------
-r8745 | gbazin | 2004-09-20 12:09:28 +0200 (Mon, 20 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/time.c
-
-* modules/video_filter/time.c: optimized a bit.
-------------------------------------------------------------------------
-r8744 | gbazin | 2004-09-20 12:06:53 +0200 (Mon, 20 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-* modules/misc/freetype.c: fixed memory leak.
-------------------------------------------------------------------------
-r8743 | gbazin | 2004-09-20 11:18:11 +0200 (Mon, 20 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-* modules/video_filter/logo.c: fixed memleak.
-------------------------------------------------------------------------
-r8742 | gbazin | 2004-09-20 10:53:58 +0200 (Mon, 20 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/time.c
-
-* modules/video_filter/time.c: stick to our config options naming convention + fixed a couple of mem-leaks.
-------------------------------------------------------------------------
-r8741 | gbazin | 2004-09-19 23:38:12 +0200 (Sun, 19 Sep 2004) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_vlm.h
-   M /trunk/src/misc/vlm.c
-
-* src/misc/vlm.c:
-   + major cleanup and bug fixing.
-   + added support for spawning and controlling several media instances.
-
-
-------------------------------------------------------------------------
-r8740 | gbazin | 2004-09-19 21:22:04 +0200 (Sun, 19 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc/intf.h
-   M /trunk/include/vlc_input.h
-   M /trunk/src/playlist/item.c
-
-* include/vlc_input.h, src/playlist/item.c: added vlc_input_item_Init()/Clean() facility.
-------------------------------------------------------------------------
-r8739 | gbazin | 2004-09-19 20:50:54 +0200 (Sun, 19 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/vobsub.c
-
-* modules/demux/vobsub.c: fixed bug pointed to by gcc warnings.
-------------------------------------------------------------------------
-r8738 | gbazin | 2004-09-19 18:26:54 +0200 (Sun, 19 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-* modules/video_filter/logo.c: oops, broke something.
-------------------------------------------------------------------------
-r8737 | gbazin | 2004-09-19 17:46:14 +0200 (Sun, 19 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-* modules/video_filter/logo.c: couple of sanity check.
-------------------------------------------------------------------------
-r8736 | gbazin | 2004-09-19 17:36:08 +0200 (Sun, 19 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-* modules/video_filter/logo.c: transparency fix by markfm.
-------------------------------------------------------------------------
-r8735 | gbazin | 2004-09-19 17:23:38 +0200 (Sun, 19 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-* modules/video_filter/logo.c: fixed case when no transparent color is set.
-------------------------------------------------------------------------
-r8734 | gbazin | 2004-09-19 17:11:36 +0200 (Sun, 19 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/video_output/vout_subpictures.c: support for stacking subpictures filters (eg. --sub-filter=foo,bar).
-------------------------------------------------------------------------
-r8733 | gbazin | 2004-09-19 16:58:43 +0200 (Sun, 19 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-* modules/video_filter/logo.c: remove the comment about the need for RGBA PNG files.
-------------------------------------------------------------------------
-r8732 | gbazin | 2004-09-19 16:46:01 +0200 (Sun, 19 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-* modules/video_filter/logo.c: convert all pngs to RGBA.
-------------------------------------------------------------------------
-r8731 | sigmunau | 2004-09-19 14:29:16 +0200 (Sun, 19 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/time.c
-
-time.c: customizable position and string prefix, mainly done by markfm
-
-------------------------------------------------------------------------
-r8730 | hartman | 2004-09-18 23:13:45 +0200 (Sat, 18 Sep 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/vobsub.c
-
-* mkv.cpp: retrieve the original framesize from the vobsub idx and store in es_format_t
-* vobsub.c: rewrite of the vobsub module. Now has track support. This is UNFINISHED.
-  TODO, repair the 'Control' commands store the timestamp/location combo's in the arrays of subtitle_t structs
-
-  and find a way to pass the info from the decoder to the core of course....
-
-------------------------------------------------------------------------
-r8729 | sigmunau | 2004-09-18 19:46:15 +0200 (Sat, 18 Sep 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/video_filter/Modules.am
-   M /trunk/modules/video_filter/time.c
-
-modules/video_filter/Modules.am: added time, for those that don't know the
-fen-trick
-time.c: fixed a few copy/paste bugs and some warnings
-
-------------------------------------------------------------------------
-r8728 | sigmunau | 2004-09-18 18:38:58 +0200 (Sat, 18 Sep 2004) | 2 lines
-Changed paths:
-   A /trunk/modules/video_filter/time.c
-
-time.c: a small module to place current time on top of video
-
-------------------------------------------------------------------------
-r8727 | hartman | 2004-09-18 11:52:20 +0200 (Sat, 18 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_es.h
-
-* added origin (position) and 'original frame size' params to SPU es
-
-------------------------------------------------------------------------
-r8726 | hartman | 2004-09-18 11:36:26 +0200 (Sat, 18 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* added SVQ3 ID to livedotcom. don't remember if it worked, but won't hurt either i guess..
-
-------------------------------------------------------------------------
-r8725 | gbazin | 2004-09-18 11:34:03 +0200 (Sat, 18 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-* modules/demux/subtitle.c: compilation fix.
-------------------------------------------------------------------------
-r8724 | gbazin | 2004-09-18 11:21:03 +0200 (Sat, 18 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-* src/misc/vlm.c: we probably have enough bugs already :p
-------------------------------------------------------------------------
-r8723 | hartman | 2004-09-18 02:05:11 +0200 (Sat, 18 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/Modules.am
-   M /trunk/modules/demux/subtitle.c
-   A /trunk/modules/demux/vobsub.c (from /trunk/modules/demux/subtitle.c:8722)
-
-* split vobsub and textual demuxers.
-
-
-------------------------------------------------------------------------
-r8722 | gbazin | 2004-09-17 16:47:01 +0200 (Fri, 17 Sep 2004) | 4 lines
-Changed paths:
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_widgets.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* video_output/vout_subpictures.c:
-  + improved spu_SortSubpictures() to deal with SPU channels.
-  + ephemer subpictures can also have a stop date now (allows more flexibility).
-
-------------------------------------------------------------------------
-r8721 | gbazin | 2004-09-17 12:21:00 +0200 (Fri, 17 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-* modules/video_filter/logo.c: small fix.
-------------------------------------------------------------------------
-r8720 | gbazin | 2004-09-17 12:13:21 +0200 (Fri, 17 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: new sfilter option for using subpictures filters during the transcoding.
-------------------------------------------------------------------------
-r8719 | gbazin | 2004-09-17 11:30:19 +0200 (Fri, 17 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/vout_subpictures.c
-
-* modules/video_filter/logo.c: implemented a logo subpictures filter.
-
-------------------------------------------------------------------------
-r8718 | gbazin | 2004-09-17 11:13:05 +0200 (Fri, 17 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/scale.c
-
-* modules/video_filter/scale.c: add a bias when calculating the nearest neighbour.
-------------------------------------------------------------------------
-r8717 | gbazin | 2004-09-17 11:11:50 +0200 (Fri, 17 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_filter.h
-   M /trunk/include/vlc_spu.h
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/video_output/vout_subpictures.c: support for subpictures filters.
-* src/libvlc.h: new --sub-filter config option + added a new subpictures category that regroups all the subpictures options.
-
-------------------------------------------------------------------------
-r8716 | gbazin | 2004-09-17 00:04:36 +0200 (Fri, 17 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/stream_out/description.c
-
-* modules/misc/rtsp.c: getting closer to a basic but functional rtsp server.
-* modules/stream_out/description.c: bug fix.
-
-------------------------------------------------------------------------
-r8715 | gbazin | 2004-09-16 16:31:14 +0200 (Thu, 16 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-
-* modules/gui/wxwindows/menus.cpp: re-organized right-click menu + play/pause/stop/next/previous entries.
-------------------------------------------------------------------------
-r8714 | gbazin | 2004-09-15 22:21:09 +0200 (Wed, 15 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/stream_out/Modules.am
-   A /trunk/modules/stream_out/description.c
-   M /trunk/src/misc/vlm.c
-
-* modules/stream_out/description.c: new "description" stream output module which gathers information on elementary streams (pre-parsing).
-* src/misc/vlm.c: pre-parse vod media items.
-
-------------------------------------------------------------------------
-r8713 | gbazin | 2004-09-15 18:59:25 +0200 (Wed, 15 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/Modules.am
-
-* modules/video_filter/Modules.am: oops
-------------------------------------------------------------------------
-r8712 | gbazin | 2004-09-15 18:02:45 +0200 (Wed, 15 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/scale.c
-
-* modules/video_filter/scale.c: simple nearest neighbour rescaling module for YUVP/A (subpictures).
-------------------------------------------------------------------------
-r8711 | gbazin | 2004-09-15 17:55:25 +0200 (Wed, 15 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-
-* modules/codec/ffmpeg/video_filter.c: improvements.
-------------------------------------------------------------------------
-r8710 | gbazin | 2004-09-15 17:52:13 +0200 (Wed, 15 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/swscale/filter.c
-
-* modules/video_filter/swscale/filter.c: uninitialised variable fix.
-------------------------------------------------------------------------
-r8709 | gbazin | 2004-09-15 17:50:54 +0200 (Wed, 15 Sep 2004) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc/vout.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_filter.h
-   M /trunk/include/vlc_objects.h
-   A /trunk/include/vlc_spu.h
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/ogt/common.c
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/ogt/cvd_parse.c
-   M /trunk/modules/codec/ogt/ogt.c
-   M /trunk/modules/codec/ogt/ogt_parse.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_widgets.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* ALL: separation of the SPU engine from the VOUT.
-* modules/stream_out/transcode.c: re-use the SPU engine.
-* src/video_output/vout_subpictures.c: support for resizing subpictures.
-
-------------------------------------------------------------------------
-r8708 | gbazin | 2004-09-14 22:30:12 +0200 (Tue, 14 Sep 2004) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_vlm.h
-   M /trunk/include/vlc_vod.h
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/src/misc/vlm.c
-
-* src/misc/vlm.c: started "vod server" integration (not much done yet).
-* modules/misc/rtsp.c, include/vlc_vod.h: vod server api update.
-* include/vlc_input.h: extended input_item_t a bit for the vod server.
-
-------------------------------------------------------------------------
-r8707 | bigben | 2004-09-14 19:27:52 +0200 (Tue, 14 Sep 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-
-msg_Err -> msg_Dbg
-
-
-------------------------------------------------------------------------
-r8706 | gbazin | 2004-09-14 13:45:44 +0200 (Tue, 14 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-   M /trunk/configure.ac
-
-* configure.ac: fixed --with-ffmpeg-dts.
-* INSTALL.win32: update with new contrib package.
-
-------------------------------------------------------------------------
-r8705 | gbazin | 2004-09-14 13:38:50 +0200 (Tue, 14 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
-* modules/demux/asf/asf.c: fixed overflow in aspect ratio calculation.
-------------------------------------------------------------------------
-r8704 | fkuehne | 2004-09-13 22:30:12 +0200 (Mon, 13 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* updated used libcdio-version from 0.69 to 0.70
-------------------------------------------------------------------------
-r8703 | gbazin | 2004-09-13 22:29:58 +0200 (Mon, 13 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/crossbar.cpp
-
-* modules/access/dshow/crossbar.cpp: real compilation fix.
-------------------------------------------------------------------------
-r8702 | gbazin | 2004-09-13 21:46:38 +0200 (Mon, 13 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/crossbar.cpp
-
-* modules/access/dshow/crossbar.cpp: compilation fix.
-------------------------------------------------------------------------
-r8701 | gbazin | 2004-09-13 21:43:30 +0200 (Mon, 13 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/modules/video_filter/swscale
-   A /trunk/modules/video_filter/swscale/Modules.am
-   A /trunk/modules/video_filter/swscale/common.h
-   A /trunk/modules/video_filter/swscale/filter.c
-   A /trunk/modules/video_filter/swscale/rgb2rgb.c
-   A /trunk/modules/video_filter/swscale/rgb2rgb.h
-   A /trunk/modules/video_filter/swscale/rgb2rgb_template.c
-   A /trunk/modules/video_filter/swscale/swscale.c
-   A /trunk/modules/video_filter/swscale/swscale.h
-   A /trunk/modules/video_filter/swscale/swscale_altivec_template.c
-   A /trunk/modules/video_filter/swscale/swscale_internal.h
-   A /trunk/modules/video_filter/swscale/swscale_template.c
-   A /trunk/modules/video_filter/swscale/yuv2rgb.c
-   A /trunk/modules/video_filter/swscale/yuv2rgb_altivec.c
-   A /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
-   A /trunk/modules/video_filter/swscale/yuv2rgb_template.c
-
-* modules/video_filter/swscale/*: new resizing/chroma conversion video filter based on MPlayer's swscale module.
-  (not enabled in configure.ac yet as it may have problems building on some platforms)
-
-------------------------------------------------------------------------
-r8700 | titer | 2004-09-13 17:46:00 +0200 (Mon, 13 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- contrib/src/Makefile: quick BeOS compile fix (-lnet bla bla)
-
-------------------------------------------------------------------------
-r8699 | gbazin | 2004-09-13 15:28:10 +0200 (Mon, 13 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/src/misc/block.c
-
-* include/vlc_block.h: block_Duplicate() needs to duplicate all the fields of block_t.
-------------------------------------------------------------------------
-r8698 | titer | 2004-09-13 12:57:03 +0200 (Mon, 13 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
- + configure.ac: explicitly link to -lnet the modules which need it
-   (cause latest BeOS gcc doesn't do it by default anymore)
-
-------------------------------------------------------------------------
-r8697 | titer | 2004-09-13 10:27:58 +0200 (Mon, 13 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
- + mux/asf.c: gcc < 3 compile fix
-
-------------------------------------------------------------------------
-r8696 | gbazin | 2004-09-12 22:32:08 +0200 (Sun, 12 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-* modules/video_output/directx/directx.c: removed debug message.
-------------------------------------------------------------------------
-r8695 | gbazin | 2004-09-12 22:31:00 +0200 (Sun, 12 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-
-* src/video_output: fixed a CPU heating loop in pause mode (fixes the problem with fast user switching on win32).
-------------------------------------------------------------------------
-r8694 | gbazin | 2004-09-12 20:00:02 +0200 (Sun, 12 Sep 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/access/dshow/Modules.am
-   A /trunk/modules/access/dshow/common.h
-   A /trunk/modules/access/dshow/crossbar.cpp
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dshow/filter.h
-
-* modules/access/dshow/*:
-  - switch to access_demux module for raw video/audio streams.
-  - massive cleanup and simplifications.
-  - a bunch of fixes.
-
-------------------------------------------------------------------------
-r8693 | gbazin | 2004-09-12 12:30:24 +0200 (Sun, 12 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/screen/win32.c
-
-* modules/access/screen/win32.c: proper rgb mask for RV24.
-------------------------------------------------------------------------
-r8692 | gbazin | 2004-09-12 11:31:47 +0200 (Sun, 12 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-
-* modules/access/dshow: simplification (video inversion is now handled in the rawvideo codec/packetizer).
-------------------------------------------------------------------------
-r8691 | gbazin | 2004-09-12 11:16:55 +0200 (Sun, 12 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-* modules/video_output/directx/directx.c: small fix.
-------------------------------------------------------------------------
-r8690 | gbazin | 2004-09-12 11:10:33 +0200 (Sun, 12 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx/events.c: use a different window class for the video sub-window so the background color doesn't get messed-up with.
-------------------------------------------------------------------------
-r8689 | gbazin | 2004-09-11 15:15:18 +0200 (Sat, 11 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/network.h
-   M /trunk/include/vlc_common.h
-   A /trunk/include/vlc_vod.h
-   M /trunk/modules/misc/Modules.am
-   A /trunk/modules/misc/rtsp.c
-
-* include/vlc_vod.h, modules/misc/rtsp.c: skeleton for a "vod server" RTSP module.
-
-------------------------------------------------------------------------
-r8688 | gbazin | 2004-09-10 23:08:41 +0200 (Fri, 10 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-* modules/video_filter/logo.c: complete rewrite using the alpha-blending module.
-------------------------------------------------------------------------
-r8687 | gbazin | 2004-09-10 21:47:16 +0200 (Fri, 10 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* src/video_output/video_output.c: oops.
-------------------------------------------------------------------------
-r8686 | gbazin | 2004-09-10 20:03:25 +0200 (Fri, 10 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/codec/ogt/common.c
-   M /trunk/modules/codec/ogt/render.c
-   M /trunk/src/video_output/video_output.c
-
-* src/video_output/video_output.c, modules/codec/ogt: got rid of vout_AspectRatio().
-
-------------------------------------------------------------------------
-r8685 | gbazin | 2004-09-10 19:22:03 +0200 (Fri, 10 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc_video.h
-   M /trunk/src/video_output/vout_pictures.c
-
-* include/vlc_video.h, src/video_output/vout_pictures.c: export vout_CopyPicture().
-
-------------------------------------------------------------------------
-r8684 | gbazin | 2004-09-10 15:53:43 +0200 (Fri, 10 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c, modules/video_output/directx/directx.c: when we invert the YV12 picture buffer chroma planes, we need to report a I420 chroma.
-------------------------------------------------------------------------
-r8683 | gbazin | 2004-09-10 15:15:59 +0200 (Fri, 10 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/rawvideo.c
-
-* modules/codec/rawvideo.c: packetizer will also invert the pictures if needed.
-------------------------------------------------------------------------
-r8682 | gbazin | 2004-09-10 14:43:08 +0200 (Fri, 10 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-
-* modules/demux/asf/*: get video aspect ratio from metadata object.
-------------------------------------------------------------------------
-r8681 | gbazin | 2004-09-10 13:35:42 +0200 (Fri, 10 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-
-* commit modules/demux/asf/*: load and parse the metadata object + coding style changes.
-------------------------------------------------------------------------
-r8680 | gbazin | 2004-09-10 11:49:01 +0200 (Fri, 10 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-* modules/stream_out/standard.c: compilation fix.
-------------------------------------------------------------------------
-r8679 | gbazin | 2004-09-10 11:19:59 +0200 (Fri, 10 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/cmml/intf.c
-
-* modules/codec/cmml/intf.c: compilation fix.
-------------------------------------------------------------------------
-r8678 | gbazin | 2004-09-10 00:18:51 +0200 (Fri, 10 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-* src/misc/httpd.c: spelling mistake.
-------------------------------------------------------------------------
-r8677 | gbazin | 2004-09-09 23:45:38 +0200 (Thu, 09 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/format.c
-   M /trunk/modules/audio_filter/normvol.c
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-
- modules/codec/ffmpeg/video_filter.c, modules/audio_filter/format.c, normvol.c: added Id svn keyword.
-------------------------------------------------------------------------
-r8676 | gbazin | 2004-09-09 16:47:33 +0200 (Thu, 09 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-* src/input/input.c: hack to allow for the udp:@:port syntax again... not really pretty though.
-------------------------------------------------------------------------
-r8675 | gbazin | 2004-09-09 16:33:33 +0200 (Thu, 09 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-* src/extras/libc.c: forgot a small modification.
-------------------------------------------------------------------------
-r8674 | gbazin | 2004-09-09 16:25:07 +0200 (Thu, 09 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/theora.c
-
-* modules/codec/theora.c: use vlc_reduce() to before storing the aspect-ratio.
-------------------------------------------------------------------------
-r8673 | gbazin | 2004-09-09 16:23:44 +0200 (Thu, 09 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-* modules/mux/asf.c: include a metadata header to store the video pixel aspect ratio info.
-------------------------------------------------------------------------
-r8672 | gbazin | 2004-09-09 16:02:24 +0200 (Thu, 09 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/gestures.c
-
-* modules/control/gestures.c: compilation fix.
-------------------------------------------------------------------------
-r8671 | gbazin | 2004-09-09 15:04:12 +0200 (Thu, 09 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/extras/libc.c
-
-* include/vlc_common.h, src/extras/libc.c: added GCD() and vlc_reduce().
-------------------------------------------------------------------------
-r8670 | gbazin | 2004-09-09 00:02:48 +0200 (Thu, 09 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-
-* modules/access/dvdnav.c: call buttonUpdate() again when the video ES is started.
-------------------------------------------------------------------------
-r8669 | gbazin | 2004-09-08 23:11:31 +0200 (Wed, 08 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/src/video_output/vout_intf.c
-
-* src/video_output/vout_intf.c, modules/video_output/opengl.c: we do really need these, so please don't remove them again.
-------------------------------------------------------------------------
-r8668 | gbazin | 2004-09-08 23:01:11 +0200 (Wed, 08 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/video_output/*: fixed race condition in spu initialization which affected DVD menus.
-------------------------------------------------------------------------
-r8667 | gbazin | 2004-09-08 17:25:56 +0200 (Wed, 08 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* modules/demux/ts.c: small video artefacts are usually better than dropping whole frames.
-------------------------------------------------------------------------
-r8666 | gbazin | 2004-09-08 16:10:20 +0200 (Wed, 08 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-
-* modules/audio_filter/converter/*: a couple of fixes for transcoding.
-------------------------------------------------------------------------
-r8665 | gbazin | 2004-09-08 14:48:57 +0200 (Wed, 08 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: use picture ring buffers to avoid leaks due to decoders not releasing pictures properly and to avoid uncessary mallocs.
-------------------------------------------------------------------------
-r8664 | gbazin | 2004-09-08 12:07:05 +0200 (Wed, 08 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_help.h
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-
-* include/vlc_help.h: update.
-------------------------------------------------------------------------
-r8663 | gbazin | 2004-09-08 00:55:26 +0200 (Wed, 08 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: fix for the interface resizing when video is stopped.
-------------------------------------------------------------------------
-r8662 | gbazin | 2004-09-08 00:08:36 +0200 (Wed, 08 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-
-* modules/gui/wxwindows/video.cpp: reverted change to re-use the video window as it doesn't work well on wxGTK.
-------------------------------------------------------------------------
-r8661 | gbazin | 2004-09-07 23:46:16 +0200 (Tue, 07 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-* include/vlc_common.h: forgot this file in my last commit.
-------------------------------------------------------------------------
-r8660 | gbazin | 2004-09-07 23:28:52 +0200 (Tue, 07 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: small iconv fix.
-------------------------------------------------------------------------
-r8659 | gbazin | 2004-09-07 23:16:49 +0200 (Tue, 07 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-   M /trunk/modules/gui/skins2/vars/playlist.hpp
-   M /trunk/modules/misc/freetype.c
-   M /trunk/src/extras/libc.c
-
-* src/extras/libc.c: provide iconv facility in the core (vlc_iconv_open(), vlc_iconv(), vlc_iconv_close()).
-* modules/misc/freetype.c, modules/codec/subsdec.c, modules/gui/skins2: use iconv from the core.
-
-------------------------------------------------------------------------
-r8658 | sigmunau | 2004-09-07 12:34:47 +0200 (Tue, 07 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-freetype.c: don't hang if user specify negative fontsize
-
-------------------------------------------------------------------------
-r8657 | gbazin | 2004-09-07 11:34:03 +0200 (Tue, 07 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/faad.c
-   M /trunk/src/input/decoder.c
-
-* src/input/decoder.c, modules/codec/faad.c: work around another bug in libfaad with ADTS streams.
-------------------------------------------------------------------------
-r8656 | sigmunau | 2004-09-07 10:11:49 +0200 (Tue, 07 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/modules/demux/mkv.cpp
-
-fixed track selection for mkv-files with default flag set on tracks.
-
-------------------------------------------------------------------------
-r8655 | titer | 2004-09-06 23:28:07 +0200 (Mon, 06 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/src/video_output/vout_intf.c
-
- Fixed OpenGL mouse events
-
-------------------------------------------------------------------------
-r8654 | titer | 2004-09-06 23:07:43 +0200 (Mon, 06 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/var.c
-
- + src/input/var.c: when starting a title, don't recreate next/prev-chapter
-     and add callbacks if they already exist
-
-------------------------------------------------------------------------
-r8653 | sigmunau | 2004-09-06 21:01:34 +0200 (Mon, 06 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/modules/demux/mkv.cpp
-
-some timecode and chapter-related fixes from Mosu(thanks a lot).
-
-------------------------------------------------------------------------
-r8652 | titer | 2004-09-06 18:46:25 +0200 (Mon, 06 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/MsgVals.h
-
- beos/*: fixed title/chapter navigation
-
-------------------------------------------------------------------------
-r8651 | sigmunau | 2004-09-06 18:10:34 +0200 (Mon, 06 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-Added matroska-related items to todo-list
-
-------------------------------------------------------------------------
-r8650 | courmisch | 2004-09-06 17:09:37 +0200 (Mon, 06 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-debug message accessed free'd structure causing a segmentation fault
-
-------------------------------------------------------------------------
-r8649 | rocky | 2004-09-06 14:49:29 +0200 (Mon, 06 Sep 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/access/cdda/Modules.am
-   M /trunk/modules/access/cdda/access.c
-   A /trunk/modules/access/cdda/access.h
-   A /trunk/modules/access/cdda/callback.c
-   A /trunk/modules/access/cdda/callback.h
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-
-Allow size of blocks reads to be specified/adjusted
-Split out callback routines. 
-Some cleanup. Still largely broken though. 
-
-
-------------------------------------------------------------------------
-r8648 | courmisch | 2004-09-06 13:45:44 +0200 (Mon, 06 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-0 is a legal socket descriptor
-
-------------------------------------------------------------------------
-r8647 | rocky | 2004-09-06 06:38:46 +0200 (Mon, 06 Sep 2004) | 5 lines
-Changed paths:
-   M /trunk/include/mtime.h
-   M /trunk/modules/access/cdda/Modules.am
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.h
-
-2nd attempt to get libcdio cdda working.
-
-mtime.h: define constant for second-to-millisecond conversions.
-
-
-------------------------------------------------------------------------
-r8646 | fkuehne | 2004-09-05 20:38:53 +0200 (Sun, 05 Sep 2004) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-modules/gui/wxwindows/extrapanel.cpp: minor string fix
-po/*: updated the po-files
-THANKS: updated my mail-address
-------------------------------------------------------------------------
-r8645 | fkuehne | 2004-09-05 18:53:39 +0200 (Sun, 05 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-* first update of the German translation
-------------------------------------------------------------------------
-r8644 | fkuehne | 2004-09-05 18:53:04 +0200 (Sun, 05 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/audio_filter/normvol.c
-   M /trunk/modules/gui/macosx/equalizer.m
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/modules/video_output/snapshot.c
-   M /trunk/src/audio_output/input.c
-
-* string review
-------------------------------------------------------------------------
-r8643 | rocky | 2004-09-04 16:51:04 +0200 (Sat, 04 Sep 2004) | 10 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_meta.h
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-
-First attempt to reinstate a libcdio cdda. 
-
-vlc_meta.h: added CD-Text, ISO 9660, and CDDB fields. Separate email
-will be sent about this.
-
-Note: sound may be off by 2 seconds (150 sectors or pregap
-amount). The sound for both this and the other cdda plugin don't work
-for me. Before the last SVN update though that's what it sounded like.
-
-
-------------------------------------------------------------------------
-r8642 | bigben | 2004-09-04 12:39:44 +0200 (Sat, 04 Sep 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/open.m
-
-* syntax to specify the dvd title/chapter to open has changed...
-
-
-
-------------------------------------------------------------------------
-r8641 | massiot | 2004-09-03 20:42:25 +0200 (Fri, 03 Sep 2004) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_access.h
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/linux_dvb.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/src/input/stream.c
-
-* modules/demux/ts.c, modules/access/dvb: Added support for the CAM device
-  of linuxtv drivers. We currently only descramble one channel (this will
-  change in the near future). Also fixed a few demux-related bugs.
-
-------------------------------------------------------------------------
-r8640 | massiot | 2004-09-03 20:38:33 +0200 (Fri, 03 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/demuxdump.c
-
-* modules/demux/demuxdump.c: Added a --demuxdump-append boolean option.
-
-------------------------------------------------------------------------
-r8639 | massiot | 2004-09-03 20:37:21 +0200 (Fri, 03 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
-* modules/access/pvr/pvr.c: Added a --pvr-caching option.
-
-------------------------------------------------------------------------
-r8638 | zorglub | 2004-09-03 02:11:25 +0200 (Fri, 03 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-
-msg_Err -> msg_Dbg
-
-------------------------------------------------------------------------
-r8637 | gbazin | 2004-09-02 23:42:14 +0200 (Thu, 02 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h: plugins-cache is now enabled by default.
-------------------------------------------------------------------------
-r8636 | gbazin | 2004-09-02 23:19:35 +0200 (Thu, 02 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* NEWS: next version is going to be 0.8.0.
-------------------------------------------------------------------------
-r8635 | gbazin | 2004-09-02 21:40:28 +0200 (Thu, 02 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-* src/video_output/vout_intf.c: fixed mouse events forwarding in opengl provider.
-------------------------------------------------------------------------
-r8634 | gbazin | 2004-09-02 19:51:02 +0200 (Thu, 02 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* extras/contrib/src/packages.mak: fixed the faad2 package
-------------------------------------------------------------------------
-r8633 | gbazin | 2004-09-02 18:00:44 +0200 (Thu, 02 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-
-* modules/gui/wxwindows/video.cpp: before resizing the interface when a video stops, wait a bit just to make sure a new video outut is not being spawned.
-------------------------------------------------------------------------
-r8632 | zorglub | 2004-09-02 17:31:00 +0200 (Thu, 02 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-
-Switch video-filters on the fly
-
-------------------------------------------------------------------------
-r8631 | gbazin | 2004-09-02 17:20:34 +0200 (Thu, 02 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* src/video_output/video_output.c: re-enabled on-the-fly switching of video filters.
-------------------------------------------------------------------------
-r8630 | gbazin | 2004-09-02 16:27:57 +0200 (Thu, 02 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/demux.c
-
-* src/input/demux.c: ignore STREAM_CONTROL_ACCESS control query + coding style changes.
-------------------------------------------------------------------------
-r8629 | hartman | 2004-09-02 09:47:01 +0200 (Thu, 02 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/README
-
-* Don't say make bin works in the contrib system
-
-------------------------------------------------------------------------
-r8628 | gbazin | 2004-09-02 01:17:43 +0200 (Thu, 02 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/ChangeLog
-
-* ChangeLog: update.
-------------------------------------------------------------------------
-r8627 | gbazin | 2004-09-02 01:15:12 +0200 (Thu, 02 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/visualization/galaktos/Modules.am
-
-* modules/visualization/galaktos/Modules.am: a whole lot of files were forgotten.
-------------------------------------------------------------------------
-r8626 | gbazin | 2004-09-02 00:26:48 +0200 (Thu, 02 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: fixed fps and audio-sync options.
-------------------------------------------------------------------------
-r8625 | hartman | 2004-09-02 00:08:00 +0200 (Thu, 02 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* fix the ebml and matroska downloads. added toolame target, but not enabled, since toolame is worse than ffmpeg when it comes to makefiles... ("it needs sam power").
-
-------------------------------------------------------------------------
-r8624 | hartman | 2004-09-01 23:40:35 +0200 (Wed, 01 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* updated ebml, matroska, liveMedia and faad2 version
-
-------------------------------------------------------------------------
-r8623 | zorglub | 2004-09-01 22:02:17 +0200 (Wed, 01 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Added "is_playing", "get_title", "get_time" and "get_length" to get computer-readable output (for third-party programs)
-
-------------------------------------------------------------------------
-r8622 | titer | 2004-09-01 20:59:23 +0200 (Wed, 01 Sep 2004) | 4 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
- + vout_subpictures.c: don't check only the first subpicture_t to see
-   if we need blending & rendering modules (fixes text messages which
-   were missing sometimes)
-
-------------------------------------------------------------------------
-r8621 | titer | 2004-09-01 20:41:22 +0200 (Wed, 01 Sep 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
- + misc/freetype.c: workaround yet another weird BeOS behaviour
-
-------------------------------------------------------------------------
-r8620 | gbazin | 2004-09-01 17:56:03 +0200 (Wed, 01 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.c
-
-* modules/codec/dmo/dmo.c: specify required input chroma for video encoding.
-------------------------------------------------------------------------
-r8619 | gbazin | 2004-09-01 17:37:40 +0200 (Wed, 01 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: free the original picture pointer, not the aligned one.
-------------------------------------------------------------------------
-r8618 | gbazin | 2004-09-01 16:34:24 +0200 (Wed, 01 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-* modules/mux/asf.c: MUX_GET_ADD_STREAM_WAIT == true. Seems even asfh can't send new headers after the stream started.
-------------------------------------------------------------------------
-r8617 | gbazin | 2004-09-01 16:26:23 +0200 (Wed, 01 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-
-* modules/codec/ffmpeg/video_filter.c: oops, copy&paste bug.
-------------------------------------------------------------------------
-r8616 | gbazin | 2004-09-01 16:07:45 +0200 (Wed, 01 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-* modules/mux/asf.c: fixed a bug I introduced in my last commit.
-------------------------------------------------------------------------
-r8615 | gbazin | 2004-09-01 16:02:23 +0200 (Wed, 01 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* modules/codec/ffmpeg/video.c: fixed a crash on win32 (s/free/av_free).
-------------------------------------------------------------------------
-r8614 | gbazin | 2004-09-01 15:27:46 +0200 (Wed, 01 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: updated to latest x264 version.
-------------------------------------------------------------------------
-r8613 | gbazin | 2004-09-01 15:19:43 +0200 (Wed, 01 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-* src/input/input.c: fixed small memory leak.
-------------------------------------------------------------------------
-r8612 | zorglub | 2004-09-01 14:54:34 +0200 (Wed, 01 Sep 2004) | 6 lines
-Changed paths:
-   M /trunk/share/http/index.html
-   M /trunk/share/http/style.css
-
-* Added some status information to the HTTP interface
-
-* Invalid HTML SUX !
-* Table layout SUX !
-
-
-------------------------------------------------------------------------
-r8611 | zorglub | 2004-09-01 13:02:15 +0200 (Wed, 01 Sep 2004) | 7 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/access/screen/screen.c
-   M /trunk/modules/audio_filter/normvol.c
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-   M /trunk/src/libvlc.h
-
-* Fixed a few string errors
-
-* Update PO files
-
-* First round of updates for the french l10n
-
-
-------------------------------------------------------------------------
-r8610 | gbazin | 2004-09-01 00:53:22 +0200 (Wed, 01 Sep 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/video_output/vout_subpictures.c: use p_vout->output instead of p_vout->render where necessary.
-------------------------------------------------------------------------
-r8609 | hartman | 2004-08-31 22:44:47 +0200 (Tue, 31 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* Updated version number to 0.8.0-test1 and to codename Janus
-
-------------------------------------------------------------------------
-r8608 | hartman | 2004-08-31 22:21:54 +0200 (Tue, 31 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
- * Defer nsviews untill the NSWindow is created. Hopefully fixes the VLC[25709] *** Assertion failure in -[NSViewHierarchyLock unlockTopMostReader], AppKit.subproj/NSViewHierarchyLock.m:428
-
-------------------------------------------------------------------------
-r8607 | hartman | 2004-08-31 20:52:22 +0200 (Tue, 31 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* forgot the most important file of the commit :)
-
-------------------------------------------------------------------------
-r8606 | hartman | 2004-08-31 20:32:54 +0200 (Tue, 31 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/vcd/vcd.c
-
-* Don't bitch anymore about not found access_demux plugins.
-* Add ACCESS_SET_PRIVATE_ID_STATE to the list of every access plugin
-* msg_Err -> msg_Warn for unimplemented Control queries
-
-------------------------------------------------------------------------
-r8605 | gbazin | 2004-08-31 20:29:58 +0200 (Tue, 31 Aug 2004) | 8 lines
-Changed paths:
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/video_output/vout_subpictures.c, include/vlc_video.h:
-  + introduce a "TEXT" subpicture region type.
-  + a psz_text field stores the subpicture text.
-* src/video_output/video_text.c: produce "TEXT" subpictures.
-* modules/codec/subsdec.c: produce "TEXT" subpictures.
-* modules/misc/freetype.c: auto sizing works again.
-
-
-------------------------------------------------------------------------
-r8604 | gbazin | 2004-08-31 14:02:12 +0200 (Tue, 31 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/format.c
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c, modules/audio_filter/format.c: fixed a bunch of stupid mistakes.
-------------------------------------------------------------------------
-r8603 | gbazin | 2004-08-31 14:00:38 +0200 (Tue, 31 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-
-* modules/audio_filter/converter/dtstofloat32.c,a52tofloat32.c,mpgatofixed32.c: release the old audio buffer after conversion.
-------------------------------------------------------------------------
-r8602 | gbazin | 2004-08-31 13:58:40 +0200 (Tue, 31 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/araw.c
-
-* modules/codec/araw.c: got rid of the audio conversion in the encoder, which is now done by the audio filters.
-------------------------------------------------------------------------
-r8601 | gbazin | 2004-08-31 12:25:39 +0200 (Tue, 31 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ps.h
-
-* modules/demux/ps.h: oups... fixed typo in my ps_pkt_parse_system() fix.
-------------------------------------------------------------------------
-r8600 | gbazin | 2004-08-31 11:29:04 +0200 (Tue, 31 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-
-* modules/audio_filter/converter/dtstofloat32.c,a52tofloat32.c: don't forget to update the size of the audio buffer after decoding.
-------------------------------------------------------------------------
-r8599 | bigben | 2004-08-31 07:44:15 +0200 (Tue, 31 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/open.m
-
-Consistency in labels.
-
-
-------------------------------------------------------------------------
-r8598 | titer | 2004-08-31 00:53:40 +0200 (Tue, 31 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- compile fix
-
-------------------------------------------------------------------------
-r8597 | gbazin | 2004-08-30 23:02:00 +0200 (Mon, 30 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: fix for channels mapping.
-------------------------------------------------------------------------
-r8596 | bigben | 2004-08-30 22:57:08 +0200 (Mon, 30 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-
-* Add some options to the subtitle selection dialog. (relative size, encoding, and alignement).
-
-
-------------------------------------------------------------------------
-r8595 | gbazin | 2004-08-30 21:58:56 +0200 (Mon, 30 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/demux/avi/avi.c
-
-* modules/demux/avi/avi.c, modules/codec/rawvideo.c: RGB DIBs are coded from bottom to top.
-------------------------------------------------------------------------
-r8594 | gbazin | 2004-08-30 21:37:35 +0200 (Mon, 30 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
-* modules/access/v4l/v4l.c: in v4l, RGB24 really is BGR24. Changed aspect ratio to 4:3.
-------------------------------------------------------------------------
-r8593 | gbazin | 2004-08-30 21:24:55 +0200 (Mon, 30 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_es.h
-   M /trunk/modules/codec/ffmpeg/chroma.c
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/src/input/decoder.c
-
-* ALL: use rgb mask members in video_format_t.
-* modules/demux/avi/avi.c: raw RGB 24 is in fact BGR 24.
-
-------------------------------------------------------------------------
-r8592 | gbazin | 2004-08-30 19:46:46 +0200 (Mon, 30 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-* modules/mux/mpeg/ts.c: waiting for the fifo to have 51 packets before muxing is completely insane. Put back the old value of 2 packets.
-------------------------------------------------------------------------
-r8591 | gbazin | 2004-08-30 18:28:38 +0200 (Mon, 30 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: don't segfault when video encoder or filter can't be opened.
-------------------------------------------------------------------------
-r8590 | gbazin | 2004-08-30 16:52:52 +0200 (Mon, 30 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: do not use a checkbox control for the bookmarks menu
-------------------------------------------------------------------------
-r8589 | zorglub | 2004-08-30 15:14:05 +0200 (Mon, 30 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Few improvements
-
-------------------------------------------------------------------------
-r8588 | hartman | 2004-08-30 13:02:33 +0200 (Mon, 30 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-* Remove fprintf debug statement in the mp4 demux
-
-------------------------------------------------------------------------
-r8587 | damienf | 2004-08-30 12:45:01 +0200 (Mon, 30 Aug 2004) | 9 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
-
-i've modified the following functions to properly skip data (read buffer is nil) on streams which cannot be seeked.
-
-AStreamReadBlock()
-AStreamReadStream()
-
-before those modifications, playback would suddenly be interrupted after a while on network streams prone to packet loss.
-
-
-------------------------------------------------------------------------
-r8586 | gbazin | 2004-08-30 12:35:19 +0200 (Mon, 30 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* NEWS: update
-------------------------------------------------------------------------
-r8585 | gbazin | 2004-08-30 04:15:25 +0200 (Mon, 30 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ps.h
-
-* modules/demux/ps.h: fixed parsing of system header.
-------------------------------------------------------------------------
-r8584 | gbazin | 2004-08-30 03:26:14 +0200 (Mon, 30 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb8.c
-
-* modules/video_chroma/i420_rgb8.c: take care of width != pitch as well.
-------------------------------------------------------------------------
-r8583 | gbazin | 2004-08-30 03:24:08 +0200 (Mon, 30 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb16.c
-
-* modules/video_chroma/i420_rgb16.c: take care of width != pitch as well.
-------------------------------------------------------------------------
-r8582 | gbazin | 2004-08-30 03:03:12 +0200 (Mon, 30 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_chroma/i420_yuy2.c
-
-* modules/video_chroma/i420_yuy2.c: take care of chroma pitch as well.
-------------------------------------------------------------------------
-r8581 | gbazin | 2004-08-30 02:10:17 +0200 (Mon, 30 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-* src/input/es_out.c: really fixed ES_OUT_SET_FMT this time.
-------------------------------------------------------------------------
-r8580 | gbazin | 2004-08-30 01:48:31 +0200 (Mon, 30 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-* src/input/es_out.c: fixed ES_OUT_SET_FMT control.
-------------------------------------------------------------------------
-r8579 | gbazin | 2004-08-30 01:18:11 +0200 (Mon, 30 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_pictures.c
-
-* src/video_output/vout_pictures.c: RV24 is really 24 bits per pixel.
-------------------------------------------------------------------------
-r8578 | hartman | 2004-08-30 00:32:39 +0200 (Mon, 30 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* build ffmpeg with zlib on Mac/BeOS
-  remember to configure vlc with --with-ffmpeg-zlib
-
-------------------------------------------------------------------------
-r8577 | hartman | 2004-08-30 00:18:25 +0200 (Mon, 30 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* added TSCC decoder to our ffmpeg module
-
-------------------------------------------------------------------------
-r8576 | zorglub | 2004-08-29 23:26:16 +0200 (Sun, 29 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/sap.c
-
-Fix memleaks
-
-------------------------------------------------------------------------
-r8575 | hartman | 2004-08-29 21:48:09 +0200 (Sun, 29 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* Fix the play/pause button status
-* the prime manage thread now runs every .1 sec instead of .3,
-  this might improve response sometimes.
-
-------------------------------------------------------------------------
-r8574 | fenrir | 2004-08-29 21:36:41 +0200 (Sun, 29 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- * es_out: msg_Err -> msg_Warn for Program empty. But I still need to
-fix it... (it should be annoying only with TS, you may have dead program
-entry).
-
-------------------------------------------------------------------------
-r8573 | fenrir | 2004-08-29 21:34:54 +0200 (Sun, 29 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: support vobsub in .mp4 (NeroRecode), but won't work if the video
-has been cropped.
-
-------------------------------------------------------------------------
-r8572 | hartman | 2004-08-29 17:59:12 +0200 (Sun, 29 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/modules/gui/macosx/voutqt.m
-
-* Don't release the VLCWindow on QTClose. The mainthread still needs it.
-* Updated TODO list
-
-------------------------------------------------------------------------
-r8571 | hartman | 2004-08-29 17:11:50 +0200 (Sun, 29 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-* fix text encoding of subtitle filenames (and other paths).
-
-------------------------------------------------------------------------
-r8570 | titer | 2004-08-29 15:40:56 +0200 (Sun, 29 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- src/input/es_out.c: gcc < 3 fix
-
-------------------------------------------------------------------------
-r8569 | gbazin | 2004-08-29 15:18:53 +0200 (Sun, 29 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: when overlaying subtitles, duplicate frames if they are referenced by the decoder.
-------------------------------------------------------------------------
-r8568 | gbazin | 2004-08-29 14:40:33 +0200 (Sun, 29 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/misc/dummy/vout.c
-
-* modules/misc/dummy/vout.c: have the dummy vout use the render chroma by default.
-------------------------------------------------------------------------
-r8567 | gbazin | 2004-08-29 14:27:49 +0200 (Sun, 29 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-* modules/demux/ogg.c: fixed skipped pictures problem when starting a stream.
-------------------------------------------------------------------------
-r8566 | gbazin | 2004-08-29 13:42:43 +0200 (Sun, 29 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/ogg.c
-
-* modules/mux/ogg.c: when removing a stream, flush its fifo first.
-------------------------------------------------------------------------
-r8565 | gbazin | 2004-08-29 12:56:24 +0200 (Sun, 29 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-* modules/codec/vorbis.c: VBR encoding is now the default + added a cbr option.
-------------------------------------------------------------------------
-r8564 | gbazin | 2004-08-29 11:58:07 +0200 (Sun, 29 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c: 24 bits screen depth uses 32bits per pixels.
-* video_chroma/i420_rgb.c: disable RV24 support (which was assuming 32 bits per pixels).
-
-------------------------------------------------------------------------
-r8563 | zorglub | 2004-08-29 11:04:20 +0200 (Sun, 29 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Fix last  playlist item deletion with wxWIN32
-
-------------------------------------------------------------------------
-r8562 | asmax | 2004-08-29 11:00:03 +0200 (Sun, 29 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/async_queue.cpp
-   M /trunk/modules/gui/skins2/commands/async_queue.hpp
-
-  * async_queue.*: AsyncQueue::remove is now thread-safe to avoid potential
-  (but *very* unlikely) segfaults
-
-------------------------------------------------------------------------
-r8561 | gbazin | 2004-08-29 03:28:28 +0200 (Sun, 29 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
-* modules/codec/mpeg_audio.c: correct bitrate.
-------------------------------------------------------------------------
-r8560 | gbazin | 2004-08-29 03:25:29 +0200 (Sun, 29 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/ogg.c
-
-* commit modules/mux/ogg.c: added SNOW fourcc.
-------------------------------------------------------------------------
-r8559 | gbazin | 2004-08-29 03:12:06 +0200 (Sun, 29 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-   M /trunk/modules/stream_out/transcode.c
-
-* codec/ffmpeg/video_filter.c: deinterlace filter.
-* stream_out/transcode.c: deinterlacing works again.
-
-------------------------------------------------------------------------
-r8558 | gbazin | 2004-08-29 02:40:43 +0200 (Sun, 29 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/format.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/dts.c
-
-* modules/audio_filter/converter/dtstofloat32.c: added implementation for the new audio filter architecture.
-* codec/dts.c: bug fix.
-* codec/araw.c: added more PCM formats to the encoder.
-
-------------------------------------------------------------------------
-r8557 | gbazin | 2004-08-29 01:59:55 +0200 (Sun, 29 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-
-* modules/audio_filter/converter/a52tofloat32.c: added implementation for the new audio filter architecture.
-
-------------------------------------------------------------------------
-r8556 | gbazin | 2004-08-29 01:58:01 +0200 (Sun, 29 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/codec/vorbis.c: vorbis encoder takes float32 as input.
-* modules/stream_out/transcode.c: respect input requested by encoder.
-
-------------------------------------------------------------------------
-r8555 | gbazin | 2004-08-29 00:50:50 +0200 (Sun, 29 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-
-* modules/gui/wxwindows/menus.cpp: increased size of a couple of arrays for safety.
-------------------------------------------------------------------------
-r8554 | zorglub | 2004-08-28 21:29:32 +0200 (Sat, 28 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Update the "Stream and Media Info" dialog
-
-------------------------------------------------------------------------
-r8553 | gbazin | 2004-08-28 20:37:02 +0200 (Sat, 28 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/stream_out/transcode.c
-
-* codec/theora.c: Removed the "multiple of 16" size restriction for the encoding.
-  + correct cropping of the decoded video when specified.
-* stream_out/transcode.c: make sure the size of the encoded video is at least a multiple of 2.
-
-------------------------------------------------------------------------
-r8552 | gbazin | 2004-08-28 20:07:35 +0200 (Sat, 28 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_pictures.c
-
-* src/video_output/vout_pictures.c: oups, inverted i_visible_lines and i_lines.
-------------------------------------------------------------------------
-r8551 | gbazin | 2004-08-28 19:36:02 +0200 (Sat, 28 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/codec/cinepak.c
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/codec/tarkin.c
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/macosx/voutqt.m
-   M /trunk/modules/gui/qnx/vout.c
-   M /trunk/modules/video_chroma/i420_ymga.c
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i422_yuy2.c
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output/aa.c
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/glide.c
-   M /trunk/modules/video_output/hd1000v.cpp
-   M /trunk/modules/video_output/mga.c
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/wingdi.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/src/video_output/vout_pictures.c
-
-* ALL: use i_visible_lines in plane_t.
-
-------------------------------------------------------------------------
-r8550 | gbazin | 2004-08-28 18:46:22 +0200 (Sat, 28 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_video.h
-
-* include/vlc_video.h: added an i_visible_lines field to plane_t.
-------------------------------------------------------------------------
-r8549 | fenrir | 2004-08-28 17:40:11 +0200 (Sat, 28 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
- * stream.c: oops another bug with  SET_ID...
-
-------------------------------------------------------------------------
-r8548 | fenrir | 2004-08-28 17:20:18 +0200 (Sat, 28 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_access.h
-   M /trunk/modules/access/dvb/access.c
-
- * all: ooops wrong order for ACCESS_SET_PRIVATE_ID...
-
-------------------------------------------------------------------------
-r8547 | sam | 2004-08-28 13:29:48 +0200 (Sat, 28 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/doc/mad/DESIGN
-   M /trunk/doc/skins/skins-howto.txt
-   M /trunk/include/vlc_block_helper.h
-   M /trunk/modules/access/satellite/access.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/src/input/input.c
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output/video_output.c
-
-  * Spelling fixes.
-
-------------------------------------------------------------------------
-r8546 | gbazin | 2004-08-28 13:02:51 +0200 (Sat, 28 Aug 2004) | 9 lines
-Changed paths:
-   M /trunk/include/vlc_es_out.h
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/src/input/es_out.c
-
-* include/vlc_es_out.h, src/input/es_out.c: added an ES_OUT_SET_FMT control.
-* modules/demux/ogg.c, modules/demux/mkv.cpp:
-  - store the vorbis/theora/speex headers in fmt.p_extra.
-  - this change simplifies the code quite a bit and is a lot cleaner.
-* modules/codec/vorbis.c, theora.c, speex.c, flac.c:
-  - get the headers from fmt_in.p_extra or from the bitstream if empty.
-* modules/mux/ogg.c:
-  - recontstruct the headers from fmt.p_extra.
-
-------------------------------------------------------------------------
-r8545 | zorglub | 2004-08-28 12:04:15 +0200 (Sat, 28 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-
-s/access/access2
-
-
-------------------------------------------------------------------------
-r8544 | sam | 2004-08-27 22:58:33 +0200 (Fri, 27 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/debian/rules
-
-  * debian/rules: typo.
-
-------------------------------------------------------------------------
-r8543 | sam | 2004-08-27 22:46:35 +0200 (Fri, 27 Aug 2004) | 7 lines
-Changed paths:
-   M /trunk/debian/Makefile.am
-   M /trunk/debian/control
-   D /trunk/debian/gnome-vlc.menu
-   D /trunk/debian/gvlc.menu
-   D /trunk/debian/kvlc.menu
-   D /trunk/debian/qvlc.menu
-   M /trunk/debian/rules
-   M /trunk/include/vlc_common.h
-
-  * debian/*.menu:
-    + Removed unused menu files.
-  * debian/rules:
-    + Build libavformat.
-  * include/vlc_common.h:
-    + PACKAGE overrides PACKAGE_NAME.
-
-------------------------------------------------------------------------
-r8542 | gbazin | 2004-08-27 22:44:39 +0200 (Fri, 27 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/mux/asf.c
-
-* modules/demux/asf/asf.c: ignore the ES extra data for mpeg audio.
-* modules/mux/asf.c: bring the tracks back to a 0 based offset.
-
-------------------------------------------------------------------------
-r8541 | gbazin | 2004-08-27 22:10:21 +0200 (Fri, 27 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-* modules/mux/asf.c: flush our buffers on close.
-------------------------------------------------------------------------
-r8540 | sam | 2004-08-27 21:32:44 +0200 (Fri, 27 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/gnome-vlc.menu
-   M /trunk/debian/gvlc.menu
-   M /trunk/debian/kvlc.menu
-   M /trunk/debian/qvlc.menu
-   M /trunk/debian/rules
-   M /trunk/debian/wxvlc.menu
-
-  * debian/rules:
-    + Disabled the GNOME, Qt, GTK+ and KDE interfaces in favour of the
-      WxWidgets one.
-
-------------------------------------------------------------------------
-r8539 | sam | 2004-08-27 21:30:37 +0200 (Fri, 27 Aug 2004) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/mux/ogg.c
-   M /trunk/src/libvlc.c
-
-  * include/vlc_common.h:
-    + Use PACKAGE_NAME instead of PACKAGE.
-  * modules/codec/ffmpeg/ffmpeg.c:
-    + This module does not require AltiVec for now.
-
-------------------------------------------------------------------------
-r8538 | sam | 2004-08-27 19:25:31 +0200 (Fri, 27 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-  * po/POTFILES.in: updated for deprecated files.
-
-------------------------------------------------------------------------
-r8537 | gbazin | 2004-08-27 15:57:11 +0200 (Fri, 27 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: added --with-ffmpeg-dts/zlib options.
-------------------------------------------------------------------------
-r8536 | gbazin | 2004-08-27 15:49:20 +0200 (Fri, 27 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: fixed typo.
-------------------------------------------------------------------------
-r8535 | gbazin | 2004-08-27 15:34:44 +0200 (Fri, 27 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/audio_filter/Modules.am
-
-* configure.ac: add the audio format conversion filter.
-------------------------------------------------------------------------
-r8534 | gbazin | 2004-08-27 15:31:23 +0200 (Fri, 27 Aug 2004) | 11 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/audio_output.h
-   M /trunk/include/vlc_block.h
-   M /trunk/include/vlc_es.h
-   M /trunk/include/vlc_filter.h
-   M /trunk/modules/audio_filter/Modules.am
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   A /trunk/modules/audio_filter/format.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/stream_out/Modules.am
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c:
-  - Re-use our audio decoder modules instead of using libavcodec directly.
-  - No more dependance on libavcodec.
-  (downmixing is currently broken + you have to force the ffmpeg codec for a52)
-* modules/audio_filter/format.c:
-  - PCM audio format conversion filter using the new common filter architecture.
-* modules/audio_filter/converter/mpgatofixed32.c:
-  - implements both the old and new filter architecture (ie. useable in the transcoder).
-* modules/codec/ffmpeg/audio.c:
-  - fixes and cleanup.
-
-------------------------------------------------------------------------
-r8533 | sam | 2004-08-27 14:14:26 +0200 (Fri, 27 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/extras
-
-  * extras: ignore extra directories.
-
-------------------------------------------------------------------------
-r8532 | sam | 2004-08-27 14:10:17 +0200 (Fri, 27 Aug 2004) | 11 lines
-Changed paths:
-   M /trunk/debian/Makefile.am
-   M /trunk/debian/README.Debian
-   M /trunk/debian/control
-   M /trunk/debian/copyright
-   M /trunk/debian/patches/00list
-   D /trunk/debian/patches/20_faad2.dpatch
-   M /trunk/debian/patches/20_interfaces.dpatch
-   M /trunk/debian/rules
-
-  * debian/rules:
-    + Activated x264 support.
-    + Re-enabled libmodplug support.
-    + Build PIC plugins even on x86.
-    + Disabled DVB and SLP because their code is broken.
-  * debian/control:
-    + Force the vlc-plugin-arts and qvlc dependencies.
-    + Build-depend on jam and nasm because of x264.
-  * debian/copyright:
-    + Converted to UTF-8.
-
-------------------------------------------------------------------------
-r8531 | gbazin | 2004-08-26 23:27:06 +0200 (Thu, 26 Aug 2004) | 15 lines
-Changed paths:
-   M /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_filter.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/codec/ffmpeg/Modules.am
-   M /trunk/modules/codec/ffmpeg/chroma.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video.c
-   A /trunk/modules/codec/ffmpeg/video_filter.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/toolame.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/video_output/vout_pictures.c
-
-* modules/codec/ffmpeg/video_filter.c, include/vlc_filter.h:
-  - chroma + resizing video filter (using the filter_t architecture).
-* modules/codec/ffmpeg/*:
-  - cleanup + small updates.
-* modules/codec/speex.c, theora.c, vorbis.c:
-  - got rid of pf_header() in the encoder.
-  - store the headers in fmt_out.p_extra (this will break the ogg muxer for now).
-* modules/codec/libmpeg2.c, modules/codec/ffmpeg/video.c:
-  - added a p_dec->b_pace_control field to signal if the decoder is allowed to drop frames.
-* modules/stream_out/transcode.c:
-  - heavy cleanup.
-  - re-use video decoder modules and got rid of the duplicated ffmpeg video decoder.
-  - use video filters for chroma conversion and resizing.
-  (a few things are broken now like deinterlacing but I'll repair them asap).
-
-------------------------------------------------------------------------
-r8530 | gbazin | 2004-08-26 21:26:16 +0200 (Thu, 26 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-* modules/codec/libmpeg2.c: use the DTS in the synchro algorithm.
-------------------------------------------------------------------------
-r8529 | gbazin | 2004-08-26 21:19:08 +0200 (Thu, 26 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/decoder.c
-
-* src/input/decoder.c: forward the p_block->i_rate info when required (fixes libmpeg2 decoding in the display stream output module).
-------------------------------------------------------------------------
-r8528 | sam | 2004-08-26 18:02:34 +0200 (Thu, 26 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/INSTALL
-
-  * INSTALL: added a note about bootstrapping.
-
-------------------------------------------------------------------------
-r8527 | titer | 2004-08-26 15:11:16 +0200 (Thu, 26 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- + demux/ts.c: gcc < 3 fix
-
-------------------------------------------------------------------------
-r8526 | titer | 2004-08-26 14:59:31 +0200 (Thu, 26 Aug 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/src/input/decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_intf.c
-
- + input/decoder.c: detach decoder after vout_Request(...,0,0,0,0)ing
-     so AttachSPU can still reach p_input
- + src/video_output/*: init mouse variable before attaching p_vout so
-     dvdnav can't add callbacks on those before there're created
- + beos/VideoOutput.cpp: removed tabs, sanity check
-
-------------------------------------------------------------------------
-r8525 | ipkiss | 2004-08-25 23:36:03 +0200 (Wed, 25 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * Update the docs
-
-------------------------------------------------------------------------
-r8524 | ipkiss | 2004-08-25 23:32:15 +0200 (Wed, 25 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.hpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-
- * skins2: new "playlist.load()" and "playlist.save()" actions
-
-------------------------------------------------------------------------
-r8523 | fenrir | 2004-08-25 22:09:16 +0200 (Wed, 25 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- ts.c: send pid select/unselect to access. (untested).
-
-------------------------------------------------------------------------
-r8522 | fenrir | 2004-08-25 22:08:23 +0200 (Wed, 25 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/input.c
-
- * input: send DEMUX_SET_GROUP.
-
-------------------------------------------------------------------------
-r8521 | fenrir | 2004-08-25 22:06:00 +0200 (Wed, 25 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-
- * dvb: fixes.
-
-------------------------------------------------------------------------
-r8520 | fenrir | 2004-08-25 20:50:36 +0200 (Wed, 25 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_demux.h
-   M /trunk/include/vlc_input.h
-
- * input: added a INPUT_UPDATE_META (for meta data in access like ICY)
- * access: added ACCESS_GET_TITLE_INFO (not yet implemented)
- * demux: added DEMUX_SET_GROUP (will be only for dvb/ts).
-
-------------------------------------------------------------------------
-r8519 | gbazin | 2004-08-25 17:09:50 +0200 (Wed, 25 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* Makefile.am: fixed make package-win32-base.
-------------------------------------------------------------------------
-r8518 | fenrir | 2004-08-25 00:07:54 +0200 (Wed, 25 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.h
-
- * dvb: compilation fix. With great luck it may, perhaps, work in budget
-mode (else I still need to hack ts demuxer).
-
-------------------------------------------------------------------------
-r8517 | fenrir | 2004-08-24 23:58:24 +0200 (Tue, 24 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/linux_dvb.c
-
- * dvn: first pass to port dvb to new api. (it doesn't even yet compile,
-I haven't tried :)
-
-------------------------------------------------------------------------
-r8516 | sigmunau | 2004-08-24 22:50:36 +0200 (Tue, 24 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-share/Makefile.am: update for default skin change
-
-------------------------------------------------------------------------
-r8515 | fenrir | 2004-08-24 22:03:15 +0200 (Tue, 24 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
- * udp: unused line.
-
-------------------------------------------------------------------------
-r8514 | gbazin | 2004-08-24 21:38:09 +0200 (Tue, 24 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c: fixed fullscreen with KDE 3.3
-------------------------------------------------------------------------
-r8513 | asmax | 2004-08-24 21:01:32 +0200 (Tue, 24 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.hpp
-   D /trunk/share/skins2/default
-   A /trunk/share/skins2/default.vlt
-
-  * the default skin is now shipped as a .vlt (whether you like it or not ;)
-  * missing "Id" property
-
-------------------------------------------------------------------------
-r8512 | asmax | 2004-08-24 20:43:41 +0200 (Tue, 24 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-
-  * all: removed obsolete b_blocking in intf_dialogs_arg_t
-
-------------------------------------------------------------------------
-r8511 | gbazin | 2004-08-24 20:31:13 +0200 (Tue, 24 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-   D /trunk/modules/demux/demuxstream.c
-
-* modules/demux/demuxstream.c: module obsoleted by the --ts-out option of the ts demuxer (and is broken anyway).
-
-------------------------------------------------------------------------
-r8510 | fenrir | 2004-08-24 19:51:44 +0200 (Tue, 24 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts.c: fixed --ts-out.
-
-------------------------------------------------------------------------
-r8509 | jlj | 2004-08-24 18:30:53 +0200 (Tue, 24 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/libvlc.c
-
-  * ./src/libvlc.c: initialize dvd/vcd/cd-audio values using HAL.
-
-
-------------------------------------------------------------------------
-r8508 | fenrir | 2004-08-24 00:16:58 +0200 (Tue, 24 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ps.c
-
- * ps.c: handle PES with 0 size. (look for next start code, slow but
-better that nothing).
-
-------------------------------------------------------------------------
-r8507 | gbazin | 2004-08-23 17:19:56 +0200 (Mon, 23 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/video_output/vout_subpictures.c, video_output.c: fixed a crash with dvd menus.
-------------------------------------------------------------------------
-r8506 | gbazin | 2004-08-23 12:09:52 +0200 (Mon, 23 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
-* modules/packetizer/h264.c: modified ParseNALBlock() to return a complete picture and not just a picture slice.
-------------------------------------------------------------------------
-r8505 | gbazin | 2004-08-23 00:44:27 +0200 (Mon, 23 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/decoder.c
-
-* src/input/decoder.c: don't forget that packetizers can output a chain of data blocks.
-------------------------------------------------------------------------
-r8504 | gbazin | 2004-08-22 19:15:35 +0200 (Sun, 22 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/ogt/ogt.c
-
-* modules/codec/ogt/*: updated the prototype of the decode function.
-------------------------------------------------------------------------
-r8503 | asmax | 2004-08-22 17:24:48 +0200 (Sun, 22 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-   M /trunk/po/fr.po
-
-  * all: french translation for skin popup menu
-
-------------------------------------------------------------------------
-r8502 | fenrir | 2004-08-22 17:17:35 +0200 (Sun, 22 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
- * compilation fix.
-
-------------------------------------------------------------------------
-r8501 | hartman | 2004-08-22 17:16:03 +0200 (Sun, 22 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* Added the new OSX vout files
-* added the new OSX vout files to pb proj.
-
-------------------------------------------------------------------------
-r8500 | asmax | 2004-08-22 17:00:19 +0200 (Sun, 22 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.hpp
-
-  * theme_repository.*: the popup menu for skin selection works !
-  (it looks for .vlt files in all the directories of the resource path)
-  * dialogs.cpp: fixed a stupid copy/paste mistake
-
-------------------------------------------------------------------------
-r8499 | ipkiss | 2004-08-22 16:39:16 +0200 (Sun, 22 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-
- * skins2/src/window_manager.cpp: Added the vlc.isOnTop boolean variable
- * skins2/parser/interpreter.cpp: Renamed vlc.ontop() into vlc.onTop()
- * doc/skins/skins2-howto.xml: doc updated
-
-------------------------------------------------------------------------
-r8498 | hartman | 2004-08-22 16:32:51 +0200 (Sun, 22 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/glx.c
-
-* initialize variables and don't use arguments that failed being created.
-  (fixes glx when X11 isn't runnning)
-
-
-------------------------------------------------------------------------
-r8497 | gbazin | 2004-08-22 16:16:37 +0200 (Sun, 22 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-
-* modules/gui/skins2/src/skin_main.cpp: added a skins shortcut.
-------------------------------------------------------------------------
-r8496 | gbazin | 2004-08-22 16:10:27 +0200 (Sun, 22 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/glx.c
-
-* modules/video_output/x11/glx.c: don't call XCloseDisplay() if p_display == NULL.
-------------------------------------------------------------------------
-r8495 | asmax | 2004-08-22 14:50:39 +0200 (Sun, 22 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   M /trunk/modules/gui/skins2/src/skin_common.hpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   A /trunk/modules/gui/skins2/src/theme_repository.cpp
-   A /trunk/modules/gui/skins2/src/theme_repository.hpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-
-  * all: skeleton of a popup menu entry for skin selection
-
-------------------------------------------------------------------------
-r8494 | gbazin | 2004-08-22 13:06:28 +0200 (Sun, 22 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdread.c
-
-* modules/access/dvdread.c: fixed chapter change detection.
-------------------------------------------------------------------------
-r8493 | asmax | 2004-08-22 12:38:26 +0200 (Sun, 22 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-
-  * ctrl_list.cpp: beginning of key handling in the playlist
-
-------------------------------------------------------------------------
-r8492 | asmax | 2004-08-22 11:40:07 +0200 (Sun, 22 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
- * Makefile.am: don't forget to copy reduce_mouseover.png !
-
-------------------------------------------------------------------------
-r8491 | rocky | 2004-08-22 04:17:43 +0200 (Sun, 22 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-automake 1.8 works, so accept that as well.
-
-------------------------------------------------------------------------
-r8490 | hartman | 2004-08-21 21:45:40 +0200 (Sat, 21 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/glx.c
-
-* Fix a X11 GLX crash
-
-------------------------------------------------------------------------
-r8489 | gbazin | 2004-08-21 18:38:10 +0200 (Sat, 21 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: added an option for x264 support.
-------------------------------------------------------------------------
-r8488 | dionoea | 2004-08-21 18:02:06 +0200 (Sat, 21 Aug 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/po/fr.po
-
-* modules/gui/wxwindows/extrapanel.cpp : Changed "Restore defaults" to 
-  "Restore Defaults" so it gets translated
-
-* po/fr.po : Chanded "Restore Defaults" translation
-  
-
-
-------------------------------------------------------------------------
-r8487 | sam | 2004-08-21 16:11:41 +0200 (Sat, 21 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am: yet another humiliating submission of automake.
-
-------------------------------------------------------------------------
-r8486 | asmax | 2004-08-21 16:06:08 +0200 (Sat, 21 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
- * Makefile.am: "noinst_lib_DATA" broke bootstrap :(
-
-------------------------------------------------------------------------
-r8485 | asmax | 2004-08-21 15:54:36 +0200 (Sat, 21 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/src/audio_output/output.c
-
- * alsa.c: compute next_date with snd_pcm_delay() if snd_pcm_status_get_tstamp
-   doesn't work. Better than nothing but the sound is still poor with DVDs :(
-
-------------------------------------------------------------------------
-r8484 | gbazin | 2004-08-21 15:06:42 +0200 (Sat, 21 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/*: updated open disc dialog.
-------------------------------------------------------------------------
-r8483 | asmax | 2004-08-21 14:57:32 +0200 (Sat, 21 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
- * alsa.c: pass next_date=0 to aout_OutputNextBuffer if
-   snd_pcm_status_get_tstamp() returns zero. I hope someone has a better
-   fix because in fact it is not perfect (there are "clicks" with DVDs)
-
-------------------------------------------------------------------------
-r8482 | asmax | 2004-08-21 14:38:53 +0200 (Sat, 21 Aug 2004) | 5 lines
-Changed paths:
-   M /trunk/src/audio_output/output.c
-
- * src/audio_output/output.c: check if start_date is null in
-   aout_OutputNextBuffer(), then do not try to resample or play silences.
-   Now everything works perfectly with screwed ALSA drivers that always
-   return zero in snd_pcm_status_get_tstamp() (at last!!!)
-
-------------------------------------------------------------------------
-r8481 | ipkiss | 2004-08-21 13:47:04 +0200 (Sat, 21 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   D /trunk/share/skins
-   M /trunk/src/interface/interface.c
-
-Removed the default skin for the skins1 module
-
-------------------------------------------------------------------------
-r8480 | ipkiss | 2004-08-21 13:34:33 +0200 (Sat, 21 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/build-vlc
-   M /trunk/configure.ac
-   M /trunk/modules/LIST
-   D /trunk/modules/gui/skins
-   M /trunk/toolbox
-   M /trunk/vlc.win32.nsi
-
-Removed the old skins plugin
-
-------------------------------------------------------------------------
-r8479 | gbazin | 2004-08-21 13:06:19 +0200 (Sat, 21 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc.h
-
-* src/input/input.c: changed MRL syntax again: URL[@[title][:chapter][-[title][:chapter]]]
-   The parsing of the title/chapter section is more strict so shouldn't trigger on false positives like udp syntax or http url with login/password.
-* src/libvlc.h: updated useage.
-
-------------------------------------------------------------------------
-r8478 | sam | 2004-08-21 12:46:32 +0200 (Sat, 21 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am:
-    + Don't use vlc_app_DATA for the BeOS bundle.
-    + Build the BeOS bundle in $(top_builddir).
-
-------------------------------------------------------------------------
-r8477 | gbazin | 2004-08-21 02:22:44 +0200 (Sat, 21 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h: updated useage.
-* src/input/input.c: hack for udp access and MRLSections().
-
-------------------------------------------------------------------------
-r8476 | gbazin | 2004-08-21 01:37:40 +0200 (Sat, 21 Aug 2004) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/var.c
-
-* src/input/*, include/vlc_input.h: the MRL is now parsed for titles/chapters directly in the core.
-  - syntax is: [url][@[title-start][,chapter-start][-[title-end][,chapter-end]]]
-  - core also handles start/end boundaries itself (simplifies the access plugins).
-* modules/access/dvdread.c,dvdnav.c,cdda.c: removed MRL parsing code.
-
-
-------------------------------------------------------------------------
-r8475 | titer | 2004-08-20 17:49:09 +0200 (Fri, 20 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-   M /trunk/modules/gui/beos/MessagesWindow.h
-
- beos/MessagesWindow*: fixed messages window
-
-------------------------------------------------------------------------
-r8474 | sam | 2004-08-20 17:21:43 +0200 (Fri, 20 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/stream_out/transcode.c
-
-  * modules/codec/ffmpeg/ffmpeg.c modules/stream_out/transcode.c:
-    + Added macros for AltiVec versions of these modules. Will not work at all
-      for the moment.
-
-------------------------------------------------------------------------
-r8473 | sam | 2004-08-20 17:09:43 +0200 (Fri, 20 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/control.c
-
-  * src/input/control.c: minor typo in a comment.
-
-------------------------------------------------------------------------
-r8472 | sam | 2004-08-20 16:57:18 +0200 (Fri, 20 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/ffmpeg/Modules.am
-   M /trunk/modules/stream_out/Modules.am
-
-  * configure.ac: Added --enable-ffmpegaltivec. Do not use it.
-
-------------------------------------------------------------------------
-r8471 | titer | 2004-08-20 16:40:23 +0200 (Fri, 20 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-
- + configure.ac: always build the beos module built-in
-   (really strange crashes happen otherwise, can't figure out why)
- + Makefile.am: don't forget to build vlc-bundle on BeOS
-
-------------------------------------------------------------------------
-r8470 | gbazin | 2004-08-20 15:01:49 +0200 (Fri, 20 Aug 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-
-* modules/access/cdda.c: new MRL syntax: "[dev_path][@[title-start][-[title-end]]]".
-  - if no title-start/end are specified, the whole cd is played.
-  - if only a title-start is specified, only this title is played.
-  - if a title-start and end are specified, this range is played.
-  - "@title-start-" will play everything from the specified start position.
-
-
-------------------------------------------------------------------------
-r8469 | titer | 2004-08-20 13:57:51 +0200 (Fri, 20 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/gettext.patch
-
- extras/contrib/*: don't use gettext *printf replacements on BeOS even
-  though there're not 100% posix compliant - this way we can build vlc
-  with dynamic plugins (not linked against libintl) again
-
-------------------------------------------------------------------------
-r8468 | gbazin | 2004-08-20 12:19:42 +0200 (Fri, 20 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* NEWS: updated
-------------------------------------------------------------------------
-r8467 | gbazin | 2004-08-20 11:01:19 +0200 (Fri, 20 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/stream.c
-
-* src/input/*: update position on title change.
-------------------------------------------------------------------------
-r8466 | gbazin | 2004-08-20 10:27:59 +0200 (Fri, 20 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-* src/input/input.c: re-enabled the --bookmarks option.
-------------------------------------------------------------------------
-r8465 | gbazin | 2004-08-19 19:06:51 +0200 (Thu, 19 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-*  modules/stream_out/transcode.c: implemented fps option for video only streams.
-------------------------------------------------------------------------
-r8464 | sigmunau | 2004-08-19 17:31:22 +0200 (Thu, 19 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-livedotcom.cpp: update the StreamRead function to non-deprecated api, new
-api gives proper detection for too small buffer. Thanks to Ross for pointing
-this out.
-
-------------------------------------------------------------------------
-r8463 | gbazin | 2004-08-19 17:11:32 +0200 (Thu, 19 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-* modules/mux/asf.c: use syncpoints + add an empty index object to make wmp happy about seeking.
-------------------------------------------------------------------------
-r8462 | gbazin | 2004-08-19 17:02:51 +0200 (Thu, 19 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/dmo/dmo.h
-
-* modules/codec/dmo/*: flag sync-points in the video encoder.
-------------------------------------------------------------------------
-r8461 | gbazin | 2004-08-19 17:01:54 +0200 (Thu, 19 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: small cleanup + added an fps (to specify the output frame rate) and an audio-sync option (to add/drop video frames to keep a constant framerate while being synchronised on the audio track).
-------------------------------------------------------------------------
-r8460 | gbazin | 2004-08-19 14:25:22 +0200 (Thu, 19 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-* modules/mux/asf.c: small cleanup
-------------------------------------------------------------------------
-r8459 | gbazin | 2004-08-19 13:32:20 +0200 (Thu, 19 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-* modules/mux/asf.c: don't forget to add the preroll offset to the data timestamps.
-------------------------------------------------------------------------
-r8458 | sigmunau | 2004-08-18 18:30:45 +0200 (Wed, 18 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-livedotcom.cpp: use geometric growth for the buffer. Should reduce in much
-fewer garbled frames. Still not perfect though.
-
-------------------------------------------------------------------------
-r8457 | sigmunau | 2004-08-18 18:04:01 +0200 (Wed, 18 Aug 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-livedotcom.cpp: dynamically determine the buffer size passed to live.com
-    When the buffer passed to live.com don't have space for another packet 
-    when we get it back we assume that the stream uses larger frames than
-    our current buffer and we increase the buffer.
-
-------------------------------------------------------------------------
-r8456 | gbazin | 2004-08-18 17:46:01 +0200 (Wed, 18 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-* modules/mux/asf.c: the asf muxer can only add streams on the fly when in http mode (otherwise this will screw up the header re-writing on Close().)
-------------------------------------------------------------------------
-r8455 | sigmunau | 2004-08-18 14:06:52 +0200 (Wed, 18 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-po/POTFILES.in: updated from clean tree (seems necessary for make-dist to work)
-
-------------------------------------------------------------------------
-r8454 | gbazin | 2004-08-18 14:04:03 +0200 (Wed, 18 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-* modules/mux/asf.c: a few coding style changes.
-------------------------------------------------------------------------
-r8453 | sigmunau | 2004-08-18 13:46:40 +0200 (Wed, 18 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/Modules.am
-
-Modules.am: fixed incorrect filename
-
-------------------------------------------------------------------------
-r8452 | gbazin | 2004-08-18 13:08:54 +0200 (Wed, 18 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/dmo/dmo.h
-
-* modules/codec/dmo/*: fixed video encoding.
-------------------------------------------------------------------------
-r8451 | sigmunau | 2004-08-18 11:59:29 +0200 (Wed, 18 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-alsa.c: support mono on stereo only boards
-
-------------------------------------------------------------------------
-r8450 | sigmunau | 2004-08-18 11:45:07 +0200 (Wed, 18 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-alsa.c: don't fail the probe without giving a reason in the log.
-
-------------------------------------------------------------------------
-r8449 | titer | 2004-08-17 22:55:55 +0200 (Tue, 17 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/MediaControlView.h
-
- beos/*: fixed seek, clean up
-
-------------------------------------------------------------------------
-r8448 | titer | 2004-08-17 19:24:02 +0200 (Tue, 17 Aug 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/ListViews.cpp
-   M /trunk/modules/gui/beos/ListViews.h
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/MediaControlView.h
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-   M /trunk/modules/gui/beos/MessagesWindow.h
-   M /trunk/modules/gui/beos/Modules.am
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.h
-   D /trunk/modules/gui/beos/VlcWrapper.cpp
-   D /trunk/modules/gui/beos/VlcWrapper.h
-   M /trunk/src/libvlc.h
-
- + src/libvlc.h: use KEY_SPACE instead of ' '
- + gui/beos/*: got rid of the VlcWrapper thing which is unneccessaraly
-               complex now that we have variables
-
- Language/subtitle selection works again in the BeOS UI, but there's
- still a lot to fix :|
-
-------------------------------------------------------------------------
-r8447 | titer | 2004-08-17 18:59:02 +0200 (Tue, 17 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/equalizer.m
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
-
- + macosx/equalizer.m: missing vlc_object_release()
- + macosx/vout*: --macosx-vout and --macosx-opengl-effect
-                 no longer exist
-
-------------------------------------------------------------------------
-r8446 | titer | 2004-08-17 17:17:04 +0200 (Tue, 17 Aug 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/Modules.am
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-   A /trunk/modules/gui/macosx/voutgl.m
-   A /trunk/modules/gui/macosx/voutqt.m
-   M /trunk/modules/video_output/opengl.c
-
- ALL: OS X OpenGL provider
-  + vout.m contains the common code for the QT video output and the
-    GL provider (window creation, events handling)
-  + opengl.c: higher priority on OS X
- Things are a bit broken atm, any help to debug is welcome ;p
-
-------------------------------------------------------------------------
-r8445 | gbazin | 2004-08-17 12:31:51 +0200 (Tue, 17 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/dmo/dmo.h
-
-* modules/codec/dmo/*: added dmo encoder (can't get video encoding to work though).
-------------------------------------------------------------------------
-r8444 | gbazin | 2004-08-17 10:21:07 +0200 (Tue, 17 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-
-* modules/codec/ffmpeg/demux.c: a few fixes.
-------------------------------------------------------------------------
-r8443 | titer | 2004-08-16 15:35:33 +0200 (Mon, 16 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/flac.c
-
- gcc < 3 compile fix
-
-------------------------------------------------------------------------
-r8442 | titer | 2004-08-16 14:51:11 +0200 (Mon, 16 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/ebml.patch
-   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
-   A /trunk/extras/contrib/src/Patches/matroska.patch
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/src/misc/cpu.c
-
- ALL: BeOS fixes
- There's a new stable gcc out for BeOS, now we can re-enable 3DNow/SEE
- and build matroska support
-
-------------------------------------------------------------------------
-r8441 | gbazin | 2004-08-16 12:06:54 +0200 (Mon, 16 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c: play nice even when there isn't any window manager.
-------------------------------------------------------------------------
-r8440 | sigmunau | 2004-08-16 11:39:14 +0200 (Mon, 16 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-modules/codec/ffmpeg/ffmpeg.c: corrected a build number
-
-------------------------------------------------------------------------
-r8439 | sam | 2004-08-16 10:42:33 +0200 (Mon, 16 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac:
-    + Build memcpyaltivec and deinterlace with -maltivec.
-    + Check for -ldts_pic before -ldts.
-
-------------------------------------------------------------------------
-r8438 | sam | 2004-08-16 10:29:06 +0200 (Mon, 16 Aug 2004) | 6 lines
-Changed paths:
-   M /trunk/debian/Makefile.am
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/patches/00list
-   D /trunk/debian/patches/20_configure.dpatch
-   M /trunk/debian/rules
-   M /trunk/debian/wxvlc.menu
-
-  * debian/patches/20_configure.dpatch:
-    + Don't manage this patch with dpatch since it causes ownership issues.
-  * debian/control:
-    + Added a missing dpatch build dependency (Closes: #263363).
-    + Removed the modplug plugin until libmodplug-dev enters Debian.
-
-------------------------------------------------------------------------
-r8437 | hartman | 2004-08-16 02:45:24 +0200 (Mon, 16 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-* Fix a problem with empty subtitles with Subviewer subs
-* fixed a line ending replace problem with subviewer subs
-* single char subtitle lines should now work subviewer and subrip
-
-------------------------------------------------------------------------
-r8436 | gbazin | 2004-08-15 19:08:10 +0200 (Sun, 15 Aug 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/mux/mpeg/ts.c: reworked muxing of subtitles ES.
-* modules/stream_out/transcode.c: support for subtitles transcoding.
-* modules/codec/dvbsub.c: DVB subtitles encoder (developed for Anevia, www.anevia.com).
-  + only works on YUVP subpictures for now.
-  + not completely spec compliant yet.
-
-------------------------------------------------------------------------
-r8435 | gbazin | 2004-08-15 18:09:03 +0200 (Sun, 15 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/a52.c
-
-* modules/codec/a52.c: fixed segfault
-------------------------------------------------------------------------
-r8434 | gbazin | 2004-08-15 17:59:25 +0200 (Sun, 15 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/video_output/vout_subpictures.c: fixed a deadlock that happened when 2 ephemer subpictures had the same date.
-------------------------------------------------------------------------
-r8433 | gbazin | 2004-08-15 17:05:11 +0200 (Sun, 15 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-* modules/access/dshow/dshow.cpp: compilation fix.
-------------------------------------------------------------------------
-r8432 | gbazin | 2004-08-15 16:57:47 +0200 (Sun, 15 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
-* modules/codec/mpeg_audio.c: fixed segfault
-------------------------------------------------------------------------
-r8431 | bigben | 2004-08-15 16:22:28 +0200 (Sun, 15 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* Adds postprocessing menu
-
-
-------------------------------------------------------------------------
-r8430 | djc | 2004-08-15 14:10:46 +0200 (Sun, 15 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/equalizer.m
-
-Set the preamp value on a preset change
-
-------------------------------------------------------------------------
-r8429 | djc | 2004-08-15 01:28:31 +0200 (Sun, 15 Aug 2004) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/audio_filter/Modules.am
-   M /trunk/modules/audio_filter/equalizer.c
-   A /trunk/modules/audio_filter/equalizer_presets.h
-   M /trunk/modules/gui/macosx/equalizer.h
-   M /trunk/modules/gui/macosx/equalizer.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-*.nib: continuous sliders
-intf: Equalizer window in window menu
-equalizer.m: presets should work now
-equalizer.c, Modules.am, equalizer_presets.h: presets are stored in a separate file
-
-------------------------------------------------------------------------
-r8428 | sam | 2004-08-14 22:12:22 +0200 (Sat, 14 Aug 2004) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac:
-    + Removed the -finline-limit=30000 flag. Since gcc-3.2, this options
-      causes gcc to inline every single function of this size because of
-      -O3's -finline-functions, although the documentation states that this
-      flag should only affect explicitly inlined functions.
-
-------------------------------------------------------------------------
-r8427 | hartman | 2004-08-14 21:58:39 +0200 (Sat, 14 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-* Send \r\n after ftp commands, not \n.
-
-------------------------------------------------------------------------
-r8426 | asmax | 2004-08-14 17:54:30 +0200 (Sat, 14 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
- * opengl.c: compilation fix for GLX.
-   Do we really need two buffers ? Anyway it doesn't work as is with
-   GLX, so I only use the first one (quick fix)
-
-------------------------------------------------------------------------
-r8425 | titer | 2004-08-14 17:02:43 +0200 (Sat, 14 Aug 2004) | 11 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
- opengl.c: added OS X specific stuff, this includes:
-  + support for YUY2 textures
-  + support for non-power-of-2 sizes
-  + support for VRAM or AGP texturing
-
- It now uses two buffers and textures (needed for VRAM/AGP texturing).
-
- I got to fix a few things on the OS X GL provider before I commit it,
- but in the meantime, people can check if I didn't break the opengl
- output on Win32/GLX ;)
-
-------------------------------------------------------------------------
-r8424 | asmax | 2004-08-14 16:23:40 +0200 (Sat, 14 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
- * opengl.c: use glTexSubImage2D instead of glTexImage2D
-
-------------------------------------------------------------------------
-r8423 | gbazin | 2004-08-14 12:14:39 +0200 (Sat, 14 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-
-* modules/access/dvdnav.c: small fix.
-------------------------------------------------------------------------
-r8422 | gbazin | 2004-08-13 22:01:20 +0200 (Fri, 13 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-
-* modules/access/dvdnav.c: by default we try to skip all the warnings intros and go directly to the DVD menu (niark niark niark ;).
-
-------------------------------------------------------------------------
-r8421 | gbazin | 2004-08-13 21:32:57 +0200 (Fri, 13 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/decoder.c
-
-* src/input/decoder.c: spu_new_buffer() now tries a bit longer when looking for a vout (useful for DVD menus).
-------------------------------------------------------------------------
-r8420 | gbazin | 2004-08-13 20:58:25 +0200 (Fri, 13 Aug 2004) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_es.h
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/spudec.h
-   M /trunk/modules/video_filter/blend.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* modules/codec/spudec/*: automatic cropping of fullscreen subpictures (most of them contain large transparent areas).
-* src/video_output/vout_subpictures.c: more correct cropping (cropping coordinates are relative to the video size, not subpicture size).
-* include/vlc_es.h, modules/video_filter/blend.c: use the i_entries member of video_palette_t.
-* include/vlc_common.h: added SetWBE()/SetDWBE()/SetQWBE() facility.
-
-------------------------------------------------------------------------
-r8419 | gbazin | 2004-08-13 20:45:42 +0200 (Fri, 13 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_intf.c
-
-* modules/video_output/opengl.c: forward mouse events from opengl-provider module.
-* src/video_output/*: moved some stuff from video_output.c to vout_intf.c.
-
-------------------------------------------------------------------------
-r8418 | gbazin | 2004-08-13 12:32:57 +0200 (Fri, 13 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/block.c
-
-* src/misc/block.c: fixed memory alignment in block_New(). (it was done on a 15 bytes boundary which was screwing up the cdda plugin on win32.)
-------------------------------------------------------------------------
-r8417 | ipkiss | 2004-08-12 23:34:01 +0200 (Thu, 12 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins2-howto.xml: Update the doc when you commit
-
-------------------------------------------------------------------------
-r8416 | ipkiss | 2004-08-12 23:15:52 +0200 (Thu, 12 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-
- * skins2/src/vlcproc.*: Added the isRepeat boolean expression
-
-------------------------------------------------------------------------
-r8415 | gbazin | 2004-08-12 11:14:00 +0200 (Thu, 12 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-
-* modules/gui/wxwindows/Modules.am: include streamdata.h
-------------------------------------------------------------------------
-r8414 | titer | 2004-08-12 01:34:38 +0200 (Thu, 12 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
- vlc_threads_funcs.h: got rid of vlc_cond_broadcast.
-  It wasn't implemented for all systems anyway, and isn't used anymore.
-  (Terminates #23)
-
-------------------------------------------------------------------------
-r8413 | gbazin | 2004-08-11 13:12:59 +0200 (Wed, 11 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/mux/ogg.c
-
-* modules/demux/ogg.c: fixed reading extra data for oggds audio header (needed for WMA).
-* modules/mux/ogg.c: generate proper oggds audio header.
-
-------------------------------------------------------------------------
-r8412 | hartman | 2004-08-10 17:02:11 +0200 (Tue, 10 Aug 2004) | 10 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/include/stream_output.h
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/src/stream_output/sap.c
-
-* include/stream_output.h: add a ip_version field to sap_address_t
-  This way we can later on set IP6 instead of IP4 in a SDP.
-* modules/stream_out/rtp.c: accept sdp=sap as a valid option.
-* src/stream_output/sap.c: 
-  - Set the SAP packet Hash headerfield to a unique value based on mtime
-    Patch by Philippe van Hecke <philippe at belnet dot be>
-  - Set SAP packet IPv6 field to 1 if we are a ipv6 session
-  - Made some preperations for setting the origin ip address in the header as well,
-    anyone any ideas on how to retrieve the current origin IP address???
-
-------------------------------------------------------------------------
-r8411 | hartman | 2004-08-10 15:28:27 +0200 (Tue, 10 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-* fix x-plgroup detection
-
-------------------------------------------------------------------------
-r8410 | ipkiss | 2004-08-10 00:19:40 +0200 (Tue, 10 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-
- * skins2: support playlist.setRandom(true) and playlist.setRandom(false)
-
-------------------------------------------------------------------------
-r8409 | gbazin | 2004-08-09 12:25:42 +0200 (Mon, 09 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dmo/buffer.c
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/dmo/dmo.h
-
-* modules/codec/dmo: fixed dmo decoder on win32 + got rid of some of the dependencies on wine loader.
-------------------------------------------------------------------------
-r8408 | gbazin | 2004-08-09 10:16:22 +0200 (Mon, 09 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-
-* configure.ac, Makefile.am: don't use upx in the win32 installer anymore as some people have been complaining about loading time problems.
-------------------------------------------------------------------------
-r8407 | gbazin | 2004-08-08 23:14:38 +0200 (Sun, 08 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-
-* modules/stream_out/transcode.c: added support for subtitles overlaying when transcoding (no resizing yet).
-* include/vlc_common.h: added a b_force member that is set when a module is forced (ie. module specified in module_Need()).
-
-------------------------------------------------------------------------
-r8406 | djc | 2004-08-08 18:52:26 +0200 (Sun, 08 Aug 2004) | 6 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/equalizer.h
-   M /trunk/modules/gui/macosx/equalizer.m
-
-project.pbxproj: correct to relatives paths
-*.nib: presets disabled on startup
-equalizer.*: add property Id
-             we prefer to change playlist variables instead of config
-             coding style
-
-------------------------------------------------------------------------
-r8405 | bigben | 2004-08-08 16:49:46 +0200 (Sun, 08 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/output.h
-   M /trunk/modules/gui/macosx/output.m
-
-* demuxdump is working again
-
-
-
-------------------------------------------------------------------------
-r8404 | hartman | 2004-08-08 12:14:25 +0200 (Sun, 08 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/LIST
-
-* modules/LIST: long time since it was updated
-
-------------------------------------------------------------------------
-r8403 | fenrir | 2004-08-08 03:58:59 +0200 (Sun, 08 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-
- * demux: another way to break your config file, or, --demux is now taken
-into acount. (to make bigben happy, being able to do :demux=dump ;)
-
-------------------------------------------------------------------------
-r8402 | fenrir | 2004-08-08 03:39:23 +0200 (Sun, 08 Aug 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/dmo/buffer.c
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/dmo/dmo.h
-
- * dmo: - fixed init of WAVEFORMATEX (cbSize is only the size of extra datas).
-        - force 16 bits output.
-        - support for mplayer loader.
- I can't test under win32 so I hope it still compiles.
-
-------------------------------------------------------------------------
-r8401 | fenrir | 2004-08-08 03:36:56 +0200 (Sun, 08 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/include/codecs.h
-
- * codecs.h: a few defines to avoid redefinitions.
-
-------------------------------------------------------------------------
-r8400 | fenrir | 2004-08-08 01:38:05 +0200 (Sun, 08 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
- * v4l: try to open the device only when a access name is given + warning fix.
-
-------------------------------------------------------------------------
-r8399 | djc | 2004-08-08 00:50:28 +0200 (Sun, 08 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/equalizer.m
-
-Fix bug when equalizer-bands is not set. Coding style will be apply soon.
-
-------------------------------------------------------------------------
-r8398 | djc | 2004-08-08 00:14:38 +0200 (Sun, 08 Aug 2004) | 3 lines
-Changed paths:
-   A /trunk/extras/MacOSX/Resources/equalizerdrawer_active.png
-   A /trunk/extras/MacOSX/Resources/equalizerdrawer_blue.png
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-*.png: forgotten images
-project.pbxproj: changed absolute link to relative
-
-------------------------------------------------------------------------
-r8397 | djc | 2004-08-07 23:56:42 +0200 (Sat, 07 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/Modules.am
-   A /trunk/modules/gui/macosx/equalizer.h
-   A /trunk/modules/gui/macosx/equalizer.m
-
-All: equalizer window for MacOS. Need a bit of corrections for the presets part.
-Reviews welcome
-
-------------------------------------------------------------------------
-r8396 | hartman | 2004-08-07 22:31:13 +0200 (Sat, 07 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/equalizer.c
-
-* treeble -> treble
-
-------------------------------------------------------------------------
-r8395 | djc | 2004-08-07 17:37:53 +0200 (Sat, 07 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/equalizer.c
-
-Bug fix and change in parse function
-
-------------------------------------------------------------------------
-r8394 | fkuehne | 2004-08-07 16:35:41 +0200 (Sat, 07 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-*various translation fixes, thanks to Philipp Weissenbacher <philippweissenbacher@aon.at> and Maik Diessner <dandruff@gmx.de>
-------------------------------------------------------------------------
-r8393 | bigben | 2004-08-07 00:08:57 +0200 (Sat, 07 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/output.h
-   M /trunk/modules/gui/macosx/output.m
-
-* Adds the scale video option
-
-
-------------------------------------------------------------------------
-r8392 | bigben | 2004-08-06 22:56:46 +0200 (Fri, 06 Aug 2004) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/output.h
-   M /trunk/modules/gui/macosx/output.m
-
-* All :
-       - added a sdp=file option
-       - it is now possible to have a sap and a rtsp/http/file announce at the same time
-
-
-------------------------------------------------------------------------
-r8391 | sam | 2004-08-06 19:28:36 +0200 (Fri, 06 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/visualization/visual/effects.c
-
-  * Really fixed strict aliasing breakage here and there.
-
-------------------------------------------------------------------------
-r8390 | gbazin | 2004-08-06 15:50:05 +0200 (Fri, 06 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/LIST
-   M /trunk/modules/access/dvb/access.c
-
-* modules/LIST, modules/access/dvb/access.c: removed references to ts2/ps2.
-------------------------------------------------------------------------
-r8389 | gbazin | 2004-08-06 15:29:18 +0200 (Fri, 06 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/mux/mp4.c
-
-* modules/access/udp.c: use the "ts" demux when in rtp mode (and not "ts2").
-* modules/mux/mp4.c: Warning fix patch by Zoltan Nagy.
-
-------------------------------------------------------------------------
-r8388 | hartman | 2004-08-05 23:32:32 +0200 (Thu, 05 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Fix Artist/Author info in playlist
-
-------------------------------------------------------------------------
-r8387 | hartman | 2004-08-05 22:40:29 +0200 (Thu, 05 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-* Fix a crash with subtitle track hotkey, when no subtitles are available.
-
-------------------------------------------------------------------------
-r8386 | hartman | 2004-08-05 21:52:59 +0200 (Thu, 05 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-
-* bad main_data|_begin error of libmad now a Debug message. It's simply to common.
-
-------------------------------------------------------------------------
-r8385 | gbazin | 2004-08-05 16:58:16 +0200 (Thu, 05 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/video_output/*: optimized/simplified vout_RenderPicture().
-------------------------------------------------------------------------
-r8384 | titer | 2004-08-05 16:48:58 +0200 (Thu, 05 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_output/opengl.c
-
- Build the opengl module on OS X (gl provider not done yet)
-
-------------------------------------------------------------------------
-r8383 | gbazin | 2004-08-05 16:05:51 +0200 (Thu, 05 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-* modules/video_filter/blend.c: do not compare signed and unsigned.
-------------------------------------------------------------------------
-r8382 | gbazin | 2004-08-05 14:45:23 +0200 (Thu, 05 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/src/input/control.c
-
-* src/input/control.c: bookmarks support is back (will need some more work though).
-* modules/gui/wxwindows/bookmarks.cpp: bookmarks support is back.
-
-------------------------------------------------------------------------
-r8381 | gbazin | 2004-08-05 12:16:58 +0200 (Thu, 05 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-* modules/video_filter/blend.c: sanity checks.
-------------------------------------------------------------------------
-r8380 | gbazin | 2004-08-05 01:55:51 +0200 (Thu, 05 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-* modules/codec/libmpeg2.c: fixed problems with still frames in DVD menus.
-------------------------------------------------------------------------
-r8379 | gbazin | 2004-08-05 00:54:31 +0200 (Thu, 05 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-
-* modules/access/dvdnav.c: removed dvdnavsimple mode + a few small improvements.
-------------------------------------------------------------------------
-r8378 | fenrir | 2004-08-04 23:53:24 +0200 (Wed, 04 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
- * rtp.c: based on a patch/idea of Philippe Van Hecke:
- You can now use multiple sdp=
- (ex: rtp{dst=ip,port=nb,sdp=file://a.sdp, sdp=http://localhost:8080/a.sdp})
-
-------------------------------------------------------------------------
-r8377 | fenrir | 2004-08-04 23:50:59 +0200 (Wed, 04 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
- * stream_output: sout_CfgParse will accept a special mode ('*' in the
-front of a option name) to allow handling of multiple string options.
-
-------------------------------------------------------------------------
-r8376 | hartman | 2004-08-04 23:48:57 +0200 (Wed, 04 Aug 2004) | 3 lines
-Changed paths:
-   A /trunk/modules/stream_out/announce.c (from /trunk/modules/stream_out/announce.c:8373)
-   A /trunk/modules/stream_out/announce.h (from /trunk/modules/stream_out/announce.h:8373)
-
-* Fix
-
-
-------------------------------------------------------------------------
-r8375 | gbazin | 2004-08-04 23:13:11 +0200 (Wed, 04 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-* modules/video_filter/blend.c: attempt at YUVP -> RV16/24/32 alpha-blending.
-------------------------------------------------------------------------
-r8374 | hartman | 2004-08-04 23:11:32 +0200 (Wed, 04 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/Modules.am
-   D /trunk/modules/stream_out/announce.c
-   D /trunk/modules/stream_out/announce.h
-   M /trunk/src/stream_output/sap.c
-
-* Fixed the udp SDPs. More spec compliant now.
-* Removed the old SAP code. announce.? in modules/stream_out is 
-  still required for SLP announces.
-
-------------------------------------------------------------------------
-r8373 | fenrir | 2004-08-04 22:09:31 +0200 (Wed, 04 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/avi.c
-
- * avi.c: fixed fps computation, thanks markfm for testing.
-
-------------------------------------------------------------------------
-r8372 | gbazin | 2004-08-04 20:38:05 +0200 (Wed, 04 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-* modules/video_filter/blend.c: YUVP -> YUY2 alpha-blending.
-------------------------------------------------------------------------
-r8371 | gbazin | 2004-08-04 19:54:17 +0200 (Wed, 04 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-* modules/video_filter/blend.c: YUVA -> YUY2 alpha-blending.
-------------------------------------------------------------------------
-r8370 | gbazin | 2004-08-04 18:05:12 +0200 (Wed, 04 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/screen/screen.c
-   M /trunk/modules/access/screen/win32.c
-
-* modules/access/screen/*: added a win32 only --screen-fragment-size option to do a kind of progressive capture by splitting the screen in several fragments. This does help user interactivity while capturing but also produces artefacts when moving windows around.
-------------------------------------------------------------------------
-r8369 | gbazin | 2004-08-04 17:43:04 +0200 (Wed, 04 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/waveout.c
-
-* modules/audio_output/waveout.c: added a --no-waveout-float32 option to disable the use of float32 audio output.
-------------------------------------------------------------------------
-r8368 | hartman | 2004-08-04 13:58:44 +0200 (Wed, 04 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_es.h
-
-* viedo_format_t -> video_format_t
-
-------------------------------------------------------------------------
-r8367 | gbazin | 2004-08-04 13:13:04 +0200 (Wed, 04 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: don't forget to save callbacks for config options in the plugins cache.
-------------------------------------------------------------------------
-r8366 | gbazin | 2004-08-04 12:40:43 +0200 (Wed, 04 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/src/input/input.c
-
-* modules/access/dvdnav.c: very basic probing that avoids doing a dvdnav_open() on files when they are not DVD images.
-* src/input/input.c: auto-probe access_demux as well.
-* modules/access/vcd/vcd.c: raised priority above the file access one.
-
-------------------------------------------------------------------------
-r8365 | fenrir | 2004-08-04 02:04:13 +0200 (Wed, 04 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ps.h
-
- * ps.h: fixed a segfault with Madonna-audioconverterfails.vob
-
-------------------------------------------------------------------------
-r8364 | fenrir | 2004-08-04 01:49:40 +0200 (Wed, 04 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * input.c: fixed total length in playlist.
-
-------------------------------------------------------------------------
-r8363 | gbazin | 2004-08-04 01:19:01 +0200 (Wed, 04 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/video_output/vout_subpictures.c: fixed OSD alignment
-------------------------------------------------------------------------
-r8362 | hartman | 2004-08-04 01:08:10 +0200 (Wed, 04 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/TODO
-   M /trunk/doc/translations.txt
-
-* small addition to translations HOWTO
-* updated TODO and NEWS
-
-------------------------------------------------------------------------
-r8361 | hartman | 2004-08-04 01:06:53 +0200 (Wed, 04 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/announce.c
-
-* modules/stream_out/announce.c:   \r\n for SDP
-
-------------------------------------------------------------------------
-r8360 | gbazin | 2004-08-04 01:06:11 +0200 (Wed, 04 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-
-* modules/access/dvd*.c: implemented DEMUX_GET_TIME/DEMUX_GET_LENGTH based on the MPEG mux rate.
-
-------------------------------------------------------------------------
-r8359 | gbazin | 2004-08-04 00:08:24 +0200 (Wed, 04 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/vcd/vcd.c
-
-* modules/access/cdda.c: fixes + simplification.
-* modules/access/vcd/vcd.c: try to skip bad sectors.
-
-------------------------------------------------------------------------
-r8358 | gbazin | 2004-08-03 22:56:16 +0200 (Tue, 03 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/vcd/vcd.c
-
-* modules/access/vcd/vcd.c: fixed seeking + simplified a bit.
-------------------------------------------------------------------------
-r8357 | gbazin | 2004-08-03 14:21:14 +0200 (Tue, 03 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-* modules/video_filter/blend.c: fix for chroma planes in ->I420 blending.
-------------------------------------------------------------------------
-r8356 | gbazin | 2004-08-03 11:45:39 +0200 (Tue, 03 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-* modules/video_filter/blend.c: YUVA->RV24/32 alpha-blending + fix for YUVA->RV16.
-------------------------------------------------------------------------
-r8355 | hartman | 2004-08-03 02:23:40 +0200 (Tue, 03 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/screen/mac.c
-
-* modules/access/screen/mac.c:
-  * Plugin now works perfectly in milj. of colors
-  * Works in thousands of colors, in inverse colors
-
-------------------------------------------------------------------------
-r8354 | gbazin | 2004-08-03 02:11:32 +0200 (Tue, 03 Aug 2004) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/include/osd.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_es.h
-   A /trunk/include/vlc_filter.h
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/spudec/Modules.am
-   M /trunk/modules/codec/spudec/parse.c
-   D /trunk/modules/codec/spudec/render.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/spudec/spudec.h
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/misc/dummy/renderer.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/blend.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_pictures.h
-   M /trunk/src/video_output/vout_subpictures.c
-
-* ALL: Major rework of the subpictures architecture.
-  (expect some breakage).
-* modules/video_filter/blend.c: new alpha-blending module.
-
-------------------------------------------------------------------------
-r8353 | gbazin | 2004-08-02 21:17:12 +0200 (Mon, 02 Aug 2004) | 3 lines
-Changed paths:
-   D /trunk/include/ninput.h
-   M /trunk/modules/demux/mpeg/Modules.am
-   D /trunk/modules/demux/mpeg/ps.c
-   D /trunk/modules/demux/mpeg/system.c
-   D /trunk/modules/demux/mpeg/system.h
-   D /trunk/modules/demux/mpeg/ts.c
-
-* include/ninput.h: removed left-over from access2/demux2 transition.
-* modules/demux/mpeg/*: removed old MPEG TS/PS demuxers.
-
-------------------------------------------------------------------------
-r8352 | gbazin | 2004-08-02 17:42:21 +0200 (Mon, 02 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-* modules/misc/network/ipv4.c: do a var_Get() on "ttl" + small clean-up.
-
-------------------------------------------------------------------------
-r8351 | hartman | 2004-08-02 15:06:38 +0200 (Mon, 02 Aug 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* modules/gui/macosx/vout: Output YUY2 to QT/QD.
-  This way we bypass Apple's very, very, very unoptimized
-  I420 -> YUY2 routine and use titer's altivec optimized one.
-  Quartz output is herefore now altivec optimized and close to the opengl output.
-
-------------------------------------------------------------------------
-r8350 | gbazin | 2004-08-02 11:46:17 +0200 (Mon, 02 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/screen/screen.c
-   M /trunk/modules/access/screen/win32.c
-
-modules/access/screen/win32.c: avoid an extra memcpy() of the screen.
-------------------------------------------------------------------------
-r8349 | hartman | 2004-08-02 03:21:36 +0200 (Mon, 02 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-* hotkeys.c: add some more OSD
-
-------------------------------------------------------------------------
-r8348 | hartman | 2004-08-02 02:54:51 +0200 (Mon, 02 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* Fixed hotkey/OSD behaviour for OS X. Also prevents code duplicity. 
-  Testing would be welcomed very much.
-
-------------------------------------------------------------------------
-r8347 | asmax | 2004-08-01 22:46:01 +0200 (Sun, 01 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-
-  * ctrl_text.cpp: smoother text scrolling (MOVING_TEXT_STEP=1)
-
-------------------------------------------------------------------------
-r8346 | ipkiss | 2004-08-01 18:43:58 +0200 (Sun, 01 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-
- * modules/gui/skins2/parser/interpreter.cpp: Added the "vlc.ontop()" action
- * doc/skins/skins2-howto.xml: Updated the doc
-
-------------------------------------------------------------------------
-r8345 | fenrir | 2004-08-01 18:03:42 +0200 (Sun, 01 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
- * stream.c: increase precache for stream without title/chapter.
-
-------------------------------------------------------------------------
-r8344 | fenrir | 2004-08-01 17:51:49 +0200 (Sun, 01 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: with ref .mov, don't forget to add the access.
-
-------------------------------------------------------------------------
-r8343 | fenrir | 2004-08-01 17:14:43 +0200 (Sun, 01 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * input.c: mmh better fix for slow/fast (I hope).
-
-------------------------------------------------------------------------
-r8342 | hartman | 2004-08-01 16:46:13 +0200 (Sun, 01 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* fix avcodecbuild# prob with h.261
-
-------------------------------------------------------------------------
-r8341 | bigben | 2004-08-01 15:23:53 +0200 (Sun, 01 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/output.m
-
-* all : fix channels selection in the sout options dialog
-
-
-------------------------------------------------------------------------
-r8340 | fenrir | 2004-08-01 11:19:36 +0200 (Sun, 01 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * input: fixed slower/faster rate.
-
-------------------------------------------------------------------------
-r8339 | fenrir | 2004-08-01 11:19:06 +0200 (Sun, 01 Aug 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
- * stream.c: call Seek if stream_Read( s, NULL, skip );
-
-------------------------------------------------------------------------
-r8338 | sam | 2004-07-31 19:29:44 +0200 (Sat, 31 Jul 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/control/joystick.c
-
-  * modules/control/joystick.c:
-    + Compilation and coding style fixes.
-    + Initialise the joystick in Open(), not Run().
-
-------------------------------------------------------------------------
-r8337 | bigben | 2004-07-31 19:08:35 +0200 (Sat, 31 Jul 2004) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/output.m
-
-* all :
-  - Get rid of the old TS over RTP stream output method in OSX interface
-  - ab= and vb= parameters are now (hopefully) always updated
-
-
-------------------------------------------------------------------------
-r8336 | hartman | 2004-07-31 18:34:53 +0200 (Sat, 31 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
-* print a debug message when our buffer gets it's first data.
-
-------------------------------------------------------------------------
-r8335 | asmax | 2004-07-31 13:38:22 +0200 (Sat, 31 Jul 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
- * opengl.c: support "cube" and "transparent-cube" effect (with the
- --opengl-effect option). Now MacOSX guys you can write the opengl provider
- interface ;)
-
-------------------------------------------------------------------------
-r8334 | hartman | 2004-07-31 02:23:29 +0200 (Sat, 31 Jul 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-modules/stream_output/rtp.c:
-* set the required t= SDP parameter
-* added config options for description, url and email
-* send SDPs with description, url and email info when available
-* add the a:tool parameter so people know who is responsible when VLC starts roaming the web with incorrect announces :)
-
-
-------------------------------------------------------------------------
-r8333 | hartman | 2004-07-30 23:38:09 +0200 (Fri, 30 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-* SDP should use \r\n instead of \n
-* Added nice SDP TODO lists. 17 outstanding issues in RTP announces.
-
-------------------------------------------------------------------------
-r8332 | sam | 2004-07-30 23:13:17 +0200 (Fri, 30 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/demux/util/id3tag.c
-
-  * modules/demux/util/id3tag.c modules/codec/ffmpeg/demux.c:
-    + Fixed compiler warnings.
-
-------------------------------------------------------------------------
-r8331 | sam | 2004-07-30 23:00:08 +0200 (Fri, 30 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcpeer.cpp
-
-  * mozilla/vlcpeer.cpp: proper float->int cast.
-
-------------------------------------------------------------------------
-r8330 | sam | 2004-07-30 22:57:56 +0200 (Fri, 30 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-
-  * modules/gui/wxwindows/video.cpp modules/gui/wxwindows/bookmarks.cpp:
-    + Fixed compiler warnings due to bad argument types.
-
-------------------------------------------------------------------------
-r8329 | sam | 2004-07-30 22:51:05 +0200 (Fri, 30 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/video_output/video_output.c
-
-  * src/video_output/video_output.c:
-    + Fixed an undefined function warning.
-
-------------------------------------------------------------------------
-r8328 | sam | 2004-07-30 22:49:44 +0200 (Fri, 30 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/invert.c
-
-  * modules/video_filter/invert.c: don't cast lvalues.
-
-------------------------------------------------------------------------
-r8327 | sam | 2004-07-30 19:39:27 +0200 (Fri, 30 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/cmml/browser_open.c
-
-  * modules/codec/cmml/browser_open.c:
-    + Fixed a compilation warning due to a missing return value.
-
-------------------------------------------------------------------------
-r8326 | sam | 2004-07-30 17:46:01 +0200 (Fri, 30 Jul 2004) | 4 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * boostrap:
-    + Remove the autotools directory and recreate it (forgot to commit that
-      file before).
-
-------------------------------------------------------------------------
-r8325 | hartman | 2004-07-30 15:18:53 +0200 (Fri, 30 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* check correct build# of libavcodec for SNOW support
-
-------------------------------------------------------------------------
-r8324 | hartman | 2004-07-30 12:36:51 +0200 (Fri, 30 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Fix OSX build of dvdnav
-
-------------------------------------------------------------------------
-r8323 | courmisch | 2004-07-30 11:24:32 +0200 (Fri, 30 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r8322 | sam | 2004-07-30 11:23:37 +0200 (Fri, 30 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/Makefile.am
-   D /trunk/autotools
-   M /trunk/configure.ac
-
-  * autotools: no longer manage this directory with SVN.
-
-------------------------------------------------------------------------
-r8321 | sam | 2004-07-30 11:23:08 +0200 (Fri, 30 Jul 2004) | 2 lines
-Changed paths:
-   D /trunk/autotools/Makefile.am
-
-  * autotools: no longer manage this directory with SVN.
-
-------------------------------------------------------------------------
-r8320 | fenrir | 2004-07-29 20:48:01 +0200 (Thu, 29 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
- * rtp: added port-audio and port-video option (for default port).
-
-------------------------------------------------------------------------
-r8319 | gbazin | 2004-07-29 20:43:22 +0200 (Thu, 29 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/toolame.c
-
-* modules/codec/toolame.c: compilation fix.
-------------------------------------------------------------------------
-r8318 | gbazin | 2004-07-29 20:15:38 +0200 (Thu, 29 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/toolame.c
-
-* modules/codec/toolame.c: MPEG-1/2 layer II audio encoder using libtoolame (http://users.tpg.com.au/adslblvi/). Patch from Christophe Massiot.
-------------------------------------------------------------------------
-r8317 | gbazin | 2004-07-29 17:50:20 +0200 (Thu, 29 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* modules/access/http.c: --http-reconnect option to automatically try to reconnect in case the connection was untimely closed (enabled by default for ICY/Icecast web radios).
-------------------------------------------------------------------------
-r8316 | sam | 2004-07-29 17:40:26 +0200 (Thu, 29 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/debian/patches/20_configure.dpatch
-
-  * debian/patches/20_configure.dpatch:
-    + Fixed generated macros.
-
-------------------------------------------------------------------------
-r8315 | sam | 2004-07-29 17:28:00 +0200 (Thu, 29 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/debian/Makefile.am
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   A /trunk/debian/patches
-   A /trunk/debian/patches/00list
-   A /trunk/debian/patches/20_configure.dpatch
-   A /trunk/debian/patches/20_faad2.dpatch
-   A /trunk/debian/patches/20_ffmpeg.dpatch
-   A /trunk/debian/patches/20_interfaces.dpatch
-   M /trunk/debian/rules
-
-  * debian/rules:
-    + Switch build system to dpatch.
-
-------------------------------------------------------------------------
-r8314 | hartman | 2004-07-29 17:27:57 +0200 (Thu, 29 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-* ipv4.c: ttl setsockopt fix. Thanks to Emmanuel Dreyfus for reporting
-
-------------------------------------------------------------------------
-r8313 | hartman | 2004-07-29 17:18:04 +0200 (Thu, 29 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/cdrom.c
-   M /trunk/modules/access/vcdx/vcd.h
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-* vcdx Coding style fixes.
-
-------------------------------------------------------------------------
-r8312 | sam | 2004-07-29 17:02:16 +0200 (Thu, 29 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: build i420_yuy2_altivec with -maltivec -mabi=altivec since
-    no inline asm version is available for this module.
-
-------------------------------------------------------------------------
-r8311 | fkuehne | 2004-07-29 16:03:19 +0200 (Thu, 29 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/output.h
-
-* added declares for the checkboxes in the nib to control the rtp-sout-modul
-------------------------------------------------------------------------
-r8310 | gbazin | 2004-07-29 10:50:52 +0200 (Thu, 29 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/src/input/decoder.c
-   M /trunk/src/misc/block.c
-
-* src/input/decoder.c: don't let the decoder/packetizer fifo grow too much because this leads to a steady increase in memory useage when the data isn't consumed quickly enough. (not the best fix, but should be better than nothing)
-------------------------------------------------------------------------
-r8309 | fenrir | 2004-07-29 00:39:52 +0200 (Thu, 29 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
- * rtp: sdp can now be exported as a file (sdp=file://filename).
- Initial path by Philippe Van Hecke (philippe DOT vanhecke AT belnet DOT be)
-
-------------------------------------------------------------------------
-r8308 | bigben | 2004-07-28 17:57:33 +0200 (Wed, 28 Jul 2004) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/output.m
-
-Added a RTP (New) stream outpu method for the rtp sout module. Still lot of work in this dialog box.
-
-
-
-------------------------------------------------------------------------
-r8307 | titer | 2004-07-28 16:53:16 +0200 (Wed, 28 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- contrib/src/Makefile: fixed OS X breakage
-
-------------------------------------------------------------------------
-r8306 | titer | 2004-07-28 16:28:01 +0200 (Wed, 28 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/dvdnav.patch
-
- BeOS libdvdnav patch
-
-------------------------------------------------------------------------
-r8305 | titer | 2004-07-28 12:48:44 +0200 (Wed, 28 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
- configure.ac: fix dvdnav linking on beos/os x/win32 (hacky)
-
-------------------------------------------------------------------------
-r8304 | gbazin | 2004-07-28 12:37:24 +0200 (Wed, 28 Jul 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-
-* modules/codec/ffmpeg/*:
-  - added fourcc for SNOW and DTS.
-  - added 'qscale' (fixed quantizer scale - VBR) and 'strict' (standard compliance) encoding options.
-
-------------------------------------------------------------------------
-r8303 | hartman | 2004-07-28 12:04:59 +0200 (Wed, 28 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/open.m
-
-* modules/gui/macosx/open.m: dvdplay:// -->> dvdnav://
-
-------------------------------------------------------------------------
-r8302 | titer | 2004-07-28 09:48:30 +0200 (Wed, 28 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
- configure.ac: typo
-
-------------------------------------------------------------------------
-r8301 | hartman | 2004-07-28 02:36:48 +0200 (Wed, 28 Jul 2004) | 15 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-
-MacOSX intf work
-
-* vout_Control implemented for macosx
-* position slider fixed
-* p_input manage loops fixed (buttons, playstatus etc)
-* float on top works again
-* visual filters work
-* deinterlace filter selection broken
-* fullscreen button is not being updated atm
-* potential deadlocks between intf thread and vout thread???
-* the window title might not always be updated.
-
-OSX devs, please test as much as you can. This was all fairly low level stuff.
-We need to test it properly.
-
-------------------------------------------------------------------------
-r8300 | hartman | 2004-07-27 23:11:07 +0200 (Tue, 27 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-* More code cleanup for OSX vout. Man what a mess this is :)
-
-------------------------------------------------------------------------
-r8299 | hartman | 2004-07-27 18:20:32 +0200 (Tue, 27 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/include/darwin_specific.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/vlc.c
-
--
-------------------------------------------------------------------------
-r8298 | hartman | 2004-07-27 18:16:31 +0200 (Tue, 27 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/screen/Modules.am
-   A /trunk/modules/access/screen/mac.c
-
-* screen module for OSX. Does not yet work. Seems close, but can't find the problem for now..
-
-------------------------------------------------------------------------
-r8297 | hartman | 2004-07-27 17:07:15 +0200 (Tue, 27 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* ( p_vout->p_module && p_vout->p_module ) how pointless
-
-------------------------------------------------------------------------
-r8296 | gbazin | 2004-07-27 13:33:26 +0200 (Tue, 27 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h: cleanup in the hotkeys definitions.
-------------------------------------------------------------------------
-r8295 | hartman | 2004-07-27 12:54:50 +0200 (Tue, 27 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-
-* release what you find. (this looks like a very old bug)
-
-------------------------------------------------------------------------
-r8294 | titer | 2004-07-27 10:05:31 +0200 (Tue, 27 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- gettext BeOS patch is no longer necessary
-
-------------------------------------------------------------------------
-r8293 | fkuehne | 2004-07-27 01:37:03 +0200 (Tue, 27 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* updated the used gettext version to 0.14.1
-------------------------------------------------------------------------
-r8292 | hartman | 2004-07-26 23:29:33 +0200 (Mon, 26 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Fix dts building on mac
-
-------------------------------------------------------------------------
-r8291 | hartman | 2004-07-26 22:30:14 +0200 (Mon, 26 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
-
-* remove patch that is no longer necessary.
-
-------------------------------------------------------------------------
-r8290 | gbazin | 2004-07-26 22:29:24 +0200 (Mon, 26 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/screen
-   M /trunk/modules/access/screen/beos.cpp
-   M /trunk/modules/access/screen/win32.c
-   M /trunk/modules/access/screen/x11.c
-
-* modules/access/screen/*: added svn properties.
-------------------------------------------------------------------------
-r8289 | hartman | 2004-07-26 21:49:05 +0200 (Mon, 26 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* fix libebml and libmatroska downloads
-
-------------------------------------------------------------------------
-r8288 | titer | 2004-07-26 19:54:12 +0200 (Mon, 26 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/screen/beos.cpp
-
- screen/beos.cpp: test before you commit
-
-------------------------------------------------------------------------
-r8287 | asmax | 2004-07-26 19:03:00 +0200 (Mon, 26 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
- * opengl.c: clear the color buffer before rendering
-
-------------------------------------------------------------------------
-r8286 | titer | 2004-07-26 17:06:48 +0200 (Mon, 26 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/Modules.am
-   A /trunk/modules/access/screen
-   A /trunk/modules/access/screen/Modules.am
-   A /trunk/modules/access/screen/beos.cpp
-   A /trunk/modules/access/screen/screen.c (from /trunk/modules/access/screen.c:8285)
-   A /trunk/modules/access/screen/screen.h
-   A /trunk/modules/access/screen/win32.c
-   A /trunk/modules/access/screen/x11.c
-   D /trunk/modules/access/screen.c
-
- ALL: splitted screen module (needed as BeOS requires C++)
-
-------------------------------------------------------------------------
-r8285 | gbazin | 2004-07-26 16:10:30 +0200 (Mon, 26 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-
-* modules/gui/wxwindows/fileinfo.cpp: partially fixed char encoding problem in fileinfo dialog.
-------------------------------------------------------------------------
-r8284 | gbazin | 2004-07-26 12:27:55 +0200 (Mon, 26 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/screen.c
-
-* modules/access/screen.c: force RV24 capture on win32 for now (otherwise colors are screwed up).
-------------------------------------------------------------------------
-r8283 | gbazin | 2004-07-26 11:28:16 +0200 (Mon, 26 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac:  should fix detection of libpng.
-------------------------------------------------------------------------
-r8282 | gbazin | 2004-07-25 22:39:06 +0200 (Sun, 25 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-* modules/control/rc.c: removed useless code for the rc-host option.
-------------------------------------------------------------------------
-r8281 | gbazin | 2004-07-25 22:36:28 +0200 (Sun, 25 Jul 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/*:
-   - fixed exit in embedded mode when fullscreen.
-   - re-use the current video sub-window when switching to fullscreen (to have opengl working in fullscreen mode as well).
-   - add options to the opengl plugin.
-
-------------------------------------------------------------------------
-r8280 | courmisch | 2004-07-25 19:47:05 +0200 (Sun, 25 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-Use VLC networking APIs: close -> net_Close, accept -> net_Accept
-
-------------------------------------------------------------------------
-r8279 | gbazin | 2004-07-25 10:34:08 +0200 (Sun, 25 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* NEWS: updated.
-------------------------------------------------------------------------
-r8278 | courmisch | 2004-07-25 10:20:09 +0200 (Sun, 25 Jul 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-- unlink Unix socket on exit,
-- bind to ::1 by default if --ipv6 is passed,
-- do not overflow Unix socket path,
-- use a different option (--rc-unix) for Unix socket.
-
-------------------------------------------------------------------------
-r8277 | gbazin | 2004-07-25 09:54:18 +0200 (Sun, 25 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/mux/ogg.c
-
-* modules/mux/asf.c, ts.c, ogg.c: added WMV3 fourcc.
-------------------------------------------------------------------------
-r8276 | gbazin | 2004-07-25 01:05:03 +0200 (Sun, 25 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/src/misc/net.c
-
-* src/misc/net.c, modules/control/rc.c: win32 fixes.
-------------------------------------------------------------------------
-r8275 | gbazin | 2004-07-25 00:49:28 +0200 (Sun, 25 Jul 2004) | 4 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/modules/control/rc.c
-   M /trunk/src/misc/net.c
-
-* src/misc/net.c, include/network.h: added net_vaPrintf() and net_Accept().
-* modules/control/rc.c: added option to listen on a socket instead of only stdin.
-   Inspired from a patch by Bernhard Rosenkraenzer <bero at arklinux dot org>.
-
-------------------------------------------------------------------------
-r8274 | courmisch | 2004-07-24 19:22:40 +0200 (Sat, 24 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Specify port in Host: HTTP request header
-(thanks to Olivier Lourdais for the report)
-
-------------------------------------------------------------------------
-r8273 | courmisch | 2004-07-24 19:02:26 +0200 (Sat, 24 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-Fixed typo
-
-------------------------------------------------------------------------
-r8272 | gbazin | 2004-07-24 18:33:00 +0200 (Sat, 24 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/screen.c
-
-* modules/access/screen.c: win32 support for screen capture (colors are inverted right now).
-------------------------------------------------------------------------
-r8271 | gbazin | 2004-07-24 15:40:17 +0200 (Sat, 24 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: don't build the screen plugin on darwin.
-------------------------------------------------------------------------
-r8270 | fenrir | 2004-07-24 14:42:26 +0200 (Sat, 24 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * mp4.c: compute avg/max bitrate info. removed a fprintf...
-
-------------------------------------------------------------------------
-r8269 | gbazin | 2004-07-24 14:33:15 +0200 (Sat, 24 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
-* modules/access/v4l/v4l.c: converted to access_demux module (less code, more CPU efficient).
-------------------------------------------------------------------------
-r8268 | fenrir | 2004-07-24 13:57:47 +0200 (Sat, 24 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/dummy/input.c
-
- * input: release p_playlist.
-
-------------------------------------------------------------------------
-r8267 | fenrir | 2004-07-24 13:28:50 +0200 (Sat, 24 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * mp4.c: really(?) fixed the tkhd invalid width (thx bond for the
-report).
-
-------------------------------------------------------------------------
-r8266 | fenrir | 2004-07-24 13:12:39 +0200 (Sat, 24 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/equalizer.c
-
- * equalizer : [0] isn't cool, use a define.
-
-------------------------------------------------------------------------
-r8265 | gbazin | 2004-07-24 12:24:11 +0200 (Sat, 24 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/stream_out/display.c
-
-* modules/stream_out/display.c: converted to the new input API + re-enabled in the build.
-------------------------------------------------------------------------
-r8264 | gbazin | 2004-07-24 11:50:14 +0200 (Sat, 24 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/TODO
-
-NEWS, TODO: comprehensive new features update.
-------------------------------------------------------------------------
-r8263 | courmisch | 2004-07-24 11:06:58 +0200 (Sat, 24 Jul 2004) | 4 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-- really iterate through getaddrinfo(),
-- fixed read after freeaddrinfo() bug,
-- removed extraneous debug messages
-
-------------------------------------------------------------------------
-r8262 | gbazin | 2004-07-24 02:20:19 +0200 (Sat, 24 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/Modules.am
-   A /trunk/modules/access/screen.c
-
-* modules/access/screen.c: new screen capture access module. Only X11 for now but should be straight-forward to adapt to other platforms.
-
-------------------------------------------------------------------------
-r8261 | gbazin | 2004-07-23 20:13:20 +0200 (Fri, 23 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/visualization/galaktos/plugin.c
-
-* modules/visualization/galaktos/plugin.c: usual test before you commit.
-------------------------------------------------------------------------
-r8260 | gbazin | 2004-07-23 20:08:58 +0200 (Fri, 23 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/visualization/galaktos/plugin.c
-
-* modules/visualization/galaktos/plugin.c: fixed threading issues with opengl.
-------------------------------------------------------------------------
-r8259 | gbazin | 2004-07-23 18:43:22 +0200 (Fri, 23 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: added glwin32 and fixed linkage of the opengl module on win32.
-------------------------------------------------------------------------
-r8258 | gbazin | 2004-07-23 18:36:51 +0200 (Fri, 23 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/x11/glx.c
-
-* modules/video_output/opengl.c, modules/video_output/x11/glx.c: proper scaling + fixes.
-------------------------------------------------------------------------
-r8257 | sam | 2004-07-23 18:16:22 +0200 (Fri, 23 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: fixed the AltiVec capabilities check.
-
-------------------------------------------------------------------------
-r8256 | sam | 2004-07-23 17:16:00 +0200 (Fri, 23 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: don't use -maltivec -mabi=altivec, because we don't want
-    to trigger AltiVec optimisations in our generic code.
-
-------------------------------------------------------------------------
-r8255 | titer | 2004-07-23 16:19:31 +0200 (Fri, 23 Jul 2004) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/src/Makefile
-
- + configure.ac: BeOS dvdread linkage fix
- + contrib/src/Makefile: build more libs on BeOS, use libdts' svn
- + Makefile.am: fixed BeOS packages generation
-
-------------------------------------------------------------------------
-r8254 | gbazin | 2004-07-23 15:37:43 +0200 (Fri, 23 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-* modules/video_output/opengl.c: forward control queries to opengl provider.
-------------------------------------------------------------------------
-r8253 | gbazin | 2004-07-23 14:47:34 +0200 (Fri, 23 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/Modules.am
-   M /trunk/modules/video_output/directx/events.c
-   A /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/directx/vout.h
-
-* modules/video_output/directx/glwin32.c: 1st shot at a win32 opengl provider.
-* modules/video_output/directx/events.c: removed unused code.
-
-------------------------------------------------------------------------
-r8252 | gbazin | 2004-07-23 14:42:11 +0200 (Fri, 23 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-* src/video_output/vout_intf.c: small kludge for opengl providers.
-------------------------------------------------------------------------
-r8251 | titer | 2004-07-23 13:33:25 +0200 (Fri, 23 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
-   A /trunk/extras/contrib/src/Patches/libdvdread.patch
-   A /trunk/extras/contrib/src/Patches/speex.patch
-
- BeOS contrib bla bla
-
-------------------------------------------------------------------------
-r8250 | damienf | 2004-07-23 12:19:58 +0200 (Fri, 23 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dshow/filter.h
-
-improved filter compatibility by favoring current connection media type in subsequent connections
-
-------------------------------------------------------------------------
-r8249 | titer | 2004-07-23 00:59:50 +0200 (Fri, 23 Jul 2004) | 7 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/mpeg2dec.patch
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/video_filter/deinterlace.c
-
- + configure.ac: don't build OpenGL support on BeOS although it has gl.h
- + extras/contrib/src/*: build libmpeg2 w/o mmxext and 3dnow on BeOS
-   (buggy compiler)
- + modules/gui/beos/*: quick compile fixes
- + modules/video_filter/deinterlace.c: require mmxext instead of mmx
- + Makefile.am: on BeOS, build a VLC bundle a la OS X
-
-------------------------------------------------------------------------
-r8248 | gbazin | 2004-07-23 00:36:16 +0200 (Fri, 23 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/visualization/galaktos/plugin.c
-
-* modules/video_output/x11/glx.c: OpenGL context is initialized in pf_init() because of threading issues.
-
-------------------------------------------------------------------------
-r8247 | gbazin | 2004-07-23 00:14:42 +0200 (Fri, 23 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/x11/glx.c
-
-* modules/video_output/x11/glx.c, modules/video_output/opengl.c: some fixes.
-------------------------------------------------------------------------
-r8246 | gbazin | 2004-07-22 23:53:43 +0200 (Thu, 22 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-* src/misc/objects.c: hmmm, did I say vlc_opengl.h was removed ?
-------------------------------------------------------------------------
-r8245 | gbazin | 2004-07-22 23:50:15 +0200 (Thu, 22 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/glx.c
-
-* modules/video_output/x11/glx.c: vlc_opengl.h was removed.
-------------------------------------------------------------------------
-r8244 | gbazin | 2004-07-22 23:30:45 +0200 (Thu, 22 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* Makefile.am: include/vlc_opengl.h was removed.
-------------------------------------------------------------------------
-r8243 | gbazin | 2004-07-22 23:27:45 +0200 (Thu, 22 Jul 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/video_output.h
-   D /trunk/include/vlc_opengl.h
-   M /trunk/modules/video_output/Modules.am
-   A /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/x11/Modules.am
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-   M /trunk/modules/visualization/galaktos/main.c
-   M /trunk/modules/visualization/galaktos/plugin.c
-   M /trunk/modules/visualization/galaktos/plugin.h
-
-* modules/video_output/x11/*: the glx "opengl provider" makes use of xcommon.c.
-* modules/video_output/opengl.c: new platform independant OpenGL vout (uses an "opengl provider" module).
-* modules/visualization/galaktos/*: uses the new "opengl provider" module.
-
-------------------------------------------------------------------------
-r8242 | titer | 2004-07-22 18:48:38 +0200 (Thu, 22 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-
- contrib system adapted for BeOS (need to set LIBRARY_PATH and BELIBRARIES)
-
-------------------------------------------------------------------------
-r8241 | gbazin | 2004-07-22 18:37:43 +0200 (Thu, 22 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/glx.c
-
-* modules/video_output/x11/glx.c: improvements.
-------------------------------------------------------------------------
-r8240 | gbazin | 2004-07-22 17:45:54 +0200 (Thu, 22 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb.c
-
-* modules/video_chroma/i420_rgb.c: work around a gcc-3.3.4 optimization bug.
-------------------------------------------------------------------------
-r8239 | titer | 2004-07-22 17:09:42 +0200 (Thu, 22 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/equalizer.c
-
- equalizer.c: compile fix for old compilers (thx sam)
-
-------------------------------------------------------------------------
-r8238 | titer | 2004-07-22 16:21:59 +0200 (Thu, 22 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/src/misc/httpd.c
-
- BeOS doesn't know about PF_INET
-
-------------------------------------------------------------------------
-r8237 | titer | 2004-07-22 15:50:35 +0200 (Thu, 22 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/netsync.c
-
- netsync.c: converted to unix file because BeOS' gcc chokes on dos files
-
-------------------------------------------------------------------------
-r8236 | titer | 2004-07-22 15:06:21 +0200 (Thu, 22 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
- configure.ac: check for png_set_rows in libpng because early versions
- don't have it
-
-------------------------------------------------------------------------
-r8235 | hartman | 2004-07-22 13:49:14 +0200 (Thu, 22 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-* frenglish paquets -> packets
-
-------------------------------------------------------------------------
-r8234 | titer | 2004-07-22 10:51:40 +0200 (Thu, 22 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/gettext.patch
-   M /trunk/extras/contrib/src/packages.mak
-
- contrib/*: started to adapt the contrib system for BeOS
-
-------------------------------------------------------------------------
-r8233 | gbazin | 2004-07-22 09:03:22 +0200 (Thu, 22 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/visualization/galaktos
-
-* modules/visualization/galaktos: added svn:ignore property.
-------------------------------------------------------------------------
-r8232 | gbazin | 2004-07-22 08:59:56 +0200 (Thu, 22 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_demux.h
-   M /trunk/include/vlc_es_out.h
-   M /trunk/include/vlc_opengl.h
-   M /trunk/include/vlc_stream.h
-
-* Makefile.am: added include/vlc_opengl.h to the build.
-------------------------------------------------------------------------
-r8231 | asmax | 2004-07-22 00:38:49 +0200 (Thu, 22 Jul 2004) | 7 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_objects.h
-   A /trunk/include/vlc_opengl.h
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/visualization/galaktos/Modules.am
-   D /trunk/modules/visualization/galaktos/glx.c
-   D /trunk/modules/visualization/galaktos/glx.h
-   M /trunk/modules/visualization/galaktos/main.c
-   M /trunk/modules/visualization/galaktos/plugin.c
-   M /trunk/modules/visualization/galaktos/plugin.h
-   M /trunk/src/misc/objects.c
-
- * all: created a new module type "opengl provider", which provides a
-   simple interface to create and use OpenGL windows
- * modules/video_output/x11/glx.c: the GLX vout now implements the
-  "opengl provider" interface
- * modules/visualization/galaktos/*: no more dependency on GLX: we use
-   the generic opengl provider interface instead.
-
-------------------------------------------------------------------------
-r8230 | hartman | 2004-07-21 21:03:34 +0200 (Wed, 21 Jul 2004) | 2 lines
-Changed paths:
-   A /trunk/share/http/webcam.html
-
-* Example Multipart MJPEG webpage. With cambozola JAVA applet example.
-
-------------------------------------------------------------------------
-r8229 | hartman | 2004-07-21 20:45:06 +0200 (Wed, 21 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-* Fix the sap module compilation. Compile before you commit strikes once again.......
-
-------------------------------------------------------------------------
-r8228 | hartman | 2004-07-21 01:15:33 +0200 (Wed, 21 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* Fix livedotcom API change.
-  Thanks to James MacLean, Arwed von Merkatz and Ross Finlayson for reporting and fixing the issue.
-
-------------------------------------------------------------------------
-r8227 | asmax | 2004-07-21 00:25:06 +0200 (Wed, 21 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/glx.c
-
-  * glx.c: don't scale the image with the chroma (supposed to speed up
-    the conversion ??)
-
-------------------------------------------------------------------------
-r8226 | hartman | 2004-07-20 23:36:51 +0200 (Tue, 20 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-* recognize new x-plgroup paramater (only standardized fields are not prefixed with x-)
-
-------------------------------------------------------------------------
-r8225 | asmax | 2004-07-20 22:25:25 +0200 (Tue, 20 Jul 2004) | 7 lines
-Changed paths:
-   M /trunk/build-vlc
-   M /trunk/config.in
-   M /trunk/configure.ac
-   M /trunk/modules/video_output/x11/Modules.am
-   A /trunk/modules/video_output/x11/glx.c (from /trunk/modules/visualization/galaktos/glx.c:8212)
-   M /trunk/modules/visualization/galaktos/main.c
-   M /trunk/modules/visualization/galaktos/video_init.c
-
-  * modules/video_output/x11/glx.c: new OpenGL vout for X11.
-    TODO: - factorization with xcommon.c
-          - factorization with glx.c in GaLaktos plugin
-          - remove hard-coded values
-    (If you don't like the rotating cube, hack the code yourself,
-    the variables will come later ! ;)
-
-------------------------------------------------------------------------
-r8224 | adn | 2004-07-20 18:43:36 +0200 (Tue, 20 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
-
-author :)
-
-------------------------------------------------------------------------
-r8223 | sigmunau | 2004-07-20 13:49:04 +0200 (Tue, 20 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mpjpeg.c
-
-mpjpeg.c: The rfc says to use \r\n so use \r\n. Also set the right mime type.
-This makes the served stream work with cambozola applet.
-
-------------------------------------------------------------------------
-r8222 | sam | 2004-07-20 11:53:24 +0200 (Tue, 20 Jul 2004) | 9 lines
-Changed paths:
-   M /trunk/debian/README.Debian
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-
-  * debian/control:
-    + Build-depend on libdvbpsi3-dev, so that we can get rid of the previous
-      versions of this library.
-    + Recommend the videolan-doc package.
-    + Build-conflict on libavcodec-dev, just in case it enters Sid at an
-      unappropriate moment.
-  * debian/README.Debian:
-    + Removed mention of the libmpeg2 tree, which we no longer provide.
-
-------------------------------------------------------------------------
-r8221 | gbazin | 2004-07-20 11:23:18 +0200 (Tue, 20 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-* src/misc/httpd.c: fixed non-initialized variable that prevented getaddrinfo() from working.
-------------------------------------------------------------------------
-r8220 | hartman | 2004-07-19 21:41:44 +0200 (Mon, 19 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* darwin buildflag for vlc/libvlc
-
-------------------------------------------------------------------------
-r8219 | fenrir | 2004-07-19 19:04:45 +0200 (Mon, 19 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
- * stream.c: fixed seeking near the end of a stream.
-
-------------------------------------------------------------------------
-r8218 | gbazin | 2004-07-19 16:54:37 +0200 (Mon, 19 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* modules/demux/ts.c: added support for transport streams with Reed-Solomon (204,188) error correction (16 bytes ECC discarded).
-------------------------------------------------------------------------
-r8217 | gbazin | 2004-07-19 11:46:06 +0200 (Mon, 19 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-* src/misc/httpd.c: ipv6 win32 fix.
-------------------------------------------------------------------------
-r8216 | gbazin | 2004-07-19 10:57:42 +0200 (Mon, 19 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/http.c
-
-* modules/control/http.c: portability fix.
-------------------------------------------------------------------------
-r8215 | fenrir | 2004-07-18 19:05:45 +0200 (Sun, 18 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
- stream.c: do not drop empty line.
-
-------------------------------------------------------------------------
-r8214 | fenrir | 2004-07-18 19:04:44 +0200 (Sun, 18 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
- * subtitle: fixed a small memleak.
-
-------------------------------------------------------------------------
-r8213 | fenrir | 2004-07-18 18:33:02 +0200 (Sun, 18 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
- * mpga: fixed a memleak+warnings.
-
-------------------------------------------------------------------------
-r8212 | asmax | 2004-07-18 15:56:08 +0200 (Sun, 18 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/galaktos/glx.c
-   M /trunk/modules/visualization/galaktos/glx.h
-   M /trunk/modules/visualization/galaktos/main.c
-   M /trunk/modules/visualization/galaktos/plugin.c
-   M /trunk/modules/visualization/galaktos/plugin.h
-
- * all: now both GLX 1.2 and 1.3 are supported
-
-------------------------------------------------------------------------
-r8211 | fenrir | 2004-07-18 14:03:37 +0200 (Sun, 18 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
- * ftp: handle multiple lines answers.
-
-------------------------------------------------------------------------
-r8210 | hartman | 2004-07-18 13:25:28 +0200 (Sun, 18 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-* spelling corrections
-
-------------------------------------------------------------------------
-r8209 | hartman | 2004-07-17 22:43:52 +0200 (Sat, 17 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-* additions to TODO list
-
-------------------------------------------------------------------------
-r8208 | courmisch | 2004-07-17 18:56:59 +0200 (Sat, 17 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-Fix socket errors handling.
-Fallback to IPv4 with option --ipv6 if IPv6 fails
-
-------------------------------------------------------------------------
-r8207 | courmisch | 2004-07-17 17:04:42 +0200 (Sat, 17 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-
-Fallback for UDP if not using IPv4
-
-------------------------------------------------------------------------
-r8206 | courmisch | 2004-07-17 16:07:40 +0200 (Sat, 17 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Fix corner case introduced in HTTPd IPv6 patch
-
-------------------------------------------------------------------------
-r8205 | asmax | 2004-07-17 15:55:48 +0200 (Sat, 17 Jul 2004) | 13 lines
-Changed paths:
-   M /trunk/modules/visualization/galaktos/Modules.am
-   A /trunk/modules/visualization/galaktos/PCM.c
-   A /trunk/modules/visualization/galaktos/PCM.h
-   A /trunk/modules/visualization/galaktos/beat_detect.c
-   A /trunk/modules/visualization/galaktos/beat_detect.h
-   A /trunk/modules/visualization/galaktos/builtin_funcs.c
-   A /trunk/modules/visualization/galaktos/builtin_funcs.h
-   A /trunk/modules/visualization/galaktos/common.h
-   A /trunk/modules/visualization/galaktos/compare.h
-   A /trunk/modules/visualization/galaktos/custom_shape.c
-   A /trunk/modules/visualization/galaktos/custom_shape.h
-   A /trunk/modules/visualization/galaktos/custom_shape_types.h
-   A /trunk/modules/visualization/galaktos/custom_wave.c
-   A /trunk/modules/visualization/galaktos/custom_wave.h
-   A /trunk/modules/visualization/galaktos/custom_wave_types.h
-   A /trunk/modules/visualization/galaktos/engine_vars.c
-   A /trunk/modules/visualization/galaktos/engine_vars.h
-   A /trunk/modules/visualization/galaktos/eval.c
-   A /trunk/modules/visualization/galaktos/eval.h
-   A /trunk/modules/visualization/galaktos/expr_types.h
-   A /trunk/modules/visualization/galaktos/fatal.h
-   A /trunk/modules/visualization/galaktos/fftsg.c
-   A /trunk/modules/visualization/galaktos/func.c
-   A /trunk/modules/visualization/galaktos/func.h
-   A /trunk/modules/visualization/galaktos/func_types.h
-   M /trunk/modules/visualization/galaktos/glx.c
-   M /trunk/modules/visualization/galaktos/glx.h
-   A /trunk/modules/visualization/galaktos/idle_preset.h
-   A /trunk/modules/visualization/galaktos/init_cond.c
-   A /trunk/modules/visualization/galaktos/init_cond.h
-   A /trunk/modules/visualization/galaktos/init_cond_types.h
-   A /trunk/modules/visualization/galaktos/interface_types.h
-   M /trunk/modules/visualization/galaktos/main.c
-   M /trunk/modules/visualization/galaktos/main.h
-   A /trunk/modules/visualization/galaktos/param.c
-   A /trunk/modules/visualization/galaktos/param.h
-   A /trunk/modules/visualization/galaktos/param_types.h
-   A /trunk/modules/visualization/galaktos/parser.c
-   A /trunk/modules/visualization/galaktos/parser.h
-   A /trunk/modules/visualization/galaktos/per_frame_eqn.c
-   A /trunk/modules/visualization/galaktos/per_frame_eqn.h
-   A /trunk/modules/visualization/galaktos/per_frame_eqn_types.h
-   A /trunk/modules/visualization/galaktos/per_pixel_eqn.c
-   A /trunk/modules/visualization/galaktos/per_pixel_eqn.h
-   A /trunk/modules/visualization/galaktos/per_pixel_eqn_types.h
-   A /trunk/modules/visualization/galaktos/per_point_types.h
-   M /trunk/modules/visualization/galaktos/plugin.c
-   M /trunk/modules/visualization/galaktos/plugin.h
-   A /trunk/modules/visualization/galaktos/preset.c
-   A /trunk/modules/visualization/galaktos/preset.h
-   A /trunk/modules/visualization/galaktos/preset_types.h
-   A /trunk/modules/visualization/galaktos/splaytree.c
-   A /trunk/modules/visualization/galaktos/splaytree.h
-   A /trunk/modules/visualization/galaktos/splaytree_types.h
-   A /trunk/modules/visualization/galaktos/tree_types.c
-   A /trunk/modules/visualization/galaktos/tree_types.h
-   A /trunk/modules/visualization/galaktos/video_init.c
-   A /trunk/modules/visualization/galaktos/video_init.h
-
-  * all: first implementation of a MilkDrop-compatible visualization plugin,
-    based on ProjectM (xmms-projectm.sourceforge.net), without the
-    dependency on SDL 1.3. At the moment it only works on X11 with GLX 1.3,
-    I didn't manage to have it working with the 1.2 API :(
-    SGI Pbuffers are not used yet, I didn't manage to have them working
-    well either :(
-    Milkdrop presets are searched in /etc/projectM/presets (guess why ;)
-    With projectM presets, colours look a bit "flashy", I wonder if it
-    is normal...
-    To compile the plugin, add --enable-galaktos in configure. The only
-    dependencies are on X11 and OpenGL libs.
-    Enjoy !
-
-------------------------------------------------------------------------
-r8204 | courmisch | 2004-07-17 14:30:59 +0200 (Sat, 17 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-IPv6 support for HTTPd
-
-------------------------------------------------------------------------
-r8203 | hartman | 2004-07-17 13:51:46 +0200 (Sat, 17 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/audio_filter/equalizer.c
-
-* strtof is C99 and not present on pre BSD 5 (including older Mac OSX).
-  added configure.ac check and use strtod with cast as backup since it is ANSI C
-
-------------------------------------------------------------------------
-r8202 | courmisch | 2004-07-17 13:50:43 +0200 (Sat, 17 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Check for getnameinfo() - required for later patch
-
-------------------------------------------------------------------------
-r8201 | hartman | 2004-07-17 01:04:57 +0200 (Sat, 17 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/dvdnav.patch
-
-* libdvdnav compiles on Mac OS X 10.2 with this patch. (copied from libdvdread)
-
-------------------------------------------------------------------------
-r8200 | hartman | 2004-07-16 23:05:52 +0200 (Fri, 16 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
-
-* no more need for unistd.h patch in rtsp.c of ffmpeg either
-
-------------------------------------------------------------------------
-r8199 | hartman | 2004-07-16 22:05:03 +0200 (Fri, 16 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
-
-* update ffmpeg patch. no more need for lrintf() and libpostproc header install workaround
-
-------------------------------------------------------------------------
-r8198 | fenrir | 2004-07-16 21:33:20 +0200 (Fri, 16 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/mux/mp4.c
-
- * libmp4.c: MMhh .mp4 is 99.99% the same thing than .mov but not 100% :(((
- * mp4.c: hdlr atom in the .mp4 and .mov way.
-
-------------------------------------------------------------------------
-r8197 | fenrir | 2004-07-16 20:35:50 +0200 (Fri, 16 Jul 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_filter/equalizer.c
-
-  * equalizer: fixed a bug with strtof.
-      (Please look at the warnings, most of the time "incompatible pointer
-type" isn't really good ;)
-
-------------------------------------------------------------------------
-r8196 | hartman | 2004-07-16 18:34:11 +0200 (Fri, 16 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
- * Fix alignment on a configure --help message
-
-------------------------------------------------------------------------
-r8195 | sam | 2004-07-16 15:10:34 +0200 (Fri, 16 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: fixed a misplaced parenthesis in the -lXt detection.
-
-------------------------------------------------------------------------
-r8194 | sam | 2004-07-16 13:50:27 +0200 (Fri, 16 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac:
-    + Added full library dependencies to the -lXt check.
-
-------------------------------------------------------------------------
-r8193 | sam | 2004-07-16 13:33:32 +0200 (Fri, 16 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/include/vlc_playlist.h
-
-  * it's information, not informations (you missed some, dj :P)
-
-------------------------------------------------------------------------
-r8192 | hartman | 2004-07-16 13:29:21 +0200 (Fri, 16 Jul 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.h
-   M /trunk/modules/control/http.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/misc/sap.c
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/share/http/info.html
-   M /trunk/src/input/input.c
-
-* it's information, not informations (grep -r)
-* modules/demux/avi/avi.c: Look a bit further into the file for the avi tag.
-  this allows you to play avi in uncompressed .rar (only first part of course).
-
-------------------------------------------------------------------------
-r8191 | sam | 2004-07-16 13:26:48 +0200 (Fri, 16 Jul 2004) | 8 lines
-Changed paths:
-   M /trunk/debian/README.Debian
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-
-  * debian/rules:
-    + Activated Theora support (Closes: #259061).
-    + Re-enabled the KDE plugin (Closes: #258295).
-  * debian/control:
-    + Set policy to 3.6.1.1.
-    + Build-depend on libid3tag0-dev for ID3 tag support.
-    + Made vlc depend on wxvlc for the moment.
-
-------------------------------------------------------------------------
-r8190 | hartman | 2004-07-15 20:47:32 +0200 (Thu, 15 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/coreaudio.c
-
-* removed the hog elements. They are breaking stuff..
-
-------------------------------------------------------------------------
-r8189 | hartman | 2004-07-15 17:24:53 +0200 (Thu, 15 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-
-* reenable the prefs. this was a small leftover from debugging
-
-------------------------------------------------------------------------
-r8188 | hartman | 2004-07-15 17:20:46 +0200 (Thu, 15 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-* spelling error
-
-------------------------------------------------------------------------
-r8187 | gbazin | 2004-07-15 14:41:38 +0200 (Thu, 15 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/equalizer.c
-
-* modules/audio_filter/equalizer.c: fixed segfault in BandsCallback().
-------------------------------------------------------------------------
-r8186 | gbazin | 2004-07-14 21:26:30 +0200 (Wed, 14 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-
-* modules/codec/ffmpeg/demux.c: don't use libavformat's redirector demux.
-------------------------------------------------------------------------
-r8185 | asmax | 2004-07-14 15:03:54 +0200 (Wed, 14 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/galaktos/Modules.am
-   M /trunk/modules/visualization/galaktos/glx.c
-   M /trunk/modules/visualization/galaktos/glx.h
-   A /trunk/modules/visualization/galaktos/main.c
-   A /trunk/modules/visualization/galaktos/main.h
-   M /trunk/modules/visualization/galaktos/plugin.c
-
- * all: just a basic OpenGL scope at the moment
-
-------------------------------------------------------------------------
-r8184 | gbazin | 2004-07-14 12:21:21 +0200 (Wed, 14 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-* src/misc/threads.c: fixed long standing win32 thread handles leak.
-------------------------------------------------------------------------
-r8183 | sigmunau | 2004-07-13 14:05:21 +0200 (Tue, 13 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
-mpga.c: fixed some memleaks in the probing process
-
-------------------------------------------------------------------------
-r8182 | zorglub | 2004-07-13 13:41:21 +0200 (Tue, 13 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-
-Couple of fixes
-------------------------------------------------------------------------
-r8181 | asmax | 2004-07-12 20:02:57 +0200 (Mon, 12 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/build-vlc
-   M /trunk/config.in
-   M /trunk/configure.ac
-   A /trunk/modules/visualization/galaktos
-   A /trunk/modules/visualization/galaktos/Modules.am
-   A /trunk/modules/visualization/galaktos/glx.c
-   A /trunk/modules/visualization/galaktos/glx.h
-   A /trunk/modules/visualization/galaktos/plugin.c
-   A /trunk/modules/visualization/galaktos/plugin.h
-   M /trunk/src/audio_output/input.c
-
- * all: skeleton of a coming-soon OpenGL visualization plugin, compatible
-   with MilkDrop for winamp.
-
-------------------------------------------------------------------------
-r8180 | gbazin | 2004-07-12 13:57:49 +0200 (Mon, 12 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-
-* modules/gui/wxwindows/extrapanel.cpp: try to use some spacing between widgets to make it actually readable. The equalizer panel would need more work though (ah and the wizard needs a whole load of them as well).
-
-------------------------------------------------------------------------
-r8179 | gbazin | 2004-07-12 10:30:12 +0200 (Mon, 12 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: added new normvol module to the build.
-------------------------------------------------------------------------
-r8178 | anil | 2004-07-12 09:33:02 +0200 (Mon, 12 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-
-* unicode fixes
-
-------------------------------------------------------------------------
-r8177 | titer | 2004-07-12 08:56:05 +0200 (Mon, 12 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/normvol.c
-
- Fixed norm-max-level description
-
-------------------------------------------------------------------------
-r8176 | zorglub | 2004-07-12 08:48:37 +0200 (Mon, 12 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/TODO
-
-Updated TODO
-------------------------------------------------------------------------
-r8175 | zorglub | 2004-07-12 08:47:15 +0200 (Mon, 12 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   A /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   D /trunk/modules/gui/wxwindows/streamwizard.cpp
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Removed the old streaming wizard\nSplitted the interface file into interface+extrapanel\nExtrapanel is now a notebook\nReworked the video extrapanel (removed ratio,added filters)\nImplemented a graphical equaliwer
-------------------------------------------------------------------------
-r8174 | zorglub | 2004-07-12 08:45:48 +0200 (Mon, 12 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/Modules.am
-   A /trunk/modules/audio_filter/normvol.c
-
-Added a very trivial volume normalizer
-------------------------------------------------------------------------
-r8173 | zorglub | 2004-07-12 08:45:07 +0200 (Mon, 12 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/input/input.c
-
-Allow on the fly change of equalizer config. Only restart aout when enabling/disabling equalizer
-------------------------------------------------------------------------
-r8172 | zorglub | 2004-07-12 08:43:28 +0200 (Mon, 12 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-Fix refcount problem when creation fails
-------------------------------------------------------------------------
-r8171 | zorglub | 2004-07-12 08:42:47 +0200 (Mon, 12 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/filter_common.h
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/transform.c
-
-Fix segfault when child vout creation fails
-------------------------------------------------------------------------
-r8170 | hartman | 2004-07-11 18:26:58 +0200 (Sun, 11 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/TODO
-
-NEWS: not that 0.7.3 is not released yet
-TODO: updates more stuff to do :)
-
-------------------------------------------------------------------------
-r8169 | hartman | 2004-07-11 18:26:21 +0200 (Sun, 11 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* Fix audio subtitle track changer hotkey on OSX.
-
-------------------------------------------------------------------------
-r8168 | asmax | 2004-07-11 13:15:43 +0200 (Sun, 11 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/x11/x11_timer.cpp
-
- * x11_timer.cpp: compilation fix
-
-------------------------------------------------------------------------
-r8167 | fenrir | 2004-07-11 11:58:24 +0200 (Sun, 11 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/theora.c
-
- *  theora: compilation fix.
-
-------------------------------------------------------------------------
-r8166 | fenrir | 2004-07-10 20:12:56 +0200 (Sat, 10 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpjpeg.c
-   M /trunk/modules/mux/wav.c
-
- * all: compilation fix.
-
-------------------------------------------------------------------------
-r8165 | gbazin | 2004-07-10 20:08:09 +0200 (Sat, 10 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/include/mtime.h
-   M /trunk/include/vlc_common.h
-   M /trunk/src/misc/mtime.c
-
-* src/misc/mtime.c, include/mtime.h: new common "date" API for date incrementation without long-term rounding errors.
-  (is going to replace audio_date_t).
-
-------------------------------------------------------------------------
-r8164 | fenrir | 2004-07-10 19:22:35 +0200 (Sat, 10 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-
- * all: sout_ParseCfg -> sout_CfgParse.
-
-------------------------------------------------------------------------
-r8163 | fenrir | 2004-07-10 19:22:10 +0200 (Sat, 10 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-* vlc_common: moved a few typedefs from stream_output.h
-
-------------------------------------------------------------------------
-r8162 | fenrir | 2004-07-10 19:20:59 +0200 (Sat, 10 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/gather.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/stream_out/transrate/transrate.c
-
- * all: cosmetics.
-
-------------------------------------------------------------------------
-r8161 | fenrir | 2004-07-10 19:20:11 +0200 (Sat, 10 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/mux/ogg.c
-
- * all: cosmetics + MUX_GET_MIME.
-
-------------------------------------------------------------------------
-r8160 | fenrir | 2004-07-10 19:19:28 +0200 (Sat, 10 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/codec/x264.c
-
- all: sout_ParseCfg -> sout_CfgParse.
-
-------------------------------------------------------------------------
-r8159 | fenrir | 2004-07-10 19:18:50 +0200 (Sat, 10 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/src/stream_output/stream_output.c
-
- * all: lot of cosmetics, and added a MUX_GET_MIME (not yet used).
-
-------------------------------------------------------------------------
-r8158 | gbazin | 2004-07-09 23:13:11 +0200 (Fri, 09 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/flac.c
-
-* modules/codec/flac.c: couple of fixes.
-------------------------------------------------------------------------
-r8157 | gbazin | 2004-07-09 17:15:07 +0200 (Fri, 09 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/src/input/stream.c
-
-* modules/demux/playlist, src/input/stream.c: fixed a shitload of bugs in playlist demuxers + simplified a lot.
-------------------------------------------------------------------------
-r8156 | fenrir | 2004-07-08 20:10:10 +0200 (Thu, 08 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/equalizer.c
-
- * equalizer: added a preamp value per preset.
-
-------------------------------------------------------------------------
-r8155 | gbazin | 2004-07-08 16:20:11 +0200 (Thu, 08 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/decoder.c
-
-* src/input/decoder.c: better pictures leakage detection.
-------------------------------------------------------------------------
-r8154 | hartman | 2004-07-08 14:48:29 +0200 (Thu, 08 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-
-* Fix building of livedotcom module for !--mostly-builtin
-
-------------------------------------------------------------------------
-r8153 | gbazin | 2004-07-08 14:25:20 +0200 (Thu, 08 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-* src/playlist/playlist.c: another autodelete fix.
-------------------------------------------------------------------------
-r8152 | gbazin | 2004-07-08 12:52:23 +0200 (Thu, 08 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: center the volume control on the toolbar.
-------------------------------------------------------------------------
-r8151 | sigmunau | 2004-07-08 11:38:42 +0200 (Thu, 08 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-hotkeys.c: Don't show "Disabled" when cycling audio tracks. Fixed =/== issue
-with the subtitles hotkey (thank you gcc)
-
-------------------------------------------------------------------------
-r8150 | sigmunau | 2004-07-08 11:12:37 +0200 (Thu, 08 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-
-Forgot this file in my last commit. 
-
-------------------------------------------------------------------------
-r8149 | fenrir | 2004-07-08 01:26:35 +0200 (Thu, 08 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
- * http: added a mime option.
-
-------------------------------------------------------------------------
-r8148 | fenrir | 2004-07-08 01:16:30 +0200 (Thu, 08 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-
- * demux: stream_DemuxControl: emulate seek.
-
-------------------------------------------------------------------------
-r8147 | fenrir | 2004-07-08 01:12:30 +0200 (Thu, 08 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-
- * Modules.am: link livedotcom with access/mms/asf.c
-
-------------------------------------------------------------------------
-r8146 | fenrir | 2004-07-08 01:11:08 +0200 (Thu, 08 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * livedotcom: first try to support m$ rtsp. It works on the url I have.
-
-------------------------------------------------------------------------
-r8145 | sigmunau | 2004-07-07 23:09:20 +0200 (Wed, 07 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/libvlc.h
-
-hadded keys to cycle audio track and subtitle track
-
-------------------------------------------------------------------------
-r8144 | gbazin | 2004-07-07 18:41:26 +0200 (Wed, 07 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: added mpjpeg muxer to the build.
-------------------------------------------------------------------------
-r8143 | courmisch | 2004-07-07 18:24:56 +0200 (Wed, 07 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/netsync.c
-
-* netsync module no longer IPv4-specific
-
-
-------------------------------------------------------------------------
-r8142 | gbazin | 2004-07-07 17:51:23 +0200 (Wed, 07 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/src/audio_output/input.c
-
-* src/audio_output/input.c: ability to switch between equalizers on the fly.
-* modules/gui/wxwindows/menus.cpp: added equalizers to the menus.
-
-------------------------------------------------------------------------
-r8141 | gbazin | 2004-07-07 15:32:46 +0200 (Wed, 07 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-* modules/demux/ogg.c: fix for --input-repeat
-------------------------------------------------------------------------
-r8140 | gbazin | 2004-07-07 15:25:03 +0200 (Wed, 07 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpjpeg.c
-
-* modules/mux/mpjpeg.c: allow removing/adding a track on the fly.
-------------------------------------------------------------------------
-r8139 | sigmunau | 2004-07-07 14:51:10 +0200 (Wed, 07 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
-yet another fix for unavailable id3tag
-
-------------------------------------------------------------------------
-r8138 | gbazin | 2004-07-07 14:29:21 +0200 (Wed, 07 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/demux/mp4/mp4.c
-
-* modules/demux/mp4/mp4.c: a couple of fixes for track selection when seeking.
-
-------------------------------------------------------------------------
-r8137 | sigmunau | 2004-07-07 12:06:56 +0200 (Wed, 07 Jul 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/mux/Modules.am
-   A /trunk/modules/mux/mpjpeg.c
-
-a mime multipart jpeg muxer. Mimics the way some webcams work. Resulting 
-streams, served in http, are directly playable by mozilla (though 
-horribly slow)
-
-------------------------------------------------------------------------
-r8136 | gbazin | 2004-07-07 00:12:40 +0200 (Wed, 07 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/audio_filter/Modules.am
-
-* configure.ac, modules/audio_filter/Modules.am: added the equalizer module to the build.
-------------------------------------------------------------------------
-r8135 | fenrir | 2004-07-06 23:41:15 +0200 (Tue, 06 Jul 2004) | 2 lines
-Changed paths:
-   A /trunk/modules/audio_filter/equalizer.c
-
- * equalizer: simple (and slow) 10 bands equalizer using a IIR filter.
-
-------------------------------------------------------------------------
-r8134 | djc | 2004-07-06 19:16:32 +0200 (Tue, 06 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/build-vlc
-   M /trunk/config.in
-
-Added current changes in the menu.
-I will now try to generate defconfig by bootstrap...
-
-------------------------------------------------------------------------
-r8133 | gbazin | 2004-07-06 19:09:10 +0200 (Tue, 06 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
-* src/stream_output/stream_output.c: don't forget to detach an object before destroying it.
-------------------------------------------------------------------------
-r8132 | gbazin | 2004-07-06 19:01:12 +0200 (Tue, 06 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* modules/codec/dvbsub.c: rewrite of the DVB subtitles decoder.
-   It can finally decode properly all the samples I have.
-
-------------------------------------------------------------------------
-r8131 | gbazin | 2004-07-06 18:54:05 +0200 (Tue, 06 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/araw.c
-
-* modules/codec/araw.c: increased priority of encoder.
-------------------------------------------------------------------------
-r8130 | gbazin | 2004-07-06 18:51:35 +0200 (Tue, 06 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/mux/Modules.am
-   A /trunk/modules/mux/wav.c
-
-* modules/mux/wav.c: start of a WAV audio file muxer.
-
-------------------------------------------------------------------------
-r8129 | hartman | 2004-07-05 22:42:52 +0200 (Mon, 05 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/libcddb.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* fix contrib system on OS X 10.2.
-  - some libcddb bugs found. Sent them upstream too.
-
-------------------------------------------------------------------------
-r8128 | fenrir | 2004-07-05 21:50:06 +0200 (Mon, 05 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/src/misc/block.c
-
- * block.*: faster block_* and removed unused features.
-
-------------------------------------------------------------------------
-r8127 | courmisch | 2004-07-05 19:14:00 +0200 (Mon, 05 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Fixed memory leak (can anyone confirm?)
-
-------------------------------------------------------------------------
-r8126 | courmisch | 2004-07-05 17:43:56 +0200 (Mon, 05 Jul 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/misc/httpd.c
-
-* configure.ac: check for struct sockaddr_storage
-* src/misc/httpd.c: use sockaddr_storage instead of sockaddr_in
-         (so I may have a chance of storing a sockaddr_in6 one day)
-
-------------------------------------------------------------------------
-r8125 | hartman | 2004-07-05 16:18:51 +0200 (Mon, 05 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-* aclocal doesn't handle searching in non-existing dirs all that gracefully.
-  new method in which aclocal args first get stored in a variable.
-
-------------------------------------------------------------------------
-r8124 | gbazin | 2004-07-05 15:04:11 +0200 (Mon, 05 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/block.c
-
-* src/misc/block.c: win32 race condition fix.
-------------------------------------------------------------------------
-r8123 | gbazin | 2004-07-05 13:34:27 +0200 (Mon, 05 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-
-* modules/gui/skins2/win32/win32_factory.cpp: implement minimize() on win32 (I need to access the window manager object from here, don't know if this is safe).
-------------------------------------------------------------------------
-r8122 | hartman | 2004-07-05 13:02:41 +0200 (Mon, 05 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* contrib system breakage fix
-
-------------------------------------------------------------------------
-r8121 | hartman | 2004-07-05 03:27:35 +0200 (Mon, 05 Jul 2004) | 25 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/TODO
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/applescript.m
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/misc.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/src/interface/interface.c
-   M /trunk/src/vlc.c
-
-* OSX lowlevel work
-  - The VLCApplication is now launched at the vlc.c level instead of at the module level. Allows VLC to be a more valid Mac application, also removes the vout intf dependancy (use ncurses to disp. video :).
-    This wasn't done at the libvlc level, because a mozilla plugin would no longer be able to function properly.
-  - Some functionality of the macosx vout may not work without the OS X GUI, and not all of this is checked yet.
-  - There is a symlink in VLC.app/Contents/Mac called clivlc that will force it back to a fullblown cli app when you want, so it can still be run by a user who isn't logged in via GUI.
-  - there are some autorelease leaks which need to be tackled.
-  - moved a lot of the VLCApplication func. to the VLCMain class.
-  - VLCMain is a +sharedInstance now.
-  - the complete OS X interface is still badly broken because of the many API changes lately. any volunteers?
-
-Examples:
-VLC.app/Contents/MacOS/VLC [-I macosx]
-launches VLC as before (requires you to be logged in via GUI)
-
-VLC.app/Contents/MacOS/VLC -I ncurses
-launch vlc with a ncurses intf and display video on your mac
-(requires you to be logged in via GUI)
-
-VLC.app/Contents/MacOS/clivlc -I telnet -d
-launch vlm remotely trough ssh in daemon mode, on a GUI'less server for instance, and stream your vids
-
-Now how is that for combining GUI and cli in one application on the mac?!!? :)
-jlj? I finally understand now how the OS X interface works !
-
-
-------------------------------------------------------------------------
-r8120 | hartman | 2004-07-05 02:22:13 +0200 (Mon, 05 Jul 2004) | 5 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/libcddb.patch
-   A /trunk/extras/contrib/src/Patches/vcdimager.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* Add pkgcfg, libcddb, vcdimager and libcdio to OSX contrib system
-* Fixed bootstrap to use pkg.m4 from contrib system
-* Patches to make libcddb and vcdimager work
-  (stupid bugs !, how do they compile with this on other system?)
-
-------------------------------------------------------------------------
-r8119 | adn | 2004-07-05 00:48:36 +0200 (Mon, 05 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
-remember to enable it in the doc for 0.7.3
-
-------------------------------------------------------------------------
-r8118 | adn | 2004-07-05 00:45:22 +0200 (Mon, 05 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
-doc up to date (minimize)
-
-------------------------------------------------------------------------
-r8117 | adn | 2004-07-05 00:37:01 +0200 (Mon, 05 Jul 2004) | 2 lines
-Changed paths:
-   A /trunk/share/skins2/default/reduce_mouseover.png
-   M /trunk/share/skins2/default/theme.xml
-
-minimize in the default theme
-
-------------------------------------------------------------------------
-r8116 | adn | 2004-07-05 00:22:10 +0200 (Mon, 05 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   A /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
-   A /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/src/os_factory.hpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
-
-added a function to minimize VLC (check win32 compilation)
-
-------------------------------------------------------------------------
-r8115 | asmax | 2004-07-03 16:04:14 +0200 (Sat, 03 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-
-  * wxwindows/menus.cpp: added missing _()
-
-------------------------------------------------------------------------
-r8114 | hartman | 2004-07-02 19:44:16 +0200 (Fri, 02 Jul 2004) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/THANKS
-   M /trunk/TODO
-
-* Update TODO and other junk
-
-------------------------------------------------------------------------
-r8113 | gbazin | 2004-07-02 17:12:35 +0200 (Fri, 02 Jul 2004) | 4 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-
-* include/video_output.h, include/vlc_video.h, src/video_output/*:
-   + When dealing with slow direct buffers, use a temporary picture to overlay subtitles (avoids slow reads during alpha-blending).
-* modules/video_output/directx/directx.c: signal slow picture buffers.
-
-------------------------------------------------------------------------
-r8112 | gbazin | 2004-07-01 18:05:05 +0200 (Thu, 01 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.c
-
-* modules/codec/dmo/dmo.c: small fix to CopyPicture()
-------------------------------------------------------------------------
-r8111 | gbazin | 2004-07-01 16:45:45 +0200 (Thu, 01 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-* src/playlist/playlist.c: fixed recent playlist f\!ckage.
-------------------------------------------------------------------------
-r8110 | sigmunau | 2004-07-01 14:54:19 +0200 (Thu, 01 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_video.h
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_pictures.h
-
-Doxygenized some functions in vout_pictures.c. Prepared for new chroma
-fourcc YUVA to be used in subpicture rendering
-
-------------------------------------------------------------------------
-r8109 | sigmunau | 2004-07-01 14:37:53 +0200 (Thu, 01 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/sort.c
-
-quit fast when sorting a playlist with 1 or less entries. Fixes a crash when
-shuffeling a playlist with 1 entry
-
-------------------------------------------------------------------------
-r8108 | gbazin | 2004-07-01 14:37:14 +0200 (Thu, 01 Jul 2004) | 4 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-* src/libvlc.c:
-   + start daemon mode before modules are loaded.
-   + dummy interface is the default interface when in daemon mode.
-
-------------------------------------------------------------------------
-r8107 | gbazin | 2004-07-01 12:48:44 +0200 (Thu, 01 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-* modules/mux/mpeg/ts.c: compilation fix.
-------------------------------------------------------------------------
-r8106 | gbazin | 2004-07-01 12:35:48 +0200 (Thu, 01 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/theora.c
-
-* modules/codec/theora.c: correct encoding aspect ratio.
-------------------------------------------------------------------------
-r8105 | gbazin | 2004-07-01 12:32:26 +0200 (Thu, 01 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: link dvdcss with dvdread on win32/darwin.
-------------------------------------------------------------------------
-r8104 | gbazin | 2004-07-01 12:06:42 +0200 (Thu, 01 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/codecs.h
-   M /trunk/modules/codec/dmo
-   A /trunk/modules/codec/dmo/Modules.am
-   A /trunk/modules/codec/dmo/buffer.c
-   A /trunk/modules/codec/dmo/dmo.c
-   A /trunk/modules/codec/dmo/dmo.h
-
-* modules/codec/dmo: "DirectX Media Object" decoder plugin (win32 only).
-   This plugin allows using DMO filters to decode some media types (eg. WMV3).
-
-------------------------------------------------------------------------
-r8103 | gbazin | 2004-07-01 11:47:05 +0200 (Thu, 01 Jul 2004) | 1 line
-Changed paths:
-   A /trunk/modules/codec/dmo
-
-* modules/codec/dmo: new directory.
-------------------------------------------------------------------------
-r8102 | gbazin | 2004-07-01 01:18:54 +0200 (Thu, 01 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-* modules/mux/mpeg/ts.c: support for dts and dvbs + a few coding style changes.
-------------------------------------------------------------------------
-r8101 | hartman | 2004-07-01 00:44:41 +0200 (Thu, 01 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/theora.c
-
-* set correct AR on theora video.
-  this is also broken for encoding, but i'm not sure how to fix this.
-
-------------------------------------------------------------------------
-r8100 | gbazin | 2004-07-01 00:15:32 +0200 (Thu, 01 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* modules/demux/ts.c: added DTS support as per "ETSI TS 101 154" Annex F.
-------------------------------------------------------------------------
-r8099 | hartman | 2004-06-30 23:37:58 +0200 (Wed, 30 Jun 2004) | 8 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-* src/libvlc.c:
-  - always use the dummy interface as the primary interface
-    in daemon mode.
-  - always launch the logger interface as a secondary interface.
-    (perhaps later let vlc log to /var/log if it has the rights? in append mode?)
-  - any other interfaces should be launched with --extraintf
-  - we should add a pid file option for daemon mode?
-
-------------------------------------------------------------------------
-r8098 | asmax | 2004-06-30 20:07:34 +0200 (Wed, 30 Jun 2004) | 5 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
- * src/playlist/playlist.c: check "prevent-skip" to avoid skipping
- twice after a "goto" or a "skip" command.
- I don't know if it is the proper fix, but at least the playlist is
- useable now ;)
-
-------------------------------------------------------------------------
-r8097 | hartman | 2004-06-30 18:26:48 +0200 (Wed, 30 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-* first stab at vlc daemon mode (-d, --daemon )
-
-------------------------------------------------------------------------
-r8096 | sigmunau | 2004-06-30 18:06:11 +0200 (Wed, 30 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
-segfault fix when id3tag is unavailable
-
-------------------------------------------------------------------------
-r8095 | hartman | 2004-06-29 17:53:28 +0200 (Tue, 29 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/TODO
-
-* TODO: some changes
-* NEWS: let's keep it up to date, will mean less searching trough mailboxes in august.
-
-------------------------------------------------------------------------
-r8094 | gbazin | 2004-06-29 17:27:56 +0200 (Tue, 29 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* modules/codec/ffmpeg/video.c: force the very 1st frame (for still pictures).
-------------------------------------------------------------------------
-r8093 | fenrir | 2004-06-29 00:49:43 +0200 (Tue, 29 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/var.c
-
- * all: re-enabled meta-datas.
-
-------------------------------------------------------------------------
-r8092 | fenrir | 2004-06-29 00:11:03 +0200 (Tue, 29 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- * es_out: re-enabled meta infos about ES.
-
-------------------------------------------------------------------------
-r8091 | fenrir | 2004-06-28 23:36:17 +0200 (Mon, 28 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/demuxdump.c
-
- * demuxdump: ported to demux2.
-
-------------------------------------------------------------------------
-r8090 | gbazin | 2004-06-28 18:03:44 +0200 (Mon, 28 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mjpeg.c
-
-* modules/demux/mjpeg.c: handle jpeg stills.
-------------------------------------------------------------------------
-r8089 | fkuehne | 2004-06-28 16:17:27 +0200 (Mon, 28 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-* massive translation corrections
-------------------------------------------------------------------------
-r8088 | fkuehne | 2004-06-28 16:16:51 +0200 (Mon, 28 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/wall.c
-
-* ALL: minor spelling fixes
-------------------------------------------------------------------------
-r8087 | gbazin | 2004-06-28 16:04:07 +0200 (Mon, 28 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-
-* modules/gui/wxwindows/fileinfo.cpp: fixed typo.
-------------------------------------------------------------------------
-r8086 | gbazin | 2004-06-28 16:03:28 +0200 (Mon, 28 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/control.c
-
-* src/input/control.c: fixed INPUT_ADD_INFO/INPUT_GET_INFO
-------------------------------------------------------------------------
-r8085 | gbazin | 2004-06-28 11:21:22 +0200 (Mon, 28 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: re-enabled the id3 and id3tag modules.
-------------------------------------------------------------------------
-r8084 | hartman | 2004-06-28 03:36:48 +0200 (Mon, 28 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/coreaudio.c
-
-* take hog mode if during AC3 playback
-  jlj could you please verify this ?
-
-------------------------------------------------------------------------
-r8083 | hartman | 2004-06-28 01:40:29 +0200 (Mon, 28 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-* check for p_vout before accessing it. (quit before playing would cause a crash as of late)
-
-------------------------------------------------------------------------
-r8082 | fenrir | 2004-06-27 21:56:03 +0200 (Sun, 27 Jun 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
- * mpga: improved DEMUX_GET_TIME. It has now a perfect precision until
-the first seek. (A good DEMUX_SET_TIME has to be implemented with high
-precision).
-
-------------------------------------------------------------------------
-r8081 | fenrir | 2004-06-27 21:54:35 +0200 (Sun, 27 Jun 2004) | 4 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/var.c
-   M /trunk/src/libvlc.h
-
- * all: a new --input-slave option to start playing with multi-input (#
- is used as a separator), it may or may not work (depend a lot on the
- demux).
-
-------------------------------------------------------------------------
-r8080 | gbazin | 2004-06-27 21:35:53 +0200 (Sun, 27 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-
-* modules/gui/wxwindows/menus.cpp: added file info and messages entries to the popup menu.
-------------------------------------------------------------------------
-r8079 | gbazin | 2004-06-27 21:27:01 +0200 (Sun, 27 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-
-* modules/gui/skins2/controls/ctrl_checkbox.cpp: handle double click events too
-------------------------------------------------------------------------
-r8078 | gbazin | 2004-06-27 16:37:28 +0200 (Sun, 27 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdread.c
-
-* modules/access/dvdread.c: use SPU palette.
-------------------------------------------------------------------------
-r8077 | gbazin | 2004-06-27 16:13:07 +0200 (Sun, 27 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdread.c
-
-* modules/access/dvdread.c: got rid of warnings.
-------------------------------------------------------------------------
-r8076 | gbazin | 2004-06-27 15:32:07 +0200 (Sun, 27 Jun 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/gui/wxwindows/menus.cpp
-
-* access/dvdread.c: misc improvements/fixes.
-* modules/access/dvdnav.c: chapters start from 1.
-* modules/gui/wxwindows/menus.cpp: removed debug message.
-
-------------------------------------------------------------------------
-r8075 | gbazin | 2004-06-27 12:19:23 +0200 (Sun, 27 Jun 2004) | 6 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/var.c
-
-* src/input/input.c:
-  + fixed typo in INPUT_CONTROL_SET_SEEKPOINT_NEXT.
-  + a few coding style changes.
-* input/var.c:
-  + use the descriptive name for titles/chapters if available.
-
-------------------------------------------------------------------------
-r8074 | gbazin | 2004-06-27 12:16:57 +0200 (Sun, 27 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdread.c
-
-* modules/access/dvdread.c: titles and chapters start from 1.
-------------------------------------------------------------------------
-r8073 | gbazin | 2004-06-26 20:40:54 +0200 (Sat, 26 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-
-* modules/gui/skins2/controls/ctrl_image.cpp: fixed the infamous popup bug under x11.
-------------------------------------------------------------------------
-r8072 | gbazin | 2004-06-26 19:01:16 +0200 (Sat, 26 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-
-* modules/gui/skins2/x11/x11_window.cpp: "stay on top" support if window manager supports _NET_WM_STATE_STAYS_ON_TOP.
-
-------------------------------------------------------------------------
-r8071 | gbazin | 2004-06-26 18:15:27 +0200 (Sat, 26 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/vars/time.cpp
-
-* modules/gui/skins2/*: removed a couple of fixme
-------------------------------------------------------------------------
-r8070 | gbazin | 2004-06-26 17:27:27 +0200 (Sat, 26 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/src/playlist/playlist.c
-
- src/playlist/playlist.c, modules/gui/skins2/src/skin_main.cpp: hmmm
-------------------------------------------------------------------------
-r8069 | gbazin | 2004-06-26 17:19:31 +0200 (Sat, 26 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: got rid of unused variable.
-------------------------------------------------------------------------
-r8068 | gbazin | 2004-06-26 17:18:06 +0200 (Sat, 26 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-   M /trunk/src/playlist/playlist.c
-
-* src/misc/modules.c: module_Need() probed sub-modules twice.
-* playlist/playlist.c: with autodeletion, destroy the input before deleting the playlist item (shared data between both).
-
-------------------------------------------------------------------------
-r8067 | gbazin | 2004-06-26 16:43:11 +0200 (Sat, 26 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-
-* modules/gui/skins2/src/skin_main.cpp: small cleanup to the skins loader demux.
-------------------------------------------------------------------------
-r8066 | asmax | 2004-06-26 00:47:56 +0200 (Sat, 26 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
-
- * ctrl_button.cpp : handle double click events too
-
-------------------------------------------------------------------------
-r8065 | fenrir | 2004-06-25 22:46:11 +0200 (Fri, 25 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-
- * vlc_input: removed unused p_sys.
-
-------------------------------------------------------------------------
-r8064 | hartman | 2004-06-25 21:44:48 +0200 (Fri, 25 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* dvdnav <-> dvdplay contrib
-
-------------------------------------------------------------------------
-r8063 | fenrir | 2004-06-25 20:55:14 +0200 (Fri, 25 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
- * subtitle: removed debug message.
-
-------------------------------------------------------------------------
-r8062 | fenrir | 2004-06-25 20:41:15 +0200 (Fri, 25 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
- * subtitle: compilation fix. 
-
-------------------------------------------------------------------------
-r8061 | fenrir | 2004-06-25 20:35:56 +0200 (Fri, 25 Jun 2004) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/Modules.am
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mp4/mp4.c
-   A /trunk/modules/demux/subtitle.c (from /trunk/modules/demux/util/sub.c:8042)
-   M /trunk/modules/demux/util/Modules.am
-   D /trunk/modules/demux/util/sub.c
-   D /trunk/modules/demux/util/sub.h
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/stream.c
-
-
- * sub ->subtitle : converted sub.c to a 'real' demux2.
- * input.c: added basic multi-input support for subtitle.
- * avi, mp4: don't exit anymore when no es selected.
-
-
-------------------------------------------------------------------------
-r8060 | gbazin | 2004-06-25 16:31:52 +0200 (Fri, 25 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/vout.h
-
-* modules/video_output/directx/*: added a "wallpaper" mode (only when overlay is available).
-* modules/gui/wxwindows/menus.cpp: wallpaper entry in the menu.
-
-------------------------------------------------------------------------
-r8059 | gbazin | 2004-06-25 16:25:27 +0200 (Fri, 25 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-* gui/wxwindows/open.cpp: removed deprecated DVD entries.
-* access/dvdread.c: added dvdsimple shortcut.
-
-------------------------------------------------------------------------
-r8058 | sam | 2004-06-25 14:21:32 +0200 (Fri, 25 Jun 2004) | 4 lines
-Changed paths:
-   M /trunk/HACKING
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-   M /trunk/m4/vlc.m4
-
-  * m4/vlc.m4 configure.ac:
-    + Moved the shared object suffix detection to vlc.m4.
-    + Replaced AX_* macros with VLC_* macros.
-
-------------------------------------------------------------------------
-r8057 | sam | 2004-06-25 14:20:20 +0200 (Fri, 25 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/corba/Modules.am
-
-  * modules/control/corba/Modules.am:
-    + Play nicely with recent automake versions.
-
-------------------------------------------------------------------------
-r8056 | gbazin | 2004-06-25 11:57:27 +0200 (Fri, 25 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-* src/input/input.c: win32 compilation fix.
-------------------------------------------------------------------------
-r8055 | gbazin | 2004-06-25 02:18:47 +0200 (Fri, 25 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: forgot a reference to modules/access/dvdread
-------------------------------------------------------------------------
-r8054 | gbazin | 2004-06-25 02:16:48 +0200 (Fri, 25 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/Modules.am
-   A /trunk/modules/access/dvdnav.c (from /trunk/modules/demux/dvdnav.c:8052)
-   M /trunk/modules/demux/Modules.am
-   D /trunk/modules/demux/dvdnav.c
-
-* demux/dvdnav.c, access/dvdnav.c: moved dvdnav.c in the access directory.
-
-------------------------------------------------------------------------
-r8053 | gbazin | 2004-06-25 02:09:41 +0200 (Fri, 25 Jun 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/Modules.am
-   D /trunk/modules/access/dvdread
-   A /trunk/modules/access/dvdread.c (from /trunk/modules/access/dvdread/input.c:8052)
-
-* modules/access/dvdread, modules/access/dvdread.c:
-  + major rewrite of the dvdread module.
-  + dvdread is now an access_demux module.
-
-------------------------------------------------------------------------
-r8052 | gbazin | 2004-06-25 01:51:14 +0200 (Fri, 25 Jun 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   D /trunk/modules/access/dvd
-   D /trunk/modules/access/dvdplay
-
-* configure.ac, modules/access/dvd, modules/access/dvdplay:
-  + removed dvdplay module which was deprecated in favor of the dvdnav one.
-  + removed dvd module which is going to be replace with a new dvdread one.
-
-------------------------------------------------------------------------
-r8051 | fenrir | 2004-06-25 00:21:36 +0200 (Fri, 25 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * input.c: fixed play/pause + cosmetics.
-
-------------------------------------------------------------------------
-r8050 | fenrir | 2004-06-25 00:19:29 +0200 (Fri, 25 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-
- * demux.c: added new DEMUX_* queries to demux2_vaControlHelper.
-
-------------------------------------------------------------------------
-r8049 | fenrir | 2004-06-25 00:18:33 +0200 (Fri, 25 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-
- * vlc_input: added missing fields for multi-input (nothing working yet).
-
-------------------------------------------------------------------------
-r8048 | titer | 2004-06-23 23:40:01 +0200 (Wed, 23 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-
- macosx/macosx.m: fixed macosx-opengl-effect string list
-
-------------------------------------------------------------------------
-r8047 | fenrir | 2004-06-23 22:42:07 +0200 (Wed, 23 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
- * stream.c: fixed a problem with peek.
-
-------------------------------------------------------------------------
-r8046 | gbazin | 2004-06-23 22:24:01 +0200 (Wed, 23 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/input/var.c
-
-* src/input: update ES object vars when an ES is removed + some coding style changes.
-------------------------------------------------------------------------
-r8045 | gbazin | 2004-06-23 22:20:39 +0200 (Wed, 23 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/dvdnav.c
-
-* modules/demux/dvdnav.c: added "dvd" shortcut and removed old TODO list.
-------------------------------------------------------------------------
-r8044 | gbazin | 2004-06-23 21:42:20 +0200 (Wed, 23 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/dvdnav.c
-
-* modules/demux/dvdnav.c: work-around for libdvdnav cvs + a few coding style changes.
-------------------------------------------------------------------------
-r8043 | fenrir | 2004-06-23 20:52:06 +0200 (Wed, 23 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- * es_out: fixed a bug preventing re-selecting an ES.
-
-------------------------------------------------------------------------
-r8042 | fenrir | 2004-06-23 19:49:26 +0200 (Wed, 23 Jun 2004) | 12 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-   M /trunk/src/input/control.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/var.c
-
-* all: - added a boolean "seekable" object variable to p_input.
- (becarefull, it's just if you can seek or not, and not if you have to
- display the progress bar, for thet last you have to check if "position"
- value get != 0.0 )
-       - added "audio-delay" and "spu-delay" object variables to delay
- audio/spu to the video. They can be changed on the fly (untested).
-       - renamed INPUT__GET/SET_SUBDELAY into
- INPUT_SET_SPU_DELAY and added INPUT_SET_AUDIO_DELAY
- (wrapper to "audio-delay" and "spu-delay")
- - readded INPUT_ADD/GET_INFO/INPUT_SET_NAME. Becarefull to not over-use
-them, a demuxer should export DEMUX_GET_META and not using them.
-
-------------------------------------------------------------------------
-r8041 | gbazin | 2004-06-23 15:58:02 +0200 (Wed, 23 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-   M /trunk/src/input/stream.c
-
-* modules/demux/m3u.c: allocate buffer for stream_Read().
-* src/input/stream.c: fixed detection of EOF.
-
-------------------------------------------------------------------------
-r8040 | gbazin | 2004-06-23 13:32:59 +0200 (Wed, 23 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/demux/ps.c
-
-* modules/access/vcd/vcd.c, modules/demux/ps.c: fixed vcd.
-------------------------------------------------------------------------
-r8039 | hartman | 2004-06-23 12:29:30 +0200 (Wed, 23 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-
-* OSX compiles again (BEWARE it is still SEVERELY broken)
-
-------------------------------------------------------------------------
-r8038 | gbazin | 2004-06-23 12:13:05 +0200 (Wed, 23 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-* src/input/input.c: win32 fix.
-------------------------------------------------------------------------
-r8037 | gbazin | 2004-06-23 12:12:41 +0200 (Wed, 23 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-
-* modules/gui/ncurses.c, modules/gui/wxwindows/wizard.cpp: compilation fixes.
-------------------------------------------------------------------------
-r8036 | zorglub | 2004-06-23 12:00:21 +0200 (Wed, 23 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/util/id3.c
-   M /trunk/modules/demux/util/id3tag.c
-
-Fix id3 and id3tag (using meta)
-
-------------------------------------------------------------------------
-r8035 | jlj | 2004-06-23 05:15:08 +0200 (Wed, 23 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/src/audio_output/output.c
-
-  * Fix for DTS over SPDIF stuttering. Someone please review.
-
-
-------------------------------------------------------------------------
-r8034 | fenrir | 2004-06-23 01:17:02 +0200 (Wed, 23 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * livedotcom: begin support of PAUSE. It doesn't work yet, resume
-always restarts from the start :(
-
-------------------------------------------------------------------------
-r8033 | gbazin | 2004-06-23 00:21:12 +0200 (Wed, 23 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: disabled stream_out_display for now.
-------------------------------------------------------------------------
-r8032 | zorglub | 2004-06-22 23:55:57 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Re-enable dynamic plugins
-
-------------------------------------------------------------------------
-r8031 | gbazin | 2004-06-22 23:55:50 +0200 (Tue, 22 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/vars/stream.cpp
-   M /trunk/modules/gui/skins2/vars/time.cpp
-
-* modules/gui/skins / skins2: compilation fixes.
-------------------------------------------------------------------------
-r8030 | gbazin | 2004-06-22 23:22:13 +0200 (Tue, 22 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/demux/Modules.am
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/mpeg/Modules.am
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/old.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/ps.c
-
- ALL: a bunch of compilation fixes + disabled plugins that don't compile anymore.
-------------------------------------------------------------------------
-r8029 | fenrir | 2004-06-22 22:32:10 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/speex.c
-
- * speex: missing <vlc/input.h> include.
-
-------------------------------------------------------------------------
-r8028 | fenrir | 2004-06-22 22:19:31 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
- * Makefile.am: updated.
-
-------------------------------------------------------------------------
-r8027 | fenrir | 2004-06-22 22:10:17 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   A /trunk/src/input/input_internal.h
-
- input_internal: lalala .
-
-------------------------------------------------------------------------
-r8026 | fenrir | 2004-06-22 22:09:22 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   A /trunk/include/vlc_stream.h
-
- * vlc_stream.h : oops again.
-
-------------------------------------------------------------------------
-r8025 | fenrir | 2004-06-22 22:07:34 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   A /trunk/include/vlc_es_out.h
-
- * vlc_es_out.h: oops ;)
-
-------------------------------------------------------------------------
-r8024 | fenrir | 2004-06-22 22:02:47 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
- * vorbis: compilation fix.
-
-------------------------------------------------------------------------
-r8023 | fenrir | 2004-06-22 21:49:25 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
- * configure.ac: removed access2, demux2, demuxdump, mpeg_system.
-
-------------------------------------------------------------------------
-r8022 | fenrir | 2004-06-22 21:46:10 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   D /trunk/modules/access/access2.c
-   D /trunk/modules/demux/demux2.c
-
- * access2, demux2: not needed anymore.
-
-------------------------------------------------------------------------
-r8021 | fenrir | 2004-06-22 21:43:37 +0200 (Tue, 22 Jun 2004) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-
- * configure.ac: disable plugins that can't compile anymore:
-    - dvd, dvdread, dvdplay, vcdx, cddax
-    - gtk, gnome, qt, kde
-   There are others in this case, specially interface that I can't test.
-
-
-------------------------------------------------------------------------
-r8020 | fenrir | 2004-06-22 21:35:15 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
- * all: rework of the input.
-
-------------------------------------------------------------------------
-r8019 | fenrir | 2004-06-22 21:35:01 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/goom.c
-
- * all: rework of the input.
-
-------------------------------------------------------------------------
-r8018 | fenrir | 2004-06-22 21:34:44 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/dummy/input.c
-
- * all: rework of the input.
-
-------------------------------------------------------------------------
-r8017 | fenrir | 2004-06-22 21:34:20 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-
- * all: rework of the input.
-
-------------------------------------------------------------------------
-r8016 | fenrir | 2004-06-22 21:34:01 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/control/joystick.c
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/control/rc.c
-
- * all: rework of the input.
-
-------------------------------------------------------------------------
-r8015 | fenrir | 2004-06-22 21:33:30 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
- * all: rework of the input.
-
-------------------------------------------------------------------------
-r8014 | fenrir | 2004-06-22 21:33:06 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/dvdnav.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/util/id3.c
-
- * all: rework of the input.
-
-------------------------------------------------------------------------
-r8013 | fenrir | 2004-06-22 21:31:54 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_synchro.c
-
- * all: rework of the input.
-
-------------------------------------------------------------------------
-r8012 | fenrir | 2004-06-22 21:31:14 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-
- * all: rework of the input.
-
-------------------------------------------------------------------------
-r8011 | fenrir | 2004-06-22 21:30:54 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist.c
-
- * all: rework of the input.
-
-------------------------------------------------------------------------
-r8010 | fenrir | 2004-06-22 21:30:31 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   A /trunk/src/input/var.c
-
- * all: rework of the input.
-
-------------------------------------------------------------------------
-r8009 | fenrir | 2004-06-22 21:29:57 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/access.c
-   A /trunk/src/input/clock.c (from /trunk/src/input/input_clock.c:8003)
-   M /trunk/src/input/control.c
-   A /trunk/src/input/decoder.c (from /trunk/src/input/input_dec.c:8003)
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   D /trunk/src/input/input_clock.c
-   D /trunk/src/input/input_dec.c
-   D /trunk/src/input/input_ext-plugins.c
-   D /trunk/src/input/input_programs.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/input/subtitles.c
-
- * all: rework of the input.
-
-------------------------------------------------------------------------
-r8008 | fenrir | 2004-06-22 21:29:37 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   A /trunk/include/vlc_access.h
-   A /trunk/include/vlc_demux.h
-   A /trunk/include/vlc_input.h
-
- * all: rework of the input.
-
-------------------------------------------------------------------------
-r8007 | fenrir | 2004-06-22 21:29:19 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   D /trunk/include/input_ext-dec.h
-   D /trunk/include/input_ext-intf.h
-   D /trunk/include/input_ext-plugins.h
-   D /trunk/include/stream_control.h
-   M /trunk/include/vlc/decoder.h
-   M /trunk/include/vlc/input.h
-   M /trunk/include/vlc/intf.h
-   M /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_objects.h
-
- * all: rework of the input.
-
-------------------------------------------------------------------------
-r8006 | fenrir | 2004-06-22 20:39:02 +0200 (Tue, 22 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * mp4: fixed width in tkhd. (at least I hope).
-
-------------------------------------------------------------------------
-r8005 | damienf | 2004-06-22 11:13:51 +0200 (Tue, 22 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dshow/filter.h
-
-- added last resort built-in mediatype for capture filter if card does not returns any (i.e Osprey cards)
-- miscelaneous clean ups
-
-------------------------------------------------------------------------
-r8004 | hartman | 2004-06-22 02:03:08 +0200 (Tue, 22 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* modules/demux/livedotcom.cpp: - ts2 -> ts 
-  - take into account !rtpSource (for UDP support)
-
-------------------------------------------------------------------------
-r8003 | zorglub | 2004-06-20 12:25:22 +0200 (Sun, 20 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-DVB NIT parsing
-
-------------------------------------------------------------------------
-r8002 | fenrir | 2004-06-19 16:16:17 +0200 (Sat, 19 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * mp4: avcC atom fixed. (Missing sps/pps).
-
-------------------------------------------------------------------------
-r8001 | hartman | 2004-06-18 21:20:34 +0200 (Fri, 18 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/bugreport-howto.txt
-
-* Bug report howto is a online document.
-
-------------------------------------------------------------------------
-r8000 | hartman | 2004-06-18 20:56:39 +0200 (Fri, 18 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/Makefile.am
-   D /trunk/doc/intf-http.txt
-   D /trunk/doc/vlc-howto.sgml
-   M /trunk/doc/vlc.1
-   D /trunk/doc/web-streaming.html
-
-* Removed some deprecated docs. small fix to vlc man page.
-
-------------------------------------------------------------------------
-r7999 | hartman | 2004-06-18 16:00:51 +0200 (Fri, 18 Jun 2004) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
-   M /trunk/extras/contrib/src/Patches/live.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* ffmpeg resample.c patch is no longer necessary 
-* new liveMedia version
-* liveMedia mp3 tabsel nameconflict patch no longer needed. (Accepted upstream).
-
-------------------------------------------------------------------------
-r7998 | sigmunau | 2004-06-18 14:38:28 +0200 (Fri, 18 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-
-Fixed a nasty memleak in ugly and linear resamplers when alloca is
-unavaliable. Also swaped the score of these modules.
-
-------------------------------------------------------------------------
-r7997 | sigmunau | 2004-06-18 13:35:45 +0200 (Fri, 18 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/include/variables.h
-   M /trunk/src/playlist/info.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-various documentation fixes
-
-------------------------------------------------------------------------
-r7996 | fenrir | 2004-06-17 22:31:45 +0200 (Thu, 17 Jun 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * livedotcom: small memleak + removed a FIXME. Thanks Dermot McGahon
-for the report.
-
-
-------------------------------------------------------------------------
-r7995 | sigmunau | 2004-06-17 14:36:03 +0200 (Thu, 17 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/doc/Doxyfile
-   A /trunk/doc/Doxyfile.skins2
-
-splitted the documentation for skins2 out of the main docs. Tweaked the
-doxyfile for the main docs a bit.
-
-------------------------------------------------------------------------
-r7994 | sigmunau | 2004-06-17 13:27:49 +0200 (Thu, 17 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_video.h
-
-include/vlc_video.h: minor doc fix
-
-------------------------------------------------------------------------
-r7993 | sigmunau | 2004-06-17 13:25:02 +0200 (Thu, 17 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/lirc/example.lircrc
-
-example.lircrc: Added missing commands
-
-------------------------------------------------------------------------
-r7992 | oaubert | 2004-06-17 10:29:56 +0200 (Thu, 17 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/corba/mediacontrol-core.c
-
-Formatting fixes
-
-------------------------------------------------------------------------
-r7991 | yoann | 2004-06-17 05:37:03 +0200 (Thu, 17 Jun 2004) | 8 lines
-Changed paths:
-   M /trunk/doc/developer/video_output.xml
-   M /trunk/include/osd.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/ogt/cvd_parse.c
-   M /trunk/modules/codec/ogt/ogt.c
-   M /trunk/modules/codec/ogt/ogt_parse.c
-   M /trunk/modules/codec/ogt/subtitle.h
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/spudec/spudec.h
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/control/corba/mediacontrol-core.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/lirc.c
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/misc/freetype.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_widgets.c
-   M /trunk/src/video_output/vout_subpictures.c
-
- * src/video_output/vout_subpictures.c : New OSD channels
-
-When you want to use OSD, you have to register an OSD channel, by calling
-vout_RegisterOSDChannel, then pass it to vout_CreateSubPicture.
-There is a particular channel, DEFAULT_CHANNEL that can be used for
-general purpose.
-See modules/control/hotkeys.c for an example.
-
-------------------------------------------------------------------------
-r7990 | fenrir | 2004-06-16 21:35:33 +0200 (Wed, 16 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/packetizer/h264.c
-
- * all: fixed the way h264 streams are stored in .mp4
-
-------------------------------------------------------------------------
-r7989 | fenrir | 2004-06-16 19:28:19 +0200 (Wed, 16 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi: fixed the return value of Seek().
-
-------------------------------------------------------------------------
-r7988 | hartman | 2004-06-15 17:41:53 +0200 (Tue, 15 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-* fix the defines for strcasecmp strncasecmp and strcasestr
-
-------------------------------------------------------------------------
-r7987 | hartman | 2004-06-15 17:17:25 +0200 (Tue, 15 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-* strcasestr not strncasestr
-
-------------------------------------------------------------------------
-r7986 | hartman | 2004-06-15 16:43:26 +0200 (Tue, 15 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-* vlc_strcasestr defines (still missing something. still can't find it)
-
-------------------------------------------------------------------------
-r7985 | hartman | 2004-06-15 16:33:50 +0200 (Tue, 15 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/include/codecs.h
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* G.726 support trough ffmpeg
-
-------------------------------------------------------------------------
-r7984 | hartman | 2004-06-15 15:47:42 +0200 (Tue, 15 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/src/extras/libc.c
-
-* backport of local_stristr to vlc_strcasestr in libc.c
-  fixes a problem with missing strcasestr on platforms in combination with ncurses intf.
-
-------------------------------------------------------------------------
-r7983 | oaubert | 2004-06-15 11:15:09 +0200 (Tue, 15 Jun 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/Modules.am
-   A /trunk/modules/misc/svg.c
-
-SVG rendering module. It uses the text rendering API, and converts
-plain text to SVG. It can be used to have more control on the subtitle
-rendering.
-
-------------------------------------------------------------------------
-r7982 | hartman | 2004-06-15 01:11:14 +0200 (Tue, 15 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/netsync.c
-
-* define INADDR_NONE for Solaris (fixes #1815)
-
-------------------------------------------------------------------------
-r7981 | jpsaman | 2004-06-14 21:19:57 +0200 (Mon, 14 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/hd1000v.cpp
-   M /trunk/vlc.roku
-
-Updated build rules.
-------------------------------------------------------------------------
-r7980 | jpsaman | 2004-06-14 16:43:16 +0200 (Mon, 14 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvb/linux_dvb.c
-
-FEC_NONE is a valid value in DecodeFEC(). (Fix thanks to Guido Flohr)
-------------------------------------------------------------------------
-r7979 | jpsaman | 2004-06-14 16:35:57 +0200 (Mon, 14 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvb/linux_dvb.c
-
-Fix typos in DVB-T tuning code.
-------------------------------------------------------------------------
-r7978 | jlj | 2004-06-14 00:31:18 +0200 (Mon, 14 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/coreaudio.c
-
-  * coreaudio: Fix (not tested) for the no audio on A52 over SPDIF issue.
-
-
-------------------------------------------------------------------------
-r7977 | zorglub | 2004-06-12 02:19:59 +0200 (Sat, 12 Jun 2004) | 16 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-   M /trunk/mozilla/vlcintf.idl
-   M /trunk/mozilla/vlcpeer.cpp
-   M /trunk/src/libvlc.c
-
-* Added new functions to the Mozilla plugin
-       - set_volume
-       - get_volume
-       - mute
-       - clear_playlist
-       - add_item
-       - next
-       - previous
-       - isplaying
-       - ge_length
-       - get_position
-       - get_time
-       - seek
-
-* Fixed VLC_VolumeSet and a description
-
-------------------------------------------------------------------------
-r7976 | ipkiss | 2004-06-11 19:14:28 +0200 (Fri, 11 Jun 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-
- * skins2/src/skin_main.cpp: New demux2 module to load automatically a skin.
-   This only works when the skins2 interface is active.
-   Not very much tested yet...
-
-------------------------------------------------------------------------
-r7975 | oaubert | 2004-06-11 16:14:28 +0200 (Fri, 11 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/control/corba/Modules.am
-
-Proper fix for corba building problem (use AM_CONDITIONAL)
-
-------------------------------------------------------------------------
-r7974 | oaubert | 2004-06-11 15:46:01 +0200 (Fri, 11 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/corba/mediacontrol-core.c
-
-* Bug fix in unit conversion
-* Updated text display to new API (added i_channel)
-
-------------------------------------------------------------------------
-r7973 | jlj | 2004-06-11 04:58:05 +0200 (Fri, 11 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/coreaudio.c
-
-  * coreaudio: Fixed the failed to set buffer size: [nope] SPDIF issue.
-
-
-------------------------------------------------------------------------
-r7972 | gbazin | 2004-06-09 17:24:18 +0200 (Wed, 09 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/access2.c
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dshow/filter.h
-   M /trunk/modules/demux/demux2.c
-
-* modules/access/dshow: converted to access2/demux2. Let's hope I didn't break anything ;)
-------------------------------------------------------------------------
-r7971 | gbazin | 2004-06-09 13:28:45 +0200 (Wed, 09 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx/events.c: implemented VOUT_CLOSE.
-------------------------------------------------------------------------
-r7970 | gbazin | 2004-06-09 13:13:42 +0200 (Wed, 09 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/net.c
-
-* src/misc/net.c: fix for the udp-auto-mtu on win32.
-------------------------------------------------------------------------
-r7969 | hartman | 2004-06-09 12:52:28 +0200 (Wed, 09 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-* TODO: clarification to some of the vout redesign issues
-
-------------------------------------------------------------------------
-r7968 | oaubert | 2004-06-09 12:30:58 +0200 (Wed, 09 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/control/corba/Modules.am
-
-Unclean but quick bugfix for the CORBA plugin building problem.
-
-------------------------------------------------------------------------
-r7967 | gbazin | 2004-06-09 11:57:35 +0200 (Wed, 09 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-
-* modules/gui/wxwindows/bookmarks.cpp: compilation fix.
-------------------------------------------------------------------------
-r7966 | yoann | 2004-06-08 23:53:23 +0200 (Tue, 08 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
- * modules/control/hotkeys.c: don't display OSD slider if stream is not seekable, when pressing 't' hotkey. 
-
-------------------------------------------------------------------------
-r7965 | fenrir | 2004-06-08 22:19:51 +0200 (Tue, 08 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-
- * playlist: oops, compilation fix.
-
-------------------------------------------------------------------------
-r7964 | jpsaman | 2004-06-08 20:17:15 +0200 (Tue, 08 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/vlc.roku
-
-Choose -Os automatically on mipsel.
-------------------------------------------------------------------------
-r7963 | zorglub | 2004-06-08 14:59:52 +0200 (Tue, 08 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/esd.c
-
-Patch for ESD unclosed socket by Tong Ka Man <kmtong@cwbase.com>
-
-------------------------------------------------------------------------
-r7962 | zorglub | 2004-06-08 11:16:04 +0200 (Tue, 08 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Fix for requests without path when using proxy
-
-------------------------------------------------------------------------
-r7961 | oaubert | 2004-06-08 01:40:20 +0200 (Tue, 08 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/corba/Modules.am
-
-Fixes in the build system
-
-------------------------------------------------------------------------
-r7960 | anil | 2004-06-08 01:15:16 +0200 (Tue, 08 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/developer/videolan-doc.xsl
-
-* use screen.css too for the single html version, and reduce the toc size.
-
-------------------------------------------------------------------------
-r7959 | fenrir | 2004-06-08 00:41:08 +0200 (Tue, 08 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-
- * skin_main: compilation fix. (thx bigben for reporting them).
-
-------------------------------------------------------------------------
-r7958 | fenrir | 2004-06-08 00:38:58 +0200 (Tue, 08 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-
- * vlcproc.cpp: compilation fix.
-
-------------------------------------------------------------------------
-r7957 | fenrir | 2004-06-08 00:35:20 +0200 (Tue, 08 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/control.c
-
- * control: compilation fix.
-
-------------------------------------------------------------------------
-r7956 | hartman | 2004-06-08 00:27:16 +0200 (Tue, 08 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-* fix TODO file
-
-------------------------------------------------------------------------
-r7955 | fenrir | 2004-06-08 00:21:33 +0200 (Tue, 08 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/src/input/input.c
-   D /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-
- * src/input/input_ext-intf.c: no more unused.
-
-------------------------------------------------------------------------
-r7954 | fenrir | 2004-06-08 00:19:12 +0200 (Tue, 08 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-
- * input_ext-intf.h: removed unused functions/defines.
-
-------------------------------------------------------------------------
-r7953 | hartman | 2004-06-08 00:14:51 +0200 (Tue, 08 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-* TODO: put todo's in TODO list instead of commit messages :)
-
-------------------------------------------------------------------------
-r7952 | fenrir | 2004-06-08 00:14:21 +0200 (Tue, 08 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-
- * input_ext-intf.h: input_ChangeArea/Program are now private to the input.
-                     input_ToggleES is removed.
-
-------------------------------------------------------------------------
-r7951 | fenrir | 2004-06-08 00:11:57 +0200 (Tue, 08 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/gtk/menu.c
-   M /trunk/modules/gui/kde/interface.cpp
-
- * all: don't use input_ToggleES.
-
-------------------------------------------------------------------------
-r7950 | fenrir | 2004-06-07 23:53:03 +0200 (Mon, 07 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/menu.c
-
- * gtk: don't use input_ChangeArea.
-
-------------------------------------------------------------------------
-r7949 | fenrir | 2004-06-07 23:38:09 +0200 (Mon, 07 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-
- * VlcWrapper: don't use input_ChangeArea.
-
-------------------------------------------------------------------------
-r7948 | fenrir | 2004-06-07 23:35:19 +0200 (Mon, 07 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/lirc.c
-
- * lirc: don't use input_ChangeArea.
-
-------------------------------------------------------------------------
-r7947 | fenrir | 2004-06-07 23:32:18 +0200 (Mon, 07 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/menu.c
-
- * menu.c: don't use input_ChangeProgram.
-
-------------------------------------------------------------------------
-r7946 | fenrir | 2004-06-07 23:27:18 +0200 (Mon, 07 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * input: warning fix + no more input_OffsetToTime.
-
-------------------------------------------------------------------------
-r7945 | fenrir | 2004-06-07 23:26:35 +0200 (Mon, 07 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/display.c
-   M /trunk/modules/gui/kde/interface.cpp
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/qt/intf.cpp
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
- * all: don't use input_OffsetToTime anymore.
-
-------------------------------------------------------------------------
-r7944 | anil | 2004-06-07 22:35:12 +0200 (Mon, 07 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/developer
-   M /trunk/doc/developer/Makefile
-
-* the txt rule now uses xsltproc. faster and nicer
-
-------------------------------------------------------------------------
-r7943 | anil | 2004-06-07 21:54:14 +0200 (Mon, 07 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/developer/html
-
-* developer/html : sorry forgot this svn:ignore...
-
-------------------------------------------------------------------------
-r7942 | anil | 2004-06-07 21:49:22 +0200 (Mon, 07 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/developer
-
-* added proper svn:ignore properties
-
-------------------------------------------------------------------------
-r7941 | zorglub | 2004-06-07 21:48:35 +0200 (Mon, 07 Jun 2004) | 2 lines
-Changed paths:
-   A /trunk/doc/developer/screen.css
-
-Forgot the CSS
-
-------------------------------------------------------------------------
-r7940 | oaubert | 2004-06-07 21:40:26 +0200 (Mon, 07 Jun 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/control/corba/Modules.am
-   M /trunk/modules/control/corba/corba.c
-   M /trunk/modules/control/corba/mediacontrol-core.c
-   M /trunk/modules/control/corba/mediacontrol-init.c
-   M /trunk/modules/control/corba/mediacontrol-plugin.c
-
-* All C files: coding style update
-* mediacontrol-core.c: update to the new control API
-* configure.ac, Modules.am: (unfinished) build changes
-
-------------------------------------------------------------------------
-r7939 | zorglub | 2004-06-07 21:32:10 +0200 (Mon, 07 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/developer/Makefile
-   M /trunk/doc/developer/decoders.xml
-   M /trunk/doc/developer/input.xml
-   D /trunk/doc/developer/modules.eps
-   A /trunk/doc/developer/modules.png
-   M /trunk/doc/developer/overview.xml
-   D /trunk/doc/developer/ps.eps
-   A /trunk/doc/developer/ps.png
-   D /trunk/doc/developer/stream.eps
-   A /trunk/doc/developer/stream.png
-   D /trunk/doc/developer/ts.eps
-   A /trunk/doc/developer/ts.png
-
-Convert icons to png for pdf output
-
-------------------------------------------------------------------------
-r7938 | anil | 2004-06-07 21:27:55 +0200 (Mon, 07 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/developer/Makefile
-
-* fixed a few rules (pdf, txt and clean)
-
-------------------------------------------------------------------------
-r7937 | zorglub | 2004-06-07 21:13:05 +0200 (Mon, 07 Jun 2004) | 7 lines
-Changed paths:
-   M /trunk/doc/developer/Makefile
-   M /trunk/doc/developer/history.xml
-   A /trunk/doc/developer/html
-   M /trunk/doc/developer/manual.xml
-   A /trunk/doc/developer/stylesheet-print-noicones.dsl
-   A /trunk/doc/developer/stylesheet-txt.dsl
-   A /trunk/doc/developer/videolan-doc-chunk.xsl
-   A /trunk/doc/developer/videolan-doc.xsl
-
-Use xlstproc instead of jade for HTML output 
-Output PDF instead of PS
-
-You will need 
- * xsltproc
- * the docbook XSL package
-
-------------------------------------------------------------------------
-r7936 | fenrir | 2004-06-07 20:32:12 +0200 (Mon, 07 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvdplay/demux.c
-   M /trunk/modules/access/dvdplay/intf.c
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/demux.c
-   M /trunk/modules/access/vcdx/intf.c
-
- * all: use var_Set/Get "state"/"position"/"rate" instead of old functions.
-
-------------------------------------------------------------------------
-r7935 | fenrir | 2004-06-07 20:30:46 +0200 (Mon, 07 Jun 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/x11/xcommon.c
-
- all: don't use input_Seek. Btw, sdl shouldn't do the seek itself, and
- follow the key-pressed scheme (I have removed thoses seeks).
- Someone to do the work ?
-
-------------------------------------------------------------------------
-r7934 | fenrir | 2004-06-07 20:28:16 +0200 (Mon, 07 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ps.c
-   M /trunk/modules/demux/mpeg/system.c
-
- * all: input_DumpStream isn't exported anymore.
-
-------------------------------------------------------------------------
-r7933 | fenrir | 2004-06-07 20:27:24 +0200 (Mon, 07 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/access2.c
-   M /trunk/modules/demux/demux2.c
-
- * demux2, access2: prototype change.
-
-------------------------------------------------------------------------
-r7932 | fenrir | 2004-06-07 20:26:27 +0200 (Mon, 07 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/gtk/control.c
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/menu.c
-   M /trunk/modules/gui/kde/interface.cpp
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/qt/intf.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-
- * use var_Set/Get "state"/"position"/"rate" instead of old functions.
-  I haven't tested thoses changes ...
-
-------------------------------------------------------------------------
-r7931 | fenrir | 2004-06-07 20:24:24 +0200 (Mon, 07 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/corba/mediacontrol-core.c
-   M /trunk/modules/control/joystick.c
-   M /trunk/modules/control/lirc.c
-
- * control/*.c: use var_Set/Get "state"/"position"/"rate" instead of old functions.
-
-------------------------------------------------------------------------
-r7930 | fenrir | 2004-06-07 20:23:15 +0200 (Mon, 07 Jun 2004) | 6 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/ninput.h
-   M /trunk/include/vlc_common.h
-   M /trunk/src/input/access.c
-   M /trunk/src/input/control.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/stream.c
-
- * include: removed a few deprecated functions.
- * demux, access: change the prototype of access2_New/demux2_New.
- * control: implemented all INPUT_GET/SET.
- * src/input/*.c: removed old functions, move some of them.
-              
-
-------------------------------------------------------------------------
-r7929 | fenrir | 2004-06-07 20:19:10 +0200 (Mon, 07 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi: support for track without key flag set in the index.
-
-------------------------------------------------------------------------
-r7928 | fenrir | 2004-06-07 03:01:38 +0200 (Mon, 07 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-
- * Modules.am: oops ts2 -> ts
-
-------------------------------------------------------------------------
-r7927 | gbazin | 2004-06-07 00:12:23 +0200 (Mon, 07 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/demux2.c
-
-* modules/demux/demux2.c: added v4l.
-------------------------------------------------------------------------
-r7926 | fenrir | 2004-06-06 23:18:59 +0200 (Sun, 06 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/access2.c
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/vcd/vcd.c
-
- * access2: added shortcuts for vcd/svcd.
-
-------------------------------------------------------------------------
-r7925 | fenrir | 2004-06-06 23:18:07 +0200 (Sun, 06 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
- * v4l: converted to access2, but untested so ...
-
-------------------------------------------------------------------------
-r7924 | fenrir | 2004-06-06 21:02:02 +0200 (Sun, 06 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/packetizer/h264.c
-
- * all: added VSSH fourcc.
-
-------------------------------------------------------------------------
-r7923 | fenrir | 2004-06-06 20:55:10 +0200 (Sun, 06 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
- * standard: fixed a segfault.
-
-------------------------------------------------------------------------
-r7922 | fenrir | 2004-06-06 20:18:50 +0200 (Sun, 06 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
- * http: little clean up.
-
-------------------------------------------------------------------------
-r7921 | gbazin | 2004-06-06 20:13:29 +0200 (Sun, 06 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mpeg/ts.c
-
-* modules/demux/mpeg/ts.c: compilation fix.
-------------------------------------------------------------------------
-r7920 | fenrir | 2004-06-06 19:24:06 +0200 (Sun, 06 Jun 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/mpeg/Modules.am
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/mux/mpeg/Modules.am
-   M /trunk/modules/mux/mpeg/ts.c
-
- * all: - renamed old ts demuxer as ts_old(_dvbpsi).
-        - renamed ts2 into ts at the build system level.
-        - removed muxer without dvbpsi.
-
-------------------------------------------------------------------------
-r7919 | fenrir | 2004-06-06 19:02:55 +0200 (Sun, 06 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/access2.c
-   M /trunk/modules/access/vcd/vcd.c
-
- * vcd/vcd.c: ported to access2.
- * access2: added chapter support.
-
-------------------------------------------------------------------------
-r7918 | oaubert | 2004-06-06 18:15:23 +0200 (Sun, 06 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/snapshot.c
-
-Removed call to input_Tell (which is deprecated)
-
-------------------------------------------------------------------------
-r7917 | fenrir | 2004-06-06 15:55:40 +0200 (Sun, 06 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts.c: module name is now ts. (thx thedj).
-
-------------------------------------------------------------------------
-r7916 | anil | 2004-06-06 15:54:12 +0200 (Sun, 06 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-
-* bookmarks.cpp: compilation fix
-
-------------------------------------------------------------------------
-r7915 | fenrir | 2004-06-06 15:53:53 +0200 (Sun, 06 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
- * udp: increase the mtu by *2  instead of 10%.
-
-------------------------------------------------------------------------
-r7914 | hartman | 2004-06-06 15:28:02 +0200 (Sun, 06 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-
-* bugfix to libvlc header
-
-------------------------------------------------------------------------
-r7913 | hartman | 2004-06-06 15:13:06 +0200 (Sun, 06 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/sgimb.c
-
-* No longer force ts2 for Kasenna udp multicast. ts2 is now ts.
-
-------------------------------------------------------------------------
-r7912 | hartman | 2004-06-06 15:02:26 +0200 (Sun, 06 Jun 2004) | 12 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/src/libvlc.c
-
-* WARNING: Libvlc API change
- - VLC_Set VLC_Get were changed to VLC_VariableGet VLC_VariableSet
- - VLC_ClearPlaylist was changed to VLC_PlaylistClear
- - Added a lot of new calls: 
-   VLC_PositionGet, VLC_PositionSet, VLC_TimeGet, VLC_TimeSet,
-   VLC_LengthGet, VLC_SpeedFaster, VLC_SpeedSlower, VLC_PlaylistIndex,
-   VLC_PlaylistNumberOfItems, VLC_PlaylistNext, VLC_PlaylistPrev, 
-   VLC_VolumeGet, VLC_VolumeSet, VLC_VolumeMute.
- - everything doxygenized.
- - There are NO mozilla functions of these additions yet. (someone else please?) 
-
-
-------------------------------------------------------------------------
-r7911 | yoann | 2004-06-06 15:00:23 +0200 (Sun, 06 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
- * modules/control/hotkeys.c : clean up
-
-------------------------------------------------------------------------
-r7910 | fenrir | 2004-06-06 14:51:06 +0200 (Sun, 06 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/vcd/vcd.c
-
- * access/*: use var_* helpers.
- * access/vcd/ clean up.
-
-------------------------------------------------------------------------
-r7909 | zorglub | 2004-06-06 14:45:32 +0200 (Sun, 06 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/src/misc/net.c
-
-Patch by Rémi Denis-Courmont to include TCP listening sockets in the abstraction layer
-
-------------------------------------------------------------------------
-r7908 | zorglub | 2004-06-06 14:44:35 +0200 (Sun, 06 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/input/control.c
-
-* Interaction between bookmarks and streaming wizard
-* Edit bookmarks if possible
-
-------------------------------------------------------------------------
-r7907 | fenrir | 2004-06-06 14:17:15 +0200 (Sun, 06 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/include/variables.h
-
- * variables: added var_Get/Set/CreateGetBool.
-
-------------------------------------------------------------------------
-r7906 | fenrir | 2004-06-06 13:56:22 +0200 (Sun, 06 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/include/variables.h
-
- * variables: helpers: var_Get* .
-
-------------------------------------------------------------------------
-r7905 | fenrir | 2004-06-06 13:44:01 +0200 (Sun, 06 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/include/variables.h
-
- * variables: added more helpers: var_CreateGet*
-
-------------------------------------------------------------------------
-r7904 | fenrir | 2004-06-06 00:36:13 +0200 (Sun, 06 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * input: compute right value for position/time on position-offset and
-time-offset change.
-
-------------------------------------------------------------------------
-r7903 | fenrir | 2004-06-05 23:53:24 +0200 (Sat, 05 Jun 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/access2.c
-   M /trunk/modules/access/mms/asf.c
-   M /trunk/modules/access/mms/asf.h
-   M /trunk/modules/access/mms/buffer.c
-   M /trunk/modules/access/mms/buffer.h
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mms.h
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmsh.h
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/mms/mmstu.h
-
- * mms/* : converted to access2. It should be reworked to use pf_block, but
-that can wait ...
- * access2: little fix + added mms* shortcuts.
-
-------------------------------------------------------------------------
-r7902 | fenrir | 2004-06-05 22:13:08 +0200 (Sat, 05 Jun 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/video_output/snapshot.c
-
- * snapshot: small warning fix + coding rules.
- Btw, the module uses input_Tell that is deprecated, Is it really needed ?
- If so, when ?
-
-
-------------------------------------------------------------------------
-r7901 | fenrir | 2004-06-05 22:11:05 +0200 (Sat, 05 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * livedotcom: small warning fix for old version.
-
-------------------------------------------------------------------------
-r7900 | zorglub | 2004-06-05 21:48:09 +0200 (Sat, 05 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-
-Fixed warning
-
-------------------------------------------------------------------------
-r7899 | fenrir | 2004-06-05 21:45:56 +0200 (Sat, 05 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * mp4: fixed a small bug with subtitle.
-
-------------------------------------------------------------------------
-r7898 | fenrir | 2004-06-05 21:36:51 +0200 (Sat, 05 Jun 2004) | 4 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/modules/access/file.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/stream.c
-
- * ninput: added more access2 doc, added ACCESS_SET_PRIVATE_ID_STATE,
-STREAM_CONTROL_ACCESS.
- * all: added previous new commands support.
-
-------------------------------------------------------------------------
-r7897 | jpsaman | 2004-06-05 21:27:48 +0200 (Sat, 05 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_output/hd1000v.cpp
-   M /trunk/vlc.roku
-
-HD1000 Cascade needs to link with mad and dvbpsi. Generalized buildscript and the HD1000v module has priority 100 on Roku OS
-------------------------------------------------------------------------
-r7896 | ipkiss | 2004-06-05 21:23:03 +0200 (Sat, 05 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-
- * skins2/src/theme_loader.cpp: Added a forgotten header; this fixes the
-   loading of .vlt files on Win32
-
-------------------------------------------------------------------------
-r7895 | fenrir | 2004-06-05 20:58:58 +0200 (Sat, 05 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/access2.c
-   M /trunk/modules/access/cdda.c
-
- * cdda: converted to access2. It seems stable.
- * access2: added/fixed title support.
-
-------------------------------------------------------------------------
-r7894 | fenrir | 2004-06-05 20:54:18 +0200 (Sat, 05 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/demux2.c
-
- * demux2: added wav.
-
-------------------------------------------------------------------------
-r7893 | gbazin | 2004-06-05 20:04:06 +0200 (Sat, 05 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/src/interface/interface.c
-
-* src/interface/interface.c, modules/gui/wxwindows/video.cpp: couple of fixes.
-------------------------------------------------------------------------
-r7892 | gbazin | 2004-06-05 19:49:22 +0200 (Sat, 05 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/video_output/vout_intf.c
-
-* src/video_output/vout_intf.c: only embed the video if the main interface supports it (don't check other interfaces).
-* modules/gui/wxwindows/video.cpp, modules/video_output/x11/xcommon.c: in embedded mode, close the vout window if vlc is exiting.
-
-------------------------------------------------------------------------
-r7891 | hartman | 2004-06-05 19:12:16 +0200 (Sat, 05 Jun 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/playlist/m3u.c
-
-* Added an extension check to m3u plugins for .ram files.
-These files can contain a single line with a rtsp:// link which VLC sometimes is able to handle.
-
-for MPEG-4 unicasted RealMedia streams.
-
-------------------------------------------------------------------------
-r7890 | hartman | 2004-06-05 18:58:57 +0200 (Sat, 05 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-* fix a compilation error
-
-------------------------------------------------------------------------
-r7889 | hartman | 2004-06-05 18:09:00 +0200 (Sat, 05 Jun 2004) | 12 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/evc/vlc.c
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/control/corba/mediacontrol-init.c
-   M /trunk/mozilla/vlcpeer.cpp
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/python/vlcmodule.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/vlc.c
-
-NOTE: libvlc API changes
-* renamed VLC_Stop to VLC_CleanUp since this name is closer to what it actually does.
-* added a new VLC_Stop that just does playlist_Stop analogous to VLC_Play and VLC_Pause.
-* reordered the functions in libvlc. everything was mixed up.
-* added doxygen info to all the functions
-* fixed several functions to use the correct underlying API calls
-* corrected the copyright info
-
-
-This is in preparation of the new libvlc calls for mozilla plugin
-temp. moved the playlist_command_t typedef to vlc_common.h awaiting implementation of playlist_Control()
-
-------------------------------------------------------------------------
-r7888 | fenrir | 2004-06-04 23:59:48 +0200 (Fri, 04 Jun 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
- * udp: activate udp-auto-mtu by default. It increases the internal MTU
-by 10% each time we read a packet greater or equal to the MTU.
- It should be harmless.
-
-------------------------------------------------------------------------
-r7887 | fenrir | 2004-06-04 23:52:55 +0200 (Fri, 04 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/demux2.c
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/demux/ts.c
-
- * ts.c : renamed to ts.
- * mpeg/ts.c: lowered it's priority below demux2, and renamed it ts_old(_dvbpsi).
-
-------------------------------------------------------------------------
-r7886 | fenrir | 2004-06-04 23:51:34 +0200 (Fri, 04 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/access2.c
-   M /trunk/modules/access/udp.c
-
- * udp: converted to access2 (using pf_block, so for now it may hurt a
-bit the perfs as we do a memcpy in access2.c)
-
-------------------------------------------------------------------------
-r7885 | ipkiss | 2004-06-04 21:37:13 +0200 (Fri, 04 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins2-howto.xml: Missing "required" specification
-
-------------------------------------------------------------------------
-r7884 | gbazin | 2004-06-04 14:47:06 +0200 (Fri, 04 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: some error checking when loading the cache plugins file.
-------------------------------------------------------------------------
-r7883 | gbazin | 2004-06-04 12:35:06 +0200 (Fri, 04 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/TODO
-   M /trunk/modules/codec/spudec/render.c
-
-* modules/codec/spudec/render.c: chroma support for dvd subtitles.
-------------------------------------------------------------------------
-r7882 | oaubert | 2004-06-04 11:10:48 +0200 (Fri, 04 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/snapshot.c
-
-Coding-style updates (whitespace related)
-
-------------------------------------------------------------------------
-r7881 | fenrir | 2004-06-03 23:43:34 +0200 (Thu, 03 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
- * ffmpeg: added XVIX fourcc (buggy xvid streams)
-
-------------------------------------------------------------------------
-r7880 | fenrir | 2004-06-03 20:08:27 +0200 (Thu, 03 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/demux/demux2.c
-
- * directory: converted to access2.
-
-------------------------------------------------------------------------
-r7879 | fenrir | 2004-06-03 20:02:14 +0200 (Thu, 03 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * mp4: fix for width in tkhd for video stream with null aspect.
-
-------------------------------------------------------------------------
-r7878 | hartman | 2004-06-03 16:35:05 +0200 (Thu, 03 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-* Fix the todotable
-
-------------------------------------------------------------------------
-r7877 | sigmunau | 2004-06-03 15:56:34 +0200 (Thu, 03 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-TODO: Fixed up the entry on vobsub
-
-------------------------------------------------------------------------
-r7876 | hartman | 2004-06-03 15:40:08 +0200 (Thu, 03 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-* shitload of work we can do
-
-------------------------------------------------------------------------
-r7875 | zorglub | 2004-06-03 13:57:04 +0200 (Thu, 03 Jun 2004) | 2 lines
-Changed paths:
-   A /trunk/TODO
-
-Embryo of a Todo list, feel free to use it :)
-
-------------------------------------------------------------------------
-r7874 | gbazin | 2004-06-03 11:14:16 +0200 (Thu, 03 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: in plugins cache mode, force immediate module loading if the module's config contains callbacks or actions. This could be avoided but a new api call will have to be introduced for that.
-------------------------------------------------------------------------
-r7873 | fenrir | 2004-06-03 02:08:54 +0200 (Thu, 03 Jun 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/access2.c
-   M /trunk/modules/access/file.c
-
- * file: converted to access2. I hope it still compils everywhere.
- * access2: added stream/file/kfir shortcut. Begin title support but
-nothing usable yet.
-
-------------------------------------------------------------------------
-r7872 | yoann | 2004-06-03 01:19:54 +0200 (Thu, 03 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
- * modules/control/hotkeys.c : Display simultaneously time position and slider when seeking.
-
-------------------------------------------------------------------------
-r7871 | yoann | 2004-06-03 00:53:26 +0200 (Thu, 03 Jun 2004) | 7 lines
-Changed paths:
-   M /trunk/include/osd.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/ogt/cvd_parse.c
-   M /trunk/modules/codec/ogt/ogt_parse.c
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/lirc.c
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/misc/dummy/renderer.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_widgets.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-Support for multiple OSD channels :
-* added i_channel and i_content properties to subpicture_t
-* p_last_osd_message is no more used
-
-An OSD channel can contain simultaneously an OSD text and an OSD widget.
-
-
-------------------------------------------------------------------------
-r7870 | fenrir | 2004-06-03 00:47:30 +0200 (Thu, 03 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
- * pvr: cosmetic.
-
-------------------------------------------------------------------------
-r7869 | fenrir | 2004-06-03 00:11:54 +0200 (Thu, 03 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/access/tcp.c
-
- * all: removed ACCESS_GET_SEEKPOINT_INFO.
-
-------------------------------------------------------------------------
-r7868 | fenrir | 2004-06-03 00:10:40 +0200 (Thu, 03 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/include/ninput.h
-
- * ninput: changed the way title and seekpoint work.
-
-------------------------------------------------------------------------
-r7867 | jpsaman | 2004-06-02 21:01:57 +0200 (Wed, 02 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/vlc.roku
-
-built rules for HD1000
-------------------------------------------------------------------------
-r7866 | gbazin | 2004-06-02 18:05:57 +0200 (Wed, 02 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-* modules/misc/freetype.c: optimized subtitles rendering a bit.
-------------------------------------------------------------------------
-r7865 | gbazin | 2004-06-02 14:59:47 +0200 (Wed, 02 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/playlist.cpp: better playlist window resizing.
-------------------------------------------------------------------------
-r7864 | gbazin | 2004-06-02 14:11:54 +0200 (Wed, 02 Jun 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-* modules/gui/wxwindows/playlist.cpp: fixed a few segfaults + removed unused code.
-------------------------------------------------------------------------
-r7863 | fenrir | 2004-06-02 00:14:26 +0200 (Wed, 02 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/access2.c
-
- * access2: lastest API change.
-
-------------------------------------------------------------------------
-r7862 | fenrir | 2004-06-02 00:13:47 +0200 (Wed, 02 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- es_out: clean up.
-
-------------------------------------------------------------------------
-r7861 | fenrir | 2004-06-02 00:13:14 +0200 (Wed, 02 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-
- * demux: init info field. (Not used yet).
-
-------------------------------------------------------------------------
-r7860 | fenrir | 2004-06-02 00:12:56 +0200 (Wed, 02 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/access.c
-
- * access: init info field.
-
-------------------------------------------------------------------------
-r7859 | fenrir | 2004-06-02 00:12:10 +0200 (Wed, 02 Jun 2004) | 3 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/access/tcp.c
-
- * all: a few changes in access2 (added a info field to access_t, remove
-ACCESS_GET_EOF/SIZE/POS, prepared title/seekpoint support).
-
-------------------------------------------------------------------------
-r7858 | asmax | 2004-06-02 00:08:14 +0200 (Wed, 02 Jun 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-
-  * x11_display.cpp: support 15bpp mode for X11 skins and avoid a segfault
-    when a mode is not supported (closes bug #1809). Move the "main window"
-    outside the screen to avoid seeing it in the workspace selector applet.
-
-------------------------------------------------------------------------
-r7857 | gbazin | 2004-06-01 17:45:07 +0200 (Tue, 01 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/modules.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
-
-* ALL: brought back module_EndBank() from the dead and fixed a few bugs in libvlc.c.
-
-------------------------------------------------------------------------
-r7856 | anil | 2004-06-01 08:42:55 +0200 (Tue, 01 Jun 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-
-* compilation (unicode) fix
-
-------------------------------------------------------------------------
-r7855 | zorglub | 2004-05-31 19:48:38 +0200 (Mon, 31 May 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* wizard.cpp : - TTL and SAP support
-              - Sanity checks for transcode output file
-
-* Modules.am : Added new "icons" to dist
-
-------------------------------------------------------------------------
-r7854 | zorglub | 2004-05-31 19:47:51 +0200 (Mon, 31 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Make the playlist window resizeable
-Use a smaller font
-
-------------------------------------------------------------------------
-r7853 | zorglub | 2004-05-31 19:32:18 +0200 (Mon, 31 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/access2.c
-   M /trunk/modules/access/pvr/pvr.c
-
-pvr.c : Converted to access2 and added options for autobuilt panels
-
-------------------------------------------------------------------------
-r7852 | fenrir | 2004-05-31 15:34:34 +0200 (Mon, 31 May 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
- * configure.ac: added access2 ;)
-
-------------------------------------------------------------------------
-r7851 | ipkiss | 2004-05-31 14:31:48 +0200 (Mon, 31 May 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
-skins2-howto.xml: Added two internal links
-
-------------------------------------------------------------------------
-r7850 | ipkiss | 2004-05-31 14:17:13 +0200 (Mon, 31 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-
- * skins2: same fix as in modules/access/directory.c
-
-------------------------------------------------------------------------
-r7849 | ipkiss | 2004-05-31 13:34:26 +0200 (Mon, 31 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
- * modules/gui/wxwindows/preferences.cpp: fixed a refcount problem
-
-------------------------------------------------------------------------
-r7848 | zorglub | 2004-05-31 11:24:07 +0200 (Mon, 31 May 2004) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-Fix play-and-stop behaviour with playlist_Command
-
-------------------------------------------------------------------------
-r7847 | fenrir | 2004-05-31 03:48:09 +0200 (Mon, 31 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
- * ncurses: fixed the error that was making the browser so slow.
-
-------------------------------------------------------------------------
-r7846 | hartman | 2004-05-31 02:54:44 +0200 (Mon, 31 May 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-* modules/gui/ncurses.c: Ahum fixed broken filebrowser.
-  that's what you get when you are hacking something 
-  you don't understand 100% 
-
-------------------------------------------------------------------------
-r7845 | fenrir | 2004-05-30 23:27:49 +0200 (Sun, 30 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/access2.c
-
- * access2: fix seek with access2 using pf_block.
-
-------------------------------------------------------------------------
-r7844 | fenrir | 2004-05-30 23:16:53 +0200 (Sun, 30 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/access2.c
-   M /trunk/modules/access/tcp.c
-
- * tcp: convertd to access2.
-
-------------------------------------------------------------------------
-r7843 | fenrir | 2004-05-30 23:03:52 +0200 (Sun, 30 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
- * x264: I have commited debug stuff :(
-
-------------------------------------------------------------------------
-r7842 | fenrir | 2004-05-30 22:52:36 +0200 (Sun, 30 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/access2.c
-   M /trunk/modules/access/ftp.c
-
- * access2: fixed seeking.
- * ftp: converted to access2.
-
-------------------------------------------------------------------------
-r7841 | fenrir | 2004-05-30 21:35:32 +0200 (Sun, 30 May 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * input.c: set access2->b_die.
-
-------------------------------------------------------------------------
-r7840 | fenrir | 2004-05-30 21:28:35 +0200 (Sun, 30 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/access2.c
-   M /trunk/modules/access/http.c
-
- * access2: support for demuxer access provided.
- * http: converted to access2.
-
-------------------------------------------------------------------------
-r7839 | hartman | 2004-05-30 20:39:29 +0200 (Sun, 30 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-* Added a filebrowser (B)
-* Messages now uses 'L' as hotkey
-
-------------------------------------------------------------------------
-r7838 | hartman | 2004-05-30 20:20:57 +0200 (Sun, 30 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-* ahum. == on a mask instead of &
-
-------------------------------------------------------------------------
-r7837 | fenrir | 2004-05-30 20:11:55 +0200 (Sun, 30 May 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/access.c
-   M /trunk/src/input/demux.c
-
- * access,demux: fixed parsing.
-
-------------------------------------------------------------------------
-r7836 | fenrir | 2004-05-30 19:59:20 +0200 (Sun, 30 May 2004) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-
- * input: warning fix (int ->byte_t*).
-
-------------------------------------------------------------------------
-r7835 | gbazin | 2004-05-30 19:22:09 +0200 (Sun, 30 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-* modules/access/directory.c: minor fix.
-------------------------------------------------------------------------
-r7834 | sigmunau | 2004-05-30 18:57:55 +0200 (Sun, 30 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/chroma.c
-
-modules/codec/ffmpeg/chroma.c: resize properly if destination chroma is in a
-format ffmpeg likes
-
-------------------------------------------------------------------------
-r7833 | anil | 2004-05-30 18:38:44 +0200 (Sun, 30 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-
-* wizard.cpp: compilation fixes
-
-------------------------------------------------------------------------
-r7832 | zorglub | 2004-05-30 18:21:43 +0200 (Sun, 30 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   A /trunk/modules/gui/wxwindows/streamdata.h
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-
-Move streaming data to a separate file (will have to be moved to /include)
-
-------------------------------------------------------------------------
-r7831 | fenrir | 2004-05-30 17:38:11 +0200 (Sun, 30 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/Modules.am
-   A /trunk/modules/access/access2.c
-
- * access2: access2 <-> access1 wrapper (untested).
-
-------------------------------------------------------------------------
-r7830 | fenrir | 2004-05-30 17:33:57 +0200 (Sun, 30 May 2004) | 2 lines
-Changed paths:
-   M /trunk/include/ninput.h
-
- * ninput: typo.
-
-------------------------------------------------------------------------
-r7829 | fenrir | 2004-05-30 17:31:59 +0200 (Sun, 30 May 2004) | 2 lines
-Changed paths:
-   M /trunk/include/ninput.h
-
- * ninput: more access2 things.
-
-------------------------------------------------------------------------
-r7828 | zorglub | 2004-05-30 16:44:00 +0200 (Sun, 30 May 2004) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/wxwindows/bitmaps/loop.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/repeat.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/shuffle.xpm
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Missing icons
-
-------------------------------------------------------------------------
-r7827 | fenrir | 2004-05-30 16:43:40 +0200 (Sun, 30 May 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/access.c
-
- * access: implement access2_nEw (untested).
-
-------------------------------------------------------------------------
-r7826 | zorglub | 2004-05-30 16:43:12 +0200 (Sun, 30 May 2004) | 13 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* New wizard is now about usable, yet unfinished
-    Todo
-       - Heavy testing
-       - Missing sanity checks
-       - Extra options
-       - Fix layout bugs
-
-* playlist.cpp : Smaller layout, icons to do...
-
-* timer.cpp : show the name and not the URI in status bar
-
-* open.cpp : Bugfix for modal mode
-
-------------------------------------------------------------------------
-r7825 | sigmunau | 2004-05-30 15:00:27 +0200 (Sun, 30 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-modules/audio_output/alsa.c: fixed an utterly nonsensial if-block. Should
-have no functional impact.
-
-------------------------------------------------------------------------
-r7824 | gbazin | 2004-05-30 13:54:08 +0200 (Sun, 30 May 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: avoid name collisions on win32.
-------------------------------------------------------------------------
-r7823 | sigmunau | 2004-05-30 12:52:02 +0200 (Sun, 30 May 2004) | 3 lines
-Changed paths:
-   M /trunk/share/http/index.html
-
-share/http/index.html: output valid xhtml, even with an empty playlist. Show
-a message in the playlist area if the playlist is empty.
-
-------------------------------------------------------------------------
-r7822 | gbazin | 2004-05-30 11:18:59 +0200 (Sun, 30 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/gtk/open.c
-
-* modules/gui/gtk/*: got rid of --search-path option and created --gtk-search-path and --gnome-search-path instead.
-------------------------------------------------------------------------
-r7821 | fenrir | 2004-05-30 02:14:30 +0200 (Sun, 30 May 2004) | 2 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/src/input/access.c
-
- * ninput, access: compilation fix.
-
-------------------------------------------------------------------------
-r7820 | fenrir | 2004-05-30 01:56:41 +0200 (Sun, 30 May 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
- * Makefile.am: added acces.c (for people still using make ;)
-
-------------------------------------------------------------------------
-r7819 | fenrir | 2004-05-30 01:52:49 +0200 (Sun, 30 May 2004) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/ninput.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_objects.h
-   A /trunk/src/input/access.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/objects.c
-
- * all: begin to introduce access_t (nothing working yet).
-
-------------------------------------------------------------------------
-r7818 | gbazin | 2004-05-29 23:51:22 +0200 (Sat, 29 May 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: small cleanup.
-------------------------------------------------------------------------
-r7817 | gbazin | 2004-05-29 23:41:57 +0200 (Sat, 29 May 2004) | 9 lines
-Changed paths:
-   M /trunk/include/modules.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_config.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
-
-* include/*,src/*: New plugins cache feature for faster load times.
-   This is still experimental so isn't enabled by default (use --plugins-cache).
-   There are also a few issues that aren't dealt with yet:
-     - translation of module strings.
-     - config options callbacks and actions.
-     - a few memory leaks.
-     - and likely other things ;)
-   You can easily reset the plugins cache with --reset-plugins-cache.
-
-------------------------------------------------------------------------
-r7816 | yoann | 2004-05-29 19:47:30 +0200 (Sat, 29 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
- * modules/gui/ncurses.c: Fixed a bug due to the new 'Volume' line.
-
-------------------------------------------------------------------------
-r7815 | yoann | 2004-05-29 19:04:53 +0200 (Sat, 29 May 2004) | 2 lines
-Changed paths:
-   M /trunk/include/osd.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/video_output/video_widgets.c
-
-Added a Mute OSD icon.
-
-------------------------------------------------------------------------
-r7814 | fenrir | 2004-05-29 16:06:50 +0200 (Sat, 29 May 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
- * rtp: use dynamique RTP payload type for h263-1998. (bug found by Ross
-Finlayson)
-
-
-------------------------------------------------------------------------
-r7813 | fenrir | 2004-05-29 16:02:50 +0200 (Sat, 29 May 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts: added 14496-17 (text sub) support. It assumes that input is utf8
-(wrong as long as we don't have a real subtitle packetizer).
- It doesn't work very well, the syncho is a broken (subs are late by more
-than 1s).
-
-------------------------------------------------------------------------
-r7812 | fenrir | 2004-05-29 16:00:32 +0200 (Sat, 29 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/packetizer/copy.c
-
- * copy: low latency for subt.
-  TODO: move subtitle paquetizer to subsdec.c to convert all subs to UTF-8.
-
-------------------------------------------------------------------------
-r7811 | fenrir | 2004-05-29 15:55:33 +0200 (Sat, 29 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- ts: ooops, debug messages removed.
-
-------------------------------------------------------------------------
-r7810 | fenrir | 2004-05-29 15:54:22 +0200 (Sat, 29 May 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts.c: - send PES as soon as possible to decoder (and not waiting the
-           next one).
-         - added partial 14496-17 support, in other words mpeg4 text
-           subtitles.
-
-------------------------------------------------------------------------
-r7809 | hartman | 2004-05-29 00:46:00 +0200 (Sat, 29 May 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* Let's enable folks to bootstrap
-
-------------------------------------------------------------------------
-r7808 | hartman | 2004-05-29 00:23:38 +0200 (Sat, 29 May 2004) | 11 lines
-Changed paths:
-   M /trunk/modules/gui/Modules.am
-   D /trunk/modules/gui/ncurses
-   A /trunk/modules/gui/ncurses.c (from /trunk/modules/gui/ncurses/ncurses.c:7799)
-
-* ncurses intf
-  - Moved one dir higher
-  - Fixed the Quit function
-  - Added Volume Controls
-  - Added Repeat/Loop/Random
-  - Fixed the info box
-  - Added Fullscreen remark to help box
-
-It is now the perfect remote controller if I use my 'bedside terminal'.
-ssh/screen/ncurses is like magic.
-
-------------------------------------------------------------------------
-r7807 | hartman | 2004-05-29 00:19:54 +0200 (Sat, 29 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* Fix some small potential crashes
-
-------------------------------------------------------------------------
-r7806 | hartman | 2004-05-29 00:07:04 +0200 (Sat, 29 May 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-* src/input/input.c: As soon as we know the length of a file, set 
-  the playlist item duration. Now mpeg files will show their duration.
-
-------------------------------------------------------------------------
-r7805 | fenrir | 2004-05-28 22:20:50 +0200 (Fri, 28 May 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
- * rtp: h263 support (untested).
- Patch by Callan, Wilson <wcallan AT starentnetworks DOT com>
-
-------------------------------------------------------------------------
-r7804 | fenrir | 2004-05-28 21:55:01 +0200 (Fri, 28 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/copy.c
-
- * copy: don't break the length for subtitle packet.
-
-------------------------------------------------------------------------
-r7803 | fenrir | 2004-05-28 21:54:23 +0200 (Fri, 28 May 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * mp4: first try to add text subtitle muxing support. They are added
-like it is done in .mov (and not like .mp4 as I failed to find any
-samples)
- VLC is able to play them. I don't think QT will like them for now.
-
-------------------------------------------------------------------------
-r7802 | fenrir | 2004-05-28 21:51:37 +0200 (Fri, 28 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: convert all \r to \n in subt.
-
-------------------------------------------------------------------------
-r7801 | fkuehne | 2004-05-28 18:01:26 +0200 (Fri, 28 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* fixed broken translation of 2 buttons of the info-window
-------------------------------------------------------------------------
-r7800 | hartman | 2004-05-28 14:04:06 +0200 (Fri, 28 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/corba/Modules.am
-
-* bootstrap fix for corba module
-  make dist might still be broken? This makefile could use some sam power.
-
-------------------------------------------------------------------------
-r7799 | gbazin | 2004-05-28 08:29:13 +0200 (Fri, 28 May 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: netsync needs to be linked with ws2_32 on win32.
-------------------------------------------------------------------------
-r7798 | fenrir | 2004-05-28 00:30:12 +0200 (Fri, 28 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: added text track support. (there is a problem with the encoding).
-
-------------------------------------------------------------------------
-r7797 | gbazin | 2004-05-27 23:06:16 +0200 (Thu, 27 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i422_yuy2.c
-
-* modules/video_chroma/i422_yuy2.c: fixed the I422 MMX conversion routines. The fix also doubles the speed of the conversion :)
-
-------------------------------------------------------------------------
-r7796 | gbazin | 2004-05-27 22:31:22 +0200 (Thu, 27 May 2004) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* Makefile.am: added include/snapshot.h.
-------------------------------------------------------------------------
-r7795 | gbazin | 2004-05-27 21:17:33 +0200 (Thu, 27 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/netsync.c
-
-* modules/control/netsync.c: test before you commit.
-------------------------------------------------------------------------
-r7794 | gbazin | 2004-05-27 21:12:09 +0200 (Thu, 27 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/video_output/snapshot.c
-
-* video_output/snapshot.c, control/netsync.c: added svn:keywords Id prop.
-* control/netsync.c: small fix.
-
-------------------------------------------------------------------------
-r7793 | sigmunau | 2004-05-27 18:18:35 +0200 (Thu, 27 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mjpeg.c
-
-remove debug messages along the success path
-
-------------------------------------------------------------------------
-r7792 | gbazin | 2004-05-27 17:52:42 +0200 (Thu, 27 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mjpeg.c
-
-* modules/demux/mjpeg.c: fixed small memleak.
-------------------------------------------------------------------------
-r7791 | oaubert | 2004-05-27 17:48:33 +0200 (Thu, 27 May 2004) | 9 lines
-Changed paths:
-   M /trunk/modules/control/corba/MediaControl.idl
-   M /trunk/modules/control/corba/Modules.am
-   M /trunk/modules/control/corba/README
-   M /trunk/modules/control/corba/corba.c
-   A /trunk/modules/control/corba/mediacontrol-core.c
-   A /trunk/modules/control/corba/mediacontrol-core.h
-   A /trunk/modules/control/corba/mediacontrol-init.c
-   A /trunk/modules/control/corba/mediacontrol-plugin.c
-
-CORBA module update:
-- the VLC-specific code has been isolated in mediacontrol-core.c so that
-  corba.c only has to glue CORBA calls to C calls.
-- the IDL has been modified:
-  - snapshot support
-  - text display support
-  - access to stream information
-  - access to volume information
-
-------------------------------------------------------------------------
-r7790 | oaubert | 2004-05-27 17:43:42 +0200 (Thu, 27 May 2004) | 2 lines
-Changed paths:
-   A /trunk/modules/control/corba/MediaControl.idl (from /trunk/modules/control/corba/mediacontrol.idl:7789)
-   D /trunk/modules/control/corba/client.py
-   D /trunk/modules/control/corba/launch-vlc-corba
-   D /trunk/modules/control/corba/mediacontrol.idl
-   D /trunk/modules/control/corba/pyorbit-1.99.3.patch
-   D /trunk/modules/control/corba/simpleplayer.glade
-   D /trunk/modules/control/corba/simpleplayer.py
-
-Code cleanup to prepare CORBA module update
-
-------------------------------------------------------------------------
-r7789 | gbazin | 2004-05-27 17:40:11 +0200 (Thu, 27 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mjpeg.c
-
-* modules/demux/mjpeg.c: fixed --mjpeg-fps.
-------------------------------------------------------------------------
-r7788 | oaubert | 2004-05-27 17:37:46 +0200 (Thu, 27 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/Modules.am
-
-Snapshot module (dummy video output module keeping a configurable image cache). 
-It is chiefly used by the corba module.
-
-------------------------------------------------------------------------
-r7787 | oaubert | 2004-05-27 17:36:15 +0200 (Thu, 27 May 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/include/snapshot.h
-   A /trunk/modules/video_output/snapshot.c
-
-Snapshot module (dummy video output module keeping a configurable image cache). 
-It is chiefly used by the corba module.
-
-------------------------------------------------------------------------
-r7786 | gbazin | 2004-05-27 17:30:47 +0200 (Thu, 27 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mjpeg.c
-
-* modules/demux/mjpeg.c: fixed pts calculation.
-------------------------------------------------------------------------
-r7785 | gbazin | 2004-05-27 17:21:11 +0200 (Thu, 27 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mjpeg.c
-
-* modules/demux/mjpeg.c: got rid of a couple of useless things.
-------------------------------------------------------------------------
-r7784 | gbazin | 2004-05-27 13:40:46 +0200 (Thu, 27 May 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/control/Modules.am
-   A /trunk/modules/control/netsync.c
-
-* modules/control/netsync.c: Experimental network synchronisation module.
-
-------------------------------------------------------------------------
-r7783 | hartman | 2004-05-27 02:02:43 +0200 (Thu, 27 May 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/demux2.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/playlist/playlist.c
-
- * src/libvlc.h
-   src/playlist/playlist.c: added a "--play-and-stop" feature.
-   This stops the playlist after each played item. It does however increase
-   the index. (also very useful for sap playlist when a lot of channels fail to open).
-
-------------------------------------------------------------------------
-r7782 | hartman | 2004-05-27 01:19:53 +0200 (Thu, 27 May 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/LIST
-
-* enable mjpeg module and add to LIST
-
-------------------------------------------------------------------------
-r7781 | hartman | 2004-05-27 01:15:07 +0200 (Thu, 27 May 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/sgimb.c
-   M /trunk/modules/misc/sap.c
-
-* misc/sap.c: check for packetsize attribute and increase mtu when it's large.
-  - some code cleanup. Please watch coding style people.
-* demux/sgimb.c: fix an alloc
-
-------------------------------------------------------------------------
-r7780 | sigmunau | 2004-05-27 00:27:05 +0200 (Thu, 27 May 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/mjpeg.c
-
-mime multipart jpeg and jpeg series of images demuxer by 
-Henry Jen (slowhog) <henryjen at ztune dot net>. Only tested in multipart
-mode.
-
-------------------------------------------------------------------------
-r7779 | jpsaman | 2004-05-26 23:02:06 +0200 (Wed, 26 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/hd1000v.cpp
-
-Use *ScreenResolution() function iso of mixing them with *ScreenOutput() functions.
-------------------------------------------------------------------------
-r7778 | yoann | 2004-05-26 19:56:45 +0200 (Wed, 26 May 2004) | 2 lines
-Changed paths:
-   M /trunk/include/osd.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/video_output/video_widgets.c
-
-Added Play and Pause OSD Icons for hotkeys.
-
-------------------------------------------------------------------------
-r7777 | massiot | 2004-05-26 14:32:02 +0200 (Wed, 26 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
-* modules/access/pvr: Added keyint= and bframes= options.
-
-------------------------------------------------------------------------
-r7776 | zorglub | 2004-05-26 11:53:00 +0200 (Wed, 26 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/cmml/intf.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r7775 | andrep | 2004-05-26 10:38:23 +0200 (Wed, 26 May 2004) | 9 lines
-Changed paths:
-   M /trunk/modules/codec/cmml/browser_open.c
-   M /trunk/modules/codec/cmml/browser_open.h
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/cmml/xstrcat.h
-
-* CMML codec:
-  - added browse-follow-anchor, browse-go-back and browse-go-forward
-    callbacks
-  - will not display clip description as subtitles if
-    intf-displays-cmml-description variable is set on main interface
-    thread
-  - bugfix for web browser launching on Mac OS X
-
-
-------------------------------------------------------------------------
-r7774 | andrep | 2004-05-26 04:23:10 +0200 (Wed, 26 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/cmml/xurl.c
-
-* cmml: fix for loading non-file:// URLs on win32
-
-
-------------------------------------------------------------------------
-r7773 | fenrir | 2004-05-26 00:48:37 +0200 (Wed, 26 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-  *livedotcom: added H263-2000 (untested).
-
-------------------------------------------------------------------------
-r7772 | fenrir | 2004-05-25 21:38:39 +0200 (Tue, 25 May 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-* mp4: fix for alaw/ulaw. Clever people that designed .mov decided that
-the demuxer has to ask the parameters to the decoder, instead of just
-using the ones in the file.
-
-
-------------------------------------------------------------------------
-r7771 | gbazin | 2004-05-25 14:07:19 +0200 (Tue, 25 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx/events.c: fixed deadlock when switching deinterlacing mode.
-------------------------------------------------------------------------
-r7770 | yoann | 2004-05-25 10:45:45 +0200 (Tue, 25 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/gui/ncurses/ncurses.c
-
-* modules/control/hotkeys.c: check if there is a vout before writing some OSD, since hotkeys can also be called from an interface now.
-* modules/gui/ncurses/ncurses.c: don't add empty ('') entry, in the open function
-
-------------------------------------------------------------------------
-r7769 | ipkiss | 2004-05-24 23:48:56 +0200 (Mon, 24 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
-
- * skins2: Open the file requester dialog when clicking on "play" and the
-   playlist is empty
-
-------------------------------------------------------------------------
-r7768 | hartman | 2004-05-24 23:28:03 +0200 (Mon, 24 May 2004) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* Remove last remenants of info.h and info.m
-* Better align the iTunes styled slider with other UI elements
-* added .spx .ts and .ps fileextensions.
-
-------------------------------------------------------------------------
-r7767 | hartman | 2004-05-24 23:14:06 +0200 (Mon, 24 May 2004) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_widgets.c
-
-* Fixed the YUY2 and RV Render() of the OSD widgets.
-* Set the Id prop on this 'new' file.
-
-------------------------------------------------------------------------
-r7766 | jpsaman | 2004-05-24 22:12:42 +0200 (Mon, 24 May 2004) | 1 line
-Changed paths:
-   A /trunk/vlc.roku
-
-HD1000 video output
-------------------------------------------------------------------------
-r7765 | jpsaman | 2004-05-24 22:12:27 +0200 (Mon, 24 May 2004) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/configure.ac
-   M /trunk/modules/LIST
-   M /trunk/modules/video_output/Modules.am
-   A /trunk/modules/video_output/hd1000v.cpp
-
-HD1000 video output
-------------------------------------------------------------------------
-r7764 | gbazin | 2004-05-24 21:00:37 +0200 (Mon, 24 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
-* modules/packetizer/mpegvideo.c: better fix.
-------------------------------------------------------------------------
-r7763 | gbazin | 2004-05-24 20:54:47 +0200 (Mon, 24 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
-* modules/packetizer/mpegvideo.c: corner case fix for pts/dts.
-------------------------------------------------------------------------
-r7762 | jlj | 2004-05-24 19:45:05 +0200 (Mon, 24 May 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-  * drms.c: Fixed bug which caused the wrong ID to be used if there was 
-            another firewire device in the ioregistry before the iPod.
-
-
-------------------------------------------------------------------------
-r7761 | fenrir | 2004-05-24 19:43:28 +0200 (Mon, 24 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts: fixed pts, and readding default gathering to make
- libmpeg2 happy.
-
-------------------------------------------------------------------------
-r7760 | djc | 2004-05-24 14:00:59 +0200 (Mon, 24 May 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-
-Volume icons are buttons to change volume
-
-------------------------------------------------------------------------
-r7759 | jlj | 2004-05-24 00:53:28 +0200 (Mon, 24 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-  * drms.c: Preview endian fix.
-
-
-------------------------------------------------------------------------
-r7758 | hartman | 2004-05-23 23:14:34 +0200 (Sun, 23 May 2004) | 3 lines
-Changed paths:
-   D /trunk/modules/gui/macosx/info.h
-   D /trunk/modules/gui/macosx/info.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/misc.m
-
-* Remove the old info window from SVN.
-* Cosmetic fix to misc.m
-
-------------------------------------------------------------------------
-r7757 | yoann | 2004-05-23 19:38:19 +0200 (Sun, 23 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-OSD sliders are now used if the vout is not embedded or in fullscreen mode.
-
-
-------------------------------------------------------------------------
-r7756 | yoann | 2004-05-23 18:19:29 +0200 (Sun, 23 May 2004) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/osd.h
-   M /trunk/modules/control/hotkeys.c
-   A /trunk/src/video_output/video_widgets.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/video_output/video_widgets.c: Added OSD sliders when changing volume or position with hotkeys.
-Those sliders are graphical (ie not written with characters) and we can now add others OSD "widgets".
-
-
-------------------------------------------------------------------------
-r7755 | yoann | 2004-05-23 18:01:40 +0200 (Sun, 23 May 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses/ncurses.c
-
-* added a search function for the playlist with ncurses interface (feature request #1786).
-  It doesn't support regexp for now.
-* fixed a bug when playlist was empty at start
-
-
-------------------------------------------------------------------------
-r7754 | fenrir | 2004-05-23 16:43:14 +0200 (Sun, 23 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/h264.c
-   M /trunk/modules/demux/mpeg/m4v.c
-
- * raw demuxers: few fixes, add es only after first packet. (size known)
-
-------------------------------------------------------------------------
-r7753 | fenrir | 2004-05-23 16:31:49 +0200 (Sun, 23 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * video; in hurry up mode 5 when scanning for width/height, reparse the buffer
- if we find them. (Avoid dropping the first frame).
-
-------------------------------------------------------------------------
-r7752 | fenrir | 2004-05-23 15:35:26 +0200 (Sun, 23 May 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- * es_out: avoid null dts/pts after *9/100 (with non null input values).
-
-------------------------------------------------------------------------
-r7751 | fkuehne | 2004-05-23 14:17:41 +0200 (Sun, 23 May 2004) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-
-* Fixes to the services-menu
-------------------------------------------------------------------------
-r7750 | gbazin | 2004-05-23 13:00:53 +0200 (Sun, 23 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: update the checkbox of the extended gui menu entry.
-------------------------------------------------------------------------
-r7749 | gbazin | 2004-05-23 12:31:54 +0200 (Sun, 23 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-* modules/gui/wxwindows/playlist.cpp: small fix.
-------------------------------------------------------------------------
-r7748 | jlj | 2004-05-23 02:07:16 +0200 (Sun, 23 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-  * drms.c: Support for previews.
-
-
-------------------------------------------------------------------------
-r7747 | gbazin | 2004-05-22 20:42:19 +0200 (Sat, 22 May 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-ALL: bumped version number to 0.7.3-svn.
-------------------------------------------------------------------------
-r7745 | jpsaman | 2004-05-21 14:05:41 +0200 (Fri, 21 May 2004) | 1 line
-Changed paths:
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.h3600
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/control.zaurus
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/rules.h3600
-   M /trunk/ipkg/rules.opie
-   M /trunk/ipkg/rules.zaurus
-
-Updated version to v0.7.2
-------------------------------------------------------------------------
-r7744 | gbazin | 2004-05-21 13:59:25 +0200 (Fri, 21 May 2004) | 1 line
-Changed paths:
-   M /trunk/ChangeLog
-
-* ChangeLog: updated for the 0.7.2 release.
-------------------------------------------------------------------------
-r7743 | gbazin | 2004-05-21 13:54:37 +0200 (Fri, 21 May 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* configure.ac: fixed libspeex > 1.1.0 detection.
-* ALL: bumped version number to 0.7.2.
-
-------------------------------------------------------------------------
-r7742 | fkuehne | 2004-05-21 13:50:12 +0200 (Fri, 21 May 2004) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/nl.po
-   M /trunk/po/pt_BR.po
-
-* Fixed the latest string changes
-------------------------------------------------------------------------
-r7741 | gbazin | 2004-05-21 13:34:02 +0200 (Fri, 21 May 2004) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* po/*: updated in preparation for release.
-------------------------------------------------------------------------
-r7740 | sam | 2004-05-21 13:30:18 +0200 (Fri, 21 May 2004) | 2 lines
-Changed paths:
-   M /trunk/po/es.po
-
-  * po/es.po: minor translation fix.
-
-------------------------------------------------------------------------
-r7739 | gbazin | 2004-05-21 13:01:35 +0200 (Fri, 21 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/speex.c
-
-* modules/codec/speex.c: fixed stupid bug in encoder.
-------------------------------------------------------------------------
-r7738 | sam | 2004-05-21 12:52:04 +0200 (Fri, 21 May 2004) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/po/es.po
-
-  * po/es.po: updated Spanish translation by Javier Varela Calvo. (hi goon!)
-
-------------------------------------------------------------------------
-r7737 | gbazin | 2004-05-21 12:48:33 +0200 (Fri, 21 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-
-* modules/gui/wxwindows/menus.cpp: release the wxMutexGui lock before triggering object var callbacks.
-------------------------------------------------------------------------
-r7736 | sam | 2004-05-21 12:46:36 +0200 (Fri, 21 May 2004) | 2 lines
-Changed paths:
-   M /trunk/po/es.po
-
-  * po/es.po: really removed all ^Ms.
-
-------------------------------------------------------------------------
-r7735 | sam | 2004-05-21 12:25:10 +0200 (Fri, 21 May 2004) | 2 lines
-Changed paths:
-   M /trunk/po/es.po
-
-  * po/es.po: removed trailing ^Ms.
-
-------------------------------------------------------------------------
-r7734 | hartman | 2004-05-21 00:04:46 +0200 (Fri, 21 May 2004) | 2 lines
-Changed paths:
-   M /trunk/po/es.po
-
-* updated spanish translation by Javier Varela Calvo.
-
-------------------------------------------------------------------------
-r7733 | hartman | 2004-05-20 21:45:12 +0200 (Thu, 20 May 2004) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-* small error in NEWS section concerning FLAC vs. FAAC
-
-------------------------------------------------------------------------
-r7732 | gbazin | 2004-05-20 15:17:07 +0200 (Thu, 20 May 2004) | 1 line
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-* vlc.win32.nsi: remove .dat from the list of registered extensions.
-------------------------------------------------------------------------
-r7731 | sam | 2004-05-20 15:14:55 +0200 (Thu, 20 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-
-  * modules/gui/skins2/src/skin_main.cpp:
-    + Use the svlc shortcut for skins 2, too.
-
-------------------------------------------------------------------------
-r7730 | hartman | 2004-05-20 14:19:15 +0200 (Thu, 20 May 2004) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-* THANKS: credit Jan Van Boghout <vlc@macrabbit.com> - iTunes like slider for OSX intf
-
-------------------------------------------------------------------------
-r7729 | ipkiss | 2004-05-20 13:18:55 +0200 (Thu, 20 May 2004) | 2 lines
-Changed paths:
-   A /trunk/doc/skins/skins2-howto.xml
-
-Docbook documentation on how to create a skin for the skins2 module.
-
-------------------------------------------------------------------------
-r7728 | gbazin | 2004-05-20 12:16:52 +0200 (Thu, 20 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-* modules/gui/wxwindows/open.cpp: simplified a string (sorry for the translations) because it was making the open dialog way too big.
-------------------------------------------------------------------------
-r7727 | yoann | 2004-05-20 11:31:02 +0200 (Thu, 20 May 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   A /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* changed the playlist icon in the wxwin interface (thanks to bigben)
-* added an open button
-
-
-------------------------------------------------------------------------
-r7726 | titer | 2004-05-20 03:49:08 +0200 (Thu, 20 May 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/cpu.c
-
- misc/cpu.c: another BeOS compile fix
-
-------------------------------------------------------------------------
-r7725 | titer | 2004-05-20 03:42:09 +0200 (Thu, 20 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace.c
-
- deinterlace.c: BeOS compile fix
-
-------------------------------------------------------------------------
-r7724 | titer | 2004-05-20 03:25:24 +0200 (Thu, 20 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/cmml/intf.c
-
- gcc < 3 fix
-
-------------------------------------------------------------------------
-r7723 | hartman | 2004-05-20 01:58:06 +0200 (Thu, 20 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/misc.m
-
-* iTunes style slider
-
-------------------------------------------------------------------------
-r7722 | hartman | 2004-05-19 23:01:58 +0200 (Wed, 19 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* mkv.cpp: add missing S_TEXT/ASS indentifier
-
-------------------------------------------------------------------------
-r7721 | yoann | 2004-05-19 15:49:09 +0200 (Wed, 19 May 2004) | 3 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-* po/fr.po: Updated French translation
-
-
-------------------------------------------------------------------------
-r7720 | bigben | 2004-05-19 12:27:30 +0200 (Wed, 19 May 2004) | 4 lines
-Changed paths:
-   M /trunk/po/it.po
-
-update of italian translation (made by murray)
-
-
-
-------------------------------------------------------------------------
-r7719 | damienf | 2004-05-19 11:45:48 +0200 (Wed, 19 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/src/video_output/vout_pictures.c
-
-- added support for UYVY chroma for directx direct vout render
-
-------------------------------------------------------------------------
-r7718 | damienf | 2004-05-19 11:40:58 +0200 (Wed, 19 May 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dshow/filter.h
-
-- capture filter supports more than one media types
-- capture filter is more compatible with ICaptureGraphBuilder2
-- some code cleanups especially when dealing with media types
-
-------------------------------------------------------------------------
-r7717 | damienf | 2004-05-19 11:38:44 +0200 (Wed, 19 May 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-- ordered device supported media types using an arbitrary fourcc preference priority before passing them to capture filter 
-- removed assumption where YUY2 chroma was considered identical to UYVY
-
-
-------------------------------------------------------------------------
-r7716 | zorglub | 2004-05-18 22:41:19 +0200 (Tue, 18 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/src/input/stream.c
-
-Skip leading tabs, spaces and line feeds
-
-------------------------------------------------------------------------
-r7715 | ipkiss | 2004-05-18 20:47:02 +0200 (Tue, 18 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-
- * skins2/utils/var_text.cpp: avoid an infinite loop when $H is specified in
-   a help string
-
-------------------------------------------------------------------------
-r7714 | gbazin | 2004-05-18 17:10:18 +0200 (Tue, 18 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-
-* modules/gui/wxwindows/iteminfo.cpp: expand info tree by default.
-------------------------------------------------------------------------
-r7713 | gbazin | 2004-05-18 16:50:19 +0200 (Tue, 18 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-
-* skins2/src/vlcproc.cpp: a few cleanup fixes.
-* wxwindows/*: a few cleanup fixes.
-
-------------------------------------------------------------------------
-r7712 | zorglub | 2004-05-18 13:21:22 +0200 (Tue, 18 May 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
-Hopefully fix bug with playlist parsing (line-feed problem)
-
-
-------------------------------------------------------------------------
-r7711 | rocky | 2004-05-18 12:49:15 +0200 (Tue, 18 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-Tolerate vcdimager < 0.7.21. Patch thanks to Arwed v. Merkatz.
-
-------------------------------------------------------------------------
-r7710 | titer | 2004-05-18 11:08:44 +0200 (Tue, 18 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
- macosx/vout*: fixed a possible segfault on vout close
-
-------------------------------------------------------------------------
-r7709 | fkuehne | 2004-05-18 08:46:05 +0200 (Tue, 18 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-
-* rewritten a pref-string
-------------------------------------------------------------------------
-r7708 | fkuehne | 2004-05-18 00:14:25 +0200 (Tue, 18 May 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/po/de.po
-
-* modules/gui/macosx/intf.*: made the Services-menu translatable
-* modules/gui/macosx/macosx.m: rewritten a pref-string
-* modules/gui/pda/pda.glade: Fixed "VLC media player"
-* po/de.po: Updated translation
-------------------------------------------------------------------------
-r7707 | ipkiss | 2004-05-17 22:48:39 +0200 (Mon, 17 May 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-
- * skins2:
-    - new possible action vlc.mute() to mute/un-mute
-    - vlc.isMute is now working well (in a boolean expression)
-
-------------------------------------------------------------------------
-r7706 | gbazin | 2004-05-17 22:29:41 +0200 (Mon, 17 May 2004) | 1 line
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-* vlc.win32.nsi: start menu shortcut for skins2.
-------------------------------------------------------------------------
-r7705 | asmax | 2004-05-17 22:14:31 +0200 (Mon, 17 May 2004) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/default/theme.xml
-
-  * theme.xml: please, no useless vout window in the default skin
-
-------------------------------------------------------------------------
-r7704 | gbazin | 2004-05-17 21:56:30 +0200 (Mon, 17 May 2004) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* ALL: preparing for the 0.7.2-test3 release.
-
-------------------------------------------------------------------------
-r7703 | gbazin | 2004-05-17 21:38:13 +0200 (Mon, 17 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-
-* modules/video_chroma/i420_rgb_mmx.h: gcc-3.4 compilation fix.
-------------------------------------------------------------------------
-r7702 | gbazin | 2004-05-17 21:22:50 +0200 (Mon, 17 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* modules/codec/dvbsub.c: coding style changes.
-------------------------------------------------------------------------
-r7701 | gbazin | 2004-05-17 18:10:32 +0200 (Mon, 17 May 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/input_programs.c
-
-* src/input/input_programs.c: if no program is specified by the user, don't add any to the list.
-------------------------------------------------------------------------
-r7700 | gbazin | 2004-05-17 14:02:43 +0200 (Mon, 17 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* fixed race condition with b_seekable.
-------------------------------------------------------------------------
-r7699 | yoann | 2004-05-17 13:49:35 +0200 (Mon, 17 May 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-* modules/control/hotkeys.c: Fixed a bug with hotkey 't': length was
-sometimes not display, although it was known.
-
-
-------------------------------------------------------------------------
-r7698 | anil | 2004-05-17 13:38:01 +0200 (Mon, 17 May 2004) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-* po/POTFILES.in: updated 
-
-------------------------------------------------------------------------
-r7697 | gbazin | 2004-05-17 12:39:14 +0200 (Mon, 17 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
-
-* modules/gui/wxwindows/timer.cpp: don't show the slider when the stream is not seekable.
-------------------------------------------------------------------------
-r7696 | hartman | 2004-05-17 03:54:32 +0200 (Mon, 17 May 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* add old goom module if libgoom.a is detected
-  (When you fix stuff you should commit them as well)
-
-------------------------------------------------------------------------
-r7695 | gbazin | 2004-05-17 00:42:48 +0200 (Mon, 17 May 2004) | 3 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-   M /trunk/src/video_output/vout_intf.c
-
-* interface/interface.c: fixed a bug with embedded vouts and interface switching.
-* video_output/vout_intf.c: small fix.
-
-------------------------------------------------------------------------
-r7694 | gbazin | 2004-05-17 00:06:34 +0200 (Mon, 17 May 2004) | 14 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_intf.c
-
-* src/video_output/vout_intf.c, include/video_output.h:
-  + vout_RequestWindow() will now cycle through all the available interfaces until 
-it finds one with embedded vout support.
-    This fixes the issue where embedded vout would stop working when additional 
-interfaces are spawned after the main interface is started.
-  + vout_RequestWindow() now stores the parent interface pointer into the vout 
-object for later use by vout_ControlWindow() and vout_ReleaseWindow().
-  + added a vout_vaControlDefault() called by the vouts pf_control() when they 
-don't handle something.
-* modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
-  + call vout_vaControlDefault().
-* modules/gui/wxwindows/wxwindows.cpp: sets p_intf->b_dead when the interface is 
-about to be destroyed.
-
-------------------------------------------------------------------------
-r7693 | hartman | 2004-05-16 22:27:47 +0200 (Sun, 16 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/output.m
-
-* modules/gui/macosx/output.m: added mp4a.
-* modules/gui/macosx/controls.m: fix the autogenerated menu.
-
-------------------------------------------------------------------------
-r7692 | gbazin | 2004-05-16 21:33:58 +0200 (Sun, 16 May 2004) | 1 line
-Changed paths:
-   M /trunk/include/vlc_help.h
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-* modules/gui/wxwindows/preferences_widgets.cpp: increased max int in IntegerConfigControl.
-------------------------------------------------------------------------
-r7691 | gbazin | 2004-05-16 21:20:23 +0200 (Sun, 16 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-* modules/gui/wxwindows/open.cpp: added a DVB tab and display module shortnames instead of their descriptions.
-------------------------------------------------------------------------
-r7690 | gbazin | 2004-05-16 21:17:56 +0200 (Sun, 16 May 2004) | 3 lines
-Changed paths:
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/access/v4l/v4l.c
-
-* include/modules_inner.h, include/modules.h: added a shortname field to the module declaration section.
-* modules/access/*: added a shortname to a few modules.
-
-------------------------------------------------------------------------
-r7689 | anil | 2004-05-16 20:08:41 +0200 (Sun, 16 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-msleep() a bit before filling the playlist.
-
-------------------------------------------------------------------------
-r7688 | gbazin | 2004-05-16 19:54:18 +0200 (Sun, 16 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: forgot a debug message.
-------------------------------------------------------------------------
-r7687 | gbazin | 2004-05-16 19:44:44 +0200 (Sun, 16 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-* modules/misc/network/ipv4.c: new --ipv4-timeout config option that lets you specify a timeout for TCP connections (default 5sec).
-------------------------------------------------------------------------
-r7686 | gbazin | 2004-05-16 19:25:10 +0200 (Sun, 16 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/*: some cleanup + disable seekbar if stream is not seekable.
-------------------------------------------------------------------------
-r7685 | zorglub | 2004-05-16 19:03:31 +0200 (Sun, 16 May 2004) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Details on DVB
-
-------------------------------------------------------------------------
-r7684 | hartman | 2004-05-16 17:29:24 +0200 (Sun, 16 May 2004) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-* NEWS: Updated a bit more
-
-------------------------------------------------------------------------
-r7683 | zorglub | 2004-05-16 15:46:58 +0200 (Sun, 16 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
-
-Update timer
-
-------------------------------------------------------------------------
-r7682 | gbazin | 2004-05-16 14:52:05 +0200 (Sun, 16 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c: before using an Xv port, make sure XV_AUTOPAINT_COLORKEY is switched on.
-------------------------------------------------------------------------
-r7681 | zorglub | 2004-05-16 12:46:54 +0200 (Sun, 16 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-Use the new SAP/SLP syntax (sap,slp,name=)
-
-
-------------------------------------------------------------------------
-r7680 | gbazin | 2004-05-16 02:25:17 +0200 (Sun, 16 May 2004) | 1 line
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-* vlc.win32.nsi: more autorun stuff.
-------------------------------------------------------------------------
-r7679 | hartman | 2004-05-16 01:05:57 +0200 (Sun, 16 May 2004) | 3 lines
-Changed paths:
-   M /trunk/po/nl.po
-
-* partially updated NL translation. You have to do _something_ 
-  during the Eurovision Songfestival.
-
-------------------------------------------------------------------------
-r7678 | fenrir | 2004-05-15 16:42:16 +0200 (Sat, 15 May 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/src/misc/block.c
-
- * all: improved perfs (using block_ChainLastAppend).
-
-------------------------------------------------------------------------
-r7677 | gbazin | 2004-05-15 14:58:07 +0200 (Sat, 15 May 2004) | 1 line
-Changed paths:
-   M /trunk/INSTALL.win32
-
-* INSTALL.win32: update
-------------------------------------------------------------------------
-r7676 | fenrir | 2004-05-15 14:46:21 +0200 (Sat, 15 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * mp4: added support for h264. I have no idea if it's compliant but at
-least vlc is able to play it.
-
-------------------------------------------------------------------------
-r7675 | gbazin | 2004-05-15 14:22:03 +0200 (Sat, 15 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvdplay/tools.c
-   M /trunk/modules/demux/dvdnav.c
-   M /trunk/vlc.win32.nsi
-
-* modules/demux/dvdnav.c, modules/access/dvdplay/tools.c: on win32, remove trailing '\' if passed a drive letter.
-* vlc.win32.nsi: DVD and AudioCD handlers.
-
-------------------------------------------------------------------------
-r7674 | fenrir | 2004-05-15 13:28:03 +0200 (Sat, 15 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: mmh removed a fprintf.
-
-------------------------------------------------------------------------
-r7673 | fenrir | 2004-05-15 13:10:42 +0200 (Sat, 15 May 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * all: added avc1 support. Well there is a hack because we need to
-first go through the h264 packetizer that will convert avc1 into a
-proper annexe B stream (untested).
-
-
-------------------------------------------------------------------------
-r7672 | fenrir | 2004-05-15 13:08:46 +0200 (Sat, 15 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
- * x264: updated to latest PAI.
-
-------------------------------------------------------------------------
-r7671 | fenrir | 2004-05-15 13:06:28 +0200 (Sat, 15 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
- * h264: added avc1 -> h264 annexe B stream.
-
-------------------------------------------------------------------------
-r7670 | fenrir | 2004-05-15 13:03:48 +0200 (Sat, 15 May 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: - add +1 to PCR/DTS/PTS.
-        - preliminary support of avc (using a draft+google without
-samples to test, so don't expect it to work ;)
- * libmp4: parse the avcC atom.
-
-------------------------------------------------------------------------
-r7669 | gbazin | 2004-05-15 12:59:09 +0200 (Sat, 15 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-* modules/video_output/directx/directx.c: fixed 'refresh list' for directx-device.
-------------------------------------------------------------------------
-r7668 | fenrir | 2004-05-15 12:58:22 +0200 (Sat, 15 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi: add +1 to PCR/DTS/PTS.
-
-------------------------------------------------------------------------
-r7667 | fenrir | 2004-05-15 12:54:10 +0200 (Sat, 15 May 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- * es_out; round up PCR (avoid non null PCR -> null).
-
-------------------------------------------------------------------------
-r7666 | fenrir | 2004-05-15 12:53:17 +0200 (Sat, 15 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
- * real:  use 1 as starting time (allow to have a valid date for the first frame).
-
-------------------------------------------------------------------------
-r7665 | fenrir | 2004-05-15 12:52:56 +0200 (Sat, 15 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/aac.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/wav.c
-
-* all:  use 1 as starting time (allow to have a valid date for the first frame).
-
-------------------------------------------------------------------------
-r7664 | fenrir | 2004-05-15 12:51:59 +0200 (Sat, 15 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
- * mpga: use 1 as starting time (allow to have a valid date for the first frame).
-
-------------------------------------------------------------------------
-r7663 | hartman | 2004-05-15 06:05:01 +0200 (Sat, 15 May 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* no shared libs for faac when linking with ffmpeg
-
-------------------------------------------------------------------------
-r7662 | hartman | 2004-05-15 04:36:05 +0200 (Sat, 15 May 2004) | 7 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/extras/MacOSX/macosx-dmg
-
-* extras/MacOSX/macosx-dmg: rewrote the package script.
-  - will now determine desired image size by itself
-  - the hdid mount command mounted the image as root if no user is logged in via GUI.
-    this is very undesirable for nightly builds.
-    now uses the mount command and a local mountpoint.
-
-
-------------------------------------------------------------------------
-r7661 | gbazin | 2004-05-15 03:11:57 +0200 (Sat, 15 May 2004) | 1 line
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-* vlc.win32.nsi: compressor needs to be defined at the top.
-------------------------------------------------------------------------
-r7660 | gbazin | 2004-05-15 02:37:09 +0200 (Sat, 15 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
-* modules/access/v4l/v4l.c: removed useless warning messages.
-------------------------------------------------------------------------
-r7659 | gbazin | 2004-05-15 02:31:38 +0200 (Sat, 15 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-
-* modules/access/mms/mmstu.c: fixed a few corner cases (like an infinite loop when input is stopped).
-------------------------------------------------------------------------
-r7658 | hartman | 2004-05-15 00:27:37 +0200 (Sat, 15 May 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* small fix for faac build
-
-------------------------------------------------------------------------
-r7657 | hartman | 2004-05-14 23:57:14 +0200 (Fri, 14 May 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/faac.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* added faac support to Mac OSX build
-* ffmpeg cvs no longer asks you for a passwd. (this is for nightly's :)
-
-------------------------------------------------------------------------
-r7656 | fenrir | 2004-05-14 22:46:33 +0200 (Fri, 14 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-
- * mmstu: added a couple of uint64_t casts to avoid overflow.
-
-------------------------------------------------------------------------
-r7655 | gbazin | 2004-05-14 19:07:50 +0200 (Fri, 14 May 2004) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   D /trunk/install-win32
-   A /trunk/vlc.win32.nsi (from /trunk/install-win32:7649)
-
-* vlc.win32.nsi: brand new NSIS auto-installer script.
-* Makefile.am: use vlc icon in the NSIS installer.
-
-------------------------------------------------------------------------
-r7654 | jpsaman | 2004-05-14 15:24:07 +0200 (Fri, 14 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-
-Close DVR device
-------------------------------------------------------------------------
-r7653 | titer | 2004-05-14 13:29:21 +0200 (Fri, 14 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
- macosx/vout.m: don't forget to EndFullScreen() on GL mode too
-
-------------------------------------------------------------------------
-r7652 | gbazin | 2004-05-13 23:13:38 +0200 (Thu, 13 May 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/visualization/goom.c
-
-* configure.ac, modules/visualization/goom.c: in case --with-goom-tree is specified and we don't find libgoom2, try to find and use libgoom.
-------------------------------------------------------------------------
-r7651 | titer | 2004-05-13 20:29:44 +0200 (Thu, 13 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
- macosx/vout.m : fixed --macosx-fillscreen
-
-------------------------------------------------------------------------
-r7650 | gbazin | 2004-05-13 20:22:18 +0200 (Thu, 13 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-* modules/stream_out/standard.c: fixed a few small mem leaks.
-------------------------------------------------------------------------
-r7649 | titer | 2004-05-13 19:45:22 +0200 (Thu, 13 May 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
- macosx/vout* : in GL mode, create a fullscreen window just like with QT
-                instead of switching to OpenGL fullscreen mode (fixes
-                unreachable mouse events with DVD menus, fixes the issues
-                with people using multiple desktops, etc).
-                Fillscreen is temporarily broken, I'll clean this up later.
-
-------------------------------------------------------------------------
-r7648 | hartman | 2004-05-13 17:38:15 +0200 (Thu, 13 May 2004) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/audio_output/coreaudio.c
-
-* Fix for stream selection on HAL devices.
-  by Jean Alexis Montignies <ja at sente.ch>
-
-------------------------------------------------------------------------
-r7647 | jlj | 2004-05-12 23:44:59 +0200 (Wed, 12 May 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-  * drms.c: Check that key store is at least 4 bytes (fixes segfault
-            on empty key store).
-
-
-------------------------------------------------------------------------
-r7646 | ipkiss | 2004-05-12 20:56:51 +0200 (Wed, 12 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/share/skins2/default/theme.xml
-   M /trunk/share/skins2/skin.dtd
-
- * skins2: Removed the Theme.fadetime attribute (unused)
-
-------------------------------------------------------------------------
-r7645 | massiot | 2004-05-12 20:48:25 +0200 (Wed, 12 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-* modules/mux/mpeg/ts.c: Fixed a possible segfault in the shaping code.
-
-------------------------------------------------------------------------
-r7644 | gbazin | 2004-05-12 19:46:48 +0200 (Wed, 12 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-* modules/gui/wxwindows/open.cpp: mrl parsing fix.
-------------------------------------------------------------------------
-r7643 | gbazin | 2004-05-12 19:45:18 +0200 (Wed, 12 May 2004) | 1 line
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
-* src/stream_output/stream_output.c: allows spaces in the options of the sout mrl. Heading and trailing spaces in options will be removed.
-------------------------------------------------------------------------
-r7642 | massiot | 2004-05-11 16:03:50 +0200 (Tue, 11 May 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/src/stream_output/stream_output.c
-
-* src/stream_output/stream_output.c: Use strtol for option parsing instead
-  of atoi, because atoi assumes base 10.
-* modules/access/dvb/access.c: New --dvb-caching option.
-* modules/mux/mpeg/ts.c: Cosmetics.
-
-------------------------------------------------------------------------
-r7641 | fenrir | 2004-05-11 02:51:43 +0200 (Tue, 11 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts.c: this time it should work (create one dvbpsi handle per pmt).
-
-------------------------------------------------------------------------
-r7640 | fenrir | 2004-05-11 01:39:48 +0200 (Tue, 11 May 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/demux2.c
-   M /trunk/modules/demux/ts.c
-
- * ts: added support pf multiples PMT on the same PID (broken idea for
-broken people but it's used and it seems spec compliant)
-
- * demux2: append a :// to allow correct parsing of /volume/filename:.avi
-
-
-------------------------------------------------------------------------
-r7639 | bigben | 2004-05-10 22:50:36 +0200 (Mon, 10 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/output.m
-
-oups
-
-
-------------------------------------------------------------------------
-r7638 | gbazin | 2004-05-10 22:05:08 +0200 (Mon, 10 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-* modules/gui/wxwindows/open.cpp: fixed the update of the advanced MRLs. Added a dvdnav option.
-------------------------------------------------------------------------
-r7637 | jpsaman | 2004-05-10 21:57:38 +0200 (Mon, 10 May 2004) | 13 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-
-dvb/access.c - properly cast memory returned by malloc()
-             - fix small memory leak on closing of dvb plugin.
-dvb/linux-dvb.c - remove astray spaces
-                - always empty the event queue before FE_SET_FRONTEND and FrontendCheck(). 
-                  dvbstream does the same for OFDM and QAM. 
-
-Summary: 
-   DVB-C is working (did a few tests) 
-   DVB-T not tested. 
-   Using polarization=A doesn't work anymore INVERSION_AUTO is not honered for tuning. 
-   SEC_VOLTAGE_OFF is missing when using latest code DVB-1.1.7 from http://www.metzlerbros.org/dvb/index.html. While include/linux/dvb/version.h is not updated and still reflects this API version: #define DVB_API_VERSION 3
-
-
-------------------------------------------------------------------------
-r7636 | bigben | 2004-05-10 19:19:59 +0200 (Mon, 10 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/output.m
-
-use new syntax for sap/slp announces
-
-
-------------------------------------------------------------------------
-r7635 | massiot | 2004-05-10 17:08:34 +0200 (Mon, 10 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-
-1l
-
-------------------------------------------------------------------------
-r7634 | massiot | 2004-05-10 17:07:15 +0200 (Mon, 10 May 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/src/input/input_programs.c
-
-* src/input/input_programs.c: Fixed the --program option (thanks gibalou)
-* modules/access/dvb/access.c: Removed the temporary --dvb-program hack
-* modules/demux/ts.c: New --ts-silent option to avoid complaints about
-  encrypted packets (especially useful with --sout-all for streaming a part
-  of a transponder).
-
-------------------------------------------------------------------------
-r7633 | massiot | 2004-05-10 16:57:00 +0200 (Mon, 10 May 2004) | 28 lines
-Changed paths:
-   M /trunk/modules/access/dvb/Modules.am
-   M /trunk/modules/access/dvb/access.c
-   D /trunk/modules/access/dvb/dvb.c
-   M /trunk/modules/access/dvb/dvb.h
-   A /trunk/modules/access/dvb/linux_dvb.c (from /trunk/modules/access/dvb/dvb.c:7632)
-   D /trunk/modules/access/dvb/qpsk.c
-
-* modules/access/dvb: Major rewrite of the code.
-  - new options (now prepended with --dvb) :
-     --dvb-program : to work around the non-working --program
-     --dvb-inversion : to (optionally) specify the inversion, which is not
-                       the same as polarization
-     --dvb-budget-mode : if you have a budget card this will set a filter
-                         on 0x2000, meaning all PIDs will be returned by
-                         the driver. The budget-mode is compatible with demux2.
-     --dvb-satno : to specify a sat number in the diseqc system
-     --dvb-voltage : to specify the voltage of the LNB (0 is a permitted
-                     value in special configurations)
-     --dvb-tone : to enable/disable the 22kHz tone (by default it is sent
-                  if frequency >= lnb-slof)
-  - fixed a handful of QPSK tuning bugs, especially the diseqc was not
-    working and frequencies above 11700 couldn't be tuned to.
-  - the modules now uses the inherited object variables for its
-    configuration.
-  - symbol-rate= url option is now srate= for consistency with the
-    configuration variable.
-  - all linux-dvb specific code is now in linux_dvb.c. access.c contains
-    only code which could be reused on other platforms.
-  - better keep track of demux file descriptors (especially useful on
-    limited boards).
-  - do not block in read() when no data is available.
-  - fixed msleep() calls (reminder : mtime_t is in _microseconds_).
-
-I didn't test the QAM and OFDM variants, so please report.
-
-------------------------------------------------------------------------
-r7632 | gbazin | 2004-05-10 14:21:29 +0200 (Mon, 10 May 2004) | 1 line
-Changed paths:
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/mixer.c
-
-* src/audio_ouput/input.c: better on-the-fly switching of audio filters.
-------------------------------------------------------------------------
-r7631 | gbazin | 2004-05-09 11:35:12 +0200 (Sun, 09 May 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/visualization/goom.c
-
-configure.ac, modules/visualization/goom.c: updated for libgoom2 (goom 2k4). You can find it here: http://www.ios-software.com/index.php3?page=projet&quoi=1
-------------------------------------------------------------------------
-r7630 | gbazin | 2004-05-09 11:20:34 +0200 (Sun, 09 May 2004) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: email address obfuscation for text files included in the win32 package (Patch courtesy of Johan Bilien)
-------------------------------------------------------------------------
-r7629 | jlj | 2004-05-09 00:58:46 +0200 (Sun, 09 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-  * drms.c: DRMS v2 endian fix.
-
-
-------------------------------------------------------------------------
-r7628 | sam | 2004-05-08 23:00:47 +0200 (Sat, 08 May 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-  * modules/demux/mp4/drms.c:
-    + Removed unreachable code here and there.
-    + Refactored some shuffling functions and got rid of the ext structure.
-    + More code cleanup.
-
-------------------------------------------------------------------------
-r7627 | jlj | 2004-05-08 22:48:37 +0200 (Sat, 08 May 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-  * drms.c: fopen in binary mode. Convenience fix for those that use the DRMS
-            code outside of VLC and don't set _fmode to _O_BINARY.
-
-
-------------------------------------------------------------------------
-r7626 | ipkiss | 2004-05-08 20:10:38 +0200 (Sat, 08 May 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/share/skins2/default/theme.xml
-
- * skins2/src/skin_main.cpp: Transparency is default disabled
- * skins2/parser/builder.cpp: s/resize/resizeSE/ (SE as in South-East)
-   because in the future resizing will be allowed in all directions
- * share/skins2/default/theme.xml: Updated the skin accordingly
-
-------------------------------------------------------------------------
-r7625 | gbazin | 2004-05-08 18:58:05 +0200 (Sat, 08 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c: fixed bug with uninitialized variable.
-------------------------------------------------------------------------
-r7624 | gbazin | 2004-05-08 13:59:28 +0200 (Sat, 08 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/dvdnav.c
-
-* modules/demux/dvdnav.c: a few fixes.
-------------------------------------------------------------------------
-r7623 | fenrir | 2004-05-07 23:12:26 +0200 (Fri, 07 May 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi: hack to let few xvid files working.
- (set codec to xvid if the hanlder is xvid).
-
-
-------------------------------------------------------------------------
-r7622 | fenrir | 2004-05-07 23:10:48 +0200 (Fri, 07 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * video: set avtcx->codec_tag
-
-------------------------------------------------------------------------
-r7621 | gbazin | 2004-05-07 17:36:01 +0200 (Fri, 07 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/mp4/libmp4.c
-
-* modules/demux/asf/*: fixed mem leak.
-* modules/demux/mp4/*: fixed segfault on close with some files.
-
-------------------------------------------------------------------------
-r7620 | gbazin | 2004-05-07 16:36:51 +0200 (Fri, 07 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/*: move a few things out of wxwindows.h
-------------------------------------------------------------------------
-r7619 | gbazin | 2004-05-07 15:03:43 +0200 (Fri, 07 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx/*: embedded vout plays nicer with multi-monitor setups.
-------------------------------------------------------------------------
-r7618 | gbazin | 2004-05-07 13:25:42 +0200 (Fri, 07 May 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* src/video_output/video_output.c: make sure vout_Create() returns NULL when the pf_init() of the vout plugin failed.
-------------------------------------------------------------------------
-r7617 | jpsaman | 2004-05-07 13:17:40 +0200 (Fri, 07 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.c
-
-Tuning to DVB-C works. Added code to listen to FE_REINIT from the frontend.
-------------------------------------------------------------------------
-r7616 | jpsaman | 2004-05-07 10:51:56 +0200 (Fri, 07 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvb/dvb.c
-
-Gracefully interrupt the tuning process.
-------------------------------------------------------------------------
-r7615 | jpsaman | 2004-05-07 10:31:16 +0200 (Fri, 07 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.c
-
-compilation fixes
-------------------------------------------------------------------------
-r7614 | jpsaman | 2004-05-07 10:12:34 +0200 (Fri, 07 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/qpsk.c
-
-Refactoring of dvb.c and access.c. Coding style and messages cleanup.
-------------------------------------------------------------------------
-r7613 | rocky | 2004-05-07 04:03:56 +0200 (Fri, 07 May 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/vcdx/vcdplayer.c
-
-Tolerate compilation with vcdimager 0.7.20. Sigh.
-
-
-------------------------------------------------------------------------
-r7612 | hartman | 2004-05-07 02:46:20 +0200 (Fri, 07 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-* introduced a bug with my latest patch in the autogenerated menus.
-
-------------------------------------------------------------------------
-r7611 | hartman | 2004-05-07 01:14:23 +0200 (Fri, 07 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/src/input/input.c
-
-* fixed a number of memleaks
-
-------------------------------------------------------------------------
-r7610 | gbazin | 2004-05-06 23:14:13 +0200 (Thu, 06 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
-* modules/mux/mp4.c:fixed a minor mem leak.
-------------------------------------------------------------------------
-r7609 | hartman | 2004-05-06 23:14:02 +0200 (Thu, 06 May 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* set -O3 on faad
-
-------------------------------------------------------------------------
-r7608 | gbazin | 2004-05-06 22:51:47 +0200 (Thu, 06 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-* modules/demux/mp4/mp4.c: fixed memory leak.
-------------------------------------------------------------------------
-r7607 | hartman | 2004-05-06 21:34:41 +0200 (Thu, 06 May 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* don't autorelease the application
-* make sure the terminate of the super is called
-
-This might fix the CodeTek VirtualDesktop appl. (untested)
-
-
-------------------------------------------------------------------------
-r7606 | gbazin | 2004-05-06 19:35:26 +0200 (Thu, 06 May 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/input_dec.c
-
-* src/input/input_dec.c: fixed DVB subtitles support in old MPEG TS demuxer.
-------------------------------------------------------------------------
-r7605 | gbazin | 2004-05-06 12:58:57 +0200 (Thu, 06 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* modules/demux/mkv.cpp: wchar_t is defined in stddef.h so no need to include wchar.h
-------------------------------------------------------------------------
-r7604 | gbazin | 2004-05-06 10:14:03 +0200 (Thu, 06 May 2004) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* Makefile.am: include the vlm html files in the win32 package.
-------------------------------------------------------------------------
-r7603 | jlj | 2004-05-06 00:25:12 +0200 (Thu, 06 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-  * drms.c: DRMS v2 uses filename iSCInfo2 instead of iSCInfo.
-
-
-------------------------------------------------------------------------
-r7602 | hartman | 2004-05-05 23:53:07 +0200 (Wed, 05 May 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-* .access for http intf added to OSX build.
-
-------------------------------------------------------------------------
-r7601 | gbazin | 2004-05-05 23:52:07 +0200 (Wed, 05 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* modules/demux/ts.c: support for DVB subtitles and memory leak fixes.
-------------------------------------------------------------------------
-r7600 | gbazin | 2004-05-05 23:50:49 +0200 (Wed, 05 May 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-* src/input/es_out.c: remove deprecated hack.
-------------------------------------------------------------------------
-r7599 | ipkiss | 2004-05-05 23:15:04 +0200 (Wed, 05 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-
- * skins2/parser/skin_parser.cpp: Make sure that IDs are unique
-
-------------------------------------------------------------------------
-r7598 | gbazin | 2004-05-05 22:29:14 +0200 (Wed, 05 May 2004) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h: moved a few hotkeys to the advanced options.
-------------------------------------------------------------------------
-r7597 | gbazin | 2004-05-05 13:18:18 +0200 (Wed, 05 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
-------------------------------------------------------------------------
-r7596 | jlj | 2004-05-05 13:13:33 +0200 (Wed, 05 May 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-  * drms.c: DRMS v2 support. Thanks to sam for cleaning and breaking up
-            DoExtShuffle into smaller functions.
-
-
-------------------------------------------------------------------------
-r7595 | fkuehne | 2004-05-04 23:25:48 +0200 (Tue, 04 May 2004) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* Added the WAVE-file-type
-------------------------------------------------------------------------
-r7594 | ipkiss | 2004-05-04 22:42:08 +0200 (Tue, 04 May 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-
- * skins2/parser/skin_parser.cpp: Fixed my last commit.
-   I didn't remove all the code handling the removed attribute (Playlist.var),
-   because it can still be useful if we decide to have other List controls.
-
-------------------------------------------------------------------------
-r7593 | hartman | 2004-05-04 22:03:10 +0200 (Tue, 04 May 2004) | 2 lines
-Changed paths:
-   M /trunk/vlc.ebuild
-
-* updates to ebuild for 0.7.2
-
-------------------------------------------------------------------------
-r7592 | ipkiss | 2004-05-04 21:50:43 +0200 (Tue, 04 May 2004) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/skin.dtd
-
- * share/skins2/skin.dtd: removed a useless attribute
-
-------------------------------------------------------------------------
-r7591 | gbazin | 2004-05-04 21:46:03 +0200 (Tue, 04 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* modules/demux/ts.c: coding style changes.
-------------------------------------------------------------------------
-r7590 | titer | 2004-05-04 16:09:45 +0200 (Tue, 04 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_yuy2.h
-
- + video_chroma/i420_yuy2.h : grmbl, x86 compile fix
-
-------------------------------------------------------------------------
-r7589 | titer | 2004-05-04 15:57:48 +0200 (Tue, 04 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_yuy2.c
-
- + video_chroma/i420_yuy2.c : fixed conversion for non-multiple-of-8
-                              widths (MMX untested)
-
-------------------------------------------------------------------------
-r7588 | titer | 2004-05-04 13:35:18 +0200 (Tue, 04 May 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
- + macosx/vout.m : catch mouse events in OpenGL mode (still, only works
-                   in window mode. I'm not sure how we can catch
-                   mouseDown events in fullscreen GL mode)
-
-------------------------------------------------------------------------
-r7587 | rocky | 2004-05-04 07:14:15 +0200 (Tue, 04 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-Correct bitrate in the WAV header.
-
-
-------------------------------------------------------------------------
-r7586 | fkuehne | 2004-05-03 21:52:32 +0200 (Mon, 03 May 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* Updated '(c) 1996-2003' to '(c) 1996-2004'
-------------------------------------------------------------------------
-r7585 | gbazin | 2004-05-03 15:55:39 +0200 (Mon, 03 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* modules/codec/ffmpeg/video.c: compilation fixes for ffmpeg 0.4.8.
-------------------------------------------------------------------------
-r7584 | sam | 2004-05-03 14:06:10 +0200 (Mon, 03 May 2004) | 4 lines
-Changed paths:
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-
-  * po/:
-    + Updated the British translation.
-    + Merged Javier Varela's Spanish translation. There's more to come.
-
-------------------------------------------------------------------------
-r7583 | sigmunau | 2004-05-02 22:25:11 +0200 (Sun, 02 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-
-modules/access/cdda.c: write proper bitrate in the wav header.
-
-------------------------------------------------------------------------
-r7582 | ipkiss | 2004-05-02 21:00:54 +0200 (Sun, 02 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/lirc.c
-
- * modules/control/hotkeys.c and lirc.c: fixed a refcount problem + small
-   coding style changes
-
-------------------------------------------------------------------------
-r7581 | ipkiss | 2004-05-02 20:41:52 +0200 (Sun, 02 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
- * modules/gui/wxwindows/playlist.cpp: fixed a refcount problem + minor coding
-   style fixes
-
-------------------------------------------------------------------------
-r7580 | fkuehne | 2004-05-02 18:15:17 +0200 (Sun, 02 May 2004) | 2 lines
-Changed paths:
-   M /trunk/po/de.po
-   M /trunk/po/it.po
-
-* po/de.po: corrected a misunderstanding
-* po/it.po: layout fixes to the rc-help-message
-------------------------------------------------------------------------
-r7579 | ipkiss | 2004-05-02 16:03:20 +0200 (Sun, 02 May 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-
- * skins2/parser/interpreter.cpp: parse the "or" operator
- * skins2/parser/expr_evaluator.cpp: small fix for enhanced flexibility
-
-------------------------------------------------------------------------
-r7578 | fkuehne | 2004-05-02 14:36:52 +0200 (Sun, 02 May 2004) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-* Fixed some  translations
-------------------------------------------------------------------------
-r7577 | gbazin | 2004-05-01 20:00:36 +0200 (Sat, 01 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/dvdnav.c
-
-* modules/demux/dvdnav.c: a few coding style changes.
-------------------------------------------------------------------------
-r7576 | gbazin | 2004-05-01 19:56:14 +0200 (Sat, 01 May 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/dvdnav.c
-
-* modules/demux/dvdnav.c: a bit less debug and fixed seeking.
-------------------------------------------------------------------------
-r7575 | fkuehne | 2004-05-01 18:01:41 +0200 (Sat, 01 May 2004) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-=* Updated German translation
-------------------------------------------------------------------------
-r7574 | asmax | 2004-05-01 16:23:40 +0200 (Sat, 01 May 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/vars/time.cpp
-   M /trunk/modules/gui/skins2/vars/time.hpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   M /trunk/modules/gui/skins2/win32/win32_window.cpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-
-  * src/vlcproc.*: added the callbacks for vout requests. The vout window
-    handle is now stored in VlcProc.
-  * x11/x11_window.cpp, win32/win32_window.cpp: set the vout window in 
-    VlcProc instead of the old "drawable" trick
-  * all: renamed "Time" into "StreamTime" because of a name conflict with 
-   X11 (did i hear "namespace" ? ;)
-
-------------------------------------------------------------------------
-r7573 | gbazin | 2004-05-01 12:51:24 +0200 (Sat, 01 May 2004) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-* NEWS: support for theora alpha3 and hotkeys in the wxwin interface.
-
-------------------------------------------------------------------------
-r7572 | gbazin | 2004-05-01 12:36:25 +0200 (Sat, 01 May 2004) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/po/POTFILES.in
-
-* ALL: update for 0.7.2-test2.
-
-------------------------------------------------------------------------
-r7571 | gbazin | 2004-05-01 01:21:44 +0200 (Sat, 01 May 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/*: hotkeys support.
-
-------------------------------------------------------------------------
-r7570 | yoann | 2004-05-01 00:53:33 +0200 (Sat, 01 May 2004) | 7 lines
-Changed paths:
-   M /trunk/po/fr.po
-
- * po/fr.po: updated French translation for vlc 0.7.2
-
-> #, fuzzy
-> msgid "Date metadata"
-> msgstr "Death metal"
-
-
-------------------------------------------------------------------------
-r7569 | titer | 2004-04-30 18:44:59 +0200 (Fri, 30 Apr 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
- + macosx/vout*: use two pictures and OpenGL textures so a texture
-                 cannot be affected by VLC loading the next picture
-                (should fix the artifacts when moving or resizing
-                 the window)
-
-------------------------------------------------------------------------
-r7568 | bigben | 2004-04-30 17:44:06 +0200 (Fri, 30 Apr 2004) | 6 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/Modules.am
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* Use the playlist info panel instead of the old one everywhere
-       - old VLCInfo and InfoPanel have been removed from nib file
-       - VLCPlaylistInfo and PlaylistInfoPanel have been renamed
-       - old info.c and info.h are still in repository, but not compiled, should I remove them ?
-
-
-------------------------------------------------------------------------
-r7567 | gbazin | 2004-04-30 17:35:56 +0200 (Fri, 30 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/async_queue.cpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-
-* modules/gui/skins2/*: a few bug fixes.
-------------------------------------------------------------------------
-r7566 | gbazin | 2004-04-30 17:30:43 +0200 (Fri, 30 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/share/Makefile.am
-   A /trunk/share/skins2/skin.catalog
-
-* share/skins2/skin.catalog: added a default catalog as some platforms don't provide one (eg. win32).
-* modules/gui/skins2/parser/skin_parser.cpp: try to load the skins catalog and if it fails, use the system's one.
-
-------------------------------------------------------------------------
-r7565 | zorglub | 2004-04-30 17:15:16 +0200 (Fri, 30 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/control.c
-   M /trunk/src/playlist/playlist.c
-
-Hopefully fix locking issues with wx
-
-------------------------------------------------------------------------
-r7564 | hartman | 2004-04-30 14:51:53 +0200 (Fri, 30 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* Update faad even further
-
-------------------------------------------------------------------------
-r7563 | hartman | 2004-04-30 14:51:24 +0200 (Fri, 30 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/src/video_output/vout_intf.c
-
- * src/video_output/vout_intf.c: remember video-on-top via p_playlist
- * modules/gui/macosx/vout.m: conf->var video-on-top in OS X.
-
-------------------------------------------------------------------------
-r7562 | gbazin | 2004-04-30 11:14:47 +0200 (Fri, 30 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/*: small clean-up.
-------------------------------------------------------------------------
-r7561 | asmax | 2004-04-30 00:09:23 +0200 (Fri, 30 Apr 2004) | 10 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   A /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
-   A /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/src/var_manager.cpp
-   M /trunk/modules/gui/skins2/src/var_manager.hpp
-   M /trunk/modules/gui/skins2/utils/var_bool.cpp
-   M /trunk/modules/gui/skins2/utils/var_bool.hpp
-
-  * parser/expr_evaluator: expression evaluator using Reverse Polish Notation
-    (a bit "C-style-coded" at the moment ;)
-  * utils/var_bool.*: added true and false boolean variables, and the "OR"
-    composite variable
-  * src/var_manager.*: support for anonymous variables
-  * parser/interpreter.cpp: use the RPN evaluator to resolve boolean
-    expressions in the XML. Any well-parenthesized expression using "not",
-    "or", "and", "true", "false" and boolean variables should be understood
-    (not much tested yet).
-
-------------------------------------------------------------------------
-r7560 | gbazin | 2004-04-29 23:57:23 +0200 (Thu, 29 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* modules/codec/ffmpeg/video.c: direct rendering needs to be disabled for --ffmpeg-vismv.
-------------------------------------------------------------------------
-r7559 | gbazin | 2004-04-29 22:30:24 +0200 (Thu, 29 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* modules/codec/ffmpeg/*:
-  + small fix for --ffmpeg-workaround-bugs.
-  + new --ffmpeg-vismv option to visualize motion vectors.
-
-------------------------------------------------------------------------
-r7558 | hartman | 2004-04-29 21:30:58 +0200 (Thu, 29 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/src/playlist/playlist.c
-
- * src/playlist/playlist.c: Don't do any playlist actions if there are no items in the playlist.
- * REST: remove code duplication in some places. there might be more locations.
-
-------------------------------------------------------------------------
-r7557 | hartman | 2004-04-29 20:38:44 +0200 (Thu, 29 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* Fix the fullscreen button.
-
-------------------------------------------------------------------------
-r7556 | hartman | 2004-04-29 20:32:58 +0200 (Thu, 29 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* Add missing playlistinfo files to OSX target
-
-------------------------------------------------------------------------
-r7555 | zorglub | 2004-04-29 20:27:08 +0200 (Thu, 29 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* Made the open dialog a wxDialog to be able to call it from the wizard. Please test on win32 and interaction with win32-skins2
-
-------------------------------------------------------------------------
-r7554 | gbazin | 2004-04-29 17:45:30 +0200 (Thu, 29 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-* modules/demux/avi/avi.c: fixed infinite loop when seeking in broken/incomplete files.
-------------------------------------------------------------------------
-r7553 | zorglub | 2004-04-29 17:30:00 +0200 (Thu, 29 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-Add missing objects descriptions
-
-------------------------------------------------------------------------
-r7552 | hartman | 2004-04-29 17:17:51 +0200 (Thu, 29 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* Updated the Vout behaviour. Still a bit coupled to p_vout.
-
-------------------------------------------------------------------------
-r7551 | zorglub | 2004-04-29 17:06:50 +0200 (Thu, 29 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-Fix segfault on "del"
-
-------------------------------------------------------------------------
-r7550 | hartman | 2004-04-29 16:52:05 +0200 (Thu, 29 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* remove "Ja Nu!" Didn't i do that before????
-
-------------------------------------------------------------------------
-r7549 | hartman | 2004-04-29 16:49:25 +0200 (Thu, 29 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-* Set "fullscreen" var on p_playlist instead of p_input
-  This way we remember the fullscreen setting when we go
-  to the next file in the playlist.
-
-------------------------------------------------------------------------
-r7548 | gbazin | 2004-04-29 16:48:12 +0200 (Thu, 29 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/input_clock.c
-
-* src/input/input_clock.c: avoid using mwait() for long periods of time without checking p_input->b_die. This will make VLC more resilient to bad streams.
-------------------------------------------------------------------------
-r7547 | gbazin | 2004-04-29 16:43:12 +0200 (Thu, 29 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/demux/avi/avi.c
-
-* modules/demux/avi/avi.c: Fixed infinite loop in the AVI demux on broken/incomplete files
-------------------------------------------------------------------------
-r7546 | gbazin | 2004-04-29 15:53:29 +0200 (Thu, 29 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/objects.c
-
-* src/input/demux.c, src/misc/objects.c: demux2 has the VLC_OBJECT_DEMUX type.
-* src/input/input.c: input_StopThread() sets b_die on demux2 as well.
-
-------------------------------------------------------------------------
-r7545 | gbazin | 2004-04-29 13:14:48 +0200 (Thu, 29 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_intf.c
-
-* src/video_output/*: moved fullscreen object var handling in vout_intf.c and disable video-on-top when in fullscreen.
-------------------------------------------------------------------------
-r7544 | gbazin | 2004-04-29 13:04:14 +0200 (Thu, 29 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/filter.cpp
-
-* modules/access/dshow/filter.cpp: removed useless debug messages.
-------------------------------------------------------------------------
-r7543 | gbazin | 2004-04-28 22:02:13 +0200 (Wed, 28 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/mux/ogg.c
-
-* modules/mux/ogg.c, modules/codec/theora.c: changes for theora alpha 3 support + misc small fixes.
-------------------------------------------------------------------------
-r7542 | zorglub | 2004-04-28 20:22:31 +0200 (Wed, 28 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/xosd.c
-
-Improved the Xosd plugin
-
-------------------------------------------------------------------------
-r7541 | gbazin | 2004-04-28 19:58:26 +0200 (Wed, 28 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/theora.c
-
-* modules/codec/theora.c: better sanity check for aspect ratio.
-------------------------------------------------------------------------
-r7540 | gbazin | 2004-04-28 19:57:16 +0200 (Wed, 28 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-* modules/demux/ogg.c: theora decoding fix (one of the header fields changed in alpha3).
-------------------------------------------------------------------------
-r7539 | sam | 2004-04-28 17:03:19 +0200 (Wed, 28 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/po/it.po
-
-  * po/it.po: Dude, this has nothing to do with the alphabet but with the
-    charset. "Bokmål" is spelt "Bokmål" whatever the language. It's just that
-    we cannot write "å" in ASCII.
-
-------------------------------------------------------------------------
-r7538 | gbazin | 2004-04-28 16:50:26 +0200 (Wed, 28 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-* modules/control/hotkeys.c: fixed fullscreen hotkey when video filters are used.
-------------------------------------------------------------------------
-r7537 | sam | 2004-04-28 16:21:43 +0200 (Wed, 28 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/po/en_GB.po
-
-  * po/en_GB.po: Updated the British English translation.
-
-------------------------------------------------------------------------
-r7536 | gbazin | 2004-04-28 15:29:31 +0200 (Wed, 28 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: another build fix for the win32 mozilla plugin.
-------------------------------------------------------------------------
-r7535 | gbazin | 2004-04-28 15:01:14 +0200 (Wed, 28 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-
-* configure.ac, Makefile.am: Use upx for the win32 package if present. Fixed the mozilla plugin build on cygwin.
-------------------------------------------------------------------------
-r7534 | murray | 2004-04-28 14:38:55 +0200 (Wed, 28 Apr 2004) | 6 lines
-Changed paths:
-   M /trunk/po/it.po
-
-As a quick google search shows, the letter å does not exist in the
-Italian alphabet. Therefore, we write "Norvegese Bokmal".
-
-We're even, sam :)
-
-
-------------------------------------------------------------------------
-r7533 | sam | 2004-04-28 13:44:43 +0200 (Wed, 28 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/po/it.po
-
-  * po/it.po: translated "Bokmaal" and "Volapuk" to iso8859-1.
-
-------------------------------------------------------------------------
-r7532 | sam | 2004-04-28 13:20:51 +0200 (Wed, 28 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-  * Control files for the official 0.7.2-test1 Debian packages.
-
-------------------------------------------------------------------------
-r7531 | murray | 2004-04-28 10:43:28 +0200 (Wed, 28 Apr 2004) | 7 lines
-Changed paths:
-   M /trunk/po/it.po
-
-Updated italian translation for vlc 0.7.2
-
-You will therefore discover that in italian we still call Kalaallisut
-"Kalaallisut", that Ndebele, North is "Ndebele del Nord" and many more
-exciting stuff.
-
-
-------------------------------------------------------------------------
-r7530 | gbazin | 2004-04-28 09:05:10 +0200 (Wed, 28 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* modules/codec/ffmpeg/ffmpeg.c: fixed stupid bug preventing the decoder to be closed properly.
-------------------------------------------------------------------------
-r7529 | gbazin | 2004-04-28 00:00:07 +0200 (Wed, 28 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows: use wxUSE_DRAG_AND_DROP to check for drag&drop support.
-------------------------------------------------------------------------
-r7528 | gbazin | 2004-04-27 23:33:51 +0200 (Tue, 27 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/*: drag&drop is not supported on __WXMOTIF__.
-
-------------------------------------------------------------------------
-r7527 | fkuehne | 2004-04-27 22:47:12 +0200 (Tue, 27 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/share/http/index.html
-   M /trunk/src/libvlc.h
-
-* extras/MacOSX/Resources/English.lproj/MainMenu.nib/*: minor fixes & added the services-menu again. It isn't yet translatable, since the string-freeze came first. I'll add that after the release.
-* extras/MacOSX/vlc.pbproj/*: Added "m4a" to the file-types and corrected some descriptions
-* share/http/index.html: another minor layout fix
-* src/libvlc.h: changed the default hotkey for "subtitle delay down" from command-h to command-j and for "subtitle delay up" from command-j to command-k due to a conflict with a default OSX-shortcut
-------------------------------------------------------------------------
-r7526 | gbazin | 2004-04-27 20:45:33 +0200 (Tue, 27 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* po/*: updated with latest string reviews.
-------------------------------------------------------------------------
-r7525 | hartman | 2004-04-27 20:37:43 +0200 (Tue, 27 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/demux2.c
-
-* ahum, missing avi shortcut :D
-
-------------------------------------------------------------------------
-r7524 | zorglub | 2004-04-27 20:22:49 +0200 (Tue, 27 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-Fix VLM item URI assignment
-
-------------------------------------------------------------------------
-r7523 | massiot | 2004-04-27 19:56:39 +0200 (Tue, 27 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* modules/demux/ts.c: Fixed an infinite loop in PATCallBack.
-
-------------------------------------------------------------------------
-r7522 | sam | 2004-04-27 18:35:15 +0200 (Tue, 27 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_help.h
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dvb/qpsk.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access_output/dummy.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
-   M /trunk/modules/codec/ogt/subtitle.h
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/control/joystick.c
-   M /trunk/modules/demux/dvdnav.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/util/id3genres.h
-   M /trunk/modules/gui/kde/interface.cpp
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/misc/sap.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xvideo.c
-   M /trunk/modules/visualization/goom.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/iso-639_def.h
-   M /trunk/src/misc/iso_lang.c
-
-  * Massive spelling corrections.
-
-------------------------------------------------------------------------
-r7521 | sam | 2004-04-27 16:57:37 +0200 (Tue, 27 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_meta.h
-   M /trunk/modules/gui/gtk/gnome.glade
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gtk.glade
-
-  * Got rid of more "VideoLAN C*****" references.
-  * include/vlc_meta.h: s/Url/URL/.
-
-------------------------------------------------------------------------
-r7520 | massiot | 2004-04-27 16:43:44 +0200 (Tue, 27 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/mux/mpeg/ts.c
-
-Review of sout help strings
-
-------------------------------------------------------------------------
-r7519 | sam | 2004-04-27 11:33:58 +0200 (Tue, 27 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-   M /trunk/doc/developer/decoders.xml
-   M /trunk/doc/developer/glossary.xml
-   M /trunk/doc/developer/history.xml
-   M /trunk/doc/developer/manual.xml
-   M /trunk/doc/developer/manual.xml.in
-   M /trunk/doc/vlc-howto.sgml
-   M /trunk/doc/web-streaming.html
-   M /trunk/evc/config.h.in
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.h3600
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/control.zaurus
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/rules.h3600
-   M /trunk/ipkg/rules.opie
-   M /trunk/ipkg/rules.zaurus
-   M /trunk/ipkg/vlc.desktop
-   M /trunk/menuconfig
-   M /trunk/modules/gui/qnx/vout.c
-   M /trunk/modules/gui/qt/intf.cpp
-   M /trunk/msvc/config.h.in
-   M /trunk/vlc.spec
-
-  * Removed legacy mentions of "VideoLAN C*****" in favour of "VLC media
-    player". A couple are remaining, but I don't want to break the string
-    freeze yet.
-
-------------------------------------------------------------------------
-r7518 | sam | 2004-04-27 11:28:25 +0200 (Tue, 27 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
-  * modules/access/v4l/v4l.c:
-    + Fixed possible deadlocks.
-
-------------------------------------------------------------------------
-r7517 | rocky | 2004-04-27 03:04:53 +0200 (Tue, 27 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/ogt/ogt.c
-
-ogt.c: add object_release for object_find 
-cvd.c: if spu-channel variable not set, don't bother handling subtitle.
-
-
-------------------------------------------------------------------------
-r7516 | sam | 2004-04-27 00:04:21 +0200 (Tue, 27 Apr 2004) | 12 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-  * debian/control:
-    + Removed the libdv2-dev build-dependency.
-    + Set the liblivemedia-dev build-dependency to (>= 2004.04.23-1).
-    + Set the libmatroska-dev build-dependency to (>= 0.7.0).
-    + Build-depend on libfribidi-dev.
-    + Build-depend on libcdio-dev.
-    + Build-depend on libmodplug-dev.
-  * debian/rules:
-    + Activated fribidi support.
-    + Activated CDDA support via libcdio.
-    + Activated MOD support.
-
-------------------------------------------------------------------------
-r7515 | gbazin | 2004-04-26 23:56:24 +0200 (Mon, 26 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: fix detection of libfaad2 cvs.
-------------------------------------------------------------------------
-r7514 | sam | 2004-04-26 23:53:26 +0200 (Mon, 26 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-
-  * src/interface/interface.c:
-    + Only populate the "switch interface" menu with modules that we have.
-
-------------------------------------------------------------------------
-r7513 | gbazin | 2004-04-26 23:34:32 +0200 (Mon, 26 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* ALL: updated for the 0.7.2-test1 release.
-
-------------------------------------------------------------------------
-r7512 | gbazin | 2004-04-26 23:25:11 +0200 (Mon, 26 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/libavi.h
-
-* modules/demux/avi/libavi.h: added h264 fourccs.
-
-------------------------------------------------------------------------
-r7511 | sam | 2004-04-26 23:20:03 +0200 (Mon, 26 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-
-  * src/interface/interface.c:
-    + Do not crash miserably if an interface switch failed at the module_Need
-      stage.
-
-------------------------------------------------------------------------
-r7510 | hartman | 2004-04-26 23:14:02 +0200 (Mon, 26 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-* punctuation and spelling fixes
-
-------------------------------------------------------------------------
-r7509 | gbazin | 2004-04-26 23:07:04 +0200 (Mon, 26 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-* modules/mux/mpeg/ts.c: revised config options descriptions.
-------------------------------------------------------------------------
-r7508 | hartman | 2004-04-26 23:06:51 +0200 (Mon, 26 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/theora.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-OS X build system fixes
-- updated version of speex, theora, libebml, libmatroska
-
-------------------------------------------------------------------------
-r7507 | zorglub | 2004-04-26 22:07:30 +0200 (Mon, 26 Apr 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-Options descriptions for TS muxer
-
-** FIXME : Unfinished, shaping and use-key-frames are not documented **
-
-
-------------------------------------------------------------------------
-r7506 | gbazin | 2004-04-26 19:50:44 +0200 (Mon, 26 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-* modules/demux/avi/avi.c: fix for a bug introduced during the demux2 api transition (courtesy of James MacLean).
-------------------------------------------------------------------------
-r7505 | sam | 2004-04-26 17:24:21 +0200 (Mon, 26 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/debian/rules
-
-  * debian/rules: fixed shell syntax.
-
-------------------------------------------------------------------------
-r7504 | gbazin | 2004-04-26 16:36:13 +0200 (Mon, 26 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-* modules/gui/wxwindows/*: reverted last --wxwin-keep-size patch for now because it doesn't work on wxGTK.
-------------------------------------------------------------------------
-r7503 | sam | 2004-04-26 15:58:25 +0200 (Mon, 26 Apr 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/Modules.am
-   M /trunk/modules/stream_out/transrate/Modules.am
-
-  * modules/codec/Modules.am:
-    + Added disabled plugin sources to EXTRA_DIST.
-  * modules/stream_out/transrate/Modules.am:
-    + Added missing transrate.h to _SOURCES.
-
-------------------------------------------------------------------------
-r7502 | sam | 2004-04-26 15:14:57 +0200 (Mon, 26 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am:
-    + Copy the original ebuild instead of copying it, to allow recursive
-      "make dist" calls.
-
-------------------------------------------------------------------------
-r7501 | gbazin | 2004-04-26 15:10:09 +0200 (Mon, 26 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-* modules/gui/wxwindows/*: new --wxwin-keep-size option to remember the size of the last embedded video.
-------------------------------------------------------------------------
-r7500 | gbazin | 2004-04-26 15:06:17 +0200 (Mon, 26 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace.c
-
-* modules/video_filter/deinterlace.c: avoid segfault when deinterlacing filter can't be loaded.
-------------------------------------------------------------------------
-r7499 | gbazin | 2004-04-26 12:00:53 +0200 (Mon, 26 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-
-* modules/gui/wxwindows/video.cpp: forgot to unlock a mutex.
-------------------------------------------------------------------------
-r7498 | gbazin | 2004-04-26 11:43:45 +0200 (Mon, 26 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h: the win32 high-priority setting is off by default now (to play nicer with other apps).
-------------------------------------------------------------------------
-r7497 | gbazin | 2004-04-26 11:22:28 +0200 (Mon, 26 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c: fix for detection of parent window size changes
-------------------------------------------------------------------------
-r7496 | gbazin | 2004-04-26 11:10:53 +0200 (Mon, 26 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* modules/codec/ffmpeg/encoder.c: win32 compilation fix
-------------------------------------------------------------------------
-r7495 | gbazin | 2004-04-26 08:09:15 +0200 (Mon, 26 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/theora.c
-
-* modules/codec/theora.c: new --sout-theora-quality option.
-
-------------------------------------------------------------------------
-r7494 | gbazin | 2004-04-26 07:48:11 +0200 (Mon, 26 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* modules/codec/ffmpeg/encoder.c: fixed aspect ratio.
-
-------------------------------------------------------------------------
-r7493 | gbazin | 2004-04-26 07:26:53 +0200 (Mon, 26 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* modules/codec/ffmpeg/encoder.c: some option names renaming butchery.
-  + convention is to use '-' in composed option names (not '_').
-
-------------------------------------------------------------------------
-r7492 | hartman | 2004-04-26 02:07:02 +0200 (Mon, 26 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/cvd.c
-
-* when you use object_find you need to do a object_release as well
-
-------------------------------------------------------------------------
-r7491 | gbazin | 2004-04-25 22:48:54 +0200 (Sun, 25 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-* modules/codec/vorbis.c: fix for quality setting.
-
-------------------------------------------------------------------------
-r7490 | jpsaman | 2004-04-25 22:25:00 +0200 (Sun, 25 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Added --enable-cddax to make building with cdrom support possible. Just use --disable-cddax to disable, by default cddax is enabled.
-
-------------------------------------------------------------------------
-r7489 | gbazin | 2004-04-25 21:23:40 +0200 (Sun, 25 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-* modules/codec/vorbis.c:
-  + added an --sout-vorbis-quality option for VBR encoding.
-  + new --sout-vorbis-min/max-bitrate options.
-
-------------------------------------------------------------------------
-r7488 | fenrir | 2004-04-25 20:37:47 +0200 (Sun, 25 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-   M /trunk/src/stream_output/stream_output.c
-
- * x264: compilation fix.
- * stream_output.c: sout_ParseCfg warns about unknown option.
-
-------------------------------------------------------------------------
-r7487 | gbazin | 2004-04-25 20:08:13 +0200 (Sun, 25 Apr 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c:
-  + avoid a few unneeded memcpy().
-  + fixed memory leaks.
-* modules/codec/flac.c:
-  + added a "flac" shortcut.
-
-------------------------------------------------------------------------
-r7486 | gbazin | 2004-04-25 19:33:37 +0200 (Sun, 25 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: make acodec/vcodec optional if aenc/venc is specified.
-
-------------------------------------------------------------------------
-r7485 | gbazin | 2004-04-25 19:21:16 +0200 (Sun, 25 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: fix for when forcing encoder.
-
-------------------------------------------------------------------------
-r7484 | gbazin | 2004-04-25 19:02:49 +0200 (Sun, 25 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_codec.h
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: if aenc/venc is specified, force the encoder.
-* modules/codec/vorbis.c,flac.c,theora.c,speex.c: use encoder if forced.
-
-------------------------------------------------------------------------
-r7483 | gbazin | 2004-04-25 18:35:39 +0200 (Sun, 25 Apr 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-*  modules/stream_out/transcode.c:
-   + new options to allow forcing an encoder and passing options to it.
-     (aenc=foo{optionbar=bar,etc...},venc=foo{optionbar=bar,etc...} where foo is the encoder plugin name).
-   + got rid of aopts/vopts which is not needed anymore ;)
-
-------------------------------------------------------------------------
-r7482 | zorglub | 2004-04-25 18:07:15 +0200 (Sun, 25 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/LIST
-
-Updated
-
-------------------------------------------------------------------------
-r7481 | zorglub | 2004-04-25 17:32:28 +0200 (Sun, 25 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-Do not translate wizard strings, and stop ignoring old win32 gui plugin
-
-------------------------------------------------------------------------
-r7480 | asmax | 2004-04-25 17:04:45 +0200 (Sun, 25 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-
-  * ctrl_text.cpp: put the control text in the "moving" state initially
-
-------------------------------------------------------------------------
-r7479 | gbazin | 2004-04-25 16:15:29 +0200 (Sun, 25 Apr 2004) | 12 lines
-Changed paths:
-   M /trunk/include/vlc_codec.h
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/stream_output/stream_output.c
-
-* src/stream_output/stream_output.c: small sout_cfg_parser() changes.
-* modules/stream_out/duplicate.c: small coding style changes.
-* modules/stream_out/transcode.c:
-  + Forward the aopts{foo=bar,etc..} and vopts={foo=bar,etc...} options to the encoders.
-  + Got rid of the ffmpeg encoder specific options.
-* modules/codec/ffmpeg/*:
-  + Changed the encoder options to normal config options.
-  + Parse the options forwarded by transcode.
-* include/vlc_codec.h:
-  + encoder_t cleanup.
-  + include a "sout_cfg_t *" in encoder_t to allow passing options.
-
-------------------------------------------------------------------------
-r7478 | asmax | 2004-04-25 15:35:56 +0200 (Sun, 25 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-
-  * dialogs.cpp: put NULL for the parent window argument of WX dialogs in
-  the dialog provider: fixes tons of errors such as
-  "Gdk-CRITICAL **: file gdkdraw.c: line 90 (gdk_draw_rectangle): assertion `gc != NULL' failed" and incorrect behaviour of the dialogs.
-
-------------------------------------------------------------------------
-r7477 | zorglub | 2004-04-25 10:53:52 +0200 (Sun, 25 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-Add options descriptions
-
-------------------------------------------------------------------------
-r7476 | zorglub | 2004-04-25 10:45:28 +0200 (Sun, 25 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-
-Add option descriptions
-
-------------------------------------------------------------------------
-r7475 | zorglub | 2004-04-25 10:45:01 +0200 (Sun, 25 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Fix description
-
-------------------------------------------------------------------------
-r7474 | gbazin | 2004-04-25 10:24:24 +0200 (Sun, 25 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
-* src/stream_output/stream_output.c: small coding style changes.
-
-------------------------------------------------------------------------
-r7473 | sam | 2004-04-25 02:27:12 +0200 (Sun, 25 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/debian/rules
-
-  * debian/rules:
-    + Build ffmpeg with --enable-gpl because the postprocessing code is GPL.
-    + Check for .svn directories in addition to CVS.
-
-------------------------------------------------------------------------
-r7472 | sam | 2004-04-25 02:25:49 +0200 (Sun, 25 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/dvb.c
-
-  * modules/access/dvb/dvb.c: fixed syntax errors.
-
-------------------------------------------------------------------------
-r7471 | jpsaman | 2004-04-24 18:28:21 +0200 (Sat, 24 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/misc/qte_main.cpp
-
-Properly attach and detach the qte_main object
-------------------------------------------------------------------------
-r7470 | zorglub | 2004-04-24 17:40:57 +0200 (Sat, 24 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-Compilation fix and give option descriptions
-
-------------------------------------------------------------------------
-r7469 | bigben | 2004-04-24 15:16:58 +0200 (Sat, 24 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-Endianness fix for xvideo vout on big endian processors (I still have problems when shm is disabled, but that might be related to my drivers, if anybody could test that).
-
-
-------------------------------------------------------------------------
-r7468 | gbazin | 2004-04-24 14:49:53 +0200 (Sat, 24 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-
-* modules/stream_out/*: attempt at adding descriptions to the config options.
-
-------------------------------------------------------------------------
-r7467 | fenrir | 2004-04-24 13:34:27 +0200 (Sat, 24 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
- * standard: created sap/slp(boolean) sap-name/slp-name(string),
-sap-ipv6(boolean) options. (So that breaks the old way but it's easier).
-
-------------------------------------------------------------------------
-r7466 | jpsaman | 2004-04-24 12:18:08 +0200 (Sat, 24 Apr 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.c
-   M /trunk/modules/access/dvb/qpsk.c
-
-dvb/access.c   removed old commandline syntax
-               better debug information
-dvb/dvb.c      debug message beautifying
-dvb/qpsk.c     textual changes
-
-------------------------------------------------------------------------
-r7465 | jpsaman | 2004-04-24 12:03:41 +0200 (Sat, 24 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.h3600
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/control.zaurus
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/rules.h3600
-   M /trunk/ipkg/rules.opie
-   M /trunk/ipkg/rules.zaurus
-
-iPaq vlc-0.7.2-test1
-------------------------------------------------------------------------
-r7464 | yoann | 2004-04-24 09:27:41 +0200 (Sat, 24 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* input/subtitles.c: first subtitle search path was not used.
-
-------------------------------------------------------------------------
-r7463 | fenrir | 2004-04-24 05:38:10 +0200 (Sat, 24 Apr 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-
- * all: use sout_ParseCfg. But "standard" can't use it for sap/slp
-options (because we can't do the difference between missing option,
-option and option="" when option is a string).
-
-------------------------------------------------------------------------
-r7462 | fenrir | 2004-04-24 02:47:04 +0200 (Sat, 24 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-
- * all: use sout_ParseCfg.
- (udp-sout-caching has been renamed sout-udp-caching).
-
-------------------------------------------------------------------------
-r7461 | fenrir | 2004-04-24 02:18:37 +0200 (Sat, 24 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts: use sout_ParseCfg. (If people add description to options that
-would be pretty cool).
-
-------------------------------------------------------------------------
-r7460 | zorglub | 2004-04-24 01:58:15 +0200 (Sat, 24 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-
-Support EXTVLCOPT in the new m3u demuxer
-
-------------------------------------------------------------------------
-r7459 | fenrir | 2004-04-24 01:52:55 +0200 (Sat, 24 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * mp4: use sout_ParseCfg and rename option to --sout-mp4-faststart.
-
-------------------------------------------------------------------------
-r7458 | fenrir | 2004-04-24 01:51:46 +0200 (Sat, 24 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
- * stream_output: fixed bool handling in sout_ParseCfg.
-
-------------------------------------------------------------------------
-r7457 | fenrir | 2004-04-24 01:33:04 +0200 (Sat, 24 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
- * asf: use sout_ParseCfg and so added
---sout-asf-{title,author,copyright,comment,rating} options.
-
-------------------------------------------------------------------------
-r7456 | fenrir | 2004-04-24 01:31:21 +0200 (Sat, 24 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
- * stream_output: added bool support (untested).
-
-------------------------------------------------------------------------
-r7455 | fenrir | 2004-04-24 01:25:47 +0200 (Sat, 24 Apr 2004) | 7 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/src/stream_output/stream_output.c
-
- * stream_output: added a sout_ParseCfg to help sout modules, and attached
-access_out, mux, stream_out to the creator to make VLC_VAR_DOINHERIT
-working.
- (Basically it takes an options list that will be 'var_Created' and if present
-in sout_cfg_t initialised).
-
-
-------------------------------------------------------------------------
-r7454 | gbazin | 2004-04-23 22:23:16 +0200 (Fri, 23 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c,
-  modules/gui/wxwindows/video.cpp: fixed size for VOUT_SET_ZOOM.
-
-------------------------------------------------------------------------
-r7453 | gbazin | 2004-04-23 22:01:59 +0200 (Fri, 23 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-
-* modules/video_filter/*: implemented a forwarding vout_vaControl().
-------------------------------------------------------------------------
-r7452 | gbazin | 2004-04-23 21:50:33 +0200 (Fri, 23 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace.c
-
-* modules/video_filter/deinterlace.c: implemented a forwarding vout_vaControl().
-------------------------------------------------------------------------
-r7451 | fenrir | 2004-04-23 21:00:06 +0200 (Fri, 23 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/demux/demux2.c
-   M /trunk/modules/stream_out/transcode.c
-
- * x264: added aspect support.
- * transcode: added H264 codec id.
- * demux: added h264 demux shortcut.
-
-------------------------------------------------------------------------
-r7450 | gbazin | 2004-04-23 20:33:51 +0200 (Fri, 23 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* ALL: bumped version number to 0.7.2-test1 in preparation for the test release.
-
-------------------------------------------------------------------------
-r7449 | fenrir | 2004-04-23 18:06:57 +0200 (Fri, 23 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
- * h264: fixed nal decoding.
-
-------------------------------------------------------------------------
-r7448 | gbazin | 2004-04-23 17:35:02 +0200 (Fri, 23 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-* modules/video_output/directx/directx.c: I think I finally have the mouse autohiding feature right.
-------------------------------------------------------------------------
-r7447 | hartman | 2004-04-23 17:03:45 +0200 (Fri, 23 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* play after loading intf.
-
-------------------------------------------------------------------------
-r7446 | gbazin | 2004-04-23 16:39:57 +0200 (Fri, 23 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-* modules/video_output/directx/directx.c: couple of fixes for fullscreen.
-------------------------------------------------------------------------
-r7445 | yoann | 2004-04-23 16:30:13 +0200 (Fri, 23 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* extras/MacOSX/vlc.pbproj/project.pbxproj: typo (bug #1787)
-
-------------------------------------------------------------------------
-r7444 | gbazin | 2004-04-23 15:22:16 +0200 (Fri, 23 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h: MSVC doesn't like splitted macros. I'll get this right eventually ;)
-------------------------------------------------------------------------
-r7443 | gbazin | 2004-04-23 15:06:53 +0200 (Fri, 23 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h: reverted my last change.
-
-------------------------------------------------------------------------
-r7442 | gbazin | 2004-04-23 14:46:34 +0200 (Fri, 23 Apr 2004) | 5 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/src/input/control.c
-
-* src/input/control.c, include/ninput.h: Added INPUT_GET_INFO.
-* include/vlc_meta.h: vlc_meta_GetValue().
-* modules/demux/m3u.c: increased MAX_LINE to 8192.
-* modules/video_output/directx/events.c: portability fix.
-
-------------------------------------------------------------------------
-r7441 | gbazin | 2004-04-23 14:38:04 +0200 (Fri, 23 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/msvc/vlc.dsw
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/stream_output/announce.c
-
-* src/*: portability fixes.
-* msvc/vlc.dsw: httpd is not a plugin anymore.
-
-------------------------------------------------------------------------
-r7440 | yoann | 2004-04-23 13:56:21 +0200 (Fri, 23 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/libvlc.h
-
-* src/input/subtitles.c: corrected bug in subtitle detection
-* src/libvlc.h: modified subtitle paths for Windows 
-
-------------------------------------------------------------------------
-r7439 | gbazin | 2004-04-23 13:38:14 +0200 (Fri, 23 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-* src/input/es_out.c: fix for ES_OUT_RESET_PCR.
-------------------------------------------------------------------------
-r7438 | gbazin | 2004-04-23 11:13:43 +0200 (Fri, 23 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: fixed mem leak + use av_free() instead of free() where necessary.
-* modules/codec/ffmpeg/*: use av_free() instead of free() where necessary.
-
-------------------------------------------------------------------------
-r7437 | gbazin | 2004-04-23 09:07:20 +0200 (Fri, 23 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* modules/codec/ffmpeg/encoder.c: fixed memory leak.
-
-------------------------------------------------------------------------
-r7436 | gbazin | 2004-04-23 08:53:00 +0200 (Fri, 23 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-
-* src/playlist/item.c,item-ext.c: fixed memory leaks.
-
-------------------------------------------------------------------------
-r7435 | gbazin | 2004-04-23 08:32:52 +0200 (Fri, 23 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* src/input/subtitles.c: fixed memory leak.
-
-------------------------------------------------------------------------
-r7434 | gbazin | 2004-04-23 08:25:03 +0200 (Fri, 23 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-* src/playlist/item.c: fixed memory leak.
-
-------------------------------------------------------------------------
-r7433 | gbazin | 2004-04-23 08:12:30 +0200 (Fri, 23 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/sgimb.c
-
-* modules/demux/sgimb.c: fixed memory leak.
-
-------------------------------------------------------------------------
-r7432 | gbazin | 2004-04-23 07:46:59 +0200 (Fri, 23 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-* modules/gui/wxwindows/wxwindows.cpp: --wxwin-embed is now the default.
-
-------------------------------------------------------------------------
-r7431 | gbazin | 2004-04-23 07:44:18 +0200 (Fri, 23 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-
-* modules/video_output/x11/*: implemented some locking so vout_Control() can be called from another thread.
-
-------------------------------------------------------------------------
-r7430 | gbazin | 2004-04-23 07:27:13 +0200 (Fri, 23 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/doc/Makefile.am
-   M /trunk/modules/demux/mp4/Modules.am
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: disable the new wizard until it is useable.
-* doc/Makefile.am: don't include directories directly (will put all sorts of junk in make dist).
-* modules/demux/mp4/Modules.am: get rid of mp4.h.
-
-------------------------------------------------------------------------
-r7429 | titer | 2004-04-22 23:29:45 +0200 (Thu, 22 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- contrib/src/Makefile : typo
-
-------------------------------------------------------------------------
-r7428 | gbazin | 2004-04-22 22:35:25 +0200 (Thu, 22 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-
-* src/audio_output/input.c: too much locking.
-
-------------------------------------------------------------------------
-r7427 | gbazin | 2004-04-22 17:59:05 +0200 (Thu, 22 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/vout.h
-
-* modules/video_output/directx/*: only hide the mouse when in fullscreen.
-
-------------------------------------------------------------------------
-r7426 | fenrir | 2004-04-22 15:19:55 +0200 (Thu, 22 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/h264.c
-
- * h264: added a h264-fps option.
-
-------------------------------------------------------------------------
-r7425 | gbazin | 2004-04-22 14:57:56 +0200 (Thu, 22 Apr 2004) | 8 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/vout.h
-
-* modules/video_output/directx/*:
-  - Major changes to way the embedded vout is handled.
-    + the vout windows are created in our event thread so we do receive the events now.
-    + we do not use the external window directly (as for normal vout we create our vout window + video sub-window).
-    + Create a WS_EX_NOPARENTNOTIFY vout window to make mozilla happy.
-  - Improved the mouse auto-hide feature.
-  - Do the DirectXUpdateOverlay() in the events thread. This should make S3 graphics cards happy again.
-
-------------------------------------------------------------------------
-r7424 | zorglub | 2004-04-22 14:54:05 +0200 (Thu, 22 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
-Fix audio and do not read 1 byte without remembering it
-
-------------------------------------------------------------------------
-r7423 | sam | 2004-04-22 11:26:15 +0200 (Thu, 22 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec
-   M /trunk/modules/codec/cmml
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/demux/mpeg/h264.c
-   M /trunk/modules/packetizer/h264.c
-   M /trunk/modules/stream_out/transrate/block.c
-
-  * Added missing SVN properties.
-
-------------------------------------------------------------------------
-r7422 | sam | 2004-04-22 11:08:29 +0200 (Thu, 22 Apr 2004) | 19 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/copyright
-   M /trunk/debian/rules
-
- * configure.ac:
-   + Factorized the Xinerama code check.
-   + If libXv.so is present, ignore libXv_pic.
- * debian/control:
-   + Build-depend on zlib1g-dev because ffmpeg uses it by default.
-   + Build-depend on libx11-dev, libxext-dev, libxt-dev instead of xlibs-dev.
-   + Build-depend on libxv-dev, xlibs-static-pic instead of xlibs-pic.
-   + Added a build-dependency on libaudiofile-dev to fix the m68k build.
-   + Removed the build dependency on gcc-3.2 because gcc-3.3 no longer ICEs
-     on ppc/mpegvideo_altivec.o (Closes: #236442).
-   + Build depend on fixed libsdl1.2-dev (>= 1.2.7-5).
-   + Override kdelibs4's shlibs value to get VLC into testing.
-   + No longer build-depend on dvb-dev.
- * debian/rules:
-   + Activated DTS decoding support.
-   + Added symlinks for mozilla-firefox (Closes: #239352).
- * debian/copyright:
-   + Added faad2 and ffmpeg authors to the copyright (Closes: #212766).
-
-------------------------------------------------------------------------
-r7421 | fenrir | 2004-04-22 05:25:47 +0200 (Thu, 22 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/h264.c
-   M /trunk/modules/demux/mpeg/system.h
-   M /trunk/modules/demux/mpeg/ts.c
-
- * mpeg/system.c, ts.c: added h264 to old TS demuxer.
- * mpeg/h264.c : use greater packet size.
-
-------------------------------------------------------------------------
-r7420 | fenrir | 2004-04-22 05:18:56 +0200 (Thu, 22 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/x264.c
-
- * x264: wrapper for libx264 encoder (h264 encoder, you can find it at
-http://lyra.via.ecp.fr). use qmin==qmax to change the qp.
-
-------------------------------------------------------------------------
-r7419 | fenrir | 2004-04-22 05:14:15 +0200 (Thu, 22 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-
- * ffmpeg: added a ffmpeg-debug option (control libavcodec debug
-messages).
-
-------------------------------------------------------------------------
-r7418 | fenrir | 2004-04-22 05:04:36 +0200 (Thu, 22 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
- * configure: added h264 demuxer and packetizer.
-
-------------------------------------------------------------------------
-r7417 | fenrir | 2004-04-22 05:02:05 +0200 (Thu, 22 Apr 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/Modules.am
-   A /trunk/modules/demux/mpeg/h264.c
-   M /trunk/modules/packetizer/Modules.am
-   A /trunk/modules/packetizer/h264.c
-
- * packetizer/h264.c: a really basic h264 packetizer (it doesn't support
-b-frame and it doesn't do pts/dts computation but I fear it won't be
-possible).
- * demux/mpeg/h264.c: a raw h264 annexe-B demuxer using the packetizer.
-
-------------------------------------------------------------------------
-r7416 | fenrir | 2004-04-22 04:58:05 +0200 (Thu, 22 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts.c: allow muxing of h264 stream.
-
-------------------------------------------------------------------------
-r7415 | hartman | 2004-04-22 03:55:45 +0200 (Thu, 22 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/sgimb.c
-
-* Give the kasenna a bit more mtu space than it advises to you. Works a lot better.
-
-------------------------------------------------------------------------
-r7414 | massiot | 2004-04-21 18:00:17 +0200 (Wed, 21 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
-* modules/packetizer/mpegvideo.c: When a discontinuity is flagged, trash
-  the whole PES because the contents may be corrupt.
-
-------------------------------------------------------------------------
-r7413 | massiot | 2004-04-21 17:58:50 +0200 (Wed, 21 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
-* modules/access/pvr/pvr.c: Code conventions; added :audio= option to
-  specify the audio bitmask (0xA9 seems a good value).
-
-------------------------------------------------------------------------
-r7412 | massiot | 2004-04-21 17:55:17 +0200 (Wed, 21 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* modules/demux/ts.c: When a packet is lost, flag a discontinuity, do not
-  trash the PES packet (the rest of the PES can still be used, and anyway
-  the decoder must be aware that a discontinuity happened).
-
-------------------------------------------------------------------------
-r7411 | massiot | 2004-04-21 17:54:09 +0200 (Wed, 21 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transrate/Modules.am
-   A /trunk/modules/stream_out/transrate/block.c
-   M /trunk/modules/stream_out/transrate/frame.c
-   M /trunk/modules/stream_out/transrate/getvlc.h
-   M /trunk/modules/stream_out/transrate/putvlc.h
-   M /trunk/modules/stream_out/transrate/transrate.c
-   M /trunk/modules/stream_out/transrate/transrate.h
-
-* modules/stream_out/transrate: Rewrote the transrater to use a SAD error
-  estimation ; if the error is too high, lower the quantizer scale.
-
-------------------------------------------------------------------------
-r7410 | fenrir | 2004-04-21 17:39:16 +0200 (Wed, 21 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/block.c
-
- * block: fixed block_Realloc.
-
-------------------------------------------------------------------------
-r7409 | murray | 2004-04-21 17:25:52 +0200 (Wed, 21 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/po/it.po
-
-fix (thanks anil)
-
-------------------------------------------------------------------------
-r7408 | sam | 2004-04-21 15:55:48 +0200 (Wed, 21 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace.c
-
-  * modules/video_filter/deinterlace.c: included <altivec.h>.
-
-------------------------------------------------------------------------
-r7407 | murray | 2004-04-21 15:27:52 +0200 (Wed, 21 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/po/it.po
-
-Updated italian translation (rc interface, streaming wizard)
-
-------------------------------------------------------------------------
-r7406 | sam | 2004-04-21 15:23:01 +0200 (Wed, 21 Apr 2004) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/memcpy/memcpyaltivec.c
-   M /trunk/modules/video_chroma/i420_yuy2.c
-
-  * configure.ac:
-    + Check for vec_ld instead of vec_mtvscr in the C AltiVec detection.
-    + Include <altivec.h> in the C AltiVec detection.
-  * modules/misc/memcpy/memcpyaltivec.c modules/video_chroma/i420_yuy2.c:
-    + Include <altivec.h> in the C AltiVec versions.
-
-------------------------------------------------------------------------
-r7405 | gbazin | 2004-04-21 14:13:26 +0200 (Wed, 21 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/misc/playlist/m3u.c
-
-* modules/misc/playlist/m3u.c: save VLC input options with the "#EXTVLCOPT:" tag.
-* modules/demux/m3u.c: parse the "#EXTVLCOPT:" tag.
-
-------------------------------------------------------------------------
-r7404 | fenrir | 2004-04-21 12:37:33 +0200 (Wed, 21 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-
-* input_dec: do not switch to minimize-threads in sout mode if input are
-not pace controlable (temporary workaround, we should create a thread
-that handles all packetizers).
-
-------------------------------------------------------------------------
-r7403 | hartman | 2004-04-21 03:46:41 +0200 (Wed, 21 Apr 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/demux/sgimb.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-
-* modules/demux/sgimb.c
-  - when we open a kasenna multicast udp stream, don't pass along to RTSP.
-  - set the correct mtu for Kasenna streams.
-* rest
-  --mtu can now be set via :mtu playlist option.\
-
-
-------------------------------------------------------------------------
-r7402 | anil | 2004-04-20 23:13:52 +0200 (Tue, 20 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-* 'Toggle enabled' -> 'Enable/Disable' in the playlist popup menu
-
-------------------------------------------------------------------------
-r7401 | gbazin | 2004-04-20 23:04:08 +0200 (Tue, 20 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-* modules/wxwindows/wxwindows.cpp, modules/skins2/src/skin_main.cpp: don't start the playlist if it is empty.
-
-------------------------------------------------------------------------
-r7400 | gbazin | 2004-04-20 21:24:03 +0200 (Tue, 20 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h: put the SAP options where they belong (ie. the stream output category).
-* modules/gui/skins2/src/window_manager.cpp: skins2-transparency is win32 only.
-
-------------------------------------------------------------------------
-r7399 | yoann | 2004-04-20 20:12:42 +0200 (Tue, 20 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Changed directory separator from '/' to '\' for windows version.
-
-------------------------------------------------------------------------
-r7398 | gbazin | 2004-04-20 19:57:58 +0200 (Tue, 20 Apr 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-
-* modules/gui/wxwindows/wxwindows.cpp: don't "play on start" when in dialogs provider mode.
-* modules/gui/skins2/src/skin_main.cpp: "play on start" support.
-* src/interface/interface.c: explicit init of b_play.
-* src/libvlc.c: GetFilenames() doesn't start the playlist anymore.
-
-------------------------------------------------------------------------
-r7397 | sam | 2004-04-20 19:27:30 +0200 (Tue, 20 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/cmml/browser_open.c
-   M /trunk/modules/codec/cmml/browser_open.h
-   M /trunk/modules/codec/cmml/cmml.c
-   M /trunk/modules/codec/cmml/history.c
-   M /trunk/modules/codec/cmml/history.h
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/cmml/xarray.c
-   M /trunk/modules/codec/cmml/xarray.h
-   M /trunk/modules/codec/cmml/xlist.c
-   M /trunk/modules/codec/cmml/xlist.h
-   M /trunk/modules/codec/cmml/xstrcat.h
-   M /trunk/modules/codec/cmml/xtag.c
-   M /trunk/modules/codec/cmml/xtag.h
-   M /trunk/modules/codec/cmml/xurl.c
-   M /trunk/modules/codec/cmml/xurl.h
-   M /trunk/modules/codec/mash.cpp
-   M /trunk/modules/control/lirc.c
-   M /trunk/modules/demux/sgimb.c
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/skins2/vars/stream.cpp
-   M /trunk/modules/gui/skins2/vars/stream.hpp
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/src/input/control.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/video_output/vout_intf.c
-
-  * Added missing Id to the svn:keywords properties of some files.
-
-------------------------------------------------------------------------
-r7396 | yoann | 2004-04-20 17:54:54 +0200 (Tue, 20 Apr 2004) | 5 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/libvlc.h
-
-Added a --sub-autodetect-path which is a list of paths (separated by
-',') where VLC can look for a subtitle file ; typically, ./Subtitles or
-./subtitles (the directory in wich the film is located is implicit).
-
-
-------------------------------------------------------------------------
-r7395 | sam | 2004-04-20 17:17:46 +0200 (Tue, 20 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac:
-    + Check for <altivec.h>.
-    + Test for -maltivec -mabi=altivec in addition to -fvec.
-
-------------------------------------------------------------------------
-r7394 | gbazin | 2004-04-20 17:05:24 +0200 (Tue, 20 Apr 2004) | 6 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/vlc.c
-
-* include/vlc/vlc.h: added a b_play parameter to the libvlc VLC_AddIntf() prototype.
-   When true, the interface will automatically start playing the playlist when (and only when) it is ready. (particularly useful for embedded vouts).
-* src/libvlc.c, src/vlc.c: new VLC_AddIntf() prototype.
-* src/interface/interface.c: if the interface doesn't support "playing on start", do it ourselves.
-* modules/gui/wxwindows/wxwindows.cpp: implement "play on start".
-
-------------------------------------------------------------------------
-r7393 | sam | 2004-04-20 16:31:24 +0200 (Tue, 20 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/po/es.po
-
-  * po/es.po: minor translation fix.
-
-------------------------------------------------------------------------
-r7392 | gbazin | 2004-04-20 16:04:56 +0200 (Tue, 20 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: better interface size under gtk.
-
-------------------------------------------------------------------------
-r7391 | gbazin | 2004-04-20 15:34:03 +0200 (Tue, 20 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: fit the default size of the interface to the menubar.
-
-------------------------------------------------------------------------
-r7390 | dionoea | 2004-04-20 13:29:36 +0200 (Tue, 20 Apr 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* fixed hue, contrast, gamma, brightness and saturation sliders
-* added restore to default settings button (for those sliders)
-
-
-
-------------------------------------------------------------------------
-r7389 | andrep | 2004-04-20 06:24:52 +0200 (Tue, 20 Apr 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/misc.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* Mac OS X: intercept and respond to user-configured VLC hotkeys, rather
-  than only responding to shortcut keys which are defined in the .nib
-  interface file
-
-
-------------------------------------------------------------------------
-r7388 | hartman | 2004-04-20 03:00:29 +0200 (Tue, 20 Apr 2004) | 10 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile.am
-   M /trunk/NEWS
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* extras/contrib/src
-  - fix goom location
-  - some small url improvements. please test the contrib system.
-* modules/gui/macosx/*
-  - autodetect Quartz Extreme. Use OpenGL vout if present.
-  - --macosx-vout auto|quartz|opengl to force a vout.
-* Makefile.am: add share/http/vlm to target.
-* NEWS: small updates
-* AUTHORS: updated my email address.
-
-------------------------------------------------------------------------
-r7387 | gbazin | 2004-04-20 01:00:57 +0200 (Tue, 20 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-* NEWS: few changes.
-
-------------------------------------------------------------------------
-r7386 | gbazin | 2004-04-19 21:34:15 +0200 (Mon, 19 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-* NEWS: updated with all the changes since the last release.
-
-------------------------------------------------------------------------
-r7385 | titer | 2004-04-19 18:57:39 +0200 (Mon, 19 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace.c
-
- deinterlace.c: added AltiVec optims for 16-bytes unaligned lines
-
-------------------------------------------------------------------------
-r7384 | andrep | 2004-04-19 17:59:56 +0200 (Mon, 19 Apr 2004) | 51 lines
-Changed paths:
-   A /trunk/modules/codec/cmml/HACKING
-
-* Added HACKING file to CMML codec plugin directory, which includes
-  description of what it does and how it's implemented.
-
-* Overview of the CMML codec:
-
-  This is an implementation of the Continuous Media Markup Language
-  (CMML) for VideoLAN.  In short, CMML is a (XML) markup language for
-  time-continuous data, which of course includes multimedia such as
-  video and audio.  It allows one to annotate a media file with both
-  structured and unstructured textual data, but one of its distinguishing
-  features--and what this code implements--is its support for embedding
-  hyperlinks in media files.
-
-  So, while viewing some media (e.g. a radio interview with a band),
-  you could provide a hyperlink to any URL, including a standard web
-  page or other media (e.g. the band's home page).  The hyperlinks
-  are active only for specific intervals of time while the media is
-  playing, so for example during a radio interview, the hyperlinks
-  can change depending on what questions the interviewer is asking
-  and topic is being discussed.
-
-  For more general information on CMML and its role in the bigger
-  picture of extending the World Wide Web to properly support multimedia,
-  see <http://www.annodex.net/overview.html>.  For specifications of
-  CMML, see <http://www.annodex.net/specifications.html>.
-
-* CMML codec usage:
-
-  Once you have hyperlinking capability, you take on some of the
-  capabilities of a web browser, in particular following hyperlinks,
-  and also maintaining a browsing history where you can go backwards
-  and forwards between pieces of media you've linked to.  So, if you
-  are viewing a file with CMML markup:
-
-  * Hyperlinks are displayed as a subtitle track
-
-  * Hyperlinks are followed with the VLC "activate" hotkey (by default,
-    this is just the Enter key)
-
-  * Going back and forward are done with the "history-back" and
-    "history-forward" keys, by default Cmd-[ and Cmd-] on Mac OS X,
-    and Ctrl-[ and Ctrl-] on all other platforms.
-
-  Until the media browsing history features are made available outside
-  of the CMML plugin, you can only use the history features while
-  viewing a file that contains CMML markup: e.g. you cannot navigate
-  backwards or forward in the history while viewing a standard MPEG
-  video.  This is a limitation which may be removed if the media
-  browsing code is merged into the VLC core.
-
-
-------------------------------------------------------------------------
-r7383 | zorglub | 2004-04-19 17:49:25 +0200 (Mon, 19 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-Fix crash when vout window is resized to 0 width
-
-------------------------------------------------------------------------
-r7382 | gbazin | 2004-04-19 16:06:42 +0200 (Mon, 19 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx/events.c: forgot an argument to SetThreadExecutionState().
-
-------------------------------------------------------------------------
-r7381 | gbazin | 2004-04-19 14:44:56 +0200 (Mon, 19 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx/events.c: prevent monitor power down when the directx vout is running.
-
-------------------------------------------------------------------------
-r7380 | bigben | 2004-04-19 13:50:51 +0200 (Mon, 19 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-adds a linebreak after sending the Basic authentification token. This makes web servers (including VLC) a lot happier ;-)
-
-
-------------------------------------------------------------------------
-r7379 | gbazin | 2004-04-19 12:48:04 +0200 (Mon, 19 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/src/audio_output/input.c
-
-* include/aout_internal.h: added a b_restart field to aout_input_t.
-* src/audio_output/input.c: simplified VisualizationCallback() and don't restart the aout inputs in there but rather set the b_restart flag so they automatically get restarted on the next aout_InputPlay().
-
-------------------------------------------------------------------------
-r7378 | fenrir | 2004-04-19 10:27:34 +0200 (Mon, 19 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
- * httpd: better fix for mmsh.
-
-------------------------------------------------------------------------
-r7377 | andrep | 2004-04-19 04:08:52 +0200 (Mon, 19 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/LIST
-   A /trunk/modules/codec/cmml
-   A /trunk/modules/codec/cmml/Modules.am
-   A /trunk/modules/codec/cmml/browser_open.c
-   A /trunk/modules/codec/cmml/browser_open.h
-   A /trunk/modules/codec/cmml/cmml.c
-   A /trunk/modules/codec/cmml/history.c
-   A /trunk/modules/codec/cmml/history.h
-   A /trunk/modules/codec/cmml/intf.c
-   A /trunk/modules/codec/cmml/xarray.c
-   A /trunk/modules/codec/cmml/xarray.h
-   A /trunk/modules/codec/cmml/xlist.c
-   A /trunk/modules/codec/cmml/xlist.h
-   A /trunk/modules/codec/cmml/xstrcat.h
-   A /trunk/modules/codec/cmml/xtag.c
-   A /trunk/modules/codec/cmml/xtag.h
-   A /trunk/modules/codec/cmml/xurl.c
-   A /trunk/modules/codec/cmml/xurl.h
-
-* Added Continuous Media Markup Language (CMML) codec
-
-
-------------------------------------------------------------------------
-r7376 | andrep | 2004-04-19 03:26:26 +0200 (Mon, 19 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/src/libvlc.h
-
-* Add hotkeys to go back/forward in media browsing history
-
-
-------------------------------------------------------------------------
-r7375 | hartman | 2004-04-19 02:01:51 +0200 (Mon, 19 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-
-* OpenGL video output is now the default on OS X.
-  I'm not aware of any REAL problems with the openGL output
-  please report your experiences.
-
-------------------------------------------------------------------------
-r7374 | gbazin | 2004-04-19 01:35:25 +0200 (Mon, 19 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-
-* src/audio_output/input.c: add goom (if present) to the list of visualization choices.
-
-------------------------------------------------------------------------
-r7373 | gbazin | 2004-04-19 01:08:44 +0200 (Mon, 19 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/visual/visual.c
-
-* modules/visualization/visual/visual.c: more sanity checks for fail over situations.
-
-------------------------------------------------------------------------
-r7372 | gbazin | 2004-04-19 00:48:23 +0200 (Mon, 19 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_programs.c
-
-* src/input/*: fixed some deadlock issues.
-   The locking is still far from perfect and will need some cleanup but this is a step in the right direction.
-
-------------------------------------------------------------------------
-r7371 | zorglub | 2004-04-18 21:56:58 +0200 (Sun, 18 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Make the SAP parser happier
-
-------------------------------------------------------------------------
-r7370 | zorglub | 2004-04-18 20:21:09 +0200 (Sun, 18 Apr 2004) | 22 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/NEWS
-   M /trunk/include/network.h
-   M /trunk/include/stream_output.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/modules/misc/sap.c
-   M /trunk/modules/stream_out/announce.c
-   M /trunk/modules/stream_out/announce.h
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/net.c
-   M /trunk/src/misc/objects.c
-   A /trunk/src/stream_output/announce.c
-   A /trunk/src/stream_output/sap.c
-
-* ALL: Better announce system
-
-  - The SAP handler now runs in a separate thread.
-  - RTP sessions can be announced with sap (sdp=sap://,name=...)
-       TODO: Make this more configurable
-  - Better SDP generation (the timestamp problem is not resolved)
-       About this, there is a problem : as, for a RTP session, the URI
-        is the complete SDP, if the session is recreated, as the URI has 
-        changed, a new item is added to the playlist
-  - Experimental flow control algorithm :
-       It does not follow the "Recommended" implementation, as it needs
-       to count the sessions (to achieve this, we should make this work
-       together with the SAP listener)
-       It is disabled by default (use --sap-flow-control to enable).
-       When it is disabled, sap announcement interval is set by --sap-interval
-
-* src/misc/net.c : created net_ReadNonBlock
-* sap.c : Fixed memory problem
-
-
-
-
-------------------------------------------------------------------------
-r7369 | ipkiss | 2004-04-18 20:11:51 +0200 (Sun, 18 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/win32/win32_window.cpp
-   M /trunk/modules/gui/skins2/win32/win32_window.hpp
-
- * skins2: Other attempt at supporting transparency on Windows (win2k, winxp).
-   As it is not perfect yet, a new config option allows to disable transparency
-   effects.
-
-------------------------------------------------------------------------
-r7368 | zorglub | 2004-04-18 20:06:41 +0200 (Sun, 18 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* Some progress on the wizard (still not useable)
-* Fixed layout of the item info dialog
-
-------------------------------------------------------------------------
-r7367 | hartman | 2004-04-18 14:18:23 +0200 (Sun, 18 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/translations.txt
-
-* "Where are the .po files?"
-
-------------------------------------------------------------------------
-r7366 | hartman | 2004-04-18 11:58:08 +0200 (Sun, 18 Apr 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-* Switch default behaviour of --sap-parse. A lot of the streams
-  that the module could parse cannot be parsed by live.com
-  most are udp announces. We will need to inform Ross about these...
-  (on mbone about 1/3 announces is not recognized by live.com)
-
-
-------------------------------------------------------------------------
-r7365 | hartman | 2004-04-18 02:41:49 +0200 (Sun, 18 Apr 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-* New sap listener standard behaviour is to pass along ALL complete announces to
-  the playlist, so livedotcom will be used.
-* Added a --sap-parse option, so you can get back the old behaviour.
-
-
-------------------------------------------------------------------------
-r7364 | bigben | 2004-04-17 11:22:41 +0200 (Sat, 17 Apr 2004) | 10 lines
-Changed paths:
-   M /trunk/modules/stream_out/announce.c
-   M /trunk/modules/stream_out/announce.h
-   M /trunk/modules/stream_out/standard.c
-
-* Little cleanup of sap announces :
-
-- use net_* functions
-- use vlc_UrlParse function
-
-change sap_session_t structure  : it now includes the  sdp packet, which
-isn't regenerated each time it is sent.
-
-
-
-------------------------------------------------------------------------
-r7363 | fkuehne | 2004-04-16 20:41:00 +0200 (Fri, 16 Apr 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/sap.c
-   M /trunk/po/de.po
-   M /trunk/src/libvlc.h
-
-* modules/control/telnet.c: removed translation of "VLM"
-* modules/gui/pda/pda.glade: removed translatable-flags of various untranslatable strings like "127.0.0.1" or "avi"
-* modules/gui/wxwindows/wizard.cpp: minor string-corrections
-* modules/misc/logger.c: more minor string-corrections
-* modules/misc/sap.c: ditto
-* src/libvlc.h: ditto
-* po/de.po: updated german translation
-------------------------------------------------------------------------
-r7362 | fkuehne | 2004-04-16 17:25:35 +0200 (Fri, 16 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
- * fixed a typo
-------------------------------------------------------------------------
-r7361 | gbazin | 2004-04-16 15:26:01 +0200 (Fri, 16 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* modules/demux/livedotcom.cpp: compilation fix for old livemedia libs.
-
-------------------------------------------------------------------------
-r7360 | hartman | 2004-04-16 02:38:57 +0200 (Fri, 16 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* Updated live.com
-* Added openmash targets (not yet enabled, because it doesn't compile yet)
-
-------------------------------------------------------------------------
-r7359 | sigmunau | 2004-04-16 00:45:27 +0200 (Fri, 16 Apr 2004) | 9 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/mash.cpp
-   M /trunk/modules/demux/livedotcom.cpp
-
-include/vlc_block.h:
- * added a BLOCK_FLAG_END_OF_FRAME flag
- * reformated comments on block flags
-modules/demux/livedotcom.cpp
- * use BLOCK_FLAG_END_OF_FRAME, and only for h261 streams
-modules/codec/Modules.am,mash.cpp
- * new h261 video decoder using openmash. Building this plugin is left as an
-   excersise for the reader.
-
-------------------------------------------------------------------------
-r7358 | sigmunau | 2004-04-16 00:22:55 +0200 (Fri, 16 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-handle h261 video streams over rtp
-
-------------------------------------------------------------------------
-r7357 | gbazin | 2004-04-16 00:21:41 +0200 (Fri, 16 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/block.c
-
-* src/misc/block.c: fixed BlockRealloc()
-
-------------------------------------------------------------------------
-r7356 | fenrir | 2004-04-15 22:27:06 +0200 (Thu, 15 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http: fixed some gcc warning.
-
-------------------------------------------------------------------------
-r7355 | fenrir | 2004-04-15 22:25:57 +0200 (Thu, 15 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
- * httpd: may fix mmsh for vlc.
-
-------------------------------------------------------------------------
-r7354 | gbazin | 2004-04-15 22:01:24 +0200 (Thu, 15 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/goom.c
-
-* modules/visualization/goom.c: default speed is now set to 6.
-
-------------------------------------------------------------------------
-r7353 | gbazin | 2004-04-15 21:12:20 +0200 (Thu, 15 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: try more sensible width/height values when testing the video encoder.
-
-------------------------------------------------------------------------
-r7352 | fkuehne | 2004-04-15 18:05:59 +0200 (Thu, 15 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* ALL: ./toolbox --update-po
-------------------------------------------------------------------------
-r7351 | fkuehne | 2004-04-15 18:01:33 +0200 (Thu, 15 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-* added localisation support
-------------------------------------------------------------------------
-r7350 | stippi | 2004-04-15 12:46:11 +0200 (Thu, 15 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-
-fixed the incorrect window size limits for the interface window
-------------------------------------------------------------------------
-r7349 | stippi | 2004-04-15 12:02:19 +0200 (Thu, 15 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-BeOS specific compile fix, there is no INADDR_NONE defined on BeOS, I changed it to INADDR_BROADCAST, which is defined as the same thing on Linux. Hope it's ok, I left the original line as a comment...
-------------------------------------------------------------------------
-r7348 | stippi | 2004-04-15 11:57:14 +0200 (Thu, 15 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/modules/demux/sgimb.c
-   M /trunk/src/playlist/playlist.c
-
-compile fix, do not declare variables in the middle of a function, this is plain C...
-------------------------------------------------------------------------
-r7347 | garf | 2004-04-14 18:20:25 +0200 (Wed, 14 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/share/http/index.html
-   M /trunk/share/http/vlm/edit.html
-   M /trunk/share/http/vlm/index.html
-   A /trunk/share/http/vlm/show.html
-
- * http interface: media/schedule show page before edit page
-
-------------------------------------------------------------------------
-r7346 | sigmunau | 2004-04-14 17:59:52 +0200 (Wed, 14 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Use wxFileDialog::GetPath() and not GetFilename(). Closes #1781
-
-------------------------------------------------------------------------
-r7345 | garf | 2004-04-14 10:55:34 +0200 (Wed, 14 Apr 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/share/http/vlm/edit.html
-   M /trunk/share/http/vlm/index.html
-   M /trunk/share/http/vlm/new.html
-   M /trunk/src/misc/vlm.c
-
- * vlm.c: a few bug fixes, cleaning, and maid vlm more http-intf
-   compatible
- * http.c: a little bug fix ( append vlm command )
- * telnet.c: 4 spaces indentation on show command (much more readable)
- * share/http/vlm/edit.html, index.html, new.html: cleaning, esthetic
-   modifications
-
-------------------------------------------------------------------------
-r7344 | gbazin | 2004-04-14 09:09:17 +0200 (Wed, 14 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
-* modules/access/v4l/v4l.c: off by one fix by James MacLean.
-
-------------------------------------------------------------------------
-r7343 | andrep | 2004-04-14 08:09:56 +0200 (Wed, 14 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/include/osd.h
-   M /trunk/src/video_output/video_text.c
-
-* vout_ShowTextAbsolute now returns VLC_EGENERIC if the text render wasn't
-  successful and VLC_SUCCESS on success, instead of returning void.
-
-
-------------------------------------------------------------------------
-r7342 | gbazin | 2004-04-13 16:13:07 +0200 (Tue, 13 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* modules/codec/ffmpeg/encoder.c: ffmpeg doesn't segfault anymore if you set the pts of input frames when doing mpeg4 video encoding.
-  So let's use proper PTS now!
-
-------------------------------------------------------------------------
-r7341 | sigmunau | 2004-04-13 16:08:51 +0200 (Tue, 13 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
-modules/codec/subsdec.c:
- * strip html-like tags from subtitles
-
-------------------------------------------------------------------------
-r7340 | bigben | 2004-04-13 15:23:26 +0200 (Tue, 13 Apr 2004) | 6 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-*all :
-
-- Add "Add group" and "delete group" buttons in the playlistinfo window
-- When several items of the playlist are selected, and we change the group, change it for all selected items...
-
-
-------------------------------------------------------------------------
-r7339 | gbazin | 2004-04-13 14:49:14 +0200 (Tue, 13 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/goom.c
-
-* modules/visualization/goom.c: don't bother including the goom header on win32.
-
-------------------------------------------------------------------------
-r7338 | gbazin | 2004-04-13 12:52:29 +0200 (Tue, 13 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/mpeg4video.c
-
-* modules/packetizer/*: bug fix (use es_format_Copy() when necessary).
-
-------------------------------------------------------------------------
-r7337 | fenrir | 2004-04-13 12:05:59 +0200 (Tue, 13 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
- * mpeg4video: init i_dts.
-
-------------------------------------------------------------------------
-r7336 | gbazin | 2004-04-12 23:59:28 +0200 (Mon, 12 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-* modules/gui/wxwindows/preferences_widgets.cpp: update events for IntegerConfigControl.
-
-------------------------------------------------------------------------
-r7335 | gbazin | 2004-04-12 23:48:18 +0200 (Mon, 12 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-
-* modules/gui/skins2/x11/x11_factory.cpp: added "share/skins2" to the resource paths.
-* modules/gui/skins2/x11/x11_factory.cpp: small cosmetic change in a string.
-
-------------------------------------------------------------------------
-r7334 | gbazin | 2004-04-12 23:10:26 +0200 (Mon, 12 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-* modules/gui/wxwindows/open.cpp: bug fix.
-
-------------------------------------------------------------------------
-r7333 | hartman | 2004-04-12 23:01:41 +0200 (Mon, 12 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-* Fix the 'auto' selection of Console intf in "extra intfs" menu entry.
-
-------------------------------------------------------------------------
-r7332 | gbazin | 2004-04-12 22:52:29 +0200 (Mon, 12 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-* modules/gui/wxwindows/open.cpp: compilation fix.
-
-------------------------------------------------------------------------
-r7331 | gbazin | 2004-04-12 22:39:26 +0200 (Mon, 12 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-* share/Makefile.am: skin.dtd was moved.
-
-------------------------------------------------------------------------
-r7330 | gbazin | 2004-04-12 22:30:59 +0200 (Mon, 12 Apr 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/gui/wxwindows/open.cpp
-   D /trunk/modules/gui/wxwindows/v4l.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/*: removed the V4L specific code.
-  The V4L panel is now created automatically with an "AutoBuiltPanel" class.
-  (A few options are missing compared to the old panel but they need to be added
-   to the V4L plugin, not the wxWindows code).
-
-------------------------------------------------------------------------
-r7329 | ipkiss | 2004-04-12 20:55:07 +0200 (Mon, 12 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-
- * skins2/win32/win32_factory.cpp: Compilation fix
-
-------------------------------------------------------------------------
-r7328 | asmax | 2004-04-12 19:08:58 +0200 (Mon, 12 Apr 2004) | 8 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   D /trunk/share/skins2/default/skin.dtd
-   M /trunk/share/skins2/default/theme.xml
-   A /trunk/share/skins2/skin.dtd (from /trunk/share/skins2/default/skin.dtd:7327)
-
-  * all: the DTD lookup for skins2 themes now use XML catalogs:
-    The XML file must begin with:
-    <!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd">
-    (the "skin.dtd" is ignored but should be an URL on the website)
-    and the DTD is looked up at runtime in the directories of the resource
-    path (see previous commit), e.g /usr/local/share/vlc/skins2/skin.dtd
-    -> the DTD doesn't need any more to be shipped with the themes.
-
-------------------------------------------------------------------------
-r7327 | asmax | 2004-04-12 16:25:15 +0200 (Mon, 12 Apr 2004) | 9 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
-   M /trunk/modules/gui/skins2/src/os_factory.hpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
-
-  * src/os_factory.hpp: added a method OSFactory::getResourceDir()
-   to get a list of possible resource directories for skins2.
-   On linux the path is "~/.vlc/skins2:VLC_INSTALL_DIR/share/skins2"
-   and on win32 it is "VLC_PATH\skins2'
-  * src/skin_main.cpp: use the getResourceDir() method instead of #ifdef
-  * parser/builder.cpp: the default font is looked up in the resource dir,
-   so you can put fonts in ~/.vlc/skins2/fonts and avoid a make install
-
-
-------------------------------------------------------------------------
-r7326 | ipkiss | 2004-04-12 16:07:57 +0200 (Mon, 12 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-
- * skins/win32/win32_graphics.cpp: Fix for alphablending (thanks AsMaX)
-
-------------------------------------------------------------------------
-r7325 | ipkiss | 2004-04-12 15:17:52 +0200 (Mon, 12 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/Doxyfile
-
- * doc/Doxyfile: generate Doxygen documentation for the skins2 module
-
-------------------------------------------------------------------------
-r7324 | gbazin | 2004-04-12 12:44:34 +0200 (Mon, 12 Apr 2004) | 6 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dshow/filter.h
-
-* modules/access/dshow/*: improvements from Damien Fouilleul (modified by me).
-  + Use ICaptureGraphBuilder2 when available (standard way to setup capture graphs).
-  + Extra WDM property sheets for --dshow-config.
-  + Some support for selecting crossbar routes.
-* THANKS: Added Damien Fouilleul for the DirectShow input improvements.
-
-------------------------------------------------------------------------
-r7323 | gbazin | 2004-04-12 11:52:40 +0200 (Mon, 12 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-
-* modules/gui/wxwindows/menus.cpp: added "Open Capture Device..." and "Preferences..." entries in the popup menu.
-
-------------------------------------------------------------------------
-r7322 | gbazin | 2004-04-12 02:06:59 +0200 (Mon, 12 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-
-* modules/gui/wxwindows/*: improved preferences widgets a bit.
-
-------------------------------------------------------------------------
-r7321 | asmax | 2004-04-11 18:34:04 +0200 (Sun, 11 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-
-  * all: support of playlist loop in skins2
-   (new variable playlist.isLoop, new commands playlist.setLoop(true)
-   and playlist.setLoop(false) in the xml)
-
-------------------------------------------------------------------------
-r7320 | gbazin | 2004-04-11 14:22:06 +0200 (Sun, 11 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-
-* include/vlc_interface.h: forgot that in last commit.
-
-------------------------------------------------------------------------
-r7319 | gbazin | 2004-04-11 14:20:11 +0200 (Sun, 11 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/*:
-  + added a "Open Capture Device..." menu entry.
-  + a bit of clean-up.
-
-------------------------------------------------------------------------
-r7318 | anil | 2004-04-10 18:53:57 +0200 (Sat, 10 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-
-* compilation fixes
-
-------------------------------------------------------------------------
-r7317 | hartman | 2004-04-10 14:26:50 +0200 (Sat, 10 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* --enable-gpl needed now for ffmpeg cvs
-
-------------------------------------------------------------------------
-r7316 | zorglub | 2004-04-09 20:16:13 +0200 (Fri, 09 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/streamwizard.cpp
-   A /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Beginning of an improved streaming wizard. Do not use at the moment
-
-------------------------------------------------------------------------
-r7315 | gbazin | 2004-04-09 18:03:29 +0200 (Fri, 09 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: compilation fix for latest ffmpeg cvs.
-
-------------------------------------------------------------------------
-r7314 | ipkiss | 2004-04-08 23:29:27 +0200 (Thu, 08 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/win32/win32_window.cpp
-
-Disabled my last changes, since they don't seem to work in all cases.
-
-------------------------------------------------------------------------
-r7313 | gbazin | 2004-04-08 19:54:18 +0200 (Thu, 08 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-
-* modules/gui/wxwindows/menus.cpp: fixed segfault.
-
-------------------------------------------------------------------------
-r7312 | ipkiss | 2004-04-08 19:54:03 +0200 (Thu, 08 Apr 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/os_window.hpp
-   M /trunk/modules/gui/skins2/win32/win32_window.cpp
-   M /trunk/modules/gui/skins2/win32/win32_window.hpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-   M /trunk/modules/gui/skins2/x11/x11_window.hpp
-
- * skins2/win32/win32_window.cpp: Transparency works correctly (this is
-   controlled by the 'alpha' and 'movealpha' attributes of the 'Theme'
-   tag). Win32 only.
-   Note: It is advised to use 255 for the alpha value, otherwise resizing
-   will be slowed down a lot...
-
-------------------------------------------------------------------------
-r7311 | gbazin | 2004-04-08 17:50:29 +0200 (Thu, 08 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-* modules/video_output/directx/directx.c: apply --video-on-top on start.
-
-------------------------------------------------------------------------
-r7310 | gbazin | 2004-04-08 17:41:56 +0200 (Thu, 08 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/wxwindows.h: forgotten in last commit.
-
-------------------------------------------------------------------------
-r7309 | gbazin | 2004-04-08 17:40:32 +0200 (Thu, 08 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/video_output/vout_intf.c
-
-* modules/gui/wxwindows/*: implemented VOUT_SET_STAY_ON_TOP in ControlWindow()
-* modules/video_output/directx and x11: implemented VOUT_SET_STAY_ON_TOP in Control()
-* src/video_output/vout_intf.c: moved the video-on-top variable there.
-
-------------------------------------------------------------------------
-r7308 | gbazin | 2004-04-08 14:57:50 +0200 (Thu, 08 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/mozilla/vlcshell.cpp
-
-* mozilla/vlcshell.cpp: added fullscreen=yes/no option
-* modules/gui/wxwindows/*: fixed auto-generated menus on win32.
-
-------------------------------------------------------------------------
-r7307 | fenrir | 2004-04-08 01:13:03 +0200 (Thu, 08 Apr 2004) | 8 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/stream_output/stream_output.c
-
- * input/input_dec.c: we automaticaly switch to minimize thread mode
-when streaming (it's better because of the way sout works).
- * stream_output/stream_output.c: when removing a stream, stop waiting
-and start muxing if data are already here (needed for sout with pace
-control).
-
- Both will help to allow muxing (nearly?) all frames, even the last ones.
-
-------------------------------------------------------------------------
-r7306 | gbazin | 2004-04-08 00:57:08 +0200 (Thu, 08 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/mpeg/pes.c
-
-* modules/mux/*: fixed block_Realloc() typo.
-
-------------------------------------------------------------------------
-r7305 | gbazin | 2004-04-08 00:49:13 +0200 (Thu, 08 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/file.c
-
-* modules/access_out/file.c: added "stream" shortcut for when one doesn't want pace control.
-
-------------------------------------------------------------------------
-r7304 | gbazin | 2004-04-08 00:41:57 +0200 (Thu, 08 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/ogg.c
-
-* modules/mug/ogg.c: fixed recent breakage.
-
-------------------------------------------------------------------------
-r7303 | gbazin | 2004-04-07 23:13:35 +0200 (Wed, 07 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/util/sub.c
-
-* ALL: use p_block->i_length for text subtitles duration (instead of the i_dts hack).
-
-------------------------------------------------------------------------
-r7302 | adn | 2004-04-07 22:10:16 +0200 (Wed, 07 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/share/skins2/default/theme.xml
-
-
-crotte !
-
-
-------------------------------------------------------------------------
-r7301 | gbazin | 2004-04-07 21:48:38 +0200 (Wed, 07 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/*: modified the auto-generated menus routines to not 
-delete/re-create parent menus. That makes wxWindows a lot happier.
-
-------------------------------------------------------------------------
-r7300 | gbazin | 2004-04-07 21:09:38 +0200 (Wed, 07 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: disable SSE on solaris.
-
-------------------------------------------------------------------------
-r7299 | hartman | 2004-04-07 20:36:00 +0200 (Wed, 07 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* Use newer speex in OSX. apparently 0.7.1a is broken in this respect.
-
-------------------------------------------------------------------------
-r7298 | fenrir | 2004-04-07 19:47:07 +0200 (Wed, 07 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-
- * asf: added limited support of concatenated files for web radios (only
-files without index, seek isn't supported for such stream)
-
-------------------------------------------------------------------------
-r7297 | fenrir | 2004-04-07 19:41:14 +0200 (Wed, 07 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmsh.h
-
- * mmsh: added support of multiple files streamed with the same url (a
-few web radios use that)
-
-------------------------------------------------------------------------
-r7296 | fkuehne | 2004-04-07 13:50:13 +0200 (Wed, 07 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda_interface.c
-   M /trunk/po/de.po
-
-* modules/gui/pda/pda_interface.c: Removed translation of protocol-strings like "rtp://" and paths like "/dev/video"
-* po/de.po: Updated german translation
-------------------------------------------------------------------------
-r7295 | gbazin | 2004-04-07 01:54:49 +0200 (Wed, 07 Apr 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/visualization/goom.c
-
-* modules/visualization/goom.c:
-   + big rewrite.
-   + frame dropping.
-   + new --goom-speed option.
-
-------------------------------------------------------------------------
-r7294 | hartman | 2004-04-07 01:14:44 +0200 (Wed, 07 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* Spelling fix
-
-------------------------------------------------------------------------
-r7293 | fkuehne | 2004-04-07 00:04:33 +0200 (Wed, 07 Apr 2004) | 1 line
-Changed paths:
-   M /trunk/po/pt_BR.po
-
-Update of the Brazilian Portuguese translation by Andre de Barros Martins Ribeiro
-------------------------------------------------------------------------
-r7292 | asmax | 2004-04-06 22:38:10 +0200 (Tue, 06 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
-
-  * x11_graphics: check if the width and height are not null, to avoid
-    a X11 Bad Value error
-
-------------------------------------------------------------------------
-r7291 | gbazin | 2004-04-06 22:01:28 +0200 (Tue, 06 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/goom.c
-
-* modules/visualizations/goom.c: added --goom-width/height config variables.
-
-------------------------------------------------------------------------
-r7290 | ipkiss | 2004-04-06 21:56:57 +0200 (Tue, 06 Apr 2004) | 8 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.hpp
-
- * skins2/src/theme_loader.cpp: .vlt files can now contain directories
-   and subdirectories. When loading a skin, the "theme.xml" file will be
-   searched recursively, and the first one to be found is used.
-
- * skins2/*: Do not 'cd' anymore to the temporary directory where the
-   .vlt is extracted (instead, we transform the relative paths specified
-   in the XML file into absolute paths).
-
-------------------------------------------------------------------------
-r7289 | fenrir | 2004-04-06 19:32:09 +0200 (Tue, 06 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-
- * mmsh: fixed first packet handling.
-
-------------------------------------------------------------------------
-r7288 | hartman | 2004-04-06 18:04:03 +0200 (Tue, 06 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-
-* Added subviewer and subviewer v2 support
-
-------------------------------------------------------------------------
-r7287 | gbazin | 2004-04-06 16:16:49 +0200 (Tue, 06 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/wxwindows.h: forgot to remove useless variable.
-
-------------------------------------------------------------------------
-r7286 | gbazin | 2004-04-06 16:15:38 +0200 (Tue, 06 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-
-* modules/gui/wxwindows/*: changed slider aspect and moved the time display into the statusbar.
-
-------------------------------------------------------------------------
-r7285 | gbazin | 2004-04-06 12:58:41 +0200 (Tue, 06 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/*: some code cleanup for the bookmarks dialog.
-* AUTHORS: updated my entry.
-
-------------------------------------------------------------------------
-r7284 | gbazin | 2004-04-06 12:33:48 +0200 (Tue, 06 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-* modules/gui/wxwindows/preferences.cpp: small cosmetic change for win32.
-
-------------------------------------------------------------------------
-r7283 | gbazin | 2004-04-06 12:27:14 +0200 (Tue, 06 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-* modules/access/file.c: fixed bug in concat mode when seeking.
-
-------------------------------------------------------------------------
-r7282 | gbazin | 2004-04-06 11:51:20 +0200 (Tue, 06 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: use wxBORDER_NONE for the volume control.
-
-------------------------------------------------------------------------
-r7281 | gbazin | 2004-04-06 11:00:42 +0200 (Tue, 06 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: display default volume level on start.
-
-------------------------------------------------------------------------
-r7280 | gbazin | 2004-04-06 02:03:20 +0200 (Tue, 06 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   A /trunk/modules/gui/wxwindows/bitmaps/speaker.xpm
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/*: integrate the volume control in the toolbar.
-
-------------------------------------------------------------------------
-r7279 | asmax | 2004-04-05 20:26:34 +0200 (Mon, 05 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
-
-  * x11_loop.cpp: check if there is a theme before getting the window manager!
-    (avoid a segfault when there is no theme at the beginning)
-
-------------------------------------------------------------------------
-r7278 | gbazin | 2004-04-05 18:09:17 +0200 (Mon, 05 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: hack to work around ffmpeg encoding which doesn't like frames with identical pts.
-* modules/codec/ffmpeg/encoder.c: one missing AV_NOPTS_VALUE.
-
-------------------------------------------------------------------------
-r7277 | gbazin | 2004-04-05 18:00:54 +0200 (Mon, 05 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-
-* modules/gui/wxwindows/bookmarks.cpp: fixes.
-
-------------------------------------------------------------------------
-r7276 | gbazin | 2004-04-04 20:26:20 +0200 (Sun, 04 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-
-* modules/gui/skins2/src/dialogs.cpp: the dialogs provider needs to be of VLC_OBJECT_DIALOGS type.
-* modules/gui/skins2/src/vlcproc.cpp: honour p_intf->b_die.
-
-------------------------------------------------------------------------
-r7275 | fenrir | 2004-04-04 16:50:21 +0200 (Sun, 04 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-
- * mms: fixed 'Read' function when the header is bigger than the packet
-size.
-
-------------------------------------------------------------------------
-r7274 | fenrir | 2004-04-04 16:34:36 +0200 (Sun, 04 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * input: if we failed to open the file, and the name has a '%', we
-decode it as a url encoded one and we retry.
- (Btw, this will break playing of paths that have '%' and ':' )
-
-------------------------------------------------------------------------
-r7273 | ipkiss | 2004-04-04 12:48:04 +0200 (Sun, 04 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-
- * skins2: Do not try anymore to display images whose width is 0.
-   This avoids warnings at run-time on Windows.
-
-------------------------------------------------------------------------
-r7272 | bigben | 2004-04-04 10:17:27 +0200 (Sun, 04 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-Add "enable/disable all group items" functions in playlist context menu
-
-
-------------------------------------------------------------------------
-r7271 | bigben | 2004-04-04 02:30:11 +0200 (Sun, 04 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-Adds "Enable/disable item" menu item in playlist contextual menu.
-
-
-------------------------------------------------------------------------
-r7270 | asmax | 2004-04-04 01:21:47 +0200 (Sun, 04 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/os_loop.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-   M /trunk/modules/gui/skins2/utils/var_bool.cpp
-   M /trunk/modules/gui/skins2/utils/var_bool.hpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.hpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-
-  * src/window_manager.cpp: added a synchVisibility() method to show the
-  visible windows (because they may have be hidden by the window manager)
-  * all: removed the dirty hacks from the previous commit ;)
-
-------------------------------------------------------------------------
-r7269 | asmax | 2004-04-04 00:18:23 +0200 (Sun, 04 Apr 2004) | 9 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-   M /trunk/modules/gui/skins2/utils/var_bool.cpp
-   M /trunk/modules/gui/skins2/utils/var_bool.hpp
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-
-  * x11/x11_display.cpp: the "parent" window now receive structure
-    notify events
-  * x11/x11_window.cpp: same thing for the other windows
-  * x11/x11_loop.cpp: when the "parent" window receives a map notify event,
-    we show all the windows because it doesn't seem to be automatic.
-    To have this working, we must update the visibility variable of the
-    windows when they are hidden by the window manager
-  
-
-------------------------------------------------------------------------
-r7268 | bigben | 2004-04-03 22:58:32 +0200 (Sat, 03 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-Group selection combo box in stream proprieties dialog. Also allows to create new groups.
-
-
-
-------------------------------------------------------------------------
-r7267 | ipkiss | 2004-04-03 22:17:06 +0200 (Sat, 03 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-
- * skins2: when the user click on a window, raise onl this window.
-   This avoids a flickering when 2 windows are overlapping.
-
-------------------------------------------------------------------------
-r7266 | ipkiss | 2004-04-03 20:47:12 +0200 (Sat, 03 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-
- * skins2: do not save the config when changing the skin
-
-------------------------------------------------------------------------
-r7265 | asmax | 2004-04-03 20:16:34 +0200 (Sat, 03 Apr 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-   M /trunk/modules/gui/skins2/x11/x11_window.hpp
-
-  * x11/x11_window.cpp: reset the "drawable" variable to 0 before the vout child
-    window is destroyed (it is not enough i guess...)
-  * utils/var_text.cpp: unregister the observer to the Stream variable
-    in the destructor ! (fix a crash when changing skin)
-
-------------------------------------------------------------------------
-r7264 | asmax | 2004-04-03 19:02:59 +0200 (Sat, 03 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-   M /trunk/modules/gui/skins2/x11/x11_display.hpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-
-  * x11_display.cpp: create a dummy "parent" window for the task bar
-  * x11_window.cpp: use XSetTransientForHint() to associate the windows
-  to the "parent" window -> single window in the task bar
-
-------------------------------------------------------------------------
-r7263 | asmax | 2004-04-03 17:30:47 +0200 (Sat, 03 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-
-  * ctrl_text.cpp: check if the scrolling is still necessary when the
-   text is updated (avoid many crashes)
-
-------------------------------------------------------------------------
-r7262 | asmax | 2004-04-03 16:59:15 +0200 (Sat, 03 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/playlist.c
-
-  * playlist.c: better random algorithm: do not play an item if it has
-  already been played (check the i_nb_played variable)
-  * item.c: initialize i_nb_played to 0
-
-------------------------------------------------------------------------
-r7261 | asmax | 2004-04-03 15:57:46 +0200 (Sat, 03 Apr 2004) | 8 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   D /trunk/modules/gui/skins2/commands/cmd_notify_playlist.cpp
-   D /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
-   A /trunk/modules/gui/skins2/commands/cmd_vars.cpp
-   A /trunk/modules/gui/skins2/commands/cmd_vars.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
-   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/vars/stream.hpp
-
-  * src/vlcproc.cpp: DO NOT update the GUI directly from the vlc callbacks,
-  skins are not reentrant (at least with x11). Put commands in the queue
-  instead.
-  * commands/cmd_vars: commands to change variables
-  * controls/ctrl_list.cpp: automatic scroll when the stream changes
-  * src/bitmap.cpp: removed the scandinavian characters from the
-    text font, they don't belong to ASCII (caused a stack corruption)
-
-------------------------------------------------------------------------
-r7260 | fenrir | 2004-04-03 15:33:38 +0200 (Sat, 03 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-
-  *audio.c: aout really doesn't like big audio chunks, so split them.
-  (it helps a lot with wma).
-
-------------------------------------------------------------------------
-r7259 | ipkiss | 2004-04-03 13:30:26 +0200 (Sat, 03 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme.hpp
-   M /trunk/modules/gui/skins2/src/top_window.hpp
-   M /trunk/modules/gui/skins2/src/vout_window.hpp
-
- * skins2: Added friend classes where appropriate, to reduce the scope of
-   some methods.
-
-------------------------------------------------------------------------
-r7258 | asmax | 2004-04-03 12:55:51 +0200 (Sat, 03 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/utils/ustring.cpp
-
- * ustring.cpp: fixed the operator= (the trailing '\0' was not copied,
-   leading to invalid memory reads)
-
-------------------------------------------------------------------------
-r7257 | asmax | 2004-04-03 11:21:12 +0200 (Sat, 03 Apr 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-
-  * all: support of shuffle from the skins2 interface:
-    - created a bool variable "playlist.isRandom" and 2 commands
-    "playlist.setRandom(true)" and "playlist.setRandom(false)"
-    - known bug: the playlist doesn't scroll automatically when the
-    stream changes
-
-------------------------------------------------------------------------
-r7256 | asmax | 2004-04-03 10:16:49 +0200 (Sat, 03 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
-
-  * bitmap_font.cpp: fixed the white space character for "text" font
-
-------------------------------------------------------------------------
-r7255 | fenrir | 2004-04-03 03:36:04 +0200 (Sat, 03 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4*: demux -> demux2.
-
-------------------------------------------------------------------------
-r7254 | fenrir | 2004-04-03 03:14:23 +0200 (Sat, 03 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi: demux -> demux2.
-
-------------------------------------------------------------------------
-r7253 | fenrir | 2004-04-03 03:02:02 +0200 (Sat, 03 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mp4/mp4.c
-   D /trunk/modules/demux/mp4/mp4.h
-   M /trunk/modules/demux/util/sub.c
-
- * all: do not use input_Clock* anymore (use ES_OUT_SET_PCR instead).
- (text subs with mpg aren't working anymore unless using ps2)
-
-------------------------------------------------------------------------
-r7252 | murray | 2004-04-02 23:19:43 +0200 (Fri, 02 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Explicit reference to libpng in the missing XmlTextReader error.
-Special thanks to Groniche and Google.
-
-
-------------------------------------------------------------------------
-r7251 | ipkiss | 2004-04-02 23:00:15 +0200 (Fri, 02 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
- * modules/gui/wxwindows/interface.cpp: small fix for the size of the windows
-
-------------------------------------------------------------------------
-r7250 | gbazin | 2004-04-02 20:54:39 +0200 (Fri, 02 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/wxwindows.h: use a namespace to avoid symbol conflicts.
-
-------------------------------------------------------------------------
-r7249 | gbazin | 2004-04-02 20:32:01 +0200 (Fri, 02 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx/events.c: compilation fix.
-
-------------------------------------------------------------------------
-r7248 | fenrir | 2004-04-02 20:26:35 +0200 (Fri, 02 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/demux2.c
-
- * demux2: added ogg.
-
-------------------------------------------------------------------------
-r7247 | fenrir | 2004-04-02 19:56:14 +0200 (Fri, 02 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
- * subsdec.c: use es_forma_t.subs.psz_encoding if present.
-
-------------------------------------------------------------------------
-r7246 | fenrir | 2004-04-02 19:23:22 +0200 (Fri, 02 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/stream.c
-
- * stream: fixed cast of lvalue.
- * input: fixed "position" value as soon as possible after a see, this
-way the intf doesn't show strange seek bar behavour.
-
-------------------------------------------------------------------------
-r7245 | fenrir | 2004-04-02 18:40:54 +0200 (Fri, 02 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
- * ogg : demux -> demux2. It needs more testings.
-
-------------------------------------------------------------------------
-r7244 | fenrir | 2004-04-02 18:17:15 +0200 (Fri, 02 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
- * ogg: cosmetics + converted PCR to micro-second unit. (I may
-introduced bugs).
-
-------------------------------------------------------------------------
-r7243 | gbazin | 2004-04-02 18:08:29 +0200 (Fri, 02 Apr 2004) | 6 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/video_output/vout_intf.c
-
-* src/video_output/vout_intf.c: new vout_ControlWindow() function.
-* modules/gui/wxwindows/video.cpp: implement vout_ControlWindow().
-* modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
-  + call vout_ControlWindow() when resizing in embedded mode.
-  + implemented a VOUT_REPARENT/CLOSE mode in Control() so the interface can signal that it closes its video window.
-
-------------------------------------------------------------------------
-r7242 | gbazin | 2004-04-02 16:08:34 +0200 (Fri, 02 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   D /trunk/modules/gui/wxwindows/bitmaps/disc.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/eject.xpm
-   R /trunk/modules/gui/wxwindows/bitmaps/fast.xpm
-   D /trunk/modules/gui/wxwindows/bitmaps/file.xpm
-   D /trunk/modules/gui/wxwindows/bitmaps/net.xpm
-   R /trunk/modules/gui/wxwindows/bitmaps/next.xpm
-   R /trunk/modules/gui/wxwindows/bitmaps/pause.xpm
-   R /trunk/modules/gui/wxwindows/bitmaps/play.xpm
-   D /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/prev.xpm
-   D /trunk/modules/gui/wxwindows/bitmaps/previous.xpm
-   D /trunk/modules/gui/wxwindows/bitmaps/sat.xpm
-   R /trunk/modules/gui/wxwindows/bitmaps/slow.xpm
-   R /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/*: simplified the look&feel of the main interface.
-
-------------------------------------------------------------------------
-r7241 | fenrir | 2004-04-02 15:24:54 +0200 (Fri, 02 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/demux2.c
-
- * demux2: added mpgv and rawdv.
-
-------------------------------------------------------------------------
-r7240 | fenrir | 2004-04-02 15:18:32 +0200 (Fri, 02 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/rawdv.c
-
- * rawdv.c: demux -> demux2. (Untested so may be broken)
-
-------------------------------------------------------------------------
-r7239 | fenrir | 2004-04-02 05:24:53 +0200 (Fri, 02 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-
- * m4v: pts/dts fixes.
- * mpgv: demux -> demux2.
-
-------------------------------------------------------------------------
-r7238 | fenrir | 2004-04-02 02:48:29 +0200 (Fri, 02 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/demux2.c
-   M /trunk/modules/demux/mpeg/m4v.c
-
- * m4v: demux -> demux2.
-
-------------------------------------------------------------------------
-r7237 | fenrir | 2004-04-02 02:38:31 +0200 (Fri, 02 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/include/modules.h
-
- * modules.h: increased MODULE_SHORTCUT_MAX to 50. (It's needed because of
-demux2, and will be decreased as soon as demux -> demux2 is finished).
-
-
-------------------------------------------------------------------------
-r7236 | fenrir | 2004-04-02 02:28:09 +0200 (Fri, 02 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
- * asf: no DEMUX_SET_TIME...
-
-------------------------------------------------------------------------
-r7235 | fenrir | 2004-04-02 02:26:02 +0200 (Fri, 02 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv: demux -> demux2.
-
-------------------------------------------------------------------------
-r7234 | fenrir | 2004-04-02 02:06:09 +0200 (Fri, 02 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_es.h
-
- * vlc_es.h: AAAHHH I HATE C++, else said: I need to cast malloc.
-
-------------------------------------------------------------------------
-r7233 | fenrir | 2004-04-02 02:00:08 +0200 (Fri, 02 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_es.h
-
- * vlc_es: fixed es_format_Copy. (Duplicate psz_encoding and p_palette).
-
-------------------------------------------------------------------------
-r7232 | fenrir | 2004-04-02 01:21:13 +0200 (Fri, 02 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/demux/pva.c
-   M /trunk/modules/demux/ts.c
-
- * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME should be
- implemented _only_ when it has a high precision.
-
-
-------------------------------------------------------------------------
-r7231 | fenrir | 2004-04-02 01:19:30 +0200 (Fri, 02 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/aac.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/flac.c
-
- * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME. should be
-implemented _only_ when it has a high precision.
-
-------------------------------------------------------------------------
-r7230 | fenrir | 2004-04-01 23:38:21 +0200 (Thu, 01 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/demux2.c
-
- * demux2: added live.
-
-------------------------------------------------------------------------
-r7229 | fenrir | 2004-04-01 23:37:06 +0200 (Thu, 01 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * livedotcom.cpp: demux -> demux2. (Precision in seek will probably be
-worst until we completly switch to demux2...)
-
-------------------------------------------------------------------------
-r7228 | ipkiss | 2004-04-01 23:04:43 +0200 (Thu, 01 Apr 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/src/anchor.hpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.hpp
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-   M /trunk/modules/gui/skins2/src/top_window.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-
- * skins2: Anchors are now stored in the layouts, not in the windows.
-   If you change the layout all anchorings are lost, except for anchors that
-   are in the same position in the old and the new layouts.
-   Adding more 'persistent' anchorings should not be very difficult.
-
-------------------------------------------------------------------------
-r7227 | gbazin | 2004-04-01 21:20:21 +0200 (Thu, 01 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/kde/info.cpp
-
-* modules/gui/kde/info.cpp: info_category_t compilation fix.
-
-------------------------------------------------------------------------
-r7226 | hartman | 2004-04-01 20:53:11 +0200 (Thu, 01 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/info.m
-
-* missed a object_release
-
-------------------------------------------------------------------------
-r7225 | hartman | 2004-04-01 20:21:56 +0200 (Thu, 01 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/info.h
-   M /trunk/modules/gui/macosx/info.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Fix p_item etc breakages. Question.. is the seperate fileinfo dialog still useful?
-
-------------------------------------------------------------------------
-r7224 | fenrir | 2004-04-01 19:12:36 +0200 (Thu, 01 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts: better handling on PAT version changes.
-
-------------------------------------------------------------------------
-r7223 | gbazin | 2004-04-01 17:50:35 +0200 (Thu, 01 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/*: bookmarks improvements.
-
-------------------------------------------------------------------------
-r7222 | gbazin | 2004-04-01 16:47:45 +0200 (Thu, 01 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c: compilation fixes.
-
-------------------------------------------------------------------------
-r7221 | titer | 2004-04-01 14:30:07 +0200 (Thu, 01 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_yuy2.c
-
- i420_yuy2.c: fixed AltiVec conversion for unusual image sizes
-
-------------------------------------------------------------------------
-r7220 | gbazin | 2004-04-01 13:16:10 +0200 (Thu, 01 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h, modules/video_output/directx/events.c:
-   + added a --video-title option, courtesy of Hornsby Adrian.
-* modules/video_output/directx/directx.c: minor changes.
-
-------------------------------------------------------------------------
-r7219 | zorglub | 2004-04-01 12:01:48 +0200 (Thu, 01 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/playlist/Modules.am
-   D /trunk/modules/demux/playlist/native.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/misc/playlist/Modules.am
-   M /trunk/modules/misc/playlist/export.c
-   D /trunk/modules/misc/playlist/native.c
-
-Cancel
-
-------------------------------------------------------------------------
-r7218 | zorglub | 2004-04-01 11:20:00 +0200 (Thu, 01 Apr 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/playlist/Modules.am
-   A /trunk/modules/demux/playlist/native.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/misc/playlist/native.c
-
-* modules/demux/playlist : native playlist import
-* modules/misc/playlist : native playlist export
-* configure.ac : playlist and export need libxml2
-
-------------------------------------------------------------------------
-r7217 | gbazin | 2004-04-01 11:07:37 +0200 (Thu, 01 Apr 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/skins2/utils/bezier.cpp
-
-* configure.ac, modules/gui/skins2/utils/bezier.cpp:
-   + check for lrintf() and fallback on rint().
-
-------------------------------------------------------------------------
-r7216 | rocky | 2004-04-01 10:05:52 +0200 (Thu, 01 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-vcdplayer_selection2lid not here anymore. It comes from libvcdinfo.
-
-------------------------------------------------------------------------
-r7215 | gbazin | 2004-04-01 09:21:19 +0200 (Thu, 01 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-
-* modules/access/vcdx/access.c: use input_Control(INPUT_ADD_INFO).
-
-------------------------------------------------------------------------
-r7214 | anil | 2004-04-01 01:52:48 +0200 (Thu, 01 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses/ncurses.c
-
-compilation fix
-
-------------------------------------------------------------------------
-r7213 | gbazin | 2004-04-01 01:09:53 +0200 (Thu, 01 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/control.c
-
-* src/input/control.c: INPUT_ADD/DEL_BOOKMARK also modifies the "bookmarks" input option so the bookmarks are kept even when the input is stopped.
-
-------------------------------------------------------------------------
-r7212 | gbazin | 2004-04-01 00:55:48 +0200 (Thu, 01 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/ncurses/ncurses.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-
-* modules/gui/*: compilation fixes for the new input_item_t change.
-
-------------------------------------------------------------------------
-r7211 | gbazin | 2004-04-01 00:04:54 +0200 (Thu, 01 Apr 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/win32_specific.c
-
-* src/misc/win32_specific.c: compilation fix.
-
-------------------------------------------------------------------------
-r7210 | gbazin | 2004-03-31 23:17:22 +0200 (Wed, 31 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-* modules/access/dshow/dshow.cpp: compilation fix.
-
-------------------------------------------------------------------------
-r7209 | gbazin | 2004-03-31 22:52:31 +0200 (Wed, 31 Mar 2004) | 6 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/ninput.h
-   M /trunk/include/vlc/intf.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_vlm.h
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/slp.c
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/demux/mp4/mp4.h
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/playlist.c
-   M /trunk/modules/gui/skins/controls/playlist.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/misc/playlist/old.c
-   M /trunk/modules/misc/sap.c
-   M /trunk/src/input/control.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   D /trunk/src/input/input_info.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/vlm.c
-   M /trunk/src/playlist/group.c
-   M /trunk/src/playlist/info.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/sort.c
-
-* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_NAME to input_Control().
-* src/input/input.c:
-   + introduced input_item_t that is shared between the playlist/vlm and the input thread (contains input name, options, infos, etc...).
-   + changed prototype of input_CreateThread() to input_thread_t *input_CreateThread( vlc_object_t *, input_item_t * ).
-* ALL: use input_item_t and INPUT_ADD_INFO when necessary.
-
-------------------------------------------------------------------------
-r7208 | bigben | 2004-03-31 19:23:11 +0200 (Wed, 31 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Install new required files for skins2 on make install
-
-
-------------------------------------------------------------------------
-r7207 | ipkiss | 2004-03-31 17:45:02 +0200 (Wed, 31 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/utils/bezier.cpp
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
-
- * All: Compilation fixes for Solaris 9, courtesy of Mats Rojestal
-
-------------------------------------------------------------------------
-r7206 | ipkiss | 2004-03-31 13:24:43 +0200 (Wed, 31 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/default/skin.dtd
-
-  * skins2 DTD: Removed unused attributes of the Font
-
-------------------------------------------------------------------------
-r7205 | bigben | 2004-03-31 10:05:59 +0200 (Wed, 31 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-
-Oups, these ones are for later
-
-
-------------------------------------------------------------------------
-r7204 | bigben | 2004-03-31 10:00:27 +0200 (Wed, 31 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-Also fallis back to C string if UTF8 string fails in proprieties window.
-
-
-------------------------------------------------------------------------
-r7203 | hartman | 2004-03-31 02:24:22 +0200 (Wed, 31 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-Fall back to plain C with default C character encoding when UTF8 fails.
-now you can see at least something with those SAP announces with Latin char encoding.
-
-------------------------------------------------------------------------
-r7202 | bigben | 2004-03-30 22:56:13 +0200 (Tue, 30 Mar 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-Works around an issue with some playlist items added by the sap interface : since they aren't coded in UTF8, a blank string is printed. 
-
-This doesn't correct this issue, but at least, it doesn't prevent the item proprieties window from opening anymore.
-
-
-
-------------------------------------------------------------------------
-r7201 | bigben | 2004-03-30 21:38:46 +0200 (Tue, 30 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-Implements info treeview in the playlist proprieties window
-
-
-------------------------------------------------------------------------
-r7200 | zorglub | 2004-03-30 19:43:56 +0200 (Tue, 30 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-
-Do not delay subtitles twice + Sanity check
-
-------------------------------------------------------------------------
-r7199 | zorglub | 2004-03-30 19:18:48 +0200 (Tue, 30 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Fix 64-bit bug with bookmarks from command line 
-
-------------------------------------------------------------------------
-r7198 | adn | 2004-03-30 12:37:44 +0200 (Tue, 30 Mar 2004) | 5 lines
-Changed paths:
-   M /trunk/share/skins2/default/sort.png
-   M /trunk/share/skins2/default/sort_onclick.png
-   M /trunk/share/skins2/default/theme.xml
-   A /trunk/share/skins2/default/vout.png
-   A /trunk/share/skins2/default/vout2.png
-   A /trunk/share/skins2/default/vout_body.png
-   A /trunk/share/skins2/default/vout_body1.png
-   A /trunk/share/skins2/default/vout_bottom.png
-   A /trunk/share/skins2/default/vout_bottom_left.png
-   A /trunk/share/skins2/default/vout_bottom_right.png
-   A /trunk/share/skins2/default/vout_left.png
-   A /trunk/share/skins2/default/vout_onclick.png
-   A /trunk/share/skins2/default/vout_right.png
-   A /trunk/share/skins2/default/vout_top.png
-   A /trunk/share/skins2/default/vout_top_left.png
-   A /trunk/share/skins2/default/vout_top_right.png
-
-
-Modified a little default skin
- -> hiding video window
-
-
-------------------------------------------------------------------------
-r7197 | fenrir | 2004-03-29 23:34:27 +0200 (Mon, 29 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * livedotcom.cpp: lalala.... (compilation fixes).
-
-------------------------------------------------------------------------
-r7196 | fenrir | 2004-03-29 23:29:31 +0200 (Mon, 29 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/wav.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-
- * all: cast of lvalues ...
-
-------------------------------------------------------------------------
-r7195 | fenrir | 2004-03-29 23:26:54 +0200 (Mon, 29 Mar 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/mux/ogg.c
-
- * ogg: cast of lvalue ... gibalou could you test this patch ?
- (I have changed a ((uint8_t *)op.bytes) -= 4; and I'm not sure what it
-was meant to do as op.bytes is a "long")
-
-------------------------------------------------------------------------
-r7194 | fenrir | 2004-03-29 21:57:07 +0200 (Mon, 29 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb.h
-   M /trunk/modules/video_chroma/i420_yuy2.h
-   M /trunk/modules/video_chroma/i422_yuy2.h
-
- * *.h: shut up gcc (cast of lvalue).
-
-------------------------------------------------------------------------
-r7193 | fenrir | 2004-03-29 20:59:51 +0200 (Mon, 29 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/mkv.cpp
-
- * avi: fixed a cast of lvalue.
- * livedotcom, mkv: removed all TAB_*.
-
-------------------------------------------------------------------------
-r7192 | fenrir | 2004-03-29 20:58:28 +0200 (Mon, 29 Mar 2004) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_meta.h
-
- * vlc_common.h: removed all cast in TAB_*. GCC doesn't like anymore
-cast of lvalue. -> Don't use them anymore in C++ code.
-( Don't use *(void**)&p, it won't work because of aliasing problem).
-
- * vlc_meta.h: don't use TAB_* as this file is included in C++ code.
-
-------------------------------------------------------------------------
-r7191 | fenrir | 2004-03-29 17:10:36 +0200 (Mon, 29 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/control.c
-   M /trunk/src/input/input.c
-
- control: invalid cast in GET_SUBDELAY
- input: fixed uninitialised variable (i_microsecondperframe for subs)
-
-------------------------------------------------------------------------
-r7190 | fenrir | 2004-03-29 16:28:00 +0200 (Mon, 29 Mar 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * livedotcom.cpp: use stream_Demux* to support muxed stream. It's far
- from stable, but begin to work. (Tested only with TS).
- Limitation: no synchro with others stream if any (anyway, it would be
-a bit stupid to have such stream).
-
-------------------------------------------------------------------------
-r7189 | fenrir | 2004-03-29 16:25:25 +0200 (Mon, 29 Mar 2004) | 8 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/src/input/stream.c
-
- * stream: added stream_DemuxNew, stream_DemuxSend, stream_DemuxDelete
-to chain demuxer.
-    - stream_DemuxNew: create a special stream_t, launch a thread that
-    will open a demuxer, and call p_demux->pf_demux until asked to die.
-    - stream_DemuxSend: append a block to be used by the new demuxer.
-    - stream_DemuxDelete : free all data...
-
-
-------------------------------------------------------------------------
-r7188 | fenrir | 2004-03-29 16:21:47 +0200 (Mon, 29 Mar 2004) | 9 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
- * mpeg_audio: fixed input infos update, and removed all tabs.
- (each vlc_object_find has to be followed by a vlc_object_release once
-the object isn't needed anymore)
-
- Btw, I think we should better do that update in src/input/input_dec.c,
-this way it will work with every decoder AND a decoder should not touch
-p_input (decoders will be used by transcode for instance ...)
-
-
-------------------------------------------------------------------------
-r7187 | fenrir | 2004-03-29 16:17:25 +0200 (Mon, 29 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
- * rtp: fixed segfault with mux=
-
-------------------------------------------------------------------------
-r7186 | sigmunau | 2004-03-29 13:15:04 +0200 (Mon, 29 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-fixed "slower" hotkey.
-
-------------------------------------------------------------------------
-r7185 | zorglub | 2004-03-29 09:28:45 +0200 (Mon, 29 Mar 2004) | 16 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-   M /trunk/src/input/control.c
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc.h
-
-* Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
-
-* Allow to modify subtitle delay on the fly and implement hotkeys 
-  (h and j)
-
-* When framerate is available with subrip, use sub-fps to make corrections
-  (sub-fps default value is now 0, if left to this value, 25fps will be
-   assumed in microdvd mode and no correction will be applied in subrip)
-
-Main problem is that when seeking in the subtitles, you easily get
-several of them displayed. Maybe we could add a flag to subpicture_t,
-like SUBTITLE_PICTURE to say that only one of them must be displayed at
-a time, but that other subpictures (OSD, ...) can remain present on the
-screen at the same time.
-
-
-------------------------------------------------------------------------
-r7184 | rocky | 2004-03-29 04:10:04 +0200 (Mon, 29 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
-Populate stream information.
-
-
-------------------------------------------------------------------------
-r7183 | rocky | 2004-03-29 02:45:53 +0200 (Mon, 29 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-
-Populate "Stream and Media Info"
-
-
-------------------------------------------------------------------------
-r7182 | rocky | 2004-03-29 02:42:35 +0200 (Mon, 29 Mar 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-
-Small cosmetic changes
-------------------------------------------------------------------------
-r7181 | jpsaman | 2004-03-28 22:25:53 +0200 (Sun, 28 Mar 2004) | 1 line
-Changed paths:
-   M /trunk/doc/arm-crosscompile-howto.sgml
-
-Small update to ARM cross-compile howto
-------------------------------------------------------------------------
-r7180 | rocky | 2004-03-28 22:17:49 +0200 (Sun, 28 Mar 2004) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-Correct multi-default selection. But we need vcdimager 0.71 CVS for
-this.  (But most poeple won't notice the improvement since video
-switching is broken.)
-
-
-------------------------------------------------------------------------
-r7179 | titus | 2004-03-28 16:39:03 +0200 (Sun, 28 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-correction of a small bug in the function move
-
-------------------------------------------------------------------------
-r7178 | bigben | 2004-03-28 14:29:42 +0200 (Sun, 28 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-
-Reverses previous patch, which added 1min/5min forward / backward functions, as it made the interface too unclear. We need to find another way to use hotkeys on the main interface...
-
-
-------------------------------------------------------------------------
-r7177 | hartman | 2004-03-28 05:16:05 +0200 (Sun, 28 Mar 2004) | 9 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/sgimb.c
-   M /trunk/src/input/stream.c
-
-* src/input/stream.c
-  - disable stream_ReadLine debug.
-* ALL:
-  - added a new demux2 module to handle Kasenna MediaBase 
-    metadata files. These are application/x-sgimb masked
-    'mpeg' files on the web. They are in reality mostly constructors
-    for rtsp links. The reference to SGI is because the MediaBase
-    solutions originate from SGI.
-
-------------------------------------------------------------------------
-r7176 | asmax | 2004-03-27 19:04:36 +0100 (Sat, 27 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
-
-  * bitmap_font.cpp: full support of text bitmap font
-
-------------------------------------------------------------------------
-r7175 | hartman | 2004-03-27 18:36:46 +0100 (Sat, 27 Mar 2004) | 9 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/misc/logger.c
-   M /trunk/src/interface/interface.c
-
-* src/interface/interface.c
-  - spelling fix
-  - added telnet intf to 'Add Interface'
-* modules/misc/logger.c:
-  - on Mac OS X, use ~/Library/Logs to write logger intf output.
-* ALL
-  - Added 'Add Interface' to Mac OS X build. Now you can finaly quicklaunch
-  the SAP intf.
-
-------------------------------------------------------------------------
-r7174 | asmax | 2004-03-27 12:24:24 +0100 (Sat, 27 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
-   M /trunk/modules/gui/skins2/src/bitmap_font.hpp
-
-  * all: beginning of "text" bitmap font support. The text bitmap must have
-  the following layout: [cf xmms skins ;)]
-
-------------------------------------------------------------------------
-r7173 | asmax | 2004-03-27 01:21:13 +0100 (Sat, 27 Mar 2004) | 10 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
-   M /trunk/modules/gui/skins2/src/bitmap_font.hpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
-   M /trunk/modules/gui/skins2/vars/time.cpp
-   M /trunk/share/skins2/default/skin.dtd
-
-  * all: beginning of bitmap font support. At the moment only the digits
-  font for xmms/winamp2 skins is supported (the bitmap must have the
-  following layout: [0123456789 -] with letters of size 9x13).
-  Non-digit characters are just skipped, with a hardcoded advance of 6
-  (it allows correct display of time in xmms skins; the ':' are skipped)
-  Small example at http://people.via.ecp.fr/~asmax/chaos.vlt (uncomplete skin)
-  * vars/time.cpp: notify the observers also when the input is stopped
-  * controls/ctrl_text.cpp: do not reset the FSM state and timer when the
-  text is displayed (was causing bugs in time display)
-
-------------------------------------------------------------------------
-r7172 | zorglub | 2004-03-26 14:20:57 +0100 (Fri, 26 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/visual/visual.c
-
-Spectrum is default enabled
-
-------------------------------------------------------------------------
-r7171 | gbazin | 2004-03-26 10:35:10 +0100 (Fri, 26 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/control.c
-
-* src/input/control.c: fixed INPUT_DEL_BOOKMARK.
-
-------------------------------------------------------------------------
-r7170 | fenrir | 2004-03-26 00:07:19 +0100 (Fri, 26 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * video: disable direct rendering for h264.
-
-------------------------------------------------------------------------
-r7169 | sam | 2004-03-25 23:45:59 +0100 (Thu, 25 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap:
-    + Work around a Solaris sh issue preventing ${foo%%bar} constructs.
-
-------------------------------------------------------------------------
-r7168 | hartman | 2004-03-25 21:25:04 +0100 (Thu, 25 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/applescript.m
-
-* VLC couldn't handle external links since the playlist API changes. FIXED
-
-------------------------------------------------------------------------
-r7167 | fenrir | 2004-03-25 15:00:33 +0100 (Thu, 25 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/include/codecs.h
-
- * codecs.h : added WAVE_FORMAT_DIVIO_AAC.
-
-------------------------------------------------------------------------
-r7166 | fenrir | 2004-03-25 14:48:51 +0100 (Thu, 25 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
- * mpeg4video.c: added m4cc/M4CC.
-
-------------------------------------------------------------------------
-r7165 | gbazin | 2004-03-25 12:51:24 +0100 (Thu, 25 Mar 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/vout.h
-
-* modules/video_output/directx/*:
-   + Added calls to vout_RequestWindow()/vout_ReleaseWindow()
-   + Implemented vout_Control()
-   + Fixed potential division by 0
-
-------------------------------------------------------------------------
-r7164 | zorglub | 2004-03-25 12:50:33 +0100 (Thu, 25 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Don't save an empty playlist
-Fix refcount problem
-
-------------------------------------------------------------------------
-r7163 | gbazin | 2004-03-25 10:47:19 +0100 (Thu, 25 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-* po/POTFILES.in: updated.
-
-------------------------------------------------------------------------
-r7162 | fenrir | 2004-03-25 02:01:58 +0100 (Thu, 25 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
- * real: added support for aac codec.
-
-------------------------------------------------------------------------
-r7161 | gbazin | 2004-03-25 01:18:51 +0100 (Thu, 25 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-
-* modules/gui/wxwindows/video.cpp: fix for wxGtk built with GTK1.
-
-------------------------------------------------------------------------
-r7160 | gbazin | 2004-03-24 23:53:36 +0100 (Wed, 24 Mar 2004) | 6 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_intf.c
-
-* src/video_output/vout_intf.c: vout_IntfInit() for some interface/control related initializations.
-* src/video_output/video_output.c: moved some stuff to vout_IntfInit().
-* include/video_output.h: vout_vaControl()/vout_Control() prototypes.
-* modules/video_output/x11/xcommon.c: implemented a vout_Control() (only VOUT_SET_ZOOM for now).
-* modules/gui/wxwindows/menus.cpp: handle float object vars, added "zoom" to the menus.
-
-------------------------------------------------------------------------
-r7159 | ipkiss | 2004-03-24 23:10:56 +0100 (Wed, 24 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/share/skins2/default/skin.dtd
-   M /trunk/share/skins2/default/theme.xml
-
- * skins2/parser/builder*: All the controls now have a 'visible' attribute
- * share/skins2/default/skin.dtd: Changed a few details here and there
-
-------------------------------------------------------------------------
-r7158 | ipkiss | 2004-03-24 12:24:46 +0100 (Wed, 24 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-
-Compilation fix
-
-------------------------------------------------------------------------
-r7157 | massiot | 2004-03-24 11:18:34 +0100 (Wed, 24 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-* ts muxer: added a no-crypt-audio option for people who do not want to crypt
-  audio PIDs
-
-------------------------------------------------------------------------
-r7156 | massiot | 2004-03-24 11:17:50 +0100 (Wed, 24 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/csa.c
-
-* csa.c: Fixed an encryption bug with packets smaller than 8 bytes.
-
-------------------------------------------------------------------------
-r7155 | gbazin | 2004-03-24 00:52:04 +0100 (Wed, 24 Mar 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   A /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   A /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/*:
-   + bookmarks menu.
-   + started work on bookmarks dialog.
-   + started support for embeddable vout (via vout_RequestWindow()/vout_ReleaseWindow()).   
-   + new --wxwin-bookmarks and --wxwin-embed config options.
-
-------------------------------------------------------------------------
-r7154 | gbazin | 2004-03-24 00:46:26 +0100 (Wed, 24 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c: use vout_RequestWindow()/vout_ReleaseWindow().
-
-------------------------------------------------------------------------
-r7153 | gbazin | 2004-03-24 00:44:49 +0100 (Wed, 24 Mar 2004) | 9 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/ninput.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_interface.h
-   A /trunk/src/input/control.c
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/video_output.c
-   A /trunk/src/video_output/vout_intf.c
-
-* src/input/*:
-   + new input_Control() function (doesn't do much for now).
-   + started bookmarks support through input_Control().
-   + new --bookmarks={name=foo,bytes=foo,time=foo},{...} config option.
-
-* src/video_output/*:
-   + started support for embeddable vouts (vout_RequestWindow()/vout_ReleaseWindow())
-   + new --video-x/y config options
-
-------------------------------------------------------------------------
-r7152 | gbazin | 2004-03-24 00:30:49 +0100 (Wed, 24 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/variables.c
-
-* src/misc/variables: fixed mem-leak for VLC_VAR_CLEARCHOICES.
-
-------------------------------------------------------------------------
-r7151 | gbazin | 2004-03-24 00:28:02 +0100 (Wed, 24 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* modules/codec/ffmpeg/encoder.c: removed unused stuff.
-
-------------------------------------------------------------------------
-r7150 | gbazin | 2004-03-24 00:26:36 +0100 (Wed, 24 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/dvdnav.c
-
-* modules/demux/dvdnav.c: cosmetic changes + fixed small mem-leaks.
-
-------------------------------------------------------------------------
-r7149 | ipkiss | 2004-03-23 22:03:20 +0100 (Tue, 23 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/default/skin.dtd
-
- * skins2: Fixed broken DTD
-
-------------------------------------------------------------------------
-r7148 | hartman | 2004-03-23 21:47:06 +0100 (Tue, 23 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ts.c
-
-* Check if dvbpsi_DecodeISO639Dr fails.
-  Fixes #1104
-
-------------------------------------------------------------------------
-r7147 | fenrir | 2004-03-23 12:02:48 +0100 (Tue, 23 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/duplicate.c
-
- * duplicate: fixed a bug with noes.
-
-------------------------------------------------------------------------
-r7146 | gbazin | 2004-03-23 10:44:44 +0100 (Tue, 23 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   M /trunk/share/Makefile.am
-
-* share/Makefile.am: added default skins2 theme and vlm http files.
-* modules/gui/skins2/Modules.am: removed old skins2 theme.
-
-------------------------------------------------------------------------
-r7145 | jlj | 2004-03-22 23:53:11 +0100 (Mon, 22 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/ogg.c
-
-  * ALL: compile fixes.
-
-
-------------------------------------------------------------------------
-r7144 | fenrir | 2004-03-22 23:14:27 +0100 (Mon, 22 Mar 2004) | 2 lines
-Changed paths:
-   A /trunk/share/http/vlm
-   A /trunk/share/http/vlm/edit.html
-   A /trunk/share/http/vlm/index.html
-   A /trunk/share/http/vlm/new.html
-
- * vlm/* : begining of vlm http interface pages.
-
-------------------------------------------------------------------------
-r7143 | ipkiss | 2004-03-22 22:18:12 +0100 (Mon, 22 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
-
- * skins2/win32/win32_loop.cpp: Refresh the needed rectangle only.
-   This doesn't fix totally the refresh problems on the skinned vout,
-   but it improves the situation a lot.
-
-------------------------------------------------------------------------
-r7142 | ipkiss | 2004-03-22 21:54:35 +0100 (Mon, 22 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
- * Makefile.am: Fixed the win32 packaging of the default skin2
-
-------------------------------------------------------------------------
-r7141 | asmax | 2004-03-22 21:38:15 +0100 (Mon, 22 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   A /trunk/modules/gui/skins2/src/bitmap_font.cpp
-   A /trunk/modules/gui/skins2/src/bitmap_font.hpp
-   M /trunk/modules/gui/skins2/src/ft2_font.hpp
-   A /trunk/modules/gui/skins2/src/generic_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/generic_font.hpp
-   M /trunk/share/skins2/default/skin.dtd
-
-  * all : skeleton of a future bitmap font support
-  * skin.dtd : new BitmapFont element
-
-------------------------------------------------------------------------
-r7140 | fenrir | 2004-03-22 18:58:24 +0100 (Mon, 22 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http: implemented vlm_save/load.
-
-------------------------------------------------------------------------
-r7139 | fenrir | 2004-03-22 18:56:54 +0100 (Mon, 22 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
- * vlm: fixed some segfaults.
-
-------------------------------------------------------------------------
-r7138 | gbazin | 2004-03-22 16:19:12 +0100 (Mon, 22 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-* modules/codec/libmpeg2.c: modified last change to use a 4:3 aspect ratio when libmpeg2 gives us an invalid one.
-  (if this happens, it is a bug in libmpeg2 anyway so we just try to fallback to the most usual value).
-
-------------------------------------------------------------------------
-r7137 | fenrir | 2004-03-22 13:33:29 +0100 (Mon, 22 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_httpd.h
-   M /trunk/src/misc/httpd.c
-
- * all: forgot to commit theses files.
-
-------------------------------------------------------------------------
-r7136 | gbazin | 2004-03-22 13:12:02 +0100 (Mon, 22 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/Modules.am
-
-* modules/control/Modules.am: added telnet module.
-
-------------------------------------------------------------------------
-r7135 | garf | 2004-03-22 13:04:03 +0100 (Mon, 22 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http.c: vlm_error
-
-------------------------------------------------------------------------
-r7134 | gbazin | 2004-03-22 11:18:22 +0100 (Mon, 22 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: compilation fix.
-
-------------------------------------------------------------------------
-r7133 | fenrir | 2004-03-22 04:08:27 +0100 (Mon, 22 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
- * vlm: better vlm_Show.
-
-------------------------------------------------------------------------
-r7132 | fenrir | 2004-03-22 03:58:57 +0100 (Mon, 22 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http.c: fixes about vlm.
-
-------------------------------------------------------------------------
-r7131 | hartman | 2004-03-21 23:53:18 +0100 (Sun, 21 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/include/codecs.h
-
-* fix avi dts support
-
-------------------------------------------------------------------------
-r7130 | fenrir | 2004-03-21 23:35:58 +0100 (Sun, 21 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
- * libmpeg2: handle invalid aspect as square one.
-
-------------------------------------------------------------------------
-r7129 | fenrir | 2004-03-21 23:03:42 +0100 (Sun, 21 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
- * rtp: sdp=rtsp:// urls begin to work (multicast+unicast).
- (There is still the problem of timeout, and a lot of checks aren't done).
-
-------------------------------------------------------------------------
-r7128 | asmax | 2004-03-21 21:39:43 +0100 (Sun, 21 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   D /trunk/share/skins2/FreeSans.ttf
-   A /trunk/share/skins2/fonts/FreeSans.ttf (from /trunk/share/skins2/FreeSans.ttf:7127)
-
-  * moved the default font in share/skins2/fonts
-  * parser/builder.cpp: a font with ID "defaultfont" is loaded from
-  the common font directory
-
-------------------------------------------------------------------------
-r7127 | asmax | 2004-03-21 21:19:18 +0100 (Sun, 21 Mar 2004) | 2 lines
-Changed paths:
-   A /trunk/share/skins2/FreeSans.ttf (from /trunk/share/skins2/default/FreeSans.ttf:7126)
-   D /trunk/share/skins2/default/FreeSans.ttf
-   A /trunk/share/skins2/fonts
-
-  * added a fonts directory
-
-------------------------------------------------------------------------
-r7126 | asmax | 2004-03-21 21:01:24 +0100 (Sun, 21 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   D /trunk/modules/gui/skins2/theme
-   A /trunk/share/skins2
-   A /trunk/share/skins2/default (from /trunk/modules/gui/skins2/theme:7123)
-   M /trunk/share/skins2/default/skin.dtd
-   M /trunk/share/skins2/default/theme.xml
-
-  * moved the default skins2 theme in share/skins2/default/
-  * all: added a "tooltipfont" element in the <Theme> tag (unused at the
-      moment)
-
-------------------------------------------------------------------------
-r7125 | hartman | 2004-03-21 20:45:42 +0100 (Sun, 21 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/misc/screensaver.c
-
-Two description strings corrected
-
-------------------------------------------------------------------------
-r7124 | hartman | 2004-03-21 20:36:47 +0100 (Sun, 21 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* Spelling correction
-
-------------------------------------------------------------------------
-r7123 | fenrir | 2004-03-21 16:09:21 +0100 (Sun, 21 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
- * Makefile.am: compile vlm.c ...
-
-------------------------------------------------------------------------
-r7122 | massiot | 2004-03-21 13:50:14 +0100 (Sun, 21 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* modules/demux/mkv.cpp: Fixed Darwin port for Mac OS X 10.1
-
-------------------------------------------------------------------------
-r7121 | fenrir | 2004-03-21 13:29:31 +0100 (Sun, 21 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-
- * all: changes for vlm move.
-
-------------------------------------------------------------------------
-r7120 | fenrir | 2004-03-21 13:26:20 +0100 (Sun, 21 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_objects.h
-   A /trunk/include/vlc_vlm.h (from /trunk/modules/control/telnet/vlm.h:7119)
-   M /trunk/modules/control/http.c
-   D /trunk/modules/control/telnet
-   A /trunk/modules/control/telnet.c (from /trunk/modules/control/telnet/telnet.c:7119)
-   M /trunk/src/misc/objects.c
-   A /trunk/src/misc/vlm.c (from /trunk/modules/control/telnet/vlm.c:7119)
-
- * vlm.*: move vlm to the core (now, vlm_New create only one instance)
- * http.c: begin support of vlm interraction (not yet documented).
-
-------------------------------------------------------------------------
-r7119 | garf | 2004-03-20 14:19:58 +0100 (Sat, 20 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet/vlm.c
-
- * vlm.c: little bug fix for stop command
-
-------------------------------------------------------------------------
-r7118 | fenrir | 2004-03-19 17:33:55 +0100 (Fri, 19 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts.c: do not use packetizer for ms-codec streams.
-
-------------------------------------------------------------------------
-r7117 | fenrir | 2004-03-19 17:33:11 +0100 (Fri, 19 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/nsv.c
-
- * nsv: fixed unused variable warnings.
-
-------------------------------------------------------------------------
-r7116 | fenrir | 2004-03-19 17:32:06 +0100 (Fri, 19 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
- * real: fixed unused variable warnings.
-
-------------------------------------------------------------------------
-r7115 | fenrir | 2004-03-19 17:31:13 +0100 (Fri, 19 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
- * asf :demux -> demux2.
-
-------------------------------------------------------------------------
-r7114 | fenrir | 2004-03-19 17:30:09 +0100 (Fri, 19 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/Modules.am
-
- * Modules: removed avi.h
-
-------------------------------------------------------------------------
-r7113 | fenrir | 2004-03-19 17:29:39 +0100 (Fri, 19 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   D /trunk/modules/demux/avi/avi.h
-
- * avi: cosmetics.
-
-------------------------------------------------------------------------
-r7112 | fenrir | 2004-03-19 17:27:52 +0100 (Fri, 19 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-
- * demux: demux2_New -> try to start faster selecting the right demuxer
-based to extension (others demuxers will still be probed if needed).
-
-------------------------------------------------------------------------
-r7111 | hartman | 2004-03-19 01:52:33 +0100 (Fri, 19 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-* fix d_namlen bug
-
-------------------------------------------------------------------------
-r7110 | hartman | 2004-03-19 01:35:21 +0100 (Fri, 19 Mar 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-* the directory plugin no longer uses the m3u demux
-  - it now does the playlist_Add itself.
-  - it sets the filename instead of the path as the item name
-  - it uses dummy demux to fool vlc.
-  - it's almost twice as fast now.
-
-
-------------------------------------------------------------------------
-r7109 | hartman | 2004-03-18 22:48:36 +0100 (Thu, 18 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-* prefer S_ISDIR over DT_DIR since it is more reliable.
-  Should fix collapse/expand/ignore of dirs on OS X.
-* better short title for this config option
-
-------------------------------------------------------------------------
-r7108 | garf | 2004-03-18 19:29:36 +0100 (Thu, 18 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/telnet/telnet.c
-   M /trunk/modules/control/telnet/vlm.c
-   M /trunk/modules/control/telnet/vlm.h
-
- * vlm.c,vlm.h, telnet.c: new vlm message system, independant from
-   telnet interface (will be useful for http vlm interface).
-
-------------------------------------------------------------------------
-r7107 | jlj | 2004-03-18 17:53:56 +0100 (Thu, 18 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/hd1000a.cpp
-
-  * hd1000a: channel reordering
-
-
-------------------------------------------------------------------------
-r7106 | jlj | 2004-03-18 16:42:20 +0100 (Thu, 18 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/audio_output/Modules.am
-   A /trunk/modules/audio_output/hd1000a.cpp
-
-  * Roku HD1000 audio output.
-
-
-------------------------------------------------------------------------
-r7105 | rocky | 2004-03-18 03:12:08 +0100 (Thu, 18 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Correct MRL syntax.
-
-
-------------------------------------------------------------------------
-r7104 | rocky | 2004-03-18 03:08:12 +0100 (Thu, 18 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-Allow setting the subtitle track from the VCD tab (by usurping the
-"Chapter" entry).
-
-
-------------------------------------------------------------------------
-r7103 | gbazin | 2004-03-17 21:13:54 +0100 (Wed, 17 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx/events.c:
-   + use SetWindowLongPtr() instead of SetWindowLong() whenever required.
-   + reset GWLP_USERDATA when calling the parent window windowproc.
-
-------------------------------------------------------------------------
-r7102 | rocky | 2004-03-17 05:05:25 +0100 (Wed, 17 Mar 2004) | 9 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/ogt.c
-   M /trunk/modules/demux/mpeg/system.c
-
-Menu selection of subtitles for CVD and OGT handled properly.
-
-system.c: enters the correct subtitle numbers into spu-es.  OGT now
-has the correct number of subtitles (with each having the correct
-number).
-
-ogt.c: Allow for dynamic switching/selection of subtitles. 
-
-
-------------------------------------------------------------------------
-r7101 | hartman | 2004-03-17 02:54:00 +0100 (Wed, 17 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/vlc.ebuild
-
-* small fixes
-
-------------------------------------------------------------------------
-r7100 | hartman | 2004-03-17 02:33:34 +0100 (Wed, 17 Mar 2004) | 8 lines
-Changed paths:
-   M /trunk/vlc.ebuild
-
-* Updated the ebuild.
-  - supports dts
-  - uses the new ffmpeg + postproc installation fixed ebuild
-  - uses live.com from portage instead of local
-  - added libdvdnav
-  - added pvr and satellite keywords
-  - other stuff i don't remember atm.
-
-------------------------------------------------------------------------
-r7099 | gbazin | 2004-03-16 23:41:52 +0100 (Tue, 16 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: fixed libdts detection (libm linking problem) and dtsdec url.
-
-------------------------------------------------------------------------
-r7098 | fkuehne | 2004-03-16 22:04:18 +0100 (Tue, 16 Mar 2004) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-*Fixed a spelling mistake and added some button-shortcuts
-------------------------------------------------------------------------
-r7097 | ipkiss | 2004-03-16 21:19:42 +0100 (Tue, 16 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-
- * skins2/win32/win32_graphics.cpp: fixed a bunch of memory leaks and
-   fixed a bug in drawRect()
-
-------------------------------------------------------------------------
-r7096 | hartman | 2004-03-16 21:06:44 +0100 (Tue, 16 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* Fixed a crash with blank opengl effect paramerter
-
-------------------------------------------------------------------------
-r7095 | fenrir | 2004-03-16 19:46:40 +0100 (Tue, 16 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv.cpp: one more fix for playback of broken file.
-
-------------------------------------------------------------------------
-r7094 | fenrir | 2004-03-16 19:45:26 +0100 (Tue, 16 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- * mkv.cpp: fixed playback of broken file.
-
-------------------------------------------------------------------------
-r7093 | titus | 2004-03-16 11:55:02 +0100 (Tue, 16 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/share/http/index.html
-
-Move playlist item in the interface http 
-
-------------------------------------------------------------------------
-r7092 | bigben | 2004-03-16 08:33:08 +0100 (Tue, 16 Mar 2004) | 3 lines
-Changed paths:
-   A /trunk/modules/gui/macosx/playlistinfo.h
-   A /trunk/modules/gui/macosx/playlistinfo.m
-
-Oups, sorry
-
-
-------------------------------------------------------------------------
-r7091 | bigben | 2004-03-16 00:15:48 +0100 (Tue, 16 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-Applies part of patch from Tom Maguire. Adds controls for 1min/5min forward / backward, and add menu items for them in the control menu. It might make it a bit uinclear. Please make any comment.
-
-
-
-------------------------------------------------------------------------
-r7090 | bigben | 2004-03-15 20:33:18 +0100 (Mon, 15 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/Modules.am
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/about.m
-   M /trunk/modules/gui/macosx/applescript.h
-   M /trunk/modules/gui/macosx/applescript.m
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/info.h
-   M /trunk/modules/gui/macosx/info.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/misc.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/output.h
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-Make the playlist info window a new object
-
-
-
-------------------------------------------------------------------------
-r7089 | zorglub | 2004-03-15 18:06:17 +0100 (Mon, 15 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_help.h
-   M /trunk/include/vlc_interface.h
-
-Add description for demux2 (Closes:#1780)
-
-------------------------------------------------------------------------
-r7088 | gbazin | 2004-03-15 10:33:57 +0100 (Mon, 15 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
-
-------------------------------------------------------------------------
-r7087 | rocky | 2004-03-15 05:22:39 +0100 (Mon, 15 Mar 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/ogt/ogt.c
-
-CVD subtitle selection works via front-end spu-es variable changes. 
-SVCD subtitles still can only be changed via --spu-channel. 
-
-The video subtitle menu titles for both is a bit whacked out.
-
-
-------------------------------------------------------------------------
-r7086 | rocky | 2004-03-15 04:21:57 +0100 (Mon, 15 Mar 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ps.c
-
-Not sure why (or if) this cvd subtitle selecting code is needed, but I
-suppose it should look like the others. So they'll all be wrong
-together.
-
-
-------------------------------------------------------------------------
-r7085 | rocky | 2004-03-15 01:03:56 +0100 (Mon, 15 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-
-Fill out VCD information Media Info section when playing an entire VCD
-or PBC is on.
-
-
-------------------------------------------------------------------------
-r7084 | rocky | 2004-03-15 00:42:41 +0100 (Mon, 15 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-
-Allow extended data in customized formats too.
-
-
-------------------------------------------------------------------------
-r7083 | rocky | 2004-03-15 00:25:48 +0100 (Mon, 15 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-Better about adding track author and title in track info
-section. Also add the extended data.
-
-
-------------------------------------------------------------------------
-r7082 | jpsaman | 2004-03-14 21:33:24 +0100 (Sun, 14 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/arm-crosscompile-howto.sgml
-
-Added a section about Opie SDK kit.
-
-------------------------------------------------------------------------
-r7081 | zorglub | 2004-03-14 21:18:21 +0100 (Sun, 14 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/demux2.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist.c
-
-Fix deadlocks in playlist
-
-------------------------------------------------------------------------
-r7080 | gbazin | 2004-03-14 20:02:41 +0100 (Sun, 14 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-
-* modules/video_output/x11/*: fixed video resizing when using an external parent window.
-
-------------------------------------------------------------------------
-r7079 | gbazin | 2004-03-14 18:15:43 +0100 (Sun, 14 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-* modules/access/file.c: more fixes ( thanks fenrir :) ).
-
-------------------------------------------------------------------------
-r7078 | gbazin | 2004-03-14 17:54:55 +0100 (Sun, 14 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-* modules/access/file.c: couple of fixes for the file-cat mode.
-
-------------------------------------------------------------------------
-r7077 | rocky | 2004-03-14 17:32:32 +0100 (Sun, 14 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcd.c
-
-PBC is probably not an advanced option.
-
-
-------------------------------------------------------------------------
-r7076 | ipkiss | 2004-03-14 17:16:38 +0100 (Sun, 14 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
- * AUTHORS: skins and skins2 authors
-
-------------------------------------------------------------------------
-r7075 | ipkiss | 2004-03-14 17:10:07 +0100 (Sun, 14 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-
- * wxwindows/preferences_widgets.*: do not duplicate hot keys list in
-   the wxwindows plugin
-
-------------------------------------------------------------------------
-r7074 | asmax | 2004-03-14 15:58:11 +0100 (Sun, 14 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-   M /trunk/modules/gui/skins2/src/top_window.hpp
-   M /trunk/modules/gui/skins2/src/vout_window.cpp
-   M /trunk/modules/gui/skins2/src/vout_window.hpp
-
-  * all: the vout window now processes refresh events.
-    It only displays a black rectangle at the moment but it could be
-    any bitmap
-
-------------------------------------------------------------------------
-r7073 | asmax | 2004-03-14 15:33:12 +0100 (Sun, 14 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.hpp
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme.hpp
-   A /trunk/modules/gui/skins2/src/top_window.cpp (from /trunk/modules/gui/skins2/src/generic_window.cpp:7071)
-   A /trunk/modules/gui/skins2/src/top_window.hpp (from /trunk/modules/gui/skins2/src/generic_window.hpp:7071)
-   M /trunk/modules/gui/skins2/src/vout_window.cpp
-   M /trunk/modules/gui/skins2/src/vout_window.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-   M /trunk/modules/gui/skins2/theme/theme.xml
-
-  * all: split GenericWindow into GenericWindow (general interface for
-  windows) and TopWindow (implementation for top-level windows)
-
-------------------------------------------------------------------------
-r7072 | asmax | 2004-03-14 12:37:13 +0100 (Sun, 14 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   A /trunk/modules/gui/skins2/controls/ctrl_video.cpp
-   A /trunk/modules/gui/skins2/controls/ctrl_video.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme.hpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/theme/playlist_body3.png
-   M /trunk/modules/gui/skins2/theme/theme.xml
-   D /trunk/modules/gui/skins2/theme/vout.png
-
-  * all: the vout window is now managed by a resizable control
-    (on-the-fly resize still doesn't work; the vout has to be re-opened)
-
-------------------------------------------------------------------------
-r7071 | ipkiss | 2004-03-14 11:49:51 +0100 (Sun, 14 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_window.cpp
-   M /trunk/modules/gui/skins2/win32/win32_window.hpp
-
- * skins2/win32/*: Embedded vout works on Windows too. It still
-   segfaults when the mouse is moved above the video...
-
-------------------------------------------------------------------------
-r7070 | rocky | 2004-03-14 03:44:06 +0100 (Sun, 14 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcdplayer.c
-
-Syntax error for WIN32
-
-
-------------------------------------------------------------------------
-r7069 | ipkiss | 2004-03-14 00:21:35 +0100 (Sun, 14 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-
- * skins2/win32/win32_factory.cpp: compilation fix
-
-------------------------------------------------------------------------
-r7068 | asmax | 2004-03-13 23:11:28 +0100 (Sat, 13 Mar 2004) | 10 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/gen_builder.py
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/os_factory.hpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme.hpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   A /trunk/modules/gui/skins2/src/vout_window.cpp
-   A /trunk/modules/gui/skins2/src/vout_window.hpp
-   M /trunk/modules/gui/skins2/theme/skin.dtd
-   M /trunk/modules/gui/skins2/theme/theme.xml
-   A /trunk/modules/gui/skins2/theme/vout.png
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-   M /trunk/modules/gui/skins2/x11/x11_display.hpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-   M /trunk/modules/gui/skins2/x11/x11_window.hpp
-
-  * all: first implementation of skinnable vouts (X11 only)
-  - new "Video" element in the XML
-  - of course it doesn't work if the vout is launched before
-    the interface
-  - known bugs:
-     - no refresh of the area when there is no vout
-     - BadDrawable X11 error at exit because the vout still uses
-      a destroyed window
-     - hardcoded size
-
-------------------------------------------------------------------------
-r7067 | hartman | 2004-03-13 21:39:03 +0100 (Sat, 13 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-* Added Andre Pong to THANKS
-
-------------------------------------------------------------------------
-r7066 | gbazin | 2004-03-13 21:29:25 +0100 (Sat, 13 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-* modules/demux/ogg.c: Added Annodex support (www.annodex.net). Patch courtesy of Andre Pang.
-
-------------------------------------------------------------------------
-r7065 | hartman | 2004-03-13 21:27:36 +0100 (Sat, 13 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-
-* Fixed a slew of missing people in THANKS 
-  (Thank god for email archives)
-
-------------------------------------------------------------------------
-r7064 | fenrir | 2004-03-13 20:31:35 +0100 (Sat, 13 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
- * mpeg4video.c: better pts...
-
-------------------------------------------------------------------------
-r7063 | jpsaman | 2004-03-13 20:05:17 +0100 (Sat, 13 Mar 2004) | 1 line
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-removed unused variables
-------------------------------------------------------------------------
-r7062 | fenrir | 2004-03-13 19:52:55 +0100 (Sat, 13 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
- * mpeg4video: more cludges (it should be rewritten to calculate true
-dts/pts ...)
-
-------------------------------------------------------------------------
-r7061 | hartman | 2004-03-13 18:05:29 +0100 (Sat, 13 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/telnet/telnet.c
-
-* modules/control/telnet/telnet.c:
-  - announce the port used by telnet in the messages
-
-------------------------------------------------------------------------
-r7060 | fenrir | 2004-03-13 17:56:31 +0100 (Sat, 13 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-
- * mmsh: more fixes.
-
-------------------------------------------------------------------------
-r7059 | jpsaman | 2004-03-13 16:37:48 +0100 (Sat, 13 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/qte_main.cpp
-
-Removed some dead wood.
-
-------------------------------------------------------------------------
-r7058 | fenrir | 2004-03-13 06:09:51 +0100 (Sat, 13 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/mms/asf.c
-   M /trunk/modules/access/mms/asf.h
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmsh.h
-
- * asf: fixed unintialised variable, cleaned up some stuffs.
- * mmsh: big rework of the mmsh module.
-
-------------------------------------------------------------------------
-r7057 | fenrir | 2004-03-13 04:37:07 +0100 (Sat, 13 Mar 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts: for MSCODEC in TS, set pts == dts when pts <= 0.
- (The problem is that if pts is always 0, no time information
- will be written, making stream unplayable).
-
- * pes: cosmetics.
-
-------------------------------------------------------------------------
-r7056 | fenrir | 2004-03-13 04:33:10 +0100 (Sat, 13 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/block.c
-
- * block.c: fixed block realloc.
-
-------------------------------------------------------------------------
-r7055 | gbazin | 2004-03-12 16:01:36 +0100 (Fri, 12 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-
-* src/playlist/item-ext.c: playlist_AddExt() needs to duplicate the input options array.
-
-------------------------------------------------------------------------
-r7054 | gbazin | 2004-03-12 14:42:55 +0100 (Fri, 12 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx/events.c:
-   + patch to forward unhandled messages to owner window (Courtesy of Markus Kern).
-   + modification to the patch to play well with the mozilla plugin.
-
-------------------------------------------------------------------------
-r7053 | gbazin | 2004-03-12 12:13:57 +0100 (Fri, 12 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-* modules/demux/mp4/mp4.c: work-around buggy muxers which don't set properly the display size in the mov/mp4 container.
-
-------------------------------------------------------------------------
-r7052 | jpsaman | 2004-03-12 08:58:29 +0100 (Fri, 12 Mar 2004) | 1 line
-Changed paths:
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/rules.opie
-   M /trunk/ipkg/rules.zaurus
-
-Cleanup old scripts
-------------------------------------------------------------------------
-r7051 | rocky | 2004-03-12 03:52:27 +0100 (Fri, 12 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-One less change to make this work on Darwin.
-
-
-------------------------------------------------------------------------
-r7050 | rocky | 2004-03-12 03:51:20 +0100 (Fri, 12 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcdplayer.c
-
-more WIN32 changes.
-
-
-------------------------------------------------------------------------
-r7049 | ipkiss | 2004-03-11 20:41:51 +0100 (Thu, 11 Mar 2004) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/video_output/directx/events.c
-
- * include/vlc_keys.h: mouse wheel events now considered as hotkeys
- * modules/video_output/directx/events.c: mouse wheel support
- * modules/gui/skins2/src/generic_window.cpp: mouse wheel events are
-   treated as hotkeys, but only if they are not intercepted by a control
-   (such as a slider)
-
-------------------------------------------------------------------------
-r7048 | fenrir | 2004-03-11 18:38:36 +0100 (Thu, 11 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/block.c
-
- * block: a little pre header + padding.
-
-------------------------------------------------------------------------
-r7047 | fenrir | 2004-03-11 18:37:50 +0100 (Thu, 11 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/pes.h
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/mux/ogg.c
-
- * mux: sout_buffer_t -> block_t.
-
-------------------------------------------------------------------------
-r7046 | fenrir | 2004-03-11 18:36:43 +0100 (Thu, 11 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/dummy.c
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/gather.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/stream_out/transrate/frame.c
-   M /trunk/modules/stream_out/transrate/transrate.c
-   M /trunk/modules/stream_out/transrate/transrate.h
-
- * stream_out: sout_buffer_t -> block_t.
-
-------------------------------------------------------------------------
-r7045 | fenrir | 2004-03-11 18:35:28 +0100 (Thu, 11 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/dummy.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-
- * access_output: sout_buffer_t -> block_t.
-
-------------------------------------------------------------------------
-r7044 | fenrir | 2004-03-11 18:34:25 +0100 (Thu, 11 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
- * stream_output: sout_buffer_t -> block_t.
-
-------------------------------------------------------------------------
-r7043 | fenrir | 2004-03-11 18:33:39 +0100 (Thu, 11 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-
- * input_dec: sout uses block_t.
-
-------------------------------------------------------------------------
-r7042 | fenrir | 2004-03-11 18:32:29 +0100 (Thu, 11 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/include/vlc_block.h
-   M /trunk/include/vlc_common.h
-
- * stream_output.h: removed sout_buffer_t and use block_t instead.
-
-------------------------------------------------------------------------
-r7041 | gbazin | 2004-03-11 17:48:27 +0100 (Thu, 11 Mar 2004) | 5 lines
-Changed paths:
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/input/stream.c
-
-* input/input_ext-plugins.c:
-   + access plugins are allowed to return less data than requested (mtu size) so we need to make sure input_Peek()/input_SplitBuffer() will still return the required amount of data.
-* input/stream.c:
-   + optimized stream_Read().
-
-------------------------------------------------------------------------
-r7040 | gbazin | 2004-03-11 13:33:16 +0100 (Thu, 11 Mar 2004) | 12 lines
-Changed paths:
-   M /trunk/include/vlc_meta.h
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h, src/input/input.c:
-   + added --meta-title/author/artist/genre/copyright/description/date/url config options.
-     This allows the user to specify/override metadata information for an input.
-
-* include/vlc_meta.h:
-   + vlc_meta_Merge( dest, src ) helper function.
-
-* modules/demux/mp4/*:
-   + Fixed a couple of mem-leaks.
-   + Support for "description" metadata.
-
-
-------------------------------------------------------------------------
-r7039 | rocky | 2004-03-11 10:16:18 +0100 (Thu, 11 Mar 2004) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-
--lwinmm is needed for -mno-cygwin and cddax vcdx. I believe this is
- the right way to add. Someone understanding configure.ac (and cygwin)
- should doublecheck.
-
-
-------------------------------------------------------------------------
-r7038 | rocky | 2004-03-11 09:28:21 +0100 (Thu, 11 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-libcdio and libvcdinfo can use stdbool.h
-
-
-------------------------------------------------------------------------
-r7037 | rocky | 2004-03-11 09:22:25 +0100 (Thu, 11 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcdplayer.c
-
-Change to facilitate compiling -mno-cygwin on cygwin and possibly other 
-OS builds.
-
-
-------------------------------------------------------------------------
-r7036 | gbazin | 2004-03-11 09:06:31 +0100 (Thu, 11 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda
-
-* modules/access/cdda: proper svn:ignore
-
-------------------------------------------------------------------------
-r7035 | rocky | 2004-03-11 09:02:55 +0100 (Thu, 11 Mar 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-
-Use memset, not bzero. Helps with -mno-cygwin (and possibly others).
-------------------------------------------------------------------------
-r7034 | rocky | 2004-03-11 09:00:34 +0100 (Thu, 11 Mar 2004) | 1 line
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-Use memset, not bzero. Helps with -mno-cygwin (and possibly others).
-------------------------------------------------------------------------
-r7033 | gbazin | 2004-03-11 08:59:05 +0100 (Thu, 11 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
-* modules/mux/mp4.c: support for a few more user data atoms.
-
-------------------------------------------------------------------------
-r7032 | sigmunau | 2004-03-11 08:54:56 +0100 (Thu, 11 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/telnet/Modules.am
-
-modules/control/telnet/Modules.am:
- * added vlm.h to sources. Should put it in the daily snapshots.
-
-------------------------------------------------------------------------
-r7031 | fenrir | 2004-03-11 00:49:01 +0100 (Thu, 11 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * mp4.c: more udta informations (title, author, artists).
-
-------------------------------------------------------------------------
-r7030 | fenrir | 2004-03-11 00:41:36 +0100 (Thu, 11 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
- * stream_output.c: delete meta informations after the stream out chain.
-
-------------------------------------------------------------------------
-r7029 | fenrir | 2004-03-11 00:20:54 +0100 (Thu, 11 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: added partial support for udta meta data.
-
-------------------------------------------------------------------------
-r7028 | fenrir | 2004-03-10 22:55:25 +0100 (Wed, 10 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/stream_output/stream_output.c
-
- * input, stream_output: handle sout_instance_t->p_meta.
-
-------------------------------------------------------------------------
-r7027 | fenrir | 2004-03-10 22:54:28 +0100 (Wed, 10 Mar 2004) | 5 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_meta.h
-
- * stream_output.h: added a vlc_meta_t field to sout_instance_t,
- this way meta data will be available for stream_outs and muxers.
- The only 'problem' is that it will be available for sure only after
- that the first data packet is received by the stream output.
-
-------------------------------------------------------------------------
-r7026 | fenrir | 2004-03-10 18:23:16 +0100 (Wed, 10 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
- * httpd: fixed a big mem leak for http streaming.
-
-------------------------------------------------------------------------
-r7025 | gbazin | 2004-03-10 18:10:40 +0100 (Wed, 10 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-* modules/access/file.c:
-   + implemented a --file-cat config option that accepts a coma separated list of file names.
-     This option allows opening splitted files as a single (concatenated) input.
-
-------------------------------------------------------------------------
-r7024 | gbazin | 2004-03-10 14:28:07 +0100 (Wed, 10 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-
-* INSTALL.win32: added a section about the "make package-win32" rules.
-
-------------------------------------------------------------------------
-r7023 | fenrir | 2004-03-10 13:02:58 +0100 (Wed, 10 Mar 2004) | 5 lines
-Changed paths:
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/modules/stream_out/display.c
-
- * include/input_ext-plugins.h: exported input_RunDecoder/input_EndDecoder.
- * modules/stream_out/display.c: use input_RunDecoder/input_EndDecoder
- (fixed dead lock and no more duplicated stream in audio/video menu).
-
-
-------------------------------------------------------------------------
-r7022 | gbazin | 2004-03-09 21:46:43 +0100 (Tue, 09 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access_output/http.c
-   M /trunk/src/misc/httpd.c
-
-* include/vlc_common.h: free tab if empty in TAB_REMOVE().
-* src/misc/httpd.c: fixed a few memory leaks and coding style changes.
-* modules/access_output/http.c: a few coding style changes.
-
-------------------------------------------------------------------------
-r7021 | jpsaman | 2004-03-09 21:32:49 +0100 (Tue, 09 Mar 2004) | 1 line
-Changed paths:
-   D /trunk/ipkg/rules
-   A /trunk/ipkg/rules.gpe (from /trunk/ipkg/rules:7019)
-
-Renaming rules to rules.gpe
-------------------------------------------------------------------------
-r7020 | jpsaman | 2004-03-09 21:32:17 +0100 (Tue, 09 Mar 2004) | 1 line
-Changed paths:
-   M /trunk/ipkg/Makefile.am
-   D /trunk/ipkg/rules.gpe
-
-Removing old cruft.
-------------------------------------------------------------------------
-r7019 | gbazin | 2004-03-09 16:26:17 +0100 (Tue, 09 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/control/telnet/vlm.c
-
-* configure.ac: the telnet module needs -lws2_32 on win32.
-* modules/control/telnet/vlm.c: include <time.h>.
-
-------------------------------------------------------------------------
-r7018 | gbazin | 2004-03-09 15:50:46 +0100 (Tue, 09 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/vout.h
-
-* modules/video_output/directx/*: take care of hardware overlay alignment constraints.
-
-------------------------------------------------------------------------
-r7017 | gbazin | 2004-03-08 18:08:46 +0100 (Mon, 08 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-* src/misc/net.c: fixes a few corner cases. 
-
-------------------------------------------------------------------------
-r7016 | gbazin | 2004-03-08 16:55:49 +0100 (Mon, 08 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-* src/misc/httpd.c: don't read past the end of our circular buffer in httpd_StreamCallBack().
-
-------------------------------------------------------------------------
-r7015 | bigben | 2004-03-08 16:22:58 +0100 (Mon, 08 Mar 2004) | 9 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/vout.m
-
-                                                                                                                             
-- *.nib, playlist.*
-
-begining of playlist item propieties box (only modification of uro, name and autt
-hor at this time)
-
-- vout.m : remove an unused variable
-
-
-------------------------------------------------------------------------
-r7014 | gbazin | 2004-03-08 14:54:49 +0100 (Mon, 08 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* ffmpeg/video.c: got rid of the --ffmpeg-truncated option.
-
-------------------------------------------------------------------------
-r7013 | gbazin | 2004-03-08 12:00:26 +0100 (Mon, 08 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/control/telnet/vlm.c
-
-* configure.ac: check for localtime_r().
-* modules/control/telnet/vlm.c: portability fixes.
-
-------------------------------------------------------------------------
-r7012 | garf | 2004-03-08 11:22:13 +0100 (Mon, 08 Mar 2004) | 3 lines
-Changed paths:
-   A /trunk/doc/vlm.txt
-
- * a little VLM documentation. It may be hard to understand, so I'm
-   waiting for suggestions.
-
-------------------------------------------------------------------------
-r7011 | sam | 2004-03-08 11:21:34 +0100 (Mon, 08 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access
-   M /trunk/modules/access/dshow
-   M /trunk/modules/access/dvb
-   M /trunk/modules/access/dvd
-   M /trunk/modules/access/dvdplay
-   M /trunk/modules/access/dvdread
-   M /trunk/modules/access/mms
-   M /trunk/modules/access/pvr
-   M /trunk/modules/access/satellite
-   M /trunk/modules/access/v4l
-   M /trunk/modules/access/vcd
-   M /trunk/modules/access_output
-   M /trunk/modules/audio_filter
-   M /trunk/modules/audio_filter/channel_mixer
-   M /trunk/modules/audio_filter/converter
-   M /trunk/modules/audio_filter/resampler
-   M /trunk/modules/audio_mixer
-   M /trunk/modules/audio_output
-   M /trunk/modules/codec
-   M /trunk/modules/codec/ffmpeg
-   M /trunk/modules/codec/ffmpeg/postprocessing
-   M /trunk/modules/codec/ogt
-   M /trunk/modules/codec/spudec
-   M /trunk/modules/control
-   M /trunk/modules/control/corba
-   M /trunk/modules/control/telnet
-   M /trunk/modules/demux
-   M /trunk/modules/demux/asf
-   M /trunk/modules/demux/avi
-   M /trunk/modules/demux/mp4
-   M /trunk/modules/demux/mpeg
-   M /trunk/modules/demux/playlist
-   M /trunk/modules/demux/util
-   M /trunk/modules/gui
-   M /trunk/modules/gui/beos
-   M /trunk/modules/gui/gtk
-   M /trunk/modules/gui/gtk2
-   M /trunk/modules/gui/kde
-   M /trunk/modules/gui/macosx
-   M /trunk/modules/gui/ncurses
-   M /trunk/modules/gui/pda
-   M /trunk/modules/gui/qnx
-   M /trunk/modules/gui/qt
-   M /trunk/modules/gui/skins
-   M /trunk/modules/gui/skins/controls
-   M /trunk/modules/gui/skins/parser
-   M /trunk/modules/gui/skins/src
-   M /trunk/modules/gui/skins/win32
-   M /trunk/modules/gui/skins/x11
-   M /trunk/modules/gui/skins2
-   M /trunk/modules/gui/wxwindows
-   M /trunk/modules/misc
-   M /trunk/modules/misc/dummy
-   M /trunk/modules/misc/memcpy
-   M /trunk/modules/misc/network
-   M /trunk/modules/misc/playlist
-   M /trunk/modules/misc/testsuite
-   M /trunk/modules/mux
-   M /trunk/modules/mux/mpeg
-   M /trunk/modules/packetizer
-   M /trunk/modules/stream_out
-   M /trunk/modules/stream_out/transrate
-   M /trunk/modules/video_chroma
-   M /trunk/modules/video_filter
-   M /trunk/modules/video_output
-   M /trunk/modules/video_output/directx
-   M /trunk/modules/video_output/qte
-   M /trunk/modules/video_output/x11
-   M /trunk/modules/visualization
-   M /trunk/modules/visualization/visual
-   M /trunk/mozilla
-
-  * Added '*.a' to the svn:ignore properties.
-
-------------------------------------------------------------------------
-r7010 | rocky | 2004-03-08 04:20:19 +0100 (Mon, 08 Mar 2004) | 1 line
-Changed paths:
-   M /trunk/INSTALL.win32
-
-Yet another spelling correction
-------------------------------------------------------------------------
-r7009 | rocky | 2004-03-08 03:39:04 +0100 (Mon, 08 Mar 2004) | 1 line
-Changed paths:
-   M /trunk/INSTALL.win32
-
-Update MinGW release number
-------------------------------------------------------------------------
-r7008 | rocky | 2004-03-08 03:08:41 +0100 (Mon, 08 Mar 2004) | 1 line
-Changed paths:
-   M /trunk/INSTALL.win32
-
-Some small spelling errors and clarification based on recent events.
-------------------------------------------------------------------------
-r7007 | gbazin | 2004-03-07 23:34:22 +0100 (Sun, 07 Mar 2004) | 7 lines
-Changed paths:
-   M /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_es.h
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/demux/ps.h
-   M /trunk/modules/demux/ts.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_programs.c
-
-* include/vlc_es.h: added b_packetized field to es_format_t to tell a decoder if the input elementary stream will be fed in complete frames.
-* include/vlc_codec.h: added a b_need_packetized field to decoder_t that is used by a decoder to tell if it wants to be fed complete frames.
-* modules/demux/ts.c, modules/demux/ps.h, src/input/input_programs.c: b_packetized = VLC_FALSE.
-* modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad.c: b_need_packetized = VLC_TRUE;
-* src/input/input_dec.c: if (b_need_packetized & !b_packetized) then kick off a packetizer that we'll use to feed the decoder.
-* src/input/es_out.c: removed useless stuff.
-
-------------------------------------------------------------------------
-r7006 | fenrir | 2004-03-07 20:03:23 +0100 (Sun, 07 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * mp4.c: added support for SVQ1.
-
-------------------------------------------------------------------------
-r7005 | ipkiss | 2004-03-07 19:49:37 +0100 (Sun, 07 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   A /trunk/modules/gui/skins2/vars/stream.cpp
-   A /trunk/modules/gui/skins2/vars/stream.hpp
-
- * skins/vars/stream.cpp: support $N (stream name) and $F (full stream name)
-
-------------------------------------------------------------------------
-r7004 | sam | 2004-03-07 18:26:50 +0100 (Sun, 07 Mar 2004) | 5 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/doc/ChangeLog-1999
-   M /trunk/doc/ChangeLog-2000
-   M /trunk/doc/ChangeLog-2001
-   M /trunk/doc/ChangeLog-2002
-   M /trunk/doc/ChangeLog-2003
-   M /trunk/toolbox
-
-  * toolbox:
-    + Removed --changelog from the help message.
-    + Output a warning asking to use "svn log" when --changelog is called.
-  * Regenerated SVN changelogs.
-
-------------------------------------------------------------------------
-r7003 | fenrir | 2004-03-07 17:26:48 +0100 (Sun, 07 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * mp4.c: - accept adding ES at any time
-          - proper implementation of starting time (edts/elst).
-
-
-------------------------------------------------------------------------
-r7002 | rocky | 2004-03-07 17:03:25 +0100 (Sun, 07 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/vcdx/access.c
-
-More printf lint for cygwin (and possibly others)
-
-
-------------------------------------------------------------------------
-r7001 | fenrir | 2004-03-07 16:58:21 +0100 (Sun, 07 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode: downmixing to 1 and 2 channels now really mixes the input
-channels. (Badly done but it gives some results ;)
-
-------------------------------------------------------------------------
-r7000 | fenrir | 2004-03-07 16:12:45 +0100 (Sun, 07 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* transcode: report the right number of channels (a52 -> mpga).
-
-
-------------------------------------------------------------------------
-r6999 | titus | 2004-03-07 16:04:26 +0100 (Sun, 07 Mar 2004) | 1 line
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/share/http/index.html
-
-
-------------------------------------------------------------------------
-r6998 | rocky | 2004-03-07 15:46:55 +0100 (Sun, 07 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-
-printf lint changes for cygwin.
-
-
-------------------------------------------------------------------------
-r6997 | asmax | 2004-03-07 15:25:08 +0100 (Sun, 07 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-
-  * ctrl_list.cpp: insert a 1-pixel line between two items in the playlist
-
-------------------------------------------------------------------------
-r6996 | ipkiss | 2004-03-07 13:55:32 +0100 (Sun, 07 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/modules/gui/skins2/vars/time.cpp
-   M /trunk/modules/gui/skins2/vars/time.hpp
-
- * skins2/parser/builder.cpp: check Font::init()'s return value
- * skins/utils/var_text.cpp: added $D (duration) and $L (time left) variables
-
-------------------------------------------------------------------------
-r6995 | asmax | 2004-03-07 13:42:39 +0100 (Sun, 07 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-
-  * all: the tooltip window is now managed by the window manager, not
-  by the generic windows
-
-------------------------------------------------------------------------
-r6994 | asmax | 2004-03-07 12:47:50 +0100 (Sun, 07 Mar 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
-   M /trunk/modules/gui/skins2/src/tooltip.cpp
-
-  * src/ft2_font.cpp: initialize some members to avoid a segfault in the
-    destructor when the font cannot be opened. drawString() now returns
-    NULL if the initialization failed.
-  * all: check if drawString() returns NULL
-
-------------------------------------------------------------------------
-r6993 | fenrir | 2004-03-07 02:52:52 +0100 (Sun, 07 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * mp4.c: * follow guidelines for box order in stbl.
-          * set language if present.
-
-------------------------------------------------------------------------
-r6992 | fenrir | 2004-03-07 01:46:13 +0100 (Sun, 07 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * mp4: really fixed stts table (and no more drift), added stss table
-(key frames).
-
-------------------------------------------------------------------------
-r6991 | ipkiss | 2004-03-07 01:21:48 +0100 (Sun, 07 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-
- * skins2/*: - show/hide do not bypass the window manager anymore
-             - transformed some pointers into references
-
-------------------------------------------------------------------------
-r6990 | asmax | 2004-03-07 00:52:16 +0100 (Sun, 07 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/png_bitmap.cpp
-
-  * png_bitmap.cpp: fixed the transparency
-
-------------------------------------------------------------------------
-r6989 | fenrir | 2004-03-06 22:25:45 +0100 (Sat, 06 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi.c: set frame type.
-
-------------------------------------------------------------------------
-r6988 | fenrir | 2004-03-06 22:09:53 +0100 (Sat, 06 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
- * mpeg4video: set frame type (I,P,B).
-
-------------------------------------------------------------------------
-r6987 | fenrir | 2004-03-06 21:57:05 +0100 (Sat, 06 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * mp4.c: fixed audio/video synchro. Better length table calculation (I
-hope).
-
-------------------------------------------------------------------------
-r6986 | gbazin | 2004-03-06 21:49:10 +0100 (Sat, 06 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* transcode.c: another fix to avoid 1st frame without pts.
-
-------------------------------------------------------------------------
-r6985 | gbazin | 2004-03-06 21:16:04 +0100 (Sat, 06 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* transcode.c: fix for when 1st frame of non-low-delay streams only has a dts.
-
-------------------------------------------------------------------------
-r6984 | ipkiss | 2004-03-06 20:46:26 +0100 (Sat, 06 Mar 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/os_window.hpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-   M /trunk/modules/gui/skins2/win32/win32_window.cpp
-   M /trunk/modules/gui/skins2/win32/win32_window.hpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-   M /trunk/modules/gui/skins2/x11/x11_window.hpp
-
- * skins2/src/os_window.hpp: added some 'const' keywords
- * skins2/src/theme_loader.cpp: do not anchor windows _before_ restoring their
-        previous configuration...
- * skins2/src/window_manager.cpp: fix for non-anchoring of invisible windows
-
-------------------------------------------------------------------------
-r6983 | gbazin | 2004-03-06 20:30:19 +0100 (Sat, 06 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/input/input_dec.c
-
-* src/input/input_dec.c: fix for input_EndDecoder() when using the async mode.
-* modules/packetizer/copy.c: better not send pts instead of invalid ones.
-* modules/stream_out/transcode.c: when no pts, use dts wherever possible (low delay / b frame).
-
-------------------------------------------------------------------------
-r6982 | asmax | 2004-03-06 20:22:47 +0100 (Sat, 06 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/png_bitmap.cpp
-
-   * src/png_bitmap.cpp: support for transparent PNGs
-
-------------------------------------------------------------------------
-r6980 | zorglub | 2004-03-06 17:58:11 +0100 (Sat, 06 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace.c
-
-Fix include path
-
-------------------------------------------------------------------------
-r6979 | fenrir | 2004-03-06 17:38:29 +0100 (Sat, 06 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/rtp.c
-
- * rtp, display: update p_sout->i_out_pace_nocontrol.
-
-------------------------------------------------------------------------
-r6978 | fenrir | 2004-03-06 17:37:54 +0100 (Sat, 06 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-
- * http, udp: update p_sout->i_out_pace_nocontrol.
-
-------------------------------------------------------------------------
-r6977 | fenrir | 2004-03-06 17:36:37 +0100 (Sat, 06 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/stream_output/stream_output.c
-
- * all: implemented sout asynch support. (ie sout will try to work at
-the maximum speed if the output can control the pace)
-
-------------------------------------------------------------------------
-r6976 | fenrir | 2004-03-06 17:35:03 +0100 (Sat, 06 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/stream_output.h
-
- * all: added two variables needed for asynch sout.
-
-------------------------------------------------------------------------
-r6975 | ipkiss | 2004-03-06 17:25:46 +0100 (Sat, 06 Mar 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/theme/skin.dtd
-   M /trunk/modules/gui/skins2/theme/theme.xml
-
- * skins2/src/generic_window.cpp: avoid crashing on Ctrl+S when there
-        is no dialog provider
- * skins/*: renamed 'onclick' attribute to 'action', to be coherent with
-        other controls
-
-------------------------------------------------------------------------
-r6973 | gbazin | 2004-03-06 16:44:46 +0100 (Sat, 06 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* modules/codec/ffmpeg/encoder.c:
-   + libavcodec now interpolates the pts if you feed it with a frame with AV_NOPTS_VALUE. Make sure we handle that correctly.
-
-------------------------------------------------------------------------
-r6971 | zorglub | 2004-03-06 16:24:37 +0100 (Sat, 06 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/control/Modules.am
-   D /trunk/modules/control/lirc
-   A /trunk/modules/control/lirc.c (from /trunk/modules/control/lirc/lirc.c:6959)
-   D /trunk/modules/control/rc
-   A /trunk/modules/control/rc.c (from /trunk/modules/control/rc/rc.c:6970)
-   M /trunk/modules/misc/Modules.am
-   D /trunk/modules/misc/logger
-   A /trunk/modules/misc/logger.c (from /trunk/modules/misc/logger/logger.c:6970)
-   M /trunk/modules/video_filter/Modules.am
-   D /trunk/modules/video_filter/deinterlace
-   A /trunk/modules/video_filter/deinterlace.c (from /trunk/modules/video_filter/deinterlace/deinterlace.c:6970)
-   M /trunk/modules/video_output/Modules.am
-   D /trunk/modules/video_output/mga
-   A /trunk/modules/video_output/mga.c (from /trunk/modules/video_output/mga/mga.c:6970)
-   M /trunk/modules/visualization/Modules.am
-   D /trunk/modules/visualization/scope
-   D /trunk/modules/visualization/xosd
-   A /trunk/modules/visualization/xosd.c (from /trunk/modules/visualization/xosd/xosd.c:6970)
-
-* Remove directories with only one source file inside
-* Drop the old scope plugin (not ported to aout3)
-
-
-------------------------------------------------------------------------
-r6970 | fenrir | 2004-03-06 14:37:44 +0100 (Sat, 06 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * mp4: fixed SVQ3 in .mov
-
-------------------------------------------------------------------------
-r6969 | gbazin | 2004-03-06 13:22:56 +0100 (Sat, 06 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet
-
-* modules/control/telnet: added missing svn:ignore property.
-
-------------------------------------------------------------------------
-r6968 | fenrir | 2004-03-06 06:49:08 +0100 (Sat, 06 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * mp4.c: for mp3 in mp4a we need an ESDS.
-
-
-------------------------------------------------------------------------
-r6967 | fenrir | 2004-03-06 06:47:59 +0100 (Sat, 06 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode.c: fixed SVQ3 transcoding.
-
-------------------------------------------------------------------------
-r6966 | fenrir | 2004-03-06 02:14:28 +0100 (Sat, 06 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
- * httpd: fixed handling of 'Connection: '.
-
-------------------------------------------------------------------------
-r6965 | fenrir | 2004-03-06 00:26:36 +0100 (Sat, 06 Mar 2004) | 8 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc.h
-
- * input/input.c, libvlc.h: implemented new way to break vlc preferences :
- start-time and stop-time (both given in second) ;)
- Becarefull that it won't work with all files because of missing/wrong
- media length (ex: ts, broken avi, ...) or the fact that the headers
- will not be read (ex: mpeg1 ps, perhaps ogg, ...)
-
-
-------------------------------------------------------------------------
-r6964 | ipkiss | 2004-03-05 21:56:39 +0100 (Fri, 05 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
-   M /trunk/modules/gui/skins2/src/os_factory.hpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
-
- * skins2/*: Change mouse cursor above a Resize control (win32 only)
-
-------------------------------------------------------------------------
-r6963 | murray | 2004-03-05 20:24:14 +0100 (Fri, 05 Mar 2004) | 12 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dvb/qpsk.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/pda/pda_interface.c
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/v4l.cpp
-   M /trunk/modules/misc/sap.c
-   M /trunk/src/libvlc.h
-
-String review, as promised :)
-
-Found and fixed:
-- some untranslated macros
-- some acronyms which were not in capital letters
-- a couple of VLC Media Player (_m_edia _p_layer, now)
-- typos here and there
-- dots missing in some of the long texts
-- spaces before ? and :, which is correct in french but not in english :)
-- NT services are now called Windows Services
-
-
-------------------------------------------------------------------------
-r6962 | fenrir | 2004-03-05 19:30:50 +0100 (Fri, 05 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/include/modules.h
-   M /trunk/modules/demux/demux2.c
-
- * include/modules.h: increased numbers of shorcuts
- * modules/demux/demux2.c: added all audio demuxer shortcuts.
-
-
-------------------------------------------------------------------------
-r6961 | sam | 2004-03-05 18:34:23 +0100 (Fri, 05 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk
-   D /trunk/.cvsignore
-   M /trunk/AUTHORS
-   M /trunk/HACKING
-   M /trunk/INSTALL
-   M /trunk/INSTALL.win32
-   M /trunk/MAINTAINERS
-   M /trunk/NEWS
-   M /trunk/README
-   M /trunk/README.MacOSX.rtf
-   M /trunk/THANKS
-   M /trunk/autotools
-   D /trunk/autotools/.cvsignore
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-   M /trunk/debian
-   D /trunk/debian/.cvsignore
-   M /trunk/debian/README.Debian
-   M /trunk/debian/rules
-   M /trunk/doc
-   D /trunk/doc/.cvsignore
-   M /trunk/doc/ChangeLog-2001
-   M /trunk/doc/developer
-   D /trunk/doc/developer/.cvsignore
-   M /trunk/doc/developer/configure.ac
-   M /trunk/doc/developer/manual.xml
-   M /trunk/doc/developer/manual.xml.in
-   M /trunk/doc/intf-cdda.txt
-   M /trunk/doc/intf-vcd.txt
-   M /trunk/doc/subtitles/cvd-subtitles.txt
-   M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
-   M /trunk/doc/translations.txt
-   M /trunk/doc/web-streaming.html
-   M /trunk/evc
-   D /trunk/evc/.cvsignore
-   M /trunk/evc/vlc.c
-   M /trunk/extras/MacOSX
-   D /trunk/extras/MacOSX/.cvsignore
-   M /trunk/extras/MacOSX/Resources/English.lproj
-   D /trunk/extras/MacOSX/Resources/English.lproj/.cvsignore
-   M /trunk/extras/MacOSX/vlc.pbproj
-   D /trunk/extras/MacOSX/vlc.pbproj/.cvsignore
-   M /trunk/extras/contrib
-   D /trunk/extras/contrib/.cvsignore
-   M /trunk/extras/contrib/Makefile
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/change_prefix.sh
-   M /trunk/extras/contrib/src
-   D /trunk/extras/contrib/src/.cvsignore
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-   M /trunk/include
-   D /trunk/include/.cvsignore
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/beos_specific.h
-   M /trunk/include/charset.h
-   M /trunk/include/codecs.h
-   M /trunk/include/configuration.h
-   M /trunk/include/darwin_specific.h
-   M /trunk/include/input_ext-dec.h
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/intf_eject.h
-   M /trunk/include/iso_lang.h
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/include/mtime.h
-   M /trunk/include/network.h
-   M /trunk/include/ninput.h
-   M /trunk/include/os_specific.h
-   M /trunk/include/osd.h
-   M /trunk/include/stream_control.h
-   M /trunk/include/stream_output.h
-   M /trunk/include/variables.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc/aout.h
-   M /trunk/include/vlc/decoder.h
-   M /trunk/include/vlc/input.h
-   M /trunk/include/vlc/intf.h
-   M /trunk/include/vlc/sout.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc/vout.h
-   M /trunk/include/vlc_bits.h
-   M /trunk/include/vlc_block.h
-   M /trunk/include/vlc_block_helper.h
-   M /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_cpu.h
-   M /trunk/include/vlc_error.h
-   M /trunk/include/vlc_es.h
-   M /trunk/include/vlc_help.h
-   M /trunk/include/vlc_httpd.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_keys.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/include/vlc_video.h
-   M /trunk/include/vout_synchro.h
-   M /trunk/include/win32_specific.h
-   M /trunk/ipkg
-   D /trunk/ipkg/.cvsignore
-   M /trunk/lib
-   D /trunk/lib/.cvsignore
-   M /trunk/m4
-   D /trunk/m4/.cvsignore
-   M /trunk/m4/vlc.m4
-   M /trunk/modules
-   D /trunk/modules/.cvsignore
-   M /trunk/modules/LIST
-   M /trunk/modules/access
-   D /trunk/modules/access/.cvsignore
-   M /trunk/modules/access/cdda
-   D /trunk/modules/access/cdda/.cvsignore
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dshow
-   D /trunk/modules/access/dshow/.cvsignore
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dshow/filter.h
-   M /trunk/modules/access/dvb
-   D /trunk/modules/access/dvb/.cvsignore
-   M /trunk/modules/access/dvd
-   D /trunk/modules/access/dvd/.cvsignore
-   M /trunk/modules/access/dvd/access.c
-   M /trunk/modules/access/dvd/demux.c
-   M /trunk/modules/access/dvd/dvd.c
-   M /trunk/modules/access/dvd/dvd.h
-   M /trunk/modules/access/dvd/dvdcss.h
-   M /trunk/modules/access/dvd/es.c
-   M /trunk/modules/access/dvd/es.h
-   M /trunk/modules/access/dvd/ifo.c
-   M /trunk/modules/access/dvd/ifo.h
-   M /trunk/modules/access/dvd/seek.c
-   M /trunk/modules/access/dvd/seek.h
-   M /trunk/modules/access/dvd/summary.c
-   M /trunk/modules/access/dvd/summary.h
-   M /trunk/modules/access/dvd/udf.c
-   M /trunk/modules/access/dvd/udf.h
-   M /trunk/modules/access/dvdplay
-   D /trunk/modules/access/dvdplay/.cvsignore
-   M /trunk/modules/access/dvdplay/access.c
-   M /trunk/modules/access/dvdplay/access.h
-   M /trunk/modules/access/dvdplay/demux.c
-   M /trunk/modules/access/dvdplay/demux.h
-   M /trunk/modules/access/dvdplay/dvd.c
-   M /trunk/modules/access/dvdplay/dvd.h
-   M /trunk/modules/access/dvdplay/es.c
-   M /trunk/modules/access/dvdplay/es.h
-   M /trunk/modules/access/dvdplay/intf.c
-   M /trunk/modules/access/dvdplay/intf.h
-   M /trunk/modules/access/dvdplay/tools.c
-   M /trunk/modules/access/dvdplay/tools.h
-   M /trunk/modules/access/dvdread
-   D /trunk/modules/access/dvdread/.cvsignore
-   M /trunk/modules/access/dvdread/dvdread.c
-   M /trunk/modules/access/dvdread/input.c
-   M /trunk/modules/access/dvdread/input.h
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms
-   D /trunk/modules/access/mms/.cvsignore
-   M /trunk/modules/access/mms/asf.c
-   M /trunk/modules/access/mms/asf.h
-   M /trunk/modules/access/mms/buffer.c
-   M /trunk/modules/access/mms/buffer.h
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mms.h
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmsh.h
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/mms/mmstu.h
-   M /trunk/modules/access/pvr
-   D /trunk/modules/access/pvr/.cvsignore
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/access/satellite
-   D /trunk/modules/access/satellite/.cvsignore
-   M /trunk/modules/access/slp.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/v4l
-   D /trunk/modules/access/v4l/.cvsignore
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/access/v4l/videodev_mjpeg.h
-   M /trunk/modules/access/vcd
-   D /trunk/modules/access/vcd/.cvsignore
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcd/cdrom.h
-   M /trunk/modules/access/vcd/cdrom_internals.h
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/access/vcdx
-   D /trunk/modules/access/vcdx/.cvsignore
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/cdrom.c
-   M /trunk/modules/access/vcdx/cdrom.h
-   M /trunk/modules/access/vcdx/demux.c
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/access/vcdx/intf.h
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcd.h
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-   M /trunk/modules/access_output
-   D /trunk/modules/access_output/.cvsignore
-   M /trunk/modules/access_output/dummy.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/audio_filter
-   D /trunk/modules/audio_filter/.cvsignore
-   M /trunk/modules/audio_filter/channel_mixer
-   D /trunk/modules/audio_filter/channel_mixer/.cvsignore
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_filter/converter
-   D /trunk/modules/audio_filter/converter/.cvsignore
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos8.c
-   M /trunk/modules/audio_filter/converter/float32tou16.c
-   M /trunk/modules/audio_filter/converter/float32tou8.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_filter/converter/s16tofixed32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/audio_filter/converter/s8tofloat32.c
-   M /trunk/modules/audio_filter/converter/u8tofixed32.c
-   M /trunk/modules/audio_filter/converter/u8tofloat32.c
-   M /trunk/modules/audio_filter/resampler
-   D /trunk/modules/audio_filter/resampler/.cvsignore
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.h
-   M /trunk/modules/audio_filter/resampler/coreaudio.c
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_mixer
-   D /trunk/modules/audio_mixer/.cvsignore
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output
-   D /trunk/modules/audio_output/.cvsignore
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/coreaudio.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/codec
-   D /trunk/modules/codec/.cvsignore
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/cinepak.c
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/dv.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/codec/ffmpeg
-   D /trunk/modules/codec/ffmpeg/.cvsignore
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/chroma.c
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-   M /trunk/modules/codec/ffmpeg/postprocessing
-   D /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.h
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_c.c
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_common.h
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
-   M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/ogt
-   D /trunk/modules/codec/ogt/.cvsignore
-   M /trunk/modules/codec/ogt/common.c
-   M /trunk/modules/codec/ogt/common.h
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/ogt/cvd.h
-   M /trunk/modules/codec/ogt/cvd_parse.c
-   M /trunk/modules/codec/ogt/ogt.c
-   M /trunk/modules/codec/ogt/ogt.h
-   M /trunk/modules/codec/ogt/ogt_parse.c
-   M /trunk/modules/codec/ogt/pixmap.c
-   M /trunk/modules/codec/ogt/pixmap.h
-   M /trunk/modules/codec/ogt/render.c
-   M /trunk/modules/codec/ogt/render.h
-   M /trunk/modules/codec/ogt/subtitle.h
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/spudec
-   D /trunk/modules/codec/spudec/.cvsignore
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/render.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/spudec/spudec.h
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/codec/tarkin.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/codec/xvid.c
-   M /trunk/modules/control
-   D /trunk/modules/control/.cvsignore
-   M /trunk/modules/control/corba
-   D /trunk/modules/control/corba/.cvsignore
-   M /trunk/modules/control/corba/README
-   M /trunk/modules/control/corba/corba.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/control/joystick.c
-   M /trunk/modules/control/lirc
-   D /trunk/modules/control/lirc/.cvsignore
-   M /trunk/modules/control/lirc/lirc.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/rc
-   D /trunk/modules/control/rc/.cvsignore
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/control/telnet/telnet.c
-   M /trunk/modules/control/telnet/vlm.c
-   M /trunk/modules/control/telnet/vlm.h
-   M /trunk/modules/demux
-   D /trunk/modules/demux/.cvsignore
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/aac.c
-   M /trunk/modules/demux/aiff.c
-   M /trunk/modules/demux/asf
-   D /trunk/modules/demux/asf/.cvsignore
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/avi
-   D /trunk/modules/demux/avi/.cvsignore
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-   M /trunk/modules/demux/demux2.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/demuxstream.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/dvdnav.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/demux/mp4
-   D /trunk/modules/demux/mp4/.cvsignore
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/mp4/drms.h
-   M /trunk/modules/demux/mp4/drmstables.h
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mp4/mp4.h
-   M /trunk/modules/demux/mpeg
-   D /trunk/modules/demux/mpeg/.cvsignore
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-   M /trunk/modules/demux/mpeg/ps.c
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/demux/mpeg/system.h
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/playlist
-   D /trunk/modules/demux/playlist/.cvsignore
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/old.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/ps.h
-   M /trunk/modules/demux/pva.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/real.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/util
-   D /trunk/modules/demux/util/.cvsignore
-   M /trunk/modules/demux/util/id3.c
-   M /trunk/modules/demux/util/id3genres.h
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-   M /trunk/modules/demux/wav.c
-   M /trunk/modules/gui
-   D /trunk/modules/gui/.cvsignore
-   M /trunk/modules/gui/beos
-   D /trunk/modules/gui/beos/.cvsignore
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/Bitmaps.h
-   M /trunk/modules/gui/beos/DrawingTidbits.cpp
-   M /trunk/modules/gui/beos/DrawingTidbits.h
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/ListViews.cpp
-   M /trunk/modules/gui/beos/ListViews.h
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/MediaControlView.h
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-   M /trunk/modules/gui/beos/MessagesWindow.h
-   M /trunk/modules/gui/beos/MsgVals.h
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.h
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-   M /trunk/modules/gui/beos/TransportButton.cpp
-   M /trunk/modules/gui/beos/TransportButton.h
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/beos/VlcWrapper.h
-   M /trunk/modules/gui/gtk
-   D /trunk/modules/gui/gtk/.cvsignore
-   M /trunk/modules/gui/gtk/common.h
-   M /trunk/modules/gui/gtk/control.c
-   M /trunk/modules/gui/gtk/control.h
-   M /trunk/modules/gui/gtk/display.c
-   M /trunk/modules/gui/gtk/display.h
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.h
-   M /trunk/modules/gui/gtk/menu.c
-   M /trunk/modules/gui/gtk/menu.h
-   M /trunk/modules/gui/gtk/modules.c
-   M /trunk/modules/gui/gtk/modules.h
-   M /trunk/modules/gui/gtk/open.c
-   M /trunk/modules/gui/gtk/open.h
-   M /trunk/modules/gui/gtk/playlist.c
-   M /trunk/modules/gui/gtk/playlist.h
-   M /trunk/modules/gui/gtk/preferences.c
-   M /trunk/modules/gui/gtk/preferences.h
-   M /trunk/modules/gui/gtk/sout.c
-   M /trunk/modules/gui/gtk2
-   D /trunk/modules/gui/gtk2/.cvsignore
-   M /trunk/modules/gui/gtk2/gnome2.c
-   M /trunk/modules/gui/gtk2/gtk2.c
-   M /trunk/modules/gui/kde
-   D /trunk/modules/gui/kde/.cvsignore
-   M /trunk/modules/gui/kde/QConfigItem.cpp
-   M /trunk/modules/gui/kde/QConfigItem.h
-   M /trunk/modules/gui/kde/info.cpp
-   M /trunk/modules/gui/kde/info.h
-   M /trunk/modules/gui/kde/kde.cpp
-   M /trunk/modules/gui/kde/languagemenu.cpp
-   M /trunk/modules/gui/kde/languagemenu.h
-   M /trunk/modules/gui/kde/messages.cpp
-   M /trunk/modules/gui/kde/messages.h
-   M /trunk/modules/gui/kde/pluginsbox.cpp
-   M /trunk/modules/gui/kde/pluginsbox.h
-   M /trunk/modules/gui/kde/preferences.cpp
-   M /trunk/modules/gui/kde/preferences.h
-   M /trunk/modules/gui/macosx
-   D /trunk/modules/gui/macosx/.cvsignore
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/about.m
-   M /trunk/modules/gui/macosx/applescript.h
-   M /trunk/modules/gui/macosx/applescript.m
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/info.h
-   M /trunk/modules/gui/macosx/info.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/misc.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/output.h
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/ncurses
-   D /trunk/modules/gui/ncurses/.cvsignore
-   M /trunk/modules/gui/ncurses/ncurses.c
-   M /trunk/modules/gui/pda
-   D /trunk/modules/gui/pda/.cvsignore
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda.h
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-   M /trunk/modules/gui/qnx
-   D /trunk/modules/gui/qnx/.cvsignore
-   M /trunk/modules/gui/qt
-   D /trunk/modules/gui/qt/.cvsignore
-   M /trunk/modules/gui/qt/intf.cpp
-   M /trunk/modules/gui/qt/intf.h
-   M /trunk/modules/gui/qt/qt.cpp
-   M /trunk/modules/gui/skins
-   D /trunk/modules/gui/skins/.cvsignore
-   M /trunk/modules/gui/skins/controls
-   D /trunk/modules/gui/skins/controls/.cvsignore
-   M /trunk/modules/gui/skins/controls/button.cpp
-   M /trunk/modules/gui/skins/controls/button.h
-   M /trunk/modules/gui/skins/controls/checkbox.cpp
-   M /trunk/modules/gui/skins/controls/checkbox.h
-   M /trunk/modules/gui/skins/controls/controls.h
-   M /trunk/modules/gui/skins/controls/generic.cpp
-   M /trunk/modules/gui/skins/controls/generic.h
-   M /trunk/modules/gui/skins/controls/image.cpp
-   M /trunk/modules/gui/skins/controls/image.h
-   M /trunk/modules/gui/skins/controls/playlist.cpp
-   M /trunk/modules/gui/skins/controls/playlist.h
-   M /trunk/modules/gui/skins/controls/rectangle.cpp
-   M /trunk/modules/gui/skins/controls/rectangle.h
-   M /trunk/modules/gui/skins/controls/slider.cpp
-   M /trunk/modules/gui/skins/controls/slider.h
-   M /trunk/modules/gui/skins/controls/text.cpp
-   M /trunk/modules/gui/skins/controls/text.h
-   M /trunk/modules/gui/skins/os_api.h
-   M /trunk/modules/gui/skins/os_bitmap.h
-   M /trunk/modules/gui/skins/os_event.h
-   M /trunk/modules/gui/skins/os_font.h
-   M /trunk/modules/gui/skins/os_graphics.h
-   M /trunk/modules/gui/skins/os_theme.h
-   M /trunk/modules/gui/skins/os_window.h
-   M /trunk/modules/gui/skins/parser
-   D /trunk/modules/gui/skins/parser/.cvsignore
-   M /trunk/modules/gui/skins/parser/flex.c
-   M /trunk/modules/gui/skins/parser/skin.act
-   M /trunk/modules/gui/skins/parser/skin.dtd
-   M /trunk/modules/gui/skins/parser/wrappers.cpp
-   M /trunk/modules/gui/skins/parser/wrappers.h
-   M /trunk/modules/gui/skins/src
-   D /trunk/modules/gui/skins/src/.cvsignore
-   M /trunk/modules/gui/skins/src/anchor.cpp
-   M /trunk/modules/gui/skins/src/anchor.h
-   M /trunk/modules/gui/skins/src/banks.cpp
-   M /trunk/modules/gui/skins/src/banks.h
-   M /trunk/modules/gui/skins/src/bezier.cpp
-   M /trunk/modules/gui/skins/src/bezier.h
-   M /trunk/modules/gui/skins/src/bitmap.cpp
-   M /trunk/modules/gui/skins/src/bitmap.h
-   M /trunk/modules/gui/skins/src/dialogs.cpp
-   M /trunk/modules/gui/skins/src/dialogs.h
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/event.h
-   M /trunk/modules/gui/skins/src/font.cpp
-   M /trunk/modules/gui/skins/src/font.h
-   M /trunk/modules/gui/skins/src/graphics.cpp
-   M /trunk/modules/gui/skins/src/graphics.h
-   M /trunk/modules/gui/skins/src/skin_common.h
-   M /trunk/modules/gui/skins/src/skin_main.cpp
-   M /trunk/modules/gui/skins/src/theme.cpp
-   M /trunk/modules/gui/skins/src/theme.h
-   M /trunk/modules/gui/skins/src/themeloader.cpp
-   M /trunk/modules/gui/skins/src/themeloader.h
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.h
-   M /trunk/modules/gui/skins/src/window.cpp
-   M /trunk/modules/gui/skins/src/window.h
-   M /trunk/modules/gui/skins/win32
-   D /trunk/modules/gui/skins/win32/.cvsignore
-   M /trunk/modules/gui/skins/win32/win32_api.cpp
-   M /trunk/modules/gui/skins/win32/win32_bitmap.cpp
-   M /trunk/modules/gui/skins/win32/win32_bitmap.h
-   M /trunk/modules/gui/skins/win32/win32_dragdrop.cpp
-   M /trunk/modules/gui/skins/win32/win32_dragdrop.h
-   M /trunk/modules/gui/skins/win32/win32_event.cpp
-   M /trunk/modules/gui/skins/win32/win32_event.h
-   M /trunk/modules/gui/skins/win32/win32_font.cpp
-   M /trunk/modules/gui/skins/win32/win32_font.h
-   M /trunk/modules/gui/skins/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins/win32/win32_graphics.h
-   M /trunk/modules/gui/skins/win32/win32_run.cpp
-   M /trunk/modules/gui/skins/win32/win32_theme.cpp
-   M /trunk/modules/gui/skins/win32/win32_theme.h
-   M /trunk/modules/gui/skins/win32/win32_window.cpp
-   M /trunk/modules/gui/skins/win32/win32_window.h
-   M /trunk/modules/gui/skins/x11
-   D /trunk/modules/gui/skins/x11/.cvsignore
-   M /trunk/modules/gui/skins/x11/x11_api.cpp
-   M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
-   M /trunk/modules/gui/skins/x11/x11_bitmap.h
-   M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
-   M /trunk/modules/gui/skins/x11/x11_dragdrop.h
-   M /trunk/modules/gui/skins/x11/x11_event.cpp
-   M /trunk/modules/gui/skins/x11/x11_event.h
-   M /trunk/modules/gui/skins/x11/x11_font.cpp
-   M /trunk/modules/gui/skins/x11/x11_font.h
-   M /trunk/modules/gui/skins/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins/x11/x11_graphics.h
-   M /trunk/modules/gui/skins/x11/x11_run.cpp
-   M /trunk/modules/gui/skins/x11/x11_theme.cpp
-   M /trunk/modules/gui/skins/x11/x11_theme.h
-   M /trunk/modules/gui/skins/x11/x11_timer.cpp
-   M /trunk/modules/gui/skins/x11/x11_timer.h
-   M /trunk/modules/gui/skins/x11/x11_window.cpp
-   M /trunk/modules/gui/skins/x11/x11_window.h
-   M /trunk/modules/gui/skins2
-   D /trunk/modules/gui/skins2/.cvsignore
-   M /trunk/modules/gui/skins2/commands/async_queue.cpp
-   M /trunk/modules/gui/skins2/commands/async_queue.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_notify_playlist.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-   M /trunk/modules/gui/skins2/events/evt_enter.hpp
-   M /trunk/modules/gui/skins2/events/evt_focus.hpp
-   M /trunk/modules/gui/skins2/events/evt_generic.hpp
-   M /trunk/modules/gui/skins2/events/evt_input.cpp
-   M /trunk/modules/gui/skins2/events/evt_input.hpp
-   M /trunk/modules/gui/skins2/events/evt_key.cpp
-   M /trunk/modules/gui/skins2/events/evt_key.hpp
-   M /trunk/modules/gui/skins2/events/evt_leave.hpp
-   M /trunk/modules/gui/skins2/events/evt_motion.hpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.cpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.hpp
-   M /trunk/modules/gui/skins2/events/evt_refresh.hpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.cpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.hpp
-   M /trunk/modules/gui/skins2/events/evt_special.cpp
-   M /trunk/modules/gui/skins2/events/evt_special.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/gen_builder.py
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/parser/interpreter.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
-   M /trunk/modules/gui/skins2/src/anchor.cpp
-   M /trunk/modules/gui/skins2/src/anchor.hpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.hpp
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
-   M /trunk/modules/gui/skins2/src/ft2_font.hpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/generic_font.hpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.hpp
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/logger.cpp
-   M /trunk/modules/gui/skins2/src/logger.hpp
-   M /trunk/modules/gui/skins2/src/os_factory.cpp
-   M /trunk/modules/gui/skins2/src/os_factory.hpp
-   M /trunk/modules/gui/skins2/src/os_graphics.hpp
-   M /trunk/modules/gui/skins2/src/os_loop.hpp
-   M /trunk/modules/gui/skins2/src/os_timer.hpp
-   M /trunk/modules/gui/skins2/src/os_tooltip.hpp
-   M /trunk/modules/gui/skins2/src/os_window.hpp
-   M /trunk/modules/gui/skins2/src/png_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/png_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/skin_common.hpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme.hpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.hpp
-   M /trunk/modules/gui/skins2/src/tooltip.cpp
-   M /trunk/modules/gui/skins2/src/tooltip.hpp
-   M /trunk/modules/gui/skins2/src/var_manager.cpp
-   M /trunk/modules/gui/skins2/src/var_manager.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-   M /trunk/modules/gui/skins2/utils/bezier.cpp
-   M /trunk/modules/gui/skins2/utils/bezier.hpp
-   M /trunk/modules/gui/skins2/utils/fsm.cpp
-   M /trunk/modules/gui/skins2/utils/fsm.hpp
-   M /trunk/modules/gui/skins2/utils/observer.hpp
-   M /trunk/modules/gui/skins2/utils/pointer.hpp
-   M /trunk/modules/gui/skins2/utils/position.cpp
-   M /trunk/modules/gui/skins2/utils/position.hpp
-   M /trunk/modules/gui/skins2/utils/ustring.cpp
-   M /trunk/modules/gui/skins2/utils/ustring.hpp
-   M /trunk/modules/gui/skins2/utils/var_bool.cpp
-   M /trunk/modules/gui/skins2/utils/var_bool.hpp
-   M /trunk/modules/gui/skins2/utils/var_list.cpp
-   M /trunk/modules/gui/skins2/utils/var_list.hpp
-   M /trunk/modules/gui/skins2/utils/var_percent.cpp
-   M /trunk/modules/gui/skins2/utils/var_percent.hpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/modules/gui/skins2/utils/var_text.hpp
-   M /trunk/modules/gui/skins2/utils/variable.hpp
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-   M /trunk/modules/gui/skins2/vars/playlist.hpp
-   M /trunk/modules/gui/skins2/vars/time.cpp
-   M /trunk/modules/gui/skins2/vars/time.hpp
-   M /trunk/modules/gui/skins2/vars/volume.cpp
-   M /trunk/modules/gui/skins2/vars/volume.hpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.hpp
-   M /trunk/modules/gui/skins2/win32/win32_timer.cpp
-   M /trunk/modules/gui/skins2/win32/win32_timer.hpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
-   M /trunk/modules/gui/skins2/win32/win32_window.cpp
-   M /trunk/modules/gui/skins2/win32/win32_window.hpp
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-   M /trunk/modules/gui/skins2/x11/x11_display.hpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.hpp
-   M /trunk/modules/gui/skins2/x11/x11_timer.cpp
-   M /trunk/modules/gui/skins2/x11/x11_timer.hpp
-   M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
-   M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-   M /trunk/modules/gui/skins2/x11/x11_window.hpp
-   M /trunk/modules/gui/wxwindows
-   D /trunk/modules/gui/wxwindows/.cvsignore
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/streamwizard.cpp
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/v4l.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/misc
-   D /trunk/modules/misc/.cvsignore
-   M /trunk/modules/misc/dummy
-   D /trunk/modules/misc/dummy/.cvsignore
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/modules/misc/dummy/decoder.c
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/dummy/dummy.h
-   M /trunk/modules/misc/dummy/encoder.c
-   M /trunk/modules/misc/dummy/input.c
-   M /trunk/modules/misc/dummy/interface.c
-   M /trunk/modules/misc/dummy/renderer.c
-   M /trunk/modules/misc/dummy/vout.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/modules/misc/logger
-   D /trunk/modules/misc/logger/.cvsignore
-   M /trunk/modules/misc/logger/logger.c
-   M /trunk/modules/misc/memcpy
-   D /trunk/modules/misc/memcpy/.cvsignore
-   M /trunk/modules/misc/memcpy/fastmemcpy.h
-   M /trunk/modules/misc/memcpy/memcpy.c
-   M /trunk/modules/misc/memcpy/memcpyaltivec.c
-   M /trunk/modules/misc/network
-   D /trunk/modules/misc/network/.cvsignore
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/modules/misc/playlist
-   D /trunk/modules/misc/playlist/.cvsignore
-   M /trunk/modules/misc/playlist/export.c
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/misc/playlist/native.c
-   M /trunk/modules/misc/playlist/old.c
-   M /trunk/modules/misc/qte_main.cpp
-   M /trunk/modules/misc/sap.c
-   M /trunk/modules/misc/screensaver.c
-   M /trunk/modules/misc/testsuite
-   D /trunk/modules/misc/testsuite/.cvsignore
-   M /trunk/modules/misc/testsuite/test1.c
-   M /trunk/modules/misc/testsuite/test2.cpp
-   M /trunk/modules/misc/testsuite/test3.m
-   M /trunk/modules/misc/testsuite/test4.c
-   M /trunk/modules/mux
-   D /trunk/modules/mux/.cvsignore
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpeg
-   D /trunk/modules/mux/mpeg/.cvsignore
-   M /trunk/modules/mux/mpeg/bits.h
-   M /trunk/modules/mux/mpeg/csa.c
-   M /trunk/modules/mux/mpeg/csa.h
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/pes.h
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/packetizer
-   D /trunk/modules/packetizer/.cvsignore
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/modules/stream_out
-   D /trunk/modules/stream_out/.cvsignore
-   M /trunk/modules/stream_out/announce.h
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/dummy.c
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/gather.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/stream_out/transrate
-   D /trunk/modules/stream_out/transrate/.cvsignore
-   M /trunk/modules/stream_out/transrate/frame.c
-   M /trunk/modules/stream_out/transrate/transrate.c
-   M /trunk/modules/stream_out/transrate/transrate.h
-   M /trunk/modules/video_chroma
-   D /trunk/modules/video_chroma/.cvsignore
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_chroma/i420_rgb.h
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb8.c
-   M /trunk/modules/video_chroma/i420_rgb_c.h
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-   M /trunk/modules/video_chroma/i420_ymga.c
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i420_yuy2.h
-   M /trunk/modules/video_chroma/i422_yuy2.c
-   M /trunk/modules/video_chroma/i422_yuy2.h
-   M /trunk/modules/video_filter
-   D /trunk/modules/video_filter/.cvsignore
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace
-   D /trunk/modules/video_filter/deinterlace/.cvsignore
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/filter_common.h
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output
-   D /trunk/modules/video_output/.cvsignore
-   M /trunk/modules/video_output/aa.c
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/video_output/directx
-   D /trunk/modules/video_output/directx/.cvsignore
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/vout.h
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/glide.c
-   M /trunk/modules/video_output/mga
-   D /trunk/modules/video_output/mga/.cvsignore
-   M /trunk/modules/video_output/mga/mga.c
-   M /trunk/modules/video_output/qte
-   D /trunk/modules/video_output/qte/.cvsignore
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/qte/qte.h
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/svgalib.c
-   M /trunk/modules/video_output/wingdi.c
-   M /trunk/modules/video_output/x11
-   D /trunk/modules/video_output/x11/.cvsignore
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-   M /trunk/modules/video_output/x11/xvideo.c
-   M /trunk/modules/visualization
-   D /trunk/modules/visualization/.cvsignore
-   M /trunk/modules/visualization/goom.c
-   M /trunk/modules/visualization/scope
-   D /trunk/modules/visualization/scope/.cvsignore
-   M /trunk/modules/visualization/scope/scope.c
-   M /trunk/modules/visualization/visual
-   D /trunk/modules/visualization/visual/.cvsignore
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/fft.c
-   M /trunk/modules/visualization/visual/fft.h
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/modules/visualization/visual/visual.h
-   M /trunk/modules/visualization/xosd
-   D /trunk/modules/visualization/xosd/.cvsignore
-   M /trunk/modules/visualization/xosd/xosd.c
-   M /trunk/mozilla
-   D /trunk/mozilla/.cvsignore
-   M /trunk/mozilla/support
-   D /trunk/mozilla/support/.cvsignore
-   M /trunk/mozilla/vlcpeer.cpp
-   M /trunk/mozilla/vlcpeer.h
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/msvc
-   D /trunk/msvc/.cvsignore
-   M /trunk/po
-   D /trunk/po/.cvsignore
-   M /trunk/python/vlrs
-   D /trunk/python/vlrs/.cvsignore
-   M /trunk/share
-   D /trunk/share/.cvsignore
-   M /trunk/src
-   D /trunk/src/.cvsignore
-   M /trunk/src/audio_output
-   D /trunk/src/audio_output/.cvsignore
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/extras
-   D /trunk/src/extras/.cvsignore
-   M /trunk/src/extras/libc.c
-   M /trunk/src/input
-   D /trunk/src/input/.cvsignore
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/input/input_info.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/interface
-   D /trunk/src/interface/.cvsignore
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc
-   D /trunk/src/misc/.cvsignore
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/block.c
-   M /trunk/src/misc/charset.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/misc/darwin_specific.m
-   M /trunk/src/misc/error.c
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/misc/iso-639_def.h
-   M /trunk/src/misc/iso_lang.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_plugin.h.in
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/net.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/variables.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/playlist
-   D /trunk/src/playlist/.cvsignore
-   M /trunk/src/playlist/group.c
-   M /trunk/src/playlist/info.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/sort.c
-   M /trunk/src/stream_output
-   D /trunk/src/stream_output/.cvsignore
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output
-   D /trunk/src/video_output/.cvsignore
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_pictures.h
-   M /trunk/src/video_output/vout_subpictures.c
-   M /trunk/src/video_output/vout_synchro.c
-   M /trunk/src/vlc.c
-   M /trunk/toolbox
-   M /trunk/vlc-cvs.ebuild
-   M /trunk/vlc.ebuild
-
-  * Added "Id" svn:keywords property to all files containing "$Id:".
-  * Removed .cvsignore files and added proper svn:ignore properties.
-
-------------------------------------------------------------------------
-r6960 | sigmunau | 2004-03-05 18:18:42 +0100 (Fri, 05 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-
-modules/gui/wxwindows/iteminfo.cpp:
- * select the right value in the group-combobox in the iteminfo dialog
-
-------------------------------------------------------------------------
-r6959 | sam | 2004-03-05 17:45:32 +0100 (Fri, 05 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * toolbox:
-    + Do not remove svn directories in autotools/ when using --distclean.
-
-------------------------------------------------------------------------
-r6958 | sam | 2004-03-05 17:07:35 +0100 (Fri, 05 Mar 2004) | 7 lines
-Changed paths:
-   M /trunk/mozilla/npvlc_rc.rc
-   M /trunk/mozilla/vlcplugin.h
-
-  * mozilla/vlcplugin.h:
-    + Added the 'video/x-ms-asf' MIME type to the plugin (Closes Debian
-      bug #232690).
-
-   This commit is also a blatant test of the SVN->CVS mirroring scripts. If
- it does not work, we're screwed :-)
-
-------------------------------------------------------------------------
-r6930 | garf | 2004-03-05 15:03:20 +0100 (Fri, 05 Mar 2004) | 19 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/modules/control/telnet
-   A /trunk/modules/control/telnet/Modules.am
-   A /trunk/modules/control/telnet/telnet.c
-   A /trunk/modules/control/telnet/vlm.c
-   A /trunk/modules/control/telnet/vlm.h
-
- * telnet interface and VLM ( VideoLAN (media) manager):
-    VLM is a little media manager. It is designed to launch several souts
-    with a unique VLC. It is a kind of "server playlist". For now, it is
-    only usable with the little telnet interface I wrote. The features are:
-     - complete and barely coherent command line set for media setup and
-       control
-     - multiple input list by media (like a playlist)
-     - loop by media
-     - load/save config file (human readable)
-     - script implementation (for scheduling, for example)
-    If you want to test it, launch VLC with -I telnet, and type "help".
-    Beware of the type of the media: vod or broadcast. vod will be used
-    later.
-     TODO:
-      - rewrite the telnet interface (beurk)
-      - change error message system and create a http interface for VLM
-      - implement RTSP clients administration (with vod medias)
-      - write a complete documentation...
-
-------------------------------------------------------------------------
-r6929 | fenrir | 2004-03-05 01:14:19 +0100 (Fri, 05 Mar 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
- * udp: added a 'late' option in milli-second.
- Too late packets according to this value are trashed. By default it is
-0 ie don't trash any packets. (I think it's safer, else we may have too
-much people complaining about broken picture or CSA not working anymore ;)
-The drawback is potential floods of clients...
-
-------------------------------------------------------------------------
-r6928 | fenrir | 2004-03-05 00:59:16 +0100 (Fri, 05 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
- * modules.c: fixed module_Need. (but I'm not sure of what to do with
- shortcuts,any and 0 scored modules).
-
-------------------------------------------------------------------------
-r6927 | bigben | 2004-03-04 23:52:43 +0100 (Thu, 04 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-Set intf-change to TRUE when toggling fullscreen with opengl vout, so that the sate of the fullscreen button gets updated. (Hope I've done it in the right place).
-
-------------------------------------------------------------------------
-r6926 | sigmunau | 2004-03-04 23:47:42 +0100 (Thu, 04 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-
-modules/video_filter/deinterlace/deinterlace.c:
- * Fixed a sse2 crash related to a non-16byte aligned pointer
-
-------------------------------------------------------------------------
-r6925 | asmax | 2004-03-03 23:57:15 +0100 (Wed, 03 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/theme/skin.dtd
-   M /trunk/modules/gui/skins2/utils/bezier.cpp
-
-* utils/bezier.cpp: use lrint() to avoid rounding issues
-* theme/skin.dtd: "" instead of "\0" for default values
-
-------------------------------------------------------------------------
-r6924 | gbazin | 2004-03-03 21:42:52 +0100 (Wed, 03 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-
-* extras/MacOSX/*: bumped revision number to 0.7.2-cvs.
-
-------------------------------------------------------------------------
-r6923 | gbazin | 2004-03-03 21:39:53 +0100 (Wed, 03 Mar 2004) | 5 lines
-Changed paths:
-   M /trunk/include/modules.h
-   M /trunk/modules/access/dvd/demux.c
-   M /trunk/modules/access/dvdplay/demux.c
-   M /trunk/modules/access/dvdread/input.c
-   M /trunk/modules/access/vcdx/demux.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/audio_filter/resampler/coreaudio.c
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/aac.c
-   M /trunk/modules/demux/demuxstream.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-   M /trunk/modules/demux/mpeg/ps.c
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/demux/util/sub.h
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/gtk2/gnome2.c
-   M /trunk/modules/gui/gtk2/gtk2.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/skins/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/misc/sap.c
-   M /trunk/modules/stream_out/announce.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/net.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output/video_output.c
-
-
-* ALL: changed the prototype of module_Need() to accept a "strict" boolean argument.
-If "strict" is true and a module name is provided then module_Need() will only look for the specified module
-If "strict" is false, then module_Need() will first look for the specified module and if it wasn't found, will continue with the other modules with the same "capability".
-
-------------------------------------------------------------------------
-r6922 | sigmunau | 2004-03-03 18:18:38 +0100 (Wed, 03 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/share/Makefile.am
-
-Makefile.am: added vlc.exe.manifest to the distribution (should perhaps be
-             moved to share/ after the svn switch)
-share/Makefile.am: added some wince-related resource files to the distribution
-
-------------------------------------------------------------------------
-r6921 | sigmunau | 2004-03-03 16:47:08 +0100 (Wed, 03 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-src/misc/modules.c:
- * include vlc_httpd.h, fixes compilation
-
-------------------------------------------------------------------------
-r6920 | fenrir | 2004-03-03 15:22:47 +0100 (Wed, 03 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/doc/intf-http.txt
-   M /trunk/modules/control/http.c
-   M /trunk/share/http/index.html
-
- * configure.ac: -> 0.7.2-cvs
- * modules/control/http.c: added a playlist.uri field.
-
-------------------------------------------------------------------------
-r6919 | fenrir | 2004-03-03 14:27:25 +0100 (Wed, 03 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
- * rtp: ported to new httpd.
-
-------------------------------------------------------------------------
-r6918 | fenrir | 2004-03-03 14:26:50 +0100 (Wed, 03 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http: ported to new httpd. A few features are still missings.
-
-------------------------------------------------------------------------
-r6917 | fenrir | 2004-03-03 14:25:53 +0100 (Wed, 03 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
- * http: ported to new httpd.
-
-------------------------------------------------------------------------
-r6916 | fenrir | 2004-03-03 14:25:24 +0100 (Wed, 03 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
- * objects: include vlc_http.h
-
-------------------------------------------------------------------------
-r6915 | fenrir | 2004-03-03 14:25:00 +0100 (Wed, 03 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
- * vlc_common.h: httpd typedefs.
-
-------------------------------------------------------------------------
-r6914 | fenrir | 2004-03-03 14:24:31 +0100 (Wed, 03 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/modules/misc/Modules.am
-
- * all: httpd compilation.
-
-------------------------------------------------------------------------
-r6913 | fenrir | 2004-03-03 14:23:47 +0100 (Wed, 03 Mar 2004) | 4 lines
-Changed paths:
-   D /trunk/include/httpd.h
-   A /trunk/include/vlc_httpd.h
-   D /trunk/modules/misc/httpd.c
-   A /trunk/src/misc/httpd.c
-
- * include/httpd.h, modules/misc/httpd.c: remove old http daemon.
- * include/vlc_httpd.h src/misc/httpd.c: added new http daemon,
- it will allow http 1.1, redirection, RTSP, ...
-
-------------------------------------------------------------------------
-r6912 | sam | 2004-03-03 13:21:57 +0100 (Wed, 03 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac:
-    + When using a local ffmpeg tree, add a path to the avformat headers.
-
-------------------------------------------------------------------------
-r6911 | fenrir | 2004-03-03 13:21:36 +0100 (Wed, 03 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/dummy/vout.c
-
- * vout.c: fixed a warning.
-
-------------------------------------------------------------------------
-r6910 | fenrir | 2004-03-03 13:03:15 +0100 (Wed, 03 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-  * mkv: added Control and use vlc_meta.h.
-
-------------------------------------------------------------------------
-r6909 | titer | 2004-03-03 13:01:57 +0100 (Wed, 03 Mar 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/vout.m
-
- macsox/* : added --macosx-fill
-  In fullscreen, crops the picture if necessary in order to fill
-  the screen without black borders (e.g. you lose top and bottom parts
-  of the picture when watching a 4:3 video on a 16:9 display).
-  (Only implemented in OpenGL mode)
-
-------------------------------------------------------------------------
-r6908 | fenrir | 2004-03-03 13:01:38 +0100 (Wed, 03 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-
- demux: implementation of demux2_vaControlHelper.
-
-------------------------------------------------------------------------
-r6907 | fenrir | 2004-03-03 13:01:17 +0100 (Wed, 03 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/include/vlc_meta.h
-
- ninput.h: added prototype of demux2_vaControlHelper.
- include/vlc_meta.h: added of cast for malloc because of [CENSURED] c++.
-
-------------------------------------------------------------------------
-r6906 | fenrir | 2004-03-03 12:59:41 +0100 (Wed, 03 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * input.c: add Duration to input infos.
-
-------------------------------------------------------------------------
-r6905 | fenrir | 2004-03-03 12:41:04 +0100 (Wed, 03 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
- * mpga: demux -> demux2.
-
-------------------------------------------------------------------------
-r6904 | fenrir | 2004-03-03 12:40:19 +0100 (Wed, 03 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/aac.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/wav.c
-
- * a52.c aac.c au.c dts.c flac.c wav.c: Converted all audio only demuxers
- to demux2.
-
-------------------------------------------------------------------------
-r6903 | massiot | 2004-03-03 12:39:06 +0100 (Wed, 03 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transrate/frame.c
-
-* modules/stream_out/transrate/frame.c: Fixed warnings (thanks fenrir)
-
-------------------------------------------------------------------------
-r6902 | fenrir | 2004-03-03 12:38:14 +0100 (Wed, 03 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3.c
-   M /trunk/modules/demux/util/id3tag.c
-
- * id3*: Search p_input (to make it working with demux2).
-
-------------------------------------------------------------------------
-r6901 | massiot | 2004-03-03 12:34:41 +0100 (Wed, 03 Mar 2004) | 13 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/ts.c
-
-* modules/mux/mpeg/pes.c: Copy the flags of the data buffer to the PES
-  buffer.
-
-* modules/mux/mpeg/ts.c:
-  - rename the caching= option into shaping= since it more adequately
-    describes what it does
-  - new use-key-frames option, if enabled then shaping= will be a
-    maximum value, if the algorithm find a new GOP it will finish with
-    the first picture of the next GOP (helps minimizing the dts delay)
-  - fixed a bug where the calculated sending time could be later than
-    the real DTS time (meaning the decoder wouldn't get the buffer
-    in time)
-
-------------------------------------------------------------------------
-r6900 | bigben | 2004-03-03 12:34:19 +0100 (Wed, 03 Mar 2004) | 6 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-- Repeat and loop are now mutually exclusive
-- On the playlist window, turn loop/repeat/standard play selection into a popup
-- On the playlist window : if more than one group is defined, coolorize items according to the group they are belonging to. Currently, 8 colors are hard coded
-
-Please make remarks on the new layout / the colors chosen.
-
-------------------------------------------------------------------------
-r6899 | massiot | 2004-03-03 12:29:26 +0100 (Wed, 03 Mar 2004) | 11 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/codec/ffmpeg/encoder.c:
-  - use AV_NOPTS_VALUE instead of 0 when it's available
-  - reworked the hurry-up mode to start with disabling the B frames first
-  - reworked the hurry-up mode to remove my thread mess
-  - check that we don't feed ffmpeg with twice the same PTS (crashes ffmpeg)
-  - correctly flag the picture types
-
-* modules/stream_out/transcode.c:
-  - use AV_NOPTS_VALUE instead of 0 when it's available
-  - copy block_t::i_flags to sout_buffer_t::i_flags (temporary)
-
-------------------------------------------------------------------------
-r6898 | massiot | 2004-03-03 12:20:52 +0100 (Wed, 03 Mar 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/stream_out/transrate/Modules.am
-   A /trunk/modules/stream_out/transrate/frame.c
-   M /trunk/modules/stream_out/transrate/transrate.c
-   A /trunk/modules/stream_out/transrate/transrate.h
-
-* modules/stream_out/transrate:
-  - split transrate.c
-  - you can specify a maximum gop length on which to perform transrating,
-    to avoid adding to much delay in the sout pipeline (shaping= option)
-  - fixed a bug where you couldn't transrate a transcoded stream
-
-------------------------------------------------------------------------
-r6897 | massiot | 2004-03-03 12:12:08 +0100 (Wed, 03 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/src/input/input_dec.c
-
-* src/input/input_dec.c: Copy block_t::i_flags to sout_buffer_t::i_flags
-  (temporary).
-
-------------------------------------------------------------------------
-r6896 | massiot | 2004-03-03 12:09:30 +0100 (Wed, 03 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
-* modules/packetizer/mpegvideo.c: Correctly flag the picture types in
-  block_t::i_flags.
-
-------------------------------------------------------------------------
-r6895 | massiot | 2004-03-03 11:51:55 +0100 (Wed, 03 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-* modules/access_output/udp.c: New group= option, used to send multiple
-  packets at once (less scheduling overhead) ; typically access=udp{group=5}
-  will send 5 * 7 TS packets at once.
-
-------------------------------------------------------------------------
-r6894 | massiot | 2004-03-03 11:49:50 +0100 (Wed, 03 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/satellite/access.c
-
-* modules/access/satellite/access.c: Read blocks multiple of 1024 bytes
-  (because others do it - no idea if it helps, though)
-
-------------------------------------------------------------------------
-r6893 | fenrir | 2004-03-03 02:26:49 +0100 (Wed, 03 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts.c: fixed PCR handling (when the pcr pid isn't attached to the PMT.)
-
-------------------------------------------------------------------------
-r6892 | hartman | 2004-03-03 00:49:38 +0100 (Wed, 03 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-* updated NEWS for 0.7.1a
-
-------------------------------------------------------------------------
-r6891 | massiot | 2004-03-02 23:55:34 +0100 (Tue, 02 Mar 2004) | 6 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* extras/contrib:
-  - fixed the infamous "libmad is twice slower" bug
-  - fixed libmad dynamic build
-  - added a52 support to ffmpeg
-  - remove libdvdnav
-
-------------------------------------------------------------------------
-r6890 | ipkiss | 2004-03-02 22:45:15 +0100 (Tue, 02 Mar 2004) | 8 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/gen_builder.py
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/src/anchor.cpp
-   M /trunk/modules/gui/skins2/src/anchor.hpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/theme/skin.dtd
-   M /trunk/modules/gui/skins2/theme/theme.xml
-   M /trunk/modules/gui/skins2/utils/bezier.cpp
-   M /trunk/modules/gui/skins2/utils/bezier.hpp
-
- - skins2/utils/bezier.*: Added support for curves made of one point
- - skins2/theme/skin.dtd: Removed Event and Rectangle tags
- - skins2/src/theme.cpp: Destroy curves explicitely
- - ALL: Anchors can be defined using a Bezier curve, which allows
-   rectilinear anchors (but it is still possible to define anchors
-   reduced to a single point).
-   A "curved anchor" only attracts "single point anchors"
-
-------------------------------------------------------------------------
-r6889 | hartman | 2004-03-02 20:21:03 +0100 (Tue, 02 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* Well i be .......
-  libmodplug working now. apparently it didn't like dynamic linking on OS X.
-
-------------------------------------------------------------------------
-r6888 | hartman | 2004-03-02 17:44:21 +0100 (Tue, 02 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
-* This was the thing i didn't commit and which AGAIN leaves us with a CPU hogging release :(
-
-------------------------------------------------------------------------
-r6887 | kuehne | 2004-03-02 14:53:14 +0100 (Tue, 02 Mar 2004) | 8 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/video_output/fb.c
-   M /trunk/po/de.po
-   M /trunk/src/libvlc.h
-
-* modules/codec/dvbsub.c: disabled translation of some internal error messages
-* po/de.po: removed my reminders
-* modules/demux/mkv.cpp: disabled translation of the string "Matroska"
-
-* src/libvlc.h: small corrections of to-be-localised strings
-* modules/gui/macosx/macosx.m: ditto
-* modules/video_output/fb.c: ditto
-
-------------------------------------------------------------------------
-r6886 | hartman | 2004-03-02 13:39:25 +0100 (Tue, 02 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-
-Spelling error
-
-------------------------------------------------------------------------
-r6885 | hartman | 2004-03-02 02:10:26 +0100 (Tue, 02 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Fix dts contrib
-
-------------------------------------------------------------------------
-r6884 | hartman | 2004-03-02 01:59:16 +0100 (Tue, 02 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* update caca and live.com
-
-------------------------------------------------------------------------
-r6883 | fenrir | 2004-03-01 23:35:55 +0100 (Mon, 01 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * video.c: make SVQ3/ffmpeg happy with complex stsd atom (ie with more
- than just the "SMI " one).
-
-------------------------------------------------------------------------
-r6882 | gbazin | 2004-03-01 22:23:09 +0100 (Mon, 01 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-
-* ChangeLog: updated for 0.7.1.
-
-------------------------------------------------------------------------
-r6881 | gbazin | 2004-03-01 21:36:24 +0100 (Mon, 01 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-
-
-* modules/gui/skins2/Modules.am: oops, 1 file too much.
-
-------------------------------------------------------------------------
-r6880 | gbazin | 2004-03-01 21:04:55 +0100 (Mon, 01 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-
-* po/*: ./toolbox --update-po in preparation for the release.
-
-------------------------------------------------------------------------
-r6879 | gbazin | 2004-03-01 20:58:16 +0100 (Mon, 01 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-
-
-* modules/gui/skins2/src/skin_main.cpp: default skin is skins2/default/theme.xml.
-
-------------------------------------------------------------------------
-r6878 | gbazin | 2004-03-01 20:41:42 +0100 (Mon, 01 Mar 2004) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/install-win32
-   M /trunk/modules/gui/skins2/Modules.am
-
-
-* modules/gui/skins2/Modules.am: include the default skins2 theme in the "make dist" rule.
-* install-win32, Makefile.am: include the default skins2 theme in the win32 package.
-
-------------------------------------------------------------------------
-r6877 | asmax | 2004-03-01 20:36:43 +0100 (Mon, 01 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
-   M /trunk/modules/gui/skins2/theme/skin.dtd
-   M /trunk/modules/gui/skins2/theme/theme.xml
-
-* all: changed dtd version to 1.99 before the final dtd freeze
-
-------------------------------------------------------------------------
-r6876 | asmax | 2004-03-01 19:33:31 +0100 (Mon, 01 Mar 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
-   M /trunk/modules/gui/skins2/theme/skin.dtd
-   M /trunk/modules/gui/skins2/theme/theme.xml
-
-* parser/builder.cpp, parser/skin_parser.cpp: unique IDs are generated
- in the xml parser instead of the builder: fixes nasty bugs related
- to layout IDs
-* theme/skin.dtd: "id" attribute is no longer required for window
-
-------------------------------------------------------------------------
-r6875 | gbazin | 2004-03-01 19:31:13 +0100 (Mon, 01 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/streamwizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: make sure we re-use the streaming wizard so the user selection doesn't get lost each time it is opened.
-
-------------------------------------------------------------------------
-r6874 | gbazin | 2004-03-01 18:36:26 +0100 (Mon, 01 Mar 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-
-* modules/demux/mkv.cpp: fixed copy&paste bug.
-
-------------------------------------------------------------------------
-r6873 | gbazin | 2004-03-01 13:50:39 +0100 (Mon, 01 Mar 2004) | 8 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access_output/udp.c
-
-* include/vlc_threads.h:
-   + lower a bit the input thread priority on win32 (using THREAD_PRIORITY_ABOVE_NORMAL now).
-* modules/access/file.c:
-   + s/config_GetInt()/var_Get() for file-caching.
-* modules/access_output/udp.c:
-   + less verbose debug messages.
-   + increase thread priority on win32.
-
-------------------------------------------------------------------------
-r6872 | massiot | 2004-03-01 12:55:25 +0100 (Mon, 01 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transrate/Modules.am
-
-* Added two files in Modules.am
-
-------------------------------------------------------------------------
-r6871 | murray | 2004-03-01 00:08:42 +0100 (Mon, 01 Mar 2004) | 2 lines
-Changed paths:
-   M /trunk/po/it.po
-
-Shit, forgot to :wq before committing :) sorry guys
-
-------------------------------------------------------------------------
-r6870 | jpsaman | 2004-02-29 23:59:59 +0100 (Sun, 29 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_interface.c
-
-Updated PDA interface.
-
-------------------------------------------------------------------------
-r6869 | murray | 2004-02-29 23:56:23 +0100 (Sun, 29 Feb 2004) | 5 lines
-Changed paths:
-   M /trunk/po/it.po
-
-Minor changes to the italian translation (thanks to Paolo Caravello)
-
-Actually, we still got some (huge) untranslated strings in libvlc.h,
-I'll care about them after the release.
-
-------------------------------------------------------------------------
-r6868 | jpsaman | 2004-02-29 22:10:00 +0100 (Sun, 29 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.h3600
-
-Updated version strings to 0.7.1 for upcoming release.
-
-------------------------------------------------------------------------
-r6867 | jpsaman | 2004-02-29 22:09:29 +0100 (Sun, 29 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/po/nl.po
-
-Updated Dutch translation.
-
-------------------------------------------------------------------------
-r6866 | gbazin | 2004-02-29 20:28:10 +0100 (Sun, 29 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-
-* configure.ac: fixed --with-dts-tree.
-
-------------------------------------------------------------------------
-r6865 | gbazin | 2004-02-29 20:12:00 +0100 (Sun, 29 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-
-* NEWS: updated.
-
-------------------------------------------------------------------------
-r6864 | gbazin | 2004-02-29 20:01:22 +0100 (Sun, 29 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/rawdv.c
-
-
-* modules/demux/rawdv.c: DV audio support was removed from libavcodec so reimplemented it here.
-
-------------------------------------------------------------------------
-r6863 | asmax | 2004-02-29 18:36:55 +0100 (Sun, 29 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-
-* src/skin_main.cpp: do not delete the input a second time !
-
-------------------------------------------------------------------------
-r6862 | asmax | 2004-02-29 17:49:55 +0100 (Sun, 29 Feb 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/theme/skin.dtd
-   M /trunk/modules/gui/skins2/theme/theme.xml
-
-* controls/*, src/generic_window.cpp, src/generic_layout.cpp: a visibiliy
-variable is now owned by CtrlGeneric, and handled directly by the layout
-and the window (at the moment only the slider control uses it)
-* theme/skin.dtd, parser/builder.cpp, parser, skin_parser.cpp: added
-the "color" attribute for control text
-
-------------------------------------------------------------------------
-r6861 | gbazin | 2004-02-29 15:35:10 +0100 (Sun, 29 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-
-
-* INSTALL.win32: updated win32 build instructions.
-
-------------------------------------------------------------------------
-r6860 | zorglub | 2004-02-29 15:05:45 +0100 (Sun, 29 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Sanity check
-
-------------------------------------------------------------------------
-r6859 | asmax | 2004-02-29 15:05:14 +0100 (Sun, 29 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-
-* src/skin_main.cpp: fixed a bug related to the destruction order ;)
-
-------------------------------------------------------------------------
-r6858 | kuehne | 2004-02-29 14:55:04 +0100 (Sun, 29 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/po/de.po
-
-Fixed breakage which has been introduced in the last commit
-
-------------------------------------------------------------------------
-r6857 | kuehne | 2004-02-29 14:49:02 +0100 (Sun, 29 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/po/de.po
-
-spelling fixes
-
-------------------------------------------------------------------------
-r6856 | gbazin | 2004-02-29 14:33:47 +0100 (Sun, 29 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/ipkg/Makefile.am
-
-
-* ipkg/Makefile.am: don't try to package files which have been removed.
-
-------------------------------------------------------------------------
-r6855 | gbazin | 2004-02-29 14:08:56 +0100 (Sun, 29 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/misc/variables.c
-
-
-* src/misc/variables.c: fixed memleak.
-* include/vlc_common.h: use pragma to disable useless MSVC warnings.
-
-------------------------------------------------------------------------
-r6854 | gbazin | 2004-02-29 14:05:22 +0100 (Sun, 29 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-
-
-* ALL: bumped revision number to 0.7.1
-* modules/audio_filter/converter/dtstofloat32.c: update for libdts-0.0.2
-
-------------------------------------------------------------------------
-r6853 | gbazin | 2004-02-29 14:03:19 +0100 (Sun, 29 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-
-* src/packages.mak: updated for libdts-0.0.2
-
-------------------------------------------------------------------------
-r6852 | zorglub | 2004-02-28 20:40:06 +0100 (Sat, 28 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Search on the author field too
-
-------------------------------------------------------------------------
-r6851 | zorglub | 2004-02-28 20:31:54 +0100 (Sat, 28 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Fix loop on end of search
-
-------------------------------------------------------------------------
-r6850 | gbazin | 2004-02-28 20:30:04 +0100 (Sat, 28 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-* modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders.
-
-------------------------------------------------------------------------
-r6849 | gbazin | 2004-02-28 18:10:23 +0100 (Sat, 28 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/info.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-
-
-* src/playlist/*: portability fixes, moved playlist_AddOption() to item-ext.c.
-
-------------------------------------------------------------------------
-r6848 | titer | 2004-02-28 14:53:35 +0100 (Sat, 28 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
- macosx/vout* : don't forget to exit fullscreen mode at EOF,
-                fixed a segfault
-
-------------------------------------------------------------------------
-r6847 | kuehne | 2004-02-27 23:33:38 +0100 (Fri, 27 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/po/de.po
-
-Updated german translation
-
-------------------------------------------------------------------------
-r6846 | gbazin | 2004-02-27 16:07:04 +0100 (Fri, 27 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-
-* src/skin_main.cpp: fixed bug related to the destruction order.
-* parser/xmlparser.hpp: removed useless change.
-
-------------------------------------------------------------------------
-r6845 | fenrir | 2004-02-27 15:22:18 +0100 (Fri, 27 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi.c: uses rv15 for 15 and 16 bits file. (I don't know if it's ok).
-
-------------------------------------------------------------------------
-r6844 | fenrir | 2004-02-27 15:05:55 +0100 (Fri, 27 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
- * avi.c: added support for rgb 32 (24 won't work under linux as the vout
- handle 24 and 32 the same way :(
-
-------------------------------------------------------------------------
-r6843 | fenrir | 2004-02-27 15:02:05 +0100 (Fri, 27 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/chroma.c
-   M /trunk/modules/codec/rawvideo.c
-
- * rawvideo.c, ffmpeg/chroma.c: added YVU9.
-
-------------------------------------------------------------------------
-r6842 | fenrir | 2004-02-27 15:01:35 +0100 (Fri, 27 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_pictures.h
-
- * vout_pictures.*: added YVU9.
-
-------------------------------------------------------------------------
-r6841 | gbazin | 2004-02-27 14:24:12 +0100 (Fri, 27 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
-   M /trunk/modules/gui/skins2/src/skin_common.hpp
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.hpp
-
-* modules/gui/skins2/*: portability fixes.
-
-------------------------------------------------------------------------
-r6840 | murray | 2004-02-26 20:11:44 +0100 (Thu, 26 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-
-it.po: italian localization for VLC 0.7.1
-fr.po: minor fixes
-
-------------------------------------------------------------------------
-r6839 | hartman | 2004-02-26 18:07:37 +0100 (Thu, 26 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-
-* Don't crash during my demo to the university computer labs.
-  - don't crash when i_output < 0
-
-------------------------------------------------------------------------
-r6838 | gbazin | 2004-02-26 18:02:17 +0100 (Thu, 26 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-
-* modules/audio_output/directx.c: don't use hardware buffers for <= 2 channels.
-   A few users have been reporting problems with the directx audio output and it might very well be the cause of their problems (ie. with buggy drivers).
-
-------------------------------------------------------------------------
-r6837 | hartman | 2004-02-26 15:40:29 +0100 (Thu, 26 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* another thing that wasn't committed yet.
-  - Fix Playlist Save. Can only do m3u atm.
-
-------------------------------------------------------------------------
-r6836 | gbazin | 2004-02-26 14:58:23 +0100 (Thu, 26 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx/*: fixes uninitialized variables and memleaks.
-
-------------------------------------------------------------------------
-r6835 | hartman | 2004-02-26 14:24:55 +0100 (Thu, 26 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* don't break things...
-
-------------------------------------------------------------------------
-r6834 | hartman | 2004-02-26 14:04:55 +0100 (Thu, 26 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* Something I forgot
-  --macosx-stretch mode. Ignore aspect ratio and stretch video to fill window.
-
-------------------------------------------------------------------------
-r6833 | gbazin | 2004-02-26 13:04:14 +0100 (Thu, 26 Feb 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-
-* modules/gui/wxwindows/wxwindows.cpp: include setlocale.h after the vlc headers.
-* modules/gui/wxwindows/menus.cpp: fixed memory leaks.
-* modules/gui/wxwindows/playlist.cpp: fixed deadlock.
-
-------------------------------------------------------------------------
-r6832 | gbazin | 2004-02-26 09:24:29 +0100 (Thu, 26 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/playlist.cpp: removed useless lock.
-
-------------------------------------------------------------------------
-r6831 | gbazin | 2004-02-26 01:23:04 +0100 (Thu, 26 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-
-* modules/gui/wxwindows/*: a whole bunch of bug-fixes spotted by running the debug build of wxWindows.
-
-------------------------------------------------------------------------
-r6830 | hartman | 2004-02-26 00:28:04 +0100 (Thu, 26 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-
-* Disable libmad on OS X
-
-------------------------------------------------------------------------
-r6829 | ipkiss | 2004-02-25 23:42:48 +0100 (Wed, 25 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-Fixed an incorrect string
-
-------------------------------------------------------------------------
-r6828 | jpsaman | 2004-02-25 23:16:20 +0100 (Wed, 25 Feb 2004) | 3 lines
-Changed paths:
-   D /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   A /trunk/ipkg/control.h3600
-   D /trunk/ipkg/postinst
-   D /trunk/ipkg/postrm
-   M /trunk/ipkg/rules
-   A /trunk/ipkg/rules.h3600
-
-Added configuration for h3600 iPAQ PDA with small Flash sizes.
-Removed unused files.
-
-------------------------------------------------------------------------
-r6827 | zorglub | 2004-02-25 23:01:34 +0100 (Wed, 25 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-Update of the french translation.
-
-This file need reviewing, please help
-
-------------------------------------------------------------------------
-r6826 | titer | 2004-02-25 20:27:23 +0100 (Wed, 25 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
- macosx/vout* : fixed OpenGL fullscreen (still needs some cleaning)
-
-------------------------------------------------------------------------
-r6825 | gbazin | 2004-02-25 19:47:02 +0100 (Wed, 25 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-
-
-* src/input/input_dec.c: compilation fix.
-
-------------------------------------------------------------------------
-r6824 | gbazin | 2004-02-25 19:43:24 +0100 (Wed, 25 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpegvideo.c
-
-
-* modules/packetizer/mpeg4audio.c, modules/packetizer/mpegvideo.c: compilation fix.
-
-------------------------------------------------------------------------
-r6823 | gbazin | 2004-02-25 19:42:38 +0100 (Wed, 25 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/wxwindows.h: workaround/compilation fix for new wxWindows versions.
-
-------------------------------------------------------------------------
-r6822 | fenrir | 2004-02-25 19:22:54 +0100 (Wed, 25 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
- * libmpeg2.c: lalala, compilation fix...
-
-------------------------------------------------------------------------
-r6821 | fenrir | 2004-02-25 18:48:52 +0100 (Wed, 25 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/src/misc/block.c
-
- * all: removed block_t->b_discontinuity,b_frame_* and added i_flags
- field and a few BLOCK_FLAG_*.
-
-------------------------------------------------------------------------
-r6820 | zorglub | 2004-02-25 15:02:34 +0100 (Wed, 25 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/po/pt_BR.po
-
-Update of the brazilian portuguese translation, thanks to
-Andr� de Barros Martins Ribeiro
-
-------------------------------------------------------------------------
-r6819 | fenrir | 2004-02-25 13:38:33 +0100 (Wed, 25 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_programs.c
-
- * all: fixed sout-audio/video options.
-
-------------------------------------------------------------------------
-r6818 | gbazin | 2004-02-24 23:15:41 +0100 (Tue, 24 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/menus.cpp: try to display choices menus in a more clever way (hide useless things like empty menus).
-
-------------------------------------------------------------------------
-r6817 | gbazin | 2004-02-24 20:23:11 +0100 (Tue, 24 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/dts.c
-
-
-* modules/demux/dts.c: improved detection of wav dts files.
-
-------------------------------------------------------------------------
-r6816 | zorglub | 2004-02-24 19:19:44 +0100 (Tue, 24 Feb 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Fix problem in playlist update code.
-
-Strangely, the "AddPendingEvent" wxwindows call seems to hang, so
-replace it bhy "ProcessEvent" (the playlist update is processed
-immediately in the callback, but it is only the update of one item, so
-it should not be a problem)
-
-------------------------------------------------------------------------
-r6815 | gbazin | 2004-02-24 18:43:31 +0100 (Tue, 24 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-
-
-* modules/access/cdda.c: added "cddasimple" shortcut.
-
-------------------------------------------------------------------------
-r6814 | gbazin | 2004-02-24 18:42:07 +0100 (Tue, 24 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/stream_out/transcode.c: compilation fixes for ffmpeg-0.4.8.
-
-------------------------------------------------------------------------
-r6813 | bigben | 2004-02-24 18:16:27 +0100 (Tue, 24 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-
-Do not send an event when clicking out of the search box
-
-------------------------------------------------------------------------
-r6812 | fenrir | 2004-02-24 17:31:46 +0100 (Tue, 24 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
- * http.c: "Transfer-Encoding: chunked" support. (Tested with only one URL).
-
-------------------------------------------------------------------------
-r6811 | gbazin | 2004-02-24 00:01:05 +0100 (Tue, 24 Feb 2004) | 5 lines
-Changed paths:
-   M /trunk/include/codecs.h
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/demux/wav.c
-
-
-* modules/demux/wav.c: more fixes for multichannel wav files support.
-* include/codecs.h: ms speakers definitions.
-* modules/codec/araw.c: added support for fl64 fourcc.
-
-------------------------------------------------------------------------
-r6810 | gbazin | 2004-02-23 22:57:56 +0100 (Mon, 23 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-
-* src/playlist/playlist.c: who said testing was useful ?
-
-------------------------------------------------------------------------
-r6809 | gbazin | 2004-02-23 22:50:14 +0100 (Mon, 23 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-
-* src/playlist/playlist.c: bug fix.
-
-------------------------------------------------------------------------
-r6808 | sigmunau | 2004-02-23 22:00:37 +0100 (Mon, 23 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-modules/misc/sap.c:
- * fixed two memleaks, one of them rather large
- * fix for http announces that don't start the filename part with '/'
-
-------------------------------------------------------------------------
-r6807 | kuehne | 2004-02-23 21:55:41 +0100 (Mon, 23 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-
-Enlarged some fields in the OpenTarget-Window to display the entire localizations
-
-------------------------------------------------------------------------
-r6806 | fenrir | 2004-02-23 21:45:52 +0100 (Mon, 23 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * livedotcom.cpp: nULL -> UI64C(n).
-
-------------------------------------------------------------------------
-r6805 | fenrir | 2004-02-23 21:35:42 +0100 (Mon, 23 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * livedotcom.cpp: a fix + a nasty hack that should fix playback of streams
- using weird value after a synch with RTCP.
-
-------------------------------------------------------------------------
-r6804 | gbazin | 2004-02-23 21:34:47 +0100 (Mon, 23 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-
-* include/vlc_common.h: added the UI64C() macro for unsinged long long constants.
-
-------------------------------------------------------------------------
-r6803 | gbazin | 2004-02-23 13:17:24 +0100 (Mon, 23 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/playlist/playlist.c
-
-*  modules/gui/wxwindows/playlist.cpp: don't update the GUI from different threads!
-* src/playlist/playlist.c: vout/sout garbage collection improvements.
-
-------------------------------------------------------------------------
-r6802 | rocky | 2004-02-23 01:10:50 +0100 (Mon, 23 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-Change error reporting on memory error to be memory error.
-
-------------------------------------------------------------------------
-r6801 | titer | 2004-02-23 00:09:25 +0100 (Mon, 23 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-ipv4.c : BeOS compile fix
-
-------------------------------------------------------------------------
-r6800 | gbazin | 2004-02-22 22:32:42 +0100 (Sun, 22 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-
-* modules/access/cdda/access.c: fix to allow playing the last track and cd's with only 1 track.
-
-------------------------------------------------------------------------
-r6799 | fenrir | 2004-02-22 17:40:25 +0100 (Sun, 22 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-
- * input_programs.c: a little memleak.
-
-------------------------------------------------------------------------
-r6798 | fenrir | 2004-02-22 17:08:47 +0100 (Sun, 22 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/stream_output/stream_output.c
-
- * all: changed the prototype of sout_InputNew.
-
-------------------------------------------------------------------------
-r6797 | fenrir | 2004-02-22 17:01:42 +0100 (Sun, 22 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * livedotcom.cpp: bug fix. (a bad memory allocation).
-
-------------------------------------------------------------------------
-r6796 | fenrir | 2004-02-22 16:59:53 +0100 (Sun, 22 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-
- * sub.c: VobSub fix.
-
-------------------------------------------------------------------------
-r6795 | fenrir | 2004-02-22 16:57:41 +0100 (Sun, 22 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/gui/ncurses/ncurses.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/video_filter/filter_common.h
-
- * all: compilation warning fixes (mainly missings headers).
-
-------------------------------------------------------------------------
-r6794 | zorglub | 2004-02-22 16:52:33 +0100 (Sun, 22 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/playlist/export.c
-   M /trunk/modules/misc/playlist/native.c
-
-Fix compilation warnings
-
-------------------------------------------------------------------------
-r6793 | massiot | 2004-02-22 16:41:27 +0100 (Sun, 22 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/faad2.patch
-   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
-   M /trunk/extras/contrib/src/packages.mak
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/threads.c
-
-* Updated contrib build system
-* src/misc/threads.c: fixed a Darwin-specific bug introduced recently
-
-------------------------------------------------------------------------
-r6792 | gbazin | 2004-02-22 16:03:33 +0100 (Sun, 22 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/libvlc.c
-
-
-* configure.ac: added an --enable-utf8 option (default enabled on osx/beos/win32).
-* src/libvlc.c, modules/gui/wxwindows/wxwindows.h: use #ifdef ENABLE_UTF8
-
-------------------------------------------------------------------------
-r6791 | rocky | 2004-02-22 11:52:23 +0100 (Sun, 22 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/common.c
-
-Fix valgrind-caught memory leak.
-
-------------------------------------------------------------------------
-r6790 | rocky | 2004-02-22 11:30:41 +0100 (Sun, 22 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-
-Fix mem leak caught by valgrind.
-
-------------------------------------------------------------------------
-r6789 | rocky | 2004-02-22 11:30:22 +0100 (Sun, 22 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-fix mem leak. (Caught by valgrind.)
-
-------------------------------------------------------------------------
-r6788 | rocky | 2004-02-22 10:35:48 +0100 (Sun, 22 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-
-Make sure a couple of variables are initialized before
-reading. (caught by valgrind).
-
-------------------------------------------------------------------------
-r6787 | gbazin | 2004-02-22 01:55:31 +0100 (Sun, 22 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-
-* po/*: ./toolbox --update-po.
-
-------------------------------------------------------------------------
-r6786 | gbazin | 2004-02-22 01:33:10 +0100 (Sun, 22 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/Modules.am
-
-
-* modules/demux/playlist/Modules.am: don't forget playlist.h.
-
-------------------------------------------------------------------------
-r6785 | gbazin | 2004-02-22 01:15:33 +0100 (Sun, 22 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/NEWS
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/include/video_output.h
-   M /trunk/src/video_output/vout_pictures.c
-
-
-* ALL: preparation for 0.7.1-test2.
-
-------------------------------------------------------------------------
-r6784 | gbazin | 2004-02-22 00:50:52 +0100 (Sun, 22 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/stream_out/transcode.c: fixed memleak. Set aspect ratio info even for raw video input.
-
-------------------------------------------------------------------------
-r6783 | gbazin | 2004-02-22 00:15:52 +0100 (Sun, 22 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/mux/mp4.c
-
-
-* include/charset.h: added "extern "C" {" for c++ modules.
-* modules/mux/mp4.c, modules/demux/ts.c: fixed memleaks.
-
-------------------------------------------------------------------------
-r6782 | gbazin | 2004-02-21 23:41:49 +0100 (Sat, 21 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-
-* modules/codec/ffmpeg/encoder.c: make it ffmpeg-0.4.8 friendly.
-
-------------------------------------------------------------------------
-r6781 | gbazin | 2004-02-20 23:07:51 +0100 (Fri, 20 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-
-* configure.ac: what about checking for the c++ preprocessor.
-
-------------------------------------------------------------------------
-r6780 | massiot | 2004-02-20 20:21:25 +0100 (Fri, 20 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c : don't lock when quitting.
-
-------------------------------------------------------------------------
-r6779 | gbazin | 2004-02-20 20:21:23 +0100 (Fri, 20 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-   D /trunk/modules/demux/a52sys.c
-
-
-* modules/demux/a52sys.c: forgot to remove this file.
-* modules/audio_output/alsa.c: kind of a work-around for a strange bug that trashes the stack. Doesn't solve it but should be easier to track down now.
-
-------------------------------------------------------------------------
-r6778 | massiot | 2004-02-20 20:03:59 +0100 (Fri, 20 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: fixed a segfault when quitting.
-
-------------------------------------------------------------------------
-r6777 | massiot | 2004-02-20 19:34:28 +0100 (Fri, 20 Feb 2004) | 12 lines
-Changed paths:
-   M /trunk/include/vlc_codec.h
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c :
-  - new ffmpeg options available from the command-line : interleaved video,
-    noise reduction, rate control parameters, i_quant_factor, trellis
-    quantification, mpeg4 matrix, and thread count
-  - portable functions to use ffmpeg multithreading capabilities on all
-    platforms
-  - hurry up mode now turns off rd and trellis, and also raises the noise
-    reduction parameter (thus noise reduction is mandatory with hurry up)
-  - if threads=1, no ffmpeg thread is launched, but the ffmpeg encoding
-    will be done in a separate thread than the packetizer and decoder
-  - fixed a bug with mp3 decoding and weird ffmpeg return code
-
-------------------------------------------------------------------------
-r6776 | massiot | 2004-02-20 19:24:41 +0100 (Fri, 20 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
-* modules/packetizer/mpegvideo.c: display the picture size and frame rate
-  exactly once.
-
-------------------------------------------------------------------------
-r6775 | massiot | 2004-02-20 18:20:01 +0100 (Fri, 20 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/threads.c
-
-* src/misc/threads.c: made vlc_set_thread_priority usable on non-Darwin
-  OSes, and added an rt-offset configuration variable to tune the priority
-  of VLC against other programs without recompiling everything.
-
-------------------------------------------------------------------------
-r6774 | massiot | 2004-02-20 18:16:50 +0100 (Fri, 20 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/system.c
-
-* modules/demux/mpeg/system.c: check for scrambled packets.
-
-------------------------------------------------------------------------
-r6773 | massiot | 2004-02-20 18:13:42 +0100 (Fri, 20 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-* modules/access_output/udp.c: do not send out packets which are too much
-  in the past, to avoid flooding the client.
-
-------------------------------------------------------------------------
-r6772 | bigben | 2004-02-20 17:29:31 +0100 (Fri, 20 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
-coding style
-
-------------------------------------------------------------------------
-r6771 | bigben | 2004-02-20 16:38:40 +0100 (Fri, 20 Feb 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
-cleaning of pvr input  : settings are only set if  given on command line
-(no more default values).
-
-Patch from Tim O Callaghan (tim.ocallaghan - AT - limestudios - DOT - com)
-
-------------------------------------------------------------------------
-r6770 | hartman | 2004-02-19 20:38:58 +0100 (Thu, 19 Feb 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-
-* Revert back to old prefs.
-  - fixed the bug with the modules not setting up their prefs.
-  - bugs: int with strings items are broken (see relfontsize)
-  - hotkeys elements don't really work
-
-------------------------------------------------------------------------
-r6769 | courmisch | 2004-02-19 19:55:34 +0100 (Thu, 19 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/doc/ChangeLog-2001
-   M /trunk/doc/ChangeLog-2002
-
-Removed Vladimir Chernyshov's email address (kept his name).
-
-------------------------------------------------------------------------
-r6768 | jpsaman | 2004-02-19 18:42:43 +0100 (Thu, 19 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/faad.c
-
-Correct fix for iPAQ. (do not mix watching your kids and coding, it doesn't mix ;-))
-
-------------------------------------------------------------------------
-r6767 | gbazin | 2004-02-19 17:19:41 +0100 (Thu, 19 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/faad.c
-
-* modules/codec/faad.c: compilation fix and proper 16bits pcm support.
-
-------------------------------------------------------------------------
-r6766 | jpsaman | 2004-02-19 16:42:25 +0100 (Thu, 19 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/faad.c
-
-Tell FAAD2 to produce FAAD_FMT_16BIT (16bits PCM values) and VLC so that it doesn't need to do a conversion filter for it.
-
-------------------------------------------------------------------------
-r6765 | jpsaman | 2004-02-19 16:13:49 +0100 (Thu, 19 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/faad.c
-
-Fix for iPAQ choose fixed point arithmic in FAAD decoder.
-
-------------------------------------------------------------------------
-r6764 | rocky | 2004-02-19 03:05:12 +0100 (Thu, 19 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-
-Structure not big enough and was writing past buffer boundary.
-Thanks to Marco Z�hlke for finding this problem.
-
-------------------------------------------------------------------------
-r6763 | fenrir | 2004-02-18 14:21:33 +0100 (Wed, 18 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode: fixed s16b <-> s16l conversion.
-
-------------------------------------------------------------------------
-r6762 | gbazin | 2004-02-17 14:13:32 +0100 (Tue, 17 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/mux/mpeg/ts.c
-
-* ALL: portability fixes.
-
-------------------------------------------------------------------------
-r6761 | hartman | 2004-02-17 04:12:00 +0100 (Tue, 17 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/src/video_output/video_text.c
-
-* vout_OSDMessage doxygen doc update
-* fix broken vout_OSDMessage in other files
-
-------------------------------------------------------------------------
-r6760 | zorglub | 2004-02-16 18:16:24 +0100 (Mon, 16 Feb 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-Added an option "recursive"
-       - none: subdirectories are skipped
-       - collapse: former behaviour, subdirectories are not expanded
-       - expand: all subdirectories are fully expanded
-
-I dislike these strings, please find other ones :)
-
-------------------------------------------------------------------------
-r6759 | zorglub | 2004-02-16 18:14:39 +0100 (Mon, 16 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* Swap duration and group columns
-* Introduce duration sort
-
-------------------------------------------------------------------------
-r6758 | zorglub | 2004-02-16 18:14:15 +0100 (Mon, 16 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Fix setting the name and the author with DEMUX_GET_META
-
-------------------------------------------------------------------------
-r6757 | gbazin | 2004-02-16 14:33:10 +0100 (Mon, 16 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/filter.cpp
-
-* modules/access/dshow/filter.cpp: work-around a bug in w32api-2.5.
-
-------------------------------------------------------------------------
-r6756 | gbazin | 2004-02-15 23:20:56 +0100 (Sun, 15 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-
-* modules/misc/network/ipv6.c: fix for ipv6 name resolution, courtesy of Jeroen Massar (jeroen at unfix dot org).
-
-------------------------------------------------------------------------
-r6755 | gbazin | 2004-02-15 22:52:59 +0100 (Sun, 15 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-
-
-* modules/audio_filter/converter/dtstospdif.c: fixed the swab() replacement.
-
-------------------------------------------------------------------------
-r6754 | sigmunau | 2004-02-15 20:40:41 +0100 (Sun, 15 Feb 2004) | 7 lines
-Changed paths:
-   M /trunk/doc/lirc/example.lircrc
-   M /trunk/modules/control/lirc/lirc.c
-
-modules/control/lirc/lirc.c:
- * backported some changes from the hotkeys module
- * implemented buttons to cycle audio and subtitle tracks.
- * implemented a mute button
-doc/lirc/example.lircrc:
- * example for the new buttons
-
-------------------------------------------------------------------------
-r6753 | ipkiss | 2004-02-15 19:58:38 +0100 (Sun, 15 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/doc/skins/events-howto.txt
-   M /trunk/modules/gui/skins/src/banks.cpp
-   M /trunk/modules/gui/skins/src/event.cpp
-   M /trunk/modules/gui/skins/src/event.h
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.h
-
- * modules/gui/skins/*:
-    Added 'slow' and 'fast' events to play a stream slower/faster
-
-------------------------------------------------------------------------
-r6752 | sigmunau | 2004-02-15 19:22:26 +0100 (Sun, 15 Feb 2004) | 6 lines
-Changed paths:
-   M /trunk/include/osd.h
-   M /trunk/src/video_output/video_text.c
-
-include/osd.h, src/video_output/video_text.c:
- * turned vout_OSDMessage into __vout_OSDMessage
- * __vout_OSDMessage now takes printf style parameters
- * added a macro vout_OSDMessage that calls __vout_OSDMessage with the first
-   parameter passed through VLC_OBJECT()
-
-------------------------------------------------------------------------
-r6751 | fenrir | 2004-02-15 17:59:18 +0100 (Sun, 15 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/nsv.c
-
- * nsv: display sub stream and skip extention data (initial patch from
- Vitalijus dot Slavinskas at stud dot ktu dot lt).
-
-------------------------------------------------------------------------
-r6750 | gbazin | 2004-02-15 14:16:43 +0100 (Sun, 15 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: fixed recent breakage (what a shameful bug).
-
-------------------------------------------------------------------------
-r6749 | gbazin | 2004-02-14 18:36:05 +0100 (Sat, 14 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-
-
-* modules/access/cdda/*: forgot to remove demux in module declaration.
-   fixed deadlock with CDDAFixupPlayList().
-
-------------------------------------------------------------------------
-r6748 | gbazin | 2004-02-14 18:25:39 +0100 (Sat, 14 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/cdda.c
-
-
-* modules/access/cdda*: removed definition of WAVEHEADER.
-* modules/access/cdda.c: small bug fix.
-
-------------------------------------------------------------------------
-r6747 | gbazin | 2004-02-14 18:03:33 +0100 (Sat, 14 Feb 2004) | 6 lines
-Changed paths:
-   M /trunk/include/codecs.h
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/demux/wav.c
-
-
-* modules/demux/wav.c: started support for WAVEFORMATEXTENSIBLE (aka multichannel).
-   support for float32 format.
-* include/codecs.h: added WAVEFORMATEXTENSIBLE structure.
-* modules/codec/araw.c: fixes.
-
-------------------------------------------------------------------------
-r6746 | gbazin | 2004-02-14 13:49:35 +0100 (Sat, 14 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/events/evt_scroll.hpp
-
-
-* modules/gui/skins2/events/evt_scroll.hpp: small portability fix.
-
-------------------------------------------------------------------------
-r6745 | gbazin | 2004-02-14 13:36:16 +0100 (Sat, 14 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-
-
-* modules/gui/wxwindows/*: make gcc-2.95 happy.
-
-------------------------------------------------------------------------
-r6744 | gbazin | 2004-02-14 02:53:17 +0100 (Sat, 14 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/util/id3tag.c
-
-
-* ALL: small portability fixes.
-
-------------------------------------------------------------------------
-r6743 | gbazin | 2004-02-14 00:54:42 +0100 (Sat, 14 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/playlist.c
-
-
-* modules/demux/playlist/playlist.c: compilation fix.
-
-------------------------------------------------------------------------
-r6742 | gbazin | 2004-02-13 23:37:35 +0100 (Fri, 13 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/a52.c
-
-
-* modules/demux/a52.c: better detection code.
-
-------------------------------------------------------------------------
-r6741 | gbazin | 2004-02-13 23:14:11 +0100 (Fri, 13 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/a52.c
-
-
-* modules/demux/a52.c: grmbl.
-
-------------------------------------------------------------------------
-r6740 | gbazin | 2004-02-13 23:10:00 +0100 (Fri, 13 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/a52.c
-
-
-* modules/demux/a52.c: fixed alignment when seeking.
-
-------------------------------------------------------------------------
-r6739 | gbazin | 2004-02-13 22:48:32 +0100 (Fri, 13 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/a52.c
-
-
-* modules/demux/a52.c: rewritten from scratch to use the a52 packetizer and to handle a52 wav files and audio CD's.
-* modules/codec/a52.c: a52 wav files and audio CD's use padding so don't always check for next sync code.
-
-------------------------------------------------------------------------
-r6738 | rocky | 2004-02-13 12:58:32 +0100 (Fri, 13 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/developer/interface.xml
-
-Better worded.
-
-------------------------------------------------------------------------
-r6737 | rocky | 2004-02-13 12:33:38 +0100 (Fri, 13 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/doc/developer/Makefile
-   M /trunk/doc/developer/Makefile.in
-   M /trunk/doc/developer/configure.ac
-   M /trunk/doc/developer/manual.xml
-
-More checking: for programs and XML-related files.  If some programs
-aren't around (e.g. lynx) don't build the corresponding piece that
-needs that.
-
-------------------------------------------------------------------------
-r6736 | titer | 2004-02-13 11:42:24 +0100 (Fri, 13 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-
- deinterlace.c : missing 'else' that prevented MergeAltivec from being used.
-
-------------------------------------------------------------------------
-r6735 | jpsaman | 2004-02-13 11:09:46 +0100 (Fri, 13 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-
-Disabled the preference menu, it is not filled in anyway.
-
-------------------------------------------------------------------------
-r6734 | rocky | 2004-02-13 05:22:39 +0100 (Fri, 13 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/doc/developer/Makefile
-   A /trunk/doc/developer/Makefile.in
-   A /trunk/doc/developer/configure.ac
-   M /trunk/doc/developer/manual.xml
-   A /trunk/doc/developer/manual.xml.in
-
-Do better about being able to build developer documentation on many
-platforms.  This still sucks, but it sucks less. Hopefully I can shame
-someone to go further.
-
-------------------------------------------------------------------------
-r6733 | rocky | 2004-02-13 01:57:03 +0100 (Fri, 13 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/subtitles/cvd-subtitles.txt
-   M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
-
-Call for help.
-
-------------------------------------------------------------------------
-r6732 | gbazin | 2004-02-13 00:51:15 +0100 (Fri, 13 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/stream_out/transcode.c: fixed color inversion when transcoding from raw RV24.
-
-------------------------------------------------------------------------
-r6731 | fenrir | 2004-02-12 21:09:38 +0100 (Thu, 12 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/mms/asf.c
-   M /trunk/modules/access/mms/mmstu.c
-
- * all: use the data_packet_count from the asf header when the server
-gives an invalid one. (I hope it doesn't break anything)
-
-------------------------------------------------------------------------
-r6730 | fenrir | 2004-02-12 18:52:48 +0100 (Thu, 12 Feb 2004) | 26 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
- * v4l: patch from Carsten Gottbeh�t (gottbehuet at active-elements dot de)
- -> Untested.
-
- Original message:
-    Hi there,
-
-    I have done another small modification. If you remove a hot-pluggable video
-    device, like an usb web cam, during capturing, vlc floods the driver with
-    ioctls. This leads to Kernel Ooops in some drivers.
-
-    The modified v4l.c module does the following now:
-    "GrabVideo" returns "VLC_ETIMEOUT" if the question "Did we wait long enough"
-    can be answered with yes. If there is a real error in "GrabCapture" or
-    "GrabMJPEG", the code "VLC_EGENERIC" is returned. So the calling function
-    can distinguish between these two situations. "VLC_EGENERIC" was always
-    returned before.
-    The function "Read" uses this information to leave the while-loop in case of
-    an error, and it returns a "-1" to the calling function. "Read" calls
-    "msleep", as it was before, in case of a VLC_ETIMEOUT.
-
-    The brightness-control stuff described below is still in the code. Please
-    feel free to use, modify or ignore this file. A short feedback would be
-    nice.
-
-    Bye,
-
-------------------------------------------------------------------------
-r6729 | titer | 2004-02-12 18:35:05 +0100 (Thu, 12 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
- macosx/vout.m : GL cleaning (probably fixes depth issues)
-
-------------------------------------------------------------------------
-r6728 | fenrir | 2004-02-11 20:17:14 +0100 (Wed, 11 Feb 2004) | 5 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc.h
-
- * all: added a "input-repeat" option that allow repeating the same entry
- without destroying/recreating a new input. (Will be usefull for streaming).
- ( A value of -1 means repeat for ever).
- --> Not tested with dvd.
-
-------------------------------------------------------------------------
-r6727 | gbazin | 2004-02-11 19:08:05 +0100 (Wed, 11 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/Modules.am
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.h
-   D /trunk/modules/access/cdda/demux.c
-
-
-* modules/access/cdda/*: got rid of the demux. The access plugin will now build a WAV header which will allow this plugin to work with the dts/a52 demuxers as well as the wav demuxer.
-
-------------------------------------------------------------------------
-r6726 | rocky | 2004-02-11 13:37:28 +0100 (Wed, 11 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/intf-cdda.txt
-   M /trunk/doc/intf-vcd.txt
-
-And one other piece of information...
-
-------------------------------------------------------------------------
-r6725 | rocky | 2004-02-11 13:26:38 +0100 (Wed, 11 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/doc/intf-cdda.txt
-   M /trunk/doc/intf-vcd.txt
-
-Spell out general information that should be used in reporting
-problems. Sigh.
-
-------------------------------------------------------------------------
-r6724 | zorglub | 2004-02-11 09:50:04 +0100 (Wed, 11 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Enable the playlist import/export modules
-
-------------------------------------------------------------------------
-r6723 | jpsaman | 2004-02-11 09:22:12 +0100 (Wed, 11 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-
-Added some whitespace for alignment.
-
-------------------------------------------------------------------------
-r6722 | jpsaman | 2004-02-10 21:30:09 +0100 (Tue, 10 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Enabled PDA GUI again, use --enable-pda. Question why was it disabled without notifying the maintainer? ????
-
-------------------------------------------------------------------------
-r6721 | jpsaman | 2004-02-10 21:28:37 +0100 (Tue, 10 Feb 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-
-Missed the deadline again ;-(
-
-- Fixed the playlist_AddExt() call
-- Fixed a compiler warning
-
-------------------------------------------------------------------------
-r6720 | gbazin | 2004-02-10 18:59:10 +0100 (Tue, 10 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-
-* configure.ac: check for the xmlTextReader extension if libxml2 (required for skins2).
-
-------------------------------------------------------------------------
-r6719 | gbazin | 2004-02-10 18:36:45 +0100 (Tue, 10 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac
-
-
-* configure.ac, NEWS: added mod and pva plugins.
-
-------------------------------------------------------------------------
-r6718 | bigben | 2004-02-10 17:39:15 +0100 (Tue, 10 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.c
-
-typos
-
-------------------------------------------------------------------------
-r6717 | jpsaman | 2004-02-10 15:57:31 +0100 (Tue, 10 Feb 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.c
-
-Fixes for DVB-C:
-- Make sure that lnb-lof1 and lnb-lof2 can be overriden by the commandline syntax frequency=xx:lnb-lof1=xx:lnb-lof2=xx
-- Added value {A,a} to polarization=xx to force INVERSION_AUTO
-- Sanatized a few error messages
-
-------------------------------------------------------------------------
-r6716 | sam | 2004-02-10 15:33:17 +0100 (Tue, 10 Feb 2004) | 7 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/doc/fortunes.txt
-   M /trunk/toolbox
-
-  * debian/rules debian/control:
-    + No longer build a local libmpeg2 since it entered sid.
-    + Build the livedotcom plugin.
-  * toolbox:
-    + No longer remove flac, speex and matroska from the woody build; I will
-      provide clean backports.
-
-------------------------------------------------------------------------
-r6715 | sam | 2004-02-10 15:04:55 +0100 (Tue, 10 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac:
-    + Allow to use --enable-livedotcom without --with-livedotcom-tree so that
-      we can use an installed version of libliveMedia et al.
-
-------------------------------------------------------------------------
-r6714 | sam | 2004-02-10 14:29:04 +0100 (Tue, 10 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac:
-    + Only activate the Matroska plugin if -lebml_pic or -lebml were found.
-
-------------------------------------------------------------------------
-r6713 | hartman | 2004-02-10 03:57:18 +0100 (Tue, 10 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-* Fixed the ogm subs. Thanx to Mosu who pointed me to the fact that the
-  duration for subs is stored in byte1 of the data packet and who
-  directed me to the mkvtoolnix code.
-
-------------------------------------------------------------------------
-r6712 | garf | 2004-02-10 00:30:37 +0100 (Tue, 10 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http.c: made strsub a bit clean.
-
-------------------------------------------------------------------------
-r6711 | garf | 2004-02-10 00:28:33 +0100 (Tue, 10 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/intf-http.txt
-
- * intf-http.txt: update doc (strsub)
-
-------------------------------------------------------------------------
-r6710 | garf | 2004-02-10 00:03:12 +0100 (Tue, 10 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http.c: add strsub function: extract substring (doc update will
-           follow soon).
-
-------------------------------------------------------------------------
-r6709 | sam | 2004-02-09 21:40:25 +0100 (Mon, 09 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/debian/README.Debian
-
-  * debian/README.Debian:
-    + Updated Debian-specific build notes.
-
-------------------------------------------------------------------------
-r6708 | jpsaman | 2004-02-09 20:32:55 +0100 (Mon, 09 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/ipkg/control
-   M /trunk/ipkg/control.gpe
-   M /trunk/ipkg/control.opie
-   M /trunk/ipkg/control.zaurus
-   M /trunk/ipkg/rules
-   M /trunk/ipkg/rules.gpe
-   M /trunk/ipkg/rules.opie
-   M /trunk/ipkg/rules.zaurus
-
-Updated version number to vlc-0.7.1
-
-------------------------------------------------------------------------
-r6707 | titer | 2004-02-09 18:42:12 +0100 (Mon, 09 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/vout.m
-
- macosx/* : macosx-opengl-effect now accept cube and transparent-cube
-
-------------------------------------------------------------------------
-r6706 | sigmunau | 2004-02-09 17:12:25 +0100 (Mon, 09 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-src/extra/libc.c:
- * fixed a nasty bug in vlc_atoll.(closes #1763)
-
-------------------------------------------------------------------------
-r6705 | titer | 2004-02-09 15:02:25 +0100 (Mon, 09 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
- macosx/vout.m : oops, fixed broken ratio from my last commit
-
-------------------------------------------------------------------------
-r6704 | titer | 2004-02-09 14:28:32 +0100 (Mon, 09 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
- macosx/* : added --macosx-opengl-effect, current possible values are
-   "none" and "cube". Sorry, couldn't resist ;)
-
-------------------------------------------------------------------------
-r6703 | hartman | 2004-02-09 13:54:47 +0100 (Mon, 09 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* added dtsdec, 're' upgrade of libmad
-
-------------------------------------------------------------------------
-r6702 | sigmunau | 2004-02-09 11:44:40 +0100 (Mon, 09 Feb 2004) | 5 lines
-Changed paths:
-   M /trunk/share/http/admin/dboxfiles.html
-
-share/http/admin/dboxfiles.html:
- * Updated for bookmark support.
-   See http://www.giggo.de/dbox2/movieplayer.html for details
-   (patch by Christof Baumgaertner)
-
-------------------------------------------------------------------------
-r6701 | gbazin | 2004-02-09 00:49:04 +0100 (Mon, 09 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-
-
-* modules/gui/skins2/Modules.am: added missing file for make dist.
-
-------------------------------------------------------------------------
-r6700 | gbazin | 2004-02-09 00:39:16 +0100 (Mon, 09 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-
-* ALL: I am a morron.
-
-------------------------------------------------------------------------
-r6699 | gbazin | 2004-02-08 23:37:37 +0100 (Sun, 08 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-
-* modules/codec/ffmpeg/video.c: another fix for switching postproc on the fly.
-
-------------------------------------------------------------------------
-r6698 | gbazin | 2004-02-08 23:06:14 +0100 (Sun, 08 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-
-* configure.ac: forgot one version number and added the aiff demux.
-
-------------------------------------------------------------------------
-r6697 | gbazin | 2004-02-08 22:36:39 +0100 (Sun, 08 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/NEWS
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-
-* ALL: bumped version number to 0.7.1 in preparation for the release.
-
-------------------------------------------------------------------------
-r6696 | jpsaman | 2004-02-08 22:00:19 +0100 (Sun, 08 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and --disable-ffmpeg is not used.
-
-------------------------------------------------------------------------
-r6695 | jpsaman | 2004-02-08 21:19:03 +0100 (Sun, 08 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fixed several things with configure.ac script:
-- Always have a space between ";then" the configure script does not like this. It should be "; then" or better put "then" on the next line.
-- Add a AC_ARG_ENABLE for cdda
-
-------------------------------------------------------------------------
-r6694 | hartman | 2004-02-08 21:09:15 +0100 (Sun, 08 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-
-* Update copyright info
-
-------------------------------------------------------------------------
-r6693 | hartman | 2004-02-08 21:08:28 +0100 (Sun, 08 Feb 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Fix /dev/di bug
-  Though this still remains a hack. People should just use 'Open Disc' menu.
-  I see no way to retrieve the original (non parition version) /dev entry,
-  from the mounted drive.
-
-------------------------------------------------------------------------
-r6692 | gbazin | 2004-02-08 19:49:53 +0100 (Sun, 08 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-
-* modules/codec/ffmpeg/video.c: another fix for post-processing.
-
-------------------------------------------------------------------------
-r6691 | sigmunau | 2004-02-08 19:30:30 +0100 (Sun, 08 Feb 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.h
-
-modules/demux/avi/avi.c:
- * pass bit per pixel info on to decoder
-modules/demux/avi/libavi.h:
- * add 1 as fourcc for msrle
-module/codec/ffmpeg/video.c:
- * pass bit per pixel info to libavcodec (needed for msrle)
-
-------------------------------------------------------------------------
-r6690 | gbazin | 2004-02-08 19:17:22 +0100 (Sun, 08 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/src/playlist/info.c
-   M /trunk/src/playlist/item.c
-
-
-* src/playlist/*: fixed complete fuckage of playlist_ItemAddOption() and moved it to item.c.
-* modules/gui/wxwindows/open.cpp: cleanup.
-
-------------------------------------------------------------------------
-r6689 | fenrir | 2004-02-08 18:21:50 +0100 (Sun, 08 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * input.c: don't add subtitle track twice when using --sub-file and
- auto-detection.
-
-------------------------------------------------------------------------
-r6688 | gbazin | 2004-02-08 17:48:11 +0100 (Sun, 08 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/dts.c
-
-
-* modules/demux/dts.c: more fixes.
-
-------------------------------------------------------------------------
-r6687 | rocky | 2004-02-08 17:43:17 +0100 (Sun, 08 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-Add me.
-
-------------------------------------------------------------------------
-r6686 | gbazin | 2004-02-08 13:09:50 +0100 (Sun, 08 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-
-* modules/codec/ffmpeg/video.c: fixed crash when disabling post-processing with videos with B frames.
-
-------------------------------------------------------------------------
-r6685 | gbazin | 2004-02-08 12:23:17 +0100 (Sun, 08 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/src/interface/interface.c
-
-
-* src/interface/interface.c: added skins2 to the interface menu.
-* modules/gui/skins2/*: s/skin_last/skins2-last s/skin_config/skins2-config and fixed saving of skins2 configuration.
-
-------------------------------------------------------------------------
-r6684 | gbazin | 2004-02-08 01:15:04 +0100 (Sun, 08 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-
-
-* modules/audio_filter/converter/dtstospdif.c: cough cough.
-
-------------------------------------------------------------------------
-r6683 | gbazin | 2004-02-08 01:04:16 +0100 (Sun, 08 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-
-
-* modules/audio_filter/converter/dtstospdif.c: only swab big endian bitstreams.
-
-------------------------------------------------------------------------
-r6682 | rocky | 2004-02-07 18:31:38 +0100 (Sat, 07 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/developer/interface.xml
-
-Update How to write an interface plugin from recent vlc-devel responses.
-
-------------------------------------------------------------------------
-r6681 | sigmunau | 2004-02-07 16:01:07 +0100 (Sat, 07 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-
-Fixed a segfault (don't try to memset a negative number of bytes)
-
-------------------------------------------------------------------------
-r6680 | fenrir | 2004-02-07 14:26:24 +0100 (Sat, 07 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: handle DEMUX_GET_META (avoid a msg_Err)
-
-------------------------------------------------------------------------
-r6679 | fenrir | 2004-02-07 14:25:50 +0100 (Sat, 07 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-
- * deinterlace: compilation fix.
-
-------------------------------------------------------------------------
-r6678 | gbazin | 2004-02-07 01:56:44 +0100 (Sat, 07 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/dts.c
-
-
-* modules/codec/dts.c: DTS S/PDIF fix (Thanks Dnumgis for all the testing).
-
-------------------------------------------------------------------------
-r6677 | gbazin | 2004-02-07 01:33:08 +0100 (Sat, 07 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_es.h
-   M /trunk/modules/demux/ogg.c
-
-
-* include/vlc_es.h: s/es_format_Free/es_format_Clean.
-
-------------------------------------------------------------------------
-r6676 | gbazin | 2004-02-07 01:16:34 +0100 (Sat, 07 Feb 2004) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_es.h
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/demux/ogg.c
-
-
-* modules/demux/ogg.c: fixed memleak.
-* modules/codec/flac.c: fixed memleak.
-* include/vlc_es.h: es_format_Free().
-
-------------------------------------------------------------------------
-r6675 | gbazin | 2004-02-07 00:43:32 +0100 (Sat, 07 Feb 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/src/input/input.c
-
-
-* modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE() from vlc_common.h.
-* src/input/input.c: fixed memleak.
-* modules/demux/ogg.c: fixed another timing bug.
-
-------------------------------------------------------------------------
-r6674 | gbazin | 2004-02-06 21:06:55 +0100 (Fri, 06 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-
-* include/vlc_common.h: forgot the Set*LE() helpers in my last commit.
-
-------------------------------------------------------------------------
-r6673 | gbazin | 2004-02-06 19:15:44 +0100 (Fri, 06 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/codec/dts.c
-
-
-* modules/codec/dts.c: fixes a buffer overflow with s/pdif.
-* modules/access/cdda.c, modules/audio_output/file.c: endianness fixes for WAV header.
-
-------------------------------------------------------------------------
-r6672 | hartman | 2004-02-06 16:11:39 +0100 (Fri, 06 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/dts.c
-
-* msg_Err -> msg_Warn
-
-------------------------------------------------------------------------
-r6671 | hartman | 2004-02-06 05:51:02 +0100 (Fri, 06 Feb 2004) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Added sortID
-* Fixed adding multiple items
-* playlist API changes fixes
-* fixed options
-
-------------------------------------------------------------------------
-r6670 | hartman | 2004-02-06 04:52:09 +0100 (Fri, 06 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_help.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-* Move GetCapabilityHelp from intf's to vlc_help.h
-
-------------------------------------------------------------------------
-r6669 | gbazin | 2004-02-05 23:56:12 +0100 (Thu, 05 Feb 2004) | 7 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/cdda.c
-   A /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/wav.c
-   M /trunk/modules/video_output/directx/directx.c
-
-
-* modules/video_output/directx/directx.c: fixed the "refresh" button for the --directx-device option.
-* modules/demux/dts.c: implemented DEMUX_GET_TIME and DEMUX_GET_LENGTH.
-* modules/access/cdda.c: got rid of the cdda demux and add a wav header at the beginning of the data.
-   This allows to correctly support DTS audio cd (demux will detect what kind of CD it is).
-* modules/demux/wav.c: code cleanup and fixed seeking.
-
-------------------------------------------------------------------------
-r6668 | hartman | 2004-02-05 22:01:44 +0100 (Thu, 05 Feb 2004) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/doc/Makefile.am
-
-* added a package-translations target
-  - holds doc/translations.txt
-  - all the .po's
-  - convert-po.sh
-
-------------------------------------------------------------------------
-r6667 | fenrir | 2004-02-05 20:51:46 +0100 (Thu, 05 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/httpd.c
-
- * httpd: fixed a integer overflow.
-
-------------------------------------------------------------------------
-r6666 | gbazin | 2004-02-05 00:55:03 +0100 (Thu, 05 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/dts.c
-
-
-* modules/codec/dts.c: should be more correct (hopefully).
-
-------------------------------------------------------------------------
-r6665 | gbazin | 2004-02-05 00:28:10 +0100 (Thu, 05 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-
-
-* modules/audio_filter/converter/dtstospdif.c: don't forget to take care of the sample's starting date.
-
-------------------------------------------------------------------------
-r6664 | gbazin | 2004-02-05 00:03:36 +0100 (Thu, 05 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-
-
-* modules/audio_filter/converter/dtstospdif.c: oops forgot something.
-
-------------------------------------------------------------------------
-r6663 | fenrir | 2004-02-04 21:13:55 +0100 (Wed, 04 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
- * v4l: hue/colour/... path from Carsten Gottbeh�t
- (gottbehuet at active-elements dot de) (untested)
-
-------------------------------------------------------------------------
-r6662 | gbazin | 2004-02-04 09:11:49 +0100 (Wed, 04 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/dts.c
-
-
-* modules/demux/dts.c: should detect DTS wav files even if the data doesn't start with a DTS frame.
-
-------------------------------------------------------------------------
-r6661 | hartman | 2004-02-04 04:23:25 +0100 (Wed, 04 Feb 2004) | 3 lines
-Changed paths:
-   A /trunk/doc/strings.txt
-   A /trunk/doc/translations.txt
-
-* Added the 'documentation' on strings in our source code and also added
-  the file with information on how to make translations.
-
-------------------------------------------------------------------------
-r6660 | gbazin | 2004-02-04 00:32:45 +0100 (Wed, 04 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/dts.c
-
-
-* modules/codec/dts.c: a bunch of fixes.
-
-------------------------------------------------------------------------
-r6659 | gbazin | 2004-02-04 00:31:46 +0100 (Wed, 04 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/file.c
-
-
-* modules/audio_output/file.c: added --audiofile-channels=integer option to specify the number of channels wanted in the output file.
-
-------------------------------------------------------------------------
-r6658 | fenrir | 2004-02-03 21:12:53 +0100 (Tue, 03 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
- * http: Err -> Warn for Seek.
-
-------------------------------------------------------------------------
-r6657 | titer | 2004-02-03 14:00:27 +0100 (Tue, 03 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
- macosx/vout* : OpenGL VRAM texturing finaly works correctly now.
-
-------------------------------------------------------------------------
-r6656 | sigmunau | 2004-02-03 13:49:53 +0100 (Tue, 03 Feb 2004) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-
-configure.ac:
- * define CAN_COMPILE_MMX and CAN_COMPILE_MMXEXT if availabe
-modules/video_filter/deinterlace/deinterlace.c:
- * changed how accelerated code is handled.
-
-------------------------------------------------------------------------
-r6655 | gbazin | 2004-02-03 09:16:16 +0100 (Tue, 03 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/dts.c
-
-
-* modules/demux/dts.c: added detection for 14bits big endian and 16bits little endian bitstreams.
-   (we still assume that the stream must begin with a new DTS frame, which doesn't always seem to be the case).
-
-------------------------------------------------------------------------
-r6654 | gbazin | 2004-02-03 00:49:46 +0100 (Tue, 03 Feb 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-   M /trunk/modules/codec/dts.c
-
-
-* modules/codec/dts.c: removed s/pdif hack from DTS audio parser.
-   support for 14bits big endian bitstreams as well as 16bits little endian bitstreams.
-* modules/audio_filter/converter/dtstospdif.c: accumulate DTS frames from parser until we have enough to fill an S/PDIF frame.
-
-------------------------------------------------------------------------
-r6653 | fenrir | 2004-02-02 15:43:50 +0100 (Mon, 02 Feb 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
- * rtp: fixed mpeg1/2 with QT (QT want pts for each frame, use dts as a
- fallback).
- RTP successfully tested with QT 6.5 for mpeg 1/2 video and audio,
- mpeg4 audio. mpeg4 video doesn't always work.
-
-------------------------------------------------------------------------
-r6652 | fenrir | 2004-02-02 14:00:53 +0100 (Mon, 02 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
- * stream: gcc < 3 fix.
-
-------------------------------------------------------------------------
-r6651 | fenrir | 2004-02-02 13:58:29 +0100 (Mon, 02 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * input: gcc < 3 fix.
-
-------------------------------------------------------------------------
-r6650 | fenrir | 2004-02-02 13:53:20 +0100 (Mon, 02 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/render.c
-
- * render: int i;; int j; <-- gcc < 3 doesn't like ';;'
-
-------------------------------------------------------------------------
-r6649 | fenrir | 2004-02-02 13:50:08 +0100 (Mon, 02 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
- * rtp: fix in mpeg 1/2 packetization.
-
-------------------------------------------------------------------------
-r6648 | fenrir | 2004-02-02 12:18:39 +0100 (Mon, 02 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/nsv.c
-
- * nsv: added 'AAC ' fourcc support.
-
-------------------------------------------------------------------------
-r6647 | fenrir | 2004-02-02 12:14:32 +0100 (Mon, 02 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
- http: fixed segfault with ICY server, fixed redirection.
-
-------------------------------------------------------------------------
-r6646 | fenrir | 2004-02-02 11:41:46 +0100 (Mon, 02 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/nsv.c
-
- * nsv: compilation fix.
-
-------------------------------------------------------------------------
-r6645 | fenrir | 2004-02-02 11:34:22 +0100 (Mon, 02 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/nsv.c
-
- * nsv: full fractional frame rate support.
-    Patch from Vitalijus dot Slavinskas at stud dot ktu dot lt
-
-------------------------------------------------------------------------
-r6644 | titer | 2004-02-02 09:50:41 +0100 (Mon, 02 Feb 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
- macosx/prefs.m: compile fix
- macosx/vout*: fixed quality problems introduced in my last commit
-   (noticeably slower now, but fixed), cleaning
-
-------------------------------------------------------------------------
-r6643 | sigmunau | 2004-02-02 00:02:02 +0100 (Mon, 02 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/src/misc/cpu.c
-
-src/misc/cpu.c:
- * SSE2 detection, using a similar approch as for SSE
-
-------------------------------------------------------------------------
-r6642 | ipkiss | 2004-02-01 22:13:04 +0100 (Sun, 01 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/utils/bezier.cpp
-   M /trunk/modules/gui/skins2/utils/bezier.hpp
-
- * modules/gui/skins2/bezier.*: Compute the points coordinates only once
- * modules/gui/skins2/ctrl_slider.cpp: Fixed a couple of bugs
-
-------------------------------------------------------------------------
-r6641 | sigmunau | 2004-02-01 17:53:11 +0100 (Sun, 01 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-
-deinterlace.c:
- * MMX and SSE2 versions of the Merge() function.
-
-------------------------------------------------------------------------
-r6640 | asmax | 2004-02-01 17:15:40 +0100 (Sun, 01 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   A /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/src/theme.hpp
-   M /trunk/modules/gui/skins2/utils/bezier.hpp
-
-* parser/builder.cpp: stores the curves in the theme (avoid a memory leak)
-* parser/builder_data.def: forgot to commit that for months !
-
-------------------------------------------------------------------------
-r6639 | asmax | 2004-02-01 15:44:11 +0100 (Sun, 01 Feb 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/gui/skins2/theme/theme.xml
-
-* parser/xmlparser.cpp: abort parsing when an error is detected
- (avoid segfaults in element handlers...)
-* all: tried to have the popup window disappear with a click on
- a skin window (not working at least with wxgtk)
-
-------------------------------------------------------------------------
-r6638 | alexis | 2004-02-01 15:43:08 +0100 (Sun, 01 Feb 2004) | 8 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-  * ipv4.c: IGMPv3 support for Linux
-
-  Differences with the patch I posted in vlc-devel yesterday:
-  - took into account the suggestions of gibalou
-  - removed the "#if !defined( SYS_DARWIN )", because it should compile
-    fine on Mac OS X, even if IGMPv3 won't work
-  - added a warning about non-IGMPv3 OSes
-
-------------------------------------------------------------------------
-r6637 | rocky | 2004-02-01 06:15:22 +0100 (Sun, 01 Feb 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/render.c
-
-RGB2 transparency now works. Common 8-bit RGB averaging routine
-hoisted. Some doc additions.
-
-------------------------------------------------------------------------
-r6636 | fenrir | 2004-02-01 05:50:13 +0100 (Sun, 01 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts: implemented the same detection than mpeg/ts.c
-
-------------------------------------------------------------------------
-r6635 | rocky | 2004-02-01 00:33:02 +0100 (Sun, 01 Feb 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/pixmap.h
-
-Big/little-endian bug.
-
-------------------------------------------------------------------------
-r6634 | fenrir | 2004-01-31 21:21:47 +0100 (Sat, 31 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- * es_out: reorder meta infos.
-
-------------------------------------------------------------------------
-r6633 | fenrir | 2004-01-31 21:02:26 +0100 (Sat, 31 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- * es_out: Set Language.
-
-------------------------------------------------------------------------
-r6632 | alexis | 2004-01-31 19:02:32 +0100 (Sat, 31 Jan 2004) | 8 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/src/libvlc.h
-
- * ipv4.c: IGMPv3 support (IP_ADD_SOURCE_MEMBERSHIP) for Win32
- * udp.c: restored the old syntax udp:server_addr@destination_addr
- * libvlc.h: updated 'vlc --help'
-
- To do an IGMPv3 query under Windows XP do:
- vlc udp:<source_addr>@<multicast_addr>
- Note: under previous versions of Windows, it will fail to join the group.
-
-------------------------------------------------------------------------
-r6631 | rocky | 2004-01-31 17:44:58 +0100 (Sat, 31 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Try for POSIX pthread semantics on Solaris.
-
-------------------------------------------------------------------------
-r6630 | fenrir | 2004-01-31 15:49:52 +0100 (Sat, 31 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-
- * avi: implemented DEMUX_GET_META.
-
-------------------------------------------------------------------------
-r6629 | gbazin | 2004-01-31 10:52:22 +0100 (Sat, 31 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-
-* Makefile.am: added vlc_meta.h
-
-------------------------------------------------------------------------
-r6628 | rocky | 2004-01-31 06:53:35 +0100 (Sat, 31 Jan 2004) | 13 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/Modules.am
-   M /trunk/modules/codec/ogt/common.c
-   M /trunk/modules/codec/ogt/pixmap.c
-   M /trunk/modules/codec/ogt/pixmap.h
-   M /trunk/modules/codec/ogt/render.c
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_chroma/i420_rgb.h
-
-render.c: RGB2 now gets the right color from the RGB color map.
-  And a first cut at handling transparancy values properly. However
-  to do this we merely needed to
-
-pixmap.[ch]: write our own routines for retrieving a close colormap index
-  given a pixel value. Well, and also had to
-
-video_chroma/i420_rgb.[ch]: save the RGB colormap that is allocated.
-
-Modules.am: forgot new pixmap.c
-
-others: more misc abstraction/cleanup
-
-------------------------------------------------------------------------
-r6627 | fenrir | 2004-01-31 06:27:02 +0100 (Sat, 31 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
- * asf: implemented DEMUX_GET_LENGTH and DEMUX_GET_META.
-
-------------------------------------------------------------------------
-r6626 | fenrir | 2004-01-31 06:25:36 +0100 (Sat, 31 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/input.c
-
- * input: call DEMUX_GET_META and fill playlist and input infos.
-
-------------------------------------------------------------------------
-r6625 | fenrir | 2004-01-31 06:24:55 +0100 (Sat, 31 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   A /trunk/include/vlc_meta.h
-
- * vlc_meta.h: added a vlc_meta_t struct and some functions (for now,
- it will only be used by demuxers).
- * ninput.h: added DEMUX_GET_META, this way demuxer won't have to touch
- playlist and input_InfoAdd and ...
-
-------------------------------------------------------------------------
-r6624 | fenrir | 2004-01-30 18:53:05 +0100 (Fri, 30 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts: use 0x0a descriptor to send language...
- Now we can stream a (complete) dvd with language informations :)
-
-------------------------------------------------------------------------
-r6623 | fenrir | 2004-01-30 18:51:02 +0100 (Fri, 30 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode: keep psz_language.
-
-------------------------------------------------------------------------
-r6622 | fenrir | 2004-01-30 18:50:05 +0100 (Fri, 30 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts: set psz_laguage with iso639 code.
-
-------------------------------------------------------------------------
-r6621 | fenrir | 2004-01-30 18:49:21 +0100 (Fri, 30 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input_dec.c
-
- * all: sout have now access to psz_language.
-
-------------------------------------------------------------------------
-r6620 | fenrir | 2004-01-30 17:50:26 +0100 (Fri, 30 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/spudec.c
-
- * spudec: a %d -> IF64d
-
-------------------------------------------------------------------------
-r6619 | fenrir | 2004-01-30 17:45:40 +0100 (Fri, 30 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
- * rtp: fixed mpeg4 audio. && was used instead of &, arggg :(
-
-------------------------------------------------------------------------
-r6618 | fenrir | 2004-01-30 17:46:33 +0100 (Fri, 30 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/spudec.c
-
- * spudec: commented out a debug message.
-
-------------------------------------------------------------------------
-r6617 | fenrir | 2004-01-30 16:56:28 +0100 (Fri, 30 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
- * rtp: fixed a bug that corrupt video/audio config data.
-
-------------------------------------------------------------------------
-r6616 | fenrir | 2004-01-30 16:17:39 +0100 (Fri, 30 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_es.h
-
- * vlc_es: fixed es_fomat_Copy to duplicate psz_* too.
-
-------------------------------------------------------------------------
-r6615 | fenrir | 2004-01-30 15:45:27 +0100 (Fri, 30 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/dvdnav.c
-
- * dvdnav: oups one debug messsage left.
-
-------------------------------------------------------------------------
-r6614 | fenrir | 2004-01-30 15:27:48 +0100 (Fri, 30 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/dvdnav.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mp4/mp4.c
-
- * all: fill psz_language with the iso639 code.
- * dvdnav: select the right SPU track only while creating the ES when we
- are not in the menu. (this way user selection won't be lost).
-
-------------------------------------------------------------------------
-r6613 | fenrir | 2004-01-30 15:25:39 +0100 (Fri, 30 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- * es_out: now es_format_t.psz_language could be a iso539 code, it will be
- expanded to the real language name.
-
-------------------------------------------------------------------------
-r6612 | rocky | 2004-01-30 14:23:08 +0100 (Fri, 30 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/pixmap.c
-
-Doc calculation typo.
-
-------------------------------------------------------------------------
-r6611 | rocky | 2004-01-30 14:17:12 +0100 (Fri, 30 Jan 2004) | 10 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/Modules.am
-   M /trunk/modules/codec/ogt/common.c
-   A /trunk/modules/codec/ogt/pixmap.c
-   M /trunk/modules/codec/ogt/pixmap.h
-   M /trunk/modules/codec/ogt/subtitle.h
-
-pixmap.[ch], Modules.am: provisional routine to find closest colormap
-entry.
-
-Rest: Mostly more shuffling of definitions for modularity; doc
-improvements.
-
-(Also I need to copy these changes between computers and this is the
-most expedient way. RV24 transparancy has been tested on a big-endian
-box.)
-
-------------------------------------------------------------------------
-r6610 | hartman | 2004-01-30 13:44:21 +0100 (Fri, 30 Jan 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-
-* modules/gui/macosx/intf.m: fix
-* modules/gui/macosx/prefs.?: New preferences parse code.
-  New widgets aren't being created just yet.
-  OS X version is broken now, but it already was. we need to fix this before
-  a release. Code is largely ported from wxwindows...
-
-------------------------------------------------------------------------
-r6609 | fenrir | 2004-01-30 02:38:53 +0100 (Fri, 30 Jan 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/demux/demux2.c
-   M /trunk/modules/demux/dvdnav.c
-
- * dvdnav: added a dvdnavsimple shortcut : it skips the menu and all
- still frames, it doesn't handle the es selection (this way --sout-all
- will work).
-  A major problem is that ES aren't added in a logical way like dvd and
-dvdread do (audio/video). I don't know how to retrieve it from dvdnav.
-(it's the same for dvdnav and dvdnavsimple)
-
-------------------------------------------------------------------------
-r6608 | fenrir | 2004-01-30 02:09:24 +0100 (Fri, 30 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ps.h
-
- * ps: lalalala, fixed a bug in dts/pts parsing.
-
-------------------------------------------------------------------------
-r6607 | gbazin | 2004-01-29 20:38:17 +0100 (Thu, 29 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/speex.c
-   M /trunk/src/misc/win32_specific.c
-
-
-* modules/codec/speex.c, src/misc/win32_specific.c: compilation fixes.
-
-------------------------------------------------------------------------
-r6606 | gbazin | 2004-01-29 19:48:40 +0100 (Thu, 29 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-
-* configure.ac: fixed typo.
-
-------------------------------------------------------------------------
-r6605 | fenrir | 2004-01-29 19:37:05 +0100 (Thu, 29 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ps.h
-
- * ps: fixed dts.
-
-------------------------------------------------------------------------
-r6604 | zorglub | 2004-01-29 19:02:58 +0100 (Thu, 29 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
-Use playlist_Item* functions
-
-------------------------------------------------------------------------
-r6603 | zorglub | 2004-01-29 18:51:08 +0100 (Thu, 29 Jan 2004) | 28 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/streamwizard.cpp
-   M /trunk/modules/misc/sap.c
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/playlist/info.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist.c
-
-Options as infos were bad in several ways: it broke PLAYLIST_GO, used
-much memory, and was inconsistent, especially with input_CreateThread
-taking an array of options
-
-* Revert to using array of options
-
-* To add an item with options:
-    - either use playlist_ItemNew, ItemAddOption, and then AddItem
-      (useful if you don't have all your options in an array)
-    - either use playlist_AddExt (use this if all your options are
-      already in an array)
-
-* To add an item without options: use playlist_Add
-
-You can still add options after an item has been added by using either
-playlist_AddOption or playlist_ItemAddOption
-
-* Attempt to improve API and solve thread safety issues.
-  - playlist_Item* functions allow to touch items only.
-    p_item->lock must be used when needed
-    (playlist_ItemNew, playlist_ItemDelete, playlist_Item*Info,
-     playlist_ItemSet* )
-
-  - playlist_ItemGetById and ItemGetByPos give you playlist_items
-    for GetByPos, you should have the playlist lock
-
-At the moment, the playlist_Set* and playlist_*Info functions are kept (they work with position) but should be avoided.
-
-------------------------------------------------------------------------
-r6602 | fenrir | 2004-01-29 18:14:04 +0100 (Thu, 29 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/demux2.c
-
- * demux2: mmh removed some shortcut. (easier than increasing
- MODULE_SHORTCUT_MAX ;)
-
-------------------------------------------------------------------------
-r6601 | gbazin | 2004-01-29 18:04:01 +0100 (Thu, 29 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-   M /trunk/src/misc/configuration.c
-
-* src/misc/configuration.c, include/configuration.h: added a change_action_add()method to associate an action (that can be triggered through a gui) to a config var.
-* modules/gui/wxwindows/preferences_widgets.*: implemented partial support for change_action_add().
-* modules/access/dshow/dshow.cpp: use change_action_add() to refresh the list of devices and to add an option to configure a device.
-
-------------------------------------------------------------------------
-r6600 | fenrir | 2004-01-29 16:11:17 +0100 (Thu, 29 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/demux2.c
-
- * au: ported to demux2 API.
-
-------------------------------------------------------------------------
-r6599 | fenrir | 2004-01-29 16:10:17 +0100 (Thu, 29 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_programs.c
-
- * input_programs.c: AddES sets default i_stream_id (make valgrind happy ;)
-
-------------------------------------------------------------------------
-r6598 | sigmunau | 2004-01-29 15:39:08 +0100 (Thu, 29 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-include/vlc_common.h:
- * defined a CPU_CAPABILITY_SSE2
-src/libvlc.(c|h):
- * implemented --see2/--no-sse2
-
-------------------------------------------------------------------------
-r6597 | rocky | 2004-01-29 12:50:22 +0100 (Thu, 29 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/common.c
-   M /trunk/modules/codec/ogt/pixmap.h
-   M /trunk/modules/codec/ogt/render.c
-   M /trunk/modules/codec/ogt/subtitle.h
-
-render.c: RV24 blending
-all: more code cleanup and perhaps slightly better bigendian handling though
-     more common routines/includes.
-
-------------------------------------------------------------------------
-r6596 | rocky | 2004-01-29 05:04:21 +0100 (Thu, 29 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/render.c
-
-Transparancy for more chromas more complete.
-
-------------------------------------------------------------------------
-r6595 | titer | 2004-01-29 03:01:49 +0100 (Thu, 29 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
- macosx/vout* :
-   + Unkludged a lot the way the OpenGL output was working until now
-   + Optimized here and here. Please test!
-
-------------------------------------------------------------------------
-r6594 | titer | 2004-01-28 22:31:15 +0100 (Wed, 28 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
- + macosx/vout* : cosmetic
-
-------------------------------------------------------------------------
-r6593 | gbazin | 2004-01-28 21:53:21 +0100 (Wed, 28 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-
-* configure.ac: proper checks for all the skins2 dependancies.
-
-------------------------------------------------------------------------
-r6592 | gbazin | 2004-01-28 17:46:52 +0100 (Wed, 28 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-
-* modules/access/dshow/*: bug fixes.
-
-------------------------------------------------------------------------
-r6591 | gbazin | 2004-01-28 16:51:16 +0100 (Wed, 28 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-
-* modules/gui/skins2/win32/win32_graphics.cpp: small fix.
-
-------------------------------------------------------------------------
-r6590 | bigben | 2004-01-28 16:25:53 +0100 (Wed, 28 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Do not enable skins2 on macosx and beos.
-
-Hope I haven't broken anything...
-
-------------------------------------------------------------------------
-r6589 | titer | 2004-01-28 15:36:53 +0100 (Wed, 28 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
- macosx/vout.m: swap OpenGL buffers only during the vertical retrace of
-   the monitor (fixed flickering effect)
-
-------------------------------------------------------------------------
-r6588 | fenrir | 2004-01-28 13:25:37 +0100 (Wed, 28 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/aiff.c
-
- * aiff: another demuxer.
-
-------------------------------------------------------------------------
-r6587 | hartman | 2004-01-28 00:09:25 +0100 (Wed, 28 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-
-* Thou shall initialize thou subtitles.
-
-------------------------------------------------------------------------
-r6586 | hartman | 2004-01-27 23:51:39 +0100 (Tue, 27 Jan 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/demux/util/sub.c
-
-* modules/demux/util/sub.?
-  Vobsub is working now. only track 0 will be played atm.
-  spudec scaling will need to be implemented or vobsub is pretty useless.
-* modules/codec/spudec
-  Changed an error into a warning message.
-
-------------------------------------------------------------------------
-r6585 | bigben | 2004-01-27 23:19:04 +0100 (Tue, 27 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/open.m
-
-Fixes a little bug introduced by string review on localized VLC
-
-------------------------------------------------------------------------
-r6584 | gbazin | 2004-01-27 22:12:42 +0100 (Tue, 27 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-
-
-* configure.ac: don't link with msimg32 directly has it isn't available on Win9x/NT4.
-* modules/gui/skins2/win32/win32_graphics.cpp: use AlphaBlend() from the Win32Factory object.
-
-------------------------------------------------------------------------
-r6583 | gbazin | 2004-01-27 20:14:07 +0100 (Tue, 27 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/dts.c
-
-
-* modules/codec/dts.c: bug-fix for s/pdif support.
-
-------------------------------------------------------------------------
-r6582 | gbazin | 2004-01-27 18:01:51 +0100 (Tue, 27 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-
-* modules/gui/skins2/win32/*: dynamically load AlphaBlend() as it isn't available on Win9x,NT4.
-   Parent window created outside the screen so it isn't visible.
-
-Could somebody (AsMaX, ipkiss) have a look at the AlphaBlend() function call in win32_graphics.cpp ? I'd like to use the AlphaBlend() we got from win32_factory.cpp.
-
-------------------------------------------------------------------------
-r6581 | gbazin | 2004-01-27 15:05:33 +0100 (Tue, 27 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/src/stream_output/stream_output.c
-
-
-* modules/packetizer/mpegvideo.c: fixed major bug where the first frame could be sent out with a null dts.
-* src/stream_output/stream_output.c: guard against non-dated packets in sout_InputSendBuffer().
-
-------------------------------------------------------------------------
-r6580 | fenrir | 2004-01-27 14:10:29 +0100 (Tue, 27 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-
- * sub: removed unused variable.
-
-------------------------------------------------------------------------
-r6579 | fenrir | 2004-01-27 13:46:46 +0100 (Tue, 27 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-
- * sub: clean/fix. it begins to work.
-
-------------------------------------------------------------------------
-r6578 | fenrir | 2004-01-27 13:22:41 +0100 (Tue, 27 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-
- * sub.c : fixed parsing, but doesn't work yet (buffer overflow while
- reading packet).
-
-------------------------------------------------------------------------
-r6577 | titer | 2004-01-27 13:11:48 +0100 (Tue, 27 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
- macosx/vout.m: fixed OpenGL aspect ratio
-
-------------------------------------------------------------------------
-r6576 | gbazin | 2004-01-27 12:57:05 +0100 (Tue, 27 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-
-
-* modules/demux/util/*: fixed segfault with new vobsub code.
-
-------------------------------------------------------------------------
-r6575 | hartman | 2004-01-27 08:05:10 +0100 (Tue, 27 Jan 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-
-* VobSub demuxing. Almost working i think, but the ps parsing isn't going to well yet.
-  fen, anymore tips? :)
-  There seems to be some trouble with bufferoverflows atm and
-  spudec doesn't like the data it is being fed:
-
-  [00000199] spudec decoder debug: i_spu_size=8201 i_rle=29701
-
-------------------------------------------------------------------------
-r6574 | rocky | 2004-01-27 04:45:17 +0100 (Tue, 27 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/render.c
-
-First of the bigendian fixes. Bug in YUY had U and V values in blending
-swapped.
-
-------------------------------------------------------------------------
-r6573 | titer | 2004-01-27 04:22:03 +0100 (Tue, 27 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_yuy2.c
-
- i420_yuy2.c: made the altivec optim a bit nicer (probably a bit faster, too)
-
-------------------------------------------------------------------------
-r6572 | rocky | 2004-01-27 02:57:29 +0100 (Tue, 27 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Link with -lm when needed - 2nd try.
-
-------------------------------------------------------------------------
-r6571 | hartman | 2004-01-27 00:37:05 +0100 (Tue, 27 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-* Fix autodetection bug with file:///
-
-------------------------------------------------------------------------
-r6570 | fenrir | 2004-01-27 00:30:18 +0100 (Tue, 27 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
- * playlist: fix for input options.
-
-------------------------------------------------------------------------
-r6569 | fenrir | 2004-01-27 00:07:16 +0100 (Tue, 27 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/src/input/input.c
-   M /trunk/src/playlist/playlist.c
-
- * all: input_CreateThread doesn't take a playlist_item_t anymore.
-        export input_CreateThread/input_StopThread/input_DestroyThread.
-
-------------------------------------------------------------------------
-r6568 | hartman | 2004-01-26 23:42:50 +0100 (Mon, 26 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.h
-   M /trunk/src/input/input.c
-
-* Remove crud
-
-------------------------------------------------------------------------
-r6567 | hartman | 2004-01-26 23:32:51 +0100 (Mon, 26 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-
-* Remove crud
-
-------------------------------------------------------------------------
-r6566 | gbazin | 2004-01-26 23:10:20 +0100 (Mon, 26 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-
-* modules/gui/wxwindows/*: adapted to the new playlist api.
-   "Add MRL" in the playlist dialog now only appends the new item to the playlist.
-
-------------------------------------------------------------------------
-r6565 | hartman | 2004-01-26 22:37:58 +0100 (Mon, 26 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/input/input_programs.c
-
-* String review
-
-------------------------------------------------------------------------
-r6564 | fenrir | 2004-01-26 21:48:51 +0100 (Mon, 26 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/playlist.c
-
- * playlist: compilation fix.
-
-------------------------------------------------------------------------
-r6563 | fenrir | 2004-01-26 21:48:10 +0100 (Mon, 26 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/include/input_ext-intf.h
-   M /trunk/include/input_ext-plugins.h
-   M /trunk/include/ninput.h
-   M /trunk/include/vlc_common.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/stream.c
-
- * all: make stream_t using function pointers (needed to have multiple
- implementations, not yet used).
-
-------------------------------------------------------------------------
-r6562 | gbazin | 2004-01-26 21:26:54 +0100 (Mon, 26 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/subtitles.c
-
-
-* src/input/*, modules/demux/util/sub.[ch]: cleanup and fixed memory leaks.
-
-------------------------------------------------------------------------
-r6561 | gbazin | 2004-01-26 21:02:15 +0100 (Mon, 26 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-   M /trunk/src/input/input.c
-
-
-* modules/demux/util/*: a bit of cleanup.
-
-------------------------------------------------------------------------
-r6560 | titer | 2004-01-26 21:00:33 +0100 (Mon, 26 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
- gui/macosx/vout.m: fixed a mistake (fixes the main memory leak btw)
-
-------------------------------------------------------------------------
-r6559 | titer | 2004-01-26 20:51:33 +0100 (Mon, 26 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
- Compile fix (mp4 now needs -framework IOKit -framework CoreFoundation).
-
-------------------------------------------------------------------------
-r6558 | gbazin | 2004-01-26 20:20:10 +0100 (Mon, 26 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-
-* src/input/subtitles.c: more sanity checks.
-
-------------------------------------------------------------------------
-r6557 | gbazin | 2004-01-26 19:57:18 +0100 (Mon, 26 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-
-* modules/codec/ffmpeg/ffmpeg.c: proper fix for disabling aac decoding while keeping encoding.
-
-------------------------------------------------------------------------
-r6556 | gbazin | 2004-01-26 19:45:45 +0100 (Mon, 26 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/visualization/visual/visual.c
-
-
-modules/visualization/visual/visual.c: strings review.
-
-------------------------------------------------------------------------
-r6555 | titer | 2004-01-26 19:30:37 +0100 (Mon, 26 Jan 2004) | 8 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
- All: attempt for an OpenGL video output for OS X. Enable --macosx-opengl
- to give it a try (QT is the default method).
-  + Known issues: no fullscreen yet, memory leaks, ugly code, ...
-  + Known goodies: it's a few % faster than QT here (playing a DVD). If
-      experienced OpenGL and Altivec programmers could have a look and
-      give some advice, I guess the performance increase might become
-      noticeable.
-
-------------------------------------------------------------------------
-r6554 | gbazin | 2004-01-26 19:30:01 +0100 (Mon, 26 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
-
-* modules/mux/mp4.c: fixed recent screw-up in movie duration.
-
-------------------------------------------------------------------------
-r6553 | gbazin | 2004-01-26 19:24:17 +0100 (Mon, 26 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dshow/filter.h
-
-
-* modules/access/dshow/*: implemented a few more things.
-
-------------------------------------------------------------------------
-r6552 | jlj | 2004-01-26 18:15:40 +0100 (Mon, 26 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-  * drms: bugfixes in sci handling, GetiPodID darwin support.
-
-------------------------------------------------------------------------
-r6551 | titer | 2004-01-26 17:54:56 +0100 (Mon, 26 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_chroma/Modules.am
-   M /trunk/modules/video_chroma/i420_yuy2.c
-
- + All: added Altivec-optimized i420 to yuy2 conversion. It isn't used
-   yet as Quicktime handles i420 pictures, but it will be when I've
-   cleaned the OpenGL output I'm working on (to be commited soon).
-
-------------------------------------------------------------------------
-r6550 | zorglub | 2004-01-26 17:52:31 +0100 (Mon, 26 Jan 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/Bitmaps.h
-   M /trunk/modules/gui/beos/DrawingTidbits.cpp
-   M /trunk/modules/gui/beos/DrawingTidbits.h
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/ListViews.cpp
-   M /trunk/modules/gui/beos/ListViews.h
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-   M /trunk/modules/gui/beos/MsgVals.h
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.h
-   M /trunk/modules/gui/beos/TransportButton.cpp
-   M /trunk/modules/gui/beos/TransportButton.h
-
-Strings review
-
-Do "50%","100%", ... need translation ?
-
-They are currently translated, I did not touch this
-
-------------------------------------------------------------------------
-r6549 | zorglub | 2004-01-26 17:45:03 +0100 (Mon, 26 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xvideo.c
-
-String review
-
-------------------------------------------------------------------------
-r6548 | fenrir | 2004-01-26 17:30:34 +0100 (Mon, 26 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-
- * mmsh: msg_Err -> msg_Dbg.
-
-------------------------------------------------------------------------
-r6547 | hartman | 2004-01-26 15:47:39 +0100 (Mon, 26 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/kde/disc.h
-   M /trunk/modules/gui/kde/net.h
-
-* compilation fixes
-
-------------------------------------------------------------------------
-r6546 | gbazin | 2004-01-26 11:35:28 +0100 (Mon, 26 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-
-* configure.ac: fixed typo.
-
-------------------------------------------------------------------------
-r6545 | sam | 2004-01-26 11:32:33 +0100 (Mon, 26 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac:
-    + Bail out if libavcodec.a wasn't built with --enable-pp.
-
-------------------------------------------------------------------------
-r6544 | rocky | 2004-01-26 05:51:09 +0100 (Mon, 26 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-add -lm on more plugins that require it. libvcdinfo version number is
-now 0.7.20 not 0.7.20-cdio.
-
-------------------------------------------------------------------------
-r6543 | asmax | 2004-01-26 00:04:06 +0100 (Mon, 26 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme.hpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-
-* all: save the theme configuration at exit (theme path and
-  position/visibilty of the windows)
-* parser/xmlparser.cpp: fixed a segfault when the file cannot be opened
-
-------------------------------------------------------------------------
-r6542 | rocky | 2004-01-25 23:16:51 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Fix if iconv not installed.
-
-------------------------------------------------------------------------
-r6541 | rocky | 2004-01-25 23:16:26 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/dummy/decoder.c
-
-include limits.h for PATH_MAX. Solaris fix.
-
-------------------------------------------------------------------------
-r6540 | gbazin | 2004-01-25 22:39:37 +0100 (Sun, 25 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_es.h
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
-
-* include/vlc_common.h, include/vlc_es.h: new video_palette_t structure.
-* modules/codec/ffmpeg/*: support for palettized codecs.
-
-------------------------------------------------------------------------
-r6539 | asmax | 2004-01-25 22:38:57 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-
-* src/generic_window.cpp: don't raise the windows on a mouse up event
-
-------------------------------------------------------------------------
-r6538 | rocky | 2004-01-25 22:03:16 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Test for libcdio only once. Make disable-libcddb work (typo in test variable).
-
-------------------------------------------------------------------------
-r6537 | gbazin | 2004-01-25 21:40:59 +0100 (Sun, 25 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/visualization/xosd/xosd.c
-
-
-* ALL: removed useless add_category_hint().
-
-------------------------------------------------------------------------
-r6536 | hartman | 2004-01-25 21:05:29 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/a52sys.c
-   M /trunk/modules/demux/aac.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-   M /trunk/modules/demux/demux2.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/demuxstream.c
-   M /trunk/modules/demux/dvdnav.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mp4/mp4.h
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-   M /trunk/modules/demux/mpeg/ps.c
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/demux/mpeg/ts.c
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/old.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/real.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/util/id3.c
-   M /trunk/modules/demux/util/id3genres.h
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/modules/demux/util/sub.c
-   M /trunk/modules/demux/util/sub.h
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-
-* Stringreview !!!
-
-------------------------------------------------------------------------
-r6535 | hartman | 2004-01-25 20:54:53 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   D /trunk/doc/mad/BUGS
-   D /trunk/doc/mad/TODO
-
-* Removing old useless files
-
-------------------------------------------------------------------------
-r6534 | rocky | 2004-01-25 20:27:09 +0100 (Sun, 25 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/ogt/ogt.c
-   M /trunk/modules/codec/ogt/subtitle.h
-
-cvd.c: default duration scaling is smaller which seems more correct.
-
-string review: Merge/canonicalize debug string messages.
-
-------------------------------------------------------------------------
-r6533 | bigben | 2004-01-25 20:10:09 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-added a 0 accidentally
-
-------------------------------------------------------------------------
-r6532 | gbazin | 2004-01-25 19:53:07 +0100 (Sun, 25 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/dvd/dvd.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/converter/Modules.am
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/coreaudio.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/kde/kde.cpp
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/sap.c
-   M /trunk/modules/mux/mp4.c
-
-
-* ALL: removed a bunch of unused add_category_hint().
-
-------------------------------------------------------------------------
-r6531 | asmax | 2004-01-25 19:46:37 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-
-* x11/x11_display.cpp: only 8 bpp mode was working...
-
-------------------------------------------------------------------------
-r6530 | asmax | 2004-01-25 19:41:08 +0100 (Sun, 25 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-   M /trunk/modules/gui/skins2/x11/x11_display.hpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-
-* all: support of 8 bpp mode for X11 skins. Like in the vout it uses
- its own colormap, but I don't like that at all...
-
-------------------------------------------------------------------------
-r6529 | gbazin | 2004-01-25 19:34:55 +0100 (Sun, 25 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/preferences.c
-
-
-* modules/gui/gtk/preferences.c: don't rely on module definitions having an add_category_hint().
-
-------------------------------------------------------------------------
-r6528 | bigben | 2004-01-25 19:20:12 +0100 (Sun, 25 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/dv.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/ogt/render.c
-   M /trunk/modules/codec/ogt/subtitle.h
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/codec/tarkin.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/vorbis.c
-
-string review
-
-still some  printfs in dvbsub.c. Would  need to spend some  time reading
-the code to remove them.
-
-------------------------------------------------------------------------
-r6527 | gbazin | 2004-01-25 19:18:50 +0100 (Sun, 25 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-
-* modules/gui/wxwindows/interface.cpp: removed unused strings.
-
-------------------------------------------------------------------------
-r6526 | zorglub | 2004-01-25 19:17:08 +0100 (Sun, 25 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/include/beos_specific.h
-   M /trunk/include/charset.h
-   M /trunk/include/codecs.h
-   M /trunk/include/configuration.h
-   M /trunk/include/darwin_specific.h
-   M /trunk/include/intf_eject.h
-   M /trunk/include/main.h
-   M /trunk/include/os_specific.h
-   M /trunk/include/stream_control.h
-   M /trunk/include/stream_output.h
-   M /trunk/include/variables.h
-   M /trunk/include/vlc/aout.h
-   M /trunk/include/vlc/decoder.h
-   M /trunk/include/vlc/input.h
-   M /trunk/include/vlc/intf.h
-   M /trunk/include/vlc/sout.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc/vout.h
-   M /trunk/include/vlc_config.h
-   M /trunk/include/vlc_cpu.h
-   M /trunk/include/vlc_help.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_keys.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_video.h
-   M /trunk/include/vout_synchro.h
-   M /trunk/include/win32_specific.h
-
-* Strings review in include/
-* Removed trailing spaces
-
-------------------------------------------------------------------------
-r6525 | murray | 2004-01-25 18:58:30 +0100 (Sun, 25 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/coreaudio.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegvideo.c
-
-reverting a whole bunch of stupid changes,
-sorry :)
-
-------------------------------------------------------------------------
-r6524 | gbazin | 2004-01-25 18:52:17 +0100 (Sun, 25 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/logger/logger.c
-   M /trunk/mozilla/vlcshell.cpp
-
-
-* mozilla/vlcshell.cpp: don't translate debug messages.
-* modules/misc/logger/logger.c: compilation fix.
-
-------------------------------------------------------------------------
-r6523 | murray | 2004-01-25 18:41:30 +0100 (Sun, 25 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegvideo.c
-
-String review, round three in advance :)
-If you've got spare stuff to review, I'm free.
-(FK, are you reviewing the KDE intf or shall I do it?)
-
-------------------------------------------------------------------------
-r6522 | murray | 2004-01-25 18:32:29 +0100 (Sun, 25 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/coreaudio.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-
-string review, round two: the audio output modules
-(but as I'm too tired and it's apero time, round three
-will follow later on in the night)
-
-------------------------------------------------------------------------
-r6521 | gbazin | 2004-01-25 18:31:22 +0100 (Sun, 25 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dvb/qpsk.c
-   M /trunk/modules/access/dvd/dvd.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/access/satellite/satellite.c
-   M /trunk/modules/access/slp.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/access/vcdx/vcd.c
-
-
-* modules/access/*: strings review + coding style fixes.
-
-------------------------------------------------------------------------
-r6520 | kuehne | 2004-01-25 18:20:19 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/gui/skins2/commands/cmd_input.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/dummy/interface.c
-   M /trunk/modules/misc/logger/logger.c
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/modules/video_chroma/i420_ymga.c
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i422_yuy2.c
-
-string review by Christophe Mutricy aka xtophe
-
-------------------------------------------------------------------------
-r6519 | zorglub | 2004-01-25 18:16:06 +0100 (Sun, 25 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/input/input_info.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/error.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_builtin.h.in
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/net.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/variables.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/playlist/group.c
-   M /trunk/src/playlist/info.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_synchro.c
-   M /trunk/src/vlc.c
-
-* String review, round one
-* A few coding style fixes
-* Doxygenized a few functions
-
-------------------------------------------------------------------------
-r6518 | murray | 2004-01-25 18:01:57 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-String Review round one, Mac OS X interface.
-
-------------------------------------------------------------------------
-r6517 | anil | 2004-01-25 17:17:04 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/corba/README
-   M /trunk/modules/control/corba/client.py
-   M /trunk/modules/control/corba/corba.c
-   M /trunk/modules/control/corba/simpleplayer.py
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/control/joystick.c
-   M /trunk/modules/control/lirc/lirc.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/mozilla/npvlc_rc.rc
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/python/setup.py
-   M /trunk/python/vlcmodule.c
-   M /trunk/python/vlrs/rtsp.py
-   M /trunk/python/vlrs/sap.py
-   M /trunk/python/vlrs/vlrs.py
-   M /trunk/share/http/admin/browse.html
-   M /trunk/share/http/admin/index.html
-   M /trunk/share/http/index.html
-   M /trunk/share/http/info.html
-
-* string review.
-
-------------------------------------------------------------------------
-r6516 | sigmunau | 2004-01-25 16:55:37 +0100 (Sun, 25 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-modules/video_filter/logo.c:
- * correctly name the config options( logo-foo not logo_foo )
-
-------------------------------------------------------------------------
-r6515 | kuehne | 2004-01-25 16:42:57 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/kde/disc.cpp
-   M /trunk/modules/gui/kde/interface.cpp
-   M /trunk/modules/gui/kde/kde.cpp
-   M /trunk/modules/gui/kde/net.cpp
-   M /trunk/modules/gui/kde/preferences.cpp
-
-string review
-
-------------------------------------------------------------------------
-r6514 | rocky | 2004-01-25 15:42:18 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcd.c
-
-String review.
-
-------------------------------------------------------------------------
-r6513 | rocky | 2004-01-25 15:42:05 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/cdda.c
-
-string review.
-
-------------------------------------------------------------------------
-r6512 | gbazin | 2004-01-25 15:34:25 +0100 (Sun, 25 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/dummy.c
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/gather.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/stream_out/transrate/transrate.c
-
-
-* modules/stream_out/*: coding style changes + strings review.
-
-------------------------------------------------------------------------
-r6511 | rocky | 2004-01-25 15:18:40 +0100 (Sun, 25 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/doc/intf-vcd.txt
-
-More clarification of the LID/PSD/PBC thing especially with respect
-to vlc's plugin. A couple of typographical mistakes corrected.
-
-------------------------------------------------------------------------
-r6510 | kuehne | 2004-01-25 15:15:21 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/gtk2/gnome2.glade
-   M /trunk/modules/gui/gtk2/gtk2.glade
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/pda/pda_callbacks.c
-
-* string review
-
-------------------------------------------------------------------------
-r6509 | asmax | 2004-01-25 14:59:33 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-
-* all: fixed segfaults when initialization fails
-
-------------------------------------------------------------------------
-r6508 | zorglub | 2004-01-25 14:50:33 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-First round of stringreview
-
-------------------------------------------------------------------------
-r6507 | kuehne | 2004-01-25 14:37:12 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gtk_interface.c
-   M /trunk/modules/mux/asf.c
-
-* Stringreview
-
-------------------------------------------------------------------------
-r6506 | gbazin | 2004-01-25 14:29:04 +0100 (Sun, 25 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
-
-* modules/mux/mp4.c: spec compliance fix.
-
-------------------------------------------------------------------------
-r6505 | gbazin | 2004-01-25 12:48:17 +0100 (Sun, 25 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-
-* src/libvlc.c: another couple of changes to the --help output.
-
-------------------------------------------------------------------------
-r6504 | asmax | 2004-01-25 12:44:19 +0100 (Sun, 25 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   D /trunk/modules/gui/skins2/parser/flex.c
-   D /trunk/modules/gui/skins2/parser/gen.sh
-   D /trunk/modules/gui/skins2/parser/parser_context.hpp
-   D /trunk/modules/gui/skins2/parser/skin.act
-   D /trunk/modules/gui/skins2/parser/skin.c
-   D /trunk/modules/gui/skins2/parser/skin.dtd
-   D /trunk/modules/gui/skins2/parser/skin.h
-   D /trunk/modules/gui/skins2/parser/skin.l
-   A /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   A /trunk/modules/gui/skins2/parser/skin_parser.hpp
-   D /trunk/modules/gui/skins2/parser/wrappers.cpp
-   D /trunk/modules/gui/skins2/parser/wrappers.h
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/tooltip.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/theme/skin.dtd
-
-* all: replaced the flex parser by the libxml one
-* src/window_manager.cpp: improved the raise window algorithm
-* src/tooltip.cpp: fixed a segfault after changing a theme
-
-------------------------------------------------------------------------
-r6503 | gbazin | 2004-01-25 12:32:32 +0100 (Sun, 25 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-
-* src/libvlc.c: improved --help output.
-
-------------------------------------------------------------------------
-r6502 | gbazin | 2004-01-25 11:17:19 +0100 (Sun, 25 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-
-* modules/video_filter/logo.c: compilation fixes.
-
-------------------------------------------------------------------------
-r6501 | rocky | 2004-01-25 09:01:13 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-"Playback control LID" is too long. Shorten to "Playback LID"
-
-------------------------------------------------------------------------
-r6500 | rocky | 2004-01-25 08:48:04 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-string review.
-
-------------------------------------------------------------------------
-r6499 | rocky | 2004-01-25 05:53:16 +0100 (Sun, 25 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-
-Allow PBC selection. Had been temporarily disabled. Perhaps this is
-what DJ was referring to?
-
-------------------------------------------------------------------------
-r6498 | hartman | 2004-01-25 04:29:02 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses/ncurses.c
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/streamwizard.cpp
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-   M /trunk/modules/gui/wxwindows/v4l.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* string review
-
-------------------------------------------------------------------------
-r6497 | hartman | 2004-01-25 04:28:41 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-
-* stringreview
-
-------------------------------------------------------------------------
-r6496 | hartman | 2004-01-25 04:28:32 +0100 (Sun, 25 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/adjust.c
-
-* adjust uses variables
-
-------------------------------------------------------------------------
-r6495 | fenrir | 2004-01-25 03:26:04 +0100 (Sun, 25 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/mux/mpeg/Modules.am
-   A /trunk/modules/mux/mpeg/csa.c
-   A /trunk/modules/mux/mpeg/csa.h
-   M /trunk/modules/mux/mpeg/ts.c
-
- - csa.* : CSA scrambling implementation.
- - demux/ts.c, mux/mpeg/ts.c: added support for CSA (de)scrambling
- (fixed key).
-
-------------------------------------------------------------------------
-r6494 | hartman | 2004-01-24 22:06:52 +0100 (Sat, 24 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-   M /trunk/MAINTAINERS
-   M /trunk/README
-   M /trunk/debian/copyright
-   M /trunk/doc/win32/Cross-Compile-Howto.txt
-   M /trunk/evc/vlc.c
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-   M /trunk/menuconfig
-   M /trunk/vlc.spec
-   M /trunk/vlc.spec.mdk
-
-* extras/contrib/src/ dvdnav packages
-* REST: stringreview round 1
-
-------------------------------------------------------------------------
-r6493 | fenrir | 2004-01-24 21:40:46 +0100 (Sat, 24 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
- * vlc_common: changed TAB_APPEND. I have to do this because the old way
- seems to make bogus code (but I'm not sure).
-
-------------------------------------------------------------------------
-r6492 | gbazin | 2004-01-24 16:18:29 +0100 (Sat, 24 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-
-* configure.ac: added --with-xml2-config-path=PATH option.
-
-------------------------------------------------------------------------
-r6491 | asmax | 2004-01-24 15:25:16 +0100 (Sat, 24 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   A /trunk/modules/gui/skins2/theme/skin.dtd
-
-* parser/xmlparser.cpp: added DTD validation
-
-------------------------------------------------------------------------
-r6490 | asmax | 2004-01-24 14:08:12 +0100 (Sat, 24 Jan 2004) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/skins2/Modules.am
-   A /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   A /trunk/modules/gui/skins2/parser/xmlparser.hpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/var_manager.cpp
-   M /trunk/modules/gui/skins2/src/var_manager.hpp
-
-* configure.ac: check xml2-config for skins2
-* modules/gui/skins2/src/var_manager.cpp: delete the variables in the
-  right order to avoid invalid reads in the destructor
-* modules/gui/skins2/parser/xmlparser: skeleton of a new parser based
-  on the text reader API of libxml2
-
-------------------------------------------------------------------------
-r6489 | gbazin | 2004-01-24 13:30:32 +0100 (Sat, 24 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-
-* modules/gui/wxwindows/preferences_widgets.cpp: increased the min/max value for int config vars to +/-10000000.
-
-------------------------------------------------------------------------
-r6488 | gbazin | 2004-01-24 12:56:16 +0100 (Sat, 24 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
-
-* modules/mux/mp4.c: store the display size using the proper aspect-ratio.
-   Size optimization for the generation of the stsc table.
-   Some more clean-up.
-
-------------------------------------------------------------------------
-r6487 | rocky | 2004-01-24 04:48:29 +0100 (Sat, 24 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/system.c
-
-Doc fix.
-
-------------------------------------------------------------------------
-r6486 | fenrir | 2004-01-24 01:47:42 +0100 (Sat, 24 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
- * ffmpeg.c: disabled mpeg4 audio, too buggy. (This way users can see that
- they miss the faad decoder without having an obscure segfault.)
-
-------------------------------------------------------------------------
-r6485 | rocky | 2004-01-24 00:06:25 +0100 (Sat, 24 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/loadsave.c
-
-Compilation bug: can't have preprocessor directives inside a macro.
-
-------------------------------------------------------------------------
-r6484 | jlj | 2004-01-23 21:58:52 +0100 (Fri, 23 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-  * drms: endian fixes, GetiPodID env var support.
-
-------------------------------------------------------------------------
-r6483 | gbazin | 2004-01-23 18:56:14 +0100 (Fri, 23 Jan 2004) | 7 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/src/stream_output/stream_output.c
-
-
-* src/stream_output/stream_output.c, include/stream_output.h: new sout_AccessOutRead() funcion.
-* modules/access_output/file.c: implemented sout_AccessOutRead().
-* modules/access_output/udp.c: coding style cleanup.
-* modules/mux/mp4.c: Added support for generating "fast start" files (ie. with the moov header at the beginning of the file).
-   Started some code cleanup.
-
-------------------------------------------------------------------------
-r6482 | fenrir | 2004-01-23 18:42:10 +0100 (Fri, 23 Jan 2004) | 2 lines
-Changed paths:
-   A /trunk/modules/demux/pva.c
-
- * pva: PVA demuxer.
-
-------------------------------------------------------------------------
-r6481 | titer | 2004-01-23 16:36:23 +0100 (Fri, 23 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/deinterlace/deinterlace.c
-
- + deinterlace.c : added an Altivec version of Merge() - makes the
-     filter more than 100% faster here (blend mode). Feel free to check
-     if I haven't broken anything, first time doing Altivec ;)
-
-------------------------------------------------------------------------
-r6480 | rocky | 2004-01-23 12:54:48 +0100 (Fri, 23 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Time to note completion of SVCD (Philips OGT) and CVD subtitles.
-
-------------------------------------------------------------------------
-r6479 | rocky | 2004-01-23 12:03:06 +0100 (Fri, 23 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/render.c
-
-RV32 added, but not tested. All chromas now handled.
-More code cleanups.
-
-------------------------------------------------------------------------
-r6478 | zorglub | 2004-01-23 11:48:08 +0100 (Fri, 23 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/group.c
-   M /trunk/src/playlist/info.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/sort.c
-
-* Doxygen doc fixes
-* Add missing locks
-* Duration sort
-
-------------------------------------------------------------------------
-r6477 | rocky | 2004-01-23 11:19:37 +0100 (Fri, 23 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/common.c
-
-Small doc changes.
-
-------------------------------------------------------------------------
-r6476 | rocky | 2004-01-23 09:36:48 +0100 (Fri, 23 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/cvd.c
-
-Omitted option -duration-scaling which caused plugin to stop working.
-
-------------------------------------------------------------------------
-r6475 | gbazin | 2004-01-23 09:07:17 +0100 (Fri, 23 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-
-* modules/demux/mp4/mp4.c: don't segfault on reference files.
-
-------------------------------------------------------------------------
-r6474 | rocky | 2004-01-23 04:46:41 +0100 (Fri, 23 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/render.c
-
-RGB2 scaling is now correct. Need to do the same for RV24 and
-probably others.
-
-------------------------------------------------------------------------
-r6473 | sigmunau | 2004-01-22 21:48:07 +0100 (Thu, 22 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-modules/demux/mkv.cpp:
- * removed an unused, and unreleased vlc_object_find()
- * added support for flac in mkv
-
-------------------------------------------------------------------------
-r6472 | gbazin | 2004-01-22 20:35:14 +0100 (Thu, 22 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-   M /trunk/src/playlist/loadsave.c
-
-
-* src/playlist/loadsave.c: errno.h related fixes.
-* modules/demux/Modules.am: added missing ps.h.
-
-------------------------------------------------------------------------
-r6471 | fenrir | 2004-01-22 19:49:38 +0100 (Thu, 22 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-
- * mmstu: workaround for low bitrate stream with mmst.
- (we don't try anymore to fill our buffer every time).
-
-------------------------------------------------------------------------
-r6470 | gbazin | 2004-01-22 18:03:44 +0100 (Thu, 22 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-* src/misc/net.c: Compilation fix.
-
-------------------------------------------------------------------------
-r6469 | sigmunau | 2004-01-22 16:00:10 +0100 (Thu, 22 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/video_filter/adjust.c
-
-all: gamma correction patch by Arwed von Merkatz <v.merkatz@gmx.net>
-
-------------------------------------------------------------------------
-r6468 | sigmunau | 2004-01-22 15:27:53 +0100 (Thu, 22 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-modules/demux/mkv.cpp:
- * comment out parsing of elements that no muxer ever used, and that are
-   being removed from the spec. (patch by Mosu in the mkv team)
-
-------------------------------------------------------------------------
-r6467 | rocky | 2004-01-22 14:33:39 +0100 (Thu, 22 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/render.c
-
-YUY2: Need to check against accessing outside of subpicture.
-RGB2: Use fixed colormap entries black: 0, white: 255, and something
-else 0x44.
-
-------------------------------------------------------------------------
-r6466 | rocky | 2004-01-22 05:46:19 +0100 (Thu, 22 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/cvd_parse.c
-   M /trunk/modules/codec/ogt/ogt_parse.c
-   M /trunk/modules/codec/ogt/render.c
-   M /trunk/modules/codec/ogt/subtitle.h
-
-RV24 color-setting fixed. Fullscreen mode doesn't work though.
-
-RGB2 sorta works, but to do better we need a way to lookup a palette
-color in a colormap.
-
-------------------------------------------------------------------------
-r6465 | jlj | 2004-01-22 02:20:39 +0100 (Thu, 22 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/mp4/drms.c
-
-  * drms: support for getting user key from firewire connected iPod under
-          GNU/Linux. requires libsysfs (sysfsutils).
-
-------------------------------------------------------------------------
-r6464 | sigmunau | 2004-01-22 02:14:50 +0100 (Thu, 22 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-modules/misc/sap.c:
- * fixed a nasty integer overflow that caused items to be removed right away
-   when the timeout value was large.
- * fixed a small mem-leak
-
-------------------------------------------------------------------------
-r6463 | hartman | 2004-01-22 01:24:45 +0100 (Thu, 22 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-* what was i thinking
-
-------------------------------------------------------------------------
-r6462 | sigmunau | 2004-01-22 01:17:22 +0100 (Thu, 22 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-modules/misc/sap:
- * fixed some minor bugs
-
-------------------------------------------------------------------------
-r6461 | fenrir | 2004-01-22 01:02:18 +0100 (Thu, 22 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts: added --ts-out and --ts-out-mtu (ie replace demuxstream.c)
- (not well tested)
-
-------------------------------------------------------------------------
-r6460 | fenrir | 2004-01-22 01:00:34 +0100 (Thu, 22 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-   M /trunk/src/misc/net.c
-
- * es_out: Handle --program (not tested) and create program on
-ES_OUT_SET_GROUP_PCR.
- * net.c: commented out an error message in net_Write.
-
-------------------------------------------------------------------------
-r6459 | hartman | 2004-01-21 23:55:34 +0100 (Wed, 21 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-* a 30 secs timeout is way too fast. changed to 1800 which is more realistic
-
-------------------------------------------------------------------------
-r6458 | hartman | 2004-01-21 20:21:23 +0100 (Wed, 21 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* newer live.com sources
-
-------------------------------------------------------------------------
-r6457 | jpsaman | 2004-01-21 19:59:23 +0100 (Wed, 21 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/ipkg/rules
-
-Adding updated rules and control file for iPAQ packaging.
-
-------------------------------------------------------------------------
-r6456 | gbazin | 2004-01-21 18:56:05 +0100 (Wed, 21 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/demux/dts.c
-
-
-* modules/demux/dts.c: support for DTS WAV files.
-* modules/codec/dts.c: support for 14bits little endian DTS bitstreams.
-
-------------------------------------------------------------------------
-r6455 | fenrir | 2004-01-21 18:01:54 +0100 (Wed, 21 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/src/input/stream.c
-
- * stream: made skipping a bit smarter, removed no more used functions.
-
-------------------------------------------------------------------------
-r6454 | fenrir | 2004-01-21 17:56:16 +0100 (Wed, 21 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmsh.h
-   M /trunk/modules/access/mms/mmstu.c
-
- * all: use net_*.
-
-------------------------------------------------------------------------
-r6453 | sam | 2004-01-21 15:44:56 +0100 (Wed, 21 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/toolbox
-
-  * Another official Debian upload (workaround for an ICE in gcc-3.3 on PPC).
-
-------------------------------------------------------------------------
-r6452 | fenrir | 2004-01-21 11:22:31 +0100 (Wed, 21 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/modules/access/udp.c
-   M /trunk/src/misc/net.c
-
- * net: added net_OpenUDP
- * udp: cleaned to use net_*
-
-------------------------------------------------------------------------
-r6451 | rocky | 2004-01-21 08:38:29 +0100 (Wed, 21 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/render.c
-
-RV24 scaled properly.
-
-------------------------------------------------------------------------
-r6450 | rocky | 2004-01-21 05:45:47 +0100 (Wed, 21 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/cvd_parse.c
-   M /trunk/modules/codec/ogt/ogt_parse.c
-   M /trunk/modules/codec/ogt/render.c
-   M /trunk/modules/codec/ogt/render.h
-   M /trunk/modules/codec/ogt/subtitle.h
-
-Some of RV32 bugs worked out - pretty close. Some RGB2 work.
-Render->Blend
-
-------------------------------------------------------------------------
-r6449 | sam | 2004-01-20 18:45:19 +0100 (Tue, 20 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-  * debian/changelog debian/control debian/rules:
-    + Control files for a forthcoming official upload.
-
-------------------------------------------------------------------------
-r6448 | sam | 2004-01-20 18:44:30 +0100 (Tue, 20 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/demux/mp4/drms.c
-
-  * include/vlc_common.h:
-    + Added proper const keywords.
-  * modules/demux/mp4/drms.c:
-    + Minor coding style fix.
-
-------------------------------------------------------------------------
-r6447 | sigmunau | 2004-01-20 16:47:42 +0100 (Tue, 20 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-src/libvlc.h:
- * add description to valid values of --align
-
-------------------------------------------------------------------------
-r6446 | hartman | 2004-01-20 16:34:44 +0100 (Tue, 20 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/applescript.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/src/misc/cpu.c
-
-* src/misc/cpu.c: New altivec detection for Darwin. Using the correct
-  official method.
-* modules/gui/macosx/playlist.m: Fix Add with options and no enqueue.
-* modules/gui/macosx/applescript.m: PLAYLIST_GO fix
-
-------------------------------------------------------------------------
-r6445 | fenrir | 2004-01-20 15:58:07 +0100 (Tue, 20 Jan 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/mod.c
-
- mod.c: new demux2 for MOD files using libmodplug library.
- (modplug-xmms.sourceforge.net/)
-
- The demuxer is selected by extention look up.(mod, s3m, xm, it, 669,
-amf, ams, dbm, dmf, dsm, far, mdl, med, mtm, okt, ptm, stm, ult, umx,
-mt2, psm), I hope that won't give problems.
-
-------------------------------------------------------------------------
-r6444 | fenrir | 2004-01-20 15:51:30 +0100 (Tue, 20 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/demux2.c
-
- * demux2: once demux2 opened, do a DEMUX_GET_LENGTH and call
- playlist_SetDuration.
- TODO -> add meta info queries trough demux2_Control (a demuxer should
- NEVER touch playlist themself).
-
-------------------------------------------------------------------------
-r6443 | fenrir | 2004-01-20 15:48:37 +0100 (Tue, 20 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-
- * demux: fixed psz_path value in demux_t.
-
-------------------------------------------------------------------------
-r6442 | rocky | 2004-01-20 14:31:15 +0100 (Tue, 20 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/render.c
-
-Remove more bugs from YUY2 rendering. Short of some trailing edge
-problems it is close to correct.
-
-------------------------------------------------------------------------
-r6441 | fenrir | 2004-01-19 22:30:43 +0100 (Mon, 19 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/dvdnav.c
-
- * dvdnav: send palette and alpha to spudec.
- -> I'm not sure to set correct alpha values and that values are endian.
- safe (both alpha and palette)                                         .
-
-------------------------------------------------------------------------
-r6440 | fenrir | 2004-01-19 21:31:21 +0100 (Mon, 19 Jan 2004) | 9 lines
-Changed paths:
-   M /trunk/modules/demux/dvdnav.c
-
- * dvdnav: a lot of fixes :
-    - subtitle/audio selection works
-    - subtitle display works
-    - menu fixed.
- Problem:
-    - when we see a menu, the currently selected item isn't highlighted
-You have to select another to see them. I don't understand why ...
-    - manual audio/sub selection is lost when we switch back to the menu.
-
-------------------------------------------------------------------------
-r6439 | fenrir | 2004-01-19 19:24:11 +0100 (Mon, 19 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * syntax error ...
-
-------------------------------------------------------------------------
-r6438 | fenrir | 2004-01-19 19:16:32 +0100 (Mon, 19 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts: added a ts-es-id-pid option to mark es with their pid.
-
-------------------------------------------------------------------------
-r6437 | fenrir | 2004-01-19 19:15:55 +0100 (Mon, 19 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/modules/stream_out/transcode.c
-
- * all: keep valid i_id.
-
-------------------------------------------------------------------------
-r6436 | fenrir | 2004-01-19 19:15:29 +0100 (Mon, 19 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_es.h
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input_dec.c
-
- * all: added a i_id field in es_format_t.
-
-------------------------------------------------------------------------
-r6435 | jlj | 2004-01-19 17:40:28 +0100 (Mon, 19 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-  * ./modules/demux/mp4/drms.c: endian fixes.
-
-------------------------------------------------------------------------
-r6434 | fenrir | 2004-01-19 15:40:25 +0100 (Mon, 19 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * transcode: keep the group information.
-
-------------------------------------------------------------------------
-r6433 | hartman | 2004-01-19 02:11:47 +0100 (Mon, 19 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* caca 0.8
-* www.videolan -> download.videolan
-
-------------------------------------------------------------------------
-r6432 | gbazin | 2004-01-19 01:08:25 +0100 (Mon, 19 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/dvdnav.c
-
-
-* modules/demux/dvdnav.c: menus navigation seems to be working ok now.
-
-------------------------------------------------------------------------
-r6431 | gbazin | 2004-01-19 00:52:02 +0100 (Mon, 19 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/dvdnav.c
-   M /trunk/src/input/input_dec.c
-
-
-* modules/demux/dvdnav.c: restart the decoders on VTS change only, not CELL change.
-* src/input/input_dec.c: fixed the pictures leak work-around.
-   Wasn't working before because there always is at least one READY_PICTURE which is the last/currently displayed picture.
-
-------------------------------------------------------------------------
-r6430 | fenrir | 2004-01-18 23:00:00 +0100 (Sun, 18 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mp4/mp4.h
-
- * all: added support for edts/elst entries (needed to play some files).
- Please test, it may have heavily broken playback of some files !!!
-
-------------------------------------------------------------------------
-r6429 | fenrir | 2004-01-18 22:30:25 +0100 (Sun, 18 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * video: should fix an infinite loop. Dnumgis could you confirm ?
-
-------------------------------------------------------------------------
-r6428 | asmax | 2004-01-18 20:54:46 +0100 (Sun, 18 Jan 2004) | 20 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/theme/theme.xml
-   M /trunk/modules/gui/skins2/utils/var_bool.cpp
-   M /trunk/modules/gui/skins2/utils/var_bool.hpp
-   D /trunk/modules/gui/skins2/vars/vlcvars.cpp
-   D /trunk/modules/gui/skins2/vars/vlcvars.hpp
-
-* utils/var_bool.*: VarBool is now an interface for reading bool variables
- (not writing); use VarBoolImpl instead to instanciate read/write variables.
- Bool variables can now be combined with VarNotBool and VarBoolAndBool
- (TODO: VarBoolOrBool)
-* commands/cmd_show_window.hpp: the commands now call directly
-  GenericWindow::show/hide, because the visibility variable of a
-  window is a VarBool (so, read-only)
-* commands/cmd_input.hpp: added Play and Pause commands
-* parser/interpreter.cpp: beginning of support of boolean expressions,
- like "vlc.isSeekable and not vlc.isStopped" (operator precedence is
- not really well handled yet)
-* src/vlcproc.*: new variables "vlc.isSeekable", "vlc.isStopped" and
- "vlc.isPaused"
-* controls/ctrl_checkbox.cpp: the "state" variable of a checkbox is
-  now a passive VarBool, so actions must be explicitely set with
-  'action1="..." action2="..."' in the xml file
-* removed src/vlcvars.* => "vlc.isMute" doesn't work any more
- (anyway it didn't work well...)
-* theme/theme.xml: updated with the new VarBool behaviour
-
-------------------------------------------------------------------------
-r6427 | fenrir | 2004-01-18 20:35:48 +0100 (Sun, 18 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- * es_out: give a fourcc to the dummy pmt es_descriptor_t.
-
-------------------------------------------------------------------------
-r6426 | fenrir | 2004-01-18 19:31:50 +0100 (Sun, 18 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mp4/mp4.h
-
- * mp4: cosmetics.
-
-------------------------------------------------------------------------
-r6425 | gbazin | 2004-01-18 17:02:40 +0100 (Sun, 18 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/dvdnav.c
-   M /trunk/modules/demux/ps.h
-
-
-* modules/demux/dvdnav.c: added parsing of DVD style MRLs.
-* modules/demux/ps.h: small cosmetic changes.
-
-------------------------------------------------------------------------
-r6424 | gbazin | 2004-01-18 14:39:32 +0100 (Sun, 18 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/dvdnav.c
-
-
-* modules/demux/dvdnav.c: some coding style butchery and added on-the-fly menus selection.
-
-------------------------------------------------------------------------
-r6423 | gbazin | 2004-01-18 12:14:23 +0100 (Sun, 18 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/Modules.am
-   M /trunk/modules/demux/demux2.c
-
-
-* configure.ac, modules/demux/Modules.am: added ps2, ts2 and dvdnav modules to the build system.
-* modules/demux/demux2.c: added an "ffmpeg" shortcut for the ffmpeg/libavformat demuxer.
-
-------------------------------------------------------------------------
-r6422 | fenrir | 2004-01-18 08:35:31 +0100 (Sun, 18 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http: fixed mem leaks, doesn't add '\0' anymore at the end of files.
-
-------------------------------------------------------------------------
-r6421 | fenrir | 2004-01-18 07:33:21 +0100 (Sun, 18 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: added 'pnot' fourcc as a valid header signature.
-
-------------------------------------------------------------------------
-r6420 | fenrir | 2004-01-18 07:15:21 +0100 (Sun, 18 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts: clean up and a few mem leaks.
-
-------------------------------------------------------------------------
-r6419 | fenrir | 2004-01-18 06:14:39 +0100 (Sun, 18 Jan 2004) | 12 lines
-Changed paths:
-   M /trunk/src/input/input_dec.c
-
- * input_dec: exported correct i_group.
- Now vlc can read a TS with multiple programs and streams them as
- indepandant output (well you need the new TS demuxer so ...)
- (It is not well tested)
-
- Example: (lines are wrapped)
- ./vlc -I rc --sout-all /ts2:/home/fenrir/test.ts \
-    --sout '#duplicate{dst="std{access=udp,mux=ts,url=239.255.13.13}", \
-                       select="program=8501",\
-                       dst="std{access=udp,mux=ts,url=239.255.13.14}", \
-                       select="program=8506"}'
-
-------------------------------------------------------------------------
-r6418 | sam | 2004-01-18 05:55:19 +0100 (Sun, 18 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/video_output/caca.c
-
-  * modules/video_output/caca.c:
-    + Set the window title upon startup.
-    + Support for window resizing (requires libcaca 0.8).
-
-------------------------------------------------------------------------
-r6417 | fenrir | 2004-01-18 05:53:57 +0100 (Sun, 18 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- * es_out.c: better support for multiple program. (bugfixes and a dirty
- hack because of the way input_SetProgram works).
-
-------------------------------------------------------------------------
-r6416 | rocky | 2004-01-18 05:45:32 +0100 (Sun, 18 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-In Solaris (and perhaps others) PATH_MAX is in limits.h.
-
-------------------------------------------------------------------------
-r6415 | fenrir | 2004-01-18 04:43:03 +0100 (Sun, 18 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/duplicate.c
-
- * duplicate: corrected behavour of no-*.
-
-------------------------------------------------------------------------
-r6414 | fenrir | 2004-01-18 03:21:38 +0100 (Sun, 18 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/demux2.c
-
- * demux2: added ps2,ts2 and dvdnav shortcuts.
-
-------------------------------------------------------------------------
-r6413 | fenrir | 2004-01-18 03:20:28 +0100 (Sun, 18 Jan 2004) | 14 lines
-Changed paths:
-   M /trunk/modules/stream_out/duplicate.c
-
- * duplicate : added a select option :) The format is
- selector[,selector] where 'selector' are from:
-    * no-audio, noaudio, audio
-    * no-video, novideo, video
-    * no-spu,   nospu,   spu
-    * es=num or es=num_start-num_end
-    * prgm=num or prgm=num_start-num_end (you can also use program
-    instead of prgm)
- It applies for the last dst. selector1,selector2 means selector1 and
-selector2.
- Ex:
-    vlc file --sout '#duplicate{dst="1� dst", select="selection for 1� dst",
-dst="2� dst", dst="3� dst", select="selection for 3� dst" }'
-
-------------------------------------------------------------------------
-r6412 | fenrir | 2004-01-18 02:49:11 +0100 (Sun, 18 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts: fixed ms-codec playback.
-
-------------------------------------------------------------------------
-r6411 | sam | 2004-01-18 02:21:33 +0100 (Sun, 18 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/mp4/drmstables.h
-
-  * modules/demux/mp3/drms.c:
-    + More code cleanup. Thanks a lot to jlj for testing my changes.
-    + Removed AddNativeMD5 and merged Bordelize() into DoShuffle().
-    + Decrypt the SCI data in-place and shuffle it in the same loop.
-
-------------------------------------------------------------------------
-r6410 | asmax | 2004-01-18 01:50:24 +0100 (Sun, 18 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-
-* src/window_manager.cpp: no more magnetism with invisble windows !
-
-------------------------------------------------------------------------
-r6409 | asmax | 2004-01-18 01:25:02 +0100 (Sun, 18 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/gen.sh
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.hpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-   M /trunk/modules/gui/skins2/x11/x11_window.hpp
-
-* src/theme_loader.cpp: use yyrestart() instead of yyin= (should fix
-  issues after reading a bad theme)
-* x11/.*: removed the hack of storing pointers as window properties
-
-------------------------------------------------------------------------
-r6408 | fenrir | 2004-01-18 00:51:50 +0100 (Sun, 18 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ps.h
-
- * ps.h: added cvt adn ogt.
-
-------------------------------------------------------------------------
-r6407 | fenrir | 2004-01-18 00:50:08 +0100 (Sun, 18 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- * es_out: select es from current program only.
-
-------------------------------------------------------------------------
-r6406 | fenrir | 2004-01-17 23:32:50 +0100 (Sat, 17 Jan 2004) | 4 lines
-Changed paths:
-   A /trunk/modules/demux/dvdnav.c
-   A /trunk/modules/demux/ps.c
-   A /trunk/modules/demux/ps.h
-
- * ps.* : new PS demuxer (still incomplete)
- * dvdnav.c: begin of a dvdnav plugin. It's more to test that to be a real
- plugin for now. (a lot of design problems are raised with it).
-
-------------------------------------------------------------------------
-r6405 | gbazin | 2004-01-17 17:51:54 +0100 (Sat, 17 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-
-* modules/control/http.c: fixed another mem leak.
-
-------------------------------------------------------------------------
-r6404 | gbazin | 2004-01-17 17:24:14 +0100 (Sat, 17 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/src/playlist/info.c
-
-
-* src/playlist/info.c: get rid of the #ifdef HAVE_VASPRINTF now that we have it in our small libc.
-* modules/control/http.c: fixed parsing in uri_extract_value().
-
-------------------------------------------------------------------------
-r6403 | gbazin | 2004-01-17 16:17:02 +0100 (Sat, 17 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-
-* modules/control/http.c: fixed gcc warning.
-
-------------------------------------------------------------------------
-r6402 | sigmunau | 2004-01-17 15:08:37 +0100 (Sat, 17 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-
-src/playlist/item*
- * Updated documentation on playlist_Add* (they return a id, not the position)
-
-------------------------------------------------------------------------
-r6401 | sigmunau | 2004-01-17 14:47:57 +0100 (Sat, 17 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-NEWS:
- * Begin updating news for a 0.7.1
-
-------------------------------------------------------------------------
-r6400 | gbazin | 2004-01-17 14:25:21 +0100 (Sat, 17 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-
-* modules/control/http.c: fixed a whole bunch of mem leaks.
-
-------------------------------------------------------------------------
-r6399 | gbazin | 2004-01-17 13:28:57 +0100 (Sat, 17 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/slp.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/src/playlist/item-ext.c
-
-
-* ALL: make sure newly created playlist_item_t are initialized properly.
-
-------------------------------------------------------------------------
-r6398 | gbazin | 2004-01-17 13:11:58 +0100 (Sat, 17 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/stream_out/transcode.c: fixed segfault.
-
-------------------------------------------------------------------------
-r6397 | gbazin | 2004-01-17 13:03:19 +0100 (Sat, 17 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-
-
-* src/input/demux.c: fixed small mem leak.
-
-------------------------------------------------------------------------
-r6396 | gbazin | 2004-01-17 12:41:21 +0100 (Sat, 17 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/stream_out/transcode.c: fixed mem leak.
-
-------------------------------------------------------------------------
-r6395 | sigmunau | 2004-01-16 20:17:52 +0100 (Fri, 16 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/share/http/index.html
-
-share/http/index.html:
- * try to use valid xhtml
-
-------------------------------------------------------------------------
-r6394 | sam | 2004-01-16 19:26:57 +0100 (Fri, 16 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/mp4/drmstables.h
-
-  * modules/demux/mp4/drms.c:
-    + Merged redundant functions.
-    + Unobfuscated and cleaned up many parts of the crypto code.
-    + Added comments here and there.
-
-------------------------------------------------------------------------
-r6393 | rocky | 2004-01-16 14:32:37 +0100 (Fri, 16 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/common.c
-   M /trunk/modules/codec/ogt/common.h
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/ogt/cvd_parse.c
-   M /trunk/modules/codec/ogt/ogt.c
-   M /trunk/modules/codec/ogt/ogt_parse.c
-   M /trunk/modules/codec/ogt/pixmap.h
-   M /trunk/modules/codec/ogt/render.c
-   M /trunk/modules/codec/ogt/subtitle.h
-
-Add horizontal and vertical subtitle offset corrections.  Some cleanup
-and work done to allow for palettized rendering (by not expanding
-inline colormap entries when RGB2).
-
-------------------------------------------------------------------------
-r6392 | fenrir | 2004-01-16 12:12:16 +0100 (Fri, 16 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/src/input/stream.c
-
- * all: added STREAM_GET_MTU and stream_MTU.
-
-------------------------------------------------------------------------
-r6391 | sam | 2004-01-16 10:39:57 +0100 (Fri, 16 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-  * modules/codec/libmpeg2.c:
-    + The libmpeg2 plugin honours the --no-mmx, --no-altivec, etc. flags.
-
-------------------------------------------------------------------------
-r6390 | rocky | 2004-01-16 05:14:54 +0100 (Fri, 16 Jan 2004) | 10 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/Modules.am
-   M /trunk/modules/codec/ogt/common.c
-   M /trunk/modules/codec/ogt/cvd.c
-   A /trunk/modules/codec/ogt/pixmap.h
-   M /trunk/modules/codec/ogt/render.c
-   M /trunk/modules/codec/ogt/subtitle.h
-
-render.c: RV16 now works great - uses all colors, but no transparancy.
-Started RV32 and- has bugs. (It'd be nice if something in rendering
-worked the first time without a hassle).
-
-Modules.am, pixmap.h, subtitle.h: Some of the pixel stuff has been
-moved here.
-
-cvd.c: remove option duplicated with ogt.c Probably should be hoisted more
-to a main routine. Perhaps if spudec is folded in.
-
-------------------------------------------------------------------------
-r6389 | fenrir | 2004-01-16 03:01:11 +0100 (Fri, 16 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts: fixed mpeg4 video in TS.
-
-------------------------------------------------------------------------
-r6388 | fenrir | 2004-01-16 02:47:41 +0100 (Fri, 16 Jan 2004) | 11 lines
-Changed paths:
-   A /trunk/modules/demux/ts.c
-
- * ts: rewrite from scratch of the TS demuxer to fit the new API.
- Introduced a --ts-extra-pmt <pmt_pid=pid:stream_type[,...]> option to
- allow user to enter a pmt description (for stream without PAT/PMT).
-
-    TODO: - test all codec.
-          - test stream with more than 1 PMT
-          - test stream with PAT/PMT change(s)
-          - re-add support for dvb subtitles.
-          - test with broken streams.
-          - test --ts-extra-pmt
-
-------------------------------------------------------------------------
-r6387 | gbazin | 2004-01-16 01:01:19 +0100 (Fri, 16 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-
-* modules/gui/wxwindows/playlist.cpp: unicode compilation fixes.
-
-------------------------------------------------------------------------
-r6386 | bigben | 2004-01-16 00:59:21 +0100 (Fri, 16 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.h
-
-int -> bool
-
-lalala
-
-------------------------------------------------------------------------
-r6385 | gbazin | 2004-01-16 00:40:44 +0100 (Fri, 16 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_info.c
-
-
-* src/input/input.c: fixed memleaks.
-* src/input/input_info.c: small bug fix.
-* modules/stream_out/standard.c: fixed memleaks.
-
-------------------------------------------------------------------------
-r6384 | gbazin | 2004-01-15 23:58:12 +0100 (Thu, 15 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
-
-* modules/access_output/http.c: fixed small mem leak and mem corruption.
-
-------------------------------------------------------------------------
-r6383 | fenrir | 2004-01-15 23:39:50 +0100 (Thu, 15 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
- * network: fix for proto://host:port url syntax.
-
-------------------------------------------------------------------------
-r6382 | gbazin | 2004-01-15 23:15:40 +0100 (Thu, 15 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/system.h
-   M /trunk/modules/demux/mpeg/ts.c
-
-
-* modules/demux/mpeg/ts.c: better auto-detection of MPEG-TS streams.
-
-------------------------------------------------------------------------
-r6381 | sigmunau | 2004-01-15 22:49:07 +0100 (Thu, 15 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-modules/gui/wxwindows/*:
- * use a standard file dialog to export playlist
-
-------------------------------------------------------------------------
-r6380 | gbazin | 2004-01-15 20:46:32 +0100 (Thu, 15 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-
-* modules/codec/ffmpeg/ffmpeg.c: more fourccs added.
-* modules/codec/ffmpeg/demux.c: bug fix.
-
-------------------------------------------------------------------------
-r6379 | sigmunau | 2004-01-15 20:23:14 +0100 (Thu, 15 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/info.c
-
-src/playlist/item.c:
- * remove unused variables
-
-------------------------------------------------------------------------
-r6378 | sigmunau | 2004-01-15 20:21:03 +0100 (Thu, 15 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-modules/misc/sap.c:
- * fixed playback of sap anounces through livdotcom
-
-------------------------------------------------------------------------
-r6377 | gbazin | 2004-01-15 15:57:00 +0100 (Thu, 15 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-* modules/misc/network/ipv4.c: fixed breakage on win32.
-
-------------------------------------------------------------------------
-r6376 | fenrir | 2004-01-15 14:47:01 +0100 (Thu, 15 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
- * ipv4: non blocking connection mode. Please test it heavily, it may
- have broken all OS except linux ...
-
-------------------------------------------------------------------------
-r6375 | fenrir | 2004-01-15 14:45:27 +0100 (Thu, 15 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
- * http: commented out a debug message.
-
-------------------------------------------------------------------------
-r6374 | fenrir | 2004-01-15 13:55:41 +0100 (Thu, 15 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
- * do not try http 1.0 when we are going to die.
-
-------------------------------------------------------------------------
-r6373 | gbazin | 2004-01-15 01:05:04 +0100 (Thu, 15 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-
-* modules/gui/wxwindows/wxwindows.cpp: include locale.h for setlocale().
-
-------------------------------------------------------------------------
-r6372 | bigben | 2004-01-14 19:45:45 +0100 (Wed, 14 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* playlist sort.
-
-Had to delete lastPathComponent when displaying the MRL of a file in the playlist, since sort cannot be exact with this option.
-
-------------------------------------------------------------------------
-r6371 | fenrir | 2004-01-14 16:40:57 +0100 (Wed, 14 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
- * http: fixed for url like http://host[:port] (ie without path)
-
-------------------------------------------------------------------------
-r6370 | rocky | 2004-01-14 12:47:19 +0100 (Wed, 14 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/common.c
-   M /trunk/modules/codec/ogt/common.h
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/ogt/cvd_parse.c
-   M /trunk/modules/codec/ogt/ogt.c
-   M /trunk/modules/codec/ogt/ogt_parse.c
-   M /trunk/modules/codec/ogt/render.c
-   M /trunk/modules/codec/ogt/subtitle.h
-
-Don't do compensation subtitle unscaling if the underlying video
-chroma does the scaling.
-
-------------------------------------------------------------------------
-r6369 | rocky | 2004-01-14 05:50:02 +0100 (Wed, 14 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/render.c
-
-First OGT/CVD RenderV16 that shows some sort of readable subtitles. It
-looks like bugs remain in the YUV to RGB conversion though.
-
-------------------------------------------------------------------------
-r6368 | gbazin | 2004-01-13 19:45:06 +0100 (Tue, 13 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-
-
-* src/interface/interface.c: added the gestures interface to the interfaces list.
-
-------------------------------------------------------------------------
-r6367 | gbazin | 2004-01-13 16:54:09 +0100 (Tue, 13 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
-
-* modules/mux/mp4.c: added support for mp4v and mp4a inside mov (tested with quicktime player).
-
-------------------------------------------------------------------------
-r6366 | fenrir | 2004-01-13 02:54:54 +0100 (Tue, 13 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: convert 3 bytes codes into language (track name).
-
-------------------------------------------------------------------------
-r6365 | fenrir | 2004-01-13 02:44:49 +0100 (Tue, 13 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: fixed playback for files that have 0 byte samples.
-
-------------------------------------------------------------------------
-r6364 | gbazin | 2004-01-13 00:41:59 +0100 (Tue, 13 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-
-* src/misc/configuration.c: fixed stupid bug in the 0.7.0 release which prevented from saving bool/int/float config options.
-  -> I should really go and by myself a brain.
-
-------------------------------------------------------------------------
-r6363 | hartman | 2004-01-12 22:22:23 +0100 (Mon, 12 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/src/playlist/loadsave.c
-
-* src/playlist/loadsave.c: doxygenization
-* modules/gui/macosx/playlist.m: fix playlist_Export
-
-------------------------------------------------------------------------
-r6362 | gbazin | 2004-01-12 22:08:22 +0100 (Mon, 12 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-
-* configure.ac: added --with-caca-config-path.
-
-------------------------------------------------------------------------
-r6361 | hartman | 2004-01-12 21:54:24 +0100 (Mon, 12 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* Fix caca building
-
-------------------------------------------------------------------------
-r6360 | gbazin | 2004-01-12 21:19:55 +0100 (Mon, 12 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
-
-* modules/mux/mp4.c: improved mov support a bit.
-
-------------------------------------------------------------------------
-r6359 | gbazin | 2004-01-12 17:16:41 +0100 (Mon, 12 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/caca.c
-
-* modules/video_output/caca.c: ported to win32.
-
-------------------------------------------------------------------------
-r6358 | rocky | 2004-01-12 14:12:07 +0100 (Mon, 12 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/render.c
-
-More RenderYUY2 bug fixes. Is very usable. Remaining bugs are
-probably in transparancy handling.
-
-------------------------------------------------------------------------
-r6357 | rocky | 2004-01-12 05:03:19 +0100 (Mon, 12 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/render.c
-
-First attempt at YUY2. Sort of works.
-
-Y2RV16 less embarrassingly wrong.
-
-------------------------------------------------------------------------
-r6356 | garf | 2004-01-11 20:48:45 +0100 (Sun, 11 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses/ncurses.c
-
- * ncurses.c: let's be coherent: "big" forward/backward is now 5%
-
-------------------------------------------------------------------------
-r6355 | sigmunau | 2004-01-11 18:46:58 +0100 (Sun, 11 Jan 2004) | 12 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/Modules.am
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/playlist.c
-   A /trunk/modules/demux/playlist/playlist.h
-   A /trunk/modules/demux/playlist/pls.c
-
-modules/demux/playlist/playlist.c:
- * Added common functions for handling relative paths in playlist files
- * Module declaration for pls import module
-modules/demux/playlist/m3u.c:
- * implemented m3u import module
-modules/demux/playlist/pls.c:
- * new pls import module
-modules/demux/playlist/playlist.h:
- * common prototypes
-modules/demux/playlist/Modules.ac
- * activated pls module
-
-------------------------------------------------------------------------
-r6354 | asmax | 2004-01-11 18:12:17 +0100 (Sun, 11 Jan 2004) | 8 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/parser/interpreter.hpp
-   M /trunk/modules/gui/skins2/src/skin_common.hpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/tooltip.cpp
-   M /trunk/modules/gui/skins2/src/var_manager.cpp
-   M /trunk/modules/gui/skins2/src/var_manager.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/utils/bezier.cpp
-   M /trunk/modules/gui/skins2/utils/bezier.hpp
-   M /trunk/modules/gui/skins2/utils/var_bool.cpp
-   M /trunk/modules/gui/skins2/utils/var_bool.hpp
-   M /trunk/modules/gui/skins2/utils/var_list.cpp
-   M /trunk/modules/gui/skins2/utils/var_list.hpp
-   M /trunk/modules/gui/skins2/utils/var_percent.cpp
-   M /trunk/modules/gui/skins2/utils/var_percent.hpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/modules/gui/skins2/utils/var_text.hpp
-   M /trunk/modules/gui/skins2/utils/variable.hpp
-   M /trunk/modules/gui/skins2/vars/time.cpp
-   M /trunk/modules/gui/skins2/vars/time.hpp
-   M /trunk/modules/gui/skins2/vars/volume.cpp
-   M /trunk/modules/gui/skins2/vars/volume.hpp
-
-* modules/gui/skins/*:
- - huge cleaning of the interpreter; all the variables are stored in
- the container VarManager, and can be retrieved by their name (with
- type checking if needed). Some variables are still owned by VlcProc
- for technical reasons (their interface is not compliant with normal
- variable, because of the "updateVLC" trick)
- - replaced double by float
-
-------------------------------------------------------------------------
-r6353 | rocky | 2004-01-11 16:02:15 +0100 (Sun, 11 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/ps.c
-
-Remove debug output.
-
-------------------------------------------------------------------------
-r6352 | garf | 2004-01-11 15:55:32 +0100 (Sun, 11 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses/ncurses.c
-
- * ncurses.c : forgot to change help
-
-------------------------------------------------------------------------
-r6351 | garf | 2004-01-11 15:53:36 +0100 (Sun, 11 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses/ncurses.c
-
- * ncurses.c : 5% forward and backward are definitely not precise enough.
-              put 1% instead.
-
-------------------------------------------------------------------------
-r6350 | zorglub | 2004-01-11 02:55:42 +0100 (Sun, 11 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/playlist/Modules.am
-
-Fixed modules.am file
-
-------------------------------------------------------------------------
-r6349 | rocky | 2004-01-11 02:54:20 +0100 (Sun, 11 Jan 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/common.c
-   M /trunk/modules/codec/ogt/common.h
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/ogt/cvd_parse.c
-   M /trunk/modules/codec/ogt/ogt.c
-   M /trunk/modules/codec/ogt/ogt_parse.c
-   M /trunk/modules/codec/ogt/subtitle.h
-
-Fix bug in ScaleX routine which affected ratios that could span 3 pixels.
-(4:3 is one of the few *not* in this category).
-
-Allow user to override subtitle scaling via sub-aspect-ratio, 0=auto
-or what we do now. 1=do nothing.
-
-------------------------------------------------------------------------
-r6348 | anil | 2004-01-11 02:51:24 +0100 (Sun, 11 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/.cvsignore
-   A /trunk/modules/demux/playlist/.cvsignore
-   A /trunk/modules/misc/playlist/.cvsignore
-
-* missing or incomplete .cvsignores
-
-------------------------------------------------------------------------
-r6347 | anil | 2004-01-11 02:39:44 +0100 (Sun, 11 Jan 2004) | 2 lines
-Changed paths:
-   A /trunk/modules/misc/playlist/Modules.am
-
-* missing file
-
-------------------------------------------------------------------------
-r6346 | zorglub | 2004-01-11 01:45:06 +0100 (Sun, 11 Jan 2004) | 15 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_playlist.h
-   A /trunk/modules/demux/playlist
-   A /trunk/modules/demux/playlist/Modules.am
-   A /trunk/modules/demux/playlist/m3u.c
-   A /trunk/modules/demux/playlist/old.c
-   A /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   A /trunk/modules/misc/playlist
-   A /trunk/modules/misc/playlist/export.c
-   A /trunk/modules/misc/playlist/m3u.c
-   A /trunk/modules/misc/playlist/native.c
-   A /trunk/modules/misc/playlist/old.c
-   M /trunk/src/playlist/group.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/loadsave.c
-
-* configure.ac : Added new folders
-
-* New playlist import/export system:
-   -export plugin in misc/playlist (contains one module for each file type)
-   -open plugin = special demuxer2, that can be opened from the command
-    line or the graphical interface.
-  NB: the demuxer "playlist" is forced to earn speed, but this does not
-  work yet, as we have a demux2
-
-* modules/gui/wxwindows: use the new import/export.
-
-* src/playlist/group.c : fixed boundary check
-
-* src/playlist/item-ext.c: correctly reset stuff when clearing the playlist
-
-------------------------------------------------------------------------
-r6345 | asmax | 2004-01-11 01:21:22 +0100 (Sun, 11 Jan 2004) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-
-* src/vlc_proc.*: quick fix to handle the new playlist object variables
-  (At the moment the whole playlist is rebuilt each time; the link
-  between the list control and the list variable should be enhanced
-  to avoid that)
-* src/window_manager.cpp: raise all the windows when one clicks on
-  any window (the previous behaviour was too confiusing)
-
-------------------------------------------------------------------------
-r6344 | zorglub | 2004-01-11 01:11:56 +0100 (Sun, 11 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-Use playlist_current when going from one item to another
-
-------------------------------------------------------------------------
-r6343 | fenrir | 2004-01-11 01:01:35 +0100 (Sun, 11 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses/ncurses.c
-
- * ncurses: better playlist handling.
-
-------------------------------------------------------------------------
-r6342 | sigmunau | 2004-01-11 00:46:39 +0100 (Sun, 11 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-src/input/input.c:
- * removed unused variable
-
-------------------------------------------------------------------------
-r6341 | hartman | 2004-01-11 00:44:19 +0100 (Sun, 11 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/sort.c
-
-* oops, bug
-
-------------------------------------------------------------------------
-r6340 | sigmunau | 2004-01-11 00:31:33 +0100 (Sun, 11 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses/ncurses.c
-
-modules/gui/ncurse/ncurses.c:
- * fixed a segfault when the 'f' button was pressed with no item playing
-
-------------------------------------------------------------------------
-r6339 | anil | 2004-01-11 00:22:21 +0100 (Sun, 11 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-
-* fixed skins2 module loading when libtar is present (thanks AsMax :)
-
-------------------------------------------------------------------------
-r6338 | hartman | 2004-01-10 15:24:33 +0100 (Sat, 10 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/sort.c
-
-* Fixed some doxygen comments.
-* Added SORT_ID
-* remember last sorting and ordering in playlist struct
-
-------------------------------------------------------------------------
-r6337 | rocky | 2004-01-10 14:59:25 +0100 (Sat, 10 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/codec/ogt/common.c
-   M /trunk/modules/codec/ogt/cvd_parse.c
-   M /trunk/modules/codec/ogt/ogt_parse.c
-   M /trunk/src/video_output/video_output.c
-
-Add vout_AspectRatio routine to get retrieve a vout's aspect ratio.
-Some bugs when 16:9 scaling in ogt_parse.c and cvd_parse.c
-
-------------------------------------------------------------------------
-r6336 | zorglub | 2004-01-10 13:35:33 +0100 (Sat, 10 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-
-Add SAP to the list of additionnal interfaces
-
-------------------------------------------------------------------------
-r6335 | hartman | 2004-01-10 04:36:03 +0100 (Sat, 10 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/control/http.c
-   M /trunk/modules/gui/ncurses/ncurses.c
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/sort.c
-
-* mtime_t != int This was causing incorrect results on big endian.
-  Changed playlist_SetDuration.
-* changed SORT_NORMAL SORT_REVERSE into ORDER_NORMAL ORDER_REVERSE
-
-------------------------------------------------------------------------
-r6334 | hartman | 2004-01-09 23:11:04 +0100 (Fri, 09 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/include/variables.h
-   M /trunk/modules/gui/macosx/info.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/vlc.ebuild
-
-* extras/MacOSX/Resources/English.lproj/MainMenu.nib
-  - Added the duration column
-  - Added a 'surpress error dialog' option to the dialog
-* ALL: copyright year and author changes
-
-------------------------------------------------------------------------
-r6333 | hartman | 2004-01-09 21:36:21 +0100 (Fri, 09 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/include/variables.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/variables.c
-
-* include/variables.h
-  src/misc/variables.c: Added a VLC_VAR_TRIGGER_CALLBACKS action
-* src/libvlc.c: You can now change verbosity on the fly by using the "verbose"
-  variable of p_vlc. -1 == quiet
-
-------------------------------------------------------------------------
-r6332 | jlj | 2004-01-09 20:45:46 +0100 (Fri, 09 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-  * ./src/misc/configuration.c: win32 UNICODE fixes.
-
-------------------------------------------------------------------------
-r6331 | gbazin | 2004-01-09 20:21:58 +0100 (Fri, 09 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-
-* src/extras/libc.c: return result in vlc_asprintf().
-
-------------------------------------------------------------------------
-r6330 | gbazin | 2004-01-09 19:32:04 +0100 (Fri, 09 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_common.h
-   M /trunk/src/extras/libc.c
-
-
-* ALL: added vlc_asprintf() to our libc.
-
-------------------------------------------------------------------------
-r6329 | jlj | 2004-01-09 18:29:17 +0100 (Fri, 09 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-  * ./modules/demux/mp4/drms.c: switched to dyn. linking of SHGetFolderPath
-
-------------------------------------------------------------------------
-r6328 | hartman | 2004-01-09 16:39:38 +0100 (Fri, 09 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* configure --help aliging
-
-------------------------------------------------------------------------
-r6327 | hartman | 2004-01-09 16:26:58 +0100 (Fri, 09 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* Gibalou you broke something again :)
-  You used vasprintf but used asprintf paramaters. Which one do you want to use?
-  i changed to asprintf now.
-
-------------------------------------------------------------------------
-r6326 | hartman | 2004-01-09 14:08:08 +0100 (Fri, 09 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-* MAX_PATH is a windowism. Use PATH_MAX.
-
-------------------------------------------------------------------------
-r6325 | gbazin | 2004-01-09 13:23:47 +0100 (Fri, 09 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/modules_inner.h
-   M /trunk/modules/access/http.c
-   M /trunk/src/misc/net.c
-   M /trunk/src/misc/win32_specific.c
-
-* ALL: MSVC compilation fixes.
-
-------------------------------------------------------------------------
-r6324 | jlj | 2004-01-09 05:37:43 +0100 (Fri, 09 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/mp4/drms.h
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mp4/mp4.h
-
-  * ./modules/demux/mp4/drms.c: improved sci handling.
-  * ./modules/demux/mp4/mp4.c: if sample has not been decrypted, do not
-                               pass it on to decoder.
-
-------------------------------------------------------------------------
-r6323 | hartman | 2004-01-09 03:28:30 +0100 (Fri, 09 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* video.c: gibalou: no palctrl in avcodec context in 0.4.8
-* ffmpeg.c: 0.4.8 ifdef'ing
-
-------------------------------------------------------------------------
-r6322 | rocky | 2004-01-09 02:17:57 +0100 (Fri, 09 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/doc/subtitles/cvd-subtitles.txt
-
-Minor grammatical changes.
-
-------------------------------------------------------------------------
-r6321 | gbazin | 2004-01-09 01:32:12 +0100 (Fri, 09 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/Modules.am
-
-
-* modules/demux/mpeg/Modules.am: forgot to remove private.h.
-
-------------------------------------------------------------------------
-r6320 | gbazin | 2004-01-09 01:30:29 +0100 (Fri, 09 Jan 2004) | 3 lines
-Changed paths:
-   D /trunk/modules/demux/mpeg/private.h
-   M /trunk/modules/demux/mpeg/ps.c
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/demux/mpeg/system.h
-   M /trunk/modules/demux/mpeg/ts.c
-
-
-* modules/demux/mpeg: fixed latest changes to mpeg system demuxer (dvd playing was broken).
-
-------------------------------------------------------------------------
-r6319 | gbazin | 2004-01-09 01:02:55 +0100 (Fri, 09 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
-
-* modules/codec/ffmpeg/video.c: setup dummy palette to avoid segfaults with some codecs.
-* modules/codec/ffmpeg/ffmpeg.c: more fourccs.
-
-------------------------------------------------------------------------
-r6318 | sigmunau | 2004-01-09 00:21:01 +0100 (Fri, 09 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-modules/codec/ffmpeg/ffmpeg.c:
- * add fourcc "smc "
-
-------------------------------------------------------------------------
-r6317 | hartman | 2004-01-08 23:37:59 +0100 (Thu, 08 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/vlc.ebuild
-
-* And AGAIN the caca fix
-
-------------------------------------------------------------------------
-r6316 | hartman | 2004-01-08 23:34:54 +0100 (Thu, 08 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/vlc.ebuild
-
-* thats what you get when you work in multiple directories
-
-------------------------------------------------------------------------
-r6315 | gbazin | 2004-01-08 23:02:29 +0100 (Thu, 08 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-
-* modules/codec/ffmpeg/ffmpeg.c: compilation fix for ffmpeg 0.4.8.
-
-------------------------------------------------------------------------
-r6314 | hartman | 2004-01-08 22:55:06 +0100 (Thu, 08 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/vlc.ebuild
-
-* caca 0.6 doesn't work with 0.7.0 remember? :)
-
-------------------------------------------------------------------------
-r6313 | gbazin | 2004-01-08 22:48:43 +0100 (Thu, 08 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-
-* modules/codec/ffmpeg/demux.c: improvements.
-* modules/codec/ffmpeg/ffmpeg.c: added a few fourccs.
-
-------------------------------------------------------------------------
-r6312 | hartman | 2004-01-08 22:19:03 +0100 (Thu, 08 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/vlc.ebuild
-
-* Updated with new libraries in vlc
-* Use new style of use_enable
-* Fixed some bugs
-
-------------------------------------------------------------------------
-r6311 | sam | 2004-01-08 20:22:10 +0100 (Thu, 08 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/caca.c
-
-  * modules/video_output/caca.c:
-    + Updated for libcaca 0.7.
-
-------------------------------------------------------------------------
-r6310 | hartman | 2004-01-08 20:07:42 +0100 (Thu, 08 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/vlc.ebuild
-
-* Updated the ebuild for 0.7.0
-  a bit late i know. I had forgotten about it.
-
-------------------------------------------------------------------------
-r6309 | fenrir | 2004-01-08 17:28:37 +0100 (Thu, 08 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses/ncurses.c
-
- * ncurses: added and updated a lot of fonctionnalities. (Playlist browser,
- time, informations and help display).
-
-------------------------------------------------------------------------
-r6308 | gbazin | 2004-01-08 16:11:35 +0100 (Thu, 08 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-
-* modules/codec/ffmpeg/ffmpeg.c: oops.
-
-------------------------------------------------------------------------
-r6307 | courmisch | 2004-01-08 13:44:59 +0100 (Thu, 08 Jan 2004) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/skins2/.cvsignore
-
-Added .cvsignore
-
-------------------------------------------------------------------------
-r6306 | hartman | 2004-01-08 13:07:07 +0100 (Thu, 08 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* ffmpeg 0.4.8 compilation fix
-
-------------------------------------------------------------------------
-r6305 | jlj | 2004-01-08 12:36:40 +0100 (Thu, 08 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-  * ./src/extras/libc.c: vasprintf bug fix.
-
-------------------------------------------------------------------------
-r6304 | fenrir | 2004-01-08 12:18:27 +0100 (Thu, 08 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
- * vlc_common: mmh, use right prototype...
-
-------------------------------------------------------------------------
-r6303 | fenrir | 2004-01-08 11:27:07 +0100 (Thu, 08 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/extras/libc.c
-
- * all: correct test for vasprintf.
-
-------------------------------------------------------------------------
-r6302 | sigmunau | 2004-01-08 01:52:08 +0100 (Thu, 08 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-modules/gui/wxwindows/playlist.cpp:
-  * fixed a warning
-
-------------------------------------------------------------------------
-r6301 | fenrir | 2004-01-08 01:37:18 +0100 (Thu, 08 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/demux/mp4/libmp4.c
-
- * modules/demux/mp4/libmp4.c: use vasprintf
- * modules/access/ftp.c: cleaned up.
-
-------------------------------------------------------------------------
-r6300 | gbazin | 2004-01-08 01:12:50 +0100 (Thu, 08 Jan 2004) | 7 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/ffmpeg/Modules.am
-   A /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video.c
-
-
-* configure.ac: detect if libavformat is present.
-* modules/codec/ffmpeg/demux.c: new experimental demuxer using libavformat (most of the work done by fenrir).
-   This demuxer should allow us to support "frindge" formats (FLIC, SWF, etc...).
-   The demuxer has been put here because of its dependancy on libavformat and libavcodec.
-* modules/codec/ffmpeg/ffmpeg.c: re-arranged the codecs list.
-
-------------------------------------------------------------------------
-r6299 | fenrir | 2004-01-08 00:39:41 +0100 (Thu, 08 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/extras/libc.c
-   M /trunk/src/misc/net.c
-
- * all: added own implementation of vasprintf. I hope it's ok this way.
-
-------------------------------------------------------------------------
-r6298 | gbazin | 2004-01-07 20:20:30 +0100 (Wed, 07 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/playlist/info.c
-   M /trunk/src/playlist/item-ext.c
-
-
-* src/playlist/*: fixed memory leaks.
-* modules/codec/rawvideo.c: fixed dts/pts problem and added support for fourcc IYUV.
-* modules/stream_out/transcode.c: added support for fourcc IYUV.
-
-------------------------------------------------------------------------
-r6297 | fenrir | 2004-01-07 18:57:56 +0100 (Wed, 07 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * input: fix to avoid forced subtitle not selected.
-
-------------------------------------------------------------------------
-r6296 | hartman | 2004-01-07 17:54:47 +0100 (Wed, 07 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
-* Fix a memory leak when there is no p_vout, but when there are subs.
-
-------------------------------------------------------------------------
-r6295 | hartman | 2004-01-07 16:54:38 +0100 (Wed, 07 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/README
-
-* Clarify some instructions.
-
-------------------------------------------------------------------------
-r6294 | fenrir | 2004-01-07 16:31:31 +0100 (Wed, 07 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/demux/real.c
-   M /trunk/src/input/es_out.c
-
- * rename ES_OUT_SET_PCR into ES_OUT_SET_GROUP_PCR, now ES_OUT_SET_PCR
-  apply to the selected program.
-
-------------------------------------------------------------------------
-r6293 | fenrir | 2004-01-07 16:21:27 +0100 (Wed, 07 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
- * http: complete rewrite (using net_Printf/net_Gets)
-        -> Proxy, user/password and redirection untested.
-        -> For icecast server, check also the mime (do not blindly force
-        mp3, it could also be nsv).
-
-------------------------------------------------------------------------
-r6292 | fenrir | 2004-01-07 15:59:37 +0100 (Wed, 07 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/demux2.c
-   M /trunk/modules/demux/nsv.c
-
- * demux2: allow to force demuxer.
- * nsv: fixed bad init.
-
-------------------------------------------------------------------------
-r6291 | fenrir | 2004-01-07 15:59:03 +0100 (Wed, 07 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
- * net: mem leak in net_Printf
-
-------------------------------------------------------------------------
-r6290 | rocky | 2004-01-07 08:21:31 +0100 (Wed, 07 Jan 2004) | 10 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-Better operator association in computing duration and should be
-optimized better too.
-
-Add track info in "Media Information" Add track-specific information
-and album information in "Item info".
-
-Coding of all this is ugly and massively redundant. I think the
-playlist needs to be re-thought/re-worked. Sublevels would be nice
-too.
-
-------------------------------------------------------------------------
-r6289 | fenrir | 2004-01-07 00:11:47 +0100 (Wed, 07 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
- * network: vlc_UrlParse should now accept ipv6 ip (untested).
-
-------------------------------------------------------------------------
-r6288 | fenrir | 2004-01-07 00:03:17 +0100 (Wed, 07 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/src/misc/net.c
-
- * src/misc/net.c: fixed net_Gets
-
-------------------------------------------------------------------------
-r6287 | sigmunau | 2004-01-06 22:42:43 +0100 (Tue, 06 Jan 2004) | 6 lines
-Changed paths:
-   M /trunk/include/ninput.h
-   M /trunk/src/input/stream.c
-
-src/input/stream.c:
-  * Cleaned up a comment
-  * Added a function stream_ReadLine() to read one line from a stream
-include/ninput.h:
-  * export stream_ReadLine()
-
-------------------------------------------------------------------------
-r6286 | gbazin | 2004-01-06 20:12:08 +0100 (Tue, 06 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-
-* modules/video_output/directx/directx.c: move the video window to the right display when using --directx-device.
-
-------------------------------------------------------------------------
-r6285 | hartman | 2004-01-06 15:35:16 +0100 (Tue, 06 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/sub.c
-
-* Something about microdvd fps and a huge bug in its defaults.
-
-------------------------------------------------------------------------
-r6284 | zorglub | 2004-01-06 13:02:06 +0100 (Tue, 06 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_clock.c
-   M /trunk/src/input/input_dec.c
-   M /trunk/src/input/input_ext-intf.c
-   M /trunk/src/input/input_ext-plugins.c
-   M /trunk/src/input/input_info.c
-   M /trunk/src/input/input_programs.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/block.c
-   M /trunk/src/misc/charset.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/misc/darwin_specific.m
-   M /trunk/src/misc/error.c
-   M /trunk/src/misc/iso-639_def.h
-   M /trunk/src/misc/iso_lang.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/variables.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_pictures.h
-   M /trunk/src/video_output/vout_subpictures.c
-   M /trunk/src/video_output/vout_synchro.c
-   M /trunk/src/vlc.c
-
-Updated copyrights in libvlc
-
-------------------------------------------------------------------------
-r6283 | zorglub | 2004-01-06 09:50:20 +0100 (Tue, 06 Jan 2004) | 15 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/playlist/group.c
-   M /trunk/src/playlist/info.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/sort.c
-
-- src/misc/win32_specific: compilation fix for win32 (can someone please
-check that command line parsing still works for items and options? )
-
-- src/libvlc.c
-  include/vlc/vlc.h : New libvlc functions to get playlist status and
-                      clear the playlist
-     Patch by Tong Ka Man
-
-- src/playlist/* : Update copyrights
-
-- src/playlist/playlist.c:
-  -When a user explicitely asks for an item, do play it, even if random mode
-  -Do not stop playlist upon deletion of an autodelete item
-  -playlist_Clear (Patch by Tong Ka Man)
-
-------------------------------------------------------------------------
-r6282 | rocky | 2004-01-06 05:57:34 +0100 (Tue, 06 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/src/playlist/item-ext.c
-
-Reinstate duration times on playlist item for CD-DA.  Done via adding
-an interface to allow setting the duration on adding a playlist item.
-
-------------------------------------------------------------------------
-r6281 | rocky | 2004-01-06 05:10:18 +0100 (Tue, 06 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-
-Unbreak plugin as a result of the recent playlist API change. Need to
-cripple PBC for now though.
-
-------------------------------------------------------------------------
-r6280 | rocky | 2004-01-06 04:59:48 +0100 (Tue, 06 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Choosing an audio or subtitle channel isn't an "advanced"
-option. Run-of-the mill users may want to select that.
-
-Update documentation.
-
-------------------------------------------------------------------------
-r6279 | jlj | 2004-01-06 02:41:10 +0100 (Tue, 06 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/mp4.c
-
-  * ./modules/demux/mp4: added some DRMS debug statements.
-
-------------------------------------------------------------------------
-r6278 | asmax | 2004-01-05 23:17:32 +0100 (Mon, 05 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
-   A /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
-   A /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-   M /trunk/modules/gui/skins2/vars/playlist.hpp
-
-* commands/cmd_*.hpp: use the DEFINE_COMMAND macro for simple commands
-* commands/cmd_fullscreen.*, parser/interpreter.cpp: added a
-  "vlc.fullscreen()" command
-
-------------------------------------------------------------------------
-r6277 | gbazin | 2004-01-05 23:06:15 +0100 (Mon, 05 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-
-* modules/video_output/directx/directx.c: patch by Mike Schrag to add a config var
-for the directx preferred display device.
-
-------------------------------------------------------------------------
-r6276 | gbazin | 2004-01-05 21:02:21 +0100 (Mon, 05 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-
-
-* modules/gui/skins2/vars/playlist.cpp: use ICONV_CONST to deal with the different prototypes for iconv(). Thanks sam!
-
-------------------------------------------------------------------------
-r6275 | sam | 2004-01-05 20:33:11 +0100 (Mon, 05 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-
-  * modules/gui/skins2/vars/playlist.cpp: Hack to prevent compilation errors.
-
-------------------------------------------------------------------------
-r6274 | bigben | 2004-01-05 19:43:17 +0100 (Mon, 05 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-Added a callback on item-change, so that the playlist is updated.
-
-------------------------------------------------------------------------
-r6273 | hartman | 2004-01-05 19:15:12 +0100 (Mon, 05 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* API change in mkv. Everyone should update to the latest libraries.
-
-------------------------------------------------------------------------
-r6272 | gbazin | 2004-01-05 18:42:36 +0100 (Mon, 05 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/skins2/Modules.am
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-
-
-* configure.ac: win32 compilation fixes for the skins2 plugin.
-* modules/gui/skins2/Modules.am: renamed the plugin name into skins2 so it doesn't conflict with the old plugin.
-* modules/gui/skins2/vars/playlist.cpp: fixed invalid cast.
-
-------------------------------------------------------------------------
-r6271 | hartman | 2004-01-05 17:22:40 +0100 (Mon, 05 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/caca.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* Fixed mpeg2dec newer libcaca, newer matroska, www.videolan.org should now
-  be download.videolan.org etc etc etc.
-  A lot of small fixes
-
-------------------------------------------------------------------------
-r6270 | fenrir | 2004-01-05 16:07:16 +0100 (Mon, 05 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/tcp.c
-
- * tcp: use net_*.
-
-------------------------------------------------------------------------
-r6269 | hartman | 2004-01-05 15:50:42 +0100 (Mon, 05 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* Fix mpeg2dec buildsystem
-
-------------------------------------------------------------------------
-r6268 | zorglub | 2004-01-05 15:42:14 +0100 (Mon, 05 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-   M /trunk/src/playlist/item-ext.c
-
-* modules/misc/sap.c : let the user configure timeout delay
-* src/playlist/item-ext.c : sanity checks when adding items
-
-------------------------------------------------------------------------
-r6267 | fenrir | 2004-01-05 15:10:58 +0100 (Mon, 05 Jan 2004) | 7 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/include/network.h
-   M /trunk/src/misc/modules.c
-   A /trunk/src/misc/net.c
-
-
- * configure.ac: readded AX_ADD_PLUGINS([mpgv mpga m4v mpeg_system ps ts
-   avi asf aac mp4 rawdv demux2 nsv real]), it was probably a mistake ....
-   ( ouiiinnn, another bootstrap ;)
-
- * all: added net_* helpers functions.
-
-------------------------------------------------------------------------
-r6266 | zorglub | 2004-01-05 14:07:03 +0100 (Mon, 05 Jan 2004) | 16 lines
-Changed paths:
-   M /trunk/modules/LIST
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/slp.c
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/control/corba/corba.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/control/rc/rc.c
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/gui/beos/VlcWrapper.cpp
-   M /trunk/modules/gui/gtk/open.c
-   M /trunk/modules/gui/gtk/playlist.c
-   M /trunk/modules/gui/kde/interface.cpp
-   M /trunk/modules/gui/macosx/applescript.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/qt/intf.cpp
-   M /trunk/modules/gui/skins/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
-
-* ALL:  playlist API changes
-
-What may be broken (untested):
-------------------------------
-   - Theora and Speex decoders
-   - some interfaces
-   - VCDX and CDDAX access
-
-The problems shouldn't hopefully excess compilation glitches.
-(removal of AddExt, of psz_author, and prototype of Add)
-
-Additionnaly, interfaces that do not support item-change will have
-update problems.
-
-* Updated modules list
-
-------------------------------------------------------------------------
-r6265 | zorglub | 2004-01-05 14:00:39 +0100 (Mon, 05 Jan 2004) | 9 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/streamwizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-  modules/gui/wxwindows/playlist.cpp
-  modules/gui/wxwindows/iteminfo.cpp
-        - Show the info as a tree view.
-         At the moment, all is shown. We should maybe hide the "Options" tree
-         as it rather "internal"
-        - Improved a little the layout
-        - Added a popup menu to to the playlist
-        - Minimize playlist rebuilds
-
-------------------------------------------------------------------------
-r6264 | zorglub | 2004-01-05 14:00:20 +0100 (Mon, 05 Jan 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/src/input/es_out.c
-
-  modules/demux/util/id3tag.c
-  modules/demux/avi/avi.c
-  modules/demux/asf/asf.c
-  src/input/es_out.c
-        - Fill the playlist info structures
-
-------------------------------------------------------------------------
-r6263 | zorglub | 2004-01-05 13:59:54 +0100 (Mon, 05 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/modules/misc/sap.c
-
-* modules/misc/sap.c :
-      - Use the new playlist API
-      - Track title changes
-      - Timeout. Delete an item if we haven't heard about it for too long.
-
-------------------------------------------------------------------------
-r6262 | zorglub | 2004-01-05 13:59:43 +0100 (Mon, 05 Jan 2004) | 33 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/playlist/group.c
-   A /trunk/src/playlist/info.c
-   A /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/sort.c
-
-* Makefile.am : Added src/playlist/item-ext.c and src/playlist/info.c
-
-* src/playlist/item.c
-  src/playlist/info.c
-  src/playlist/item-ext.c
-  src/playlist/group.c
-  src/playlist/sort.c
-  src/playlist/loadsave.c
-  include/vlc_playlist.h
-      - New playlist_info structures and accessors
-        It works pretty like the old input_info (with categories)
-        It provides modularity to the playlist
-      - Removed ppsz_options and i_options from playlist_item
-        (we use the special category Options)
-      - Added a unique id to each playlist_item to be able to track the
-        items accross playlist reorders
-      - Simplified adding of items.
-           - playlist_AddExt is removed
-           - playlist_AddItem is still here and exported but should not be used
-           - use playlist_Add( p_playlist, uri, name, duration, mode, pos )
-             and use the accessors for all other things
-      - Added setters for fields of the playlist_item structure
-      - Introduced "item-change" and "playlist-current" playlist variables
-        to give more flexibility than only intf-change
-
-      At the moment, duration is still in the structure (easier to use, IMHO)
-
-* src/input/input.c
-  src/libvlc.c :
-        playlist item options parsing changed
-
-* include/vlc_common.h : added playlist_info structures
-
-------------------------------------------------------------------------
-r6261 | jlj | 2004-01-05 13:37:52 +0100 (Mon, 05 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/modules/demux/mp4/Modules.am
-   A /trunk/modules/demux/mp4/drms.c
-   A /trunk/modules/demux/mp4/drms.h
-   A /trunk/modules/demux/mp4/drmstables.h
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mp4/mp4.h
-
-  * ./modules/demux/mp4: DRMS support.
-
-------------------------------------------------------------------------
-r6260 | jlj | 2004-01-05 13:24:51 +0100 (Mon, 05 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-  * ./AUTHORS: updated my country entry.
-
-------------------------------------------------------------------------
-r6259 | fenrir | 2004-01-05 04:19:00 +0100 (Mon, 05 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/nsv.c
-
- * nsv: clean up, added seek support.
-
-------------------------------------------------------------------------
-r6258 | gbazin | 2004-01-04 23:38:49 +0100 (Sun, 04 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-   M /trunk/modules/gui/skins2/vars/playlist.hpp
-
-
-* modules/gui/skins2/vars/playlist.*: win32 compilation fix (not sure it is the right one).
-
-------------------------------------------------------------------------
-r6257 | gbazin | 2004-01-04 23:22:10 +0100 (Sun, 04 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/cvd_parse.c
-   M /trunk/modules/codec/ogt/ogt_parse.c
-   M /trunk/modules/codec/ogt/subtitle.h
-
-
-* modules/codec/ogt/*: win32 compilation fixes.
-
-------------------------------------------------------------------------
-r6256 | gbazin | 2004-01-04 23:03:20 +0100 (Sun, 04 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-
-* ALL: bumping version number to 0.7.1-cvs.
-
-------------------------------------------------------------------------
-r6255 | kuehne | 2004-01-04 22:44:44 +0100 (Sun, 04 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-Fixed a small bug which prevented the translation of a string.
-
-------------------------------------------------------------------------
-r6254 | sam | 2004-01-04 19:18:45 +0100 (Sun, 04 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * toolbox:
-    + Minor fixes to the woody packages.
-
-------------------------------------------------------------------------
-r6253 | fenrir | 2004-01-04 18:35:02 +0100 (Sun, 04 Jan 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/avi.h
-
- * avi: May fix #1545
- (From mplayer:
-    "count blocks by rounded-up chunksizes instead of chunks -
-     we need full emulation of dshow avi demuxer bugs :(
-     fixes silly nandub-style a-v delaying in avi with vbr mp3..." )
-
-------------------------------------------------------------------------
-r6252 | rocky | 2004-01-04 17:51:59 +0100 (Sun, 04 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/doc/subtitles/cvd-subtitles.txt
-   A /trunk/modules/codec/ogt/.cvsignore
-   A /trunk/modules/codec/ogt/Modules.am
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/ogt/cvd_parse.c
-   A /trunk/modules/codec/ogt/write_png.c
-   A /trunk/modules/codec/ogt/write_png.h
-
-Add OGT and CVD subtitle demuxers.
-write_png: might be made into a module and moved elsewhere
-cvd*: went over documentation a little bit.
-
-------------------------------------------------------------------------
-r6251 | rocky | 2004-01-04 17:25:00 +0100 (Sun, 04 Jan 2004) | 3 lines
-Changed paths:
-   A /trunk/doc/subtitles
-   A /trunk/doc/subtitles/cvd-subtitles.txt
-   A /trunk/doc/subtitles/svcd-ogt-subtitles.txt
-
-A start for what little public documentation there is for CVD and OGT
-subtitles.
-
-------------------------------------------------------------------------
-r6250 | fenrir | 2004-01-04 16:32:13 +0100 (Sun, 04 Jan 2004) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/demux/Modules.am
-   M /trunk/modules/demux/demux2.c
-   M /trunk/src/input/es_out.c
-
- * encoder.c: corrected required LIBAVCODEC_BUILD
- * es_out.c: ES_OUT_SET_PCR works now with microsecond.
- * configure.ac, Modules.am: enable demux2, nsv, real.
- * demux2.c: increased priority.
-
-------------------------------------------------------------------------
-r6249 | zorglub | 2004-01-04 16:24:27 +0100 (Sun, 04 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Do not link twice zlib
-
-------------------------------------------------------------------------
-r6248 | fenrir | 2004-01-04 15:35:12 +0100 (Sun, 04 Jan 2004) | 3 lines
-Changed paths:
-   A /trunk/modules/demux/real.c
-
- * real.c: begin of a real demuxer (using new API). Can't work yet as it
- needs modification to ffmpeg decoder that I need to finish.
-
-------------------------------------------------------------------------
-r6247 | fenrir | 2004-01-04 15:28:11 +0100 (Sun, 04 Jan 2004) | 3 lines
-Changed paths:
-   A /trunk/modules/demux/demux2.c
-   A /trunk/modules/demux/nsv.c
-
- * demux2: a dummy demuxer to adapt to new demuxer API (experimental, and
- will be removed later).
-
-------------------------------------------------------------------------
-r6246 | rocky | 2004-01-04 05:56:21 +0100 (Sun, 04 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/ogt/cvd.h
-   M /trunk/modules/codec/ogt/cvd_parse.c
-   M /trunk/modules/codec/ogt/subtitle.h
-
-Was putting 1 byte of garbage for each packet.
-
-------------------------------------------------------------------------
-r6245 | sam | 2004-01-04 05:53:07 +0100 (Sun, 04 Jan 2004) | 7 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   M /trunk/doc/fortunes.txt
-
-  * debian/control:
-    + Build-depend on fixed linux-kernel-headers packages.
-  * debian/rules:
-    + Look for faad in extras/faad2, not extras/faad.
-    + Enable postprocessing in the ffmpeg configuration.
-    + Activated libcaca video output.
-
-------------------------------------------------------------------------
-r6244 | sam | 2004-01-04 05:50:24 +0100 (Sun, 04 Jan 2004) | 7 lines
-Changed paths:
-   M /trunk/include/codecs.h
-   M /trunk/modules/video_output/caca.c
-
-  * modules/video_output/caca.c:
-    + Ported to libcaca 0.6.
-    + Removed dithering configuration variable; use the CACA_DITHERING
-      environment variable instead, until the API is polished.
-  * include/codecs.h:
-    + Minor coding style fix.
-
-------------------------------------------------------------------------
-r6243 | asmax | 2004-01-04 01:17:10 +0100 (Sun, 04 Jan 2004) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/skins2/theme/FreeSans.ttf
-
-* the sample theme should work better with that...
-
-------------------------------------------------------------------------
-r6242 | asmax | 2004-01-04 01:06:10 +0100 (Sun, 04 Jan 2004) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/skins2/parser/skin.c
-
-* first forgotten file...
-
-------------------------------------------------------------------------
-r6241 | asmax | 2004-01-04 00:54:51 +0100 (Sun, 04 Jan 2004) | 11 lines
-Changed paths:
-   A /trunk/modules/gui/skins2/theme
-   A /trunk/modules/gui/skins2/theme/FreeSansBold.ttf
-   A /trunk/modules/gui/skins2/theme/add_item.png
-   A /trunk/modules/gui/skins2/theme/add_item_onclick.png
-   A /trunk/modules/gui/skins2/theme/body.png
-   A /trunk/modules/gui/skins2/theme/close.png
-   A /trunk/modules/gui/skins2/theme/close_mouseover.png
-   A /trunk/modules/gui/skins2/theme/close_onclick.png
-   A /trunk/modules/gui/skins2/theme/delete_item.png
-   A /trunk/modules/gui/skins2/theme/delete_item_onclick.png
-   A /trunk/modules/gui/skins2/theme/disabled.png
-   A /trunk/modules/gui/skins2/theme/fast.png
-   A /trunk/modules/gui/skins2/theme/fast_disabled.png
-   A /trunk/modules/gui/skins2/theme/fast_onclick.png
-   A /trunk/modules/gui/skins2/theme/next.png
-   A /trunk/modules/gui/skins2/theme/next_disabled.png
-   A /trunk/modules/gui/skins2/theme/next_onclick.png
-   A /trunk/modules/gui/skins2/theme/pause.png
-   A /trunk/modules/gui/skins2/theme/pause_onclick.png
-   A /trunk/modules/gui/skins2/theme/play.png
-   A /trunk/modules/gui/skins2/theme/play_onclick.png
-   A /trunk/modules/gui/skins2/theme/playlist.png
-   A /trunk/modules/gui/skins2/theme/playlist_body1.png
-   A /trunk/modules/gui/skins2/theme/playlist_body2.png
-   A /trunk/modules/gui/skins2/theme/playlist_body3.png
-   A /trunk/modules/gui/skins2/theme/playlist_body4.png
-   A /trunk/modules/gui/skins2/theme/playlist_body6.png
-   A /trunk/modules/gui/skins2/theme/playlist_body7.png
-   A /trunk/modules/gui/skins2/theme/playlist_body8.png
-   A /trunk/modules/gui/skins2/theme/playlist_body9.png
-   A /trunk/modules/gui/skins2/theme/playlist_button.png
-   A /trunk/modules/gui/skins2/theme/playlist_button2.png
-   A /trunk/modules/gui/skins2/theme/playlist_button_onclick.png
-   A /trunk/modules/gui/skins2/theme/playlist_button_onclick2.png
-   A /trunk/modules/gui/skins2/theme/preferences.png
-   A /trunk/modules/gui/skins2/theme/preferences_onclick.png
-   A /trunk/modules/gui/skins2/theme/previous.png
-   A /trunk/modules/gui/skins2/theme/previous_disabled.png
-   A /trunk/modules/gui/skins2/theme/previous_onclick.png
-   A /trunk/modules/gui/skins2/theme/reduce.png
-   A /trunk/modules/gui/skins2/theme/reduce_disabled.png
-   A /trunk/modules/gui/skins2/theme/reduce_onclick.png
-   A /trunk/modules/gui/skins2/theme/resize.png
-   A /trunk/modules/gui/skins2/theme/rev.png
-   A /trunk/modules/gui/skins2/theme/rev_disabled.png
-   A /trunk/modules/gui/skins2/theme/rev_onclick.png
-   A /trunk/modules/gui/skins2/theme/slider.png
-   A /trunk/modules/gui/skins2/theme/slider2.png
-   A /trunk/modules/gui/skins2/theme/slider_onclick.png
-   A /trunk/modules/gui/skins2/theme/slider_playlist.png
-   A /trunk/modules/gui/skins2/theme/slider_volume.png
-   A /trunk/modules/gui/skins2/theme/slider_volume_onclick.png
-   A /trunk/modules/gui/skins2/theme/slow.png
-   A /trunk/modules/gui/skins2/theme/slow_disabled.png
-   A /trunk/modules/gui/skins2/theme/slow_onclick.png
-   A /trunk/modules/gui/skins2/theme/sort.png
-   A /trunk/modules/gui/skins2/theme/sort_onclick.png
-   A /trunk/modules/gui/skins2/theme/stop.png
-   A /trunk/modules/gui/skins2/theme/stop_disabled.png
-   A /trunk/modules/gui/skins2/theme/stop_onclick.png
-   A /trunk/modules/gui/skins2/theme/theme.xml
-   A /trunk/modules/gui/skins2/theme/volume.png
-
-* all: sample theme for skins2 interface
-  Warning: by default the interface will try to open the skin from the
-  vlc share, which is probably an old skin, so the load will fail, and
-  afterwards a wxwindows dialog allows to load another skin.
-  BUT there seems to be a bug which make the interface crash
-  when it tries to load this second skin... workarounds are:
-  - deleting the old theme
-  - setting the "skin_last2=/path/to/xml/file" in the [Skins] section
-  of vlcrc
-  - solving the bug ;)
-
-------------------------------------------------------------------------
-r6240 | asmax | 2004-01-04 00:37:08 +0100 (Sun, 04 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: added the skins2 module (_should_ work ;)
-
-------------------------------------------------------------------------
-r6239 | asmax | 2004-01-04 00:31:34 +0100 (Sun, 04 Jan 2004) | 19 lines
-Changed paths:
-   A /trunk/modules/gui/skins2
-   A /trunk/modules/gui/skins2/Modules.am
-   A /trunk/modules/gui/skins2/commands
-   A /trunk/modules/gui/skins2/commands/async_queue.cpp
-   A /trunk/modules/gui/skins2/commands/async_queue.hpp
-   A /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
-   A /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
-   A /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
-   A /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
-   A /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-   A /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
-   A /trunk/modules/gui/skins2/commands/cmd_generic.hpp
-   A /trunk/modules/gui/skins2/commands/cmd_input.cpp
-   A /trunk/modules/gui/skins2/commands/cmd_input.hpp
-   A /trunk/modules/gui/skins2/commands/cmd_layout.cpp
-   A /trunk/modules/gui/skins2/commands/cmd_layout.hpp
-   A /trunk/modules/gui/skins2/commands/cmd_notify_playlist.cpp
-   A /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
-   A /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
-   A /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
-   A /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   A /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
-   A /trunk/modules/gui/skins2/commands/cmd_quit.cpp
-   A /trunk/modules/gui/skins2/commands/cmd_quit.hpp
-   A /trunk/modules/gui/skins2/commands/cmd_resize.cpp
-   A /trunk/modules/gui/skins2/commands/cmd_resize.hpp
-   A /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
-   A /trunk/modules/gui/skins2/controls
-   A /trunk/modules/gui/skins2/controls/ctrl_button.cpp
-   A /trunk/modules/gui/skins2/controls/ctrl_button.hpp
-   A /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-   A /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
-   A /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
-   A /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
-   A /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   A /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-   A /trunk/modules/gui/skins2/controls/ctrl_image.hpp
-   A /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   A /trunk/modules/gui/skins2/controls/ctrl_list.hpp
-   A /trunk/modules/gui/skins2/controls/ctrl_move.cpp
-   A /trunk/modules/gui/skins2/controls/ctrl_move.hpp
-   A /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
-   A /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
-   A /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   A /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
-   A /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   A /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   A /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   A /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-   A /trunk/modules/gui/skins2/events
-   A /trunk/modules/gui/skins2/events/evt_enter.hpp
-   A /trunk/modules/gui/skins2/events/evt_focus.hpp
-   A /trunk/modules/gui/skins2/events/evt_generic.hpp
-   A /trunk/modules/gui/skins2/events/evt_input.cpp
-   A /trunk/modules/gui/skins2/events/evt_input.hpp
-   A /trunk/modules/gui/skins2/events/evt_key.cpp
-   A /trunk/modules/gui/skins2/events/evt_key.hpp
-   A /trunk/modules/gui/skins2/events/evt_leave.hpp
-   A /trunk/modules/gui/skins2/events/evt_motion.hpp
-   A /trunk/modules/gui/skins2/events/evt_mouse.cpp
-   A /trunk/modules/gui/skins2/events/evt_mouse.hpp
-   A /trunk/modules/gui/skins2/events/evt_refresh.hpp
-   A /trunk/modules/gui/skins2/events/evt_scroll.cpp
-   A /trunk/modules/gui/skins2/events/evt_scroll.hpp
-   A /trunk/modules/gui/skins2/events/evt_special.cpp
-   A /trunk/modules/gui/skins2/events/evt_special.hpp
-   A /trunk/modules/gui/skins2/parser
-   A /trunk/modules/gui/skins2/parser/builder.cpp
-   A /trunk/modules/gui/skins2/parser/builder.hpp
-   A /trunk/modules/gui/skins2/parser/builder_data.hpp
-   A /trunk/modules/gui/skins2/parser/flex.c
-   A /trunk/modules/gui/skins2/parser/gen.sh
-   A /trunk/modules/gui/skins2/parser/gen_builder.py
-   A /trunk/modules/gui/skins2/parser/interpreter.cpp
-   A /trunk/modules/gui/skins2/parser/interpreter.hpp
-   A /trunk/modules/gui/skins2/parser/parser_context.hpp
-   A /trunk/modules/gui/skins2/parser/skin.act
-   A /trunk/modules/gui/skins2/parser/skin.dtd
-   A /trunk/modules/gui/skins2/parser/skin.h
-   A /trunk/modules/gui/skins2/parser/skin.l
-   A /trunk/modules/gui/skins2/parser/wrappers.cpp
-   A /trunk/modules/gui/skins2/parser/wrappers.h
-   A /trunk/modules/gui/skins2/src
-   A /trunk/modules/gui/skins2/src/anchor.cpp
-   A /trunk/modules/gui/skins2/src/anchor.hpp
-   A /trunk/modules/gui/skins2/src/dialogs.cpp
-   A /trunk/modules/gui/skins2/src/dialogs.hpp
-   A /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
-   A /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
-   A /trunk/modules/gui/skins2/src/ft2_font.cpp
-   A /trunk/modules/gui/skins2/src/ft2_font.hpp
-   A /trunk/modules/gui/skins2/src/generic_bitmap.hpp
-   A /trunk/modules/gui/skins2/src/generic_font.hpp
-   A /trunk/modules/gui/skins2/src/generic_layout.cpp
-   A /trunk/modules/gui/skins2/src/generic_layout.hpp
-   A /trunk/modules/gui/skins2/src/generic_window.cpp
-   A /trunk/modules/gui/skins2/src/generic_window.hpp
-   A /trunk/modules/gui/skins2/src/logger.cpp
-   A /trunk/modules/gui/skins2/src/logger.hpp
-   A /trunk/modules/gui/skins2/src/os_factory.cpp
-   A /trunk/modules/gui/skins2/src/os_factory.hpp
-   A /trunk/modules/gui/skins2/src/os_graphics.hpp
-   A /trunk/modules/gui/skins2/src/os_loop.hpp
-   A /trunk/modules/gui/skins2/src/os_timer.hpp
-   A /trunk/modules/gui/skins2/src/os_tooltip.hpp
-   A /trunk/modules/gui/skins2/src/os_window.hpp
-   A /trunk/modules/gui/skins2/src/png_bitmap.cpp
-   A /trunk/modules/gui/skins2/src/png_bitmap.hpp
-   A /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
-   A /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
-   A /trunk/modules/gui/skins2/src/skin_common.hpp
-   A /trunk/modules/gui/skins2/src/skin_main.cpp
-   A /trunk/modules/gui/skins2/src/theme.cpp
-   A /trunk/modules/gui/skins2/src/theme.hpp
-   A /trunk/modules/gui/skins2/src/theme_loader.cpp
-   A /trunk/modules/gui/skins2/src/theme_loader.hpp
-   A /trunk/modules/gui/skins2/src/tooltip.cpp
-   A /trunk/modules/gui/skins2/src/tooltip.hpp
-   A /trunk/modules/gui/skins2/src/var_manager.cpp
-   A /trunk/modules/gui/skins2/src/var_manager.hpp
-   A /trunk/modules/gui/skins2/src/vlcproc.cpp
-   A /trunk/modules/gui/skins2/src/vlcproc.hpp
-   A /trunk/modules/gui/skins2/src/window_manager.cpp
-   A /trunk/modules/gui/skins2/src/window_manager.hpp
-   A /trunk/modules/gui/skins2/utils
-   A /trunk/modules/gui/skins2/utils/bezier.cpp
-   A /trunk/modules/gui/skins2/utils/bezier.hpp
-   A /trunk/modules/gui/skins2/utils/fsm.cpp
-   A /trunk/modules/gui/skins2/utils/fsm.hpp
-   A /trunk/modules/gui/skins2/utils/observer.hpp
-   A /trunk/modules/gui/skins2/utils/pointer.hpp
-   A /trunk/modules/gui/skins2/utils/position.cpp
-   A /trunk/modules/gui/skins2/utils/position.hpp
-   A /trunk/modules/gui/skins2/utils/ustring.cpp
-   A /trunk/modules/gui/skins2/utils/ustring.hpp
-   A /trunk/modules/gui/skins2/utils/var_bool.cpp
-   A /trunk/modules/gui/skins2/utils/var_bool.hpp
-   A /trunk/modules/gui/skins2/utils/var_list.cpp
-   A /trunk/modules/gui/skins2/utils/var_list.hpp
-   A /trunk/modules/gui/skins2/utils/var_percent.cpp
-   A /trunk/modules/gui/skins2/utils/var_percent.hpp
-   A /trunk/modules/gui/skins2/utils/var_text.cpp
-   A /trunk/modules/gui/skins2/utils/var_text.hpp
-   A /trunk/modules/gui/skins2/utils/variable.hpp
-   A /trunk/modules/gui/skins2/vars
-   A /trunk/modules/gui/skins2/vars/playlist.cpp
-   A /trunk/modules/gui/skins2/vars/playlist.hpp
-   A /trunk/modules/gui/skins2/vars/time.cpp
-   A /trunk/modules/gui/skins2/vars/time.hpp
-   A /trunk/modules/gui/skins2/vars/vlcvars.cpp
-   A /trunk/modules/gui/skins2/vars/vlcvars.hpp
-   A /trunk/modules/gui/skins2/vars/volume.cpp
-   A /trunk/modules/gui/skins2/vars/volume.hpp
-   A /trunk/modules/gui/skins2/win32
-   A /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
-   A /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
-   A /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   A /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   A /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-   A /trunk/modules/gui/skins2/win32/win32_graphics.hpp
-   A /trunk/modules/gui/skins2/win32/win32_loop.cpp
-   A /trunk/modules/gui/skins2/win32/win32_loop.hpp
-   A /trunk/modules/gui/skins2/win32/win32_timer.cpp
-   A /trunk/modules/gui/skins2/win32/win32_timer.hpp
-   A /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
-   A /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
-   A /trunk/modules/gui/skins2/win32/win32_window.cpp
-   A /trunk/modules/gui/skins2/win32/win32_window.hpp
-   A /trunk/modules/gui/skins2/x11
-   A /trunk/modules/gui/skins2/x11/x11_display.cpp
-   A /trunk/modules/gui/skins2/x11/x11_display.hpp
-   A /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
-   A /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
-   A /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   A /trunk/modules/gui/skins2/x11/x11_factory.hpp
-   A /trunk/modules/gui/skins2/x11/x11_graphics.cpp
-   A /trunk/modules/gui/skins2/x11/x11_graphics.hpp
-   A /trunk/modules/gui/skins2/x11/x11_loop.cpp
-   A /trunk/modules/gui/skins2/x11/x11_loop.hpp
-   A /trunk/modules/gui/skins2/x11/x11_timer.cpp
-   A /trunk/modules/gui/skins2/x11/x11_timer.hpp
-   A /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
-   A /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
-   A /trunk/modules/gui/skins2/x11/x11_window.cpp
-   A /trunk/modules/gui/skins2/x11/x11_window.hpp
-
-* all: brand new skins interface ( still _experimental_) for x11 and
-  win32, by ipkiss and myself...
- Among the features:
- - framework rewritten from scratch, heavily based on design patterns
-  => new controls can be (hopefully) created more easily, portability
-  to other OS is better, and the interface is less dependant from
-  the vlc core
- - new concept of "layout", to provide a window with several different
-  views (as in winamp3 skins)
- - controls can now be placed at a relative position to the edges of
-  a window, which allow controls and layouts to be resizable (e.g
-  for the playlist window)
- - Use of libpng and libfreetype2 for better portability between x11 and
-   win32 => ttf fonts and antialiasing
- - New DTD for the xml theme ( *it will probably change again* )
- - Very very beginning of scripting in the xml file
- - And many things I miss
- - And probably many bugs ;)
-
-------------------------------------------------------------------------
-r6238 | rocky | 2004-01-03 21:43:24 +0100 (Sat, 03 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-Put track information in Media Info.  If we have SVD information, show
-audio tracks and add that to the audio-selection window.
-
-------------------------------------------------------------------------
-r6237 | rocky | 2004-01-03 19:41:36 +0100 (Sat, 03 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/v4l/v4l.c
-
-Sorry to be so pedantic - grammar (and spelling)
-
-------------------------------------------------------------------------
-r6236 | rocky | 2004-01-03 19:40:01 +0100 (Sat, 03 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
-Spelling.
-
-------------------------------------------------------------------------
-r6235 | rocky | 2004-01-03 18:52:15 +0100 (Sat, 03 Jan 2004) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/Modules.am
-   A /trunk/modules/demux/mpeg/private.h
-   M /trunk/modules/demux/mpeg/ps.c
-   M /trunk/modules/demux/mpeg/system.c
-   M /trunk/modules/demux/mpeg/ts.c
-
-Ignore timestamp in PACK header in a private stream. This is to get
-around a WinSubMux bug in multiplexing CVD and SVCD subtitles.
-(Patch probably could be made more precise.)
-
-To do this we've got to save the timestamp in the header.
-
-------------------------------------------------------------------------
-r6234 | rocky | 2004-01-03 18:49:35 +0100 (Sat, 03 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Spelling - See I told you it was cut and pasted from somehwere!
-
-------------------------------------------------------------------------
-r6233 | rocky | 2004-01-03 18:48:38 +0100 (Sat, 03 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-Spelling - probably cut and pated from somewhere else.
-
-------------------------------------------------------------------------
-r6232 | rocky | 2004-01-03 18:19:41 +0100 (Sat, 03 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/render.c
-
-RenderI420 now handles U and V planes. (Probably completely
-accurately, though.)
-
-------------------------------------------------------------------------
-r6231 | gbazin | 2004-01-03 14:18:30 +0100 (Sat, 03 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-
-* po/*: another ./toolbox --update-po before 0.7.0 because some commits where done.
-
-------------------------------------------------------------------------
-r6230 | zorglub | 2004-01-03 14:13:07 +0100 (Sat, 03 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/po/de.po
-
-Updated german translation
-
-------------------------------------------------------------------------
-r6229 | rocky | 2004-01-03 13:54:56 +0100 (Sat, 03 Jan 2004) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/common.c
-   M /trunk/modules/codec/ogt/common.h
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/ogt/cvd_parse.c
-   M /trunk/modules/codec/ogt/ogt.c
-   M /trunk/modules/codec/ogt/ogt_parse.c
-   M /trunk/modules/codec/ogt/subtitle.h
-
-ogt.c cvd.c, subtitle.h: move common debug string help into subtitle.h
-{cvd,ogt}_parse.c, common.c, subtitle.h: add ability to dump subtitles via
-libpng.
-
-------------------------------------------------------------------------
-r6228 | gbazin | 2004-01-03 13:02:12 +0100 (Sat, 03 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/po/POTFILES.in
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-
-* po/*, ChangeLog: preparing for the 0.7.0 release.
-
-------------------------------------------------------------------------
-r6227 | gbazin | 2004-01-03 11:55:07 +0100 (Sat, 03 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-
-* modules/gui/wxwindows/interface.cpp: fixed and re-enabled aspect-ratio combobox in the extended gui.
-
-------------------------------------------------------------------------
-r6226 | gbazin | 2004-01-03 01:39:07 +0100 (Sat, 03 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-
-* modules/stream_out/transcode.c: added YV12 raw video fourcc (chroma planes will likely be inverted though).
-
-------------------------------------------------------------------------
-r6225 | gbazin | 2004-01-03 01:23:04 +0100 (Sat, 03 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/src/input/stream.c
-
-
-* modules/demux/mpeg/mpga.c, src/input/stream.c: fixed mem leaks.
-
-------------------------------------------------------------------------
-r6224 | zorglub | 2004-01-03 00:22:37 +0100 (Sat, 03 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-My name is Bond
-VLC Media Player 0.7.0 Bond
-
-------------------------------------------------------------------------
-r6223 | gbazin | 2004-01-02 23:17:57 +0100 (Fri, 02 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/vout.h
-
-
-* modules/video_output/directx/*: fixed overlay on 24bpp displays.
-
-------------------------------------------------------------------------
-r6222 | sam | 2004-01-02 14:48:37 +0100 (Fri, 02 Jan 2004) | 2 lines
-Changed paths:
-   A /trunk/doc/ChangeLog-2003
-   M /trunk/doc/Makefile.am
-   M /trunk/doc/fortunes.txt
-
-  * doc/ChangeLog-2003: Happy new year!
-
-------------------------------------------------------------------------
-r6221 | gbazin | 2004-01-02 14:30:17 +0100 (Fri, 02 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-
-* modules/gui/wxwindows/preferences_widgets.cpp: use wxL2U() (Thanks Anil).
-
-------------------------------------------------------------------------
-r6220 | rocky | 2004-01-02 05:44:34 +0100 (Fri, 02 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/render.c
-
-Attempt to make easier to understand and easier to complete.
-
-------------------------------------------------------------------------
-r6219 | zorglub | 2004-01-01 18:41:25 +0100 (Thu, 01 Jan 2004) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/po/de.po
-   M /trunk/po/fr.po
-
-* Updated german and french translations
-* Updated version number and Changelog
-
-------------------------------------------------------------------------
-r6218 | rocky | 2004-01-01 16:56:56 +0100 (Thu, 01 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/render.c
-
-RenderRV16 handles scaling. But seems to slow to render subtitles.
-
-------------------------------------------------------------------------
-r6217 | zorglub | 2004-01-01 15:33:15 +0100 (Thu, 01 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/po/pt_BR.po
-
-Updated brazilian portuguese translation
-
-------------------------------------------------------------------------
-r6216 | rocky | 2004-01-01 14:55:17 +0100 (Thu, 01 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/cvd.c
-   M /trunk/modules/codec/ogt/ogt.c
-
-Remove a magic number.
-
-------------------------------------------------------------------------
-r6215 | rocky | 2004-01-01 14:51:38 +0100 (Thu, 01 Jan 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ogt/render.c
-
-Add RV16 rendering. With transparancy, but still only Y plane is done.
-
-------------------------------------------------------------------------
-r6214 | zorglub | 2003-12-31 13:50:11 +0100 (Wed, 31 Dec 2003) | 2 lines
-Changed paths:
-   M /trunk/po/fr.po
-   M /trunk/po/pt_BR.po
-
-Updated french and Brazilian Portuguese translations
-
-------------------------------------------------------------------------
diff --git a/doc/ChangeLog-2005 b/doc/ChangeLog-2005
deleted file mode 100644 (file)
index 5748909..0000000
+++ /dev/null
@@ -1,32360 +0,0 @@
-------------------------------------------------------------------------
-r13838 | massiot | 2005-12-29 14:08:52 +0100 (Thu, 29 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * modules/demux/livedotcom.cpp: New --rtp-client-port option to help
-   users of firewalls.
-
-------------------------------------------------------------------------
-r13837 | jpsaman | 2005-12-29 00:43:02 +0100 (Thu, 29 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Detect directfb headers properly and put the right linker flags.
-------------------------------------------------------------------------
-r13836 | jpsaman | 2005-12-28 20:10:22 +0100 (Wed, 28 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_output/Modules.am
-   A /trunk/modules/video_output/directfb.c
-
-Add a DirectFB module. Patch by: Iuri Diniz <iuri_at_digizap_dot_com_dot_br> applied with some coding style cleanup and autoconf fixes.
-
-------------------------------------------------------------------------
-r13835 | jpsaman | 2005-12-28 20:07:36 +0100 (Wed, 28 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Removed unused variables, this fixes some compiler warnings
-------------------------------------------------------------------------
-r13834 | jpsaman | 2005-12-28 20:07:21 +0100 (Wed, 28 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-
-Removed unused variables, this fixes some compiler warnings
-------------------------------------------------------------------------
-r13833 | massiot | 2005-12-28 20:02:46 +0100 (Wed, 28 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-
- * modules/access/dvb: Handle removal of the CAM module, and fix some kludgy
-   inits.
-
-------------------------------------------------------------------------
-r13832 | jpsaman | 2005-12-28 19:56:43 +0100 (Wed, 28 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/logger.c
-
-Initialise i_priority to LOG_INFO as default value in case p_msg->i_type has an invalid value.
-------------------------------------------------------------------------
-r13831 | jpsaman | 2005-12-28 12:04:41 +0100 (Wed, 28 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-Patch by Dennis van Amerongen: Unify x264 commandline options and VLC's x264 options.
-------------------------------------------------------------------------
-r13830 | massiot | 2005-12-27 19:18:55 +0100 (Tue, 27 Dec 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/access/dvb/linux_dvb.c
-
- * modules/access/dvb/linux_dvb.c: Disabled FE_CAN_CLEAN_SETUP check because
-   apparently the machine running the buildbot has old uncompatible
-   kernel headers.
-
-------------------------------------------------------------------------
-r13829 | massiot | 2005-12-27 19:05:47 +0100 (Tue, 27 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvb/Modules.am
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/en50221.c
-   A /trunk/modules/access/dvb/http.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-
- * modules/access/dvb: Full support for DVB MMI menus via an optional HTTP
-   server.
-
-------------------------------------------------------------------------
-r13828 | fkuehne | 2005-12-27 14:17:45 +0100 (Tue, 27 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.m
-
-* oops, deciding for either 2 or 2 isn't really the intended purpose
-------------------------------------------------------------------------
-r13827 | fkuehne | 2005-12-27 14:16:15 +0100 (Tue, 27 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.m
-
-* fixed compilation warning
-------------------------------------------------------------------------
-r13826 | bigben | 2005-12-27 08:41:43 +0100 (Tue, 27 Dec 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/embeddedwindow.h
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-
-Set Id keyword
-
-
-
-------------------------------------------------------------------------
-r13825 | bigben | 2005-12-27 08:37:47 +0100 (Tue, 27 Dec 2005) | 3 lines
-Changed paths:
-   D /trunk/extras/MacOSX/Resources/.DS_Store
-
-oups...
-
-
-------------------------------------------------------------------------
-r13824 | bigben | 2005-12-27 01:06:33 +0100 (Tue, 27 Dec 2005) | 7 lines
-Changed paths:
-   A /trunk/extras/MacOSX/Resources/.DS_Store
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   A /trunk/extras/MacOSX/Resources/embedded_vout.png
-   A /trunk/extras/MacOSX/Resources/pause_embedded.png
-   A /trunk/extras/MacOSX/Resources/pause_embedded_blue.png
-   A /trunk/extras/MacOSX/Resources/play_embedded.png
-   A /trunk/extras/MacOSX/Resources/play_embedded_blue.png
-   A /trunk/extras/MacOSX/Resources/skip_forward_active_embedded.png
-   A /trunk/extras/MacOSX/Resources/skip_forward_embedded_blue.png
-   A /trunk/extras/MacOSX/Resources/skip_previous_active_embedded.png
-   A /trunk/extras/MacOSX/Resources/skip_previous_embedded_blue.png
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/Modules.am
-   A /trunk/modules/gui/macosx/embeddedwindow.h
-   A /trunk/modules/gui/macosx/embeddedwindow.m
-   M /trunk/modules/gui/macosx/extended.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-* Add an controls to the vout (using the embedded vout framework)
-  - There is some redundancy in the controls now...
-  - This is just a proposal. If you don't like it, say so...
-  - Hope I didn't forget any file (yell if you habe troubles)
-* Add an option to disable the embedded window
-
-
-------------------------------------------------------------------------
-r13823 | zorglub | 2005-12-25 21:35:25 +0100 (Sun, 25 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-Fix SAP autoplay, patch by Dermot McGahon. Thanks
-
-------------------------------------------------------------------------
-r13822 | fkuehne | 2005-12-25 17:53:10 +0100 (Sun, 25 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* added a note that 0.8.5 isn't released yet
-------------------------------------------------------------------------
-r13821 | courmisch | 2005-12-23 09:00:55 +0100 (Fri, 23 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/network/rootwrap.c
-
-Disable root wrapper on BeOS
-
-------------------------------------------------------------------------
-r13820 | hartman | 2005-12-22 01:29:08 +0100 (Thu, 22 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/auhal.c
-
-SetProperty in CoreAudio is not only Asynchronious, but also not atomic in it's bahaviour. Check the actual set format multiple times to make sure the SetProperty completly finished.
-------------------------------------------------------------------------
-r13819 | hartman | 2005-12-21 20:41:59 +0100 (Wed, 21 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/auhal.c
-
-Use the original samplerate of the a52 or dts stream, if the device is capable of it, current samplerate if it is not, and highest other available samplerate as a last resort.
-------------------------------------------------------------------------
-r13818 | courmisch | 2005-12-21 18:41:48 +0100 (Wed, 21 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/src/network/rootwrap.c
-
-Use group lists
-so that devices can be opened according to usual group ownership (audio, video...)
-
-------------------------------------------------------------------------
-r13817 | courmisch | 2005-12-21 18:10:24 +0100 (Wed, 21 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/network/rootwrap.c
-
-Add missing \n
-
-------------------------------------------------------------------------
-r13816 | courmisch | 2005-12-21 18:08:38 +0100 (Wed, 21 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/src/network/rootwrap.c
-
-Disable root wrapper by default
-until it is fixed
-
-------------------------------------------------------------------------
-r13815 | courmisch | 2005-12-21 18:07:49 +0100 (Wed, 21 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda
-
-Add svn:ignore
-
-------------------------------------------------------------------------
-r13814 | massiot | 2005-12-21 16:50:58 +0100 (Wed, 21 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-
- * modules/access/dvb: Fixed link-level CAM API.
-
-------------------------------------------------------------------------
-r13813 | hartman | 2005-12-21 02:18:40 +0100 (Wed, 21 Dec 2005) | 1 line
-Changed paths:
-   A /trunk/modules/gui/macosx/interaction.h
-   A /trunk/modules/gui/macosx/interaction.m
-
-Preliminary interaction framework for Mac OS X. Not finished, since core changes should be made to better match wxwidgets vs. Mac OS X style dialogs and concepts. part-2
-------------------------------------------------------------------------
-r13812 | hartman | 2005-12-21 02:18:23 +0100 (Wed, 21 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/Modules.am
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-Preliminary interaction framework for Mac OS X. Not finished, since core changes should be made to better match wxwidgets vs. Mac OS X style dialogs and concepts.
-------------------------------------------------------------------------
-r13811 | hartman | 2005-12-20 03:32:27 +0100 (Tue, 20 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-Set original framesize on the spu format for nero vobsubs in mp4, so that rescaling will work for videos in a cropped resolution compared to the vobsubs
-------------------------------------------------------------------------
-r13810 | dionoea | 2005-12-19 23:49:36 +0100 (Mon, 19 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/msn.c
-
-remove unneeded includes
-
-------------------------------------------------------------------------
-r13809 | massiot | 2005-12-19 17:46:48 +0100 (Mon, 19 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/var.c
-   M /trunk/src/libvlc.h
-
- * src/input/es_out.c: New --no-spu and --no-sout-spu options to disable
-   processing of SPU elementary streams.
-
-------------------------------------------------------------------------
-r13808 | massiot | 2005-12-19 17:36:30 +0100 (Mon, 19 Dec 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/var.c
-   M /trunk/src/libvlc.h
-
- * src/input/es_out.c: New --audio-track-id and --sub-track-id options
-   to select a precise track by its ID.
- * modules/demux/ts.c: Enable --ts-es-id-pid by default since I see no
-   drawback to it.
-
-------------------------------------------------------------------------
-r13807 | oaubert | 2005-12-19 15:23:25 +0100 (Mon, 19 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/setup.py
-
-bindings/python/setup.py: Mac OS X build fixes (link parameters)
-
-------------------------------------------------------------------------
-r13806 | hartman | 2005-12-19 15:17:19 +0100 (Mon, 19 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/src/network/rootwrap.c
-
-Older OSX versions need more includes to work with rootwrap
-------------------------------------------------------------------------
-r13805 | dionoea | 2005-12-18 22:41:35 +0100 (Sun, 18 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/video_filter/adjust.c
-
-Brightness threshold patch by Enrico Gueli (with some modifications)
-
-------------------------------------------------------------------------
-r13804 | dionoea | 2005-12-18 22:20:17 +0100 (Sun, 18 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-add MSN "now playing" windows plugin
-
-------------------------------------------------------------------------
-r13803 | bigben | 2005-12-18 19:54:28 +0100 (Sun, 18 Dec 2005) | 9 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
-
-* Apply changed made to the 0.8.5 branch to trunk.
-* Embedded Vout should work now
-* To create an embedded vout, just create a custom view of type VLCEmbeddedVoutView in interface builder
-* Just make sure you define the view as resizeable
-* Hotkeys and mose events should work
-* Tests with the mozilla plugin are welcome
-
-
-
-------------------------------------------------------------------------
-r13796 | xtophe | 2005-12-18 13:01:15 +0100 (Sun, 18 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Remove unusefull variable and test
-
-------------------------------------------------------------------------
-r13795 | zorglub | 2005-12-18 12:55:27 +0100 (Sun, 18 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-
-Work around bu^unexpected behaviour in wxTreeCtrl (Closes:#468)
-
-------------------------------------------------------------------------
-r13794 | jpsaman | 2005-12-18 00:01:46 +0100 (Sun, 18 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-
-Support CHUNK_TYPE_RESET for mmsh. (Patch by Gregory Hartman: bap0se _at_ adelphia _dot_ net)
-------------------------------------------------------------------------
-r13793 | zorglub | 2005-12-17 19:39:28 +0100 (Sat, 17 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-
-Release playlist
-
-------------------------------------------------------------------------
-r13792 | zorglub | 2005-12-17 19:38:45 +0100 (Sat, 17 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Update NEWS
-
-------------------------------------------------------------------------
-r13791 | zorglub | 2005-12-17 19:19:05 +0100 (Sat, 17 Dec 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/open.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
-
-Improve the open box layout
- * Present the simple options first
- * Put the subtitles file option in the main panel
-
-------------------------------------------------------------------------
-r13790 | dionoea | 2005-12-16 18:47:05 +0100 (Fri, 16 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/share/http/requests/status.xml
-
-use vlc_object_exists -> the messages queue isn't filled with warnings
-anymore.
-
-------------------------------------------------------------------------
-r13789 | dionoea | 2005-12-16 18:46:26 +0100 (Fri, 16 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-
-add vlc_object_exist rpn function that checks if an object of ST(1) type exists
-
-------------------------------------------------------------------------
-r13788 | xtophe | 2005-12-16 18:34:15 +0100 (Fri, 16 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Housekeeping
-
-------------------------------------------------------------------------
-r13787 | xtophe | 2005-12-16 18:29:03 +0100 (Fri, 16 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix dirac detection
-
-------------------------------------------------------------------------
-r13786 | zorglub | 2005-12-16 18:28:36 +0100 (Fri, 16 Dec 2005) | 5 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
-Refill stream when seeking near of end of track. 
-Needs testing and review
-
-+ allow enabling of debug through #define STREAM_DEBUG
-
-------------------------------------------------------------------------
-r13785 | courmisch | 2005-12-16 15:50:11 +0100 (Fri, 16 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/network/rootwrap.c
-
-Accept UID 0 as a valid though dangerous user
-
-------------------------------------------------------------------------
-r13784 | zorglub | 2005-12-16 15:19:06 +0100 (Fri, 16 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-
-Don't crash
-
-------------------------------------------------------------------------
-r13783 | zorglub | 2005-12-16 14:46:42 +0100 (Fri, 16 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-
-Add multi-item support to cdda module (default enabled) - Refs:#459
-
-------------------------------------------------------------------------
-r13782 | zorglub | 2005-12-16 13:47:30 +0100 (Fri, 16 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/vlc.vim
-
-Match doxygen \todo marker
-
-------------------------------------------------------------------------
-r13781 | courmisch | 2005-12-16 12:51:44 +0100 (Fri, 16 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/network/rootwrap.c
-
-Missing includes
-
-------------------------------------------------------------------------
-r13780 | courmisch | 2005-12-16 12:32:19 +0100 (Fri, 16 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/network/rootwrap.c
-
-Add SVN properties
-
-------------------------------------------------------------------------
-r13779 | courmisch | 2005-12-16 12:18:38 +0100 (Fri, 16 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/src/network/rootwrap.c
-   M /trunk/src/network/tcp.c
-   M /trunk/src/vlc.c
-
-Implement root wrapper to allow using privileged TCP ports
-while not running the whole VLC as root - closes #440
-
-------------------------------------------------------------------------
-r13778 | zorglub | 2005-12-16 11:12:26 +0100 (Fri, 16 Dec 2005) | 2 lines
-Changed paths:
-   A /trunk/modules/access/cdda/Modules.am (from /trunk/modules/access/cdda/cddax/Modules.am:13777)
-   A /trunk/modules/access/cdda/access.c (from /trunk/modules/access/cdda/cddax/access.c:13777)
-   A /trunk/modules/access/cdda/access.h (from /trunk/modules/access/cdda/cddax/access.h:13777)
-   A /trunk/modules/access/cdda/callback.c (from /trunk/modules/access/cdda/cddax/callback.c:13777)
-   A /trunk/modules/access/cdda/callback.h (from /trunk/modules/access/cdda/cddax/callback.h:13777)
-   A /trunk/modules/access/cdda/cdda.c (from /trunk/modules/access/cdda/cddax/cdda.c:13777)
-   A /trunk/modules/access/cdda/cdda.h (from /trunk/modules/access/cdda/cddax/cdda.h:13777)
-   D /trunk/modules/access/cdda/cddax
-   A /trunk/modules/access/cdda/info.c (from /trunk/modules/access/cdda/cddax/info.c:13777)
-   A /trunk/modules/access/cdda/info.h (from /trunk/modules/access/cdda/cddax/info.h:13777)
-
-Bordel de saloperie de merde
-
-------------------------------------------------------------------------
-r13777 | zorglub | 2005-12-16 10:47:15 +0100 (Fri, 16 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/file.c
-
-Grmbl
-
-------------------------------------------------------------------------
-r13776 | zorglub | 2005-12-16 10:46:03 +0100 (Fri, 16 Dec 2005) | 2 lines
-Changed paths:
-   A /trunk/modules/access/cdda
-   A /trunk/modules/access/cdda/cddax (from /trunk/modules/access/cddax:13775)
-   M /trunk/modules/access/cdda.c
-   D /trunk/modules/access/cddax
-   M /trunk/modules/access/file.c
-
-Revert
-
-------------------------------------------------------------------------
-r13775 | zorglub | 2005-12-16 10:26:34 +0100 (Fri, 16 Dec 2005) | 2 lines
-Changed paths:
-   D /trunk/modules/access/cdda
-   A /trunk/modules/access/cddax (from /trunk/modules/access/cdda:13760)
-   M /trunk/modules/access/cddax/access.h
-   M /trunk/modules/access/cddax/callback.c
-   M /trunk/modules/access/cddax/callback.h
-   M /trunk/modules/access/cddax/info.c
-   M /trunk/modules/access/cddax/info.h
-
-Move cddax to access/cddax
-
-------------------------------------------------------------------------
-r13771 | fkuehne | 2005-12-15 19:36:46 +0100 (Thu, 15 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* fixed breakage introduced in [13766]
-------------------------------------------------------------------------
-r13770 | massiot | 2005-12-15 19:16:28 +0100 (Thu, 15 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- * extras/contrib/src/Makefile: Cosmetic.
-
-------------------------------------------------------------------------
-r13769 | massiot | 2005-12-15 19:11:58 +0100 (Thu, 15 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/mvar.c
-
- * modules/control/http/mvar.c: Handle file extensions case-insensitively.
-
-------------------------------------------------------------------------
-r13768 | fkuehne | 2005-12-15 18:49:05 +0100 (Thu, 15 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/stream_out/rtp.c
-
-o.O (refs [13767])
-------------------------------------------------------------------------
-r13767 | fkuehne | 2005-12-15 18:45:02 +0100 (Thu, 15 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/po/es.po
-
-* unify the Time-To-Live string and fix its Spanish translation (thanks to the forum user martintxo)
-------------------------------------------------------------------------
-r13766 | fkuehne | 2005-12-15 18:32:45 +0100 (Thu, 15 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/libmpcdec.patch
-   A /trunk/extras/contrib/src/Patches/mpcdec.patch (from /trunk/extras/contrib/src/Patches/libmpcdec.patch:13741)
-
-* fixed the compilation of libmpcdec, so INSTALL_NAME runs finely. Please check whether this script should run on win32/linux/BeOS as well.
-------------------------------------------------------------------------
-r13765 | courmisch | 2005-12-15 17:57:38 +0100 (Thu, 15 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/vlc-config.in.in
-
-Use libdir to determine PLUGIN_PATH - should fix #474
-
-------------------------------------------------------------------------
-r13764 | courmisch | 2005-12-15 17:51:38 +0100 (Thu, 15 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Remove unused & broken AC_DEFINE
-
-------------------------------------------------------------------------
-r13763 | littlejohn | 2005-12-15 17:00:44 +0100 (Thu, 15 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-
-Makefile works for both i386 and amd64 platforms
-
-
-------------------------------------------------------------------------
-r13762 | zorglub | 2005-12-15 16:51:59 +0100 (Thu, 15 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/MAINTAINERS
-
-Few modifs
-
-------------------------------------------------------------------------
-r13761 | zorglub | 2005-12-15 15:36:49 +0100 (Thu, 15 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/MAINTAINERS
-   M /trunk/src/libvlc.c
-
-Who said I'm bored ?
-
-------------------------------------------------------------------------
-r13760 | littlejohn | 2005-12-15 15:12:58 +0100 (Thu, 15 Dec 2005) | 3 lines
-Changed paths:
-   A /trunk/extras/emacs.init
-
-Emacs mode for Videolan Coding style.
-
-
-------------------------------------------------------------------------
-r13759 | courmisch | 2005-12-15 14:51:05 +0100 (Thu, 15 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-
-- Add brackets around IPv6 address automatically if needed
-- Some cleanup
-
-------------------------------------------------------------------------
-r13758 | dionoea | 2005-12-15 14:10:50 +0100 (Thu, 15 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interaction.h
-
-ooops
-
-------------------------------------------------------------------------
-r13757 | dionoea | 2005-12-15 13:53:22 +0100 (Thu, 15 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Change the http password request message.
-
-------------------------------------------------------------------------
-r13756 | dionoea | 2005-12-15 13:52:14 +0100 (Thu, 15 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interaction.h
-
-add automatic casts to vlc_object_t
-
-------------------------------------------------------------------------
-r13755 | zorglub | 2005-12-15 12:45:08 +0100 (Thu, 15 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/misc/modules.c
-
-Minor cleanup
-
-------------------------------------------------------------------------
-r13754 | zorglub | 2005-12-15 12:37:45 +0100 (Thu, 15 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/include/mtime.h
-   M /trunk/include/network.h
-   M /trunk/include/stream_output.h
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_acl.h
-   M /trunk/include/vlc_bits.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_demux.h
-   M /trunk/include/vlc_es_out.h
-   M /trunk/include/vlc_image.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_stream.h
-   M /trunk/include/vlc_tls.h
-   M /trunk/include/vlc_video.h
-   M /trunk/include/vlc_vlm.h
-   M /trunk/include/vlc_xml.h
-   M /trunk/include/vout_synchro.h
-
-Remove unused structures from vlc_common.h
-Minor headers cleanup
-
-------------------------------------------------------------------------
-r13753 | zorglub | 2005-12-15 12:14:49 +0100 (Thu, 15 Dec 2005) | 2 lines
-Changed paths:
-   A /trunk/extras/vlc.vim
-
-Update VIM syntax file, originally written by fenrir
-
-------------------------------------------------------------------------
-r13752 | oaubert | 2005-12-15 11:14:42 +0100 (Thu, 15 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlcglue.c
-   M /trunk/bindings/python/vlcglue.h
-   M /trunk/include/vlc/control.h
-   M /trunk/include/vlc/control_structures.h
-   M /trunk/include/vlc_control.h
-
-python bindings: formatted to VLC coding style
-
-------------------------------------------------------------------------
-r13751 | zorglub | 2005-12-15 10:37:57 +0100 (Thu, 15 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
-
-Use a wxDialog rather than a wxFrame
-
-------------------------------------------------------------------------
-r13750 | zorglub | 2005-12-15 10:15:03 +0100 (Thu, 15 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-
-Don't put a progress bar behing each input box
-
-------------------------------------------------------------------------
-r13749 | oaubert | 2005-12-15 10:00:28 +0100 (Thu, 15 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-
-src/control/core.c: fix start-time handling in start + coding style fixes
-
-------------------------------------------------------------------------
-r13748 | hartman | 2005-12-15 02:44:00 +0100 (Thu, 15 Dec 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/src/interface/interface.c
-
-* - This should fix the "crash upon quit" issue with VLC Mac OS X.
-  - It should also no longer crash if you select macosx as an extraintf. This is not allowed. It is the cause of the NSDictionary crash reported often in the forums. Notice however that if you have selected a primary interface that is not macosx, you might end up with a "blank application" forcing you to reset the preferences manually (your fault for mocking with them in the first place).
-  - Should fix clivlc mode. (this mode allows you to run VLC on OSX while no user is logged in, in the GUI).
-
-Thanks to Jean-Michel Vallat for kicking my ass. :D
-
-------------------------------------------------------------------------
-r13747 | dionoea | 2005-12-15 02:16:30 +0100 (Thu, 15 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interaction.c
-
-fix comments
-
-------------------------------------------------------------------------
-r13746 | littlejohn | 2005-12-15 02:11:38 +0100 (Thu, 15 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc/control_structures.h
-
-File description fixed and propset done.
-
-
-------------------------------------------------------------------------
-r13745 | dionoea | 2005-12-15 01:58:04 +0100 (Thu, 15 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interaction.h
-
-typo fix
-
-------------------------------------------------------------------------
-r13744 | littlejohn | 2005-12-15 01:40:53 +0100 (Thu, 15 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-<vlc/control_structures.h> header is installed by make.
-
-
-------------------------------------------------------------------------
-r13743 | xtophe | 2005-12-14 23:57:31 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/release-howto.txt
-
-small remark
-
-------------------------------------------------------------------------
-r13742 | hartman | 2005-12-14 23:26:55 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/control/http/mvar.c
-   M /trunk/src/input/subtitles.c
-
-* Free scandir results when we are done with them. Issue pointed out by jmvallat_vlc at mac dot com.
-
-------------------------------------------------------------------------
-r13741 | hartman | 2005-12-14 23:01:24 +0100 (Wed, 14 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* Enable liveMedia's RTSP over HTTP mode. This is something first used by QuickTime, and useful to get around annoying and dense NAT/firewall/proxy setups.
-  --rtsp-http enables the HTTP tunneling. --rtsp-http-port allows you to choose which port. The default port is 80.
-
-------------------------------------------------------------------------
-r13740 | xtophe | 2005-12-14 20:39:01 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interaction.c
-
-Typo
-
-------------------------------------------------------------------------
-r13739 | zorglub | 2005-12-14 20:13:43 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interaction.c
-
-Don't keep mutex locked if we bail out
-
-------------------------------------------------------------------------
-r13738 | zorglub | 2005-12-14 20:10:46 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   M /trunk/src/interface/interaction.c
-
-Fix no
-
-------------------------------------------------------------------------
-r13737 | zorglub | 2005-12-14 20:04:40 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-Progress bar for AVI index creation
-
-------------------------------------------------------------------------
-r13736 | zorglub | 2005-12-14 19:29:29 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/podcast.c
-
-build fix
-
-------------------------------------------------------------------------
-r13735 | zorglub | 2005-12-14 19:10:27 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-Use input_Read in shoutcast and display a progress dialog
-
-------------------------------------------------------------------------
-r13734 | zorglub | 2005-12-14 19:10:07 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-
-WX support for progressbar dialog. Still need some layout work
-
-------------------------------------------------------------------------
-r13733 | zorglub | 2005-12-14 19:09:50 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interaction.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/interface/interaction.c
-
-Add support for progress bars
-
-------------------------------------------------------------------------
-r13732 | zorglub | 2005-12-14 19:08:08 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/old.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/podcast.c
-
-Playlist can be ANYWHERE 
-
-------------------------------------------------------------------------
-r13731 | littlejohn | 2005-12-14 18:52:33 +0100 (Wed, 14 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/bindings/python/vlcglue.h
-
-Python bindings fixed for the new mediacontrol headers
-
-
-------------------------------------------------------------------------
-r13730 | zorglub | 2005-12-14 17:42:00 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-
-Update symbols
-
-------------------------------------------------------------------------
-r13729 | littlejohn | 2005-12-14 17:40:56 +0100 (Wed, 14 Dec 2005) | 5 lines
-Changed paths:
-   M /trunk/include/vlc/control.h
-   A /trunk/include/vlc/control_structures.h
-   A /trunk/include/vlc_control.h
-   M /trunk/src/control/audio_video.c
-   M /trunk/src/control/core.c
-   M /trunk/src/control/init.c
-   M /trunk/src/control/plugin.c
-   M /trunk/src/control/util.c
-
-Mediacontrol interface changes to detach use of vlc/control.h 
-header from internal headers. 
-Patch elaborated with Olivier Aubert.
-
-
-------------------------------------------------------------------------
-r13728 | zorglub | 2005-12-14 17:34:46 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/src/input/input.c
-
-Make input_Read return the input object id
-
-------------------------------------------------------------------------
-r13727 | damienf | 2005-12-14 15:08:16 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/test.html
-
-test.html: updated example HTML code for activex plugin
-
-------------------------------------------------------------------------
-r13726 | damienf | 2005-12-14 14:56:01 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-vlc.win32.nsi: activex plugin is now selected by default
-
-------------------------------------------------------------------------
-r13725 | damienf | 2005-12-14 14:53:36 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: target 'package-win32-base-exe' is now a bit smarter when looking for makensis, which also cover cygwin. Hence, target 'package-win32-base-exe-cygwin' is now redundant
-
-------------------------------------------------------------------------
-r13724 | oaubert | 2005-12-14 11:14:20 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-
-src/control/core.c: correctly set start-time through playlist_ItemAddOption
-
-------------------------------------------------------------------------
-r13722 | hartman | 2005-12-14 01:04:43 +0100 (Wed, 14 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/demux/wav.c
-
-* Support the "pcm " WAV fourcc. it's equal to "araw".
-  Tested against the WAV 6ch Speaker Test from SeeMoreDigital.net (Validated against QuickTime Player)
-
-------------------------------------------------------------------------
-r13721 | damienf | 2005-12-14 00:38:19 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: fixed "header present but cannot be compiled" warning for dshow.h and objsafe.h
-
-------------------------------------------------------------------------
-r13720 | hartman | 2005-12-14 00:12:38 +0100 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/auhal.c
-
-* Don't upmix the channels if we only have Stereo or Mono audio. Let the device setup take care of that.
-
-------------------------------------------------------------------------
-r13719 | hartman | 2005-12-13 21:16:47 +0100 (Tue, 13 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-* Fix directory.c on WinCE (which has neither DT_DIR nor S_ISDIR)
-
-------------------------------------------------------------------------
-r13718 | fkuehne | 2005-12-13 21:08:57 +0100 (Tue, 13 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-* hmm, you should use a clean tree for this... sorry
-------------------------------------------------------------------------
-r13717 | fkuehne | 2005-12-13 21:06:13 +0100 (Tue, 13 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-* ran 'make update-po' to get everything in sync again (the previous commit was targetted for 0.8.4a, but the translation was a bit too slow)
-------------------------------------------------------------------------
-r13716 | fkuehne | 2005-12-13 21:02:22 +0100 (Tue, 13 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/po/zh_CN.po
-
-* Updated Chinese translation by Wei Mingzhi
-------------------------------------------------------------------------
-r13714 | hartman | 2005-12-13 15:50:36 +0100 (Tue, 13 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/debian/vlc.desktop
-
-* patch to generalize our debian .desktop file so it is suited for the gentoo distribution.
-  patch by Diego 'Flameeyes' Petteno < flameeyes at gentoo dot org >
-
-------------------------------------------------------------------------
-r13712 | hartman | 2005-12-12 23:15:20 +0100 (Mon, 12 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/stream.c
-
-Fix a crash in stream_ReadLine
-------------------------------------------------------------------------
-r13711 | jpsaman | 2005-12-12 22:11:59 +0100 (Mon, 12 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/dv.c
-
-Fix crash when no IEEE1394/Firewire device is present
-------------------------------------------------------------------------
-r13710 | jpsaman | 2005-12-12 21:56:53 +0100 (Mon, 12 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Fix --enable-dv detection
-------------------------------------------------------------------------
-r13709 | zorglub | 2005-12-12 21:25:21 +0100 (Mon, 12 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-
-Use standard buttons
-
-------------------------------------------------------------------------
-r13708 | xtophe | 2005-12-12 20:58:12 +0100 (Mon, 12 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-freetype.c: BeOS fix (c++ism) and cosmetic
-
-------------------------------------------------------------------------
-r13707 | zorglub | 2005-12-12 20:56:23 +0100 (Mon, 12 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Support interaction in skins2
-
-------------------------------------------------------------------------
-r13706 | courmisch | 2005-12-12 20:24:55 +0100 (Mon, 12 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-Don't recurse in symbolic link - fixes #375
-
-------------------------------------------------------------------------
-r13705 | zorglub | 2005-12-12 19:14:23 +0100 (Mon, 12 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/release-howto.txt
-
-Minor changes to release howto
-
-------------------------------------------------------------------------
-r13704 | zorglub | 2005-12-12 19:13:18 +0100 (Mon, 12 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
-
-Handle all types of buttons and fix layouts
-
-------------------------------------------------------------------------
-r13703 | courmisch | 2005-12-12 19:11:26 +0100 (Mon, 12 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-Clean up and remove unnused internal parameter
-
-------------------------------------------------------------------------
-r13702 | zorglub | 2005-12-12 19:02:27 +0100 (Mon, 12 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/src/interface/interaction.c
-
-Propose to fix AVI index
-
-------------------------------------------------------------------------
-r13701 | zorglub | 2005-12-12 18:58:56 +0100 (Mon, 12 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_interaction.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/interface/interaction.c
-
-Add support for Yes/No questions (Refs:#27)
-
-------------------------------------------------------------------------
-r13700 | fkuehne | 2005-12-12 18:26:01 +0100 (Mon, 12 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/po/ja.po
-
-* trunk version of [13699]
-------------------------------------------------------------------------
-r13698 | oaubert | 2005-12-12 16:22:35 +0100 (Mon, 12 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/control/audio_video.c
-
-src/control/audio_video.c: cast visual_id parameter to int
-
-------------------------------------------------------------------------
-r13697 | oaubert | 2005-12-12 15:51:50 +0100 (Mon, 12 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-
-control/core.c: raise exceptions in get_media_position
-
-------------------------------------------------------------------------
-r13695 | hartman | 2005-12-12 13:31:32 +0100 (Mon, 12 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-* Fix an issue with changed names of seek hotkeys in osx intf.
-
-------------------------------------------------------------------------
-r13694 | oaubert | 2005-12-12 09:57:48 +0100 (Mon, 12 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-
-src/control/core.c: remove superfluous ;
-
-------------------------------------------------------------------------
-r13693 | oaubert | 2005-12-12 09:57:20 +0100 (Mon, 12 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/setup.py
-
-python/setup.py: use PIC versions of the libraries (patch by Filippo Carone)
-
-------------------------------------------------------------------------
-r13692 | dionoea | 2005-12-12 01:09:40 +0100 (Mon, 12 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/release-howto.txt
-
-add note about testing the win32 installer *and* uninstaller
-
-------------------------------------------------------------------------
-r13691 | hartman | 2005-12-12 00:41:29 +0100 (Mon, 12 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/misc/freetype.c
-
-* hebrew line order fixes. patch by Barak Ori (barakori at gmail dot com) (closes #369)
-
-------------------------------------------------------------------------
-r13688 | hartman | 2005-12-11 23:31:31 +0100 (Sun, 11 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/share/vlc_beos.rsrc
-
-* Updated BeOS icon
-
-------------------------------------------------------------------------
-r13686 | hartman | 2005-12-11 22:45:54 +0100 (Sun, 11 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
- * Added Mac OS X SPDIF audio to the NEWS
-
-------------------------------------------------------------------------
-r13683 | zorglub | 2005-12-11 22:19:48 +0100 (Sun, 11 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-Warn -> Dbg
-
-------------------------------------------------------------------------
-r13682 | babal | 2005-12-11 22:11:46 +0100 (Sun, 11 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-
-- correct calculation of the size of the overflow buffer
-  (fixes a crash with mono streams)
-
-------------------------------------------------------------------------
-r13681 | zorglub | 2005-12-11 20:59:14 +0100 (Sun, 11 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/playlist/playlist.c
-
-Handle removal
-Improve non-handling by interfaces without interaction
-
-------------------------------------------------------------------------
-r13680 | zorglub | 2005-12-11 19:23:31 +0100 (Sun, 11 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-
-Declare vlc_current_object. Patch by Filippo Carone
-
-------------------------------------------------------------------------
-r13679 | zorglub | 2005-12-11 17:08:23 +0100 (Sun, 11 Dec 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/Modules.am
-   A /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   A /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Beginning of a WX implementation
-
-Dirty currently ... 
-
-------------------------------------------------------------------------
-r13678 | zorglub | 2005-12-11 17:07:51 +0100 (Sun, 11 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Request authentication if we get a 401 error
-
-------------------------------------------------------------------------
-r13677 | zorglub | 2005-12-11 17:06:19 +0100 (Sun, 11 Dec 2005) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_interaction.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/interaction.c
-
-* Handle dialogs needing answer
-* Handle interfaces not providing interaction correctly
-* Add a new helper to request authentication
-* Add return codes
-
-------------------------------------------------------------------------
-r13675 | hartman | 2005-12-11 00:59:43 +0100 (Sun, 11 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
-* don't convert UTF-8 -> UTF-8 because we found a BOM.
-
-------------------------------------------------------------------------
-r13674 | hartman | 2005-12-11 00:47:34 +0100 (Sun, 11 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_stream.h
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/mem_stream.c
-   M /trunk/src/input/stream.c
-
-* UTF16 and UTF32 conversion to UTF8 for stream_ReadLine(). (fixes #304)
-
-------------------------------------------------------------------------
-r13673 | xtophe | 2005-12-11 00:36:34 +0100 (Sun, 11 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Fix make dist
-
-------------------------------------------------------------------------
-r13670 | hartman | 2005-12-10 19:21:34 +0100 (Sat, 10 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/Modules.am
-   D /trunk/modules/audio_filter/resampler/coreaudio.c
-
-* Remove coreaudio resampler
-
-------------------------------------------------------------------------
-r13669 | hartman | 2005-12-10 19:20:20 +0100 (Sat, 10 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/modules/audio_output/Modules.am
-
-* Remove CoreAudio module
-
-------------------------------------------------------------------------
-r13668 | hartman | 2005-12-10 19:16:02 +0100 (Sat, 10 Dec 2005) | 2 lines
-Changed paths:
-   D /trunk/modules/audio_output/coreaudio.c
-
-* Remove outdated CoreAudio module
-
-------------------------------------------------------------------------
-r13667 | dionoea | 2005-12-10 17:24:22 +0100 (Sat, 10 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-remove duplicate
-
-------------------------------------------------------------------------
-r13666 | fkuehne | 2005-12-10 17:23:01 +0100 (Sat, 10 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* moved my last addition to the OSX-intf-stuff and added the FOURCC-fixes
-------------------------------------------------------------------------
-r13665 | damienf | 2005-12-10 17:16:10 +0100 (Sat, 10 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-directx.c: fixed the initial grey flicker when using overlay surfaces by postponing painting the overlay colorkey until the first picture has been received the vout display
-
-------------------------------------------------------------------------
-r13664 | dionoea | 2005-12-10 17:10:46 +0100 (Sat, 10 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-cook is real audio
-
-------------------------------------------------------------------------
-r13663 | fkuehne | 2005-12-10 17:00:57 +0100 (Sat, 10 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* added another one
-------------------------------------------------------------------------
-r13662 | dionoea | 2005-12-10 16:53:38 +0100 (Sat, 10 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-update news for 0.8.4a ... is anything missing ?
-
-------------------------------------------------------------------------
-r13659 | oaubert | 2005-12-10 12:34:20 +0100 (Sat, 10 Dec 2005) | 4 lines
-Changed paths:
-   M /trunk/include/vlc/control.h
-   M /trunk/src/control/core.c
-
-src/control/core.c, include/vlc/control.h: Applied patch from Filippo Carone, 
- using vlc_object_id instead of a direct p_object pointer as parameter
- for mediacontrol_new_from_object
-
-------------------------------------------------------------------------
-r13658 | gbazin | 2005-12-10 12:15:19 +0100 (Sat, 10 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-* modules/demux/real.c: improved cook support. We now try to send audio subpackets as soon as they are available instead of waiting for the full re-ordering to be finished. Added some sanity checks as well and gave a try to 28_8 support (not tested).
-------------------------------------------------------------------------
-r13656 | fkuehne | 2005-12-10 11:50:02 +0100 (Sat, 10 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* added 'M264' as FOURCC for H.263 (used by MS's encoder)
-------------------------------------------------------------------------
-r13655 | gbazin | 2005-12-10 11:21:51 +0100 (Sat, 10 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/realaudio.c
-
-* modules/codec/realaudio.c: subpackets re-ordering is now done in the demuxer.
-------------------------------------------------------------------------
-r13654 | xtophe | 2005-12-10 00:40:24 +0100 (Sat, 10 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/portaudio-cross.patch
-
-Fix portaudio (closes #419)
-
-------------------------------------------------------------------------
-r13652 | courmisch | 2005-12-09 23:31:56 +0100 (Fri, 09 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/services_discovery/upnp.cpp
-
-Cumulated UPnP fixes from Christian Henz
-
-------------------------------------------------------------------------
-r13651 | gbazin | 2005-12-09 22:53:30 +0100 (Fri, 09 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/demux/real.c
-
-* modules/demux/real.c: re-order cook subpackets and send them 1 at a time to the decoder. This is required by the new ffmpeg cook codec (It also breaks our binary realaudio codec but I'll repair that later on).
-------------------------------------------------------------------------
-r13650 | dionoea | 2005-12-09 21:23:56 +0100 (Fri, 09 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-support for cook audio. Thanks to the ffmpeg people once more !
-
-------------------------------------------------------------------------
-r13649 | oaubert | 2005-12-09 18:54:47 +0100 (Fri, 09 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/setup.py
-
-python/setup.py: use vlc-config --version to determine version and misc. doc updates
-
-------------------------------------------------------------------------
-r13648 | oaubert | 2005-12-09 18:48:48 +0100 (Fri, 09 Dec 2005) | 2 lines
-Changed paths:
-   D /trunk/modules/control/corba/mediacontrol-core.c
-   D /trunk/modules/control/corba/mediacontrol-core.h
-   D /trunk/modules/control/corba/mediacontrol-init.c
-   D /trunk/modules/control/corba/mediacontrol-plugin.c
-
-corba: remove useless files
-
-------------------------------------------------------------------------
-r13647 | oaubert | 2005-12-09 18:48:17 +0100 (Fri, 09 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/corba/Modules.am
-   M /trunk/modules/control/corba/corba.c
-
-corba module: use the integrated mediacontrol API
-
-------------------------------------------------------------------------
-r13646 | oaubert | 2005-12-09 16:44:43 +0100 (Fri, 09 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: add src/control/init.c and src/control/plugin.c to EXTRA_DIST
-
-------------------------------------------------------------------------
-r13645 | oaubert | 2005-12-09 16:15:12 +0100 (Fri, 09 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/control/plugin.c
-
-src/control/plugin.c: correct include reference
-
-------------------------------------------------------------------------
-r13644 | oaubert | 2005-12-09 15:17:18 +0100 (Fri, 09 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/Makefile.am
-
-python/Makefile.am: correct the test for win32 systems
-
-------------------------------------------------------------------------
-r13643 | oaubert | 2005-12-09 14:37:06 +0100 (Fri, 09 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlcglue.c
-
-python/vlcglue.c: fix a signature-related warning
-
-------------------------------------------------------------------------
-r13642 | oaubert | 2005-12-09 14:29:09 +0100 (Fri, 09 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlcglue.c
-
-python/vlcglue.c: Allow that start, stop, pause, resume methods can take no parameter.
-
-------------------------------------------------------------------------
-r13641 | oaubert | 2005-12-09 14:13:20 +0100 (Fri, 09 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlcglue.c
-
-python/vlcglue.c: exception-related code fixes
-
-------------------------------------------------------------------------
-r13640 | oaubert | 2005-12-09 14:12:14 +0100 (Fri, 09 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlcglue.c
-
-python/vlcglue.c : Clear the exception when vlc.MediaControl is instanciated with no parameter.
-
-------------------------------------------------------------------------
-r13639 | xtophe | 2005-12-09 13:13:58 +0100 (Fri, 09 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix logger module on BeOS
-
-------------------------------------------------------------------------
-r13638 | zorglub | 2005-12-09 11:17:41 +0100 (Fri, 09 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_interaction.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/interface.hpp
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/interface/interface.c
-
-Replace function callback by variable callback.
-
-
-------------------------------------------------------------------------
-r13636 | xtophe | 2005-12-09 00:16:30 +0100 (Fri, 09 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-
-Fix x264 on win32
-
-------------------------------------------------------------------------
-r13634 | fkuehne | 2005-12-08 20:24:03 +0100 (Thu, 08 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* added 'x264' as valid FOURCC for H.264, although it is an unofficial one used by strange apps
-------------------------------------------------------------------------
-r13633 | dionoea | 2005-12-08 17:30:11 +0100 (Thu, 08 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-this should fix win32 and wince package-win*-base targets
-
-------------------------------------------------------------------------
-r13632 | md | 2005-12-08 15:48:59 +0100 (Thu, 08 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-first step towards SSM support in SDPs - refs #336
-
-------------------------------------------------------------------------
-r13631 | zorglub | 2005-12-08 10:05:58 +0100 (Thu, 08 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/gnomevfs.c
-
-Don't print too many errors
-
-------------------------------------------------------------------------
-r13630 | dionoea | 2005-12-08 00:23:30 +0100 (Thu, 08 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/share/http/functions.js
-
- * volume display fix
-
-------------------------------------------------------------------------
-r13629 | dionoea | 2005-12-08 00:20:42 +0100 (Thu, 08 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-add delete_small.png
-
-------------------------------------------------------------------------
-r13628 | gbazin | 2005-12-08 00:14:43 +0100 (Thu, 08 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/interface.hpp
-
-* modules/gui/wxwidgets: save embedded playlist size on exit.
-------------------------------------------------------------------------
-r13627 | dionoea | 2005-12-07 23:59:04 +0100 (Wed, 07 Dec 2005) | 6 lines
-Changed paths:
-   M /trunk/share/http/functions.js
-   A /trunk/share/http/images/delete_small.png
-   M /trunk/share/http/index.html
-   M /trunk/share/http/requests/browse.xml
-   M /trunk/share/http/requests/playlist.xml
-   M /trunk/share/http/requests/status.xml
-   M /trunk/share/http/style.css
-
- * playlist improvements :
-   * nodes can now be opened/closed
-   * items can be deleted
-   * shuffle, repeat and loop should work
- * add some comments to functions.js
-
-------------------------------------------------------------------------
-r13626 | dionoea | 2005-12-07 22:07:01 +0100 (Wed, 07 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/share/http/functions.js
-
- * fix misc fixes
-
-------------------------------------------------------------------------
-r13625 | dionoea | 2005-12-07 22:03:45 +0100 (Wed, 07 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/share/http/functions.js
-   M /trunk/share/http/index.html
-
- * misc fixes. Should now work in IE
-
-------------------------------------------------------------------------
-r13624 | hartman | 2005-12-07 20:49:20 +0100 (Wed, 07 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/coreaudio.c
-
-Fixes to the old coreaudio module. It will be removed, but at least we will have a proper version in the SVN history for prosperity
-------------------------------------------------------------------------
-r13623 | dionoea | 2005-12-07 18:09:57 +0100 (Wed, 07 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/share/http/functions.js
-   M /trunk/share/http/style.css
-
- * fix playlist bug and change some css
-
-------------------------------------------------------------------------
-r13622 | dionoea | 2005-12-07 18:03:48 +0100 (Wed, 07 Dec 2005) | 2 lines
-Changed paths:
-   A /trunk/share/http/requests/browse.xml
-
-oooops
-
-------------------------------------------------------------------------
-r13621 | dionoea | 2005-12-07 17:57:18 +0100 (Wed, 07 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   M /trunk/share/http/functions.js
-   M /trunk/share/http/style.css
-
- * Makefile.am : add new browse.xml file
- * functions.js : add option to select directories too
-
-------------------------------------------------------------------------
-r13620 | dionoea | 2005-12-07 17:50:42 +0100 (Wed, 07 Dec 2005) | 4 lines
-Changed paths:
-   M /trunk/share/http/functions.js
-   M /trunk/share/http/index.html
-   M /trunk/share/http/requests/status.xml
-   M /trunk/share/http/style.css
-
- * add browse dialog for file input (this needs some authentification ... but
-   i don't really know how i should handle it)
- * add now playing info
-
-------------------------------------------------------------------------
-r13618 | courmisch | 2005-12-07 16:35:52 +0100 (Wed, 07 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Link upnp with C++ rather than C
-
-------------------------------------------------------------------------
-r13617 | courmisch | 2005-12-07 16:11:08 +0100 (Wed, 07 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-   M /trunk/include/vlc_vlm.h
-   M /trunk/include/vlc_vod.h
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/src/misc/vlm.c
-
-Added a bunch of "const" - should fix warning in VLM GUIs
-
-------------------------------------------------------------------------
-r13614 | courmisch | 2005-12-07 14:28:25 +0100 (Wed, 07 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Work around for awfully broken Win32 DNS resolver - closes #445
-
-------------------------------------------------------------------------
-r13613 | dionoea | 2005-12-07 13:15:36 +0100 (Wed, 07 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/share/http/requests/playlist.xml
-
- & -> &amp; in name or uri 
-
-------------------------------------------------------------------------
-r13612 | zorglub | 2005-12-07 10:31:36 +0100 (Wed, 07 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interaction.h
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/src/interface/interaction.c
-
-Improve dialogs handling
-
-------------------------------------------------------------------------
-r13611 | hartman | 2005-12-07 03:44:07 +0100 (Wed, 07 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-* Fix the make VLC.app   which was broken due to the changed web interface
-
-------------------------------------------------------------------------
-r13610 | hartman | 2005-12-07 02:45:10 +0100 (Wed, 07 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/auhal.c
-
-Mac OS X audio module is now unified for analog and digital output. todo: test on a shitload of devices, test for stability (removal of USB audio device during playback), rename the plugin
-------------------------------------------------------------------------
-r13609 | dionoea | 2005-12-07 01:33:03 +0100 (Wed, 07 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/share/http/functions.js
-   M /trunk/share/http/index.html
-   M /trunk/share/http/requests/playlist.xml
-   M /trunk/share/http/requests/status.xml
-   M /trunk/share/http/style.css
-
-propset svn:keywords Id
-
-------------------------------------------------------------------------
-r13608 | dionoea | 2005-12-07 01:12:39 +0100 (Wed, 07 Dec 2005) | 4 lines
-Changed paths:
-   M /trunk/share/http/index.html
-
-add same controls as in previous http interface. As zorglub pointed out,
-some people might be using these controls regardless of the http interface
-code itself.
-
-------------------------------------------------------------------------
-r13607 | dionoea | 2005-12-07 01:09:25 +0100 (Wed, 07 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-HTTP interface change
-
-------------------------------------------------------------------------
-r13606 | dionoea | 2005-12-07 01:03:13 +0100 (Wed, 07 Dec 2005) | 13 lines
-Changed paths:
-   A /trunk/share/http
-   A /trunk/share/http/favicon.ico
-   A /trunk/share/http/functions.js
-   A /trunk/share/http/images
-   A /trunk/share/http/images/delete.png
-   A /trunk/share/http/images/eject.png
-   A /trunk/share/http/images/empty.png
-   A /trunk/share/http/images/fullscreen.png
-   A /trunk/share/http/images/help.png
-   A /trunk/share/http/images/loop.png
-   A /trunk/share/http/images/minus.png
-   A /trunk/share/http/images/next.png
-   A /trunk/share/http/images/pause.png
-   A /trunk/share/http/images/play.png
-   A /trunk/share/http/images/playlist.png
-   A /trunk/share/http/images/playlist_small.png
-   A /trunk/share/http/images/plus.png
-   A /trunk/share/http/images/prev.png
-   A /trunk/share/http/images/repeat.png
-   A /trunk/share/http/images/shuffle.png
-   A /trunk/share/http/images/slow.png
-   A /trunk/share/http/images/sort.png
-   A /trunk/share/http/images/sout.png
-   A /trunk/share/http/images/speaker.png
-   A /trunk/share/http/images/speaker_mute.png
-   A /trunk/share/http/images/stop.png
-   A /trunk/share/http/images/vlc16x16.png
-   A /trunk/share/http/images/volume_down.png
-   A /trunk/share/http/images/volume_up.png
-   A /trunk/share/http/index.html
-   A /trunk/share/http/requests
-   A /trunk/share/http/requests/playlist.xml
-   A /trunk/share/http/requests/status.xml
-   A /trunk/share/http/style.css
-
-New http interface
-
-Things that still need to be done :
- * check - and fix - compatibility with non-firefox browsers (it
-   doesn't work in IE yet)
- * bind actions to the playlist sort/delete actions
- * fix the subtitle options stuff
- * add a "browse" dialog (i'm not sure if the is a good idea ...
-   should be password protected)
- * VLM interface
-
-Comments are welcome :)
-
-------------------------------------------------------------------------
-r13605 | dionoea | 2005-12-07 00:58:31 +0100 (Wed, 07 Dec 2005) | 2 lines
-Changed paths:
-   D /trunk/share/http
-   A /trunk/share/http-old (from /trunk/share/http:13604)
-
-move old http files to http-old
-
-------------------------------------------------------------------------
-r13604 | gbazin | 2005-12-06 23:57:26 +0100 (Tue, 06 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-* modules/gui/wxwidgets/interface.cpp: last issues with the display of the embedded playlist should be solved.
-------------------------------------------------------------------------
-r13603 | ipkiss | 2005-12-06 21:12:34 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins/skins2-howto.xml: A few fixes and additions.
-
-------------------------------------------------------------------------
-r13602 | gbazin | 2005-12-06 21:10:02 +0100 (Tue, 06 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
-* modules/packetizer/h264.c: fixed massive memory leak.
-------------------------------------------------------------------------
-r13601 | gbazin | 2005-12-06 20:23:31 +0100 (Tue, 06 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* modules/demux/mkv.cpp: fixed memory leaks.
-------------------------------------------------------------------------
-r13600 | courmisch | 2005-12-06 20:09:37 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-fix make install
-
-------------------------------------------------------------------------
-r13599 | zorglub | 2005-12-06 20:09:20 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interaction.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/interaction.c
-
-Interaction facility (Refs:#27)
-
-------------------------------------------------------------------------
-r13598 | dionoea | 2005-12-06 19:52:53 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-
-rename to vlc_volume_set
-
-------------------------------------------------------------------------
-r13597 | dionoea | 2005-12-06 19:49:11 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-
-new rpn function : volume_set
-
-------------------------------------------------------------------------
-r13596 | courmisch | 2005-12-06 19:41:14 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-fix DISTCLEANFILES
-
-------------------------------------------------------------------------
-r13595 | courmisch | 2005-12-06 19:25:09 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Another bunch of non-existant files in POTFILES
-
-------------------------------------------------------------------------
-r13594 | courmisch | 2005-12-06 19:19:53 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Don't include unused files in POTFILES(!)
-
-------------------------------------------------------------------------
-r13593 | gbazin | 2005-12-06 19:16:12 +0100 (Tue, 06 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-* modules/gui/wxwidgets/interface.cpp: still more improvements to the display of the embedded playlist.
-------------------------------------------------------------------------
-r13592 | courmisch | 2005-12-06 18:16:07 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interaction.h
-   M /trunk/include/vlc_symbols.h
-
-Remove unexisting exported API
-
-------------------------------------------------------------------------
-r13591 | courmisch | 2005-12-06 17:49:16 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-Attempt to fix make distcheck
-
-------------------------------------------------------------------------
-r13590 | courmisch | 2005-12-06 17:38:58 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-One must update src/misc/modules.c whenever a new vlc_*.h file is created
-
-------------------------------------------------------------------------
-r13589 | courmisch | 2005-12-06 17:35:05 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-
-Fix symbols list
-
-------------------------------------------------------------------------
-r13588 | zorglub | 2005-12-06 17:33:34 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-Fix behaviour if repeat is enabled at startup
-
-------------------------------------------------------------------------
-r13587 | xtophe | 2005-12-06 14:05:18 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config_cat.h
-
-Don't translate empty strings ( Thanks to ShadeHawk)
-
-------------------------------------------------------------------------
-r13586 | courmisch | 2005-12-06 13:39:13 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Add missing include file
-
-------------------------------------------------------------------------
-r13585 | courmisch | 2005-12-06 13:34:02 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Fix ./configure within make distcheck
-
-------------------------------------------------------------------------
-r13584 | courmisch | 2005-12-06 13:32:39 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-
-Empty gettext translated strings are illegal
-
-------------------------------------------------------------------------
-r13583 | zorglub | 2005-12-06 13:19:52 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Fix a string. Thanks to ShadeHawk on irc for noticing
-
-------------------------------------------------------------------------
-r13582 | courmisch | 2005-12-06 13:14:24 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Fix POTFILES again
-
-------------------------------------------------------------------------
-r13581 | courmisch | 2005-12-06 13:08:14 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Add .hosts
-
-------------------------------------------------------------------------
-r13580 | dionoea | 2005-12-06 01:28:53 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-
-ugly dirty horrible thing so that text/xml files don't get labeled as text/html (and .xml files will now be parsed by VLC)
-
-------------------------------------------------------------------------
-r13579 | xtophe | 2005-12-06 00:31:22 +0100 (Tue, 06 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Reorder the ffmpeg detection. Please test, there is so many corner case :(
-
-------------------------------------------------------------------------
-r13578 | gbazin | 2005-12-05 22:56:06 +0100 (Mon, 05 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/share/http/admin/browse.html
-
-* share/http/admin/browse.html: made the file list a bit more readable.
-------------------------------------------------------------------------
-r13577 | asmax | 2005-12-05 22:40:46 +0100 (Mon, 05 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
-* several updates: animations, percent vars, equalizer...
-
-------------------------------------------------------------------------
-r13574 | courmisch | 2005-12-05 21:53:56 +0100 (Mon, 05 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/po/POTFILES.in
-   A /trunk/src/network/acl.c (from /trunk/src/stream_output/acl.c:13573)
-   D /trunk/src/stream_output/acl.c
-
-- Don't print a bogus warning when reading on empty line in a .host file
-- Move acl.c to a more appropriate location
-
-------------------------------------------------------------------------
-r13573 | courmisch | 2005-12-05 21:51:20 +0100 (Mon, 05 Dec 2005) | 2 lines
-Changed paths:
-   A /trunk/share/http/.hosts
-
-Add sample access list (currently accepting everything) for the HTTP interface
-
-------------------------------------------------------------------------
-r13572 | sigmunau | 2005-12-05 18:54:35 +0100 (Mon, 05 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-vlm.c: fix segfault when vlm command have mismatched quotes
-
-------------------------------------------------------------------------
-r13571 | courmisch | 2005-12-05 18:48:21 +0100 (Mon, 05 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Fix typo/compilation
-
-------------------------------------------------------------------------
-r13570 | courmisch | 2005-12-05 18:46:22 +0100 (Mon, 05 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/netsync.c
-
-- Use net_ConnectUDP on the slave side
-- Don't force a port on the slave side (that was not needed)
-
-------------------------------------------------------------------------
-r13569 | courmisch | 2005-12-05 18:45:59 +0100 (Mon, 05 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Use net_ConnectUDP
-
-------------------------------------------------------------------------
-r13568 | courmisch | 2005-12-05 18:33:11 +0100 (Mon, 05 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Use OS default for multicast hop limit if not overriden by the user
-
-------------------------------------------------------------------------
-r13567 | courmisch | 2005-12-05 18:30:14 +0100 (Mon, 05 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-   M /trunk/src/network/udp.c
-   M /trunk/src/stream_output/sap.c
-
-Use net_ConnectUDP
-
-------------------------------------------------------------------------
-r13566 | courmisch | 2005-12-05 17:50:25 +0100 (Mon, 05 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/src/libvlc.h
-
-Update multicast stream output options
-
-------------------------------------------------------------------------
-r13565 | courmisch | 2005-12-05 17:46:49 +0100 (Mon, 05 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Implement IP_MULTICAST_IF
-
-------------------------------------------------------------------------
-r13564 | courmisch | 2005-12-05 17:24:22 +0100 (Mon, 05 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Repair make dist
-
-------------------------------------------------------------------------
-r13563 | courmisch | 2005-12-05 17:24:12 +0100 (Mon, 05 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/network
-
-svn:ignore
-
-------------------------------------------------------------------------
-r13562 | zorglub | 2005-12-05 16:51:39 +0100 (Mon, 05 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/extras/make.pl
-   M /trunk/include/vlc_common.h
-   A /trunk/include/vlc_interaction.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/input/input.c
-   A /trunk/src/interface/interaction.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/playlist/playlist.c
-
-Very beginning of the interaction framework (Refs:#27)
-
-------------------------------------------------------------------------
-r13561 | zorglub | 2005-12-05 11:28:08 +0100 (Mon, 05 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-String remarks
-
-------------------------------------------------------------------------
-r13560 | zorglub | 2005-12-05 11:25:34 +0100 (Mon, 05 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-Recognize RV codecs
-
-------------------------------------------------------------------------
-r13559 | courmisch | 2005-12-05 11:09:14 +0100 (Mon, 05 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-fix previous commit
-
-------------------------------------------------------------------------
-r13558 | courmisch | 2005-12-05 11:00:14 +0100 (Mon, 05 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Implement multicast hop limit
-
-------------------------------------------------------------------------
-r13557 | courmisch | 2005-12-05 10:36:39 +0100 (Mon, 05 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/src/network/io.c
-   A /trunk/src/network/tcp.c (from /trunk/src/network/io.c:13556)
-   A /trunk/src/network/udp.c (from /trunk/src/network/io.c:13556)
-
-Sort out io.c
-
-------------------------------------------------------------------------
-r13556 | courmisch | 2005-12-05 10:06:39 +0100 (Mon, 05 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   D /trunk/src/misc/getaddrinfo.c
-   D /trunk/src/misc/httpd.c
-   D /trunk/src/misc/net.c
-   D /trunk/src/misc/tls.c
-   A /trunk/src/network
-   A /trunk/src/network/getaddrinfo.c (from /trunk/src/misc/getaddrinfo.c:13541)
-   A /trunk/src/network/httpd.c (from /trunk/src/misc/httpd.c:13541)
-   A /trunk/src/network/io.c (from /trunk/src/misc/net.c:13541)
-   A /trunk/src/network/tls.c (from /trunk/src/misc/tls.c:13541)
-
-Create src/network subdirectory
-
-------------------------------------------------------------------------
-r13555 | courmisch | 2005-12-05 10:01:29 +0100 (Mon, 05 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/rtsp/access.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-
-s/OpenTCP/ConnectTCP/ for consistency
-and other cosmetic fixes
-
-------------------------------------------------------------------------
-r13554 | fkuehne | 2005-12-04 23:46:03 +0100 (Sun, 04 Dec 2005) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/sfilters.m
-
-* implemented the controls for the logo and time filters (refs #350)
-* complete l10n support
-
-The usage of the logo-filter doesn't work here, but that might be because of my strange PNG-files. I'll investigate this tomorrow.
-
-It would be nice if some of the OSX-devs and testers could check whether everything works as expected, whether you are able crash the entire thingie, etc.
-Note that on-the-fly activation of filters doesn't work (this needs the vout-rework scheduled for 0.8.5).
-------------------------------------------------------------------------
-r13553 | fkuehne | 2005-12-04 22:33:57 +0100 (Sun, 04 Dec 2005) | 8 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/SFilters.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/SFilters.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/sfilters.h
-   M /trunk/modules/gui/macosx/sfilters.m
-
-* retrieve the settings for the logo and time filters (there seems to be bug @ position though)
-* removed the controls used for fixed positioning, because they conflict with the relative controls and aren't used by most of the users anyway
-* fixed 10.3 compatiblity
-
-still TODO:
-- implement the logo and time controls completely
-- l10n
-- FIXMEs
-------------------------------------------------------------------------
-r13552 | zorglub | 2005-12-04 22:24:08 +0100 (Sun, 04 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/utils/var_tree.cpp
-   M /trunk/modules/gui/skins2/utils/var_tree.hpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-
-Clean up - convert todos to doxygen style
-
-------------------------------------------------------------------------
-r13551 | zorglub | 2005-12-04 22:14:12 +0100 (Sun, 04 Dec 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-
-Implement playtree.sort() (basic implementation)
-
-Fix a bug in delete
-
-
-------------------------------------------------------------------------
-r13550 | gbazin | 2005-12-04 21:37:47 +0100 (Sun, 04 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/rtsp/rtsp.c
-
-* modules/access/rtsp/rtsp.c: fixed major bug in realrtsp access. Some incoming data would occasionally be dropped.
-------------------------------------------------------------------------
-r13549 | zorglub | 2005-12-04 21:07:30 +0100 (Sun, 04 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-
-Selection is almost working correctly
-
-------------------------------------------------------------------------
-r13548 | gbazin | 2005-12-04 20:40:36 +0100 (Sun, 04 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-* modules/audio_output/alsa.c: fix the leak in a nice way.
-------------------------------------------------------------------------
-r13547 | gbazin | 2005-12-04 20:35:35 +0100 (Sun, 04 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-* modules/audio_output/alsa.c: fixed minor memory leak.
-------------------------------------------------------------------------
-r13546 | zorglub | 2005-12-04 20:27:20 +0100 (Sun, 04 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/utils/var_tree.cpp
-   M /trunk/modules/gui/skins2/utils/var_tree.hpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-   M /trunk/modules/gui/skins2/vars/playtree.hpp
-
-Improve ensureVisible
-
-------------------------------------------------------------------------
-r13545 | gbazin | 2005-12-04 20:13:29 +0100 (Sun, 04 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/rtsp/access.c
-   M /trunk/modules/access/rtsp/real_asmrp.c
-   M /trunk/modules/access/rtsp/real_sdpplin.c
-   M /trunk/modules/access/rtsp/rtsp.c
-   M /trunk/modules/demux/real.c
-
-* modules/demux/real.c, modules/access/rtsp: fixed a bunch of memory leaks.
-------------------------------------------------------------------------
-r13544 | ipkiss | 2005-12-04 19:52:25 +0100 (Sun, 04 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * share/skins2/winamp2.xml: removed a useless control (not even working :))
-
-------------------------------------------------------------------------
-r13543 | oaubert | 2005-12-04 19:47:26 +0100 (Sun, 04 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: fix copy/paste artefact (silly me)
-
-------------------------------------------------------------------------
-r13542 | oaubert | 2005-12-04 19:46:21 +0100 (Sun, 04 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: new --enable-snapshot option (snapshot was previously built
-  with --enable-corba, but it can now be used through the python binding)
-
-------------------------------------------------------------------------
-r13541 | ipkiss | 2005-12-04 19:23:30 +0100 (Sun, 04 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-
- * skins2/src/generic_layout.cpp: Fixed a resizing bug (the invisible controls
-   were drawn when resizing the layout)
-
-------------------------------------------------------------------------
-r13540 | courmisch | 2005-12-04 18:40:59 +0100 (Sun, 04 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/net.c
-
-implement net_ConnectUDP() (yet to be used) to create a connected UDP socket,
-and stop doing different things with net_OpenUDP()
-
-------------------------------------------------------------------------
-r13539 | gbazin | 2005-12-04 18:36:24 +0100 (Sun, 04 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/realaudio.c
-
-* modules/codec/realaudio.c: try to detect dropped subpackets so we don't screw-up the subpackets reordering.
-------------------------------------------------------------------------
-r13538 | zorglub | 2005-12-04 18:15:24 +0100 (Sun, 04 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/x11/x11_popup.hpp
-
-Fix crash while drawing playlist
-+ popup compile fix (bonus !)
-
-------------------------------------------------------------------------
-r13537 | sigmunau | 2005-12-04 18:10:22 +0100 (Sun, 04 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-
-a52tospdif.c: fix regression in recent changes
-
-------------------------------------------------------------------------
-r13536 | ipkiss | 2005-12-04 17:54:17 +0100 (Sun, 04 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/share/skins2/skin.dtd
-
- * share/skins2/skin.dtd: Video.autoresize defaults to true
- * doc/skins/skins2-howto.xml: Added documentation for this attribute
-
-------------------------------------------------------------------------
-r13535 | ipkiss | 2005-12-04 17:19:28 +0100 (Sun, 04 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
-
- * skins2/macosx/macosx_factory.cpp: compilation fix
-
-------------------------------------------------------------------------
-r13534 | gbazin | 2005-12-04 17:16:54 +0100 (Sun, 04 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/interface.hpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
-
-* modules/gui/wxwidgets: display and resizing of the embedded playlist should behave a lot better now.
-------------------------------------------------------------------------
-r13533 | ipkiss | 2005-12-04 17:01:12 +0100 (Sun, 04 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * share/skins2/winamp2.xml: Change layout on double-clicks
-
-------------------------------------------------------------------------
-r13532 | zorglub | 2005-12-04 16:43:03 +0100 (Sun, 04 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   M /trunk/modules/gui/skins2/x11/x11_popup.cpp
-   M /trunk/modules/gui/skins2/x11/x11_popup.hpp
-
-Popup compile fix
-
-------------------------------------------------------------------------
-r13531 | zorglub | 2005-12-04 16:35:28 +0100 (Sun, 04 Dec 2005) | 12 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/utils/var_tree.cpp
-   M /trunk/modules/gui/skins2/utils/var_tree.hpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-   M /trunk/modules/gui/skins2/vars/playtree.hpp
-
-Improvements to playtree
-
-* Don't expand nodes by default
-* Distinguish notification types from document to view
-  ( update of one item, global change, append of one item)
-* Handle item-append 
-   - Add a command/callback
-   - TODO: Only rebuild the tree image if the newly appended item is 
-     visible
-* Rename m_lastPos to m_firstPos as it represents the first position
-* Beginning of a general ensureVisible function (not working yet)
-
-------------------------------------------------------------------------
-r13530 | ipkiss | 2005-12-04 15:47:26 +0100 (Sun, 04 Dec 2005) | 19 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
-   A /trunk/modules/gui/skins2/events/evt_menu.hpp
-   M /trunk/modules/gui/skins2/events/evt_motion.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
-   A /trunk/modules/gui/skins2/macosx/macosx_popup.cpp
-   A /trunk/modules/gui/skins2/macosx/macosx_popup.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/os_factory.hpp
-   A /trunk/modules/gui/skins2/src/os_popup.hpp
-   M /trunk/modules/gui/skins2/src/os_tooltip.hpp
-   A /trunk/modules/gui/skins2/src/popup.cpp
-   A /trunk/modules/gui/skins2/src/popup.hpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme.hpp
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-   M /trunk/modules/gui/skins2/src/top_window.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
-   A /trunk/modules/gui/skins2/win32/win32_popup.cpp
-   A /trunk/modules/gui/skins2/win32/win32_popup.hpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
-   A /trunk/modules/gui/skins2/x11/x11_popup.cpp
-   A /trunk/modules/gui/skins2/x11/x11_popup.hpp
-   M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
-   M /trunk/share/skins2/skin.dtd
-
- * skins2: support for custom popup menus, and win32 implementation.
-   XML example:
-       <PopupMenu id="sample_menu">
-           <MenuItem label="Play" action="vlc.play()" />
-           <MenuItem label="Pause" action="vlc.pause()" />
-           <MenuSeparator />
-           <MenuItem label="Show playlist" action="playlist_window.show()" />
-           <MenuItem label="Hide playlist" action="playlist_window.hide()" />
-           <MenuSeparator />
-           <MenuItem label="Quick open file" action="dialogs.fileSimple()" />
-       </PopupMenu>
-
-   To call the menu:
-       <Button action="sample_menu.show()" ... />
-
-   Known bug: the popup disappears when the user clicks "too fast" on the
-   button: the control refreshes itself in an asynchronous way, and the popup
-   dislikes it... so click slowly :)
-
-------------------------------------------------------------------------
-r13529 | courmisch | 2005-12-04 14:44:44 +0100 (Sun, 04 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Determine the RTSP control URL host dynamically, as seen from the RTSP client
-
-------------------------------------------------------------------------
-r13527 | courmisch | 2005-12-04 14:05:40 +0100 (Sun, 04 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-
-Fix RC compilation from source snapshots
-
-------------------------------------------------------------------------
-r13525 | jpsaman | 2005-12-04 13:53:53 +0100 (Sun, 04 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Do not crash on vlm command: 'new somestring vod enabled', when the user forgot --rtsp-host <ipaddress>:<port> on the vlc commandline.
-------------------------------------------------------------------------
-r13524 | courmisch | 2005-12-04 13:43:10 +0100 (Sun, 04 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Fix make dist
-Case matters when using filenames!
-
-------------------------------------------------------------------------
-r13520 | zorglub | 2005-12-04 12:54:22 +0100 (Sun, 04 Dec 2005) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access_output/bonjour.c
-   M /trunk/modules/services_discovery/bonjour.c
-
-Avahi 0.6 patch by  Diego 'Flameeyes' Petten?\195?\178 flameeyes at gentoo d0t org
-
-Thanks.
-
-------------------------------------------------------------------------
-r13518 | courmisch | 2005-12-04 12:23:55 +0100 (Sun, 04 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Enable timeshifting automatically with SAP - closes #450
-(can be disabled with an advanced option)
-
-------------------------------------------------------------------------
-r13517 | hartman | 2005-12-04 03:14:59 +0100 (Sun, 04 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/auhal.c
-
-First steps towards integrating coreaudio and auhal module into one. It does not actually render digital audio yet.
-------------------------------------------------------------------------
-r13516 | ipkiss | 2005-12-03 23:46:33 +0100 (Sat, 03 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/skin.dtd
-
- * share/skins2/skin.dtd: fixed a typo
-
-------------------------------------------------------------------------
-r13515 | hartman | 2005-12-03 20:35:54 +0100 (Sat, 03 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/output.h
-   M /trunk/modules/gui/macosx/output.m
-
-Delete more SLP stuff
-------------------------------------------------------------------------
-r13514 | hartman | 2005-12-03 20:07:02 +0100 (Sat, 03 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-Remove openslp since we no longer have it in VLC
-------------------------------------------------------------------------
-r13513 | hartman | 2005-12-03 19:22:34 +0100 (Sat, 03 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Fix ffmpeg HOSTCC attempt 2 :D
-------------------------------------------------------------------------
-r13512 | hartman | 2005-12-03 19:20:50 +0100 (Sat, 03 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Fix ffmpeg HOSTCC
-------------------------------------------------------------------------
-r13511 | hartman | 2005-12-03 19:15:42 +0100 (Sat, 03 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Fix contribs in case we do NOT cross compile
-------------------------------------------------------------------------
-r13510 | hartman | 2005-12-03 18:14:07 +0100 (Sat, 03 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Fix faad contrib on Mac OS X
-------------------------------------------------------------------------
-r13509 | hartman | 2005-12-03 18:04:42 +0100 (Sat, 03 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib x264 cleaning
-------------------------------------------------------------------------
-r13508 | hartman | 2005-12-03 18:00:55 +0100 (Sat, 03 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/x264_svn.patch
-
-Fix the x264 patch so it works again under Mac OS X
-------------------------------------------------------------------------
-r13507 | zorglub | 2005-12-03 17:02:32 +0100 (Sat, 03 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
-   M /trunk/modules/gui/skins2/src/anim_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/tooltip.cpp
-   M /trunk/modules/gui/skins2/src/tooltip.hpp
-   M /trunk/modules/gui/skins2/utils/observer.hpp
-   M /trunk/modules/gui/skins2/utils/position.hpp
-   M /trunk/modules/gui/skins2/utils/var_bool.cpp
-   M /trunk/modules/gui/skins2/utils/var_bool.hpp
-   M /trunk/modules/gui/skins2/utils/var_list.hpp
-   M /trunk/modules/gui/skins2/utils/var_percent.cpp
-   M /trunk/modules/gui/skins2/utils/var_percent.hpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/modules/gui/skins2/utils/var_text.hpp
-   M /trunk/modules/gui/skins2/utils/var_tree.hpp
-   M /trunk/modules/gui/skins2/vars/equalizer.cpp
-   M /trunk/modules/gui/skins2/vars/equalizer.hpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-
-Support for passing an argument from subject to observer
-
-------------------------------------------------------------------------
-r13506 | zorglub | 2005-12-03 16:22:28 +0100 (Sat, 03 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-
-Naive implementation of deletion : full rebuild after deletion, and refocus on current playing item
-
-------------------------------------------------------------------------
-r13505 | zorglub | 2005-12-03 15:57:01 +0100 (Sat, 03 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-
-Remove useless playtree.* commands
-
-------------------------------------------------------------------------
-r13504 | zorglub | 2005-12-03 15:56:28 +0100 (Sat, 03 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-
-Fix tree selection
-
-------------------------------------------------------------------------
-r13503 | gbazin | 2005-12-03 14:41:01 +0100 (Sat, 03 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/interface.hpp
-
-* modules/gui/wxwidgets: wxSplitterWindow is buggy under wxGTK so we implement our own version.
-------------------------------------------------------------------------
-r13502 | fkuehne | 2005-12-03 14:36:54 +0100 (Sat, 03 Dec 2005) | 10 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/SFilters.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/SFilters.nib/classes.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/SFilters.nib/info.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/SFilters.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/Modules.am
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   A /trunk/modules/gui/macosx/sfilters.h
-   A /trunk/modules/gui/macosx/sfilters.m
-
-* ALL: first development version of a GUI for the SubPicture Filters (refs #350)
-- the marquee section is already completely usable, more to come
-- TODO:
-    - fix all FIXMEs
-    - implement the logo and time settings completely
-    - implement l10n
-    - fix 10.3 compatibility (runs under Tiger only atm)
-    - save the preferences, if requested
-    - close a current vout and re-open it, when a filter is (de-)activated
-    - redesign the GUI to a smaller panel
-------------------------------------------------------------------------
-r13501 | zorglub | 2005-12-03 14:34:40 +0100 (Sat, 03 Dec 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-
-Should fix playlist scrolling
-
-playlist-current must not be handled by a full rebuild but by two item updates, on oldval (to remove its playing status) and newval (to give it playing status)
-
-------------------------------------------------------------------------
-r13500 | asmax | 2005-12-03 12:44:57 +0100 (Sat, 03 Dec 2005) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/skins2/src/anim_bitmap.cpp
-   A /trunk/modules/gui/skins2/src/anim_bitmap.hpp
-
-* forgot to add the new files...
-
-------------------------------------------------------------------------
-r13499 | asmax | 2005-12-03 12:43:35 +0100 (Sat, 03 Dec 2005) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/src/file_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/file_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/os_graphics.hpp
-   M /trunk/share/skins2/skin.dtd
-
-* all: support of animated bitmaps in skins: there are new attributes
-  "nbFrames" and "fps" in the (Sub)Bitmap elements to set the number
-  of frames and the frame rate in a bitmap. As in the radialslider,
-  the different frames are just laid vertically in the bitamp (and
-  all the frames must have the same size)
-  At the moment animated bitmaps are only supported in Button controls.
-
-------------------------------------------------------------------------
-r13498 | zorglub | 2005-12-03 12:40:40 +0100 (Sat, 03 Dec 2005) | 10 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/async_queue.cpp
-   M /trunk/modules/gui/skins2/commands/async_queue.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-
-Add a checkRemove method to CmdGeneric.
-It is called by asyncqueue if remove flag is true, to let the newly added command check if it wants its predecessors to be removed.
-
-Default is to always allow. Only implemented in CmdPlaytreeUpdate: only remove previous commands if they are about the same item.
-
--> Limit excess updates to playtree
-
-(There are some debug messages left in this commit, will remove later)
-
-
-------------------------------------------------------------------------
-r13497 | gbazin | 2005-12-02 23:00:52 +0100 (Fri, 02 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.h
-   M /trunk/modules/gui/wxwidgets/dialogs/streamout.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.hpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
-
-* modules/gui/wxwidgets: wxwidgets 2.4.2 compilation fixes as suggested by Charlie Ledogar (charlie10 at gmail dot com)
-------------------------------------------------------------------------
-r13496 | gbazin | 2005-12-02 21:50:37 +0100 (Fri, 02 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/interface.hpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
-   M /trunk/modules/gui/wxwidgets/video.cpp
-
-* modules/gui/wxwidgets: use a wxSplitterWindow to display the embedded playlist.
-------------------------------------------------------------------------
-r13495 | damienf | 2005-12-02 17:27:40 +0100 (Fri, 02 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/dvdnav.patch
-
-all: restored missing patches (mostly for BeOS)
-
-------------------------------------------------------------------------
-r13494 | zorglub | 2005-12-02 15:55:31 +0100 (Fri, 02 Dec 2005) | 4 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/playlist/playlist.c
-
-Don't notify playlist from input, input does it already
-
-The previous commit and this one globally have a rather negative impact, as we notify playlist waaayy too much while adding info. Should either be implemented in interface to reduce the number of updates, or as a flag to add_info if we have some more to do afterwards
-
-------------------------------------------------------------------------
-r13493 | zorglub | 2005-12-02 15:49:57 +0100 (Fri, 02 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/control.c
-
-Fix playlist notification in input
-
-------------------------------------------------------------------------
-r13492 | zorglub | 2005-12-02 15:48:57 +0100 (Fri, 02 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-
-Don't preparse item on playing it
-
-------------------------------------------------------------------------
-r13491 | damienf | 2005-12-02 10:59:04 +0100 (Fri, 02 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/dvdnav.patch
-
-dvdnav.patch: updated dvdnav-config.in to include dvdread lib
-
-------------------------------------------------------------------------
-r13490 | damienf | 2005-12-02 01:48:22 +0100 (Fri, 02 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-
-dvdnav.c: replace %lld printf formating with I64Fd
-
-------------------------------------------------------------------------
-r13489 | damienf | 2005-12-02 01:45:14 +0100 (Fri, 02 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/dvdnav.patch
-
-all: use libdvdnav builtin dvdread source rather than the standalone version
-     consolidated all dvdnav/dvdread patches into a single patch
-
-------------------------------------------------------------------------
-r13488 | gbazin | 2005-12-02 01:25:52 +0100 (Fri, 02 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/Modules.am
-   A /trunk/modules/gui/wxwidgets/bitmaps/playlist_small.xpm
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/interface.hpp
-   A /trunk/modules/gui/wxwidgets/playlist_manager.cpp (from /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp:13482)
-   A /trunk/modules/gui/wxwidgets/playlist_manager.hpp (from /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp:13482)
-   M /trunk/modules/gui/wxwidgets/timer.cpp
-
-* modules/gui/wxwidgets: start of a playlist_manager widget.
-   This is based on code from the current playlist dialog but this dialog should eventually make use of the widget as well (when enough features have been implemented).
-
-------------------------------------------------------------------------
-r13487 | ipkiss | 2005-12-01 23:30:39 +0100 (Thu, 01 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins/skins2-howto.xml: Documented the new attributes of the Text
-   control, and fixed a few details
-
-------------------------------------------------------------------------
-r13486 | xtophe | 2005-12-01 23:09:45 +0100 (Thu, 01 Dec 2005) | 5 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Extra/contrib: Fix goom
--Cette ligne, et les suivantes ci-dessous, seront ignor?\195?\169es--
-
-M    src/Makefile
-
-------------------------------------------------------------------------
-r13485 | gbazin | 2005-12-01 22:03:00 +0100 (Thu, 01 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-* modules/gui/wxwidgets/interface.cpp: slightly smaller interface size.
-------------------------------------------------------------------------
-r13484 | gbazin | 2005-12-01 20:03:28 +0100 (Thu, 01 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/input_manager.cpp
-   M /trunk/modules/gui/wxwidgets/input_manager.hpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/video.cpp
-
-* modules/gui/wxwidgets: fixes and improvements to the main interface code.
-------------------------------------------------------------------------
-r13483 | gbazin | 2005-12-01 20:01:48 +0100 (Thu, 01 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-
-* modules/audio_filter/converter/a52tospdif.c: remove useless cruft.
-------------------------------------------------------------------------
-r13482 | hartman | 2005-12-01 18:09:00 +0100 (Thu, 01 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-
-* Support little endian streams on Big endian output. In theory at least, the Mendelssohn_2.wav sample never worked for me. I think the dtssys demuxer has an endianness issue (probably in the header code or something). In my opinion the dtssys demux should only output big endian streams, because all DTS is generally big endian. It's just that .wav often isn't.
-------------------------------------------------------------------------
-r13481 | sigmunau | 2005-12-01 18:01:02 +0100 (Thu, 01 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/dummy/decoder.c
-
-modules/misc/dummy/decoder.c: Dummily decode subtitle tracks as well. 
-And just crash
-
-------------------------------------------------------------------------
-r13480 | hartman | 2005-12-01 17:14:18 +0100 (Thu, 01 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-   M /trunk/modules/audio_output/coreaudio.c
-
-Fix the a52 spdif filter, add big endian support to the DTS filter and add big endian support to the coreaudio module. Now if you use the coreaudio module, you can output encoded audio on the G5 and other systems. PLEASE check that your SPDIF support is not broken after this.
-------------------------------------------------------------------------
-r13478 | fkuehne | 2005-12-01 16:02:02 +0100 (Thu, 01 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   D /trunk/extras/MacOSX/Delete Preferences.app
-   A /trunk/extras/MacOSX/Delete_Preferences.app (from /trunk/extras/MacOSX/Delete Preferences.app:13449)
-
-* fixed the compilation on OSX when using our source-code-package and no svn checkout
-------------------------------------------------------------------------
-r13477 | hartman | 2005-12-01 15:12:16 +0100 (Thu, 01 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/src/audio_output/common.c
-
-* Introduce 'spdb' the big endian variant of 'spdi' output. This will be needed for the encoded audio output on the PowerMac G5. Only A52 is supported so far. DTS support will follow later. (As well as the actual OSX output changes)
-------------------------------------------------------------------------
-r13476 | gbazin | 2005-12-01 00:56:51 +0100 (Thu, 01 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/Modules.am
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.hpp
-   A /trunk/modules/gui/wxwidgets/input_manager.cpp (from /trunk/modules/gui/wxwidgets/main_slider_manager.cpp:13440)
-   A /trunk/modules/gui/wxwidgets/input_manager.hpp (from /trunk/modules/gui/wxwidgets/main_slider_manager.hpp:13440)
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/interface.hpp
-   D /trunk/modules/gui/wxwidgets/main_slider_manager.cpp
-   D /trunk/modules/gui/wxwidgets/main_slider_manager.hpp
-   D /trunk/modules/gui/wxwidgets/slider_manager.cpp
-   D /trunk/modules/gui/wxwidgets/slider_manager.hpp
-   M /trunk/modules/gui/wxwidgets/timer.cpp
-   M /trunk/modules/gui/wxwidgets/timer.hpp
-   M /trunk/modules/gui/wxwidgets/video.hpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-* modules/gui/wxwidgets: massive cleanup and simplification of the main interface code.
-------------------------------------------------------------------------
-r13475 | xtophe | 2005-11-30 23:03:40 +0100 (Wed, 30 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-
-Fix x264 compilation
-
-------------------------------------------------------------------------
-r13474 | xtophe | 2005-11-30 21:05:31 +0100 (Wed, 30 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Repair "make dist"
-
-------------------------------------------------------------------------
-r13472 | gbazin | 2005-11-30 20:16:27 +0100 (Wed, 30 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-* modules/demux/mp4/mp4.c: fixed bug with some HE-AAC audio tracks (no, really).
-------------------------------------------------------------------------
-r13471 | gbazin | 2005-11-30 18:52:41 +0100 (Wed, 30 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-* modules/demux/mp4/mp4.c: fixed bug with some HE-AAC audio tracks.
-------------------------------------------------------------------------
-r13469 | sigmunau | 2005-11-30 11:04:44 +0100 (Wed, 30 Nov 2005) | 20 lines
-Changed paths:
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-
-Support for CAM modules on dvb-s cards using the high-level CI api from 
-linux-dvb. This currently mean Twinhan cards and clones.
-
-There are three compile time switches currently available to people who 
-want to test this:
-
-RESET_CAM_SLOTS can be defined to 0 to disable the CA_RESET call at 
-startup. This greatly improves startup time for my cam at least. 
-
-HLCI_WAIT_CAM_READY can be defined to 1 to enable a loop that waits 
-untill the cam module is ready. This may take a long time (at least if 
-RESET_CAM_SLOTS is set), and does not happen at all under some error 
-conditions.
-
-CAM_PROG_MAX is a limit on the number of programs the code will send 
-CAPMT messages for. This can be used to work around buggy cam/card 
-combos that have issues when too many capmts are added.
-
-Hopefully this doesn't break the low level CAM support
-
-------------------------------------------------------------------------
-r13468 | gbazin | 2005-11-30 08:35:30 +0100 (Wed, 30 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* modules/codec/ffmpeg/ffmpeg.c: add BMP codec support for when ffmpeg increases their libavcodec version number.
-------------------------------------------------------------------------
-r13467 | zorglub | 2005-11-30 00:12:52 +0100 (Wed, 30 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/logger.c
-
-Add ability to log to syslog (Closes:#334)
-
-------------------------------------------------------------------------
-r13466 | damienf | 2005-11-30 00:02:17 +0100 (Wed, 30 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Makefile: libcaca configure does detect mingw properly under cygwin, give it a hand
-
-------------------------------------------------------------------------
-r13465 | zorglub | 2005-11-29 23:22:14 +0100 (Tue, 29 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/stream_output.h
-   M /trunk/modules/stream_out/Modules.am
-   D /trunk/modules/stream_out/announce.c
-   D /trunk/modules/stream_out/announce.h
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/announce.c
-
-Remove SLP (Closes:#434)
-
-------------------------------------------------------------------------
-r13463 | ipkiss | 2005-11-29 20:26:08 +0100 (Tue, 29 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/po/fr.po
-
- * po/fr.po: Fixed a little error, reported on the forums by "frenchynomatter".
-   (http://forum.videolan.org/viewtopic.php?p=44548)
-
-------------------------------------------------------------------------
-r13462 | damienf | 2005-11-29 20:20:12 +0100 (Tue, 29 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-dshow.cpp: fixed a potentatial crash, some memory was released twice
-
-------------------------------------------------------------------------
-r13461 | asmax | 2005-11-29 19:44:11 +0100 (Tue, 29 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
-* winamp2.xml: fix the resize control of the playlist small layout
-
-------------------------------------------------------------------------
-r13460 | courmisch | 2005-11-29 18:10:05 +0100 (Tue, 29 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix discrepency when in CyberLink precompile test
-
-------------------------------------------------------------------------
-r13459 | dionoea | 2005-11-29 17:20:33 +0100 (Tue, 29 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/libvlc.h
-
-add aspect ratio, crop and deinterlace hotkeys. fixes #442
-
-------------------------------------------------------------------------
-r13457 | damienf | 2005-11-29 16:25:20 +0100 (Tue, 29 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/inplace.bmp
-   M /trunk/activex/vlc16x16.bmp
-
-all: updated activex control to use new cone design
-
-------------------------------------------------------------------------
-r13455 | dionoea | 2005-11-29 16:16:15 +0100 (Tue, 29 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-default disable windows context menu VLC entries
-
-------------------------------------------------------------------------
-r13452 | dionoea | 2005-11-29 15:44:22 +0100 (Tue, 29 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/file.c
-
-win32 stdout fix by Polyphem
-http://forum.videolan.org/viewtopic.php?t=14251
-
-------------------------------------------------------------------------
-r13450 | fkuehne | 2005-11-29 15:06:52 +0100 (Tue, 29 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.m
-   M /trunk/modules/gui/wxwidgets/streamdata.cpp
-
-* fix transcoding using H.264 / H.263. The change in the wx-intf needs testing.
-------------------------------------------------------------------------
-r13449 | damienf | 2005-11-29 12:01:03 +0100 (Tue, 29 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/vout.h
-
-vout.h: missing header settings that should have been committed with r13443
-
-------------------------------------------------------------------------
-r13448 | zorglub | 2005-11-29 09:58:34 +0100 (Tue, 29 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Trunk - Don't detect avahi versions we can't support - Patch by Diego "Flameeyes" Petten?\195?\178
-
-
-------------------------------------------------------------------------
-r13446 | dionoea | 2005-11-29 02:22:41 +0100 (Tue, 29 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-
-add the magnify filter to the list
-
-------------------------------------------------------------------------
-r13445 | dionoea | 2005-11-29 00:46:27 +0100 (Tue, 29 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/connectioncontainer.cpp
-   M /trunk/activex/connectioncontainer.h
-   M /trunk/activex/dataobject.cpp
-   M /trunk/activex/dataobject.h
-   M /trunk/activex/main.cpp
-   M /trunk/activex/objectsafety.cpp
-   M /trunk/activex/objectsafety.h
-   M /trunk/activex/olecontrol.cpp
-   M /trunk/activex/olecontrol.h
-   M /trunk/activex/oleinplaceactiveobject.cpp
-   M /trunk/activex/oleinplaceactiveobject.h
-   M /trunk/activex/oleinplaceobject.cpp
-   M /trunk/activex/oleinplaceobject.h
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/oleobject.h
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/persistpropbag.h
-   M /trunk/activex/persiststorage.cpp
-   M /trunk/activex/persiststorage.h
-   M /trunk/activex/persiststreaminit.cpp
-   M /trunk/activex/persiststreaminit.h
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/provideclassinfo.cpp
-   M /trunk/activex/provideclassinfo.h
-   M /trunk/activex/utils.cpp
-   M /trunk/activex/utils.h
-   M /trunk/activex/viewobject.cpp
-   M /trunk/activex/viewobject.h
-   M /trunk/activex/vlccontrol.cpp
-   M /trunk/activex/vlccontrol.h
-   M /trunk/bindings/python/vlcglue.c
-   M /trunk/bindings/python/vlcglue.h
-   M /trunk/evc/errno.h
-   M /trunk/evc/modules_builtin_evc.h
-   M /trunk/include/mmx.h
-   M /trunk/include/snapshot.h
-   M /trunk/include/vlc/control.h
-   M /trunk/include/vlc_acl.h
-   M /trunk/include/vlc_config.h
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_md5.h
-   M /trunk/include/vlc_osd.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/lxdialog/checklist.c
-   M /trunk/lxdialog/colors.h
-   M /trunk/lxdialog/dialog.h
-   M /trunk/lxdialog/inputbox.c
-   M /trunk/lxdialog/lxdialog.c
-   M /trunk/lxdialog/menubox.c
-   M /trunk/lxdialog/msgbox.c
-   M /trunk/lxdialog/textbox.c
-   M /trunk/lxdialog/util.c
-   M /trunk/lxdialog/yesno.c
-   M /trunk/modules/access/cdda/access.h
-   M /trunk/modules/access/cdda/callback.c
-   M /trunk/modules/access/cdda/callback.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/cdda/info.h
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-   M /trunk/modules/access/pvr/videodev2.h
-   M /trunk/modules/access/rtsp/access.c
-   M /trunk/modules/access/rtsp/real.c
-   M /trunk/modules/access/rtsp/real.h
-   M /trunk/modules/access/rtsp/real_asmrp.c
-   M /trunk/modules/access/rtsp/real_rmff.c
-   M /trunk/modules/access/rtsp/real_rmff.h
-   M /trunk/modules/access/rtsp/real_sdpplin.c
-   M /trunk/modules/access/rtsp/real_sdpplin.h
-   M /trunk/modules/access/rtsp/rtsp.c
-   M /trunk/modules/access/rtsp/rtsp.h
-   M /trunk/modules/access/screen/mac.c
-   M /trunk/modules/access/screen/screen.h
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/info.h
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/audio_filter/channel_mixer/dolby.c
-   M /trunk/modules/codec/realaudio.c
-   M /trunk/modules/control/corba/mediacontrol-core.c
-   M /trunk/modules/control/corba/mediacontrol-core.h
-   M /trunk/modules/control/corba/mediacontrol-init.c
-   M /trunk/modules/control/corba/mediacontrol-plugin.c
-   M /trunk/modules/control/http/http.h
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/macros.h
-   M /trunk/modules/control/http/mvar.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/control/showintf.c
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/mpc.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/nuv.c
-   M /trunk/modules/gui/pda/pda_interface.c
-   M /trunk/modules/gui/pda/pda_interface.h
-   M /trunk/modules/gui/pda/pda_support.c
-   M /trunk/modules/gui/pda/pda_support.h
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/gui/qnx/qnx.c
-   M /trunk/modules/gui/qnx/vout.c
-   M /trunk/modules/gui/skins2/unzip/crypt.h
-   M /trunk/modules/gui/skins2/unzip/ioapi.c
-   M /trunk/modules/gui/skins2/unzip/ioapi.h
-   M /trunk/modules/gui/skins2/unzip/unzip.c
-   M /trunk/modules/gui/skins2/unzip/unzip.h
-   M /trunk/modules/gui/skins2/utils/var_tree.cpp
-   M /trunk/modules/gui/skins2/utils/var_tree.hpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-   M /trunk/modules/gui/skins2/vars/playtree.hpp
-   M /trunk/modules/gui/wince/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.hpp
-   M /trunk/modules/gui/wxwidgets/interface.hpp
-   M /trunk/modules/gui/wxwidgets/main_slider_manager.cpp
-   M /trunk/modules/gui/wxwidgets/main_slider_manager.hpp
-   M /trunk/modules/gui/wxwidgets/slider_manager.cpp
-   M /trunk/modules/gui/wxwidgets/slider_manager.hpp
-   M /trunk/modules/gui/wxwidgets/streamdata.cpp
-   M /trunk/modules/gui/wxwidgets/streamdata.h
-   M /trunk/modules/gui/wxwidgets/timer.hpp
-   M /trunk/modules/gui/wxwidgets/video.hpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-   M /trunk/modules/misc/svg.c
-   M /trunk/modules/misc/testsuite/playlist.c
-   M /trunk/modules/misc/win32text.c
-   M /trunk/modules/mux/mpjpeg.c
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/upnp.cpp
-   M /trunk/modules/stream_out/announce.c
-   M /trunk/modules/stream_out/transrate/getvlc.h
-   M /trunk/modules/stream_out/transrate/putvlc.h
-   M /trunk/modules/video_filter/magnify.c
-   M /trunk/modules/video_filter/osdmenu.c
-   M /trunk/modules/video_filter/swscale/rgb2rgb.c
-   M /trunk/modules/video_filter/swscale/rgb2rgb.h
-   M /trunk/modules/video_filter/swscale/rgb2rgb_template.c
-   M /trunk/modules/video_filter/swscale/swscale.c
-   M /trunk/modules/video_filter/swscale/swscale.h
-   M /trunk/modules/video_filter/swscale/swscale_altivec_template.c
-   M /trunk/modules/video_filter/swscale/swscale_internal.h
-   M /trunk/modules/video_filter/swscale/swscale_template.c
-   M /trunk/modules/video_filter/swscale/yuv2rgb.c
-   M /trunk/modules/video_filter/swscale/yuv2rgb_altivec.c
-   M /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
-   M /trunk/modules/video_filter/swscale/yuv2rgb_template.c
-   M /trunk/modules/video_output/hd1000v.cpp
-   M /trunk/mozilla/support/classinfo.h
-   M /trunk/mozilla/support/npmac.cpp
-   M /trunk/mozilla/support/npunix.c
-   M /trunk/mozilla/support/npwin.cpp
-   M /trunk/msvc/modules_builtin_msvc.h
-   M /trunk/python/vlcmodule.c
-   M /trunk/share/newres.h
-   M /trunk/share/resource.h
-   M /trunk/src/control/audio_video.c
-   M /trunk/src/control/core.c
-   M /trunk/src/control/init.c
-   M /trunk/src/control/plugin.c
-   M /trunk/src/control/util.c
-   M /trunk/src/extras/dirent.c
-   M /trunk/src/extras/getopt.c
-   M /trunk/src/extras/getopt.h
-   M /trunk/src/extras/getopt1.c
-   M /trunk/src/input/access.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/mem_stream.c
-   M /trunk/src/input/var.c
-   M /trunk/src/misc/md5.c
-   M /trunk/src/misc/unicode.c
-   M /trunk/src/osd/osd.c
-   M /trunk/src/osd/osd_parser.c
-   M /trunk/src/playlist/services_discovery.c
-   M /trunk/src/playlist/view.c
-   M /trunk/src/stream_output/acl.c
-
-svn propset svn:keywords Id
-
-------------------------------------------------------------------------
-r13444 | dionoea | 2005-11-29 00:33:48 +0100 (Tue, 29 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/messages.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/open.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/streamout.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
-
-svn propset svn:keywords Id
-
-------------------------------------------------------------------------
-r13443 | damienf | 2005-11-28 23:02:13 +0100 (Mon, 28 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-directx.c: disable screensaver by temporarily resetting screensaver system settings
-
-------------------------------------------------------------------------
-r13442 | dionoea | 2005-11-28 22:23:27 +0100 (Mon, 28 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-synch with 0.8.4 tag
-
-------------------------------------------------------------------------
-r13441 | ipkiss | 2005-11-28 22:01:07 +0100 (Mon, 28 Nov 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/share/skins2/skin.dtd
-
- * skins2: The Image control now supports the "action2" attribute (feel free to
-   suggest a better name :)), triggered by a double click.
-   Very kewl to change the layout...
-
-------------------------------------------------------------------------
-r13440 | damienf | 2005-11-28 18:33:12 +0100 (Mon, 28 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-
-x264-svn-win32.patch: updated for x264 rev 380
-Makefile: more cygwin related fixes
-
-------------------------------------------------------------------------
-r13439 | zorglub | 2005-11-28 17:14:34 +0100 (Mon, 28 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bindings/java/VlcClient.java
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-iIgnore version.c in pofiles generation
-
-------------------------------------------------------------------------
-r13438 | courmisch | 2005-11-28 17:03:33 +0100 (Mon, 28 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Remove non-existant src/misc/version.c from POTFILES
-DO NOT ADD IT AGAIN - YOU WERE WARNED!
-
-------------------------------------------------------------------------
-r13437 | courmisch | 2005-11-28 10:26:56 +0100 (Mon, 28 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/visualization/xosd.c
-
-Use strdup() instead of malloc()/sprintf(), and fix off-by-one overflow
-Please test.
-
-------------------------------------------------------------------------
-r13436 | courmisch | 2005-11-28 10:25:33 +0100 (Mon, 28 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http/macro.c
-
-Fix format string would-be vulnerability (the macro is never actually used)
-reported by Diego 'Flameeyes' Petten?\195?\178 (gentoo.org)
-
-------------------------------------------------------------------------
-r13434 | bigben | 2005-11-28 00:28:55 +0100 (Mon, 28 Nov 2005) | 7 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-* Hopefully fix a52 over spdif with alsa (at least, there is no error anymore)
-
-* If anybody has the appropriate hardware, PLEASE test
-
-(this is broken in 0.8.4, do we make a 0.8.4a for linux, along with the hal fixes ?)
-
-
-------------------------------------------------------------------------
-r13432 | gbazin | 2005-11-27 20:10:01 +0100 (Sun, 27 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/zlib.patch
-
-* extras/contrib/src/Patches/zlib.patch: updated for wince.
-------------------------------------------------------------------------
-r13430 | ipkiss | 2005-11-27 19:49:49 +0100 (Sun, 27 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * share/skins2/winamp2.xml: same fix for other controls
-
-------------------------------------------------------------------------
-r13429 | ipkiss | 2005-11-27 19:47:39 +0100 (Sun, 27 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * share/skins2/winamp2.xml: Fixed a Text control
-
-------------------------------------------------------------------------
-r13428 | gbazin | 2005-11-27 19:38:51 +0100 (Sun, 27 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* modules/codec/ffmpeg/video.c: use frame-rate from container, if available (Closes:#428).
-------------------------------------------------------------------------
-r13427 | ipkiss | 2005-11-27 19:15:23 +0100 (Sun, 27 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * share/skins2/winamp2.xml: Use the new resizeE feature for the resizing
-   control of the playlist, in the small layout.
-
-------------------------------------------------------------------------
-r13426 | ipkiss | 2005-11-27 19:13:23 +0100 (Sun, 27 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-
- * skins2/controls/ctrl_resize.cpp: The action of a Image control can now be
-   resizeS or resizeE, in addition to the good old resizeSE.
-
-------------------------------------------------------------------------
-r13425 | gbazin | 2005-11-27 18:51:56 +0100 (Sun, 27 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/faad2-20050513-win32.patch
-   M /trunk/extras/contrib/src/Patches/faad2.patch
-   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
-
-* extras/contrib: wince ffmpeg fixes + faad support.
-------------------------------------------------------------------------
-r13424 | fkuehne | 2005-11-27 17:32:06 +0100 (Sun, 27 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* added credit for the new icon
-------------------------------------------------------------------------
-r13423 | asmax | 2005-11-27 17:19:45 +0100 (Sun, 27 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
-* winamp2.xml: fixed 13419 (don't work at least for "chaos")
-
-------------------------------------------------------------------------
-r13422 | asmax | 2005-11-27 17:01:53 +0100 (Sun, 27 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/vars/equalizer.cpp
-   M /trunk/modules/gui/skins2/vars/equalizer.hpp
-   M /trunk/modules/gui/skins2/vars/time.hpp
-   M /trunk/share/skins2/winamp2.xml
-
-* all: added a new variable "equalizer.preamp" (self-explanatory ;) in skins
-* winamp2.xml: added preamp slider and fixed offsets
-
-------------------------------------------------------------------------
-r13421 | zorglub | 2005-11-27 16:57:28 +0100 (Sun, 27 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Imrpove description of http-continuous (Closes:#409)
-
-------------------------------------------------------------------------
-r13420 | ipkiss | 2005-11-27 16:54:26 +0100 (Sun, 27 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
-   M /trunk/modules/gui/skins2/events/evt_key.hpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.hpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.hpp
-   M /trunk/modules/gui/skins2/events/evt_special.hpp
-   M /trunk/modules/gui/skins2/src/dialogs.hpp
-   M /trunk/modules/gui/skins2/src/os_factory.hpp
-   M /trunk/modules/gui/skins2/utils/bezier.hpp
-   M /trunk/modules/gui/skins2/utils/position.hpp
-
- * skins2/*: cosmetic changes
-
-------------------------------------------------------------------------
-r13419 | ipkiss | 2005-11-27 16:29:55 +0100 (Sun, 27 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * share/skins2/winamp2.xml: fixed the images of the playlist buttons
-
-------------------------------------------------------------------------
-r13418 | zorglub | 2005-11-27 16:27:52 +0100 (Sun, 27 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Bah.. Fix HAL in libvlc
-
-------------------------------------------------------------------------
-r13417 | dionoea | 2005-11-27 15:56:54 +0100 (Sun, 27 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-typo fix
-
-------------------------------------------------------------------------
-r13416 | ipkiss | 2005-11-27 15:54:02 +0100 (Sun, 27 Nov 2005) | 4 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * share/skins2/winamp2.xml:
-   - added the smaller version of the time slider used in some skins
-   - made all the IDs unique
-
-------------------------------------------------------------------------
-r13415 | ipkiss | 2005-11-27 15:42:02 +0100 (Sun, 27 Nov 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme.cpp
-
- * skins2/src/theme.cpp: allow specifying lists of IDs for bitmaps and fonts,
-   in controls. The first valid one will be used. This is particularly useful
-   for winamp skin, where you cannot know in advance the size of some images,
-   so you can define 2 bitmaps, but only one control.
-
-------------------------------------------------------------------------
-r13414 | ipkiss | 2005-11-27 14:27:57 +0100 (Sun, 27 Nov 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-
- * skins2/controls/ctrl_image.cpp: fixed a resizing bug.
-   A CtrlImage resized with the mosaic method didn't catch events outside of
-   the initial (before resizing) size.
-
-------------------------------------------------------------------------
-r13413 | ipkiss | 2005-11-27 14:24:02 +0100 (Sun, 27 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-
- * skins2/parser/interpreter.cpp: cosmetic change
-
-------------------------------------------------------------------------
-r13412 | gbazin | 2005-11-27 14:15:39 +0100 (Sun, 27 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
-
-* extras/contrib/src/Patches/ffmpeg-cvs-wince.patch: updated patch.
-------------------------------------------------------------------------
-r13411 | yoann | 2005-11-27 12:34:07 +0100 (Sun, 27 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/bindings/python
-
-svn:ignore
-
-------------------------------------------------------------------------
-r13410 | zorglub | 2005-11-27 12:30:14 +0100 (Sun, 27 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/bindings
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/src/libvlc.c
-
-Fix new HAL interaction
-
-------------------------------------------------------------------------
-r13409 | yoann | 2005-11-27 12:13:53 +0100 (Sun, 27 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* Fix typo
-
-------------------------------------------------------------------------
-r13408 | zorglub | 2005-11-27 11:44:00 +0100 (Sun, 27 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-
-Don't display in OS X either. Needs to be checked
-
-------------------------------------------------------------------------
-r13407 | zorglub | 2005-11-27 11:43:19 +0100 (Sun, 27 Nov 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-   M /trunk/src/libvlc.h
-
-* Improve strings for jumps
-* Move jump size definitions to libvlc to avoid having 2 categories (still need to move bookmarks)
-* Don't show bookmarks settings in GUI - speeds up dramatically config panel creation
-
-------------------------------------------------------------------------
-r13406 | jpsaman | 2005-11-27 10:38:34 +0100 (Sun, 27 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/dv.c
-
-added svn keywords
-------------------------------------------------------------------------
-r13405 | dionoea | 2005-11-26 23:46:55 +0100 (Sat, 26 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/image.c
-
-update copyright and svn Id property
-
-------------------------------------------------------------------------
-r13404 | zorglub | 2005-11-26 23:41:16 +0100 (Sat, 26 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/bindings/java
-   M /trunk/bindings/java/org/videolan/jvlc
-
-svn:ignore
-
-------------------------------------------------------------------------
-r13403 | zorglub | 2005-11-26 19:53:59 +0100 (Sat, 26 Nov 2005) | 8 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/vlc-config.in.in
-
-* vlc-config:
-   - Fix optarg parsing
-   - Set ${libs} after the main loop to get the right exec prefix
-   - Give -lvlc_pic if we want PIC
-* Java bindings build 
-   - Use vlc-config better
-   - Use pic for building
-
-------------------------------------------------------------------------
-r13402 | gbazin | 2005-11-26 19:20:06 +0100 (Sat, 26 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-
-* modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp: build fix.
-------------------------------------------------------------------------
-r13401 | zorglub | 2005-11-26 18:31:37 +0100 (Sat, 26 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/bindings/Makefile.am
-   A /trunk/bindings/java
-   A /trunk/bindings/java/Makefile.am
-   A /trunk/bindings/java/README
-   A /trunk/bindings/java/TODO
-   A /trunk/bindings/java/VlcClient.java
-   A /trunk/bindings/java/javadoc.xml
-   A /trunk/bindings/java/org
-   A /trunk/bindings/java/org/videolan
-   A /trunk/bindings/java/org/videolan/jvlc
-   A /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-   A /trunk/bindings/java/org/videolan/jvlc/JVLCBoolVariable.java
-   A /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
-   A /trunk/bindings/java/org/videolan/jvlc/JVLCFloatVariable.java
-   A /trunk/bindings/java/org/videolan/jvlc/JVLCIntVariable.java
-   A /trunk/bindings/java/org/videolan/jvlc/JVLCNoSuchVariableNameException.java
-   A /trunk/bindings/java/org/videolan/jvlc/JVLCStringVariable.java
-   A /trunk/bindings/java/org/videolan/jvlc/JVLCTimeVariable.java
-   A /trunk/bindings/java/org/videolan/jvlc/JVLCVarValue.java
-   A /trunk/bindings/java/org/videolan/jvlc/JVLCVarVariable.java
-   A /trunk/bindings/java/org/videolan/jvlc/JVLCVariable.java
-   A /trunk/bindings/java/org/videolan/jvlc/mediacontrol
-   A /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControl.java
-   A /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlException.java
-   A /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlInstance.java
-   A /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPlaylistSeq.java
-   A /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPosition.java
-   A /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionKeyEnum.java
-   A /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionOrigin.java
-   A /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionOriginEnum.java
-   A /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlRGBPicture.java
-   A /trunk/bindings/java/vlc-glue-cni.cc
-   A /trunk/bindings/java/vlc-glue-jni.cc
-   A /trunk/bindings/java/vlc-graphics-jni.cc
-   M /trunk/configure.ac
-
-Java bindings by Filippo Carone. 
-Tweaked to integrate into build system
-
-------------------------------------------------------------------------
-r13400 | gbazin | 2005-11-26 18:22:19 +0100 (Sat, 26 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-
-* modules/gui/wince/interface.cpp: include extra version information in the about dialog box.
-------------------------------------------------------------------------
-r13398 | gbazin | 2005-11-26 17:36:32 +0100 (Sat, 26 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/waveout.c
-
-* modules/audio_output/waveout.c: small wince compilation fix.
-------------------------------------------------------------------------
-r13397 | zorglub | 2005-11-26 16:36:28 +0100 (Sat, 26 Nov 2005) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/bindings/Makefile.am
-   D /trunk/bindings/python/Makefile
-   A /trunk/bindings/python/Makefile.am
-   M /trunk/bindings/python/vlcglue.c
-   M /trunk/configure.ac
-
-* Integrate python bindings in make process
-New --enable-python-bindings option
-Pic libs will be built if something needing them (shared libvlc, python, mozilla) is built.
-* Fix a description in vlcObject
-
-------------------------------------------------------------------------
-r13395 | zorglub | 2005-11-26 13:35:22 +0100 (Sat, 26 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix typo
-
-------------------------------------------------------------------------
-r13394 | zorglub | 2005-11-26 12:42:58 +0100 (Sat, 26 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk
-   M /trunk/bindings/python
-   M /trunk/extras/make.pl
-   M /trunk/po/sv.po
-
-Improve make.pl output
-Fix some svn:ignore
-
-------------------------------------------------------------------------
-r13393 | zorglub | 2005-11-26 12:03:37 +0100 (Sat, 26 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Use command-line arguments in compile script
-
-------------------------------------------------------------------------
-r13391 | yoann | 2005-11-26 01:46:32 +0100 (Sat, 26 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-
-* vlm_panel.cpp: fix uninitialized variables
-
-------------------------------------------------------------------------
-r13390 | yoann | 2005-11-26 01:35:28 +0100 (Sat, 26 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
-
-* wx/vlm: cosmetic changes
-
-------------------------------------------------------------------------
-r13389 | dionoea | 2005-11-26 01:27:12 +0100 (Sat, 26 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/src/libvlc.h
-
- * : make jump hotkeys time interval user configurable
-The hotkey item in the prefs kind of looks akward. Someone have a better idea ?
-
-------------------------------------------------------------------------
-r13387 | yoann | 2005-11-26 00:55:17 +0100 (Sat, 26 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
-
-* wx/vlm: add "Load" & "Save" buttons
-
-------------------------------------------------------------------------
-r13386 | xtophe | 2005-11-26 00:28:49 +0100 (Sat, 26 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Use the correct path for pkg-config
-
-------------------------------------------------------------------------
-r13385 | courmisch | 2005-11-25 22:42:08 +0100 (Fri, 25 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Handle --without-tuning configure option properly
-
-------------------------------------------------------------------------
-r13382 | gbazin | 2005-11-25 20:19:22 +0100 (Fri, 25 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx: apply video-title to both normal and fullscreen windows +  support this for unicode builds as well.
-------------------------------------------------------------------------
-r13381 | gbazin | 2005-11-25 20:17:11 +0100 (Fri, 25 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/waveout.c
-
-* modules/audio_output/waveout.c: fixed typo.
-------------------------------------------------------------------------
-r13379 | yoann | 2005-11-25 17:43:52 +0100 (Fri, 25 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-* wxwidgets/dialogs/vlm: add choose input & choose output
-
-------------------------------------------------------------------------
-r13378 | damienf | 2005-11-25 17:16:04 +0100 (Fri, 25 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/wingdi.c
-
-all: possible fix for screensaver problem
-
-------------------------------------------------------------------------
-r13376 | gbazin | 2005-11-25 09:25:05 +0100 (Fri, 25 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/waveout.c
-
-* modules/audio_output/waveout.c: make sure hardware volume is supported before using it.
-------------------------------------------------------------------------
-r13374 | gbazin | 2005-11-25 02:48:46 +0100 (Fri, 25 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-
-* modules/audio_output/directx.c: partial rewrite not to use position notification anymore (since even microsoft says it's buggy). That should solve all known issues with the directx audio output.
-------------------------------------------------------------------------
-r13373 | damienf | 2005-11-25 00:08:48 +0100 (Fri, 25 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Makefile: make sure that libpng shared dll isn't installed to prevent VLC from linking against it (Cygwin only)
-
-------------------------------------------------------------------------
-r13371 | jpsaman | 2005-11-24 21:23:07 +0100 (Thu, 24 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/dv.c
-
-Run thread that reads from the DV camera at a slightly higher priority then the input. Put the --dv-caching value by default at a high value 60000 (1 min). Maybe it can be lower, but needs more testing.
-------------------------------------------------------------------------
-r13370 | xtophe | 2005-11-24 16:21:09 +0100 (Thu, 24 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: generate a script to call extras/make.pl. I'm not a autoconf expert so i'm not sure if it's the "good" way to do it. but it works (tm)
-
-------------------------------------------------------------------------
-r13368 | hartman | 2005-11-24 15:45:17 +0100 (Thu, 24 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/vlc.icns
-   M /trunk/share/Makefile.am
-   M /trunk/share/http/favicon.ico
-   D /trunk/share/vlc.icns
-   M /trunk/share/vlc128x128.png
-   M /trunk/share/vlc48x48.png
-
-* Fix the icons.
-* Remove the icns in share, nothing is using it.
-
-------------------------------------------------------------------------
-r13367 | dionoea | 2005-11-24 15:16:26 +0100 (Thu, 24 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/po/ja.po
-
-update trunk japanese translation by Tadashi Jokagi
-(this is not the same ja.po as previous commit in 0.8.4 tag)
-
-------------------------------------------------------------------------
-r13365 | damienf | 2005-11-24 14:09:47 +0100 (Thu, 24 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/gcrypt.patch
-
-all: fix more issues when building under cygwin
-
-------------------------------------------------------------------------
-r13363 | xtophe | 2005-11-24 00:56:54 +0100 (Thu, 24 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/make.pl
-
-make.pl: Cross-compile fix
-
-------------------------------------------------------------------------
-r13362 | xtophe | 2005-11-24 00:55:20 +0100 (Thu, 24 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: don't try to use gnome-vfs when we are cross-compiling
-
-------------------------------------------------------------------------
-r13361 | bigben | 2005-11-23 23:17:38 +0100 (Wed, 23 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-revert previous commit
-
-
-------------------------------------------------------------------------
-r13360 | dionoea | 2005-11-23 23:17:18 +0100 (Wed, 23 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-fix nsis installer icon
-
-------------------------------------------------------------------------
-r13359 | bigben | 2005-11-23 22:53:38 +0100 (Wed, 23 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-compile fix
-
-
-------------------------------------------------------------------------
-r13358 | dionoea | 2005-11-23 22:22:13 +0100 (Wed, 23 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/vlc32x32.xpm
-
-fix compilation
-
-------------------------------------------------------------------------
-r13357 | hartman | 2005-11-23 22:03:59 +0100 (Wed, 23 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/share/vlc16x16.xpm
-   M /trunk/share/vlc32x32.xpm
-
-Fix the XPM names
-------------------------------------------------------------------------
-r13356 | hartman | 2005-11-23 22:01:08 +0100 (Wed, 23 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/a52.icns
-   M /trunk/extras/MacOSX/Resources/aac.icns
-   M /trunk/extras/MacOSX/Resources/about_bg.png
-   M /trunk/extras/MacOSX/Resources/asf.icns
-   M /trunk/extras/MacOSX/Resources/asx.icns
-   M /trunk/extras/MacOSX/Resources/avi.icns
-   M /trunk/extras/MacOSX/Resources/bin.icns
-   M /trunk/extras/MacOSX/Resources/cue.icns
-   M /trunk/extras/MacOSX/Resources/dat.icns
-   M /trunk/extras/MacOSX/Resources/display.png
-   M /trunk/extras/MacOSX/Resources/display_slider.png
-   M /trunk/extras/MacOSX/Resources/display_track.png
-   M /trunk/extras/MacOSX/Resources/divx.icns
-   M /trunk/extras/MacOSX/Resources/dv.icns
-   M /trunk/extras/MacOSX/Resources/equalizerdrawer_active.png
-   M /trunk/extras/MacOSX/Resources/equalizerdrawer_blue.png
-   M /trunk/extras/MacOSX/Resources/fullscreen_active.png
-   M /trunk/extras/MacOSX/Resources/fullscreen_blue.png
-   M /trunk/extras/MacOSX/Resources/generic.icns
-   M /trunk/extras/MacOSX/Resources/m3u.icns
-   M /trunk/extras/MacOSX/Resources/mov.icns
-   M /trunk/extras/MacOSX/Resources/mp3.icns
-   M /trunk/extras/MacOSX/Resources/mp4.icns
-   M /trunk/extras/MacOSX/Resources/mpeg.icns
-   M /trunk/extras/MacOSX/Resources/mpeg1.icns
-   M /trunk/extras/MacOSX/Resources/mpeg2.icns
-   M /trunk/extras/MacOSX/Resources/mpeg4.icns
-   M /trunk/extras/MacOSX/Resources/mpg.icns
-   M /trunk/extras/MacOSX/Resources/next_active.png
-   M /trunk/extras/MacOSX/Resources/next_blue.png
-   M /trunk/extras/MacOSX/Resources/ogg.icns
-   M /trunk/extras/MacOSX/Resources/ogm.icns
-   M /trunk/extras/MacOSX/Resources/pause.png
-   M /trunk/extras/MacOSX/Resources/pause_blue.png
-   M /trunk/extras/MacOSX/Resources/play.png
-   M /trunk/extras/MacOSX/Resources/play_blue.png
-   M /trunk/extras/MacOSX/Resources/playlistdrawer_active.png
-   M /trunk/extras/MacOSX/Resources/playlistdrawer_blue.png
-   M /trunk/extras/MacOSX/Resources/pls.icns
-   M /trunk/extras/MacOSX/Resources/previous_active.png
-   M /trunk/extras/MacOSX/Resources/previous_blue.png
-   M /trunk/extras/MacOSX/Resources/skip_forward_active.png
-   M /trunk/extras/MacOSX/Resources/skip_forward_blue.png
-   M /trunk/extras/MacOSX/Resources/skip_previous_active.png
-   M /trunk/extras/MacOSX/Resources/skip_previous_blue.png
-   M /trunk/extras/MacOSX/Resources/srt.icns
-   M /trunk/extras/MacOSX/Resources/stop.png
-   M /trunk/extras/MacOSX/Resources/stop_blue.png
-   M /trunk/extras/MacOSX/Resources/sub.icns
-   M /trunk/extras/MacOSX/Resources/vob.icns
-   M /trunk/extras/MacOSX/Resources/volume_high.png
-   M /trunk/extras/MacOSX/Resources/volume_low.png
-   M /trunk/extras/MacOSX/Resources/volumeslider_blue.png
-   M /trunk/extras/MacOSX/Resources/volumeslider_normal.png
-   M /trunk/extras/MacOSX/Resources/volumetrack.png
-   M /trunk/extras/MacOSX/Resources/wma.icns
-   M /trunk/extras/MacOSX/Resources/wmv.icns
-
-Set mime-type for the images
-------------------------------------------------------------------------
-r13355 | hartman | 2005-11-23 21:53:56 +0100 (Wed, 23 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-merge [13354] to trunk, and use the right .ico in the windows build
-------------------------------------------------------------------------
-r13353 | hartman | 2005-11-23 21:38:37 +0100 (Wed, 23 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/vlc.icns
-   M /trunk/share/vlc.icns
-   M /trunk/share/vlc128x128.png
-   M /trunk/share/vlc16x16.xpm
-   M /trunk/share/vlc32x32.xpm
-   M /trunk/share/vlc48x48.ico
-   M /trunk/share/vlc48x48.png
-
-Small changes to the icons + xpm versions
-------------------------------------------------------------------------
-r13352 | damienf | 2005-11-23 21:22:15 +0100 (Wed, 23 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Makefile: tell wxwidgets not to use precompiled headers since it is broken under i686-pc-cygwin-gcc 3.4.4 
-
-------------------------------------------------------------------------
-r13351 | damienf | 2005-11-23 20:44:56 +0100 (Wed, 23 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-
-Makefile: updated build process for fribidi & goom24k
-x264-svn-win32.patch: updated for x264 rev 375
-
-------------------------------------------------------------------------
-r13350 | fkuehne | 2005-11-23 20:41:51 +0100 (Wed, 23 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/output.m
-
-* cleaner fix, which isn't 10.2 compatible (kind of forwardport of [13349])
-------------------------------------------------------------------------
-r13348 | massiot | 2005-11-23 18:06:14 +0100 (Wed, 23 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/mosaic_bridge.c
-
- * modules/stream_out/mosaic_bridge.c: Fixed BeOS build.
-
-------------------------------------------------------------------------
-r13347 | massiot | 2005-11-23 17:53:04 +0100 (Wed, 23 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/mosaic_bridge.c
-
- * modules/stream_out/mosaic_bridge.c: Handle on-the-fly changes of aspect
-   ratio. Fix a critical memory leak when closing the module.
-
-------------------------------------------------------------------------
-r13346 | massiot | 2005-11-23 16:34:20 +0100 (Wed, 23 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * src/input/input.c: Please use strtol instead of atoi for 0x syntax
-   support.
-
-------------------------------------------------------------------------
-r13345 | massiot | 2005-11-23 16:33:01 +0100 (Wed, 23 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/switcher.c
-
- * modules/stream_out/switcher.c: More logging.
-
-------------------------------------------------------------------------
-r13344 | massiot | 2005-11-23 16:25:11 +0100 (Wed, 23 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
- * modules/access/pvr/pvr.c: Added support for radio on PVR150/350/500 and
-   setting audio volume.
-
-------------------------------------------------------------------------
-r13343 | massiot | 2005-11-23 16:20:10 +0100 (Wed, 23 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvb/en50221.c
-
- * modules/access/dvb/en50221.c: Implemented basic MMI support to display
-   the CAM error messages.
-
-------------------------------------------------------------------------
-r13342 | dionoea | 2005-11-23 16:00:47 +0100 (Wed, 23 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/src/libvlc.c
-
-Put licensing terms instead of description in about boxes
-
-------------------------------------------------------------------------
-r13341 | hartman | 2005-11-23 15:19:29 +0100 (Wed, 23 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Fix the build breakage due to missing DIST element
-------------------------------------------------------------------------
-r13340 | hartman | 2005-11-23 15:18:44 +0100 (Wed, 23 Nov 2005) | 1 line
-Changed paths:
-   A /trunk/extras/MacOSX/Resources/vlc.icns (from /trunk/share/vlc.icns:13337)
-
-And set the new icon for OSX
-------------------------------------------------------------------------
-r13339 | hartman | 2005-11-23 15:18:24 +0100 (Wed, 23 Nov 2005) | 1 line
-Changed paths:
-   D /trunk/extras/MacOSX/Resources/vlc.icns
-
-remove old icon
-------------------------------------------------------------------------
-r13338 | hartman | 2005-11-23 14:54:39 +0100 (Wed, 23 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/vlc.win32.nsi
-
-* New icon thanks to Eurodata Computer Club <retron.info>
-
-------------------------------------------------------------------------
-r13337 | hartman | 2005-11-23 14:43:55 +0100 (Wed, 23 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/share/Makefile.am
-   M /trunk/share/http/favicon.ico
-   M /trunk/share/pda-forwardb16x16.xpm
-   M /trunk/share/pda-openb16x16.xpm
-   M /trunk/share/pda-pauseb16x16.xpm
-   M /trunk/share/pda-playb16x16.xpm
-   M /trunk/share/pda-playlistb16x16.xpm
-   M /trunk/share/pda-preferencesb16x16.xpm
-   M /trunk/share/pda-rewindb16x16.xpm
-   M /trunk/share/pda-stopb16x16.xpm
-   D /trunk/share/vlc-icons.xcf
-   M /trunk/share/vlc.icns
-   A /trunk/share/vlc128x128.png
-   M /trunk/share/vlc16x16.png
-   M /trunk/share/vlc16x16.xpm
-   M /trunk/share/vlc32x32.png
-   M /trunk/share/vlc32x32.xpm
-   M /trunk/share/vlc48x48.ico
-   M /trunk/share/vlc48x48.png
-   D /trunk/share/vlc48x48new.ico
-   M /trunk/share/vlc_win32_rc.rc
-
-For now trunk only: use the new icon everywhere, and mark the images as binary files
-------------------------------------------------------------------------
-r13336 | hartman | 2005-11-23 14:12:45 +0100 (Wed, 23 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/share/Makefile.am
-   D /trunk/share/gnome-vlc16x16.png
-   D /trunk/share/gnome-vlc32x32.png
-   D /trunk/share/gnome-vlc32x32.xpm
-   D /trunk/share/gnome-vlc48x48.png
-   D /trunk/share/gvlc16x16.png
-   D /trunk/share/gvlc32x32.png
-   D /trunk/share/gvlc32x32.xpm
-   D /trunk/share/gvlc48x48.ico
-   D /trunk/share/gvlc48x48.png
-   D /trunk/share/kvlc16x16.png
-   D /trunk/share/kvlc32x32.png
-   D /trunk/share/kvlc32x32.xpm
-   D /trunk/share/kvlc48x48.png
-   D /trunk/share/qvlc16x16.png
-   D /trunk/share/qvlc32x32.png
-   D /trunk/share/qvlc32x32.xpm
-   D /trunk/share/qvlc48x48.png
-
-Forwardport of [13335]
-------------------------------------------------------------------------
-r13333 | jpsaman | 2005-11-23 04:28:30 +0100 (Wed, 23 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-dv input plugin is default disabled
-------------------------------------------------------------------------
-r13332 | jpsaman | 2005-11-23 03:27:58 +0100 (Wed, 23 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/configure.ac
-   M /trunk/modules/LIST
-   M /trunk/modules/access/Modules.am
-   A /trunk/modules/access/dv.c
-
-Digital Video (Firewire/IEEE1394/I-Link) input for Camcorders
-------------------------------------------------------------------------
-r13330 | gbazin | 2005-11-22 23:29:00 +0100 (Tue, 22 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/libogg-wince.patch
-   A /trunk/extras/contrib/src/Patches/tremor.patch
-
-* extras/contrib/src/Makefile, extras/contrib/src/Patches/libogg-wince.patch,tremor.patch: added libogg and tremor support to wince contrib.
-------------------------------------------------------------------------
-r13328 | gbazin | 2005-11-22 22:36:21 +0100 (Tue, 22 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/zlib.patch
-
-* extras/contrib/src/Makefile, extras/contrib/src/Patches/zlib.patch: added zlib to the wince contrib.
-------------------------------------------------------------------------
-r13325 | asmax | 2005-11-22 22:16:42 +0100 (Tue, 22 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-* subtitle.c: added support of "DVDSubtitle" format
-
-------------------------------------------------------------------------
-r13322 | gbazin | 2005-11-22 21:26:31 +0100 (Tue, 22 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-
-* modules/audio_output/directx.c: fixed the way we get the current latency in the driver. fixes the continuous resampling issues with s16l and might also fix the fl32 problems. This needs some heavy testing.
-------------------------------------------------------------------------
-r13320 | zorglub | 2005-11-22 11:33:45 +0100 (Tue, 22 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/release-howto.txt
-
-One more update to release howto
-
-------------------------------------------------------------------------
-r13318 | dionoea | 2005-11-22 11:24:51 +0100 (Tue, 22 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-0.8.4 NEWS title change
-
-------------------------------------------------------------------------
-r13315 | zorglub | 2005-11-22 11:02:46 +0100 (Tue, 22 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/release-howto.txt
-
-Update release howto
-
-------------------------------------------------------------------------
-r13311 | gbazin | 2005-11-22 00:06:05 +0100 (Tue, 22 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
-
-* extras/contrib/src/Makefile, extras/contrib/src/Patches/ffmpeg-cvs-wince.patch: add ffmpeg to wince contrib.
-------------------------------------------------------------------------
-r13310 | xtophe | 2005-11-21 20:59:32 +0100 (Mon, 21 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/release-howto.txt
-
-release-howto: add a few notes about contribs
-
-------------------------------------------------------------------------
-r13309 | dionoea | 2005-11-21 20:47:45 +0100 (Mon, 21 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/release-howto.txt
-
-translated release howto to english (and updated some stuff)
-
-------------------------------------------------------------------------
-r13307 | zorglub | 2005-11-21 14:50:27 +0100 (Mon, 21 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/equalizer.c
-
-Do not reset preamp value if not needed (Closes:#252)
-
-------------------------------------------------------------------------
-r13305 | zorglub | 2005-11-21 11:09:22 +0100 (Mon, 21 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-
-Fix item selection in WX wizard (Closes:#402)
-
-------------------------------------------------------------------------
-r13303 | zcot | 2005-11-21 04:15:46 +0100 (Mon, 21 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/developer/configure.ac
-   M /trunk/doc/intf-cdda.txt
-   M /trunk/doc/intf-vcd.txt
-   M /trunk/doc/subtitles/cvd-subtitles.txt
-   M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/interface.hpp
-
-implement some minimum size of wx interface at all times. closes ticket #360.
-
-------------------------------------------------------------------------
-r13300 | xtophe | 2005-11-20 23:10:00 +0100 (Sun, 20 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-
-util.c: Partially revert [12120]. the http interface (control=add) just take one mrl qnd the first " :" starts the options. closes #420
-
-------------------------------------------------------------------------
-r13299 | zorglub | 2005-11-20 22:53:09 +0100 (Sun, 20 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-Correctly select items in WX search
-
-------------------------------------------------------------------------
-r13295 | gbazin | 2005-11-20 21:49:25 +0100 (Sun, 20 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-
-* extras/contrib/bootstrap, extras/contrib/src/Makefile: start of wince gcc cross-compiler support.
-------------------------------------------------------------------------
-r13293 | gbazin | 2005-11-20 20:15:58 +0100 (Sun, 20 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* extras/contrib/src/Makefile: more cygwin fixes.
-------------------------------------------------------------------------
-r13292 | gbazin | 2005-11-20 18:28:59 +0100 (Sun, 20 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/libpng-1.2.5-win32.patch
-
-* extras/contrib/src/Makefile, extras/contrib/src/Patches/libpng-1.2.5-win32.patch: more cygwin fixes.
-------------------------------------------------------------------------
-r13291 | gbazin | 2005-11-20 17:54:22 +0100 (Sun, 20 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/goom2k4-0-win32.patch
-
-* extras/contrib/src/Makefile, extras/contrib/src/Patches/goom2k4-0-win32.patch: more cygwin fixes.
-------------------------------------------------------------------------
-r13290 | gbazin | 2005-11-20 17:42:11 +0100 (Sun, 20 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/livedotcom-win32.patch
-
-* extras/contrib/src/Patches/livedotcom-win32.patch: adapted patch to work with cygwin.
-------------------------------------------------------------------------
-r13289 | gbazin | 2005-11-20 17:41:21 +0100 (Sun, 20 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-
-* extras/contrib/bootstrap, extras/contrib/src/Makefile: more cygwin fixes.
-------------------------------------------------------------------------
-r13287 | bigben | 2005-11-20 17:05:12 +0100 (Sun, 20 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* fix an ordering bug in D'n'D
-
-
-------------------------------------------------------------------------
-r13286 | gbazin | 2005-11-20 15:25:40 +0100 (Sun, 20 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-
-* extras/contrib/bootstrap, extras/contrib/src/Makefile: more cleanup + should mostly work on cygwin now.
-------------------------------------------------------------------------
-r13285 | gbazin | 2005-11-20 13:16:15 +0100 (Sun, 20 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-* extras/contrib/bootstrap: more cleanup.
-------------------------------------------------------------------------
-r13284 | gbazin | 2005-11-20 12:53:44 +0100 (Sun, 20 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-
-* extras/contrib/bootstrap, extras/contrib/src/Makefile: cleanup (hopefully without breaking anything).
-------------------------------------------------------------------------
-r13283 | md | 2005-11-20 09:36:06 +0100 (Sun, 20 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-always go through BlockChoose(), since it assigns the correct demuxer
-(otherwise e.g. MPEG2 video is mistetected as MPEG-PS)
-
-------------------------------------------------------------------------
-r13282 | ipkiss | 2005-11-20 00:17:12 +0100 (Sun, 20 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-
- * skins2/controls/ctrl_generic.hpp: removed a useless include
-
-------------------------------------------------------------------------
-r13281 | jpsaman | 2005-11-19 21:52:02 +0100 (Sat, 19 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Link vlc with correct dts library patch by Anssi Hannula
-------------------------------------------------------------------------
-r13280 | gbazin | 2005-11-19 19:51:51 +0100 (Sat, 19 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-
-* extras/contrib/bootstrap, extras/contrib/src/Makefile: small cleanup + cygwin fix for bootstrap.
-------------------------------------------------------------------------
-r13279 | jpsaman | 2005-11-19 19:02:40 +0100 (Sat, 19 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Remove unfinished access_rtp support
-------------------------------------------------------------------------
-r13277 | jpsaman | 2005-11-19 18:54:34 +0100 (Sat, 19 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-add THREAD_LIB to configure test for x264 patch by Anssi Hanulla
-------------------------------------------------------------------------
-r13276 | dionoea | 2005-11-19 18:36:37 +0100 (Sat, 19 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/waveout.c
-
-Forward port [13274]
-
-------------------------------------------------------------------------
-r13275 | dionoea | 2005-11-19 18:33:51 +0100 (Sat, 19 Nov 2005) | 6 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/codec/x264.c
-
-x264 options patch by Alex Izvorski (plus some checks on x264 version)
-"This patch adds some missing x264 options, namely: me, merange, no-psnr,
-no-b-adapt, b-bias.  The names and expected values are exactly the same
-as for the x264 commandline encoder."
-
-
-------------------------------------------------------------------------
-r13273 | asmax | 2005-11-19 14:56:46 +0100 (Sat, 19 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
-* winamp2.xml: add/sub buttons in playlist
-
-------------------------------------------------------------------------
-r13272 | md | 2005-11-19 08:57:08 +0100 (Sat, 19 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-don't perform prebuffering for UDP, since it causes refclock fluctuation
-as large as +/- 25 msec and too frequent audio up/down sampling
-
-------------------------------------------------------------------------
-r13271 | dionoea | 2005-11-18 20:33:08 +0100 (Fri, 18 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/Modules.am
-
-fix autotools warning (space after backsplash)
-
-------------------------------------------------------------------------
-r13270 | zorglub | 2005-11-18 13:33:23 +0100 (Fri, 18 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-Improve playlist behaviour
-
-------------------------------------------------------------------------
-r13269 | zorglub | 2005-11-18 13:28:59 +0100 (Fri, 18 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/Modules.am
-
-Fix WX dist
-
-------------------------------------------------------------------------
-r13268 | zorglub | 2005-11-18 09:44:40 +0100 (Fri, 18 Nov 2005) | 2 lines
-Changed paths:
-   A /trunk/extras/make.pl (from /branches/0.8.5-zorglub/extras/make.pl:12668)
-
-Merge make wrapper from 0.8.5-zorglub
-
-------------------------------------------------------------------------
-r13267 | fkuehne | 2005-11-17 21:04:03 +0100 (Thu, 17 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/Modules.am
-
-* added wxwidgets.hpp as well. thanks again to 'faust'
-------------------------------------------------------------------------
-r13266 | fkuehne | 2005-11-17 19:54:10 +0100 (Thu, 17 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/Modules.am
-
-* include interface.hpp in make dist. pointed out on the forum by 'faust'
-------------------------------------------------------------------------
-r13265 | xtophe | 2005-11-17 19:27:36 +0100 (Thu, 17 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-   M /trunk/extras/contrib/README
-
-Document the new win32 contrib way.
-
-------------------------------------------------------------------------
-r13264 | ipkiss | 2005-11-16 23:35:56 +0100 (Wed, 16 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * share/skins2/winamp2.xml: A few more controls
-
-------------------------------------------------------------------------
-r13263 | asmax | 2005-11-16 21:50:47 +0100 (Wed, 16 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-
-* ctrl_slider.cpp: take the resize factor into account to refresh
- the window (fixed the bug of the disappearing slider)
-
-------------------------------------------------------------------------
-r13262 | hartman | 2005-11-16 01:21:23 +0100 (Wed, 16 Nov 2005) | 6 lines
-Changed paths:
-   D /trunk/extras/contrib/src/Patches/caca.patch
-   A /trunk/extras/contrib/src/Patches/glib.patch
-   A /trunk/extras/contrib/src/Patches/libogg-1.1.patch
-   A /trunk/extras/contrib/src/Patches/libvorbis-1.1.patch
-   M /trunk/extras/contrib/src/Patches/theora.patch
-
-* remove no longer used caca.patch
-* Fix 2 gcc4 / SDK issues in glib
-* fixes for libogg, libvorbis and libtheora to make sure LDFLAGS isn't (doubled up) by it's LDFLAGS_save. Issue reported and fixed upstream as well.
-
-Note the patches are not all enabled yet, since my contrib Makefile is quite "edited" atm due to SDK work
-
-------------------------------------------------------------------------
-r13261 | ipkiss | 2005-11-15 23:36:19 +0100 (Tue, 15 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-
- * skins2/parser/builder.cpp: fixed a warning
-
-------------------------------------------------------------------------
-r13260 | asmax | 2005-11-15 23:30:17 +0100 (Tue, 15 Nov 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/utils/bezier.cpp
-   M /trunk/modules/gui/skins2/utils/bezier.hpp
-
-* all: fixed a bug occuring when a slider was resized (the thickness
- of the slider background was proportional to the scaling factor,
- which is not what we want!)
-
-------------------------------------------------------------------------
-r13259 | ipkiss | 2005-11-15 21:53:43 +0100 (Tue, 15 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * share/skins2/winamp2.xml: use the new Text control attributes, and use $t
-   instead of $T
-
-------------------------------------------------------------------------
-r13258 | ipkiss | 2005-11-15 21:49:50 +0100 (Tue, 15 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/bitmap_font.hpp
-
- * skins2/src/bitmap_font.hpp: getHeight() now really returns the height of the
-   font, and not always 12...
-
-------------------------------------------------------------------------
-r13257 | ipkiss | 2005-11-15 21:20:44 +0100 (Tue, 15 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/vars/time.cpp
-
- * skins2/vars/time.cpp: do not print leading spaces in the short time format
-
-------------------------------------------------------------------------
-r13256 | ipkiss | 2005-11-15 21:00:04 +0100 (Tue, 15 Nov 2005) | 11 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/share/skins2/skin.dtd
-
- * skins2: the Text control now supports 2 additional attributes:
-    - alignment: possible values are left/right/center (left is the default)
-         The right and center alignments are computed using the width of the
-         control (as given by the "width" attribute).
-    - scrolling: possible values are auto/manual/none (auto is the default)
-       * auto: same behaviour as before, the text automatically starts
-         scrolling if it doesn't fit in the width of the control. The user can
-         still drag it manually.
-       * manual: only manual scrolling is possible
-       * none: no scrolling possible
-
-------------------------------------------------------------------------
-r13255 | dionoea | 2005-11-15 19:39:42 +0100 (Tue, 15 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-this is 0.8.5-svn
-
-------------------------------------------------------------------------
-r13253 | damienf | 2005-11-15 15:37:18 +0100 (Tue, 15 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-   M /trunk/src/libvlc.c
-
-plugin.cpp: don't mess up custom protocol when combining 2 urls
-libvlc.c: VLC_IsPlaying(), use playlist_IsPlaying() as last resort
-
-------------------------------------------------------------------------
-r13252 | dionoea | 2005-11-15 10:05:42 +0100 (Tue, 15 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-update copyright date
-
-------------------------------------------------------------------------
-r13251 | jpsaman | 2005-11-14 22:25:34 +0100 (Mon, 14 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/src/audio_output/intf.c
-
-forward port of revision 13250
-------------------------------------------------------------------------
-r13248 | damienf | 2005-11-14 22:03:49 +0100 (Mon, 14 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-libvlc.c: fixed object leak (playlist)
-
-------------------------------------------------------------------------
-r13245 | dionoea | 2005-11-14 20:58:23 +0100 (Mon, 14 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-fix --xvideo-xineramascreen option
-
-------------------------------------------------------------------------
-r13244 | fkuehne | 2005-11-14 19:37:40 +0100 (Mon, 14 Nov 2005) | 8 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/clinkcc.patch
-   A /trunk/extras/contrib/src/Patches/clinkcc_osx.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* added the needed libraries for UPnP-support on OSX
- - CyberLink C++ UPnP 1.7.1
- - libexpat 1.95.8
-Note that Cyberlink compiles fine, but must not access its own install script, so we need to run "chmod 755" on this script first. 
-The general patch was created by courmisch. Thanks again!
-
-The additional osx-patch is a really ugly hack which disables libiconv to let our upnp-plugin compile. I'll further investigate this in the next couple of days (see ticket #367).
-------------------------------------------------------------------------
-r13242 | zorglub | 2005-11-14 19:25:14 +0100 (Mon, 14 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-Updated fr translation . With contributions from adn, ipkiss and Jordi Mallach
-
-------------------------------------------------------------------------
-r13241 | zorglub | 2005-11-14 19:21:06 +0100 (Mon, 14 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   M /trunk/po/sv.po
-
-Swedish translation (>50%) by Daniel Nylander <info@danielnylander at se>
-Re-enabled swedish
-
-------------------------------------------------------------------------
-r13238 | damienf | 2005-11-14 16:31:39 +0100 (Mon, 14 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/utils.cpp
-
-utils.cpp: needs to initialize returned variant for delphi when querying for ambient properties
-
-------------------------------------------------------------------------
-r13237 | xtophe | 2005-11-14 11:57:00 +0100 (Mon, 14 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Fix the po file ( [13171] was done with an unclean tree, oups)
-
-------------------------------------------------------------------------
-r13234 | gbazin | 2005-11-13 22:02:09 +0100 (Sun, 13 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
-
-* modules/gui/wxwidgets: compilation fix.
-------------------------------------------------------------------------
-r13233 | gbazin | 2005-11-13 21:42:20 +0100 (Sun, 13 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/open.hpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.hpp
-
-* modules/gui/wxwidgets: compilation fixes.
-------------------------------------------------------------------------
-r13232 | hartman | 2005-11-13 21:32:26 +0100 (Sun, 13 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-It's cp -R not cp -r
-------------------------------------------------------------------------
-r13231 | hartman | 2005-11-13 21:29:27 +0100 (Sun, 13 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/macosx-dmg
-
-Use cp -R instead of CpMac -r in the macosx-dmg script on Mac OS X 10.4
-------------------------------------------------------------------------
-r13230 | gbazin | 2005-11-13 21:09:51 +0100 (Sun, 13 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/clock.c
-
-* src/input/clock.c: reverted 13220.
-------------------------------------------------------------------------
-r13229 | ipkiss | 2005-11-13 20:51:23 +0100 (Sun, 13 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/modules/gui/skins2/vars/time.cpp
-   M /trunk/modules/gui/skins2/vars/time.hpp
-
- * skins2: support $t, $d, and $l in text controls. They do the same as $T, $D
-   and $L, except that the hour is not printed if it is 0.
-
-------------------------------------------------------------------------
-r13228 | ipkiss | 2005-11-13 20:14:06 +0100 (Sun, 13 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * share/skins2/winamp2.xml: Fixed some offsets
-
-------------------------------------------------------------------------
-r13225 | adn | 2005-11-13 17:15:55 +0100 (Sun, 13 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-Use alsa by default
-
-------------------------------------------------------------------------
-r13224 | ipkiss | 2005-11-13 15:43:25 +0100 (Sun, 13 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * share/skins2/winamp2.xml: Added a few controls
-
-------------------------------------------------------------------------
-r13223 | asmax | 2005-11-13 13:12:25 +0100 (Sun, 13 Nov 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/share/skins2/winamp2.xml
-
-* winamp2.xml: support smaller volume bars (65 pixels instead of 68)
-* builder.cpp: don't build a subbitmap or a fontbitmap if it already
-  exists (so if the xml contains elements with the same id, the first
-  valid one is kept)
-
-------------------------------------------------------------------------
-r13222 | ipkiss | 2005-11-13 13:01:52 +0100 (Sun, 13 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-
- * skins2/controls/ctrl_checkbox.cpp: Avoid the "phantom effect", where the old
-   "up" state of the checkbox is displayed wrongly during a few milliseconds
-
-------------------------------------------------------------------------
-r13220 | md | 2005-11-13 12:53:47 +0100 (Sun, 13 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/clock.c
-
-fixed comparision between incompatible values preventing detection of PCR gaps
-
-------------------------------------------------------------------------
-r13217 | gbazin | 2005-11-13 12:08:19 +0100 (Sun, 13 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* modules/codec/ffmpeg: try a bit harder to enable direct-rendering (some codec parameters are not yet set when opening the codec).
-------------------------------------------------------------------------
-r13216 | asmax | 2005-11-13 12:01:58 +0100 (Sun, 13 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-
-* ctrl_slider.cpp: fixed an uninitialized member (and a segfault..)
-
-------------------------------------------------------------------------
-r13215 | asmax | 2005-11-13 11:54:39 +0100 (Sun, 13 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
-* winamp2.xml: re-added the removed equalizer slider
-
-------------------------------------------------------------------------
-r13214 | gbazin | 2005-11-13 11:52:33 +0100 (Sun, 13 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* modules/codec/ffmpeg: added ffmpeg-skiploopfilter option for H264 decoding.
-------------------------------------------------------------------------
-r13213 | ipkiss | 2005-11-13 11:52:10 +0100 (Sun, 13 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-
- * skins2: prevent a window from using the layout of another window
-
-------------------------------------------------------------------------
-r13212 | ipkiss | 2005-11-13 02:25:16 +0100 (Sun, 13 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * share/skins2/winamp2.xml: Still more controls
-
-------------------------------------------------------------------------
-r13211 | ipkiss | 2005-11-13 01:07:56 +0100 (Sun, 13 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * share/skins2/winamp2.xml: Fixed the volume slider background, and added
-   images for the state of the stream (playing/paused/stopped)
-
-------------------------------------------------------------------------
-r13210 | ipkiss | 2005-11-13 00:45:34 +0100 (Sun, 13 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * share/skins2/winamp2.xml: Added other controls
-
-------------------------------------------------------------------------
-r13209 | ipkiss | 2005-11-12 20:59:58 +0100 (Sat, 12 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * share/skins2/winamp2.xml: A few fixes, and some more controls
-
-------------------------------------------------------------------------
-r13208 | ipkiss | 2005-11-12 19:11:12 +0100 (Sat, 12 Nov 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-
- * skins2/parser/builder.cpp: create the background part of the slider, even if
-   the cursor cannot be created. This allows using the slider in some winamp
-   skins which do not use cursors.
-
-------------------------------------------------------------------------
-r13207 | ipkiss | 2005-11-12 19:00:57 +0100 (Sat, 12 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * share/skins2/winamp2.xml: minor fix
-
-------------------------------------------------------------------------
-r13206 | ipkiss | 2005-11-12 18:46:29 +0100 (Sat, 12 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * share/skins2/winamp2.xml: Do not include the last padding lines in the images
-
-------------------------------------------------------------------------
-r13205 | ipkiss | 2005-11-12 18:43:59 +0100 (Sat, 12 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-
- * skins2/controls/ctrl_slider.cpp: Suppose that the last-padding is not in the
-   bitmap (this is more flexible than the contrary)
-
-------------------------------------------------------------------------
-r13204 | ipkiss | 2005-11-12 17:42:22 +0100 (Sat, 12 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * share/skins2/winamp2.xml: Fixed an incorrect height.
-
-------------------------------------------------------------------------
-r13201 | asmax | 2005-11-12 12:29:32 +0100 (Sat, 12 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
-* winamp2.xml: resizable playlist and other things..
-
-------------------------------------------------------------------------
-r13200 | sam | 2005-11-12 01:42:44 +0100 (Sat, 12 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/vlc.c
-
-  * src/vlc.c: do not exit the program with an error if no error occurred, for
-    instance when listing the plugins or asking for the usage.
-
-------------------------------------------------------------------------
-r13199 | sam | 2005-11-12 01:41:08 +0100 (Sat, 12 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/filter.cpp
-
-  * modules/access/dshow/filter.cpp: minor, but ugly, typo.
-
-------------------------------------------------------------------------
-r13198 | sam | 2005-11-12 01:38:41 +0100 (Sat, 12 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-  * debian: updated Debian build files.
-
-------------------------------------------------------------------------
-r13197 | sam | 2005-11-12 01:37:08 +0100 (Sat, 12 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: don't use -mpim-altivec without -force_cpusubtype_ALL,
-    thanks to titer for noticing this.
-
-------------------------------------------------------------------------
-r13196 | md | 2005-11-11 20:26:24 +0100 (Fri, 11 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-forwardport [13195]
-
-------------------------------------------------------------------------
-r13193 | damienf | 2005-11-11 17:28:01 +0100 (Fri, 11 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/plugin.cpp
-
-oleobject.cpp: fixed order of notifications for buggy containers like Delphi, added default size at activation
-plugin.cpp: set configuration width/height when resizing control
-
-------------------------------------------------------------------------
-r13192 | md | 2005-11-11 09:32:30 +0100 (Fri, 11 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/src/input/clock.c
-   M /trunk/src/input/input_internal.h
-
-update cl->delta_cr only once per 200 msec to ensure better refclock
-stability and mitigate temporary OS/network jitter problems
-
-------------------------------------------------------------------------
-r13191 | md | 2005-11-11 09:26:42 +0100 (Fri, 11 Nov 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
-changed MPGA_PACKET_SIZE to 1024
-we can't operate with 4 KB blocks since with low bitrate MP3 streams
-we'll  end up putting too many PCRs into one block.
-
-
-------------------------------------------------------------------------
-r13190 | asmax | 2005-11-10 23:33:05 +0100 (Thu, 10 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
-* fixed alignment 
-
-------------------------------------------------------------------------
-r13189 | asmax | 2005-11-10 23:30:22 +0100 (Thu, 10 Nov 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/gen_builder.py
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/share/skins2/skin.dtd
-   M /trunk/share/skins2/winamp2.xml
-
-* winamp2.xml: all the equalizer sliders are working !!
-* all: the slider background is now in a dedicaded tag 
-"SliderBackground". The number of images can now be parametrized
- in both directions, and the offset between 2 images (padhoriz and
- padvert) is no more hardcoded
-
-------------------------------------------------------------------------
-r13188 | asmax | 2005-11-10 21:42:48 +0100 (Thu, 10 Nov 2005) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/share/Makefile.am
-   A /trunk/share/skins2/fonts/FreeSansBold.ttf
-   M /trunk/share/skins2/winamp2.xml
-
-* winamp2.xml: added the Equalizer and Playlist windows.
- Now it starts to really look cool ;-)
-* builder.cpp: look for fonts in the resource path if the
- font file cannot be found in the theme itself
-* ctrl_slider.cpp: fixed the hack for winamp: the bar images
- are separated by 2 rows, not 3...
-
-------------------------------------------------------------------------
-r13187 | hartman | 2005-11-10 20:53:27 +0100 (Thu, 10 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Fix dvdnav contrib on Mac OS X 10.2
-------------------------------------------------------------------------
-r13183 | gbazin | 2005-11-10 19:50:54 +0100 (Thu, 10 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-* modules/demux/mp4/mp4.c: fix some signed/unsigned compiler warnings. Patch by Daniel Stranger (vlc at schmaller dot de).
-------------------------------------------------------------------------
-r13181 | gbazin | 2005-11-10 19:48:55 +0100 (Thu, 10 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.c
-
-* src/libvlc.c: failing of bindtextdomain() does not mean that there exists no DOMAIN in the locale path. It means that a memory error has occured. The error message was generalized. Patch by Daniel Stranger (vlc at schmaller dot de).
-------------------------------------------------------------------------
-r13179 | gbazin | 2005-11-10 19:42:42 +0100 (Thu, 10 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-* modules/gui/wxwidgets: wx backward compatibility fixes by Daniel Stranger (vlc at schmaller dot de).
-------------------------------------------------------------------------
-r13178 | dionoea | 2005-11-10 19:14:40 +0100 (Thu, 10 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-
- * Delete Callbacks when closing marquee filter. Thanks to Dave Harley
-   for noticing this.
-
-------------------------------------------------------------------------
-r13177 | hartman | 2005-11-10 17:38:50 +0100 (Thu, 10 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Removed --disable-audio-beos from ffmpeg configure line since it breaks non-beos compiles.
-------------------------------------------------------------------------
-r13176 | hartman | 2005-11-10 16:41:26 +0100 (Thu, 10 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Fix the dvdnav contrib for OSX
-------------------------------------------------------------------------
-r13175 | ipkiss | 2005-11-09 23:47:18 +0100 (Wed, 09 Nov 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
-   M /trunk/share/skins2/skin.dtd
-
- * skins2: experimental support for the <Include file="foo.xml"/> tag.
-   Be warned, no DTD validation is done on the included XML file, and the
-   loading will fail if it contains several top-level tags.
-
-------------------------------------------------------------------------
-r13174 | fkuehne | 2005-11-09 21:45:53 +0100 (Wed, 09 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access_output/shout.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/video_filter/osdmenu.c
-   M /trunk/modules/visualization/visual/visual.c
-
-* fixed some strings
-------------------------------------------------------------------------
-r13172 | ipkiss | 2005-11-09 21:05:45 +0100 (Wed, 09 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-
- * skins2/src/theme_loader.cpp: Close the zip file when we are done with it...
-
-------------------------------------------------------------------------
-r13171 | xtophe | 2005-11-09 18:37:42 +0100 (Wed, 09 Nov 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/Modules.am
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-wx/Modules.am: fix for make dist
-po/*: update due to file moving
-
-
-------------------------------------------------------------------------
-r13170 | zorglub | 2005-11-09 15:19:20 +0100 (Wed, 09 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/view.c
-
-Remove debug
-
-------------------------------------------------------------------------
-r13169 | zorglub | 2005-11-09 14:44:49 +0100 (Wed, 09 Nov 2005) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/view.c
-
-Add a input_Read function that reads a stream in blocking or non-blocking mode and cleans-up (Closes:#244)
-
-Still needs to be exported, but needs some thinking for pause/stop handling
-
-------------------------------------------------------------------------
-r13167 | courmisch | 2005-11-09 13:03:40 +0100 (Wed, 09 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/HACKING
-   M /trunk/vlc-api.pl
-
-Support for Perl 5.005 - patch from Daniel Str?\195?\164nger
-
-------------------------------------------------------------------------
-r13165 | sigmunau | 2005-11-09 10:48:02 +0100 (Wed, 09 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/src/input/clock.c
-   M /trunk/src/input/input_internal.h
-
-clock: Fixed rounding error in clock smoothing algorithm. 
-Also removed a long unused member from the clock struct.
-
-------------------------------------------------------------------------
-r13163 | ipkiss | 2005-11-08 23:52:00 +0100 (Tue, 08 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
-
- * skins2/src/bitmap_font.cpp: log a warning if a char cannot be rendered
-
-------------------------------------------------------------------------
-r13162 | ipkiss | 2005-11-08 23:34:36 +0100 (Tue, 08 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
-
- * skins2: Fixed a crash occurring when a SubBitmap was specifying invalid
-   coordinates and/or invalid size
-
-------------------------------------------------------------------------
-r13161 | ipkiss | 2005-11-08 22:51:59 +0100 (Tue, 08 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-
- * skins2/src/theme_loader.cpp: Do not forget to remove the temporary directory
-   when the extraction failed
-
-------------------------------------------------------------------------
-r13160 | bigben | 2005-11-08 22:11:33 +0100 (Tue, 08 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-Dirty hack to make devices using snd_intel8x0 drivers happy with 96k streams
-
-
-------------------------------------------------------------------------
-r13159 | asmax | 2005-11-08 21:59:35 +0100 (Tue, 08 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
-* fixed image alignment
-
-------------------------------------------------------------------------
-r13158 | asmax | 2005-11-08 21:26:13 +0100 (Tue, 08 Nov 2005) | 12 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/share/skins2/skin.dtd
-   M /trunk/share/skins2/winamp2.xml
-
-* all: the skin sliders can now have a background image, which
- depends on the position of the slider. The "Slider" elements now
- have optional attributes "background", which the Id of a bitmap,
- and "nbimages" which is the number of images in the bitmap (it
- is similar to the radialslider). At the moment there is a hack
- to support winamp slider bars: the different images must be
- separated by 3 rows of unused pixels (well, maybe they are
- useful; if someone knows how... ;)
-* theme_loader.cpp: convert the file names from zip archives to 
-  lower case, to avoid mixed case issues in some winamp skins
-
-
-------------------------------------------------------------------------
-r13157 | ipkiss | 2005-11-08 20:23:27 +0100 (Tue, 08 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-
- * skins2: expect the .wsz extension for winamp2 skins, instead of .zip
-
-------------------------------------------------------------------------
-r13156 | gbazin | 2005-11-08 20:06:11 +0100 (Tue, 08 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ps.c
-
-* modules/demux/ps.c: don't flood everything with "garbage at input" messages if we lost sync.
-
-------------------------------------------------------------------------
-r13154 | fkuehne | 2005-11-08 19:27:03 +0100 (Tue, 08 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* removed the file-extension 'm4p' since we can't decode it anyway and added 'm4v'
-------------------------------------------------------------------------
-r13153 | zorglub | 2005-11-08 10:50:51 +0100 (Tue, 08 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/src/libvlc.c
-
-Support new HAL API. Based on patch by Josselin Mouette
-
-------------------------------------------------------------------------
-r13152 | ipkiss | 2005-11-07 23:10:17 +0100 (Mon, 07 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins/skins2-howto: document the SubBitmap tag
-
-------------------------------------------------------------------------
-r13151 | xtophe | 2005-11-07 21:15:16 +0100 (Mon, 07 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-bootstrap: test for the presence of contrib/share/aclocal before including it because m4 react badly to missing directory
-
-------------------------------------------------------------------------
-r13150 | ipkiss | 2005-11-06 22:39:38 +0100 (Sun, 06 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
- * skins2/winamp2.xml: exchanged volume_up and volume_down images
-
-------------------------------------------------------------------------
-r13149 | asmax | 2005-11-06 21:53:01 +0100 (Sun, 06 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/sdl_image.c
-
-* sdl_image.c: fixed 8bpp too 
-
-------------------------------------------------------------------------
-r13148 | asmax | 2005-11-06 21:11:06 +0100 (Sun, 06 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/winamp2.xml
-
-* winamp2.xml: added the volume slider
-
-------------------------------------------------------------------------
-r13147 | fkuehne | 2005-11-06 20:45:59 +0100 (Sun, 06 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-forward-port [13146]
-------------------------------------------------------------------------
-r13145 | ipkiss | 2005-11-06 20:35:57 +0100 (Sun, 06 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.hpp
-
- * skins2/src/theme_loader.cpp: Fixed another directory delimiter issue. The winamp skins load perfectly on windows now...
-
-------------------------------------------------------------------------
-r13144 | ipkiss | 2005-11-06 19:46:25 +0100 (Sun, 06 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-
- * skins2/src/theme_loader.cpp: use the os-dependent path delimiter
-
-------------------------------------------------------------------------
-r13143 | asmax | 2005-11-06 19:19:19 +0100 (Sun, 06 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/share/skins2/winamp2.xml
-
-* skin_parser.cpp: fixed the hack for nums_ex.bmp/numbers.bmp
-* winamp2.xml: more controls
-
-------------------------------------------------------------------------
-r13142 | asmax | 2005-11-06 18:05:50 +0100 (Sun, 06 Nov 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/src/file_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/share/skins2/winamp2.xml
-
-* winamp2.xml: hack to support nums_ex.bmp and numbers.bmp
-* theme_loader.cpp: correct handling of subdirectories in winamp
-  skins
-
-------------------------------------------------------------------------
-r13141 | asmax | 2005-11-06 17:17:57 +0100 (Sun, 06 Nov 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/share/Makefile.am
-   A /trunk/share/skins2/winamp2.xml
-
-* winamp2.xml: generic theme file for winamp2 skins. Still a
- lot of things to do but it works !
-* theme_loader.cpp: when a theme contains no XML file, assume
- we are trying to load a winamp skin, and use winamp2.xml
-* vlcproc.cpp: repaired text variables ($N was broken)
-
-------------------------------------------------------------------------
-r13139 | asmax | 2005-11-06 15:23:16 +0100 (Sun, 06 Nov 2005) | 8 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
-   M /trunk/share/skins2/skin.dtd
-
-* all: added a new xml element: "SubBitmap". It allows to define
-  several bitmaps in a skin from regions of the same image file.
-  Usage is:
-  <Bitmap id="body" file="main.bmp" alphacolor="#FF0000">
-    <SubBitmap id="sub1" x="0" y="10" width="100" height="100" />
-    <SubBitmap id="sub2" x="100" y="10" width="100" height="100" />
-  </Bitmap>
-
-------------------------------------------------------------------------
-r13138 | asmax | 2005-11-06 13:39:11 +0100 (Sun, 06 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-
-* dialogs.cpp: added .zip in the "open skin" dialog
-
-------------------------------------------------------------------------
-r13137 | asmax | 2005-11-06 13:31:53 +0100 (Sun, 06 Nov 2005) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.hpp
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-   A /trunk/modules/gui/skins2/unzip
-   A /trunk/modules/gui/skins2/unzip/crypt.h
-   A /trunk/modules/gui/skins2/unzip/ioapi.c
-   A /trunk/modules/gui/skins2/unzip/ioapi.h
-   A /trunk/modules/gui/skins2/unzip/unzip.c
-   A /trunk/modules/gui/skins2/unzip/unzip.h
-
-* all: support .zip for skin themes in addition to tar.gz (vlt)
-  Borrowed code from Gilles Vollant for the unzip part
-  (I guess this code should be put elsewhere in vlc, but it was
-  the easy way for me at the moment;) I hope it compiles fine
-  everywhere, I've tested only on linux.
-  Now, everything's ready for winamp skins ;)
-
-------------------------------------------------------------------------
-r13136 | asmax | 2005-11-05 18:18:23 +0100 (Sat, 05 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   A /trunk/modules/gui/skins2/src/file_bitmap.cpp (from /trunk/modules/gui/skins2/src/png_bitmap.cpp:13134)
-   A /trunk/modules/gui/skins2/src/file_bitmap.hpp (from /trunk/modules/gui/skins2/src/png_bitmap.hpp:13134)
-   D /trunk/modules/gui/skins2/src/png_bitmap.cpp
-   D /trunk/modules/gui/skins2/src/png_bitmap.hpp
-
-* all: renamed PngBitmap into FileBitmap, as any image format
- can be loaded
-
-------------------------------------------------------------------------
-r13135 | asmax | 2005-11-05 18:05:25 +0100 (Sat, 05 Nov 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/sdl_image.c
-
-* sdl_image.c: fixed decoding of 24/32 bpp images (the color masks were not
- taken into account, which caused getting RGBA pictures instead of ARGB,
- or GBR instead of RGB). 8bpp is obviously broken too, I have not tested it.
- --> now BMP images (and other formats) can be used in skins, not only PNG!
-  (of course the goal is to add a winamp skins loader ;-)
-
-------------------------------------------------------------------------
-r13134 | asmax | 2005-11-05 12:54:38 +0100 (Sat, 05 Nov 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   A /trunk/modules/gui/skins2/commands/cmd_audio.cpp
-   A /trunk/modules/gui/skins2/commands/cmd_audio.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/vars/equalizer.cpp
-
-* all: added a variable "equalizer.isEnabled" and commands
- "equalizer.enable()" and "equalizer.disable()" to enable
-  or disable the equalizer audio filter.
-  + small fixes
-
-------------------------------------------------------------------------
-r13132 | courmisch | 2005-11-04 22:08:37 +0100 (Fri, 04 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-Fix segfault on malformated command
-Bug report credited to Matthew Hodgson
-
-------------------------------------------------------------------------
-r13131 | md | 2005-11-04 09:12:16 +0100 (Fri, 04 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-forwardport of [13130]
-
-------------------------------------------------------------------------
-r13129 | jpsaman | 2005-11-03 23:10:25 +0100 (Thu, 03 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/src/audio_output/intf.c
-
-forgot to remove the original vlc_release_object()
-------------------------------------------------------------------------
-r13128 | jpsaman | 2005-11-03 23:08:23 +0100 (Thu, 03 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/libvlc.c
-
-Forward port from revision 13127
-------------------------------------------------------------------------
-r13126 | dionoea | 2005-11-03 21:03:41 +0100 (Thu, 03 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-...
-
-------------------------------------------------------------------------
-r13125 | dionoea | 2005-11-03 17:54:36 +0100 (Thu, 03 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/msn.c
-
-woops ... remove debug
-
-------------------------------------------------------------------------
-r13124 | dionoea | 2005-11-03 17:52:17 +0100 (Thu, 03 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/Modules.am
-   A /trunk/modules/misc/msn.c
-
-New MSN (c) (tm) (r) "What I'm Listening To" plugin.
-
-------------------------------------------------------------------------
-r13123 | xtophe | 2005-11-03 10:26:26 +0100 (Thu, 03 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib/makefile: tweak for cygwin. not tested. Feedback welcome
-
-------------------------------------------------------------------------
-r13122 | xtophe | 2005-11-03 10:16:45 +0100 (Thu, 03 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib/makefile: disable portaudio until someone make it compile
-
-------------------------------------------------------------------------
-r13121 | gbazin | 2005-11-03 09:58:40 +0100 (Thu, 03 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-
-* modules/gui/wxwidgets/*: compilation fixes.
-------------------------------------------------------------------------
-r13120 | md | 2005-11-03 09:22:13 +0100 (Thu, 03 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-
-use the new values when resizing
-
-------------------------------------------------------------------------
-r13119 | gbazin | 2005-11-03 00:39:36 +0100 (Thu, 03 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/video.cpp
-
-* modules/gui/wince/video.cpp: forgot a VOUT_SET_ZOOM.
-------------------------------------------------------------------------
-r13117 | gbazin | 2005-11-03 00:29:47 +0100 (Thu, 03 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-* modules/codec/libmpeg2.c: use sequence->picture_width insted of display_width since display_width is used to convey the pan&scan info.
-------------------------------------------------------------------------
-r13116 | gbazin | 2005-11-03 00:18:53 +0100 (Thu, 03 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/wxwidgets/video.cpp
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/wingdi.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/video_output/vout_intf.c
-
-* ALL: changed VOUT_SET_ZOOM into VOUT_SET_SIZE and implemented a VOUT_GET_SIZE for some of the vouts.
-------------------------------------------------------------------------
-r13115 | asmax | 2005-11-02 23:01:06 +0100 (Wed, 02 Nov 2005) | 8 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   M /trunk/modules/gui/skins2/commands/async_queue.cpp
-   M /trunk/modules/gui/skins2/commands/async_queue.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   A /trunk/modules/gui/skins2/vars/equalizer.cpp
-   A /trunk/modules/gui/skins2/vars/equalizer.hpp
-
-* all: first support of graphical equalizer in the skins2 interface.
-  It can be defined in the XML with usual sliders, using the new
-  variables equalizer.band(0), ..., equalizer.band(9)
-  (0% means -20dB, and 100% means +20 dB).
-  More things to come, but it is already working as is.
-* all: AsyncQueue::push() now does also a remove() by default, as
-  the two methods are always called together
-
-------------------------------------------------------------------------
-r13113 | bigben | 2005-11-02 22:41:45 +0100 (Wed, 02 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-revert 13023 as is doesn't fix anything
-
-
-------------------------------------------------------------------------
-r13112 | bigben | 2005-11-02 22:35:16 +0100 (Wed, 02 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-Ouuups, forgot to uncomment some code I had commented for testing purposes
-
-
-------------------------------------------------------------------------
-r13110 | gbazin | 2005-11-02 21:08:44 +0100 (Wed, 02 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/libmpcdec.patch
-
-* extras/contrib/src/Makefile, extras/contrib/src/Patches/libmpcdec.patch: patch for libmpcdec on win32.
-------------------------------------------------------------------------
-r13109 | gbazin | 2005-11-02 20:46:55 +0100 (Wed, 02 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* extras/contrib/src/Makefile: disable asm in FLAC on win32 since its build system insists on creating elf objects (would need fixing).
-------------------------------------------------------------------------
-r13108 | xtophe | 2005-11-02 20:42:30 +0100 (Wed, 02 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-We use Portaudio v19
-
-------------------------------------------------------------------------
-r13107 | xtophe | 2005-11-02 20:27:34 +0100 (Wed, 02 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-Contrib: Add Portaudio ( closes #419)
-
-------------------------------------------------------------------------
-r13106 | zorglub | 2005-11-02 20:20:34 +0100 (Wed, 02 Nov 2005) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-   M /trunk/modules/gui/wxwidgets/Modules.am
-   A /trunk/modules/gui/wxwidgets/bitmaps/trash.xpm (from /branches/0.8.5-zorglub/modules/gui/wxwidgets/bitmaps/trash.xpm:12675)
-   D /trunk/modules/gui/wxwidgets/bookmarks.cpp
-   A /trunk/modules/gui/wxwidgets/dialogs (from /branches/0.8.5-zorglub/modules/gui/wxwidgets/dialogs:12733)
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.h
-   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/streamout.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-   A /trunk/modules/gui/wxwidgets/extrapanel.hpp (from /branches/0.8.5-zorglub/modules/gui/wxwidgets/extrapanel.hpp:12733)
-   D /trunk/modules/gui/wxwidgets/fileinfo.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   A /trunk/modules/gui/wxwidgets/interface.hpp (from /branches/0.8.5-zorglub/modules/gui/wxwidgets/interface.hpp:12733)
-   D /trunk/modules/gui/wxwidgets/iteminfo.cpp
-   A /trunk/modules/gui/wxwidgets/main_slider_manager.cpp (from /branches/0.8.5-zorglub/modules/gui/wxwidgets/main_slider_manager.cpp:12675)
-   A /trunk/modules/gui/wxwidgets/main_slider_manager.hpp (from /branches/0.8.5-zorglub/modules/gui/wxwidgets/main_slider_manager.hpp:12675)
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-   D /trunk/modules/gui/wxwidgets/messages.cpp
-   D /trunk/modules/gui/wxwidgets/open.cpp
-   D /trunk/modules/gui/wxwidgets/playlist.cpp
-   D /trunk/modules/gui/wxwidgets/preferences.cpp
-   D /trunk/modules/gui/wxwidgets/preferences_widgets.cpp
-   D /trunk/modules/gui/wxwidgets/preferences_widgets.h
-   A /trunk/modules/gui/wxwidgets/slider_manager.cpp (from /branches/0.8.5-zorglub/modules/gui/wxwidgets/slider_manager.cpp:12675)
-   A /trunk/modules/gui/wxwidgets/slider_manager.hpp (from /branches/0.8.5-zorglub/modules/gui/wxwidgets/slider_manager.hpp:12675)
-   D /trunk/modules/gui/wxwidgets/streamout.cpp
-   D /trunk/modules/gui/wxwidgets/subtitles.cpp
-   M /trunk/modules/gui/wxwidgets/timer.cpp
-   A /trunk/modules/gui/wxwidgets/timer.hpp (from /branches/0.8.5-zorglub/modules/gui/wxwidgets/timer.hpp:12675)
-   D /trunk/modules/gui/wxwidgets/updatevlc.cpp
-   M /trunk/modules/gui/wxwidgets/video.cpp
-   A /trunk/modules/gui/wxwidgets/video.hpp (from /branches/0.8.5-zorglub/modules/gui/wxwidgets/video.hpp:12733)
-   D /trunk/modules/gui/wxwidgets/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-   D /trunk/modules/gui/wxwidgets/wxwidgets.h
-   A /trunk/modules/gui/wxwidgets/wxwidgets.hpp (from /branches/0.8.5-zorglub/modules/gui/wxwidgets/wxwidgets.hpp:12670)
-
-p( vlc.getInterfaces().getInterface( "wxwidgets" ).isBroken() ) = 1/2
-
-aka : merge the big wx changes from branch
-
-
-------------------------------------------------------------------------
-r13104 | xtophe | 2005-11-02 19:47:48 +0100 (Wed, 02 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib/makefile: add libmpcdec (Musepack) to win contribs
-
-------------------------------------------------------------------------
-r13103 | zorglub | 2005-11-02 19:33:23 +0100 (Wed, 02 Nov 2005) | 2 lines
-Changed paths:
-   A /trunk/test (from /branches/0.8.5-zorglub/test:12848)
-
-Merge test/ stuff
-
-------------------------------------------------------------------------
-r13102 | zorglub | 2005-11-02 19:32:39 +0100 (Wed, 02 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/setup.py
-   M /trunk/bindings/python/vlcglue.c
-   A /trunk/bindings/python/vlcglue.h (from /branches/0.8.5-zorglub/bindings/python/vlcglue.h:12808)
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/control/core.c
-   M /trunk/src/control/init.c
-
-Merge fixes to the python binding from my branch
-
-------------------------------------------------------------------------
-r13100 | xtophe | 2005-11-02 18:04:29 +0100 (Wed, 02 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib/makefile: Fix dirac compilation
-
-------------------------------------------------------------------------
-r13099 | gbazin | 2005-11-02 17:02:01 +0100 (Wed, 02 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/playlist.cpp
-
-* modules/gui/wxwidgets/playlist.cpp: don't call treectrl->EnsureVisible() when updating a playlist item. That just makes navigation of the playlist unusable.
-------------------------------------------------------------------------
-r13098 | fkuehne | 2005-11-02 16:48:54 +0100 (Wed, 02 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* just don't run INSTALL_NAME on OSX, but on all other platforms (thx to xtophe)
-------------------------------------------------------------------------
-r13097 | fkuehne | 2005-11-02 16:37:44 +0100 (Wed, 02 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/ffmpeg-cvs-osx.patch
-   A /trunk/extras/contrib/src/Patches/ffmpeg-cvs-win32.patch
-   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
-
-* fixed the compilation of some libs on OSX:
-    - faad2, goom2k4, libpng, ffmpeg (modified gibalou's patch and moved it to a win32-file)
-------------------------------------------------------------------------
-r13095 | md | 2005-11-02 14:42:48 +0100 (Wed, 02 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/vlc-config.in.in
-
-fix for missing modules - hope this closes #412
-
-------------------------------------------------------------------------
-r13094 | fkuehne | 2005-11-02 13:04:54 +0100 (Wed, 02 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* fixed the compilation of libiconv on OSX
-------------------------------------------------------------------------
-r13092 | fkuehne | 2005-11-02 12:50:37 +0100 (Wed, 02 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-
-* run 'make src' by default, since 'make bin' isn't and won't be available
-------------------------------------------------------------------------
-r13091 | gbazin | 2005-11-02 11:25:41 +0100 (Wed, 02 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.h
-
-* modules/gui/wxwidgets/playlist.cpp: if too many items are queued to be added to the playlist then it is quicker to just rebuild the whole playlist instead of inserting items one by one (fixes huge slowdown when using shoutcast).
-------------------------------------------------------------------------
-r13090 | gbazin | 2005-11-02 10:30:43 +0100 (Wed, 02 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/playlist.cpp
-
-* modules/gui/wxwidgets/playlist.cpp: don't forget to unlock the playlist.
-------------------------------------------------------------------------
-r13089 | xtophe | 2005-11-02 10:07:04 +0100 (Wed, 02 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib/Makefile: faad2: bootstrap only if we patch.
-
-------------------------------------------------------------------------
-r13088 | gbazin | 2005-11-01 23:30:06 +0100 (Tue, 01 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: x264 now supports non-mod 16 resolutions.
-------------------------------------------------------------------------
-r13087 | gbazin | 2005-11-01 23:09:39 +0100 (Tue, 01 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-
-* extras/contrib/Makefile, Patches/x264-svn-win32.patch: x264 win32 build fix.
-
-------------------------------------------------------------------------
-r13086 | gbazin | 2005-11-01 22:47:49 +0100 (Tue, 01 Nov 2005) | 2 lines
-Changed paths:
-   D /trunk/extras/contrib/src/Patches/ffmpeg-20050513-win32.patch
-   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
-
-* Patches/ffmpeg-cvs.patch: lrintf() detection work-around for win32.
-
-------------------------------------------------------------------------
-r13085 | dionoea | 2005-11-01 22:07:59 +0100 (Tue, 01 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-update my info
-
-------------------------------------------------------------------------
-r13084 | gbazin | 2005-11-01 22:04:50 +0100 (Tue, 01 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* extras/contrib/src/Makefile: set PKG_CONFIG_PATH on win32.
-------------------------------------------------------------------------
-r13082 | dionoea | 2005-11-01 21:50:07 +0100 (Tue, 01 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/README
-   M /trunk/vlc.win32.nsi
-
-Misc changes
-
-------------------------------------------------------------------------
-r13081 | xtophe | 2005-11-01 19:38:14 +0100 (Tue, 01 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/flac-cross.patch
-
-Add detection of ranlib and ar when crosscompiling. It's not fixing the linking problem :(
-
-------------------------------------------------------------------------
-r13080 | xtophe | 2005-11-01 19:37:02 +0100 (Tue, 01 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-
-Fix x264 patch
-
-------------------------------------------------------------------------
-r13079 | asmax | 2005-11-01 16:53:07 +0100 (Tue, 01 Nov 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/utils/position.cpp
-   M /trunk/modules/gui/skins2/utils/position.hpp
-   M /trunk/share/skins2/skin.dtd
-
-* all: added an attribute "autoresize" to the Video control.
-  When it is set to "true", the window is automatically resized
-  when the vout size changes.
-
-------------------------------------------------------------------------
-r13078 | xtophe | 2005-11-01 16:04:06 +0100 (Tue, 01 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/gettext.patch
-
-Revert previous commit and Proper solution
-
-------------------------------------------------------------------------
-r13077 | xtophe | 2005-11-01 15:58:12 +0100 (Tue, 01 Nov 2005) | 2 lines
-Changed paths:
-   A /trunk/extras/contrib/src/Patches/gettext.patch (from /trunk/extras/contrib/src/Patches/gettext.patch:13071)
-
-Delete this one by mistake
-
-------------------------------------------------------------------------
-r13076 | xtophe | 2005-11-01 14:58:33 +0100 (Tue, 01 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-*configure.ac: It was confusing pkg-config on MacOSX
-
-------------------------------------------------------------------------
-r13075 | xtophe | 2005-11-01 14:09:51 +0100 (Tue, 01 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib/Makefile: svn for mkv/ebml + cddb is a tgz
-
-------------------------------------------------------------------------
-r13074 | xtophe | 2005-11-01 13:13:33 +0100 (Tue, 01 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/libiconv.patch
-
-Oops
-
-------------------------------------------------------------------------
-r13073 | xtophe | 2005-11-01 12:39:49 +0100 (Tue, 01 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Don't put .zlib as requirement as it can came from the system
-
-------------------------------------------------------------------------
-r13072 | xtophe | 2005-11-01 12:30:23 +0100 (Tue, 01 Nov 2005) | 7 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/dirac-cross.patch (from /branches/win32-contrib/extras/contrib/src/Patches/dirac-cross.patch:13057)
-   A /trunk/extras/contrib/src/Patches/faad2-20050513-win32.patch (from /branches/win32-contrib/extras/contrib/src/Patches/faad2-20050513-win32.patch:13057)
-   A /trunk/extras/contrib/src/Patches/ffmpeg-20050513-win32.patch (from /branches/win32-contrib/extras/contrib/src/Patches/ffmpeg-20050513-win32.patch:13057)
-   A /trunk/extras/contrib/src/Patches/ffmpeg-beos.patch.cvs (from /branches/win32-contrib/extras/contrib/src/Patches/ffmpeg-beos.patch.cvs:13057)
-   A /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
-   D /trunk/extras/contrib/src/Patches/ffmpeg.patch
-   D /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
-   A /trunk/extras/contrib/src/Patches/fribidi-win32.patch (from /branches/win32-contrib/extras/contrib/src/Patches/fribidi-win32.patch:13057)
-   A /trunk/extras/contrib/src/Patches/gettext-osx.patch (from /branches/win32-contrib/extras/contrib/src/Patches/gettext-osx.patch:13057)
-   D /trunk/extras/contrib/src/Patches/gettext.patch
-   A /trunk/extras/contrib/src/Patches/goom2k4-0-win32.patch (from /branches/win32-contrib/extras/contrib/src/Patches/goom2k4-0-win32.patch:13057)
-   A /trunk/extras/contrib/src/Patches/goom2k4-0-win32.patch.bak (from /branches/win32-contrib/extras/contrib/src/Patches/goom2k4-0-win32.patch.bak:13057)
-   A /trunk/extras/contrib/src/Patches/libdvdnav-20050211-win32.patch (from /branches/win32-contrib/extras/contrib/src/Patches/libdvdnav-20050211-win32.patch:13057)
-   A /trunk/extras/contrib/src/Patches/libdvdread-20041028-win32.patch (from /branches/win32-contrib/extras/contrib/src/Patches/libdvdread-20041028-win32.patch:13057)
-   A /trunk/extras/contrib/src/Patches/libdvdread-win32.patch (from /branches/win32-contrib/extras/contrib/src/Patches/libdvdread-win32.patch:13057)
-   M /trunk/extras/contrib/src/Patches/libdvdread.patch
-   A /trunk/extras/contrib/src/Patches/libebml-svn-win32.patch (from /branches/win32-contrib/extras/contrib/src/Patches/libebml-svn-win32.patch:13057)
-   M /trunk/extras/contrib/src/Patches/libiconv.patch
-   A /trunk/extras/contrib/src/Patches/libmatroska-win32.patch (from /branches/win32-contrib/extras/contrib/src/Patches/libmatroska-win32.patch:13057)
-   A /trunk/extras/contrib/src/Patches/libogg-1.1-win32.patch (from /branches/win32-contrib/extras/contrib/src/Patches/libogg-1.1-win32.patch:13057)
-   A /trunk/extras/contrib/src/Patches/libpng-1.2.5-win32.patch (from /branches/win32-contrib/extras/contrib/src/Patches/libpng-1.2.5-win32.patch:13057)
-   A /trunk/extras/contrib/src/Patches/livedotcom-win32.patch (from /branches/win32-contrib/extras/contrib/src/Patches/livedotcom-win32.patch:13057)
-   A /trunk/extras/contrib/src/Patches/tiff-cross.patch (from /branches/win32-contrib/extras/contrib/src/Patches/tiff-cross.patch:13057)
-   A /trunk/extras/contrib/src/Patches/wx-cvs-2005-02-09-patch.diff (from /branches/win32-contrib/extras/contrib/src/Patches/wx-cvs-2005-02-09-patch.diff:13057)
-   A /trunk/extras/contrib/src/Patches/wxMSW-win32.patch (from /branches/win32-contrib/extras/contrib/src/Patches/wxMSW-win32.patch:13057)
-   A /trunk/extras/contrib/src/Patches/x264-20050624-win32.patch (from /branches/win32-contrib/extras/contrib/src/Patches/x264-20050624-win32.patch:13057)
-   A /trunk/extras/contrib/src/Patches/x264-svn-win32.patch (from /branches/win32-contrib/extras/contrib/src/Patches/x264-svn-win32.patch:13057)
-   A /trunk/extras/contrib/src/Patches/xml2-win32.patch (from /branches/win32-contrib/extras/contrib/src/Patches/xml2-win32.patch:13057)
-   M /trunk/extras/contrib/src/packages.mak
-   M /trunk/m4/vlc.m4
-
-ALL: Merge the win32-contrib branch.
-
-Todo:
-       Fix FLAC
-       SDL patch by Meuh
-
-
-------------------------------------------------------------------------
-r13070 | gbazin | 2005-11-01 00:26:56 +0100 (Tue, 01 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: fixed small memleak.
-------------------------------------------------------------------------
-r13065 | gbazin | 2005-11-01 00:10:29 +0100 (Tue, 01 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* modules/codec/ffmpeg/encoder.c: fmt_out.p_extra needs to be malloc()ed.
-------------------------------------------------------------------------
-r13063 | gbazin | 2005-10-31 23:42:04 +0100 (Mon, 31 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-* modules/codec/libmpeg2.c: when AR is forced by input, assume it is based on width/height, not display_width/height (required for broken DVDs).
-------------------------------------------------------------------------
-r13061 | bigben | 2005-10-31 20:53:30 +0100 (Mon, 31 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/linear.c
-
-Oups, latest commit was broken.
-
-
-------------------------------------------------------------------------
-r13060 | bigben | 2005-10-31 20:46:29 +0100 (Mon, 31 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/linear.c
-
-Fix a mistake in the resampling algorithm (hope I didn't forget any place)
-
-
-------------------------------------------------------------------------
-r13059 | gbazin | 2005-10-31 20:14:39 +0100 (Mon, 31 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-
-* modules/codec/ffmpeg/demux.c: do not re-invent the wheel.
-------------------------------------------------------------------------
-r13058 | gbazin | 2005-10-31 20:10:00 +0100 (Mon, 31 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-
-* modules/codec/ffmpeg/demux.c: added raw video support.
-------------------------------------------------------------------------
-r13057 | md | 2005-10-31 14:34:17 +0100 (Mon, 31 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/wingdi.c
-   M /trunk/src/video_output/vout_intf.c
-
-fixed untranslatable strings
-
-------------------------------------------------------------------------
-r13056 | md | 2005-10-31 14:17:28 +0100 (Mon, 31 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-we need 16:10 cropping as well, there are monitors with this
-aspect ratio (e.g. 1280x800, 1920x1200)
-
-------------------------------------------------------------------------
-r13054 | md | 2005-10-31 14:13:55 +0100 (Mon, 31 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/decoder.c
-
-avoid rounding problems
-
-------------------------------------------------------------------------
-r13052 | md | 2005-10-31 13:44:12 +0100 (Mon, 31 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/decoder.c
-
-sar_num needs to be adjusted as well
-
-------------------------------------------------------------------------
-r13050 | md | 2005-10-31 08:33:48 +0100 (Mon, 31 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/glwin32.c
-
-make Crop or Aspect change autoamtically resize the window
-
-------------------------------------------------------------------------
-r13049 | md | 2005-10-31 08:28:26 +0100 (Mon, 31 Oct 2005) | 5 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/wxwidgets/video.cpp
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/wingdi.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/video_output/vout_intf.c
-
-VOUT_SET_ZOOM can't be relative, since it doesn't work if user saved
-anything else than zoom=1.0 in Preferences.
-Reworked it to always go through InitWindowsize() 
-
-
-------------------------------------------------------------------------
-r13048 | hartman | 2005-10-31 02:46:14 +0100 (Mon, 31 Oct 2005) | 6 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/vout_subpictures.c
-
-* changed default value of sub-margin to 0
-* sub elements can be moved up (positive values) and down (negative)
-* force_crop'ed elements cannot be moves (usually only dvd menu's)
-* works for spudec and subsdec
-* if the margin / offset correction forces the picture out of the main picture, the offset is cropped so that the subpicture is still 100% visible.
-
-------------------------------------------------------------------------
-r13046 | hartman | 2005-10-30 22:21:22 +0100 (Sun, 30 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-
-* if we are certain we have a visualization module, don't try to open it as an audio-filter first. (fixes #416)
-
-------------------------------------------------------------------------
-r13042 | fkuehne | 2005-10-30 20:52:47 +0100 (Sun, 30 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/libcddb.patch
-   M /trunk/modules/gui/macosx/macosx.m
-
-* added DJ's 10.2-patch again. Fixes the compilation of libcddb on the xserve.
-* macosx.m: renamed "Stretch Aspect ratio" to "Stretch video to fill window" to make the option's meaning a bit more clear (thanks to Jonas for the hint)
-------------------------------------------------------------------------
-r13041 | gbazin | 2005-10-30 20:50:14 +0100 (Sun, 30 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* modules/codec/ffmpeg/ffmpeg.c: avoid a strcmp() in LibavcodecCallback().
-------------------------------------------------------------------------
-r13040 | gbazin | 2005-10-30 20:38:44 +0100 (Sun, 30 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-* modules/codec/vorbis.c: fixed crash on codec cleanup when headers couldn't be decoded.
-------------------------------------------------------------------------
-r13039 | gbazin | 2005-10-30 20:35:21 +0100 (Sun, 30 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* modules/codec/ffmpeg/ffmpeg.c: fixed crash in LibavcodecCallback() when used from libavformat.
-------------------------------------------------------------------------
-r13038 | fkuehne | 2005-10-30 20:35:10 +0100 (Sun, 30 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.m
-
-* forwardport [13037]
-------------------------------------------------------------------------
-r13036 | fkuehne | 2005-10-30 20:05:52 +0100 (Sun, 30 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/gui/macosx/wizard.m
-
-* fixed some other strings
-------------------------------------------------------------------------
-r13034 | gbazin | 2005-10-30 20:00:12 +0100 (Sun, 30 Oct 2005) | 8 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/demux/mp4/mp4.c
-
-* modules/demux/mp4/mp4.c: set fmt.video.i_bits_per_pixel (needed at least for QT RLE).
-* modules/codec/ffmpeg/ffmpeg.c: added QT RLE fourcc.
---This line, and 
-those below, will be ignored--
-
-M    codec/ffmpeg/ffmpeg.c
-M    demux/mp4/mp4.c
-
-------------------------------------------------------------------------
-r13033 | gbazin | 2005-10-30 19:04:48 +0100 (Sun, 30 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-
-* modules/codec/ffmpeg/demux.c: Updated to use latest libavformat api (was broken due to libavformat api changes).
-------------------------------------------------------------------------
-r13032 | fkuehne | 2005-10-30 18:27:01 +0100 (Sun, 30 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/gnomevfs.c
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/services_discovery/upnp.cpp
-   M /trunk/modules/video_filter/rss.c
-   M /trunk/modules/video_output/wingdi.c
-   M /trunk/src/video_output/vout_intf.c
-
-* fixed some untranslatable strings and strings which existed both with and without trailing spaces. Thanks to Jonas A. Larsen for notifying me about them.
-------------------------------------------------------------------------
-r13031 | fkuehne | 2005-10-30 18:15:13 +0100 (Sun, 30 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-* forwardport [13030]
-------------------------------------------------------------------------
-r13029 | hartman | 2005-10-30 17:42:40 +0100 (Sun, 30 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* forwardport of 13010
-
-------------------------------------------------------------------------
-r13027 | gbazin | 2005-10-30 17:25:28 +0100 (Sun, 30 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/rtsp/real_rmff.c
-   M /trunk/modules/demux/real.c
-
-* modules/demux/real.c, modules/access/rtsp/*: fixes for real rtsp / demuxing.
-------------------------------------------------------------------------
-r13025 | gbazin | 2005-10-30 15:58:05 +0100 (Sun, 30 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/input/decoder.c
-   M /trunk/src/video_output/video_output.c
-
-* src/video_output/video_output.c, src/input/decoder.c, include/video_output.h: try to reduce i_sar_num/i_sar_den a bit hader to prevent overflows + remove p_vout->b_override_aspect which isn't used anymore.
-------------------------------------------------------------------------
-r13024 | dionoea | 2005-10-29 23:14:23 +0200 (Sat, 29 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
-s/unsuported/unsupported/ (thanks to tumu)
-
-------------------------------------------------------------------------
-r13023 | bigben | 2005-10-29 22:20:14 +0200 (Sat, 29 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-set the samplerate before the format. The open of the device will fail when trying to set the sample rate to a value the soundcard doesn' support afet having set the format to fl32. Now, we will fall back to s16l if the device doesn't support the rate in fl32.
-
-
-------------------------------------------------------------------------
-r13021 | md | 2005-10-29 20:06:58 +0200 (Sat, 29 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/modules/access/udp.c
-   M /trunk/src/misc/block.c
-
-removed i_seqno from block_t ; RTP access now stores seqno in i_dts.
-Closes #414 
-
-------------------------------------------------------------------------
-r13020 | gbazin | 2005-10-29 18:58:12 +0200 (Sat, 29 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/wingdi.c
-
-* modules/video_output/wingdi.c: misc fixes and improvements.
-------------------------------------------------------------------------
-r13019 | gbazin | 2005-10-29 18:14:21 +0200 (Sat, 29 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/directx, modules/video_output/x11: take cropping into account when reporting mouse coordinates.
-------------------------------------------------------------------------
-r13018 | dionoea | 2005-10-29 16:27:18 +0200 (Sat, 29 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/playlist/Modules.am
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   A /trunk/modules/demux/playlist/podcast.c (from /branches/0.8.5-zorglub/modules/demux/playlist/podcast.c:12782)
-   M /trunk/modules/services_discovery/Modules.am
-   A /trunk/modules/services_discovery/podcast.c (from /branches/0.8.5-zorglub/modules/services_discovery/podcast.c:12782)
-
-changesets r12782 and r12804 from 0.8.5-zorglub branch concerning podcast
-service discovery and demux modules.
-
-------------------------------------------------------------------------
-r13016 | dionoea | 2005-10-29 16:17:11 +0200 (Sat, 29 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-oops
-
-------------------------------------------------------------------------
-r13015 | dionoea | 2005-10-29 16:12:13 +0200 (Sat, 29 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-s/ffmpeg/x264/
-
-------------------------------------------------------------------------
-r13014 | dionoea | 2005-10-29 16:10:10 +0200 (Sat, 29 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-allow subpel option in the 1 to 6 range for X264_BUILD >= 30 (r262) 
-
-------------------------------------------------------------------------
-r13012 | gbazin | 2005-10-29 15:01:46 +0200 (Sat, 29 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-* modules/codec/libmpeg2.c: fixed detection for aspect-ratio change.
-------------------------------------------------------------------------
-r13011 | gbazin | 2005-10-29 14:43:40 +0200 (Sat, 29 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c: support on-the-fly ar/cropping in the x11 vout.
-------------------------------------------------------------------------
-r13009 | jlj | 2005-10-28 23:44:53 +0200 (Fri, 28 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: Added --with-tree for various decoders.
-
-
-------------------------------------------------------------------------
-r13007 | hartman | 2005-10-28 22:20:30 +0200 (Fri, 28 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live.patch
-
-* Adds radix_safe printf/scanf for liveMedia contrib
-
-------------------------------------------------------------------------
-r13005 | gbazin | 2005-10-28 21:34:27 +0200 (Fri, 28 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-   M /trunk/src/video_output/vout_intf.c
-
-* modules/misc/freetype.c, src/video_output/vout_intf.c: fixed a couple of memory leaks.
-------------------------------------------------------------------------
-r13004 | gbazin | 2005-10-28 19:35:40 +0200 (Fri, 28 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* configure.ac, extras/MacOSX/*: bumped version to 0.8.5-svn.
-------------------------------------------------------------------------
-r13003 | dionoea | 2005-10-28 19:00:00 +0200 (Fri, 28 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/magnify.c
-
- * magnify video filter. Still needs some work on the zoom method (which
-   isn't really efficient)
-
-------------------------------------------------------------------------
-r13002 | dionoea | 2005-10-28 18:55:39 +0200 (Fri, 28 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/distort.c
-
- * new gradient and edge detection video filters (sobel gradient)
-
-------------------------------------------------------------------------
-r13001 | gbazin | 2005-10-28 17:25:11 +0200 (Fri, 28 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_intf.c
-   M /trunk/src/video_output/vout_pictures.c
-
-* src/video_output/*: re-implemented InitWindowSize() using fmt_in.i_sar_num/den and moved it to vout_intf.c where it can be called again after crop or aspect ratio changes.
-------------------------------------------------------------------------
-r12999 | robUx4 | 2005-10-28 16:31:32 +0200 (Fri, 28 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: support the new A_AAC codec ID and SBR for older IDs (more tests needed)
-------------------------------------------------------------------------
-r12998 | md | 2005-10-28 15:21:11 +0200 (Fri, 28 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-call vlc_ureduce to simplify sar
-
-------------------------------------------------------------------------
-r12997 | jpsaman | 2005-10-28 14:36:08 +0200 (Fri, 28 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-rc control interface fix for correct reporting of playlist state when toggling pause.
-------------------------------------------------------------------------
-r12996 | gbazin | 2005-10-28 11:30:47 +0200 (Fri, 28 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/vout_intf.c
-
-* src/libvlc.h, src/video_output/vout_intf.c: added crop config option + changed --monitor-aspect-ratio into --monitor-par (pixel aspect ratio). It makes a lot more sense since lots of widescreens still have square pixels.
-------------------------------------------------------------------------
-r12995 | md | 2005-10-28 11:15:51 +0200 (Fri, 28 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_intf.c
-
-fix for HDTV-1080 format: window size now correct (1920x1080)
-
-------------------------------------------------------------------------
-r12994 | gbazin | 2005-10-28 10:21:18 +0200 (Fri, 28 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/opengl.c
-
-* modules/video_output/directx/directx.c, modules/video_output/directx/glwin32.c, modules/video_output/opengl.c: support on-the-fly aspect-ratio changes.
-------------------------------------------------------------------------
-r12993 | hartman | 2005-10-28 10:05:51 +0200 (Fri, 28 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* ' ' -> '_' in !DARWIN define
-
-------------------------------------------------------------------------
-r12992 | gbazin | 2005-10-28 09:04:40 +0200 (Fri, 28 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c: support changing aspect-ratio on-the-fly.
-------------------------------------------------------------------------
-r12991 | gbazin | 2005-10-28 09:03:17 +0200 (Fri, 28 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_intf.c
-
-* src/video_output/*, include/video_output.h: support changing aspect-ratio on-the-fly.
-------------------------------------------------------------------------
-r12990 | hartman | 2005-10-28 02:13:28 +0200 (Fri, 28 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/libvlc.h
-
-* hotkey: Go to DVD menu (ctrl-M)
-
-------------------------------------------------------------------------
-r12989 | damienf | 2005-10-28 00:46:47 +0200 (Fri, 28 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-
-plugin.cpp: on activation, set width and height in VLC configuration variables with plugin actual geometry, this prevents video rescaling when starting video
-
-------------------------------------------------------------------------
-r12988 | robUx4 | 2005-10-27 21:23:47 +0200 (Thu, 27 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: get ready to support pixel cropping (top/bottom/left/right) when it will work from the demuxer in VLC
-------------------------------------------------------------------------
-r12987 | fkuehne | 2005-10-27 20:19:05 +0200 (Thu, 27 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-* updated the po-files once again in preparation of the string freeze
-------------------------------------------------------------------------
-r12986 | fkuehne | 2005-10-27 20:15:35 +0200 (Thu, 27 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/bookmarks.m
-   M /trunk/modules/gui/macosx/wizard.m
-
-* minor string fixes
-------------------------------------------------------------------------
-r12985 | md | 2005-10-27 15:39:50 +0200 (Thu, 27 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-fix relation between MTU and RTP max packet size - closes #408
-
-------------------------------------------------------------------------
-r12984 | md | 2005-10-27 14:57:14 +0200 (Thu, 27 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-skip 4 bytes also for RTP payload=32 (MPV) - RFC2250
-
-------------------------------------------------------------------------
-r12983 | gbazin | 2005-10-27 11:52:30 +0200 (Thu, 27 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/glwin32.c
-
-* modules/video_output/directx/glwin32.c: support on-the-fly crop changes.
-------------------------------------------------------------------------
-r12982 | md | 2005-10-27 11:29:36 +0200 (Thu, 27 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/crop.c
-
-use visible width/height in crop filter
-
-------------------------------------------------------------------------
-r12981 | md | 2005-10-27 09:31:15 +0200 (Thu, 27 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-fixed huge memory leak affecting #rtp stream output
-
-------------------------------------------------------------------------
-r12980 | gbazin | 2005-10-27 00:52:05 +0200 (Thu, 27 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c, modules/video_output/opengl.c, modules/video_filter/deinterlace.c: added on-the-fly cropping support to opengl and deinterlace.
-------------------------------------------------------------------------
-r12979 | hartman | 2005-10-26 20:34:34 +0200 (Wed, 26 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-* updated po files because of make dist fixing 
-
-------------------------------------------------------------------------
-r12978 | hartman | 2005-10-26 17:41:51 +0200 (Wed, 26 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-* Don't include the Update.nib in make dist
-
-------------------------------------------------------------------------
-r12977 | sam | 2005-10-26 16:37:49 +0200 (Wed, 26 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap: fixed bashism (#411).
-
-------------------------------------------------------------------------
-r12976 | sam | 2005-10-26 16:31:03 +0200 (Wed, 26 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-
-  * bootstrap configure.ac: removed Cisms from shell tests (#411).
-
-------------------------------------------------------------------------
-r12975 | md | 2005-10-26 11:14:14 +0200 (Wed, 26 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-fixed SAP c= line TTL issue in #standard,
---sout-udp-ttl takes precedence over -ttl
-
-------------------------------------------------------------------------
-r12974 | gbazin | 2005-10-26 09:52:01 +0200 (Wed, 26 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-* modules/video_output/directx/directx.c: support on-the-fly cropping.
-------------------------------------------------------------------------
-r12973 | gbazin | 2005-10-26 09:51:19 +0200 (Wed, 26 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-* src/video_output/vout_intf.c: small fix for cropping.
-------------------------------------------------------------------------
-r12972 | md | 2005-10-26 09:05:06 +0200 (Wed, 26 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace.c
-
-fixed aspect ratio calculation when deinterlace->discard is used
-
-------------------------------------------------------------------------
-r12971 | gbazin | 2005-10-26 01:33:43 +0200 (Wed, 26 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c: added support for on-the-fly cropping to xvideo.
-------------------------------------------------------------------------
-r12970 | gbazin | 2005-10-26 01:32:28 +0200 (Wed, 26 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-* src/video_output/vout_intf.c: added support for on-the-fly cropping in the core (needs some vout support).
-------------------------------------------------------------------------
-r12969 | hartman | 2005-10-26 01:19:51 +0200 (Wed, 26 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/image.c
-
-* Fix a memleak in the image video output.
-  It's still not leak free. I suspect an error in src/misc/image.c
-
-------------------------------------------------------------------------
-r12968 | gbazin | 2005-10-25 21:24:21 +0200 (Tue, 25 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/transform.c
-
-* modules/video_filter/*: use p_vout->fmt_in/out.
-------------------------------------------------------------------------
-r12967 | gbazin | 2005-10-25 21:10:30 +0200 (Tue, 25 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace.c
-
-* modules/video_filter/deinterlace.c: fixed aspect-ratio + pass on cropping info (could be optimized to only deinterlace cropped part).
-------------------------------------------------------------------------
-r12966 | md | 2005-10-25 18:27:06 +0200 (Tue, 25 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-once again...
-
-------------------------------------------------------------------------
-r12965 | md | 2005-10-25 18:21:55 +0200 (Tue, 25 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-string modification before freeze
-
-------------------------------------------------------------------------
-r12964 | md | 2005-10-25 15:01:39 +0200 (Tue, 25 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-fix for SAP announcements:
- * if --sout-rtp-ttl=0  use --ttl for c= line
-
-------------------------------------------------------------------------
-r12963 | md | 2005-10-25 12:55:47 +0200 (Tue, 25 Oct 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-put --sout-udp-ttl back, needed if streaming several stream with
-different ttl each.
-Need to re-think relations with --ttl and SAP within #404
-
-------------------------------------------------------------------------
-r12962 | dionoea | 2005-10-25 12:32:49 +0200 (Tue, 25 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-
-one more fix :) -- courmisch approved ...
-
-------------------------------------------------------------------------
-r12961 | courmisch | 2005-10-25 12:21:29 +0200 (Tue, 25 Oct 2005) | 12 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-
-Work-around wxWidgets overriding the LC_NUMERIC setting (closes #406)
-
-In any case, that's ugly and thread-safe. The proper solution would
-be to reimplement an atof() version that is locale-independant and
-use in the many places that expect C/American float numbers. Even
-then, there might be some buggy underlying libraries breakage
-(e.g. Live555 ?).
-
-Tested on Linux (both UTF-8 and Latin-x locales).
-Needs testing on Win32.
-
-
-------------------------------------------------------------------------
-r12960 | courmisch | 2005-10-25 11:45:36 +0200 (Tue, 25 Oct 2005) | 4 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Revert heavily flawed commit 12959.
-
-I'm not explaining this again.
-
-------------------------------------------------------------------------
-r12959 | dionoea | 2005-10-25 11:08:28 +0200 (Tue, 25 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-re fix the stupid float ","/"." error. Please don't break it once again
-(fixes #406)
-
-------------------------------------------------------------------------
-r12958 | md | 2005-10-25 10:55:07 +0200 (Tue, 25 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-get rid of confusing --sout-udp-ttl and unneded warning message
-
-------------------------------------------------------------------------
-r12957 | md | 2005-10-25 09:46:22 +0200 (Tue, 25 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/streamdata.cpp
-   M /trunk/modules/gui/wxwidgets/wizard.cpp
-
-Use RTP for wizard, since it's capable of packet reordering.
-
-------------------------------------------------------------------------
-r12956 | md | 2005-10-25 09:02:52 +0200 (Tue, 25 Oct 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-FTP URLs are relative to user's default directory (RFC1738)
-For absolute path use ftp://foo.bar//usr/local/etc/filename
--This line, and those below, will be ignored--
-
-M    modules/access/ftp.c
-
-------------------------------------------------------------------------
-r12955 | asmax | 2005-10-24 21:59:51 +0200 (Mon, 24 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-
-* all: Post a CmdResizeVout command when the vout size changes
-(this command does nothing at the moment ;)
-
-------------------------------------------------------------------------
-r12954 | md | 2005-10-24 19:08:54 +0200 (Mon, 24 Oct 2005) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_block.h
-   M /trunk/modules/access/udp.c
-   M /trunk/src/input/access.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/misc/block.c
-
-modifications for RTP reordering:
- * for RTP, prebuffering is done within RTP access
- * reordering now working within this buffer
- * solves synchro problems since packet rate is preserved 
-
-------------------------------------------------------------------------
-r12953 | bigben | 2005-10-24 17:17:03 +0200 (Mon, 24 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Add a "clear" command to empty the playlist (someone asked for it)
-
-
-------------------------------------------------------------------------
-r12952 | gbazin | 2005-10-24 10:26:23 +0200 (Mon, 24 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-* modules/video_output/directx/directx.c: removed debug message.
-------------------------------------------------------------------------
-r12951 | md | 2005-10-24 09:33:08 +0200 (Mon, 24 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-fixed SAP announcement deletion for muxed streams
-
-------------------------------------------------------------------------
-r12950 | asmax | 2005-10-23 19:59:52 +0200 (Sun, 23 Oct 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-
-* ctrl_tree.cpp: (un)folding of a playlist item is no triggered
-by a simple click (was a double click before) which is more
-natural
-
-------------------------------------------------------------------------
-r12949 | asmax | 2005-10-23 19:42:16 +0200 (Sun, 23 Oct 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/utils/var_tree.cpp
-   M /trunk/modules/gui/skins2/utils/var_tree.hpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-   M /trunk/modules/gui/skins2/vars/playtree.hpp
-
-* all: don't rebuild the whole playtree when an item is updated
- (at the moment the tree control is still entirely rebuilt,
- but now it will be easier to fix that)
- + coding style fixes
-
-------------------------------------------------------------------------
-r12948 | zorglub | 2005-10-23 18:55:11 +0200 (Sun, 23 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.c
-
-Add support for wmap
-
-------------------------------------------------------------------------
-r12947 | gbazin | 2005-10-23 18:43:48 +0200 (Sun, 23 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-* modules/misc/network/ipv4.c: fixed wince breakage.
-------------------------------------------------------------------------
-r12946 | gbazin | 2005-10-23 18:24:30 +0200 (Sun, 23 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/net.c
-
-* src/misc/net.c: WinCE fix.
-------------------------------------------------------------------------
-r12945 | gbazin | 2005-10-23 18:08:22 +0200 (Sun, 23 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/realaudio.c
-
-* modules/codec/realaudio.c: on win32, use codecs installed by realplayer if available.
-------------------------------------------------------------------------
-r12944 | zorglub | 2005-10-23 17:34:37 +0200 (Sun, 23 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/livedotcom-osx.patch
-
-Backport OS X specific USE_LOCALE patch to trunk/
-
-------------------------------------------------------------------------
-r12942 | gbazin | 2005-10-23 16:53:50 +0200 (Sun, 23 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-* modules/video_output/directx/directx.c: small fix for last commit.
-------------------------------------------------------------------------
-r12941 | titer | 2005-10-23 16:43:07 +0200 (Sun, 23 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
-
- ffmpeg.patch.cvs: oops, fix build
-
-------------------------------------------------------------------------
-r12940 | asmax | 2005-10-23 16:39:57 +0200 (Sun, 23 Oct 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/src/png_bitmap.cpp
-
-* png_bitmap.cpp: fixed handling of PNG bitmaps with an alpha channel
- (was broken for quite a long time...)
-* ctrl_tree.cpp: removed debug messages
-
-------------------------------------------------------------------------
-r12939 | gbazin | 2005-10-23 16:36:33 +0200 (Sun, 23 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-
-* modules/video_output/directx/*: support for cropping.
-------------------------------------------------------------------------
-r12938 | titer | 2005-10-23 16:12:57 +0200 (Sun, 23 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
-
- Patches/ffmpeg.patch.cvs: fix for current CVS (hunk was failing)
-
-------------------------------------------------------------------------
-r12937 | gbazin | 2005-10-23 15:04:54 +0200 (Sun, 23 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-* modules/video_output/opengl.c: hopefully got it right this time.
-------------------------------------------------------------------------
-r12936 | md | 2005-10-23 14:21:39 +0200 (Sun, 23 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-SAP announcer needs destination address in URI
-Hosts should never send packets with TTL=0
-
-------------------------------------------------------------------------
-r12935 | gbazin | 2005-10-23 14:05:23 +0200 (Sun, 23 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-* modules/video_output/opengl.c: implemented cropping.
-------------------------------------------------------------------------
-r12933 | gbazin | 2005-10-23 13:07:38 +0200 (Sun, 23 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_pictures.c
-
-* src/video_output/vout_pictures.c: avoid overflow in vout_PlacePicture().
-------------------------------------------------------------------------
-r12932 | zorglub | 2005-10-23 12:58:24 +0200 (Sun, 23 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/src/stream_output/announce.c
-
-Export URI from RTP module . Closes:#403
-
-------------------------------------------------------------------------
-r12931 | gbazin | 2005-10-23 12:44:59 +0200 (Sun, 23 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.c
-
-* src/libvlc.c: fixed --width/height.
-------------------------------------------------------------------------
-r12930 | gbazin | 2005-10-23 12:19:03 +0200 (Sun, 23 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c: use p_vout->fmt_out.i_x/y_offset during cropping.
-------------------------------------------------------------------------
-r12929 | courmisch | 2005-10-23 12:06:49 +0200 (Sun, 23 Oct 2005) | 4 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Revert commit [12925] - reopens #403
-psz_uri is NEEDED - it determines the destination for SAP announces
-Go read the code before you commit
-
-------------------------------------------------------------------------
-r12928 | gbazin | 2005-10-23 12:01:49 +0200 (Sun, 23 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c: support cropping to i_visible_width/height in xvideo (not implemented in x11 yet).
-------------------------------------------------------------------------
-r12927 | gbazin | 2005-10-23 12:00:58 +0200 (Sun, 23 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* src/video_output/video_output.c: get rid of hack for for grey line with hdtv streams (proper way is to have video outputs support cropping to i_visible_width/height).
-------------------------------------------------------------------------
-r12926 | gbazin | 2005-10-23 11:52:32 +0200 (Sun, 23 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_pictures.c
-
-* src/video_output/vout_pictures.c: use fmt_in.i_visible_width/height and i_sar_num/den in vout_PlacePicture().
-------------------------------------------------------------------------
-r12925 | zorglub | 2005-10-23 11:43:43 +0200 (Sun, 23 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-psz_uri can be null in sap announcer if we have a SDP (Closes:#403)
-
-------------------------------------------------------------------------
-r12924 | courmisch | 2005-10-23 11:33:13 +0200 (Sun, 23 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc.tlb
-   M /trunk/modules/access_filter/Modules.am
-   M /trunk/modules/access_filter/timeshift.c
-   M /trunk/po/zh_CN.po
-
-Another bunch of attributes fixes
-
-------------------------------------------------------------------------
-r12923 | courmisch | 2005-10-23 11:25:27 +0200 (Sun, 23 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/nsc.c
-
-Add usual SVN properties
-
-------------------------------------------------------------------------
-r12922 | courmisch | 2005-10-23 11:24:07 +0200 (Sun, 23 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/nsc.c
-
-C source code is not executable
-
-------------------------------------------------------------------------
-r12921 | md | 2005-10-23 11:18:05 +0200 (Sun, 23 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/streamout.cpp
-
-use correct address filed for MMSH
-
-------------------------------------------------------------------------
-r12920 | md | 2005-10-23 11:14:19 +0200 (Sun, 23 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-if no mux, add TS also for RTP
-
-------------------------------------------------------------------------
-r12919 | zorglub | 2005-10-23 11:00:08 +0200 (Sun, 23 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wizard.cpp
-
-Put the full path in wizard output option (Closes:#392)
-
-------------------------------------------------------------------------
-r12918 | zcot | 2005-10-22 20:20:45 +0200 (Sat, 22 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-msw ShowConsole() - enable previously provided msg on console for --help file output.
-
-------------------------------------------------------------------------
-r12917 | babal | 2005-10-22 19:58:12 +0200 (Sat, 22 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/dolby.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-
-- accurate testing of i_original_channels
-
-------------------------------------------------------------------------
-r12916 | md | 2005-10-22 18:23:01 +0200 (Sat, 22 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-allocate HUGE buffer only for Windows sockets - see last paragraph in:
-http://www.itamarst.org/writings/win32sockets.html
-
-------------------------------------------------------------------------
-r12915 | robUx4 | 2005-10-22 17:04:45 +0200 (Sat, 22 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: add some debugging messages for the users and tests for unsupported tracks
-------------------------------------------------------------------------
-r12914 | robUx4 | 2005-10-22 15:12:25 +0200 (Sat, 22 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: add support for the basic A_AAC codec ID
-------------------------------------------------------------------------
-r12913 | robUx4 | 2005-10-22 14:46:29 +0200 (Sat, 22 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: support for the new header stripping compression
-------------------------------------------------------------------------
-r12912 | asmax | 2005-10-22 13:57:29 +0200 (Sat, 22 Oct 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-   M /trunk/modules/gui/skins2/src/top_window.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-
-* all: the "visible" attribute for windows (in the XML) now
-  does what it should (if set to "false", the window is hidden
-  when the theme is loaded for the first time)
-
-------------------------------------------------------------------------
-r12911 | md | 2005-10-22 13:56:42 +0200 (Sat, 22 Oct 2005) | 4 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-increase output buffer for HTTP streaming to 1 MByte
-- now Windows machines are able to stream even 20 Mbps HDTV over TCP
-- resolves  http://forum.videolan.org/viewtopic.php?t=8374
-
-------------------------------------------------------------------------
-r12910 | gbazin | 2005-10-22 13:16:33 +0200 (Sat, 22 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* src/video_output/video_output.c: revert #12904 which is useless since it is already done in vout_IntfInit().
-------------------------------------------------------------------------
-r12909 | gbazin | 2005-10-22 13:06:15 +0200 (Sat, 22 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-* modules/audio_output/alsa.c: rework of the previous patch.
-------------------------------------------------------------------------
-r12908 | asmax | 2005-10-22 12:18:20 +0200 (Sat, 22 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-* hotkeys.c: don't crash when there is no input
-
-------------------------------------------------------------------------
-r12907 | robUx4 | 2005-10-21 21:08:09 +0200 (Fri, 21 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: implement working support for the new SimpleBlock (only when libmatroska 0.8.0 is used)
-------------------------------------------------------------------------
-r12906 | fkuehne | 2005-10-21 16:17:48 +0200 (Fri, 21 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* use the latest ffmpeg-cvs again. Included dionoea's build fix (rev. [12607]). Thanks to xtophe for pointing this out.
-------------------------------------------------------------------------
-r12905 | zcot | 2005-10-21 00:37:14 +0200 (Fri, 21 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/visual.c
-
-updates spectrometer visualization. some optimization tweaks and additional features.
-
-------------------------------------------------------------------------
-r12904 | hartman | 2005-10-21 00:21:20 +0200 (Fri, 21 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* I think this should fix the width & height params of vout. If anyone sees anything wrong with it, please say so. Report thx to Greg Farell. fixes #399
-
-------------------------------------------------------------------------
-r12903 | jpsaman | 2005-10-20 21:56:22 +0200 (Thu, 20 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-fix one potential refcount problem
-------------------------------------------------------------------------
-r12902 | jpsaman | 2005-10-20 21:42:24 +0200 (Thu, 20 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Put vlc_object_release() at the proper place. This fixes a refcounting problem.
-------------------------------------------------------------------------
-r12901 | xtophe | 2005-10-20 19:49:04 +0200 (Thu, 20 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* Put the with-ffmpeg-* outside the test
-* beware of AC_ARG_WITH
-
-------------------------------------------------------------------------
-r12900 | xtophe | 2005-10-20 17:46:00 +0200 (Thu, 20 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* Fix pkg-config detection
-* fix ffmpeg extra flags
-
-------------------------------------------------------------------------
-r12899 | md | 2005-10-20 16:26:09 +0200 (Thu, 20 Oct 2005) | 4 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/sap.c
-
-send proper info in m= line of SAP announcements:
-  m=video 1234 udp 33      for raw UDP
-  m=video 1234 RTP/AVP 33  for RTP
-
-------------------------------------------------------------------------
-r12898 | md | 2005-10-20 14:52:05 +0200 (Thu, 20 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/include/network.h
-
-our address needs to be fetched via getsockname()
-- now SAP announces have proper source address in o= line
-
-------------------------------------------------------------------------
-r12897 | md | 2005-10-20 13:09:02 +0200 (Thu, 20 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/streamout.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.h
-
-added RTP method to streamout dialog
-------------------------------------------------------------------------
-r12896 | md | 2005-10-20 12:05:13 +0200 (Thu, 20 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-fixed some issues with port numbers
-(VLC expects muxed streams on port 1234)
-
-------------------------------------------------------------------------
-r12895 | bigben | 2005-10-20 09:27:07 +0200 (Thu, 20 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-Forgot to remove some debug...
-
-
-------------------------------------------------------------------------
-r12894 | md | 2005-10-20 09:17:09 +0200 (Thu, 20 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-fixed rtp with mux=ts
-
-------------------------------------------------------------------------
-r12893 | robUx4 | 2005-10-19 22:00:52 +0200 (Wed, 19 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: read the new KaxSimpleBlock element (when libmatroska 0.8.0 is used)
-------------------------------------------------------------------------
-r12892 | bigben | 2005-10-19 21:53:05 +0200 (Wed, 19 Oct 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-* This should fix switching from a stereo device to surround40 or surround51 with the alsa audio output (close #85).
-* Now we probe the device for supported formats on each device change
-* Please test this, at least on stereo inputs. We don't want a broken alsa audio output in 0.8.4...
-
-
-------------------------------------------------------------------------
-r12891 | fkuehne | 2005-10-19 19:26:07 +0200 (Wed, 19 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* fix aclocal-cleaning
-------------------------------------------------------------------------
-r12890 | hartman | 2005-10-19 13:27:09 +0200 (Wed, 19 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* fix liveMedia URL
-
-------------------------------------------------------------------------
-r12889 | md | 2005-10-19 11:38:50 +0200 (Wed, 19 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-use display width/height for libmpeg2 debug message
-
-------------------------------------------------------------------------
-r12888 | gbazin | 2005-10-19 11:12:12 +0200 (Wed, 19 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-* src/input/input.c: fixed segfault with sub autodetection.
-------------------------------------------------------------------------
-r12887 | md | 2005-10-19 09:09:09 +0200 (Wed, 19 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/decoder.c
-   M /trunk/src/libvlc.h
-
-1088->1080 fix for broken HDTV encoders; could be disabled via --no-hdtv-fix
-
-------------------------------------------------------------------------
-r12886 | hartman | 2005-10-19 02:09:54 +0200 (Wed, 19 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Fix clean target of liveMedia
-
-------------------------------------------------------------------------
-r12885 | dionoea | 2005-10-19 01:58:23 +0200 (Wed, 19 Oct 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-increment version check ... (QDM2 won't work before ffmpeg people bump
-their version number up, but at least it doesn't break builds with older
-versions of ffmpeg)
-
-
-------------------------------------------------------------------------
-r12884 | hartman | 2005-10-19 01:49:35 +0200 (Wed, 19 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* Re apply the revert from [12159]. ffmpeg pkg-config has been fixed. closes #306
-
-------------------------------------------------------------------------
-r12883 | dionoea | 2005-10-19 01:36:35 +0200 (Wed, 19 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-check for LIBAVCODEC_BUILD >= ((50<<16)+(0<<8)+0) in order to use QDM2
-
-------------------------------------------------------------------------
-r12882 | dionoea | 2005-10-19 01:05:09 +0200 (Wed, 19 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
- * add qdm2 support. Thanks to the ffmpeg people for this new feature.
-
-------------------------------------------------------------------------
-r12881 | hartman | 2005-10-18 23:53:42 +0200 (Tue, 18 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* Don't crash if we cannot retrieve a directory in which to search.
-
-------------------------------------------------------------------------
-r12880 | jpsaman | 2005-10-18 23:03:34 +0200 (Tue, 18 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-RTP reordering fixes.
-------------------------------------------------------------------------
-r12879 | fkuehne | 2005-10-18 23:02:04 +0200 (Tue, 18 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-
-* let's run 'make clean-src' when typing 'make clean', since make clean-bin won't be used anyway. The user is informed of this through a message.
-------------------------------------------------------------------------
-r12878 | robUx4 | 2005-10-18 20:59:26 +0200 (Tue, 18 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: require libebml that fixes a major bug
-------------------------------------------------------------------------
-r12877 | robUx4 | 2005-10-18 20:58:58 +0200 (Tue, 18 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-contrib: update the libebml/libmatroska versions (libebml fixes a major bug for Haali's files)
-------------------------------------------------------------------------
-r12876 | md | 2005-10-18 09:16:14 +0200 (Tue, 18 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-use display dimensions when creating vouts - solves HDTV greyline bug
-------------------------------------------------------------------------
-r12875 | md | 2005-10-18 09:12:27 +0200 (Tue, 18 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/x11/xcommon.c
-
-prepare video outputs for display size not equal to encoded size
-------------------------------------------------------------------------
-r12874 | md | 2005-10-18 09:04:46 +0200 (Tue, 18 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/decoder.c
-
-calculate SAR from visible width/height
-------------------------------------------------------------------------
-r12873 | jpsaman | 2005-10-17 23:41:01 +0200 (Mon, 17 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-reverted most of revision 12872, it didn't work after all
-------------------------------------------------------------------------
-r12872 | jpsaman | 2005-10-17 22:43:33 +0200 (Mon, 17 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Several RTP reordering fixes (Thanks to Marian Durkovic for finding them)
-------------------------------------------------------------------------
-r12871 | hartman | 2005-10-17 22:15:10 +0200 (Mon, 17 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/src/libvlc.h
-
-* Renamed "Advanced" subcat of "Input / Codecs" into "General" and made all the advanced options within it hidden.
-
-
-------------------------------------------------------------------------
-r12870 | damienf | 2005-10-17 16:37:20 +0200 (Mon, 17 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/vlccontrol.cpp
-
-plugin.cpp: formatting cleanup
-vlccontrol.cpp: fixed a bug when processing target options stored in a safe array, last element in array was never processed
-
-------------------------------------------------------------------------
-r12869 | hartman | 2005-10-17 03:14:04 +0200 (Mon, 17 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-* cough, cough... undef a config option decleration
-
-------------------------------------------------------------------------
-r12868 | hartman | 2005-10-17 01:21:25 +0200 (Mon, 17 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* Fix crash on Quit issue in Mac OS X
-  This is really dirty btw. the OS X GUI module has some serious memory management issues.
-
-------------------------------------------------------------------------
-r12867 | hartman | 2005-10-17 00:02:33 +0200 (Mon, 17 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
-* Fix BeOS breakage due to [12863]
-
-------------------------------------------------------------------------
-r12866 | dionoea | 2005-10-17 00:01:51 +0200 (Mon, 17 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-correct DVD autoplay (thanks to E-bola)
-
-------------------------------------------------------------------------
-r12865 | hartman | 2005-10-16 23:54:04 +0200 (Sun, 16 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* Fix the sub autodetect directory string
-
-------------------------------------------------------------------------
-r12864 | jpsaman | 2005-10-16 23:20:05 +0200 (Sun, 16 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-Fix several segmentation faults
-------------------------------------------------------------------------
-r12863 | courmisch | 2005-10-16 23:15:02 +0200 (Sun, 16 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/include/network.h
-
-Rewrite base64 encoder
-(it was not padding properly the end of encoded stream)
-
-------------------------------------------------------------------------
-r12862 | jpsaman | 2005-10-16 22:08:22 +0200 (Sun, 16 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdread.c
-
-Rolled back part of revision 10144 and 11422. The solutions is the same as revision 8360
-------------------------------------------------------------------------
-r12861 | jpsaman | 2005-10-16 22:07:15 +0200 (Sun, 16 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-Remove useless whitespace
-------------------------------------------------------------------------
-r12860 | jpsaman | 2005-10-16 22:00:36 +0200 (Sun, 16 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-Make sure to get the right unit
-------------------------------------------------------------------------
-r12859 | fkuehne | 2005-10-16 21:44:44 +0200 (Sun, 16 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-
-* wizard.*: added the display-option to the advanced-transcoding and the advanced-streaming options (-> it's displayed only once, since only one of these pages is displayed at a one run)
-* THANKS: added zcot's patch ;)
-------------------------------------------------------------------------
-r12858 | hartman | 2005-10-16 21:21:08 +0200 (Sun, 16 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-* forgot about the strings rules for menu-items.
-
-------------------------------------------------------------------------
-r12857 | hartman | 2005-10-16 21:19:48 +0200 (Sun, 16 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/stream_output/sap.c
-
-* announces -> announcements (announce is a verb)
-  "Session Announcement Protocol"
-
-------------------------------------------------------------------------
-r12856 | hartman | 2005-10-16 20:36:20 +0200 (Sun, 16 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* include limits.h to be sure of PATH_MAX availability
-
-------------------------------------------------------------------------
-r12855 | robUx4 | 2005-10-16 20:19:32 +0200 (Sun, 16 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: file path comparison is case insensitive on Windows
-------------------------------------------------------------------------
-r12854 | hartman | 2005-10-16 20:01:09 +0200 (Sun, 16 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/threads.c
-
-* Thanks to Meuuh for the feedback. threads prioritization should work now, without annoying error messages.
-* If an rt-offset is specified, then this offset is not applied to the main thread, because it's value cannot yet be retrieved at that time (same as before, but now without annoying error).
-
-------------------------------------------------------------------------
-r12853 | hartman | 2005-10-16 17:44:56 +0200 (Sun, 16 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/threads.c
-
-* Always set priorities on Mac OS X.
-* Simplify something of [12852]
-
-------------------------------------------------------------------------
-r12852 | hartman | 2005-10-16 17:27:34 +0200 (Sun, 16 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-* This patch does what the revert'ed patch from before should have done. Changing priorities of vlc threads with --rt-priotity and --rt-offset. (Note that 'rt' isn't 'realtime'. We should use Mach threading for that on Darwin)
-* It also fixes the errors on the non-existent  rt-priority and rt-offset on start, which was caused because no config was loaded yet.
-
-------------------------------------------------------------------------
-r12851 | hartman | 2005-10-16 16:50:17 +0200 (Sun, 16 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-* What was i smoking when i did this change?
-
-------------------------------------------------------------------------
-r12850 | courmisch | 2005-10-16 16:42:15 +0200 (Sun, 16 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/getaddrinfo.c
-
-Better thread-safety in previous commit
-
-------------------------------------------------------------------------
-r12849 | courmisch | 2005-10-16 16:32:37 +0200 (Sun, 16 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/src/misc/getaddrinfo.c
-
-- Support for glibc IDN
-- Run-time check for IDN
-
-------------------------------------------------------------------------
-r12846 | hartman | 2005-10-16 03:20:54 +0200 (Sun, 16 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-* Fix the directory 'ignore' mode which skips .jpg's, nfo's etc when opening directories.
-
-------------------------------------------------------------------------
-r12845 | hartman | 2005-10-16 02:30:30 +0200 (Sun, 16 Oct 2005) | 5 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* UTF-8 ified the subtitle autodetect core. (fixes #373)
-* converted it to a scandir system
-
-Please test this heavily on all your files and directories, because these routines are triggered on each opening of a file. If someone would like to review it for leaks and memory messups, I would be eternal grateful.
-
-------------------------------------------------------------------------
-r12844 | jpsaman | 2005-10-16 00:07:55 +0200 (Sun, 16 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-   M /trunk/src/input/stream.c
-
-RTP reordering in module/access/udp.c done by me with help from Marian Durkovic (md _AT_ bts _dot_ sk). Allow src/input/stream.c to handle a linked list of blocks from demuxers.
-
-------------------------------------------------------------------------
-r12843 | hartman | 2005-10-15 20:19:03 +0200 (Sat, 15 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/open.m
-
-* Fix an OSX only issue with accents and other weird chars in subtitle filenames when using the "forced" method.
-
-------------------------------------------------------------------------
-r12842 | asmax | 2005-10-15 19:55:46 +0200 (Sat, 15 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-* playlist.c: hopefully fixed the playlist screwed up for a so
- long time... (now "Next" is working in non-view mode)
-
-------------------------------------------------------------------------
-r12841 | robUx4 | 2005-10-15 18:41:50 +0200 (Sat, 15 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: more user-friendly error messages
-------------------------------------------------------------------------
-r12840 | robUx4 | 2005-10-15 18:32:48 +0200 (Sat, 15 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: use error messages instead of debug messages
-------------------------------------------------------------------------
-r12839 | robUx4 | 2005-10-15 18:25:18 +0200 (Sat, 15 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: verify that the matroska version needed for playback matches (support only matroska v1 for now)
-------------------------------------------------------------------------
-r12838 | robUx4 | 2005-10-15 18:00:24 +0200 (Sat, 15 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: better test when files with no Segment UID are in the same dir
-------------------------------------------------------------------------
-r12837 | robUx4 | 2005-10-15 17:07:17 +0200 (Sat, 15 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: fix a potential problem when the same dir contains files with no Segment UID
-------------------------------------------------------------------------
-r12836 | sigmunau | 2005-10-15 15:23:08 +0200 (Sat, 15 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/extras/zsh.cpp
-   M /trunk/include/vlc_keys.h
-   M /trunk/include/vlc_osd.h
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/lirc.c
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/util/id3genres.h
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/modules/gui/wxwidgets/fileinfo.cpp
-   M /trunk/modules/gui/wxwidgets/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwidgets/preferences_widgets.h
-   M /trunk/modules/misc/dummy/renderer.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/mux/mpjpeg.c
-   M /trunk/modules/services_discovery/shout.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/modules/video_output/aa.c
-   M /trunk/src/input/mem_stream.c
-   M /trunk/src/osd/osd_text.c
-   M /trunk/src/video_output/video_text.c
-
-all: updated my name and e-mail address
-AUTHORS: updated my entry
-
-------------------------------------------------------------------------
-r12835 | jpsaman | 2005-10-15 14:15:06 +0200 (Sat, 15 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-
-Fix indentation
-------------------------------------------------------------------------
-r12834 | jpsaman | 2005-10-15 14:12:46 +0200 (Sat, 15 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/var.c
-
-whitespace cleanup
-------------------------------------------------------------------------
-r12833 | jpsaman | 2005-10-15 12:01:46 +0200 (Sat, 15 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Fullscreen patch for rc-interface that allows to force fullscreen on or off state. Original patch is from Greg Farell (Greg _AT#_ gregFarrell _DoT_ org) and modified by me.
-
-------------------------------------------------------------------------
-r12832 | hartman | 2005-10-14 13:22:46 +0200 (Fri, 14 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-
-* Revert previous commit.
-
-------------------------------------------------------------------------
-r12831 | hartman | 2005-10-14 12:57:51 +0200 (Fri, 14 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-
-* If codec_type != video | audio, then don't use the ffmpeg demux. (it was crashing on .gif pictures).
-
-------------------------------------------------------------------------
-r12830 | hartman | 2005-10-14 12:53:55 +0200 (Fri, 14 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-
-* libavformat shouldn't handle .xa files. We have modlib already
-
-------------------------------------------------------------------------
-r12829 | babal | 2005-10-13 23:41:58 +0200 (Thu, 13 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/src/libvlc.h
-
-- revert "spdif", "force-dolby-surround" and "headphone-dim" to
-  basic options
-
-------------------------------------------------------------------------
-r12828 | asmax | 2005-10-12 22:44:13 +0200 (Wed, 12 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-
-* vlcproc.cpp: fixed "playlist.*" variables (were broken by the playtree)
-
-------------------------------------------------------------------------
-r12827 | asmax | 2005-10-12 22:06:29 +0200 (Wed, 12 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/build-vlc
-   M /trunk/config.in
-
-* all: added "wx-config" option in menuconfig
-
-------------------------------------------------------------------------
-r12826 | ipkiss | 2005-10-12 21:18:50 +0200 (Wed, 12 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/messages.cpp
-
- * modules/gui/wxwidgets/messages.cpp: set the insertion point only before inserting text (patch by zcot)
-
-------------------------------------------------------------------------
-r12825 | fkuehne | 2005-10-12 18:06:50 +0200 (Wed, 12 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/po/zh_CN.po
-
-* set keywords correctly
-------------------------------------------------------------------------
-r12824 | fkuehne | 2005-10-12 18:04:18 +0200 (Wed, 12 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   A /trunk/po/zh_CN.po
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
-
-* partial translation to Simplified Chinese by Wei Mingzhi <whistler_wmz@users.sourceforge.net>
-------------------------------------------------------------------------
-r12823 | damienf | 2005-10-11 23:37:42 +0200 (Tue, 11 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/activex/plugin.cpp
-
-added clearer comments, couple of fixes
-------------------------------------------------------------------------
-r12822 | fenrir | 2005-10-11 19:32:01 +0200 (Tue, 11 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
- * udp: avoid sending uninitialized memory at the end (close #168)
-
-------------------------------------------------------------------------
-r12821 | zorglub | 2005-10-11 19:16:13 +0200 (Tue, 11 Oct 2005) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/rtsp/access.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/codec/twolame.c
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/video_filter/blend.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/osdmenu.c
-   M /trunk/modules/video_filter/rss.c
-   M /trunk/modules/video_filter/rv32.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/src/libvlc.h
-
-Fix a bunch of preferences errors
- - Missing value lists
- - advanced / non-advanced problems
- - description problems
- - tyops
-
-------------------------------------------------------------------------
-r12820 | damienf | 2005-10-11 18:44:53 +0200 (Tue, 11 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/vlccontrol.cpp
-
-vlccontrol.cpp: fixed a bug in setVariable where arguments for VariantChangeType were inverted
-
-------------------------------------------------------------------------
-r12819 | damienf | 2005-10-11 17:25:47 +0200 (Tue, 11 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-
-I keep on forgeting to reset my own debug :)
-
-------------------------------------------------------------------------
-r12818 | damienf | 2005-10-11 17:14:08 +0200 (Tue, 11 Oct 2005) | 5 lines
-Changed paths:
-   M /trunk/activex/connectioncontainer.cpp
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/utils.cpp
-   M /trunk/activex/utils.h
-   M /trunk/activex/vlccontrol.cpp
-
-plugin.cpp: auto-detect debbuger and change threading mechanism to avoid VLC intialization lock when launching a debug session
-plugin.h: validate container code page before using it
-utils.cpp,utils.h: type clean-up
-connectioncontainer.cpp: fixed stack corruption (???)  when poping and dispatch an event
-
-------------------------------------------------------------------------
-r12817 | jpsaman | 2005-10-11 15:25:41 +0200 (Tue, 11 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Fix broken status command on rc interface
-------------------------------------------------------------------------
-r12816 | damienf | 2005-10-11 11:01:00 +0200 (Tue, 11 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/win32_specific.c
-
-undoing zcot's screensaver patch, better luck next time :)
-
-------------------------------------------------------------------------
-r12812 | fkuehne | 2005-10-10 17:53:57 +0200 (Mon, 10 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.m
-
-* revert [12779] (this broke the output of MPEG PS files) and fix it correctly
-------------------------------------------------------------------------
-r12811 | fkuehne | 2005-10-10 17:41:52 +0200 (Mon, 10 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/bookmarks.h
-   M /trunk/modules/gui/macosx/bookmarks.m
-
-* set keywords properly and removed an outdated FIXME
-------------------------------------------------------------------------
-r12810 | fkuehne | 2005-10-10 15:13:28 +0200 (Mon, 10 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/win32_specific.c
-
-* applied zcot's screensaver patch. Thanks for the fix. -- needs testing
-------------------------------------------------------------------------
-r12809 | jpsaman | 2005-10-10 09:56:33 +0200 (Mon, 10 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/include/charset.h
-
-Guard against multiple inclusions
-------------------------------------------------------------------------
-r12807 | hartman | 2005-10-09 23:34:51 +0200 (Sun, 09 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/threads.c
-
-* clearer error messages on invalid seek
-* reenable the threads prio option. Not broken, but creates annoying error messages. will look into that later.
-
-------------------------------------------------------------------------
-r12806 | hartman | 2005-10-09 23:30:08 +0200 (Sun, 09 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-* spelling 
-
-------------------------------------------------------------------------
-r12805 | babal | 2005-10-09 21:19:06 +0200 (Sun, 09 Oct 2005) | 10 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/libvlc.h
-
-+ src/input/decoder.c src/libvlc.h:
-  - more precise message for the "force-dolby-surround" option
-  - don't use -1 as a value in an integer list option (dangerous casts
-    in the wxWidgets interface)
-+ modules/audio_filter/converter/a52tofloat32.c:
-  - option to disable the internal upmixing algorithm
-+ modules/audio_filter/channel_mixer/headphone.c:
-  - option to partially compensate the delay introduced by the algorithm
-  - option to accept raw Dolby Surround encoded streams
-
-------------------------------------------------------------------------
-r12802 | ipkiss | 2005-10-09 19:57:58 +0200 (Sun, 09 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-
- * skins2/src/dialogs.cpp: When no dialogs provider is found, the error message
-   now indicates the most likely causes of the problem.
-
-------------------------------------------------------------------------
-r12801 | fenrir | 2005-10-09 19:56:25 +0200 (Sun, 09 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
- * ogg: fix potential invalid read with broken files (close #272)
-
-------------------------------------------------------------------------
-r12800 | fenrir | 2005-10-09 19:07:38 +0200 (Sun, 09 Oct 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
- * standard: allow to use 'dst' instead of 'url' (consistant with other
- stream_out modules, warn that url is deprecated (but it is still supported),
- add wav mux autodetection.
-
-------------------------------------------------------------------------
-r12799 | fenrir | 2005-10-09 19:02:59 +0200 (Sun, 09 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
- http: removed useless debug.
-
-------------------------------------------------------------------------
-r12798 | fenrir | 2005-10-09 19:01:08 +0200 (Sun, 09 Oct 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/bits.h
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/ts.c
-
- * ts: fix segfault with old dvbpsi, fix uninitialized variables
- * pes: memset header before using bits_* in DEBUG mode (to please valgrind)
- * bits: cosmetics.
-
-------------------------------------------------------------------------
-r12797 | gbazin | 2005-10-09 18:37:26 +0200 (Sun, 09 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: revert commit 12788 (check for wxWidgets > 2.6.0).
-------------------------------------------------------------------------
-r12796 | gbazin | 2005-10-09 18:36:17 +0200 (Sun, 09 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/open.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.h
-
-* modules/gui/wxwidgets: fixed build when wxWidgets isn't compiled with unicode support.
-------------------------------------------------------------------------
-r12795 | fkuehne | 2005-10-09 14:35:29 +0200 (Sun, 09 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/THANKS
-
-* forgot this one in [12794]
-------------------------------------------------------------------------
-r12794 | fkuehne | 2005-10-09 14:33:44 +0200 (Sun, 09 Oct 2005) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
-   R /trunk/extras/MacOSX/Resources/about_bg.png
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/about.m
-
-* redesign of the about window
-- thanks to Vincent van den Heuvel <heuvel@mac.com> for the artwork
-- screenshots are available at www.aenneburghardt.de/fk/vlc/about1.jpg and *2.jpg
-- feel free to revert or modify this commit if you don't like it this way
-------------------------------------------------------------------------
-r12793 | fkuehne | 2005-10-09 14:24:43 +0200 (Sun, 09 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* added the 'mpc' file extension
-------------------------------------------------------------------------
-r12792 | fkuehne | 2005-10-09 14:19:45 +0200 (Sun, 09 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mpc.c
-
-* removed unused variable
-------------------------------------------------------------------------
-r12791 | fkuehne | 2005-10-09 14:18:33 +0200 (Sun, 09 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/NEWS
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* added Musepack support to extras/contrib, AUTHORS, NEWS (refs #32)
-------------------------------------------------------------------------
-r12790 | fenrir | 2005-10-09 13:14:41 +0200 (Sun, 09 Oct 2005) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/mpc.c
-
-  * all: added Musepack support using libmpdec (1.2.1) from www.musepack.net.
-   (It is done the ugly way : decoding take place at the demuxer but it works)
-
-
-------------------------------------------------------------------------
-r12789 | fenrir | 2005-10-09 13:09:06 +0200 (Sun, 09 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: use ES_OUT_SET_NEXT_DISPLAY_TIME when doing a seek (avoid late
- frame).
-
-------------------------------------------------------------------------
-r12788 | jpsaman | 2005-10-09 12:50:15 +0200 (Sun, 09 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Force a check on wxWidgets 2.6.0 for vlc-0.8.4-test1.
-------------------------------------------------------------------------
-r12787 | gbazin | 2005-10-09 11:48:03 +0200 (Sun, 09 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-* modules/gui/wxwidgets/interface.cpp: restored call to SetupHotkeys(). Yes it really needs to be called twice (because of a bug in wxWidgets).
-------------------------------------------------------------------------
-r12786 | fenrir | 2005-10-09 01:06:34 +0200 (Sun, 09 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * input.c: fix invalid free.
-
-------------------------------------------------------------------------
-r12785 | courmisch | 2005-10-08 19:39:07 +0200 (Sat, 08 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-iface-addr -> miface-addr
-
-------------------------------------------------------------------------
-r12783 | dionoea | 2005-10-08 17:35:18 +0200 (Sat, 08 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/xml/libxml.c
-
- * handle CDATA (as if it were TEXT)
-   fixes the rss sub-filter with rss feeds using CDATA
-
-------------------------------------------------------------------------
-r12781 | dionoea | 2005-10-07 17:07:54 +0200 (Fri, 07 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-split desktop icon and start menu shortcut creation (untested)
-
-------------------------------------------------------------------------
-r12780 | courmisch | 2005-10-07 15:43:54 +0200 (Fri, 07 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Remove unused option
-
-------------------------------------------------------------------------
-r12779 | fkuehne | 2005-10-07 11:58:04 +0200 (Fri, 07 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.m
-
-* don't use 'ps' as suffix but 'mpg' like most other apps do. 'ps' can be confused with PostScript files on the Mac. In fact, the Finder tries to open our ps-files with Preview by default.
-------------------------------------------------------------------------
-r12778 | fenrir | 2005-10-07 00:16:23 +0200 (Fri, 07 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/var.c
-
- * var: create "demux" and "access" (--demux/access module works too)
-
-------------------------------------------------------------------------
-r12777 | fenrir | 2005-10-07 00:09:24 +0200 (Fri, 07 Oct 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-   M /trunk/src/input/input.c
-
- * input: :demux=module really force module and bypass demuxer module given
-by access.
- * udp: force ts demux on payload 33 (:demux=dump will work)
-
-------------------------------------------------------------------------
-r12776 | fenrir | 2005-10-06 22:24:55 +0200 (Thu, 06 Oct 2005) | 8 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
- * udp: Patch by Marian Durkovic:
-    "I've added a bit of code to the UDP/RTP input, which assures that old
- or duplicate RTP packets are trashed. When the network performs packet
- reordering, only one discontinuity happens instead of 3 before - since
- the old packet is trashed. If multiple copies of the same packet are
- received, only one is used and all the others are trashed."
-
-------------------------------------------------------------------------
-r12775 | zorglub | 2005-10-06 22:14:04 +0200 (Thu, 06 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Patch to zcot's patch by zcot :)
-
-------------------------------------------------------------------------
-r12774 | fkuehne | 2005-10-06 21:40:01 +0200 (Thu, 06 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* allocate o_extended only if requested by the user (that's dirty, but prevents the access of freed objects while terminating) and save the extended-prefs as early as possible in the termination-process (directly after the vout and playlist shut down)
-------------------------------------------------------------------------
-r12773 | fenrir | 2005-10-06 21:39:15 +0200 (Thu, 06 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
- udp: support for RTP"header extension. Patch by Zohar Lorberbaum .
-
-------------------------------------------------------------------------
-r12772 | fenrir | 2005-10-06 21:19:55 +0200 (Thu, 06 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
- * http: update meta data only on title change.
-
-------------------------------------------------------------------------
-r12771 | fenrir | 2005-10-06 21:15:11 +0200 (Thu, 06 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/record.c
-
- * record: correct i_update field.
-
-------------------------------------------------------------------------
-r12770 | fenrir | 2005-10-06 21:12:22 +0200 (Thu, 06 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4: support for tx3g subtitle (close #332)
-
-------------------------------------------------------------------------
-r12769 | hartman | 2005-10-06 20:54:01 +0200 (Thu, 06 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Bookmarks.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Bookmarks.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-
-* set autosave names
-
-------------------------------------------------------------------------
-r12768 | zorglub | 2005-10-06 19:45:57 +0200 (Thu, 06 Oct 2005) | 10 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-
-Misc WX improvements - patches by zcot
-
-* Option to have extended interface by default (Closes: #232)
-* Fix "floating" volume bar with wxMSW 2.6.X (Closes:#289)
-* Enforce minimum vertical size (Closes:#360)
-* Fix a font size problem on WX
-
-* Add him to THANKS, obviously :)
-
-
-------------------------------------------------------------------------
-r12767 | fkuehne | 2005-10-06 18:45:21 +0200 (Thu, 06 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/extended.m
-
-* only save the affected modules (main, headphone, transform, adjust, invert, motionblur, distort, clone, crop, normvol, headphone_channel_mixer, macosx) -- thanks to zorglub for the help (closes #382)
-------------------------------------------------------------------------
-r12766 | damienf | 2005-10-06 18:00:42 +0200 (Thu, 06 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/open.cpp
-
-
-open.cpp: unicode fix for ProbeDVD, ProbeCDDA, ProbeVCD
-
-------------------------------------------------------------------------
-r12765 | fkuehne | 2005-10-06 18:00:01 +0200 (Thu, 06 Oct 2005) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/extended.h
-   M /trunk/modules/gui/macosx/extended.m
-   M /trunk/modules/gui/macosx/intf.m
-
-* intf.m: -make sure that objects like o_open, o_wizard, etc. get released in any case 
-    -trigger the extended-panel to collapse completely before saving its position
-    -save the prefs, if the extended-panel changed them previously (refs #382)
-* extended.m: minor cleanups to make the stuff above possible (more cleanup needed, will follow later on)
-* extended.nib & #.m: don't let the normvol-slider become zero, but use floats from 0.1 to 10.0 only
-------------------------------------------------------------------------
-r12764 | damienf | 2005-10-06 17:00:50 +0200 (Thu, 06 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/wxwidgets/open.cpp
-
-all: support for unicode version of wxwidgets for win32, needs testing for other platform
-
-------------------------------------------------------------------------
-r12763 | fkuehne | 2005-10-05 20:44:24 +0200 (Wed, 05 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* added a note about the prefs-remove-script for OSX
-------------------------------------------------------------------------
-r12762 | courmisch | 2005-10-05 18:13:43 +0200 (Wed, 05 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Document wx requirements
-
-------------------------------------------------------------------------
-r12761 | fkuehne | 2005-10-05 15:12:34 +0200 (Wed, 05 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* use the ffmpeg-cvs-trunk from 09/27 and not the current one. This snap compiles finely on 10.2 and is used in the win32-port as well.
-------------------------------------------------------------------------
-r12760 | jpsaman | 2005-10-04 21:20:21 +0200 (Tue, 04 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/rtsp/real.c
-   M /trunk/modules/access/rtsp/real_sdpplin.h
-
-Fix double free error.
-------------------------------------------------------------------------
-r12759 | hartman | 2005-10-04 16:13:50 +0200 (Tue, 04 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* Fix Kasenna RTSP VoD
-
-------------------------------------------------------------------------
-r12758 | courmisch | 2005-10-04 10:32:08 +0200 (Tue, 04 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/open.cpp
-
-#include "charset.h"
-but it should not be necessary "thanks to" the vlc_symbols.h kludge
-
-------------------------------------------------------------------------
-r12757 | fkuehne | 2005-10-02 21:49:05 +0200 (Sun, 02 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-
-* this was not to be committed
-------------------------------------------------------------------------
-r12756 | fkuehne | 2005-10-02 21:47:03 +0200 (Sun, 02 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   D /trunk/extras/MacOSX/Resources/English.lproj/Update.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/Modules.am
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   D /trunk/modules/gui/macosx/update.h
-   D /trunk/modules/gui/macosx/update.m
-
-* remove/disable the update-checker on OSX until 0.8.4 is out
-------------------------------------------------------------------------
-r12754 | fkuehne | 2005-10-02 21:16:12 +0200 (Sun, 02 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/update.h
-   M /trunk/modules/gui/macosx/update.m
-
-Implemented the retrieval of the versions, files and mirrors. Both the size and the mirrors aren't displayed yet, but stored. The 'Released On'-stuff was removed, since it isn't present in the xml actually. More to come. (refs #310)
-------------------------------------------------------------------------
-r12753 | fkuehne | 2005-10-02 19:21:18 +0200 (Sun, 02 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* marked Bonjour-service-discovery as linux only
-------------------------------------------------------------------------
-r12752 | fkuehne | 2005-10-02 19:20:47 +0200 (Sun, 02 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/README.MacOSX.rtf
-   A /trunk/extras/MacOSX/Delete Preferences.app
-   A /trunk/extras/MacOSX/Delete Preferences.app/Contents
-   A /trunk/extras/MacOSX/Delete Preferences.app/Contents/Info.plist
-   A /trunk/extras/MacOSX/Delete Preferences.app/Contents/MacOS
-   A /trunk/extras/MacOSX/Delete Preferences.app/Contents/MacOS/applet
-   A /trunk/extras/MacOSX/Delete Preferences.app/Contents/PkgInfo
-   A /trunk/extras/MacOSX/Delete Preferences.app/Contents/Resources
-   A /trunk/extras/MacOSX/Delete Preferences.app/Contents/Resources/Scripts
-   A /trunk/extras/MacOSX/Delete Preferences.app/Contents/Resources/Scripts/main.scpt
-   A /trunk/extras/MacOSX/Delete Preferences.app/Contents/Resources/applet.icns
-   A /trunk/extras/MacOSX/Delete Preferences.app/Contents/Resources/applet.rsrc
-   A /trunk/extras/MacOSX/Delete Preferences.app/Contents/Resources/description.rtfd
-   A /trunk/extras/MacOSX/Delete Preferences.app/Contents/Resources/description.rtfd/TXT.rtf
-
-* small script to move the preferences to Trash. You can change it by editing 'Delete Preferences.app/Contents/Resources/Scripts/main.scpt' in Xcode or the Script Editor. It is copied on the dmg by default. (thanks to dionoea for the idea)
-------------------------------------------------------------------------
-r12751 | courmisch | 2005-10-02 18:52:52 +0200 (Sun, 02 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-   M /trunk/src/misc/unicode.c
-
-Move UTF32 conversion to more appropriate file
-
-------------------------------------------------------------------------
-r12750 | jpsaman | 2005-10-02 18:34:56 +0200 (Sun, 02 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-include charset.h is in the include path and not local
-------------------------------------------------------------------------
-r12749 | jpsaman | 2005-10-02 18:34:21 +0200 (Sun, 02 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.h
-   M /trunk/modules/demux/mp4/libmp4.h
-
-Protect agains multiple includes
-------------------------------------------------------------------------
-r12748 | jpsaman | 2005-10-02 18:33:40 +0200 (Sun, 02 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/mp4/mp4.c
-
-The include vlc_md5.h is in the include path and not local
-------------------------------------------------------------------------
-r12747 | jpsaman | 2005-10-02 18:33:02 +0200 (Sun, 02 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/md5.c
-
-The include vlc_md5.h is in the include path and not local
-------------------------------------------------------------------------
-r12746 | dionoea | 2005-10-02 15:15:22 +0200 (Sun, 02 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
- * fix signedness gcc warning
-
-------------------------------------------------------------------------
-r12745 | dionoea | 2005-10-02 15:12:31 +0200 (Sun, 02 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/speex.c
-
- * fix signedness gcc warnings
-
-------------------------------------------------------------------------
-r12744 | dionoea | 2005-10-02 15:04:25 +0200 (Sun, 02 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/esd.c
-
- * fix signedness gcc warnings (and remove trailing spaces)
-
-------------------------------------------------------------------------
-r12743 | dionoea | 2005-10-02 15:01:47 +0200 (Sun, 02 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
- * fix signedness gcc warning
-
-------------------------------------------------------------------------
-r12742 | jpsaman | 2005-10-02 14:47:49 +0200 (Sun, 02 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/playlist/old.c
-
-Add missing include <charset.h>
-------------------------------------------------------------------------
-r12741 | jpsaman | 2005-10-02 14:22:29 +0200 (Sun, 02 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/araw.c
-
-Fix compiler warning: 'araw.c:62: warning: static' but never defined'
-------------------------------------------------------------------------
-r12740 | courmisch | 2005-10-02 13:55:28 +0200 (Sun, 02 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/Modules.am
-   A /trunk/modules/gui/wxwidgets/streamdata.cpp
-   M /trunk/modules/gui/wxwidgets/streamdata.h
-
-Fix long-standing compilation warning and unduplicate data
-
-------------------------------------------------------------------------
-r12739 | courmisch | 2005-10-02 13:36:30 +0200 (Sun, 02 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.h
-
-For wxWidgets into so-called Unicode (actually UTF-32) mode
-
-------------------------------------------------------------------------
-r12738 | courmisch | 2005-10-02 13:14:57 +0200 (Sun, 02 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/open.cpp
-
-Remove some redundant casts
-
-------------------------------------------------------------------------
-r12737 | courmisch | 2005-10-02 13:14:42 +0200 (Sun, 02 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-
-Missed that file
-
-------------------------------------------------------------------------
-r12736 | courmisch | 2005-10-02 13:11:12 +0200 (Sun, 02 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/src/misc/charset.c
-
-Add const qualifier
-
-------------------------------------------------------------------------
-r12735 | courmisch | 2005-10-02 13:05:45 +0200 (Sun, 02 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/open.cpp
-
-Compile fix
-
-------------------------------------------------------------------------
-r12734 | robUx4 | 2005-10-02 12:36:06 +0200 (Sun, 02 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: move back the SET_PCR to its previous location for the moment
-add some debug for the UI hooks (for menu support)
-------------------------------------------------------------------------
-r12732 | courmisch | 2005-10-02 11:21:04 +0200 (Sun, 02 Oct 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/open.cpp
-
-mb_str() doesn't work as documented (or maybe it doesn't work at all)
-so use wc_str() instead - closes #362
-
-Now it looks almost like an exerpt from The Daily WTF :(
-
-------------------------------------------------------------------------
-r12731 | courmisch | 2005-10-02 11:10:49 +0200 (Sun, 02 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-
-Oups minor fix
-
-------------------------------------------------------------------------
-r12730 | courmisch | 2005-10-02 10:53:14 +0200 (Sun, 02 Oct 2005) | 4 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/charset.c
-
-UTF32 to UTF8 conversion
-because the buggy GUI toolkit that sucks big time^W^W^W^W^W^W^WwxWidgets
-needs it
-
-------------------------------------------------------------------------
-r12729 | courmisch | 2005-10-02 10:00:06 +0200 (Sun, 02 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-Fix compilation warning
-
-------------------------------------------------------------------------
-r12728 | zorglub | 2005-10-02 09:54:03 +0200 (Sun, 02 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-Don't reprint messages on quit
-
-------------------------------------------------------------------------
-r12727 | sam | 2005-10-02 01:32:39 +0200 (Sun, 02 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/cpu.c
-
-  * src/misc/cpu.c: oops.
-
-------------------------------------------------------------------------
-r12726 | sam | 2005-10-02 01:29:56 +0200 (Sun, 02 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/cpu.c
-
-  * src/misc/cpu.c: no need to push/pop %rbx before cpuid on x86_64.
-
-------------------------------------------------------------------------
-r12722 | fkuehne | 2005-10-01 15:47:58 +0200 (Sat, 01 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* minor fix (capitalise string at the bottom of the pl, don't create temporary strings if you don't use stringWithFormat)
-------------------------------------------------------------------------
-r12721 | robUx4 | 2005-10-01 15:40:27 +0200 (Sat, 01 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: added option "mkv-preload-local-dir", disable when there are broken files in the same dir (eMule)
-------------------------------------------------------------------------
-r12720 | robUx4 | 2005-10-01 15:23:13 +0200 (Sat, 01 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: better timecode sent by the demuxer (doesn't seem right with native MPEG4.2)
-------------------------------------------------------------------------
-r12719 | xtophe | 2005-10-01 13:15:36 +0200 (Sat, 01 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Add Install.wince in the tar
-
-------------------------------------------------------------------------
-r12718 | xtophe | 2005-10-01 12:57:40 +0200 (Sat, 01 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Add some sed in the package-win32 rules (closes #372)
-
-------------------------------------------------------------------------
-r12717 | robUx4 | 2005-10-01 11:58:52 +0200 (Sat, 01 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-avoid declaration collision on MSVC
-------------------------------------------------------------------------
-r12716 | jpsaman | 2005-10-01 10:58:10 +0200 (Sat, 01 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Fix typo
-------------------------------------------------------------------------
-r12715 | gbazin | 2005-09-30 21:36:22 +0200 (Fri, 30 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-
-* modules/audio_filter/resampler/bandlimited.c: re-enabled the bandlimited resampler. Commit 12102 is actually bogus since the problem is in fact created by the audio output pipeline introducing more latency than what can be compensated by the default input caching.
-------------------------------------------------------------------------
-r12714 | bigben | 2005-09-30 19:18:45 +0200 (Fri, 30 Sep 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/access/gnomevfs.c
-
-* Cleaner url parsing
-
-
-
-------------------------------------------------------------------------
-r12713 | hartman | 2005-09-30 02:05:32 +0200 (Fri, 30 Sep 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-* Some freetype renderer hacks as suggested by Sigmund to improve the current outline.
-  Sigmund says that YUVP rendering sucks and that he wants his 256 YUVA renderer back.
-  Who exactly remembers why this one was removed ???
-
-------------------------------------------------------------------------
-r12712 | bigben | 2005-09-29 21:42:35 +0200 (Thu, 29 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/gnomevfs.c
-
-Handle correctly some more error cases
-
-
-------------------------------------------------------------------------
-r12711 | hartman | 2005-09-29 17:21:40 +0200 (Thu, 29 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* The PTS/PCR repeats we test for should at least continue for 1s before we consider it to be the EOF of a QTSS VoD session.
-
-------------------------------------------------------------------------
-r12710 | jpsaman | 2005-09-29 16:33:21 +0200 (Thu, 29 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/osdmenu.c
-
-Remove trailing whitespace
-------------------------------------------------------------------------
-r12709 | jpsaman | 2005-09-29 16:32:54 +0200 (Thu, 29 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Remove trailing whitespace
-------------------------------------------------------------------------
-r12708 | jpsaman | 2005-09-29 16:31:26 +0200 (Thu, 29 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-Remove trailing whitespace
-------------------------------------------------------------------------
-r12707 | jpsaman | 2005-09-29 16:30:53 +0200 (Thu, 29 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/services_discovery/upnp.cpp
-
-Remove trailing whitespace
-------------------------------------------------------------------------
-r12706 | jpsaman | 2005-09-29 16:30:26 +0200 (Thu, 29 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/tcp.c
-
-Remove trailing whitespace
-------------------------------------------------------------------------
-r12705 | jpsaman | 2005-09-29 16:29:59 +0200 (Thu, 29 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/nsc.c
-
-Fix compiler warning, remove unused variables
-------------------------------------------------------------------------
-r12704 | jpsaman | 2005-09-29 16:28:51 +0200 (Thu, 29 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/src/osd/osd.c
-
-remove trailing whitespace
-------------------------------------------------------------------------
-r12703 | hartman | 2005-09-29 00:19:38 +0200 (Thu, 29 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* forgot to handle initial pcr == 0 case
-
-------------------------------------------------------------------------
-r12702 | hartman | 2005-09-28 23:30:19 +0200 (Wed, 28 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* if a PTS keeps repeating for a while we assume EOF. This fixes QTSS VoD which VLC kept open after it was finished.
-  The limit i chose in Demux() is 5 loops of Demux() with the same pcr. It's based on nothing, but I assumed it was more safe then checking for a single repeat of a PTS value. That might be allowed in some cases????
-
-------------------------------------------------------------------------
-r12701 | xtophe | 2005-09-28 21:36:15 +0200 (Wed, 28 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Create some WinCE package target (Gibalou please review them)
-
-------------------------------------------------------------------------
-r12700 | dionoea | 2005-09-28 21:03:28 +0200 (Wed, 28 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * trailing spaces removal (this commit is really useless)
-
-------------------------------------------------------------------------
-r12699 | dionoea | 2005-09-28 21:00:42 +0200 (Wed, 28 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/ogg.c
-
- * warning fixes
-
-------------------------------------------------------------------------
-r12698 | dionoea | 2005-09-28 20:56:36 +0200 (Wed, 28 Sep 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
- * remove signedness gcc warnings (lots of cast from char * to uint8_t
-   and the other way arround. Shouldn't change anything about how the
-   thing is run)
-
-------------------------------------------------------------------------
-r12697 | xtophe | 2005-09-28 20:51:17 +0200 (Wed, 28 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Document the access/demux://MRL format
-
-------------------------------------------------------------------------
-r12696 | dionoea | 2005-09-28 20:49:52 +0200 (Wed, 28 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
- * fix signedness gcc warning
-
-------------------------------------------------------------------------
-r12695 | hartman | 2005-09-28 16:57:31 +0200 (Wed, 28 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace.c
-
-* Streamming -> Streaming
-
-------------------------------------------------------------------------
-r12694 | hartman | 2005-09-28 16:56:49 +0200 (Wed, 28 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-* Now uses the fullscreen variable instead of setting i_changes |= FULLSCREEN_CHANGE since this is not handled by vout filters, and variables are.
-
-------------------------------------------------------------------------
-r12693 | bigben | 2005-09-27 18:18:11 +0200 (Tue, 27 Sep 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/access/gnomevfs.c
-
-* Fix a double free and the size of a memory allocation
-* Only call gnome_vfs_escape_path_string on the path part of the uri, since the functions in gnomevfs that are supposed to make the host/user/path separation are broken (they will escape passwords too)
-* Trying to open a file with http on a system with non latin1 encoding may still fail (testing welcomed).
-* Don't call gnome_vfs_make_uri_from_input_with_dirs since this will fail on a path with special caracters, but gnome_vfs_expand_initial_tilde and gnome_vfs_make_uri_from_shell_arg
-
-
-------------------------------------------------------------------------
-r12692 | hartman | 2005-09-27 03:10:56 +0200 (Tue, 27 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* ts.c: print Stream Identifier descriptor information
-
-------------------------------------------------------------------------
-r12691 | fkuehne | 2005-09-26 23:46:01 +0200 (Mon, 26 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/about.m
-
-THANKS and AUTHORS were converted to UTF-8
-------------------------------------------------------------------------
-r12690 | gbazin | 2005-09-26 23:00:27 +0200 (Mon, 26 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-* modules/demux/ogg.c: discard subtitles header packets (not sure this is the right fix though).
-------------------------------------------------------------------------
-r12689 | dionoea | 2005-09-26 20:45:44 +0200 (Mon, 26 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
- * forgot some stuff
-
-------------------------------------------------------------------------
-r12688 | dionoea | 2005-09-26 20:34:52 +0200 (Mon, 26 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_TW.po
-
- * 0.8.4-test1
-
-------------------------------------------------------------------------
-r12687 | titer | 2005-09-26 17:03:39 +0200 (Mon, 26 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-
- beos/*: update the playlist properly
-
-------------------------------------------------------------------------
-r12686 | sam | 2005-09-26 12:42:11 +0200 (Mon, 26 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-  * extras/contrib/src/Makefile: additional fix for the livedotcom snapshot.
-
-------------------------------------------------------------------------
-r12685 | sam | 2005-09-26 12:15:44 +0200 (Mon, 26 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: re-enabled i420_rgb_mmx on amd64.
-
-------------------------------------------------------------------------
-r12684 | sam | 2005-09-26 12:15:02 +0200 (Mon, 26 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb16.c
-
-  * modules/video_chroma/i420_rgb16.c: fixed compiler warnings.
-
-------------------------------------------------------------------------
-r12683 | sam | 2005-09-26 12:14:46 +0200 (Mon, 26 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-
-  * modules/video_chroma/i420_rgb_mmx.h: use RIP-related code on amd64.
-
-------------------------------------------------------------------------
-r12682 | sam | 2005-09-26 08:08:13 +0200 (Mon, 26 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-  * extras/contrib/src/packages.mak: updated livedotcom location.
-
-------------------------------------------------------------------------
-r12681 | sam | 2005-09-26 01:47:23 +0200 (Mon, 26 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/debian/rules
-
-  * debian/rules: toup?\195?\169t?\195?\169?\195?\169?\195?\169
-
-------------------------------------------------------------------------
-r12680 | sam | 2005-09-26 01:10:50 +0200 (Mon, 26 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/debian/rules
-
-  * debian/rules: build x264 in PIC mode whenever possible
-
-------------------------------------------------------------------------
-r12679 | jpsaman | 2005-09-25 20:25:57 +0200 (Sun, 25 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/rtsp/real.c
-   M /trunk/modules/access/rtsp/real_rmff.c
-   M /trunk/modules/access/rtsp/real_sdpplin.c
-
-Undo coding style fixes to make syncing with Xine code easier
-------------------------------------------------------------------------
-r12678 | asmax | 2005-09-25 19:10:55 +0200 (Sun, 25 Sep 2005) | 1 line
-Changed paths:
-   A /trunk/msvc/libvlc.vcproj.in
-   A /trunk/msvc/plugins.vcproj.in
-   A /trunk/msvc/vlc.vcproj.in
-   M /trunk/toolbox
-
-* toolbox: added a --update-vc7 option to generate projects for Visual Studio .NET
-------------------------------------------------------------------------
-r12677 | jpsaman | 2005-09-25 19:06:08 +0200 (Sun, 25 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/rtsp/real_sdpplin.c
-
-Another bunch of memory leaks in realrtsp plugin
-------------------------------------------------------------------------
-r12676 | babal | 2005-09-25 18:49:40 +0200 (Sun, 25 Sep 2005) | 10 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/LIST
-   M /trunk/modules/audio_filter/channel_mixer/Modules.am
-   A /trunk/modules/audio_filter/channel_mixer/dolby.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/audio_filter/normvol.c
-   M /trunk/modules/gui/macosx/extended.m
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/libvlc.h
-   M /trunk/vlc.spec.mdk
-
-- the creation of the audio filter pipeline when specifying user audio
-  channel mixers was broken (again) in 0.8.1 and 0.8.2; hopefully this
-  will fix it for good, by allowing audio filters to request a specific
-  format rather than imposing them an arbitrary one
-- various other small fixes in the audio output core
-- option to force detection of Dolby Surround
-- simple module to decode Dolby Surround
-- increase spatialization with two center speakers and fix channel
-  order for 7.1 streams in the headphone channel mixer
-
-------------------------------------------------------------------------
-r12671 | jpsaman | 2005-09-25 13:16:43 +0200 (Sun, 25 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/rtsp/access.c
-   M /trunk/modules/access/rtsp/real.c
-   M /trunk/modules/access/rtsp/rtsp.c
-
-Fix compiler warnings
-------------------------------------------------------------------------
-r12669 | jpsaman | 2005-09-25 13:09:54 +0200 (Sun, 25 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/rtsp/real_rmff.c
-   M /trunk/modules/access/rtsp/real_sdpplin.c
-
-Compile fixes and another memory leak fix
-------------------------------------------------------------------------
-r12666 | zorglub | 2005-09-25 12:14:39 +0200 (Sun, 25 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-Allow setting video output title under X
-Patch by Oscar Perez
-
-------------------------------------------------------------------------
-r12665 | zorglub | 2005-09-25 12:10:24 +0200 (Sun, 25 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Handle multicast like unicast in SAP
-I'm really sorry, I couldn't find who sent this patch. Just drop me a mail, I'll add you to the THANKS list.
-
-------------------------------------------------------------------------
-r12664 | jpsaman | 2005-09-25 11:52:28 +0200 (Sun, 25 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/rtsp/real.c
-   M /trunk/modules/access/rtsp/real_rmff.c
-   M /trunk/modules/access/rtsp/real_rmff.h
-   M /trunk/modules/access/rtsp/real_sdpplin.c
-   M /trunk/modules/access/rtsp/rtsp.c
-
-Fix several memory leaks and do a bit of coding style cleanup.
-------------------------------------------------------------------------
-r12663 | jpsaman | 2005-09-24 18:41:23 +0200 (Sat, 24 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-
-Update my entry
-------------------------------------------------------------------------
-r12662 | hartman | 2005-09-23 16:01:20 +0200 (Fri, 23 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Update ffmpeg configure line
-
-------------------------------------------------------------------------
-r12661 | sam | 2005-09-23 15:39:26 +0200 (Fri, 23 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/debian/rules
-
-  * debian/rules: removed useless magic in the faad2/x264 build.
-
-------------------------------------------------------------------------
-r12660 | sam | 2005-09-23 14:09:46 +0200 (Fri, 23 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-
-  * HA! HA! I ARE USING TEH AM_MAINTAINER_MODE!!!1!
-
-------------------------------------------------------------------------
-r12659 | sam | 2005-09-23 13:54:46 +0200 (Fri, 23 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bravo sam.
-
-------------------------------------------------------------------------
-r12658 | sam | 2005-09-23 13:47:52 +0200 (Fri, 23 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap: issue an error if gettextize is not present.
-
-------------------------------------------------------------------------
-r12657 | gbazin | 2005-09-22 23:23:35 +0200 (Thu, 22 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/control/netsync.c
-
-* modules/control/netsync.c: compilation fix.
-------------------------------------------------------------------------
-r12656 | gbazin | 2005-09-22 23:19:33 +0200 (Thu, 22 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-* modules/misc/network/ipv6.c: EVC compilation fixes.
-------------------------------------------------------------------------
-r12655 | titer | 2005-09-22 23:17:14 +0200 (Thu, 22 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/bootstrap
-
- Fixed build on BeOS R5/BONE and Zeta
-
-------------------------------------------------------------------------
-r12654 | gbazin | 2005-09-22 23:11:38 +0200 (Thu, 22 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/dialogs.cpp
-
-* modules/gui/wince/dialogs.cpp: EVC compilation fix.
-------------------------------------------------------------------------
-r12653 | gbazin | 2005-09-22 22:56:57 +0200 (Thu, 22 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/ugly.c
-
-* modules/audio_filter/resampler/ugly.c: compilation fix.
-------------------------------------------------------------------------
-r12652 | gbazin | 2005-09-22 22:49:37 +0200 (Thu, 22 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-* src/stream_output/sap.c: net_Write() returns an int, not an unsigned.
-------------------------------------------------------------------------
-r12651 | gbazin | 2005-09-22 22:48:59 +0200 (Thu, 22 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-
-* modules/access/mms/mmstu.c: use net_Write() instead of send().
-------------------------------------------------------------------------
-r12650 | gbazin | 2005-09-22 22:31:16 +0200 (Thu, 22 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/getaddrinfo.c
-
-* src/misc/getaddrinfo.c: WinCE implementation + ipv6 support (not tested).
-------------------------------------------------------------------------
-r12649 | gbazin | 2005-09-22 22:14:20 +0200 (Thu, 22 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/evc/config.h.in
-   M /trunk/include/network.h
-   M /trunk/include/vlc_common.h
-   M /trunk/src/control/audio_video.c
-   M /trunk/src/control/core.c
-   M /trunk/src/control/util.c
-   M /trunk/src/misc/getaddrinfo.c
-   M /trunk/src/misc/net.c
-   M /trunk/src/stream_output/acl.c
-   M /trunk/src/stream_output/sap.c
-
-* ALL: WinCE EVC compilation fixes.
-------------------------------------------------------------------------
-r12648 | sam | 2005-09-22 22:09:48 +0200 (Thu, 22 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: well well... until GCC is fixed, let's disable i420_rgb_mmx
-    on AMD64.
-
-------------------------------------------------------------------------
-r12647 | gbazin | 2005-09-22 21:40:11 +0200 (Thu, 22 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/evc/vlc.vcw
-
-* evc/vlc.vcw: plugin_id3 doesn't exist anymore.
-------------------------------------------------------------------------
-r12646 | gbazin | 2005-09-22 21:39:38 +0200 (Thu, 22 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-* include/vlc_common.h: why on earth was off_t not typedefed to int64 anymore under _MSC_VER ?
-------------------------------------------------------------------------
-r12644 | massiot | 2005-09-22 17:39:37 +0200 (Thu, 22 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-
- * INSTALL.win32: Added --with-sdl-config-path=/usr/win32/bin.
-
-------------------------------------------------------------------------
-r12643 | gbazin | 2005-09-22 00:08:00 +0200 (Thu, 22 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: renamed analyse "all" mode to "slow" and added X264_ANALYSE_I8x8 to "all" mode.
-
-------------------------------------------------------------------------
-r12638 | xtophe | 2005-09-21 19:11:02 +0200 (Wed, 21 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Don't use Hal elsewhere than Linux
-
-------------------------------------------------------------------------
-r12634 | sam | 2005-09-21 12:44:17 +0200 (Wed, 21 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: fixed typo that prevented --disable-gnomevfs from working.
-
-------------------------------------------------------------------------
-r12633 | sam | 2005-09-21 11:53:14 +0200 (Wed, 21 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-  * src/libvlc.c: cosmetic fix.
-
-------------------------------------------------------------------------
-r12632 | rocky | 2005-09-21 04:15:03 +0200 (Wed, 21 Sep 2005) | 18 lines
-Changed paths:
-   M /trunk/modules/access/cdda/cdda.h
-
-In libcdio < 0.76
-
-#include <cdio/cdda.h> /* Pulls in #include <cdio/paranoia.h> */
-
-In libcdio >= 0.76
-
-#include <cdio/paranoia.h> /* Pulls in #include <cdio/cdda.h> */
-
-and
-
-#include <cdio/cdda.h>     /* These lines can be | In either order    */
-#include <cdio/paranoia.h> /* in either order    | these lines can be */
-
-So that's what we go with. See the libcdio-devel@gnu.org mailing list
-for more information on why the change in 0.76
-
-
-
-------------------------------------------------------------------------
-r12631 | hartman | 2005-09-21 03:24:48 +0200 (Wed, 21 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Autodetect the liveMedia on 10.2 special case. Note that this might break current 'sed' patch lines on existing 10.2 installs, since the correct line will be patched by those as well. 
-
-------------------------------------------------------------------------
-r12630 | titer | 2005-09-21 00:48:30 +0200 (Wed, 21 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/visual/effects.c
-
- visual/effects.c: compile fix
-
-------------------------------------------------------------------------
-r12629 | titer | 2005-09-20 22:14:48 +0200 (Tue, 20 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- Fixed ffmpeg BeOS cross compile on x86_64 (adapted from [12575])
-
-------------------------------------------------------------------------
-r12628 | titer | 2005-09-20 22:03:11 +0200 (Tue, 20 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/speex.patch
-
- speex.patch: fix build with gcc < 3
-
-------------------------------------------------------------------------
-r12624 | sam | 2005-09-20 19:21:42 +0200 (Tue, 20 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configuer.ac: grmbl, fixed an old typo breaking the build with gcc-4.x on ppc.
-
-------------------------------------------------------------------------
-r12623 | sam | 2005-09-20 15:06:26 +0200 (Tue, 20 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/debian/Makefile.am
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   A /trunk/debian/gcc-snapshot
-   M /trunk/debian/rules
-
-  * New Debian upload. Uses newer x264 and faad snapshots.
-
-------------------------------------------------------------------------
-r12622 | sam | 2005-09-20 14:25:03 +0200 (Tue, 20 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-
-  * modules/control/http/rpn.c: don?\226?\128?\153t crash if stripslashed string ends with \
-
-------------------------------------------------------------------------
-r12620 | sam | 2005-09-20 11:55:29 +0200 (Tue, 20 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-
-  * modules/video_chroma/i420_rgb_mmx.h: bypassed gcc-3.4's ICEs again.
-
-------------------------------------------------------------------------
-r12618 | sam | 2005-09-20 02:11:35 +0200 (Tue, 20 Sep 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-
-  * modules/video_chroma/i420_rgb_mmx.h: work around a GCC 3.4.x bug.
-    /* Using i586-mingw32msvc-gcc 3.4.2: */
-    uint32_t i; __m64 mm0 = (__m64)(uint64_t)i;           /* ICE */
-    uint32_t i; uint64_t tmp = i; __m64 mm0 = (__m64)tmp; /* OK */
-
-------------------------------------------------------------------------
-r12617 | sam | 2005-09-19 23:49:27 +0200 (Mon, 19 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/debian/copyright
-
-  * debian/copyright: fixed the FSF address and updated copyright.
-
-------------------------------------------------------------------------
-r12616 | sam | 2005-09-19 23:44:49 +0200 (Mon, 19 Sep 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-
-  * modules/video_chroma/i420_rgb_mmx.h: wrote an MMX intrinsics version of
-    the conversion routines. Now that we no longer use inline asm, these
-    modules do not generate non-PIC code with -fPIC.
-
-------------------------------------------------------------------------
-r12615 | gbazin | 2005-09-19 23:32:04 +0200 (Mon, 19 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/ogg.c
-
-* modules/mux/ogg.c: fixed potential buffer overflow.
-------------------------------------------------------------------------
-r12614 | gbazin | 2005-09-19 23:21:17 +0200 (Mon, 19 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-* modules/demux/real.c: avoid using null pts + removed debug message.
-------------------------------------------------------------------------
-r12613 | gbazin | 2005-09-19 23:16:23 +0200 (Mon, 19 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/rtsp/access.c
-   M /trunk/modules/access/rtsp/real.c
-   M /trunk/modules/access/rtsp/real.h
-
-* modules/access/rtsp: fixed problem in BlockRead().
-------------------------------------------------------------------------
-r12612 | gbazin | 2005-09-19 22:20:07 +0200 (Mon, 19 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-
-* modules/access/mms/mmstu.c: reverted broken commit.
-------------------------------------------------------------------------
-r12611 | gbazin | 2005-09-19 22:07:04 +0200 (Mon, 19 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/realaudio.c
-
-* modules/codec/realaudio.c: split the audio output buffers in chunks of 1024 samples because the audio output can't deal with big chunks.
-------------------------------------------------------------------------
-r12610 | fkuehne | 2005-09-19 21:45:54 +0200 (Mon, 19 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-
-* fixed some other signedness-issue (thanks to Trax!)
-------------------------------------------------------------------------
-r12609 | fkuehne | 2005-09-19 20:30:36 +0200 (Mon, 19 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* fixed some 'comparison between signed and unsigned'-warnings
-------------------------------------------------------------------------
-r12608 | fkuehne | 2005-09-19 20:16:32 +0200 (Mon, 19 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-
-* fixed 2 minor compilation warnings
-------------------------------------------------------------------------
-r12606 | sam | 2005-09-19 18:06:04 +0200 (Mon, 19 Sep 2005) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: more robust check for MMX intrinsics support. GCC 4.1.0
-    works, but gcc 4.0.x doesn?\226?\128?\153t build some constructs properly.
-    See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23963
-
-------------------------------------------------------------------------
-r12605 | massiot | 2005-09-19 14:59:58 +0200 (Mon, 19 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * modules/demux/ts.c: PID 8191 is padding.
-
-------------------------------------------------------------------------
-r12604 | massiot | 2005-09-19 14:32:57 +0200 (Mon, 19 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/doc/fortunes.txt
-   M /trunk/modules/mux/mpeg/ts.c
-
- * modules/mux/mpeg/ts.c: Detect older versions of libdvbpsi.
-
-------------------------------------------------------------------------
-r12603 | sam | 2005-09-19 01:13:41 +0200 (Mon, 19 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: check for MMX intrinsics.
-
-------------------------------------------------------------------------
-r12602 | sam | 2005-09-19 01:13:04 +0200 (Mon, 19 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-  * updated po/POTFILES.in.
-
-------------------------------------------------------------------------
-r12601 | gbazin | 2005-09-19 00:36:46 +0200 (Mon, 19 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-* modules/mux/mpeg/ts.c: disabled some broken code.
-------------------------------------------------------------------------
-r12600 | sam | 2005-09-18 22:14:45 +0200 (Sun, 18 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/rtsp/Modules.am
-
-  * modules/access/rtsp/Modules.am: removed nonexistent file from the sources.
-
-------------------------------------------------------------------------
-r12599 | fkuehne | 2005-09-18 21:29:35 +0200 (Sun, 18 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/output.m
-
-* split up hostname and following path and insert the port after the hostname (fixes #351)
-------------------------------------------------------------------------
-r12598 | gbazin | 2005-09-18 20:44:04 +0200 (Sun, 18 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: compile the realaudio plugin with -DLOADER when --enable-loader is specified.
-------------------------------------------------------------------------
-r12597 | gbazin | 2005-09-18 19:50:43 +0200 (Sun, 18 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/rtsp/rtsp.c
-
-* modules/access/rtsp/rtsp.c: win32 compilation fix.
-------------------------------------------------------------------------
-r12596 | gbazin | 2005-09-18 19:35:23 +0200 (Sun, 18 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/modules/access/rtsp
-   A /trunk/modules/access/rtsp/Modules.am
-   A /trunk/modules/access/rtsp/access.c
-   A /trunk/modules/access/rtsp/real.c
-   A /trunk/modules/access/rtsp/real.h
-   A /trunk/modules/access/rtsp/real_asmrp.c
-   A /trunk/modules/access/rtsp/real_rmff.c
-   A /trunk/modules/access/rtsp/real_rmff.h
-   A /trunk/modules/access/rtsp/real_sdpplin.c
-   A /trunk/modules/access/rtsp/real_sdpplin.h
-   A /trunk/modules/access/rtsp/rtsp.c
-   A /trunk/modules/access/rtsp/rtsp.h
-
-* modules/access/rtsp: real rtsp access module.
-------------------------------------------------------------------------
-r12595 | gbazin | 2005-09-18 19:23:13 +0200 (Sun, 18 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/realaudio.c
-
-* modules/codec/realaudio.c: real audio (cook) decoder using real's libraries.
-------------------------------------------------------------------------
-r12594 | gbazin | 2005-09-18 18:20:24 +0200 (Sun, 18 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* modules/demux/livedotcom.cpp: fixed small leak.
-------------------------------------------------------------------------
-r12593 | gbazin | 2005-09-18 18:03:49 +0200 (Sun, 18 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* modules/demux/livedotcom.cpp: do not modify p_demux->psz_path.
-------------------------------------------------------------------------
-r12592 | gbazin | 2005-09-18 16:42:02 +0200 (Sun, 18 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-* modules/demux/real.c: cleanup + added support for cook.
-------------------------------------------------------------------------
-r12591 | sam | 2005-09-18 15:18:55 +0200 (Sun, 18 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/MAINTAINERS
-   M /trunk/THANKS
-
-  * UTF8ised files that get distributed with Debian.
-
-------------------------------------------------------------------------
-r12590 | robux4 | 2005-09-18 14:58:25 +0200 (Sun, 18 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/playlist/view.c
-
-misc possible buffer/resource misuse & tidy compilation
-------------------------------------------------------------------------
-r12589 | jpsaman | 2005-09-18 12:58:25 +0200 (Sun, 18 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/gnomevfs.c
-
-Don't access unallocated memory
-------------------------------------------------------------------------
-r12588 | jpsaman | 2005-09-18 12:06:05 +0200 (Sun, 18 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Fix compiler warning about signed and unsigned comparisons
-------------------------------------------------------------------------
-r12587 | jpsaman | 2005-09-18 12:03:10 +0200 (Sun, 18 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_osd.h
-   M /trunk/src/osd/osd.c
-
-Forward port of revision 12566: Ignore menu select|right|left|up|down when OSD Menu is not visible
-------------------------------------------------------------------------
-r12586 | robux4 | 2005-09-18 11:43:23 +0200 (Sun, 18 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-* wxwidgets: fix a memory leak (patch by Brian Robb)
-------------------------------------------------------------------------
-r12584 | courmisch | 2005-09-17 17:14:34 +0200 (Sat, 17 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-Win32 compile fix
-
-------------------------------------------------------------------------
-r12583 | courmisch | 2005-09-17 17:00:58 +0200 (Sat, 17 Sep 2005) | 7 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-* print unreachable host as an error in net_OpenTCP (refs #320)
-* don't print IPv6 unreachable warning when IPv4 works fine
-* don't attempt SOCKS negociation when TCP connection failed
-* use "%s port %d" rather than "%s:%d" because the latter is
-  confusing with IPv6 adresses
-* removed trailing spaces
-
-------------------------------------------------------------------------
-r12582 | zorglub | 2005-09-17 16:15:32 +0200 (Sat, 17 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/playlist.cpp
-
-Don't crash on items with % in name (Closes:#312)
-
-------------------------------------------------------------------------
-r12581 | zorglub | 2005-09-17 15:29:37 +0200 (Sat, 17 Sep 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/display.c
-
-Select the correct input in #display (Closes:#343)
-
-The module used FIND_ANYWHERE. The proposed patch solved the bug as a side-effect as you get the latest created input, which is the current one with the proposed patch (wait for init to signal thread as ready)
-
-------------------------------------------------------------------------
-r12580 | zorglub | 2005-09-17 14:12:54 +0200 (Sat, 17 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-Default to disabling screensaver under X (Closes:#253)
-Hide screensaver interface from the prefs
-
-------------------------------------------------------------------------
-r12579 | bigben | 2005-09-16 23:19:43 +0200 (Fri, 16 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-added bonjour service discovery and gnomevfs access
-
-
-------------------------------------------------------------------------
-r12577 | titer | 2005-09-16 20:52:33 +0200 (Fri, 16 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- contrib/src/Makefile: libvorbis now supports --host, so let's use it
-
-------------------------------------------------------------------------
-r12572 | damienf | 2005-09-16 18:13:07 +0200 (Fri, 16 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-dshow.cpp: make sure driver name is properly NULL terminated
-
-------------------------------------------------------------------------
-r12571 | damienf | 2005-09-16 18:10:42 +0200 (Fri, 16 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/persiststorage.cpp
-   M /trunk/activex/persiststreaminit.cpp
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/utils.cpp
-   M /trunk/activex/vlccontrol.cpp
-
-all: bug fixing, clean-up
-
-------------------------------------------------------------------------
-r12570 | sigmunau | 2005-09-16 01:53:41 +0200 (Fri, 16 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/b4s.c
-
-Coding style fixes and added comments
-
-------------------------------------------------------------------------
-r12568 | fkuehne | 2005-09-16 00:11:01 +0200 (Fri, 16 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* added x264 and live to the linux target
-------------------------------------------------------------------------
-r12564 | zorglub | 2005-09-15 19:42:24 +0200 (Thu, 15 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/wxwidgets/playlist.cpp
-   M /trunk/src/playlist/sort.c
-   M /trunk/src/playlist/view.c
-
-Sort-by-album patch by Pierre Marc Dumuid
-
-------------------------------------------------------------------------
-r12563 | massiot | 2005-09-15 18:41:26 +0200 (Thu, 15 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   M /trunk/modules/mux/mpeg/ts.c
-
- * modules/mux/mpeg/ts.c: Support for SDT and multiple PMTs, original
-   patch courtesy of Wallace Wadge (thanks!).
-
-------------------------------------------------------------------------
-r12562 | hartman | 2005-09-15 17:36:36 +0200 (Thu, 15 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* Add FMP4 FourCC. (FFMPEG MPEG-4 encoded)
-
-------------------------------------------------------------------------
-r12561 | jpsaman | 2005-09-15 16:50:47 +0200 (Thu, 15 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-Forward port of revision 12559: Fix division by zero crash
-------------------------------------------------------------------------
-r12560 | hartman | 2005-09-15 16:21:38 +0200 (Thu, 15 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* Missing object release
-
-------------------------------------------------------------------------
-r12558 | zorglub | 2005-09-15 08:17:33 +0200 (Thu, 15 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/misc/playlist/m3u.c
-
-Hopefully "The Right Fix" patch for M3U parsing, by Daniel Straenger.
-
-------------------------------------------------------------------------
-r12557 | zorglub | 2005-09-15 08:11:07 +0200 (Thu, 15 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-Improve random behaviour - Patch by Daniel Straenger. Thanks !
-
-------------------------------------------------------------------------
-r12556 | hartman | 2005-09-15 02:02:31 +0200 (Thu, 15 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-* Fix yet another playlist corner case
-
-------------------------------------------------------------------------
-r12555 | massiot | 2005-09-14 19:24:32 +0200 (Wed, 14 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
- * mudules/misc/network/ipv4.c: Expand output buffer size as well to avoid
-   send() delays.
-
-------------------------------------------------------------------------
-r12554 | massiot | 2005-09-14 19:22:48 +0200 (Wed, 14 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
- * modules/access_output/udp.c: Check send() return value.
-
-------------------------------------------------------------------------
-r12553 | hartman | 2005-09-14 17:04:37 +0200 (Wed, 14 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-* Better fix for [12521]. Previous fix resulted in the playlist forgetting it's position if you did a play / stop / play sequence. This is the CORRECT fix.
-
-------------------------------------------------------------------------
-r12552 | hartman | 2005-09-14 13:56:08 +0200 (Wed, 14 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/libcddb.patch
-
-* remove CDDB patch that is now applied upstream in the new libcddb version that we use.
-
-------------------------------------------------------------------------
-r12551 | courmisch | 2005-09-14 10:44:26 +0200 (Wed, 14 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Check -mtune even when --with-tuning is used
-
-------------------------------------------------------------------------
-r12550 | courmisch | 2005-09-14 10:44:06 +0200 (Wed, 14 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-
-Clean up
-
-------------------------------------------------------------------------
-r12549 | yoann | 2005-09-14 02:43:57 +0200 (Wed, 14 Sep 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-* modules/gui/ncurses.c: Filebrowser enhancements:
-  - sorting
-  - show/hide hidden files (with '.')
-
-------------------------------------------------------------------------
-r12548 | hartman | 2005-09-14 02:36:41 +0200 (Wed, 14 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-* Fix memleaks
-
-------------------------------------------------------------------------
-r12547 | massiot | 2005-09-14 01:55:44 +0200 (Wed, 14 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-Fortuuuuune.
-
-------------------------------------------------------------------------
-r12546 | massiot | 2005-09-14 00:33:49 +0200 (Wed, 14 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-Fortuuuuune.
-
-------------------------------------------------------------------------
-r12545 | yoann | 2005-09-14 00:15:00 +0200 (Wed, 14 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
- * modules/gui/ncurses.c: use <space> in the filebrowser to add the selected directory to the playlist.
-
-------------------------------------------------------------------------
-r12544 | gbazin | 2005-09-14 00:01:20 +0200 (Wed, 14 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
-* modules/packetizer/h264.c: small fix to annexe-b packetizer.
-------------------------------------------------------------------------
-r12543 | fkuehne | 2005-09-13 19:52:09 +0200 (Tue, 13 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* whoops, fixed invalid path for MASH introduced in the last commit
-------------------------------------------------------------------------
-r12542 | fkuehne | 2005-09-13 19:50:27 +0200 (Tue, 13 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* updated libcddb to 1.2.1 from 0.9.6 (refs #292)
-------------------------------------------------------------------------
-r12541 | gbazin | 2005-09-13 19:48:32 +0200 (Tue, 13 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
-* modules/packetizer/h264.c: date SPS and PPS blocks built from the codec extradata.
-------------------------------------------------------------------------
-r12538 | bigben | 2005-09-13 17:10:32 +0200 (Tue, 13 Sep 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/access/gnomevfs.c
-
-* Support URIs with non ascii characters
-* Work around the fact reading from http never returns EOF
-* Dirty hack to avoid segfault on exit if we don't open at least a valid file
-
-
-------------------------------------------------------------------------
-r12537 | massiot | 2005-09-13 16:45:46 +0200 (Tue, 13 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-Fortuuuune
-
-------------------------------------------------------------------------
-r12536 | bigben | 2005-09-13 12:41:08 +0200 (Tue, 13 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/gnomevfs.c
-
-Cosmetics
-
-
-------------------------------------------------------------------------
-r12535 | bigben | 2005-09-13 11:44:56 +0200 (Tue, 13 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/gnomevfs.c
-
-Handle correctly the case when no access is explicitely given.
-
-
-------------------------------------------------------------------------
-r12534 | bigben | 2005-09-13 11:31:40 +0200 (Tue, 13 Sep 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/access/gnomevfs.c
-
-* Try the gnomevfs plugin last if we didn't find any other matching access
-* Now MRLs such as ssh://user:pass@server work.
-
-
-------------------------------------------------------------------------
-r12533 | xtophe | 2005-09-13 10:38:25 +0200 (Tue, 13 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/gnomevfs.c
-
-Properties + cosmetic
-
-------------------------------------------------------------------------
-r12532 | bigben | 2005-09-13 01:56:43 +0200 (Tue, 13 Sep 2005) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/Modules.am
-   A /trunk/modules/access/gnomevfs.c
-
-* New gnomevfs access module
-* MRLS are of the form gnomevfs://ssh://user:pass@ (if anybody has something better)
-* Still some issues with some accesses (smb for instance) where it seems it required to open the directory in which the file is before opening the file itself.
-
-
-------------------------------------------------------------------------
-r12531 | hartman | 2005-09-12 23:54:45 +0200 (Mon, 12 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* adding arguments to printFormat, without a format that uses them is pretty useless.
-
-------------------------------------------------------------------------
-r12530 | hartman | 2005-09-12 23:41:39 +0200 (Mon, 12 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-* Prevent the autoplay function from playing the Shoutcast url for the xmllist. The SD modules already does this by itself. (fixes #8)
-
-------------------------------------------------------------------------
-r12529 | hartman | 2005-09-12 22:47:34 +0200 (Mon, 12 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* Fix Mac autoplay behaviour for SD playlistitems. (refs #8)
-
-------------------------------------------------------------------------
-r12528 | fkuehne | 2005-09-12 21:42:53 +0200 (Mon, 12 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/modules/gui/macosx/about.m
-
-* use the current copyright scheme in the about-box; removed a useless colon introduced in the last commit
-------------------------------------------------------------------------
-r12527 | fkuehne | 2005-09-12 21:11:43 +0200 (Mon, 12 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/about.m
-
-* added compilation information
-------------------------------------------------------------------------
-r12526 | dionoea | 2005-09-12 20:49:42 +0200 (Mon, 12 Sep 2005) | 9 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/updatevlc.cpp
-
-update system :
-only take into account "stable" releases when release_type == stable
-stable and testing when == testing
-stable, testing and nighlty when == nightly
-all when !=
-(still need a way to change release_type in the intf ... i'm lazy. default
-set to "testing")
-
-
-------------------------------------------------------------------------
-r12525 | dionoea | 2005-09-12 19:07:41 +0200 (Mon, 12 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-fix daemon mode when HAVE_DAEMON is defined. fixes #347
-
-
-------------------------------------------------------------------------
-r12524 | hartman | 2005-09-12 15:00:05 +0200 (Mon, 12 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/misc.m
-
-* Remove 10.3 only properties of the volumeSlider
-
-------------------------------------------------------------------------
-r12523 | hartman | 2005-09-12 14:46:17 +0200 (Mon, 12 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-* remove debug line
-
-------------------------------------------------------------------------
-r12522 | hartman | 2005-09-12 14:36:37 +0200 (Mon, 12 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-* Fix the issue with random always playing the first item in the playlist initially (closes #217)
-
-
-------------------------------------------------------------------------
-r12521 | hartman | 2005-09-12 14:02:58 +0200 (Mon, 12 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-* Fixes a problem where playlist_Play was playing items that were no longer in the playlist. (Play item, playlist_Stop, remove item, add new items (enqueue), playlist_Play, and you would get the old item). This fixes it, but i think it might be a problem that actually resides deeper in the playlist core.
-
-------------------------------------------------------------------------
-r12520 | hartman | 2005-09-12 12:36:36 +0200 (Mon, 12 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-
-* Up the mms caching from 3200 ms to 5000ms. (unfortunately this is needed for a large number of streams)
-
-------------------------------------------------------------------------
-r12519 | robux4 | 2005-09-12 11:56:32 +0200 (Mon, 12 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: avoid dependency problems with older libmatroska
-------------------------------------------------------------------------
-r12518 | bigben | 2005-09-11 23:14:17 +0200 (Sun, 11 Sep 2005) | 6 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-
-* Loop at the beginning of the playlist instead of the beginning of the current node when loop is enabled
-
-This should be the right fix, but testing is welcomed.
-
-
-------------------------------------------------------------------------
-r12517 | ipkiss | 2005-09-11 22:03:18 +0200 (Sun, 11 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-
- * skins2/parser/skin_parser.cpp: fixed a FIXME
- * skins2/vars/playtree.cpp: removed some debug lines
-
-------------------------------------------------------------------------
-r12516 | gbazin | 2005-09-11 18:57:10 +0200 (Sun, 11 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/scale.c
-
-* modules/video_filter/scale.c: Fixed bug reported by Wallace Wadge (wwadge at gmail).
-------------------------------------------------------------------------
-r12515 | robux4 | 2005-09-11 17:35:00 +0200 (Sun, 11 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: more memory leaks fixed
-------------------------------------------------------------------------
-r12514 | fkuehne | 2005-09-11 14:45:41 +0200 (Sun, 11 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/extended.m
-
-* save the prefs only shortly before the app exits (makes the utilisation of the extended-panel much faster)
-------------------------------------------------------------------------
-r12513 | massiot | 2005-09-11 14:06:39 +0200 (Sun, 11 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-fortuuuuune
-
-------------------------------------------------------------------------
-r12512 | robux4 | 2005-09-11 12:42:17 +0200 (Sun, 11 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: fix some memory leaks
-------------------------------------------------------------------------
-r12511 | robux4 | 2005-09-11 11:14:21 +0200 (Sun, 11 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: support segments with "unknown" size
-------------------------------------------------------------------------
-r12510 | robux4 | 2005-09-10 19:08:35 +0200 (Sat, 10 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: support playback of segments without a UID
-------------------------------------------------------------------------
-r12509 | robux4 | 2005-09-10 17:22:51 +0200 (Sat, 10 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/variables.c
-
-variables.c: void the buffer after the memmove to avoid reusing previous values
-------------------------------------------------------------------------
-r12508 | robux4 | 2005-09-10 15:38:51 +0200 (Sat, 10 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-* ipv4.c: make MSVC happy
-------------------------------------------------------------------------
-r12507 | bigben | 2005-09-10 11:04:32 +0200 (Sat, 10 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-* Go back to the first item when hitting "next" on the last item. Go to the last item with "prev" on the 1st item.
-
-
-------------------------------------------------------------------------
-r12506 | courmisch | 2005-09-10 09:55:17 +0200 (Sat, 10 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/src/libvlc.c
-
-Fix psz_userdir memleak
-(patch contributed by Brian Robb)
-
-------------------------------------------------------------------------
-r12505 | gbazin | 2005-09-10 00:10:57 +0200 (Sat, 10 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/src/extras/libc.c
-
-* configure.ac, src/extras/libc.c, modules/misc/network/ipv4.c: fixed the WinCE build.
-------------------------------------------------------------------------
-r12504 | hartman | 2005-09-09 23:19:15 +0200 (Fri, 09 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* Option for Desktop Background mode for VLC OSX.
-  Does not work on the fly, because that requires recreating the window atm.
-
-------------------------------------------------------------------------
-r12503 | gbazin | 2005-09-09 21:42:55 +0200 (Fri, 09 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/win32_specific.c
-
-* src/misc/win32_specific.c: fixed minor memory leak on win32. Patch courtesy of Brian Robb (vascy at hotmail).
-------------------------------------------------------------------------
-r12502 | gbazin | 2005-09-09 21:38:01 +0200 (Fri, 09 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.h
-
-* modules/gui/wxwidgets/*: bug fix + msvc fixes. Patch courtesy of Brian Robb (vascy at hotmail).
-------------------------------------------------------------------------
-r12501 | gbazin | 2005-09-09 21:20:34 +0200 (Fri, 09 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
-   M /trunk/modules/gui/skins2/src/skin_common.hpp
-
-* modules/gui/skins2/*: a couple of msvc build fixes. Patch courtesy of Brian Robb (vascy at hotmail).
-------------------------------------------------------------------------
-r12500 | xtophe | 2005-09-09 19:34:32 +0200 (Fri, 09 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-I shall compile before commiting * 100 for monday.
-In fact it seems there is some missing __VLC__ in the msvc makefile. Flikky migth investigate
-
-------------------------------------------------------------------------
-r12499 | xtophe | 2005-09-09 18:55:37 +0200 (Fri, 09 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-Fix a possible segfault patch by Brian Robb
-
-------------------------------------------------------------------------
-r12498 | jlj | 2005-09-09 16:31:22 +0200 (Fri, 09 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/bonjour.c
-   M /trunk/modules/access_output/bonjour.h
-   M /trunk/modules/services_discovery/bonjour.c
-
-  * bonjour: set svn:keywords property.
-
-
-------------------------------------------------------------------------
-r12497 | jlj | 2005-09-09 16:06:38 +0200 (Fri, 09 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/services_discovery/bonjour.c
-
-  * bonjour.c: Fixed memory leaks. Fixed IPv6 support.
-
-
-------------------------------------------------------------------------
-r12496 | jlj | 2005-09-09 04:42:40 +0200 (Fri, 09 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access_output/Modules.am
-   A /trunk/modules/access_output/bonjour.c
-   A /trunk/modules/access_output/bonjour.h
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/services_discovery/Modules.am
-   A /trunk/modules/services_discovery/bonjour.c
-
-  * Bonjour services discovery module using avahi.
-
-
-------------------------------------------------------------------------
-r12495 | fkuehne | 2005-09-08 23:00:48 +0200 (Thu, 08 Sep 2005) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* fixed some intf-strings and connected a few menu-items properly
-* changed wizard-shortcut to shift-cmd-w
-* re-ordered the file-menu slightly
-
-Thanks to thedj for pointing most of that out.
-------------------------------------------------------------------------
-r12493 | bigben | 2005-09-08 20:18:54 +0200 (Thu, 08 Sep 2005) | 6 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-
-* Take the position parametter into account in playlist_NodeAddItem
-* This fixes the drag'n'drop from items from the finder in OSX
-* Not sure PLAYLIST_END is handled correctly in every case (don't know enough about adding modes to judge)
-
-
-
-------------------------------------------------------------------------
-r12487 | hartman | 2005-09-08 15:55:25 +0200 (Thu, 08 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_widgets.c
-
-* Fix a refcount issue in the OSD core
-
-------------------------------------------------------------------------
-r12486 | fkuehne | 2005-09-07 20:11:22 +0200 (Wed, 07 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/po/ko.po
-
-* converted to UTF-8
-------------------------------------------------------------------------
-r12485 | fkuehne | 2005-09-07 19:44:36 +0200 (Wed, 07 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   A /trunk/po/ko.po
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
-
-* new Korean translation by Han HoJoong <0demon0@paran.com>
-------------------------------------------------------------------------
-r12484 | hartman | 2005-09-07 16:05:44 +0200 (Wed, 07 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-
- * lengh -> length
-
-------------------------------------------------------------------------
-r12483 | hartman | 2005-09-07 15:47:46 +0200 (Wed, 07 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* AVC in mkv should already be packetized.
-  (btw. this makes a certain sample work that didn't work when it was fed trough our h264 packetizer. before it would crash. This indicates there is an error in our h.264 packetizer)
-
-------------------------------------------------------------------------
-r12482 | hartman | 2005-09-07 00:03:45 +0200 (Wed, 07 Sep 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* Fix a large issue with VLC RTSP client.
-  We were setting play/pause and seek commands non-aggregate, while we should set them aggregate.
-  Fixes #340
-
-------------------------------------------------------------------------
-r12481 | dionoea | 2005-09-06 23:15:18 +0200 (Tue, 06 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/gui/wxwidgets/open.cpp
-
-CD/DVD detection patch by Brian Robb
-
-------------------------------------------------------------------------
-r12480 | massiot | 2005-09-06 01:33:14 +0200 (Tue, 06 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
- * src/libvlc.c: When the user dir is not available, fall back onto the
-   application data directory.
-
-------------------------------------------------------------------------
-r12479 | gbazin | 2005-09-05 21:23:29 +0200 (Mon, 05 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.c
-
-* src/libvlc.c: on win32, redirect stdout to vlc-help.txt when printing the help.
-------------------------------------------------------------------------
-r12478 | zorglub | 2005-09-05 11:13:52 +0200 (Mon, 05 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/config.in
-
-Remove a few legacy entries in config.in
-
-------------------------------------------------------------------------
-r12477 | robux4 | 2005-09-05 10:53:54 +0200 (Mon, 05 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* mkv.cpp: should fix the compilation error with gcc
-------------------------------------------------------------------------
-r12476 | ipkiss | 2005-09-04 23:50:18 +0200 (Sun, 04 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-
- * skins2/src/theme_repository.cpp: do not use pointers on temporary strings.
-   Fixes #337.
-
-------------------------------------------------------------------------
-r12475 | robux4 | 2005-09-04 20:12:57 +0200 (Sun, 04 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* mkv.cpp: fix chapter sorting by timecode, apply the right PTS/DTS timecodes from the container
-------------------------------------------------------------------------
-r12474 | massiot | 2005-09-04 14:47:53 +0200 (Sun, 04 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- * extras/contrib/src/Makefile: Really fixed the libtool target.
-
-------------------------------------------------------------------------
-r12473 | massiot | 2005-09-04 12:58:59 +0200 (Sun, 04 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- * extras/contrib/src/Makefile: Really fixed the libtool target.
-
-------------------------------------------------------------------------
-r12472 | massiot | 2005-09-04 11:52:54 +0200 (Sun, 04 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- * extras/contrib/src/Makefile: Build libtool after automake.
-
-------------------------------------------------------------------------
-r12471 | gbazin | 2005-09-04 01:44:25 +0200 (Sun, 04 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access_filter/timeshift.c
-
-* modules/access_filter/timeshift.c: complete rewrite. Configurable granularity so it doesn't waste as much disk space + deals with full disk by overwritting oldest data.
-------------------------------------------------------------------------
-r12470 | gbazin | 2005-09-04 00:55:56 +0200 (Sun, 04 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/playlist.cpp
-
-* modules/gui/wxwidgets/playlist.cpp: Fixed segfault. Patch by Brian Robb (vascy at hotmail).
-------------------------------------------------------------------------
-r12469 | ipkiss | 2005-09-04 00:25:36 +0200 (Sun, 04 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-
- * skins/src/generic_layout.cpp: Fixed a typo in a comment
-
-------------------------------------------------------------------------
-r12468 | robux4 | 2005-09-03 22:56:32 +0200 (Sat, 03 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* fix a timecode/stuttering problem with VFW tracks
-------------------------------------------------------------------------
-r12467 | ipkiss | 2005-09-03 21:22:47 +0200 (Sat, 03 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-
- * skins2/controls/ctrl_tree.cpp: Fixed a nasty bug. The tree playlist should
-   now be much more stable.
-
-------------------------------------------------------------------------
-r12466 | asmax | 2005-09-03 19:11:23 +0200 (Sat, 03 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/config.in
-
-* config.in: fixed typos
-
-------------------------------------------------------------------------
-r12465 | robux4 | 2005-09-03 17:55:52 +0200 (Sat, 03 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_stream.h
-   M /trunk/modules/demux/mkv.cpp
-
-* prevent crashes when a stream is not opened correctly
-------------------------------------------------------------------------
-r12464 | ipkiss | 2005-09-03 17:17:57 +0200 (Sat, 03 Sep 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
-   M /trunk/modules/gui/skins2/utils/var_tree.cpp
-   M /trunk/modules/gui/skins2/utils/var_tree.hpp
-
- * skins2 (tree playlist):
-     - Fixed a selection bug in CtrlTree
-     - Simplified some algorithms using helper methods
-     - A few coding style fixes
-
-------------------------------------------------------------------------
-r12463 | jpsaman | 2005-09-03 17:06:39 +0200 (Sat, 03 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-silence random access indicator
-------------------------------------------------------------------------
-r12462 | robux4 | 2005-09-03 16:49:58 +0200 (Sat, 03 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* fix an uninitialized buffer use
-------------------------------------------------------------------------
-r12461 | gbazin | 2005-09-03 15:56:53 +0200 (Sat, 03 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: allow building vlc's mozilla plugin against gecko-sdk. Patch by Diego Petteno (flameeyes at gentoo) + modifications by me.
-------------------------------------------------------------------------
-r12460 | gbazin | 2005-09-03 15:27:01 +0200 (Sat, 03 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/preferences.cpp
-
-* modules/gui/wxwidgets/preferences.cpp: unicode build fix (bugzilla #2117). Patch by Diego Petteno (flameeyes at gentoo).
-------------------------------------------------------------------------
-r12459 | bigben | 2005-09-03 14:06:57 +0200 (Sat, 03 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-Remove some useless code
-
-
-------------------------------------------------------------------------
-r12458 | bigben | 2005-09-03 13:24:00 +0200 (Sat, 03 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-Fixes item ordering on drag'n'drop
-
-
-------------------------------------------------------------------------
-r12457 | massiot | 2005-09-03 12:22:03 +0200 (Sat, 03 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- * extras/contrib/src/Makefile: Fixed libdvdcss compilation.
-
-------------------------------------------------------------------------
-r12456 | gbazin | 2005-09-03 11:32:17 +0200 (Sat, 03 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/src/control/audio_video.c
-
-* src/control/audio_video.c: forgot this file in last commit.
-------------------------------------------------------------------------
-r12455 | gbazin | 2005-09-03 11:16:11 +0200 (Sat, 03 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc/control.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/src/control/util.c
-
-* include/vlc/vlc.h, include/vlc/control.h, src/control/util.c: introduced vlc_int64_t in the libvlc headers instead of using long long which isn't portable + fixed a function prototype in control.h. Thanks to Brian Robb (vascy at hotmail) for pointing out the problem.
-------------------------------------------------------------------------
-r12454 | asmax | 2005-09-03 01:47:19 +0200 (Sat, 03 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-* httpd.c: added missing dummy functions
-
-------------------------------------------------------------------------
-r12453 | bigben | 2005-09-02 20:57:11 +0200 (Fri, 02 Sep 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-
-Remove some useless code
-
-
-------------------------------------------------------------------------
-r12452 | bigben | 2005-09-02 20:33:46 +0200 (Fri, 02 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-Allow to drop an item *on* a node.
-
-
-------------------------------------------------------------------------
-r12451 | gbazin | 2005-09-02 20:18:03 +0200 (Fri, 02 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/smb.c
-
-* configure.ac, modules/access/smb.c: compilation fix for new libsmbclient versions. Patch by Diego Petteno (flameeyes at gentoo dot org).
-------------------------------------------------------------------------
-r12450 | bigben | 2005-09-02 20:00:41 +0200 (Fri, 02 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-Some small cleaning
-
-
-------------------------------------------------------------------------
-r12449 | massiot | 2005-09-02 19:11:23 +0200 (Fri, 02 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
- * modules/control/http/http.c: Added a small hack, when multiple http
-   control interfaces are specified, to automatically increment the port.
-
-------------------------------------------------------------------------
-r12448 | massiot | 2005-09-02 19:10:06 +0200 (Fri, 02 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
- * src/misc/httpd.c: Fixed HTTPd closing when several HTTPd instances are
-   running.
-
-------------------------------------------------------------------------
-r12447 | massiot | 2005-09-02 18:01:23 +0200 (Fri, 02 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/fake.c
-
- * modules/codec/fake.c: Added missing ToLocale().
-
-------------------------------------------------------------------------
-r12446 | massiot | 2005-09-02 17:16:08 +0200 (Fri, 02 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/x264_svn.patch
-
- * extras/contrib: Fixed theora and x264-svn compilation.
-
-------------------------------------------------------------------------
-r12445 | bigben | 2005-09-02 16:00:20 +0200 (Fri, 02 Sep 2005) | 4 lines
-Changed paths:
-   M /trunk/src/video_output/video_widgets.c
-
-* Don't try to release NULL
-* Fixes the "vlc would crash when hitting play" bug
-
-
-------------------------------------------------------------------------
-r12444 | massiot | 2005-09-01 19:41:01 +0200 (Thu, 01 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-
- * INSTALL.win32: Added SDL.
-
-------------------------------------------------------------------------
-r12443 | massiot | 2005-09-01 17:05:26 +0200 (Thu, 01 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
- * modules/control/http/http.c: Fixed PATH environment variable, and
-   under Win32 set SYSTEMROOT variable.
-
-------------------------------------------------------------------------
-r12442 | massiot | 2005-09-01 15:02:38 +0200 (Thu, 01 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
- * modules/control/http/http.c: Added a SERVER_PATH environment variable
-   for CGIs.
-
-------------------------------------------------------------------------
-r12441 | massiot | 2005-09-01 15:02:11 +0200 (Thu, 01 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- * extras/contrib/src/Makefile: Fixed opendaap installation.
-
-------------------------------------------------------------------------
-r12440 | massiot | 2005-09-01 00:41:58 +0200 (Thu, 01 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- * extras/contrib/src/Makefile: Added missing $(INSTALL_NAME) for opendaap.
-
-------------------------------------------------------------------------
-r12439 | gbazin | 2005-08-31 23:19:54 +0200 (Wed, 31 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/streamout.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.h
-
-* modules/gui/wxwidgets/streamout.cpp: stream output dialog re-arrangement patch by CUTMAN ~CW~ (cutmancw at hotmail) + changes by me to remove the SLP announce options.
-------------------------------------------------------------------------
-r12438 | gbazin | 2005-08-31 22:37:23 +0200 (Wed, 31 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/input/control.c
-   M /trunk/src/input/decoder.c
-
-* modules/stream_out/transcode.c, src/input/decoder.c, src/input/control.c: fixed a bunch of memory leaks. Patch courtesy of Wallace Wadge (wwadge at gmail) + modifications by me.
-------------------------------------------------------------------------
-r12437 | massiot | 2005-08-31 21:09:50 +0200 (Wed, 31 Aug 2005) | 6 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/dvdnav.patch
-   M /trunk/extras/contrib/src/Patches/libdvdread.patch
-   M /trunk/include/vlc_config.h
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/src/libvlc.h
-
- * ALL: Do no longer assume a default DVD drive. If no DVD drive is
-   specified (an empty string), forward the empty string to libdvdcss
-   and let it do autodetection.
- * extras/contrib/src/Patches: Patched libdvdread to accept an empty
-   string as a device path.
-
-------------------------------------------------------------------------
-r12436 | hartman | 2005-08-31 21:00:21 +0200 (Wed, 31 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/nsc.c
-
-* NSC demuxer and decoder based on jlj's nscdec: http://nanocrew.net/?p=128
-  Be AWARE that this currently doesn't do anything. It just reads the file and prints the values to debug. I'll see if I can get a stream running tomorrow.
-
-------------------------------------------------------------------------
-r12435 | massiot | 2005-08-30 19:06:25 +0200 (Tue, 30 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-
- * modules/access/dvdnav.c: When no path is specified, use libdvdcss
-   autodetection.
-
-------------------------------------------------------------------------
-r12434 | hartman | 2005-08-30 17:26:25 +0200 (Tue, 30 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-* When we read the IPv6 address from the SDP, it is not bracketed (unless the SDP is broken). If not []'ed then add them before we create out playlist entry.
-
-------------------------------------------------------------------------
-r12433 | massiot | 2005-08-30 14:01:26 +0200 (Tue, 30 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
- * modules/control/http/http.c: Fixed argv[1] in CGI mode.
-
-------------------------------------------------------------------------
-r12432 | massiot | 2005-08-30 13:59:24 +0200 (Tue, 30 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-
- * src/extras/libc.c:vlc_execve() : Do not open a new window under Win32.
-
-------------------------------------------------------------------------
-r12431 | massiot | 2005-08-30 11:54:52 +0200 (Tue, 30 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- * extras/contrib/src/Makefile: Fixed libogg dependancies.
-
-------------------------------------------------------------------------
-r12430 | hartman | 2005-08-29 22:10:59 +0200 (Mon, 29 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* loadNibNamed:withOwner calls awakeFromNib on owner. Therefore opening panels resulted in reinitializing some of VLCMain's stuff. This included evalutation of p_intf->b_play, which triggered an unintended call to playlist_Play().
-  this fixes #323
-
-------------------------------------------------------------------------
-r12429 | hartman | 2005-08-29 21:04:05 +0200 (Mon, 29 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-* Add the hdv2 fourcc which is simply HD MPEG2
-  See: http://forum.videolan.org/viewtopic.php?t=11842
-
-------------------------------------------------------------------------
-r12428 | massiot | 2005-08-29 18:34:32 +0200 (Mon, 29 Aug 2005) | 7 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/main.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/control/http/util.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/configuration.c
-
- * ALL: New p_vlc->psz_userdir. This is different from psz_homedir in
-   that under Win32 psz_homedir points to Application Data directory
-   whereas psz_homedir points to the user's directory.
- * modules/control/http/util.c: When the target charset isn't UTF-8,
-   manually convert Unicode quotes to ASCII quotes (yes this is ugly
-   but libiconv doesn't handle it).
-
-------------------------------------------------------------------------
-r12427 | massiot | 2005-08-29 18:30:38 +0200 (Mon, 29 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-   M /trunk/src/extras/libc.c
-
- * src/extras/libc.c: Implemented vlc_execve() for the Win32 platform.
- * modules/control/http/http.c: Enabled --http-handlers under Win32.
-   Beware to espace backslashes as in --http-handlers="php=C:\\php\\php.exe".
-
-------------------------------------------------------------------------
-r12426 | gbazin | 2005-08-29 18:27:53 +0200 (Mon, 29 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* modules/demux/livedotcom.cpp: fixed segfaults.
-------------------------------------------------------------------------
-r12425 | massiot | 2005-08-29 18:27:30 +0200 (Mon, 29 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http/mvar.c
-
- * modules/control/http/mvar.c: Under Windows do not call stat() on
-   drive letters because it seems to cause problems with removable devices.
-
-------------------------------------------------------------------------
-r12424 | massiot | 2005-08-29 18:25:01 +0200 (Mon, 29 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
- * modules/gui/wxwidgets/interface.cpp: Missing FromLocale() for the drag'n
-   drop code.
-
-------------------------------------------------------------------------
-r12423 | robux4 | 2005-08-29 14:12:40 +0200 (Mon, 29 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/msvc/config.h.in
-
-* new paramaters added to the MSVC build
-------------------------------------------------------------------------
-r12422 | sam | 2005-08-29 10:48:27 +0200 (Mon, 29 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-  * fixed breakage of MSVC files in commit 12161.
-
-------------------------------------------------------------------------
-r12421 | robux4 | 2005-08-29 10:39:02 +0200 (Mon, 29 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/msvc/libvlc.dsp.in
-   M /trunk/msvc/plugins.dsp.in
-   M /trunk/msvc/vlc.dsp.in
-   M /trunk/msvc/vlc.dsw
-
-Force the EOL to the native Windows one
-------------------------------------------------------------------------
-r12420 | hartman | 2005-08-28 23:50:32 +0200 (Sun, 28 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-
-* Fix the case of duration == -1 in M3U playlists. closes #331
-
-------------------------------------------------------------------------
-r12419 | hartman | 2005-08-28 22:57:48 +0200 (Sun, 28 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/include/codecs.h
-
-* Define a couple of dummy 4cc's for vorbis in avi streams (vor1,vo1+,vor2,vo2+,vor3,vo3+).
-  We cannot handle these formats but at least we will be able to recognize bugreports from this now. refs #224
-  B.T.W. the ticket DOES contain some info on these formats. Someone who know ogg/vorbis can probably implement support for this with this information.
-
-------------------------------------------------------------------------
-r12418 | hartman | 2005-08-28 22:38:07 +0200 (Sun, 28 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* Add glib, libIDL and gecko-sdk to OSX contrib. Now we just need a way to find how to let configure.ac recognize it.
-
-------------------------------------------------------------------------
-r12417 | hartman | 2005-08-28 22:08:26 +0200 (Sun, 28 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-* Add some NEWS
-
-------------------------------------------------------------------------
-r12416 | hartman | 2005-08-28 21:22:36 +0200 (Sun, 28 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* Add the shout (services discovery) module again
-
-------------------------------------------------------------------------
-r12415 | hartman | 2005-08-28 20:59:53 +0200 (Sun, 28 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/shout.c
-
-* Update some comments
-
-------------------------------------------------------------------------
-r12414 | zorglub | 2005-08-28 12:52:00 +0200 (Sun, 28 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/debian/patches/00list
-   A /trunk/debian/patches/20_osdmenu-paths.dpatch
-   M /trunk/share/Makefile.am
-
-* Export unselect.png
-* Fix paths when installed in Debian package
-
-------------------------------------------------------------------------
-r12413 | courmisch | 2005-08-28 12:34:24 +0200 (Sun, 28 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-Fix typo
-
-------------------------------------------------------------------------
-r12412 | jpsaman | 2005-08-27 18:40:23 +0200 (Sat, 27 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   D /trunk/include/osd.h
-   M /trunk/include/vlc_osd.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/codec/cmml/cmml.c
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/control/corba/mediacontrol-core.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/svg.c
-   M /trunk/modules/misc/win32text.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/osdmenu.c
-   M /trunk/modules/video_filter/rss.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/src/control/audio_video.c
-   M /trunk/src/control/core.c
-   M /trunk/src/control/util.c
-   M /trunk/src/misc/modules.c
-   A /trunk/src/osd/osd_text.c (from /trunk/src/video_output/video_text.c:12379)
-   A /trunk/src/osd/osd_widgets.c (from /trunk/src/video_output/video_widgets.c:12379)
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_widgets.c
-
-Merged OSD functionality on the same core functions. All OSD functionality is described in include/vlc_osd.h now, which entirely replace include/osd.h. The file src/video_output/video_widgets.c uses functionality from src/osd/osd_widgets.c now.
-
-------------------------------------------------------------------------
-r12411 | jpsaman | 2005-08-27 15:51:53 +0200 (Sat, 27 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/share/osdmenu/default.cfg
-
-cosmetics
-------------------------------------------------------------------------
-r12410 | massiot | 2005-08-27 15:38:26 +0200 (Sat, 27 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
- * toolbox: Removed a bash-ism.
-
-------------------------------------------------------------------------
-r12409 | massiot | 2005-08-26 21:05:04 +0200 (Fri, 26 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-   M /trunk/src/extras/libc.c
-
- * src/extras/libc.c: Fixed Win32 compilation.
- * modules/control/http/http.c: Fixed a memory leak with the CGI environment.
-
-------------------------------------------------------------------------
-r12408 | massiot | 2005-08-26 20:15:21 +0200 (Fri, 26 Aug 2005) | 9 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_httpd.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/control/http/http.h
-   M /trunk/modules/control/http/util.c
-   M /trunk/src/extras/libc.c
-   M /trunk/src/misc/httpd.c
-
- * src/extras/libc.c: Implemented a wrapper around fork() and execve()
-   to spawn an external process and get its output. Only implemented for
-   UNIX-style systems at present.
- * src/misc/httpd.c: New "handler" node type which bypasses the internal
-   HTTPD behaviour.
- * modules/control/http: New --http-handlers option to dedicate
-   particular extensions to external programs (PHP or Perl for instance).
-   This is in accordance with the CGI/1.1 specification.
-
-------------------------------------------------------------------------
-r12407 | hartman | 2005-08-26 19:01:48 +0200 (Fri, 26 Aug 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/access_output/shout.c
-
-* added --sout-shout-name to set a stream name
-* added --sout-shout-description to set a channel description
-* added --sout-shout-mp3 to allow you to upload mp3 streams instead of ogg. (BEWARE, no autodetection)
-* fixed the free of a string
-* some general coding style cleanup
-
-------------------------------------------------------------------------
-r12406 | hartman | 2005-08-26 16:02:46 +0200 (Fri, 26 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Fix liveMedia 
-
-------------------------------------------------------------------------
-r12405 | hartman | 2005-08-26 14:55:36 +0200 (Fri, 26 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/speex.patch
-
-* The same getopt problem that theora has, exists in speex as well.
-
-------------------------------------------------------------------------
-r12404 | zorglub | 2005-08-25 21:57:12 +0200 (Thu, 25 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/modules/visualization/visual/visual.h
-   M /trunk/src/audio_output/input.c
-
-Add new spectrum analyzer effect, patch from zcot.
-Remove the "random" effect
-
-------------------------------------------------------------------------
-r12403 | hartman | 2005-08-25 21:10:21 +0200 (Thu, 25 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/theora.patch
-
-* libtheora examples don't compile on 10.2 Remove from Makefiles. This issue is now fixed upstream thanks to rillian from #theora
-
-------------------------------------------------------------------------
-r12402 | xtophe | 2005-08-25 20:35:09 +0200 (Thu, 25 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Compile fix tentative
-
-------------------------------------------------------------------------
-r12401 | xtophe | 2005-08-25 19:39:21 +0200 (Thu, 25 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Add the compile information
-
-------------------------------------------------------------------------
-r12400 | fkuehne | 2005-08-25 19:39:17 +0200 (Thu, 25 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/share/http/info.html
-
-* link the headline to the http-intf-main-page instead of videolan.org
-* don't print a space in front of a colon, since this is a French style only
-------------------------------------------------------------------------
-r12399 | hartman | 2005-08-25 19:28:04 +0200 (Thu, 25 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* disable all theora test programs. they use getopt which is not present in default OSX 10.2 
-
-------------------------------------------------------------------------
-r12398 | xtophe | 2005-08-25 18:59:42 +0200 (Thu, 25 Aug 2005) | 2 lines
-Changed paths:
-   D /trunk/src/osd/osd_widgets.c
-
-Grrr, i should have checked previous commit
-
-------------------------------------------------------------------------
-r12397 | xtophe | 2005-08-25 18:57:01 +0200 (Thu, 25 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   A /trunk/src/osd/osd_widgets.c (from /trunk/src/osd/osd_widgets.c:12391)
-
-Typo
-
-------------------------------------------------------------------------
-r12396 | hartman | 2005-08-25 18:46:52 +0200 (Thu, 25 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/ogg.patch
-
-* patch ogg because it's broken (userdefined defines in public headers are WAY evil)
-
-------------------------------------------------------------------------
-r12395 | massiot | 2005-08-25 18:42:36 +0200 (Thu, 25 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- * extras/contrib/src/Makefile: Do not try and compile theora SDL test
-   programs.
-
-------------------------------------------------------------------------
-r12394 | massiot | 2005-08-25 18:36:39 +0200 (Thu, 25 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/open.cpp
-   M /trunk/modules/gui/wxwidgets/updatevlc.cpp
-   M /trunk/modules/gui/wxwidgets/wizard.cpp
-
- * modules/gui/wxwidgets: Fix charset when getting file names from the
-   filesystem.
-
-------------------------------------------------------------------------
-r12393 | jpsaman | 2005-08-25 18:33:08 +0200 (Thu, 25 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_osd.h
-   M /trunk/include/vlc_symbols.h
-
-Fix build breakage of revision12392
-------------------------------------------------------------------------
-r12392 | jpsaman | 2005-08-25 17:02:30 +0200 (Thu, 25 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   D /trunk/src/osd/osd_widgets.c
-
-Removing osd_widgets.c.
-
-------------------------------------------------------------------------
-r12391 | jpsaman | 2005-08-25 16:58:27 +0200 (Thu, 25 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/src/osd/osd_parser.c
-
-Removal of dead code
-------------------------------------------------------------------------
-r12390 | hartman | 2005-08-25 16:09:50 +0200 (Thu, 25 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-* vorbis comments can be mixed case. strstr -> strcasestr
-
-------------------------------------------------------------------------
-r12389 | jpsaman | 2005-08-25 11:48:33 +0200 (Thu, 25 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Reverting to revision 12383 to 12340. This make wxwidgets 2.6.1 work but breaks older versions. 
-------------------------------------------------------------------------
-r12388 | jpsaman | 2005-08-25 10:47:56 +0200 (Thu, 25 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   D /trunk/share/familiar-forwardb16x16.xpm
-   D /trunk/share/familiar-openb16x16.xpm
-   D /trunk/share/familiar-pauseb16x16.xpm
-   D /trunk/share/familiar-playb16x16.xpm
-   D /trunk/share/familiar-playlistb16x16.xpm
-   D /trunk/share/familiar-preferencesb16x16.xpm
-   D /trunk/share/familiar-rewindb16x16.xpm
-   D /trunk/share/familiar-stopb16x16.xpm
-
-Removing old familiar images, these are exactly the same images as the one prefixed with pda-.
-
-------------------------------------------------------------------------
-r12387 | titer | 2005-08-25 00:27:28 +0200 (Thu, 25 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-
- vlc_keys.h: fixed ACTIONID_JUMP_BACKWARD_1MIN
-
-------------------------------------------------------------------------
-r12386 | hartman | 2005-08-24 22:56:14 +0200 (Wed, 24 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/speex.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* Updated speex to 1.1.10
-* Updated theora to alpha5
-* Added libshout
-
-------------------------------------------------------------------------
-r12385 | fkuehne | 2005-08-24 22:01:33 +0200 (Wed, 24 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/x264_svn.patch
-
-* build libx264 from svn, if available. Since we need to patch it slightly different, I added a separate patch-file.
-------------------------------------------------------------------------
-r12384 | gbazin | 2005-08-24 21:49:47 +0200 (Wed, 24 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/include/network.h
-
-* include/network.h: fixed compilation with c++ files.
-------------------------------------------------------------------------
-r12383 | jpsaman | 2005-08-24 21:02:59 +0200 (Wed, 24 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Properly update the right ToolTip on the volumebar.
-------------------------------------------------------------------------
-r12382 | massiot | 2005-08-24 20:01:18 +0200 (Wed, 24 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/fake.c
-
- * modules/codec/fake.c: Fixed compilation.
-
-------------------------------------------------------------------------
-r12381 | jpsaman | 2005-08-24 19:52:41 +0200 (Wed, 24 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/osdmenu.c
-
-Shorten the short description of --osdmenu-update
-------------------------------------------------------------------------
-r12380 | massiot | 2005-08-24 19:33:57 +0200 (Wed, 24 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/fake.c
-
- * modules/codec/fake.c: Fixed a segfault when outputting images locally.
-
-------------------------------------------------------------------------
-r12379 | sam | 2005-08-24 18:21:49 +0200 (Wed, 24 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: fixed thinko in the AltiVec detection with gcc 3.x.
-
-------------------------------------------------------------------------
-r12378 | massiot | 2005-08-24 16:42:15 +0200 (Wed, 24 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
- * modules/access/udp.c: Disabled ts forcing on streamtype 33 because it
-   is autodetected (refs http://forum.videolan.org/viewtopic.php?t=10257).
-
-------------------------------------------------------------------------
-r12377 | hartman | 2005-08-24 16:19:48 +0200 (Wed, 24 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/shout.c
-
-* sync up the outgoing shoutcast stream.
-
-------------------------------------------------------------------------
-r12376 | hartman | 2005-08-24 15:30:27 +0200 (Wed, 24 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* Fix access_output_shout and add RTSP to the description of live.com module. (so ppl know what it's for)
-
-------------------------------------------------------------------------
-r12375 | massiot | 2005-08-24 12:16:03 +0200 (Wed, 24 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
- * configure.ac: Fixed libavformat detection.
-
-------------------------------------------------------------------------
-r12374 | titer | 2005-08-24 02:52:56 +0200 (Wed, 24 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/libiconv.patch
-
-libiconv.patch: BeOS compile fix
-
-------------------------------------------------------------------------
-r12373 | sam | 2005-08-24 00:57:07 +0200 (Wed, 24 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: reworked the AltiVec checks.
-
-------------------------------------------------------------------------
-r12372 | sam | 2005-08-23 22:50:56 +0200 (Tue, 23 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   M /trunk/modules/access_output/Modules.am
-   A /trunk/modules/access_output/shout.c
-
-  * modules/access_output/shout.c: Shoutcast output support, courtesy of
-    Daniel Fischer <dan at subsignal dot org>.
-
-------------------------------------------------------------------------
-r12371 | sam | 2005-08-23 20:23:20 +0200 (Tue, 23 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_yuy2.c
-
-  * modules/video_chroma/i420_yuy2.c: only include <altivec.h> when building
-    the AltiVec version of this module.
-
-------------------------------------------------------------------------
-r12370 | jpsaman | 2005-08-23 20:03:28 +0200 (Tue, 23 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/osdmenu.c
-
-Reworked revision 12361. Added a new option --osdmenu-update <n> in ms [range is 0:1000 ms] that regulates how often the OSD menu subpicture is updated. This is especially important when streaming using UDP in a noisy networking environment.
-------------------------------------------------------------------------
-r12369 | jpsaman | 2005-08-23 19:59:49 +0200 (Tue, 23 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/src/osd/osd.c
-
-Fix segmentation fault
-------------------------------------------------------------------------
-r12368 | jpsaman | 2005-08-23 19:58:55 +0200 (Tue, 23 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/scale.c
-
-sanity checking
-------------------------------------------------------------------------
-r12367 | sam | 2005-08-23 19:57:08 +0200 (Tue, 23 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: on OS X ppc, prefer -maltivec to -faltivec if possible.
-
-------------------------------------------------------------------------
-r12366 | xtophe | 2005-08-23 18:30:28 +0200 (Tue, 23 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Add a --without-contrib option
-
-------------------------------------------------------------------------
-r12365 | sam | 2005-08-23 17:29:18 +0200 (Tue, 23 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/debian/Makefile.am
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/gnome-vlc.dirs
-   M /trunk/debian/gvlc.dirs
-   M /trunk/debian/patches/00list
-   D /trunk/debian/patches/20_interfaces.dpatch
-   A /trunk/debian/patches/20_no-wx-updates.dpatch
-   M /trunk/debian/rules
-   M /trunk/debian/vlc.dirs
-   M /trunk/debian/wxvlc.dirs
-
-  * Synchronised Debian build files with 0.8.4-svn20050823-1 upload.
-
-------------------------------------------------------------------------
-r12364 | sam | 2005-08-23 17:25:00 +0200 (Tue, 23 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src
-   M /trunk/src/osd
-
-  * Added missing svn:ignore properties.
-
-------------------------------------------------------------------------
-r12363 | fkuehne | 2005-08-23 17:03:22 +0200 (Tue, 23 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-
-* updated questions 11 (the setting is at a different location now) and 12 (the setting is hidden by default)
-------------------------------------------------------------------------
-r12362 | massiot | 2005-08-23 16:24:35 +0200 (Tue, 23 Aug 2005) | 7 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/control/http/http.c
-   M /trunk/src/libvlc.c
-   M /trunk/toolbox
-
- * toolbox: Removed compilation information from version.c to reduce the
-   compilation time.
- * configure.ac: Compilation information are now determined at
-   configure-time. Fixed libSDL_image static linking.
- * src/libvlc.c: Removed VLC_CompileTime() since this is not possible
-   without increasing the compilation time.
-
-------------------------------------------------------------------------
-r12361 | jpsaman | 2005-08-23 14:27:59 +0200 (Tue, 23 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/osdmenu.c
-
-Forward port of revision 12360.
-------------------------------------------------------------------------
-r12359 | massiot | 2005-08-23 12:07:06 +0200 (Tue, 23 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- * extras/contrib/src/Makefile: Fixed installation of ffmpeg. Added libtiff
-   in libSDL_image.
-
-------------------------------------------------------------------------
-r12358 | sam | 2005-08-23 11:44:45 +0200 (Tue, 23 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: on Linux PPC and gcc 4.x, we need to check for the -maltivec
-    flag before trying to use <altivec.h>.
-
-------------------------------------------------------------------------
-r12355 | gbazin | 2005-08-22 23:31:51 +0200 (Mon, 22 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/net.c
-
-* src/misc/net.c: fixed segfault.
-------------------------------------------------------------------------
-r12354 | gbazin | 2005-08-22 22:24:20 +0200 (Mon, 22 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-* src/input/es_out.c: when removing an active track, re-run the track selection algo.
-------------------------------------------------------------------------
-r12350 | gbazin | 2005-08-22 21:30:52 +0200 (Mon, 22 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* modules/codec/dvbsub.c: fixed segfault.
-------------------------------------------------------------------------
-r12349 | courmisch | 2005-08-22 21:00:19 +0200 (Mon, 22 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Work-around automake being a bit too clever
-
-------------------------------------------------------------------------
-r12348 | fkuehne | 2005-08-22 20:51:23 +0200 (Mon, 22 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* use latest ffmpeg-cvs again (gibalou fixed our module some weeks ago)
-------------------------------------------------------------------------
-r12347 | sam | 2005-08-22 20:37:43 +0200 (Mon, 22 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-  * modules/control/hotkeys.c: replaced pow(2,x) constructs with (1<<x). (P.S.: mouahahaha)
-
-------------------------------------------------------------------------
-r12346 | massiot | 2005-08-22 20:22:55 +0200 (Mon, 22 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/extras/libc.c
-
- * src/extras/libc.c: Compilation fix for non-Win32 platforms.
-
-------------------------------------------------------------------------
-r12345 | gbazin | 2005-08-22 20:12:50 +0200 (Mon, 22 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* modules/codec/dvbsub.c: fixed recent breakage of subtitles positionning.
-------------------------------------------------------------------------
-r12344 | massiot | 2005-08-22 19:58:20 +0200 (Mon, 22 Aug 2005) | 8 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/control/http/http.h
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/mvar.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/http/util.c
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_TW.po
-   M /trunk/src
-   M /trunk/src/extras/libc.c
-
- * src/extras/libc.c: Implemented a vlc_readdir_wrapper under Win32. This
-   allows to call vlc_readdir_wrapper("\\") and get a list of Windows drives.
-   This is a bit kludgy but so convenient to change drives under Windows.
- * modules/control/http: Adapted to use vlc_readdir_wrapper in foreach
-   directory. Thou shalt escape all exported functions with E_() to avoid
-   potential namespace collisions !
- * po: Re-run make update-po since POTFILES.in has changed.
-
-------------------------------------------------------------------------
-r12343 | sam | 2005-08-22 19:44:19 +0200 (Mon, 22 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http/Modules.am
-
-  * modules/control/http/Modules.am: added missing headers to the SOURCES
-    variable.
-
-------------------------------------------------------------------------
-r12342 | sam | 2005-08-22 19:42:53 +0200 (Mon, 22 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Fixed the build dependencies.
-
-------------------------------------------------------------------------
-r12341 | massiot | 2005-08-22 16:22:41 +0200 (Mon, 22 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
- * Modules.am: (Hopefully) fixed make update-po.
-
-------------------------------------------------------------------------
-r12340 | hartman | 2005-08-22 16:22:05 +0200 (Mon, 22 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-* revert previous patch
-
-------------------------------------------------------------------------
-r12339 | hartman | 2005-08-22 15:48:33 +0200 (Mon, 22 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-* Show the true volume range (0-400%) instead of 0-200%. The wxwidgets volume control goes only halfway i believe. This shouldn't change any behaviour, it should just change the value that is represented to the USER. refs #250
-
-------------------------------------------------------------------------
-r12338 | hartman | 2005-08-22 15:44:11 +0200 (Mon, 22 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/misc.m
-
-* finally use the iTunes volumeslider knob that we have had since 0.7.0 but which I never cared to enable. closes #209
-
-------------------------------------------------------------------------
-r12337 | courmisch | 2005-08-22 15:09:25 +0200 (Mon, 22 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Fix build in a subdirectory after make clean
-
-------------------------------------------------------------------------
-r12333 | jpsaman | 2005-08-22 10:29:37 +0200 (Mon, 22 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Forward port of rev 12332
-------------------------------------------------------------------------
-r12331 | jpsaman | 2005-08-22 10:10:37 +0200 (Mon, 22 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/osdmenu.c
-
-Forward port of revision 12329 and cosmetic cleanup
-------------------------------------------------------------------------
-r12330 | jpsaman | 2005-08-22 10:08:35 +0200 (Mon, 22 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/src/osd/osd.c
-
-Cosmetics
-------------------------------------------------------------------------
-r12327 | hartman | 2005-08-22 02:59:12 +0200 (Mon, 22 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-
-* remove debug line
-
-------------------------------------------------------------------------
-r12326 | hartman | 2005-08-22 02:47:34 +0200 (Mon, 22 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Use insert instead of append. Does not yet work for inserting into nodes. refs #150
-
-------------------------------------------------------------------------
-r12325 | hartman | 2005-08-22 01:33:58 +0200 (Mon, 22 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Nicer playlist reordering for OSX. cosmetic changes. refs #150
-
-------------------------------------------------------------------------
-r12322 | fkuehne | 2005-08-21 22:02:03 +0200 (Sun, 21 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/bookmarks.m
-   M /trunk/modules/gui/macosx/wizard.m
-
-* implement the extract-button of the bookmarks-window correctly (refs #22)
-------------------------------------------------------------------------
-r12321 | courmisch | 2005-08-21 20:52:10 +0200 (Sun, 21 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/vlc-api.pl
-
-Typo in comment pointed out by dionoea
-
-------------------------------------------------------------------------
-r12320 | damienf | 2005-08-21 20:49:07 +0200 (Sun, 21 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-
-all: make sure that the plugin use that registry for plugin path
-
-------------------------------------------------------------------------
-r12319 | courmisch | 2005-08-21 20:48:05 +0200 (Sun, 21 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/modules.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/modules.c
-   M /trunk/vlc-api.pl
-
-Get rid of the symbols structure and use the OS linker
-with --enable-shared-libvlc
-
-------------------------------------------------------------------------
-r12318 | damienf | 2005-08-21 19:46:48 +0200 (Sun, 21 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-- support for specific WIN32 file URL such as file:/C:/ and file:///C:/
-
-------------------------------------------------------------------------
-r12317 | fkuehne | 2005-08-21 19:45:32 +0200 (Sun, 21 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* forgot these 2 files
-------------------------------------------------------------------------
-r12316 | fkuehne | 2005-08-21 19:45:05 +0200 (Sun, 21 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/classes.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/info.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/Modules.am
-   A /trunk/modules/gui/macosx/update.h
-   A /trunk/modules/gui/macosx/update.m
-
-* port of the wx-update-panel to OSX (GUI works, updating itself is not yet implemented, refs #310)
-------------------------------------------------------------------------
-r12315 | damienf | 2005-08-21 19:43:38 +0200 (Sun, 21 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-- pre-create 'width' and 'height' in libvlc so that the ActiveX plugin can set them before a vout is created. this prevents the initial viewport resizing when playing the first target
-
-------------------------------------------------------------------------
-r12314 | damienf | 2005-08-21 19:40:32 +0200 (Sun, 21 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/dataobject.cpp
-   M /trunk/activex/main.cpp
-   M /trunk/activex/olecontrol.cpp
-   M /trunk/activex/oleinplaceactiveobject.cpp
-   M /trunk/activex/oleinplaceobject.cpp
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/persiststorage.cpp
-   M /trunk/activex/persiststreaminit.cpp
-   M /trunk/activex/persiststreaminit.h
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/test.html
-   M /trunk/activex/utils.cpp
-   M /trunk/activex/utils.h
-   M /trunk/activex/viewobject.cpp
-   M /trunk/activex/vlccontrol.cpp
-   M /trunk/activex/vlccontrol.h
-
-all: reworked ActiveX plugin, which now works properly  with .NET (tested with Visual Basic Express 2005)
-     added persistent properties such as MRL, AutoPlay, AutoLoop which allows a user to play a default target
-     without programming.
-
-------------------------------------------------------------------------
-r12313 | fkuehne | 2005-08-21 19:17:43 +0200 (Sun, 21 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* use autoconf 2.59 instead of 2.57, since bootstrap needs it now -- this breaks the compilation on BeOS, but there is no way to prevent that except making bootstrap autoconf 2.57 - compatible again
-------------------------------------------------------------------------
-r12311 | sam | 2005-08-21 18:38:17 +0200 (Sun, 21 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/patches/00list
-   M /trunk/debian/rules
-
-  * updated Debian build files
-
-------------------------------------------------------------------------
-r12310 | hartman | 2005-08-21 16:33:06 +0200 (Sun, 21 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-* Fix mouse down event forwarding from opengl (closes #325)
-
-------------------------------------------------------------------------
-r12309 | courmisch | 2005-08-21 14:57:10 +0200 (Sun, 21 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r12308 | courmisch | 2005-08-21 13:27:15 +0200 (Sun, 21 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/src/misc/net.c
-
-Define IPV6_PROTECTION_LEVEL manually - closes #96
-
-------------------------------------------------------------------------
-r12307 | dionoea | 2005-08-20 21:14:58 +0200 (Sat, 20 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_es.h
-
-remove 2 evil tabs
-
-------------------------------------------------------------------------
-r12306 | gbazin | 2005-08-20 20:10:24 +0200 (Sat, 20 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/dvb.c
-
-* modules/demux/playlist/dvb.c: win32 build fix.
-------------------------------------------------------------------------
-r12305 | gbazin | 2005-08-20 19:18:41 +0200 (Sat, 20 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/Modules.am
-   A /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-
-* modules/demux/playlist/dvb.c: playlist import for szap/tzap/czap compatible DVB channel lists.
-
-------------------------------------------------------------------------
-r12304 | courmisch | 2005-08-20 17:08:45 +0200 (Sat, 20 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Due credits
-
-------------------------------------------------------------------------
-r12303 | courmisch | 2005-08-20 17:06:17 +0200 (Sat, 20 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-
-Fix url converter on win32
-(patch contributed by Marco Munderloh)
-
-------------------------------------------------------------------------
-r12302 | dionoea | 2005-08-20 15:57:15 +0200 (Sat, 20 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
-
-propset
-
-------------------------------------------------------------------------
-r12301 | courmisch | 2005-08-20 15:42:33 +0200 (Sat, 20 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/lxdialog
-
-Prop change
-
-------------------------------------------------------------------------
-r12300 | dionoea | 2005-08-20 15:28:35 +0200 (Sat, 20 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-
-change file name in comment
-
-------------------------------------------------------------------------
-r12299 | dionoea | 2005-08-20 15:22:16 +0200 (Sat, 20 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-
-add KEY_ENTER and KEY_SPACE to launch action()
-
-------------------------------------------------------------------------
-r12298 | courmisch | 2005-08-20 15:15:26 +0200 (Sat, 20 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-(Un)Install shared libvlc if enabled
-
-------------------------------------------------------------------------
-r12297 | dionoea | 2005-08-20 15:04:53 +0200 (Sat, 20 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-
- * keyboard (arrows) navigation
-
-------------------------------------------------------------------------
-r12296 | courmisch | 2005-08-20 14:52:45 +0200 (Sat, 20 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Link fix
-
-------------------------------------------------------------------------
-r12295 | dionoea | 2005-08-20 14:50:16 +0200 (Sat, 20 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-
-code CtrlTree::autoScoll . Its still mostly buggy and give you a headache if
-you watch the playlist when it is called but i can't find what's wrong.
-
-------------------------------------------------------------------------
-r12294 | courmisch | 2005-08-20 14:30:12 +0200 (Sat, 20 Aug 2005) | 7 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-   M /trunk/mozilla/Makefile.am
-
-- experimental disabled-by-default shared libvlc build.
-  I said "experimental". I meant it.
-  Developers might try --enable-shared-libvlc
-- remove autom4te*.cache on bootstrap
-  (some customized autoconf add their version number)
-- some clean up
-
-------------------------------------------------------------------------
-r12293 | damienf | 2005-08-20 14:04:13 +0200 (Sat, 20 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-
-missing const to non-const cast
-
-------------------------------------------------------------------------
-r12292 | courmisch | 2005-08-20 13:29:33 +0200 (Sat, 20 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/m4
-
-minor svn:ignore fix
-
-------------------------------------------------------------------------
-r12291 | zorglub | 2005-08-20 13:26:48 +0200 (Sat, 20 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-
-Sanity check
-
-------------------------------------------------------------------------
-r12290 | dionoea | 2005-08-20 13:10:30 +0200 (Sat, 20 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-
-some more mouse control on playtree display/selection
-
-------------------------------------------------------------------------
-r12289 | dionoea | 2005-08-20 12:17:20 +0200 (Sat, 20 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/playlist/playlist.c
-
-add new playlist_PreparseEnqueueItem function which preparses a playlist_item
-and all its children.
-
-------------------------------------------------------------------------
-r12288 | zorglub | 2005-08-20 11:48:31 +0200 (Sat, 20 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/xosd.c
-
-Fix Xosd interface (Debian #324039)
-
-------------------------------------------------------------------------
-r12287 | courmisch | 2005-08-20 11:37:02 +0200 (Sat, 20 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Cosmetic fix
-
-------------------------------------------------------------------------
-r12286 | zorglub | 2005-08-20 11:29:38 +0200 (Sat, 20 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-
-Wrap all gz functions to avoid void* -> int casts.
-
-Fix 64 bits build (Debian #324031)
-
-------------------------------------------------------------------------
-r12285 | dionoea | 2005-08-20 11:26:46 +0200 (Sat, 20 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-
- * ctrl_*.cpp : mouse scrolling behavior change
- * skin_parser.cpp : add comment so people know where to look to fix the
-                     Playlist slider breakage.
-
-------------------------------------------------------------------------
-r12284 | courmisch | 2005-08-20 10:41:50 +0200 (Sat, 20 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Use most recent automake version
-
-Slower maybe, but safer
-and arguably more suited for automatically issued tarballs
-
-------------------------------------------------------------------------
-r12283 | courmisch | 2005-08-20 10:37:45 +0200 (Sat, 20 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Undo erroneous previous commit
-(wanted to cancel, but I pressed the wrong key)
-
-------------------------------------------------------------------------
-r12282 | courmisch | 2005-08-20 10:36:37 +0200 (Sat, 20 Aug 2005) | 6 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Don't fallback to automake 1.6
-
-bootstrap might be a little slower,
-but that'll ensure more recent build-system in tarballs.
-Besides, 
-
-------------------------------------------------------------------------
-r12281 | dionoea | 2005-08-20 02:31:27 +0200 (Sat, 20 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-   A /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
-   A /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   A /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   A /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/gen_builder.py
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/parser/interpreter.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   A /trunk/modules/gui/skins2/utils/var_tree.cpp
-   A /trunk/modules/gui/skins2/utils/var_tree.hpp
-   A /trunk/modules/gui/skins2/vars/playtree.cpp
-   A /trunk/modules/gui/skins2/vars/playtree.hpp
-
- * Playtree start. Basic functionalities work. Still needs a lot of
-   work, cleaning and fixing. I'll continue this weekend.
-
-------------------------------------------------------------------------
-r12280 | dionoea | 2005-08-20 02:20:53 +0200 (Sat, 20 Aug 2005) | 4 lines
-Changed paths:
-   A /trunk/share/skins2/playtree.vlt
-   M /trunk/share/skins2/skin.dtd
-
- * skin.dtd : add Playtree stuff
- * playtree.vlt : default.vlt modified to use a Playtree instead of a
-                  Playlist
-
-------------------------------------------------------------------------
-r12279 | courmisch | 2005-08-19 19:52:53 +0200 (Fri, 19 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/m4/vlc.m4
-
-Fix (hopefully -again-) new build system on Win32
-
-------------------------------------------------------------------------
-r12278 | massiot | 2005-08-19 19:08:32 +0200 (Fri, 19 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-
- * modules/demux/playlist/m3u.c: If name is empty, assume that the author
-   is in reality the name of the file (compatibility with existing
-   m3u files).
-
-------------------------------------------------------------------------
-r12277 | massiot | 2005-08-19 19:07:27 +0200 (Fri, 19 Aug 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/control/http/http.h
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/mvar.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/http/util.c
-
- * modules/control/http/rpn.c: vlc_var_* now take an extra argument to
-   indicate which object we are playing with (for instance 'VLC_OBJECT_INPUT'
-   or 'VLC_OBJECT_PLAYLIST'). Espace \ in addslashes.
- * modules/control/http: Factorized and simplified the RealPath() stuff.
-   Fixed a few hardcoded '/' as a path separator.
-
-------------------------------------------------------------------------
-r12274 | hartman | 2005-08-19 18:16:34 +0200 (Fri, 19 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-* Section titles for the OSX Preferences.
-
-------------------------------------------------------------------------
-r12273 | courmisch | 2005-08-19 18:09:41 +0200 (Fri, 19 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix clean tree build
-
-------------------------------------------------------------------------
-r12272 | courmisch | 2005-08-19 18:06:54 +0200 (Fri, 19 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/src
-   D /trunk/src/Makefile.am
-
-Clean up
-
-------------------------------------------------------------------------
-r12271 | courmisch | 2005-08-19 17:45:52 +0200 (Fri, 19 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-Attempt to fix problem with dnsdomain name on some OSes
-
-------------------------------------------------------------------------
-r12270 | courmisch | 2005-08-19 17:42:49 +0200 (Fri, 19 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Another typo. Links now.
-
-------------------------------------------------------------------------
-r12269 | courmisch | 2005-08-19 17:32:17 +0200 (Fri, 19 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Rah typo again
-
-------------------------------------------------------------------------
-r12268 | courmisch | 2005-08-19 17:31:20 +0200 (Fri, 19 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Forgot this file
-
-------------------------------------------------------------------------
-r12267 | courmisch | 2005-08-19 17:28:03 +0200 (Fri, 19 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Remove unnecessary dependencies
-
-------------------------------------------------------------------------
-r12266 | courmisch | 2005-08-19 17:21:25 +0200 (Fri, 19 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-Don't print EAFNOSUPPORT error - refs #320
-
-------------------------------------------------------------------------
-r12265 | courmisch | 2005-08-19 17:18:24 +0200 (Fri, 19 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Fix typos in static libraries installation
-
-------------------------------------------------------------------------
-r12264 | courmisch | 2005-08-19 16:27:52 +0200 (Fri, 19 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Some old automake versions seem not to know about mkdir_p
-
-------------------------------------------------------------------------
-r12263 | jpsaman | 2005-08-19 16:00:06 +0200 (Fri, 19 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-Added new OSD support
-------------------------------------------------------------------------
-r12259 | jpsaman | 2005-08-19 11:02:20 +0200 (Fri, 19 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-Fix region width/height encoding bug. Dvbsub never tested for a change in region widht/height that made a region smaller then the previous one that was encoded. The encoded region size would always been the largest size encountered, this is now fixed. Removed some superflous whitespace/
-------------------------------------------------------------------------
-r12258 | jpsaman | 2005-08-19 09:23:40 +0200 (Fri, 19 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Cleanup of status reporting.
-------------------------------------------------------------------------
-r12257 | zorglub | 2005-08-19 01:25:16 +0200 (Fri, 19 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/rpn.c
-
-If passed ?control=play without any item, just ask playlist to play
-
-------------------------------------------------------------------------
-r12256 | zorglub | 2005-08-19 01:05:36 +0200 (Fri, 19 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/doc/Doxyfile
-   M /trunk/modules/control/http/http.h
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/util.c
-
-Fix consistency of some function names
-Improve documentation
-Enable build of modules documentation
-
-------------------------------------------------------------------------
-r12255 | hartman | 2005-08-18 23:38:32 +0200 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/extended.m
-
-* Change only the frontmost window opaqueness
-
-------------------------------------------------------------------------
-r12254 | hartman | 2005-08-18 23:26:23 +0200 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/extended.m
-
-* Fix on the fly Opaqueness changing
-
-------------------------------------------------------------------------
-r12253 | zorglub | 2005-08-18 21:38:01 +0200 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-
-Die !
-
-------------------------------------------------------------------------
-r12252 | zorglub | 2005-08-18 21:32:02 +0200 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/Modules.am
-
-wtf ?
-
-------------------------------------------------------------------------
-r12251 | zorglub | 2005-08-18 21:20:25 +0200 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http
-
-propset
-
-------------------------------------------------------------------------
-r12250 | zorglub | 2005-08-18 21:18:56 +0200 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/control/Modules.am
-   A /trunk/modules/control/http
-   A /trunk/modules/control/http/Modules.am
-   A /trunk/modules/control/http/http.c (from /trunk/modules/control/http.c:12247)
-   A /trunk/modules/control/http/http.h
-   A /trunk/modules/control/http/macro.c
-   A /trunk/modules/control/http/macros.h
-   A /trunk/modules/control/http/mvar.c
-   A /trunk/modules/control/http/rpn.c
-   A /trunk/modules/control/http/util.c
-   D /trunk/modules/control/http.c
-
-Split the HTTP interface and begin to document it
-
-------------------------------------------------------------------------
-r12249 | jpsaman | 2005-08-18 20:00:31 +0200 (Thu, 18 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Fix an issue with the state option (behaves differently then in 0.8.1) and removed useless white space.
-------------------------------------------------------------------------
-r12248 | fkuehne | 2005-08-18 19:50:41 +0200 (Thu, 18 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/extended.m
-
-* get the correct vout, when using the opengl-output-module - on-the-fly changing still not possible
-------------------------------------------------------------------------
-r12247 | courmisch | 2005-08-18 19:00:20 +0200 (Thu, 18 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-   M /trunk/m4/vlc.m4
-   M /trunk/modules/gui/wince/Modules.am
-
-Redo 12234; this time with (hopefully) Mac OS X support
-It was probably too easy that building to Windows and Linux worked the same
-
-------------------------------------------------------------------------
-r12246 | dionoea | 2005-08-18 18:52:45 +0200 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/playlist.cpp
-
-remove tabs/trailing spaces
-
-------------------------------------------------------------------------
-r12245 | zorglub | 2005-08-18 18:50:38 +0200 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-Remove debug
-
-------------------------------------------------------------------------
-r12244 | courmisch | 2005-08-18 18:49:19 +0200 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wince/Modules.am
-
-Revert the other half
-
-------------------------------------------------------------------------
-r12243 | jpsaman | 2005-08-18 18:41:10 +0200 (Thu, 18 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/osd/osd.c
-
-Added --volume-step to override AOUT_VOLUME_DEFAULT. This will give an OSD menu (or skins2) designer to freedom to decide how many steps he wants for turning up the volume from 0 to 1024. It is an advanced option so most users will never see it. Can someone check the MacOSX changes for this? I made them but cannot compiler and test it (I don't have a Mac).
-------------------------------------------------------------------------
-r12242 | fkuehne | 2005-08-18 18:39:23 +0200 (Thu, 18 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Bookmarks.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-
-* set the 'auto save name' for the equalizer, extended and bookmarks panels to automatically save their positions (closes #316)
-------------------------------------------------------------------------
-r12241 | courmisch | 2005-08-18 18:27:00 +0200 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Grrr damn Mac OS X linker
-
-------------------------------------------------------------------------
-r12240 | massiot | 2005-08-18 18:23:30 +0200 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
- * configure.ac: Print a warning when DVB headers aren't found.
-
-------------------------------------------------------------------------
-r12239 | zorglub | 2005-08-18 18:20:43 +0200 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-improve 
-
-------------------------------------------------------------------------
-r12238 | fkuehne | 2005-08-18 18:12:29 +0200 (Thu, 18 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/extended.h
-   M /trunk/modules/gui/macosx/extended.m
-
-* added the opaqueness-slider to the extended panel (refs #318)
-    - on-the-fly changing is not yet possible, since I don't know the correct pointer (the current one gives "dereferencing pointer to incomplete type"); see FIXME.
-* VLCExtended is the delegate for o_extended_window now, to save the prefs automatically, once VLC is going to be terminated
-* "awakeFromNib" was partially moved to "showPanel" to retrieve the slider values before showing the window, in case they were saved in the prefs-window
-------------------------------------------------------------------------
-r12237 | massiot | 2005-08-18 18:08:55 +0200 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
- * NEWS: Updated with my work since 0.8.2.
-
-------------------------------------------------------------------------
-r12236 | massiot | 2005-08-18 17:58:05 +0200 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/demuxdump.c
-
- * modules/demux/demuxdump.c: Better error detection (disk full for instance).
-
-------------------------------------------------------------------------
-r12235 | courmisch | 2005-08-18 17:50:58 +0200 (Thu, 18 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/toolbox
-
-
-------------------------------------------------------------------------
-r12234 | courmisch | 2005-08-18 17:38:09 +0200 (Thu, 18 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/modules/gui/wince/Modules.am
-
-- Use a common rule to build plugins (refs #297)
-  (tested on Mingw32 and native Linux, might need some tweaks)
-- Remove some legacy code
-
-------------------------------------------------------------------------
-r12233 | courmisch | 2005-08-18 17:36:12 +0200 (Thu, 18 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-
-- (Un)install plugins from their directory (refs #297)
-- Fix mostlyclean target
-
-------------------------------------------------------------------------
-r12232 | courmisch | 2005-08-18 17:27:57 +0200 (Thu, 18 Aug 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-Don't print EAFNOSUPPORT error when the given name/address does not
-even resolve to IPv6 - though cosmetic that seemed to confuse a guy on
-the mailing list - refs #320.
-
-A cleaner more clever solution would be better.
-
-------------------------------------------------------------------------
-r12231 | courmisch | 2005-08-18 17:25:33 +0200 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc.inf.in
-   M /trunk/configure.ac
-
-Replace the specific VERSION32 kludge with a clean more reusable solution
-
-------------------------------------------------------------------------
-r12230 | courmisch | 2005-08-18 17:24:38 +0200 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/net.c
-
-Add const
-
-------------------------------------------------------------------------
-r12229 | jpsaman | 2005-08-18 17:14:02 +0200 (Thu, 18 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/sgimb.c
-
-Fix compiler warning. Removed unused variable
-------------------------------------------------------------------------
-r12228 | jpsaman | 2005-08-18 15:53:45 +0200 (Thu, 18 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/net.c
-
-Eliminate false errors of which errno said it was a success.
-------------------------------------------------------------------------
-r12227 | jpsaman | 2005-08-18 14:55:46 +0200 (Thu, 18 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/toolbox
-
-Added a message about the purpose of this file and a DO NOT EDIT NOTICE - THIS FILE IS AUTOMATICALLY GENERATED -
-------------------------------------------------------------------------
-r12226 | massiot | 2005-08-18 14:41:16 +0200 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
- * po/POTFILES.in: Removed two non-existing files.
-
-------------------------------------------------------------------------
-r12225 | massiot | 2005-08-18 12:01:30 +0200 (Thu, 18 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * modules/control/http.c: Implemented RPN functions playlist_move and
-   playlist_delete.
-
-------------------------------------------------------------------------
-r12224 | jpsaman | 2005-08-18 11:50:18 +0200 (Thu, 18 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-Include OSD menu files in installer
-------------------------------------------------------------------------
-r12223 | hartman | 2005-08-18 00:44:08 +0200 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-* not yet added plugins can break POTFILES.in as well mr. courmish :D
-
-------------------------------------------------------------------------
-r12222 | dionoea | 2005-08-17 22:53:38 +0200 (Wed, 17 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-remove tabs and trailing spaces
-
-------------------------------------------------------------------------
-r12221 | dionoea | 2005-08-17 22:43:15 +0200 (Wed, 17 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
-if ttl==0, don't update the feeds
-
-------------------------------------------------------------------------
-r12220 | dionoea | 2005-08-17 22:24:15 +0200 (Wed, 17 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
-remove debug stuff
-
-------------------------------------------------------------------------
-r12219 | dionoea | 2005-08-17 22:17:11 +0200 (Wed, 17 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
- * add --rss-ttl parmeter so the feeds can be updated
- * URL list seperator now is | (pipe)
- * fixes
-
-------------------------------------------------------------------------
-r12218 | dionoea | 2005-08-17 18:14:32 +0200 (Wed, 17 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-wxwin -> wx
-
-------------------------------------------------------------------------
-r12217 | massiot | 2005-08-17 18:00:30 +0200 (Wed, 17 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
- * modules/access/file.c: Expansion of '~/' in filenames.
-
-------------------------------------------------------------------------
-r12216 | massiot | 2005-08-17 17:12:51 +0200 (Wed, 17 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/configuration.c
-
- * src/libvlc.c: Expand ~/ in --config-file.
- * modules/control/http.c: New RPN functions :
-   - 'module' vlc_config_save ('module' can be an empty string) returns status
-   - vlc_config_reset
-
-------------------------------------------------------------------------
-r12215 | massiot | 2005-08-17 16:39:07 +0200 (Wed, 17 Aug 2005) | 8 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/control/http.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc
-   M /trunk/toolbox
-
- * Makefile.am: New file version.c, generated at each 'make' command.
- * toolbox: New --update-version switch, which builds the version.c file
-   from current date, user/hostname/domainname, compiler version and
-   svn changeset.
- * src/libvlc.c: Exported API to access data from version.c.
- * modules/control/http.c: New variables vlc_compile_time, vlc_compile_by,
-   vlc_compile_host, vlc_compile_domain, vlc_compiler and vlc_changeset.
-
-------------------------------------------------------------------------
-r12214 | massiot | 2005-08-17 14:00:44 +0200 (Wed, 17 Aug 2005) | 8 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * modules/control/http.c: New RPN functions :
-   - 'variable' vlc_var_type
-   - 'variable' vlc_config_type
-   - value 'variable' vlc_var_set (renamed from vlc_set_var for consistency)
-   - 'variable' vlc_var_get
-   - value 'variable' vlc_config_set
-   - 'variable' vlc_config_get
-
-------------------------------------------------------------------------
-r12213 | massiot | 2005-08-17 13:58:44 +0200 (Wed, 17 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
- * Makefile.am: MacOS X fix when srcdir != builddir.
-
-------------------------------------------------------------------------
-r12212 | hartman | 2005-08-16 16:21:38 +0200 (Tue, 16 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/sgimb.c
-
-* Fix an issue with sgi announce files and adding the new items to the playlist
-
-------------------------------------------------------------------------
-r12211 | courmisch | 2005-08-15 20:10:06 +0200 (Mon, 15 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Fix distclean
-
-------------------------------------------------------------------------
-r12210 | zorglub | 2005-08-15 18:54:13 +0200 (Mon, 15 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r12209 | zorglub | 2005-08-15 18:53:51 +0200 (Mon, 15 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Test commit. This commit breaks the build, don't use it
-
-------------------------------------------------------------------------
-r12208 | asmax | 2005-08-15 17:58:39 +0200 (Mon, 15 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/x11/x11_timer.hpp
-
- * compilation fix
-
-------------------------------------------------------------------------
-r12207 | asmax | 2005-08-15 17:54:32 +0200 (Mon, 15 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/async_queue.cpp
-   M /trunk/modules/gui/skins2/commands/async_queue.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-   M /trunk/modules/gui/skins2/src/os_factory.hpp
-   M /trunk/modules/gui/skins2/src/skin_common.hpp
-   M /trunk/modules/gui/skins2/src/tooltip.cpp
-   M /trunk/modules/gui/skins2/src/tooltip.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   M /trunk/modules/gui/skins2/win32/win32_timer.cpp
-   M /trunk/modules/gui/skins2/win32/win32_timer.hpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
-   M /trunk/modules/gui/skins2/x11/x11_timer.cpp
-   M /trunk/modules/gui/skins2/x11/x11_timer.hpp
-
- * all: replaced remaining C callbacks by commands
-------------------------------------------------------------------------
-r12206 | courmisch | 2005-08-15 17:21:11 +0200 (Mon, 15 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Use Latin-9 rather than US-ASCII when there is no local charset
-
-------------------------------------------------------------------------
-r12205 | jpsaman | 2005-08-15 17:06:42 +0200 (Mon, 15 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/osdmenu.c
-
-Use an empty palette to get the colors of the picture right.
-------------------------------------------------------------------------
-r12204 | jpsaman | 2005-08-15 17:02:08 +0200 (Mon, 15 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-Oops, Disable debugging.
-------------------------------------------------------------------------
-r12203 | jpsaman | 2005-08-15 17:01:31 +0200 (Mon, 15 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-Also allow an empty palette marked with palette.i_entries = 0
-------------------------------------------------------------------------
-r12202 | zorglub | 2005-08-15 16:57:02 +0200 (Mon, 15 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_demux.h
-   M /trunk/include/vlc_es_out.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_stream.h
-   M /trunk/src/stream_output/sap.c
-
-Fix a few warnings
-
-------------------------------------------------------------------------
-r12201 | courmisch | 2005-08-15 16:51:42 +0200 (Mon, 15 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-- Fix, clean up locale settings
-- Fix local charset detection that broke (From|To)Locale
-
-------------------------------------------------------------------------
-r12200 | courmisch | 2005-08-15 16:50:24 +0200 (Mon, 15 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-Fix playlist item insertion when local charset is not UTF-8
-
-------------------------------------------------------------------------
-r12199 | courmisch | 2005-08-15 16:50:06 +0200 (Mon, 15 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Fix stat() when local charset is not UTF-8
-
-------------------------------------------------------------------------
-r12198 | jpsaman | 2005-08-15 16:41:28 +0200 (Mon, 15 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/video_filter/osdmenu.c
-
-Found a simpler way to send an empty picture to the client. It fixes also memleaks introduced in 12196.
-------------------------------------------------------------------------
-r12197 | massiot | 2005-08-15 15:37:59 +0200 (Mon, 15 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * src/input/input.c: Really fixed :programs= this time.
-
-------------------------------------------------------------------------
-r12196 | jpsaman | 2005-08-15 14:35:35 +0200 (Mon, 15 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/osdmenu.c
-
-Send an empty subpicture to remove the OSD menu on the client application when "menu off" commands is given on the rc interface.
-------------------------------------------------------------------------
-r12195 | jpsaman | 2005-08-15 14:32:44 +0200 (Mon, 15 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-Replaced // comments with /* .. */ and added some sanity checking.
-------------------------------------------------------------------------
-r12194 | jpsaman | 2005-08-15 14:21:16 +0200 (Mon, 15 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Use NULL for initializing pointers iso 0.
-------------------------------------------------------------------------
-r12193 | courmisch | 2005-08-14 19:28:28 +0200 (Sun, 14 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Link ipv4 with iphlpapi - closes #315
-
-------------------------------------------------------------------------
-r12192 | courmisch | 2005-08-14 18:56:35 +0200 (Sun, 14 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Fix SAP announce destination address - closes #314
-
-Bug reported by Thomas Knauer
-
-------------------------------------------------------------------------
-r12191 | courmisch | 2005-08-14 18:46:48 +0200 (Sun, 14 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Fix compiler warnings
-
-------------------------------------------------------------------------
-r12190 | courmisch | 2005-08-14 18:28:59 +0200 (Sun, 14 Aug 2005) | 15 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-
-Don't set LC_NUMERIC in the wxWidgets plugin.
-
-It's already set to C globally because there are a bunch of things that
-assume US-style float numbers formatting (config file, RTSP VoD server
-to name a few) -- see SetLanguage() in libvlc.
-
-If you want to get a float from the user, you can look for the comma
-and replace it with a dot before parsing. However keep in mind that the
-stream output parser already uses the comma to separate options; that's
-yet another reason to use the dot in any case.
-
-Also, I don't know if some remote locales use neither dot nor comma as
-their decimal point.
-
-
-------------------------------------------------------------------------
-r12189 | zorglub | 2005-08-14 18:15:50 +0200 (Sun, 14 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Don't use m4 comments in Makefile. Should fix win32 build
-
-------------------------------------------------------------------------
-r12188 | titer | 2005-08-14 15:15:38 +0200 (Sun, 14 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/src/misc/net.c
-   M /trunk/src/stream_output/sap.c
-
- ALL: compile fixes
-
-------------------------------------------------------------------------
-r12187 | massiot | 2005-08-14 15:04:57 +0200 (Sun, 14 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * modules/demux/ts.c: Fixed a side-effect when p_sys->b_dvb_control has
-   not been set to VLC_FALSE yet, the program number is not specified,
-   and we're reading a PMT.
-
-------------------------------------------------------------------------
-r12186 | sam | 2005-08-14 14:43:30 +0200 (Sun, 14 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/audio_output/Modules.am
-   A /trunk/modules/audio_output/arts.c
-
-  * reverted commit 12177 (aRts removal).
-
-------------------------------------------------------------------------
-r12185 | courmisch | 2005-08-14 14:24:33 +0200 (Sun, 14 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/configuration.c
-
-Set LC_NUMERIC to C once and for all.
-
-------------------------------------------------------------------------
-r12184 | courmisch | 2005-08-14 14:22:25 +0200 (Sun, 14 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/src/misc/net.c
-
-got the value for PROTECTION_LEVEL_* hard-coded
-, but still miss the other one.
-
-Anyone with Visual Studio here ?
-
-------------------------------------------------------------------------
-r12183 | dionoea | 2005-08-14 00:15:37 +0200 (Sun, 14 Aug 2005) | 8 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/configuration.c
-
- * setlocale( LC_NUMERIC, "C" ). There still might be some place where its
-   missing. Beware that this change configuration saving output (it used
-   to be saved in users locale).
-
-   this should fix float config options save/load rounding issues. If someone
-   has a better fix, feel free to do so (but please dont revert a commit and
-   provide no alternative fix)
-
-------------------------------------------------------------------------
-r12182 | jpsaman | 2005-08-13 21:38:34 +0200 (Sat, 13 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Fix breakage of revision 12164 when a non-socket connection to the rc interface is active.
-------------------------------------------------------------------------
-r12181 | jpsaman | 2005-08-13 21:28:49 +0200 (Sat, 13 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-
-API changed
-------------------------------------------------------------------------
-r12180 | jpsaman | 2005-08-13 21:26:27 +0200 (Sat, 13 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_osd.h
-   M /trunk/modules/control/rc.c
-   M /trunk/src/osd/osd.c
-
-Reworked OSD Volume handling and display of volumebar. Run make stamp-api to update include/vlc_symbols.h.
-------------------------------------------------------------------------
-r12179 | courmisch | 2005-08-13 21:15:17 +0200 (Sat, 13 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-[Win32] Attempt to guess best interface for multicast
-may close #163
-
-------------------------------------------------------------------------
-r12178 | zorglub | 2005-08-13 20:44:31 +0200 (Sat, 13 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/LIST
-   M /trunk/modules/list.sh
-
-Update modules list
-
-------------------------------------------------------------------------
-r12177 | courmisch | 2005-08-13 19:49:38 +0200 (Sat, 13 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/audio_output/Modules.am
-   D /trunk/modules/audio_output/arts.c
-
-Remove severely broken unmaintained aRts plugin
-
-Use ALSA or tell aRts to use ESD and use ESD in VLC, or fix it.
-
-------------------------------------------------------------------------
-r12176 | courmisch | 2005-08-13 19:43:47 +0200 (Sat, 13 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Add missing slashes
-
-------------------------------------------------------------------------
-r12175 | jpsaman | 2005-08-13 18:56:14 +0200 (Sat, 13 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/src/osd/osd_parser.c
-
-Remove unused comments
-------------------------------------------------------------------------
-r12174 | jpsaman | 2005-08-13 18:55:28 +0200 (Sat, 13 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Print status change message when volume is changed with volume command on the rc interface.
-------------------------------------------------------------------------
-r12173 | courmisch | 2005-08-13 18:23:19 +0200 (Sat, 13 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-- convert UTF16/UTF32 to UTF8 rather than Latin1 - closes #287
-
-------------------------------------------------------------------------
-r12172 | courmisch | 2005-08-13 18:08:29 +0200 (Sat, 13 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/tls.c
-
-Reuse TLS module/object when already present - closes #288
-
-------------------------------------------------------------------------
-r12171 | courmisch | 2005-08-13 17:33:22 +0200 (Sat, 13 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-   M /trunk/src/libvlc.c
-
-Undo LC_NUMERIC change
-
-------------------------------------------------------------------------
-r12170 | courmisch | 2005-08-13 17:20:45 +0200 (Sat, 13 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Remove useless debug stuff
-
-------------------------------------------------------------------------
-r12169 | fkuehne | 2005-08-13 17:19:57 +0200 (Sat, 13 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/po/ru.po
-
-updated Russian translation by Andrey Brilevskiy
-------------------------------------------------------------------------
-r12168 | dionoea | 2005-08-13 17:03:21 +0200 (Sat, 13 Aug 2005) | 12 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-   M /trunk/src/libvlc.c
-
-Disclaimer : this commit would need to be checked by someone
-
-Change locale (LC_NUMERIC) in appropriate places so we always use the
-user's locale when reading/writting floats to config (otherwise it would
-read floats using C locale (float separator is . in C) and write them
-using the user's local (float separator can be , instead of .))
-
-If these changes aren't ok, then i think that the only solution would be
-to always setlocale(LC_NUMERIC, "C") when handling config str<->float
-conversions.
-
-
-------------------------------------------------------------------------
-r12167 | courmisch | 2005-08-13 16:44:12 +0200 (Sat, 13 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/vlc-api.pl
-
-Fix for make distclean
-
-------------------------------------------------------------------------
-r12166 | courmisch | 2005-08-13 16:15:09 +0200 (Sat, 13 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Fix make dist when builddir != srcdir
-
-------------------------------------------------------------------------
-r12165 | courmisch | 2005-08-13 16:08:02 +0200 (Sat, 13 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Unbreak make dist
-
-------------------------------------------------------------------------
-r12164 | courmisch | 2005-08-13 15:56:47 +0200 (Sat, 13 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-- Append CRLF manually
-- Compiler warning fixed
-
-------------------------------------------------------------------------
-r12163 | jpsaman | 2005-08-13 15:49:04 +0200 (Sat, 13 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-remove unusefull comment
-------------------------------------------------------------------------
-r12162 | courmisch | 2005-08-13 15:19:30 +0200 (Sat, 13 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Revert commit [12128] that violate gettext rules
-(carriage return are forbidden).
-
-------------------------------------------------------------------------
-r12161 | courmisch | 2005-08-13 15:14:19 +0200 (Sat, 13 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/toolbox
-
-"toolbox --update-po" becomes "make update-po"
-
-Now can update PO when compiling from subdir
-
-------------------------------------------------------------------------
-r12160 | courmisch | 2005-08-13 15:12:48 +0200 (Sat, 13 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Resync necessary (removal of obsolote plugins)
-
-------------------------------------------------------------------------
-r12159 | massiot | 2005-08-13 15:12:13 +0200 (Sat, 13 Aug 2005) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-
- * configure.ac: Reverted [12094] and [12138] because the ffmpeg team
-   doesn't care to fix their packageconfig stuff to be really useful (such
-   as instructing to link with mp3lame, zlib, etc.), so the
-   packageconfig stuff doesn't bring much, and the current code breaks
-   under OS X and Cygwin (at least).
-
-------------------------------------------------------------------------
-r12158 | courmisch | 2005-08-13 13:17:26 +0200 (Sat, 13 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wizard.cpp
-
-Use net_AddressIsMulticast helper
-
-------------------------------------------------------------------------
-r12157 | courmisch | 2005-08-13 11:13:08 +0200 (Sat, 13 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Don't use undefined variables - should make automake 1.6 happy
-
-------------------------------------------------------------------------
-r12156 | zorglub | 2005-08-13 10:34:42 +0200 (Sat, 13 Aug 2005) | 2 lines
-Changed paths:
-   D /trunk/BUGS
-   D /trunk/TODO
-
-Remove obsolete files
-
-------------------------------------------------------------------------
-r12155 | courmisch | 2005-08-13 10:12:37 +0200 (Sat, 13 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/mozilla/Makefile.am
-
-Get rid of the UNTRUE conditionnal
-and some other Makefile cleanup
-
-------------------------------------------------------------------------
-r12154 | massiot | 2005-08-13 02:14:09 +0200 (Sat, 13 Aug 2005) | 7 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/modules/access/http.c
-
- * modules/access/http.c: Do not use vlc_UrlEncode for the same reason
-   than [12145]. We just want to replace spaces.
- * include/network.h: Restored the previous behaviour of vlc_UrlEncode().
-   We really mean to URL-encode ? & / etc. in order to be able to pass
-   a string containing those special characters as a GET variable in the
-   http control interface.
-
-------------------------------------------------------------------------
-r12153 | zorglub | 2005-08-13 00:55:37 +0200 (Sat, 13 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/debian/wxvlc.dirs
-
-Add missing folder
-
-------------------------------------------------------------------------
-r12152 | zorglub | 2005-08-12 23:49:28 +0200 (Fri, 12 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   D /trunk/modules/gui/gtk
-   D /trunk/modules/gui/gtk2
-   D /trunk/modules/gui/kde
-   D /trunk/modules/gui/qt
-
-Remove gtk, gtk2, qt and kde plugins
-
-If you want them, take them back from the svn attic, fix them and reintroduce them. I didn't remove the configure.ac snippets, they are still in but commented
-
-------------------------------------------------------------------------
-r12151 | zorglub | 2005-08-12 23:39:43 +0200 (Fri, 12 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/Modules.am
-   D /trunk/modules/access/slp.c
-   M /trunk/modules/control/Modules.am
-   D /trunk/modules/control/joystick.c
-
-Remove slp and joystick plugins
-
-------------------------------------------------------------------------
-r12150 | courmisch | 2005-08-12 22:01:54 +0200 (Fri, 12 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
-and ampersand and question mark. Got them all this time.
-
-------------------------------------------------------------------------
-r12149 | courmisch | 2005-08-12 21:58:45 +0200 (Fri, 12 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
-Forgot @ -- thanks thedj
-
-------------------------------------------------------------------------
-r12148 | courmisch | 2005-08-12 21:44:52 +0200 (Fri, 12 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/include/network.h
-
-Don't URL encode ./:[] because they are to be found in URLs...
-closes #311
-
-------------------------------------------------------------------------
-r12147 | courmisch | 2005-08-12 21:17:33 +0200 (Fri, 12 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/vlc-config.in.in
-
-Speed up recursive make significantly
-
-------------------------------------------------------------------------
-r12146 | massiot | 2005-08-12 21:11:54 +0200 (Fri, 12 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/src/misc/httpd.c
-
- * modules/control/http.c: Added an id="include" macro to include
-   another file. Also reduced MAX_DIR_PATH_LENGTH to 2560 since
-   allocating anything larger than 4kB on the stack is likely to break
-   on many OSes.
-
-------------------------------------------------------------------------
-r12145 | massiot | 2005-08-12 19:51:20 +0200 (Fri, 12 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * modules/demux/livedotcom.cpp: Do not use vlc_UrlEncode(), but simply
-   replace spaces with '+'. That's what browsers do, and I think it's
-   the right thing to do since vlc_UrlEncode was just breaking things.
-   refs #90 and debian bug #279735
-
-------------------------------------------------------------------------
-r12144 | massiot | 2005-08-12 19:36:58 +0200 (Fri, 12 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/control/http.c
-
- * modules/control/http.c: Fixed vlc_set_var() and cosmetics.
-
-------------------------------------------------------------------------
-r12143 | massiot | 2005-08-12 18:35:14 +0200 (Fri, 12 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- * src/input/es_out.c: Fixed a breakage of about everything introduced in
-   [12140].
-
-------------------------------------------------------------------------
-r12142 | massiot | 2005-08-12 18:17:56 +0200 (Fri, 12 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * modules/control/http.c: New foreach tags to walk through the input
-   variables : program, title, chapter, audio-es, video-es and spu-es.
-   New RPN function "value 'variable' vlc_set_var" to change the input
-   variables (variable can be any of those above).
-
-------------------------------------------------------------------------
-r12141 | massiot | 2005-08-12 17:51:18 +0200 (Fri, 12 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * modules/stream_out/transcode.c: New --sout-transcode-max-width and
-   --sout-transcode-maxheight options, recommended to enforcea particular
-   level of a video codec. Fixed --sout-transcode-fps when used in
-   conjunction with --sout-transcode-threads=1.
-
-------------------------------------------------------------------------
-r12140 | jpsaman | 2005-08-12 17:37:21 +0200 (Fri, 12 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-Fix seek breakage introduced in r12113
-------------------------------------------------------------------------
-r12139 | xtophe | 2005-08-12 16:20:06 +0200 (Fri, 12 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/misc/playlist/m3u.c
-
-ALL: Improvements in the M3U output and parser. Patch by Daniel Str?\195?\164nger.
-     (Put both artist and name, protect comma with \ )
-
-------------------------------------------------------------------------
-r12138 | massiot | 2005-08-12 16:08:49 +0200 (Fri, 12 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-
- * configure.ac: libavcodec.pc doesn't instruct us to link with mp3lame,
-   liba52, etc. so --with-ffmpeg-mp3lame and stuff should still be
-   useful in this case. The ffmpeg module needs to be built-in under OS X
-   otherwise it doesn't link.
-
-------------------------------------------------------------------------
-r12137 | xtophe | 2005-08-12 15:04:38 +0200 (Fri, 12 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Fix for builddir != srcdir
-
-------------------------------------------------------------------------
-r12136 | dionoea | 2005-08-11 23:21:08 +0200 (Thu, 11 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_intf.c
-
-change name to --monitor-aspect-ratio so its consistent with other programs
-(like mplayer)
-
-------------------------------------------------------------------------
-r12135 | zorglub | 2005-08-11 23:17:04 +0200 (Thu, 11 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-no comment
-
-------------------------------------------------------------------------
-r12134 | jpsaman | 2005-08-11 23:03:20 +0200 (Thu, 11 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Fix volume callback
-------------------------------------------------------------------------
-r12133 | jpsaman | 2005-08-11 23:00:56 +0200 (Thu, 11 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-Fix signalling of MPEG2-TS discontinuity indicators while seeking during streaming.
-------------------------------------------------------------------------
-r12132 | jpsaman | 2005-08-11 22:59:45 +0200 (Thu, 11 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Don't explicitly flag the block. Clement could you check if fixes the break of local seeking from revision 12113.
-------------------------------------------------------------------------
-r12131 | dionoea | 2005-08-11 22:44:17 +0200 (Thu, 11 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-update
-
-------------------------------------------------------------------------
-r12130 | dionoea | 2005-08-11 22:41:26 +0200 (Thu, 11 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_intf.c
-
-add --screen-aspect-ratio option (user support at its best ...)
-
-------------------------------------------------------------------------
-r12129 | jpsaman | 2005-08-11 22:13:01 +0200 (Thu, 11 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_osd.h
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/video_filter/osdmenu.c
-
-Fix revision 12116 which broke other transcode options. The commandline for streaming the OSD menu has changed into a boolean option --sout-transcode-osd: ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{osd}:std{url=127.0.0.1:1234,access=udp,mux=ts}' 
-------------------------------------------------------------------------
-r12128 | jpsaman | 2005-08-11 21:23:31 +0200 (Thu, 11 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Fix \r\n issues for Windows compatibility
-------------------------------------------------------------------------
-r12127 | dionoea | 2005-08-11 19:57:21 +0200 (Thu, 11 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-fix debug output colors
-
-------------------------------------------------------------------------
-r12126 | massiot | 2005-08-11 19:48:24 +0200 (Thu, 11 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * modules/control/http.c: New RPN function vlc_seek(value), same syntax
-   as the control=seek tag.
-
-------------------------------------------------------------------------
-r12125 | massiot | 2005-08-11 19:47:33 +0200 (Thu, 11 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-
- * src/misc/charset.c: ANSI_X3.4-1968 is also known as ASCII.
-
-------------------------------------------------------------------------
-r12124 | massiot | 2005-08-11 16:50:50 +0200 (Thu, 11 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * modules/control/http.c: foreach directory is now alpha-sorted in a
-   case-insensitive way. Fixed again str_replace().
-
-------------------------------------------------------------------------
-r12123 | massiot | 2005-08-11 16:11:20 +0200 (Thu, 11 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * modules/control/http.c: Fixed bugs in str_replace().
-
-------------------------------------------------------------------------
-r12122 | massiot | 2005-08-11 15:39:43 +0200 (Thu, 11 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
- * modules/codec/ffmpeg: ffmpeg's av_log() messages now go to our messages
-   bank instead of being fprintf'd to stderr.
-
-------------------------------------------------------------------------
-r12121 | massiot | 2005-08-11 15:37:50 +0200 (Thu, 11 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
- * configure.ac: Fixed the contrib path in the general case.
-
-------------------------------------------------------------------------
-r12120 | massiot | 2005-08-11 14:31:16 +0200 (Thu, 11 Aug 2005) | 10 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * modules/control/http.c: Rewrote the parsers to handle correctly special
-   chars such as ', \', \ , etc. Fixed a bug when parsing the GET
-   arguments. Added new RPN functions :
-   - str_replace( a, b, c ) : replaces all occurences of b with c in a
-   - addslashes( s ) : escapes all " and ' with a backslash
-   - stripslashes( s ) :  the opposite
-   - htmlspecialchars( s ) : replaces &"'<> with their &stuff; equivalent
-   - realpath( s ) : returns an absolute file path (see realpath(3))
-   And fixed a few memory leaks.
-
-------------------------------------------------------------------------
-r12119 | massiot | 2005-08-11 14:23:14 +0200 (Thu, 11 Aug 2005) | 7 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/src/input/input.c
-
- * include/network.h:vlc_UrlEncode() : though RFC 1738 allows to send
-   $-_.+!*'(), unencoded, it also allows to encode any character. It is
-   generally considered a good practive to urlencode $+!*'() because
-   some buggy browsers (read: M$) have a problem with those characters.
-   See the comments in http://fr.php.net/manual/en/function.rawurlencode.php
-   for more information.
-
-------------------------------------------------------------------------
-r12118 | jpsaman | 2005-08-11 01:16:20 +0200 (Thu, 11 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-Fix regression in timing behaviour. A minute jump is ~1 min again.
-------------------------------------------------------------------------
-r12117 | hartman | 2005-08-11 00:31:12 +0200 (Thu, 11 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-* Fixed VLC_IsPlaying (fixes #259)
-  Now uses the state variable instead of playlist_IsPlaying. The PLAYLIST_PAUSED state is no longer reliable since the introduction of the state variable for testing if playback is in a paused state. Perhaps we should remove this part of the playlist logic and keep it to RUNNING and STOPPED.
-
-------------------------------------------------------------------------
-r12116 | jpsaman | 2005-08-11 00:08:50 +0200 (Thu, 11 Aug 2005) | 12 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/include/stream_output.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_objects.h
-   A /trunk/include/vlc_osd.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/LIST
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/osdmenu.c
-   M /trunk/src/Makefile.am
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-   A /trunk/src/osd
-   A /trunk/src/osd/osd.c
-   A /trunk/src/osd/osd_parser.c
-   A /trunk/src/osd/osd_widgets.c
-
-Forward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu subsystem consists of two parts a core part (src/osd, include/vlc_osd.h) and a subfilter (modules/video_filter/osdmenu.c). The OSD menu can be used locally or it can be streamed. It depends on the way the functionality is called from the vlc commandline. Currently there is only one way to make the subpictures appear on the video and that is through the rc-interface. The following commands are supported by it: "menu on" (show OSD menu), "menu off" (hide OSD menu), "menu left" (highlight button on the left), "menu right" (highlight button on the right), "menu up" (highlight button above), "menu down" (highlight button below) or "menu select" (perform hotkey action). When there is no button on the left, right, up or down then the menu-command will be ignored.
-
-To stream use a commandline similar to this:
-
-./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{sfilter=osdmenu}:std{mux=ts,access=udp,url=127.0.0.1:1234}' -vvvv
-
-For local playback a commandline like this is needed:
-
-./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg -vvvv
-
-Have fun with the basic functionality - jpsaman.
-
-------------------------------------------------------------------------
-r12115 | jpsaman | 2005-08-10 23:47:13 +0200 (Wed, 10 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
-By default --packetizer-mpegvideo-sync-iframe is disabled.
-------------------------------------------------------------------------
-r12114 | jpsaman | 2005-08-10 23:45:54 +0200 (Wed, 10 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   A /trunk/share/osdmenu
-   A /trunk/share/osdmenu/default
-   A /trunk/share/osdmenu/default/selected
-   A /trunk/share/osdmenu/default/selected/bw.png
-   A /trunk/share/osdmenu/default/selected/esc.png
-   A /trunk/share/osdmenu/default/selected/fw.png
-   A /trunk/share/osdmenu/default/selected/next.png
-   A /trunk/share/osdmenu/default/selected/play_pause.png
-   A /trunk/share/osdmenu/default/selected/previous.png
-   A /trunk/share/osdmenu/default/selected/stop.png
-   A /trunk/share/osdmenu/default/selected/volume.png
-   A /trunk/share/osdmenu/default/selection
-   A /trunk/share/osdmenu/default/selection/bw.png
-   A /trunk/share/osdmenu/default/selection/esc.png
-   A /trunk/share/osdmenu/default/selection/fw.png
-   A /trunk/share/osdmenu/default/selection/next.png
-   A /trunk/share/osdmenu/default/selection/play_pause.png
-   A /trunk/share/osdmenu/default/selection/previous.png
-   A /trunk/share/osdmenu/default/selection/stop.png
-   A /trunk/share/osdmenu/default/selection/volume.png
-   A /trunk/share/osdmenu/default/unselected.png
-   A /trunk/share/osdmenu/default/volume
-   A /trunk/share/osdmenu/default/volume/volume_00.png
-   A /trunk/share/osdmenu/default/volume/volume_01.png
-   A /trunk/share/osdmenu/default/volume/volume_02.png
-   A /trunk/share/osdmenu/default/volume/volume_03.png
-   A /trunk/share/osdmenu/default/volume/volume_04.png
-   A /trunk/share/osdmenu/default/volume/volume_05.png
-   A /trunk/share/osdmenu/default/volume/volume_06.png
-   A /trunk/share/osdmenu/default/volume/volume_07.png
-   A /trunk/share/osdmenu/default/volume/volume_08.png
-   A /trunk/share/osdmenu/default/volume/volume_09.png
-   A /trunk/share/osdmenu/default/volume/volume_10.png
-   A /trunk/share/osdmenu/default.cfg
-   A /trunk/share/osdmenu/dvd
-   A /trunk/share/osdmenu/dvd/selected
-   A /trunk/share/osdmenu/dvd/selected/bw.png
-   A /trunk/share/osdmenu/dvd/selected/esc.png
-   A /trunk/share/osdmenu/dvd/selected/fw.png
-   A /trunk/share/osdmenu/dvd/selected/mute.png
-   A /trunk/share/osdmenu/dvd/selected/next.png
-   A /trunk/share/osdmenu/dvd/selected/pause.png
-   A /trunk/share/osdmenu/dvd/selected/play.png
-   A /trunk/share/osdmenu/dvd/selected/previous.png
-   A /trunk/share/osdmenu/dvd/selected/slow.png
-   A /trunk/share/osdmenu/dvd/selected/stop.png
-   A /trunk/share/osdmenu/dvd/selected/volume.png
-   A /trunk/share/osdmenu/dvd/selection
-   A /trunk/share/osdmenu/dvd/selection/bw.png
-   A /trunk/share/osdmenu/dvd/selection/esc.png
-   A /trunk/share/osdmenu/dvd/selection/fw.png
-   A /trunk/share/osdmenu/dvd/selection/mute.png
-   A /trunk/share/osdmenu/dvd/selection/next.png
-   A /trunk/share/osdmenu/dvd/selection/pause.png
-   A /trunk/share/osdmenu/dvd/selection/play.png
-   A /trunk/share/osdmenu/dvd/selection/previous.png
-   A /trunk/share/osdmenu/dvd/selection/slow.png
-   A /trunk/share/osdmenu/dvd/selection/stop.png
-   A /trunk/share/osdmenu/dvd/unselect
-   A /trunk/share/osdmenu/dvd/unselect/barroff.png
-   A /trunk/share/osdmenu/dvd/volume
-   A /trunk/share/osdmenu/dvd/volume/volume00.png
-   A /trunk/share/osdmenu/dvd/volume/volume01.png
-   A /trunk/share/osdmenu/dvd/volume/volume02.png
-   A /trunk/share/osdmenu/dvd/volume/volume03.png
-   A /trunk/share/osdmenu/dvd/volume/volume04.png
-   A /trunk/share/osdmenu/dvd/volume/volume05.png
-   A /trunk/share/osdmenu/dvd.cfg
-
-The OSD menu pictures in two flavors a simple (default.cfg) and a more full version (dvd.cfg). (forward ported from branches/0.8.1-jpsaman-thedj)
-
-------------------------------------------------------------------------
-r12113 | jpsaman | 2005-08-10 22:07:20 +0200 (Wed, 10 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/src/input/es_out.c
-
-Flagging BLOCK_FLAG_DISCONTINUITY for every PID in the input when the slider is moved on the GUI or a jump in the stream is made. It is also propagated to the mpegvideo packetizer. The packetizer has a new mode to sync on I-frame boundary after such a jump. It avoids sending some broken frames to the client. (Forward port of branches/0.8.1-jpsaman-thedj revision 11067 and 11842.)
-
-------------------------------------------------------------------------
-r12112 | jpsaman | 2005-08-10 21:34:18 +0200 (Wed, 10 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_es.h
-
-cosmetic fix
-------------------------------------------------------------------------
-r12111 | jpsaman | 2005-08-10 21:29:49 +0200 (Wed, 10 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/iso-639_def.h
-
-Add a fake language type for OSD subpictures. This allows you to select the OSD menu subtitle from the GUI.
-------------------------------------------------------------------------
-r12110 | hartman | 2005-08-10 18:26:39 +0200 (Wed, 10 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* correct the vlc:pause: help (closes #309)
-* re-enable the rt-priority line for OSX. it's not broken, just prints annoying error messages (refs #206)
-
-------------------------------------------------------------------------
-r12109 | courmisch | 2005-08-10 18:21:45 +0200 (Wed, 10 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
-Also update IsEncoded
-
-------------------------------------------------------------------------
-r12108 | hartman | 2005-08-10 18:18:18 +0200 (Wed, 10 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/dummy/input.c
-
-* Remove vlc:run (externrun is removed from SVN) and vlc:loop (we have --loop).
-  Playlist item commands are soooo dirty :D
-
-------------------------------------------------------------------------
-r12107 | courmisch | 2005-08-10 18:08:12 +0200 (Wed, 10 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
-Stricter RFC1788 obeying UrlEncode
-
-------------------------------------------------------------------------
-r12106 | xtophe | 2005-08-10 17:30:47 +0200 (Wed, 10 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-size_t is unsigned and it's a bad idea to compare it to 0. Fixes #308.
-Some one with VC7 should test this commit
-
-------------------------------------------------------------------------
-r12105 | sam | 2005-08-10 16:19:59 +0200 (Wed, 10 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am: distribute the Makefile and zsh.cpp files in extras/.
-
-------------------------------------------------------------------------
-r12104 | sam | 2005-08-10 16:19:32 +0200 (Wed, 10 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/mozilla/support/npunix.c
-
-  * mozilla/support/npunix.c: amd64 issue fix, NPP_GetJavaClass wasn't defined.
-
-------------------------------------------------------------------------
-r12103 | sam | 2005-08-10 16:18:03 +0200 (Wed, 10 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/Makefile
-
-  * extras/Makefile: fixed the zsh.cpp build.
-
-------------------------------------------------------------------------
-r12102 | hartman | 2005-08-10 16:12:17 +0200 (Wed, 10 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-
-* Don't use the bandlimited resampler for downsampling (skew resampling for instance). The resampler doesn't have a low pass filter? This closes #256
- - on a side note, it also seems to fix the stack corruption (resulting in deadlock) issues i was having with audio output that was being resampled by auhal.
-
-------------------------------------------------------------------------
-r12101 | sam | 2005-08-10 15:59:07 +0200 (Wed, 10 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/debian/Makefile.am
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-   A /trunk/debian/vlc.desktop
-
-  * Updated Debian packaging stuff.
-
-------------------------------------------------------------------------
-r12100 | sam | 2005-08-10 14:45:55 +0200 (Wed, 10 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_TW.po
-
-  * Re-ran toolbox --update-po.
-
-------------------------------------------------------------------------
-r12099 | xtophe | 2005-08-10 10:13:09 +0200 (Wed, 10 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/dummy/input.c
-
-Add ACCESS_GET_META in the dummy access to avoid an error
-
-------------------------------------------------------------------------
-r12098 | hartman | 2005-08-10 04:18:03 +0200 (Wed, 10 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/prefs.h
-
-* Added playlist preparse item to the playlist contextual menu.
-
-------------------------------------------------------------------------
-r12097 | jpsaman | 2005-08-09 23:18:22 +0200 (Tue, 09 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-make positioning of subpictures posible in dvbsub
-------------------------------------------------------------------------
-r12095 | hartman | 2005-08-09 21:44:25 +0200 (Tue, 09 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* spelling
-
-------------------------------------------------------------------------
-r12094 | xtophe | 2005-08-09 21:20:45 +0200 (Tue, 09 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Add a test for pkg-config for ffmpeg. It now do in order: ffmpeg-config, pkg-config, default location, given tree. fixes #306. 
-To cross-compile on a debian, use PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig and --with-ffmpeg-config-path=somewhere with no ffmpeg-config (/usr/win32/bin by ex)
-
-------------------------------------------------------------------------
-r12093 | jpsaman | 2005-08-09 21:15:32 +0200 (Tue, 09 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-
-Fix compiler warning about comparing signed and unsigned
-------------------------------------------------------------------------
-r12092 | massiot | 2005-08-09 19:35:13 +0200 (Tue, 09 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * modules/control/http.c: New RPN functions: vlc_play, vlc_stop, vlc_pause,
-   vlc_next, vlc_previous, playlist_empty. Miscellaneous coding style fixes.
-
-------------------------------------------------------------------------
-r12091 | fkuehne | 2005-08-09 19:34:37 +0200 (Tue, 09 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/wizard.m
-
-* playlist.m: fixed some "makes integer from pointer without a cast" warnings and moved "j" inside the #if 0 - block, so it isn't detected as "unused"
-* wizard.m: run "resetWizard" when returning to the first page. Otherwise the encap-tab might not work properly (when switching from Streaming to Transcoding after having passed the streaming-method-tab)
-------------------------------------------------------------------------
-r12090 | jpsaman | 2005-08-09 17:20:23 +0200 (Tue, 09 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/wav.c
-
-Fix compiler warning about comparing signed unsigned.
-------------------------------------------------------------------------
-r12089 | jpsaman | 2005-08-09 17:18:44 +0200 (Tue, 09 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_es.h
-   M /trunk/modules/codec/dts.c
-
-Made es_format_t member i_bitrate unsigned int, because I cannot imagine it ever to be negative.
-------------------------------------------------------------------------
-r12088 | jpsaman | 2005-08-09 16:56:58 +0200 (Tue, 09 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_demux.h
-
-Fix typo and updating copyright
-------------------------------------------------------------------------
-r12087 | jpsaman | 2005-08-09 16:43:04 +0200 (Tue, 09 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-
-Fix compiler warnings about comparing signed and unsigned
-------------------------------------------------------------------------
-r12086 | jpsaman | 2005-08-09 16:42:19 +0200 (Tue, 09 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_video.h
-
-use proper type for struct subpicture_t.b_absolute
-------------------------------------------------------------------------
-r12085 | jpsaman | 2005-08-09 16:31:24 +0200 (Tue, 09 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_input.h
-
-some explanation
-------------------------------------------------------------------------
-r12084 | jpsaman | 2005-08-09 16:27:23 +0200 (Tue, 09 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/libvlc.h
-
-Added new hotkeys (key-intf-hide, key-jump-3sec, key-jump+3sec, key-title-next, key-title-prev, key-chapter-next, key-chapter-prev) and expanded the hotkey structure. This is a forward port from branch vlc-0.8.1-jpsaman-thedj revision 11756.
-
-------------------------------------------------------------------------
-r12083 | jpsaman | 2005-08-09 15:44:50 +0200 (Tue, 09 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-Fix compiler warning about unused variables
-------------------------------------------------------------------------
-r12082 | jpsaman | 2005-08-09 15:42:11 +0200 (Tue, 09 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-
-Fix compiler warnings about signed - unsigned comparisons
-------------------------------------------------------------------------
-r12081 | jpsaman | 2005-08-09 15:40:18 +0200 (Tue, 09 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/switcher.c
-
-Fix compiler warnings about signed - unsigned comparisons
-------------------------------------------------------------------------
-r12080 | jpsaman | 2005-08-09 15:33:36 +0200 (Tue, 09 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-
-Fix compiler warnings about signed - unsigned comparisons
-------------------------------------------------------------------------
-r12079 | hartman | 2005-08-09 15:28:11 +0200 (Tue, 09 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-
-* Use psz_shortname instead of object name in the Preferences tree of OS X prefs.
-
-------------------------------------------------------------------------
-r12078 | hartman | 2005-08-09 15:25:49 +0200 (Tue, 09 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/bookmarks.m
-
-* Fix object refcount
-* Fix some cosmetics
-
-------------------------------------------------------------------------
-r12077 | jpsaman | 2005-08-09 11:49:32 +0200 (Tue, 09 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-sanity checking
-------------------------------------------------------------------------
-r12076 | jpsaman | 2005-08-09 10:57:50 +0200 (Tue, 09 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-some sanity checks
-------------------------------------------------------------------------
-r12075 | dionoea | 2005-08-08 19:41:08 +0200 (Mon, 08 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/mosaic_bridge.c
-
-some more trailing spaces
-
-------------------------------------------------------------------------
-r12074 | dionoea | 2005-08-08 19:18:08 +0200 (Mon, 08 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/bridge.c
-
-delete trailing spaces ...
-
-------------------------------------------------------------------------
-r12073 | courmisch | 2005-08-08 18:15:30 +0200 (Mon, 08 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-Fix memleak in error handling
-
-------------------------------------------------------------------------
-r12072 | courmisch | 2005-08-08 17:50:32 +0200 (Mon, 08 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-VLC cannot work properly without libiconv
-
-------------------------------------------------------------------------
-r12071 | jpsaman | 2005-08-08 14:25:42 +0200 (Mon, 08 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Track RTP sequence numbers and mark the first MPEG2-TS packet with a transport error when a discontinuity occurs.
-------------------------------------------------------------------------
-r12069 | jpsaman | 2005-08-08 12:18:03 +0200 (Mon, 08 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/mux/mpeg/ts.c
-
-Fix a segmentation fault introduced by the previous commit
-------------------------------------------------------------------------
-r12068 | xtophe | 2005-08-08 11:57:45 +0200 (Mon, 08 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_widgets.c
-
-Fix refcount problem (thanks to DrakeGuan for spotting it)
-
-------------------------------------------------------------------------
-r12067 | jpsaman | 2005-08-08 11:44:42 +0200 (Mon, 08 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Fix a segmentation fault introduced by the previous commit
-------------------------------------------------------------------------
-r12066 | jpsaman | 2005-08-08 11:16:09 +0200 (Mon, 08 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/mux/mpeg/csa.c
-   M /trunk/modules/mux/mpeg/csa.h
-   M /trunk/modules/mux/mpeg/ts.c
-
-(Forward port from branch 0.8.1-jpsaman-thedj) TS demux can now dump a TS stream directly to a file or special devices, this mode can be used with DSP's. Enhanced CSA encryption/decryption with a non standard mode to encrypt/decrypt a part of a TS packet. Further I replaced a bunch of // comments with /* .. */ comments style.
-
-------------------------------------------------------------------------
-r12065 | zorglub | 2005-08-07 22:22:33 +0200 (Sun, 07 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-
-One more
-
-------------------------------------------------------------------------
-r12064 | zorglub | 2005-08-07 22:22:02 +0200 (Sun, 07 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/debian/patches/20_interfaces.dpatch
-   M /trunk/debian/rules
-
-s/wxwindows/wxwidgets
-
-------------------------------------------------------------------------
-r12063 | fkuehne | 2005-08-07 20:23:46 +0200 (Sun, 07 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/NEWS
-
-* forgot these 2
-------------------------------------------------------------------------
-r12062 | fkuehne | 2005-08-07 19:58:39 +0200 (Sun, 07 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/modules/gui/macosx/intf.m
-
-* whoops
-------------------------------------------------------------------------
-r12061 | fkuehne | 2005-08-07 19:54:45 +0200 (Sun, 07 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/extras/MacOSX/Resources/English.lproj/Bookmarks.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Bookmarks.nib/classes.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Bookmarks.nib/info.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Bookmarks.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/Modules.am
-   A /trunk/modules/gui/macosx/bookmarks.h
-   A /trunk/modules/gui/macosx/bookmarks.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-
-* ALL: ported the WX-bookmarks-window to Cocoa (closes #22)
-    - complete functionality except "Extract" (I'm going to fix that next week)
-* MainMenu.nib: re-orded the window-menu a bit
-* wizard.*: added a method to launch it from the bookmarks
-------------------------------------------------------------------------
-r12058 | ipkiss | 2005-08-07 13:46:25 +0200 (Sun, 07 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/updatevlc.cpp
-
- * wxwidgets/updatevlc.cpp: Resize the tree control when resizing the window
-
-------------------------------------------------------------------------
-r12057 | fkuehne | 2005-08-07 13:07:49 +0200 (Sun, 07 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* fix compile warnings
-------------------------------------------------------------------------
-r12056 | ipkiss | 2005-08-07 12:56:07 +0200 (Sun, 07 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.hpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-
- * wxwidgets/menus.cpp: Added "Open Directory" in the wx popup menu
- * skins2: Added dialogs.directory() and dialogs.streamingWizard() actions
- * doc/skins/skins2-howto.xml: Updated the doc accordingly
-
-------------------------------------------------------------------------
-r12055 | dionoea | 2005-08-07 04:59:04 +0200 (Sun, 07 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
- * add "remove prefs and cache" option in installer and uninstaller
-
-------------------------------------------------------------------------
-r12054 | asmax | 2005-08-07 01:45:34 +0200 (Sun, 07 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-
- * all: fixed member initialization order 
-
-------------------------------------------------------------------------
-r12053 | asmax | 2005-08-07 01:38:31 +0200 (Sun, 07 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-   M /trunk/modules/gui/skins2/utils/fsm.cpp
-   M /trunk/modules/gui/skins2/utils/fsm.hpp
-
- * all: use command objects in FSM instead of C-style callbacks
-------------------------------------------------------------------------
-r12052 | fkuehne | 2005-08-07 01:17:23 +0200 (Sun, 07 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* comment out an include, which isn't in trunk yet...
-------------------------------------------------------------------------
-r12051 | fkuehne | 2005-08-07 01:16:09 +0200 (Sun, 07 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* fix 4 memory leaks introduced in the nib-split, stupid me
-------------------------------------------------------------------------
-r12050 | fkuehne | 2005-08-07 00:40:35 +0200 (Sun, 07 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/extended.h
-   M /trunk/modules/gui/macosx/extended.m
-
-* set keywords
-------------------------------------------------------------------------
-r12048 | fkuehne | 2005-08-06 23:22:23 +0200 (Sat, 06 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* added the IMG-file-type
-------------------------------------------------------------------------
-r12047 | dionoea | 2005-08-06 23:17:27 +0200 (Sat, 06 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-fix compile on makensis versions < 2.07 (debian sid is 2.06)
-
-------------------------------------------------------------------------
-r12046 | asmax | 2005-08-06 23:15:48 +0200 (Sat, 06 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-
- * dialogs.cpp: fixed an assert failure in open skins dialog
-------------------------------------------------------------------------
-r12045 | fkuehne | 2005-08-06 22:48:15 +0200 (Sat, 06 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/NEWS
-
-* Updated
-------------------------------------------------------------------------
-r12044 | dionoea | 2005-08-06 21:44:35 +0200 (Sat, 06 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
- * add context menu item to open directories
- * ask to uninstall VLC before installing
- * use several languages (its nice for people who really don't talk english)
- * small fixes
-
-------------------------------------------------------------------------
-r12043 | asmax | 2005-08-06 21:36:54 +0200 (Sat, 06 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
- * vlc_common.c: forward declaration of dirent for vlc_symbols.h
-
-------------------------------------------------------------------------
-r12042 | asmax | 2005-08-06 21:09:54 +0200 (Sat, 06 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/src/skin_common.hpp
-   M /trunk/src/extras/getopt.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/charset.c
-
- * charset.c: don't return a pointer to a buffer allocated on the stack!
- * all: removed some warnings
-------------------------------------------------------------------------
-r12041 | asmax | 2005-08-06 17:08:37 +0200 (Sat, 06 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-   M /trunk/src/libvlc.c
-   M /trunk/src/stream_output/sap.c
-
- * libvlc.c: don't crash in vlc_iconv if vlc_iconv_open failed
- * sap.c: compilation fix
- * win32_graphics.cpp: avoid multiple #define
-------------------------------------------------------------------------
-r12040 | massiot | 2005-08-06 13:45:34 +0200 (Sat, 06 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/extras/libc.c
-
- * src/extras/libc.c: Fixed compilation on systems without scandir().
-
-------------------------------------------------------------------------
-r12039 | massiot | 2005-08-06 13:04:31 +0200 (Sat, 06 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-
- * include/vlc_common.h: VLC_EXPORT macros can't span on several lines.
-
-------------------------------------------------------------------------
-r12038 | fkuehne | 2005-08-05 21:47:51 +0200 (Fri, 05 Aug 2005) | 9 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/extended.h
-   M /trunk/modules/gui/macosx/extended.m
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-
-* macosx/extended.*: finished the extended-controls for OSX (closes #268)
-    - save the prefs when they are changed, so the settings are kept
-    - restore the objects to the correct values
-    - fixed some compiler warnings
-    - i18n support additions
-    
-* Extended.nib: minor tweak
-    
-* wxwidgets/extrapanel.cpp: fixed typo
-------------------------------------------------------------------------
-r12037 | massiot | 2005-08-05 21:25:38 +0200 (Fri, 05 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/control/http.c
-   M /trunk/src/extras/libc.c
-   M /trunk/src/misc/charset.c
-
- * src/extras/libc.c: Added an implementation of scandir (from directory.c).
- * modules/control/http.c: Use scandir instead of readdir since it allows
-   to sort the files alphanumerically.
- * src/misc/charset.c: Fixed the declaration of vlc_fix_readdir_charset.
-
-------------------------------------------------------------------------
-r12036 | massiot | 2005-08-05 20:44:47 +0200 (Fri, 05 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/modules/misc/logger.c
-
- * modules/control/http.c: Support for ~ in foreach directory.
-
-------------------------------------------------------------------------
-r12035 | massiot | 2005-08-05 19:56:50 +0200 (Fri, 05 Aug 2005) | 8 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * modules/control/http.c: Added two new RPN functions : playlist_add and
-   play. playlist_add takes two arguments, mrl and name, and returns
-   the ID of the added item. play takes 1 argument, the ID of the item,
-   and returns non-zero in case of error. These functions are much more
-   convenient than using the "control" tags, because you can then do
-   several commands in the same page, and get the playlist ID of the
-   added item, which many people complained about.
-
-------------------------------------------------------------------------
-r12034 | massiot | 2005-08-05 19:52:46 +0200 (Fri, 05 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-
- * modules/gui/skins2/src/skin_main.cpp: Unsubscribe message queue when
-   failing.
-
-------------------------------------------------------------------------
-r12033 | courmisch | 2005-08-05 17:56:41 +0200 (Fri, 05 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-Fix compiler warnings
-
-------------------------------------------------------------------------
-r12032 | massiot | 2005-08-05 17:20:53 +0200 (Fri, 05 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-
- * ALL: a couple more vlc_object_release()...
-
-------------------------------------------------------------------------
-r12031 | massiot | 2005-08-05 16:46:20 +0200 (Fri, 05 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * modules/stream_out/transcode.c: Fixed DTS madness after pausing when
-   --sout-transcode-fps is in use.
-
-------------------------------------------------------------------------
-r12030 | massiot | 2005-08-05 15:54:35 +0200 (Fri, 05 Aug 2005) | 6 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
- * src/misc/httpd.c: Changed the encoding of mandatory pages (401, 403, 404...)
-   to ascii instead of UTF-8 because those pages actually contain only
-   ascii characters, and it allows it to work with all browsers including
-   those which do not support UTF-8. BTW these pages should be somewhere
-   in the filesystem instead of hard-coded in the C file.
-
-------------------------------------------------------------------------
-r12029 | massiot | 2005-08-05 15:45:56 +0200 (Fri, 05 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/extended.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-   M /trunk/src/stream_output/stream_output.c
-
- * ALL: releasing a few unreleased objects.
-
-------------------------------------------------------------------------
-r12028 | massiot | 2005-08-05 15:45:10 +0200 (Fri, 05 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
- * src/misc/objects.c: More verbosity to debug unreleased objects.
-
-------------------------------------------------------------------------
-r12027 | massiot | 2005-08-05 15:43:50 +0200 (Fri, 05 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * src/input/input.c: msg_Warn->msg_Dbg
-
-------------------------------------------------------------------------
-r12026 | fkuehne | 2005-08-05 15:03:54 +0200 (Fri, 05 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.m
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-   M /trunk/po/de.po
-
-* fixed minor stuff
-------------------------------------------------------------------------
-r12025 | fkuehne | 2005-08-05 15:03:20 +0200 (Fri, 05 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/extended.h
-   M /trunk/modules/gui/macosx/extended.m
-
-* added video filters and i18n support -- still ToDo: loaded the settings from the prefs correctly
-------------------------------------------------------------------------
-r12024 | fkuehne | 2005-08-05 09:52:05 +0200 (Fri, 05 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_TW.po
-
-* updated the po-files
-------------------------------------------------------------------------
-r12023 | fkuehne | 2005-08-05 01:31:31 +0200 (Fri, 05 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-
-* VLCExtended is no class needed there
-------------------------------------------------------------------------
-r12022 | fkuehne | 2005-08-05 01:24:50 +0200 (Fri, 05 Aug 2005) | 8 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/classes.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/Modules.am
-   A /trunk/modules/gui/macosx/extended.h
-   A /trunk/modules/gui/macosx/extended.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* port of the WX-advanded-GUI to OSX (refs #268)
-- the adjust-image-filter and the audio-filters are completely useable
-
-ToDo:
-- complete i18n support
-- video-filters
-- loading the settings from the prefs correctly
-- probably minor layout tweaks, etc.
-------------------------------------------------------------------------
-r12021 | gbazin | 2005-08-04 23:58:02 +0200 (Thu, 04 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: another fix for libavutil detection.
-------------------------------------------------------------------------
-r12020 | gbazin | 2005-08-04 23:49:00 +0200 (Thu, 04 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: support for latest ffmpeg changes (introduction of libavutil).
-------------------------------------------------------------------------
-r12019 | xtophe | 2005-08-04 21:22:10 +0200 (Thu, 04 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/Makefile
-
-Compile fix
-
-------------------------------------------------------------------------
-r12018 | massiot | 2005-08-04 21:15:33 +0200 (Thu, 04 Aug 2005) | 7 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * modules/control/http.c: New option --http-charset to specify which
-   charset the HTML pages will be transformed into (default no transform,
-   ie. UTF-8). Call vlc_fix_readdir_charset whenever necessary, the
-   http intf should now work under Mac OS X with non-ascii filenames.
-   When using the 'add' command (MVLC_ADD), add an extra paramater 'name'
-   besides 'mrl' to specify which name to use in the playlist.
-
-------------------------------------------------------------------------
-r12017 | courmisch | 2005-08-04 21:14:06 +0200 (Thu, 04 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Initialize iconv at The Right Times
-
-------------------------------------------------------------------------
-r12016 | massiot | 2005-08-04 21:11:07 +0200 (Thu, 04 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
- * modules/access/directory.c: Call vlc_fix_readdir_charset() whenever
-   needed. This fixes the directory access module under Mac OS X.
-
-------------------------------------------------------------------------
-r12015 | massiot | 2005-08-04 21:10:21 +0200 (Thu, 04 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/libiconv.patch
-
- * extras/contrib/src: Patched libiconv to handle UTF-8-MAC (format
-   returned by Darwin's readdir). Probably we should send this upstream.
-
-------------------------------------------------------------------------
-r12014 | massiot | 2005-08-04 21:09:15 +0200 (Thu, 04 Aug 2005) | 6 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/main.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/charset.c
-   M /trunk/src/misc/darwin_specific.m
-
- * src/misc/charset.c: New function vlc_fix_readdir_charset. It is used
-   under Mac OS X to transform UTF-8-MAC returned by readdir() into
-   UTF-8. Darwin always uses UTF-8 internally, so we vlc_current_charset
-   should always return UTF-8. Also made vlc_current_charset()
-   thread-safe and added a few missing const's.
-
-------------------------------------------------------------------------
-r12013 | massiot | 2005-08-04 21:06:29 +0200 (Thu, 04 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
- * include/network.h: Fixed vlc_UrlEncode with non-ASCII characters.
-
-------------------------------------------------------------------------
-r12012 | massiot | 2005-08-04 21:05:21 +0200 (Thu, 04 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
- * src/libvlc.c: Fixed segfault introduced in #12010 when current_charset is
-   UTF-8.
-
-------------------------------------------------------------------------
-r12011 | courmisch | 2005-08-04 21:03:28 +0200 (Thu, 04 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Fix question marks insertion
-
-------------------------------------------------------------------------
-r12010 | courmisch | 2005-08-04 20:14:40 +0200 (Thu, 04 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/unicode.c
-
-Don't call vlc_current_charset and vlc_iconv_open at every conversion
-
-------------------------------------------------------------------------
-r12009 | xtophe | 2005-08-04 19:18:13 +0200 (Thu, 04 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Compile fix
-
-------------------------------------------------------------------------
-r12008 | courmisch | 2005-08-04 19:03:42 +0200 (Thu, 04 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Fix heap buffer overflow
-
-------------------------------------------------------------------------
-r12007 | courmisch | 2005-08-04 18:50:18 +0200 (Thu, 04 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/nuv.c
-
-fix spelling of "unsupported"
-
-------------------------------------------------------------------------
-r12006 | courmisch | 2005-08-04 18:47:04 +0200 (Thu, 04 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Speed up LocaleFree()
-
-------------------------------------------------------------------------
-r12005 | courmisch | 2005-08-04 18:38:57 +0200 (Thu, 04 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/src/libvlc.c
-   A /trunk/src/misc/unicode.c
-
- * reimplement EnableUTF8 without iconv
- * move Unicode stuff to a separate file
-
-------------------------------------------------------------------------
-r12004 | courmisch | 2005-08-04 16:58:44 +0200 (Thu, 04 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_httpd.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/control/http.c
-   M /trunk/share/http/index.html
-   M /trunk/share/http/vlm/edit.html
-   M /trunk/share/http/vlm/index.html
-   M /trunk/share/http/vlm/new.html
-   M /trunk/share/http/vlm/show.html
-   M /trunk/src/misc/httpd.c
-
- * modules/control/http.c : specify UTF-8 as charset (closes #236)
- * share/html/* : sepcify UTF-8 as XML encoding
- * httpd.c : add a bunch of "const"
-
-------------------------------------------------------------------------
-r12003 | courmisch | 2005-08-04 16:45:59 +0200 (Thu, 04 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-Add stub httpd_ServerIP when httpd is not compiled
-
-------------------------------------------------------------------------
-r12002 | fkuehne | 2005-08-04 14:47:04 +0200 (Thu, 04 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* disable the compilation of ffplay (solves a SDL compilation issue)
-------------------------------------------------------------------------
-r12001 | fkuehne | 2005-08-04 14:11:15 +0200 (Thu, 04 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/daap.patch
-
-* really fix the patch....
-------------------------------------------------------------------------
-r12000 | fkuehne | 2005-08-04 13:55:52 +0200 (Thu, 04 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/daap.patch
-
-* fix the patch file
-------------------------------------------------------------------------
-r11999 | fkuehne | 2005-08-04 13:49:36 +0200 (Thu, 04 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/daap.patch
-
-* fix compilation of libopendaap on 10.2
-------------------------------------------------------------------------
-r11998 | fkuehne | 2005-08-04 12:04:35 +0200 (Thu, 04 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-
-* removed unneeded ifdef, which broke the compilation on Darwin 8.x
-------------------------------------------------------------------------
-r11996 | asmax | 2005-08-04 00:44:45 +0200 (Thu, 04 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/build-vlc
-   M /trunk/config.in
-   M /trunk/defconfig
-
-* config.in: wxwindows -> wxwidgets. Added a HTTPD option
-
-------------------------------------------------------------------------
-r11995 | fkuehne | 2005-08-03 23:47:47 +0200 (Wed, 03 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-
-* implemented transcoding when streaming -- might need some testing, if anyone on OSX got the time (refs #271)
-------------------------------------------------------------------------
-r11994 | gbazin | 2005-08-03 23:42:04 +0200 (Wed, 03 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-* modules/gui/wxwidgets/interface.cpp: bring back text wrapping on win32 for the about dialog box.
-------------------------------------------------------------------------
-r11993 | gbazin | 2005-08-03 23:33:37 +0200 (Wed, 03 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: reverted 11984 which breaks the plugins cache.
-------------------------------------------------------------------------
-r11992 | gbazin | 2005-08-03 23:23:04 +0200 (Wed, 03 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.c
-
-* src/libvlc.c: compilation fix.
-------------------------------------------------------------------------
-r11991 | ipkiss | 2005-08-03 23:00:03 +0200 (Wed, 03 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-
- * skins2/vars/playlist.cpp: compilation fix
-
-------------------------------------------------------------------------
-r11990 | courmisch | 2005-08-03 21:09:58 +0200 (Wed, 03 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/old.c
-
- * M3U: make sure strings are UTF8
- * old: convert
-
-------------------------------------------------------------------------
-r11989 | courmisch | 2005-08-03 21:07:09 +0200 (Wed, 03 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Handle NULL pointer properly in Unicode conversion thingy
-
-------------------------------------------------------------------------
-r11988 | courmisch | 2005-08-03 21:01:44 +0200 (Wed, 03 Aug 2005) | 8 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/charset.h
-   M /trunk/include/stream_output.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/access/file.c
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-   M /trunk/modules/gui/skins2/vars/playlist.hpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wxwidgets/preferences.cpp
-   M /trunk/modules/gui/wxwidgets/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.h
-   M /trunk/modules/misc/playlist/old.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/stream_output/sap.c
-
-Use UTF-8 internally (closes #16 and introduces lots of yet to be uncovered bugs)
-
-* libvlc: Conversion functions (needs performance improvement)
-          Convert filenames from command line
-* SAP, Skins2: no perform own UTF-8 conversion
-* file, playlistold : convert
-* wx, winCE : assume UTF-8
-
-------------------------------------------------------------------------
-r11987 | gbazin | 2005-08-03 20:26:11 +0200 (Wed, 03 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/wingdi.c
-
-* modules/video_output/wingdi.c: compilation fix when compiled as plugin.
-------------------------------------------------------------------------
-r11986 | xtophe | 2005-08-03 18:57:29 +0200 (Wed, 03 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-   M /trunk/modules/gui/wxwidgets/video.cpp
-
-Forgot to change a few variable names (refs #80)
-
-------------------------------------------------------------------------
-r11985 | courmisch | 2005-08-03 18:18:38 +0200 (Wed, 03 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/services_discovery/upnp.cpp
-
-There is no "=~" operator in C (it simply means "= ~").
-I assume the intent was "&= ~" which is not the same.
-
-Needs review.
-
-------------------------------------------------------------------------
-r11984 | courmisch | 2005-08-03 17:58:31 +0200 (Wed, 03 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Module bank memleak
-
-------------------------------------------------------------------------
-r11983 | courmisch | 2005-08-03 17:45:21 +0200 (Wed, 03 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Fix the message queue memleak
-
-------------------------------------------------------------------------
-r11982 | xtophe | 2005-08-03 17:31:26 +0200 (Wed, 03 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.h
-
-Renaming of wxwidgets options. Close the renaming (refs #80)
-
-------------------------------------------------------------------------
-r11981 | xtophe | 2005-08-03 17:03:23 +0200 (Wed, 03 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/Modules.am
-   M /trunk/modules/gui/wxwidgets/bookmarks.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-   M /trunk/modules/gui/wxwidgets/fileinfo.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/iteminfo.cpp
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-   M /trunk/modules/gui/wxwidgets/messages.cpp
-   M /trunk/modules/gui/wxwidgets/open.cpp
-   M /trunk/modules/gui/wxwidgets/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/preferences.cpp
-   M /trunk/modules/gui/wxwidgets/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwidgets/streamout.cpp
-   M /trunk/modules/gui/wxwidgets/subtitles.cpp
-   M /trunk/modules/gui/wxwidgets/timer.cpp
-   M /trunk/modules/gui/wxwidgets/updatevlc.cpp
-   M /trunk/modules/gui/wxwidgets/video.cpp
-   M /trunk/modules/gui/wxwidgets/wizard.cpp
-   A /trunk/modules/gui/wxwidgets/wxwidgets.cpp (from /trunk/modules/gui/wxwidgets/wxwindows.cpp:11979)
-   A /trunk/modules/gui/wxwidgets/wxwidgets.h (from /trunk/modules/gui/wxwidgets/wxwindows.h:11979)
-   D /trunk/modules/gui/wxwidgets/wxwindows.cpp
-   D /trunk/modules/gui/wxwidgets/wxwindows.h
-
-wxWindows -> wxWidgets step 3 (refs #80)
-
-------------------------------------------------------------------------
-r11980 | massiot | 2005-08-03 16:52:17 +0200 (Wed, 03 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/image.c
-
- * src/misc/image.c: Really fixed the segfault on unsupported image type.
-
-------------------------------------------------------------------------
-r11979 | xtophe | 2005-08-03 16:33:59 +0200 (Wed, 03 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/modules/gui/wxwidgets (from /trunk/modules/gui/wxwindows:11978)
-   D /trunk/modules/gui/wxwindows
-
-wxWindows -> wxWidgets in configure.ac and renaming the dir.
-
-NB: Likely to break your cache and preferences
-
-------------------------------------------------------------------------
-r11977 | fkuehne | 2005-08-03 15:07:46 +0200 (Wed, 03 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/wizard.m
-
-* implemented MMS-support (refs #271)
-------------------------------------------------------------------------
-r11976 | massiot | 2005-08-03 14:58:53 +0200 (Wed, 03 Aug 2005) | 8 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/SDL.patch
-   A /trunk/extras/contrib/src/Patches/SDL_image.patch
-   A /trunk/extras/contrib/src/Patches/tiff.patch
-   M /trunk/extras/contrib/src/packages.mak
-
- * extras/contrib: Added libSDL and libSDL_image to the contrib system,
-   along with libjpeg and libtiff. SDL has been heavily patched not to
-   hijack main() on Darwin, you should do the same for other platforms.
-   Also fixed a huge number of typos in the Makefile, and reverted to
-   an old version of ffmpeg because our friends there are breaking
-   everything again.
- * Makefile.am: Re-added the "Default" directory for Xcode 2.1.
-
-------------------------------------------------------------------------
-r11975 | massiot | 2005-08-03 14:48:10 +0200 (Wed, 03 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
- * modules/codec/ffmpeg/encoder.c: Avoid a useless warning.
-
-------------------------------------------------------------------------
-r11973 | asmax | 2005-08-03 01:26:22 +0200 (Wed, 03 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/var_manager.cpp
-   M /trunk/modules/gui/skins2/src/var_manager.hpp
-
-* var_manager.cpp: explicit object destruction order to avoid access
-to an already destroyed map ! (and a crash with MSVC runtime...)
-------------------------------------------------------------------------
-r11972 | asmax | 2005-08-02 23:27:53 +0200 (Tue, 02 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/rv32.c
-
-* rv32.c: new basic video filter to convert RV24 to RV32
-  (remove the dependency of skins2 to ffmpeg for PNG loading)
-
-------------------------------------------------------------------------
-r11971 | courmisch | 2005-08-02 21:11:23 +0200 (Tue, 02 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Use new network modules semantics (closes #283)
-but it is even more ugly than before
-
-------------------------------------------------------------------------
-r11970 | xtophe | 2005-08-02 20:31:32 +0200 (Tue, 02 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace.c
-
-Add some sections
-
-------------------------------------------------------------------------
-r11969 | courmisch | 2005-08-02 19:59:33 +0200 (Tue, 02 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-Rename wxWindows to wxWidgets (refs #80)
-(keep backward compatible shortcuts, of course)
-
-------------------------------------------------------------------------
-r11968 | massiot | 2005-08-02 19:43:34 +0200 (Tue, 02 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
- * src/stream_output/sap.c: Fixed small memory leak.
-
-------------------------------------------------------------------------
-r11967 | courmisch | 2005-08-02 19:31:33 +0200 (Tue, 02 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/tcp.c
-
-Minor bugfix and cleanup
-
-------------------------------------------------------------------------
-r11966 | fkuehne | 2005-08-02 18:53:43 +0200 (Tue, 02 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/daap.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* packages.mak: Updated the download server of libopendaap and the used version. 0.4.0 is entirely free on the contrary to previous versions, since it uses a free mdns-library instead of Apple's own now. 
-* Makefile: 
-    - Our patch was applied upstream, so we don't need it anymore.
-    - Fixed a copy&paste typo, which prevented the dist-clean of 9 libraries
-------------------------------------------------------------------------
-r11965 | courmisch | 2005-08-02 17:31:47 +0200 (Tue, 02 Aug 2005) | 11 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/src/misc/net.c
-
-- When both IPv4 and IPv6 plugins return a socket, use the IPv6 one if
-  IPV6_ONLY can be turned off. It is supposed to be off by default, and
-  it actually is. Unfortunately, OpenBSD and NetBSD people think
-  network software programmer like us are too stupid to use this
-  feature properly, so they just removed it. Lets say the most stupid
-  are not always the ones one think. Also, Windows doesn't support this
-  yet. On all these OSes, keep the old behavior; that is prefer IPv4.
-  Closes #166.
-
-- Windows protection level compile fix
-
-------------------------------------------------------------------------
-r11964 | courmisch | 2005-08-02 17:23:46 +0200 (Tue, 02 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Fix typo in previous commit
-
-------------------------------------------------------------------------
-r11963 | massiot | 2005-08-02 16:17:01 +0200 (Tue, 02 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
- * modules/codec/ffmpeg: More locking around avcodec_open() and avcodec_close().
-
-------------------------------------------------------------------------
-r11961 | hartman | 2005-08-02 12:30:59 +0200 (Tue, 02 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-* SDK shouldn't be enabled yet.
-
-------------------------------------------------------------------------
-r11960 | hartman | 2005-08-02 12:28:54 +0200 (Tue, 02 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* Fix mpeg2dec download
-
-------------------------------------------------------------------------
-r11958 | damienf | 2005-08-02 11:02:49 +0200 (Tue, 02 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-
-- add libvlc.a at the end of the linking chain, so that --disable-plugins works for the ActiveX Plugin (ref. #276)
-
-------------------------------------------------------------------------
-r11957 | sigmunau | 2005-08-01 23:12:22 +0200 (Mon, 01 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamdata.h
-
-some more suggestions by trax
-
-------------------------------------------------------------------------
-r11956 | dionoea | 2005-08-01 21:50:19 +0200 (Mon, 01 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-add Fran?\195?\167ois Seigner
-
-------------------------------------------------------------------------
-r11955 | sigmunau | 2005-08-01 21:47:12 +0200 (Mon, 01 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-mux/asf.c: codec description fixes suggested by trax
-
-------------------------------------------------------------------------
-r11954 | dionoea | 2005-08-01 21:45:47 +0200 (Mon, 01 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-add TTL option in streamout dialog. Patch by seingier fran?\195?\167ois plus some
-layout and initial value fixes.
-
-------------------------------------------------------------------------
-r11953 | massiot | 2005-08-01 21:33:46 +0200 (Mon, 01 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-I'll have more commits than courmisch today ! One again
-
-------------------------------------------------------------------------
-r11952 | sigmunau | 2005-08-01 21:23:00 +0200 (Mon, 01 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-access/http.c: fixed icy with metadata
-
-------------------------------------------------------------------------
-r11951 | ipkiss | 2005-08-01 20:36:09 +0200 (Mon, 01 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-
- * wxwindows/bookmarks.cpp: cosmetics + removed a debug message
-
-------------------------------------------------------------------------
-r11950 | massiot | 2005-08-01 20:35:33 +0200 (Mon, 01 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * src/input/input.c: Fixed segfault when using :programs= or the VLM.
-
-------------------------------------------------------------------------
-r11949 | courmisch | 2005-08-01 20:27:44 +0200 (Mon, 01 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-
-- Kludge to be able to use strerror() with Winsock
-  (should fix IPv6 error reporting on Win32)
-- Some cleanup
-
-------------------------------------------------------------------------
-r11948 | massiot | 2005-08-01 19:58:22 +0200 (Mon, 01 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/fake.c
-
- * modules/access/fake.c: New --fake-duration option ; useful to do a
-   slide-show.
-
-------------------------------------------------------------------------
-r11947 | courmisch | 2005-08-01 19:54:14 +0200 (Mon, 01 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Don't reinvent strchr()
-
-------------------------------------------------------------------------
-r11946 | dionoea | 2005-08-01 19:28:16 +0200 (Mon, 01 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamdata.h
-
-remove compile warning
-
-------------------------------------------------------------------------
-r11945 | courmisch | 2005-08-01 19:26:37 +0200 (Mon, 01 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Don't attempt to listen to link-local scope SAP address because it doesn't work
-
-------------------------------------------------------------------------
-r11944 | dionoea | 2005-08-01 19:21:22 +0200 (Mon, 01 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-
-fileinfo : patch by Jonas A. Larsen to remove empty fields
-bookmarks : remove compile warning
-
-------------------------------------------------------------------------
-r11943 | sigmunau | 2005-08-01 19:13:05 +0200 (Mon, 01 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-shout.c: fixed shoutcast discovery (added www. to hostname)
-
-------------------------------------------------------------------------
-r11942 | massiot | 2005-08-01 18:40:24 +0200 (Mon, 01 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/fake.c
-
- * modules/codec/fake.c: New obscure options to allow for maximum width
-   and height while keeping the aspect ratio of the original picture. New
-   options to deinterlace the picture on loading.
-
-------------------------------------------------------------------------
-r11941 | massiot | 2005-08-01 18:38:56 +0200 (Mon, 01 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_image.h
-   M /trunk/src/misc/image.c
-
- * src/misc/image.c: New image_Filter call to apply a filter on a picture_t
-   (for instance deinterlace filter).
-
-------------------------------------------------------------------------
-r11940 | massiot | 2005-08-01 16:58:14 +0200 (Mon, 01 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
- * extras/contrib/bootstrap: Really fixed it this time.
-
-------------------------------------------------------------------------
-r11939 | massiot | 2005-08-01 16:53:22 +0200 (Mon, 01 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
- * extras/contrib/bootstrap: Typo.
-
-------------------------------------------------------------------------
-r11938 | massiot | 2005-08-01 16:50:42 +0200 (Mon, 01 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/twolame.c
-
- * modules/codec/twolame.c, modules/codec/ffmpeg/encoder.c: Added sanity
-   checks for frequencies and bitrates in MPEG audio.
-
-------------------------------------------------------------------------
-r11937 | massiot | 2005-08-01 16:44:08 +0200 (Mon, 01 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * modules/control/http.c: Add an 'ext' field to file structures in
-   order to get the file extension.
-
-------------------------------------------------------------------------
-r11936 | massiot | 2005-08-01 16:40:53 +0200 (Mon, 01 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
- * Makefile.am: fix build location of Mac OS X bundle for Darwin8.
-
-------------------------------------------------------------------------
-r11934 | massiot | 2005-08-01 14:51:00 +0200 (Mon, 01 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
- * extras/contrib/src/packages.mak: Reverted [11913] for libmpeg2
-   because the new location doesn't exist.
-
-------------------------------------------------------------------------
-r11932 | jpsaman | 2005-08-01 13:10:19 +0200 (Mon, 01 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-Fix wrong uninstall key
-------------------------------------------------------------------------
-r11930 | ipkiss | 2005-07-31 22:58:43 +0200 (Sun, 31 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
- * wxwindows: do not save the position of minimized windows. Closes #282.
-   We cannot do better (i.e. save the position when the window is minimized)
-   because we cannot be notified of such event with the wxWindows API.
-
-------------------------------------------------------------------------
-r11929 | courmisch | 2005-07-31 21:04:29 +0200 (Sun, 31 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-- Put IP6 instead of IP4 when appropriate
-  (closes #270)
-- strlen( static string ) => sizeof
-  using strlen with static strings is lame
-
-------------------------------------------------------------------------
-r11928 | courmisch | 2005-07-31 21:01:09 +0200 (Sun, 31 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
-Add const
-
-------------------------------------------------------------------------
-r11927 | dionoea | 2005-07-31 18:29:04 +0200 (Sun, 31 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
-free stuff and add mutex (will be needed when RSS feed get updated)
-
-------------------------------------------------------------------------
-r11926 | dionoea | 2005-07-31 02:25:10 +0200 (Sun, 31 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-add update checker and rss subfilter
-
-------------------------------------------------------------------------
-r11925 | dionoea | 2005-07-31 02:15:54 +0200 (Sun, 31 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
-change option names so users can have different settings for marq and rss modules
-
-------------------------------------------------------------------------
-r11924 | dionoea | 2005-07-31 02:07:48 +0200 (Sun, 31 Jul 2005) | 7 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   M /trunk/modules/video_filter/motiondetect.c
-   A /trunk/modules/video_filter/rss.c
-
- * rss.c  : add new rss module (sub filter)
-Still needs much work
-example command line :
-./vlc -vvv --color --sub-filter rss --rss-urls "http://kernel.org/kdist/rss.xml,http://fxfeeds.mozilla.org/rss20.xml
-
- * motiondetect.c : propset ... Id
-
-------------------------------------------------------------------------
-r11923 | dionoea | 2005-07-31 00:14:16 +0200 (Sun, 31 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
---sub-filter should appear in vlc -H without needing --advanced
-
-------------------------------------------------------------------------
-r11922 | dionoea | 2005-07-30 22:01:33 +0200 (Sat, 30 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-
-svn propset svn:keywords Id
-
-------------------------------------------------------------------------
-r11921 | dionoea | 2005-07-30 21:59:19 +0200 (Sat, 30 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-
-remove tabs and trailing spaces
-
-------------------------------------------------------------------------
-r11920 | hartman | 2005-07-30 14:39:57 +0200 (Sat, 30 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* forwardport [11919]
-
-------------------------------------------------------------------------
-r11917 | hartman | 2005-07-30 14:07:09 +0200 (Sat, 30 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* Add options for SDK building. (not enabled yet) and fix liba52 downlaod
-
-------------------------------------------------------------------------
-r11916 | gbazin | 2005-07-30 13:30:51 +0200 (Sat, 30 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/waveout.c
-
-* modules/audio_output/waveout.c: get rid of roundf() which isn't supported on WinCE.
-------------------------------------------------------------------------
-r11915 | gbazin | 2005-07-30 12:49:52 +0200 (Sat, 30 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/src/stream_output/acl.c
-
-* include/network.h, modules/access/mms/mmstu.c, src/stream_output/acl.c: WinCE build fixes.
-------------------------------------------------------------------------
-r11913 | hartman | 2005-07-30 03:22:35 +0200 (Sat, 30 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* Update some sourceforge download locations to use the mirror
-
-------------------------------------------------------------------------
-r11912 | courmisch | 2005-07-29 21:04:46 +0200 (Fri, 29 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Fix some memleaks
-
-------------------------------------------------------------------------
-r11911 | courmisch | 2005-07-29 20:45:11 +0200 (Fri, 29 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-- Put correct IP4 owner address
-- Support IP6 (refs #270)
-
-------------------------------------------------------------------------
-r11910 | courmisch | 2005-07-29 20:28:45 +0200 (Fri, 29 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-Fix compilation. Thanks bigben
-
-------------------------------------------------------------------------
-r11909 | courmisch | 2005-07-29 20:00:06 +0200 (Fri, 29 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-I had missed a third similar problem
-
-------------------------------------------------------------------------
-r11908 | courmisch | 2005-07-29 19:53:50 +0200 (Fri, 29 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_httpd.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/src/misc/httpd.c
-
-- Add httpd_ServerIP() to obtain HTTP server's IP used with a given client
-(much like httpd_ClientIP())
-- Rewrite httpd_ClientIP() to use existing API and not use malloc/free
-
-------------------------------------------------------------------------
-r11907 | courmisch | 2005-07-29 19:31:00 +0200 (Fri, 29 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Forgot this file
-
-------------------------------------------------------------------------
-r11906 | courmisch | 2005-07-29 19:28:01 +0200 (Fri, 29 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/mms/mmstu.c
-
-Don't require a vlc_object_t in net_Get(Sock|Peer)Address
-(will be needed by a later commit)
-
-------------------------------------------------------------------------
-r11905 | massiot | 2005-07-29 18:56:10 +0200 (Fri, 29 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
- * include/network.h: VLC should now compile.
-
-------------------------------------------------------------------------
-r11904 | courmisch | 2005-07-29 18:43:55 +0200 (Fri, 29 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Similar fixes
-RTSP server supports IPv6 (refs #270)
-
-------------------------------------------------------------------------
-r11903 | courmisch | 2005-07-29 18:24:52 +0200 (Fri, 29 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Bind RTSP to all interfaces by default (refs #270)
-
-------------------------------------------------------------------------
-r11902 | courmisch | 2005-07-29 18:23:54 +0200 (Fri, 29 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-Accept NULL hostname for httpd_HostNew
-
-------------------------------------------------------------------------
-r11901 | courmisch | 2005-07-29 18:09:58 +0200 (Fri, 29 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-Don't add brackets around IPv6 addresses, this is annoying
-
-------------------------------------------------------------------------
-r11900 | courmisch | 2005-07-29 18:08:16 +0200 (Fri, 29 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-A bunch of minor fixes
-
-------------------------------------------------------------------------
-r11899 | courmisch | 2005-07-29 17:51:08 +0200 (Fri, 29 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Use more sensible/conservative buffer size for psz_ttl
-
-------------------------------------------------------------------------
-r11898 | courmisch | 2005-07-29 17:47:35 +0200 (Fri, 29 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Don't use NULL char pointer
-
-------------------------------------------------------------------------
-r11897 | courmisch | 2005-07-29 17:26:08 +0200 (Fri, 29 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/net.c
-
-Inline net_GetAddress
-
-------------------------------------------------------------------------
-r11896 | massiot | 2005-07-29 17:14:00 +0200 (Fri, 29 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/sdl_image.c
-   M /trunk/src/misc/image.c
-
- * modules/codec/sdl_image.c: New decoder taking advantage of libSDL_image
-   to import various image formats.
- * src/misc/image.c: Fixed a segfault when loading an unknown image type.
-
-------------------------------------------------------------------------
-r11894 | courmisch | 2005-07-28 20:47:25 +0200 (Thu, 28 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-- Remove dead multicast code
-- Fix RTSP error codes
-
-------------------------------------------------------------------------
-r11893 | courmisch | 2005-07-28 20:44:03 +0200 (Thu, 28 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Fix RTSP error codes
-
-------------------------------------------------------------------------
-r11892 | courmisch | 2005-07-28 20:14:28 +0200 (Thu, 28 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-Really listen to all IP addresses by default
-
-------------------------------------------------------------------------
-r11890 | courmisch | 2005-07-28 18:56:03 +0200 (Thu, 28 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Link with libvlc.a last rather than first (closes #276)
-
-------------------------------------------------------------------------
-r11889 | courmisch | 2005-07-28 18:00:27 +0200 (Thu, 28 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Fix typo
-
-------------------------------------------------------------------------
-r11888 | courmisch | 2005-07-28 17:34:09 +0200 (Thu, 28 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Fix compiler warning
-
-------------------------------------------------------------------------
-r11887 | courmisch | 2005-07-28 17:31:10 +0200 (Thu, 28 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/src/misc/net.c
-   M /trunk/src/stream_output/sap.c
-
-inet_pton() replacement
-
-------------------------------------------------------------------------
-r11886 | damienf | 2005-07-28 15:21:46 +0200 (Thu, 28 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-- replaced inet_pton() with WSAStringToAddress() for WIN32
-  needs review, not tested but it compiles
-
-------------------------------------------------------------------------
-r11884 | hartman | 2005-07-28 14:33:05 +0200 (Thu, 28 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* forwardport [11883]
-
-------------------------------------------------------------------------
-r11881 | hartman | 2005-07-28 01:43:35 +0200 (Thu, 28 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-* forwardport [11880]
-
-------------------------------------------------------------------------
-r11878 | hartman | 2005-07-27 22:07:51 +0200 (Wed, 27 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-
-* forwardport [11877]
-
-------------------------------------------------------------------------
-r11876 | courmisch | 2005-07-27 21:30:22 +0200 (Wed, 27 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix inet_pton check
-
-------------------------------------------------------------------------
-r11875 | courmisch | 2005-07-27 21:05:21 +0200 (Wed, 27 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/modules/misc/rtsp.c
-
-- Fix segfault when doing RTSP DESCRIBE (trunk-only bug from [11811])
-- cleanup net_AddressIsMulticast
-
-------------------------------------------------------------------------
-r11874 | courmisch | 2005-07-27 20:59:03 +0200 (Wed, 27 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
-Remove FIXME that doesn't need to be fixed
-
-------------------------------------------------------------------------
-r11873 | courmisch | 2005-07-27 20:05:22 +0200 (Wed, 27 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-- Include proper source IP address in SAP header (longstanding FIXME)
-  (btw, fixes SAP to link-local multicast IPv6)
-- Fix scoped IPv6 address in SDP
-- Cleanup multicast address determination and others
-
-------------------------------------------------------------------------
-r11872 | xtophe | 2005-07-27 19:56:36 +0200 (Wed, 27 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/updatevlc.cpp
-
-Fix for wxMSW
-
-------------------------------------------------------------------------
-r11871 | courmisch | 2005-07-27 19:51:30 +0200 (Wed, 27 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Define HAVE_INET_PTON
-
-------------------------------------------------------------------------
-r11870 | courmisch | 2005-07-27 19:25:52 +0200 (Wed, 27 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
-Err, IPv4 multicast starts at 224.0.0.0 not 225.0.0.0
-
-------------------------------------------------------------------------
-r11869 | courmisch | 2005-07-27 19:22:28 +0200 (Wed, 27 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/include/network.h
-
-- takes scope into account for NI_MAXNUMERICHOST
-- accept 224.0.0.0 as a multicast address
-
-------------------------------------------------------------------------
-r11868 | courmisch | 2005-07-27 18:56:58 +0200 (Wed, 27 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-Have readable debug message with IPv6 addresses
-
-------------------------------------------------------------------------
-r11867 | massiot | 2005-07-27 18:55:17 +0200 (Wed, 27 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-
- * modules/codec/ffmpeg: New --no-sout-ffmpeg-interlace-me option. Fixed
-   repeat_first_field handling.
-
-------------------------------------------------------------------------
-r11866 | massiot | 2005-07-27 18:53:25 +0200 (Wed, 27 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * modules/stream_out/transcode.c: Attempt at having --sout-transcode-fps
-   output correct timestamps.
-
-------------------------------------------------------------------------
-r11865 | courmisch | 2005-07-27 18:30:19 +0200 (Wed, 27 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/sap.c
-
-Put correct owner address in SAP-generated SDP
-
-------------------------------------------------------------------------
-r11864 | courmisch | 2005-07-27 17:46:36 +0200 (Wed, 27 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/src/misc/net.c
-
-Add const where appropriate
-
-------------------------------------------------------------------------
-r11863 | massiot | 2005-07-27 14:52:28 +0200 (Wed, 27 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-
- * modules/access/dvb: Set the DVR device in non-blocking mode because it
-   sometimes blocks on read() after returning from select().
-
-------------------------------------------------------------------------
-r11862 | courmisch | 2005-07-26 20:05:55 +0200 (Tue, 26 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/stream_output/announce.c
-
-Add const
-
-------------------------------------------------------------------------
-r11861 | courmisch | 2005-07-26 19:14:53 +0200 (Tue, 26 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Fix FIXME
-
-------------------------------------------------------------------------
-r11860 | massiot | 2005-07-26 19:07:58 +0200 (Tue, 26 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
- * src/playlist/playlist.c: Attempt to fix PLAYLIST_ITEMPLAY in non-view
-   mode.
-
-------------------------------------------------------------------------
-r11859 | courmisch | 2005-07-26 18:46:40 +0200 (Tue, 26 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-Save a few useless strdup() calls
-
-------------------------------------------------------------------------
-r11858 | xtophe | 2005-07-26 13:10:38 +0200 (Tue, 26 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/updatevlc.cpp
-
-wxWidget 2.4 fix
-
-------------------------------------------------------------------------
-r11857 | massiot | 2005-07-26 11:44:04 +0200 (Tue, 26 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   D /trunk/modules/access/satellite
-
- * Removed the satellite access module since it won't compile anyway.
-   Use --enable-dvb instead.
-
-------------------------------------------------------------------------
-r11856 | hartman | 2005-07-25 23:29:26 +0200 (Mon, 25 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* update liveMedia and flac for contrib system
-
-------------------------------------------------------------------------
-r11855 | zorglub | 2005-07-25 23:07:32 +0200 (Mon, 25 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-
-Fix compilation
-
-------------------------------------------------------------------------
-r11854 | dionoea | 2005-07-25 23:04:25 +0200 (Mon, 25 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/updatevlc.cpp
-
-only display newer versions.
-
-------------------------------------------------------------------------
-r11853 | dionoea | 2005-07-25 22:21:46 +0200 (Mon, 25 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/updatevlc.cpp
-
-this still doesn't look safe but at least i can't see why it would
-segfault
-
-------------------------------------------------------------------------
-r11852 | gbazin | 2005-07-25 22:09:28 +0200 (Mon, 25 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-
-* modules/demux/mp4/libmp4.c: handle SoundDescriptionV2 which is used in some of the new Apple movie trailers.
-------------------------------------------------------------------------
-r11851 | hartman | 2005-07-25 21:58:01 +0200 (Mon, 25 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-* change hotkeys OSD message from 0-100% to 0-400%
-
-------------------------------------------------------------------------
-r11850 | dionoea | 2005-07-25 21:50:19 +0200 (Mon, 25 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-
-add major, minor, revision and extra version numbers. If anyone has a
-cleaner way to do it (like having only one version number instead of 3
-in configure.ac ...)
-
-
-------------------------------------------------------------------------
-r11849 | hartman | 2005-07-25 21:48:45 +0200 (Mon, 25 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/share/http/index.html
-
-* longstanding typo in the webinterface
-
-------------------------------------------------------------------------
-r11848 | hartman | 2005-07-25 21:25:49 +0200 (Mon, 25 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/vlc.scriptTerminology
-   M /trunk/modules/control/http.c
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/share/http/index.html
-
-* Change volume range to 0-400 % visually in the macosx and web interfaces. At least now we represent what is actually going on. refs #250
-
-------------------------------------------------------------------------
-r11847 | ipkiss | 2005-07-25 20:57:32 +0200 (Mon, 25 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-
- * skins2: Prevent invisible windows from anchoring the sides of the screen
-
-------------------------------------------------------------------------
-r11846 | courmisch | 2005-07-25 20:03:38 +0200 (Mon, 25 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-- Fix buffer overflow (up to 1024 bytes)
-- Use already existing commodity functions for URL encoding
-
-------------------------------------------------------------------------
-r11845 | courmisch | 2005-07-25 18:58:39 +0200 (Mon, 25 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-Don't reinvent the wheel^W^WANSI C
-(or yet another "why make it complex when it can be simple")
-
-------------------------------------------------------------------------
-r11844 | massiot | 2005-07-25 18:53:10 +0200 (Mon, 25 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/linux_dvb.c
-
- * modules/access/dvb/linux_dvb.c: Added support for the IF-band.
-
-------------------------------------------------------------------------
-r11843 | hartman | 2005-07-25 17:03:26 +0200 (Mon, 25 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/stream_out/rtp.c
-
-* Fix the two SAP issues reported by Marian Durkovic.
-
-------------------------------------------------------------------------
-r11842 | massiot | 2005-07-25 16:46:02 +0200 (Mon, 25 Jul 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * modules/control/http.c:
- - Add a basename field to the file entry when doing a foreach on directory.
- - Add a url_encode function to url-encode the current string. This
-   is necessary to safely pass strings as arguments in a URL.
-Patch courtesy of Clement Vasseur for Freebox SA.
-
-------------------------------------------------------------------------
-r11841 | massiot | 2005-07-25 16:05:09 +0200 (Mon, 25 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-
- * modules/access/dvb: Support frequencies for the C and S satellite bands.
-
-------------------------------------------------------------------------
-r11839 | hartman | 2005-07-25 15:30:31 +0200 (Mon, 25 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-* revert [11512] closes #245
-
-
-------------------------------------------------------------------------
-r11838 | fkuehne | 2005-07-25 11:44:12 +0200 (Mon, 25 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/modules/gui/macosx/about.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* AUTHORS: add a location to bigben's entry to prevent the OSX-About-Window-Parser from crashing
-* other files: small patch to make sure that About.nib is loaded only once
-------------------------------------------------------------------------
-r11837 | dionoea | 2005-07-24 23:29:09 +0200 (Sun, 24 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/updatevlc.cpp
-
-remove useless lines
-
-------------------------------------------------------------------------
-r11836 | dionoea | 2005-07-24 23:27:51 +0200 (Sun, 24 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/updatevlc.cpp
-
-change some debug stuff
-
-------------------------------------------------------------------------
-r11835 | dionoea | 2005-07-24 23:03:20 +0200 (Sun, 24 Jul 2005) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   A /trunk/modules/gui/wxwindows/updatevlc.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-VLC update checker in the wxWidgets interface (in help menu)
-
-xml files used for the updates are located at http://update.videolan.org
-
-extensive testing ... code cleaning ... would be greatly appreciated
-
-------------------------------------------------------------------------
-r11834 | fkuehne | 2005-07-24 16:44:10 +0200 (Sun, 24 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/NEWS
-
-* Updated the NEWS file and my mail-address
-------------------------------------------------------------------------
-r11833 | djc | 2005-07-24 16:39:14 +0200 (Sun, 24 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/include/network.h
-
-Fix user:pass parsing if protocol is not given.
-Not tested with all calls (only http access module)
-
-------------------------------------------------------------------------
-r11832 | fkuehne | 2005-07-24 15:16:09 +0200 (Sun, 24 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* include wizard.h as well to make GCC happy
-------------------------------------------------------------------------
-r11831 | fkuehne | 2005-07-24 15:08:27 +0200 (Sun, 24 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-* shut up some compiler warnings
-------------------------------------------------------------------------
-r11830 | bigben | 2005-07-24 14:54:08 +0200 (Sun, 24 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-
-Also update the wizard playlist on item addition and deletion. This prevent VLC to crash upon item deletion with the wizard open.
-
-
-------------------------------------------------------------------------
-r11829 | fkuehne | 2005-07-24 14:49:42 +0200 (Sun, 24 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamdata.h
-
-* added encap-formats information to the codec-info to the WX-Wizard as well (uncompiled here, but should run fine)
-------------------------------------------------------------------------
-r11828 | fkuehne | 2005-07-24 14:01:12 +0200 (Sun, 24 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/wizard.m
-
-* minor fixes to the OSX-wizard (refs #13)
-    - wrapped all lines to end after ~80 characters
-    - added encap-formats information to the codec-info
-        - made the fields in the nib a widther to show the entire text
-    - fixed the input-field on the input-tab to accept network-streams
-------------------------------------------------------------------------
-r11827 | fkuehne | 2005-07-24 12:59:13 +0200 (Sun, 24 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-
-* fixed 'Could not connect the action t3_addressEntered: to target of class VLCWizard' (an outdated method was still in the nib-file, but not in the sources)
-------------------------------------------------------------------------
-r11826 | bigben | 2005-07-24 00:14:19 +0200 (Sun, 24 Jul 2005) | 12 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-
-* Implements selection of a playlist item in the wizard
-* The playlist in the wizard had to be displayed as a outlineview if we want to reuse existing code
-* cosmetics could still be improved regarding this outline view
-* I get this error
-
-2005-07-24 00:08:55.940 VLC[6908] Could not connect the action t3_addressEntered: to target of class VLCWizard
-
-When opening the wizard. I don't know if I messed up something or if it was already here before
-
-* I needed to make some changes to the interface structure regarding the playlist for this : We know have a VLCPlaylist and a VLCPlaylistWizard class. Both are derivated from a VLCPlaylistCommon class that contains methods required by both classes (mostly the datasource, in fact).
-
-
-------------------------------------------------------------------------
-r11825 | ipkiss | 2005-07-23 21:55:00 +0200 (Sat, 23 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/waveout.c
-
- * modules/audio_output/waveout.c: Fixed a rounding issue
-
-------------------------------------------------------------------------
-r11824 | ipkiss | 2005-07-23 21:18:17 +0200 (Sat, 23 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/vars/volume.cpp
-
- * skins2: use AOUT_VOLUME_MAX / 2 instead of AOUT_VOLUME_MAX, for the maximum
-           volume.
-
-------------------------------------------------------------------------
-r11823 | fkuehne | 2005-07-23 20:16:34 +0200 (Sat, 23 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.h
-
-* don't use tabs here as well
-------------------------------------------------------------------------
-r11822 | bigben | 2005-07-23 20:15:14 +0200 (Sat, 23 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.m
-
-Some more coding style (empty lines filled with spaces or tabs)
-
-
-------------------------------------------------------------------------
-r11821 | bigben | 2005-07-23 20:11:58 +0200 (Sat, 23 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.m
-
-We use 4 space caracters instead of spaces in VLC's sources ;)
-
-
-------------------------------------------------------------------------
-r11820 | fkuehne | 2005-07-23 20:03:15 +0200 (Sat, 23 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.m
-
-* use NSInformationalAlertSheets instead of mis-using the home-cooked information-sheet when reporting wrong behaviour of the user (refs #13)
-------------------------------------------------------------------------
-r11819 | fkuehne | 2005-07-23 18:23:05 +0200 (Sat, 23 Jul 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-   M /trunk/modules/gui/wxwindows/streamdata.h
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-
-OSX:
-- implemented i18n on the summary-page
-- some other small fixes
-
-- l10n string fixes (both OSX and WX)
-(refs #13)
-------------------------------------------------------------------------
-r11818 | fkuehne | 2005-07-23 17:08:46 +0200 (Sat, 23 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/gui/macosx/equalizer.h
-   M /trunk/modules/gui/macosx/equalizer.m
-
-* patch to the Equalizer-GUI by Jean-Baptiste le Stand <jp.lestang@lestang.org>
-------------------------------------------------------------------------
-r11817 | bigben | 2005-07-23 16:42:22 +0200 (Sat, 23 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-* Fixes crash when libcdio is not installed
-
-
-------------------------------------------------------------------------
-r11816 | xtophe | 2005-07-23 15:02:48 +0200 (Sat, 23 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Add a add_suppressed_string for http-{user|pwd}
-
-------------------------------------------------------------------------
-r11815 | rocky | 2005-07-23 13:25:49 +0200 (Sat, 23 Jul 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/vcdplayer.c
-
-access.c: LID and Segment for non PBC (the default) needs more work. 
-Check for them and disable (somewhat).
-
-vcdplayer.c: check for invalid LSN in setting origin.
-
-
-------------------------------------------------------------------------
-r11814 | xtophe | 2005-07-22 12:55:16 +0200 (Fri, 22 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Add -lws2 for rtp and rtsp for ntohl
-
-------------------------------------------------------------------------
-r11813 | fkuehne | 2005-07-22 01:09:30 +0200 (Fri, 22 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.m
-
-* whoops (refs #13)
-------------------------------------------------------------------------
-r11812 | fkuehne | 2005-07-22 01:04:33 +0200 (Fri, 22 Jul 2005) | 9 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-
-* various fixes and additions -- the wizard is usable now
-
-still todo:
-- testing (streaming part is untested for now)
-- implement the playlist-table on the input-tab (I would be glad for some help there)
-- update the playlist-table in the main-window after adding the new item
-- add i18n on the Summary-tab
-- string fixes
-- some minor stuff here and there
-------------------------------------------------------------------------
-r11811 | hartman | 2005-07-21 23:18:39 +0200 (Thu, 21 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/stream_out/rtp.c
-
-* Added net_AddressIsMulticast that takes a string and returns true if the string seems to describe a valid IPv4 or IPv6 address.
-* Changed all the SDP generators to only add /ttl to the c= line if the address is multicast.
-
-------------------------------------------------------------------------
-r11810 | hartman | 2005-07-21 22:35:22 +0200 (Thu, 21 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-* a missing vlc_freeaddrinfo
-
-------------------------------------------------------------------------
-r11808 | hartman | 2005-07-21 15:12:19 +0200 (Thu, 21 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-* Fix an issue with reading of files that are still growing in size. This fixes bugzilla report 2130. Fix by Todd Lutton (tlutton at aol.com).
-
-------------------------------------------------------------------------
-r11804 | fkuehne | 2005-07-21 13:21:25 +0200 (Thu, 21 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/po/ro.po
-
-* include version information and update copyright string
-------------------------------------------------------------------------
-r11803 | fkuehne | 2005-07-21 13:17:56 +0200 (Thu, 21 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/po/ro.po
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
-
-* forwardport [11784] and [11802] to trunk
-------------------------------------------------------------------------
-r11800 | damienf | 2005-07-21 10:22:37 +0200 (Thu, 21 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-
-Oops, I did it again !
-Obviously, having a hard coded path for plugins is of no use to anyone
-
-------------------------------------------------------------------------
-r11799 | courmisch | 2005-07-20 17:47:16 +0200 (Wed, 20 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-Fix quotes and a few typos
-
-------------------------------------------------------------------------
-r11798 | courmisch | 2005-07-20 17:33:18 +0200 (Wed, 20 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/po/tr.po
-
-Should not be executable
-
-------------------------------------------------------------------------
-r11797 | massiot | 2005-07-20 15:11:07 +0200 (Wed, 20 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvb/linux_dvb.c
-
- * modules/access/dvb/linux_dvb.c: More verbose CAM probing, patch
-   courtesy of Oivind.
-
-------------------------------------------------------------------------
-r11796 | rocky | 2005-07-20 11:55:49 +0200 (Wed, 20 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-
-Fix bug in track-length seeking.
-
-------------------------------------------------------------------------
-r11795 | rocky | 2005-07-20 02:08:24 +0200 (Wed, 20 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcdplayer.c
-
-Initialize track_end variable. 
-
-------------------------------------------------------------------------
-r11793 | courmisch | 2005-07-19 20:19:22 +0200 (Tue, 19 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Should fix Debian #316161
-(though Sid has migrated to GCC 4 so it does no longer really matters)
-
-------------------------------------------------------------------------
-r11792 | courmisch | 2005-07-19 19:53:15 +0200 (Tue, 19 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-Remove annoying debug message
-
-------------------------------------------------------------------------
-r11791 | damienf | 2005-07-19 19:41:16 +0200 (Tue, 19 Jul 2005) | 12 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/activex/connectioncontainer.cpp
-   M /trunk/activex/connectioncontainer.h
-   A /trunk/activex/dataobject.cpp
-   A /trunk/activex/dataobject.h
-   M /trunk/activex/main.cpp
-   M /trunk/activex/objectsafety.cpp
-   M /trunk/activex/objectsafety.h
-   M /trunk/activex/olecontrol.cpp
-   M /trunk/activex/olecontrol.h
-   M /trunk/activex/oleinplaceactiveobject.h
-   M /trunk/activex/oleinplaceobject.h
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/oleobject.h
-   M /trunk/activex/persistpropbag.h
-   M /trunk/activex/persiststorage.cpp
-   M /trunk/activex/persiststorage.h
-   M /trunk/activex/persiststreaminit.h
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/provideclassinfo.h
-   M /trunk/activex/utils.cpp
-   M /trunk/activex/utils.h
-   M /trunk/activex/viewobject.cpp
-   M /trunk/activex/viewobject.h
-   M /trunk/activex/vlccontrol.cpp
-   M /trunk/activex/vlccontrol.h
-
-
-Improved compatibility
-
-tested to work with
-- Visual Basic 6
-- Visual C++ 6
-- Microsoft Office 2003
-- Internet Explorer 6
-
-all: support for aggregation + bug fixes
-dataobject.cpp, dataobject.h: initial support for embedding
-
-------------------------------------------------------------------------
-r11790 | fenrir | 2005-07-19 17:44:28 +0200 (Tue, 19 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * livedotcom.cpp: added H264 support.
-
-------------------------------------------------------------------------
-r11789 | fenrir | 2005-07-19 10:39:50 +0200 (Tue, 19 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
- * h264: handle SPS/PPS in annexb format in extra data (needed for RTP).
-
-------------------------------------------------------------------------
-r11788 | rocky | 2005-07-19 02:28:19 +0200 (Tue, 19 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/config.in
-   M /trunk/doc/Configure.help
-
-doc/Configure.help: document libcdio, cddax, cdda, vcd, and vcdx
-
-config.in: a typo in the CONFIG_ name.
-
-
-------------------------------------------------------------------------
-r11787 | asmax | 2005-07-19 02:02:26 +0200 (Tue, 19 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.c
-
-- libvlc.c: fixed broken build on cygwin...
-------------------------------------------------------------------------
-r11786 | asmax | 2005-07-19 01:57:41 +0200 (Tue, 19 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/utils/bezier.cpp
-   M /trunk/modules/gui/skins2/utils/var_percent.cpp
-   M /trunk/modules/gui/skins2/utils/var_percent.hpp
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins2/win32/win32_window.cpp
-
-- all: compilation fixes with vc7.1
-------------------------------------------------------------------------
-r11785 | massiot | 2005-07-18 19:36:45 +0200 (Mon, 18 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
- * extras/contrib/src/packages.mak: Use GNUTLS 1.2.6 since 1.2.3 is no
-   longer available on the FTP site (patch courtesy of Clement Vasseur).
-
-------------------------------------------------------------------------
-r11782 | courmisch | 2005-07-18 17:07:33 +0200 (Mon, 18 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/acl.c
-
-Fix use of fatal use of unitialized value (regression in [11778])
-
-------------------------------------------------------------------------
-r11781 | rocky | 2005-07-18 13:41:24 +0200 (Mon, 18 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Still need to test for CD paranoia separately in order to pick up
-paranoia library flags. Perhaps there's another way to do this on the
-first libcdio test, but this works.
-
-
-------------------------------------------------------------------------
-r11778 | asmax | 2005-07-17 23:21:04 +0200 (Sun, 17 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/include/vlc_common.h
-   M /trunk/src/input/var.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/getaddrinfo.c
-   M /trunk/src/misc/net.c
-   M /trunk/src/stream_output/acl.c
-   M /trunk/src/stream_output/sap.c
-
-* all: compilation fix with vc7.1 compiler, and removed a bunch of warnings (there are still many warnings about size_t/int mismatch though...)
-------------------------------------------------------------------------
-r11777 | rocky | 2005-07-17 21:40:48 +0200 (Sun, 17 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Require libcdio 0.72. 
-
-
-------------------------------------------------------------------------
-r11776 | rocky | 2005-07-17 21:26:41 +0200 (Sun, 17 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/build-vlc
-   M /trunk/config.in
-   M /trunk/configure.ac
-   M /trunk/defconfig
-
-Revise better for current default options and names as seen by configure.ac
-
-
-------------------------------------------------------------------------
-r11775 | bigben | 2005-07-17 20:57:40 +0200 (Sun, 17 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-Move some DEFINES that are also required without libcdio
-
-
-------------------------------------------------------------------------
-r11773 | rocky | 2005-07-17 18:27:59 +0200 (Sun, 17 Jul 2005) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-A number of probe disc fixes:
-- DVD probing works more like CD-DA and VCD probing.
-- Reduce libcdio verbosity on errors (which are largely to be expected).
-- If no media found set Device name null and don't change selection type
-- CD-DA probing had been broken 
-
-
-------------------------------------------------------------------------
-r11772 | courmisch | 2005-07-17 17:26:36 +0200 (Sun, 17 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Remove non-standard http4 and http6.
-It's the DNS job to tell which version are available,
-not poor clueless average user's.
-
-------------------------------------------------------------------------
-r11771 | courmisch | 2005-07-17 17:22:02 +0200 (Sun, 17 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Ignore insecure HTTP redirection to non HTTP protocol
-
-------------------------------------------------------------------------
-r11770 | courmisch | 2005-07-17 16:25:41 +0200 (Sun, 17 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-Cleanup - invalid #263.
-
-------------------------------------------------------------------------
-r11769 | rocky | 2005-07-17 15:46:26 +0200 (Sun, 17 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Add 4th/last parameter to PKG_CHECK_MODULES ("else" clause when
-package isn't found) for libcdio and libvcdinfo so we don't give an
-error message and termintate when these are not around.
-
-
-------------------------------------------------------------------------
-r11768 | asmax | 2005-07-17 13:53:28 +0200 (Sun, 17 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/build-vlc
-   M /trunk/config.in
-
-* added libcdio in the menuconfig, to be able to... disable it ;)
-
-------------------------------------------------------------------------
-r11767 | courmisch | 2005-07-17 11:04:58 +0200 (Sun, 17 Jul 2005) | 13 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/services_discovery/Modules.am
-   A /trunk/modules/services_discovery/upnp.cpp
-
-Bleeding edge UPnP service discovery :
- * depends on CyberLink C++ UPnP library available from :
-   http://sourceforge.net/project/showfiles.php?group_id=89768
-   with iconv compilation patch from :
-   http://jserv.sayya.org/upnp/clinkcc170-fix-compilation.diff
- * requires libexpat-devel or whatever you call it,
- * needs review by playlist guru (Zorglub ?),
-   especially as regards locking
- * at least, detects UPnP Media server properly
- * I'm looking for a '''working''' UPnP Media Server on Linux for more
-   extensive tests. I couldn't get TwonkyVision to accept my medias :(
- * tentatively closes #98 - and probably introduce new bugs
-
-------------------------------------------------------------------------
-r11766 | courmisch | 2005-07-17 08:57:31 +0200 (Sun, 17 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-Forgot this file - default to allowing every body when there is no .hosts
-
-------------------------------------------------------------------------
-r11765 | rocky | 2005-07-16 23:44:21 +0200 (Sat, 16 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-A bug in libvcdinfo <= 23 prevents C++ compilations.
-
-
-------------------------------------------------------------------------
-r11764 | bigben | 2005-07-16 23:33:09 +0200 (Sat, 16 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Small hack to make OSX happier.
-
-
-------------------------------------------------------------------------
-r11763 | rocky | 2005-07-16 23:20:15 +0200 (Sat, 16 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-Set entries/lids for VCDs when we have an okay libvcdinfo.
-
-------------------------------------------------------------------------
-r11762 | courmisch | 2005-07-16 21:30:09 +0200 (Sat, 16 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/acl.c
-
-Review and fix ACL duplication - really closes #262
-
-------------------------------------------------------------------------
-r11761 | courmisch | 2005-07-16 20:48:17 +0200 (Sat, 16 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/acl.c
-
-Copy the default ACL value in ACL_Duplicate - closes #262
-
-------------------------------------------------------------------------
-r11759 | rocky | 2005-07-16 18:04:56 +0200 (Sat, 16 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-configure.ac: Allow libcdio 0.71 for libcdio things. 
-open.cpp: Add tooltip for Probe and fill out more vcdinfo things.
-
-
-------------------------------------------------------------------------
-r11754 | rocky | 2005-07-16 16:38:08 +0200 (Sat, 16 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Clean up options and processing relating to libcdio, libvcdinfo,
-cddax, and vcdx. Add libvcdinfo to wxwindows module if it is around.
-
-
-------------------------------------------------------------------------
-r11753 | courmisch | 2005-07-16 16:33:05 +0200 (Sat, 16 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcdplayer.c
-
-sleep is not thread-safe - use VLC API msleep instead
-
-------------------------------------------------------------------------
-r11752 | courmisch | 2005-07-16 15:39:14 +0200 (Sat, 16 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Cosmeticissimism
-
-------------------------------------------------------------------------
-r11741 | rocky | 2005-07-16 06:47:12 +0200 (Sat, 16 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/info.c
-
-Meant to set first and last entry for each *track*. 
-
-------------------------------------------------------------------------
-r11740 | rocky | 2005-07-16 06:36:58 +0200 (Sat, 16 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-Don't limit VCD Entries or LIDs to number of MPEG tracks. 
-Untabify.
-
-
-------------------------------------------------------------------------
-r11739 | rocky | 2005-07-16 06:32:18 +0200 (Sat, 16 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcdplayer.c
-
-Remove gcc 4 uninitialize variable warning.
-
-------------------------------------------------------------------------
-r11738 | rocky | 2005-07-16 06:12:28 +0200 (Sat, 16 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-Don't use "Track" for VCDX, "Entry" or "LID" should be used.
-
-
-------------------------------------------------------------------------
-r11737 | rocky | 2005-07-16 05:38:58 +0200 (Sat, 16 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/po/Makefile.in.in
-
-cdda/info.c: changes for libcddb 1.1.0 API
-
-rest: Add "Probe" for media function in Open Disc.
-
-
-------------------------------------------------------------------------
-r11736 | rocky | 2005-07-16 05:36:05 +0200 (Sat, 16 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/src/stream_output/acl.c
-
-One needs to #include errno.h in order to use errno. At least on my
-Fedora Core 4 GNU/Linux box.
-
-
-------------------------------------------------------------------------
-r11735 | courmisch | 2005-07-15 20:48:33 +0200 (Fri, 15 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/mosaic_bridge.c
-
-The last vlc_reduce that was left
-
-------------------------------------------------------------------------
-r11734 | courmisch | 2005-07-15 17:24:39 +0200 (Fri, 15 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-Save a call to strlen() in net_vaPrintf (and net_Printf)
-
-------------------------------------------------------------------------
-r11733 | courmisch | 2005-07-15 17:18:46 +0200 (Fri, 15 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/src/stream_output/acl.c
-
-- Clean up
-- Don't avoid non-existent off-by-one bug, ie. use full buffer size
-
-------------------------------------------------------------------------
-r11732 | courmisch | 2005-07-15 16:24:47 +0200 (Fri, 15 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-Fix undefined symbol error
-
-------------------------------------------------------------------------
-r11731 | sam | 2005-07-15 13:34:10 +0200 (Fri, 15 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/debian
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-  * Updated Debian build files for a future upload.
-
-------------------------------------------------------------------------
-r11730 | courmisch | 2005-07-14 17:18:50 +0200 (Thu, 14 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/activex
-   M /trunk/activex/Makefile.am
-   D /trunk/activex/axvlc.inf
-   A /trunk/activex/axvlc.inf.in (from /trunk/activex/axvlc.inf:11717)
-   M /trunk/configure.ac
-
-- Automatic versioning info in ActiveX plugin (refs #181)
-- Also include the inf in the distribution
-
-------------------------------------------------------------------------
-r11729 | courmisch | 2005-07-14 16:35:05 +0200 (Thu, 14 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/acl.c
-
-The solution was too simple, I guess
-
-------------------------------------------------------------------------
-r11728 | courmisch | 2005-07-13 20:30:46 +0200 (Wed, 13 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/mms/mmstu.h
-
-- Fix very likely race condition
-  (whereby psz_bind_addr would be modified by another call to inet_ntoa)
-- Use net_GetSockAddress
-
-------------------------------------------------------------------------
-r11727 | courmisch | 2005-07-13 20:23:09 +0200 (Wed, 13 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-- Use previous API
-- Remove a dynamic allocation
-
-------------------------------------------------------------------------
-r11726 | courmisch | 2005-07-13 20:11:18 +0200 (Wed, 13 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/net.c
-
-New useful API to combine get(sock|peer)name() and vlc_getnameinfo()
-
-------------------------------------------------------------------------
-r11725 | courmisch | 2005-07-13 20:09:38 +0200 (Wed, 13 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/video_output/video_output.c
-
-Forgot these files
-
-------------------------------------------------------------------------
-r11724 | courmisch | 2005-07-13 19:51:13 +0200 (Wed, 13 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/x264.c
-   M /trunk/src/extras/libc.c
-
-Rename vlc_reduce to vlc_ureduce so that we won't get into troubles if
-we ever need to reborn vlc_reduce for some unanticipated reason
-
-------------------------------------------------------------------------
-r11723 | courmisch | 2005-07-13 19:16:09 +0200 (Wed, 13 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Fix warnings (refs #258)
-
-------------------------------------------------------------------------
-r11721 | courmisch | 2005-07-13 16:59:11 +0200 (Wed, 13 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/acl.c
-
-Use ANSI isspace() for crap compilers that don't know about C99 isblank()
-
-------------------------------------------------------------------------
-r11720 | damienf | 2005-07-13 16:17:24 +0200 (Wed, 13 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/acl.c
-
-isblank() is not an ANSI function,it should really be tested for
-
-------------------------------------------------------------------------
-r11719 | fkuehne | 2005-07-12 22:06:23 +0200 (Tue, 12 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   D /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-
-* finally converted to the 10.2 and later format, which is faster readable
-------------------------------------------------------------------------
-r11718 | fkuehne | 2005-07-12 22:03:32 +0200 (Tue, 12 Jul 2005) | 8 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-   M /trunk/modules/gui/wxwindows/streamdata.h
-
-* additional GUI-fixes
-* implemented the streaming-method-tab correctly (forgot that previously...)
-* implemented MRL-composition when transcoding (still needs to be done for streaming)
-* fixed various other stuff here and there
-
-not usable yet - work will be continued after July 21th
-
-(refs #13)
-------------------------------------------------------------------------
-r11717 | courmisch | 2005-07-12 20:02:20 +0200 (Tue, 12 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-More dead code
-
-------------------------------------------------------------------------
-r11716 | courmisch | 2005-07-12 20:01:14 +0200 (Tue, 12 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/iso_lang.c
-
-Yet another strncmp => memcmp (refs #258)
-
-------------------------------------------------------------------------
-r11715 | courmisch | 2005-07-12 19:58:09 +0200 (Tue, 12 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-   M /trunk/src/misc/image.c
-
-Eliminate dead code
-
-------------------------------------------------------------------------
-r11714 | courmisch | 2005-07-12 18:00:43 +0200 (Tue, 12 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/network.h
-   A /trunk/include/vlc_acl.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_httpd.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/net.c
-   A /trunk/src/stream_output/acl.c
-
-Better ACL API (full rewrite)
-
-------------------------------------------------------------------------
-r11711 | courmisch | 2005-07-11 18:37:40 +0200 (Mon, 11 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-Diminish buffer size
-(still big enough for a pure 256-bits architecture...)
-
-------------------------------------------------------------------------
-r11710 | courmisch | 2005-07-11 18:34:47 +0200 (Mon, 11 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-Avoid buffer overflow
-(local account needed, but possibly not same user as VLC)
-
-------------------------------------------------------------------------
-r11709 | massiot | 2005-07-11 18:20:33 +0200 (Mon, 11 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/vcd/cdrom.h
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/demux/aiff.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/demux/nuv.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/old.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/real.c
-   M /trunk/modules/misc/memcpy/fastmemcpy.h
-   M /trunk/modules/video_filter/deinterlace.c
-
- * ALL: miscellaneous unsigned/signed warning fixes and pointer/int casts.
-
-------------------------------------------------------------------------
-r11708 | massiot | 2005-07-11 18:16:17 +0200 (Mon, 11 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
- * include/vlc_common.h: Fixed I64Fd family for 64-bit processors.
-
-------------------------------------------------------------------------
-r11707 | massiot | 2005-07-11 18:01:01 +0200 (Mon, 11 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
- * configure.ac: Fixed ipv6 detection.
-
-------------------------------------------------------------------------
-r11706 | massiot | 2005-07-11 17:59:36 +0200 (Mon, 11 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-   M /trunk/src/misc/getaddrinfo.c
-
- * src/misc/getaddrinfo.c, modules/access/directory.c: Solaris fixes.
-
-------------------------------------------------------------------------
-r11705 | fkuehne | 2005-07-11 13:52:42 +0200 (Mon, 11 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.m
-
-* implemented 3 dialogues, which complain to the user, if s/he didn't provide a file or destination
-------------------------------------------------------------------------
-r11704 | fkuehne | 2005-07-11 13:18:14 +0200 (Mon, 11 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/wizard.m
-
-* finished the gui and implemented correct encap-format-selection when transcoding (refs #13) -- still not usable
-------------------------------------------------------------------------
-r11703 | sam | 2005-07-11 13:15:31 +0200 (Mon, 11 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/po/Makefile.in.in
-
-  * po/Makefile.in.in: reverted an unexpected change.
-
-------------------------------------------------------------------------
-r11702 | massiot | 2005-07-11 11:45:54 +0200 (Mon, 11 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/duplicate.c
-
- * modules/stream_out/duplicate.c: Fixed ES selection when using both
-   program= and es= for the same destination.
-
-------------------------------------------------------------------------
-r11701 | massiot | 2005-07-11 11:44:53 +0200 (Mon, 11 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/switcher.c
-
- * modules/stream_out/switcher.c: New option --no-sout-switcher-mute-audio.
-
-------------------------------------------------------------------------
-r11700 | massiot | 2005-07-11 11:43:38 +0200 (Mon, 11 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
- * modules/packetizer/mpegvideo.c: Drop corrupt blocks.
-
-------------------------------------------------------------------------
-r11699 | sam | 2005-07-11 10:52:14 +0200 (Mon, 11 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/control.h
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/ps.h
-   M /trunk/modules/gui/skins2/utils/position.hpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/scale.c
-   M /trunk/po/Makefile.in.in
-   M /trunk/src/playlist/item.c
-   M /trunk/src/video_output/video_output.c
-
-  * Fixed a bunch of coding errors here and there.
-
-------------------------------------------------------------------------
-r11698 | sam | 2005-07-11 10:44:39 +0200 (Mon, 11 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-
-  * src/misc/charset.c: if(a<b<c) is a pythonism and doesn't work in C.
-
-------------------------------------------------------------------------
-r11697 | sam | 2005-07-11 10:33:01 +0200 (Mon, 11 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-  * modules/stream_out/transcode.c: fixed an uninitialised variable.
-
-------------------------------------------------------------------------
-r11696 | sam | 2005-07-10 22:34:01 +0200 (Sun, 10 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gnome_support.c
-   M /trunk/modules/gui/gtk/gnome_support.h
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/gtk/gtk_interface.c
-
-  * legacy changes that might be useful if the gtk plugin is ever revived,
-    and are just to be utterly ignored otherwise.
-
-------------------------------------------------------------------------
-r11695 | bigben | 2005-07-10 17:45:02 +0200 (Sun, 10 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-Add the "X" deinterlace mode to the list displayed in guis. (We should certainly find a better name, but I cannot see any).
-
-
-------------------------------------------------------------------------
-r11694 | courmisch | 2005-07-10 15:32:43 +0200 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-Any reason why removal of .deps was disabled ??
-
-------------------------------------------------------------------------
-r11693 | courmisch | 2005-07-10 15:07:15 +0200 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Work around for gcc <= 3.3
-
-------------------------------------------------------------------------
-r11691 | courmisch | 2005-07-10 14:05:57 +0200 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-Typo fix
-
-------------------------------------------------------------------------
-r11690 | courmisch | 2005-07-10 13:51:12 +0200 (Sun, 10 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-- Fix possible buffer overflow (?)
-- Fix unitialised value
-
-According to valgrind there's still an unitialized value at line 2343
-
-------------------------------------------------------------------------
-r11689 | courmisch | 2005-07-10 13:50:11 +0200 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-HTML validation fix
-
-------------------------------------------------------------------------
-r11688 | courmisch | 2005-07-10 13:49:42 +0200 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-Fix compiler warnings (refs #258)
-
-------------------------------------------------------------------------
-r11687 | zorglub | 2005-07-10 13:09:46 +0200 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/loader
-
-svn:ignore
-
-------------------------------------------------------------------------
-r11686 | courmisch | 2005-07-10 13:07:34 +0200 (Sun, 10 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Use -mtune instead of obsoleted -mcpu
-(even on gcc-2.95 seems to accept the flag)
-
-------------------------------------------------------------------------
-r11685 | zorglub | 2005-07-10 12:51:28 +0200 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/wav.c
-
-Warning fixes
-
-------------------------------------------------------------------------
-r11684 | courmisch | 2005-07-10 12:16:01 +0200 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-fix fix
-
-------------------------------------------------------------------------
-r11683 | courmisch | 2005-07-10 12:03:30 +0200 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-Some more cleanup / no more warnings
-
-------------------------------------------------------------------------
-r11682 | dionoea | 2005-07-10 11:50:34 +0200 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-compile fix
-
-------------------------------------------------------------------------
-r11681 | courmisch | 2005-07-10 11:35:37 +0200 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-Faster code
-
-------------------------------------------------------------------------
-r11680 | courmisch | 2005-07-10 11:28:13 +0200 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/include/vlc_httpd.h
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/video_output/video_output.c
-
-All signedness fixes
-
-------------------------------------------------------------------------
-r11679 | courmisch | 2005-07-10 11:13:20 +0200 (Sun, 10 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/extras/libc.c
-
-We only have to reduce unsigned fractions in VLC
-(someone show me a screen with a negative pixel resolution)
-
-------------------------------------------------------------------------
-r11678 | courmisch | 2005-07-10 11:11:16 +0200 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/decoder.c
-
-tabs => spaces
-
-------------------------------------------------------------------------
-r11677 | courmisch | 2005-07-10 10:55:16 +0200 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-
-Fix incorrect free() of const-qualified pointer in services_discovery.c
-
-------------------------------------------------------------------------
-r11676 | courmisch | 2005-07-10 10:13:48 +0200 (Sun, 10 Jul 2005) | 7 lines
-Changed paths:
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/ogg.c
-
-strncmp => memcmp (refs #258)
-
-ogg.c : FIXME FIXME FIXME
-I don't know Ogg format well, but don't we have a possible out-of-bound
-read at line 1346 and following ??
-
-
-------------------------------------------------------------------------
-r11675 | courmisch | 2005-07-10 10:00:25 +0200 (Sun, 10 Jul 2005) | 12 lines
-Changed paths:
-   M /trunk/modules/demux/a52.c
-
-Fix gcc4 warnings (refs #258)
-
-NOTE to developers :
-When you want to compare n bytes from two buffers, please use :
-  memcmp( buf1, buf2, n )
-rather than :
-  strncmp( buf1, buf2, n )
-
-strncmp should only be used if either of the buffers might be
-nul-terminated within its first n bytes.
-
-
-------------------------------------------------------------------------
-r11674 | courmisch | 2005-07-10 09:55:28 +0200 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Remove compiler warning and clean up (refs #258)
-
-------------------------------------------------------------------------
-r11673 | courmisch | 2005-07-10 08:17:48 +0200 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-Fix an old typo
-
-------------------------------------------------------------------------
-r11672 | courmisch | 2005-07-10 08:12:38 +0200 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-Hmmph, logic fix
-
-------------------------------------------------------------------------
-r11671 | rocky | 2005-07-10 03:34:53 +0200 (Sun, 10 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-Add tooltips for entry fields. For VCD and CDDA (at least) some 
-values have special meanings. 
-
-
-------------------------------------------------------------------------
-r11670 | dionoea | 2005-07-10 00:05:47 +0200 (Sun, 10 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/test.html
-
-lastest -> latest
-
-------------------------------------------------------------------------
-r11669 | courmisch | 2005-07-09 21:17:13 +0200 (Sat, 09 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-Don't delete SVN-tracked files with --distclean (closes #251)
-
-------------------------------------------------------------------------
-r11668 | courmisch | 2005-07-09 21:07:06 +0200 (Sat, 09 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/loader
-
-svn:ignore
-
-------------------------------------------------------------------------
-r11667 | courmisch | 2005-07-09 21:01:19 +0200 (Sat, 09 Jul 2005) | 2 lines
-Changed paths:
-   D /trunk/loader/Makefile.in
-
-Should not be there
-
-------------------------------------------------------------------------
-r11666 | courmisch | 2005-07-09 20:54:38 +0200 (Sat, 09 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/voc.c
-
-Support for VOC block type 8 (closes #142)
-
-------------------------------------------------------------------------
-r11665 | courmisch | 2005-07-09 19:19:06 +0200 (Sat, 09 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-- Fix (?) handling of EPSV non-compliant FTP servers
-with EPSV compliant NAT
-- Fix socket error value check
-
-------------------------------------------------------------------------
-r11664 | courmisch | 2005-07-09 08:17:09 +0200 (Sat, 09 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/connectioncontainer.cpp
-   M /trunk/activex/connectioncontainer.h
-   M /trunk/activex/main.cpp
-   M /trunk/activex/objectsafety.cpp
-   M /trunk/activex/objectsafety.h
-   M /trunk/activex/olecontrol.cpp
-   M /trunk/activex/olecontrol.h
-   M /trunk/activex/oleinplaceactiveobject.cpp
-   M /trunk/activex/oleinplaceactiveobject.h
-   M /trunk/activex/oleinplaceobject.cpp
-   M /trunk/activex/oleinplaceobject.h
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/oleobject.h
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/persistpropbag.h
-   M /trunk/activex/persiststorage.cpp
-   M /trunk/activex/persiststorage.h
-   M /trunk/activex/persiststreaminit.cpp
-   M /trunk/activex/persiststreaminit.h
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/provideclassinfo.cpp
-   M /trunk/activex/provideclassinfo.h
-   M /trunk/activex/utils.cpp
-   M /trunk/activex/utils.h
-   M /trunk/activex/viewobject.cpp
-   M /trunk/activex/viewobject.h
-   M /trunk/activex/vlccontrol.cpp
-   M /trunk/activex/vlccontrol.h
-   M /trunk/bindings/java-gcj/JVLC.java
-   M /trunk/evc/modules_builtin_evc.h
-   M /trunk/extras/contrib/Makefile
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/change_prefix.sh
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-   M /trunk/extras/zsh.cpp
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/beos_specific.h
-   M /trunk/include/charset.h
-   M /trunk/include/codecs.h
-   M /trunk/include/configuration.h
-   M /trunk/include/darwin_specific.h
-   M /trunk/include/intf_eject.h
-   M /trunk/include/iso_lang.h
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/include/mtime.h
-   M /trunk/include/network.h
-   M /trunk/include/os_specific.h
-   M /trunk/include/osd.h
-   M /trunk/include/stream_output.h
-   M /trunk/include/variables.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc/aout.h
-   M /trunk/include/vlc/control.h
-   M /trunk/include/vlc/decoder.h
-   M /trunk/include/vlc/input.h
-   M /trunk/include/vlc/intf.h
-   M /trunk/include/vlc/sout.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc/vout.h
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_bits.h
-   M /trunk/include/vlc_block.h
-   M /trunk/include/vlc_block_helper.h
-   M /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_config.h
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/include/vlc_cpu.h
-   M /trunk/include/vlc_demux.h
-   M /trunk/include/vlc_error.h
-   M /trunk/include/vlc_es.h
-   M /trunk/include/vlc_es_out.h
-   M /trunk/include/vlc_filter.h
-   M /trunk/include/vlc_httpd.h
-   M /trunk/include/vlc_image.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_keys.h
-   M /trunk/include/vlc_md5.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_spu.h
-   M /trunk/include/vlc_stream.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/include/vlc_tls.h
-   M /trunk/include/vlc_video.h
-   M /trunk/include/vlc_vlm.h
-   M /trunk/include/vlc_vod.h
-   M /trunk/include/vlc_xml.h
-   M /trunk/include/vout_synchro.h
-   M /trunk/include/win32_specific.h
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/access.h
-   M /trunk/modules/access/cdda/callback.c
-   M /trunk/modules/access/cdda/callback.h
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/cdda/info.h
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dshow/common.h
-   M /trunk/modules/access/dshow/crossbar.cpp
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dshow/filter.h
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/access/fake.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/asf.c
-   M /trunk/modules/access/mms/asf.h
-   M /trunk/modules/access/mms/buffer.c
-   M /trunk/modules/access/mms/buffer.h
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mms.h
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmsh.h
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/mms/mmstu.h
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/access/satellite/access.c
-   M /trunk/modules/access/satellite/dvb.c
-   M /trunk/modules/access/satellite/dvb.h
-   M /trunk/modules/access/satellite/satellite.c
-   M /trunk/modules/access/screen/beos.cpp
-   M /trunk/modules/access/screen/mac.c
-   M /trunk/modules/access/screen/screen.c
-   M /trunk/modules/access/screen/screen.h
-   M /trunk/modules/access/screen/win32.c
-   M /trunk/modules/access/screen/x11.c
-   M /trunk/modules/access/slp.c
-   M /trunk/modules/access/smb.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcd/cdrom.h
-   M /trunk/modules/access/vcd/cdrom_internals.h
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/demux.c
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/info.h
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/access/vcdx/intf.h
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcd.h
-   M /trunk/modules/access/vcdx/vcdplayer.h
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/access_filter/timeshift.c
-   M /trunk/modules/access_output/dummy.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/channel_mixer/simple.c
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos8.c
-   M /trunk/modules/audio_filter/converter/float32tou16.c
-   M /trunk/modules/audio_filter/converter/float32tou8.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_filter/converter/s16tofixed32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/audio_filter/converter/s8tofloat32.c
-   M /trunk/modules/audio_filter/converter/u8tofixed32.c
-   M /trunk/modules/audio_filter/converter/u8tofloat32.c
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/audio_filter/equalizer_presets.h
-   M /trunk/modules/audio_filter/format.c
-   M /trunk/modules/audio_filter/normvol.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.h
-   M /trunk/modules/audio_filter/resampler/coreaudio.c
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/auhal.c
-   M /trunk/modules/audio_output/coreaudio.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/hd1000a.cpp
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/portaudio.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/cinepak.c
-   M /trunk/modules/codec/cmml/browser_open.c
-   M /trunk/modules/codec/cmml/browser_open.h
-   M /trunk/modules/codec/cmml/cmml.c
-   M /trunk/modules/codec/cmml/history.c
-   M /trunk/modules/codec/cmml/history.h
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/cmml/xarray.c
-   M /trunk/modules/codec/cmml/xarray.h
-   M /trunk/modules/codec/cmml/xlist.c
-   M /trunk/modules/codec/cmml/xlist.h
-   M /trunk/modules/codec/cmml/xstrcat.h
-   M /trunk/modules/codec/cmml/xtag.c
-   M /trunk/modules/codec/cmml/xtag.h
-   M /trunk/modules/codec/cmml/xurl.c
-   M /trunk/modules/codec/cmml/xurl.h
-   M /trunk/modules/codec/cvdsub.c
-   M /trunk/modules/codec/dirac.c
-   M /trunk/modules/codec/dmo/buffer.c
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/dmo/dmo.h
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/codec/fake.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/chroma.c
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mash.cpp
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/png.c
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/spudec/spudec.h
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/modules/codec/tarkin.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/twolame.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/control/corba/corba.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/control/joystick.c
-   M /trunk/modules/control/lirc.c
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/showintf.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/aiff.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/mp4/drms.h
-   M /trunk/modules/demux/mp4/drmstables.h
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mpeg/h264.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/demux/nuv.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/old.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/ps.h
-   M /trunk/modules/demux/pva.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/real.c
-   M /trunk/modules/demux/sgimb.c
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/ty.c
-   M /trunk/modules/demux/util/id3genres.h
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/modules/demux/vobsub.c
-   M /trunk/modules/demux/voc.c
-   M /trunk/modules/demux/wav.c
-   M /trunk/modules/demux/xa.c
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/Bitmaps.h
-   M /trunk/modules/gui/beos/DrawingTidbits.cpp
-   M /trunk/modules/gui/beos/DrawingTidbits.h
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/ListViews.cpp
-   M /trunk/modules/gui/beos/ListViews.h
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/MediaControlView.h
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-   M /trunk/modules/gui/beos/MessagesWindow.h
-   M /trunk/modules/gui/beos/MsgVals.h
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.h
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-   M /trunk/modules/gui/beos/TransportButton.cpp
-   M /trunk/modules/gui/beos/TransportButton.h
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-   M /trunk/modules/gui/gtk/common.h
-   M /trunk/modules/gui/gtk/control.c
-   M /trunk/modules/gui/gtk/control.h
-   M /trunk/modules/gui/gtk/display.c
-   M /trunk/modules/gui/gtk/display.h
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.h
-   M /trunk/modules/gui/gtk/menu.c
-   M /trunk/modules/gui/gtk/menu.h
-   M /trunk/modules/gui/gtk/modules.c
-   M /trunk/modules/gui/gtk/modules.h
-   M /trunk/modules/gui/gtk/open.c
-   M /trunk/modules/gui/gtk/open.h
-   M /trunk/modules/gui/gtk/playlist.c
-   M /trunk/modules/gui/gtk/playlist.h
-   M /trunk/modules/gui/gtk/preferences.c
-   M /trunk/modules/gui/gtk/preferences.h
-   M /trunk/modules/gui/gtk/sout.c
-   M /trunk/modules/gui/gtk2/gnome2.c
-   M /trunk/modules/gui/gtk2/gtk2.c
-   M /trunk/modules/gui/kde/QConfigItem.cpp
-   M /trunk/modules/gui/kde/QConfigItem.h
-   M /trunk/modules/gui/kde/info.cpp
-   M /trunk/modules/gui/kde/info.h
-   M /trunk/modules/gui/kde/kde.cpp
-   M /trunk/modules/gui/kde/languagemenu.cpp
-   M /trunk/modules/gui/kde/languagemenu.h
-   M /trunk/modules/gui/kde/messages.cpp
-   M /trunk/modules/gui/kde/messages.h
-   M /trunk/modules/gui/kde/pluginsbox.cpp
-   M /trunk/modules/gui/kde/pluginsbox.h
-   M /trunk/modules/gui/kde/preferences.cpp
-   M /trunk/modules/gui/kde/preferences.h
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/about.m
-   M /trunk/modules/gui/macosx/applescript.h
-   M /trunk/modules/gui/macosx/applescript.m
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/equalizer.h
-   M /trunk/modules/gui/macosx/equalizer.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/misc.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/output.h
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda.h
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-   M /trunk/modules/gui/pda/pda_interface.c
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/gui/qnx/qnx.c
-   M /trunk/modules/gui/qnx/vout.c
-   M /trunk/modules/gui/qt/intf.cpp
-   M /trunk/modules/gui/qt/intf.h
-   M /trunk/modules/gui/qt/qt.cpp
-   M /trunk/modules/gui/skins2/commands/async_queue.cpp
-   M /trunk/modules/gui/skins2/commands/async_queue.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
-   M /trunk/modules/gui/skins2/events/evt_enter.hpp
-   M /trunk/modules/gui/skins2/events/evt_focus.hpp
-   M /trunk/modules/gui/skins2/events/evt_generic.hpp
-   M /trunk/modules/gui/skins2/events/evt_input.cpp
-   M /trunk/modules/gui/skins2/events/evt_input.hpp
-   M /trunk/modules/gui/skins2/events/evt_key.cpp
-   M /trunk/modules/gui/skins2/events/evt_key.hpp
-   M /trunk/modules/gui/skins2/events/evt_leave.hpp
-   M /trunk/modules/gui/skins2/events/evt_motion.hpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.cpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.hpp
-   M /trunk/modules/gui/skins2/events/evt_refresh.hpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.cpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.hpp
-   M /trunk/modules/gui/skins2/events/evt_special.cpp
-   M /trunk/modules/gui/skins2/events/evt_special.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
-   M /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
-   M /trunk/modules/gui/skins2/parser/gen_builder.py
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/parser/interpreter.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
-   M /trunk/modules/gui/skins2/src/anchor.cpp
-   M /trunk/modules/gui/skins2/src/anchor.hpp
-   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
-   M /trunk/modules/gui/skins2/src/bitmap_font.hpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.hpp
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
-   M /trunk/modules/gui/skins2/src/ft2_font.hpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/generic_font.hpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.hpp
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/logger.cpp
-   M /trunk/modules/gui/skins2/src/logger.hpp
-   M /trunk/modules/gui/skins2/src/os_factory.cpp
-   M /trunk/modules/gui/skins2/src/os_factory.hpp
-   M /trunk/modules/gui/skins2/src/os_graphics.hpp
-   M /trunk/modules/gui/skins2/src/os_loop.hpp
-   M /trunk/modules/gui/skins2/src/os_timer.hpp
-   M /trunk/modules/gui/skins2/src/os_tooltip.hpp
-   M /trunk/modules/gui/skins2/src/os_window.hpp
-   M /trunk/modules/gui/skins2/src/png_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/png_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/skin_common.hpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme.hpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.hpp
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.hpp
-   M /trunk/modules/gui/skins2/src/tooltip.cpp
-   M /trunk/modules/gui/skins2/src/tooltip.hpp
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-   M /trunk/modules/gui/skins2/src/top_window.hpp
-   M /trunk/modules/gui/skins2/src/var_manager.cpp
-   M /trunk/modules/gui/skins2/src/var_manager.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/src/vout_window.cpp
-   M /trunk/modules/gui/skins2/src/vout_window.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-   M /trunk/modules/gui/skins2/utils/bezier.cpp
-   M /trunk/modules/gui/skins2/utils/bezier.hpp
-   M /trunk/modules/gui/skins2/utils/fsm.cpp
-   M /trunk/modules/gui/skins2/utils/fsm.hpp
-   M /trunk/modules/gui/skins2/utils/observer.hpp
-   M /trunk/modules/gui/skins2/utils/pointer.hpp
-   M /trunk/modules/gui/skins2/utils/position.cpp
-   M /trunk/modules/gui/skins2/utils/position.hpp
-   M /trunk/modules/gui/skins2/utils/ustring.cpp
-   M /trunk/modules/gui/skins2/utils/ustring.hpp
-   M /trunk/modules/gui/skins2/utils/var_bool.cpp
-   M /trunk/modules/gui/skins2/utils/var_bool.hpp
-   M /trunk/modules/gui/skins2/utils/var_list.cpp
-   M /trunk/modules/gui/skins2/utils/var_list.hpp
-   M /trunk/modules/gui/skins2/utils/var_percent.cpp
-   M /trunk/modules/gui/skins2/utils/var_percent.hpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/modules/gui/skins2/utils/var_text.hpp
-   M /trunk/modules/gui/skins2/utils/variable.hpp
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-   M /trunk/modules/gui/skins2/vars/playlist.hpp
-   M /trunk/modules/gui/skins2/vars/time.cpp
-   M /trunk/modules/gui/skins2/vars/time.hpp
-   M /trunk/modules/gui/skins2/vars/volume.cpp
-   M /trunk/modules/gui/skins2/vars/volume.hpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.hpp
-   M /trunk/modules/gui/skins2/win32/win32_timer.cpp
-   M /trunk/modules/gui/skins2/win32/win32_timer.hpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
-   M /trunk/modules/gui/skins2/win32/win32_window.cpp
-   M /trunk/modules/gui/skins2/win32/win32_window.hpp
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-   M /trunk/modules/gui/skins2/x11/x11_display.hpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.hpp
-   M /trunk/modules/gui/skins2/x11/x11_timer.cpp
-   M /trunk/modules/gui/skins2/x11/x11_timer.hpp
-   M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
-   M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-   M /trunk/modules/gui/skins2/x11/x11_window.hpp
-   M /trunk/modules/gui/wince/dialogs.cpp
-   M /trunk/modules/gui/wince/fileinfo.cpp
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.h
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/video.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-   M /trunk/modules/gui/wxwindows/streamdata.h
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/modules/misc/dummy/decoder.c
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/dummy/dummy.h
-   M /trunk/modules/misc/dummy/encoder.c
-   M /trunk/modules/misc/dummy/input.c
-   M /trunk/modules/misc/dummy/interface.c
-   M /trunk/modules/misc/dummy/renderer.c
-   M /trunk/modules/misc/dummy/vout.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/memcpy/memcpy.c
-   M /trunk/modules/misc/memcpy/memcpyaltivec.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/modules/misc/playlist/export.c
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/misc/playlist/old.c
-   M /trunk/modules/misc/qte_main.cpp
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/misc/screensaver.c
-   M /trunk/modules/misc/svg.c
-   M /trunk/modules/misc/testsuite/playlist.c
-   M /trunk/modules/misc/testsuite/test1.c
-   M /trunk/modules/misc/testsuite/test2.cpp
-   M /trunk/modules/misc/testsuite/test3.m
-   M /trunk/modules/misc/testsuite/test4.c
-   M /trunk/modules/misc/win32text.c
-   M /trunk/modules/misc/xml/libxml.c
-   M /trunk/modules/misc/xml/xtag.c
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpeg/bits.h
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/pes.h
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/mux/mpjpeg.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/mux/wav.c
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/h264.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/services_discovery/shout.c
-   M /trunk/modules/stream_out/announce.c
-   M /trunk/modules/stream_out/announce.h
-   M /trunk/modules/stream_out/bridge.c
-   M /trunk/modules/stream_out/description.c
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/dummy.c
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/gather.c
-   M /trunk/modules/stream_out/mosaic_bridge.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/switcher.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/stream_out/transrate/block.c
-   M /trunk/modules/stream_out/transrate/frame.c
-   M /trunk/modules/stream_out/transrate/transrate.c
-   M /trunk/modules/stream_out/transrate/transrate.h
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_chroma/i420_rgb.h
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb8.c
-   M /trunk/modules/video_chroma/i420_rgb_c.h
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-   M /trunk/modules/video_chroma/i420_ymga.c
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i420_yuy2.h
-   M /trunk/modules/video_chroma/i422_yuy2.c
-   M /trunk/modules/video_chroma/i422_yuy2.h
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/blend.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/filter_common.h
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/mosaic.h
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/scale.c
-   M /trunk/modules/video_filter/swscale/common.h
-   M /trunk/modules/video_filter/swscale/filter.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output/aa.c
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/directx/vout.h
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/glide.c
-   M /trunk/modules/video_output/hd1000v.cpp
-   M /trunk/modules/video_output/image.c
-   M /trunk/modules/video_output/mga.c
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/qte/qte.h
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/snapshot.c
-   M /trunk/modules/video_output/svgalib.c
-   M /trunk/modules/video_output/wingdi.c
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-   M /trunk/modules/video_output/x11/xvideo.c
-   M /trunk/modules/visualization/galaktos/PCM.c
-   M /trunk/modules/visualization/galaktos/beat_detect.c
-   M /trunk/modules/visualization/galaktos/builtin_funcs.c
-   M /trunk/modules/visualization/galaktos/custom_shape.c
-   M /trunk/modules/visualization/galaktos/custom_wave.c
-   M /trunk/modules/visualization/galaktos/engine_vars.c
-   M /trunk/modules/visualization/galaktos/eval.c
-   M /trunk/modules/visualization/galaktos/fftsg.c
-   M /trunk/modules/visualization/galaktos/init_cond.c
-   M /trunk/modules/visualization/galaktos/main.c
-   M /trunk/modules/visualization/galaktos/main.h
-   M /trunk/modules/visualization/galaktos/param.c
-   M /trunk/modules/visualization/galaktos/parser.c
-   M /trunk/modules/visualization/galaktos/per_frame_eqn.c
-   M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
-   M /trunk/modules/visualization/galaktos/plugin.c
-   M /trunk/modules/visualization/galaktos/plugin.h
-   M /trunk/modules/visualization/galaktos/preset.c
-   M /trunk/modules/visualization/galaktos/splaytree.c
-   M /trunk/modules/visualization/galaktos/tree_types.c
-   M /trunk/modules/visualization/galaktos/video_init.c
-   M /trunk/modules/visualization/goom.c
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/modules/visualization/visual/visual.h
-   M /trunk/modules/visualization/xosd.c
-   M /trunk/mozilla/vlcpeer.cpp
-   M /trunk/mozilla/vlcpeer.h
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/msvc/modules_builtin_msvc.h
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_TW.po
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/control/audio_video.c
-   M /trunk/src/control/core.c
-   M /trunk/src/control/util.c
-   M /trunk/src/extras/libc.c
-   M /trunk/src/input/access.c
-   M /trunk/src/input/clock.c
-   M /trunk/src/input/control.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/mem_stream.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/input/var.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/block.c
-   M /trunk/src/misc/charset.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/misc/darwin_specific.m
-   M /trunk/src/misc/error.c
-   M /trunk/src/misc/getaddrinfo.c
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/misc/image.c
-   M /trunk/src/misc/iso-639_def.h
-   M /trunk/src/misc/iso_lang.c
-   M /trunk/src/misc/md5.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_builtin.h.in
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/net.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/tls.c
-   M /trunk/src/misc/variables.c
-   M /trunk/src/misc/vlm.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/misc/xml.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/services_discovery.c
-   M /trunk/src/playlist/sort.c
-   M /trunk/src/playlist/view.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_widgets.c
-   M /trunk/src/video_output/vout_intf.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_pictures.h
-   M /trunk/src/video_output/vout_subpictures.c
-   M /trunk/src/video_output/vout_synchro.c
-   M /trunk/src/vlc.c
-   M /trunk/vlc-api.pl
-
-Make Zorglub less unhappy
-
-------------------------------------------------------------------------
-r11663 | rocky | 2005-07-09 05:41:48 +0200 (Sat, 09 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Add audio track entry field for VCD and DVD. 
-Correct ranges for # of tracks and subtitles allowed in VCD and DVD.
-
-
-------------------------------------------------------------------------
-r11662 | rocky | 2005-07-09 03:56:01 +0200 (Sat, 09 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcdplayer.c
-
-vcdplayer.c: fix gcc 4-caught uninitialized variable. 
-vcd.c: more logical order of macros (I think)
-
-
-------------------------------------------------------------------------
-r11661 | courmisch | 2005-07-08 20:45:05 +0200 (Fri, 08 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/xa.c
-
-Fix compiler warning
-
-------------------------------------------------------------------------
-r11660 | courmisch | 2005-07-08 20:12:44 +0200 (Fri, 08 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/connectioncontainer.cpp
-   M /trunk/activex/connectioncontainer.h
-   M /trunk/activex/main.cpp
-   M /trunk/activex/objectsafety.cpp
-   M /trunk/activex/objectsafety.h
-   M /trunk/activex/olecontrol.cpp
-   M /trunk/activex/olecontrol.h
-   M /trunk/activex/oleinplaceactiveobject.cpp
-   M /trunk/activex/oleinplaceactiveobject.h
-   M /trunk/activex/oleinplaceobject.cpp
-   M /trunk/activex/oleinplaceobject.h
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/oleobject.h
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/persistpropbag.h
-   M /trunk/activex/persiststorage.cpp
-   M /trunk/activex/persiststorage.h
-   M /trunk/activex/persiststreaminit.cpp
-   M /trunk/activex/persiststreaminit.h
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/provideclassinfo.cpp
-   M /trunk/activex/provideclassinfo.h
-   M /trunk/activex/utils.cpp
-   M /trunk/activex/utils.h
-   M /trunk/activex/viewobject.cpp
-   M /trunk/activex/viewobject.h
-   M /trunk/activex/vlccontrol.cpp
-   M /trunk/activex/vlccontrol.h
-   M /trunk/bindings/java-gcj/JVLC.java
-   M /trunk/evc/modules_builtin_evc.h
-   M /trunk/extras/contrib/Makefile
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/change_prefix.sh
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-   M /trunk/extras/zsh.cpp
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/beos_specific.h
-   M /trunk/include/charset.h
-   M /trunk/include/codecs.h
-   M /trunk/include/configuration.h
-   M /trunk/include/darwin_specific.h
-   M /trunk/include/intf_eject.h
-   M /trunk/include/iso_lang.h
-   M /trunk/include/main.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/include/mtime.h
-   M /trunk/include/network.h
-   M /trunk/include/os_specific.h
-   M /trunk/include/osd.h
-   M /trunk/include/stream_output.h
-   M /trunk/include/variables.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc/aout.h
-   M /trunk/include/vlc/control.h
-   M /trunk/include/vlc/decoder.h
-   M /trunk/include/vlc/input.h
-   M /trunk/include/vlc/intf.h
-   M /trunk/include/vlc/sout.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc/vout.h
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_bits.h
-   M /trunk/include/vlc_block.h
-   M /trunk/include/vlc_block_helper.h
-   M /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_config.h
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/include/vlc_cpu.h
-   M /trunk/include/vlc_demux.h
-   M /trunk/include/vlc_error.h
-   M /trunk/include/vlc_es.h
-   M /trunk/include/vlc_es_out.h
-   M /trunk/include/vlc_filter.h
-   M /trunk/include/vlc_httpd.h
-   M /trunk/include/vlc_image.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_keys.h
-   M /trunk/include/vlc_md5.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_spu.h
-   M /trunk/include/vlc_stream.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/include/vlc_tls.h
-   M /trunk/include/vlc_video.h
-   M /trunk/include/vlc_vlm.h
-   M /trunk/include/vlc_vod.h
-   M /trunk/include/vlc_xml.h
-   M /trunk/include/vout_synchro.h
-   M /trunk/include/win32_specific.h
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/access.h
-   M /trunk/modules/access/cdda/callback.c
-   M /trunk/modules/access/cdda/callback.h
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/cdda/info.h
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dshow/common.h
-   M /trunk/modules/access/dshow/crossbar.cpp
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dshow/filter.h
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/access/fake.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/asf.c
-   M /trunk/modules/access/mms/asf.h
-   M /trunk/modules/access/mms/buffer.c
-   M /trunk/modules/access/mms/buffer.h
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mms.h
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmsh.h
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/mms/mmstu.h
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/access/satellite/access.c
-   M /trunk/modules/access/satellite/dvb.c
-   M /trunk/modules/access/satellite/dvb.h
-   M /trunk/modules/access/satellite/satellite.c
-   M /trunk/modules/access/screen/beos.cpp
-   M /trunk/modules/access/screen/mac.c
-   M /trunk/modules/access/screen/screen.c
-   M /trunk/modules/access/screen/screen.h
-   M /trunk/modules/access/screen/win32.c
-   M /trunk/modules/access/screen/x11.c
-   M /trunk/modules/access/slp.c
-   M /trunk/modules/access/smb.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcd/cdrom.h
-   M /trunk/modules/access/vcd/cdrom_internals.h
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/demux.c
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/info.h
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/access/vcdx/intf.h
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcd.h
-   M /trunk/modules/access/vcdx/vcdplayer.h
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/access_filter/timeshift.c
-   M /trunk/modules/access_output/dummy.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/channel_mixer/simple.c
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos8.c
-   M /trunk/modules/audio_filter/converter/float32tou16.c
-   M /trunk/modules/audio_filter/converter/float32tou8.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_filter/converter/s16tofixed32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/audio_filter/converter/s8tofloat32.c
-   M /trunk/modules/audio_filter/converter/u8tofixed32.c
-   M /trunk/modules/audio_filter/converter/u8tofloat32.c
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/audio_filter/equalizer_presets.h
-   M /trunk/modules/audio_filter/format.c
-   M /trunk/modules/audio_filter/normvol.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.h
-   M /trunk/modules/audio_filter/resampler/coreaudio.c
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/auhal.c
-   M /trunk/modules/audio_output/coreaudio.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/hd1000a.cpp
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/portaudio.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/cinepak.c
-   M /trunk/modules/codec/cmml/browser_open.c
-   M /trunk/modules/codec/cmml/browser_open.h
-   M /trunk/modules/codec/cmml/cmml.c
-   M /trunk/modules/codec/cmml/history.c
-   M /trunk/modules/codec/cmml/history.h
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/cmml/xarray.c
-   M /trunk/modules/codec/cmml/xarray.h
-   M /trunk/modules/codec/cmml/xlist.c
-   M /trunk/modules/codec/cmml/xlist.h
-   M /trunk/modules/codec/cmml/xstrcat.h
-   M /trunk/modules/codec/cmml/xtag.c
-   M /trunk/modules/codec/cmml/xtag.h
-   M /trunk/modules/codec/cmml/xurl.c
-   M /trunk/modules/codec/cmml/xurl.h
-   M /trunk/modules/codec/cvdsub.c
-   M /trunk/modules/codec/dirac.c
-   M /trunk/modules/codec/dmo/buffer.c
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/dmo/dmo.h
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/codec/fake.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/chroma.c
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mash.cpp
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/png.c
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/spudec/spudec.h
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/modules/codec/tarkin.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/twolame.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/control/corba/corba.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/control/joystick.c
-   M /trunk/modules/control/lirc.c
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/showintf.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/aiff.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/mp4/drms.h
-   M /trunk/modules/demux/mp4/drmstables.h
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mpeg/h264.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/demux/nuv.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/old.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/ps.h
-   M /trunk/modules/demux/pva.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/real.c
-   M /trunk/modules/demux/sgimb.c
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/ty.c
-   M /trunk/modules/demux/util/id3genres.h
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/modules/demux/vobsub.c
-   M /trunk/modules/demux/voc.c
-   M /trunk/modules/demux/wav.c
-   M /trunk/modules/demux/xa.c
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/Bitmaps.h
-   M /trunk/modules/gui/beos/DrawingTidbits.cpp
-   M /trunk/modules/gui/beos/DrawingTidbits.h
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/ListViews.cpp
-   M /trunk/modules/gui/beos/ListViews.h
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/MediaControlView.h
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-   M /trunk/modules/gui/beos/MessagesWindow.h
-   M /trunk/modules/gui/beos/MsgVals.h
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.h
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-   M /trunk/modules/gui/beos/TransportButton.cpp
-   M /trunk/modules/gui/beos/TransportButton.h
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-   M /trunk/modules/gui/gtk/common.h
-   M /trunk/modules/gui/gtk/control.c
-   M /trunk/modules/gui/gtk/control.h
-   M /trunk/modules/gui/gtk/display.c
-   M /trunk/modules/gui/gtk/display.h
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.h
-   M /trunk/modules/gui/gtk/menu.c
-   M /trunk/modules/gui/gtk/menu.h
-   M /trunk/modules/gui/gtk/modules.c
-   M /trunk/modules/gui/gtk/modules.h
-   M /trunk/modules/gui/gtk/open.c
-   M /trunk/modules/gui/gtk/open.h
-   M /trunk/modules/gui/gtk/playlist.c
-   M /trunk/modules/gui/gtk/playlist.h
-   M /trunk/modules/gui/gtk/preferences.c
-   M /trunk/modules/gui/gtk/preferences.h
-   M /trunk/modules/gui/gtk/sout.c
-   M /trunk/modules/gui/gtk2/gnome2.c
-   M /trunk/modules/gui/gtk2/gtk2.c
-   M /trunk/modules/gui/kde/QConfigItem.cpp
-   M /trunk/modules/gui/kde/QConfigItem.h
-   M /trunk/modules/gui/kde/info.cpp
-   M /trunk/modules/gui/kde/info.h
-   M /trunk/modules/gui/kde/kde.cpp
-   M /trunk/modules/gui/kde/languagemenu.cpp
-   M /trunk/modules/gui/kde/languagemenu.h
-   M /trunk/modules/gui/kde/messages.cpp
-   M /trunk/modules/gui/kde/messages.h
-   M /trunk/modules/gui/kde/pluginsbox.cpp
-   M /trunk/modules/gui/kde/pluginsbox.h
-   M /trunk/modules/gui/kde/preferences.cpp
-   M /trunk/modules/gui/kde/preferences.h
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/about.m
-   M /trunk/modules/gui/macosx/applescript.h
-   M /trunk/modules/gui/macosx/applescript.m
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/equalizer.h
-   M /trunk/modules/gui/macosx/equalizer.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/misc.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/output.h
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda.h
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-   M /trunk/modules/gui/pda/pda_interface.c
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/gui/qnx/qnx.c
-   M /trunk/modules/gui/qnx/vout.c
-   M /trunk/modules/gui/qt/intf.cpp
-   M /trunk/modules/gui/qt/intf.h
-   M /trunk/modules/gui/qt/qt.cpp
-   M /trunk/modules/gui/skins2/commands/async_queue.cpp
-   M /trunk/modules/gui/skins2/commands/async_queue.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
-   M /trunk/modules/gui/skins2/events/evt_enter.hpp
-   M /trunk/modules/gui/skins2/events/evt_focus.hpp
-   M /trunk/modules/gui/skins2/events/evt_generic.hpp
-   M /trunk/modules/gui/skins2/events/evt_input.cpp
-   M /trunk/modules/gui/skins2/events/evt_input.hpp
-   M /trunk/modules/gui/skins2/events/evt_key.cpp
-   M /trunk/modules/gui/skins2/events/evt_key.hpp
-   M /trunk/modules/gui/skins2/events/evt_leave.hpp
-   M /trunk/modules/gui/skins2/events/evt_motion.hpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.cpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.hpp
-   M /trunk/modules/gui/skins2/events/evt_refresh.hpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.cpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.hpp
-   M /trunk/modules/gui/skins2/events/evt_special.cpp
-   M /trunk/modules/gui/skins2/events/evt_special.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
-   M /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
-   M /trunk/modules/gui/skins2/parser/gen_builder.py
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/parser/interpreter.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
-   M /trunk/modules/gui/skins2/src/anchor.cpp
-   M /trunk/modules/gui/skins2/src/anchor.hpp
-   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
-   M /trunk/modules/gui/skins2/src/bitmap_font.hpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.hpp
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
-   M /trunk/modules/gui/skins2/src/ft2_font.hpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/generic_font.hpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.hpp
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/logger.cpp
-   M /trunk/modules/gui/skins2/src/logger.hpp
-   M /trunk/modules/gui/skins2/src/os_factory.cpp
-   M /trunk/modules/gui/skins2/src/os_factory.hpp
-   M /trunk/modules/gui/skins2/src/os_graphics.hpp
-   M /trunk/modules/gui/skins2/src/os_loop.hpp
-   M /trunk/modules/gui/skins2/src/os_timer.hpp
-   M /trunk/modules/gui/skins2/src/os_tooltip.hpp
-   M /trunk/modules/gui/skins2/src/os_window.hpp
-   M /trunk/modules/gui/skins2/src/png_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/png_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/skin_common.hpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme.hpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.hpp
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.hpp
-   M /trunk/modules/gui/skins2/src/tooltip.cpp
-   M /trunk/modules/gui/skins2/src/tooltip.hpp
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-   M /trunk/modules/gui/skins2/src/top_window.hpp
-   M /trunk/modules/gui/skins2/src/var_manager.cpp
-   M /trunk/modules/gui/skins2/src/var_manager.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/src/vout_window.cpp
-   M /trunk/modules/gui/skins2/src/vout_window.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-   M /trunk/modules/gui/skins2/utils/bezier.cpp
-   M /trunk/modules/gui/skins2/utils/bezier.hpp
-   M /trunk/modules/gui/skins2/utils/fsm.cpp
-   M /trunk/modules/gui/skins2/utils/fsm.hpp
-   M /trunk/modules/gui/skins2/utils/observer.hpp
-   M /trunk/modules/gui/skins2/utils/pointer.hpp
-   M /trunk/modules/gui/skins2/utils/position.cpp
-   M /trunk/modules/gui/skins2/utils/position.hpp
-   M /trunk/modules/gui/skins2/utils/ustring.cpp
-   M /trunk/modules/gui/skins2/utils/ustring.hpp
-   M /trunk/modules/gui/skins2/utils/var_bool.cpp
-   M /trunk/modules/gui/skins2/utils/var_bool.hpp
-   M /trunk/modules/gui/skins2/utils/var_list.cpp
-   M /trunk/modules/gui/skins2/utils/var_list.hpp
-   M /trunk/modules/gui/skins2/utils/var_percent.cpp
-   M /trunk/modules/gui/skins2/utils/var_percent.hpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/modules/gui/skins2/utils/var_text.hpp
-   M /trunk/modules/gui/skins2/utils/variable.hpp
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-   M /trunk/modules/gui/skins2/vars/playlist.hpp
-   M /trunk/modules/gui/skins2/vars/time.cpp
-   M /trunk/modules/gui/skins2/vars/time.hpp
-   M /trunk/modules/gui/skins2/vars/volume.cpp
-   M /trunk/modules/gui/skins2/vars/volume.hpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.hpp
-   M /trunk/modules/gui/skins2/win32/win32_timer.cpp
-   M /trunk/modules/gui/skins2/win32/win32_timer.hpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
-   M /trunk/modules/gui/skins2/win32/win32_window.cpp
-   M /trunk/modules/gui/skins2/win32/win32_window.hpp
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-   M /trunk/modules/gui/skins2/x11/x11_display.hpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.hpp
-   M /trunk/modules/gui/skins2/x11/x11_timer.cpp
-   M /trunk/modules/gui/skins2/x11/x11_timer.hpp
-   M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
-   M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-   M /trunk/modules/gui/skins2/x11/x11_window.hpp
-   M /trunk/modules/gui/wince/dialogs.cpp
-   M /trunk/modules/gui/wince/fileinfo.cpp
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.h
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/video.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-   M /trunk/modules/gui/wxwindows/streamdata.h
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/modules/misc/dummy/decoder.c
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/dummy/dummy.h
-   M /trunk/modules/misc/dummy/encoder.c
-   M /trunk/modules/misc/dummy/input.c
-   M /trunk/modules/misc/dummy/interface.c
-   M /trunk/modules/misc/dummy/renderer.c
-   M /trunk/modules/misc/dummy/vout.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/memcpy/memcpy.c
-   M /trunk/modules/misc/memcpy/memcpyaltivec.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/modules/misc/playlist/export.c
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/misc/playlist/old.c
-   M /trunk/modules/misc/qte_main.cpp
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/misc/screensaver.c
-   M /trunk/modules/misc/svg.c
-   M /trunk/modules/misc/testsuite/playlist.c
-   M /trunk/modules/misc/testsuite/test1.c
-   M /trunk/modules/misc/testsuite/test2.cpp
-   M /trunk/modules/misc/testsuite/test3.m
-   M /trunk/modules/misc/testsuite/test4.c
-   M /trunk/modules/misc/win32text.c
-   M /trunk/modules/misc/xml/libxml.c
-   M /trunk/modules/misc/xml/xtag.c
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpeg/bits.h
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/pes.h
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/mux/mpjpeg.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/mux/wav.c
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/h264.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/services_discovery/shout.c
-   M /trunk/modules/stream_out/announce.c
-   M /trunk/modules/stream_out/announce.h
-   M /trunk/modules/stream_out/bridge.c
-   M /trunk/modules/stream_out/description.c
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/dummy.c
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/gather.c
-   M /trunk/modules/stream_out/mosaic_bridge.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/switcher.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/stream_out/transrate/block.c
-   M /trunk/modules/stream_out/transrate/frame.c
-   M /trunk/modules/stream_out/transrate/transrate.c
-   M /trunk/modules/stream_out/transrate/transrate.h
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_chroma/i420_rgb.h
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb8.c
-   M /trunk/modules/video_chroma/i420_rgb_c.h
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-   M /trunk/modules/video_chroma/i420_ymga.c
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i420_yuy2.h
-   M /trunk/modules/video_chroma/i422_yuy2.c
-   M /trunk/modules/video_chroma/i422_yuy2.h
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/blend.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/filter_common.h
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/mosaic.h
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/scale.c
-   M /trunk/modules/video_filter/swscale/common.h
-   M /trunk/modules/video_filter/swscale/filter.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output/aa.c
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/directx/vout.h
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/glide.c
-   M /trunk/modules/video_output/hd1000v.cpp
-   M /trunk/modules/video_output/image.c
-   M /trunk/modules/video_output/mga.c
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/qte/qte.h
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/snapshot.c
-   M /trunk/modules/video_output/svgalib.c
-   M /trunk/modules/video_output/wingdi.c
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-   M /trunk/modules/video_output/x11/xvideo.c
-   M /trunk/modules/visualization/galaktos/PCM.c
-   M /trunk/modules/visualization/galaktos/beat_detect.c
-   M /trunk/modules/visualization/galaktos/builtin_funcs.c
-   M /trunk/modules/visualization/galaktos/custom_shape.c
-   M /trunk/modules/visualization/galaktos/custom_wave.c
-   M /trunk/modules/visualization/galaktos/engine_vars.c
-   M /trunk/modules/visualization/galaktos/eval.c
-   M /trunk/modules/visualization/galaktos/fftsg.c
-   M /trunk/modules/visualization/galaktos/init_cond.c
-   M /trunk/modules/visualization/galaktos/main.c
-   M /trunk/modules/visualization/galaktos/main.h
-   M /trunk/modules/visualization/galaktos/param.c
-   M /trunk/modules/visualization/galaktos/parser.c
-   M /trunk/modules/visualization/galaktos/per_frame_eqn.c
-   M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
-   M /trunk/modules/visualization/galaktos/plugin.c
-   M /trunk/modules/visualization/galaktos/plugin.h
-   M /trunk/modules/visualization/galaktos/preset.c
-   M /trunk/modules/visualization/galaktos/splaytree.c
-   M /trunk/modules/visualization/galaktos/tree_types.c
-   M /trunk/modules/visualization/galaktos/video_init.c
-   M /trunk/modules/visualization/goom.c
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/modules/visualization/visual/visual.h
-   M /trunk/modules/visualization/xosd.c
-   M /trunk/mozilla/vlcpeer.cpp
-   M /trunk/mozilla/vlcpeer.h
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/msvc/modules_builtin_msvc.h
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_TW.po
-   M /trunk/share/vlc_wince_rc.rc
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/control/audio_video.c
-   M /trunk/src/control/core.c
-   M /trunk/src/control/util.c
-   M /trunk/src/extras/libc.c
-   M /trunk/src/input/access.c
-   M /trunk/src/input/clock.c
-   M /trunk/src/input/control.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/mem_stream.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/input/var.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/block.c
-   M /trunk/src/misc/charset.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/misc/darwin_specific.m
-   M /trunk/src/misc/error.c
-   M /trunk/src/misc/getaddrinfo.c
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/misc/image.c
-   M /trunk/src/misc/iso-639_def.h
-   M /trunk/src/misc/iso_lang.c
-   M /trunk/src/misc/md5.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_builtin.h.in
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/net.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/tls.c
-   M /trunk/src/misc/variables.c
-   M /trunk/src/misc/vlm.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/misc/xml.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/services_discovery.c
-   M /trunk/src/playlist/sort.c
-   M /trunk/src/playlist/view.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_widgets.c
-   M /trunk/src/video_output/vout_intf.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_pictures.h
-   M /trunk/src/video_output/vout_subpictures.c
-   M /trunk/src/video_output/vout_synchro.c
-   M /trunk/src/vlc.c
-   M /trunk/vlc-api.pl
-
-Copyright fixes
-(da big courmischage)
-
-------------------------------------------------------------------------
-r11659 | courmisch | 2005-07-08 19:57:30 +0200 (Fri, 08 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/po/hu.po
-   M /trunk/po/ja.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-
-Convert to Unicode
-
-------------------------------------------------------------------------
-r11658 | massiot | 2005-07-07 11:07:16 +0200 (Thu, 07 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvb/linux_dvb.c
-
- * modules/access/dvb/linux_dvb.c: Fixed support of Nexus-S, patch courtesy
-   of Michael Ditum.
-
-------------------------------------------------------------------------
-r11657 | fkuehne | 2005-07-07 10:32:37 +0200 (Thu, 07 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/po/sv.po
-
-* converted to UTF-8
-------------------------------------------------------------------------
-r11655 | zorglub | 2005-07-06 20:16:26 +0200 (Wed, 06 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Revert wrongly commited files in previous commit
-
-------------------------------------------------------------------------
-r11654 | zorglub | 2005-07-06 19:33:04 +0200 (Wed, 06 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Compile fix - refs #258
-
-------------------------------------------------------------------------
-r11653 | courmisch | 2005-07-06 19:14:00 +0200 (Wed, 06 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-Print Winsock error number
-
-------------------------------------------------------------------------
-r11652 | massiot | 2005-07-06 15:47:37 +0200 (Wed, 06 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/src/misc/cpu.c
-
- * src/misc/cpu.c: Fixed the use of cpuid() on amd64 (thanks to Aison on
-   IRC).
-
-------------------------------------------------------------------------
-r11651 | xtophe | 2005-07-06 14:34:58 +0200 (Wed, 06 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-libvlc.h: Move the open option for the gui preferences
-
-------------------------------------------------------------------------
-r11650 | courmisch | 2005-07-05 20:28:26 +0200 (Tue, 05 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-Fix previous commit
-
-------------------------------------------------------------------------
-r11649 | courmisch | 2005-07-05 19:33:54 +0200 (Tue, 05 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-Print exact error for select() to help tracking x264 threading issue
-
-------------------------------------------------------------------------
-r11648 | courmisch | 2005-07-05 18:44:56 +0200 (Tue, 05 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-- Clean up net_Gets()
-
-------------------------------------------------------------------------
-r11647 | courmisch | 2005-07-04 19:01:34 +0200 (Mon, 04 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Forgot this one
-
-------------------------------------------------------------------------
-r11646 | courmisch | 2005-07-04 19:00:25 +0200 (Mon, 04 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-IPv6 Source-Specific Multicast support
-from Hoerdt Mickael with cosmetic changes
-
-------------------------------------------------------------------------
-r11645 | courmisch | 2005-07-04 18:42:22 +0200 (Mon, 04 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-Unduplicate common socket() code 
-
-------------------------------------------------------------------------
-r11644 | oaubert | 2005-07-04 17:39:10 +0200 (Mon, 04 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlcglue.c
-
-Add set_visual support in python binding
-
-------------------------------------------------------------------------
-r11643 | courmisch | 2005-07-04 16:47:36 +0200 (Mon, 04 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
-Undo braindead [11640]
-
-------------------------------------------------------------------------
-r11642 | damienf | 2005-07-04 11:55:51 +0200 (Mon, 04 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-compile fix for WIN32, needs review
-
-------------------------------------------------------------------------
-r11641 | damienf | 2005-07-04 11:33:43 +0200 (Mon, 04 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
-hey, don't forget win32, folks
-
-------------------------------------------------------------------------
-r11640 | xtophe | 2005-07-04 11:27:56 +0200 (Mon, 04 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
-Compile fix
-
-------------------------------------------------------------------------
-r11639 | bigben | 2005-07-03 11:03:44 +0200 (Sun, 03 Jul 2005) | 7 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-new --telnet-host option to allow to bind the telnet server on a specific interface.
-
-Patch by Torsten Spindler
-
-Remark : should we keep the --telnet-port option that is now redundant ?
-
-
-------------------------------------------------------------------------
-r11638 | bigben | 2005-07-02 19:26:51 +0200 (Sat, 02 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-select first moved item instead of the last one after a drag and drop.
-
-
-------------------------------------------------------------------------
-r11637 | bigben | 2005-07-02 18:47:46 +0200 (Sat, 02 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Back to the hack for the isItem: inNode function, since this is several orders  faster than the high level functions provided by Cocoa... Playlist behaves corectly on big lists again...
-* Fixes a bug in drag and drop
-
-
-------------------------------------------------------------------------
-r11636 | bigben | 2005-07-02 17:39:21 +0200 (Sat, 02 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/include/network.h
-
-* Include <sys/socket.h> if the system has it (should fix compilation on OSX/cygwin).
-
-
-------------------------------------------------------------------------
-r11635 | dionoea | 2005-07-01 23:43:42 +0200 (Fri, 01 Jul 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/b4s.c
-
-Genre standardisation patch by Jonas A. Larsen
-This (and previous patch) still needs some work as genres containing spaces
-aren't parsed correctly
-
-------------------------------------------------------------------------
-r11634 | bigben | 2005-07-01 22:48:48 +0200 (Fri, 01 Jul 2005) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/src/playlist/view.c
-
-* vlc_symbols.h, vlc_playlist.h, view.c : add a function to remove a parent from the parent list of an item (if anybody wants to make that another way...)
-* playlist.m: implements full drag and drop of playlist items. Drop of multiple items and of items and nodes at the same time should be supported. You cannot mode service discovery items. This is a choice and can be changed if wanted.
-* Hopes that compiles on current trunk (cannot check since latest comits on net functions broke the built of a half the modules and core of the OSX port...)
-
-
-------------------------------------------------------------------------
-r11632 | hartman | 2005-07-01 22:27:33 +0200 (Fri, 01 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/x264.patch
-
-* powf -> pow :(
-
-------------------------------------------------------------------------
-r11631 | courmisch | 2005-07-01 20:00:04 +0200 (Fri, 01 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/src/misc/getaddrinfo.c
-   M /trunk/src/misc/net.c
-
-PF_* -> AF_*
-
-------------------------------------------------------------------------
-r11630 | courmisch | 2005-07-01 19:35:35 +0200 (Fri, 01 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-
-This was pretty useless (if there is no solution, there is no problem)
-
-------------------------------------------------------------------------
-r11629 | courmisch | 2005-07-01 17:56:41 +0200 (Fri, 01 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-Remove unused function
-
-------------------------------------------------------------------------
-r11628 | courmisch | 2005-07-01 17:54:27 +0200 (Fri, 01 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/aiff.c
-   M /trunk/modules/demux/mkv.cpp
-
-Unsigned casts
-
-------------------------------------------------------------------------
-r11627 | courmisch | 2005-07-01 17:47:42 +0200 (Fri, 01 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-Remove unused variable - fix compiler warning
-
-------------------------------------------------------------------------
-r11625 | courmisch | 2005-07-01 17:27:40 +0200 (Fri, 01 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Freeze module entry name (refs #155)
-
-------------------------------------------------------------------------
-r11624 | courmisch | 2005-07-01 16:48:29 +0200 (Fri, 01 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/net.c
-
-Use macros rather than overkill APIs
-
-------------------------------------------------------------------------
-r11622 | xtophe | 2005-07-01 15:44:37 +0200 (Fri, 01 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/fake.c
-   M /trunk/modules/codec/twolame.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/video_filter/motionblur.c
-
-ALL: Add some set_shorname() so the preferences  look nice.
-
-------------------------------------------------------------------------
-r11621 | xtophe | 2005-07-01 15:43:58 +0200 (Fri, 01 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wince/preferences_widgets.cpp
-
-Oups, forgot this one with [11093] (deprecated option handling)
-
-
-------------------------------------------------------------------------
-r11620 | xtophe | 2005-07-01 12:22:30 +0200 (Fri, 01 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Compile fix
-
-------------------------------------------------------------------------
-r11619 | sigmunau | 2005-07-01 10:17:43 +0200 (Fri, 01 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-compile fix
-
-------------------------------------------------------------------------
-r11618 | courmisch | 2005-06-30 20:34:43 +0200 (Thu, 30 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-StopSend for UDP access
-
-------------------------------------------------------------------------
-r11617 | courmisch | 2005-06-30 20:32:54 +0200 (Thu, 30 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-StopSend for SAP discovery
-
-------------------------------------------------------------------------
-r11616 | courmisch | 2005-06-30 20:30:41 +0200 (Thu, 30 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Same as previous commit - for SAP announcer
-
-------------------------------------------------------------------------
-r11615 | courmisch | 2005-06-30 20:19:26 +0200 (Thu, 30 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Shutdown UDP socket for receival - hopefully closes #134
-
-------------------------------------------------------------------------
-r11614 | courmisch | 2005-06-30 20:17:53 +0200 (Thu, 30 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/net.c
-
-Wrappers for shutdown() API
-
-------------------------------------------------------------------------
-r11613 | courmisch | 2005-06-30 19:24:26 +0200 (Thu, 30 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Remove a very old hack that is no longer necessary
-
-------------------------------------------------------------------------
-r11612 | courmisch | 2005-06-30 17:55:35 +0200 (Thu, 30 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Why make it complicated when it can be simple
-
-------------------------------------------------------------------------
-r11611 | bigben | 2005-06-30 17:08:08 +0200 (Thu, 30 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Some fixes
-* Store object to move in the class itself, since I just don't manage to deal with NSPasteboards...
-
-
-------------------------------------------------------------------------
-r11610 | fkuehne | 2005-06-30 14:45:05 +0200 (Thu, 30 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-
-* implemented reset- and backward-methods (refs #13)
-------------------------------------------------------------------------
-r11609 | fkuehne | 2005-06-30 12:44:50 +0200 (Thu, 30 Jun 2005) | 6 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-
-* added a summary-tab at the end of the wizard (mostly for debug-reasons, but perhaps we want to keep that for the user as well?)
-* implemented the entire logic (except encap-formats while transcoding)
-* added data collection of all values
-* fixed some l10n issues
-
-The wizard is still not useable for streaming, since it does not communicate the settings to the core yet. Additionally, various things still need to be done (see TODO at the beginning of the file).
-------------------------------------------------------------------------
-r11608 | gbazin | 2005-06-29 22:56:47 +0200 (Wed, 29 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/stream_out/rtp.c
-
-* modules/stream_out/rtp.c, modules/misc/rtsp.c: attempt at supporting amr nb/wb for rtsp streaming... doesn't look like livedotcom like it though.
-------------------------------------------------------------------------
-r11607 | bigben | 2005-06-29 22:53:06 +0200 (Wed, 29 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Still some work for playlist drag'n'drop
-
-
-------------------------------------------------------------------------
-r11606 | gbazin | 2005-06-29 21:59:01 +0200 (Wed, 29 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
-* modules/mux/mp4.c: added support for amr nb/wb and h263 in 3gp.
-------------------------------------------------------------------------
-r11603 | gbazin | 2005-06-29 19:13:31 +0200 (Wed, 29 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/mozilla/vlcplugin.h
-
-* mozilla/vlcplugin.h: fixed mimetypes string.
-------------------------------------------------------------------------
-r11601 | gbazin | 2005-06-29 19:08:54 +0200 (Wed, 29 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/mozilla/vlcplugin.h
-
-* mozilla/vlcplugin.h: compilation fix.
-------------------------------------------------------------------------
-r11600 | bigben | 2005-06-29 18:48:38 +0200 (Wed, 29 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Add an option to recusively expand the current node in the playlist context menue.
-* Seems to be some issues sometimes, likely related to the fact we do not empty o_outline_dict on playlist refresh 
-
-
-------------------------------------------------------------------------
-r11599 | dionoea | 2005-06-29 07:54:43 +0200 (Wed, 29 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/mozilla/npvlc_rc.rc
-
-this should fix compilation (if someone could backport this fix ... and
-test it)
-
-------------------------------------------------------------------------
-r11598 | hartman | 2005-06-29 01:46:33 +0200 (Wed, 29 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/codec/fake.c
-   M /trunk/modules/stream_out/transcode.c
-
-* Fix some configuration options declerations and strings
-
-------------------------------------------------------------------------
-r11597 | hartman | 2005-06-29 01:43:03 +0200 (Wed, 29 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* Fix opening of rtsp:// links in VLC
-
-------------------------------------------------------------------------
-r11596 | hartman | 2005-06-29 01:41:58 +0200 (Wed, 29 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* forwardport of [11522]
-
-------------------------------------------------------------------------
-r11595 | bigben | 2005-06-29 01:33:50 +0200 (Wed, 29 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Don't select items that are in a selected node for drag'n'drop
-
-
-------------------------------------------------------------------------
-r11594 | bigben | 2005-06-28 23:37:07 +0200 (Tue, 28 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Start of the beginnig of drag'n'drop in the OSX playlist. Items are only copied in  the pasteboard ATM (at least if I understand OSX's strange protocol to drag'n'drop items correclty)
-
-
-------------------------------------------------------------------------
-r11593 | courmisch | 2005-06-28 20:02:01 +0200 (Tue, 28 Jun 2005) | 21 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   A /trunk/loader
-   A /trunk/loader/Makefile.am
-   A /trunk/loader/Makefile.in
-   A /trunk/loader/afl.c
-   A /trunk/loader/com.h
-   A /trunk/loader/driver.c
-   A /trunk/loader/driver.h
-   A /trunk/loader/ext.c
-   A /trunk/loader/ext.h
-   A /trunk/loader/kludge.c
-   A /trunk/loader/ldt_keeper.c
-   A /trunk/loader/ldt_keeper.h
-   A /trunk/loader/loader.h
-   A /trunk/loader/module.c
-   A /trunk/loader/pe_image.c
-   A /trunk/loader/pe_resource.c
-   A /trunk/loader/qtx
-   A /trunk/loader/qtx/qtxsdk
-   A /trunk/loader/qtx/qtxsdk/components.h
-   A /trunk/loader/registry.c
-   A /trunk/loader/registry.h
-   A /trunk/loader/resource.c
-   A /trunk/loader/stubs.s
-   A /trunk/loader/vfl.c
-   A /trunk/loader/win32.c
-   A /trunk/loader/win32.h
-   A /trunk/loader/wine
-   A /trunk/loader/wine/avifmt.h
-   A /trunk/loader/wine/basetsd.h
-   A /trunk/loader/wine/debugtools.h
-   A /trunk/loader/wine/driver.h
-   A /trunk/loader/wine/heap.h
-   A /trunk/loader/wine/mmreg.h
-   A /trunk/loader/wine/module.h
-   A /trunk/loader/wine/msacm.h
-   A /trunk/loader/wine/msacmdrv.h
-   A /trunk/loader/wine/pe_image.h
-   A /trunk/loader/wine/poppack.h
-   A /trunk/loader/wine/pshpack1.h
-   A /trunk/loader/wine/pshpack2.h
-   A /trunk/loader/wine/vfw.h
-   A /trunk/loader/wine/winbase.h
-   A /trunk/loader/wine/windef.h
-   A /trunk/loader/wine/winerror.h
-   A /trunk/loader/wine/winestring.h
-   A /trunk/loader/wine/winnt.h
-   A /trunk/loader/wine/winreg.h
-   A /trunk/loader/wine/winuser.h
-   A /trunk/loader/wineacm.h
-   A /trunk/loader/wrapper.S
-   A /trunk/loader/wrapper.h
-
-DLL loader stolen from MPlayer CVS.
-Disabled by default, enable with --enable-loader
-There's no sanity checks in configure so don't do it if your platform is not compatible.
-
-zorglub and Anil report it works for WMV3 with the dmo decoder plugin.
-It seems to crash with Quicktime (after displaying a few frame ?).
-There's no RealVideo decoder so, won't do that, but it probably could as well.
-
-Legal considerations
-=====================
-
-Section 2 of the GPL puts no restriction on what you link with so long as
-you have obtained the program from source (and compiled it yourself), so
-this is OK.
-
-It is not clear to me whether it is ok to provide binaries with this
-feature enabled. Maybe it would infringe on the GPL and, hence, on VLC's
-past contributors intellectual rights. So if in doubt don't put this in
-binary package you make.
-
-
-------------------------------------------------------------------------
-r11592 | damienf | 2005-06-28 19:58:34 +0200 (Tue, 28 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc.inf
-
-- updated to axvlc.inf used to create http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab
-
-------------------------------------------------------------------------
-r11591 | damienf | 2005-06-28 19:56:26 +0200 (Tue, 28 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/test.html
-
-- changed codebase path to 'http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab'
-
-------------------------------------------------------------------------
-r11590 | courmisch | 2005-06-28 17:16:11 +0200 (Tue, 28 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/Modules.am
-   D /trunk/modules/misc/externrun.c
-
-This doesn't owe in the VLC
-
-------------------------------------------------------------------------
-r11589 | sam | 2005-06-28 11:10:15 +0200 (Tue, 28 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-  * po/fr.po: various fixes
-
-------------------------------------------------------------------------
-r11588 | sam | 2005-06-28 10:48:46 +0200 (Tue, 28 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/po/es.po
-
-  * po/es.po: minor fixes
-
-------------------------------------------------------------------------
-r11587 | damienf | 2005-06-28 10:02:40 +0200 (Tue, 28 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-
-dataobject isn't ready for prime time yet :)
-
-
-------------------------------------------------------------------------
-r11585 | zorglub | 2005-06-27 23:30:44 +0200 (Mon, 27 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-Fix warning
-
-------------------------------------------------------------------------
-r11584 | zorglub | 2005-06-27 23:25:51 +0200 (Mon, 27 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-Don't insult the user - Patch by Torsten Spindler
-
-------------------------------------------------------------------------
-r11583 | dionoea | 2005-06-27 22:56:58 +0200 (Mon, 27 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/mozilla/npvlc_rc.rc
-
-forward port 11582
-
-------------------------------------------------------------------------
-r11581 | dionoea | 2005-06-27 22:27:10 +0200 (Mon, 27 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcplugin.h
-
-forward port 11580
-
-------------------------------------------------------------------------
-r11579 | bigben | 2005-06-27 22:20:58 +0200 (Mon, 27 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-* Add some items to some people
-* Add FK and me...
-
-
-------------------------------------------------------------------------
-r11578 | fkuehne | 2005-06-27 21:48:16 +0200 (Mon, 27 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* replace '0.8.3-svn' by '0.8.4-svn'
-------------------------------------------------------------------------
-r11575 | gbazin | 2005-06-27 21:02:06 +0200 (Mon, 27 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/b4s.c
-
-* modules/demux/playlist/b4s.c: WinCE compilation fix.
-------------------------------------------------------------------------
-r11573 | zorglub | 2005-06-27 20:18:55 +0200 (Mon, 27 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-Also fix mozilla when not in debug mode
-
-------------------------------------------------------------------------
-r11572 | gbazin | 2005-06-27 20:17:09 +0200 (Mon, 27 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
-* modules/codec/mpeg_audio.c: don't use this codec if we don't have an mpgatofixed32 audio filter (a bit of a hack but it works :).
-------------------------------------------------------------------------
-r11571 | sam | 2005-06-27 15:58:06 +0200 (Mon, 27 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-  * src/misc/httpd.c: fixed a crash in IPv4 handling, patch from Maxime Bizon.
-
-------------------------------------------------------------------------
-r11570 | damienf | 2005-06-27 14:22:24 +0200 (Mon, 27 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/activex/plugin.cpp
-
-plugin.cpp: forgot to initialize the mute variable
-AUTHORS: I haven't moved to Germany as far as I know: )
-
-------------------------------------------------------------------------
-r11569 | damienf | 2005-06-27 13:41:16 +0200 (Mon, 27 Jun 2005) | 6 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/activex/axvlc_rc.rc
-   M /trunk/activex/main.cpp
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/persiststorage.cpp
-   M /trunk/activex/persiststreaminit.cpp
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/utils.h
-   M /trunk/activex/viewobject.cpp
-   A /trunk/activex/vlc16x16.bmp
-
-all: clean-up, bug fixes so that plugin is now working correctly with Visual Basic 6 (which I have tested) and hopefully should also work with .NET (which I havent't tested).
-
-Outstanding issue: the control properties are not persisted
-
-vlc16x16.bmp: toolbar icon for VLC plugin
-
-------------------------------------------------------------------------
-r11567 | fkuehne | 2005-06-27 01:55:53 +0200 (Mon, 27 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-
-* implemented a general, re-usable help-panel used by all 4 "More Info" buttons (refs #13)
-* copied the todo to the file
-------------------------------------------------------------------------
-r11564 | zorglub | 2005-06-26 20:23:17 +0200 (Sun, 26 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-
-Higher default caching value. Prebuffering should really use the caching value 
-
-------------------------------------------------------------------------
-r11563 | fkuehne | 2005-06-26 19:25:08 +0200 (Sun, 26 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* forgot to include the Turkish locale here as well
-------------------------------------------------------------------------
-r11562 | courmisch | 2005-06-26 19:17:50 +0200 (Sun, 26 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/getaddrinfo.c
-
-Remove confusing warning
-
-------------------------------------------------------------------------
-r11561 | fkuehne | 2005-06-26 19:05:58 +0200 (Sun, 26 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/tl.po
-   A /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_TW.po
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
-
-* copy the po-files from /tags/0.8.2 to trunk
-* run update-po to get them in sync
-* forward-port [11506]
-------------------------------------------------------------------------
-r11560 | dionoea | 2005-06-26 18:03:48 +0200 (Sun, 26 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-forward port 11543 (again)
-
-------------------------------------------------------------------------
-r11559 | courmisch | 2005-06-26 17:12:10 +0200 (Sun, 26 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/quicktime.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r11558 | courmisch | 2005-06-26 16:54:06 +0200 (Sun, 26 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/getaddrinfo.c
-
-Fix compilation
-
-------------------------------------------------------------------------
-r11557 | courmisch | 2005-06-26 12:36:35 +0200 (Sun, 26 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-Remove obsoloted check
-
-------------------------------------------------------------------------
-r11556 | courmisch | 2005-06-26 12:35:06 +0200 (Sun, 26 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-Set IPV6_V6ONLY option to make my life easier
-
-------------------------------------------------------------------------
-r11555 | courmisch | 2005-06-26 12:29:06 +0200 (Sun, 26 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-Set IPV6_PROTECTION_LEVEL (yet another Microsoft's stupid idea)
-at the "right" place, namely ListenTCP rather than OpenTCP
-
-------------------------------------------------------------------------
-r11554 | courmisch | 2005-06-26 12:24:35 +0200 (Sun, 26 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/access/ftp.c
-   M /trunk/src/misc/getaddrinfo.c
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/stream_output/sap.c
-
-Fixes httpd_ClientIP on Win32 & the likes
-
-------------------------------------------------------------------------
-r11553 | courmisch | 2005-06-26 12:14:00 +0200 (Sun, 26 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-More conservative buffer size
-
-------------------------------------------------------------------------
-r11552 | courmisch | 2005-06-26 11:47:41 +0200 (Sun, 26 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-Forgot this file
-
-------------------------------------------------------------------------
-r11551 | courmisch | 2005-06-26 11:12:36 +0200 (Sun, 26 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/access/ftp.c
-   M /trunk/src/misc/getaddrinfo.c
-   M /trunk/src/misc/net.c
-   M /trunk/src/stream_output/sap.c
-
-Use integer rather than strings for UDP/TCP port numbers
-
-------------------------------------------------------------------------
-r11550 | courmisch | 2005-06-26 11:11:54 +0200 (Sun, 26 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/share/http/index.html
-
-Fix case
-
-------------------------------------------------------------------------
-r11549 | courmisch | 2005-06-26 07:43:05 +0200 (Sun, 26 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/share/http/index.html
-
-Someone forgot debugging stuff here
-
-------------------------------------------------------------------------
-r11548 | hartman | 2005-06-26 03:11:33 +0200 (Sun, 26 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/x264.patch
-
-* Stupid 10.2 THOU SHALT OBEY ME
-
-------------------------------------------------------------------------
-r11547 | courmisch | 2005-06-25 20:41:15 +0200 (Sat, 25 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.h
-
-Fix previous commit
-
-------------------------------------------------------------------------
-r11546 | courmisch | 2005-06-25 19:21:23 +0200 (Sat, 25 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dmo/buffer.c
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/dmo/dmo.h
-
-Most compiler warning fixed
-
-------------------------------------------------------------------------
-r11545 | dionoea | 2005-06-25 19:16:58 +0200 (Sat, 25 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-fix alphabetically ordered list ...
-
-------------------------------------------------------------------------
-r11544 | dionoea | 2005-06-25 19:13:09 +0200 (Sat, 25 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-add myself to the authors list ... because i want to be part of the "very cool dudes" list of people with a SVN account.
-
-
-------------------------------------------------------------------------
-r11540 | dionoea | 2005-06-25 15:32:58 +0200 (Sat, 25 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/b4s.c
-
-forward port of 11539
-
-------------------------------------------------------------------------
-r11536 | courmisch | 2005-06-25 15:08:57 +0200 (Sat, 25 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-HTTP_PROXY -> http_proxy that's the commit I should have done in the first place
-
-------------------------------------------------------------------------
-r11535 | courmisch | 2005-06-25 15:02:07 +0200 (Sat, 25 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Forward port of 11534
-
-------------------------------------------------------------------------
-r11533 | courmisch | 2005-06-25 14:47:15 +0200 (Sat, 25 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Most of what would fix #14 if we really wanted to
-
-------------------------------------------------------------------------
-r11529 | courmisch | 2005-06-25 13:15:43 +0200 (Sat, 25 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-- support for Basic HTTP Proxy authentication (closes #149)
-- getenv is case-sensitive !!! use HTTP_PROXY instead of http_proxy
-
-------------------------------------------------------------------------
-r11528 | courmisch | 2005-06-25 12:56:30 +0200 (Sat, 25 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Clean up : use user and pass from vlc_UrlParse
-
-------------------------------------------------------------------------
-r11527 | courmisch | 2005-06-25 12:36:37 +0200 (Sat, 25 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
-Unbreak previous commit - I was a bit too optimistic
-
-------------------------------------------------------------------------
-r11526 | dionoea | 2005-06-25 12:25:08 +0200 (Sat, 25 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-forwardport
-
-------------------------------------------------------------------------
-r11525 | courmisch | 2005-06-25 12:24:11 +0200 (Sat, 25 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/include/network.h
-
-- Support for parsing user and password in URLs
-- Useless (always true) check removed
-- Only one strdup() in vlc_UrlParse
-
-------------------------------------------------------------------------
-r11523 | courmisch | 2005-06-25 12:22:59 +0200 (Sat, 25 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Fix lame compiler warning
-
-------------------------------------------------------------------------
-r11521 | courmisch | 2005-06-25 09:47:46 +0200 (Sat, 25 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-More conservative buffer size
-
-------------------------------------------------------------------------
-r11520 | courmisch | 2005-06-25 09:45:57 +0200 (Sat, 25 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/voc.c
-
-Bigger buffer to reduce stuttering
-
-------------------------------------------------------------------------
-r11519 | courmisch | 2005-06-25 08:06:06 +0200 (Sat, 25 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Remove plugins and builtins with make uninstall (closes #231)
-
-------------------------------------------------------------------------
-r11518 | courmisch | 2005-06-25 07:39:06 +0200 (Sat, 25 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Deletes vlc's aliases upon make uninstall (refs #231)
-
-------------------------------------------------------------------------
-r11513 | hartman | 2005-06-24 22:09:21 +0200 (Fri, 24 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* new liveMedia version
-
-------------------------------------------------------------------------
-r11512 | hartman | 2005-06-24 21:06:58 +0200 (Fri, 24 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-* More greenline prevention (opengl sucks ! :D )
-
-------------------------------------------------------------------------
-r11511 | bigben | 2005-06-24 18:55:01 +0200 (Fri, 24 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-Much cleaner fix for the "vlc would crash on item deletion" bug.
-
-Not sure this should be backported at this time (at least not without further testing)
-
-
-------------------------------------------------------------------------
-r11509 | courmisch | 2005-06-23 22:15:03 +0200 (Thu, 23 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-fix use of uninitialized URI string pointer in SAP announce - closes #228
-
-------------------------------------------------------------------------
-r11507 | zorglub | 2005-06-23 20:57:22 +0200 (Thu, 23 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-Fix "intf"  saving - Closes #223
-
-------------------------------------------------------------------------
-r11505 | courmisch | 2005-06-23 17:35:18 +0200 (Thu, 23 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-- Fix infinite loop on TCP connection timeout
-- Really obey the ipv4-timeout to the ms
-
-------------------------------------------------------------------------
-r11504 | courmisch | 2005-06-23 17:34:29 +0200 (Thu, 23 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-
-I suppose Meuuh forgot this one
-
-------------------------------------------------------------------------
-r11502 | hartman | 2005-06-23 16:46:12 +0200 (Thu, 23 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* Disabled UDP timeout on multicast RTSP sessions. closes #227
-  A configurable timeout should be added later on?
-
-------------------------------------------------------------------------
-r11501 | bigben | 2005-06-23 16:24:25 +0200 (Thu, 23 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Fixes playlist search
-
-(Closes #229)
-
-
-------------------------------------------------------------------------
-r11500 | hartman | 2005-06-23 15:38:18 +0200 (Thu, 23 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* Properly release streams. closes #226
-
-------------------------------------------------------------------------
-r11498 | xtophe | 2005-06-23 10:32:57 +0200 (Thu, 23 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/share/http/index.html
-
-http/index.html: Fix for IE (patch by Pierre-Hugues PERET) (closes #188)
-
-------------------------------------------------------------------------
-r11496 | dionoea | 2005-06-22 18:41:48 +0200 (Wed, 22 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-applied patch by Julien Martin
-
-------------------------------------------------------------------------
-r11494 | hartman | 2005-06-21 23:31:28 +0200 (Tue, 21 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* test for sqrtf in -lmx. If present add to x264 compile flags
-
-------------------------------------------------------------------------
-r11490 | courmisch | 2005-06-21 19:44:06 +0200 (Tue, 21 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/voc.c
-
-- Rounds VOC v1.10 sample rates to usual values (11025, 22050, 44100)
-  which are supported by aout modules (closes #201)
-- Use appropriate values in es format computations
-
-------------------------------------------------------------------------
-r11489 | bigben | 2005-06-21 18:07:02 +0200 (Tue, 21 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-Fix playlist item search (was broken by the "general" node remove comit)
-
-
-------------------------------------------------------------------------
-r11488 | bigben | 2005-06-21 17:34:37 +0200 (Tue, 21 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Hopefully really fix OSX playlist this time (very dirty hack inside)
-
-
-------------------------------------------------------------------------
-r11487 | massiot | 2005-06-21 14:29:55 +0200 (Tue, 21 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
- * src/libvlc.*: New --open option to allow to permanently start an MRL on
-   startup. Fixed two typos in two strings.
-
-------------------------------------------------------------------------
-r11485 | hartman | 2005-06-21 00:43:40 +0200 (Tue, 21 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/dummy/dummy.c
-
-* Mark the video and decoder options of the dummy module as advanced. This 'hides' the problem described in #162
-
-------------------------------------------------------------------------
-r11484 | fkuehne | 2005-06-20 23:12:22 +0200 (Mon, 20 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* forwardport [11483] to trunk
-------------------------------------------------------------------------
-r11479 | hartman | 2005-06-20 22:26:06 +0200 (Mon, 20 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Don't show the General node in OS X playlist. it complicates logic, but looks much nicer this way.
-
-------------------------------------------------------------------------
-r11477 | zorglub | 2005-06-20 21:43:52 +0200 (Mon, 20 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-Don't continously resize mozilla plugin window - Closes #139
-
-------------------------------------------------------------------------
-r11475 | zorglub | 2005-06-20 20:52:46 +0200 (Mon, 20 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-Restore playlist behaviour
-
-------------------------------------------------------------------------
-r11474 | bigben | 2005-06-20 19:48:25 +0200 (Mon, 20 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-Add a playlist lock. Hopefully fixes the last crash in the OSX playlist.
-
-
-
-------------------------------------------------------------------------
-r11473 | massiot | 2005-06-20 19:05:53 +0200 (Mon, 20 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
- * src/misc/net.c: Better fix for Cygwin.
-
-------------------------------------------------------------------------
-r11472 | massiot | 2005-06-20 18:48:11 +0200 (Mon, 20 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
- * src/misc/net.c: Fix for Cygwin which doesn't have inet_aton().
-
-------------------------------------------------------------------------
-r11471 | zorglub | 2005-06-20 18:42:10 +0200 (Mon, 20 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-
-Don't fuck up index on delete (fix crash for skins2) - Refs #205
-
-------------------------------------------------------------------------
-r11470 | zorglub | 2005-06-20 18:32:01 +0200 (Mon, 20 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/playlist.c
-
-Fix crash on delete (Refs:#205)
-
-------------------------------------------------------------------------
-r11467 | bigben | 2005-06-20 14:26:58 +0200 (Mon, 20 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-
-* Use 0 as default quality setting. The previous "3" would make VLC ignore the ab= argument unless being explicitely told to use cbr with the --sout-vorbis-cbr oprion.
-
-
-------------------------------------------------------------------------
-r11464 | fkuehne | 2005-06-19 21:48:04 +0200 (Sun, 19 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* fix relative paths
-------------------------------------------------------------------------
-r11463 | fkuehne | 2005-06-19 21:37:42 +0200 (Sun, 19 Jun 2005) | 13 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/Modules.am
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   A /trunk/modules/gui/macosx/wizard.h
-   A /trunk/modules/gui/macosx/wizard.m
-
-* ALL: basic skeleton for a streaming-wizard (refs #13)
-    
-    done:
-    - all items are included with complete l10n support
-    - checkboxes and select-file-buttons behave as they are supposed to
-    
-    todo:
-    - implementation of the logic, i.e. handling of the collected values, respective manipulation of the GUI, start of the stream
-    - move some arrays to an external header file
-    - some GUI things (e.g. radio buttons on page 2, etc. - see FIXMEs)
-    - implementation of some help-dialogues (it might be necessary to create a re-usable window in the nib for that, since NSAlert is Panther and Tiger only)
-    - l10n string fixes (both in OSX and WX)
-    => most of the work still needs to be done
-------------------------------------------------------------------------
-r11458 | zorglub | 2005-06-18 12:31:42 +0200 (Sat, 18 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/strings.txt
-   M /trunk/doc/translations.txt
-
-Deprecate old docs
-
-------------------------------------------------------------------------
-r11456 | jpsaman | 2005-06-18 10:17:47 +0200 (Sat, 18 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-
-Updated e-mail address. The wxs.nl address is no longer in use.
-------------------------------------------------------------------------
-r11454 | fkuehne | 2005-06-17 21:30:24 +0200 (Fri, 17 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
-
-* forward-port of [11453] plus a small string-enhancement to src/libvlc.h
-------------------------------------------------------------------------
-r11450 | massiot | 2005-06-17 19:16:43 +0200 (Fri, 17 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/playlist.c
-
- * modules/demux/playlist/playlist.c: New --no-playlist-autostart option.
-
-------------------------------------------------------------------------
-r11448 | massiot | 2005-06-17 18:42:48 +0200 (Fri, 17 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/old.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/pls.c
-
- * modules/demux/playlist: Exported symbols inside plug-ins must always be
-   escaped with the E_() macro, to avoid namespace collisions between plug-ins.
-
-------------------------------------------------------------------------
-r11447 | massiot | 2005-06-17 14:43:46 +0200 (Fri, 17 Jun 2005) | 9 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/include/vlc_httpd.h
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/misc/net.c
-
- * modules/control/http.c: Added support for .hosts files detailing hosts
-   allowed to connect. The format is :
-   192.168.0.0/24
-   172.16.12.42/32
- * src/misc/net.c: New function net_CheckIP to check that an IP is in a
-   given range.
- * OTHERS: Changed prototypes to allow for two new arguments for the
-   hosts list.
-
-------------------------------------------------------------------------
-r11446 | dionoea | 2005-06-17 14:37:42 +0200 (Fri, 17 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-forwardport 11445
-
-------------------------------------------------------------------------
-r11443 | dionoea | 2005-06-16 23:11:54 +0200 (Thu, 16 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/share/Makefile.am
-   M /trunk/share/vlc16x16.xpm
-   M /trunk/share/vlc32x32.xpm
-   A /trunk/share/vlc48x48new.ico
-   M /trunk/share/vlc_win32_rc.rc
-   M /trunk/vlc.win32.nsi
-
-change to new icon ( fixes #185 )
-
-------------------------------------------------------------------------
-r11441 | dionoea | 2005-06-16 21:42:34 +0200 (Thu, 16 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/share/vlc_win32_rc.rc
-
-update copyright date
-
-------------------------------------------------------------------------
-r11439 | dionoea | 2005-06-16 01:33:42 +0200 (Thu, 16 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-make sure that the "Play with VLC" context menu item plays the item right
-away (even if the user had --playlist-enqueue saved in his vlcrc file)
-
-------------------------------------------------------------------------
-r11437 | dionoea | 2005-06-16 01:20:07 +0200 (Thu, 16 Jun 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-fix prefs icon problem under windows. (All subcategory items have the
-category's image ... which is different from the linux display where
-subcategories don't have images)
-
-fixes #184
-
-------------------------------------------------------------------------
-r11430 | massiot | 2005-06-15 18:25:05 +0200 (Wed, 15 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
- * src/playlist/playlist.c: Fixed playlist_vaControl not to segfault when
-   it is called with an invalid playlist item.
-
-------------------------------------------------------------------------
-r11428 | xtophe | 2005-06-15 11:24:55 +0200 (Wed, 15 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvdread.c
-
-access/dvdread.c: Compilation fix
-
-------------------------------------------------------------------------
-r11426 | xtophe | 2005-06-15 09:40:16 +0200 (Wed, 15 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/share/http/vlm/index.html
-
-http/vlm/index.html: Add a note about the currnt brocken state of the vlm http intf.
-
-------------------------------------------------------------------------
-r11424 | hartman | 2005-06-15 01:45:02 +0200 (Wed, 15 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/video_output/opengl.c
-
-* Lets go beserk on the locking and event passing for OpenGL resize. Haven't been able to crash it anymore.
-  closes #45
-
-------------------------------------------------------------------------
-r11422 | hartman | 2005-06-15 01:08:54 +0200 (Wed, 15 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvdread.c
-
-* remove some useless i_mux_rate stuff that we don't use anymore
-
-------------------------------------------------------------------------
-r11421 | dionoea | 2005-06-15 00:46:20 +0200 (Wed, 15 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-Add play with VLC and Add to VLC's playlist context menu items
-
-------------------------------------------------------------------------
-r11419 | hartman | 2005-06-14 23:32:01 +0200 (Tue, 14 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-
-* Fix the Reset button for OS X preferences (closes #193)
-
-------------------------------------------------------------------------
-r11418 | dionoea | 2005-06-14 22:41:17 +0200 (Tue, 14 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-use PLAYLISTENQUEUE help messages ...
-
-------------------------------------------------------------------------
-r11417 | dionoea | 2005-06-14 22:38:44 +0200 (Tue, 14 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/win32_specific.c
-
-* add --playlist-enqueue option ( win32 only )
-When running with --one-instance, enqueue item to playlist and keep playing
-the current item. (default behavior is to start playing new item)
-
-------------------------------------------------------------------------
-r11415 | xtophe | 2005-06-14 20:19:34 +0200 (Tue, 14 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: don't unix2dos dboxfiles.html as it produces problems with Movieplayer on dbox2 (refs #178).
-
-------------------------------------------------------------------------
-r11414 | gbazin | 2005-06-14 19:24:01 +0200 (Tue, 14 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c: try to detect XShmAttach() failure (eg. when running on an exported display).
-------------------------------------------------------------------------
-r11413 | hartman | 2005-06-14 17:58:47 +0200 (Tue, 14 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvdread.c
-
-* Accurate GET_TIME for dvdread
-
-------------------------------------------------------------------------
-r11411 | gbazin | 2005-06-14 16:14:14 +0200 (Tue, 14 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-*  modules/video_output/opengl.c: win32 build fix (by Dnumgis).
-------------------------------------------------------------------------
-r11409 | hartman | 2005-06-13 22:50:23 +0200 (Mon, 13 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* Largefile support for segmented mkv files (closes #204)
-
-------------------------------------------------------------------------
-r11407 | hartman | 2005-06-13 21:11:22 +0200 (Mon, 13 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/auhal.c
-
-* compile fix
-
-------------------------------------------------------------------------
-r11406 | massiot | 2005-06-13 15:21:58 +0200 (Mon, 13 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/bridge.c
-
- * modules/stream_out/bridge.c: Fixed the bug of disappearance of audio.
-
-------------------------------------------------------------------------
-r11404 | hartman | 2005-06-12 23:05:23 +0200 (Sun, 12 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/auhal.c
-
-* Don't list 'Input only' devices
-
-------------------------------------------------------------------------
-r11401 | dionoea | 2005-06-11 23:36:48 +0200 (Sat, 11 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/BUGS
-
-change trac url
-
-------------------------------------------------------------------------
-r11399 | dionoea | 2005-06-11 22:35:10 +0200 (Sat, 11 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-Add link to the documentation in the Start Menu items
-
-------------------------------------------------------------------------
-r11397 | hartman | 2005-06-10 21:44:13 +0200 (Fri, 10 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/src/libvlc.h
-
-* Changed mute hotkey to command-alt-arrowdown (like in iTunes) to avoid dupe with messages window hotkey.
-* Solved a deadlock due to volumeGet. Remember locking functions are not allowed from the GUI thread.
-* Fix the OSD feedback of the Repeat One, Repeat All commands
-* Added Chris Clepper to the THANKS file for his OpenGL fix [11368]
-
-------------------------------------------------------------------------
-r11396 | bigben | 2005-06-10 21:30:31 +0200 (Fri, 10 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-Add a tooltip to the "search in playlist" input field
-
-
-------------------------------------------------------------------------
-r11395 | zorglub | 2005-06-10 21:04:48 +0200 (Fri, 10 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/src/playlist/sort.c
-
-Implement SORT_AUTHOR. Closes #196
-
-------------------------------------------------------------------------
-r11394 | fkuehne | 2005-06-10 20:59:37 +0200 (Fri, 10 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/keyedobjects.nib
-
-* forwardport of [11392]
-------------------------------------------------------------------------
-r11391 | zorglub | 2005-06-10 20:50:32 +0200 (Fri, 10 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/modules/gui/pda/pda.glade
-   M /trunk/modules/gui/pda/pda_interface.c
-   M /trunk/modules/gui/wxwindows/streamdata.h
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-Remove i263 from stream output dialogs. Closes #187
-
-------------------------------------------------------------------------
-r11390 | fkuehne | 2005-06-10 20:28:20 +0200 (Fri, 10 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/video_filter/mosaic.c
-
-mosaic.c: fixed a string
-intf.m: Shortend a sentence, since we don't support OSX < 10.2 anymore
-------------------------------------------------------------------------
-r11388 | massiot | 2005-06-10 18:12:29 +0200 (Fri, 10 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/access_output/udp.c
-
- * include/vlc_threads.h: Priority level VLC_THREAD_PRIORITY_HIGHEST is now
-   available for all platforms.
- * modules/access_output/udp.c: Now runs the output thread at
-   VLC_THREAD_PRIORITY_HIGHEST
-
-------------------------------------------------------------------------
-r11386 | hartman | 2005-06-10 17:29:32 +0200 (Fri, 10 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_filter/format.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/svg.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/swscale/filter.c
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/svgalib.c
-   M /trunk/modules/video_output/wingdi.c
-   M /trunk/src/libvlc.h
-
-* Some changes to preferences categorization (This really needs a lot more work)
-
-------------------------------------------------------------------------
-r11385 | massiot | 2005-06-10 17:14:16 +0200 (Fri, 10 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * modules/mux/mpeg/ts.c: New --no-sout-ts-crypt-video option to disable
-   CSA scrambling for video PID(s).
-
-------------------------------------------------------------------------
-r11384 | massiot | 2005-06-10 17:08:51 +0200 (Fri, 10 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video.c
-
- * modules/codec/ffmpeg: New options to fine-tune advanced encoder options.
- * modules/codec/ffmpeg/video.c: Better handling of aspect ratio change.
-
-------------------------------------------------------------------------
-r11383 | massiot | 2005-06-10 17:06:29 +0200 (Fri, 10 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/fake.c
-
- * modules/access/fake.c: New --fake-id option to specify the fake ES ID, for
-   use with #duplicate{}.
-
-------------------------------------------------------------------------
-r11381 | bigben | 2005-06-10 17:03:20 +0200 (Fri, 10 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/open.m
-
-* reflects syntax change in the dvdread access
-
-
-------------------------------------------------------------------------
-r11379 | fkuehne | 2005-06-10 16:20:08 +0200 (Fri, 10 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/mux/mpjpeg.c
-
-* fixed some strings
-------------------------------------------------------------------------
-r11377 | fkuehne | 2005-06-10 13:03:45 +0200 (Fri, 10 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/fake.c
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/access/v4l/v4l.c
-
-forwardport of [11376]
-------------------------------------------------------------------------
-r11374 | dionoea | 2005-06-10 01:34:47 +0200 (Fri, 10 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
- * split file associations in 3 subcategories (audio, video, other)
-
-------------------------------------------------------------------------
-r11373 | hartman | 2005-06-10 00:49:10 +0200 (Fri, 10 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/x264.patch (from /branches/0.8.2/extras/contrib/src/Patches/x264.patch:11372)
-
-* forwardport of [11372]
-
-------------------------------------------------------------------------
-r11370 | bigben | 2005-06-09 22:24:06 +0200 (Thu, 09 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-   M /trunk/modules/gui/macosx/output.m
-
-* All: include x264 in the contrib system, and add a h264 entry in the sout panel
-
-
-------------------------------------------------------------------------
-r11368 | hartman | 2005-06-09 13:02:05 +0200 (Thu, 09 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-* GL_CLAMP --> GL_CLAMP_TO_EDGE. This fixes the Greenline issue closes #103
-
-------------------------------------------------------------------------
-r11367 | jpsaman | 2005-06-08 22:44:57 +0200 (Wed, 08 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-
-Forward port of #11366
-------------------------------------------------------------------------
-r11364 | zorglub | 2005-06-08 22:23:52 +0200 (Wed, 08 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Backport [11359]
-
-------------------------------------------------------------------------
-r11362 | gbazin | 2005-06-08 21:57:33 +0200 (Wed, 08 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-
-* modules/access/dvdnav.c: slightly better fix for default selection when changing menu.
-------------------------------------------------------------------------
-r11361 | courmisch | 2005-06-08 18:59:27 +0200 (Wed, 08 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-port previous commits
-
-------------------------------------------------------------------------
-r11356 | hartman | 2005-06-08 16:48:15 +0200 (Wed, 08 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/README.MacOSX.rtf
-   M /trunk/modules/audio_output/auhal.c
-
-* Fix rear speaker recognition
-* Add some more comments on speaker layouts etc.
-
-------------------------------------------------------------------------
-r11355 | massiot | 2005-06-08 16:39:03 +0200 (Wed, 08 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/fake.c
-
- * modules/codec/fake.c: New fake codec. Use it in conjunction with the
-   fake access to create an efficient background image for the transcode
-   module (avoids using the switcher module).
-
-------------------------------------------------------------------------
-r11354 | massiot | 2005-06-08 16:36:19 +0200 (Wed, 08 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * modules/stream_out/transcode.c: Really fixed the latest segfault this time...
-
-------------------------------------------------------------------------
-r11352 | gbazin | 2005-06-08 15:17:48 +0200 (Wed, 08 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* Makefile.am: small change to the package-win32-base-exe target.
-------------------------------------------------------------------------
-r11350 | gbazin | 2005-06-08 14:06:06 +0200 (Wed, 08 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: fixed crash with multithread encoding.
-------------------------------------------------------------------------
-r11348 | gbazin | 2005-06-08 09:33:35 +0200 (Wed, 08 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/packetizer/mpeg4video.c
-
-* modules/codec/ffmpeg/ffmpeg.c, modules/packetizer/mpeg4video.c: added support for MP4V fourcc.
-------------------------------------------------------------------------
-r11347 | gbazin | 2005-06-08 09:30:57 +0200 (Wed, 08 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* modules/demux/mkv.cpp: don't forget to release the input object.
-  adapted new "menu-palette" changes. This needs to be fixed by getting the CLUT.
-
-------------------------------------------------------------------------
-r11346 | jpsaman | 2005-06-07 23:05:00 +0200 (Tue, 07 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-
-Forward port of revision #11345: Correctly display the initial highlight area in the DVD menu.
-------------------------------------------------------------------------
-r11342 | massiot | 2005-06-07 18:42:20 +0200 (Tue, 07 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
- * modules/codec/ffmpeg: More sensible values for --sout-ffmpeg-strict-rc
-   (default values borrowed from ffmpeg).
-
-------------------------------------------------------------------------
-r11341 | massiot | 2005-06-07 18:40:12 +0200 (Tue, 07 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
- * modules/access_output/udp.c: More verbosity when the mux itself is late.
-
-------------------------------------------------------------------------
-r11340 | massiot | 2005-06-07 18:39:32 +0200 (Tue, 07 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/bridge.c
-
- * modules/stream_out/bridge.c: Miscellaneous fixes to avoid late packets.
-
-------------------------------------------------------------------------
-r11339 | massiot | 2005-06-07 18:39:00 +0200 (Tue, 07 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/mosaic_bridge.c
-
- * modules/stream_out/mosaic_bridge.c: Avoid accessing a deallocated object.
-
-------------------------------------------------------------------------
-r11338 | massiot | 2005-06-07 18:37:42 +0200 (Tue, 07 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * modules/stream_out/transcode.c: Fixed a segfault introduced in the last
-   changeset.
-
-------------------------------------------------------------------------
-r11337 | massiot | 2005-06-07 17:58:40 +0200 (Tue, 07 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/auhal.c
-
- * modules/audio_output/auhal.c: Added property svn:keyword.
-
-------------------------------------------------------------------------
-r11335 | gbazin | 2005-06-07 17:00:55 +0200 (Tue, 07 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-
-* modules/audio_output/directx.c: audio device selection based on a patch from Matthew Armsby (uberground at gmail dot com) + config option to disable float32 output.
-------------------------------------------------------------------------
-r11331 | xtophe | 2005-06-07 15:34:07 +0200 (Tue, 07 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc_rc.rc
-
-Update copyright date
-
-------------------------------------------------------------------------
-r11329 | gbazin | 2005-06-07 14:32:56 +0200 (Tue, 07 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: proper calculation of PTS/DTS for streams with B frames.
-------------------------------------------------------------------------
-r11327 | gbazin | 2005-06-07 12:28:09 +0200 (Tue, 07 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: better picture heap leaking detection when encoding in multithreaded mode (needed if the encoder doesn't remove the pictures as fast as the decoder put them).
-------------------------------------------------------------------------
-r11325 | dionoea | 2005-06-07 02:00:03 +0200 (Tue, 07 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcpeer.cpp
-   M /trunk/mozilla/vlcpeer.h
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-
-yet some more copyright date updates ... (2002 was quite old)
-
-------------------------------------------------------------------------
-r11324 | dionoea | 2005-06-07 01:56:06 +0200 (Tue, 07 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/mozilla/npvlc_rc.rc
-
-update VLC moz plugin copyright date
-
-------------------------------------------------------------------------
-r11322 | gbazin | 2005-06-06 19:40:08 +0200 (Mon, 06 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: support for multi-threaded encoding.
-------------------------------------------------------------------------
-r11320 | xtophe | 2005-06-06 19:11:13 +0200 (Mon, 06 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-libvlc.c: Print --no-X in help to not confuse users. --noX and --no-X are still parsed and give the same results.
-
-------------------------------------------------------------------------
-r11319 | massiot | 2005-06-06 19:08:48 +0200 (Mon, 06 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * modules/stream_out/transcode.c: Bail out when no audio filter is available.
-
-------------------------------------------------------------------------
-r11318 | gbazin | 2005-06-06 19:08:03 +0200 (Mon, 06 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* modules/codec/ffmpeg/encoder.c: don't enable CODEC_FLAG_QSCALE when not requested.
-------------------------------------------------------------------------
-r11315 | dionoea | 2005-06-06 02:21:29 +0200 (Mon, 06 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-fix mozilla and mozilla firefox plugin install on win32
-(closes #172)
-
-mozilla devs should really fix bugs ...
-
-------------------------------------------------------------------------
-r11313 | hartman | 2005-06-06 01:46:42 +0200 (Mon, 06 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/auhal.c
-
-* Fix for if only several channels are not set.
-
-------------------------------------------------------------------------
-r11311 | hartman | 2005-06-05 23:38:57 +0200 (Sun, 05 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* Disable the coreaudio resampler
-
-------------------------------------------------------------------------
-r11310 | hartman | 2005-06-05 23:37:45 +0200 (Sun, 05 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/README.MacOSX.rtf
-   M /trunk/modules/audio_output/auhal.c
-
-* Fix the issues with changing inNumberFrames when resampling
-* Update NEWS and README with info on the new module.
-
-------------------------------------------------------------------------
-r11308 | gbazin | 2005-06-05 20:07:08 +0200 (Sun, 05 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-
-* modules/access/dvdnav.c,dvdread.c: don't crash if the DVD can't be decrypted/read.
-------------------------------------------------------------------------
-r11306 | gbazin | 2005-06-05 19:30:36 +0200 (Sun, 05 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-
-* modules/access/dvdnav.c: RESET_PCR on DVDNAV_WAIT event to have menu loopback working correctly.
-------------------------------------------------------------------------
-r11304 | gbazin | 2005-06-05 19:03:02 +0200 (Sun, 05 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_spu.h
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* modules/access/dvdnav.c, src/video_output/vout_subpictures.c: Use the proper palette for DVD menus.
-------------------------------------------------------------------------
-r11301 | hartman | 2005-06-05 13:26:27 +0200 (Sun, 05 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/auhal.c
-
-* modules/audio_output/auhal.c: Make speaker config assumptions if the speaker layout is not set. 
-
-------------------------------------------------------------------------
-r11298 | gbazin | 2005-06-05 04:25:44 +0200 (Sun, 05 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdread.c
-
-* modules/access/dvdread.c: fixed bug that made some DVDs unplayable.
-------------------------------------------------------------------------
-r11296 | hartman | 2005-06-05 02:47:14 +0200 (Sun, 05 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* stop listening for mouse events before the view is NULL'ified
-
-------------------------------------------------------------------------
-r11294 | hartman | 2005-06-04 23:12:41 +0200 (Sat, 04 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* fix a locking issue in the window destruction. (thx for fixing all of this titer)
-
-------------------------------------------------------------------------
-r11293 | dionoea | 2005-06-04 23:00:16 +0200 (Sat, 04 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-forwardport [11292]
-
-------------------------------------------------------------------------
-r11290 | titer | 2005-06-04 22:08:43 +0200 (Sat, 04 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-
- Ooops, forgot to remove debug
-
-------------------------------------------------------------------------
-r11288 | titer | 2005-06-04 22:03:09 +0200 (Sat, 04 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-
- beos/: finished fixing Preferences
-
-------------------------------------------------------------------------
-r11286 | titer | 2005-06-04 19:57:38 +0200 (Sat, 04 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/view.c
-
- playlist/view.c: sanity check (closes #176)
-
-------------------------------------------------------------------------
-r11285 | courmisch | 2005-06-04 17:57:14 +0200 (Sat, 04 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-Attempt to fix a crash in src/misc/httpd.c
-
-------------------------------------------------------------------------
-r11284 | titer | 2005-06-04 17:49:11 +0200 (Sat, 04 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/control.h
-   M /trunk/src/control/core.c
-
- *control*: BeOS compile fixes
-
-------------------------------------------------------------------------
-r11282 | titer | 2005-06-04 17:07:03 +0200 (Sat, 04 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
-
- macosx/vout*: also destroy the window and attach/detach the view on the
-  main thread (one more step to hopefully fix #45)
- macosx/controls.m: fixed a tiny memleak
-
-------------------------------------------------------------------------
-r11281 | courmisch | 2005-06-04 14:55:23 +0200 (Sat, 04 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Don't remove vlc_symbols.h
-
-------------------------------------------------------------------------
-r11279 | gbazin | 2005-06-04 13:55:40 +0200 (Sat, 04 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_config.h
-
-* include/vlc_config.h: VOUT_BOGUS_DELAY was way too low, which triggered continuous trashing of early pictures when seeking in some asf files.
-------------------------------------------------------------------------
-r11278 | titer | 2005-06-03 22:51:41 +0200 (Fri, 03 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/control.h
-
- control.h: Tiger/gcc-4 compile fix
-
-------------------------------------------------------------------------
-r11276 | fkuehne | 2005-06-03 21:32:11 +0200 (Fri, 03 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/ty.c
-   M /trunk/modules/mux/mpjpeg.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/image.c
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xvideo.c
-
-* backport of [11257] to trunk
-------------------------------------------------------------------------
-r11274 | titer | 2005-06-03 19:37:09 +0200 (Fri, 03 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- contrib: build fix for people using case-sensitive HFS+
-
-------------------------------------------------------------------------
-r11272 | hartman | 2005-06-03 17:07:08 +0200 (Fri, 03 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* no-deco patch for X11. Courtesy of Dermot McGahon
-
-------------------------------------------------------------------------
-r11271 | fkuehne | 2005-06-03 16:58:33 +0200 (Fri, 03 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/po/Makefile.in.in
-
-* backport of [11270] to trunk
-------------------------------------------------------------------------
-r11267 | hartman | 2005-06-03 15:17:04 +0200 (Fri, 03 Jun 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-
-* Retrieve proper duration of DVD length
-* GET_TIME is inaccurate, because it is based on average block duration.
-* In case skipping to DVD_MENU_Title fails try DVD_MENU_Root. Otherwise we might go directly to the movie instead of the menu, which I find less desirable then viewing the FBI warnings.
-
-------------------------------------------------------------------------
-r11266 | gbazin | 2005-06-03 15:03:36 +0200 (Fri, 03 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-* modules/demux/mp4/mp4.c: fixed timestamping (PTS) bug.
-------------------------------------------------------------------------
-r11265 | massiot | 2005-06-03 12:16:19 +0200 (Fri, 03 Jun 2005) | 8 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
- * modules/access_output/udp.c: Do not use malloc() and free() in a high
-   priority thread, since these functions use an internal mutex and may
-   delay the thread for up to 100 ms under heavy loads (experienced with
-   the mosaic). Instead we now recycle the UDP buffers, which is
-   incidentally faster than malloc()/free(). It should avoid "late
-   buffer sent" messages. Also removed the --sout-udp-late option because
-   "better late than never" (I changed my mind on this).
-
-------------------------------------------------------------------------
-r11264 | massiot | 2005-06-03 12:11:58 +0200 (Fri, 03 Jun 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * modules/stream_out/transcode.c: New --sout-transcode-vfilter option.
-   Allows to run video filter2 modules just before the encoding (and
-   after the SPU rendering). New --sout-transcode-high-priority option
-   to run the optional encoder thread at the same priority as the output.
-
-------------------------------------------------------------------------
-r11262 | courmisch | 2005-06-03 11:22:25 +0200 (Fri, 03 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/stream_output/announce.c
-
-Fix declaration of sout_AnnounceSessionCreate
-
-------------------------------------------------------------------------
-r11261 | gbazin | 2005-06-03 11:21:43 +0200 (Fri, 03 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-
-* modules/gui/skins2/*: a few portability fixes.
-------------------------------------------------------------------------
-r11260 | courmisch | 2005-06-02 21:20:21 +0200 (Thu, 02 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Fix precompiler warning
-
-------------------------------------------------------------------------
-r11258 | fkuehne | 2005-06-02 19:14:52 +0200 (Thu, 02 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* backport of [11256] to trunk
-------------------------------------------------------------------------
-r11254 | fkuehne | 2005-06-02 17:59:58 +0200 (Thu, 02 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* use a new liblivemedia (2005.05.26a) on BeOS and OSX, refs #165
-------------------------------------------------------------------------
-r11253 | hartman | 2005-06-02 17:02:12 +0200 (Thu, 02 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/auhal.c
-
-* Tell the auhal which channel ordering VLC uses. 7 and 8 channel configs are not supported because VLC uses the channel ordering L R Lm Rm Lr Rr C LFE which isn't a normal ITU, DVD, MPEG, AAC or WAV standard and therefore not supported by default by OS X.
-
-------------------------------------------------------------------------
-r11252 | dionoea | 2005-06-02 15:22:17 +0200 (Thu, 02 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-same in trunk ...
-
-------------------------------------------------------------------------
-r11250 | courmisch | 2005-06-02 14:47:30 +0200 (Thu, 02 Jun 2005) | 11 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include
-   A /trunk/include/vlc_symbols.h
-   M /trunk/src/Makefile.am
-   M /trunk/src/misc/modules.c
-   D /trunk/src/misc/modules_plugin.h.in
-   M /trunk/toolbox
-   A /trunk/vlc-api.pl
-   M /trunk/vlc-config.in.in
-
-Complete rewrite of vlc_symbols.h generation (closes #155)
-
-New VLC_EXPORTs are now added at the end of module_symbols_t so that
-offsets of other function pointers are preserved.
-
-Deleted VLC_EXPORTs are replaced with dummy pointers for padding.
-
-Of course, it doesn't solve the problem with changing shared structures
-format :/ and it may cause SVN conflicts when multiple people changes
-VLC_EXPORT. I doubt it can be avoided though.
-
-------------------------------------------------------------------------
-r11249 | courmisch | 2005-06-02 14:37:56 +0200 (Thu, 02 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/md5.c
-
-Fix previous buggy commit
-
-------------------------------------------------------------------------
-r11248 | courmisch | 2005-06-02 14:30:30 +0200 (Thu, 02 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_md5.h
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/src/misc/md5.c
-
-Digest => DigestMD5
-
-------------------------------------------------------------------------
-r11247 | xtophe | 2005-06-02 11:40:30 +0200 (Thu, 02 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Typo
-
-------------------------------------------------------------------------
-r11244 | hartman | 2005-06-02 00:38:37 +0200 (Thu, 02 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/auhal.c
-
-* Fix several problems with the auhal module. only the problem with the changing inNumberFrames should be left. We need to add a buffer system to take care of this issue...
-
-------------------------------------------------------------------------
-r11243 | hartman | 2005-06-02 00:37:20 +0200 (Thu, 02 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/coreaudio.c
-
-* Revert the coreaudio resampler to it's simpler variant again. the builtin resampler of the new auhal module takes care of the special case in which this resampler wasn't working. It would be better to really fix it, but i cannot find the problem.
-
-------------------------------------------------------------------------
-r11242 | zorglub | 2005-06-02 00:19:03 +0200 (Thu, 02 Jun 2005) | 2 lines
-Changed paths:
-   A /trunk/bindings
-   A /trunk/bindings/STATUS (from /branches/0.8.2-bindings/bindings/STATUS:11241)
-   A /trunk/bindings/java-gcj (from /branches/0.8.2-bindings/bindings/java-gcj:11241)
-   A /trunk/bindings/python (from /branches/0.8.2-bindings/bindings/python:11241)
-
-Merge bindings to trunk
-
-------------------------------------------------------------------------
-r11241 | zorglub | 2005-06-01 23:58:13 +0200 (Wed, 01 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/include/vlc/control.h (from /branches/0.8.2-bindings/include/vlc/control.h:11240)
-   A /trunk/src/control (from /branches/0.8.2-bindings/src/control:11240)
-   M /trunk/src/libvlc.h
-   M /trunk/vlc-config.in.in
-
-Merge mediacontrol to trunk
-
-------------------------------------------------------------------------
-r11239 | gbazin | 2005-06-01 22:05:02 +0200 (Wed, 01 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: missing free().
-------------------------------------------------------------------------
-r11237 | gbazin | 2005-06-01 21:56:28 +0200 (Wed, 01 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* modules/access/http.c: getenv() can return NULL.
-------------------------------------------------------------------------
-r11235 | courmisch | 2005-06-01 21:51:55 +0200 (Wed, 01 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Add handler for enter in search textbox should close #87
-
-------------------------------------------------------------------------
-r11234 | courmisch | 2005-06-01 20:37:03 +0200 (Wed, 01 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Stupid kludge - I don't understand the bug though
-
-------------------------------------------------------------------------
-r11231 | gbazin | 2005-06-01 20:29:13 +0200 (Wed, 01 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/block.c
-
-* src/misc/block.c: fixed block_Realloc()
-------------------------------------------------------------------------
-r11230 | courmisch | 2005-06-01 20:09:42 +0200 (Wed, 01 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-No longer run vlc-config times and times at each make run
-
-------------------------------------------------------------------------
-r11229 | gbazin | 2005-06-01 19:57:50 +0200 (Wed, 01 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/demux/mp4/mp4.c
-
-* modules/demux/mp4/mp4.c: we don't need to re-packetize h264 data into annexe B bytestream anymore since new versions of ffmpeg deal with it properly.
-------------------------------------------------------------------------
-r11226 | xtophe | 2005-06-01 19:08:59 +0200 (Wed, 01 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/misc/configuration.c
-
-* configuration.[ch]: treat the deleted options with add_suppressed_[bool,string,...]
-* standard.c: sap-ipv6 is no more used
-
-------------------------------------------------------------------------
-r11224 | hartman | 2005-06-01 18:10:33 +0200 (Wed, 01 Jun 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* Do not link twice to avcodec for builtin avcodec based module. closes #170
-
-------------------------------------------------------------------------
-r11223 | gbazin | 2005-06-01 16:25:45 +0200 (Wed, 01 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/ts.c
-
-* modules/mux/mpeg/*: add the mpeg4 video VOL data inside EStoPES so it can be used by the PS muxer as well.
-------------------------------------------------------------------------
-r11222 | gbazin | 2005-06-01 16:14:35 +0200 (Wed, 01 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
-*  modules/packetizer/mpeg4video.c: work-around for buggy streams.
-------------------------------------------------------------------------
-r11220 | gbazin | 2005-06-01 15:31:41 +0200 (Wed, 01 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ps.h
-
-* modules/demux/ps.h: bug fix in PSM parsing.
-------------------------------------------------------------------------
-r11219 | xtophe | 2005-06-01 15:16:18 +0200 (Wed, 01 Jun 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/zsh.cpp
-
-zsh.cpp: fix a potential segfault
-        skip deprecated options
-
-------------------------------------------------------------------------
-r11218 | gbazin | 2005-06-01 13:06:08 +0200 (Wed, 01 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-* modules/mux/mpeg/ts.c: proper muxing of ISO/IEC 14496-2 (aka mpeg 4 video) as specified in ISO/IEC 13818-1
-------------------------------------------------------------------------
-r11217 | gbazin | 2005-06-01 12:59:51 +0200 (Wed, 01 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
-* modules/packetizer/mpeg4video.c: remove the VOL from the packetized stream and put it in fmt.p_extra instead.
-------------------------------------------------------------------------
-r11216 | gbazin | 2005-06-01 12:57:21 +0200 (Wed, 01 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* modules/codec/ffmpeg/video.c: codec extra data is sometimes not available before the 1 frame is fed to the decoder.
-------------------------------------------------------------------------
-r11215 | gbazin | 2005-06-01 12:55:11 +0200 (Wed, 01 Jun 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/decoder.c
-
-* src/input/decoder.c: check for codec extra data changes when a packetizer is inserted before the decoder.
-------------------------------------------------------------------------
-r11214 | courmisch | 2005-05-31 22:46:50 +0200 (Tue, 31 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-Removed debug message
-
-------------------------------------------------------------------------
-r11213 | courmisch | 2005-05-31 22:33:35 +0200 (Tue, 31 May 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/network/ipv6.c
-
-Cleanup
-
-------------------------------------------------------------------------
-r11212 | courmisch | 2005-05-31 22:32:49 +0200 (Tue, 31 May 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Kludge to remove square brackets and scopes from addresses in SAP announces
-
-------------------------------------------------------------------------
-r11211 | courmisch | 2005-05-31 22:03:25 +0200 (Tue, 31 May 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/getaddrinfo.c
-
-Fix EINVAL
-
-------------------------------------------------------------------------
-r11210 | courmisch | 2005-05-31 21:48:21 +0200 (Tue, 31 May 2005) | 5 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/sap.c
-
-- hopefuly fix sending of SAP announces over IPv6
-- automatically select SAP multicast address (closes #141)
-- some clean up
-
-
-------------------------------------------------------------------------
-r11208 | xtophe | 2005-05-31 19:45:30 +0200 (Tue, 31 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Port [11207] to trunk
-
-------------------------------------------------------------------------
-r11206 | courmisch | 2005-05-31 18:31:21 +0200 (Tue, 31 May 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-Fixed a typo
-
-------------------------------------------------------------------------
-r11205 | massiot | 2005-05-31 17:36:01 +0200 (Tue, 31 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/mosaic_bridge.c
-
- * modules/stream_out/mosaic_bridge.c: Use a smaller picture heap since we
-   are not multithreaded.
-
-------------------------------------------------------------------------
-r11204 | massiot | 2005-05-31 17:31:10 +0200 (Tue, 31 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
- * modules/codec/libmpeg2.c: We do not want to force the maintainer to use
-   libmpeg2 cvs HEAD.
-
-------------------------------------------------------------------------
-r11203 | massiot | 2005-05-31 17:26:01 +0200 (Tue, 31 May 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
- * modules/codec/libmpeg2.c: Handle STATE_SEQUENCE_MODIFIED to retrieve
-   a change of aspect ratio. Factorized aspect ratio code. A change of
-   aspect ratio is only supported in the mosaic_bridge module, not in
-   transcode.
-
-------------------------------------------------------------------------
-r11202 | massiot | 2005-05-31 17:24:04 +0200 (Tue, 31 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * modules/mux/mpeg/ts.c: Set fallback value for --sout-ts-pcr to 70 ms.
-
-------------------------------------------------------------------------
-r11201 | massiot | 2005-05-31 17:22:09 +0200 (Tue, 31 May 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
- * modules/packetizer/mpegvideo.c: Do not set aspect ratio : in case we're
-   transcoding, transcode will take our fmt_out as a fmt_in to libmpeg2.
-   libmpeg2.c will then believe that the user has requested a specific
-   aspect ratio, which she hasn't. Thus in case of aspect ratio change,
-   we're screwed.
-
-------------------------------------------------------------------------
-r11200 | massiot | 2005-05-31 17:20:35 +0200 (Tue, 31 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/fake.c
-
- * modules/access/fake.c: Fixed an implicit cast which apparently was
-   causing problem with some compiler versions.
-
-------------------------------------------------------------------------
-r11199 | massiot | 2005-05-31 17:19:33 +0200 (Tue, 31 May 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/stream_out/switcher.c
-
- * modules/stream_out/switcher.c: Explicitly set the pixel format (this is
-   due to a recent change of the default value in ffmpeg which used to be
-   YUV 420P). Forward i_rate in case a transcode or display operation
-   takes place after switcher.
-
-------------------------------------------------------------------------
-r11198 | massiot | 2005-05-31 17:17:38 +0200 (Tue, 31 May 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/stream_out/mosaic_bridge.c
-
- * modules/stream_out/mosaic_bridge.c: Added a --sout-mosaic-bridge-sar
-   parameter to specify the sample aspect ratio of the destination
-   background. In this case, one of {width, height} can be omitted (set
-   to 0) and it will be calculated based on the PAR of the source and
-   the SAR of the background.
-
-------------------------------------------------------------------------
-r11197 | massiot | 2005-05-31 17:15:11 +0200 (Tue, 31 May 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * modules/demux/ts.c: Removed an unneeded deselection of unwanted PMT PIDs,
-   which caused problems in case an identical PID carried the PMTs of two
-   programs, one selected and the other not.
-
-------------------------------------------------------------------------
-r11196 | massiot | 2005-05-31 17:10:02 +0200 (Tue, 31 May 2005) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * src/input/input.c: Put less picky fallback values for pts_delay and
-   cr_average.
-
-------------------------------------------------------------------------
-r11195 | courmisch | 2005-05-31 16:51:13 +0200 (Tue, 31 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/announce.h
-   M /trunk/src/misc/getaddrinfo.c
-
-Minor clean up
-
-------------------------------------------------------------------------
-r11194 | damienf | 2005-05-31 15:24:34 +0200 (Tue, 31 May 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/vlccontrol.cpp
-   M /trunk/src/libvlc.c
-
-all: activex plugin  Set/GetVariable support all of VLC types
-
-------------------------------------------------------------------------
-r11193 | courmisch | 2005-05-31 13:26:11 +0200 (Tue, 31 May 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_md5.h
-   M /trunk/src/misc/md5.c
-
-svn:keywords
-
-------------------------------------------------------------------------
-r11191 | courmisch | 2005-05-31 12:51:03 +0200 (Tue, 31 May 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc_common.h
-   A /trunk/include/vlc_md5.h
-   M /trunk/modules/demux/mp4/drms.c
-   A /trunk/src/misc/md5.c
-   M /trunk/src/misc/modules.c
-
-MD5 hash API - closes #135
-
-------------------------------------------------------------------------
-r11190 | gbazin | 2005-05-31 11:04:53 +0200 (Tue, 31 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-* modules/video_output/directx/directx.c: fixed crash with 256 colors mode.
-------------------------------------------------------------------------
-r11188 | courmisch | 2005-05-31 10:32:53 +0200 (Tue, 31 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Show "found" playlist item
-(refs #87)
-
-------------------------------------------------------------------------
-r11185 | courmisch | 2005-05-30 21:43:08 +0200 (Mon, 30 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-Fixed stray c_str
-
-------------------------------------------------------------------------
-r11184 | yoann | 2005-05-30 11:09:15 +0200 (Mon, 30 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-svn merge -r 11182:11183 branches/0.8.2 trunk
-
-------------------------------------------------------------------------
-r11181 | zorglub | 2005-05-27 22:12:54 +0200 (Fri, 27 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/pls.c
-
-Don't only play the playlist in playlist demuxers (Closes #84)
-
-------------------------------------------------------------------------
-r11180 | zorglub | 2005-05-27 22:12:14 +0200 (Fri, 27 May 2005) | 3 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-   M /trunk/src/playlist/view.c
-
-* Prefer the playlist demuxer over the m3u one
-* Change some debugging in playlist
-
-------------------------------------------------------------------------
-r11179 | damienf | 2005-05-27 20:05:35 +0200 (Fri, 27 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-vorbis.c: oops, I inverted channel order when encoding, should be fine now
-
-------------------------------------------------------------------------
-r11178 | damienf | 2005-05-27 16:18:53 +0200 (Fri, 27 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-vorbis.c: reorder channels according to OggVorbis channel order specification
-
-------------------------------------------------------------------------
-r11177 | massiot | 2005-05-27 14:44:57 +0200 (Fri, 27 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-
- * modules/codec/ffmpeg/postprocess.c: Fixed post-processing.
-
-------------------------------------------------------------------------
-r11175 | gbazin | 2005-05-27 14:29:36 +0200 (Fri, 27 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-* modules/access/dshow/dshow.cpp: bug fix for frame rate.
-------------------------------------------------------------------------
-r11174 | yoann | 2005-05-26 21:26:31 +0200 (Thu, 26 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
- * control/hotkeys.c: Automatically save playlist bookmarks.
-
-------------------------------------------------------------------------
-r11172 | xtophe | 2005-05-26 19:53:36 +0200 (Thu, 26 May 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-Add a note about mandatory argument.
-
-------------------------------------------------------------------------
-r11171 | hartman | 2005-05-26 17:19:20 +0200 (Thu, 26 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/auhal.c
-
-* Sometimes we get audio now, but the dating of the to be retrieved buffers needs serious work.....
-
-------------------------------------------------------------------------
-r11170 | gbazin | 2005-05-26 16:00:48 +0200 (Thu, 26 May 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: s/0.8.3/0.8.3-svn.
-------------------------------------------------------------------------
-r11169 | hartman | 2005-05-26 15:51:08 +0200 (Thu, 26 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/auhal.c
-
-* fix a few things in the auhal module. Still doesn't work.
- I might be feeding the wrong data to the auhal core, but i'm not sure what is wrong beyond that.
-
-------------------------------------------------------------------------
-r11168 | massiot | 2005-05-26 15:43:17 +0200 (Thu, 26 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/swscale/filter.c
-
- * modules/video_filter/swscale/filter.c: Added support for YUVA.
-
-------------------------------------------------------------------------
-r11167 | massiot | 2005-05-26 15:40:35 +0200 (Thu, 26 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
- * modules/video_filter/mosaic.c: Fixed a major bug with video/audio synchro.
-
-------------------------------------------------------------------------
-r11166 | gbazin | 2005-05-26 15:40:09 +0200 (Thu, 26 May 2005) | 1 line
-Changed paths:
-   M /trunk/INSTALL.wince
-
-* INSTALL.wince: small update.
-------------------------------------------------------------------------
-r11165 | gbazin | 2005-05-26 11:38:35 +0200 (Thu, 26 May 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/getaddrinfo.c
-   M /trunk/src/misc/net.c
-
-* src/misc/net.c,getaddrinfo.c: WinCE build fixes.
-------------------------------------------------------------------------
-r11164 | gbazin | 2005-05-26 11:21:28 +0200 (Thu, 26 May 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: fixed struct addrinfo detection on wince.
-------------------------------------------------------------------------
-r11163 | robux4 | 2005-05-26 00:55:40 +0200 (Thu, 26 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: better handling of timecodes when B frames are involved
-------------------------------------------------------------------------
-r11162 | courmisch | 2005-05-25 21:57:16 +0200 (Wed, 25 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Listen for SAP announces of all possible scopes rather than an
-arbitrary on (as was previously done for IPv4)
-
-------------------------------------------------------------------------
-r11158 | hartman | 2005-05-24 21:12:39 +0200 (Tue, 24 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-* Fix some detection logic for SSA/ASS subs
-* Added ASS support
-
-------------------------------------------------------------------------
-r11152 | robux4 | 2005-05-24 15:37:18 +0200 (Tue, 24 May 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/getaddrinfo.c
-
-getaddrinfo.c: fix MSVC compilation
-------------------------------------------------------------------------
-r11147 | dionoea | 2005-05-24 11:56:05 +0200 (Tue, 24 May 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
- * same string fix on trunk
-
-------------------------------------------------------------------------
-r11144 | courmisch | 2005-05-24 10:39:05 +0200 (Tue, 24 May 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix linking of switcher_out plugin (closes #148)
-
-------------------------------------------------------------------------
-r11143 | courmisch | 2005-05-24 10:22:07 +0200 (Tue, 24 May 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-Thread safety fix
-
-------------------------------------------------------------------------
-r11142 | courmisch | 2005-05-24 10:09:30 +0200 (Tue, 24 May 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-WinCE compile fix
-
-------------------------------------------------------------------------
-r11140 | courmisch | 2005-05-24 09:47:18 +0200 (Tue, 24 May 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Attempt to fix addrinfo detection on WinCE
-
-------------------------------------------------------------------------
-r11139 | courmisch | 2005-05-23 20:23:29 +0200 (Mon, 23 May 2005) | 3 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/src/misc/net.c
-
-un-re-un-export net_ConvertIPv4
-(it's obsolete and not used by any module anyway)
-
-------------------------------------------------------------------------
-r11138 | robux4 | 2005-05-23 18:26:18 +0200 (Mon, 23 May 2005) | 1 line
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/msvc/config.h.in
-
-more MSVC compilation fixes
-------------------------------------------------------------------------
-r11137 | robux4 | 2005-05-23 18:08:28 +0200 (Mon, 23 May 2005) | 1 line
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/src/misc/modules.c
-
-compilation fixes for MSVC
-------------------------------------------------------------------------
-r11135 | hartman | 2005-05-23 13:43:42 +0200 (Mon, 23 May 2005) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* backported [11134] to HEAD
-
-------------------------------------------------------------------------
-r11127 | gbazin | 2005-05-23 11:28:02 +0200 (Mon, 23 May 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: s/0.8.3/0.8.3-svn
-------------------------------------------------------------------------
-r11125 | xtophe | 2005-05-23 11:05:17 +0200 (Mon, 23 May 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-modules.c: forget this file saturday for [11093]
-
-------------------------------------------------------------------------
-r11123 | dionoea | 2005-05-23 10:33:51 +0200 (Mon, 23 May 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
- * change trunk version name to 0.8.3-svn so people don't get it confused
-   with the 0.8.2 branch
-
-------------------------------------------------------------------------
-r11118 | courmisch | 2005-05-23 09:52:49 +0200 (Mon, 23 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-Windows CE compile fix attempt
-
-------------------------------------------------------------------------
-r11117 | titer | 2005-05-23 08:22:02 +0200 (Mon, 23 May 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/misc/getaddrinfo.c
-   M /trunk/src/misc/net.c
-
- src/*: BeOS compile fixes
- configure.ac: access_ftp now requires -lnet on BeOS
-
-------------------------------------------------------------------------
-r11116 | robux4 | 2005-05-22 23:52:11 +0200 (Sun, 22 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: try to improve timecode and references handling
-------------------------------------------------------------------------
-r11115 | fkuehne | 2005-05-22 20:07:52 +0200 (Sun, 22 May 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-
-* use the correct terminal to commit changes to the trunk...
-------------------------------------------------------------------------
-r11111 | courmisch | 2005-05-22 17:03:47 +0200 (Sun, 22 May 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_httpd.h
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/control/http.c
-   M /trunk/src/misc/httpd.c
-
-Support for re-using the same TLS/SSL httpd hosts for multiple stream ouputs;
-a minor TLS httpd API change was needed (closes #92)
-
-------------------------------------------------------------------------
-r11109 | zorglub | 2005-05-22 16:52:26 +0200 (Sun, 22 May 2005) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/src/playlist/playlist.c
-
-Fix loop in mozilla plugin (closes #138)
-
-------------------------------------------------------------------------
-r11108 | courmisch | 2005-05-22 13:36:59 +0200 (Sun, 22 May 2005) | 3 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-- use VLC net API in httpd
-(side effect: closes #89)
-
-------------------------------------------------------------------------
-r11107 | courmisch | 2005-05-22 13:25:27 +0200 (Sun, 22 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-Safer EPSV implementation (needed new networking API)
-
-------------------------------------------------------------------------
-r11106 | courmisch | 2005-05-22 13:24:52 +0200 (Sun, 22 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Another forgotten file
-
-------------------------------------------------------------------------
-r11105 | courmisch | 2005-05-22 13:24:08 +0200 (Sun, 22 May 2005) | 5 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/net.c
-
-- Use the new vlc_getaddrinfo API
-- Unduplicate TCP networking code (closes #101)
-- Modify net_ListenTCP to support multiple listening sockets
-- Update net_ListenTCP callers to the new API
-
-------------------------------------------------------------------------
-r11104 | courmisch | 2005-05-22 13:21:39 +0200 (Sun, 22 May 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-Forget one file
-
-------------------------------------------------------------------------
-r11103 | courmisch | 2005-05-22 13:19:55 +0200 (Sun, 22 May 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/src/misc/getaddrinfo.c
-
-vlc_getaddrinfo, vlc_getnameinfo and vlc_gai_strerror replacements
-
-------------------------------------------------------------------------
-r11101 | courmisch | 2005-05-22 12:55:34 +0200 (Sun, 22 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Support HTTP/TLS tunnels through HTTP/1.1 proxies
-(closes #136)
-
-------------------------------------------------------------------------
-r11100 | courmisch | 2005-05-22 09:46:02 +0200 (Sun, 22 May 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-Fix httpd reference count and deletion
-
-------------------------------------------------------------------------
-r11099 | robux4 | 2005-05-22 09:41:38 +0200 (Sun, 22 May 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-contrib: update libebml/libmatroska to the freshly released versions
-------------------------------------------------------------------------
-r11098 | damienf | 2005-05-21 22:55:45 +0200 (Sat, 21 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-dshow.cpp: fill in frame rate info (if demuxing)
-
-------------------------------------------------------------------------
-r11097 | courmisch | 2005-05-21 21:11:00 +0200 (Sat, 21 May 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-FTP/IPv6 news
-
-------------------------------------------------------------------------
-r11096 | courmisch | 2005-05-21 21:05:14 +0200 (Sat, 21 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-Update copyright date
-
-------------------------------------------------------------------------
-r11095 | courmisch | 2005-05-21 20:59:49 +0200 (Sat, 21 May 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-Implement Extended passive mode
-(RFC2428 - FTP Extensions for IPv6 and NATs) :
-- explicitly NAT-friendly FTP (refs #66),
-- IPv6 support (closes #130).
-
-------------------------------------------------------------------------
-r11094 | courmisch | 2005-05-21 20:13:38 +0200 (Sat, 21 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-Code simplification
-
-------------------------------------------------------------------------
-r11093 | xtophe | 2005-05-21 17:07:46 +0200 (Sat, 21 May 2005) | 7 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/configuration.c
-
-configuration.[ch]: Handling of deprecated options in the command line. Add a new configuration helper add_deprecated( name, b_strict).
-gui/*: Don't show deprecated option in the preferences
-libvlc.h: add the deprecated options from NEWS. Is there others ?
-Could the Mac and BeOS dev, check for their gui, please.
-Closes #112
-
-
-------------------------------------------------------------------------
-r11092 | xtophe | 2005-05-21 16:53:54 +0200 (Sat, 21 May 2005) | 3 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-vlc.win32.nsi: Add a "Reset VLC preferences" shortcut
-              Untested.
-
-------------------------------------------------------------------------
-r11091 | sigmunau | 2005-05-21 12:14:10 +0200 (Sat, 21 May 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
-video_filter/mosaic.c: you should change the order of the arguments as well
-when you change the order of the format string. thanks to blackjack for
-noticing
-
-------------------------------------------------------------------------
-r11090 | courmisch | 2005-05-20 21:29:25 +0200 (Fri, 20 May 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Hopefully fix multi-jobs builds
-
-------------------------------------------------------------------------
-r11089 | massiot | 2005-05-20 20:41:23 +0200 (Fri, 20 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
- * modules/video_filter/mosaic.c: %lld -> I64Fd
-
-------------------------------------------------------------------------
-r11088 | massiot | 2005-05-20 20:16:33 +0200 (Fri, 20 May 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/bridge.c
-   M /trunk/modules/stream_out/mosaic_bridge.c
-   M /trunk/modules/video_filter/mosaic.c
-
- * modules/stream_out/bridge.c: Fixed deleting/adding of streams.
- * modules/stream_out/mosaic_bridge.c: Fixed potential segfault.
- * modules/video_filter/mosaic.c: Run the mosaic thread in a higher priority.
-
-------------------------------------------------------------------------
-r11087 | massiot | 2005-05-20 20:05:42 +0200 (Fri, 20 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
- * modules/codec/ffmpeg/encoder.c: If qmin == qmax, set CODEC_FLAG_QSCALE.
-
-------------------------------------------------------------------------
-r11086 | massiot | 2005-05-20 20:00:02 +0200 (Fri, 20 May 2005) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/include/vout_synchro.h
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/src/video_output/vout_synchro.c
-
- * src/video_output/vout_synchro.c: Fixed synchro for low delay streams.
- * include/vlc_block.h: Removed BLOCK_FLAG_END_OF_GOP which I don't use
-   any longer.
-
-------------------------------------------------------------------------
-r11085 | gbazin | 2005-05-20 19:58:06 +0200 (Fri, 20 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: got rid of useless nearbyint().
-------------------------------------------------------------------------
-r11084 | massiot | 2005-05-20 19:54:10 +0200 (Fri, 20 May 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_filter.h
-
- * Added a big fat warning on members of filter_t and decoder_t.
-
-------------------------------------------------------------------------
-r11083 | gbazin | 2005-05-20 19:35:08 +0200 (Fri, 20 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* modules/demux/mkv.cpp: fill-in frame rate info.
-------------------------------------------------------------------------
-r11082 | zorglub | 2005-05-20 18:59:07 +0200 (Fri, 20 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/packetizer/mpeg4video.c
-
-Don't print error on non-fatal problems
-
-------------------------------------------------------------------------
-r11081 | robux4 | 2005-05-20 18:42:40 +0200 (Fri, 20 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: fix a problem in UnGet()
-------------------------------------------------------------------------
-r11080 | fenrir | 2005-05-20 18:03:15 +0200 (Fri, 20 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-
- * mmstu: fixed 1 buffer overflow.
-
-------------------------------------------------------------------------
-r11079 | massiot | 2005-05-20 17:02:25 +0200 (Fri, 20 May 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_filter.h
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/video_filter/deinterlace.c
-
- * ALL : ported the deinterlace module to video filter2. New
-   --sout-transcode-deinterlace-module and --sout-deinterlace-mode options.
-
-------------------------------------------------------------------------
-r11078 | gbazin | 2005-05-20 11:26:26 +0200 (Fri, 20 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
-* modules/access/v4l: try a bit harder to find a valid default video size.
-------------------------------------------------------------------------
-r11077 | robux4 | 2005-05-20 10:43:12 +0200 (Fri, 20 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: Improve the block UnGet()
-------------------------------------------------------------------------
-r11076 | sigmunau | 2005-05-20 00:48:38 +0200 (Fri, 20 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-livedotcom.cpp: Do not url encode sdp data coming from sap before passing to
-live.com. Fixes livedotcom with sap which has been broken since r10945
-
-------------------------------------------------------------------------
-r11075 | robux4 | 2005-05-19 23:47:53 +0200 (Thu, 19 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: clean the UnGet() feature
-------------------------------------------------------------------------
-r11074 | robux4 | 2005-05-19 23:19:53 +0200 (Thu, 19 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: fix a problem when using successive 0s chapters in ordered editions
-------------------------------------------------------------------------
-r11073 | robux4 | 2005-05-19 22:23:49 +0200 (Thu, 19 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: better update of the current chapter when seeking (manual or auto)
-------------------------------------------------------------------------
-r11071 | robux4 | 2005-05-19 18:35:59 +0200 (Thu, 19 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: don't use the default edition if there is none
-------------------------------------------------------------------------
-r11070 | robux4 | 2005-05-19 17:27:21 +0200 (Thu, 19 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: allow reading segments bigger than 4GB
-------------------------------------------------------------------------
-r11069 | titer | 2005-05-19 16:11:30 +0200 (Thu, 19 May 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
- macosx/vout*: quick kludge for Tiger crashes
-  Use performSelectorOnMainThread when available (>= 10.2) to create
-  the window from the main thread. Also fixed a couple warnings
-
-------------------------------------------------------------------------
-r11068 | courmisch | 2005-05-19 10:36:18 +0200 (Thu, 19 May 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Note about SAP http no longer supported
-
-------------------------------------------------------------------------
-r11066 | massiot | 2005-05-18 23:46:47 +0200 (Wed, 18 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * modules/mux/mpeg/ts.c: More sensible defaults for configuration options.
-
-------------------------------------------------------------------------
-r11063 | sigmunau | 2005-05-18 23:25:24 +0200 (Wed, 18 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-
-wx/video.cpp: Don't crash with --no-wxwin-embed
-
-------------------------------------------------------------------------
-r11058 | massiot | 2005-05-18 18:07:40 +0200 (Wed, 18 May 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
- * configure.ac : Build dvb as built-in when using --with-dvbpsi-tree. This
-   fixes dvb on x86_64 architecture.
-
-------------------------------------------------------------------------
-r11057 | fenrir | 2005-05-18 17:50:50 +0200 (Wed, 18 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts: fixed EITEventFixString.
-
-------------------------------------------------------------------------
-r11056 | massiot | 2005-05-18 17:02:26 +0200 (Wed, 18 May 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
- * configure.ac: Compile libmpeg2 as a built-in when --with-ffmpeg-tree is
-   requested. Fixes the build of plugins on x86_64 architecture.
-
-------------------------------------------------------------------------
-r11055 | robux4 | 2005-05-18 15:03:15 +0200 (Wed, 18 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: more conditional commands + avoid a compiler warning
-------------------------------------------------------------------------
-r11054 | gbazin | 2005-05-18 12:23:37 +0200 (Wed, 18 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-* modules/demux/ogg.c: fill-in frame rate info for theora as well.
-------------------------------------------------------------------------
-r11053 | robux4 | 2005-05-17 23:27:03 +0200 (Tue, 17 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: improve the DVD conditional calls, add one of the SetHL_BTN DVD command
-------------------------------------------------------------------------
-r11052 | massiot | 2005-05-17 22:56:22 +0200 (Tue, 17 May 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
- * configure.ac : Fixed a typo in libtwolame LDFLAGS.
-
-------------------------------------------------------------------------
-r11051 | robux4 | 2005-05-17 21:13:16 +0200 (Tue, 17 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: add support for the JumpSS DVD command
-------------------------------------------------------------------------
-r11050 | zorglub | 2005-05-17 21:05:20 +0200 (Tue, 17 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-Better if we don't break teletext 
-
-------------------------------------------------------------------------
-r11049 | zorglub | 2005-05-17 20:29:59 +0200 (Tue, 17 May 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-Fix streaming of text subtitles in TS (Closes #52)
-
-Not sure it's the proper way,though (basically, simply don't override the length)
-
-------------------------------------------------------------------------
-r11048 | gbazin | 2005-05-17 15:49:31 +0200 (Tue, 17 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-* modules/mux/mpeg/ts.c: fixed FixPES().
-------------------------------------------------------------------------
-r11047 | fkuehne | 2005-05-17 15:37:48 +0200 (Tue, 17 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/po/es.po
-   M /trunk/src/libvlc.h
-
-* capitalise "Time To Live" always
-* fixed erroneus Spanish translation of TTL, thanks to the forum-user "martintxo" for the hint
-------------------------------------------------------------------------
-r11046 | fkuehne | 2005-05-17 15:20:50 +0200 (Tue, 17 May 2005) | 1 line
-Changed paths:
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/pt_BR.po
-
-* corrected some copyright headers
-------------------------------------------------------------------------
-r11045 | fkuehne | 2005-05-17 15:20:05 +0200 (Tue, 17 May 2005) | 1 line
-Changed paths:
-   M /trunk/po/da.po
-
-* update to the Danish translation by Jonas Larsen
-------------------------------------------------------------------------
-r11044 | robux4 | 2005-05-16 23:07:27 +0200 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: don't decode frames when they shouldn't be
-------------------------------------------------------------------------
-r11043 | gbazin | 2005-05-16 21:53:10 +0200 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-* modules/demux/mp4/mp4.c: fixed bug in PTS calculation.
-------------------------------------------------------------------------
-r11042 | robux4 | 2005-05-16 21:41:37 +0200 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: make seeking more accurate
-------------------------------------------------------------------------
-r11041 | robux4 | 2005-05-16 18:00:46 +0200 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: fix duration for text subs
-------------------------------------------------------------------------
-r11040 | gbazin | 2005-05-16 17:51:21 +0200 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-* modules/demux/mp4/mp4.c: fill-in frame rate info in es_format_t.
-------------------------------------------------------------------------
-r11038 | robux4 | 2005-05-16 17:45:28 +0200 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: hide the navigation packet from the user
-------------------------------------------------------------------------
-r11037 | gbazin | 2005-05-16 17:11:56 +0200 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* modules/codec/ffmpeg/video.c: use frame rate info from demuxer (if available) to interpolate PTS.
-------------------------------------------------------------------------
-r11036 | gbazin | 2005-05-16 17:10:59 +0200 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-* src/input/es_out.c: reduce the frame rate rational in es_out_Add().
-------------------------------------------------------------------------
-r11035 | gbazin | 2005-05-16 17:09:58 +0200 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-* modules/demux/ogg.c: fill-in frame rate info in es_format_t.
-------------------------------------------------------------------------
-r11032 | gbazin | 2005-05-16 15:48:47 +0200 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: something a bit uglier
-------------------------------------------------------------------------
-r11031 | gbazin | 2005-05-16 15:44:05 +0200 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: butt-ugly workaround for accelerators' bug in wxGTK 2.6.0.
-------------------------------------------------------------------------
-r11030 | gbazin | 2005-05-16 15:32:12 +0200 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/theora.c
-
-* modules/codec/theora.c: give higher priority to the libtheora encoder.
-------------------------------------------------------------------------
-r11029 | gbazin | 2005-05-16 14:47:57 +0200 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: another fix for the embedded video size.
-------------------------------------------------------------------------
-r11028 | robux4 | 2005-05-16 14:33:01 +0200 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: code factorisation when jumping from one segment to the other
-------------------------------------------------------------------------
-r11027 | gbazin | 2005-05-16 13:52:09 +0200 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-
-* modules/gui/wxwindows/video.cpp: fixed problem where sometime the video doesn't start at the right size.
-------------------------------------------------------------------------
-r11026 | gbazin | 2005-05-16 12:55:53 +0200 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: work-around for non working wxToolBarToolBase::SetNormalBitmap() in wxGTK.
-------------------------------------------------------------------------
-r11025 | gbazin | 2005-05-16 11:40:31 +0200 (Mon, 16 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: config_GetInt() inside VLCVolCtrl::OnPaint() is a bad idea.
-------------------------------------------------------------------------
-r11024 | dionoea | 2005-05-15 20:04:32 +0200 (Sun, 15 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-fix play/pause button state ... gruiiiikkk
-Closes #2
-
-------------------------------------------------------------------------
-r11023 | dionoea | 2005-05-15 19:29:26 +0200 (Sun, 15 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-gcc 4.0 compile fix by Arwed von Merkatz
-
-------------------------------------------------------------------------
-r11022 | fkuehne | 2005-05-15 17:06:13 +0200 (Sun, 15 May 2005) | 1 line
-Changed paths:
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/tl.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_TW.po
-
-* updated the po-files -- please change as few strings as possible now
-------------------------------------------------------------------------
-r11021 | hartman | 2005-05-15 16:41:50 +0200 (Sun, 15 May 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* When building coreaudio module, also build auhal module
-
-------------------------------------------------------------------------
-r11020 | hartman | 2005-05-15 15:39:43 +0200 (Sun, 15 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/Modules.am
-   A /trunk/modules/audio_output/auhal.c
-
-* AUHAL module. This module is a auhal output renderer for VLC OSX. It uses an auhal unit to do analog audio processing. This will allow us to dump the coreaudio resampler later on and will also do automatic channel reordering etc. The module currently does NOT work. The rendering callback is not functioning. I do not know how to solve the issue. I'm adding it, because it's the way to go, and I want others to be able to take a look at it and fix it. 
-
-------------------------------------------------------------------------
-r11019 | ipkiss | 2005-05-15 15:20:55 +0200 (Sun, 15 May 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-
- * modules/gui/wxwindows/fileinfo.cpp: do not use p_intf->p_sys->p_input to
-   get the input thread, as this does not work when called through the dialogs
-   provider. Use vlc_object_find() instead.
-
-------------------------------------------------------------------------
-r11018 | robux4 | 2005-05-15 14:46:30 +0200 (Sun, 15 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: fix most memory leaks
-------------------------------------------------------------------------
-r11017 | asmax | 2005-05-15 01:50:13 +0200 (Sun, 15 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-
-* ft2_bitmap.cpp: committed my changes again (yes x11 skins were broken!)
-* win32_graphics.cpp: so it should work on win32 too, now...
-
-------------------------------------------------------------------------
-r11016 | robux4 | 2005-05-14 23:43:50 +0200 (Sat, 14 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: deal about the memleaks later
-------------------------------------------------------------------------
-r11015 | dionoea | 2005-05-14 23:16:07 +0200 (Sat, 14 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-code simplification
-
-------------------------------------------------------------------------
-r11014 | robux4 | 2005-05-14 22:53:12 +0200 (Sat, 14 May 2005) | 1 line
-Changed paths:
-   M /trunk/msvc/plugins.dsp.in
-
-DSP files: add 2 libraries needed by wxWidgets (and maybe other plugins)
-------------------------------------------------------------------------
-r11013 | dionoea | 2005-05-14 22:39:42 +0200 (Sat, 14 May 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
- * fix mute button for real (... just needed to copy 4 lines 1 function
-down but took me 2 hours to understand) Closes #106
-
-
-------------------------------------------------------------------------
-r11012 | dionoea | 2005-05-14 22:12:21 +0200 (Sat, 14 May 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-kind of begin fixing the mute button (at least it doesn't diplay the
-mute icon when sound isn't mute now). Rels #106
-
-
-------------------------------------------------------------------------
-r11011 | robux4 | 2005-05-14 17:52:01 +0200 (Sat, 14 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: fix a memory leak
-------------------------------------------------------------------------
-r11010 | robux4 | 2005-05-14 17:37:25 +0200 (Sat, 14 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: start the UI hook a bit later
-------------------------------------------------------------------------
-r11009 | ipkiss | 2005-05-14 16:39:05 +0200 (Sat, 14 May 2005) | 4 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/share/skins2/skin.dtd
-
- * skins2: New Playlist.bgimage attribute, to specify a background image for
-   the Playlist control. If no image is specified (default behaviour), the
-   background is filled like before, with the bgcolor1 and bgcolor2 attributes.
-
-------------------------------------------------------------------------
-r11008 | robux4 | 2005-05-14 15:08:44 +0200 (Sat, 14 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: make the UI hook silent when it's not used
-------------------------------------------------------------------------
-r11007 | robux4 | 2005-05-14 15:01:38 +0200 (Sat, 14 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: improve support for hotkeys for navigation (still missing the button highlight)
-------------------------------------------------------------------------
-r11006 | ipkiss | 2005-05-14 13:40:55 +0200 (Sat, 14 May 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
-
- * skins2/src/ft2_bitmap.cpp: Restored the previous version of this file, as
-   the new one breaks text display on win32.
-   I hope it won't break x11 skins at the same time :-)
-
-------------------------------------------------------------------------
-r11005 | ipkiss | 2005-05-14 13:14:22 +0200 (Sat, 14 May 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins/skins2-howto.xml: Always check what you write in the doc...
-
-------------------------------------------------------------------------
-r11004 | ipkiss | 2005-05-14 12:38:26 +0200 (Sat, 14 May 2005) | 3 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins/skins2-howto.xml: document the 'resize' attribute of the Image
-   control
-
-------------------------------------------------------------------------
-r11003 | bigben | 2005-05-14 11:20:47 +0200 (Sat, 14 May 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-Restore the save Playlist function (copy/paste from 0.8.1)
-
-
-------------------------------------------------------------------------
-r11002 | robux4 | 2005-05-13 22:03:27 +0200 (Fri, 13 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: fix the end of stream handling (when there are pending Post commands)
-------------------------------------------------------------------------
-r11001 | robux4 | 2005-05-13 21:25:17 +0200 (Fri, 13 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: fix the interpretation of JumVTS_PTT (and now all 3 buttons work)
-------------------------------------------------------------------------
-r11000 | zorglub | 2005-05-13 19:58:05 +0200 (Fri, 13 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/control/http.c
-
-Remove excessive HTTP debugging - Closes #108
-------------------------------------------------------------------------
-r10999 | robux4 | 2005-05-13 18:34:06 +0200 (Fri, 13 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: don't use a button if it doesn't exist
-------------------------------------------------------------------------
-r10998 | robux4 | 2005-05-13 18:21:35 +0200 (Fri, 13 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: the UI hook is always on
-------------------------------------------------------------------------
-r10997 | fenrir | 2005-05-13 18:00:07 +0200 (Fri, 13 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
- * v4l: fixed v4l-height.
-
-------------------------------------------------------------------------
-r10996 | robux4 | 2005-05-13 17:48:56 +0200 (Fri, 13 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: add support for the JumpVTS_PTT DVD command
-------------------------------------------------------------------------
-r10995 | fkuehne | 2005-05-13 16:51:10 +0200 (Fri, 13 May 2005) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-* patch by Torsten Spindler, thanks for the corrections
-------------------------------------------------------------------------
-r10994 | gbazin | 2005-05-13 16:16:03 +0200 (Fri, 13 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* modules/demux/ts.c: keep compatibility with non-DVB streams (SDT/EDT issue).
-------------------------------------------------------------------------
-r10993 | gbazin | 2005-05-13 15:31:39 +0200 (Fri, 13 May 2005) | 1 line
-Changed paths:
-   M /trunk/INSTALL.win32
-
-* INSTALL.win32: s/toolame/twolame.
-------------------------------------------------------------------------
-r10992 | gbazin | 2005-05-13 15:11:36 +0200 (Fri, 13 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.c
-
-* modules/codec/dmo/dmo.c: fixed problem with detection of DMOs.
-------------------------------------------------------------------------
-r10991 | djc | 2005-05-13 13:43:13 +0200 (Fri, 13 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-Temporary disable NSSearchField button
-
-------------------------------------------------------------------------
-r10990 | gbazin | 2005-05-13 13:13:05 +0200 (Fri, 13 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: updated with latest changes in libx264.
-------------------------------------------------------------------------
-r10989 | robux4 | 2005-05-13 12:02:48 +0200 (Fri, 13 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: add a mutex to lock demuxing from another thread
-------------------------------------------------------------------------
-r10988 | titer | 2005-05-13 10:46:59 +0200 (Fri, 13 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- demux/mkv.cpp: gcc < 3 compile fix
-
-------------------------------------------------------------------------
-r10987 | titer | 2005-05-13 10:33:18 +0200 (Fri, 13 May 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- contrib/src/Makefile: fixed cross compiling of twolame
-
-------------------------------------------------------------------------
-r10986 | courmisch | 2005-05-12 23:08:15 +0200 (Thu, 12 May 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-Remove debug messages in httpd
-
-------------------------------------------------------------------------
-r10985 | fkuehne | 2005-05-12 20:49:54 +0200 (Thu, 12 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/services_discovery/shout.c
-
-* fix two typos introduced in [10984]
-------------------------------------------------------------------------
-r10984 | xtophe | 2005-05-12 20:15:28 +0200 (Thu, 12 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/services_discovery/shout.c
-
-ALL: Fix a few strings for the prefs.
-
-------------------------------------------------------------------------
-r10983 | xtophe | 2005-05-12 20:07:47 +0200 (Thu, 12 May 2005) | 2 lines
-Changed paths:
-   M /trunk/share/http/index.html
-
-* Put sout back. (should have read the doc more)
-
-------------------------------------------------------------------------
-r10982 | robux4 | 2005-05-12 18:35:18 +0200 (Thu, 12 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: thread handling cleaning
-------------------------------------------------------------------------
-r10981 | dionoea | 2005-05-12 16:36:28 +0200 (Thu, 12 May 2005) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-
- * ChangeLog should be in english ...
-
-------------------------------------------------------------------------
-r10980 | dionoea | 2005-05-12 16:29:58 +0200 (Thu, 12 May 2005) | 3 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/NEWS
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
- * prepare 0.8.2-test1
- * update NEWS
-
-------------------------------------------------------------------------
-r10979 | gbazin | 2005-05-12 14:18:38 +0200 (Thu, 12 May 2005) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/playlist/services_discovery.c
-
-* src/libvlc.c, src/playlist/services_discovery.c: fixed --services-discovery and --extraintf to use the new modules list syntax.
-------------------------------------------------------------------------
-r10978 | djc | 2005-05-12 02:12:44 +0200 (Thu, 12 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-Change , to : in MacOSX preferences. Refs #111
-
-------------------------------------------------------------------------
-r10977 | damienf | 2005-05-11 18:59:28 +0200 (Wed, 11 May 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/test.html
-
-test.html: improved user feedback, especially for live stream
-
-------------------------------------------------------------------------
-r10976 | damienf | 2005-05-11 18:56:46 +0200 (Wed, 11 May 2005) | 6 lines
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/main.cpp
-   M /trunk/activex/viewobject.cpp
-   M /trunk/activex/viewobject.h
-   M /trunk/activex/vlccontrol.cpp
-   M /trunk/activex/vlccontrol.h
-   M /trunk/include/variables.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/src/libvlc.c
-
-src/libvlc.c,include/vlc/vlc.h, include/variables.h: added a new a API to libvlc called VLC_VariableType, this API allows to retrieve the type of a VLC variable. this API is very useful for binding with highlevel languages, such as javascript, VBScript, etc... which allow for weakly typed variables such as Javascript. in order to support the VLC_VariableType API, i've had to move the variable type definitions from variables.h to vlc/vlc.h
-
-vlccontrol.cpp, axvlc.idl, axvlc.tlb, axvlc_idl.h: added a getVariable and setVariable to provide support for VLC_GetVariable and VLC_SetVariable respectively,and requires the new VLC_VariableType API.
-
-main.cpp, viewobject.h, viewobject.cpp: support for advise on viewobject
-
-------------------------------------------------------------------------
-r10975 | bigben | 2005-05-11 17:44:28 +0200 (Wed, 11 May 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Transmit keyboard events from the arrow and enter key to the main controller, so that playlist navigation with the keyboard is possible.
-* This doesn't conflict with dvd menu navigation.
-* If these keys are set to an action that is handled by Cocoa, this action will have priority.
-
-
-------------------------------------------------------------------------
-r10974 | gbazin | 2005-05-11 17:34:24 +0200 (Wed, 11 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/*, modules/gui/wxwindows/*: audio/video/sub-filter config options are now a colon (':') separated list of filters to keep the same syntax as the stream output.
-------------------------------------------------------------------------
-r10973 | hartman | 2005-05-11 15:50:49 +0200 (Wed, 11 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* vout.m: small codefixes that were not 100% problems.
-
-------------------------------------------------------------------------
-r10972 | gbazin | 2005-05-11 15:18:00 +0200 (Wed, 11 May 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* Makefile.am: fixed build problem.
-------------------------------------------------------------------------
-r10971 | djc | 2005-05-11 14:19:05 +0200 (Wed, 11 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-Change the searchField in NSSearchField when macos >= 10.3
-Move MACOS_VERSION macro to intf.h
-
-------------------------------------------------------------------------
-r10970 | gbazin | 2005-05-11 13:30:12 +0200 (Wed, 11 May 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-
-* configure.ac, Makefile.am: fixes for WinCE build.
-------------------------------------------------------------------------
-r10969 | hartman | 2005-05-11 12:19:28 +0200 (Wed, 11 May 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* Use a newer liveMedia version. November one is a bit old.
-
-------------------------------------------------------------------------
-r10968 | djc | 2005-05-11 11:59:41 +0200 (Wed, 11 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-Use new selectors only if they exist...
-
-------------------------------------------------------------------------
-r10967 | djc | 2005-05-11 11:42:34 +0200 (Wed, 11 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-*: remove fprintf debug messages
-
-------------------------------------------------------------------------
-r10966 | djc | 2005-05-11 11:37:49 +0200 (Wed, 11 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-Preferences panel can be viewed on X.2. Closes #104.
-+ fix hotkeys widget with macos < 10.3
-
-------------------------------------------------------------------------
-r10965 | gbazin | 2005-05-11 09:05:09 +0200 (Wed, 11 May 2005) | 1 line
-Changed paths:
-   M /trunk/evc/config.h.in
-   M /trunk/msvc/config.h.in
-
-* ms(e)vc/config.h.in: define HAVE_DYNAMIC_PLUGINS.
-------------------------------------------------------------------------
-r10964 | djc | 2005-05-11 01:08:52 +0200 (Wed, 11 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.m
-
-Fix a bug in playlist + delete updateVolumeSlider (closes #93)
-
-------------------------------------------------------------------------
-r10963 | dionoea | 2005-05-11 00:05:54 +0200 (Wed, 11 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-check if pointers are NULL (Closes #86 -> we can release test1)
-event reporting in wxwin32 seems to be different than in wxgtk
-
-------------------------------------------------------------------------
-r10962 | zorglub | 2005-05-10 23:19:08 +0200 (Tue, 10 May 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-
-Fix playlist behaviour with delete in HTTP intf (Closes #105)
-
-------------------------------------------------------------------------
-r10961 | xtophe | 2005-05-10 21:31:07 +0200 (Tue, 10 May 2005) | 4 lines
-Changed paths:
-   M /trunk/share/http/index.html
-
-* Work around for the lag (close #3)
-* Change the playlist because at least FX and IE don't like cascading forms
-* control=sout is not a valid control
-
-------------------------------------------------------------------------
-r10960 | djc | 2005-05-10 18:18:43 +0200 (Tue, 10 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-Should fix prolems during launch of VLC on xserve...
-
-------------------------------------------------------------------------
-r10956 | hartman | 2005-05-10 15:35:27 +0200 (Tue, 10 May 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-compile gpg-error without nls support because it isn't really used by VLC and it complicates the contrib system. (this should fix the OSX 10.2 compile). Also switch back to ffmpeg CVS
-------------------------------------------------------------------------
-r10955 | dionoea | 2005-05-10 15:02:11 +0200 (Tue, 10 May 2005) | 4 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
- * show number of broadcast and vod media items within show command
-When we end the feature freeze, we'll have to complete the show command to
-show (for example) the number of clients connected
-
-------------------------------------------------------------------------
-r10954 | dionoea | 2005-05-10 14:56:02 +0200 (Tue, 10 May 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac
-
-change version number to 0.8.2-svn2 (0.8.2.svn broke the windows build)
-
-------------------------------------------------------------------------
-r10953 | courmisch | 2005-05-10 13:39:32 +0200 (Tue, 10 May 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/access_output/file.c
-
-Support for large files in stream output
-Closes #48
-Closes Debian #306110
-
-------------------------------------------------------------------------
-r10952 | gbazin | 2005-05-10 12:38:35 +0200 (Tue, 10 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/stream_out/switcher.c
-
-* modules/codec/ffmpeg/*, modules/stream_out/switcher.c: fix compilation with new ffmpeg versions (use native timebase).
-------------------------------------------------------------------------
-r10951 | fkuehne | 2005-05-10 09:30:52 +0200 (Tue, 10 May 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* there seem to be problems with SourceForge's heanet-mirror, using switch (located in CH) instead now
-------------------------------------------------------------------------
-r10950 | fkuehne | 2005-05-09 22:00:43 +0200 (Mon, 09 May 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* changed the download-location of libtheora to our server since their own refuses to work once again
-------------------------------------------------------------------------
-r10949 | fkuehne | 2005-05-09 21:29:48 +0200 (Mon, 09 May 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* updated GnuTLS to 1.2.3, fixes #95 on BeOS and OSX
-------------------------------------------------------------------------
-r10948 | dionoea | 2005-05-09 21:23:39 +0200 (Mon, 09 May 2005) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
- * change snapshot hotkey for non OS X users to ctrl-alt-s (instead of
-   ctrl-s which is also used for changing skins)
-
-------------------------------------------------------------------------
-r10947 | courmisch | 2005-05-09 21:01:25 +0200 (Mon, 09 May 2005) | 3 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-Don't print an error message when attempting to recv returns EAGAIN
-(can only happens if we're using SSL and it is a not an error situation)
-
-------------------------------------------------------------------------
-r10946 | bigben | 2005-05-09 20:59:11 +0200 (Mon, 09 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/equalizer.m
-
-* Fixes initialization when a preset is saved in the prefs or provided from command line. Could be cleaner, but it seems at least to work.
-
-
-------------------------------------------------------------------------
-r10945 | courmisch | 2005-05-09 20:31:29 +0200 (Mon, 09 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-Encode URL if needed (should fix Debian bug #279735)
-
-------------------------------------------------------------------------
-r10944 | courmisch | 2005-05-09 20:23:32 +0200 (Mon, 09 May 2005) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
-Fix C++ compilation
-
-------------------------------------------------------------------------
-r10943 | bigben | 2005-05-09 19:00:15 +0200 (Mon, 09 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/equalizer.m
-
-* Fix some variable initilization bugs
-
-
-------------------------------------------------------------------------
-r10942 | fkuehne | 2005-05-09 18:46:13 +0200 (Mon, 09 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/vcdx/vcd.c
-
-* fix the compilation which were accidentally broken in r10922
-------------------------------------------------------------------------
-r10941 | sam | 2005-05-09 18:22:10 +0200 (Mon, 09 May 2005) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac
-
-  * Changed temporary version to 0.8.2.svn. Sorry about that, but it
-    conflicts with the version in Debian which I am unable to change.
-
-------------------------------------------------------------------------
-r10940 | fkuehne | 2005-05-09 17:55:46 +0200 (Mon, 09 May 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-* fix to the svn-recognition
-------------------------------------------------------------------------
-r10939 | dionoea | 2005-05-09 11:46:31 +0200 (Mon, 09 May 2005) | 6 lines
-Changed paths:
-   M /trunk/share/http/index.html
-   M /trunk/share/http/style.css
-
-index.html : fix ?\194?\171 Weird URLs
-  (?control=stop&control=seek&control=seek&seek_value=&control=seek) ?\194?\187
-
-style.css : small esthetic fix
-
-
-------------------------------------------------------------------------
-r10938 | djc | 2005-05-09 04:11:31 +0200 (Mon, 09 May 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Change gpgerror to gpg-error and add $(INSTALL_NAME) to it
-
-------------------------------------------------------------------------
-r10937 | dionoea | 2005-05-09 03:58:09 +0200 (Mon, 09 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-
-fix a segfault (i didn't know strstr segfaulted when the haystak was NULL ...)
-
-------------------------------------------------------------------------
-r10936 | djc | 2005-05-09 01:58:04 +0200 (Mon, 09 May 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-This should fix libs dependences
-
-------------------------------------------------------------------------
-r10935 | djc | 2005-05-09 00:56:34 +0200 (Mon, 09 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-Fix hotkeys view in macosx.3 + UTF8 strings in module list
-
-------------------------------------------------------------------------
-r10934 | fkuehne | 2005-05-08 21:55:18 +0200 (Sun, 08 May 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* let's build libtwolame by default on OSX and Linux; we might want to disable the original lame in the final release
-------------------------------------------------------------------------
-r10933 | robux4 | 2005-05-08 16:14:20 +0200 (Sun, 08 May 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib: make the SVN vs release build really work on OS X
-------------------------------------------------------------------------
-r10932 | robux4 | 2005-05-08 16:14:12 +0200 (Sun, 08 May 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-contrib: make the SVN vs release build really work on OS X
-------------------------------------------------------------------------
-r10931 | bigben | 2005-05-08 15:56:18 +0200 (Sun, 08 May 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-get rid of windows style line breaks
-
-
-------------------------------------------------------------------------
-r10930 | robux4 | 2005-05-08 13:11:08 +0200 (Sun, 08 May 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-
-contrib: improve the detection of SVN
-------------------------------------------------------------------------
-r10929 | robux4 | 2005-05-08 12:45:37 +0200 (Sun, 08 May 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-
-contrib: use SVN only if a client is available
-------------------------------------------------------------------------
-r10928 | dionoea | 2005-05-08 12:42:32 +0200 (Sun, 08 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-
-check if equalizer and equalizer-2pass are enabled upon panel creation
-
-------------------------------------------------------------------------
-r10927 | dionoea | 2005-05-08 12:20:24 +0200 (Sun, 08 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* disable equalizer commands in the extended GUI if the equalizer isn't
-  enabled.
-
-------------------------------------------------------------------------
-r10926 | robux4 | 2005-05-08 11:29:18 +0200 (Sun, 08 May 2005) | 1 line
-Changed paths:
-   M /trunk/msvc/vlc.dsw
-
-MSVC build: only keep the plugins that compile out of the box
-------------------------------------------------------------------------
-r10925 | robux4 | 2005-05-08 11:14:15 +0200 (Sun, 08 May 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib: build libebml/libmatroska from SVN
-------------------------------------------------------------------------
-r10924 | zorglub | 2005-05-08 09:40:39 +0200 (Sun, 08 May 2005) | 2 lines
-Changed paths:
-   M /trunk/BUGS
-   M /trunk/TODO
-
-Clean BUGS and TODO
-
-------------------------------------------------------------------------
-r10923 | robux4 | 2005-05-07 22:52:48 +0200 (Sat, 07 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: code cleaning
-------------------------------------------------------------------------
-r10922 | fkuehne | 2005-05-07 22:02:48 +0200 (Sat, 07 May 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/modules/gui/macosx/controls.m
-
-* controls.m: added l10n of the volume-string shown when changing the volume
-* vcdx/vcdplayer.c: disabled l10n of various error messages
-* vcdx/vcd.c: disabled l10n of 2 debug masks. They are horribly to translate and used by advanced users only, who should speak English well enough for this purpose
-* rest: disabled l10n of various strings or debug masks which cannot be translated
-
-more to come
-------------------------------------------------------------------------
-r10921 | courmisch | 2005-05-07 21:09:11 +0200 (Sat, 07 May 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Do not attempt to run "--cflags" and "--idlflags" which are non-existant commands
-
-------------------------------------------------------------------------
-r10920 | robux4 | 2005-05-07 20:19:32 +0200 (Sat, 07 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: improve the button logic and fix the LinkPGC DVD command (stay in the current segment)
-------------------------------------------------------------------------
-r10919 | robux4 | 2005-05-07 18:38:20 +0200 (Sat, 07 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: better handling of quitting an ordered edition, add support for the LinkCN DVD command
-------------------------------------------------------------------------
-r10918 | djc | 2005-05-07 18:34:25 +0200 (Sat, 07 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-
-Typo
-
-------------------------------------------------------------------------
-r10917 | djc | 2005-05-07 18:12:31 +0200 (Sat, 07 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-
-Add a notice if advanced items are not shown
-
-------------------------------------------------------------------------
-r10916 | robux4 | 2005-05-07 17:08:54 +0200 (Sat, 07 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: process the LinkPGCN DVD command correctly
-------------------------------------------------------------------------
-r10915 | robux4 | 2005-05-07 16:33:16 +0200 (Sat, 07 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: make the DVD command interpretor global to the demuxer, interpret the command when a button is clicked
-------------------------------------------------------------------------
-r10914 | djc | 2005-05-07 11:27:53 +0200 (Sat, 07 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-
-Fix a refcount error
-
-------------------------------------------------------------------------
-r10913 | zorglub | 2005-05-07 08:18:17 +0200 (Sat, 07 May 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Document SAP syntax change
-
-------------------------------------------------------------------------
-r10912 | djc | 2005-05-07 03:12:16 +0200 (Sat, 07 May 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-*: fix alignment of widgets.
-- What shall we do for files and module list ?
-- Why is there a space after "Audio viualization" in src/libvlc.h ?
-
-------------------------------------------------------------------------
-r10911 | djc | 2005-05-06 20:54:09 +0200 (Fri, 06 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-*: remove useless code
-
-------------------------------------------------------------------------
-r10910 | djc | 2005-05-06 20:15:50 +0200 (Fri, 06 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-*: fix problems about advanced button
-
-------------------------------------------------------------------------
-r10909 | fkuehne | 2005-05-06 19:42:56 +0200 (Fri, 06 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* sorry, forgot to give svn the playlist.m from the previous commit... tztz
-------------------------------------------------------------------------
-r10908 | fkuehne | 2005-05-06 19:41:09 +0200 (Fri, 06 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-* playlist.m: use stringWithUTF8String instead of stringWithCString when creating the Services-Discovery-menus to show UTF8-encoded strings properly
-* ncurses.c: don't localise "Ncurses"
-------------------------------------------------------------------------
-r10907 | fkuehne | 2005-05-06 18:40:01 +0200 (Fri, 06 May 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/equalizer.m
-
-* equalizer.m: use preset_list_text instead of preset_list when creating the popup-entries to enable l10n of the presets
-* MainMenu.nib: made the equaliser's popup a wider so it fits all l10ns
-------------------------------------------------------------------------
-r10906 | robux4 | 2005-05-06 18:12:53 +0200 (Fri, 06 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: minor enhancements/cleanings of the button handling code
-------------------------------------------------------------------------
-r10905 | robux4 | 2005-05-06 16:51:18 +0200 (Fri, 06 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: support highlighting a button when clicked (but the alpha channel doesn't seem to work)
-------------------------------------------------------------------------
-r10904 | sigmunau | 2005-05-05 23:39:10 +0200 (Thu, 05 May 2005) | 2 lines
-Changed paths:
-   M /trunk/BUGS
-   M /trunk/TODO
-
-BUGS,TODO: Remove stuff that has been added to Trac
-
-------------------------------------------------------------------------
-r10903 | bigben | 2005-05-05 21:34:56 +0200 (Thu, 05 May 2005) | 4 lines
-Changed paths:
-   M /trunk/BUGS
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* playlist.* support for DnD from Finder
-* BUGS: remove OSX playlist (anyone sees some more issue here readd it with a description...)
-
-
-------------------------------------------------------------------------
-r10902 | fkuehne | 2005-05-05 20:53:17 +0200 (Thu, 05 May 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-* add the option keyword to the help of vlm and the streaming howto -- patch by Christophe Mutricy
-------------------------------------------------------------------------
-r10901 | fkuehne | 2005-05-05 20:23:53 +0200 (Thu, 05 May 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-
-* compilation fix
-------------------------------------------------------------------------
-r10900 | fkuehne | 2005-05-05 20:02:30 +0200 (Thu, 05 May 2005) | 1 line
-Changed paths:
-   M /trunk/po/es.po
-
-* update to the Spanish translation by Javier Varela (99% complete now)
-------------------------------------------------------------------------
-r10899 | fkuehne | 2005-05-05 19:03:43 +0200 (Thu, 05 May 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* use the ffmpeg-cvs from 2005-04-30 until our ffmpeg-module is fixed
-------------------------------------------------------------------------
-r10898 | djc | 2005-05-05 18:48:22 +0200 (Thu, 05 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-- added macosx version detection at runtime with /System/Library/CoreServices/SystemVersion.plist file
-- wrapped code
-
-------------------------------------------------------------------------
-r10897 | djc | 2005-05-05 12:57:55 +0200 (Thu, 05 May 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-Added widget, fix save, etc.
-Known bugs: changing advanced view, detection of MacOS X version at
-            runtime and many others...
-
-
-------------------------------------------------------------------------
-r10896 | asmax | 2005-05-04 22:52:43 +0200 (Wed, 04 May 2005) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/share/skins2/skin.dtd
-
-* skin.dtd: added an attribute "resize" in the "Image" element, to define
-  the method used to resize the image, which can be "mosaic" (the default)
-  or "scale". Note that the previous behaviour was always "scale" before,
-  but mosaic is much much faster, so use scale method only for fun ;)
-* skins2/*: support of the new mosaic method; playlist resize with this
-  method is significantly faster!
-
-------------------------------------------------------------------------
-r10895 | sam | 2005-05-04 16:43:00 +0200 (Wed, 04 May 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/misc/modules.c
-
-  * do not use a dynamic linker if no plugin support was detected/requested.
-
-------------------------------------------------------------------------
-r10894 | bigben | 2005-05-04 01:18:04 +0200 (Wed, 04 May 2005) | 3 lines
-Changed paths:
-   M /trunk/BUGS
-
-Forgot this one...
-
-
-------------------------------------------------------------------------
-r10893 | bigben | 2005-05-04 01:14:39 +0200 (Wed, 04 May 2005) | 3 lines
-Changed paths:
-   M /trunk/BUGS
-
-One more bug
-
-
-------------------------------------------------------------------------
-r10892 | bigben | 2005-05-04 01:04:10 +0200 (Wed, 04 May 2005) | 3 lines
-Changed paths:
-   M /trunk/BUGS
-
-some more bugs...
-
-
-------------------------------------------------------------------------
-r10891 | bigben | 2005-05-04 00:44:17 +0200 (Wed, 04 May 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Fixes a silly bug in the filling of the NSMutableDictionary that stores the p_item->node correspondance in the playlist
-* A side effect of this fix seems to be that adding a directory, deleting it and adding a new playlist item doesn't seem to crash VLC anymore
-* Make the currently playling item, as well as its parent items bold 
-
-
-------------------------------------------------------------------------
-r10887 | fkuehne | 2005-05-03 22:10:10 +0200 (Tue, 03 May 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/misc/darwin_specific.m
-
-* aded the new Catalan translation
-------------------------------------------------------------------------
-r10885 | courmisch | 2005-05-03 13:07:20 +0200 (Tue, 03 May 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/iso-639_def.h
-
-Enable catalan translation
-
-------------------------------------------------------------------------
-r10884 | courmisch | 2005-05-03 12:55:49 +0200 (Tue, 03 May 2005) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Fixes no longer existing files
-
-------------------------------------------------------------------------
-r10883 | courmisch | 2005-05-03 12:47:17 +0200 (Tue, 03 May 2005) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   A /trunk/po/ca.po
-
-Initial Catalan translation by
-Lorena Gomes and X?\195?\168nia Alb?\195?\160 Cantero
-
-------------------------------------------------------------------------
-r10882 | courmisch | 2005-05-03 12:43:27 +0200 (Tue, 03 May 2005) | 2 lines
-Changed paths:
-   M /trunk/po/zh_TW.po
-
-.po are not executable
-
-------------------------------------------------------------------------
-r10879 | fkuehne | 2005-05-02 20:36:58 +0200 (Mon, 02 May 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* fixed icons for bin, AIFF, WAV
-------------------------------------------------------------------------
-r10873 | rocky | 2005-05-02 11:01:55 +0200 (Mon, 02 May 2005) | 9 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
-
-gcc 3.4.3 gave this error: 
-
-  src/ft2_font.cpp: In member function `virtual GenericBitmap* FT2Font::drawString(const UString&, uint32_t, int) const':
-  src/ft2_font.cpp:172: error: array bound forbidden after parenthesized type-id
-  src/ft2_font.cpp:172: note: try removing the parentheses around the type-id
-
-Follow the suggestion.
-
-
-------------------------------------------------------------------------
-r10872 | fenrir | 2005-05-02 09:25:15 +0200 (Mon, 02 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
- * playlist: fix Playlist::OnKeyDown (added event.Skip when needed).
-
-------------------------------------------------------------------------
-r10871 | bigben | 2005-05-02 01:04:18 +0200 (Mon, 02 May 2005) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* Hopefully fixes --aspect-ratio computation when giving float values as argument
-
-
-------------------------------------------------------------------------
-r10869 | asmax | 2005-05-01 23:36:53 +0200 (Sun, 01 May 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
-   M /trunk/modules/gui/skins2/src/ft2_font.hpp
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-
-* ft2_font.cpp: added a cache for glyphs rendered with freetype, because
-  freetype is so slooow: now FT2Font::drawString() is about 100 times faster
-  in average !
-
-------------------------------------------------------------------------
-r10863 | asmax | 2005-05-01 17:17:40 +0200 (Sun, 01 May 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_stream.h
-
-* vlc_stream.h: added missing extern "C" (prevented compilation of skins2
-  module in builtin mode)
-
-------------------------------------------------------------------------
-r10862 | rocky | 2005-05-01 16:48:08 +0200 (Sun, 01 May 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/vcdx/access.c
-
-fix next/previous chapter in disc mode 
-fix updating meta (caused by a recent change of mine)
-
-vcdx/access.c: hack to try to fix still-handling problem
-
-
-------------------------------------------------------------------------
-r10861 | asmax | 2005-05-01 15:19:04 +0200 (Sun, 01 May 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/os_graphics.hpp
-   M /trunk/modules/gui/skins2/src/tooltip.cpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-   M /trunk/modules/gui/skins2/x11/x11_display.hpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
-
-* os_graphics.hpp: added a parameter "blend" to drawBitmap(), to perform alpha
-  blending only when it is useful (i.e. when drawing antialiased text)
-* x11/*: optimized drawBitmap when alpha blending is not used: 5 times faster
-
-------------------------------------------------------------------------
-r10860 | ipkiss | 2005-05-01 13:15:42 +0200 (Sun, 01 May 2005) | 3 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins/skins2-howto.xml: Added the playlist.sort() action, which was
-   missing in the doc
-
-------------------------------------------------------------------------
-r10859 | rocky | 2005-05-01 10:56:03 +0200 (Sun, 01 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.h
-
-Work on audio control access. 
-
-
-------------------------------------------------------------------------
-r10858 | rocky | 2005-05-01 04:43:17 +0200 (Sun, 01 May 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-Correct up audio-control stop command.
-
-
-------------------------------------------------------------------------
-r10857 | rocky | 2005-05-01 04:16:02 +0200 (Sun, 01 May 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-
-Compatability for different versions of libcdio from 0.71-0.74cvs
-
-------------------------------------------------------------------------
-r10856 | rocky | 2005-05-01 04:06:58 +0200 (Sun, 01 May 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-A couple more fixes. One to set meta information when in disc mode.
-Another to pause audio control playing.
-
-
-------------------------------------------------------------------------
-r10855 | rocky | 2005-05-01 02:34:39 +0200 (Sun, 01 May 2005) | 11 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/cdda/info.c
-
-Fix some bugs when playlist not in disc but track mode:
-  play_item initialization accidently lost.
-  Probably need a vlc_object release of the playlist.
-
-Adjust comments which were wrong because of cut and paste artifacts.
-
-Some changes that may help debugging. 
-
-First attempt at playing via audio controls - mostly not working. 
-
-
-------------------------------------------------------------------------
-r10854 | massiot | 2005-04-29 17:57:24 +0200 (Fri, 29 Apr 2005) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-   M /trunk/modules/codec/Modules.am
-   D /trunk/modules/codec/toolame.c
-   A /trunk/modules/codec/twolame.c (from /trunk/modules/codec/toolame.c:10731)
-
-* ALL: We are now using libtwolame instead of libtoolame. The reason is that
-  twolame is thread-safe and maintained. Update your batch files for
-  --enable-twolame instead of --enable-toolame. See http://twolame.sf.net
-  for more information.
-
-------------------------------------------------------------------------
-r10853 | fenrir | 2005-04-29 09:37:20 +0200 (Fri, 29 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access_filter/record.c
-
- * record: use add_directory (instead of add_string) + parse the name to
- remove the uri/path part.
-
-------------------------------------------------------------------------
-r10852 | robux4 | 2005-04-28 23:15:08 +0200 (Thu, 28 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: add preliminary code to support the UI hooks
-------------------------------------------------------------------------
-r10851 | damienf | 2005-04-28 15:58:54 +0200 (Thu, 28 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-bad, bad developer ...
-
-------------------------------------------------------------------------
-r10850 | damienf | 2005-04-28 15:36:54 +0200 (Thu, 28 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-- added dshow-fps option to configure capture framerate
-- added support for IAMStreamConfig interface to configure user settings on capture pin media type
-
-
-------------------------------------------------------------------------
-r10849 | damienf | 2005-04-28 15:30:02 +0200 (Thu, 28 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access_filter/record.c
-
-vlc_common.h: Cygwin & Mingw32 compatibilty update, needs review
-record.c: make it compile under mingw32, needs review
-
-
-------------------------------------------------------------------------
-r10848 | gbazin | 2005-04-28 10:18:53 +0200 (Thu, 28 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access_filter/record.c
-
-* modules/access_filter/record.c: compilation fix.
-------------------------------------------------------------------------
-r10847 | fenrir | 2005-04-28 09:45:51 +0200 (Thu, 28 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- * es_out: oops, make EsOutProgramDel returning an error code.
-
-------------------------------------------------------------------------
-r10846 | fenrir | 2005-04-28 09:43:09 +0200 (Thu, 28 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/record.c
-
- * record: grrr, support for system that doesn't have localtime_r.
-
-------------------------------------------------------------------------
-r10845 | fenrir | 2005-04-28 09:26:04 +0200 (Thu, 28 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_es_out.h
-   M /trunk/modules/demux/ts.c
-   M /trunk/src/input/es_out.c
-
- es_out*: added ES_OUT_DEL_GROUP
- ts.c: use ES_OUT_DEL_GROUP to remove old program.
-
-------------------------------------------------------------------------
-r10844 | gbazin | 2005-04-27 14:59:38 +0200 (Wed, 27 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-* src/input/es_out.c: reverted previous patch since it creates problems with the DVB access plugin.
-------------------------------------------------------------------------
-r10843 | gbazin | 2005-04-27 13:40:11 +0200 (Wed, 27 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-* src/input/es_out.c: cleanup empty programs.
-------------------------------------------------------------------------
-r10842 | courmisch | 2005-04-27 12:19:51 +0200 (Wed, 27 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/record.c
-
-Fix errno undefined error
-
-------------------------------------------------------------------------
-r10841 | sigmunau | 2005-04-26 23:35:03 +0200 (Tue, 26 Apr 2005) | 5 lines
-Changed paths:
-   M /trunk/src/input/var.c
-
-input/var.c: don't try to update the "rate" variable directly in callback
-for "rate-faster" and "rate-slower". input_ControlPush will handle it. This
-fixes a race condition when "rate" ends up at a different value than
-p_input->i_rate
-
-------------------------------------------------------------------------
-r10840 | bigben | 2005-04-26 23:34:46 +0200 (Tue, 26 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Compiles mkv.cpp in -O1 on darwin to work around a gcc bug.
-
-
-------------------------------------------------------------------------
-r10839 | sam | 2005-04-26 22:17:50 +0200 (Tue, 26 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/esd.c
-
-  * support for --esdserver. doesn't seem to work yet, though...
-
-------------------------------------------------------------------------
-r10838 | titer | 2005-04-26 21:45:32 +0200 (Tue, 26 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- fixed ebml/matroska build with gcc 4
-
-------------------------------------------------------------------------
-r10835 | robux4 | 2005-04-26 21:04:18 +0200 (Tue, 26 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: added the thread to support VOB buttons
-+ code cleaning
-------------------------------------------------------------------------
-r10834 | fkuehne | 2005-04-26 20:59:56 +0200 (Tue, 26 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* fix to the hotkeys on OSX: RECORD start/stop is cmd-shift-r, HISTORY_BACK/_FORWARD ctrl-v/ctrl-b now, as '[' and ']' are unaccessible on German keyboards
-------------------------------------------------------------------------
-r10833 | bigben | 2005-04-26 19:33:24 +0200 (Tue, 26 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-
-Add a checkbox to enable timeshifting in the open network panel
-
-
-------------------------------------------------------------------------
-r10832 | robux4 | 2005-04-26 19:16:32 +0200 (Tue, 26 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: do an EnterAndLeave before seeking in Matroska Script
-------------------------------------------------------------------------
-r10831 | gbazin | 2005-04-26 16:27:47 +0200 (Tue, 26 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c, modules/video_output/directx/events.c: added support for insert/delete hotkeys.
-------------------------------------------------------------------------
-r10830 | gbazin | 2005-04-26 16:16:14 +0200 (Tue, 26 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/video_output/video_output.c
-
-* include/vlc_playlist.h, src/playlist/playlist.c, src/video_output/video_output.c: added a lock to the playlist garbage collector to avoid a race condition with the vout creation/destruction.
-------------------------------------------------------------------------
-r10829 | robux4 | 2005-04-26 15:59:11 +0200 (Tue, 26 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: avoid leaving the same item in cascade
-------------------------------------------------------------------------
-r10828 | gbazin | 2005-04-26 15:07:43 +0200 (Tue, 26 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: relaxed the version requirement for subpel and bpyramid.
-------------------------------------------------------------------------
-r10827 | gbazin | 2005-04-26 14:44:03 +0200 (Tue, 26 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: lowered the hurry-up treshold a bit.
-------------------------------------------------------------------------
-r10826 | gbazin | 2005-04-26 14:40:02 +0200 (Tue, 26 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: new hurry-up option that drops video frames if encoder is late.
-------------------------------------------------------------------------
-r10825 | gbazin | 2005-04-26 12:51:32 +0200 (Tue, 26 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: use proper default value for subpel.
-------------------------------------------------------------------------
-r10824 | gbazin | 2005-04-26 12:50:06 +0200 (Tue, 26 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: crop the video if its size isn't a multiple of 16 (will have to be changed to use the visible size values).
-------------------------------------------------------------------------
-r10823 | gbazin | 2005-04-26 12:14:19 +0200 (Tue, 26 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: added bpyramid and subpel options + support for X264_ANALYSE_BSUB16x16.
-------------------------------------------------------------------------
-r10822 | gbazin | 2005-04-26 11:37:26 +0200 (Tue, 26 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: sanitized the menus shortcuts.
-------------------------------------------------------------------------
-r10821 | gbazin | 2005-04-26 11:22:04 +0200 (Tue, 26 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: shortcut for open directory changed to Ctrl+R.
-------------------------------------------------------------------------
-r10820 | gbazin | 2005-04-26 10:44:14 +0200 (Tue, 26 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* modules/demux/mkv.cpp: itoa -> sprintf.
-------------------------------------------------------------------------
-r10819 | fenrir | 2005-04-26 10:42:19 +0200 (Tue, 26 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/access_filter/timeshift.c
-
- * all: added set_shortname.
-
-------------------------------------------------------------------------
-r10818 | fenrir | 2005-04-26 10:34:54 +0200 (Tue, 26 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
- * wxwindows: added a cast to avoid a compiler error (conversion from void*).
-
-------------------------------------------------------------------------
-r10817 | gbazin | 2005-04-26 10:25:33 +0200 (Tue, 26 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: add access_filter_record to the build.
-------------------------------------------------------------------------
-r10816 | fenrir | 2005-04-26 09:28:07 +0200 (Tue, 26 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/access_filter/Modules.am
-   A /trunk/modules/access_filter/record.c
-   M /trunk/src/libvlc.h
-
- * all: added a new access_filter module: record + one hotkey to start/stop
- recording (simple dumping). (Usefull for dvb/udp/mp3 radio stream).
-
-------------------------------------------------------------------------
-r10815 | fenrir | 2005-04-26 09:24:39 +0200 (Tue, 26 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
-
- * timer: cosmetic (use VLC_META_NOW_PLAYING instead of "Now Playing")
-
-------------------------------------------------------------------------
-r10814 | fenrir | 2005-04-26 09:23:56 +0200 (Tue, 26 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/mux/mpjpeg.c
-
- * all: warning fixes.
- * mpjpeg.c: use sout_CfgParse !
-
-------------------------------------------------------------------------
-r10813 | fenrir | 2005-04-26 09:21:31 +0200 (Tue, 26 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/ts.c
-
- * asf, b4s: warning fixes.
- * ts: - set BLOCK_FLAG_CORRUPTED on transport_error_indicator.
-       - better support of EIT + VLC_META_NOW_PLAYING.
-
-------------------------------------------------------------------------
-r10812 | fenrir | 2005-04-26 09:19:10 +0200 (Tue, 26 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-
- * vlc_input.h: added INPUT_DEL_INFO.
-
-------------------------------------------------------------------------
-r10811 | fenrir | 2005-04-26 09:17:42 +0200 (Tue, 26 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/src/input/control.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-
- * control: added INPUT_DEL_INFO.
- * input: allow chaining of access_filter (like filter1:filter2 ...)
- * es_out: support VLC_META_NOW_PLAYING for multi-program stream.
-
-------------------------------------------------------------------------
-r10810 | djc | 2005-04-26 03:43:00 +0200 (Tue, 26 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Change location of speex to http://us.speex.org/download/
-(fix a 302 message...)
-
-
-------------------------------------------------------------------------
-r10809 | sigmunau | 2005-04-26 01:19:19 +0200 (Tue, 26 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/zsh.cpp
-
-extras/zsh.cpp: completion for module_cat and module_cat_list
-
-------------------------------------------------------------------------
-r10808 | sigmunau | 2005-04-26 00:27:41 +0200 (Tue, 26 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/zsh.cpp
-
-extras/zsh.cpp: allow completion of --option=value syntax
-
-------------------------------------------------------------------------
-r10807 | sigmunau | 2005-04-26 00:14:48 +0200 (Tue, 26 Apr 2005) | 3 lines
-Changed paths:
-   A /trunk/extras/Makefile
-   M /trunk/extras/zsh.cpp
-
-extras/Makefile: A very very simple makefile to build the zsh stuff
-extras/zsh.cpp: Support for completing simple url as well
-
-------------------------------------------------------------------------
-r10804 | robux4 | 2005-04-25 21:19:06 +0200 (Mon, 25 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: add support for new DVD commands, add more debug messages
-------------------------------------------------------------------------
-r10803 | sigmunau | 2005-04-25 19:16:37 +0200 (Mon, 25 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/zsh.cpp
-
-zsh.cpp: allow completion of submodules as well for module-type options
-(this allows -A and -V to complete the dummy module
-
-------------------------------------------------------------------------
-r10802 | zorglub | 2005-04-24 22:44:36 +0200 (Sun, 24 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-Fix crash if we don't have freetype or subsdec
-
-------------------------------------------------------------------------
-r10801 | sigmunau | 2005-04-24 20:46:19 +0200 (Sun, 24 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-TODO: Added some of my personal wishes
-
-------------------------------------------------------------------------
-r10800 | robux4 | 2005-04-24 20:45:35 +0200 (Sun, 24 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: Fix a problem when entering a chapter after the previous chapter produced a seek in the code
-------------------------------------------------------------------------
-r10799 | robux4 | 2005-04-24 20:33:37 +0200 (Sun, 24 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: added support for the "GotoAndPlay()" Matroska Script command
-------------------------------------------------------------------------
-r10798 | zorglub | 2005-04-24 20:01:21 +0200 (Sun, 24 Apr 2005) | 2 lines
-Changed paths:
-   A /trunk/BUGS
-
-Added file about known bugs
-
-------------------------------------------------------------------------
-r10797 | zorglub | 2005-04-24 19:56:00 +0200 (Sun, 24 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Also delete nodes when deleting selection
-
-------------------------------------------------------------------------
-r10796 | robux4 | 2005-04-24 17:55:30 +0200 (Sun, 24 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: support the CallSS VTSM DVD command and cleaner jump between chapters & segments
-------------------------------------------------------------------------
-r10795 | zorglub | 2005-04-24 17:54:03 +0200 (Sun, 24 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-
-Don't forget to update the status bar on track change
-
-------------------------------------------------------------------------
-r10791 | sigmunau | 2005-04-24 16:48:07 +0200 (Sun, 24 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-sap.c: clean up playlist handling
-
-------------------------------------------------------------------------
-r10788 | sigmunau | 2005-04-24 16:36:27 +0200 (Sun, 24 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-playlist.c: fixed a nasty corruption on exit with more than one sd module
-running
-
-------------------------------------------------------------------------
-r10787 | robux4 | 2005-04-24 10:08:06 +0200 (Sun, 24 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: clean the way chapters are presented/handled internally
-------------------------------------------------------------------------
-r10785 | zorglub | 2005-04-24 01:15:09 +0200 (Sun, 24 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Remove invert selection and select all (I simply can't figure how to do that)
-
-------------------------------------------------------------------------
-r10784 | zorglub | 2005-04-24 01:05:35 +0200 (Sun, 24 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Delete selection (either by menu or key)
-
-------------------------------------------------------------------------
-r10783 | sigmunau | 2005-04-24 00:37:22 +0200 (Sun, 24 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
-packetizer/h264.c: fix divition by zero for some streams
-
-------------------------------------------------------------------------
-r10782 | zorglub | 2005-04-24 00:30:11 +0200 (Sun, 24 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
-
-Fix disc buttons
-
-------------------------------------------------------------------------
-r10781 | zorglub | 2005-04-24 00:13:35 +0200 (Sun, 24 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/logger.c
-
-Take logger back to control modules
-
-------------------------------------------------------------------------
-r10780 | sigmunau | 2005-04-23 20:58:19 +0200 (Sat, 23 Apr 2005) | 3 lines
-Changed paths:
-   A /trunk/extras/zsh.cpp
-
-extras/zsh.cpp: hacky c++ program that generate a zsh completion rule for vlc.
-todo: MODULE_CAT and MODULE_CAT_LIST options. Better mrl completion. :option=value syntax. sout completion
-
-------------------------------------------------------------------------
-r10779 | sigmunau | 2005-04-23 20:38:01 +0200 (Sat, 23 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-libvlc.h: move -A back to --aout where it belongs
-
-------------------------------------------------------------------------
-r10778 | robux4 | 2005-04-23 18:54:18 +0200 (Sat, 23 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: refine the way segments/chapters are presented and handled (switching now works from everywhere)
-------------------------------------------------------------------------
-r10777 | robux4 | 2005-04-23 17:13:47 +0200 (Sat, 23 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: only display the DVD title info in the Title selection
-------------------------------------------------------------------------
-r10776 | robux4 | 2005-04-23 16:08:01 +0200 (Sat, 23 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: use the title feature to display the segment hierarchy
-------------------------------------------------------------------------
-r10775 | zorglub | 2005-04-23 14:33:13 +0200 (Sat, 23 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-
-Give a fine name when playing audio CD
-
-------------------------------------------------------------------------
-r10774 | robux4 | 2005-04-23 12:41:52 +0200 (Sat, 23 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: allow the chapter codecs to display chapter strings too (used to know where the DVD titles are)
-------------------------------------------------------------------------
-r10773 | sigmunau | 2005-04-23 12:30:56 +0200 (Sat, 23 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-ffmpeg.c: fixed build with older ffmpeg. Disables Indeo2 untill ffmpeg
-people desides to increase their build number again
-
-------------------------------------------------------------------------
-r10772 | courmisch | 2005-04-23 12:25:36 +0200 (Sat, 23 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-- enable sap-ipv6 by default
-
-------------------------------------------------------------------------
-r10771 | ipkiss | 2005-04-23 00:35:51 +0200 (Sat, 23 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
-Updated skins2 doc.
-
-------------------------------------------------------------------------
-r10770 | ipkiss | 2005-04-23 00:25:10 +0200 (Sat, 23 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   A /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
-   A /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-
- * skins2: Added support for multiple actions (separated by ";"),
-           wherever one action was allowed
-
-------------------------------------------------------------------------
-r10769 | fkuehne | 2005-04-22 23:36:07 +0200 (Fri, 22 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/po/es.po
-
-* update to the Spanish translation by Antonio Javier Varela Calvo
-------------------------------------------------------------------------
-r10768 | robux4 | 2005-04-22 13:47:02 +0200 (Fri, 22 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib: try to allow make src for Linux too
-------------------------------------------------------------------------
-r10767 | fenrir | 2005-04-22 10:05:03 +0200 (Fri, 22 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_synchro.c
-
- vout_synchro: less verbose.
-
-------------------------------------------------------------------------
-r10765 | robux4 | 2005-04-21 23:09:15 +0200 (Thu, 21 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: Enter/Leave on subchapters too
-------------------------------------------------------------------------
-r10764 | robux4 | 2005-04-21 22:29:42 +0200 (Thu, 21 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib: no need to patch libebml anymore
-------------------------------------------------------------------------
-r10763 | robux4 | 2005-04-21 22:21:08 +0200 (Thu, 21 Apr 2005) | 1 line
-Changed paths:
-   D /trunk/extras/contrib/src/Patches/libebml.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-contrib: update to the latest libebml/libmatroska packages
-------------------------------------------------------------------------
-r10762 | robux4 | 2005-04-21 22:12:12 +0200 (Thu, 21 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: add a notice about the gcc bug on Darwin
-------------------------------------------------------------------------
-r10761 | robux4 | 2005-04-21 14:29:55 +0200 (Thu, 21 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: minor improvements
-------------------------------------------------------------------------
-r10760 | gbazin | 2005-04-21 14:09:23 +0200 (Thu, 21 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
-
-* modules/gui/wxwindows/timer.cpp: fixed interface flickering.
-------------------------------------------------------------------------
-r10759 | courmisch | 2005-04-21 11:15:46 +0200 (Thu, 21 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/view.c
-
-Handle failed allocation
-(I don't remember why I coded that, but it was left in my trunk)
-
-------------------------------------------------------------------------
-r10758 | courmisch | 2005-04-21 11:09:34 +0200 (Thu, 21 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-Applied patch for support of the IP_MULTICAST_IF
-by isteinmann (at) bluewin.ch
-with fixes
-
-------------------------------------------------------------------------
-r10757 | robux4 | 2005-04-20 23:04:49 +0200 (Wed, 20 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: the JumpTT command now works !!!!!!
-------------------------------------------------------------------------
-r10756 | fkuehne | 2005-04-20 22:58:15 +0200 (Wed, 20 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* fixed download-location of libvorbis
-------------------------------------------------------------------------
-r10755 | robux4 | 2005-04-20 21:45:41 +0200 (Wed, 20 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: finding the segment matching the Title for JumpTT works
-------------------------------------------------------------------------
-r10754 | gbazin | 2005-04-20 16:57:22 +0200 (Wed, 20 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* modules/codec/ffmpeg/ffmpeg.c: add Miro/Pinnacle VideoXL support.
-------------------------------------------------------------------------
-r10753 | gbazin | 2005-04-20 16:55:46 +0200 (Wed, 20 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-
-* modules/demux/avi: pass on video palette.
-------------------------------------------------------------------------
-r10752 | dionoea | 2005-04-20 16:39:29 +0200 (Wed, 20 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-change pointed out by 'acehole' in the forums so that automaticaly opening
-a file with VLC will use the whole file name and not the 8.3 format. That
-makes automatic subtitle loading work.
-
-------------------------------------------------------------------------
-r10751 | gbazin | 2005-04-20 12:44:42 +0200 (Wed, 20 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* modules/codec/ffmpeg: added support for Apple QuickDraw, QPEG, IBM Ultimotion, LOCO, Winnov WNV1, Autodesc RLE and Indeo V2 video codecs.
-------------------------------------------------------------------------
-r10750 | gbazin | 2005-04-20 12:41:11 +0200 (Wed, 20 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-
-* modules/demux/mp4: support for QuickDraw video tracks.
-------------------------------------------------------------------------
-r10749 | robux4 | 2005-04-19 23:15:46 +0200 (Tue, 19 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: fix a gcc warning
-------------------------------------------------------------------------
-r10748 | robux4 | 2005-04-19 22:05:59 +0200 (Tue, 19 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: preliminary support for the JumpTT command
-------------------------------------------------------------------------
-r10747 | robux4 | 2005-04-19 21:46:59 +0200 (Tue, 19 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: fix various memory management problems
-------------------------------------------------------------------------
-r10746 | fenrir | 2005-04-19 18:03:11 +0200 (Tue, 19 Apr 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace.c
-
-  *deinterlace: added a new deinterlace method (called 'x' as experimental until I find
-  a better name ;).
-   It applies a edge oriented interpolation on interlaced video part only (it works on
-   a 8x8 block basis). It works pretty well except where there is a lot of small details.
-
-
-------------------------------------------------------------------------
-r10745 | fenrir | 2005-04-19 17:59:57 +0200 (Tue, 19 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/decoder.c
-
- * decoder: fix a crash with delete spu.
-
-------------------------------------------------------------------------
-r10744 | fenrir | 2005-04-19 17:56:06 +0200 (Tue, 19 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.h
-
- * dvb: read more TS blocks at once. We start reading only 2 ts packets (needed to avoid
-long delay because we only receive PAT at the start), but we increase each time we read
-data until 20. This decrease the load (more than 50% for me) while kepping low start up delay.
-
-------------------------------------------------------------------------
-r10743 | robux4 | 2005-04-19 16:44:44 +0200 (Tue, 19 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: compilation fixes
-------------------------------------------------------------------------
-r10742 | robux4 | 2005-04-19 16:25:30 +0200 (Tue, 19 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: start calling the interpretor
-------------------------------------------------------------------------
-r10741 | gbazin | 2005-04-19 15:38:23 +0200 (Tue, 19 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* modules/demux/ts.c: got rid of some useless code and fixed a memory leak at the same time.
-------------------------------------------------------------------------
-r10740 | robux4 | 2005-04-19 14:38:49 +0200 (Tue, 19 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: initial support for GPRM and SPRM DVD registers
-------------------------------------------------------------------------
-r10739 | robux4 | 2005-04-19 13:33:14 +0200 (Tue, 19 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: demux_sys_t needs to keep the same name
-------------------------------------------------------------------------
-r10738 | robux4 | 2005-04-19 13:17:22 +0200 (Tue, 19 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: changed the name of classes and prepare the DVD interpretor
-------------------------------------------------------------------------
-r10737 | gbazin | 2005-04-19 10:39:31 +0200 (Tue, 19 Apr 2005) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* include/vlc_keys.h: Added Insert and Delete hotkeys.
-* modules/gui/wxwindows/interface.cpp: Fixed End hotkey + added Insert/Delete.
-
-Patch by Greg Hazel (ghazel at gmail dot com)
-
-------------------------------------------------------------------------
-r10736 | courmisch | 2005-04-19 10:20:30 +0200 (Tue, 19 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Don't enable externrun module in -hopefully- upcoming 0.8.2
-
-------------------------------------------------------------------------
-r10735 | ipkiss | 2005-04-18 23:21:09 +0200 (Mon, 18 Apr 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/win32/win32_window.cpp
-   M /trunk/modules/gui/skins2/win32/win32_window.hpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-
- * skins2: Fixed 2 bugs related with embedded vout and skins switching:
-    - win32: fixed the 'vout_directx private error: out of memory' error
-      (thanks to Trax` for pointing it out)
-    - x11: it's now possible to use the embedded vout after changing skin
-
-------------------------------------------------------------------------
-r10733 | jpsaman | 2005-04-18 20:13:37 +0200 (Mon, 18 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-Fix deadlock while quiting VLC. It can get stuck in the playlist. Stopping the playlist first resolves this problem.
-
-------------------------------------------------------------------------
-r10731 | gbazin | 2005-04-18 17:32:31 +0200 (Mon, 18 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/pes.h
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-
-* modules/mux/mpeg/*: new --sout-ps-pes-max-size option.
-------------------------------------------------------------------------
-r10730 | gbazin | 2005-04-18 16:49:29 +0200 (Mon, 18 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-* modules/gui/wxwindows/*: workaround uninitialization bug in wxWidgets -> re-enabled on-the-fly interface switching.
-------------------------------------------------------------------------
-r10729 | damienf | 2005-04-18 14:58:14 +0200 (Mon, 18 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-- make use of cygwin rebase to optimize DLL loading, if present
-
-------------------------------------------------------------------------
-r10728 | damienf | 2005-04-18 13:51:57 +0200 (Mon, 18 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-
-- previously checked in this file to work only within my debug environment
-
-------------------------------------------------------------------------
-r10727 | damienf | 2005-04-18 13:35:18 +0200 (Mon, 18 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/activex/README.TXT
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/utils.cpp
-   M /trunk/activex/utils.h
-   M /trunk/activex/viewobject.cpp
-   M /trunk/activex/viewobject.h
-   M /trunk/activex/vlccontrol.cpp
-
-- source cleanup
-- few bugs fixed
-- added suport to Ole Extent measurments to improve compatibilty
-
-------------------------------------------------------------------------
-r10726 | gbazin | 2005-04-18 12:42:30 +0200 (Mon, 18 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: fixed special hotkeys with modifiers on win32.
-------------------------------------------------------------------------
-r10725 | gbazin | 2005-04-18 12:02:42 +0200 (Mon, 18 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-* modules/gui/wxwindows/wxwindows.cpp: don't use the saved positions/sizes when acting as a dialog provider.
-------------------------------------------------------------------------
-r10724 | courmisch | 2005-04-18 10:37:59 +0200 (Mon, 18 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-add -lz to build gnutls (see if it doesn't break)
-
-------------------------------------------------------------------------
-r10715 | courmisch | 2005-04-17 20:00:31 +0200 (Sun, 17 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-
-Msg_Info => Msg_Dbg
-
-------------------------------------------------------------------------
-r10713 | sigmunau | 2005-04-17 15:03:09 +0200 (Sun, 17 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-wx/playlist.cpp: removed a stray wxMutexGuiLeave
-
-------------------------------------------------------------------------
-r10712 | sigmunau | 2005-04-17 15:00:51 +0200 (Sun, 17 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/playlist.c
-
-demux/playlist: fix a crash when shoutcast discovery correctly is not
-autoplayed
-
-------------------------------------------------------------------------
-r10711 | sigmunau | 2005-04-17 14:59:23 +0200 (Sun, 17 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-shout.c: fix some potential problems
-
-------------------------------------------------------------------------
-r10710 | sigmunau | 2005-04-17 14:58:33 +0200 (Sun, 17 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/messages.c
-
-minor memleak fixes
-
-------------------------------------------------------------------------
-r10709 | sigmunau | 2005-04-17 14:36:34 +0200 (Sun, 17 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/playlist.c
-
-playlist.c: shut up a compiler warning
-item-ext.c: reverted a recent change in GetPositionById than caused
-old-style playlist to malfunction (visible in rc interface at least)
-
-------------------------------------------------------------------------
-r10707 | jpsaman | 2005-04-16 16:10:00 +0200 (Sat, 16 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/mozilla/Makefile.am
-
-Make compilation of mozilla plugin easier on different distributions. Removed fixed include paths from mozilla/Makefile.am. XPIDL_INCL is automatically determined from ${MOZILLA_CONFIG}. 
-Configure and compile with XPIDL=<path_to_xpidl> application of your mozilla version, eg for mozilla-1.7.6 use: XPIDL=/usr/lib/mozilla-1.7.6/xpidl ./configure <rest of line> && make
-
-------------------------------------------------------------------------
-r10706 | courmisch | 2005-04-16 14:30:45 +0200 (Sat, 16 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-Clean up thread_{begin,end}
-
-------------------------------------------------------------------------
-r10705 | courmisch | 2005-04-16 14:24:32 +0200 (Sat, 16 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-- fix invalid free of root object
-
-------------------------------------------------------------------------
-r10704 | courmisch | 2005-04-16 12:53:36 +0200 (Sat, 16 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Small mem leak
-
-------------------------------------------------------------------------
-r10703 | courmisch | 2005-04-16 12:33:13 +0200 (Sat, 16 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Clean up
-
-------------------------------------------------------------------------
-r10702 | gbazin | 2005-04-16 12:01:18 +0200 (Sat, 16 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-* src/misc/configuration.c: YAF (yet another fix).
-------------------------------------------------------------------------
-r10701 | sigmunau | 2005-04-16 11:56:26 +0200 (Sat, 16 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-wx/playlist.cpp: invalidate the FindItem cache when needed (should fix some random crashes)
-
-------------------------------------------------------------------------
-r10700 | courmisch | 2005-04-16 11:06:48 +0200 (Sat, 16 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Force conversion from UTF-8 when announce is incorrectly encoded
-
-------------------------------------------------------------------------
-r10699 | gbazin | 2005-04-16 02:01:38 +0200 (Sat, 16 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-
-* modules/gui/wxwindows/video.cpp: fixes.
-------------------------------------------------------------------------
-r10698 | gbazin | 2005-04-16 00:35:21 +0200 (Sat, 16 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: added sub-version number to cache data (used to detect cache layout changes in the development version).
-------------------------------------------------------------------------
-r10697 | sigmunau | 2005-04-16 00:32:04 +0200 (Sat, 16 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/view.c
-
-playlist: fixed two more occurences of the previous error
-
-------------------------------------------------------------------------
-r10696 | sigmunau | 2005-04-16 00:28:24 +0200 (Sat, 16 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-
-playlist/item-ext.c: fixed off-by-one error causing a crash in ItemGetById
-
-------------------------------------------------------------------------
-r10695 | zorglub | 2005-04-16 00:21:08 +0200 (Sat, 16 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-Fix next
-
-------------------------------------------------------------------------
-r10694 | gbazin | 2005-04-16 00:17:04 +0200 (Sat, 16 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
-
-* modules/gui/wxwindows/timer.cpp: cleanup.
-------------------------------------------------------------------------
-r10693 | gbazin | 2005-04-16 00:08:02 +0200 (Sat, 16 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows: bunch of small improvements to the embedded mode + enabled saving size with --wxwin-autosize.
-------------------------------------------------------------------------
-r10692 | courmisch | 2005-04-15 23:56:14 +0200 (Fri, 15 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/voc.c
-
-- demux with much bigger buffers to avoid performance issue
-- fix silences handling
-
-------------------------------------------------------------------------
-r10691 | gbazin | 2005-04-15 22:58:06 +0200 (Fri, 15 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-* src/misc/configuration.c: fixed a few recent bugs.
-------------------------------------------------------------------------
-r10690 | massiot | 2005-04-15 22:01:19 +0200 (Fri, 15 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/stream_out/Modules.am
-   M /trunk/modules/stream_out/bridge.c
-   A /trunk/modules/stream_out/mosaic_bridge.c (from /trunk/modules/video_output/picture.c:10669)
-   M /trunk/modules/video_filter/Modules.am
-   M /trunk/modules/video_filter/mosaic.c
-   A /trunk/modules/video_filter/mosaic.h (from /trunk/modules/video_output/picture.h:10654)
-   M /trunk/modules/video_output/Modules.am
-   D /trunk/modules/video_output/picture.c
-   D /trunk/modules/video_output/picture.h
-
- * ALL: converted the video output module "picture" to a stream output
-   module "mosaic-bridge".
-
-------------------------------------------------------------------------
-r10689 | massiot | 2005-04-15 21:51:23 +0200 (Fri, 15 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_video.h
-
- * include/vlc_video.h: Added a p_next pointer to link pictures.
-
-------------------------------------------------------------------------
-r10688 | massiot | 2005-04-15 21:02:14 +0200 (Fri, 15 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
- * configure.ac: Support for x86_64 architecture.
-
-------------------------------------------------------------------------
-r10687 | massiot | 2005-04-15 20:06:51 +0200 (Fri, 15 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/cpu.c
-
- * ALL: x86-64 fixes.
-
-------------------------------------------------------------------------
-r10686 | titer | 2005-04-15 18:56:51 +0200 (Fri, 15 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/extras/contrib/src
-
- More to ignore
-
-------------------------------------------------------------------------
-r10685 | gbazin | 2005-04-15 17:22:17 +0200 (Fri, 15 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-
-* modules/gui/wxwindows: disable last commit for now since we don't seem to be able to retrieve the right size values.
-------------------------------------------------------------------------
-r10684 | gbazin | 2005-04-15 17:13:02 +0200 (Fri, 15 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows: save size of video window when in non-autosize mode.
-------------------------------------------------------------------------
-r10683 | courmisch | 2005-04-15 16:53:59 +0200 (Fri, 15 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-support for non-global statically defined SAP IPv4 multicast addresses
-(Trivial patch)
-
-------------------------------------------------------------------------
-r10682 | gbazin | 2005-04-15 16:31:58 +0200 (Fri, 15 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: oups, stupid bug.
-------------------------------------------------------------------------
-r10681 | gbazin | 2005-04-15 16:01:27 +0200 (Fri, 15 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
-
-* src/misc/configuration.c, ALL: support for auto-saveable config options (saved automatically on exit).
-------------------------------------------------------------------------
-r10680 | gbazin | 2005-04-15 12:38:01 +0200 (Fri, 15 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
-
-* modules/gui/wxwindows/timer.cpp: reduced the one shot timers length.
-------------------------------------------------------------------------
-r10679 | gbazin | 2005-04-15 12:30:56 +0200 (Fri, 15 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-
-* modules/gui/wxwindows/video.cpp: only set background color when necessary.
-------------------------------------------------------------------------
-r10678 | gbazin | 2005-04-15 11:58:33 +0200 (Fri, 15 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows: small cleanup + renamed wxwin-size-to-video into wxwin-autosize.
-------------------------------------------------------------------------
-r10677 | zorglub | 2005-04-15 11:34:29 +0200 (Fri, 15 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-Allow resizing of video when autofit is enabled
-
-------------------------------------------------------------------------
-r10676 | gbazin | 2005-04-15 11:13:24 +0200 (Fri, 15 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/video.cpp
-
-* modules/gui/wxwindows/video.cpp: some fixes for the recent breakage.
-------------------------------------------------------------------------
-r10675 | robux4 | 2005-04-14 23:49:34 +0200 (Thu, 14 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: preliminary support for segments with no content, only chapter commands
-------------------------------------------------------------------------
-r10673 | robux4 | 2005-04-13 23:06:16 +0200 (Wed, 13 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: store the chapter codec data for later use
-code cleaning
-------------------------------------------------------------------------
-r10672 | robux4 | 2005-04-13 22:03:49 +0200 (Wed, 13 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: stronger type checking
-------------------------------------------------------------------------
-r10671 | zorglub | 2005-04-13 21:31:45 +0200 (Wed, 13 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/playlist/playlist.c
-
-Don't autoplay SAP items
-
-------------------------------------------------------------------------
-r10670 | zorglub | 2005-04-13 19:43:12 +0200 (Wed, 13 Apr 2005) | 10 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/view.c
-
-* Playlist :
-  - fix crash when deleting current item
-  - SAP: don't store pointers
-  - don't pass pointers to interface in item-appended
-  - remove VIEW_SIMPLE that was confusing and bug-generating
-
-* wx: 
-  - Fix open layout
-  - Fix slider behaviour, patch by Greg Hazel
-
-------------------------------------------------------------------------
-r10669 | fenrir | 2005-04-13 10:27:34 +0200 (Wed, 13 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/csa.c
-
- * csa: decrypt only when payload >= 8 bytes.
-
-------------------------------------------------------------------------
-r10668 | gbazin | 2005-04-13 09:27:37 +0200 (Wed, 13 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-* po/de.po: small fix.
-------------------------------------------------------------------------
-r10667 | fkuehne | 2005-04-13 00:48:27 +0200 (Wed, 13 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/po/de.po
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h: added Chinese Traditional to the list of languages
-* modules/access/v4l/v4l.c: fixed l10n-strings (we use American English in l10n-strings)
-* de.po: first update to the German translation
-
-------------------------------------------------------------------------
-r10666 | fkuehne | 2005-04-13 00:47:36 +0200 (Wed, 13 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/toolame.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/control/showintf.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-* ALL:  removed l10n of various untranslatable strings such as 'ffmpeg' or 'Vorbis'
-------------------------------------------------------------------------
-r10665 | zorglub | 2005-04-12 23:55:32 +0200 (Tue, 12 Apr 2005) | 8 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/misc/playlist/m3u.c
-
-* Patch by Gregory Hazel :
-  - Fix gui flickering on video size change
-  - provide a no-auto-resize mode 
-
-* Patch by Christophe Mutricy : fix M3U export
-
-Thanks to both !
-
-------------------------------------------------------------------------
-r10664 | fkuehne | 2005-04-12 23:11:46 +0200 (Tue, 12 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/po/Makefile.in.in
-
-* sorry, this file wasn't supposed to be commited in r10663, reverted to r10352
-------------------------------------------------------------------------
-r10663 | fkuehne | 2005-04-12 23:08:00 +0200 (Tue, 12 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/po/Makefile.in.in
-   M /trunk/po/POTFILES.in
-   M /trunk/po/bn.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/tl.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_TW.po
-
-* updated the po-files on request by Jonas Larsen
-------------------------------------------------------------------------
-r10662 | fkuehne | 2005-04-12 20:51:14 +0200 (Tue, 12 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   A /trunk/po/zh_TW.po
-   M /trunk/src/misc/darwin_specific.m
-
-* added Chinese Traditional translation by Frank Chao <frank0624 (at) gmail.com>
-------------------------------------------------------------------------
-r10661 | bigben | 2005-04-12 20:46:26 +0200 (Tue, 12 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-Update the info displayed in the playlist when you change the play mode in the menu (had this ever worked ?)
-
-
-------------------------------------------------------------------------
-r10660 | gbazin | 2005-04-12 20:15:33 +0200 (Tue, 12 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/misc/xml/xtag.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/playlist.c
-
-* ALL: fixed a handful of bugs and memory leaks.
-------------------------------------------------------------------------
-r10659 | hartman | 2005-04-12 18:43:55 +0200 (Tue, 12 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Fix two cases where p_playlist->status.p_item was NULL (this fixes last issues with adding shoutcast SD to OSX playlist)
-
-------------------------------------------------------------------------
-r10658 | hartman | 2005-04-12 18:20:55 +0200 (Tue, 12 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/xml/xtag.c
-
-* Now works with http 1.0. Someone better check this to make sure I didn't mess up. :D
-
-------------------------------------------------------------------------
-r10657 | courmisch | 2005-04-12 16:43:01 +0200 (Tue, 12 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Simplifying
-
-------------------------------------------------------------------------
-r10656 | hartman | 2005-04-12 16:41:47 +0200 (Tue, 12 Apr 2005) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/TODO
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* fixed fullscreen on osx with multiple vouts. 
-* different way to remember fullscreen state.
-* update the playlist on item-append and item-deleted calls.
-* fixed video-on-top with opengl vouts on OSX.
-
-------------------------------------------------------------------------
-r10655 | bigben | 2005-04-12 16:31:14 +0200 (Tue, 12 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/misc.m
-
-* intf.* : try to restore an a bit more intelligent behavior for the playlist toggle button (remeber previous state, for instance)
-* misc.* : get rid of unused code.
-
-
-------------------------------------------------------------------------
-r10654 | gbazin | 2005-04-12 16:11:04 +0200 (Tue, 12 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-* modules/video_output/opengl.c: fixed snapshots in opengl mode.
-------------------------------------------------------------------------
-r10653 | gbazin | 2005-04-12 16:09:12 +0200 (Tue, 12 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/video_output/vout_subpictures.c: fixed recent breakage with aspect-ratio and subpictures.
-------------------------------------------------------------------------
-r10652 | bigben | 2005-04-12 15:19:23 +0200 (Tue, 12 Apr 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-Rempaces 95 by [o_window minSize].height everywhere. That fixes some visual bugs ans should help keep consistancy.
-
-Please test if I didn't break anything...
-
-
-------------------------------------------------------------------------
-r10651 | dionoea | 2005-04-12 00:53:55 +0200 (Tue, 12 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-add option to select the limit of shoutcast streams to be displayed
-
-------------------------------------------------------------------------
-r10650 | sigmunau | 2005-04-11 23:53:33 +0200 (Mon, 11 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/view.c
-
-all: remove items from pp_all_items when needed. Hopefully gives a more
-stable playlist
-
-------------------------------------------------------------------------
-r10649 | robux4 | 2005-04-11 22:07:05 +0200 (Mon, 11 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: store the translation between segment IDs for each chapter codec
-------------------------------------------------------------------------
-r10648 | zorglub | 2005-04-11 19:43:08 +0200 (Mon, 11 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/bridge.c
-
-Remove bridge from preferences panel + fix description, patch by Chritophe Mutricy
-
-------------------------------------------------------------------------
-r10647 | titer | 2005-04-11 17:35:41 +0200 (Mon, 11 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-
- beos/PreferencesWindow*: fixed widgets
-
-------------------------------------------------------------------------
-r10646 | damienf | 2005-04-11 16:29:18 +0200 (Mon, 11 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
--added "pmt-program" variable to configure PMT program number
-
-------------------------------------------------------------------------
-r10645 | hartman | 2005-04-11 16:13:41 +0200 (Mon, 11 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/time.c
-
-* included wrong time.h
-
-------------------------------------------------------------------------
-r10644 | sigmunau | 2005-04-11 14:04:14 +0200 (Mon, 11 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-TODO: Added some todo items related to playlist that should be done, but I don't have time to do right now.
-
-------------------------------------------------------------------------
-r10643 | hartman | 2005-04-11 01:05:44 +0200 (Mon, 11 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/time.c
-
-* include time.h when using it.
-
-------------------------------------------------------------------------
-r10642 | hartman | 2005-04-11 00:29:35 +0200 (Mon, 11 Apr 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-
-* Fix for the disabled menu's under Tiger.
-
-Apparently menu's got smarter in Tiger. As a workaround for the old version, you should first open the Help menu and then drag to the other menu's.
-
-This still isn't the correct way to fix it. We should attach a callback function to the autogenerated menu's and have the callback function update the menu. (but this will work for now).
-
-------------------------------------------------------------------------
-r10641 | zorglub | 2005-04-10 20:40:52 +0200 (Sun, 10 Apr 2005) | 10 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/playlist/sort.c
-   M /trunk/src/playlist/view.c
-
-* Fixes for wx2.5.5, patch by Greg Hazel <ghazel at gmail dot com>
-
-I only changed two things in the patch 
-* added a check for wx2.4 that does not seem to have sizer->Detach
-* commented out the wxCheckVersion in open.cpp, which broke layouting under wx2.5.3
-  (what was the intended behaviour ?)
-
-* Added core support for a sorted by genre view
-
-
-------------------------------------------------------------------------
-r10640 | titer | 2005-04-10 20:18:22 +0200 (Sun, 10 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-
- beos/*: first pass at fixing the BeOS prefs
-
-------------------------------------------------------------------------
-r10639 | sigmunau | 2005-04-10 19:48:41 +0200 (Sun, 10 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/src/input/input.c
-
-fixed three major problems pointed to by Trax
-
-------------------------------------------------------------------------
-r10638 | courmisch | 2005-04-10 18:13:40 +0200 (Sun, 10 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/b4s.c
-
-Fix invalid free() on exit
-
-------------------------------------------------------------------------
-r10637 | courmisch | 2005-04-10 18:12:57 +0200 (Sun, 10 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/xml/xtag.c
-
-Fix a segmentation fault in case of error
-
-------------------------------------------------------------------------
-r10636 | sigmunau | 2005-04-10 16:44:52 +0200 (Sun, 10 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-
-playlist/item-ext.c: more elegant binary search in playlist_ItemGetById()
-
-------------------------------------------------------------------------
-r10635 | sigmunau | 2005-04-10 16:42:39 +0200 (Sun, 10 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-wx/playlist.cpp: reintroduced the caching in FindItem, giving unknown speed increases
-
-------------------------------------------------------------------------
-r10634 | titer | 2005-04-10 16:00:40 +0200 (Sun, 10 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/externrun.c
-
- externrun.c: compile fix
-
-------------------------------------------------------------------------
-r10633 | sigmunau | 2005-04-10 14:46:30 +0200 (Sun, 10 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-shout.c: set svn properties, fixed copyright, author and a string
-
-------------------------------------------------------------------------
-r10632 | sigmunau | 2005-04-10 13:55:16 +0200 (Sun, 10 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/services_discovery/Modules.am
-   A /trunk/modules/services_discovery/shout.c
-
-demux/playlist/*: Added a special "shoutcast" mode to b4s parser
-rest: new services discovery module to get channels from shoutcast
-
-------------------------------------------------------------------------
-r10631 | sigmunau | 2005-04-10 13:52:24 +0200 (Sun, 10 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-
-src/playlist/item-ext.c: fixed a recent bug in playlist_ItemGetById
-
-------------------------------------------------------------------------
-r10630 | sigmunau | 2005-04-10 13:03:57 +0200 (Sun, 10 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/sort.c
-
-playlist: support for sorting a node based on numerical iterpretation of the
-title
-
-------------------------------------------------------------------------
-r10629 | sigmunau | 2005-04-10 10:19:49 +0200 (Sun, 10 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-
-playlist/item.c, include/vlc_playlist.h: introduced playlist_ItemCopy
-playlist/item-ext.c: O(log(N)) playlist_GetItemById()
-
-------------------------------------------------------------------------
-r10628 | rocky | 2005-04-10 03:51:44 +0200 (Sun, 10 Apr 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-Crash on quit fixed.
-Add Track length mode. 
-Entry slider fixed update fixed.
-Some small memory leaks fixed.
-
-
-------------------------------------------------------------------------
-r10627 | hartman | 2005-04-10 01:36:48 +0200 (Sun, 10 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/gcrypt.patch
-
-* gcc 4.0 fixes for libgcrypt
-
-------------------------------------------------------------------------
-r10626 | hartman | 2005-04-10 01:31:47 +0200 (Sun, 10 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* Fix vlc compilation on gcc-4.0 (only one patch how easy was that)
-
-------------------------------------------------------------------------
-r10625 | gbazin | 2005-04-09 18:55:47 +0200 (Sat, 09 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/access.c
-
-* src/input/access.c: fixed segfaults.
-------------------------------------------------------------------------
-r10624 | hartman | 2005-04-09 18:02:45 +0200 (Sat, 09 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Fix a spelling error of a define
-
-------------------------------------------------------------------------
-r10623 | rocky | 2005-04-09 17:36:41 +0200 (Sat, 09 Apr 2005) | 9 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/callback.c
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/cdda/info.c
-
-Fix bugs in disc-view slider. (May still have a couple left)
-
-Fix bug in paranoia mode. Now allow two kinds of paranoia - overlap and full.
-
-libcddb 0.96 has regexp memory leaks in - 1.0.0 won't. Be leak free if using
-1.0.0.
-
-
-
-------------------------------------------------------------------------
-r10622 | sigmunau | 2005-04-09 17:15:57 +0200 (Sat, 09 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-playlist.c: removed a stray mutex_unlock
-
-------------------------------------------------------------------------
-r10621 | sigmunau | 2005-04-09 16:57:23 +0200 (Sat, 09 Apr 2005) | 10 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-wx/playlist: never store the pointer to p_item when the playlist lock isn't
-held. store p_playlist in wxvlc::Playlist since the class can't work without
-p_playlist anyway. Strictly lock playlist when needed.
-
-adds a lot of playlist_ItemGetById, and removes a lot of vlc_object_find
-VLC_OBJECT_PLAYLIST).
-
-This should fix a lot of potential deadlocks and crashes, including a few I
-could reproduce
-
-------------------------------------------------------------------------
-r10620 | courmisch | 2005-04-09 16:54:44 +0200 (Sat, 09 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Client should now be able to authenticate
-
-------------------------------------------------------------------------
-r10619 | sigmunau | 2005-04-09 16:53:38 +0200 (Sat, 09 Apr 2005) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/view.c
-
-playlist: added a pp_all_items to playlist_t allowing GetItemById to return
-nodes as well as items.
-made playlist_Control not take the playlist lock, and created a
-playlist_LockControl that does the same but takes the lock
-
-------------------------------------------------------------------------
-r10618 | gbazin | 2005-04-09 16:43:02 +0200 (Sat, 09 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-
-* modules/gui/wxwindows/dialogs.cpp: fixed open directory dialog.
-------------------------------------------------------------------------
-r10617 | zorglub | 2005-04-09 16:02:55 +0200 (Sat, 09 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-
-Fix addition of several filters
-
-------------------------------------------------------------------------
-r10616 | courmisch | 2005-04-09 14:30:34 +0200 (Sat, 09 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/src/misc/tls.c
-
-- optional SSL hostname verification
-
-------------------------------------------------------------------------
-r10615 | gbazin | 2005-04-09 13:27:23 +0200 (Sat, 09 Apr 2005) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/util/Modules.am
-   D /trunk/modules/demux/util/id3.c
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/src/input/demux.c
-
-* src/input/demux.c: skip header id3tag in the core before loading the demux (id3tags have a tendency to mess probing).
-* modules/demux/flac.c, modules/demux/mpeg/m4a.c,mpga.c: update id3tag parsing.
-* modules/demux/util/id3tag.c: id3tag parsing doesn't need to skip the id3tag header anymore.
-* modules/demux/util/id3.c: module removed because id3tag header skipping isn't needed anymore.
-
-------------------------------------------------------------------------
-r10614 | gbazin | 2005-04-09 13:15:18 +0200 (Sat, 09 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-   D /trunk/modules/demux/aac.c
-
-* modules/demux/aac.c: removed deprecated aac demux (replaced by the m4a demux which uses the m4a packetizer).
-------------------------------------------------------------------------
-r10613 | courmisch | 2005-04-09 13:03:56 +0200 (Sat, 09 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Client-side server credentials verification
-
-------------------------------------------------------------------------
-r10612 | gbazin | 2005-04-09 11:53:06 +0200 (Sat, 09 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ty.c
-
-* modules/demux/ty.c: fixed probing bug.
-------------------------------------------------------------------------
-r10611 | courmisch | 2005-04-09 11:27:27 +0200 (Sat, 09 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/win32text.c
-
-Not an executable
-
-------------------------------------------------------------------------
-r10610 | gbazin | 2005-04-09 11:26:41 +0200 (Sat, 09 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: don't include externrun in the wince build.
-------------------------------------------------------------------------
-r10609 | hartman | 2005-04-09 11:02:36 +0200 (Sat, 09 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/libebml.patch
-
-* fix libebml patch
-------------------------------------------------------------------------
-r10608 | courmisch | 2005-04-09 10:07:50 +0200 (Sat, 09 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/externrun.c
-
-Cosmetic fixes
-
-------------------------------------------------------------------------
-r10607 | courmisch | 2005-04-09 10:06:00 +0200 (Sat, 09 Apr 2005) | 7 lines
-Changed paths:
-   M /trunk/modules/misc/externrun.c
-
-- <unistd.h> is needed for fork and execl
-- use execlp instead of execl
-- perform process replacement in the child process, not the parent
-- wait for process termination (to avoid zombies)
-- do not return value from void function
-- more verbose
-
-------------------------------------------------------------------------
-r10606 | courmisch | 2005-04-09 09:42:21 +0200 (Sat, 09 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-- remove externrun directory
-- struct addrinfo check
-
-------------------------------------------------------------------------
-r10605 | courmisch | 2005-04-09 09:38:56 +0200 (Sat, 09 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/Modules.am
-   D /trunk/modules/misc/externrun
-   A /trunk/modules/misc/externrun.c (from /trunk/modules/misc/externrun/externrun.c:10604)
-
-Removed useless subdirectory
-
-------------------------------------------------------------------------
-r10604 | courmisch | 2005-04-09 09:34:12 +0200 (Sat, 09 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/externrun/externrun.c
-
-tab fixes (cosmetic)
-
-------------------------------------------------------------------------
-r10603 | hartman | 2005-04-09 02:22:50 +0200 (Sat, 09 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-
-* Updated the contrib system to work with the new id gcc-4 returns for Tiger
-------------------------------------------------------------------------
-r10602 | hartman | 2005-04-09 01:47:49 +0200 (Sat, 09 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/libebml.patch
-   M /trunk/extras/contrib/src/Patches/mpeg2dec.patch
-
-* gcc-4.0 fixes to the contribs
-------------------------------------------------------------------------
-r10601 | hartman | 2005-04-08 22:28:23 +0200 (Fri, 08 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-
-* Disable "make bin" in the contrib system and give a warning.
-
-------------------------------------------------------------------------
-r10600 | sylv | 2005-04-08 22:22:45 +0200 (Fri, 08 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/dummy/input.c
-   A /trunk/modules/misc/externrun
-   A /trunk/modules/misc/externrun/Modules.am
-   A /trunk/modules/misc/externrun/externrun.c
-
-An interface to run extern programs (such as shutdown)
-------------------------------------------------------------------------
-r10599 | courmisch | 2005-04-08 22:04:59 +0200 (Fri, 08 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/misc/httpd.c
-
-- Simplify check for getnameinfo
-- Added check for getaddrinfo
-
-------------------------------------------------------------------------
-r10598 | courmisch | 2005-04-08 22:01:59 +0200 (Fri, 08 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/net.c
-
-Fix invalid abusive pointer usage (heck, there was a warning!)
-
-------------------------------------------------------------------------
-r10597 | massiot | 2005-04-08 19:55:29 +0200 (Fri, 08 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
- * src/stream_output/stream_output.c : Print a debug message when a packet
-   arrives too late to the mux.
-
-------------------------------------------------------------------------
-r10596 | massiot | 2005-04-08 19:52:23 +0200 (Fri, 08 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * modules/demux/ts.c : Removed unused sysid option. VBI descriptor and
-   VBI teletext descriptor should not set the codec because they only
-   add information on a teletext stream.
-
-------------------------------------------------------------------------
-r10595 | massiot | 2005-04-08 19:44:14 +0200 (Fri, 08 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
- * modules/stream_out/transcode.c : Cleaned up the downmixing/upmixing
-   facilities. Fixed a few incoherences with
-   i_original_channels/i_physical_channels.
-
-------------------------------------------------------------------------
-r10594 | massiot | 2005-04-08 19:42:46 +0200 (Fri, 08 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/bridge.c
-
- * modules/stream_out/bridge.c : Fixed a segfault ; delete an input stream
-   when there is no packet coming (fixes a "packet sent too late" issue
-   with the ts muxer).
-
-------------------------------------------------------------------------
-r10593 | massiot | 2005-04-08 19:39:18 +0200 (Fri, 08 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
- * modules/access/udp.c : Fixed a segfault.
-
-------------------------------------------------------------------------
-r10592 | massiot | 2005-04-08 18:38:59 +0200 (Fri, 08 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-
- * modules/audio_filter/converter/mpgatofixed32 : Fixed a major bug with
-   downmixing ; completed downmixing options.
-
-------------------------------------------------------------------------
-r10591 | massiot | 2005-04-08 18:28:16 +0200 (Fri, 08 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * modules/mux/mpeg/ts.c : Reduced the PES and TS overhead for low bitrate
-   mpga streams.
-
-------------------------------------------------------------------------
-r10590 | massiot | 2005-04-08 18:20:56 +0200 (Fri, 08 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-
- * include/vlc_block.h : Added calculation of i_length in block_ChainGather.
-
-------------------------------------------------------------------------
-r10589 | hartman | 2005-04-08 18:11:50 +0200 (Fri, 08 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* type in mpeg2dec configure line
-
-------------------------------------------------------------------------
-r10588 | hartman | 2005-04-07 16:36:24 +0200 (Thu, 07 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* More dylib issues (gcrypt and libcdio)
-
-------------------------------------------------------------------------
-r10587 | hartman | 2005-04-07 12:28:59 +0200 (Thu, 07 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Fix a missing playlist release in the OSX playlist
-
-------------------------------------------------------------------------
-r10586 | courmisch | 2005-04-07 11:39:25 +0200 (Thu, 07 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/xa.c
-
-Minor cleanup
-
-------------------------------------------------------------------------
-r10585 | rocky | 2005-04-07 06:58:36 +0200 (Thu, 07 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-Keep behavior same as it was before aspect-ratio fix - the safe, conservative
-thing to do.
-
-
-------------------------------------------------------------------------
-r10584 | hartman | 2005-04-07 01:04:23 +0200 (Thu, 07 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/libpng.patch
-
-* Disable building of shared lib of libpng on OSX. it's broken
-
-------------------------------------------------------------------------
-r10583 | hartman | 2005-04-07 00:33:37 +0200 (Thu, 07 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Fixed gnutls and cdio dylib installation
-
-------------------------------------------------------------------------
-r10582 | hartman | 2005-04-06 23:49:23 +0200 (Wed, 06 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/Modules.am
-
-* modules/video_output/Modules: Added picture.h to MAKE_DIST
-
-------------------------------------------------------------------------
-r10581 | zorglub | 2005-04-06 21:43:34 +0200 (Wed, 06 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-Fix next/previous in skins2 playlist
-
-------------------------------------------------------------------------
-r10580 | djc | 2005-04-06 17:13:54 +0200 (Wed, 06 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Use VLC-release.app instead of VLC.app for package-macosx target
-
-------------------------------------------------------------------------
-r10579 | djc | 2005-04-06 17:12:52 +0200 (Wed, 06 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Include http/*.png and http/*.ico in windows packages
--- xtophe
-
-------------------------------------------------------------------------
-r10578 | djc | 2005-04-06 16:36:57 +0200 (Wed, 06 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Add a new target, VLC.app which make links to files instead of copies.
-The old VLC.app target has been renamed VLC-release.app
-
-
-------------------------------------------------------------------------
-r10577 | robux4 | 2005-04-06 16:29:01 +0200 (Wed, 06 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: prepare for chapter codecs
-------------------------------------------------------------------------
-r10576 | damienf | 2005-04-06 13:23:52 +0200 (Wed, 06 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   A /trunk/activex/viewobject.cpp
-   A /trunk/activex/viewobject.h
-
-- all: intitial offscreen drawing support (mostly for printing). Unfortunately, video output cannot be printed at this stage, and to support it, interfacing with a video filter such as the 'snapshot' filter is required to do a still capture.
-
-------------------------------------------------------------------------
-r10575 | robux4 | 2005-04-06 11:40:16 +0200 (Wed, 06 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: even less warnings
-------------------------------------------------------------------------
-r10574 | fenrir | 2005-04-06 11:35:45 +0200 (Wed, 06 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
- * h264: less debug.
-
-------------------------------------------------------------------------
-r10573 | fenrir | 2005-04-06 11:31:38 +0200 (Wed, 06 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
- * h264: bug fix (give valid date + split at the right place).
-
-------------------------------------------------------------------------
-r10572 | robux4 | 2005-04-06 11:31:09 +0200 (Wed, 06 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: cleaner duration computation
-------------------------------------------------------------------------
-r10571 | robux4 | 2005-04-06 11:26:39 +0200 (Wed, 06 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: less warning
-------------------------------------------------------------------------
-r10570 | gbazin | 2005-04-06 10:27:13 +0200 (Wed, 06 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/dialogs.cpp
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-
-* modules/gui/wince: bunch of fixes.
-------------------------------------------------------------------------
-r10569 | robux4 | 2005-04-05 23:16:04 +0200 (Tue, 05 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: the return of the family preloading
-------------------------------------------------------------------------
-r10568 | gbazin | 2005-04-05 22:50:10 +0200 (Tue, 05 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/Modules.am
-   A /trunk/modules/misc/win32text.c
-
-* modules/misc/win32text.c: text renderer using the win32 TextOut API.
-------------------------------------------------------------------------
-r10567 | robux4 | 2005-04-05 22:49:37 +0200 (Tue, 05 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: clean & fix seeking inside virtual_segment_t
-------------------------------------------------------------------------
-r10563 | sigmunau | 2005-04-05 19:50:40 +0200 (Tue, 05 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-wx: last bunch of changes for now. The rest must be fixed by someone with msvc
-
-------------------------------------------------------------------------
-r10562 | sigmunau | 2005-04-05 19:21:53 +0200 (Tue, 05 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-wx: bunch more event function parameter changes
-
-------------------------------------------------------------------------
-r10561 | sigmunau | 2005-04-05 18:46:31 +0200 (Tue, 05 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-wx: (hopefully) fixed a compilation error, reported by robux
-
-------------------------------------------------------------------------
-r10560 | gbazin | 2005-04-05 17:32:26 +0200 (Tue, 05 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-
-* modules/gui/wxwindows/dialogs.cpp: fixed add directory.
-------------------------------------------------------------------------
-r10559 | gbazin | 2005-04-05 15:15:39 +0200 (Tue, 05 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows/wxwindows.h: forgot this file.
-------------------------------------------------------------------------
-r10558 | gbazin | 2005-04-05 15:15:07 +0200 (Tue, 05 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-* modules/gui/wxwindows/*: added subtitles options to the stream output dialog + add open directory menu to interface.
-------------------------------------------------------------------------
-r10557 | gbazin | 2005-04-05 14:35:43 +0200 (Tue, 05 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-* modules/gui/wxwindows/open.cpp: fixed timeshift checkbox.
-------------------------------------------------------------------------
-r10556 | gbazin | 2005-04-05 12:28:36 +0200 (Tue, 05 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
-
-* modules/demux/util/id3tag.c: fixed memory leak.
-------------------------------------------------------------------------
-r10555 | gbazin | 2005-04-05 12:23:10 +0200 (Tue, 05 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/flac.c
-
-* modules/demux/flac.c: fixed last commit.
-------------------------------------------------------------------------
-r10554 | gbazin | 2005-04-05 11:56:39 +0200 (Tue, 05 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-* src/misc/vlm.c: misc small fixes in config file saving/loading.
-------------------------------------------------------------------------
-r10552 | fenrir | 2005-04-05 10:08:26 +0200 (Tue, 05 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
- * http.c: force nsv when using unsv:// and mime is misc/ultravox.
-
-------------------------------------------------------------------------
-r10551 | hartman | 2005-04-05 03:20:19 +0200 (Tue, 05 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/flac.c
-
-* rewind the stream to 0 if we found an id3 tag, but the flac demuxer ISNT the correct one. Same should be done for mp3 demuxer and any other demux that launches id3 module. But not today :D
-
-------------------------------------------------------------------------
-r10550 | hartman | 2005-04-05 03:17:52 +0200 (Tue, 05 Apr 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
-
-* parsed info by mp3 is not retained between demux module probes since vlc_meta was introduced. so remove the old logic
-This should fix the id3 parsing when you open an mp3.
-
-
-
-------------------------------------------------------------------------
-r10549 | zorglub | 2005-04-05 01:57:50 +0200 (Tue, 05 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Fix crash in subpictures rendering
-
-------------------------------------------------------------------------
-r10548 | hartman | 2005-04-05 01:54:54 +0200 (Tue, 05 Apr 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* fixed the item addition and auto-playback of items when adding them to the OSX intf.
-inserting at a certain position is not yet possible.
-
-This part of the osx code could also use a tad of cleaning up.
-
-------------------------------------------------------------------------
-r10547 | hartman | 2005-04-05 01:50:07 +0200 (Tue, 05 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/nsv.c
-
-* added AACP fcc and map it to mp4a.
-
-------------------------------------------------------------------------
-r10546 | zorglub | 2005-04-05 01:48:08 +0200 (Tue, 05 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/src/video_output/video_widgets.c
-
-Fix OSD (text & widgets) aspect ratio
-put category in HTTP interface options
-
-------------------------------------------------------------------------
-r10545 | sigmunau | 2005-04-05 00:41:02 +0200 (Tue, 05 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/src/input/es_out.c
-
-es_out.c: add frame rate to stream and media info dialog when available
-avi.c: make frame rate info available
-
-------------------------------------------------------------------------
-r10544 | robux4 | 2005-04-04 23:08:21 +0200 (Mon, 04 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: better handling of broken files
-------------------------------------------------------------------------
-r10543 | robux4 | 2005-04-04 20:25:09 +0200 (Mon, 04 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: fix playback of files with chapters
-------------------------------------------------------------------------
-r10542 | hartman | 2005-04-04 16:56:40 +0200 (Mon, 04 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-* Fix make dist, which was broken due to ebuild removal
-
-------------------------------------------------------------------------
-r10541 | sigmunau | 2005-04-04 13:55:39 +0200 (Mon, 04 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-
-wx/Modules.am: added all the bitmaps to make dist. Sorted the list for
-easier validation
-
-------------------------------------------------------------------------
-r10540 | oaubert | 2005-04-04 11:57:17 +0200 (Mon, 04 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/svg.c
-
-svg.c: do not subsample U and V planes in RGB->YUVA conversion.
-
-------------------------------------------------------------------------
-r10539 | zorglub | 2005-04-04 08:54:13 +0200 (Mon, 04 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Timeshift checkbox in open dialog
-
-------------------------------------------------------------------------
-r10538 | rocky | 2005-04-04 03:40:11 +0200 (Mon, 04 Apr 2005) | 9 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-Subtitle (subpicture) aspect ratio had been ignored. Use it now.
-Aspect ration in subtitle means use underlying video aspect ratio.
-
-WARNING: Since this parameter was ignored before probably there are a
-number of image subtitle that have set this incorrectly. DVD's seemed
-to be a case in point and that'd been fixed. Fixing other subtitles
-should just be a matter of setting the i_aspect parameter correctly.
-
-
-------------------------------------------------------------------------
-r10537 | zorglub | 2005-04-03 23:36:12 +0200 (Sun, 03 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Only show category and artist-sorted views
-
-------------------------------------------------------------------------
-r10534 | sigmunau | 2005-04-03 22:26:43 +0200 (Sun, 03 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/b4s.c
-
-b4s.c: fixed forcing of this plugin. Use "b4s-open"
-
-------------------------------------------------------------------------
-r10533 | robux4 | 2005-04-03 21:00:30 +0200 (Sun, 03 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: chapter merging works + small fixes
-------------------------------------------------------------------------
-r10532 | robux4 | 2005-04-03 20:12:54 +0200 (Sun, 03 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: oops, the first segment wasn't played. closing playback is faster too.
-------------------------------------------------------------------------
-r10531 | robux4 | 2005-04-03 18:27:13 +0200 (Sun, 03 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: make editions children of chapters
-------------------------------------------------------------------------
-r10530 | gbazin | 2005-04-03 18:13:59 +0200 (Sun, 03 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/xml/libxml.c
-
-* modules/misc/xml/libxml.c: handle XML_READER_TEXT in ReaderNodeType().
-------------------------------------------------------------------------
-r10527 | ipkiss | 2005-04-03 14:56:25 +0200 (Sun, 03 Apr 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/share/skins2/skin.dtd
-
- * skins2: Text control now accepts lefttop and rightbottom attributes, like
-   most other controls. The text is not really resized though (only cropped
-   when needed).
-   The change in the DTD is backwards-compatible.
-
-------------------------------------------------------------------------
-r10526 | hartman | 2005-04-03 13:23:21 +0200 (Sun, 03 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* better support for multiple display selection on OS X. (Remembers last selection of screen between vouts)
-
-------------------------------------------------------------------------
-r10525 | gbazin | 2005-04-03 11:11:32 +0200 (Sun, 03 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-* src/misc/vlm.c: config file written with CR+LF on win32.
-------------------------------------------------------------------------
-r10524 | gbazin | 2005-04-02 23:36:06 +0200 (Sat, 02 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_xml.h
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/misc/xml/libxml.c
-   M /trunk/modules/misc/xml/xtag.c
-
-* modules/misc/xml/*, include/vlc_xml.h: new xml_ReaderUseDTD() api to enable/disable DTD validation.
-------------------------------------------------------------------------
-r10523 | gbazin | 2005-04-02 21:16:29 +0200 (Sat, 02 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/b4s.c
-
-* modules/demux/playlist/b4s.c: misc fixes.
-------------------------------------------------------------------------
-r10522 | sigmunau | 2005-04-02 19:38:06 +0200 (Sat, 02 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/access.c
-
-access.c: fixed crash with preparse
-
-------------------------------------------------------------------------
-r10521 | sigmunau | 2005-04-02 18:12:26 +0200 (Sat, 02 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-wx: use the documented Move method rather than the undocumented SetPosition
-
-------------------------------------------------------------------------
-r10520 | sigmunau | 2005-04-02 15:58:03 +0200 (Sat, 02 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/Modules.am
-   A /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-
-new b4s demuxer for winamp b4s playlists. Uses xml parser modules. Only
-works with xtag for now due to lack of a DTD
-
-------------------------------------------------------------------------
-r10519 | sigmunau | 2005-04-02 15:56:03 +0200 (Sat, 02 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/xml/xtag.c
-
-xtag.c: Don't create pcdata elements outside the root element. try harder to
-read entire stream. make xml_ReaderValue return pcdata when available. Added
-some more debug printfs when XTAG_DEBUG is defined.
-
-------------------------------------------------------------------------
-r10518 | sigmunau | 2005-04-02 15:10:53 +0200 (Sat, 02 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-http.c: fixed out of buffer write with ICY meta
-
-------------------------------------------------------------------------
-r10517 | gbazin | 2005-04-02 14:04:37 +0200 (Sat, 02 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-* src/misc/configuration.c: removed annoying debug message.
-------------------------------------------------------------------------
-r10516 | sigmunau | 2005-04-02 12:20:22 +0200 (Sat, 02 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/xml/libxml.c
-
-libxml.c: include header for stream, since api changes.
-
-------------------------------------------------------------------------
-r10515 | robux4 | 2005-04-02 11:59:34 +0200 (Sat, 02 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: store the segment duration in microseconds too
-------------------------------------------------------------------------
-r10514 | robux4 | 2005-04-02 11:25:31 +0200 (Sat, 02 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: the segment start time is now an integer in microseconds
-------------------------------------------------------------------------
-r10512 | sigmunau | 2005-04-02 00:39:10 +0200 (Sat, 02 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_xml.h
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
-   M /trunk/modules/misc/xml/libxml.c
-   M /trunk/modules/misc/xml/xtag.c
-
-all: ported xml parsers to stream_t
-
-------------------------------------------------------------------------
-r10511 | sigmunau | 2005-04-02 00:32:18 +0200 (Sat, 02 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
-stream.c: fixed stream_Delete() for streams opened by stream_UrlNew()
-
-------------------------------------------------------------------------
-r10510 | sigmunau | 2005-04-02 00:23:22 +0200 (Sat, 02 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_stream.h
-   M /trunk/src/input/stream.c
-
-fixed a few problems with stream_UrlNew
-
-------------------------------------------------------------------------
-r10509 | titer | 2005-04-02 00:01:24 +0200 (Sat, 02 Apr 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-   M /trunk/src/video_output/vout_intf.c
-
- vout_intf.c: write snapshots on Desktop on BeOS
- beos/*: use B_KEY_DOWN/B_KEY_UP messages instead of KeyDown()/KeyUp()
-   so we can have access to the key code and be more reliable (fixes a
-   bunch of hotkeys). Fixed snapshots (missing pf_control)
-
-------------------------------------------------------------------------
-r10508 | courmisch | 2005-04-01 23:57:09 +0200 (Fri, 01 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-- Fix playlist deadlock between Timer and Playlist stuff
-There are still other deadlocks in wx though
-
-------------------------------------------------------------------------
-r10507 | sigmunau | 2005-04-01 20:37:31 +0200 (Fri, 01 Apr 2005) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_stream.h
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/mem_stream.c
-   M /trunk/src/input/stream.c
-
-added a stream_UrlNew to open a general purpos stream_t from a url.
-added a pf_destroy to stream_t, changed all various stream_FooDestroy to
-stream_Delete
-
-------------------------------------------------------------------------
-r10506 | sigmunau | 2005-04-01 20:15:51 +0200 (Fri, 01 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter
-
-set svn:ignore
-
-------------------------------------------------------------------------
-r10505 | sigmunau | 2005-04-01 19:19:34 +0200 (Fri, 01 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-
-wxwindows.cpp: compile fixes
-
-------------------------------------------------------------------------
-r10504 | robux4 | 2005-04-01 19:14:58 +0200 (Fri, 01 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: oops
-------------------------------------------------------------------------
-r10503 | robux4 | 2005-04-01 18:49:59 +0200 (Fri, 01 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: moved seek code in classes, improved support for cue-less files, improved cursor behaviour when seeking
-
-------------------------------------------------------------------------
-r10502 | fenrir | 2005-04-01 18:00:32 +0200 (Fri, 01 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
- * wxwin: at start up, restore last size+position+state of windows.
-
-------------------------------------------------------------------------
-r10501 | courmisch | 2005-04-01 17:47:38 +0200 (Fri, 01 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Yet another leak
-
-------------------------------------------------------------------------
-r10500 | courmisch | 2005-04-01 17:29:23 +0200 (Fri, 01 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/src/playlist/services_discovery.c
-
-Mem leaks
-
-------------------------------------------------------------------------
-r10499 | sigmunau | 2005-04-01 16:39:36 +0200 (Fri, 01 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-
-wx/*: fix a few string additions
-
-------------------------------------------------------------------------
-r10498 | damienf | 2005-04-01 15:50:37 +0200 (Fri, 01 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/README.TXT
-   M /trunk/activex/test.html
-
-Documentation/Example update
-
-------------------------------------------------------------------------
-r10497 | sigmunau | 2005-04-01 15:28:54 +0200 (Fri, 01 Apr 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/flac.c
-
-demux/flac.c: support flac files with id3 tag. closes #2015
-
-------------------------------------------------------------------------
-r10496 | gbazin | 2005-04-01 12:35:44 +0200 (Fri, 01 Apr 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows: re-implemented the mute control.
-------------------------------------------------------------------------
-r10495 | courmisch | 2005-04-01 10:02:28 +0200 (Fri, 01 Apr 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-- invalid free removed (might be the reason why sap discovery was so unstable)
-- 7 memleaks fixed
-
-------------------------------------------------------------------------
-r10494 | dionoea | 2005-03-31 23:36:30 +0200 (Thu, 31 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-remove two debug fprintfs
-
-------------------------------------------------------------------------
-r10493 | dionoea | 2005-03-31 23:23:36 +0200 (Thu, 31 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
- * small fixes (the icon change should now work under windows)
-
-------------------------------------------------------------------------
-r10488 | dionoea | 2005-03-31 19:02:44 +0200 (Thu, 31 Mar 2005) | 4 lines
-Changed paths:
-   A /trunk/modules/gui/wxwindows/bitmaps/speaker_mute.xpm
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-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)
-
-------------------------------------------------------------------------
-r10487 | sigmunau | 2005-03-31 17:46:38 +0200 (Thu, 31 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-input.c: fixed a possible locking problem in vlc_input_item_GetInfo
-
-------------------------------------------------------------------------
-r10486 | gbazin | 2005-03-31 01:48:41 +0200 (Thu, 31 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/wingdi.c
-
-* modules/video_output/wingdi.c: bunch of fixes and improvements.
-------------------------------------------------------------------------
-r10485 | gbazin | 2005-03-31 01:47:41 +0200 (Thu, 31 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/Modules.am
-   A /trunk/modules/gui/wince/dialogs.cpp
-   M /trunk/modules/gui/wince/fileinfo.cpp
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/video.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-
-* modules/gui/wince: added dialogs provider + another massive cleanup + updates.
-------------------------------------------------------------------------
-r10484 | sigmunau | 2005-03-31 00:45:13 +0200 (Thu, 31 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/src/input/input.c
-
-input.c: doxygenize vlc_input_item_GetInfo
-wx/timer.cpp: show Now Playing in statusbar if available
-
-------------------------------------------------------------------------
-r10483 | sigmunau | 2005-03-30 23:21:40 +0200 (Wed, 30 Mar 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-wxwindows/preferences_widgets.cpp: ModuleCatList widget now add modules in
-the order of selection, patch by  Christophe Mutricy < xtophe -at-
-nxtelevision dott com >
-
-------------------------------------------------------------------------
-r10482 | sigmunau | 2005-03-30 23:16:51 +0200 (Wed, 30 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_meta.h
-   M /trunk/modules/access/http.c
-
-vlc_meta.h: introduced VLC_META_NOW_PLAYING. http.c: use NOW_PLAYING for song title.
-
-------------------------------------------------------------------------
-r10481 | dionoea | 2005-03-30 19:43:17 +0200 (Wed, 30 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/timeshift.c
-
-include errno.h (for non debug builds)
-
-------------------------------------------------------------------------
-r10480 | robux4 | 2005-03-29 22:54:52 +0200 (Tue, 29 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: make gcc happier
-------------------------------------------------------------------------
-r10479 | gbazin | 2005-03-29 22:04:44 +0200 (Tue, 29 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: added access_filter_timeshift to the build.
-------------------------------------------------------------------------
-r10478 | fenrir | 2005-03-29 18:01:23 +0200 (Tue, 29 Mar 2005) | 8 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_config_cat.h
-   A /trunk/modules/access_filter
-   A /trunk/modules/access_filter/Modules.am
-   A /trunk/modules/access_filter/timeshift.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/src/input/access.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/var.c
-   M /trunk/src/libvlc.h
-
- * 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.
-
-------------------------------------------------------------------------
-r10477 | gbazin | 2005-03-29 17:22:12 +0200 (Tue, 29 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-
-* modules/gui/wince: new open directory menu (win32 only for now)
-------------------------------------------------------------------------
-r10476 | gbazin | 2005-03-29 14:17:43 +0200 (Tue, 29 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-
-* modules/gui/wince/interface.cpp: fixed menus handling.
-------------------------------------------------------------------------
-r10475 | gbazin | 2005-03-29 12:08:03 +0200 (Tue, 29 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* modules/demux/ts.c: use EIT support in libdvbpsi if available.
-------------------------------------------------------------------------
-r10474 | damienf | 2005-03-29 10:48:45 +0200 (Tue, 29 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-VLC_TimeSet: fixed overflow conversion from seconds to microseconds, this now allow to seek beyond 36 minutes
-
-------------------------------------------------------------------------
-r10473 | fenrir | 2005-03-29 10:17:17 +0200 (Tue, 29 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts: do not include eit.h if TS_USE_DVB_SI is 0.
-
-------------------------------------------------------------------------
-r10472 | hartman | 2005-03-29 01:57:02 +0200 (Tue, 29 Mar 2005) | 2 lines
-Changed paths:
-   D /trunk/vlc-cvs.ebuild
-   D /trunk/vlc.ebuild
-
-* Remove the ebuilds. Maintaining them downstream is easier. Current ebuilds are outdated and Gentoo is keeping them OK atm.
-
-------------------------------------------------------------------------
-r10471 | hartman | 2005-03-29 01:31:02 +0200 (Tue, 29 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* New menu-items referencing forum
-
-------------------------------------------------------------------------
-r10470 | hartman | 2005-03-29 01:24:21 +0200 (Tue, 29 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-* Spelling correction
-
-------------------------------------------------------------------------
-r10469 | hartman | 2005-03-29 01:23:51 +0200 (Tue, 29 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/gui/gtk/menu.c
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/video_output.c
-
-* Changed video-fiter to vout-filter, because video-filter will in the future be used for new style filters.
-
-------------------------------------------------------------------------
-r10463 | robux4 | 2005-03-28 21:12:14 +0200 (Mon, 28 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: compilation fixes for gcc
-------------------------------------------------------------------------
-r10462 | robux4 | 2005-03-28 21:07:18 +0200 (Mon, 28 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: seeking in linked files now works
-------------------------------------------------------------------------
-r10461 | robux4 | 2005-03-28 17:48:16 +0200 (Mon, 28 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: compute the correct duration even when some linked segments are missing
-------------------------------------------------------------------------
-r10460 | robux4 | 2005-03-28 17:00:21 +0200 (Mon, 28 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: handle missing linked segments (seg->missing->seg)
-------------------------------------------------------------------------
-r10459 | robux4 | 2005-03-28 16:12:58 +0200 (Mon, 28 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: major rewrite to handle hard-linked segments easily though a virtual segment
-------------------------------------------------------------------------
-r10458 | fkuehne | 2005-03-28 14:30:15 +0200 (Mon, 28 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* changed the download location of libdvdread to download.videolan.org because www.dtek.chalmers.se keeps refusing any connections
-------------------------------------------------------------------------
-r10457 | fkuehne | 2005-03-28 13:29:34 +0200 (Mon, 28 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* fixed download-location of pkgconfig
-------------------------------------------------------------------------
-r10456 | robux4 | 2005-03-28 13:07:41 +0200 (Mon, 28 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: no more crash on linked segments or multi-segment files
-------------------------------------------------------------------------
-r10455 | fkuehne | 2005-03-28 12:32:40 +0200 (Mon, 28 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-* updated the location of vlc.scriptTerminology
-* removed the linkage to it in all localisations since it is a global entity now
-------------------------------------------------------------------------
-r10454 | fkuehne | 2005-03-28 02:16:43 +0200 (Mon, 28 Mar 2005) | 1 line
-Changed paths:
-   D /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
-
-* sorry, forgot that in the previous commit
-------------------------------------------------------------------------
-r10453 | fkuehne | 2005-03-28 02:14:03 +0200 (Mon, 28 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/vlc.scriptSuite
-   A /trunk/extras/MacOSX/Resources/vlc.scriptTerminology (from /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology:10452)
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* 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
-------------------------------------------------------------------------
-r10452 | markfm | 2005-03-27 19:49:24 +0200 (Sun, 27 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-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)."
-
-------------------------------------------------------------------------
-r10451 | robux4 | 2005-03-27 16:16:21 +0200 (Sun, 27 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: hard-linked segments can now play in order (crash to solve)
-------------------------------------------------------------------------
-r10450 | robux4 | 2005-03-27 11:28:50 +0200 (Sun, 27 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/po/fr.po
-
-mkv.cpp: new options for the demuxer
-fr.po: small translation fix
-------------------------------------------------------------------------
-r10438 | oaubert | 2005-03-26 20:29:32 +0100 (Sat, 26 Mar 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/video_output/snapshot.c
-
-snapshot.c:
- * added some comments
- * updated module description
- * try to fix timestamping
-
-------------------------------------------------------------------------
-r10437 | oaubert | 2005-03-26 20:22:40 +0100 (Sat, 26 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/svg.c
-
-svg.c: updated to the latest changes in the text renderer API (tested
-       with the vlc-0.8.1.svn20050314 debian package)
-
-------------------------------------------------------------------------
-r10436 | robux4 | 2005-03-26 10:18:54 +0100 (Sat, 26 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: avoid gcc warnings
-------------------------------------------------------------------------
-r10435 | robux4 | 2005-03-25 22:59:25 +0100 (Fri, 25 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: play all loaded segments sequentially and don't crash
-------------------------------------------------------------------------
-r10434 | robux4 | 2005-03-25 22:33:47 +0100 (Fri, 25 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: the first Cluster was lost due to preloading
-------------------------------------------------------------------------
-r10431 | fkuehne | 2005-03-25 19:17:15 +0100 (Fri, 25 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* updated the libcaca-download-location and updated the used libdvbpsi-version to a snapshot created today
-------------------------------------------------------------------------
-r10430 | titer | 2005-03-25 13:02:14 +0100 (Fri, 25 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/video_output/opengl.c
-
- Fix for thread-unsafe OpenGL implementations (OS X...)
-
-------------------------------------------------------------------------
-r10429 | fenrir | 2005-03-25 10:16:24 +0100 (Fri, 25 Mar 2005) | 7 lines
-Changed paths:
-   M /trunk/include/vlc_es_out.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/modules/demux/ts.c
-   M /trunk/src/input/es_out.c
-
- * 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).
-
-
-------------------------------------------------------------------------
-r10428 | fenrir | 2005-03-25 09:58:46 +0100 (Fri, 25 Mar 2005) | 6 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- 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).
-
-
-------------------------------------------------------------------------
-r10427 | titer | 2005-03-24 17:05:55 +0100 (Thu, 24 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/nuv.c
-
- nuv.c: compile fix (for big endian platforms)
-
-------------------------------------------------------------------------
-r10424 | robux4 | 2005-03-23 23:11:17 +0100 (Wed, 23 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: fix the pb of switching when seeking was used. Still some memory leaks issues :(
-------------------------------------------------------------------------
-r10423 | robux4 | 2005-03-23 22:31:18 +0100 (Wed, 23 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: prepare for more segment switching features
-------------------------------------------------------------------------
-r10420 | robux4 | 2005-03-23 22:08:40 +0100 (Wed, 23 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: segment switching almost work and doesn't crash
-------------------------------------------------------------------------
-r10418 | damienf | 2005-03-23 20:16:06 +0100 (Wed, 23 Mar 2005) | 4 lines
-Changed paths:
-   M /trunk/activex/test.html
-
-- 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.
-
-------------------------------------------------------------------------
-r10417 | massiot | 2005-03-23 19:39:46 +0100 (Wed, 23 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/stream_out/Modules.am
-   A /trunk/modules/stream_out/bridge.c
-
-* modules/stream_out/bridge.c: New bridge-in/bridge-out modules to bridge
-  ES packets between different inputs.
-
-------------------------------------------------------------------------
-r10416 | massiot | 2005-03-23 19:30:15 +0100 (Wed, 23 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-* 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).
-
-------------------------------------------------------------------------
-r10415 | massiot | 2005-03-23 19:26:01 +0100 (Wed, 23 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/mux/mpeg/ts.c
-
-* modules/mux/mpeg/ts.c, modules/demux/ts.c: Fixed IOD descriptor
-(patch courtesy of Nico Sabbi)
-
-------------------------------------------------------------------------
-r10414 | fenrir | 2005-03-23 18:00:15 +0100 (Wed, 23 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/nuv.c
-
- * all: added a nuv demuxer (limited to mpeg4 video and mp3 audio).
- (Seek is slow, I don't support index yet).
-
-------------------------------------------------------------------------
-r10413 | fenrir | 2005-03-23 17:58:24 +0100 (Wed, 23 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/linux_dvb.c
-
- * dvb: fix report of error in FrontendPoll (please report any problem).
-
-------------------------------------------------------------------------
-r10408 | jpsaman | 2005-03-22 21:17:30 +0100 (Tue, 22 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/intf.c
-
-Variable name consistency across the file
-
-------------------------------------------------------------------------
-r10406 | markfm | 2005-03-22 14:29:30 +0100 (Tue, 22 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-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. 
-
-------------------------------------------------------------------------
-r10405 | gbazin | 2005-03-22 10:53:11 +0100 (Tue, 22 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: reverted previous commit which didn't belong here and was also completely wrong.
-------------------------------------------------------------------------
-r10401 | ipkiss | 2005-03-21 20:24:06 +0100 (Mon, 21 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-
- * skins2: added vlc.volumeUp() and vlc.volumeDown() actions
-
-------------------------------------------------------------------------
-r10400 | hartman | 2005-03-21 15:02:07 +0100 (Mon, 21 Mar 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-* 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.
-
-------------------------------------------------------------------------
-r10399 | fkuehne | 2005-03-20 20:51:52 +0100 (Sun, 20 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-* removed my ftime-replacement for OSX again
-
-Thanks for the ftime-fix gibalou :)
-------------------------------------------------------------------------
-r10398 | gbazin | 2005-03-20 20:42:29 +0100 (Sun, 20 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-* src/misc/vlm.c: only use ftime() on win32.
-------------------------------------------------------------------------
-r10397 | fkuehne | 2005-03-20 19:19:01 +0100 (Sun, 20 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-* ftime does not exist on OSX, so we need to implement it ourselves
-------------------------------------------------------------------------
-r10396 | markfm | 2005-03-20 18:48:27 +0100 (Sun, 20 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-transcode -- round fps to full integer value (eg, 25, 30) for ffmpeg mpeg1/2
-
-------------------------------------------------------------------------
-r10395 | asmax | 2005-03-20 16:58:04 +0100 (Sun, 20 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
-
-- all: use fribidi in skins2 text rendering if available
-
-------------------------------------------------------------------------
-r10394 | gbazin | 2005-03-19 19:42:27 +0100 (Sat, 19 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* modules/codec/dvbsub.c: first implementation of dvb text subtitles encoding/decoding (a few things are still to be done).
-------------------------------------------------------------------------
-r10393 | markfm | 2005-03-19 18:37:10 +0100 (Sat, 19 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-transcode nit -- use nearbyint to get accurate conversion of user-supplied fps
-
-------------------------------------------------------------------------
-r10392 | zorglub | 2005-03-19 18:23:51 +0100 (Sat, 19 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   M /trunk/share/http/index.html
-
-HTTP interface patch by Christophe Mutricy (and no fixes by me)
-
-------------------------------------------------------------------------
-r10391 | gbazin | 2005-03-19 13:20:57 +0100 (Sat, 19 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-
-* modules/codec/ffmpeg/video_filter.c: fixed resampling check.
-------------------------------------------------------------------------
-r10387 | sam | 2005-03-19 09:34:30 +0100 (Sat, 19 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/vlc.1
-
-  * doc/vlc.1: spelling
-
-------------------------------------------------------------------------
-r10386 | djc | 2005-03-18 17:44:16 +0100 (Fri, 18 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-favicon.ico instead of favico.ico...
-
-------------------------------------------------------------------------
-r10385 | djc | 2005-03-18 15:43:38 +0100 (Fri, 18 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Add cone_+-, and favico.ico to Makefile.am, as suggest xtophe
-Not tested...
-
-------------------------------------------------------------------------
-r10384 | gbazin | 2005-03-18 08:44:20 +0100 (Fri, 18 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: convert audio to fl32 first if needed.
-------------------------------------------------------------------------
-r10383 | markfm | 2005-03-18 02:59:44 +0100 (Fri, 18 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ps.c
-
-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])
-
-------------------------------------------------------------------------
-r10382 | gbazin | 2005-03-18 00:34:04 +0100 (Fri, 18 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/linear.c
-
-* 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.
-------------------------------------------------------------------------
-r10381 | gbazin | 2005-03-18 00:31:38 +0100 (Fri, 18 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: simplifications + more extensive audio filter searches for conversions.
-------------------------------------------------------------------------
-r10380 | gbazin | 2005-03-17 22:50:29 +0100 (Thu, 17 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/araw.c
-
- modules/codec/araw.c: a/ulaw encoding support. Patch courtesy of Matthew Hodgson (matthew at mxtelecom dot com) + cleanup by me.
-------------------------------------------------------------------------
-r10379 | gbazin | 2005-03-17 21:39:52 +0100 (Thu, 17 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_filter/format.c
-   M /trunk/modules/stream_out/transcode.c
-
-* 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.
-
-------------------------------------------------------------------------
-r10378 | gbazin | 2005-03-17 20:16:15 +0100 (Thu, 17 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/picture.c
-   M /trunk/src/misc/image.c
-   M /trunk/src/video_output/vout_intf.c
-
-* 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().
-
-------------------------------------------------------------------------
-r10377 | massiot | 2005-03-17 17:59:16 +0100 (Thu, 17 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/switcher.c
-
-* modules/stream_out/switcher.c: Fixed aspect ratio.
-
-------------------------------------------------------------------------
-r10376 | gbazin | 2005-03-17 14:55:11 +0100 (Thu, 17 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-* src/video_output/vout_intf.c: small cleanup.
-------------------------------------------------------------------------
-r10375 | gbazin | 2005-03-17 14:14:04 +0100 (Thu, 17 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/image.c
-   M /trunk/src/video_output/vout_intf.c
-
-* src/video_output/vout_intf.c, src/misc/image.c: proper aspect ratio for snapshots.
-------------------------------------------------------------------------
-r10374 | gbazin | 2005-03-17 14:12:10 +0100 (Thu, 17 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-
-* modules/codec/ffmpeg/video_filter.c: resampling fix for when source or dest is not in I420 format.
-------------------------------------------------------------------------
-r10373 | robux4 | 2005-03-17 13:13:12 +0100 (Thu, 17 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: allow seamless transition between segments
-------------------------------------------------------------------------
-r10372 | gbazin | 2005-03-17 09:20:53 +0100 (Thu, 17 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-
-* modules/audio_filter/converter/mpgatofixed32.c: added downmixing from stereo to mono.
-------------------------------------------------------------------------
-r10371 | gbazin | 2005-03-17 08:35:35 +0100 (Thu, 17 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* modules/codec/ffmpeg/encoder.c: reverted commit 10351 which breaks aspect ratio encoding.
-------------------------------------------------------------------------
-r10370 | gbazin | 2005-03-17 00:38:51 +0100 (Thu, 17 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/wince.h
-
-* modules/gui/wince: better volume slider behaviour.
-------------------------------------------------------------------------
-r10369 | gbazin | 2005-03-17 00:10:08 +0100 (Thu, 17 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/waveout.c
-
-* modules/audio_output/waveout.c: change global volume on WinCE.
-------------------------------------------------------------------------
-r10368 | gbazin | 2005-03-16 22:53:15 +0100 (Wed, 16 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-* src/libvlc.[c,h]: new --(no-)fpu option (mainly for debugging purposes).
-------------------------------------------------------------------------
-r10367 | robux4 | 2005-03-16 22:46:57 +0100 (Wed, 16 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: faster code with newer libs
-------------------------------------------------------------------------
-r10366 | gbazin | 2005-03-16 22:38:19 +0100 (Wed, 16 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: --with-a52-fixed option to specify if liba52 was compiled with fixed point support.
-------------------------------------------------------------------------
-r10365 | robux4 | 2005-03-16 22:26:43 +0100 (Wed, 16 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: seeking is not only based on video
-------------------------------------------------------------------------
-r10364 | gbazin | 2005-03-16 22:25:53 +0100 (Wed, 16 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-
-* modules/audio_filter/converter/a52tofloat32.c: support for fixed point version of liba52.
-------------------------------------------------------------------------
-r10363 | robux4 | 2005-03-16 22:04:32 +0100 (Wed, 16 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: store silent tracks info
-------------------------------------------------------------------------
-r10362 | jpsaman | 2005-03-16 22:02:05 +0100 (Wed, 16 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.c
-
-Quick patch to make pda.c inteface compile again. It disables the management of the slider on the GUI.
-
-------------------------------------------------------------------------
-r10361 | robux4 | 2005-03-16 21:32:38 +0100 (Wed, 16 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: more code rearranging
-------------------------------------------------------------------------
-r10360 | titer | 2005-03-16 16:49:18 +0100 (Wed, 16 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutgl.m
-
- macosx/voutgl.m: fixed --macosx-stretch in GL provider
-
-------------------------------------------------------------------------
-r10359 | damienf | 2005-03-16 14:08:13 +0100 (Wed, 16 Mar 2005) | 4 lines
-Changed paths:
-   M /trunk/activex/main.cpp
-   M /trunk/activex/plugin.cpp
-
-main.cpp: fixed bug regarding TypeLib registration
-plugin.cpp: some minor cleanup
-
-
-------------------------------------------------------------------------
-r10358 | gbazin | 2005-03-16 13:12:20 +0100 (Wed, 16 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-* src/misc/vlm.c: couple of fixes pointed out by johnluo.
-------------------------------------------------------------------------
-r10357 | gbazin | 2005-03-16 12:38:16 +0100 (Wed, 16 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-* modules/access/directory.c: fixed a bunch of bugs.
-------------------------------------------------------------------------
-r10356 | gbazin | 2005-03-16 12:11:08 +0100 (Wed, 16 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ty.c
-
-* modules/demux/ty.c: fixed segfault while probing.
-------------------------------------------------------------------------
-r10355 | courmisch | 2005-03-16 11:51:10 +0100 (Wed, 16 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ty.c
-
-- TY should have a lower priority than PS
-
-------------------------------------------------------------------------
-r10354 | gbazin | 2005-03-16 10:48:22 +0100 (Wed, 16 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/view.c
-
-* src/playlist/*: shut up a couple of compiler warnings.
-------------------------------------------------------------------------
-r10353 | hartman | 2005-03-16 01:16:03 +0100 (Wed, 16 Mar 2005) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/directory.c
-
-* 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
-
-------------------------------------------------------------------------
-r10352 | fkuehne | 2005-03-15 20:53:17 +0100 (Tue, 15 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/po/Makefile.in.in
-   M /trunk/po/POTFILES.in
-   M /trunk/po/bn.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/tl.po
-   M /trunk/po/vlc.pot
-
-* *.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
-------------------------------------------------------------------------
-r10351 | massiot | 2005-03-15 19:59:48 +0100 (Tue, 15 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* modules/codec/ffmpeg/encoder.c: Fixed aspect ratio encoding.
-
-------------------------------------------------------------------------
-r10350 | massiot | 2005-03-15 19:55:17 +0100 (Tue, 15 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/switcher.c
-
-* modules/stream_out/switcher.c: Added --sout-switcher-aspect-ratio option.
-
-------------------------------------------------------------------------
-r10349 | massiot | 2005-03-15 19:52:52 +0100 (Tue, 15 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vout_synchro.h
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/vout_synchro.c
-
-* src/video_output/vout_synchro.c: New --quiet-synchro config option.
-
-------------------------------------------------------------------------
-r10348 | sigmunau | 2005-03-15 18:18:58 +0100 (Tue, 15 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/wall.c
-
-wall.c: fix alignment when rows or cols are 2 or less.
-
-------------------------------------------------------------------------
-r10347 | gbazin | 2005-03-15 14:44:31 +0100 (Tue, 15 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: proper LDFLAGS on win32 for the wince gui.
-------------------------------------------------------------------------
-r10346 | gbazin | 2005-03-15 14:38:28 +0100 (Tue, 15 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/waveout.c
-
-* modules/audio_output/waveout.c: use hardware volume control.
-------------------------------------------------------------------------
-r10345 | gbazin | 2005-03-15 14:21:54 +0100 (Tue, 15 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/src/audio_output/intf.c
-
-* src/audio_output/intf.c: aout_VolumeGet() needs to call pf_volume_get() if it wants an updated value.
-------------------------------------------------------------------------
-r10344 | gbazin | 2005-03-15 12:40:27 +0100 (Tue, 15 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* 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).
-------------------------------------------------------------------------
-r10343 | anil | 2005-03-15 12:29:46 +0100 (Tue, 15 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* display useful information in the tooltip
-
-------------------------------------------------------------------------
-r10342 | djc | 2005-03-15 01:02:16 +0100 (Tue, 15 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-Work on MacOS preferences. Need to be completed, improved, and debugged...
-
-------------------------------------------------------------------------
-r10341 | hartman | 2005-03-15 00:53:58 +0100 (Tue, 15 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-* macosx: simplify volume update method for scrollfield usage.
-
-------------------------------------------------------------------------
-r10340 | ANIL | 2005-03-15 00:39:53 +0100 (Tue, 15 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* wxwindows/*: disable systray code for wx2.4 (Thanks Gildas)
-
-
-------------------------------------------------------------------------
-r10339 | hartman | 2005-03-15 00:12:06 +0100 (Tue, 15 Mar 2005) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/TODO
-   M /trunk/modules/gui/gtk/menu.c
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/video_output.c
-
-* Renamed --filter to --video-filter for reasons of consistency. Please check functionality.
-* Added a notice of this to news
-* Another request from the forum.
-
-------------------------------------------------------------------------
-r10338 | hartman | 2005-03-14 23:14:46 +0100 (Mon, 14 Mar 2005) | 4 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-* 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.
-
-------------------------------------------------------------------------
-r10336 | fenrir | 2005-03-14 18:02:45 +0100 (Mon, 14 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
- * mp4.c: do not unselect ES at the end.
-
-
-------------------------------------------------------------------------
-r10335 | sam | 2005-03-14 15:38:44 +0100 (Mon, 14 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/debian/Makefile.am
-
-  * debian/Makefile.am: oops, removed ffmpeg patch and added vlc.mime.
-
-------------------------------------------------------------------------
-r10334 | sam | 2005-03-14 14:54:04 +0100 (Mon, 14 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/copyright
-   M /trunk/debian/gnome-vlc.desktop
-   M /trunk/debian/gvlc.desktop
-   M /trunk/debian/patches/00list
-   D /trunk/debian/patches/20_ffmpeg.dpatch
-   M /trunk/debian/rules
-   M /trunk/debian/vlc.mime
-
-  * Updated Debian packaging information.
-
-------------------------------------------------------------------------
-r10333 | gbazin | 2005-03-14 14:21:26 +0100 (Mon, 14 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-* 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).
-------------------------------------------------------------------------
-r10332 | sam | 2005-03-14 14:02:16 +0100 (Mon, 14 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/switcher.c
-
-  * modules/stream_out/switcher.c: fixed forbidden empty string for gettext.
-
-------------------------------------------------------------------------
-r10331 | anil | 2005-03-14 11:56:55 +0100 (Mon, 14 Mar 2005) | 9 lines
-Changed paths:
-   M /trunk/activex
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* 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.
-
-------------------------------------------------------------------------
-r10330 | sam | 2005-03-14 11:49:41 +0100 (Mon, 14 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-
-  * activex/Makefile.am: use "rm -f", not "-rm".
-
-------------------------------------------------------------------------
-r10329 | sam | 2005-03-14 11:38:45 +0100 (Mon, 14 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: allow to specify another name for the wx-config script, for
-    systems with both 2.4 and 2.5.
-
-------------------------------------------------------------------------
-r10328 | sigmunau | 2005-03-14 11:32:47 +0100 (Mon, 14 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/corba/Modules.am
-
-corba/Modules.am: include missing files in dist. Fixes #1977
-
-------------------------------------------------------------------------
-r10327 | sigmunau | 2005-03-14 10:18:42 +0100 (Mon, 14 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-TODO: remove recently fixed subtitle-related items
-
-------------------------------------------------------------------------
-r10326 | hartman | 2005-03-14 00:32:30 +0100 (Mon, 14 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-* Add some TODOs from the Requests forum.
-
-------------------------------------------------------------------------
-r10325 | djc | 2005-03-14 00:19:12 +0100 (Mon, 14 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-Added setScrollField: and resetScrollField to manage the scroll field.
-
-
-------------------------------------------------------------------------
-r10324 | hartman | 2005-03-14 00:10:01 +0100 (Mon, 14 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-
-* 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
-
-------------------------------------------------------------------------
-r10323 | robux4 | 2005-03-13 20:53:20 +0100 (Sun, 13 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: use the same technique for the main segment as for the additional segments (this way we know the others work too)
-------------------------------------------------------------------------
-r10322 | robux4 | 2005-03-13 15:09:31 +0100 (Sun, 13 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: segment preloading now works
-------------------------------------------------------------------------
-r10321 | courmisch | 2005-03-13 14:29:45 +0100 (Sun, 13 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/include/vlc_tls.h
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/demux/voc.c
-   M /trunk/modules/demux/xa.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/misc/tls.c
-
-Fix my email address
-
-------------------------------------------------------------------------
-r10320 | courmisch | 2005-03-13 10:31:00 +0100 (Sun, 13 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-- Fix getnameinfo detection on Win32
-
-------------------------------------------------------------------------
-r10319 | titer | 2005-03-13 06:56:32 +0100 (Sun, 13 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/dvdnav.patch
-
- dvdnav.patch: missed a couple of functions yesterday, fixes --disable-plugins
-
-------------------------------------------------------------------------
-r10318 | titer | 2005-03-12 19:34:36 +0100 (Sat, 12 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/src/video_output/vout_subpictures.c
-
- Renamed the "contrast" variable used between dvdnav and the video output
- so it doesn't conflict with the one from the adjust filter
-
-------------------------------------------------------------------------
-r10317 | titer | 2005-03-12 18:52:33 +0100 (Sat, 12 Mar 2005) | 8 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/dvdnav.patch
-   M /trunk/extras/contrib/src/Patches/libdvdread.patch
-
- 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
-
-------------------------------------------------------------------------
-r10316 | courmisch | 2005-03-12 18:47:43 +0100 (Sat, 12 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-Fixed stupid bug (C) me, yesterday (variable name conflict)
-
-------------------------------------------------------------------------
-r10315 | massiot | 2005-03-12 15:31:10 +0100 (Sat, 12 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-fortuuuuune
-
-------------------------------------------------------------------------
-r10314 | robux4 | 2005-03-12 12:12:00 +0100 (Sat, 12 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: know your parents better
-------------------------------------------------------------------------
-r10313 | robux4 | 2005-03-12 11:20:18 +0100 (Sat, 12 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: better segment initialisation
-------------------------------------------------------------------------
-r10312 | robux4 | 2005-03-12 11:01:45 +0100 (Sat, 12 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: don't keep segments already found elsewhere
-------------------------------------------------------------------------
-r10311 | robux4 | 2005-03-12 10:35:29 +0100 (Sat, 12 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: more code reorganisation for segment preloading
-------------------------------------------------------------------------
-r10310 | anil | 2005-03-11 23:36:40 +0100 (Fri, 11 Mar 2005) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/ts.c
-
-* 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"
-
-
-------------------------------------------------------------------------
-r10309 | zorglub | 2005-03-11 22:49:19 +0100 (Fri, 11 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/demux/mpeg/h264.c
-   M /trunk/modules/misc/dummy/dummy.c
-
-String fixes by Christophe Mutricy
-
-------------------------------------------------------------------------
-r10308 | courmisch | 2005-03-11 21:04:58 +0100 (Fri, 11 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-- Fix bug #1854
-
-------------------------------------------------------------------------
-r10307 | courmisch | 2005-03-11 20:57:28 +0100 (Fri, 11 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-- Check for gai_strerror
-  (stupid Winsock2 has getnameinfo but not gai_strerror)
-
-------------------------------------------------------------------------
-r10302 | courmisch | 2005-03-11 14:41:51 +0100 (Fri, 11 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-
-- Fix building axvlc from subdirectory
-
-------------------------------------------------------------------------
-r10301 | andrep | 2005-03-11 14:38:38 +0100 (Fri, 11 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-* 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
-
-
-------------------------------------------------------------------------
-r10300 | dionoea | 2005-03-11 14:13:45 +0100 (Fri, 11 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/picture.c
-
- * change $Id thing ... r10300
-
-------------------------------------------------------------------------
-r10299 | robux4 | 2005-03-11 13:41:41 +0100 (Fri, 11 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: preload linked segments too
-------------------------------------------------------------------------
-r10297 | robux4 | 2005-03-11 11:44:36 +0100 (Fri, 11 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: remove an unused variable
-------------------------------------------------------------------------
-r10296 | sigmunau | 2005-03-11 10:54:47 +0100 (Fri, 11 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-alsa.c: removed a printf, shut up a compiler warning
-
-------------------------------------------------------------------------
-r10292 | jpsaman | 2005-03-11 10:49:38 +0100 (Fri, 11 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-
-Removed unneeded VLC_OBJECT() cast and another segfault fix.
-
-------------------------------------------------------------------------
-r10290 | sigmunau | 2005-03-11 09:56:58 +0100 (Fri, 11 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-wxwindows/preferences_widgets.cpp: Fix size of ModulesListCat widget
-
-------------------------------------------------------------------------
-r10289 | gbazin | 2005-03-11 09:18:14 +0100 (Fri, 11 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: cosmetic fixes.
-------------------------------------------------------------------------
-r10288 | courmisch | 2005-03-11 09:13:00 +0100 (Fri, 11 Mar 2005) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/ty.c
-
-Tivo file demuxer
-based on patch from Neal Symms <nsymms # redwar.us>
-with minor cleanups
-
-------------------------------------------------------------------------
-r10287 | zorglub | 2005-03-11 08:52:18 +0100 (Fri, 11 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/src/input/access.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/view.c
-
-Reduce the global verbosity
-Change some message severities
-
-------------------------------------------------------------------------
-r10285 | zorglub | 2005-03-10 23:30:16 +0100 (Thu, 10 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/info.c
-
-Fix locking
-
-------------------------------------------------------------------------
-r10284 | zorglub | 2005-03-10 23:18:47 +0100 (Thu, 10 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Update news
-
-------------------------------------------------------------------------
-r10282 | jpsaman | 2005-03-10 22:16:32 +0100 (Thu, 10 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-
-Same mistake here: Pass real VLC_OBJECT's to msg_*
-
-------------------------------------------------------------------------
-r10280 | jpsaman | 2005-03-10 22:12:28 +0100 (Thu, 10 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-
-Another one. Use real VLC_OBJECT's in msg_*
-
-------------------------------------------------------------------------
-r10278 | jpsaman | 2005-03-10 22:09:14 +0100 (Thu, 10 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-
-Use VLC_OBJECT's to pass to msg_* functions otherwise all hell breaks lose.
-
-------------------------------------------------------------------------
-r10277 | courmisch | 2005-03-10 21:42:52 +0100 (Thu, 10 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-- Require certificate from the client if one CA cert specified
-
-------------------------------------------------------------------------
-r10276 | courmisch | 2005-03-10 21:04:04 +0100 (Thu, 10 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-- Release certificate creds after terminating session
-
-------------------------------------------------------------------------
-r10268 | gbazin | 2005-03-10 20:23:10 +0100 (Thu, 10 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: only include stream_out_switcher if --enable-sout is specified.
-------------------------------------------------------------------------
-r10265 | robux4 | 2005-03-10 19:20:02 +0100 (Thu, 10 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: support preloading in the same family
-------------------------------------------------------------------------
-r10264 | massiot | 2005-03-10 18:23:43 +0100 (Thu, 10 Mar 2005) | 12 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/Modules.am
-   A /trunk/modules/access/fake.c
-   M /trunk/modules/stream_out/Modules.am
-   A /trunk/modules/stream_out/switcher.c
-
-* 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.
-
-------------------------------------------------------------------------
-r10263 | robux4 | 2005-03-10 18:19:28 +0100 (Thu, 10 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: move the segment metadata preloading in another function (to be used elsewhere too)
-------------------------------------------------------------------------
-r10262 | robux4 | 2005-03-10 17:41:43 +0100 (Thu, 10 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: parse the Segment Info properly
-------------------------------------------------------------------------
-r10261 | dionoea | 2005-03-10 17:00:49 +0100 (Thu, 10 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/video_filter/mosaic.c
-
- * mosaic alignment (works like --marq-position) and callback
-
-------------------------------------------------------------------------
-r10260 | robux4 | 2005-03-10 16:40:45 +0100 (Thu, 10 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: store the prev/next UID for later use
-------------------------------------------------------------------------
-r10259 | zorglub | 2005-03-10 14:42:45 +0100 (Thu, 10 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/access.c
-
-Fix refcount problems + fix a part of coding style problems
-
-------------------------------------------------------------------------
-r10258 | gbazin | 2005-03-10 14:37:29 +0100 (Thu, 10 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-* modules/misc/freetype.c: better outlining algorithm + generate 16 colors (instead of 256) palettized YUV.
-------------------------------------------------------------------------
-r10257 | zorglub | 2005-03-10 14:05:43 +0100 (Thu, 10 Mar 2005) | 8 lines
-Changed paths:
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/image.c
-   M /trunk/modules/video_output/picture.c
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/libvlc.h
-
-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
-
-------------------------------------------------------------------------
-r10255 | courmisch | 2005-03-10 12:19:29 +0100 (Thu, 10 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/voc.c
-
-- 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)
-
-------------------------------------------------------------------------
-r10254 | courmisch | 2005-03-10 12:00:41 +0100 (Thu, 10 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/voc.c
-
-Support block type 2 (and some others as well)
-
-------------------------------------------------------------------------
-r10253 | courmisch | 2005-03-10 11:58:02 +0100 (Thu, 10 Mar 2005) | 4 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/modules/access/http.c
-
-- 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)
-
-------------------------------------------------------------------------
-r10250 | courmisch | 2005-03-10 10:56:07 +0100 (Thu, 10 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-gnutls.c: add shortname
-
-------------------------------------------------------------------------
-r10249 | zorglub | 2005-03-10 10:47:20 +0100 (Thu, 10 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-Should fix compile
-
-------------------------------------------------------------------------
-r10245 | courmisch | 2005-03-10 09:27:21 +0100 (Thu, 10 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_tls.h
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/src/misc/tls.c
-
-Missing properties
-
-------------------------------------------------------------------------
-r10244 | courmisch | 2005-03-10 09:23:03 +0100 (Thu, 10 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/gnutls.c
-
-- Fix GnuTLS version detection
-
-------------------------------------------------------------------------
-r10243 | zorglub | 2005-03-10 01:17:33 +0100 (Thu, 10 Mar 2005) | 7 lines
-Changed paths:
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/src/libvlc.h
-
-Preferences update :
-- Sorted marq options
-- A52 & DTS are audio decoders
-- Moved freetype to subtitles/OSD
-
-(last 2 suggested by Anil)
-
-------------------------------------------------------------------------
-r10242 | robux4 | 2005-03-09 22:45:02 +0100 (Wed, 09 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: cleaner handling of some tables (now vectors)
-------------------------------------------------------------------------
-r10241 | zorglub | 2005-03-09 22:06:09 +0100 (Wed, 09 Mar 2005) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/wxwindows/bitmaps/advanced.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/audio.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/codec.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/intf.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/video.xpm
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-
-Preferences icons
-
-------------------------------------------------------------------------
-r10240 | gbazin | 2005-03-09 20:57:28 +0100 (Wed, 09 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* modules/codec/ffmpeg/video.c: take input rate into account when interpolating next pts.
-------------------------------------------------------------------------
-r10239 | zorglub | 2005-03-09 19:05:30 +0100 (Wed, 09 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/menus.cpp
-
-Don't switch interfaces under linux
-
-------------------------------------------------------------------------
-r10238 | hartman | 2005-03-09 17:00:03 +0100 (Wed, 09 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* 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 :) )
-
-------------------------------------------------------------------------
-r10237 | courmisch | 2005-03-09 14:07:26 +0100 (Wed, 09 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/kde/preferences.cpp
-
-string rationalization (yeah, I know the KDE interface is not used)
-
-------------------------------------------------------------------------
-r10236 | sigmunau | 2005-03-09 13:58:13 +0100 (Wed, 09 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/misc/freetype.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-all: correctly align multiline strings when not left-aligned
-
-------------------------------------------------------------------------
-r10235 | gbazin | 2005-03-09 13:52:47 +0100 (Wed, 09 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/ps.c
-
-* modules/mux/mpeg/ps.c: small cleanup.
-------------------------------------------------------------------------
-r10234 | gbazin | 2005-03-09 13:39:36 +0100 (Wed, 09 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/ps.h
-
-* modules/demux/ps.[c,h]: fixed PSM parsing bug.
-------------------------------------------------------------------------
-r10233 | gbazin | 2005-03-09 13:17:01 +0100 (Wed, 09 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/ps.c
-
-* modules/mux/mpeg/ps.c: correct PSM size.
-------------------------------------------------------------------------
-r10232 | courmisch | 2005-03-09 12:54:36 +0100 (Wed, 09 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/voc.c
-
-Handle VOC files with multiple blocks properly
-
-------------------------------------------------------------------------
-r10231 | gbazin | 2005-03-09 12:43:02 +0100 (Wed, 09 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-* src/video_output/vout_subpictures.c: pass on video output size changes to the text renderer.
-------------------------------------------------------------------------
-r10230 | gbazin | 2005-03-09 12:42:05 +0100 (Wed, 09 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-* modules/misc/freetype.c: handle size change properly.
-------------------------------------------------------------------------
-r10229 | gbazin | 2005-03-09 11:46:45 +0100 (Wed, 09 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
-* modules/video_filter/mosaic.c: compilation fix.
-------------------------------------------------------------------------
-r10228 | gbazin | 2005-03-09 11:18:27 +0100 (Wed, 09 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-* modules/misc/freetype.c: don't display only the last line.
-------------------------------------------------------------------------
-r10227 | courmisch | 2005-03-09 10:03:32 +0100 (Wed, 09 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/voc.c
-
-- seeking in .VOC file
-
-------------------------------------------------------------------------
-r10226 | gbazin | 2005-03-09 01:59:09 +0100 (Wed, 09 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/ps.c
-
-* modules/mux/mpeg/ps.c: shut-up valgrind warning.
-------------------------------------------------------------------------
-r10225 | titer | 2005-03-09 01:43:46 +0100 (Wed, 09 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
- vlc_common.h: define INT64_MIN/INT64_MAX if necessary
-
-------------------------------------------------------------------------
-r10224 | gbazin | 2005-03-09 01:31:19 +0100 (Wed, 09 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ps.h
-
-* modules/demux/ps.h: support for mp4v/mp4a/h264 + parse language descriptor in PSM.
-------------------------------------------------------------------------
-r10223 | gbazin | 2005-03-09 01:30:09 +0100 (Wed, 09 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/ps.c
-
-*  modules/mux/mpeg/ps.c: Write a PSM + support for mp4v/mp4a/h264.
-------------------------------------------------------------------------
-r10222 | titer | 2005-03-09 01:18:15 +0100 (Wed, 09 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
- video_filter/mosaic.c: compile fix (use INT_MAX since INT32_MAX isn't
-         always defined)
-
-------------------------------------------------------------------------
-r10221 | rocky | 2005-03-09 00:52:01 +0100 (Wed, 09 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-VCDX depends on libiso9660. Up libcdio version to 0.72. 
-
-
-------------------------------------------------------------------------
-r10220 | hartman | 2005-03-09 00:25:11 +0100 (Wed, 09 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-* 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.
-
-------------------------------------------------------------------------
-r10219 | gbazin | 2005-03-09 00:21:40 +0100 (Wed, 09 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
-* modules/packetizer/mpeg4video.c: fixed segfault
-------------------------------------------------------------------------
-r10218 | robux4 | 2005-03-08 22:43:42 +0100 (Tue, 08 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: keep the interresting segments somewhere in memory (not functional yet)
-------------------------------------------------------------------------
-r10217 | gbazin | 2005-03-08 21:17:43 +0100 (Tue, 08 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mpeg/ps.c
-
-* modules/mux/mpeg/ps.c: use instant bitrate to calculate program_mux_rate.
-------------------------------------------------------------------------
-r10216 | courmisch | 2005-03-08 19:43:51 +0100 (Tue, 08 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Strings rationalization
-
-------------------------------------------------------------------------
-r10215 | courmisch | 2005-03-08 19:34:00 +0100 (Tue, 08 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-
-Fix max UDP port number
-
-------------------------------------------------------------------------
-r10214 | gbazin | 2005-03-08 19:10:49 +0100 (Tue, 08 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c: don't abort on X_SetInputFocus error which isn't fatal.
-------------------------------------------------------------------------
-r10213 | courmisch | 2005-03-08 18:31:31 +0100 (Tue, 08 Mar 2005) | 8 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-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.
-
-------------------------------------------------------------------------
-r10212 | courmisch | 2005-03-08 18:11:08 +0100 (Tue, 08 Mar 2005) | 9 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-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.
-
-------------------------------------------------------------------------
-r10211 | massiot | 2005-03-08 17:50:19 +0100 (Tue, 08 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-
-* modules/codec/ffmpeg/video_filter.c: Fixed a regression with b_resize_first.
-
-------------------------------------------------------------------------
-r10210 | courmisch | 2005-03-08 17:29:30 +0100 (Tue, 08 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-Fix UDP unicast access when both IPv6 and non-default port are used
-
-------------------------------------------------------------------------
-r10209 | courmisch | 2005-03-08 14:54:11 +0100 (Tue, 08 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Enable voc demux
-
-------------------------------------------------------------------------
-r10208 | courmisch | 2005-03-08 14:53:36 +0100 (Tue, 08 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/voc.c
-
-Creative Voice File demux
-
-------------------------------------------------------------------------
-r10207 | gbazin | 2005-03-08 14:16:38 +0100 (Tue, 08 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-
-* modules/codec/ffmpeg/video_filter.c: a few fixes and cleanup.
-------------------------------------------------------------------------
-r10206 | gbazin | 2005-03-08 14:15:56 +0100 (Tue, 08 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/services_discovery/sap.c, modules/codec/x264.c: fixed small mem leaks.
-* modules/stream_out/transcode.c: fixed segfault.
-
-------------------------------------------------------------------------
-r10205 | gbazin | 2005-03-08 11:58:49 +0100 (Tue, 08 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/time.c
-
-* modules/misc/freetype.c, modules/video_filter/marq.c, time.c: a few fixes.
-------------------------------------------------------------------------
-r10204 | gbazin | 2005-03-08 11:15:36 +0100 (Tue, 08 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: packetizers are not only useful with the stream output.
-------------------------------------------------------------------------
-r10203 | robux4 | 2005-03-08 10:06:27 +0100 (Tue, 08 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-input.c: allow "intelligent" previous-chapter behaviour for access sources too
-------------------------------------------------------------------------
-r10202 | gbazin | 2005-03-08 02:54:55 +0100 (Tue, 08 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/dummy/renderer.c
-
-* modules/misc/dummy/renderer.c: forgot to commit this file with the text renderer api change.
-------------------------------------------------------------------------
-r10201 | gbazin | 2005-03-08 02:38:33 +0100 (Tue, 08 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-* src/input/es_out.c: fixed another small mem leak.
-------------------------------------------------------------------------
-r10200 | gbazin | 2005-03-08 02:24:27 +0100 (Tue, 08 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-* src/input/es_out.c: fixed small mem leak.
-------------------------------------------------------------------------
-r10199 | gbazin | 2005-03-08 02:23:54 +0100 (Tue, 08 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_filter.h
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* 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.
-
-------------------------------------------------------------------------
-r10198 | hartman | 2005-03-08 00:54:51 +0100 (Tue, 08 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* 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).
-
-------------------------------------------------------------------------
-r10197 | hartman | 2005-03-07 23:30:55 +0100 (Mon, 07 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/src/Makefile
-
-* 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.
-
-------------------------------------------------------------------------
-r10196 | robux4 | 2005-03-07 23:05:54 +0100 (Mon, 07 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: prepare the code to handle seemless segment switching
-------------------------------------------------------------------------
-r10195 | dionoea | 2005-03-07 21:50:13 +0100 (Mon, 07 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
- * add a mutex so the callbacks don't change anything while the filter is
-   doing something
-
-------------------------------------------------------------------------
-r10194 | gbazin | 2005-03-07 21:36:18 +0100 (Mon, 07 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-* modules/misc/freetype.c: replaced pi_gamma with an (almost) equivalent that doesn't use floats.
-------------------------------------------------------------------------
-r10193 | courmisch | 2005-03-07 21:21:24 +0100 (Mon, 07 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/wav.c
-
-Fixes a compiler warning
-
-------------------------------------------------------------------------
-r10192 | robux4 | 2005-03-07 21:16:52 +0100 (Mon, 07 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_demux.h
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/src/input/control.c
-   M /trunk/src/input/input.c
-
-make the previous-chapter "intelligent" seek more general, remove DEMUX_GET_SEEKPOINT_TIME
-------------------------------------------------------------------------
-r10191 | robux4 | 2005-03-07 21:13:56 +0100 (Mon, 07 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-
-audio.c: fix a compiler portability issue
-------------------------------------------------------------------------
-r10190 | courmisch | 2005-03-07 20:59:38 +0100 (Mon, 07 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-
-- Don't crash when transcoding is enabled
-- Some cleanup
-
-------------------------------------------------------------------------
-r10189 | gbazin | 2005-03-07 20:41:34 +0100 (Mon, 07 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-
-* modules/gui/wince/interface.cpp: compilation fix.
-------------------------------------------------------------------------
-r10188 | gbazin | 2005-03-07 20:35:11 +0100 (Mon, 07 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-* modules/misc/freetype.c: removed debug messages.
-------------------------------------------------------------------------
-r10187 | massiot | 2005-03-07 20:28:52 +0100 (Mon, 07 Mar 2005) | 8 lines
-Changed paths:
-   M /trunk/include/vlc_filter.h
-   M /trunk/include/vlc_spu.h
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_output/picture.c
-   M /trunk/modules/video_output/picture.h
-   M /trunk/src/video_output/vout_subpictures.c
-
-* 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.
-
-------------------------------------------------------------------------
-r10186 | gbazin | 2005-03-07 19:34:21 +0100 (Mon, 07 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-* 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).
-------------------------------------------------------------------------
-r10185 | gbazin | 2005-03-07 19:04:24 +0100 (Mon, 07 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: fixed typo.
-------------------------------------------------------------------------
-r10184 | gbazin | 2005-03-07 18:52:05 +0100 (Mon, 07 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_pictures.h
-
-* modules/codec/ffmpeg/ffmpeg.c, src/video_output/vout_pictures.c: fixed JPEG encoding.
-------------------------------------------------------------------------
-r10183 | gbazin | 2005-03-07 17:33:56 +0100 (Mon, 07 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/filter.cpp
-
-* modules/access/dshow: flush the capture pin's buffers when the capture filter is stopped (instead of doing it in the pin's destructor).
-------------------------------------------------------------------------
-r10182 | courmisch | 2005-03-07 16:04:53 +0100 (Mon, 07 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/xa.c
-
-propset
-
-------------------------------------------------------------------------
-r10181 | courmisch | 2005-03-07 16:02:33 +0100 (Mon, 07 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/xa.c
-
-Allow seeking
-
-------------------------------------------------------------------------
-r10180 | gbazin | 2005-03-07 15:37:39 +0100 (Mon, 07 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wince/wince_rc.rc
-
-* modules/gui/wince: fixed bunch of bugs and memory leaks.
-------------------------------------------------------------------------
-r10179 | courmisch | 2005-03-07 14:28:08 +0100 (Mon, 07 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/xa.c
-
-typo fix
-
-------------------------------------------------------------------------
-r10178 | courmisch | 2005-03-07 14:26:33 +0100 (Mon, 07 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/xa.c
-
-Cosmetic cleanup (pointed out by fenrir)
-
-------------------------------------------------------------------------
-r10177 | courmisch | 2005-03-07 14:12:51 +0100 (Mon, 07 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/xa.c
-
-Fix email address
-
-------------------------------------------------------------------------
-r10176 | courmisch | 2005-03-07 14:10:29 +0100 (Mon, 07 Mar 2005) | 2 lines
-Changed paths:
-   A /trunk/modules/demux/xa.c
-
-Forgotten new file from previous commit
-
-------------------------------------------------------------------------
-r10175 | courmisch | 2005-03-07 14:05:06 +0100 (Mon, 07 Mar 2005) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/demux/Modules.am
-
-- XA file demux
-- EA ADPCM decoder (Maxis games)
-(- corner case memleak in adpcm decoder)
-
-------------------------------------------------------------------------
-r10174 | andrep | 2005-03-07 14:00:48 +0100 (Mon, 07 Mar 2005) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: Link against dependent static libraries successfully on
-  Mac OS X
-
-
-------------------------------------------------------------------------
-r10173 | damienf | 2005-03-07 11:40:23 +0100 (Mon, 07 Mar 2005) | 4 lines
-Changed paths:
-   M /trunk/activex/main.cpp
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/persiststorage.cpp
-   M /trunk/activex/persiststreaminit.cpp
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-
-- 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
-
-------------------------------------------------------------------------
-r10172 | markfm | 2005-03-07 03:52:05 +0100 (Mon, 07 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ps.c
-
-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.
-
-------------------------------------------------------------------------
-r10171 | titer | 2005-03-07 01:54:26 +0100 (Mon, 07 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
- misc/freetype.c: compile fix
-
-------------------------------------------------------------------------
-r10170 | gbazin | 2005-03-06 20:37:26 +0100 (Sun, 06 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-
-* modules/codec/ffmpeg/audio.c: fix for ALAC support.
-------------------------------------------------------------------------
-r10169 | gbazin | 2005-03-06 19:46:43 +0100 (Sun, 06 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/flac.c
-
-* modules/codec/flac.c, configure.ac: FLAC packetizer doesn't depend on libflac anymore.
-------------------------------------------------------------------------
-r10168 | dionoea | 2005-03-06 19:10:51 +0100 (Sun, 06 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-remove useless --rc-extend option in favor of the longhelp command
-
-------------------------------------------------------------------------
-r10167 | gbazin | 2005-03-06 18:54:34 +0100 (Sun, 06 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* modules/codec/ffmpeg: support for libavcodec's flac decoder.
-------------------------------------------------------------------------
-r10166 | gbazin | 2005-03-06 18:53:49 +0100 (Sun, 06 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-* src/input/es_out.c: ES_OUT_SET_FMT restarts the decoder.
-------------------------------------------------------------------------
-r10165 | dionoea | 2005-03-06 17:39:27 +0100 (Sun, 06 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
- * mosaic call back help
-
-------------------------------------------------------------------------
-r10164 | markfm | 2005-03-06 17:27:35 +0100 (Sun, 06 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-enable rc logo-file on the fly
-
-------------------------------------------------------------------------
-r10163 | gbazin | 2005-03-06 17:25:02 +0100 (Sun, 06 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-
-* modules/demux/mp4, modules/codec/ffmpeg: support for Apple Lossless Audio Codec.
-------------------------------------------------------------------------
-r10162 | markfm | 2005-03-06 15:48:14 +0100 (Sun, 06 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-transcode -- prevent user error, limit mp3 channels to max of 2
-
-------------------------------------------------------------------------
-r10161 | gbazin | 2005-03-06 14:55:48 +0100 (Sun, 06 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* src/video_output/video_output.c: revert commit 10160 which breaks direct-rendering.
-------------------------------------------------------------------------
-r10160 | robux4 | 2005-03-06 14:44:17 +0100 (Sun, 06 Mar 2005) | 4 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-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
-------------------------------------------------------------------------
-r10159 | courmisch | 2005-03-06 12:07:41 +0100 (Sun, 06 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Fixes segfault
-
-------------------------------------------------------------------------
-r10158 | hartman | 2005-03-06 11:53:18 +0100 (Sun, 06 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-* added statistics, blue/green wall filter and goom effect video filter to the TODO list
-
-------------------------------------------------------------------------
-r10157 | robux4 | 2005-03-06 11:36:49 +0100 (Sun, 06 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: support aspect ratio for video tracks
-------------------------------------------------------------------------
-r10156 | courmisch | 2005-03-06 10:06:09 +0100 (Sun, 06 Mar 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-- support for client certificate verification from SSL server
-  (= sort of server-side support for secure VoD)
-- fixes global mutex name
-
-------------------------------------------------------------------------
-r10154 | gbazin | 2005-03-05 19:07:49 +0100 (Sat, 05 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/video_output/wingdi.c
-
-* modules/video_output/wingdi.c, include/video_output.h: disable GAPI when the video window looses the focus.
-------------------------------------------------------------------------
-r10153 | gbazin | 2005-03-05 19:05:42 +0100 (Sat, 05 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/video.cpp
-   M /trunk/modules/gui/wince/wince.h
-
-* modules/gui/wince/*: improvements to the WinCE interface.
-------------------------------------------------------------------------
-r10152 | gbazin | 2005-03-05 19:02:56 +0100 (Sat, 05 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/stream.c
-
-* src/input/stream.c: check return value of malloc/realloc.
-------------------------------------------------------------------------
-r10151 | courmisch | 2005-03-05 19:01:05 +0100 (Sat, 05 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Memleak fixed
-
-------------------------------------------------------------------------
-r10150 | gbazin | 2005-03-05 18:54:19 +0100 (Sat, 05 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/aac.c
-   M /trunk/modules/demux/aiff.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/playlist/old.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/pva.c
-   M /trunk/modules/demux/real.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/util/id3.c
-   M /trunk/modules/demux/wav.c
-   M /trunk/modules/services_discovery/sap.c
-
-* modules/demux/*: removed useless probing messages.
-------------------------------------------------------------------------
-r10149 | sigmunau | 2005-03-05 18:49:33 +0100 (Sat, 05 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-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
-
-------------------------------------------------------------------------
-r10148 | courmisch | 2005-03-05 18:46:10 +0100 (Sat, 05 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_tls.h
-   M /trunk/modules/access/http.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/misc/tls.c
-
-- TLS API cleanup
-- some minor fixes as well
-
-------------------------------------------------------------------------
-r10147 | gbazin | 2005-03-05 18:18:30 +0100 (Sat, 05 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/screen/x11.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/control/http.c
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/interface.c
-
-* ALL: a few fixes.
-------------------------------------------------------------------------
-r10146 | gbazin | 2005-03-05 18:06:35 +0100 (Sat, 05 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
-
-* modules/gui/wxwindows/timer.cpp: release input when interface is exiting.
-------------------------------------------------------------------------
-r10145 | gbazin | 2005-03-05 17:49:15 +0100 (Sat, 05 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/visualization/goom.c
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_pictures.c
-
-* include/video_output.h, ALL: changed api for vout_Request()/vout_Create() to be more flexible.
-------------------------------------------------------------------------
-r10144 | robux4 | 2005-03-05 15:02:39 +0100 (Sat, 05 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdread.c
-
-dvdread.c: fix the title duration & time reports
-------------------------------------------------------------------------
-r10143 | sigmunau | 2005-03-05 14:42:09 +0100 (Sat, 05 Mar 2005) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_filter.h
-   M /trunk/modules/misc/freetype.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-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)
-
-------------------------------------------------------------------------
-r10142 | robux4 | 2005-03-05 13:55:02 +0100 (Sat, 05 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_demux.h
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/src/input/input.c
-
-input.c, vlc_demux.h: allow seeking back in the same chapter
-mkv.cpp: handle the new DEMUX_GET_SEEKPOINT_TIME
-------------------------------------------------------------------------
-r10141 | courmisch | 2005-03-05 12:06:26 +0100 (Sat, 05 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-
-Unbreak streaming wizard in Unicode compile
-(DO NOT use c_str() !!!)
-
-------------------------------------------------------------------------
-r10140 | courmisch | 2005-03-05 11:55:32 +0100 (Sat, 05 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-UTF8 fixes
-
-------------------------------------------------------------------------
-r10139 | courmisch | 2005-03-04 19:19:33 +0100 (Fri, 04 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Fixed memleak
-
-------------------------------------------------------------------------
-r10138 | robux4 | 2005-03-04 19:01:39 +0100 (Fri, 04 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: chapters are visible by default
-------------------------------------------------------------------------
-r10137 | courmisch | 2005-03-04 17:51:51 +0100 (Fri, 04 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/modules/misc/gnutls.c
-
-TLS session resumption support
-
-------------------------------------------------------------------------
-r10136 | courmisch | 2005-03-04 16:20:03 +0100 (Fri, 04 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-Fixes translation of encryption
-
-------------------------------------------------------------------------
-r10135 | courmisch | 2005-03-04 14:26:14 +0100 (Fri, 04 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-
-Add HTTP/SSL
-
-------------------------------------------------------------------------
-r10134 | yoann | 2005-03-04 13:55:48 +0100 (Fri, 04 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/vlm.txt
-   M /trunk/src/misc/vlm.c
-
-* update VLM help about inputdel
-
-------------------------------------------------------------------------
-r10133 | courmisch | 2005-03-04 13:44:14 +0100 (Fri, 04 Mar 2005) | 6 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/configure.ac
-
-- check for gnutls rewritten : now works with mingw32
-
-Precompiled static libraries for gnutls can be found there :
-ftp://ftp.gnutls.org/pub/gnutls/win32
-
-
-------------------------------------------------------------------------
-r10132 | yoann | 2005-03-04 13:28:18 +0100 (Fri, 04 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   M /trunk/share/http/vlm/index.html
-
-* 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
-
-------------------------------------------------------------------------
-r10131 | markfm | 2005-03-04 13:12:11 +0100 (Fri, 04 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/video_filter/logo.c
-
-Make logo-x, logo-y operate relative to upper left corner.  logo-x/-y/-position/-transparency accessible via rc
-
-------------------------------------------------------------------------
-r10130 | gbazin | 2005-03-04 13:08:43 +0100 (Fri, 04 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/timer.cpp
-
-* modules/gui/wxwindows/timer.cpp: don't forget to yield/release the input otherwise you're bound to access an invalid pointer later on.
-------------------------------------------------------------------------
-r10129 | gbazin | 2005-03-04 12:13:42 +0100 (Fri, 04 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_spu.h
-
-* ../include/vlc_spu.h: fixed typo that was triggering a segfault with --enable-memory-optimize.
-------------------------------------------------------------------------
-r10128 | markfm | 2005-03-04 02:57:52 +0100 (Fri, 04 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/time.c
-
-time/marq -- correct positioning so that x-y are always referenced to upper left corner
-
-------------------------------------------------------------------------
-r10127 | gbazin | 2005-03-03 23:55:34 +0100 (Thu, 03 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-
-* modules/gui/wxwindows: portability fixes by Erik Simko (erik dot simko at gmail dot com).
-------------------------------------------------------------------------
-r10126 | robux4 | 2005-03-03 22:58:46 +0100 (Thu, 03 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: fix stuttering issue on timestamp (could be cleaner)
-------------------------------------------------------------------------
-r10125 | courmisch | 2005-03-03 22:56:04 +0100 (Thu, 03 Mar 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-- Specify a charset (according to locale) for HTML pages in Content-Type
-  (needed when some playlist items name are not ASCII)
-- Remove unused variable
-
-------------------------------------------------------------------------
-r10124 | sigmunau | 2005-03-03 21:07:50 +0100 (Thu, 03 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-TODO: Update with recent work.
-
-------------------------------------------------------------------------
-r10123 | zorglub | 2005-03-03 19:30:07 +0100 (Thu, 03 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
-Handle module variables in sout options parser
-
-------------------------------------------------------------------------
-r10122 | zorglub | 2005-03-03 18:35:26 +0100 (Thu, 03 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r10121 | courmisch | 2005-03-03 16:19:30 +0100 (Thu, 03 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/httpd.c
-
-Fixes invalid memory access in case of TLS handshake failure
-
-------------------------------------------------------------------------
-r10120 | gbazin | 2005-03-03 15:45:52 +0100 (Thu, 03 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-* modules/video_output/directx/directx.c: compilation fix.
-------------------------------------------------------------------------
-r10119 | gbazin | 2005-03-03 15:15:48 +0100 (Thu, 03 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/filter.cpp
-
-* modules/access/dshow/filter.cpp: re-enabled code to properly do the cleanup on close.
-------------------------------------------------------------------------
-r10118 | gbazin | 2005-03-03 14:19:26 +0100 (Thu, 03 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-*  modules/codec/x264.c: compilation fix for new libx264.
-------------------------------------------------------------------------
-r10117 | gbazin | 2005-03-03 09:34:15 +0100 (Thu, 03 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-
-* modules/gui/wince: try to save up a bit on memory usage.
-------------------------------------------------------------------------
-r10116 | gbazin | 2005-03-03 09:24:14 +0100 (Thu, 03 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: new --enable-optimize-memory option.
-------------------------------------------------------------------------
-r10115 | gbazin | 2005-03-03 09:14:23 +0100 (Thu, 03 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/stream.c
-
-* src/input/stream.c: use less memory for the stream cache when OPTIMIZE_MEMORY is defined.
-------------------------------------------------------------------------
-r10114 | gbazin | 2005-03-03 09:13:30 +0100 (Thu, 03 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_config.h
-
-* include/vlc_config.h: removed unused stuff + allocate less VOUT pictures when OPTIMIZE_MEMORY is defined.
-------------------------------------------------------------------------
-r10113 | courmisch | 2005-03-03 09:11:31 +0100 (Thu, 03 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-
-- Fixed a typo. Skins2 wouldn't compile
-
-------------------------------------------------------------------------
-r10112 | zorglub | 2005-03-03 07:58:04 +0100 (Thu, 03 Mar 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/codec/toolame.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/showintf.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/mux/mpjpeg.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output/aa.c
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/visualization/goom.c
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/src/libvlc.h
-
-Preferences consistency fixes by Christophe Mutricy <xtophe at nxtelevision d0t com>
-
-+ put access and demux in the right place
-
-
-------------------------------------------------------------------------
-r10111 | titer | 2005-03-03 06:22:01 +0100 (Thu, 03 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
- video_filter/mosaic.c: compile fix
-
-------------------------------------------------------------------------
-r10110 | gbazin | 2005-03-03 00:05:08 +0100 (Thu, 03 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_config.h
-
-* include/vlc_config.h: removed deprecated stuff.
-------------------------------------------------------------------------
-r10109 | gbazin | 2005-03-03 00:04:05 +0100 (Thu, 03 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: remove unnecessary modules from WinCE build.
-------------------------------------------------------------------------
-r10108 | gbazin | 2005-03-03 00:01:22 +0100 (Thu, 03 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: vlc-config has to be generated by configure.
-------------------------------------------------------------------------
-r10107 | robux4 | 2005-03-02 22:08:18 +0100 (Wed, 02 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: update the seekpoint location after a manual seek
-------------------------------------------------------------------------
-r10106 | robux4 | 2005-03-02 21:58:24 +0100 (Wed, 02 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: handle EOF correctly for ordered chapters
-------------------------------------------------------------------------
-r10104 | courmisch | 2005-03-02 20:45:39 +0100 (Wed, 02 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/TODO
-
-- Add dependency of update-includes on vlc-config
-- TODO: SSL on Windows
-
-------------------------------------------------------------------------
-r10103 | dionoea | 2005-03-02 18:57:22 +0100 (Wed, 02 Mar 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
-remove debug messages, correct automatic positioning when an mosaic-order
-is specified
-
-
-------------------------------------------------------------------------
-r10102 | robux4 | 2005-03-02 17:53:16 +0100 (Wed, 02 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: fix a gcc compilation error
-------------------------------------------------------------------------
-r10101 | robux4 | 2005-03-02 17:47:31 +0100 (Wed, 02 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/connectioncontainer.cpp
-   M /trunk/activex/connectioncontainer.h
-   M /trunk/activex/main.cpp
-   M /trunk/activex/objectsafety.cpp
-   M /trunk/activex/objectsafety.h
-   M /trunk/activex/olecontrol.cpp
-   M /trunk/activex/olecontrol.h
-   M /trunk/activex/oleinplaceactiveobject.cpp
-   M /trunk/activex/oleinplaceactiveobject.h
-   M /trunk/activex/oleinplaceobject.cpp
-   M /trunk/activex/oleinplaceobject.h
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/oleobject.h
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/persistpropbag.h
-   M /trunk/activex/persiststorage.cpp
-   M /trunk/activex/persiststorage.h
-   M /trunk/activex/persiststreaminit.cpp
-   M /trunk/activex/persiststreaminit.h
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/provideclassinfo.cpp
-   M /trunk/activex/provideclassinfo.h
-   M /trunk/activex/utils.cpp
-   M /trunk/activex/utils.h
-   M /trunk/activex/vlccontrol.cpp
-   M /trunk/activex/vlccontrol.h
-   M /trunk/evc/errno.h
-   M /trunk/evc/modules_builtin_evc.h
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/beos_specific.h
-   M /trunk/include/charset.h
-   M /trunk/include/codecs.h
-   M /trunk/include/configuration.h
-   M /trunk/include/darwin_specific.h
-   M /trunk/include/intf_eject.h
-   M /trunk/include/iso_lang.h
-   M /trunk/include/main.h
-   M /trunk/include/mmx.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/include/mtime.h
-   M /trunk/include/network.h
-   M /trunk/include/os_specific.h
-   M /trunk/include/osd.h
-   M /trunk/include/snapshot.h
-   M /trunk/include/stream_output.h
-   M /trunk/include/variables.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc/aout.h
-   M /trunk/include/vlc/decoder.h
-   M /trunk/include/vlc/input.h
-   M /trunk/include/vlc/intf.h
-   M /trunk/include/vlc/sout.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc/vout.h
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_bits.h
-   M /trunk/include/vlc_block.h
-   M /trunk/include/vlc_block_helper.h
-   M /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_config.h
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/include/vlc_cpu.h
-   M /trunk/include/vlc_demux.h
-   M /trunk/include/vlc_error.h
-   M /trunk/include/vlc_es.h
-   M /trunk/include/vlc_es_out.h
-   M /trunk/include/vlc_filter.h
-   M /trunk/include/vlc_httpd.h
-   M /trunk/include/vlc_image.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_keys.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_spu.h
-   M /trunk/include/vlc_stream.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/include/vlc_tls.h
-   M /trunk/include/vlc_video.h
-   M /trunk/include/vlc_vlm.h
-   M /trunk/include/vlc_vod.h
-   M /trunk/include/vlc_xml.h
-   M /trunk/include/vout_synchro.h
-   M /trunk/include/win32_specific.h
-   M /trunk/lxdialog/checklist.c
-   M /trunk/lxdialog/colors.h
-   M /trunk/lxdialog/dialog.h
-   M /trunk/lxdialog/inputbox.c
-   M /trunk/lxdialog/lxdialog.c
-   M /trunk/lxdialog/menubox.c
-   M /trunk/lxdialog/msgbox.c
-   M /trunk/lxdialog/textbox.c
-   M /trunk/lxdialog/util.c
-   M /trunk/lxdialog/yesno.c
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/access.h
-   M /trunk/modules/access/cdda/callback.c
-   M /trunk/modules/access/cdda/callback.h
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/cdda/info.h
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dshow/common.h
-   M /trunk/modules/access/dshow/crossbar.cpp
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dshow/filter.h
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/asf.c
-   M /trunk/modules/access/mms/asf.h
-   M /trunk/modules/access/mms/buffer.c
-   M /trunk/modules/access/mms/buffer.h
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mms.h
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmsh.h
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/mms/mmstu.h
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/access/pvr/videodev2.h
-   M /trunk/modules/access/satellite/access.c
-   M /trunk/modules/access/satellite/dvb.c
-   M /trunk/modules/access/satellite/dvb.h
-   M /trunk/modules/access/satellite/satellite.c
-   M /trunk/modules/access/screen/beos.cpp
-   M /trunk/modules/access/screen/mac.c
-   M /trunk/modules/access/screen/screen.c
-   M /trunk/modules/access/screen/screen.h
-   M /trunk/modules/access/screen/win32.c
-   M /trunk/modules/access/screen/x11.c
-   M /trunk/modules/access/slp.c
-   M /trunk/modules/access/smb.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/access/v4l/videodev_mjpeg.h
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcd/cdrom.h
-   M /trunk/modules/access/vcd/cdrom_internals.h
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/demux.c
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/info.h
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/access/vcdx/intf.h
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcd.h
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-   M /trunk/modules/access_output/dummy.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/channel_mixer/simple.c
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos8.c
-   M /trunk/modules/audio_filter/converter/float32tou16.c
-   M /trunk/modules/audio_filter/converter/float32tou8.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_filter/converter/s16tofixed32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/audio_filter/converter/s8tofloat32.c
-   M /trunk/modules/audio_filter/converter/u8tofixed32.c
-   M /trunk/modules/audio_filter/converter/u8tofloat32.c
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/audio_filter/equalizer_presets.h
-   M /trunk/modules/audio_filter/format.c
-   M /trunk/modules/audio_filter/normvol.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.h
-   M /trunk/modules/audio_filter/resampler/coreaudio.c
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/coreaudio.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/hd1000a.cpp
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/portaudio.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/cinepak.c
-   M /trunk/modules/codec/cmml/browser_open.c
-   M /trunk/modules/codec/cmml/browser_open.h
-   M /trunk/modules/codec/cmml/cmml.c
-   M /trunk/modules/codec/cmml/history.c
-   M /trunk/modules/codec/cmml/history.h
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/cmml/xarray.c
-   M /trunk/modules/codec/cmml/xarray.h
-   M /trunk/modules/codec/cmml/xlist.c
-   M /trunk/modules/codec/cmml/xlist.h
-   M /trunk/modules/codec/cmml/xstrcat.h
-   M /trunk/modules/codec/cmml/xtag.c
-   M /trunk/modules/codec/cmml/xtag.h
-   M /trunk/modules/codec/cmml/xurl.c
-   M /trunk/modules/codec/cmml/xurl.h
-   M /trunk/modules/codec/cvdsub.c
-   M /trunk/modules/codec/dirac.c
-   M /trunk/modules/codec/dmo/buffer.c
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/dmo/dmo.h
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/chroma.c
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mash.cpp
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/png.c
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/spudec/spudec.h
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/modules/codec/tarkin.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/toolame.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/control/corba/corba.c
-   M /trunk/modules/control/corba/mediacontrol-core.c
-   M /trunk/modules/control/corba/mediacontrol-core.h
-   M /trunk/modules/control/corba/mediacontrol-init.c
-   M /trunk/modules/control/corba/mediacontrol-plugin.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/control/joystick.c
-   M /trunk/modules/control/lirc.c
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/showintf.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/mp4/drms.h
-   M /trunk/modules/demux/mp4/drmstables.h
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mpeg/h264.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/old.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/ps.h
-   M /trunk/modules/demux/util/id3.c
-   M /trunk/modules/demux/util/id3genres.h
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/Bitmaps.h
-   M /trunk/modules/gui/beos/DrawingTidbits.cpp
-   M /trunk/modules/gui/beos/DrawingTidbits.h
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/ListViews.cpp
-   M /trunk/modules/gui/beos/ListViews.h
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/MediaControlView.h
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-   M /trunk/modules/gui/beos/MessagesWindow.h
-   M /trunk/modules/gui/beos/MsgVals.h
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.h
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-   M /trunk/modules/gui/beos/TransportButton.cpp
-   M /trunk/modules/gui/beos/TransportButton.h
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-   M /trunk/modules/gui/gtk/common.h
-   M /trunk/modules/gui/gtk/control.c
-   M /trunk/modules/gui/gtk/control.h
-   M /trunk/modules/gui/gtk/display.c
-   M /trunk/modules/gui/gtk/display.h
-   M /trunk/modules/gui/gtk/gnome.c
-   M /trunk/modules/gui/gtk/gnome_callbacks.c
-   M /trunk/modules/gui/gtk/gnome_callbacks.h
-   M /trunk/modules/gui/gtk/gnome_interface.c
-   M /trunk/modules/gui/gtk/gnome_interface.h
-   M /trunk/modules/gui/gtk/gnome_support.c
-   M /trunk/modules/gui/gtk/gnome_support.h
-   M /trunk/modules/gui/gtk/gtk.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.c
-   M /trunk/modules/gui/gtk/gtk_callbacks.h
-   M /trunk/modules/gui/gtk/gtk_interface.c
-   M /trunk/modules/gui/gtk/gtk_interface.h
-   M /trunk/modules/gui/gtk/gtk_support.c
-   M /trunk/modules/gui/gtk/gtk_support.h
-   M /trunk/modules/gui/gtk/menu.c
-   M /trunk/modules/gui/gtk/menu.h
-   M /trunk/modules/gui/gtk/modules.c
-   M /trunk/modules/gui/gtk/modules.h
-   M /trunk/modules/gui/gtk/open.c
-   M /trunk/modules/gui/gtk/open.h
-   M /trunk/modules/gui/gtk/playlist.c
-   M /trunk/modules/gui/gtk/playlist.h
-   M /trunk/modules/gui/gtk/preferences.c
-   M /trunk/modules/gui/gtk/preferences.h
-   M /trunk/modules/gui/gtk/sout.c
-   M /trunk/modules/gui/gtk2/gnome2.c
-   M /trunk/modules/gui/gtk2/gnome2_callbacks.c
-   M /trunk/modules/gui/gtk2/gnome2_callbacks.h
-   M /trunk/modules/gui/gtk2/gnome2_interface.c
-   M /trunk/modules/gui/gtk2/gnome2_interface.h
-   M /trunk/modules/gui/gtk2/gnome2_support.c
-   M /trunk/modules/gui/gtk2/gnome2_support.h
-   M /trunk/modules/gui/gtk2/gtk2.c
-   M /trunk/modules/gui/gtk2/gtk2_callbacks.c
-   M /trunk/modules/gui/gtk2/gtk2_callbacks.h
-   M /trunk/modules/gui/gtk2/gtk2_interface.c
-   M /trunk/modules/gui/gtk2/gtk2_interface.h
-   M /trunk/modules/gui/gtk2/gtk2_support.c
-   M /trunk/modules/gui/gtk2/gtk2_support.h
-   M /trunk/modules/gui/kde/QConfigItem.cpp
-   M /trunk/modules/gui/kde/QConfigItem.h
-   M /trunk/modules/gui/kde/common.h
-   M /trunk/modules/gui/kde/disc.cpp
-   M /trunk/modules/gui/kde/disc.h
-   M /trunk/modules/gui/kde/info.cpp
-   M /trunk/modules/gui/kde/info.h
-   M /trunk/modules/gui/kde/interface.cpp
-   M /trunk/modules/gui/kde/interface.h
-   M /trunk/modules/gui/kde/kde.cpp
-   M /trunk/modules/gui/kde/languagemenu.cpp
-   M /trunk/modules/gui/kde/languagemenu.h
-   M /trunk/modules/gui/kde/menu.cpp
-   M /trunk/modules/gui/kde/menu.h
-   M /trunk/modules/gui/kde/messages.cpp
-   M /trunk/modules/gui/kde/messages.h
-   M /trunk/modules/gui/kde/net.cpp
-   M /trunk/modules/gui/kde/net.h
-   M /trunk/modules/gui/kde/pluginsbox.cpp
-   M /trunk/modules/gui/kde/pluginsbox.h
-   M /trunk/modules/gui/kde/preferences.cpp
-   M /trunk/modules/gui/kde/preferences.h
-   M /trunk/modules/gui/kde/slider.cpp
-   M /trunk/modules/gui/kde/slider.h
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/applescript.h
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/equalizer.h
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/output.h
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda.h
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-   M /trunk/modules/gui/pda/pda_interface.c
-   M /trunk/modules/gui/pda/pda_interface.h
-   M /trunk/modules/gui/pda/pda_support.c
-   M /trunk/modules/gui/pda/pda_support.h
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/gui/qnx/qnx.c
-   M /trunk/modules/gui/qnx/vout.c
-   M /trunk/modules/gui/qt/intf.cpp
-   M /trunk/modules/gui/qt/intf.h
-   M /trunk/modules/gui/qt/qt.cpp
-   M /trunk/modules/gui/skins2/commands/async_queue.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
-   M /trunk/modules/gui/skins2/events/evt_input.cpp
-   M /trunk/modules/gui/skins2/events/evt_key.cpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.cpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.cpp
-   M /trunk/modules/gui/skins2/events/evt_special.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/gui/skins2/src/anchor.cpp
-   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/logger.cpp
-   M /trunk/modules/gui/skins2/src/os_factory.cpp
-   M /trunk/modules/gui/skins2/src/png_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-   M /trunk/modules/gui/skins2/src/tooltip.cpp
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-   M /trunk/modules/gui/skins2/src/var_manager.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vout_window.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/utils/bezier.cpp
-   M /trunk/modules/gui/skins2/utils/fsm.cpp
-   M /trunk/modules/gui/skins2/utils/position.cpp
-   M /trunk/modules/gui/skins2/utils/ustring.cpp
-   M /trunk/modules/gui/skins2/utils/var_bool.cpp
-   M /trunk/modules/gui/skins2/utils/var_list.cpp
-   M /trunk/modules/gui/skins2/utils/var_percent.cpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-   M /trunk/modules/gui/skins2/vars/time.cpp
-   M /trunk/modules/gui/skins2/vars/volume.cpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_timer.cpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
-   M /trunk/modules/gui/skins2/win32/win32_window.cpp
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_timer.cpp
-   M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-   M /trunk/modules/gui/wince/fileinfo.cpp
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.h
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/video.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/dialogs.cpp
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/modules/gui/wxwindows/fileinfo.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-   M /trunk/modules/gui/wxwindows/menus.cpp
-   M /trunk/modules/gui/wxwindows/messages.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/preferences.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.h
-   M /trunk/modules/gui/wxwindows/streamdata.h
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/modules/misc/dummy/decoder.c
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/dummy/dummy.h
-   M /trunk/modules/misc/dummy/encoder.c
-   M /trunk/modules/misc/dummy/input.c
-   M /trunk/modules/misc/dummy/interface.c
-   M /trunk/modules/misc/dummy/renderer.c
-   M /trunk/modules/misc/dummy/vout.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/memcpy/fastmemcpy.h
-   M /trunk/modules/misc/memcpy/memcpy.c
-   M /trunk/modules/misc/memcpy/memcpyaltivec.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/modules/misc/playlist/export.c
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/misc/playlist/old.c
-   M /trunk/modules/misc/qte_main.cpp
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/misc/screensaver.c
-   M /trunk/modules/misc/svg.c
-   M /trunk/modules/misc/testsuite/playlist.c
-   M /trunk/modules/misc/testsuite/test1.c
-   M /trunk/modules/misc/testsuite/test2.cpp
-   M /trunk/modules/misc/testsuite/test4.c
-   M /trunk/modules/misc/xml/libxml.c
-   M /trunk/modules/misc/xml/xtag.c
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpeg/bits.h
-   M /trunk/modules/mux/mpeg/csa.c
-   M /trunk/modules/mux/mpeg/csa.h
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/pes.h
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/mux/mpjpeg.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/mux/wav.c
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/h264.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/stream_out/announce.c
-   M /trunk/modules/stream_out/announce.h
-   M /trunk/modules/stream_out/description.c
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/dummy.c
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/gather.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/stream_out/transrate/block.c
-   M /trunk/modules/stream_out/transrate/frame.c
-   M /trunk/modules/stream_out/transrate/getvlc.h
-   M /trunk/modules/stream_out/transrate/putvlc.h
-   M /trunk/modules/stream_out/transrate/transrate.c
-   M /trunk/modules/stream_out/transrate/transrate.h
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_chroma/i420_rgb.h
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb8.c
-   M /trunk/modules/video_chroma/i420_rgb_c.h
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-   M /trunk/modules/video_chroma/i420_ymga.c
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i420_yuy2.h
-   M /trunk/modules/video_chroma/i422_yuy2.c
-   M /trunk/modules/video_chroma/i422_yuy2.h
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/blend.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/filter_common.h
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/scale.c
-   M /trunk/modules/video_filter/swscale/common.h
-   M /trunk/modules/video_filter/swscale/filter.c
-   M /trunk/modules/video_filter/swscale/rgb2rgb.c
-   M /trunk/modules/video_filter/swscale/rgb2rgb.h
-   M /trunk/modules/video_filter/swscale/rgb2rgb_template.c
-   M /trunk/modules/video_filter/swscale/swscale.c
-   M /trunk/modules/video_filter/swscale/swscale.h
-   M /trunk/modules/video_filter/swscale/swscale_altivec_template.c
-   M /trunk/modules/video_filter/swscale/swscale_internal.h
-   M /trunk/modules/video_filter/swscale/swscale_template.c
-   M /trunk/modules/video_filter/swscale/yuv2rgb.c
-   M /trunk/modules/video_filter/swscale/yuv2rgb_altivec.c
-   M /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
-   M /trunk/modules/video_filter/swscale/yuv2rgb_template.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output/aa.c
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/directx/vout.h
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/glide.c
-   M /trunk/modules/video_output/hd1000v.cpp
-   M /trunk/modules/video_output/image.c
-   M /trunk/modules/video_output/mga.c
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/picture.c
-   M /trunk/modules/video_output/picture.h
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/qte/qte.h
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/snapshot.c
-   M /trunk/modules/video_output/svgalib.c
-   M /trunk/modules/video_output/wingdi.c
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-   M /trunk/modules/video_output/x11/xvideo.c
-   M /trunk/modules/visualization/galaktos/PCM.c
-   M /trunk/modules/visualization/galaktos/PCM.h
-   M /trunk/modules/visualization/galaktos/beat_detect.c
-   M /trunk/modules/visualization/galaktos/beat_detect.h
-   M /trunk/modules/visualization/galaktos/builtin_funcs.c
-   M /trunk/modules/visualization/galaktos/builtin_funcs.h
-   M /trunk/modules/visualization/galaktos/common.h
-   M /trunk/modules/visualization/galaktos/compare.h
-   M /trunk/modules/visualization/galaktos/custom_shape.c
-   M /trunk/modules/visualization/galaktos/custom_shape.h
-   M /trunk/modules/visualization/galaktos/custom_shape_types.h
-   M /trunk/modules/visualization/galaktos/custom_wave.c
-   M /trunk/modules/visualization/galaktos/custom_wave.h
-   M /trunk/modules/visualization/galaktos/custom_wave_types.h
-   M /trunk/modules/visualization/galaktos/engine_vars.c
-   M /trunk/modules/visualization/galaktos/engine_vars.h
-   M /trunk/modules/visualization/galaktos/eval.c
-   M /trunk/modules/visualization/galaktos/eval.h
-   M /trunk/modules/visualization/galaktos/expr_types.h
-   M /trunk/modules/visualization/galaktos/fatal.h
-   M /trunk/modules/visualization/galaktos/fftsg.c
-   M /trunk/modules/visualization/galaktos/func.c
-   M /trunk/modules/visualization/galaktos/func.h
-   M /trunk/modules/visualization/galaktos/func_types.h
-   M /trunk/modules/visualization/galaktos/idle_preset.h
-   M /trunk/modules/visualization/galaktos/init_cond.c
-   M /trunk/modules/visualization/galaktos/init_cond.h
-   M /trunk/modules/visualization/galaktos/init_cond_types.h
-   M /trunk/modules/visualization/galaktos/interface_types.h
-   M /trunk/modules/visualization/galaktos/main.c
-   M /trunk/modules/visualization/galaktos/main.h
-   M /trunk/modules/visualization/galaktos/param.c
-   M /trunk/modules/visualization/galaktos/param.h
-   M /trunk/modules/visualization/galaktos/param_types.h
-   M /trunk/modules/visualization/galaktos/parser.c
-   M /trunk/modules/visualization/galaktos/parser.h
-   M /trunk/modules/visualization/galaktos/per_frame_eqn.c
-   M /trunk/modules/visualization/galaktos/per_frame_eqn.h
-   M /trunk/modules/visualization/galaktos/per_frame_eqn_types.h
-   M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
-   M /trunk/modules/visualization/galaktos/per_pixel_eqn.h
-   M /trunk/modules/visualization/galaktos/per_pixel_eqn_types.h
-   M /trunk/modules/visualization/galaktos/per_point_types.h
-   M /trunk/modules/visualization/galaktos/plugin.c
-   M /trunk/modules/visualization/galaktos/plugin.h
-   M /trunk/modules/visualization/galaktos/preset.c
-   M /trunk/modules/visualization/galaktos/preset.h
-   M /trunk/modules/visualization/galaktos/preset_types.h
-   M /trunk/modules/visualization/galaktos/splaytree.c
-   M /trunk/modules/visualization/galaktos/splaytree.h
-   M /trunk/modules/visualization/galaktos/splaytree_types.h
-   M /trunk/modules/visualization/galaktos/tree_types.c
-   M /trunk/modules/visualization/galaktos/tree_types.h
-   M /trunk/modules/visualization/galaktos/video_init.c
-   M /trunk/modules/visualization/galaktos/video_init.h
-   M /trunk/modules/visualization/goom.c
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/fft.c
-   M /trunk/modules/visualization/visual/fft.h
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/modules/visualization/visual/visual.h
-   M /trunk/modules/visualization/xosd.c
-   M /trunk/mozilla/support/classinfo.h
-   M /trunk/mozilla/support/npmac.cpp
-   M /trunk/mozilla/support/npunix.c
-   M /trunk/mozilla/support/npwin.cpp
-   M /trunk/mozilla/vlcpeer.cpp
-   M /trunk/mozilla/vlcpeer.h
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/msvc/modules_builtin_msvc.h
-   M /trunk/python/vlcmodule.c
-   M /trunk/share/newres.h
-   M /trunk/share/resource.h
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/extras/dirent.c
-   M /trunk/src/extras/getopt.c
-   M /trunk/src/extras/getopt.h
-   M /trunk/src/extras/getopt1.c
-   M /trunk/src/extras/libc.c
-   M /trunk/src/input/access.c
-   M /trunk/src/input/clock.c
-   M /trunk/src/input/control.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/mem_stream.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/input/var.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/block.c
-   M /trunk/src/misc/charset.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/misc/error.c
-   M /trunk/src/misc/httpd.c
-   M /trunk/src/misc/image.c
-   M /trunk/src/misc/iso-639_def.h
-   M /trunk/src/misc/iso_lang.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/net.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/tls.c
-   M /trunk/src/misc/variables.c
-   M /trunk/src/misc/vlm.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/misc/xml.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/services_discovery.c
-   M /trunk/src/playlist/sort.c
-   M /trunk/src/playlist/view.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_widgets.c
-   M /trunk/src/video_output/vout_intf.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_pictures.h
-   M /trunk/src/video_output/vout_subpictures.c
-   M /trunk/src/video_output/vout_synchro.c
-   M /trunk/src/vlc.c
-
-Avoid \r\n problems between platforms
-------------------------------------------------------------------------
-r10100 | robux4 | 2005-03-02 17:19:56 +0100 (Wed, 02 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: ordered chapters now functional !
-------------------------------------------------------------------------
-r10099 | robux4 | 2005-03-02 17:16:56 +0100 (Wed, 02 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/src/input/es_out.c
-
-video.c: don't display pre-rolled pictures
-es_out.c: handle the pre-roll earlier
-------------------------------------------------------------------------
-r10098 | damienf | 2005-03-02 14:45:45 +0100 (Wed, 02 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/activex/main.cpp
-   M /trunk/vlc.win32.nsi
-
-- install axvlc.dll within the VLC directory, rather than WINDOWS
-- DllRegisterServer modified to use current DLL path when registering control
-
-------------------------------------------------------------------------
-r10097 | gbazin | 2005-03-02 12:00:16 +0100 (Wed, 02 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/theora.c
-
-* modules/codec/theora.c: sanity check for invalid theora header.
-------------------------------------------------------------------------
-r10096 | robux4 | 2005-03-02 11:34:01 +0100 (Wed, 02 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: correct use of the default chapter edition
-------------------------------------------------------------------------
-r10095 | courmisch | 2005-03-02 11:27:35 +0100 (Wed, 02 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/vlc-config.in.in
-
-Unbreak make vlc from subdir
-
-------------------------------------------------------------------------
-r10094 | gbazin | 2005-03-02 11:01:39 +0100 (Wed, 02 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: added a missing vlc_object_destroy().
-------------------------------------------------------------------------
-r10093 | dionoea | 2005-03-02 00:24:08 +0100 (Wed, 02 Mar 2005) | 9 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_output/picture.c
-   M /trunk/modules/video_output/picture.h
-
-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.
-
-------------------------------------------------------------------------
-r10092 | dionoea | 2005-03-02 00:21:22 +0100 (Wed, 02 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
- * change copyright date 
-
-------------------------------------------------------------------------
-r10091 | courmisch | 2005-03-01 22:24:25 +0100 (Tue, 01 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/toolbox
-   M /trunk/vlc-config.in.in
-
-- build vlc_symbol.h modules_plugin.h and modules_builtin.h in top_builddir
-
-------------------------------------------------------------------------
-r10090 | titer | 2005-03-01 21:56:17 +0100 (Tue, 01 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
-
- ffmpeg.patch.cvs: workaround buggy lrintf detection when cross compiling
-  (fixes WMA decoding in BeOS nightly builds)
-
-------------------------------------------------------------------------
-r10089 | courmisch | 2005-03-01 21:28:37 +0100 (Tue, 01 Mar 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-
-- fix is_mult call in case of Unicode build (c_str => mb_str)
-- fix IPv6 multicast address range
-- more strict IPv4 multicast address range
-
-------------------------------------------------------------------------
-r10088 | hartman | 2005-03-01 19:39:19 +0100 (Tue, 01 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/lirc.c
-
-* Fix compile issue on lirc.c
-
-------------------------------------------------------------------------
-r10087 | massiot | 2005-03-01 19:26:29 +0100 (Tue, 01 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/picture.c
-
-* modules/video_output/picture.c: Changed the order of the commands to avoid
-  holding p_picture_vout->lock for too long.
-
-------------------------------------------------------------------------
-r10086 | robux4 | 2005-03-01 18:41:36 +0100 (Tue, 01 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: better handling of the seekpoint numbers
-------------------------------------------------------------------------
-r10085 | massiot | 2005-03-01 18:30:50 +0100 (Tue, 01 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: Fixed --sout-transcode-threads=1 option
-  (what the hell is i_duplicate ?)
-
-------------------------------------------------------------------------
-r10084 | robux4 | 2005-03-01 18:28:15 +0100 (Tue, 01 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: update the current chapter during playback
-------------------------------------------------------------------------
-r10083 | dionoea | 2005-03-01 18:16:30 +0100 (Tue, 01 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
- * fix placement calculation when vborder or hborder are non zero
-
-------------------------------------------------------------------------
-r10082 | gbazin | 2005-03-01 17:26:21 +0100 (Tue, 01 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/audio_filter/format.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/src/audio_output/common.c
-
-* modules/codec/lpcm.c: support for 20/24 bits LPCM.
-* modules/audio_filter/converter/s16tofloat32*, modules/audio_filter/format.c: s24l/s24b conversion routines.
-
-------------------------------------------------------------------------
-r10081 | dionoea | 2005-03-01 16:33:51 +0100 (Tue, 01 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_output/picture.c
-   M /trunk/modules/video_output/picture.h
-
- * add svn Id support and some copyright info in picture.h
-
-------------------------------------------------------------------------
-r10080 | markfm | 2005-03-01 16:22:47 +0100 (Tue, 01 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_filter.h
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-dynamic, per-subpicture, font size control -- i_font_size added to subpicture_region_t, new marq-size and time-size shortcuts, accessible from rc
-
-------------------------------------------------------------------------
-r10079 | robux4 | 2005-03-01 16:01:48 +0100 (Tue, 01 Mar 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: fix the chapter/edition ending time
-------------------------------------------------------------------------
-r10078 | zorglub | 2005-03-01 14:31:32 +0100 (Tue, 01 Mar 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/playlist/item.c
-
-Fix playlist export
-Remove extra SAP debug
-
-------------------------------------------------------------------------
-r10077 | hartman | 2005-03-01 10:28:37 +0100 (Tue, 01 Mar 2005) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/doc/lirc/example.lircrc
-   M /trunk/modules/control/lirc.c
-
-* 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.
-
-------------------------------------------------------------------------
-r10076 | gbazin | 2005-03-01 08:53:04 +0100 (Tue, 01 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/Modules.am
-   D /trunk/modules/control/rtci.c
-
-* modules/control/Modules.am, rtci.c: really delete rtci.c and removed DOS CR/LF from the last commit.
-
-------------------------------------------------------------------------
-r10075 | markfm | 2005-03-01 00:40:59 +0100 (Tue, 01 Mar 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/Modules.am
-
-Remove rtci.c from modules/control (implementation on hold)
-
-------------------------------------------------------------------------
-r10074 | gbazin | 2005-02-28 21:51:32 +0100 (Mon, 28 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-
-* modules/gui/wince: added a popup menu for the main interface.
-------------------------------------------------------------------------
-r10073 | gbazin | 2005-02-28 19:23:26 +0100 (Mon, 28 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-
-* modules/gui/wince: usual bunch of cleanup + updates.
-------------------------------------------------------------------------
-r10072 | dionoea | 2005-02-28 16:54:07 +0100 (Mon, 28 Feb 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/rtci.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_output/picture.c
-
- * 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
-
-------------------------------------------------------------------------
-r10071 | gbazin | 2005-02-28 15:40:27 +0100 (Mon, 28 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wince/wince_rc.rc
-
-* modules/gui/wince: some more cleanup.
-------------------------------------------------------------------------
-r10070 | markfm | 2005-02-28 13:48:26 +0100 (Mon, 28 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-
-Make sure the files are in Unix format
-
-------------------------------------------------------------------------
-r10069 | fkuehne | 2005-02-27 23:57:36 +0100 (Sun, 27 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* 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
-------------------------------------------------------------------------
-r10068 | robux4 | 2005-02-27 20:34:39 +0100 (Sun, 27 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-More ordered chapters code, still not functional
-------------------------------------------------------------------------
-r10067 | markfm | 2005-02-27 20:30:11 +0100 (Sun, 27 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_filter.h
-
-vlc_filter.h -- update pf_render_string for additional RenderText parameters.
-
-------------------------------------------------------------------------
-r10066 | markfm | 2005-02-27 20:14:41 +0100 (Sun, 27 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-freetype.c -- set default font color (white)
-
-------------------------------------------------------------------------
-r10065 | markfm | 2005-02-27 18:25:12 +0100 (Sun, 27 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-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.
-
-------------------------------------------------------------------------
-r10064 | andrep | 2005-02-27 06:51:32 +0100 (Sun, 27 Feb 2005) | 28 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutqt.m
-
-* 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 ...)
-
-
-------------------------------------------------------------------------
-r10063 | gbazin | 2005-02-26 20:28:41 +0100 (Sat, 26 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/fileinfo.cpp
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/video.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wince/wince_rc.rc
-
-* modules/gui/wince: some more code cleanup + fixes.
-------------------------------------------------------------------------
-r10062 | zorglub | 2005-02-26 16:41:22 +0100 (Sat, 26 Feb 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/mux/mpjpeg.c
-
-* Allow all MJPEG fourcc
-* Announce content-length
-* Allow  boundary string customization
-
-------------------------------------------------------------------------
-r10061 | fenrir | 2005-02-25 17:05:22 +0100 (Fri, 25 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* ts: if no dts but there is a pts then dts == pts.
-
-
-------------------------------------------------------------------------
-r10060 | gbazin | 2005-02-25 09:33:38 +0100 (Fri, 25 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wince/wince_rc.rc
-
-* ../modules/gui/wince: new CreateMenuBar() which handles win32 as well.
-------------------------------------------------------------------------
-r10059 | dionoea | 2005-02-25 00:31:56 +0100 (Fri, 25 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/po/da.po
-
-Updated danish translation by Jonas Larsen (E-bola)
-
-------------------------------------------------------------------------
-r10058 | robux4 | 2005-02-24 18:13:22 +0100 (Thu, 24 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-fill more data in the chapter classes
-------------------------------------------------------------------------
-r10057 | gbazin | 2005-02-24 16:19:05 +0100 (Thu, 24 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/fileinfo.cpp
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.h
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/video.cpp
-   M /trunk/modules/gui/wince/wince.h
-
-* modules/gui/wince: cleanup + ported to win32 (but not tried yet ;).
-------------------------------------------------------------------------
-r10056 | robux4 | 2005-02-24 14:39:38 +0100 (Thu, 24 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: add more code to support ordered chapters
-------------------------------------------------------------------------
-r10055 | hartman | 2005-02-24 01:07:30 +0100 (Thu, 24 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* start osx up in VIEW_SIMPLE and only switch to VIEW_CATEGORY when needed.
-
-------------------------------------------------------------------------
-r10054 | hartman | 2005-02-23 23:28:36 +0100 (Wed, 23 Feb 2005) | 2 lines
-Changed paths:
-   A /trunk/extras/contrib/src/Patches/goom.patch
-
-* Forgot to commit the goom2k4 patch
-
-------------------------------------------------------------------------
-r10053 | hartman | 2005-02-23 21:15:28 +0100 (Wed, 23 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-* freetype.c: fix for blurry subs? someone please confirm
-
-------------------------------------------------------------------------
-r10052 | zorglub | 2005-02-23 18:25:46 +0100 (Wed, 23 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/configure.ac
-
-Re-enable directory
-
-------------------------------------------------------------------------
-r10051 | hartman | 2005-02-23 17:27:01 +0100 (Wed, 23 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* Fix setRepresentedFilename in case p_access not present (ie. in case of access_demux)
-
-------------------------------------------------------------------------
-r10050 | hartman | 2005-02-23 16:26:27 +0100 (Wed, 23 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* Lets use the final version of goom2k4
-
-------------------------------------------------------------------------
-r10049 | gbazin | 2005-02-23 15:52:09 +0100 (Wed, 23 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c: MSVC compilation fix.
-------------------------------------------------------------------------
-r10048 | hartman | 2005-02-23 15:37:56 +0100 (Wed, 23 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-
-* Let's break the prefs again for OSX
-  now to get it working. There is a semi-todo/design list in prefs.m.
-
-------------------------------------------------------------------------
-r10047 | damienf | 2005-02-23 15:26:47 +0100 (Wed, 23 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc.inf
-
-- changed sample axvlc.inf to use VLC NSI installer
-
-------------------------------------------------------------------------
-r10046 | damienf | 2005-02-23 15:09:40 +0100 (Wed, 23 Feb 2005) | 5 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-- 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)
-
-------------------------------------------------------------------------
-r10045 | hartman | 2005-02-23 14:53:28 +0100 (Wed, 23 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/about.m
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
-
-* Update copyright to 2005 where appropriate.
-
-------------------------------------------------------------------------
-r10044 | robux4 | 2005-02-23 13:13:17 +0100 (Wed, 23 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: I was wrong, the dirent export works
-------------------------------------------------------------------------
-r10043 | robux4 | 2005-02-23 12:48:25 +0100 (Wed, 23 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: fix dirent issue with the recent "fixes"
-------------------------------------------------------------------------
-r10042 | hartman | 2005-02-23 12:37:04 +0100 (Wed, 23 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-
-* 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
-
-------------------------------------------------------------------------
-r10041 | sigmunau | 2005-02-23 11:33:07 +0100 (Wed, 23 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/wall.c
-
-wall.c: user-configurable aspect-ratio for the displays
-
-------------------------------------------------------------------------
-r10040 | sigmunau | 2005-02-23 11:11:33 +0100 (Wed, 23 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/wall.c
-
-wall.c: shut up two compiler warnings. Fix two (only one actually
-experienced) rounding errors causing invalid reads and green lines.
-
-------------------------------------------------------------------------
-r10039 | sigmunau | 2005-02-23 10:12:31 +0100 (Wed, 23 Feb 2005) | 9 lines
-Changed paths:
-   M /trunk/modules/video_filter/wall.c
-
-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)
-
-
-------------------------------------------------------------------------
-r10038 | gbazin | 2005-02-23 09:09:46 +0100 (Wed, 23 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: wince interface moved to builtins.
-------------------------------------------------------------------------
-r10037 | markfm | 2005-02-23 04:37:45 +0100 (Wed, 23 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-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.)
-
-------------------------------------------------------------------------
-r10036 | hartman | 2005-02-22 23:11:26 +0100 (Tue, 22 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-* renamed sap module from "SAP interface" to "SAP announces"
-
-------------------------------------------------------------------------
-r10035 | djc | 2005-02-22 18:27:04 +0100 (Tue, 22 Feb 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-We use setRepresentedFilename if access is File.
-Title is found in input instead of playlist (fix a small vlm bug...).
-
-
-------------------------------------------------------------------------
-r10034 | gbazin | 2005-02-22 16:53:42 +0100 (Tue, 22 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: fixed typo + removed some plugins from the WinCE build.
-------------------------------------------------------------------------
-r10033 | damienf | 2005-02-22 16:35:01 +0100 (Tue, 22 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/dshow/filter.cpp
-
-- changed dshow plugin to use common IID defined in libuuid.a (prevents linking problems if plugin is built-in)
-
-------------------------------------------------------------------------
-r10032 | gbazin | 2005-02-22 14:13:29 +0100 (Tue, 22 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-* modules/gui/wxwindows/playlist.cpp: sanity check to avoid crashes (doesn't explain why the check is triggered though).
-------------------------------------------------------------------------
-r10031 | gbazin | 2005-02-22 13:50:43 +0100 (Tue, 22 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-* src/misc/threads.c: print thread timing statistics on thread destruction (Win32 only).
-------------------------------------------------------------------------
-r10030 | damienf | 2005-02-22 12:13:11 +0100 (Tue, 22 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-added ActiveX control to the VLC installer
-
-------------------------------------------------------------------------
-r10029 | gbazin | 2005-02-21 21:32:36 +0100 (Mon, 21 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-* modules/demux/ogg.c: added support for new Ogg mapping for FLAC.
-------------------------------------------------------------------------
-r10028 | gbazin | 2005-02-21 20:16:22 +0100 (Mon, 21 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-* modules/codec/vorbis.c: uninitialized variable.
-------------------------------------------------------------------------
-r10027 | gbazin | 2005-02-21 20:15:33 +0100 (Mon, 21 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: mux_ts was moved to builtins by mistake.
-------------------------------------------------------------------------
-r10025 | gbazin | 2005-02-21 18:51:53 +0100 (Mon, 21 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-* modules/misc/network/ipv4.c: multicast support for WinCE.
-------------------------------------------------------------------------
-r10024 | gbazin | 2005-02-21 18:50:54 +0100 (Mon, 21 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/directory.c
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c, modules/access/directory.c: Win32 fixes (GetFileAttributes() returns -1 on error).
-------------------------------------------------------------------------
-r10023 | djc | 2005-02-21 17:12:14 +0100 (Mon, 21 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-Do not use setTitleWithRepresentedFilename if input is not a file.
-
-
-------------------------------------------------------------------------
-r10022 | sigmunau | 2005-02-21 16:58:02 +0100 (Mon, 21 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/wall.c
-
-wall.c: handle some rounding error causing a integer overflow. more window
-size constrain fixes
-
-------------------------------------------------------------------------
-r10021 | dionoea | 2005-02-21 16:23:46 +0100 (Mon, 21 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_output/picture.c
-
- * picture.c : slightly cleaner picture_t freeing
- * mosaic.c : add a switch to keep aspect ratio when resizing
-
-------------------------------------------------------------------------
-r10020 | gbazin | 2005-02-21 14:50:17 +0100 (Mon, 21 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-* include/vlc_common.h: compilation fix.
-------------------------------------------------------------------------
-r10019 | dionoea | 2005-02-21 14:39:01 +0100 (Mon, 21 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_output/picture.c
-
- * update the copyright dates
-
-------------------------------------------------------------------------
-r10018 | gbazin | 2005-02-21 14:35:15 +0100 (Mon, 21 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/directory.c
-
-* configure.ac, modules/access/directory.c: enabled the directory access module on WinCE.
-------------------------------------------------------------------------
-r10017 | dionoea | 2005-02-21 14:13:52 +0100 (Mon, 21 Feb 2005) | 31 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_output/Modules.am
-   A /trunk/modules/video_output/picture.c
-   A /trunk/modules/video_output/picture.h
-
-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
-
-
-
-------------------------------------------------------------------------
-r10016 | gbazin | 2005-02-21 14:07:54 +0100 (Mon, 21 Feb 2005) | 1 line
-Changed paths:
-   D /trunk/src/extras/dirent.h
-
-* src/extras/dirent.h: removed useless file.
-------------------------------------------------------------------------
-r10015 | yoann | 2005-02-21 14:06:08 +0100 (Mon, 21 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-* src/misc/vlm.c: added 'inputdeln <num>' to delete input #num (starts from 1)
-
-------------------------------------------------------------------------
-r10014 | gbazin | 2005-02-21 14:00:20 +0100 (Mon, 21 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/control/http.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/src/extras/dirent.c
-   M /trunk/src/input/subtitles.c
-
-* src/extras/dirent.c, ALL: fixed win32/ce dirent replacement and made it accessible from plugins as well.
-------------------------------------------------------------------------
-r10013 | sigmunau | 2005-02-21 13:03:28 +0100 (Mon, 21 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/wall.c
-
-wall.c: create properly sized (multiple of two each way) windows. set
-correct output resolution on the created windows
-
-------------------------------------------------------------------------
-r10012 | fenrir | 2005-02-21 10:10:53 +0100 (Mon, 21 Feb 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
- * 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).
-
-------------------------------------------------------------------------
-r10011 | fenrir | 2005-02-21 10:05:11 +0100 (Mon, 21 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/demux/mp4/mp4.c
-
- * all: woops (debug messages left).
-
-------------------------------------------------------------------------
-r10010 | fenrir | 2005-02-21 10:03:07 +0100 (Mon, 21 Feb 2005) | 11 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/include/vlc_es_out.h
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-
- * 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.
-
-
-------------------------------------------------------------------------
-r10009 | robux4 | 2005-02-21 09:07:34 +0100 (Mon, 21 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: prepare code for multiple editions and ordered editions
-------------------------------------------------------------------------
-r10008 | robux4 | 2005-02-21 08:52:19 +0100 (Mon, 21 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: do not spread gcc problems to other compilers
-------------------------------------------------------------------------
-r10007 | yoann | 2005-02-21 00:22:21 +0100 (Mon, 21 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-* src/misc/vlm.c: added 'inputdel all' to delete all inputs of a VLM media
-
-------------------------------------------------------------------------
-r10004 | gbazin | 2005-02-20 22:38:36 +0100 (Sun, 20 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
-* modules/codec/mpeg_audio.c: let ffmpeg have the priority under WinCE.
-------------------------------------------------------------------------
-r10003 | gbazin | 2005-02-20 22:26:14 +0100 (Sun, 20 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: WinCE build fix.
-------------------------------------------------------------------------
-r10002 | zorglub | 2005-02-20 21:56:05 +0100 (Sun, 20 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Add sdp meta-data to playlist
-
-------------------------------------------------------------------------
-r10001 | yoann | 2005-02-20 21:54:03 +0100 (Sun, 20 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-* src/misc/vlm.c: addded 'inputdel' setup command
-------------------------------------------------------------------------
-r9999 | gbazin | 2005-02-20 21:53:01 +0100 (Sun, 20 Feb 2005) | 1 line
-Changed paths:
-   A /trunk/INSTALL.wince
-
-* INSTALL.wince: preliminary build instructions for the WinCE port of VLC.
-------------------------------------------------------------------------
-r9998 | gbazin | 2005-02-20 21:47:04 +0100 (Sun, 20 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/gui/wince/wince_rc.rc
-   M /trunk/src/misc/httpd.c
-
-* src/misc/httpd.c,  modules/demux/subtitle.c, modules/gui/wince/wince_rc.rc: more WinCE build fixes.
-------------------------------------------------------------------------
-r9994 | markfm | 2005-02-20 17:05:39 +0100 (Sun, 20 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-freetype.c  Change opacity to 0...255, add --freetype-color hex_RGB shortcut
-
-------------------------------------------------------------------------
-r9991 | gbazin | 2005-02-20 16:37:23 +0100 (Sun, 20 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/wingdi.c
-
-* modules/video_output/wingdi.c: major optimizations (avoid unnecessary memcpy of video frames + direct rendering for gapi).
-------------------------------------------------------------------------
-r9990 | gbazin | 2005-02-20 16:16:12 +0100 (Sun, 20 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/video.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-
-* modules/gui/wince: misc small fixes.
-------------------------------------------------------------------------
-r9989 | titer | 2005-02-20 15:12:34 +0100 (Sun, 20 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-
- video_filter/marq.c: converted to unix file format
-
-------------------------------------------------------------------------
-r9988 | sigmunau | 2005-02-20 14:27:11 +0100 (Sun, 20 Feb 2005) | 9 lines
-Changed paths:
-   M /trunk/modules/video_filter/wall.c
-
-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
-
-
-------------------------------------------------------------------------
-r9987 | markfm | 2005-02-20 01:12:15 +0100 (Sun, 20 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-freetype.c  add --freetype-opacity (0..100%), to control text transparency
-
-------------------------------------------------------------------------
-r9986 | markfm | 2005-02-19 13:27:18 +0100 (Sat, 19 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-
-marq.c -- allow relative positioning, like logo, via --marq-pos
-
-------------------------------------------------------------------------
-r9985 | titer | 2005-02-19 02:58:57 +0100 (Sat, 19 Feb 2005) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-
- configure.ac: added --disable/enable-hal
- Makefile.am: in package-beos, use $(STRIP) instead of strip since we
-   might be cross-compiling
-
-------------------------------------------------------------------------
-r9984 | titer | 2005-02-19 02:46:28 +0100 (Sat, 19 Feb 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
- 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
-
-------------------------------------------------------------------------
-r9983 | sigmunau | 2005-02-19 00:37:25 +0100 (Sat, 19 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/wall.c
-
-wall.c: reverted previous commit, new proper fix
-
-------------------------------------------------------------------------
-r9982 | titer | 2005-02-18 23:48:11 +0100 (Fri, 18 Feb 2005) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/README
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
-
- contrib/*: enhanced contrib system to support cross-compilations.
-   Give an argument to bootstrap to use it (for example
-   `./bootstrap i586-pc-beos')
-
-------------------------------------------------------------------------
-r9981 | titer | 2005-02-18 17:13:11 +0100 (Fri, 18 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
- contrib/src/Makefile: fixed fribidi build on OS X != 10.2
-
-------------------------------------------------------------------------
-r9980 | titer | 2005-02-18 16:18:29 +0100 (Fri, 18 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
- opengl.c: higher priority on OS X
-
-------------------------------------------------------------------------
-r9979 | sigmunau | 2005-02-18 16:13:08 +0100 (Fri, 18 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/wall.c
-
-wall.c: do not assume all windows are equal width if they are not.
-
-------------------------------------------------------------------------
-r9978 | titer | 2005-02-18 16:11:21 +0100 (Fri, 18 Feb 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutgl.m
-
- 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.
-
-------------------------------------------------------------------------
-r9977 | robux4 | 2005-02-18 16:07:57 +0100 (Fri, 18 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: handle seeking the way it's supposed to work (in the future)
-------------------------------------------------------------------------
-r9976 | titer | 2005-02-18 15:01:21 +0100 (Fri, 18 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
-   M /trunk/modules/video_output/opengl.c
-
- video_output/opengl.c: fixed a (OS X only) segfault
- macosx/vout*.m: cleaning
-
-------------------------------------------------------------------------
-r9975 | gbazin | 2005-02-18 11:49:08 +0100 (Fri, 18 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* Makefile.am: fixed package-win32 target
-------------------------------------------------------------------------
-r9974 | gbazin | 2005-02-18 11:16:13 +0100 (Fri, 18 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/streamout.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* 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.
-------------------------------------------------------------------------
-r9972 | fkuehne | 2005-02-17 21:43:16 +0100 (Thu, 17 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* 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
-------------------------------------------------------------------------
-r9971 | robux4 | 2005-02-17 21:12:53 +0100 (Thu, 17 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: fix the update of the timecode and position bar after seeking
-------------------------------------------------------------------------
-r9970 | hartman | 2005-02-17 18:30:36 +0100 (Thu, 17 Feb 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/playlist.m
-
-* 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.
-
-------------------------------------------------------------------------
-r9969 | robux4 | 2005-02-17 13:39:40 +0100 (Thu, 17 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: more debug and checks
-------------------------------------------------------------------------
-r9968 | damienf | 2005-02-17 13:08:11 +0100 (Thu, 17 Feb 2005) | 2 lines
-Changed paths:
-   D /trunk/activex/axvlc.reg
-
-no longer necessary, thanks to self-registration 
-
-------------------------------------------------------------------------
-r9967 | damienf | 2005-02-17 13:06:01 +0100 (Thu, 17 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/activex/README.TXT
-   M /trunk/activex/axvlc.idl
-   A /trunk/activex/axvlc.inf
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/main.cpp
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/provideclassinfo.cpp
-   M /trunk/activex/test.html
-   M /trunk/activex/vlccontrol.cpp
-   M /trunk/configure.ac
-
-- miscelleanous fixes and improvements
-- self registration (Internet installation now possible)
-
-------------------------------------------------------------------------
-r9966 | robux4 | 2005-02-17 11:27:41 +0100 (Thu, 17 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: finer granularity for seeking (useful for long files)
-------------------------------------------------------------------------
-r9965 | hartman | 2005-02-17 02:53:50 +0100 (Thu, 17 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/misc.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* 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.
-
-------------------------------------------------------------------------
-r9961 | robux4 | 2005-02-16 23:01:41 +0100 (Wed, 16 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/aac.c
-   M /trunk/modules/demux/aiff.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/pva.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/real.c
-   M /trunk/modules/demux/sgimb.c
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/vobsub.c
-   M /trunk/modules/demux/wav.c
-
-avoid \r\n problems
-------------------------------------------------------------------------
-r9960 | robux4 | 2005-02-16 22:16:34 +0100 (Wed, 16 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: use time-based seeking whenever possible
-------------------------------------------------------------------------
-r9959 | fkuehne | 2005-02-16 19:00:06 +0100 (Wed, 16 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/po/ne.po
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
-
-* ALL:  added Nepali as the last of Simos Xenitellis' list of languages
-------------------------------------------------------------------------
-r9958 | gbazin | 2005-02-16 16:35:35 +0100 (Wed, 16 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-* modules/misc/network/ipv4.c: WinCE fix.
-------------------------------------------------------------------------
-r9957 | gbazin | 2005-02-16 16:34:53 +0100 (Wed, 16 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-* src/extras/libc.c: fixed vlc_strncasecmp().
-------------------------------------------------------------------------
-r9956 | hartman | 2005-02-16 14:49:41 +0100 (Wed, 16 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-* forgot to commit this yesterday after the --spu-foo renames
-
-------------------------------------------------------------------------
-r9955 | gbazin | 2005-02-16 09:29:47 +0100 (Wed, 16 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_output/Modules.am
-   M /trunk/modules/video_output/wingdi.c
-
-* configure.ac, modules/video_output/wingdi.c: enable wingapi vout on WinCE.
-------------------------------------------------------------------------
-r9954 | gbazin | 2005-02-16 01:48:12 +0100 (Wed, 16 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: fixed typo.
-------------------------------------------------------------------------
-r9953 | gbazin | 2005-02-16 01:34:27 +0100 (Wed, 16 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/Modules.am
-   D /trunk/modules/gui/wince/wince.rc
-   A /trunk/modules/gui/wince/wince_rc.rc (from /trunk/modules/gui/wince/wince.rc:9946)
-
-* modules/gui/wince: compile the resource file as well.
-------------------------------------------------------------------------
-r9952 | gbazin | 2005-02-15 23:44:28 +0100 (Tue, 15 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-*  modules/demux/ts.c: WinCE fix.
-------------------------------------------------------------------------
-r9951 | hartman | 2005-02-15 23:37:57 +0100 (Tue, 15 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* correction of the description of audio-language
-
-------------------------------------------------------------------------
-r9950 | gbazin | 2005-02-15 23:36:56 +0100 (Tue, 15 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: don't compile mux_ts if --disable-sout is specified.
-------------------------------------------------------------------------
-r9949 | gbazin | 2005-02-15 23:28:31 +0100 (Tue, 15 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: another wince build fix.
-------------------------------------------------------------------------
-r9948 | gbazin | 2005-02-15 23:10:26 +0100 (Tue, 15 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/vlc.c
-
-* configure.ac, src/vlc.c: WinCE build fixes.
-------------------------------------------------------------------------
-r9947 | gbazin | 2005-02-15 23:01:17 +0100 (Tue, 15 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.c
-
-* src/libvlc.c: fixed small memory leak.
-------------------------------------------------------------------------
-r9946 | gbazin | 2005-02-15 22:56:54 +0100 (Tue, 15 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wince/fileinfo.cpp
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.cpp
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wince/wince.rc
-
-* modules/gui/wince: WinCE build fixes.
-------------------------------------------------------------------------
-r9945 | gbazin | 2005-02-15 22:40:17 +0100 (Tue, 15 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: fixed typo.
-------------------------------------------------------------------------
-r9944 | gbazin | 2005-02-15 22:26:24 +0100 (Tue, 15 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-
-* include/vlc/vlc.h: WinCE build fix.
-------------------------------------------------------------------------
-r9943 | gbazin | 2005-02-15 22:22:47 +0100 (Tue, 15 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/m4/vlc.m4
-
-* m4/vlc.m4: use proper LIBEXT when doing wince cross-compiling.
-------------------------------------------------------------------------
-r9942 | gbazin | 2005-02-15 22:21:17 +0100 (Tue, 15 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/codec/cmml/browser_open.c
-   M /trunk/modules/video_output/wingdi.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/win32_specific.c
-
-* ALL: WinCE build fixes.
-------------------------------------------------------------------------
-r9941 | gbazin | 2005-02-15 22:11:27 +0100 (Tue, 15 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: forgot to save this change.
-------------------------------------------------------------------------
-r9940 | gbazin | 2005-02-15 22:09:09 +0100 (Tue, 15 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-
-* configure.ac, Makefile.am: adapted the build for the gcc wince cross-compiler.
-------------------------------------------------------------------------
-r9939 | gbazin | 2005-02-15 21:44:22 +0100 (Tue, 15 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/messages.cpp
-
-* modules/gui/wxwindows/messages.cpp: fixed insertion point in messages window.
-------------------------------------------------------------------------
-r9938 | hartman | 2005-02-15 21:29:29 +0100 (Tue, 15 Feb 2005) | 5 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/include/vlc_es_out.h
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/var.c
-   M /trunk/src/libvlc.h
-
-* 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
-
-------------------------------------------------------------------------
-r9937 | hartman | 2005-02-15 21:03:09 +0100 (Tue, 15 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
-
-* Added the new languages to the prefs and the OSX environment.
-
-------------------------------------------------------------------------
-r9936 | hartman | 2005-02-15 18:34:40 +0100 (Tue, 15 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/activex
-
-* Set svn:ignore on activex dir.
-
-------------------------------------------------------------------------
-r9935 | hartman | 2005-02-15 18:33:58 +0100 (Tue, 15 Feb 2005) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_es_out.h
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/var.c
-   M /trunk/src/libvlc.h
-
-* 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"
-
-------------------------------------------------------------------------
-r9934 | courmisch | 2005-02-15 14:55:08 +0100 (Tue, 15 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/activex/inplace.bmp
-   M /trunk/evc/errno.h
-   M /trunk/extras/MacOSX/Resources/about_bg.png
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/rtci.c
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/events/evt_key.cpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.cpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.cpp
-   M /trunk/modules/gui/skins2/events/evt_special.cpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/src/anchor.cpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme.hpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.hpp
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/utils/fsm.cpp
-   M /trunk/modules/gui/skins2/utils/var_bool.cpp
-   M /trunk/modules/gui/skins2/utils/var_bool.hpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/modules/gui/skins2/utils/var_text.hpp
-   M /trunk/modules/gui/skins2/vars/time.cpp
-   M /trunk/modules/gui/skins2/vars/time.hpp
-   M /trunk/modules/gui/skins2/vars/volume.hpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
-   M /trunk/modules/gui/wince/wince.rc
-   M /trunk/modules/video_output/wingdi.c
-
-Remove bogus executable permissions
-
-------------------------------------------------------------------------
-r9933 | dionoea | 2005-02-14 22:41:21 +0100 (Mon, 14 Feb 2005) | 5 lines
-Changed paths:
-   M /trunk/doc/vlc.1
-
- * 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.
-
-
-------------------------------------------------------------------------
-r9932 | robux4 | 2005-02-14 22:31:18 +0100 (Mon, 14 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: don't wait for frames that won't be displayed when seeking
-------------------------------------------------------------------------
-r9931 | robux4 | 2005-02-14 22:00:52 +0100 (Mon, 14 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: try to decode H.264 with the avc1 FourCC (same as used for the MP4 source)
-------------------------------------------------------------------------
-r9929 | gbazin | 2005-02-14 11:12:19 +0100 (Mon, 14 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-
-* modules/access/mms: fixed recent breakage.
-------------------------------------------------------------------------
-r9928 | gbazin | 2005-02-14 10:38:51 +0100 (Mon, 14 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/demux/mkv.cpp
-
-* 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).
-
-------------------------------------------------------------------------
-r9927 | markfm | 2005-02-13 23:16:48 +0100 (Sun, 13 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-
-wizard.cpp -- Change video and audio codec comboboxes to wxCB_DROPDOWN| wxCB_READONLY
-
-------------------------------------------------------------------------
-r9926 | markfm | 2005-02-13 17:16:15 +0100 (Sun, 13 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-
-wizard.cpp -- change checkboxes to use wxALIGN_CENTER_VERTICAL|wxALL instead of wxLEFT (alignment fix)
-
-------------------------------------------------------------------------
-r9924 | fkuehne | 2005-02-12 13:41:00 +0100 (Sat, 12 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/ebml.patch
-   D /trunk/extras/contrib/src/Patches/matroska.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* 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
-------------------------------------------------------------------------
-r9923 | fkuehne | 2005-02-12 12:46:32 +0100 (Sat, 12 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/bn.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/my.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/tl.po
-   M /trunk/po/vlc.pot
-
-* all: brought the po-files in sync with each other (i.e. ran ./toolbox --update-po)
-------------------------------------------------------------------------
-r9922 | gbazin | 2005-02-12 12:00:56 +0100 (Sat, 12 Feb 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/demux/livedotcom.cpp
-
-* 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.
-
-------------------------------------------------------------------------
-r9921 | fkuehne | 2005-02-12 11:38:14 +0100 (Sat, 12 Feb 2005) | 1 line
-Changed paths:
-   A /trunk/po/bn.po
-   A /trunk/po/hi.po
-   A /trunk/po/my.po
-   A /trunk/po/ps.po
-   A /trunk/po/tet.po
-   A /trunk/po/tl.po
-
-sorry for the previous commit. here are the new po-files.
-------------------------------------------------------------------------
-r9920 | fkuehne | 2005-02-12 11:33:45 +0100 (Sat, 12 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* all: initial translations to Hindi, Pashto, Burmese, Tetum, Tagalog and Bengali by Simos Xenitellis' team
-------------------------------------------------------------------------
-r9919 | gbazin | 2005-02-11 13:36:22 +0100 (Fri, 11 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-
-* modules/access/dvdnav.c: fixed typo.
-------------------------------------------------------------------------
-r9918 | damienf | 2005-02-11 12:39:04 +0100 (Fri, 11 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-
-GCC 3.3.3 has strong type checking
-------------------------------------------------------------------------
-r9917 | gbazin | 2005-02-11 11:57:03 +0100 (Fri, 11 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/video.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* modules/gui/wxwindows: MSVC fixes for the wxwindows interface plugin. Patch by Steve Lhomme (steve dot lhomme at free dot fr) + modifications by me.
-------------------------------------------------------------------------
-r9916 | zorglub | 2005-02-11 11:30:09 +0100 (Fri, 11 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Added Steve Lhomme to the list of contributors. Thanks :)
-
-------------------------------------------------------------------------
-r9915 | gbazin | 2005-02-11 11:03:50 +0100 (Fri, 11 Feb 2005) | 4 lines
-Changed paths:
-   M /trunk/msvc/plugins.dsp.in
-   M /trunk/msvc/vlc.dsp.in
-
-* 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...
-
-------------------------------------------------------------------------
-r9914 | gbazin | 2005-02-10 15:45:34 +0100 (Thu, 10 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-* src/libvlc.c,h: new --help-verbose option that activates printing of longtext descriptions for config options.
-------------------------------------------------------------------------
-r9913 | gbazin | 2005-02-10 14:43:10 +0100 (Thu, 10 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.c
-
-* src/libvlc.c: help now prints the list of integer values.
-------------------------------------------------------------------------
-r9912 | gbazin | 2005-02-10 14:26:52 +0100 (Thu, 10 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/var.c
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h, src/input/: new --clock-synchro option to enable/disable the input clock synchronisation algorithm.
-------------------------------------------------------------------------
-r9911 | gbazin | 2005-02-10 12:58:12 +0100 (Thu, 10 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-
-* modules/gui/skins2/src/theme_loader.cpp: portability fix (gzopen_frontend() is still borked on 64bits platforms).
-------------------------------------------------------------------------
-r9910 | gbazin | 2005-02-10 12:56:54 +0100 (Thu, 10 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-* modules/gui/wxwindows: do not use INSERT_ELEM in c++ code.
-------------------------------------------------------------------------
-r9909 | gbazin | 2005-02-10 11:32:54 +0100 (Thu, 10 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-* modules/gui/wxwindows/*: keep compatibility with wxWidgets 2.4.x + changed default playlist size.
-------------------------------------------------------------------------
-r9908 | gbazin | 2005-02-09 14:52:40 +0100 (Wed, 09 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-
-* modules/gui/wxwindows/interface.cpp: toolbar flickering fix.
-------------------------------------------------------------------------
-r9907 | gbazin | 2005-02-09 11:45:26 +0100 (Wed, 09 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* modules/demux/mkv.cpp: compilation fixes.
-------------------------------------------------------------------------
-r9906 | gbazin | 2005-02-09 11:09:41 +0100 (Wed, 09 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/mkv.cpp
-
-* 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).
-
-------------------------------------------------------------------------
-r9905 | gbazin | 2005-02-09 10:37:08 +0100 (Wed, 09 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-* src/extras/libc.c: removed unused vlc_seek().
-------------------------------------------------------------------------
-r9904 | fenrir | 2005-02-08 18:05:37 +0100 (Tue, 08 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * ts: correct use of descriptor 0x5 (for ac3 and lpcm too).
-
-------------------------------------------------------------------------
-r9903 | fenrir | 2005-02-08 18:02:49 +0100 (Tue, 08 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_access.h
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/src/input/stream.c
-
- * all: better support for MBR mms stream (display only received streams).
-
-------------------------------------------------------------------------
-r9902 | fenrir | 2005-02-08 18:00:18 +0100 (Tue, 08 Feb 2005) | 13 lines
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/var.c
-   M /trunk/src/libvlc.h
-
- * 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)
-
-------------------------------------------------------------------------
-r9901 | fenrir | 2005-02-08 17:45:47 +0100 (Tue, 08 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- * http: add a redirect from */index.html to */
-
-------------------------------------------------------------------------
-r9900 | zorglub | 2005-02-08 17:38:18 +0100 (Tue, 08 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/Modules.am
-   M /trunk/modules/gui/wxwindows/bookmarks.cpp
-
-Include missing images to dist
-Autofocus the OK button in bookmark edit
-
-------------------------------------------------------------------------
-r9898 | jpsaman | 2005-02-08 15:33:40 +0100 (Tue, 08 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-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.
-
-------------------------------------------------------------------------
-r9897 | gbazin | 2005-02-08 15:18:05 +0100 (Tue, 08 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-* include/vlc_common.h: avoid compiler warnings.
-------------------------------------------------------------------------
-r9893 | markfm | 2005-02-08 03:32:44 +0100 (Tue, 08 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-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.
-
-------------------------------------------------------------------------
-r9892 | courmisch | 2005-02-07 23:34:21 +0100 (Mon, 07 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/sap.c
-
-fix two memleaks and remove a bogus net_Close()
-
-------------------------------------------------------------------------
-r9891 | courmisch | 2005-02-07 21:34:08 +0100 (Mon, 07 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-- Fixes a segmentation fault in sout_AnnounceSessionDestroy
-
-------------------------------------------------------------------------
-r9890 | gbazin | 2005-02-07 11:44:49 +0100 (Mon, 07 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/include/modules_inner.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* 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.
-
-------------------------------------------------------------------------
-r9889 | courmisch | 2005-02-06 19:31:58 +0100 (Sun, 06 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/smb.c
-
-Compile fix, unbreak smb access on Linux
-
-------------------------------------------------------------------------
-r9888 | zorglub | 2005-02-06 18:55:47 +0100 (Sun, 06 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/services_discovery/daap.c
-
-* wx: Ensure that callbacks are not registered twice
-* DAAP: don't crash if connection to host timeouts
-
-------------------------------------------------------------------------
-r9887 | zorglub | 2005-02-06 17:54:12 +0100 (Sun, 06 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/src/input/var.c
-
-Fix subtitle delay < 0 
-DAAP compile fix
-
-------------------------------------------------------------------------
-r9886 | courmisch | 2005-02-06 17:12:35 +0100 (Sun, 06 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-- Fix previous buggy commit
-
-------------------------------------------------------------------------
-r9885 | courmisch | 2005-02-06 17:02:24 +0100 (Sun, 06 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-
-- Fix building of vlc-config
-  VLC can now be built in a subdirectory
-
-------------------------------------------------------------------------
-r9884 | zorglub | 2005-02-06 13:05:43 +0100 (Sun, 06 Feb 2005) | 8 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/playlist/view.c
-
-* 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
-
-------------------------------------------------------------------------
-r9883 | courmisch | 2005-02-05 15:40:38 +0100 (Sat, 05 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/stream_output/sap.c
-
-* convert SAP announce name & group from locale to UTF-8
-* fix bug in previous SAP commit
-
-------------------------------------------------------------------------
-r9882 | sigmunau | 2005-02-05 13:33:27 +0100 (Sat, 05 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/control.c
-
-input/control.c: fix diviton by zero on selection bytebased bookmarks in live streams
-
-------------------------------------------------------------------------
-r9881 | andrep | 2005-02-04 17:13:11 +0100 (Fri, 04 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/scale.c
-
-* 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
-
-
-------------------------------------------------------------------------
-r9880 | courmisch | 2005-02-04 13:35:15 +0100 (Fri, 04 Feb 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-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)
-
-------------------------------------------------------------------------
-r9879 | courmisch | 2005-02-04 13:14:52 +0100 (Fri, 04 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-* Mem leak fixed
-
-------------------------------------------------------------------------
-r9876 | titer | 2005-02-03 21:47:50 +0100 (Thu, 03 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-
- beos/VideoOutput.cpp: added yet another overlay mode (minimum VRAM usage)
-
-------------------------------------------------------------------------
-r9875 | gbazin | 2005-02-03 13:11:28 +0100 (Thu, 03 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
-* modules/packetizer/mpeg4video.c: oops, don't forget to handle streams where only the DTS is available.
-------------------------------------------------------------------------
-r9873 | gbazin | 2005-02-02 16:54:00 +0100 (Wed, 02 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
-* modules/packetizer/mpeg4video.c: proper PTS/DTS calculation.
-------------------------------------------------------------------------
-r9872 | bigben | 2005-02-01 18:14:29 +0100 (Tue, 01 Feb 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
-Typo lalalala
-
-
-------------------------------------------------------------------------
-r9871 | oaubert | 2005-02-01 17:46:22 +0100 (Tue, 01 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/svg.c
-
-svg.c: ported the code for vlc 0.8.1 (as a video filter)
-
-------------------------------------------------------------------------
-r9870 | andrep | 2005-02-01 17:02:40 +0100 (Tue, 01 Feb 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/theora.c
-
-* modules/codec/theora.c: correctly display x-offset video
-------------------------------------------------------------------------
-r9869 | hartman | 2005-02-01 14:48:53 +0100 (Tue, 01 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Fix theora contrib
-
-------------------------------------------------------------------------
-r9866 | markfm | 2005-02-01 03:11:02 +0100 (Tue, 01 Feb 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-
-wizard update -- set default vbitrate, abitrate (courtesy of zorglub), make boxes wxCB_READONLY to restrict choices
-
-------------------------------------------------------------------------
-r9863 | gbazin | 2005-01-31 12:41:03 +0100 (Mon, 31 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: hopefully the final fix for the c++ build.
-------------------------------------------------------------------------
-r9862 | gbazin | 2005-01-31 11:07:27 +0100 (Mon, 31 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/src/misc/vlm.c
-
-* src/misc/vlm.c, modules/codec/vorbis.c: MSVC compilation fixes by Steve Lhomme (steve dot lhomme at free dot fr).
-------------------------------------------------------------------------
-r9861 | markfm | 2005-01-30 15:26:47 +0100 (Sun, 30 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-wxwindows update for WIN32 wxSpinCtrl, restrict range to valid integer (-32768, 32767)
-
-------------------------------------------------------------------------
-r9860 | zorglub | 2005-01-30 14:23:18 +0100 (Sun, 30 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/extrapanel.cpp
-   M /trunk/modules/gui/wxwindows/open.cpp
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Uninitialized values
-
-------------------------------------------------------------------------
-r9859 | sam | 2005-01-30 12:41:23 +0100 (Sun, 30 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: Scrogneugneu, fixed the C++ build.
-
-------------------------------------------------------------------------
-r9858 | rocky | 2005-01-30 04:31:51 +0100 (Sun, 30 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-Use cdio-native name for paranoia read.
-
-------------------------------------------------------------------------
-r9854 | zorglub | 2005-01-29 17:32:14 +0100 (Sat, 29 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-H264 support in mkv, patch by Steve Lhomme
-
-------------------------------------------------------------------------
-r9853 | markfm | 2005-01-29 17:15:16 +0100 (Sat, 29 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-preferences wxSpinCtrl hack for WIN32 (make up arrow increase value)
-
-------------------------------------------------------------------------
-r9852 | zorglub | 2005-01-29 16:22:53 +0100 (Sat, 29 Jan 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/LIST
-   M /trunk/modules/misc/logger.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/vout_subpictures.c
-
-* A few string and organization fixes in preferences
-* Update the LIST
-* Coding style fixes
-
-------------------------------------------------------------------------
-r9851 | sam | 2005-01-29 15:49:34 +0100 (Sat, 29 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: Finished support for C++-disabled systems.
-
-------------------------------------------------------------------------
-r9850 | sigmunau | 2005-01-29 15:12:32 +0100 (Sat, 29 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-
-wizard.cpp: Layout fixes on the input page
-
-------------------------------------------------------------------------
-r9849 | sigmunau | 2005-01-29 14:28:14 +0100 (Sat, 29 Jan 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-
-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
-
-------------------------------------------------------------------------
-r9848 | sigmunau | 2005-01-29 13:41:35 +0100 (Sat, 29 Jan 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-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)
-
-------------------------------------------------------------------------
-r9846 | sam | 2005-01-28 16:37:09 +0100 (Fri, 28 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: Attempt to work without a C++ compiler.
-
-------------------------------------------------------------------------
-r9845 | gbazin | 2005-01-28 15:17:38 +0100 (Fri, 28 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* Makefile.am: include the activex plugin in package-win32-base.
-------------------------------------------------------------------------
-r9844 | hartman | 2005-01-28 02:04:58 +0100 (Fri, 28 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-* 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
-
-------------------------------------------------------------------------
-r9843 | hartman | 2005-01-28 01:44:31 +0100 (Fri, 28 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* Two small bugs in the OSX intf
-
-------------------------------------------------------------------------
-r9842 | hartman | 2005-01-27 23:33:15 +0100 (Thu, 27 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* src/video_output/video_output.c: Fixed the SuxorThread. The thread didn't declare itself ready :(
-
-------------------------------------------------------------------------
-r9841 | hartman | 2005-01-27 22:56:34 +0100 (Thu, 27 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-* src/playlist/playlist.c: Don't touch object_lock vlc_object_create and vlc_object_destroy already take care of it.
-
-------------------------------------------------------------------------
-r9840 | gbazin | 2005-01-27 18:05:25 +0100 (Thu, 27 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* modules/codec/dvbsub.c: don't render empty subtitles when we receive subtitles data that doesn't match our subtitles page id.
-------------------------------------------------------------------------
-r9839 | gbazin | 2005-01-27 17:44:31 +0100 (Thu, 27 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* modules/demux/ts.c: fixed typo for DVB subtitles descriptor parsing (only affects multiple tracks streams).
-------------------------------------------------------------------------
-r9838 | gbazin | 2005-01-27 16:44:34 +0100 (Thu, 27 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/smb.c
-
-* modules/access/smb.c: win32 implementation which doesn't depend on libsmbclient + proper URI parsing.
-------------------------------------------------------------------------
-r9837 | hartman | 2005-01-27 15:03:48 +0100 (Thu, 27 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-
-* contrib/Makefile: use tabs, not spaces in Makefile
-
-------------------------------------------------------------------------
-r9836 | gbazin | 2005-01-27 13:51:21 +0100 (Thu, 27 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/Modules.am
-   A /trunk/modules/access/smb.c
-
-* modules/access/smb.c: new SMB/CIFS access module using libsmbclient.
-------------------------------------------------------------------------
-r9835 | sigmunau | 2005-01-27 12:50:39 +0100 (Thu, 27 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkc.cpp: fix crash on invalid tracks
-
-------------------------------------------------------------------------
-r9834 | fkuehne | 2005-01-27 02:14:24 +0100 (Thu, 27 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-
-* VLCPrefs's delloc method got accidentally removed while splitting the nibs. Re-added it again.
-------------------------------------------------------------------------
-r9833 | fkuehne | 2005-01-27 01:49:46 +0100 (Thu, 27 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-   M /trunk/extras/contrib/src/Makefile
-
-* 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
-------------------------------------------------------------------------
-r9832 | gbazin | 2005-01-26 17:12:37 +0100 (Wed, 26 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/stream.c
-   M /trunk/src/libvlc.h
-
-* 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.
-------------------------------------------------------------------------
-r9831 | rocky | 2005-01-26 14:05:14 +0100 (Wed, 26 Jan 2005) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-
-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
-
-------------------------------------------------------------------------
-r9830 | gbazin | 2005-01-26 09:18:46 +0100 (Wed, 26 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/Modules.am
-   M /trunk/modules/video_output/wingdi.c
-
-* modules/video_output/wingdi.c: improvements + embedded support + GAPI support for WinCE. Needs some more work as well for fullscreen support.
-------------------------------------------------------------------------
-r9826 | fenrir | 2005-01-25 15:15:08 +0100 (Tue, 25 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- * es_out: fix program change on the fly.
-
-------------------------------------------------------------------------
-r9824 | dionoea | 2005-01-25 00:42:14 +0100 (Tue, 25 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
- * remove unused home_dir from fprintf style function
-
-------------------------------------------------------------------------
-r9823 | dionoea | 2005-01-24 23:57:09 +0100 (Mon, 24 Jan 2005) | 4 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
- * under windows, default directory to save snapshots is now the user's
-   My Pictures (or Mes Images ... depending on locale) directory
-
-
-------------------------------------------------------------------------
-r9822 | hartman | 2005-01-24 21:46:20 +0100 (Mon, 24 Jan 2005) | 7 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/rtci.c
-
-* 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.
-
-------------------------------------------------------------------------
-r9821 | hartman | 2005-01-24 21:44:53 +0100 (Mon, 24 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
-* Rename a TIME_ABSOLUTE define because it's already defined in the Mach kernel headers.
-
-------------------------------------------------------------------------
-r9820 | djc | 2005-01-24 15:19:40 +0100 (Mon, 24 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-Added a Service Discovery sub menu in playlist contextual menu.
-
-------------------------------------------------------------------------
-r9817 | zorglub | 2005-01-23 22:07:24 +0100 (Sun, 23 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/wizard.cpp
-
-Fix breakage in transcode file selection
-
-------------------------------------------------------------------------
-r9816 | yoann | 2005-01-23 21:58:48 +0100 (Sun, 23 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-* wxwindows/playlist.cpp: Menu and toolbar are no longer dockable
-
-------------------------------------------------------------------------
-r9815 | yoann | 2005-01-23 18:53:40 +0100 (Sun, 23 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_vlm.h
-   M /trunk/src/misc/vlm.c
-
-* src/misc/vlm.c: start exporting some VLM control functions
-
-------------------------------------------------------------------------
-r9814 | gbazin | 2005-01-23 13:26:01 +0100 (Sun, 23 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* modules/codec/dvbsub.c: full 4 and 8 bits RLE encodings.
-------------------------------------------------------------------------
-r9813 | zorglub | 2005-01-23 12:06:17 +0100 (Sun, 23 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Update NEWS
-
-------------------------------------------------------------------------
-r9811 | gbazin | 2005-01-22 21:35:24 +0100 (Sat, 22 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-* modules/video_filter/blend.c: chroma fixes for the YUY2 blending.
-------------------------------------------------------------------------
-r9810 | andrep | 2005-01-22 18:50:11 +0100 (Sat, 22 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-* mozilla/vlcshell.cpp: Fix compilation on Mac OS X
-
-
-------------------------------------------------------------------------
-r9809 | andrep | 2005-01-22 18:48:45 +0100 (Sat, 22 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-* mozilla/Makefile.am: Fix build of Mozilla plugin on Mac OS X when using a separate build directory
-
-------------------------------------------------------------------------
-r9808 | fkuehne | 2005-01-22 16:13:01 +0100 (Sat, 22 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/po/el.po
-
-* initial translation to Greek by Simos Xenitellis
-------------------------------------------------------------------------
-r9806 | hartman | 2005-01-22 02:57:49 +0100 (Sat, 22 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* playlist.m: fix a locking issue
-
-------------------------------------------------------------------------
-r9805 | yoann | 2005-01-21 22:49:28 +0100 (Fri, 21 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-* modules/gui/ncurses.c: incremental search works now with tree playlist.
-
-------------------------------------------------------------------------
-r9804 | hartman | 2005-01-21 21:12:05 +0100 (Fri, 21 Jan 2005) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* 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. :)
-
-------------------------------------------------------------------------
-r9803 | hartman | 2005-01-21 20:26:08 +0100 (Fri, 21 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-* 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.
-
-------------------------------------------------------------------------
-r9802 | fenrir | 2005-01-21 18:02:39 +0100 (Fri, 21 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-ts: fix --ts-extra-pmt.
-------------------------------------------------------------------------
-r9801 | massiot | 2005-01-21 16:22:45 +0100 (Fri, 21 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
-* modules/access/pvr/pvr.c: Fixed width/height selection with latest ivtv
-  drivers.
-
-------------------------------------------------------------------------
-r9800 | fkuehne | 2005-01-21 15:57:23 +0100 (Fri, 21 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* 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')
-------------------------------------------------------------------------
-r9799 | damienf | 2005-01-21 14:52:11 +0100 (Fri, 21 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/connectioncontainer.cpp
-   M /trunk/activex/connectioncontainer.h
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/provideclassinfo.cpp
-   M /trunk/activex/test.html
-   M /trunk/activex/utils.cpp
-   M /trunk/activex/vlccontrol.cpp
-
-ActiveX: misc fixes & improvements
-
-
-------------------------------------------------------------------------
-r9798 | hartman | 2005-01-21 14:41:52 +0100 (Fri, 21 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-* Add the new Nibs to MAKE_DIST
-
-------------------------------------------------------------------------
-r9797 | gbazin | 2005-01-21 11:53:29 +0100 (Fri, 21 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-* modules/mux/asf.c: for mpeg audio, i_bitspersample needs to be set to 0.
-------------------------------------------------------------------------
-r9796 | hartman | 2005-01-20 21:51:36 +0100 (Thu, 20 Jan 2005) | 7 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-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)
-
-------------------------------------------------------------------------
-r9795 | sigmunau | 2005-01-20 20:58:02 +0100 (Thu, 20 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-sap.c: fix too early free in demux 
-
-------------------------------------------------------------------------
-r9794 | sigmunau | 2005-01-20 20:27:56 +0100 (Thu, 20 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-alsa.c: Enumerate available audio devices (Code gratefully borrowed from xmms)
-
-------------------------------------------------------------------------
-r9793 | gbazin | 2005-01-20 16:28:56 +0100 (Thu, 20 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/src/audio_output/output.c
-
-* src/audio_output/output.c: skip late buffers in b_can_sleek mode (patch courtesy of  )
-------------------------------------------------------------------------
-r9792 | gbazin | 2005-01-20 15:30:17 +0100 (Thu, 20 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-* modules/mux/asf.c: another fix for WMA support.
-------------------------------------------------------------------------
-r9791 | massiot | 2005-01-20 14:34:48 +0100 (Thu, 20 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-* src/input/es_out.c: Improved the kludge for teletext streams without
-  appropriate PTS.
-
-------------------------------------------------------------------------
-r9790 | gbazin | 2005-01-20 14:18:34 +0100 (Thu, 20 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-* modules/mux/asf.c: compiler warnings are there for a reason ;)
-------------------------------------------------------------------------
-r9789 | gbazin | 2005-01-20 13:32:53 +0100 (Thu, 20 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/include/codecs.h
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/avi.c
-
-* 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.
-
-------------------------------------------------------------------------
-r9788 | gbazin | 2005-01-20 13:11:03 +0100 (Thu, 20 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: oops, forgot something.
-------------------------------------------------------------------------
-r9787 | gbazin | 2005-01-20 13:03:58 +0100 (Thu, 20 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/configure.ac
-
-* configure.ac, activex/Makefile.am: conditional compile of the activex plugin.
-------------------------------------------------------------------------
-r9786 | gbazin | 2005-01-20 11:10:30 +0100 (Thu, 20 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/configure.ac
-
-* configure.ac, activex/Makefile.am: small fixes to the activex plugin build.
-------------------------------------------------------------------------
-r9784 | zorglub | 2005-01-19 23:33:16 +0100 (Wed, 19 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/configure.ac
-
-autoconf build fix
-one todo item less !
-
-------------------------------------------------------------------------
-r9783 | bigben | 2005-01-19 23:28:47 +0100 (Wed, 19 Jan 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/control/showintf.c
-
-Add a category to the showintf control interface, so that it gets displayed in the prefs...
-
-
-
-------------------------------------------------------------------------
-r9780 | massiot | 2005-01-19 19:30:33 +0100 (Wed, 19 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
-* include/vlc_threads_funcs.h: More %d -> %u
-
-------------------------------------------------------------------------
-r9779 | damienf | 2005-01-19 18:14:16 +0100 (Wed, 19 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/activex
-   A /trunk/activex/Makefile.am
-   A /trunk/activex/README.TXT
-   A /trunk/activex/axvlc.def
-   A /trunk/activex/axvlc.idl
-   A /trunk/activex/axvlc.reg
-   A /trunk/activex/axvlc.tlb
-   A /trunk/activex/axvlc_idl.c
-   A /trunk/activex/axvlc_idl.h
-   A /trunk/activex/axvlc_rc.rc
-   A /trunk/activex/connectioncontainer.cpp
-   A /trunk/activex/connectioncontainer.h
-   A /trunk/activex/inplace.bmp
-   A /trunk/activex/main.cpp
-   A /trunk/activex/objectsafety.cpp
-   A /trunk/activex/objectsafety.h
-   A /trunk/activex/olecontrol.cpp
-   A /trunk/activex/olecontrol.h
-   A /trunk/activex/oleinplaceactiveobject.cpp
-   A /trunk/activex/oleinplaceactiveobject.h
-   A /trunk/activex/oleinplaceobject.cpp
-   A /trunk/activex/oleinplaceobject.h
-   A /trunk/activex/oleobject.cpp
-   A /trunk/activex/oleobject.h
-   A /trunk/activex/persistpropbag.cpp
-   A /trunk/activex/persistpropbag.h
-   A /trunk/activex/persiststorage.cpp
-   A /trunk/activex/persiststorage.h
-   A /trunk/activex/persiststreaminit.cpp
-   A /trunk/activex/persiststreaminit.h
-   A /trunk/activex/plugin.cpp
-   A /trunk/activex/plugin.h
-   A /trunk/activex/provideclassinfo.cpp
-   A /trunk/activex/provideclassinfo.h
-   A /trunk/activex/test.html
-   A /trunk/activex/utils.cpp
-   A /trunk/activex/utils.h
-   A /trunk/activex/vlccontrol.cpp
-   A /trunk/activex/vlccontrol.h
-   M /trunk/configure.ac
-
-Initial version of ActiveX plugin for VLC
-
-
-------------------------------------------------------------------------
-r9776 | hartman | 2005-01-18 22:51:00 +0100 (Tue, 18 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* fix libcddb build under 10.2
-
-------------------------------------------------------------------------
-r9775 | gbazin | 2005-01-18 20:24:06 +0100 (Tue, 18 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/po/el.po
-
-* po/el.po: the build process needs a valid file.
-------------------------------------------------------------------------
-r9774 | fkuehne | 2005-01-18 18:26:51 +0100 (Tue, 18 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/po/el.po
-
-* BOTH: added modern Greek to the list of available languages
-* configure.ac: updated the copyright string to 2005
-------------------------------------------------------------------------
-r9773 | gbazin | 2005-01-18 15:36:26 +0100 (Tue, 18 Jan 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-* 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.
-
-------------------------------------------------------------------------
-r9772 | hartman | 2005-01-18 04:02:07 +0100 (Tue, 18 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* fix author field of OSX info dialog
-
-------------------------------------------------------------------------
-r9771 | hartman | 2005-01-18 03:56:18 +0100 (Tue, 18 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* fix OSX info dialog lockup due to changed info accessor methods.
-
-------------------------------------------------------------------------
-r9770 | hartman | 2005-01-18 03:17:01 +0100 (Tue, 18 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* fix libopendaap on 10.2
-
-------------------------------------------------------------------------
-r9769 | hartman | 2005-01-18 02:19:54 +0100 (Tue, 18 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/libcddb.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* finally fixed CDDB contrib
-
-------------------------------------------------------------------------
-r9768 | hartman | 2005-01-18 00:38:27 +0100 (Tue, 18 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/libcddb.patch
-
-* newer libcddb
-
-------------------------------------------------------------------------
-r9767 | hartman | 2005-01-17 23:37:20 +0100 (Mon, 17 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/vcdimager.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* Add libcddb, libcdio and vcdimager again to see if it works better on OSX by now
-
-------------------------------------------------------------------------
-r9764 | hartman | 2005-01-17 20:42:13 +0100 (Mon, 17 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-* libvlc.h: fix some of the OSX keybindings (audio delay is now f and g, subtitle delay is h and j, both without modifiers)
-
-------------------------------------------------------------------------
-r9763 | hartman | 2005-01-17 20:40:03 +0100 (Mon, 17 Jan 2005) | 2 lines
-Changed paths:
-   A /trunk/extras/contrib/src/Patches/daap.patch
-
-* libopendaap patch
-
-------------------------------------------------------------------------
-r9762 | hartman | 2005-01-17 20:38:51 +0100 (Mon, 17 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/daap.c
-
-* daap.c: host_t is already defined in Darwin's mach headers. renamed to dhost_t
-
-------------------------------------------------------------------------
-r9761 | hartman | 2005-01-17 20:37:38 +0100 (Mon, 17 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/toolbox
-
-* Added the contrib system to MAKE_DIST
-* cleaned up some alignment in configure --help
-
-------------------------------------------------------------------------
-r9760 | hartman | 2005-01-17 20:35:54 +0100 (Mon, 17 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* added libopendaap to contrib system
-
-------------------------------------------------------------------------
-r9759 | zorglub | 2005-01-17 19:36:52 +0100 (Mon, 17 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-Cache last FindItem request to speed up bulk-addings
-
-------------------------------------------------------------------------
-r9758 | zorglub | 2005-01-17 19:14:50 +0100 (Mon, 17 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/playlist.c
-
-* DAAP : really include meta information, and don't crash on new hosts
-
-
-------------------------------------------------------------------------
-r9757 | gbazin | 2005-01-17 18:01:21 +0100 (Mon, 17 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-* modules/mux/asf.c: properly write the ES type.
-------------------------------------------------------------------------
-r9756 | fkuehne | 2005-01-17 17:48:05 +0100 (Mon, 17 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* changedthe GNU-mirror to ftp.belnet.be -- Gettext is download from the GNU-mirror again
-------------------------------------------------------------------------
-r9755 | hartman | 2005-01-17 17:30:34 +0100 (Mon, 17 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-* Fix pot-update after playlist/info.c removal
-
-------------------------------------------------------------------------
-r9754 | yoann | 2005-01-17 12:47:41 +0100 (Mon, 17 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/subtitles.cpp
-
-* wxwindows/subtitles.cpp: subtitle delay can also be <0 (now from -30000 to +30000)
-
-------------------------------------------------------------------------
-r9751 | gbazin | 2005-01-16 20:14:31 +0100 (Sun, 16 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: updated to support recent x264.
-------------------------------------------------------------------------
-r9750 | zorglub | 2005-01-16 16:57:01 +0100 (Sun, 16 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
-Todo update
-
-------------------------------------------------------------------------
-r9749 | zorglub | 2005-01-16 15:44:26 +0100 (Sun, 16 Jan 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/playlist/view.c
-
-* DAAP: add meta-information, delete hosts when they leave
-* SAP : coding style fixes
-* Some fogotten playlist_*Info
-
-------------------------------------------------------------------------
-r9748 | zorglub | 2005-01-16 15:10:47 +0100 (Sun, 16 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wxwindows/iteminfo.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-   M /trunk/src/input/control.c
-   M /trunk/src/input/input.c
-   D /trunk/src/playlist/info.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/sort.c
-
-Remove playlist info accessors (as they now belong to input_item) and use vlc_input_item_AddInfo and vlc_input_item_GetInfo instead
-
-------------------------------------------------------------------------
-r9746 | sam | 2005-01-15 05:41:24 +0100 (Sat, 15 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   A /trunk/doc/ChangeLog-2004
-   M /trunk/doc/Makefile.am
-
-  * Moved 2004 changelog to doc/.
-
-------------------------------------------------------------------------
-r9745 | titer | 2005-01-15 04:02:57 +0100 (Sat, 15 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/motiondetect.c
-
- motiondetect.c: gcc < 3 compile fix
-
-------------------------------------------------------------------------
-r9744 | yoann | 2005-01-15 01:42:23 +0100 (Sat, 15 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/TODO
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-* modules/gui/wxwindows/playlist.cpp: when duration is not known, don't display (--:--:--)
-
-------------------------------------------------------------------------
-r9743 | yoann | 2005-01-14 19:01:36 +0100 (Fri, 14 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/gui/ncurses.c
-
-* modules/access/directory.c: fix a segfault when reading an empty directory
-* modules/gui/ncurses.c: fix a segfault when playlist is empty
-
-------------------------------------------------------------------------
-r9742 | yoann | 2005-01-14 17:14:01 +0100 (Fri, 14 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-* modules/gui/ncurses.c: support for tree playlist in ncurses interface
-  use 'v' to toggle view
-
-------------------------------------------------------------------------
-r9741 | gbazin | 2005-01-14 14:15:52 +0100 (Fri, 14 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/include/codecs.h
-   M /trunk/modules/demux/wav.c
-
-* include/codecs.h, modules/demux/wav.c: patch by Matthew Romaine to handle WAVEFORMATEXTENSIBLE files more robustly.
-------------------------------------------------------------------------
-r9740 | hartman | 2005-01-14 13:11:57 +0100 (Fri, 14 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* so the ogg vorbis fix broke shoutcast streams :) fixing again.... (tested with all audio streams i know off)
-
-------------------------------------------------------------------------
-r9739 | djc | 2005-01-14 00:28:36 +0100 (Fri, 14 Jan 2005) | 18 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/motiondetect.c
-
-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 ;)
-
-------------------------------------------------------------------------
-r9738 | massiot | 2005-01-13 20:03:03 +0100 (Thu, 13 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-* modules/access_out/udp.c: Issue a warning when two PCRs are put inside a
-  single UDP frame (may disturb some decoders).
-
-------------------------------------------------------------------------
-r9737 | massiot | 2005-01-13 20:02:04 +0100 (Thu, 13 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-* src/misc/threads.c: thread_id is in fact an _unsigned_ int.
-
-------------------------------------------------------------------------
-r9736 | massiot | 2005-01-13 20:01:22 +0100 (Thu, 13 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-* src/input/es_out.c: EN 300 472 allows the PTS of teletext streams to be
-  invalid.
-
-------------------------------------------------------------------------
-r9735 | zorglub | 2005-01-13 19:45:11 +0100 (Thu, 13 Jan 2005) | 16 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/modules/services_discovery/Modules.am
-   A /trunk/modules/services_discovery/daap.c
-
-* 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
-
-
-------------------------------------------------------------------------
-r9734 | gbazin | 2005-01-13 12:25:58 +0100 (Thu, 13 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-* src/misc/configuration.c: fix config_GetType() to handle the new CONFIG_ITEM_MODULE_foo types.
-------------------------------------------------------------------------
-r9733 | gbazin | 2005-01-13 10:37:43 +0100 (Thu, 13 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/theora.c
-
-* modules/codec/theora.c: remove the need for theora_packet_iskeyframe().
-------------------------------------------------------------------------
-r9732 | hartman | 2005-01-13 00:51:02 +0100 (Thu, 13 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
-
-* <cough> broken patch </cough>
-
-------------------------------------------------------------------------
-r9731 | yoann | 2005-01-12 17:24:44 +0100 (Wed, 12 Jan 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/timer.cpp
-   M /trunk/modules/gui/wxwindows/wxwindows.h
-
-* 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
-
-------------------------------------------------------------------------
-r9730 | hartman | 2005-01-12 17:07:20 +0100 (Wed, 12 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
-
-* part of patch was applied upstream. Adapt....
-
-------------------------------------------------------------------------
-r9729 | gbazin | 2005-01-12 15:27:35 +0100 (Wed, 12 Jan 2005) | 1 line
-Changed paths:
-   A /trunk/modules/gui/wince/wince.rc
-
-* modules/gui/wince/wince.rc: forgot to commit this file with the wince interface.
-------------------------------------------------------------------------
-r9728 | zorglub | 2005-01-12 10:19:10 +0100 (Wed, 12 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-
-Put callbacks after rebuild, avoids deadlock in rebuild
-
-------------------------------------------------------------------------
-r9727 | fkuehne | 2005-01-11 18:42:08 +0100 (Tue, 11 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* 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.
-------------------------------------------------------------------------
-r9726 | zorglub | 2005-01-11 17:52:42 +0100 (Tue, 11 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/access/directory.c
-   A /trunk/modules/gui/wxwindows/bitmaps/type_afile.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/type_cdda.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/type_directory.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/type_disc.xpm
-   M /trunk/modules/gui/wxwindows/bitmaps/type_net.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/type_node.xpm
-   A /trunk/modules/gui/wxwindows/bitmaps/type_vfile.xpm
-   M /trunk/modules/gui/wxwindows/interface.cpp
-   M /trunk/modules/gui/wxwindows/playlist.cpp
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/view.c
-
-Add some icons
-Fix autoswitching to category view
-
-------------------------------------------------------------------------
-r9725 | hartman | 2005-01-11 17:36:12 +0100 (Tue, 11 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/theora.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* newer theora: alpha4 version. new location, new patch
-
-------------------------------------------------------------------------
-r9724 | massiot | 2005-01-11 17:32:50 +0100 (Tue, 11 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-
-* modules/access/dvb: Fixed numerous bugs related to the CAM configuration.
-  Reconfigure the frontend if no lock is acquired in 10s.
-
-------------------------------------------------------------------------
-r9723 | hartman | 2005-01-11 17:17:44 +0100 (Tue, 11 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* fix ogg streams.
-
-------------------------------------------------------------------------
-r9722 | andrep | 2005-01-11 17:04:09 +0100 (Tue, 11 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: Require libtheora 1.0alpha4
-
-
-------------------------------------------------------------------------
-r9721 | andrep | 2005-01-11 14:19:20 +0100 (Tue, 11 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/cmml/intf.c
-
-* cmml/intf.c: Fix refcount leak on main interface (thanks to gibalou for help)
-
-
-------------------------------------------------------------------------
-r9720 | gbazin | 2005-01-11 13:02:57 +0100 (Tue, 11 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
-
-* modules/gui/wxwindows/preferences_widgets.cpp: added update event for IntegerListConfigControl.
-------------------------------------------------------------------------
-r9719 | hartman | 2005-01-11 12:51:03 +0100 (Tue, 11 Jan 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* 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)
-
-
-------------------------------------------------------------------------
-r9718 | andrep | 2005-01-11 10:17:56 +0100 (Tue, 11 Jan 2005) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/theora.c
-
-* theora.c: Eliminate display artifacts when the very first frame of the
-  stream isn't a keyframe
-
-
-------------------------------------------------------------------------
-r9717 | andrep | 2005-01-11 09:58:06 +0100 (Tue, 11 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/theora.c
-
-* theora.c: Fixed weird display artifacts when seeking on Theora videos
-
-
-------------------------------------------------------------------------
-r9716 | bigben | 2005-01-10 22:08:45 +0100 (Mon, 10 Jan 2005) | 5 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
-* 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).
-
-
-------------------------------------------------------------------------
-r9715 | fkuehne | 2005-01-10 18:37:01 +0100 (Mon, 10 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* 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)
-------------------------------------------------------------------------
-r9714 | sam | 2005-01-10 12:09:35 +0100 (Mon, 10 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: -lfreetype requires -lm.
-
-------------------------------------------------------------------------
-r9713 | bigben | 2005-01-09 23:45:24 +0100 (Sun, 09 Jan 2005) | 6 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/access/v4l/v4l.c
-
-* 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
-
-
-------------------------------------------------------------------------
-r9711 | asmax | 2005-01-09 20:46:39 +0100 (Sun, 09 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   A /trunk/modules/gui/skins2/macosx
-   A /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
-   A /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
-   A /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
-   A /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
-   A /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
-   A /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
-   A /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
-   A /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
-   A /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
-   A /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
-   A /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
-   A /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
-   A /trunk/modules/gui/skins2/macosx/macosx_window.cpp
-   A /trunk/modules/gui/skins2/macosx/macosx_window.hpp
-   M /trunk/modules/gui/skins2/src/os_factory.cpp
-
-- all: skeleton for a MacOSX port of skins2 (happy new year ;)
-
-------------------------------------------------------------------------
-r9710 | asmax | 2005-01-08 18:49:22 +0100 (Sat, 08 Jan 2005) | 4 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-- 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...
-
-------------------------------------------------------------------------
-r9709 | ipkiss | 2005-01-07 22:08:25 +0100 (Fri, 07 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/TODO
-
- * TODO: Added little hints for the OS X port of the skins
-
-------------------------------------------------------------------------
-r9708 | massiot | 2005-01-07 21:21:59 +0100 (Fri, 07 Jan 2005) | 12 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-   M /trunk/modules/demux/ts.c
-
-* 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.
-
-------------------------------------------------------------------------
-r9707 | massiot | 2005-01-07 21:04:46 +0100 (Fri, 07 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/mux/mpeg/ts.c
-
-* 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.
-
-------------------------------------------------------------------------
-r9706 | massiot | 2005-01-07 20:57:00 +0100 (Fri, 07 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-* modules/access/udp.c: When udp is invoked as 'rtp:', only consider RTP
-  packets.
-
-------------------------------------------------------------------------
-r9705 | massiot | 2005-01-07 20:55:48 +0100 (Fri, 07 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
-* modules/access/pvr/pvr.c: Added --pvr-caching option.
-
-------------------------------------------------------------------------
-r9702 | gbazin | 2005-01-07 15:05:03 +0100 (Fri, 07 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/waveout.c
-
-* modules/audio_output/waveout.c: increase the audio buffer size under WinCE.
-------------------------------------------------------------------------
-r9701 | gbazin | 2005-01-07 10:54:01 +0100 (Fri, 07 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/include/aout_internal.h
-
-* include/aout_internal.h: fixed old memory leak when alloca() isn't available.
-------------------------------------------------------------------------
-r9700 | gbazin | 2005-01-07 01:19:43 +0100 (Fri, 07 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/evc/vlc.vcw
-
-
-------------------------------------------------------------------------
-r9699 | gbazin | 2005-01-07 01:19:09 +0100 (Fri, 07 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: added wince plugin to the build system.
-------------------------------------------------------------------------
-r9698 | gbazin | 2005-01-07 00:52:00 +0100 (Fri, 07 Jan 2005) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/wince
-   A /trunk/modules/gui/wince/Modules.am
-   A /trunk/modules/gui/wince/bitmaps
-   A /trunk/modules/gui/wince/bitmaps/toolbar1.bmp
-   A /trunk/modules/gui/wince/bitmaps/toolbar2.bmp
-   A /trunk/modules/gui/wince/bitmaps/toolbar3.bmp
-   A /trunk/modules/gui/wince/bitmaps/vlc16x16.ico
-   A /trunk/modules/gui/wince/fileinfo.cpp
-   A /trunk/modules/gui/wince/interface.cpp
-   A /trunk/modules/gui/wince/iteminfo.cpp
-   A /trunk/modules/gui/wince/menus.cpp
-   A /trunk/modules/gui/wince/messages.cpp
-   A /trunk/modules/gui/wince/open.cpp
-   A /trunk/modules/gui/wince/playlist.cpp
-   A /trunk/modules/gui/wince/preferences.cpp
-   A /trunk/modules/gui/wince/preferences_widgets.cpp
-   A /trunk/modules/gui/wince/preferences_widgets.h
-   A /trunk/modules/gui/wince/subtitles.cpp
-   A /trunk/modules/gui/wince/timer.cpp
-   A /trunk/modules/gui/wince/video.cpp
-   A /trunk/modules/gui/wince/wince.cpp
-   A /trunk/modules/gui/wince/wince.h
-
-* 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).
-
-------------------------------------------------------------------------
-r9697 | fkuehne | 2005-01-07 00:40:18 +0100 (Fri, 07 Jan 2005) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/vlc.pot
-
-* 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
-------------------------------------------------------------------------
-r9696 | gbazin | 2005-01-06 23:05:22 +0100 (Thu, 06 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-* modules/codec/vorbis.c: fixed tremor output.
-------------------------------------------------------------------------
-r9695 | fkuehne | 2005-01-06 20:54:24 +0100 (Thu, 06 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* fixed wrong grammar ('1 items in list')
-------------------------------------------------------------------------
-r9694 | fkuehne | 2005-01-06 18:58:07 +0100 (Thu, 06 Jan 2005) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-
-* 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
-------------------------------------------------------------------------
-r9693 | titer | 2005-01-06 16:15:24 +0100 (Thu, 06 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-
- control/http.c: gcc < 3 compile fix
-
-------------------------------------------------------------------------
-r9692 | gbazin | 2005-01-05 23:45:36 +0100 (Wed, 05 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/access/file.c
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/misc/modules.c
-
-* src/misc/modules.c,cpu.c, modules/access/file.c: WinCE fixes.
-------------------------------------------------------------------------
-r9691 | gbazin | 2005-01-05 23:42:57 +0100 (Wed, 05 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/stream.c
-
-* src/input/stream.c: decrease memory requirements for WinCE.
-------------------------------------------------------------------------
-r9690 | gbazin | 2005-01-05 23:24:30 +0100 (Wed, 05 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/toolbox
-
-* toolbox: added an evc ARMV4 target.
-------------------------------------------------------------------------
-r9689 | gbazin | 2005-01-05 23:23:13 +0100 (Wed, 05 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/evc/libvlc.vcp.in
-   M /trunk/evc/plugins.vcp.in
-   M /trunk/evc/vlc.vcp.in
-
-* evc/*: added an ARMV4 target.
-------------------------------------------------------------------------
-r9688 | gbazin | 2005-01-05 22:14:53 +0100 (Wed, 05 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: fix Dirac detection (patch by Anuradha Suraparaju).
-------------------------------------------------------------------------
-r9687 | djc | 2005-01-05 01:19:09 +0100 (Wed, 05 Jan 2005) | 8 lines
-Changed paths:
-   M /trunk/modules/control/http.c
-   A /trunk/share/http/cone_minus.png
-   A /trunk/share/http/cone_plus.png
-   M /trunk/share/http/index.html
-   M /trunk/share/http/style.css
-
-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...
-
-
-------------------------------------------------------------------------
-r9686 | fkuehne | 2005-01-04 00:01:42 +0100 (Tue, 04 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-
-* seperated the open, sout and sub-open dialogues from the main nib
-------------------------------------------------------------------------
-r9685 | fkuehne | 2005-01-03 21:10:38 +0100 (Mon, 03 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-
-* declared the shared instance properly (forgot that yesterday)
-------------------------------------------------------------------------
-r9684 | djc | 2005-01-02 23:45:36 +0100 (Sun, 02 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/sort.c
-
-Fix a bug when shuffling playlist with 1 item
-
-------------------------------------------------------------------------
-r9683 | fkuehne | 2005-01-02 21:01:50 +0100 (Sun, 02 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/po/da.po
-
-* po/da.po: update to the Danish translation by Jonas Larsen and Morten Brix Pedersen
-* THANKS: added Morten Brix Pedersen
-------------------------------------------------------------------------
-r9682 | fkuehne | 2005-01-02 19:58:53 +0100 (Sun, 02 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/classes.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/info.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/prefs.m
-
-* moved the preferences-window to a seperate nib-file
-------------------------------------------------------------------------
-r9681 | fkuehne | 2005-01-01 19:13:51 +0100 (Sat, 01 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-* give credit to Jonas Larsen for creating the Danish l10n
-* replace all "@" with " at "
-------------------------------------------------------------------------
-r9680 | fkuehne | 2005-01-01 18:54:05 +0100 (Sat, 01 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* build libiconv without i18n-support, so it can be compiled without gettext -- gettext will be compiled afterwards, so it can take advantage of libiconv
-------------------------------------------------------------------------
-r9679 | fkuehne | 2005-01-01 17:29:51 +0100 (Sat, 01 Jan 2005) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* make sure gettext is built before libiconv, since it is needed for its compilation
-------------------------------------------------------------------------
-r9678 | fkuehne | 2005-01-01 16:41:08 +0100 (Sat, 01 Jan 2005) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* 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)
-------------------------------------------------------------------------
-r9677 | zorglub | 2004-12-29 17:15:50 +0100 (Wed, 29 Dec 2004) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/image.c
-
-Reuse the encoder
-
-------------------------------------------------------------------------
diff --git a/doc/ChangeLog-2006 b/doc/ChangeLog-2006
deleted file mode 100644 (file)
index 7287ae7..0000000
+++ /dev/null
@@ -1,37850 +0,0 @@
-------------------------------------------------------------------------
-r18473 | sigmunau | 2006-12-30 17:21:08 -0800 (Sat, 30 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-transcode.c: reset pointer and size info for extradata when freeing
-the pointer. Fixes #940
-
-------------------------------------------------------------------------
-r18472 | sigmunau | 2006-12-30 10:42:15 -0800 (Sat, 30 Dec 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-live555.cpp: Add support for quicktime specific audio
-doesn't work for the sample stream I tested, but I think that stream
-is bad
-
-------------------------------------------------------------------------
-r18471 | sigmunau | 2006-12-30 10:39:45 -0800 (Sat, 30 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/b4s.c
-
-b4s.c: Create meta before using them
-
-------------------------------------------------------------------------
-r18470 | fkuehne | 2006-12-30 09:39:26 -0800 (Sat, 30 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* don't apply enable-pic twice. x264 is still broken on future darwin releases though.
-------------------------------------------------------------------------
-r18469 | jpsaman | 2006-12-30 03:48:53 -0800 (Sat, 30 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/vlccontrol2.cpp
-
-Test for the pointer iso for the pointer to the pointer. Fixes bug with get_aspectRatio().
-
-------------------------------------------------------------------------
-r18468 | sigmunau | 2006-12-29 17:51:23 -0800 (Fri, 29 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv.cpp: Added support for theora in mkv. Fixes #925
-(not particularly beautiful code, but it works)
-
-------------------------------------------------------------------------
-r18467 | damienf | 2006-12-29 11:24:46 -0800 (Fri, 29 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-- make pthreads-win32 build on MinGW/cygwin
-
-------------------------------------------------------------------------
-r18466 | fkuehne | 2006-12-28 11:36:57 -0800 (Thu, 28 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* very first step to support future darwin releases
-------------------------------------------------------------------------
-r18465 | courmisch | 2006-12-28 03:50:15 -0800 (Thu, 28 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/test/url.c
-
-Use RFC4648 test vectors
-
-------------------------------------------------------------------------
-r18464 | jpsaman | 2006-12-27 02:27:09 -0800 (Wed, 27 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/share/applications/gnome-vlc-default.sh
-
-Forget to set a default
-------------------------------------------------------------------------
-r18463 | jpsaman | 2006-12-27 02:23:05 -0800 (Wed, 27 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/share/applications/gnome-vlc-default.sh
-
-Add Id svn:keywords
-------------------------------------------------------------------------
-r18462 | jpsaman | 2006-12-27 02:21:13 -0800 (Wed, 27 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/share/applications/gnome-vlc-default.sh
-
-Make gnome-vlc-default.sh script work on FC4/5/6 too.
-------------------------------------------------------------------------
-r18461 | jpsaman | 2006-12-27 02:07:24 -0800 (Wed, 27 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/THANKS
-
-Add Torsten's Spindler contribution to the THANKS file.
-------------------------------------------------------------------------
-r18460 | jpsaman | 2006-12-27 02:06:08 -0800 (Wed, 27 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/share/Makefile.am
-   A /trunk/share/applications/gnome-vlc-default.sh
-
-Script to set vlc as default player on GNOME desktops. Patch by Torsten Spindler <spindler _at_ tspindler _dot_ de>
-------------------------------------------------------------------------
-r18459 | littlejohn | 2006-12-26 08:41:21 -0800 (Tue, 26 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/README
-   M /trunk/bindings/java/TODO
-   M /trunk/bindings/java/VLCExample.java
-   A /trunk/bindings/java/jvlc-eclipse
-   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-   M /trunk/bindings/java/src/audio-jni.cc
-
-Make audio functions compliant with current libvlc
-------------------------------------------------------------------------
-r18458 | fkuehne | 2006-12-26 05:22:37 -0800 (Tue, 26 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/fspanel.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* be more accurate when fading in and out (refs #913 and hopefully fixes it)
-------------------------------------------------------------------------
-r18457 | dionoea | 2006-12-25 15:49:07 -0800 (Mon, 25 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-Add missing *
-
-------------------------------------------------------------------------
-r18456 | dionoea | 2006-12-25 14:28:45 -0800 (Mon, 25 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_vout.h
-   M /trunk/src/video_output/video_output.c
-
-* add some locking the the video filter2 handling code in video output core. Fix #945 (untested)
-
-------------------------------------------------------------------------
-r18455 | Trax | 2006-12-24 14:03:02 -0800 (Sun, 24 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-* modules/access/dshow/dshow.cpp: Typo specfic -> specific.
-------------------------------------------------------------------------
-r18454 | zorglub | 2006-12-24 06:18:21 -0800 (Sun, 24 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/control/motion.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/modules/misc/dummy/decoder.c
-   M /trunk/modules/misc/dummy/encoder.c
-   M /trunk/modules/misc/dummy/input.c
-   M /trunk/modules/misc/dummy/interface.c
-   M /trunk/modules/misc/dummy/renderer.c
-   M /trunk/modules/misc/dummy/vout.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/mux/mpeg/csa.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/video_filter/motiondetect.c
-
-More cleanup
-
-------------------------------------------------------------------------
-r18453 | zorglub | 2006-12-24 05:50:47 -0800 (Sun, 24 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/network/httpd.c
-   M /trunk/src/stream_output/profiles.c
-   M /trunk/src/stream_output/stream_output.c
-
-A bit of cleanup here and there
-
-------------------------------------------------------------------------
-r18452 | zorglub | 2006-12-23 07:40:20 -0800 (Sat, 23 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-
-Hopefully correct tokenization of open strings
-
-------------------------------------------------------------------------
-r18451 | xtophe | 2006-12-23 07:12:01 -0800 (Sat, 23 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Don't transform tavs to 4 spaces in Makefiles.
-
-------------------------------------------------------------------------
-r18450 | zorglub | 2006-12-23 06:18:49 -0800 (Sat, 23 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/engine.c
-
-Unlock the playlist while waiting for input to finish so that input can freely use signal on the playlist whatever the context is (Closes:#937)
-
-------------------------------------------------------------------------
-r18449 | zorglub | 2006-12-23 04:20:23 -0800 (Sat, 23 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-
-Add extra debug to chase #934
-
-------------------------------------------------------------------------
-r18448 | zorglub | 2006-12-23 03:53:20 -0800 (Sat, 23 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/src/input/es_out.c
-
-* Ensure garbage collector is called when disabling a video track (Closes:#935)
-* Possible (not probable) fix for 934. Can't fix as building vlc on win32 is almost impossible
-
-------------------------------------------------------------------------
-r18447 | courmisch | 2006-12-23 02:37:03 -0800 (Sat, 23 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Fix "File already exists" failure with moc (closes #941)
-
-------------------------------------------------------------------------
-r18446 | zorglub | 2006-12-23 02:36:47 -0800 (Sat, 23 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Wtf ?
-
-------------------------------------------------------------------------
-r18445 | zorglub | 2006-12-23 02:36:24 -0800 (Sat, 23 Dec 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-* Only allow playlist files in open playlist (Refs:#940)
-* For the time being, hide simple open. Better three clicks than confusing 
-  things :)
-
-------------------------------------------------------------------------
-r18444 | Trax | 2006-12-22 16:32:58 -0800 (Fri, 22 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-
-* modules/gui/qt4/dialogs/extended.cpp: Typo Eqqualizer -> Equalizer.
-------------------------------------------------------------------------
-r18443 | zorglub | 2006-12-22 13:34:23 -0800 (Fri, 22 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/thread.c
-
-Cleanup control and parser threads handling. Might fix #917
-
-------------------------------------------------------------------------
-r18442 | zorglub | 2006-12-22 13:14:11 -0800 (Fri, 22 Dec 2006) | 23 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/src/input/access.c
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/threads.c
-
-Add facilities to report and enrich error messages. 
-
-The idea is that a given error should be reported only once to the user.
-At the moment, for example, we can get:
-- "no suitable access module" (printed by module_Need)
- - "unable to create access" (printed by input/access)
- - "unable to open stream" (printed by input/input)
- - ...
-
-The facilities provided here are:
-* msg_StackSet( code, message ) : "throw" a new error
-* msg_StackAdd( message ) : Append a message allowing to trace the message
-* msg_StackMsg() : Retrieve the message
-
-So, in the previous example, module_Need would msg_StackSet( code, "no
-suitable access module"), then input/input would add "unable to create
-access" and finally, input/input can print the "unable to open stream:
-unable to create access: no suitable module" message.
-
-The three functions are context-free, you don't need a vlc_object, so
-that we can add verbose error reporting everywhere.
-
-
-------------------------------------------------------------------------
-r18441 | oaubert | 2006-12-22 08:24:21 -0800 (Fri, 22 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-AUTHORS: e-mail address fix
-
-------------------------------------------------------------------------
-r18440 | courmisch | 2006-12-21 10:18:08 -0800 (Thu, 21 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Take program-transform-name into account when creating vlc symlinks
-
-------------------------------------------------------------------------
-r18439 | courmisch | 2006-12-21 10:05:54 -0800 (Thu, 21 Dec 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Escape antislash in CONFIGURE_LINE properly (I hope you like antislashes).
-                                   ^^^^^^^^
-                   As far as I checked (sed guru required).
-
-------------------------------------------------------------------------
-r18438 | oaubert | 2006-12-21 07:00:04 -0800 (Thu, 21 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_input.c
-   M /trunk/bindings/python/vlc_instance.c
-   M /trunk/bindings/python/vlc_mediacontrol.c
-   M /trunk/bindings/python/vlc_module.c
-   M /trunk/bindings/python/vlc_object.c
-   M /trunk/bindings/python/vlc_position.c
-   M /trunk/bindings/python/vlcglue.h
-   M /trunk/bindings/python/vlcwidget.py
-   M /trunk/bindings/python/vlcwrapper.py
-
-python bindings: svn propset svn:keywords
-
-------------------------------------------------------------------------
-r18437 | oaubert | 2006-12-21 03:02:31 -0800 (Thu, 21 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_input.c
-   M /trunk/bindings/python/vlc_instance.c
-
-python bindings: completed libvlc bindings
-
-------------------------------------------------------------------------
-r18436 | oaubert | 2006-12-21 01:58:22 -0800 (Thu, 21 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-include/vlc/libvlc.h: comment fixes
-
-------------------------------------------------------------------------
-r18435 | jb | 2006-12-21 01:20:26 -0800 (Thu, 21 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-* Updating NEWS for VP60/VP61 . Ref [18408]
-
-
-------------------------------------------------------------------------
-r18434 | sigmunau | 2006-12-20 17:22:05 -0800 (Wed, 20 Dec 2006) | 9 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/src/video_output/video_output.c
-
-src/video_output/video_output.c: Fixed double free in filter removal
-code
-qt4/components/extended_panels.cpp: Improved some dagerous string
-parsing code. This whole function looks very ad hoc to me at the
-moment and should be rewritten in a more robust way. In particular
-this function will misbehave if a video filter exists whose name is a
-substring of another video filter. This change here just makes it less
-likely to crash...
-
-------------------------------------------------------------------------
-r18433 | sigmunau | 2006-12-20 16:07:11 -0800 (Wed, 20 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-
-fix out of buffer read in equalizer code
-
-------------------------------------------------------------------------
-r18432 | jpsaman | 2006-12-20 14:11:54 -0800 (Wed, 20 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/vlccontrol2.cpp
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/mozilla/control/npolibvlc.h
-   M /trunk/src/control/audio.c
-   M /trunk/src/control/video.c
-
-Audio track and channel support for JavaScript API. The ActiveX vlc.audio.channel interface still has a bug left.
-------------------------------------------------------------------------
-r18431 | xtophe | 2006-12-20 09:22:53 -0800 (Wed, 20 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Add a plugins/bindings line to the summary
-
-------------------------------------------------------------------------
-r18430 | xtophe | 2006-12-20 09:01:34 -0800 (Wed, 20 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix a small bug in header detection for Activex
-
-------------------------------------------------------------------------
-r18429 | jb | 2006-12-20 06:58:33 -0800 (Wed, 20 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Adding Open Menu entries.
-
-
-------------------------------------------------------------------------
-r18428 | zorglub | 2006-12-19 14:23:59 -0800 (Tue, 19 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/profiles.c
-
-Make static a bunch of functions
-
-------------------------------------------------------------------------
-r18427 | xtophe | 2006-12-19 14:01:34 -0800 (Tue, 19 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/nb.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/nn.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-make update-po
-------------------------------------------------------------------------
-r18426 | courmisch | 2006-12-19 13:27:57 -0800 (Tue, 19 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/m4/flags.m4
-
-Do not assume that CXXFLAGS and OBJCFLAGS accept anything that CFLAGS does
-
-------------------------------------------------------------------------
-r18425 | courmisch | 2006-12-19 13:26:46 -0800 (Tue, 19 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Fix implicit declaration problem
-
-------------------------------------------------------------------------
-r18424 | xtophe | 2006-12-19 12:18:55 -0800 (Tue, 19 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Don't use pic on win32. it confuses nasm
-
-------------------------------------------------------------------------
-r18423 | xtophe | 2006-12-19 11:58:54 -0800 (Tue, 19 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Manual install for pthread
-
-------------------------------------------------------------------------
-r18422 | xtophe | 2006-12-19 11:45:35 -0800 (Tue, 19 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-
-Refresh x264 patch and use pthread for x264 in win32
-
-
-------------------------------------------------------------------------
-r18421 | xtophe | 2006-12-19 09:42:01 -0800 (Tue, 19 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-pthread for win
-
-------------------------------------------------------------------------
-r18420 | fkuehne | 2006-12-19 09:34:26 -0800 (Tue, 19 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-
-* gui behaviour change: the textfields are no longer disabled if another protocol is enabled through the knobs. the user can click the fields now to switch the protocol. I'm unsure whether this could and should be done in the disc tab as well. closes #914
-------------------------------------------------------------------------
-r18419 | xtophe | 2006-12-19 06:16:37 -0800 (Tue, 19 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
-Fix win32 compilation
-
-------------------------------------------------------------------------
-r18418 | jb | 2006-12-19 02:53:09 -0800 (Tue, 19 Dec 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/video_filter/extract.c
-
-Dionoea's commit :D
-
-
-
-------------------------------------------------------------------------
-r18417 | fkuehne | 2006-12-18 15:22:55 -0800 (Mon, 18 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/fspanel.h
-   M /trunk/modules/gui/macosx/fspanel.m
-
-* hide the fspanel if VLC looses its front app state in fullscreen mode (by using the app switcher, etc.)
-------------------------------------------------------------------------
-r18416 | zorglub | 2006-12-18 14:03:30 -0800 (Mon, 18 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/src/control/playlist.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/playlist_internal.h
-   M /trunk/src/playlist/search.c
-
-A bit of cleanup in libvlc playlist API. Preliminary work for: Refs:#457
-
-------------------------------------------------------------------------
-r18415 | zorglub | 2006-12-18 13:53:26 -0800 (Mon, 18 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/src/misc/threads.c
-
-Untested states thread and gnu portable threads implementation of tls
-Fix Win32 implementation
-
-------------------------------------------------------------------------
-r18414 | zorglub | 2006-12-18 13:40:12 -0800 (Mon, 18 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/src/misc/threads.c
-   M /trunk/test/NativeLibvlcTest.py
-   M /trunk/test/native/init.c
-   M /trunk/test/native/tests.h
-   A /trunk/test/native/threads.c
-   M /trunk/test/setup.py
-
-Added initial support for TLS (Thread Local Storage) variables
-
-------------------------------------------------------------------------
-r18413 | dionoea | 2006-12-18 13:14:53 -0800 (Mon, 18 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* extract now uses sqrt.
-
-------------------------------------------------------------------------
-r18412 | dionoea | 2006-12-18 13:13:07 -0800 (Mon, 18 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/extract.c
-
-* Remove comments left in cut & paste.
-
-------------------------------------------------------------------------
-r18411 | dionoea | 2006-12-18 13:08:11 -0800 (Mon, 18 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/extract.c
-
-* Make it possible to extract any color component from the video. (Red, Green and Blue are still hardcoded) Example: ./vlc ~/media/Muse-Concert.mpg --video-filter "extract{component=0xFFFF00}" will get you the yellow stuff.
-
-------------------------------------------------------------------------
-r18410 | jb | 2006-12-18 12:44:07 -0800 (Mon, 18 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   A /trunk/vlc.suse.spec
-
-SuSE spec file thanks to DimStar, Dominique Leuenberger
-
-
-------------------------------------------------------------------------
-r18409 | fkuehne | 2006-12-18 03:34:46 -0800 (Mon, 18 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/fspanel.m
-   M /trunk/modules/gui/macosx/macosx.m
-
-* added an option to disable the fspanel
-------------------------------------------------------------------------
-r18408 | Trax | 2006-12-17 15:53:49 -0800 (Sun, 17 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/demux/nsv.c
-
-* modules/codec/ffmpeg/ffmpeg.c and modules/demux/nsv.c: Add support for decoding VP60 and VP61
-------------------------------------------------------------------------
-r18407 | thresh | 2006-12-17 15:32:24 -0800 (Sun, 17 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Default disable gnomevfs access plugin as it doesn't work anyway
-
-------------------------------------------------------------------------
-r18406 | dionoea | 2006-12-17 12:42:32 -0800 (Sun, 17 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/extract.c (from /trunk/modules/video_filter/invert.c:18404)
-
- * New color extraction video filter. Can be used to extract the Red, Green or Blue component from a video.
- * Add stuff about motiondetect and extract in the News (even though motiondetect isn't finished)
-
-------------------------------------------------------------------------
-r18405 | dionoea | 2006-12-17 09:58:21 -0800 (Sun, 17 Dec 2006) | 2 lines
-Changed paths:
-   R /trunk/modules/video_filter/motiondetect.c
-
-Rewrite motion detect filter. It currently draws a white rectangle arround moving objects (on fixed backgrounds). I still need to add code to make it possible to trigger an action when movement is detected (i.e. a VLM command to start recording).
-
-------------------------------------------------------------------------
-r18404 | phmo95 | 2006-12-17 08:09:00 -0800 (Sun, 17 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/java/src/core-jni.cc
-
-Fix include for WIN32 version.
-
-------------------------------------------------------------------------
-r18402 | zorglub | 2006-12-16 06:54:54 -0800 (Sat, 16 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_intf_strings.h
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/modules/gui/qt4/components/extended_panels.hpp
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-   M /trunk/modules/gui/qt4/components/preferences.hpp
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
-   A /trunk/modules/gui/qt4/pixmaps/go-next.png
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/res.qrc
-   A /trunk/modules/gui/qt4/ui/video_effects.ui
-
-Add video filters panel
-Fix size of preference tree items
-
-------------------------------------------------------------------------
-r18401 | littlejohn | 2006-12-16 03:05:17 -0800 (Sat, 16 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/VLCExample.java
-   M /trunk/bindings/java/org/videolan/jvlc/Audio.java
-   M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
-   M /trunk/bindings/java/src/audio-jni.cc
-
-bindings for new audio functions, thanks to Philippe Morin
-------------------------------------------------------------------------
-r18400 | jb | 2006-12-15 16:20:42 -0800 (Fri, 15 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/snapshot.c
-
-Include fixing for snapshot.c
-
-
-------------------------------------------------------------------------
-r18399 | jb | 2006-12-15 15:50:28 -0800 (Fri, 15 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dc1394.c
-
-Include repairing for dc1394
-
-
-------------------------------------------------------------------------
-r18398 | zorglub | 2006-12-15 15:38:33 -0800 (Fri, 15 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/playlist.h
-
-2nd argument of playlist_Viewplay is not a boolean
-
-------------------------------------------------------------------------
-r18397 | zorglub | 2006-12-15 15:21:27 -0800 (Fri, 15 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-   M /trunk/src/Makefile.am
-   D /trunk/src/misc/dict.c
-   M /trunk/src/playlist/thread.c
-   M /trunk/test/NativeLibvlcTest.py
-   M /trunk/test/native/algo.c
-   M /trunk/test/native/i18n.c
-   M /trunk/test/pyunit.h
-   M /trunk/test/setup.py
-
-Rework dicts as macros for type-independance
-
-------------------------------------------------------------------------
-r18396 | courmisch | 2006-12-15 06:16:08 -0800 (Fri, 15 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   A /trunk/src/test/utf8.c (from /trunk/src/test/url.c:18395)
-   M /trunk/src/text/unicode.c
-
-Simpler UTF-8 check functions + rudimentary unit test
-
-------------------------------------------------------------------------
-r18395 | hartman | 2006-12-14 12:56:18 -0800 (Thu, 14 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/audio_filter/channel_mixer/mono.c
-   M /trunk/modules/audio_filter/equalizer_presets.h
-   M /trunk/modules/codec/cmml/browser_open.c
-   M /trunk/modules/codec/cmml/history.c
-   M /trunk/modules/codec/cmml/history.h
-   M /trunk/modules/codec/sdl_image.c
-   M /trunk/modules/codec/x264.c
-
-* More compiler warning fixes (const mostly)
-
-------------------------------------------------------------------------
-r18394 | damienf | 2006-12-14 05:53:31 -0800 (Thu, 14 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-- bootstrap: patch libtool on cygwin to prevent linking shared library as '.dll.exe' files
-
-------------------------------------------------------------------------
-r18393 | oaubert | 2006-12-14 05:18:53 -0800 (Thu, 14 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_audio_video.c
-
-src/controler/mediacontrol_audio_video.c: make mediacontrol_showtext static
-
-------------------------------------------------------------------------
-r18392 | oaubert | 2006-12-14 05:18:27 -0800 (Thu, 14 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/mediacontrol.h
-
-include/vlc/mediacontrol.h: define mediacontrol_playlist_next_item prototype
-
-------------------------------------------------------------------------
-r18391 | damienf | 2006-12-14 03:57:03 -0800 (Thu, 14 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/vlccontrol2.cpp
-
-- activex: few fixes, generate latest tlb
-
-------------------------------------------------------------------------
-r18390 | hartman | 2006-12-13 16:14:37 -0800 (Wed, 13 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/misc/image.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/stream_output/profiles.c
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/text/charset.c
-
-* Fix a couple of const, static and other warnings 
-
-------------------------------------------------------------------------
-r18389 | jpsaman | 2006-12-13 06:43:57 -0800 (Wed, 13 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/src/control/audio.c
-
-Use more sensible error message that says: settting audio track failed.
-------------------------------------------------------------------------
-r18388 | xtophe | 2006-12-13 03:41:15 -0800 (Wed, 13 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/guiddef.h
-   M /trunk/activex/supporterrorinfo.cpp
-   M /trunk/activex/supporterrorinfo.h
-   M /trunk/activex/vlccontrol2.cpp
-   M /trunk/activex/vlccontrol2.h
-
-.h and .cpp are not executable files
-
-------------------------------------------------------------------------
-r18387 | hartman | 2006-12-12 17:11:55 -0800 (Tue, 12 Dec 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-* Add support for HD DVBsub closes #896
-* Added some comments
-* Set the b_pausable flage and remove the b_fade/b_stop flags from the dvbsubs.
-  They are ephemer and if you need these options set, then figure out another way.
-
-------------------------------------------------------------------------
-r18386 | phmo95 | 2006-12-12 13:08:50 -0800 (Tue, 12 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/java/src/playlist-jni.cc
-   M /trunk/bindings/java/src/video-jni.cc
-
-Fix typos for WIN32 compilation of Java bindings.
-
-
-------------------------------------------------------------------------
-r18385 | littlejohn | 2006-12-12 13:05:53 -0800 (Tue, 12 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/java/createEclipseProject.sh
-
-eclipse project creation script updated.
-
-
-------------------------------------------------------------------------
-r18384 | fkuehne | 2006-12-12 11:46:17 -0800 (Tue, 12 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/fspanel.h
-   M /trunk/modules/gui/macosx/fspanel.m
-
-* switched the middle arrow buttons from faster/slower to backward/forward to reflect the same functionality as the usual controller window, thus a more consistent GUI. Thanks to the6thReplicant from the forum for the hint.
-------------------------------------------------------------------------
-r18383 | jpsaman | 2006-12-12 03:18:38 -0800 (Tue, 12 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/vlccontrol2.cpp
-   M /trunk/activex/vlccontrol2.h
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/src/control/audio.c
-
-Add support to the activex, mozilla, firefox, safari plugin for changing audio track and audio output channel (reverse, stereo, left, right, dolby).
-
-------------------------------------------------------------------------
-r18382 | jpsaman | 2006-12-12 01:26:26 -0800 (Tue, 12 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/modules/meta_engine/id3tag.c
-
-Fix compilation warnings
-------------------------------------------------------------------------
-r18381 | jpsaman | 2006-12-12 01:23:58 -0800 (Tue, 12 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
-Small readability enhancement
-------------------------------------------------------------------------
-r18380 | jpsaman | 2006-12-12 01:23:10 -0800 (Tue, 12 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/xvmc.c
-
-Don't use register keyword, leave it up to compiler to optimize this.
-------------------------------------------------------------------------
-r18379 | ipkiss | 2006-12-11 14:19:56 -0800 (Mon, 11 Dec 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/vars/equalizer.cpp
-
- * skins2/vars/equalizer.cpp: Fixed an invalid memory read, potential crasher
- * skins2/src/generic_layout.cpp: Fixed an old memory leak
-This is a forwardport of [18282]
-
-------------------------------------------------------------------------
-r18378 | xtophe | 2006-12-11 13:06:55 -0800 (Mon, 11 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: tweack win32 packaging rules
-
-------------------------------------------------------------------------
-r18377 | hartman | 2006-12-11 12:55:22 -0800 (Mon, 11 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-
-* Some more const warning fixes
-
-------------------------------------------------------------------------
-r18376 | littlejohn | 2006-12-11 12:22:47 -0800 (Mon, 11 Dec 2006) | 1 line
-Changed paths:
-   A /trunk/bindings/java/createEclipseProject.sh
-
-helper script to ease jvlc development with eclipse
-------------------------------------------------------------------------
-r18375 | hartman | 2006-12-11 12:04:55 -0800 (Mon, 11 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* grah one more compile issue
-
-------------------------------------------------------------------------
-r18374 | hartman | 2006-12-11 09:34:07 -0800 (Mon, 11 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-
-* one more closedir fix
-
-------------------------------------------------------------------------
-r18373 | hartman | 2006-12-11 09:29:49 -0800 (Mon, 11 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-
-* another closedir fix
-
-------------------------------------------------------------------------
-r18372 | hartman | 2006-12-11 09:22:20 -0800 (Mon, 11 Dec 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/video_filter/colorthres.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/gradient.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/puzzle.c
-   M /trunk/modules/video_filter/rss.c
-   M /trunk/modules/video_filter/transform.c
-
-* motion_detect: use playlist_Control's "lock" argument  
-* const string fixes 
-* make a couple of functions static
-
-------------------------------------------------------------------------
-r18371 | xtophe | 2006-12-11 09:04:56 -0800 (Mon, 11 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-
-Don't call removed target.
-
-------------------------------------------------------------------------
-r18370 | courmisch | 2006-12-11 08:56:21 -0800 (Mon, 11 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/src/text/unicode.c
-   M /trunk/src/video_output/vout_intf.c
-
-- WTF?! Do not use non-existant vlc_closedir_wrapper
-- Do not leak result from utf8_readdir (ALWAYS strdup'ed).
-
-------------------------------------------------------------------------
-r18369 | courmisch | 2006-12-11 08:53:08 -0800 (Mon, 11 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Fix compilation
-
-------------------------------------------------------------------------
-r18368 | hartman | 2006-12-11 08:25:29 -0800 (Mon, 11 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/src/text/unicode.c
-
-* Fix utf8_scandir (wasn't using vlc_closedir_wrapper)
-* Add some doxygen comments to some of these functions that warn about vlc_closedir_wrapper and LocaleFree
-
-------------------------------------------------------------------------
-r18367 | hartman | 2006-12-11 08:22:45 -0800 (Mon, 11 Dec 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/modules/visualization/galaktos/preset.c
-   M /trunk/src/video_output/vout_intf.c
-
-* forwardport: [18328]-[18330]
-  * utf8_fopen for: galaktos and snapshots
-  * vlc_closedir_wrapper for: webintf, mkv, ncurses and gnutls
-
-------------------------------------------------------------------------
-r18366 | hartman | 2006-12-11 08:17:44 -0800 (Mon, 11 Dec 2006) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Patches/libpng-osx.patch
-
-* forwardport [18332]:
-  - don't compile pngtest, it's not SDK compatible
-  - enable sdk on contrib again
-
-------------------------------------------------------------------------
-r18365 | hartman | 2006-12-11 08:16:33 -0800 (Mon, 11 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* forwardport [18335]: Compile x264 with --enable-pic 
-
-------------------------------------------------------------------------
-r18364 | hartman | 2006-12-11 08:13:24 -0800 (Mon, 11 Dec 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/access/rtsp/access.c
-   M /trunk/modules/access/rtsp/real.c
-   M /trunk/modules/access/rtsp/rtsp.c
-
-* forwardport [18336]:
- - Only try Real RTSP in case of rtsp:// realrtsp:// or pnm://
- - Don't use fprintf
-
-------------------------------------------------------------------------
-r18363 | hartman | 2006-12-11 08:04:32 -0800 (Mon, 11 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-* forwardport the 0.8.6 NEWS
-
-------------------------------------------------------------------------
-r18362 | hartman | 2006-12-11 08:03:34 -0800 (Mon, 11 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* forwardport [18346]: LocaleFree() a utf8_readdir entry instead of using free()
-
-------------------------------------------------------------------------
-r18361 | hartman | 2006-12-11 07:32:01 -0800 (Mon, 11 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* forwardport [18350] libtiff linking in VLC OS X 
-
-------------------------------------------------------------------------
-r18360 | hartman | 2006-12-11 07:30:46 -0800 (Mon, 11 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-
-* marq.c: const strings
-
-------------------------------------------------------------------------
-r18359 | courmisch | 2006-12-11 04:16:39 -0800 (Mon, 11 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Remove -z defs to fix FreeBSD linking.
-Someone (I?) ought to work on a better solution
-
-------------------------------------------------------------------------
-r18358 | courmisch | 2006-12-10 12:02:03 -0800 (Sun, 10 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-Do not redefine vlc_wclosedir (Close #893)
-
-------------------------------------------------------------------------
-r18357 | courmisch | 2006-12-10 11:57:01 -0800 (Sun, 10 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Forgot this file
-
-------------------------------------------------------------------------
-r18356 | courmisch | 2006-12-10 11:56:13 -0800 (Sun, 10 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/activex/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/mozilla/Makefile.am
-   M /trunk/src/Makefile.am
-
-Use shared libvlc on Win32
-
-------------------------------------------------------------------------
-r18355 | zorglub | 2006-12-10 07:28:12 -0800 (Sun, 10 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Simplify a bit strings handling
-
-------------------------------------------------------------------------
-r18354 | zorglub | 2006-12-10 07:24:01 -0800 (Sun, 10 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Fix wrong object release
-
-------------------------------------------------------------------------
-r18353 | zorglub | 2006-12-10 07:20:26 -0800 (Sun, 10 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/engine.c
-
-Don't attach playlist twice
-
-------------------------------------------------------------------------
-r18352 | zorglub | 2006-12-10 07:15:50 -0800 (Sun, 10 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Fix corruption in SD parser (Closes:#889)
-
-------------------------------------------------------------------------
-r18351 | zorglub | 2006-12-10 06:00:54 -0800 (Sun, 10 Dec 2006) | 8 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/services_discovery/bonjour.c
-   M /trunk/modules/services_discovery/podcast.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/services_discovery/upnp_cc.cpp
-   M /trunk/modules/services_discovery/upnp_intel.cpp
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/var.c
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/playlist_internal.h
-   M /trunk/src/playlist/tree.c
-
-* Do not take and release the structure lock for each element of the list while
-  releasing it. mutex locks /= 20 on a standard preparse run
-* Only create absolutely necessary variables while preparsing
---> Preparse speed *= 4 (with item in disk cache of course)
-
-* Do not rebuild playlist too much while adding a directory. Add a new flag
-  to NodeCreate and Add to control this behaviour
-
-------------------------------------------------------------------------
-r18344 | md | 2006-12-09 12:24:50 -0800 (Sat, 09 Dec 2006) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-Fix for non-working DELETE key in Playlist on Win32
-For some unknown reason, wxwidgets 2.6.3 always return WXK_NUMPAD_DELETE
-even in case normal Delete key was pressed
-
-Please consider backporting just for Win32 binaries.
-
-------------------------------------------------------------------------
-r18343 | fkuehne | 2006-12-09 12:19:20 -0800 (Sat, 09 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-
-* prevent the preferences from crashing. they aren't shown again yet, though
-------------------------------------------------------------------------
-r18342 | zorglub | 2006-12-09 12:10:28 -0800 (Sat, 09 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Fix
-
-------------------------------------------------------------------------
-r18341 | fkuehne | 2006-12-09 11:59:45 -0800 (Sat, 09 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-
-* improved previous b_autoplay implementation
-------------------------------------------------------------------------
-r18340 | fkuehne | 2006-12-09 11:57:48 -0800 (Sat, 09 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/misc.m
-
-* make sure that the opened media is always enqueueded, if macosx-autoplay is false
-------------------------------------------------------------------------
-r18339 | zorglub | 2006-12-09 10:12:05 -0800 (Sat, 09 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/include/vlc_intf_strings.h
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/misc/playlist/m3u.c
-
-Misc cleanups in Qt4. (Closes:#736)
-Fix m3u export
-
-------------------------------------------------------------------------
-r18325 | hartman | 2006-12-07 14:46:45 -0800 (Thu, 07 Dec 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* Don't redraw the window when going to fullscreen. refs #668 and refs #751 
-This might not fix it, but it surely should eleviate the problem.
-forwardport of [18324]
-
-
-------------------------------------------------------------------------
-r18322 | hartman | 2006-12-07 14:38:20 -0800 (Thu, 07 Dec 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/fspanel.h
-   M /trunk/modules/gui/macosx/fspanel.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* forwardport: [18319], [18320]
-  - fspanel centering on right screen
-  - fspanel don't hide if mousepointer is over fspanel
-
-------------------------------------------------------------------------
-r18319 | xtophe | 2006-12-07 12:19:52 -0800 (Thu, 07 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Forward port [18313] and [18314]. compile fix
-
-------------------------------------------------------------------------
-r18318 | bigben | 2006-12-07 12:10:55 -0800 (Thu, 07 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/linear.c
-
-* Cleanup that file a bit
-------------------------------------------------------------------------
-r18316 | littlejohn | 2006-12-07 05:35:25 -0800 (Thu, 07 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/src/control/input.c
-
-fix for libvlc_input_get_fps. maybe there's a better way to do it.
-------------------------------------------------------------------------
-r18315 | courmisch | 2006-12-07 03:25:09 -0800 (Thu, 07 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Remove redumdant function call
-
-------------------------------------------------------------------------
-r18312 | courmisch | 2006-12-07 01:29:45 -0800 (Thu, 07 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Remove old TODO
-
-------------------------------------------------------------------------
-r18311 | courmisch | 2006-12-07 00:46:01 -0800 (Thu, 07 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Prefer EDH-RSA over plain RSA
-
-------------------------------------------------------------------------
-r18309 | courmisch | 2006-12-07 00:39:45 -0800 (Thu, 07 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Handle fatal errors properly past TLS handshake (close #887)
-
-------------------------------------------------------------------------
-r18308 | damienf | 2006-12-06 16:31:14 -0800 (Wed, 06 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/mozilla/install.js
-
-- mozilla, activex, directx: more backporting from 0.8.6
-
-------------------------------------------------------------------------
-r18307 | damienf | 2006-12-06 16:29:57 -0800 (Wed, 06 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/mozilla/control/npolibvlc.h
-   M /trunk/mozilla/control/nporuntime.cpp
-   M /trunk/mozilla/npvlc_rc.rc
-   M /trunk/mozilla/support/npmac.cpp
-   M /trunk/mozilla/vlc.r
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-
-mozilla: backporting from 0.8.6
-
-------------------------------------------------------------------------
-r18306 | damienf | 2006-12-06 16:29:02 -0800 (Wed, 06 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/connectioncontainer.cpp
-   M /trunk/activex/objectsafety.h
-   M /trunk/activex/oleinplaceobject.h
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/oleobject.h
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/persiststreaminit.cpp
-   M /trunk/activex/persiststreaminit.h
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/provideclassinfo.cpp
-   M /trunk/activex/provideclassinfo.h
-   M /trunk/activex/supporterrorinfo.cpp
-   M /trunk/activex/utils.cpp
-   M /trunk/activex/utils.h
-   M /trunk/activex/vlccontrol.cpp
-   M /trunk/activex/vlccontrol.h
-   M /trunk/activex/vlccontrol2.cpp
-   M /trunk/activex/vlccontrol2.h
-
-- activex: backporting from 0.8.6
-
-------------------------------------------------------------------------
-r18305 | damienf | 2006-12-06 15:39:18 -0800 (Wed, 06 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/common.h
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.h
-
-- dshow: backporting from 0.8.6
-
-------------------------------------------------------------------------
-r18304 | damienf | 2006-12-06 15:38:27 -0800 (Wed, 06 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/direct3d.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/vout.h
-
-- backporting from 0.8.6
-
-------------------------------------------------------------------------
-r18303 | xtophe | 2006-12-06 14:57:37 -0800 (Wed, 06 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.hpp
-
-sub_fps is a float and need to be a float. Don't loose precision if the subtitles dialog is opened.
-
-------------------------------------------------------------------------
-r18302 | damienf | 2006-12-06 14:26:23 -0800 (Wed, 06 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-- removed commented out lines in [18277], not really necessary to keep them
-
-------------------------------------------------------------------------
-r18301 | damienf | 2006-12-06 14:22:36 -0800 (Wed, 06 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-- vlc.win32.nsi.in: backporting from [18288]
-
-------------------------------------------------------------------------
-r18300 | courmisch | 2006-12-06 13:59:39 -0800 (Wed, 06 Dec 2006) | 8 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Enable AES 256 with TLS.
-
-DISCLAIMER: libgcrypt includes various strong cryptographic ciphers.
-VLC now has 256-bits ciphers, and already had 128-bits ciphers for some
-time. Please check with your lawyer and country-specific homeland
-security bureau. In France, *usage* is completely free. Supply, import
-and export are not.
-
-------------------------------------------------------------------------
-r18299 | xtophe | 2006-12-06 13:27:32 -0800 (Wed, 06 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Fix path. 
-
-------------------------------------------------------------------------
-r18298 | courmisch | 2006-12-06 13:12:53 -0800 (Wed, 06 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Do not try to distribute non-existant kludges
-
-------------------------------------------------------------------------
-r18297 | courmisch | 2006-12-06 12:48:09 -0800 (Wed, 06 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Support for TLSv1.1 deflate compression
-
-------------------------------------------------------------------------
-r18296 | courmisch | 2006-12-06 12:22:56 -0800 (Wed, 06 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
- - support for TLSv1.1
- - rationalize var_CreateGet*() and config_Get*() usage
-
-------------------------------------------------------------------------
-r18295 | courmisch | 2006-12-06 10:44:19 -0800 (Wed, 06 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Do not retry to HTTP connection with version 1.0 instead of 1.1...
-...when the lower layer failed (ie TCP or SSL errors)
-
-------------------------------------------------------------------------
-r18294 | courmisch | 2006-12-06 10:31:53 -0800 (Wed, 06 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Make some constant data table static
-
-------------------------------------------------------------------------
-r18292 | courmisch | 2006-12-06 08:47:10 -0800 (Wed, 06 Dec 2006) | 19 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-Work-around window-on-top + fullscreen deadlock (refs #882)
-
-FIXME FIXME FIXME FIXME: EXPLICIT HACK.
-On the one hand, we cannot hold the lock while triggering a callback, as
-it causes a deadlock with video-on-top handling. On the other hand, we
-have to lock while triggering the callback to:
- 1/ make sure video-on-top remains in sync with fullscreen (i.e.
-    unlocking creates a race condition if fullscreen is switched on and
-    off VERY FAST).
- 2/ avoid possible corruption bugs if another thread gets the mutex and
-    modifies our data in-between (though it does not seem like it could really
-    do much harm in this particular case).
-
-This is obviously contradictory. Correct solutions may include:
- - putting the fullscreen NAND video-on-top logic out of libvlc,
-   back into the video output plugins (ugly code duplication...),
- - serializing fullscreen and video-on-top handling properly instead of
-   using the fullscreen callback. That's got to be the correct one.
-
-------------------------------------------------------------------------
-r18291 | courmisch | 2006-12-06 08:41:19 -0800 (Wed, 06 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Provides libvlc.sym
-
-------------------------------------------------------------------------
-r18290 | courmisch | 2006-12-06 08:29:20 -0800 (Wed, 06 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Minor code simplification
-
-------------------------------------------------------------------------
-r18289 | funman | 2006-12-06 07:02:37 -0800 (Wed, 06 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/dbus-vlc.py
-   M /trunk/modules/control/dbus.c
-   M /trunk/src/libvlc-common.c
-
-Simplification of one-instance mode
-It now checks if a capable "Media Player" is running, not only VLC.
-
-------------------------------------------------------------------------
-r18283 | md | 2006-12-06 01:55:17 -0800 (Wed, 06 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/vlm.c
-
-Remove duplicate code. The new Unescape() is already doing this.
-
-------------------------------------------------------------------------
-r18281 | funman | 2006-12-05 16:52:04 -0800 (Tue, 05 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/dbus-vlc.py
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-   M /trunk/src/libvlc-common.c
-
-D-Bus module now uses new specification
-TODO: playlist management
-
-------------------------------------------------------------------------
-r18280 | xtophe | 2006-12-05 16:31:08 -0800 (Tue, 05 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/nb.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/nn.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-make update-po
-------------------------------------------------------------------------
-r18279 | littlejohn | 2006-12-05 15:45:36 -0800 (Tue, 05 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/bindings/java/org/videolan/jvlc/Input.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
-   M /trunk/bindings/java/org/videolan/jvlc/Video.java
-   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
-   M /trunk/bindings/java/src/core-jni.cc
-   M /trunk/bindings/java/src/graphics-jni.cc
-   M /trunk/bindings/java/src/video-jni.cc
-
-Java bindings update: various enhancements; paint system changed; reparenting works again.
-------------------------------------------------------------------------
-r18278 | littlejohn | 2006-12-05 15:42:58 -0800 (Tue, 05 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/src/control/video.c
-
-libvlc_input_has_vout more consistent with function aim
-------------------------------------------------------------------------
-r18277 | damienf | 2006-12-05 15:20:18 -0800 (Tue, 05 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-- libvlc target, removed uneeded libs target previously for for external libvlc compilation
-
-------------------------------------------------------------------------
-r18275 | damienf | 2006-12-05 09:29:07 -0800 (Tue, 05 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-
- activex: when linking against the shared lib DLL, it looks like the linker is picking the DLL name from inside the file, rather than the filename itself. in most cases, this is not a problem, as both are usually the same. Unfortunately, since libtool has a bug on cygwin, whereby the ouput name is libvlc.dll.exe rather than libvlc.dll, the wrong name 'libvlc.dll.exe' is used by the linker rather than the corrected filename. Using the import lib libvlc.dll.a instead fixes that problem. the proper fix should probably a patch to libtool
-
-------------------------------------------------------------------------
-r18274 | hartman | 2006-12-05 09:05:20 -0800 (Tue, 05 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-* Expand the ugly hack to also let automake define OBJCLINK and friends
-
-------------------------------------------------------------------------
-r18273 | damienf | 2006-12-05 02:22:25 -0800 (Tue, 05 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/mozilla/Makefile.am
-
-- mozilla, activex: vlc-config vlc -> libvlc changes
-
-------------------------------------------------------------------------
-r18272 | gbazin | 2006-12-04 13:17:32 -0800 (Mon, 04 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: fix build when libtool is disabled.
-------------------------------------------------------------------------
-r18271 | dionoea | 2006-12-04 13:12:19 -0800 (Mon, 04 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-Don't install mozilla plugin in recommended/default settings on windows. The NSIS stuff needs to be backported to 0.8.6 before we release (and tested). Could someone do that please?
-
-------------------------------------------------------------------------
-r18270 | damienf | 2006-12-04 11:08:31 -0800 (Mon, 04 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-- vlc -> libvlc for linking shared libvlc.dll
-
-------------------------------------------------------------------------
-r18262 | md | 2006-12-04 06:02:14 -0800 (Mon, 04 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/vlm.js
-
-Don't escape single quotes since it's not needed anymore
-
-------------------------------------------------------------------------
-r18260 | md | 2006-12-04 02:14:26 -0800 (Mon, 04 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
-
-Add quotes to all VLM commands requested by VLM wx panel
-
-------------------------------------------------------------------------
-r18259 | md | 2006-12-04 02:06:23 -0800 (Mon, 04 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/vlm.c
-
-VLM quoting magic for partially quoted strings
-
-------------------------------------------------------------------------
-r18258 | dionoea | 2006-12-03 13:00:42 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/search.c
-
-Fix searching in tree playlists (doesn't hide a node's children if the children match but the node doesn't). Thanks to zorglub for the fix.
-
-------------------------------------------------------------------------
-r18257 | dionoea | 2006-12-03 12:56:28 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/vlm.js
-
-Don't duplicate backslashes in VLM HTTP interface anymore. Could someone confirm that this works?
-
-------------------------------------------------------------------------
-r18256 | dionoea | 2006-12-03 12:44:10 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_variables.h
-
-* vlc_variables.h: remove unused VLC_VAR_ISLIST define
-
-------------------------------------------------------------------------
-r18255 | dionoea | 2006-12-03 12:36:24 -0800 (Sun, 03 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_variables.h
-   M /trunk/src/misc/objects.c
-
-* vlc_variables.h: remove unused VLC_VAR_ISCONFIG define
-* objects.c: some more vars command stuff
-
-------------------------------------------------------------------------
-r18254 | zorglub | 2006-12-03 12:33:02 -0800 (Sun, 03 Dec 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-* Made open and sout QDialogs
-* Added a minimal streaming feature
-
-
-------------------------------------------------------------------------
-r18253 | dionoea | 2006-12-03 12:05:54 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Tweaks vars command a bit.
-
-------------------------------------------------------------------------
-r18252 | dionoea | 2006-12-03 11:49:26 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Add "vars" command to display the list of variables owned by an object. (ex: vars 1)
-
-------------------------------------------------------------------------
-r18251 | md | 2006-12-03 11:44:54 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/vlm.c
-
-Implement shell-style escaping also for double quotes and fix bugs.
-
-------------------------------------------------------------------------
-r18250 | dionoea | 2006-12-03 11:07:22 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-Also show telnet specific commands when using "help" command in the telnet interface.
-
-------------------------------------------------------------------------
-r18249 | dionoea | 2006-12-03 11:04:31 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.sym
-
-Looks like we need to add function exports here too now.
-
-------------------------------------------------------------------------
-r18248 | dionoea | 2006-12-03 11:00:59 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_vlm.h
-   M /trunk/src/input/vlm.c
-
-Export vlm_MessageNew and vlm_MessageAdd.
-
-------------------------------------------------------------------------
-r18247 | courmisch | 2006-12-03 10:54:03 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Fix memleaks
-
-------------------------------------------------------------------------
-r18246 | dionoea | 2006-12-03 10:37:22 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Also print the object's parent id (makes it easier to "climb" the object tree)
-
-------------------------------------------------------------------------
-r18245 | courmisch | 2006-12-03 10:15:03 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules.h
-
-Make module_LoadMain static
-
-------------------------------------------------------------------------
-r18244 | dionoea | 2006-12-03 10:14:37 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Buffer was too small.
-
-------------------------------------------------------------------------
-r18243 | dionoea | 2006-12-03 10:05:23 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-Sync default options in NSIS installer with recommended preset. I still don't like installing the activex and mozilla plugins by default as they often override other plugins and make it impossible to view videos on some/many websites.
-
-------------------------------------------------------------------------
-r18242 | courmisch | 2006-12-03 10:02:03 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
-Be a little less pessimistic
-
-------------------------------------------------------------------------
-r18241 | xtophe | 2006-12-03 10:01:13 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-use program-prefix="" all the times
-
-------------------------------------------------------------------------
-r18240 | courmisch | 2006-12-03 09:57:54 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Fix memleak (oups)
-
-------------------------------------------------------------------------
-r18239 | dionoea | 2006-12-03 09:53:51 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Oops (at least it wasn't a regression ;) )
-
-------------------------------------------------------------------------
-r18238 | courmisch | 2006-12-03 09:30:48 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-
-Same as previous commit, for invalid MMS URLs
-
-------------------------------------------------------------------------
-r18237 | dionoea | 2006-12-03 09:30:31 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Don't display "Unknown command!" when the command is known.
-
-------------------------------------------------------------------------
-r18236 | courmisch | 2006-12-03 09:29:25 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-
-Fix ?\195?\188ber memleak when falling back to MMS/HTTP
-
-------------------------------------------------------------------------
-r18235 | dionoea | 2006-12-03 09:27:13 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Cosmetics and small fix
-
-------------------------------------------------------------------------
-r18234 | dionoea | 2006-12-03 09:19:24 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Simplify callback registration.
-
-------------------------------------------------------------------------
-r18233 | dionoea | 2006-12-03 09:09:48 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Fix [17577]. Removing 200 lines of code is nice. Replacing them with lines that does the same thing as before is better.
-
-------------------------------------------------------------------------
-r18232 | xtophe | 2006-12-03 09:03:22 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Don't prefix the binaries and config scripts with $HOST.
-
-------------------------------------------------------------------------
-r18231 | courmisch | 2006-12-03 09:02:02 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/copy.c
-
-Fix small memleak
-
-------------------------------------------------------------------------
-r18230 | courmisch | 2006-12-03 08:34:00 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-
-M3U: fallback to local code page if UTF-8 fails (close #862)
-
-------------------------------------------------------------------------
-r18229 | zorglub | 2006-12-03 08:31:08 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Release notes
-
-------------------------------------------------------------------------
-r18228 | zorglub | 2006-12-03 08:13:40 -0800 (Sun, 03 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/selector.cpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-   M /trunk/src/input/access.c
-
-* Fix preparse of directories 
-* Add right-click "info" item in qt4 playlist
-
-------------------------------------------------------------------------
-r18227 | courmisch | 2006-12-03 08:03:40 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Undo unintended changeset
-
-------------------------------------------------------------------------
-r18226 | zorglub | 2006-12-03 07:57:27 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Unbreak a bit windows
-
-------------------------------------------------------------------------
-r18222 | zorglub | 2006-12-03 07:03:14 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Missing libvlc flags on win32
-
-------------------------------------------------------------------------
-r18221 | courmisch | 2006-12-03 06:52:21 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Fix libtool and shared builds
-
-------------------------------------------------------------------------
-r18220 | courmisch | 2006-12-03 06:35:17 -0800 (Sun, 03 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   A /trunk/src/libvlc.sym
-
-Do not autogenerate libvlc.sym.
-The scheme I used sucked big times.
-
-------------------------------------------------------------------------
-r18219 | courmisch | 2006-12-03 06:23:52 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-
-Forgot this file
-
-------------------------------------------------------------------------
-r18218 | courmisch | 2006-12-03 06:23:40 -0800 (Sun, 03 Dec 2006) | 4 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-   A /trunk/src/input/vlm.c (from /trunk/src/misc/vlm.c:18216)
-   M /trunk/src/misc/modules.c
-   D /trunk/src/misc/vlm.c
-
-- fix input memleak
-- move vlm to input/
-- remove unused libvlc export
-
-------------------------------------------------------------------------
-r18217 | funman | 2006-12-03 06:06:06 -0800 (Sun, 03 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-forward port [18125]
-Compile glx plugin only if all required headers are present
-
-------------------------------------------------------------------------
-r18216 | courmisch | 2006-12-03 05:52:04 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/services_discovery.c
-
-Don't write R/O memory + clean up
-
-------------------------------------------------------------------------
-r18214 | zorglub | 2006-12-03 05:48:21 -0800 (Sun, 03 Dec 2006) | 7 lines
-Changed paths:
-   M /trunk/bindings/java
-   M /trunk/bindings/java/includes
-   M /trunk/bindings/python/vlc_module.c
-   M /trunk/bindings/python/vlc_object.c
-   M /trunk/configure.ac
-   M /trunk/evc/plugins.vcp.in
-   M /trunk/include/iso_lang.h
-   M /trunk/include/main.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_acl.h
-   M /trunk/include/vlc_aout.h
-   M /trunk/include/vlc_arrays.h
-   M /trunk/include/vlc_bits.h
-   M /trunk/include/vlc_block.h
-   M /trunk/include/vlc_block_helper.h
-   M /trunk/include/vlc_charset.h
-   M /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_codecs.h
-   M /trunk/include/vlc_config.h
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/include/vlc_configuration.h
-   M /trunk/include/vlc_demux.h
-   M /trunk/include/vlc_devices.h
-   M /trunk/include/vlc_es.h
-   M /trunk/include/vlc_es_out.h
-   M /trunk/include/vlc_filter.h
-   M /trunk/include/vlc_httpd.h
-   M /trunk/include/vlc_image.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_intf_strings.h
-   M /trunk/include/vlc_keys.h
-   M /trunk/include/vlc_md5.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/include/vlc_modules.h
-   M /trunk/include/vlc_modules_macros.h
-   M /trunk/include/vlc_mtime.h
-   M /trunk/include/vlc_network.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_os_specific.h
-   M /trunk/include/vlc_osd.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_sout.h
-   M /trunk/include/vlc_stream.h
-   M /trunk/include/vlc_streaming.h
-   M /trunk/include/vlc_strings.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/include/vlc_tls.h
-   M /trunk/include/vlc_update.h
-   M /trunk/include/vlc_url.h
-   M /trunk/include/vlc_variables.h
-   M /trunk/include/vlc_vlm.h
-   M /trunk/include/vlc_vod.h
-   M /trunk/include/vlc_vout.h
-   M /trunk/include/vlc_vout_synchro.h
-   M /trunk/include/vlc_xml.h
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/msvc/libvlc.vcproj.in
-   M /trunk/msvc/plugins.vcproj.in
-   M /trunk/src/Makefile.am
-   M /trunk/src/playlist/services_discovery.c
-   M /trunk/test/setup.py
-   M /trunk/toolbox
-   M /trunk/vlc-config.in.in
-
-A bit of vlc/libvlc cleanup:
-* libvlc sources and plugins now define __LIBVLC__ and headers exported to
-  plugins (ie, include/vlc_*.h) check for this
-* libvlc sources use the value of the "libvlc" component in vlc-config instead
-  of vlc
-* Apply flags directly to "libvlc" in configure.ac - might temporarily break win32 :)
-
-------------------------------------------------------------------------
-r18213 | courmisch | 2006-12-03 05:32:55 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
-Use a MEANINGFUL (hopefully) debug message
-
-------------------------------------------------------------------------
-r18212 | fkuehne | 2006-12-03 05:16:03 -0800 (Sun, 03 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* use the current x264 revisions and Xcode's native nasm on x86-OSX. This requires Xcode 2.4.1 or later. Patch by Brian Raymond <braymond --a-t- echostorm net>
-
-I second his request to include this in 0.8.6 as well, since this update improves the performance on PowerPC-based Macs by 20% without breaking compatibility with our module.
-------------------------------------------------------------------------
-r18211 | courmisch | 2006-12-03 03:45:57 -0800 (Sun, 03 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-- Only unescape VLM parameter when quoted with " ", do not unescape with ' '
-- Remove opening and closing quote when unescaping
-
-------------------------------------------------------------------------
-r18209 | zorglub | 2006-12-03 01:56:46 -0800 (Sun, 03 Dec 2006) | 19 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/ui/open.ui
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-   M /trunk/modules/gui/qt4/ui/open_net.ui
-
-Qt4 open:
-* Implement MRL handling for file, disc and network
-* Moved input slave option to the global dialog (not file specific and
-  avoid cluttering the file subpanel)
-* Initial implementation of the network panel based on ideas and work by
-  Leo Spalteholz. Thanks !
-* Improve layouting and handling of the advanced options subpanel
-
---This line, and those below, will beignored--
-
-M    modules/gui/qt4/dialogs/open.cpp
-M    modules/gui/qt4/dialogs/open.hpp
-M    modules/gui/qt4/components/open.cpp
-M    modules/gui/qt4/components/open.hpp
-M    modules/gui/qt4/ui/open_net.ui
-M    modules/gui/qt4/ui/open_disk.ui
-M    modules/gui/qt4/ui/open_file.ui
-M    modules/gui/qt4/ui/open.ui
-
-------------------------------------------------------------------------
-r18208 | courmisch | 2006-12-03 00:07:53 -0800 (Sun, 03 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-Save a few allocations
-
-------------------------------------------------------------------------
-r18207 | courmisch | 2006-12-02 23:28:41 -0800 (Sat, 02 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/acl.c
-
-ACL: remove potentially harmful macro conditional definition
-
-------------------------------------------------------------------------
-r18206 | courmisch | 2006-12-02 23:05:21 -0800 (Sat, 02 Dec 2006) | 7 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-New VLM quoting and escaping logic that is more like the usual C one[1]
-- Do not validate quotes recursively (there is no reason to do that)
-  and it is really unlike anything else.
-- Do not allow escaping non-ASCII (to avoid UTF-8 breakages)
-  or non-printable characters.
-[1] we don't support every features of C escaping though
-
-------------------------------------------------------------------------
-r18204 | courmisch | 2006-12-02 10:40:40 -0800 (Sat, 02 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/share/http/dialogs/.hosts
-
-Rewrite comment.
-It reads like some sort of English now, though it could be further improved.
-
-------------------------------------------------------------------------
-r18203 | courmisch | 2006-12-02 10:34:06 -0800 (Sat, 02 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/.hosts
-
-Safe default for HTTP .hosts file
-
-------------------------------------------------------------------------
-r18202 | hartman | 2006-12-02 07:02:36 -0800 (Sat, 02 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-* forwardport [18201]
-  fixes a big crasher in the DestroyFilter of the logo video filter
-
-------------------------------------------------------------------------
-r18199 | zorglub | 2006-12-02 02:58:51 -0800 (Sat, 02 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/crop.c
-
-Improved autocropping by Cedric Cocquebert
-
-------------------------------------------------------------------------
-r18197 | Trax | 2006-12-01 15:18:11 -0800 (Fri, 01 Dec 2006) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-NEWS: Sync with the 0.8.6-rc1 NEWS so that the link on the developers site is uptodate as well.
-------------------------------------------------------------------------
-r18196 | courmisch | 2006-12-01 12:26:05 -0800 (Fri, 01 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/objects.c
-   M /trunk/src/network/httpd.c
-   D /trunk/src/network/httpd.h
-
-Hide httpd_t and httpd_host_t within httpd.c
-
-------------------------------------------------------------------------
-r18195 | courmisch | 2006-12-01 12:13:46 -0800 (Fri, 01 Dec 2006) | 5 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   M /trunk/src/libvlc-common.c
-   A /trunk/src/libvlc-module.c (from /trunk/src/libvlc.h:18192)
-   R /trunk/src/libvlc.h
-
-Rename libvlc.h to libvlc-module.c
-It made little sense to have an header that can only be included
-in a single file.
-Re-use libvlc.h for generic libvlc internal declarations.
-
-------------------------------------------------------------------------
-r18194 | courmisch | 2006-12-01 12:04:13 -0800 (Fri, 01 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Remove unused variable
-
-------------------------------------------------------------------------
-r18192 | courmisch | 2006-12-01 11:48:43 -0800 (Fri, 01 Dec 2006) | 4 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Support for creating object with custom type name and size.
-This help suppress dependency of src/misc/modules.c
-upon some structs typedefs just for the sake of sizeof.
-
-------------------------------------------------------------------------
-r18191 | courmisch | 2006-12-01 10:54:34 -0800 (Fri, 01 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_httpd.h
-   M /trunk/src/misc/objects.c
-   M /trunk/src/network/httpd.c
-   A /trunk/src/network/httpd.h (from /trunk/include/vlc_httpd.h:18190)
-
-Hide some httpd structures from modules
-
-------------------------------------------------------------------------
-r18190 | courmisch | 2006-12-01 10:38:59 -0800 (Fri, 01 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Don't initialize a variable twice
-
-------------------------------------------------------------------------
-r18189 | md | 2006-12-01 08:09:45 -0800 (Fri, 01 Dec 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-Add a FIXME
-
-------------------------------------------------------------------------
-r18188 | funman | 2006-12-01 01:45:24 -0800 (Fri, 01 Dec 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/ui/main_interface.ui
-   M /trunk/modules/gui/qt4/ui/open.ui
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-   M /trunk/modules/gui/qt4/ui/open_net.ui
-
-Simplification of Advanced Open
-Control & Playback buttons have the same size
-
-------------------------------------------------------------------------
-r18183 | xtophe | 2006-11-30 14:41:48 -0800 (Thu, 30 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Apply the alignment patch on BeOS also.
-
-------------------------------------------------------------------------
-r18181 | hartman | 2006-11-30 14:18:36 -0800 (Thu, 30 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-* fix commit [18178]
-
-------------------------------------------------------------------------
-r18180 | hartman | 2006-11-30 13:52:58 -0800 (Thu, 30 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access/v4l.c
-
-* Fix YUV422, YUY2, YUYV mappings in V4L.
-* Don't immediatly overwrite our driver retrieved video palette value with 0.
-
-------------------------------------------------------------------------
-r18178 | hartman | 2006-11-30 12:46:23 -0800 (Thu, 30 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-forwardport [18177]
-* microDVD should use the framerate of the movie if that is known, before falling back to 25fps
-
-
-------------------------------------------------------------------------
-r18171 | funman | 2006-11-30 06:39:52 -0800 (Thu, 30 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-Uses correct buffer size with OSS output
-
-------------------------------------------------------------------------
-r18170 | xtophe | 2006-11-30 06:27:36 -0800 (Thu, 30 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Link with libebml_pic if avaivable
-
-------------------------------------------------------------------------
-r18166 | oaubert | 2006-11-30 00:15:23 -0800 (Thu, 30 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/snapshot.c
-
-modules/video_output/snapshot.c: remove ref. to snapshot.h, whose data has been moved to vlc_vout.h
-
-------------------------------------------------------------------------
-r18164 | Trax | 2006-11-29 15:48:24 -0800 (Wed, 29 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-vlc.win32.nsi.in: Add shortcut for Direct3D with no hardware acceleration. YUV->RGB hardware accelaration should normally be enabled except on some buggy NVidia cards/drivers?
-------------------------------------------------------------------------
-r18162 | Trax | 2006-11-29 15:24:44 -0800 (Wed, 29 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-vlc.win32.nsi.in: Make sure hardware acceleration is always set in certain DirectX shortcuts.
-------------------------------------------------------------------------
-r18161 | Trax | 2006-11-29 14:55:24 -0800 (Wed, 29 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-vlc.win32.nsi.in: Renamed Utilities to Quick Settings. Added separate shortcuts for no overlay and no hardware accelleration and seperate folders for Audio, Video and Interface.
-------------------------------------------------------------------------
-r18159 | hartman | 2006-11-29 13:13:07 -0800 (Wed, 29 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/video_output/video_output.c
-
-* const and a few other casting fixes
-
-------------------------------------------------------------------------
-r18158 | hartman | 2006-11-29 13:11:57 -0800 (Wed, 29 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/info.c
-
-* cdda: update due to input_GetItem 
-
-------------------------------------------------------------------------
-r18157 | jb | 2006-11-29 12:37:57 -0800 (Wed, 29 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-Qt4: Small corrections on previous commit.
-
-
-------------------------------------------------------------------------
-r18156 | jb | 2006-11-29 12:17:08 -0800 (Wed, 29 Nov 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   A /trunk/modules/gui/qt4/dialogs/help.cpp
-   A /trunk/modules/gui/qt4/dialogs/help.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/menus.hpp
-
-Qt4: Please help...
-Adds an help menu with help and about.
-Dialogs are still empty.
-
-
-------------------------------------------------------------------------
-r18151 | funman | 2006-11-29 05:35:23 -0800 (Wed, 29 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Disable D-Bus if installed version is < 1.0.0 and warns the user.
-Adds an option to force D-Bus support to be enabled anyway.
-
-------------------------------------------------------------------------
-r18148 | md | 2006-11-29 02:02:42 -0800 (Wed, 29 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-Forwardport [18136]: Fixed RecursiveDeleteSelection() to prevent destroying the
-whole playlist
-
-------------------------------------------------------------------------
-r18146 | jb | 2006-11-28 19:35:26 -0800 (Tue, 28 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/ui/open.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-
-Qt4 : Some work on OpenDialog. Does not work with files with spaces... More work to do.
-
-
-------------------------------------------------------------------------
-r18143 | xtophe | 2006-11-28 15:07:54 -0800 (Tue, 28 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-do not show started-from-file in the prefs
-
-------------------------------------------------------------------------
-r18142 | funman | 2006-11-28 15:04:54 -0800 (Tue, 28 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Detects too old automake version using 1.X-pY versioning
-
-------------------------------------------------------------------------
-r18138 | phmo95 | 2006-11-28 13:49:28 -0800 (Tue, 28 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-
-Fix missing output directory in JNI header generation in win32 part.
-
-------------------------------------------------------------------------
-r18137 | courmisch | 2006-11-28 12:27:33 -0800 (Tue, 28 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-Avoid duplicate memory allocation
-
-------------------------------------------------------------------------
-r18134 | funman | 2006-11-28 09:05:31 -0800 (Tue, 28 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-Uses file:// MRL only files, don't bug when recursively adding directories
-
-------------------------------------------------------------------------
-r18131 | funman | 2006-11-28 07:34:08 -0800 (Tue, 28 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-Add a method to export playlists
-------------------------------------------------------------------------
-r18130 | funman | 2006-11-28 06:53:50 -0800 (Tue, 28 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-Fixes buffer overflow introduced in [18129]
-------------------------------------------------------------------------
-r18129 | funman | 2006-11-28 05:20:13 -0800 (Tue, 28 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-Uses file:// MRLs for items added by directory access
-------------------------------------------------------------------------
-r18123 | hartman | 2006-11-27 19:29:43 -0800 (Mon, 27 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-* const warning fixes. formatting fixes (squash them tabs)
-
-------------------------------------------------------------------------
-r18122 | hartman | 2006-11-27 18:18:48 -0800 (Mon, 27 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
-* Some cast magic to get around a gazillion of warnings during the OSX build. If your OS has similiar warnings, feel free to add yourself to the define list :D. Solution thanks to Sam.
-
-../include/vlc_threads_funcs.h:501: warning: cast from function call of type 'pthread_t' to non-matching type 'int'
-
-------------------------------------------------------------------------
-r18121 | hartman | 2006-11-27 17:26:46 -0800 (Mon, 27 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/pls.c
-
-* playlist/* When telling the playlist to play the node, don't check for i_children. The playlist might still have to process the request of the add and i_children may not be accurate yet. (this fixes a bug where 1 item playlists would not start playing).
-
-------------------------------------------------------------------------
-r18120 | xtophe | 2006-11-27 14:36:14 -0800 (Mon, 27 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/nb.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/nn.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Make update-po
-------------------------------------------------------------------------
-r18119 | hartman | 2006-11-27 13:30:13 -0800 (Mon, 27 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-* mp4: fix memleak in mov ref. files handling
-
-------------------------------------------------------------------------
-r18117 | fkuehne | 2006-11-27 13:23:29 -0800 (Mon, 27 Nov 2006) | 8 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/applescript.h
-   M /trunk/modules/gui/macosx/applescript.m
-
-* more info about the applescript addition:
-
-you can also do the following now:
-
-<tell app "VLC" to set fullscreen mode to true>, thus you also got write access ;)
-
-
-Sorry, I just forgot to commit these obvious files in [18115].
-------------------------------------------------------------------------
-r18116 | fkuehne | 2006-11-27 13:20:23 -0800 (Mon, 27 Nov 2006) | 8 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/AppleRemote.h
-   M /trunk/modules/gui/macosx/AppleRemote.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* various improvements to the AppleRemote support by Martin Kahr <martin -attt-> martinkahr com> feat. the following changes:
-    - holding +/- continuously increases/decreases volume
-    - pressing Play twice toggles fullscreen mode
-    -  a press on Menu shows the "Position" overlay (like pressing the key
-'t')
-
-This updates our copy of Martin's unofficial framework to the latest version released.
-
-------------------------------------------------------------------------
-r18115 | fkuehne | 2006-11-27 13:11:47 -0800 (Mon, 27 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/vlc.scriptSuite
-   M /trunk/extras/MacOSX/Resources/vlc.scriptTerminology
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-
-* added an option to the apple script binding to check for windowed or fullscreen mode. Patch by Martin Kahr <martin --att-- martinkahr com>
-------------------------------------------------------------------------
-r18112 | fkuehne | 2006-11-27 10:46:44 -0800 (Mon, 27 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/src/packages.mak
-
-* dc1394 cosmetics (forward-porting [18096])
-------------------------------------------------------------------------
-r18109 | jb | 2006-11-27 09:44:00 -0800 (Mon, 27 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/gui/qt4/ui/open.ui
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-
-Qt4: Some cosmetic work and design by Leo Spalteholz
-
-
-------------------------------------------------------------------------
-r18106 | md | 2006-11-27 01:59:45 -0800 (Mon, 27 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Comment on IPv6 SSM
-
-------------------------------------------------------------------------
-r18105 | jpsaman | 2006-11-27 01:01:09 -0800 (Mon, 27 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   M /trunk/modules/access/Modules.am
-   A /trunk/modules/access/dc1394.c
-
-Digital Cameras (firewire/1394) support by Andreas Guzzo (xant at xant dot net). I left out the rotation code, because in vlc-trunk there is already a rotation video filter2.
-------------------------------------------------------------------------
-r18104 | zorglub | 2006-11-26 23:23:25 -0800 (Sun, 26 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.hpp
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-Fix for missing resizing in sout dialog.
-Patch by Leo Spalteholz, thanks.
-
-------------------------------------------------------------------------
-r18103 | funman | 2006-11-26 17:54:50 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Enables audioscrobbler by default as it should be bugs free
-
-------------------------------------------------------------------------
-r18102 | hartman | 2006-11-26 17:44:14 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
-* Correct and probably also faster EOL detection in UTF16 or UTF32 files
-
-------------------------------------------------------------------------
-r18101 | funman | 2006-11-26 17:42:48 -0800 (Sun, 26 Nov 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-Merge 2 functions for reading meta data
-Simplify interval checking
-Sleeps 10 seconds more
-Releases input 1 time instead of 2
-
-------------------------------------------------------------------------
-r18100 | hartman | 2006-11-26 16:57:42 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-* Remove duplicate mutex_destroy added in [18009]
-
-------------------------------------------------------------------------
-r18099 | zorglub | 2006-11-26 15:28:05 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-
-Don't ask me why this fixes the java binding compilation
-
-------------------------------------------------------------------------
-r18098 | dionoea | 2006-11-26 15:25:40 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/motionblur.c
-
-Revert messup while doing the video filter2 port.
-
-------------------------------------------------------------------------
-r18097 | dionoea | 2006-11-26 15:09:09 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify/msn.c
-
-Fix small mixup between artist and title in MSN plugin.
-
-------------------------------------------------------------------------
-r18095 | courmisch | 2006-11-26 14:29:33 -0800 (Sun, 26 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Pick IPv6 scope ID from group address, instead of source address
-Fix possible segfault as a side-effect
-
-------------------------------------------------------------------------
-r18094 | courmisch | 2006-11-26 14:17:41 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Fix unitialized interface for old-style IPv4 joins
-
-------------------------------------------------------------------------
-r18093 | fkuehne | 2006-11-26 14:16:00 -0800 (Sun, 26 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/fspanel.m
-
-* centre fspanel in the lower third of the screen. additionally, switched style mask to allow dragging in the entire window area (forward-porting [18092])
-------------------------------------------------------------------------
-r18091 | zorglub | 2006-11-26 13:35:08 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/ui/main_interface.ui
-
-Implement disc chapter selection widget
-
-------------------------------------------------------------------------
-r18089 | fkuehne | 2006-11-26 11:48:39 -0800 (Sun, 26 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/fspanel.m
-
-* missing file in previous commit
-------------------------------------------------------------------------
-r18088 | fkuehne | 2006-11-26 11:43:20 -0800 (Sun, 26 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/equalizer.m
-   M /trunk/modules/gui/macosx/fspanel.h
-   M /trunk/modules/gui/macosx/vout.m
-
-* fspanel usability fixes (forward-port of [18077]) plus some further clean up
-------------------------------------------------------------------------
-r18087 | fkuehne | 2006-11-26 11:21:54 -0800 (Sun, 26 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/bookmarks.m
-   M /trunk/modules/gui/macosx/extended.m
-   M /trunk/modules/gui/macosx/fspanel.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/sfilters.h
-   M /trunk/modules/gui/macosx/sfilters.m
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-
-* the remaining compilation fixes plus a bit of clean up here and there. vout.m needs further fixing and everything needs quite some testing
-------------------------------------------------------------------------
-r18086 | zorglub | 2006-11-26 11:07:37 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/input.c
-
-Should fix win32 
-
-------------------------------------------------------------------------
-r18085 | zorglub | 2006-11-26 10:59:52 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/audio_filter/converter/Modules.am
-   A /trunk/modules/audio_filter/converter/fixed.c (from /trunk/modules/audio_filter/converter/fixed32tos16.c:18081)
-   D /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   D /trunk/modules/audio_filter/converter/fixed32tos16.c
-   A /trunk/modules/audio_filter/converter/float.c (from /trunk/modules/audio_filter/converter/fixed32tofloat32.c:18081)
-   D /trunk/modules/audio_filter/converter/float32tos16.c
-   D /trunk/modules/audio_filter/converter/float32tos8.c
-   D /trunk/modules/audio_filter/converter/float32tou16.c
-   D /trunk/modules/audio_filter/converter/float32tou8.c
-   D /trunk/modules/audio_filter/converter/s16tofixed32.c
-   D /trunk/modules/audio_filter/converter/s16tofloat32.c
-   D /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   D /trunk/modules/audio_filter/converter/s8tofloat32.c
-   D /trunk/modules/audio_filter/converter/u8tofixed32.c
-   D /trunk/modules/audio_filter/converter/u8tofloat32.c
-
-Merge all fixed-point and floating-point audio format converters
-
-------------------------------------------------------------------------
-r18083 | fkuehne | 2006-11-26 10:08:23 -0800 (Sun, 26 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/equalizer.m
-   M /trunk/modules/gui/macosx/intf.m
-
-* first round of compilation fixes, more to come
-------------------------------------------------------------------------
-r18082 | dionoea | 2006-11-26 09:49:17 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/colorthres.c
-
-Remove trailing spaces.
-
-------------------------------------------------------------------------
-r18081 | dionoea | 2006-11-26 09:29:57 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/colorthres.c
-   M /trunk/modules/video_filter/gradient.c
-   M /trunk/modules/video_filter/magnify.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/psychedelic.c
-   M /trunk/modules/video_filter/puzzle.c
-   M /trunk/modules/video_filter/ripple.c
-   M /trunk/modules/video_filter/wave.c
-
-use pf_mem{set,cpy} when possible
-
-------------------------------------------------------------------------
-r18080 | zorglub | 2006-11-26 09:27:16 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/src/input/clock.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-
-Make the global b_can_pace_control flag public
-
-------------------------------------------------------------------------
-r18079 | zorglub | 2006-11-26 09:22:54 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/src/input/input.c
-
-Ah Ah
-
-------------------------------------------------------------------------
-r18078 | dionoea | 2006-11-26 09:18:09 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/motionblur.c
-
-Remove printf
-
-------------------------------------------------------------------------
-r18076 | zorglub | 2006-11-26 08:37:06 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/applescript.m
-   M /trunk/modules/gui/macosx/intf.h
-
-First and probably only attempt at fixing os x interface :)
-
-------------------------------------------------------------------------
-r18075 | dionoea | 2006-11-26 08:28:50 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/doc
-   M /trunk/doc/Doxyfile
-
-svn:ignore
-
-------------------------------------------------------------------------
-r18074 | zorglub | 2006-11-26 08:26:44 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/video_output/directx/direct3d.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/wingdi.c
-
-Pwet pwet
-
-------------------------------------------------------------------------
-r18073 | dionoea | 2006-11-26 08:26:34 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/java/src
-
-svn:ignore
-
-------------------------------------------------------------------------
-r18072 | dionoea | 2006-11-26 08:26:09 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/xvmc
-
-svn:ignore
-
-------------------------------------------------------------------------
-r18071 | dionoea | 2006-11-26 08:25:07 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/text
-
-svn:ignore
-
-------------------------------------------------------------------------
-r18070 | dionoea | 2006-11-26 08:11:28 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-
-Fix dbus compilation
-
-------------------------------------------------------------------------
-r18069 | zorglub | 2006-11-26 08:01:31 -0800 (Sun, 26 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/access/vcdx/intf.h
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-   M /trunk/modules/codec/xvmc/slice_xvmc_vld.c
-   M /trunk/modules/codec/xvmc/xxmc.c
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/gui/qnx/vout.c
-   M /trunk/modules/misc/notify/xosd.c
-   M /trunk/modules/misc/svg.c
-   M /trunk/modules/misc/win32text.c
-   M /trunk/modules/stream_out/transrate/block.c
-   M /trunk/modules/stream_out/transrate/frame.c
-   M /trunk/modules/stream_out/transrate/transrate.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/x11/xvmc.c
-
-Nicer commits, faster breaking time and better-looking headers
-That's not just the vlc service, thats *your* vlc service !
-So remember the new number ! 0118 999 881 999 119 725...3
-
-------------------------------------------------------------------------
-r18068 | zorglub | 2006-11-26 07:36:01 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/demux.c
-   M /trunk/modules/access/vcdx/intf.h
-   M /trunk/modules/misc/notify/xosd.c
-   M /trunk/src/misc/configuration.h
-
-Did I loose the count ?
-
-------------------------------------------------------------------------
-r18067 | dionoea | 2006-11-26 07:21:04 -0800 (Sun, 26 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/motionblur.c
-
-* Port motion blur to "video filter2".
-* Add "blur-persistant" option to use previous result instead of previous clean image for next iteration.
-
-------------------------------------------------------------------------
-r18066 | zorglub | 2006-11-26 07:11:16 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/codec/ffmpeg/scale.c
-   M /trunk/modules/demux/mpc.c
-
-?\194?\171 En essayant continuellement on finit par r?\195?\169ussir. Donc : plus ?\195?\167a rate, plus on a de chances que ?\195?\167a marche. ?\194?\187
-
-------------------------------------------------------------------------
-r18065 | zorglub | 2006-11-26 06:59:36 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/v4l.c
-   M /trunk/modules/access/v4l2.c
-   M /trunk/modules/codec/theora.c
-
-Round 3 :)
-
-------------------------------------------------------------------------
-r18064 | zorglub | 2006-11-26 06:49:31 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/rtsp/access.c
-   M /trunk/modules/access/v4l.c
-   M /trunk/src/misc/win32_specific.c
-
-Round 2
-
-------------------------------------------------------------------------
-r18063 | zorglub | 2006-11-26 06:39:39 -0800 (Sun, 26 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvdread.c
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/control/vlm.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/playlist/thread.c
-   M /trunk/src/video_output/video_output.c
-
-Compile fixes, round 1
-
-------------------------------------------------------------------------
-r18062 | zorglub | 2006-11-26 06:20:34 -0800 (Sun, 26 Nov 2006) | 28 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_object.c
-   M /trunk/configure.ac
-   D /trunk/include/aout_internal.h
-   D /trunk/include/audio_output.h
-   D /trunk/include/beos_specific.h
-   D /trunk/include/charset.h
-   D /trunk/include/codecs.h
-   D /trunk/include/configuration.h
-   D /trunk/include/darwin_specific.h
-   D /trunk/include/intf_eject.h
-   D /trunk/include/libvlc_internal.h
-   D /trunk/include/mediacontrol_internal.h
-   D /trunk/include/modules.h
-   D /trunk/include/modules_inner.h
-   D /trunk/include/mtime.h
-   D /trunk/include/network.h
-   D /trunk/include/os_specific.h
-   D /trunk/include/snapshot.h
-   D /trunk/include/stream_output.h
-   D /trunk/include/variables.h
-   D /trunk/include/video_output.h
-   D /trunk/include/vlc/aout.h
-   D /trunk/include/vlc/decoder.h
-   D /trunk/include/vlc/input.h
-   D /trunk/include/vlc/intf.h
-   D /trunk/include/vlc/sout.h
-   D /trunk/include/vlc/vout.h
-   M /trunk/include/vlc_access.h
-   A /trunk/include/vlc_aout.h (from /trunk/include/audio_output.h:18057)
-   M /trunk/include/vlc_arrays.h
-   M /trunk/include/vlc_block.h
-   M /trunk/include/vlc_block_helper.h
-   A /trunk/include/vlc_charset.h (from /trunk/include/charset.h:18058)
-   M /trunk/include/vlc_codec.h
-   A /trunk/include/vlc_codecs.h (from /trunk/include/codecs.h:18058)
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_config_cat.h
-   A /trunk/include/vlc_configuration.h (from /trunk/include/configuration.h:18058)
-   D /trunk/include/vlc_cpu.h
-   M /trunk/include/vlc_demux.h
-   D /trunk/include/vlc_error.h
-   M /trunk/include/vlc_filter.h
-   M /trunk/include/vlc_httpd.h
-   M /trunk/include/vlc_image.h
-   M /trunk/include/vlc_input.h
-   D /trunk/include/vlc_interaction.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_meta.h
-   A /trunk/include/vlc_modules.h (from /trunk/include/modules.h:18058)
-   A /trunk/include/vlc_modules_macros.h (from /trunk/include/modules_inner.h:18061)
-   A /trunk/include/vlc_mtime.h (from /trunk/include/mtime.h:18061)
-   A /trunk/include/vlc_network.h (from /trunk/include/network.h:18058)
-   A /trunk/include/vlc_os_specific.h (from /trunk/include/os_specific.h:18061)
-   M /trunk/include/vlc_osd.h
-   M /trunk/include/vlc_playlist.h
-   A /trunk/include/vlc_sout.h (from /trunk/include/stream_output.h:18058)
-   D /trunk/include/vlc_spu.h
-   M /trunk/include/vlc_stream.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/include/vlc_tls.h
-   M /trunk/include/vlc_url.h
-   A /trunk/include/vlc_variables.h (from /trunk/include/variables.h:18058)
-   D /trunk/include/vlc_video.h
-   M /trunk/include/vlc_vlm.h
-   A /trunk/include/vlc_vout.h (from /trunk/include/vlc_video.h:18058)
-   A /trunk/include/vlc_vout_synchro.h (from /trunk/include/vout_synchro.h:18058)
-   D /trunk/include/vout_synchro.h
-   D /trunk/include/win32_specific.h
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dshow/crossbar.cpp
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dv.c
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/access/dvb/http.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/access/fake.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/gnomevfs.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/pvr.c
-   M /trunk/modules/access/rtsp/access.c
-   M /trunk/modules/access/screen/beos.cpp
-   M /trunk/modules/access/screen/mac.c
-   M /trunk/modules/access/screen/screen.c
-   M /trunk/modules/access/screen/screen.h
-   M /trunk/modules/access/screen/win32.c
-   M /trunk/modules/access/screen/x11.c
-   M /trunk/modules/access/smb.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/v4l.c
-   M /trunk/modules/access/v4l2.c
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/demux.c
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access_filter/dump.c
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/access_filter/timeshift.c
-   M /trunk/modules/access_output/bonjour.c
-   M /trunk/modules/access_output/dummy.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/shout.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/audio_filter/channel_mixer/dolby.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/channel_mixer/mono.c
-   M /trunk/modules/audio_filter/channel_mixer/simple.c
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos8.c
-   M /trunk/modules/audio_filter/converter/float32tou16.c
-   M /trunk/modules/audio_filter/converter/float32tou8.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_filter/converter/s16tofixed32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/audio_filter/converter/s8tofloat32.c
-   M /trunk/modules/audio_filter/converter/u8tofixed32.c
-   M /trunk/modules/audio_filter/converter/u8tofloat32.c
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/audio_filter/format.c
-   M /trunk/modules/audio_filter/normvol.c
-   M /trunk/modules/audio_filter/param_eq.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/auhal.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/hd1000a.cpp
-   M /trunk/modules/audio_output/jack.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/portaudio.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/cinepak.c
-   M /trunk/modules/codec/cmml/cmml.c
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/cvdsub.c
-   M /trunk/modules/codec/dirac.c
-   M /trunk/modules/codec/dmo/buffer.c
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/codec/fake.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/chroma.c
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/mux.c
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-   M /trunk/modules/codec/ffmpeg/scale.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mash.cpp
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/png.c
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/codec/realaudio.c
-   M /trunk/modules/codec/sdl_image.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/modules/codec/tarkin.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/twolame.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/codec/xvmc/alloc.c
-   M /trunk/modules/codec/xvmc/attributes.h
-   M /trunk/modules/codec/xvmc/cpu_accel.c
-   M /trunk/modules/codec/xvmc/cpu_state.c
-   M /trunk/modules/codec/xvmc/decode.c
-   M /trunk/modules/codec/xvmc/header.c
-   M /trunk/modules/codec/xvmc/motion_comp.c
-   M /trunk/modules/codec/xvmc/motion_comp_mmx.c
-   M /trunk/modules/codec/xvmc/mpeg2.h
-   M /trunk/modules/codec/xvmc/mpeg2_internal.h
-   M /trunk/modules/codec/xvmc/slice.c
-   M /trunk/modules/codec/xvmc/slice_xvmc_vld.c
-   M /trunk/modules/codec/xvmc/vlc.h
-   M /trunk/modules/codec/xvmc/xvmc_vld.h
-   M /trunk/modules/codec/xvmc/xxmc.c
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/control/http/http.h
-   M /trunk/modules/control/http/mvar.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/lirc.c
-   M /trunk/modules/control/motion.c
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/showintf.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/aiff.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/gme.cpp
-   M /trunk/modules/demux/live555.cpp
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mpc.c
-   M /trunk/modules/demux/mpeg/h264.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-   M /trunk/modules/demux/nsc.c
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/demux/nuv.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/gvp.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/playlist/qtl.c
-   M /trunk/modules/demux/playlist/sgimb.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/ps.h
-   M /trunk/modules/demux/pva.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/real.c
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/tta.c
-   M /trunk/modules/demux/ty.c
-   M /trunk/modules/demux/vobsub.c
-   M /trunk/modules/demux/voc.c
-   M /trunk/modules/demux/wav.c
-   M /trunk/modules/demux/xa.c
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/ListViews.cpp
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/macosx/interaction.h
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/sfilters.h
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/gui/qnx/vout.c
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/modules/gui/qt4/components/extended_panels.hpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/components/preferences.hpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_audio.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_dvd.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_snapshot.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/skin_common.hpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/vars/equalizer.cpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-   M /trunk/modules/gui/skins2/vars/time.cpp
-   M /trunk/modules/gui/skins2/vars/volume.cpp
-   M /trunk/modules/gui/wince/dialogs.cpp
-   M /trunk/modules/gui/wince/fileinfo.cpp
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.cpp
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/video.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-   M /trunk/modules/gui/wxwidgets/input_manager.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-   M /trunk/modules/gui/wxwidgets/video.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-   M /trunk/modules/meta_engine/folder.c
-   M /trunk/modules/meta_engine/id3tag.c
-   M /trunk/modules/meta_engine/musicbrainz.c
-   M /trunk/modules/meta_engine/taglib.cpp
-   M /trunk/modules/misc/audioscrobbler.c
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/modules/misc/dummy/decoder.c
-   M /trunk/modules/misc/dummy/encoder.c
-   M /trunk/modules/misc/dummy/input.c
-   M /trunk/modules/misc/dummy/interface.c
-   M /trunk/modules/misc/dummy/renderer.c
-   M /trunk/modules/misc/dummy/vout.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/notify/growl.c
-   M /trunk/modules/misc/notify/msn.c
-   M /trunk/modules/misc/notify/notify.c
-   M /trunk/modules/misc/notify/xosd.c
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/misc/playlist/old.c
-   M /trunk/modules/misc/playlist/xspf.c
-   M /trunk/modules/misc/probe/hal.c
-   M /trunk/modules/misc/profile_parser.c
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/misc/screensaver.c
-   M /trunk/modules/misc/svg.c
-   M /trunk/modules/misc/win32text.c
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/mux/mpjpeg.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/mux/wav.c
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/h264.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/modules/services_discovery/bonjour.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/podcast.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/services_discovery/shout.c
-   M /trunk/modules/services_discovery/upnp_cc.cpp
-   M /trunk/modules/services_discovery/upnp_intel.cpp
-   M /trunk/modules/stream_out/autodel.c
-   M /trunk/modules/stream_out/bridge.c
-   M /trunk/modules/stream_out/description.c
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/dummy.c
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/gather.c
-   M /trunk/modules/stream_out/mosaic_bridge.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/switcher.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/stream_out/transrate/block.c
-   M /trunk/modules/stream_out/transrate/frame.c
-   M /trunk/modules/stream_out/transrate/transrate.c
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb8.c
-   M /trunk/modules/video_chroma/i420_ymga.c
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i422_yuy2.c
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/blend.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/colorthres.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/gradient.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/magnify.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/noise.c
-   M /trunk/modules/video_filter/opencv_example.cpp
-   M /trunk/modules/video_filter/opencv_wrapper.c
-   M /trunk/modules/video_filter/osdmenu.c
-   M /trunk/modules/video_filter/panoramix.c
-   M /trunk/modules/video_filter/psychedelic.c
-   M /trunk/modules/video_filter/puzzle.c
-   M /trunk/modules/video_filter/ripple.c
-   M /trunk/modules/video_filter/rotate.c
-   M /trunk/modules/video_filter/rss.c
-   M /trunk/modules/video_filter/rv32.c
-   M /trunk/modules/video_filter/scale.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_filter/wave.c
-   M /trunk/modules/video_output/aa.c
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/video_output/directfb.c
-   M /trunk/modules/video_output/directx/direct3d.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/glide.c
-   M /trunk/modules/video_output/hd1000v.cpp
-   M /trunk/modules/video_output/image.c
-   M /trunk/modules/video_output/mga.c
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/snapshot.c
-   M /trunk/modules/video_output/svgalib.c
-   M /trunk/modules/video_output/wingdi.c
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xvmc.c
-   M /trunk/modules/visualization/galaktos/plugin.c
-   M /trunk/modules/visualization/galaktos/plugin.h
-   M /trunk/modules/visualization/goom.c
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/po/POTFILES.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/nb.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/nn.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-   M /trunk/src/Makefile.am
-   A /trunk/src/audio_output/aout_internal.h (from /trunk/include/aout_internal.h:18057)
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/control/audio.c
-   M /trunk/src/control/core.c
-   M /trunk/src/control/input.c
-   A /trunk/src/control/libvlc_internal.h (from /trunk/include/libvlc_internal.h:18058)
-   M /trunk/src/control/log.c
-   M /trunk/src/control/mediacontrol_audio_video.c
-   M /trunk/src/control/mediacontrol_core.c
-   A /trunk/src/control/mediacontrol_internal.h (from /trunk/include/mediacontrol_internal.h:18058)
-   M /trunk/src/control/mediacontrol_util.c
-   M /trunk/src/control/playlist.c
-   M /trunk/src/control/video.c
-   M /trunk/src/control/vlm.c
-   M /trunk/src/input/access.c
-   M /trunk/src/input/clock.c
-   M /trunk/src/input/control.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/item.c
-   M /trunk/src/input/mem_stream.c
-   M /trunk/src/input/meta.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/input/var.c
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/interface/interface.c
-   A /trunk/src/interface/interface.h
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/configuration.c
-   A /trunk/src/misc/configuration.h
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/misc/dict.c
-   M /trunk/src/misc/image.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   A /trunk/src/misc/modules.h
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/misc/update.c
-   M /trunk/src/misc/variables.c
-   A /trunk/src/misc/variables.h
-   M /trunk/src/misc/vlm.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/network/acl.c
-   M /trunk/src/network/error.c
-   M /trunk/src/network/getaddrinfo.c
-   M /trunk/src/network/httpd.c
-   M /trunk/src/network/io.c
-   M /trunk/src/network/tcp.c
-   M /trunk/src/network/tls.c
-   M /trunk/src/network/udp.c
-   M /trunk/src/osd/osd_parser.c
-   M /trunk/src/osd/osd_text.c
-   M /trunk/src/osd/osd_widgets.c
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist_internal.h
-   M /trunk/src/playlist/search.c
-   M /trunk/src/playlist/services_discovery.c
-   M /trunk/src/playlist/sort.c
-   M /trunk/src/playlist/thread.c
-   M /trunk/src/playlist/tree.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/stream_output/stream_output.c
-   A /trunk/src/stream_output/stream_output.h
-   M /trunk/src/test/i18n_atof.c
-   M /trunk/src/text/charset.c
-   M /trunk/src/text/strings.c
-   M /trunk/src/text/unicode.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_widgets.c
-   M /trunk/src/video_output/vout_intf.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_subpictures.c
-   M /trunk/src/video_output/vout_synchro.c
-
-A bit of headers cleanup
-
-* Headers in include must contain the structures and prototypes needed
-  by the plugins and should be named vlc_*.
-* Headers in include/vlc must contain the structures and prototypes
-  needed by external libvlc clients
-
-* Moved and renamed some things in headers. 
-   - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common)
-   - Removed snapshot.h (merged in vlc_vout.h)
-   - Removed vlc_spu.h (merged in vlc_osd.h)
-   - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface)
-   - Moved all internal headers to src
-   - Merged vlc_video.h and video_output.h and move private things to src
-   - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h
-     (meta headers for use in modules, and often implying too large 
-     dependencies)
-* Removed some useless dependencies
-* Unexported a bunch of functions and structures used only in src/
-  (--> Still some work here)
-* Finally made input_thread_t and input_source_t (mostly) private. 
-  Added input_GetItem to fetch the input_item of an input_thread
-* Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol 
-  prefix
-
-This commit has a 99% probability of breaking the build, 0.1% of killing
-your cat and 0% of getting you hot chicks.
-
-------------------------------------------------------------------------
-r18061 | funman | 2006-11-25 22:18:25 -0800 (Sat, 25 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Fixes order of operands in a substraction.
-courmisch, you make too much, it's time to have a rest
-
-------------------------------------------------------------------------
-r18060 | funman | 2006-11-25 14:38:49 -0800 (Sat, 25 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Fixes cross compilation of libgcrypt on MacOSX
-
-------------------------------------------------------------------------
-r18059 | courmisch | 2006-11-25 10:51:11 -0800 (Sat, 25 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Remove leftover FIXME
-
-------------------------------------------------------------------------
-r18057 | courmisch | 2006-11-25 08:19:30 -0800 (Sat, 25 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Split Win32 performance timer frequency adjustment division carefully
-in two halves to avoid integer overflows after 29 days.
-
-------------------------------------------------------------------------
-r18056 | courmisch | 2006-11-25 08:06:33 -0800 (Sat, 25 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r18055 | courmisch | 2006-11-25 07:42:36 -0800 (Sat, 25 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Fix very unlikely race condition
-
-------------------------------------------------------------------------
-r18054 | courmisch | 2006-11-25 07:38:10 -0800 (Sat, 25 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Factorize mwait() code,
-except for POSIX timers case, which is currently the only natively absolute
-timers implementation on LibVLC.
-
-------------------------------------------------------------------------
-r18052 | courmisch | 2006-11-25 07:07:40 -0800 (Sat, 25 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/INSTALL
-
-Add note for FreeBSD 4
-
-------------------------------------------------------------------------
-r18051 | courmisch | 2006-11-25 06:49:31 -0800 (Sat, 25 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-update-po again (cheap one!)
-
-------------------------------------------------------------------------
-r18050 | courmisch | 2006-11-25 06:38:54 -0800 (Sat, 25 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-
-Use utf8 directory wrappers
-
-------------------------------------------------------------------------
-r18049 | courmisch | 2006-11-25 06:19:50 -0800 (Sat, 25 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-Non-libtool fix attempt
-
-------------------------------------------------------------------------
-r18048 | courmisch | 2006-11-25 06:10:59 -0800 (Sat, 25 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-
-Skins2 theme loader:
- - use utf8_(read|open)dir
- - do not assume that stat() succeeds (tiny race condition)
-
-------------------------------------------------------------------------
-r18047 | courmisch | 2006-11-25 05:38:09 -0800 (Sat, 25 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-Fix a few warnings and remove extra white spaces
-
-------------------------------------------------------------------------
-r18046 | courmisch | 2006-11-25 05:25:03 -0800 (Sat, 25 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-mkv: use (open|read)dir wrappers
-
-------------------------------------------------------------------------
-r18045 | courmisch | 2006-11-25 05:24:40 -0800 (Sat, 25 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-Fix precompiler warning
-
-------------------------------------------------------------------------
-r18044 | fkuehne | 2006-11-25 04:56:51 -0800 (Sat, 25 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-* added numerous casts to silence compilation warnings introduced with const chars in module_config_t. still needs severe testing on other Macs.
-------------------------------------------------------------------------
-r18042 | courmisch | 2006-11-25 03:25:45 -0800 (Sat, 25 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-
-Try to fix linking
-
-------------------------------------------------------------------------
-r18041 | dionoea | 2006-11-25 03:15:25 -0800 (Sat, 25 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Add puzzle to the news
-
-------------------------------------------------------------------------
-r18040 | courmisch | 2006-11-25 01:59:49 -0800 (Sat, 25 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/extras/libc.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/text/unicode.c
-
-Attempt to use wide directory indexing on Win32
-Might break stuff, but I cannot test much because of DBus vs Win32 breakage(!)
-
-------------------------------------------------------------------------
-r18039 | courmisch | 2006-11-25 01:50:25 -0800 (Sat, 25 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Temporarily fix Win32 at the expense of IPv6 SSM
-
-------------------------------------------------------------------------
-r18038 | courmisch | 2006-11-25 01:47:40 -0800 (Sat, 25 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
-Fix Win32 compilation warning
-
-------------------------------------------------------------------------
-r18037 | courmisch | 2006-11-25 01:11:20 -0800 (Sat, 25 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-
-Don't export externally unused symbols
-
-------------------------------------------------------------------------
-r18036 | courmisch | 2006-11-25 01:06:54 -0800 (Sat, 25 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/text/unicode.c
-
-Continuation of previous commit
-
-------------------------------------------------------------------------
-r18035 | courmisch | 2006-11-25 01:03:44 -0800 (Sat, 25 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/text/unicode.c
-
-Fix invalid mix of closedir and free on Win32.
-
-------------------------------------------------------------------------
-r18034 | hartman | 2006-11-24 18:22:38 -0800 (Fri, 24 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/src/input/input.c
-   M /trunk/src/playlist/engine.c
-
-* Fix an accidental change from [18009] and add a mutex destroy I forgot to commit
-
-------------------------------------------------------------------------
-r18033 | hartman | 2006-11-24 18:11:57 -0800 (Fri, 24 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/gnutls-win32.patch
-
-* Fix the gnutls win32 patch
-  if !defined _WIN32 should be either ifndef _WIN32 or if !defined(_WIN32)
-
-
-------------------------------------------------------------------------
-r18032 | hartman | 2006-11-24 18:06:52 -0800 (Fri, 24 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* gnutls win32 patch breaks on non win32 builds
-
-------------------------------------------------------------------------
-r18031 | courmisch | 2006-11-24 12:43:18 -0800 (Fri, 24 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-We have a problem here.
-
-------------------------------------------------------------------------
-r18030 | courmisch | 2006-11-24 12:42:44 -0800 (Fri, 24 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/network.h
-   D /trunk/modules/misc/network
-
-Remove some dead code
-
-------------------------------------------------------------------------
-r18029 | courmisch | 2006-11-24 12:33:26 -0800 (Fri, 24 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Darwin compile fix
-
-------------------------------------------------------------------------
-r18027 | courmisch | 2006-11-24 12:10:36 -0800 (Fri, 24 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-- Port net_OpenUDP to the agnostic network core
-- and merge some ASM/SSM code
-
-------------------------------------------------------------------------
-r18026 | xtophe | 2006-11-24 11:50:37 -0800 (Fri, 24 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-Use LOW_DELAY only with MPEG1/2. Closes #864
-
-------------------------------------------------------------------------
-r18025 | xtophe | 2006-11-24 10:26:34 -0800 (Fri, 24 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-swscale is modern so with a .pc. so only test for swscale.h inside the pkg-config block.
-
-------------------------------------------------------------------------
-r18022 | courmisch | 2006-11-24 09:27:39 -0800 (Fri, 24 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/nb.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/nn.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Sync PO files to fix distcheck
-
-------------------------------------------------------------------------
-r18019 | courmisch | 2006-11-24 08:35:23 -0800 (Fri, 24 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-platform check -> feature check
-
-------------------------------------------------------------------------
-r18017 | courmisch | 2006-11-24 07:46:43 -0800 (Fri, 24 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Factorize HTTPd error messages
-
-------------------------------------------------------------------------
-r18015 | courmisch | 2006-11-24 07:16:18 -0800 (Fri, 24 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_httpd.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/network/httpd.c
-
-Const fixes
-
-------------------------------------------------------------------------
-r18009 | hartman | 2006-11-23 08:06:13 -0800 (Thu, 23 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc-common.c
-
-* destroy some mutex'es once in a while to prevent memleaks. Suggested by a forumuser, name pending. 
-
-------------------------------------------------------------------------
-r18008 | damienf | 2006-11-23 07:25:35 -0800 (Thu, 23 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-- compile fix
-
-------------------------------------------------------------------------
-r18005 | hartman | 2006-11-23 07:20:06 -0800 (Thu, 23 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-* Fix playlist play of mp4 ref files.
-
-------------------------------------------------------------------------
-r18003 | courmisch | 2006-11-23 06:57:19 -0800 (Thu, 23 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Remove extra annoying deps
-
-------------------------------------------------------------------------
-r18002 | funman | 2006-11-23 06:01:56 -0800 (Thu, 23 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-Don't clean contribs
-
-------------------------------------------------------------------------
-r18000 | jb | 2006-11-23 05:37:45 -0800 (Thu, 23 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-
-Qt4: This would be better. And should now be fine.
-
-
-------------------------------------------------------------------------
-r17998 | jb | 2006-11-23 05:33:05 -0800 (Thu, 23 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Qt4: forgotten files in parent directory. Sorry!
-
-
-------------------------------------------------------------------------
-r17997 | jb | 2006-11-23 05:12:31 -0800 (Thu, 23 Nov 2006) | 3 lines
-Changed paths:
-   A /trunk/modules/gui/qt4/dialogs/mediainfo.cpp (from /trunk/modules/gui/qt4/dialogs/streaminfo.cpp:17995)
-   A /trunk/modules/gui/qt4/dialogs/mediainfo.hpp (from /trunk/modules/gui/qt4/dialogs/streaminfo.hpp:17995)
-   D /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
-   D /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
-
-Qt4 : Rename streaminfo => mediainfo
-
-
-------------------------------------------------------------------------
-r17996 | damienf | 2006-11-23 04:32:57 -0800 (Thu, 23 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/main.cpp
-
-activex: make CATID redefinitions static & private to avoid symbol conflicts
-
-------------------------------------------------------------------------
-r17995 | courmisch | 2006-11-23 04:07:54 -0800 (Thu, 23 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-
-Remove dead code
-
-------------------------------------------------------------------------
-r17994 | jb | 2006-11-23 03:59:39 -0800 (Thu, 23 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 : Various changes especially about StreamInfo => MediaInfo
-
-
-------------------------------------------------------------------------
-r17993 | courmisch | 2006-11-23 03:52:11 -0800 (Thu, 23 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Check for error (not that I expect one)
-
-------------------------------------------------------------------------
-r17992 | courmisch | 2006-11-23 03:48:32 -0800 (Thu, 23 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Try to use dual-stack when needed, and warn user if it failed.
-
-------------------------------------------------------------------------
-r17991 | courmisch | 2006-11-23 03:22:15 -0800 (Thu, 23 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-If there is no local neither remote endpoint, default to listening
-
-------------------------------------------------------------------------
-r17990 | courmisch | 2006-11-23 03:21:29 -0800 (Thu, 23 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/src/network/udp.c
-
-Suppress the v6only kludge
-
-------------------------------------------------------------------------
-r17989 | courmisch | 2006-11-23 03:12:49 -0800 (Thu, 23 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Use net_ListenUDP1 and net_ConnectUDP when possible
-
-------------------------------------------------------------------------
-r17988 | damienf | 2006-11-23 03:10:15 -0800 (Thu, 23 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/main.cpp
-
-- latest mingw headers removed some category definitions
-
-------------------------------------------------------------------------
-r17987 | courmisch | 2006-11-23 02:04:48 -0800 (Thu, 23 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Fix plugin cache - close #860
-
-------------------------------------------------------------------------
-r17986 | md | 2006-11-23 01:44:39 -0800 (Thu, 23 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r17985 | md | 2006-11-23 01:21:16 -0800 (Thu, 23 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-
-Completely replace all ANSI CP dependend mb_str()
-with mb_str(wxConvUTF8)
-
-
-------------------------------------------------------------------------
-r17983 | funman | 2006-11-22 15:25:15 -0800 (Wed, 22 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/gnutls-win32.patch
-
-Ignore gai_strerror check on win32.
-Should be fixed at configure stage
-
-------------------------------------------------------------------------
-r17982 | funman | 2006-11-22 14:57:07 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/faad2.patch
-
-add a check to lrintf for systems that define it in libm
-
-------------------------------------------------------------------------
-r17981 | xtophe | 2006-11-22 14:51:54 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
-
-Adapt to the new config_item_t. 
-
-------------------------------------------------------------------------
-r17980 | courmisch | 2006-11-22 14:09:59 -0800 (Wed, 22 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-SONAME change. Muahahahahahahahahahahahahahahahahahahahahahahahahahahahahahah!
-(vlc 0.9.0 is definitely not going to be ABI-compatible with 0.8.6).
-
-------------------------------------------------------------------------
-r17979 | funman | 2006-11-22 14:06:26 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/tremor.patch
-
-Updates tremor patch
-
-------------------------------------------------------------------------
-r17978 | courmisch | 2006-11-22 14:05:58 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Increase ABI revision
-
-------------------------------------------------------------------------
-r17977 | courmisch | 2006-11-22 14:00:21 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-Don't try IPv6 SSM if not defined
-
-------------------------------------------------------------------------
-r17976 | courmisch | 2006-11-22 13:58:42 -0800 (Wed, 22 Nov 2006) | 5 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-Read configuration file in a single pass (instead of one per module).
-(I get about hundred time faster config load here, but right, there are
- much slower operations in libvlc startup anyway
- -- and the plugin cache breakage is not going to help).
-
-------------------------------------------------------------------------
-r17975 | fkuehne | 2006-11-22 13:27:50 -0800 (Wed, 22 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* enable GCC99 compatiblity for ObjC code
-------------------------------------------------------------------------
-r17974 | fkuehne | 2006-11-22 13:26:21 -0800 (Wed, 22 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-* compilation fixes to address courmisch's API changes. need massive testing and more fixes to handle various strings
-------------------------------------------------------------------------
-r17973 | jpsaman | 2006-11-22 13:02:28 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/libdc1394-noexamples.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-Add libraw1394 and libcd1394 to the contrib build system. The libraries are needed for DV support.
-
-------------------------------------------------------------------------
-r17972 | courmisch | 2006-11-22 12:42:25 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-Factorize code to open configuration file
-
-------------------------------------------------------------------------
-r17971 | courmisch | 2006-11-22 12:00:19 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/src/Makefile.am
-   M /trunk/src/input/es_out.c
-   D /trunk/src/misc/charset.c
-   D /trunk/src/misc/iso-639_def.h
-   D /trunk/src/misc/iso_lang.c
-   D /trunk/src/misc/strings.c
-   D /trunk/src/misc/unicode.c
-   A /trunk/src/text
-   A /trunk/src/text/charset.c (from /trunk/src/misc/charset.c:17970)
-   A /trunk/src/text/iso-639_def.h (from /trunk/src/misc/iso-639_def.h:17970)
-   A /trunk/src/text/iso_lang.c (from /trunk/src/misc/iso_lang.c:17970)
-   A /trunk/src/text/strings.c (from /trunk/src/misc/strings.c:17970)
-   A /trunk/src/text/unicode.c (from /trunk/src/misc/unicode.c:17970)
-
-Move encoding and language stuff to their own directory
-
-------------------------------------------------------------------------
-r17970 | courmisch | 2006-11-22 11:50:58 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/galaktos/PCM.c
-
-int16_t needs <inttypes.h>. Should fix FreeBSD unhapiness with addPCM().
-
-------------------------------------------------------------------------
-r17969 | courmisch | 2006-11-22 11:38:16 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Never use empty help text for plugin variable - close #859
-
-------------------------------------------------------------------------
-r17968 | funman | 2006-11-22 10:56:16 -0800 (Wed, 22 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Use correct patch syntax
-------------------------------------------------------------------------
-r17967 | courmisch | 2006-11-22 10:56:13 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/update.c
-
-Fix warning
-
-------------------------------------------------------------------------
-r17966 | courmisch | 2006-11-22 10:53:17 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-
-Qt4 compilation fix
-
-------------------------------------------------------------------------
-r17965 | courmisch | 2006-11-22 10:42:57 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-
-Partial compilation fix
-
-------------------------------------------------------------------------
-r17964 | courmisch | 2006-11-22 10:15:56 -0800 (Wed, 22 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-- Fix today's regression in plugin cache
-- Fix one more old crasher in the plugin cache loader
-
-------------------------------------------------------------------------
-r17963 | courmisch | 2006-11-22 10:11:07 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Work around for core target
-
-------------------------------------------------------------------------
-r17961 | Trax | 2006-11-22 09:45:58 -0800 (Wed, 22 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-vlc.win32.nsi.in: Remove whitespace.
-------------------------------------------------------------------------
-r17960 | courmisch | 2006-11-22 09:40:47 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/modules_inner.h
-   M /trunk/src/misc/configuration.c
-
-Fix module entry error handling
-
-------------------------------------------------------------------------
-r17959 | courmisch | 2006-11-22 09:35:08 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Fix warning
-
-------------------------------------------------------------------------
-r17958 | courmisch | 2006-11-22 09:13:24 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
-
-Attempt to fix C++ compilation
-
-------------------------------------------------------------------------
-r17956 | courmisch | 2006-11-22 08:06:15 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Fix a bunch of old crashers in the plugin cache
-
-------------------------------------------------------------------------
-r17955 | courmisch | 2006-11-22 07:50:29 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
-
-A more space conservative module_config_t
-
-------------------------------------------------------------------------
-r17954 | courmisch | 2006-11-22 07:49:35 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/xvmc
-
-svn:ignore
-
-------------------------------------------------------------------------
-r17952 | courmisch | 2006-11-22 05:28:40 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/modules_inner.h
-
-Code simplification
-
-------------------------------------------------------------------------
-r17951 | courmisch | 2006-11-22 05:14:17 -0800 (Wed, 22 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-- Fix compiler warning
-- Fix directory separator on Windows
-- Some cleanup
-
-------------------------------------------------------------------------
-r17950 | damienf | 2006-11-22 05:10:57 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/gettext-win32.patch
-   A /trunk/extras/contrib/src/Patches/libgpg-error-win32.patch
-
-- fix for locale SUBLANG definitions which conflicts with mingw headers
-
-------------------------------------------------------------------------
-r17949 | courmisch | 2006-11-22 05:04:00 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Fix libvlc.la dependencies
-
-------------------------------------------------------------------------
-r17948 | courmisch | 2006-11-22 04:57:04 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   M /trunk/vlc-api.pl
-
-Generate libvlc.sym separately from vlc_symbols.h
-
-------------------------------------------------------------------------
-r17947 | damienf | 2006-11-22 04:48:17 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-
-- better fix for DIR typedef error
-
-------------------------------------------------------------------------
-r17946 | damienf | 2006-11-22 03:41:59 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-
-it is good pratice to specify headers that define custom types
-
-------------------------------------------------------------------------
-r17945 | xtophe | 2006-11-22 03:30:30 -0800 (Wed, 22 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
-io.h on mingw contains a bunch of old functions *for compatibility* which break with the way we deine close at closesocket. So disable all those old stuff.
-
-------------------------------------------------------------------------
-r17942 | jpsaman | 2006-11-21 15:08:31 -0800 (Tue, 21 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Disable building rtcp stream output module for now.
-------------------------------------------------------------------------
-r17941 | Trax | 2006-11-21 14:38:11 -0800 (Tue, 21 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-NEWS: Add note that Windows 9x/ME is no longer supported and include info on MSLU.
-------------------------------------------------------------------------
-r17940 | courmisch | 2006-11-21 14:07:45 -0800 (Tue, 21 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-- Save config file as UTF-8, starting with Byte-Order-Mark.
-- Leverage fputc().
-
-------------------------------------------------------------------------
-r17939 | courmisch | 2006-11-21 13:59:08 -0800 (Tue, 21 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-Look for Byte Order Mark (UTF-8 only) while loading config file.
-If present, assume everything is UTF-8 (obviously);
-if not, assume locale charset.
-
-------------------------------------------------------------------------
-r17938 | courmisch | 2006-11-21 13:55:59 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-Some code cleanup
-
-------------------------------------------------------------------------
-r17936 | funman | 2006-11-21 13:13:42 -0800 (Tue, 21 Nov 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc.h
-
-Reenables D-Bus one instance code, without needing to modify libvlc structs
-Outputs an error and continue if D-Bus control isn't enabled on the first instance
-Removes unneeded NewInstance signal
-Closes #505
-
-------------------------------------------------------------------------
-r17935 | courmisch | 2006-11-21 13:05:50 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-Cosmetic fixes
-
-------------------------------------------------------------------------
-r17934 | jb | 2006-11-21 12:43:47 -0800 (Tue, 21 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Qt4: Small change in order to not have Sout and Stream Info open when you click on Info... 
-
-
-------------------------------------------------------------------------
-r17933 | courmisch | 2006-11-21 12:42:33 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/unicode.c
-
-Return DIR from utf8_open to avoid casting bugs
-
-------------------------------------------------------------------------
-r17932 | courmisch | 2006-11-21 12:37:44 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-Some more cleanup
-
-------------------------------------------------------------------------
-r17931 | courmisch | 2006-11-21 12:34:51 -0800 (Tue, 21 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-Do not define constant manually without platform check!
-(and even, it pretty much sucks as we have seen already)
-Should fix compilation on FreeBSD+glibc.
-
-------------------------------------------------------------------------
-r17930 | courmisch | 2006-11-21 10:44:12 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Suppress duplicated msleep() code
-
-------------------------------------------------------------------------
-r17929 | courmisch | 2006-11-21 10:40:42 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Fix the absolute POSIX timer and use it
-
-------------------------------------------------------------------------
-r17928 | courmisch | 2006-11-21 10:23:55 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Fix segmentation fault at ffmpeg startup (fixes #858)
-
-------------------------------------------------------------------------
-r17927 | courmisch | 2006-11-21 09:08:45 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcd/cdrom.c
-
-Add missing header
-
-------------------------------------------------------------------------
-r17926 | funman | 2006-11-21 09:05:38 -0800 (Tue, 21 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/dbus-vlc.glade
-   M /trunk/extras/dbus-vlc.py
-
-Don't use an infinite number of timers
-Fixes dialog size, add tooltip
-
-------------------------------------------------------------------------
-r17925 | courmisch | 2006-11-21 09:04:07 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Fix typo
-
-------------------------------------------------------------------------
-r17924 | courmisch | 2006-11-21 08:55:36 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/modules_inner.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/configuration.c
-
-Fix warning, and make config_end constant
-
-------------------------------------------------------------------------
-r17923 | funman | 2006-11-21 08:47:14 -0800 (Tue, 21 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc.h
-
-Revert [17878], that must not be made in libvlc, but rather in vlc
-Need to get command line options in vlc.c (ref #505)
-
-------------------------------------------------------------------------
-r17922 | courmisch | 2006-11-21 08:46:49 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/java/src/Makefile.am
-
-Fix abusive redefinition of implicit make rules
-
-------------------------------------------------------------------------
-r17921 | courmisch | 2006-11-21 08:42:07 -0800 (Tue, 21 Nov 2006) | 5 lines
-Changed paths:
-   M /trunk/bindings/java/src/Makefile.am
-
-Fix automake directory variable (actually remove superfluous definition).
-You cannot create directory variable that way and expect it to work;
-if you *actually* need a directory variable, it would have to be fooexecdir
-rather than foodir otherwise automake thinks it's a data directory.
-
-------------------------------------------------------------------------
-r17920 | courmisch | 2006-11-21 08:39:59 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/java/src/Makefile.am
-
-Cleanup
-
-------------------------------------------------------------------------
-r17919 | funman | 2006-11-21 08:34:02 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/misc/probe/hal.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/src/libvlc-common.c
-
-Unref D-Bus connections when not using them anymore
-
-------------------------------------------------------------------------
-r17918 | funman | 2006-11-21 07:59:50 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/dbus-vlc.glade
-   M /trunk/extras/dbus-vlc.py
-
-Fixes input position display
-
-------------------------------------------------------------------------
-r17917 | funman | 2006-11-21 07:58:36 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/INSTALL.wince
-   M /trunk/extras/contrib/src/Makefile
-
-Revert [17900] as it doesn't harm to specify --target
-
-------------------------------------------------------------------------
-r17916 | funman | 2006-11-21 07:54:38 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fixes, kill, and bury #857
-
-------------------------------------------------------------------------
-r17915 | funman | 2006-11-21 06:33:31 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Uses dbus flags to build libvlc (fixes #857)
-
-------------------------------------------------------------------------
-r17914 | funman | 2006-11-21 06:31:01 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/dbus-vlc.glade
-   M /trunk/extras/dbus-vlc.py
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-Implement input position control
-
-------------------------------------------------------------------------
-r17913 | courmisch | 2006-11-21 04:46:06 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-   M /trunk/src/misc/unicode.c
-
-Revert broken [17908:17910]
-
-------------------------------------------------------------------------
-r17912 | funman | 2006-11-21 04:06:37 -0800 (Tue, 21 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/dbus-vlc.glade
-   M /trunk/extras/dbus-vlc.py
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-Implement Volume control
-
-------------------------------------------------------------------------
-r17911 | jpsaman | 2006-11-21 02:46:12 -0800 (Tue, 21 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/mux/rtp/Modules.am
-   M /trunk/modules/mux/rtp/rtcp.c
-   M /trunk/modules/mux/rtp/rtcp.h
-
-Rewrote internal RTCP to support multiple client connections. TODO: rtcp scheduling function, server socket, hooking it up with RTP stream_out connections.
-------------------------------------------------------------------------
-r17910 | funman | 2006-11-21 02:26:29 -0800 (Tue, 21 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-Use only wide char functions, on win9x too
-win9x testers, raise your hand
-
-------------------------------------------------------------------------
-r17909 | funman | 2006-11-20 22:26:41 -0800 (Mon, 20 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-Use non wide char functions on windows 9x
-
-------------------------------------------------------------------------
-r17908 | funman | 2006-11-20 21:58:55 -0800 (Mon, 20 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-   M /trunk/src/misc/unicode.c
-
-Unicode support in directory access on windows. Patch by xxcv. Untested.
-
-------------------------------------------------------------------------
-r17907 | funman | 2006-11-20 21:40:58 -0800 (Mon, 20 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/dbus.h
-
-Correct method signature
-
-------------------------------------------------------------------------
-r17906 | funman | 2006-11-20 19:53:22 -0800 (Mon, 20 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/services_discovery.c
-
-Debug messages shouldn't be shown with printf
-
-------------------------------------------------------------------------
-r17905 | jb | 2006-11-20 18:20:46 -0800 (Mon, 20 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-*Qt4-Open: Hide by defaults.
-
-
-------------------------------------------------------------------------
-r17904 | funman | 2006-11-20 18:15:09 -0800 (Mon, 20 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/taglib.cpp
-
-Removes vorbis header since taglib isn't used to parse ogg vorbis meta data at the moment
-
-------------------------------------------------------------------------
-r17903 | jb | 2006-11-20 18:15:04 -0800 (Mon, 20 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-
-Qt4: ExtraAudioToggle
-
-
-------------------------------------------------------------------------
-r17902 | funman | 2006-11-20 18:13:48 -0800 (Mon, 20 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/taglib.cpp
-
-Corrects indentation
-
-------------------------------------------------------------------------
-r17901 | funman | 2006-11-20 17:57:47 -0800 (Mon, 20 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/taglib.cpp
-
-Artist, Album and Track musicbrainz IDs detection
-
-------------------------------------------------------------------------
-r17900 | funman | 2006-11-20 17:00:38 -0800 (Mon, 20 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/INSTALL.wince
-   M /trunk/extras/contrib/src/Makefile
-
---target is only used when building a compiler
-
-------------------------------------------------------------------------
-r17898 | xtophe | 2006-11-20 14:16:35 -0800 (Mon, 20 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/configuration.h
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/configuration.c
-
-Add a flag for config option to mark it as unsaveable. Refs #856 (Still need to test on a win box).
-
-------------------------------------------------------------------------
-r17897 | jb | 2006-11-20 11:38:21 -0800 (Mon, 20 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/ui/open.ui
-
-Qt4: Just a toggle test for the advanced Panel.
-
-
-------------------------------------------------------------------------
-r17896 | damienf | 2006-11-20 07:22:37 -0800 (Mon, 20 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-oops, tab expansion is a bad thing on Makefile
-
-------------------------------------------------------------------------
-r17895 | damienf | 2006-11-20 07:16:54 -0800 (Mon, 20 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contribs: force --target, --build and --host whether cross compiling or not to get around some configure script bugs
-
-------------------------------------------------------------------------
-r17894 | funman | 2006-11-20 02:34:33 -0800 (Mon, 20 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Add dbus-vlc.py to dist
-
-------------------------------------------------------------------------
-r17893 | funman | 2006-11-20 02:22:50 -0800 (Mon, 20 Nov 2006) | 2 lines
-Changed paths:
-   A /trunk/extras/dbus-vlc.glade
-   A /trunk/extras/dbus-vlc.py
-
-Include sample D-Bus controller
-
-------------------------------------------------------------------------
-r17892 | xtophe | 2006-11-20 02:03:22 -0800 (Mon, 20 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Include xvmc plugin in the build system
-
-------------------------------------------------------------------------
-r17891 | funman | 2006-11-20 01:21:33 -0800 (Mon, 20 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-
-Uses playlist facilities
-Doesn't lock the playlist if unneeded
-
-------------------------------------------------------------------------
-r17890 | funman | 2006-11-19 22:41:52 -0800 (Sun, 19 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-Filters '/' characters in tags, to create valid filenames
-
-------------------------------------------------------------------------
-r17889 | funman | 2006-11-19 21:28:45 -0800 (Sun, 19 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/vlm.txt
-
-Updates old documentation a bit
-
-------------------------------------------------------------------------
-r17888 | bigben | 2006-11-19 21:09:23 -0800 (Sun, 19 Nov 2006) | 6 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/linear.c
-
-
-* Quick fix when transcoding and resampling mono audio tracks.
-* The transcode module should be reviewed: all the the fields in p
-_enc->fmt_in are not set, it seems 
-
-
-------------------------------------------------------------------------
-r17887 | funman | 2006-11-19 20:49:59 -0800 (Sun, 19 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_meta.h
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/meta_engine/id3tag.c
-
-Ignore empty vorbis comments (closes #704)
-Comment unusued artist & album musicbrainz ids
-
-------------------------------------------------------------------------
-r17885 | funman | 2006-11-19 19:54:23 -0800 (Sun, 19 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fixes broken D-Bus detection
-Thanks to Daniel Str?\195?\164nger
-
-------------------------------------------------------------------------
-r17884 | funman | 2006-11-19 19:53:22 -0800 (Sun, 19 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/services_discovery/hal.c
-
-Remove Audio cds and their tracks at ejection
-Detect audio and video on CD-R and DVD-R mediums
-
-------------------------------------------------------------------------
-r17883 | funman | 2006-11-19 18:39:32 -0800 (Sun, 19 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
-
-Wxwidgets playlist fix
-
-------------------------------------------------------------------------
-r17882 | jb | 2006-11-19 17:52:35 -0800 (Sun, 19 Nov 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/ui/open_net.ui
-
-* Qt4: added network and disk UIs to Open
-
-Still not functionnal and ugly code.
-
-
-------------------------------------------------------------------------
-r17881 | xtophe | 2006-11-19 15:18:13 -0800 (Sun, 19 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/nb.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/nn.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Make update-po
-
-
-------------------------------------------------------------------------
-r17880 | xtophe | 2006-11-19 15:07:33 -0800 (Sun, 19 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/ui/equalizer.ui
-
-i18n fixes
-
-------------------------------------------------------------------------
-r17879 | funman | 2006-11-19 14:48:48 -0800 (Sun, 19 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-removes already done "todo"
-
-------------------------------------------------------------------------
-r17878 | funman | 2006-11-19 14:46:25 -0800 (Sun, 19 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc.h
-
-Initial support of one instance mode on systems running D-Bus
-
-------------------------------------------------------------------------
-r17877 | hartman | 2006-11-19 14:22:14 -0800 (Sun, 19 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/nsv.c
-
-* Don't Warn on VP62 video in NSV. It's supported now, so no need to print useless info about it.
-
-------------------------------------------------------------------------
-r17876 | hartman | 2006-11-19 14:05:53 -0800 (Sun, 19 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-* Fix shoutcast SD Delete. playlist is not locked.
-
-------------------------------------------------------------------------
-r17875 | thresh | 2006-11-19 13:51:02 -0800 (Sun, 19 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   A /trunk/modules/gui/qt4/pixmaps/playlist_icon.png
-   M /trunk/modules/gui/qt4/res.qrc
-
-added normal looking playlist icon (converted to png from wx module)
-
-------------------------------------------------------------------------
-r17874 | hartman | 2006-11-19 13:44:16 -0800 (Sun, 19 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Fix OSX GUI after playlist API update
-
-------------------------------------------------------------------------
-r17873 | hartman | 2006-11-19 13:34:01 -0800 (Sun, 19 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-* subtitle.c: const warning fixes
-
-------------------------------------------------------------------------
-r17872 | hartman | 2006-11-19 13:28:10 -0800 (Sun, 19 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/info.c
-
-* Fix CDDA module after playlist API updates
-* + a const fix
-
-------------------------------------------------------------------------
-r17870 | dionoea | 2006-11-19 10:04:00 -0800 (Sun, 19 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-
-Use appropriate help text.
-
-------------------------------------------------------------------------
-r17869 | gbazin | 2006-11-19 09:57:55 -0800 (Sun, 19 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: when we use the packed attribute we really mean it so don't output useless compilation warnings.
-------------------------------------------------------------------------
-r17868 | Trax | 2006-11-19 09:03:59 -0800 (Sun, 19 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/src/control/playlist.c
-
-* src/control/playlist.c: Fix typo vlc_mutex_unlokc -> vlc_mutex_unlock
-------------------------------------------------------------------------
-r17866 | funman | 2006-11-19 08:34:09 -0800 (Sun, 19 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_devices.h
-
-Reenables device probe header
-
-------------------------------------------------------------------------
-r17864 | zorglub | 2006-11-19 08:12:43 -0800 (Sun, 19 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-Input options inheritance in directory access (Closes:#353)
-
-------------------------------------------------------------------------
-r17863 | funman | 2006-11-19 08:09:16 -0800 (Sun, 19 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
-
-Fixes wxwidgets compilation
-
-------------------------------------------------------------------------
-r17862 | zorglub | 2006-11-19 07:54:44 -0800 (Sun, 19 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   D /trunk/modules/gui/qt4/pixmaps/art.xpm
-   A /trunk/modules/gui/qt4/pixmaps/noart.png
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-   M /trunk/modules/gui/qt4/res.qrc
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-
-Beginning of implementation of art fetch when played
-
-------------------------------------------------------------------------
-r17861 | zorglub | 2006-11-19 06:37:04 -0800 (Sun, 19 Nov 2006) | 7 lines
-Changed paths:
-   M /trunk/include/vlc_devices.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/misc/devices.c
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist_internal.h
-   M /trunk/src/playlist/services_discovery.c
-   M /trunk/src/playlist/tree.c
-
-* Documentation belongs to the .h, step 1
-* Unexported a few internal functions
-  (playlist_ItemDelete, playlist_ThreadCreate, playlist_ThreadDestroy)
-* Remove playlist_AddSDModules and merge its features into ServicesDiscoveryAdd
-* Fix a bug in signaling of node destruction (fixes Qt source selector assertion failures)
-* Disable unused generic devices probe code
-
-------------------------------------------------------------------------
-r17860 | Trax | 2006-11-19 06:34:36 -0800 (Sun, 19 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-* vlc.win32.nsi.in: Add shortcuts in seperate Utilities menu through the installer for easy access to main aout, vout and intf switches. Add NEWS.txt as Release Notes.
-------------------------------------------------------------------------
-r17859 | dionoea | 2006-11-19 06:04:06 -0800 (Sun, 19 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-
-Small doxygen doc fix (i hope)
-
-------------------------------------------------------------------------
-r17858 | zorglub | 2006-11-19 05:33:27 -0800 (Sun, 19 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r17857 | zorglub | 2006-11-19 05:20:02 -0800 (Sun, 19 Nov 2006) | 16 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/gvp.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/playlist/qtl.c
-   M /trunk/modules/demux/playlist/sgimb.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/wizard.m
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-   M /trunk/modules/misc/testsuite/Modules.am
-   D /trunk/modules/misc/testsuite/playlist.c
-   M /trunk/modules/services_discovery/Modules.am
-   M /trunk/modules/services_discovery/bonjour.c
-   D /trunk/modules/services_discovery/daap.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/services_discovery/upnp_cc.cpp
-   M /trunk/modules/services_discovery/upnp_intel.cpp
-   M /trunk/src/control/playlist.c
-   M /trunk/src/input/meta.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/playlist_internal.h
-   M /trunk/src/playlist/search.c
-   M /trunk/src/playlist/tree.c
-
-Finish the playlist API transition (hopefully)
- - Remove a bunch of transition now-useless API.
- - Remove all playlist_Lock* functions. Matching functions now accept a
-   b_locked parameter that should be set to VLC_TRUE if the playlist is
-   locked when calling the function. The advantages are that it reduces
-   the API bloat and that the b_locked flag can be propagated in the
-   call stack
- - Remove useless playlist testsuite
- - Remove broken daap plugin (unmaintained wrt VLC API changes, relies on 
-   an unmaintained library, probably unable to read content from new itunes, 
-   ...). Implementations exist in rhythmbox, xmms2 and 
-   daap-sharp, we should see if a proper lib exists or if we could 
-   make one
- - Reduce verbosity a bit
- - Documentation
-
-------------------------------------------------------------------------
-r17856 | funman | 2006-11-18 19:43:32 -0800 (Sat, 18 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-Adds GetPlayingItem method
-Fixes Quit method
-Fixes TogglePause method
-
-------------------------------------------------------------------------
-r17855 | funman | 2006-11-18 15:12:45 -0800 (Sat, 18 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-svn:propedit Id
-
-------------------------------------------------------------------------
-r17854 | funman | 2006-11-18 14:19:40 -0800 (Sat, 18 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-Add Next, Prev, and Stop methods
-
-------------------------------------------------------------------------
-r17853 | funman | 2006-11-18 12:32:12 -0800 (Sat, 18 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/dbus.h
-
-Add missing </method> tag
-
-------------------------------------------------------------------------
-r17852 | funman | 2006-11-18 12:26:51 -0800 (Sat, 18 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-Added quit method
-
-------------------------------------------------------------------------
-r17851 | hartman | 2006-11-18 11:38:40 -0800 (Sat, 18 Nov 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/chroma.c
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/mux.c
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-   M /trunk/modules/codec/ffmpeg/scale.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-
-* Don't use deprecated functions if libswscaler is present. 
-  - Note that these are not all replaced atm, so some functionality might be lacking
-* Make the minimum version of libavcodec version 5000 (september 2005).
-  - Removed all the checks for previous API versions.
-
-------------------------------------------------------------------------
-r17849 | funman | 2006-11-18 10:37:45 -0800 (Sat, 18 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/control/Modules.am
-   A /trunk/modules/control/dbus.c
-   A /trunk/modules/control/dbus.h
-
-Initial support of D-Bus based control interface
-
-------------------------------------------------------------------------
-r17848 | xtophe | 2006-11-18 05:20:29 -0800 (Sat, 18 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Oups chnage that in [17846] by mistake
-
-------------------------------------------------------------------------
-r17847 | littlejohn | 2006-11-18 02:49:53 -0800 (Sat, 18 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/Makefile.am
-
-fix for java bindings native files makefile
-------------------------------------------------------------------------
-r17846 | xtophe | 2006-11-17 17:46:32 -0800 (Fri, 17 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Acording to the latest test wxwidgets in unicode mode works better
-
-------------------------------------------------------------------------
-r17845 | xtophe | 2006-11-17 17:32:26 -0800 (Fri, 17 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/ffmpeg-alignment.patch (from /branches/0.8.6/extras/contrib/src/Patches/ffmpeg-alignment.patch:17595)
-
-Fix the alignment issue in ffmpeg. Based on patch by Thorsten Jordan. Almost closes #757. Forwardport of [17595]
-
-------------------------------------------------------------------------
-r17844 | littlejohn | 2006-11-17 16:47:23 -0800 (Fri, 17 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
-
-jvlcpanel constructor added
-------------------------------------------------------------------------
-r17843 | littlejohn | 2006-11-17 16:00:08 -0800 (Fri, 17 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/src/control/playlist.c
-
-libvlc_playlist_add enabled
-------------------------------------------------------------------------
-r17842 | hartman | 2006-11-17 15:59:37 -0800 (Fri, 17 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Update ffmpeg contrib
-
-------------------------------------------------------------------------
-r17841 | hartman | 2006-11-17 15:34:45 -0800 (Fri, 17 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/mux.c
-   M /trunk/modules/codec/ffmpeg/scale.c
-
-* Fix ffmpeg include's
-
-------------------------------------------------------------------------
-r17840 | hartman | 2006-11-17 14:52:24 -0800 (Fri, 17 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/scale.c
-
-* Other way around of course
-
-------------------------------------------------------------------------
-r17839 | hartman | 2006-11-17 14:40:45 -0800 (Fri, 17 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/scale.c
-
-* Disable swscale if we don't have it installed
-
-------------------------------------------------------------------------
-r17838 | hartman | 2006-11-17 14:18:44 -0800 (Fri, 17 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/ffmpeg/Modules.am
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   A /trunk/modules/codec/ffmpeg/scale.c (from /trunk/modules/video_filter/swscale/filter.c:17837)
-   D /trunk/modules/video_filter/swscale
-
-* Remove the old swscale files, and use the newer libswscale from ffmpeg.
-  Untested and likely to break stuff
-
-------------------------------------------------------------------------
-r17836 | funman | 2006-11-17 11:48:24 -0800 (Fri, 17 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/notify/notify.c
-
-Forbid concurrent libnotify calls in multiple threads
-(Fixes #848)
-
-------------------------------------------------------------------------
-r17835 | funman | 2006-11-17 09:25:38 -0800 (Fri, 17 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/hal.c
-
-typo
-
-------------------------------------------------------------------------
-r17834 | funman | 2006-11-17 08:57:04 -0800 (Fri, 17 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/hal.c
-
-Should fix API compatibility with HAL 0.5.0
-
-------------------------------------------------------------------------
-r17832 | markfm | 2006-11-16 18:15:07 -0800 (Thu, 16 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Revert wxwidgets.hpp change -- problem appears to have been that gui/wxwidgets had been getting built against non-Unicode lib.
-
-------------------------------------------------------------------------
-r17831 | funman | 2006-11-16 16:32:48 -0800 (Thu, 16 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/services_discovery/hal.c
-
-Removes broken D-Bus version check
-HAVE_LIBHAL_1 means hal >= 0.5.0, which means dbus >= 0.3.0, which means HAVE_DBUS_1 and it has all required APIs
-
-------------------------------------------------------------------------
-r17829 | hartman | 2006-11-16 15:56:47 -0800 (Thu, 16 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* forwardport [17824] WAVPACK and TTA in matroska
-
-------------------------------------------------------------------------
-r17828 | hartman | 2006-11-16 15:54:55 -0800 (Thu, 16 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/cdda.h
-
-* Forgot to commit the paranoia changes in the cddax module. see [17804]
-  Patch by Patrick McLean <chutzpah at gentoo d0t org> 
-
-------------------------------------------------------------------------
-r17826 | hartman | 2006-11-16 15:45:52 -0800 (Thu, 16 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-osx.patch
-
-* Forwardport [17820] and [17823]. Live contrib compile fixes.
-
-------------------------------------------------------------------------
-r17825 | littlejohn | 2006-11-16 15:03:14 -0800 (Thu, 16 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   A /trunk/bindings/java/src/Makefile.am
-   M /trunk/configure.ac
-
-Make java bindings compile with libtool
-------------------------------------------------------------------------
-r17819 | courmisch | 2006-11-16 11:13:49 -0800 (Thu, 16 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Fix local port number for multicast receival
-
-------------------------------------------------------------------------
-r17813 | jb | 2006-11-16 06:15:36 -0800 (Thu, 16 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-pfff... Fortunes.
-
-
-------------------------------------------------------------------------
-r17811 | md | 2006-11-16 05:41:17 -0800 (Thu, 16 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/extras/libc.c
-
-Fix detection of FreeBSD version (the previous one doesn't seem to work)
-------------------------------------------------------------------------
-r17807 | jb | 2006-11-15 19:15:54 -0800 (Wed, 15 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   A /trunk/modules/gui/qt4/dialogs/open.cpp
-   A /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   D /trunk/modules/gui/qt4/ui/file_open.ui
-   A /trunk/modules/gui/qt4/ui/open.ui
-   A /trunk/modules/gui/qt4/ui/open_disk.ui
-   A /trunk/modules/gui/qt4/ui/open_file.ui (from /trunk/modules/gui/qt4/ui/file_open.ui:17777)
-   A /trunk/modules/gui/qt4/ui/open_net.ui
-
-* Qt4: Display open dialog. Not yet functionnable.
-Sesame...
-
-
-------------------------------------------------------------------------
-r17805 | jb | 2006-11-15 18:39:48 -0800 (Wed, 15 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-osx.patch
-
-Changes on live555 make MacOS-X patch fail in extras/contrib.
-This should repair NB.
-
-
-------------------------------------------------------------------------
-r17804 | hartman | 2006-11-15 17:24:37 -0800 (Wed, 15 Nov 2006) | 5 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/src/packages.mak
-
-* Update version of libcdio. 0.78.2 is now the req. version
-  Patch by Patrick McLean <chutzpah at gentoo d0t org>
-
-  contrib update by me
-
-------------------------------------------------------------------------
-r17803 | hartman | 2006-11-15 16:58:47 -0800 (Wed, 15 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-* forwardport [17800]
-  Before creating symlinks, make sure the actual binaries are installed. patch by Diego Petteno
-
-------------------------------------------------------------------------
-r17802 | hartman | 2006-11-15 16:56:40 -0800 (Wed, 15 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* VLC now requires libmatroska 0.7.7 because from then the libs are pic enabled.
-  (no longer use libmatroska_pic ebml_pic)
-  Patch by Diego Petteno, +additions by me.
-
-------------------------------------------------------------------------
-r17799 | hartman | 2006-11-15 15:00:44 -0800 (Wed, 15 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* LDLFAGS -> LDFLAGS
-
-------------------------------------------------------------------------
-r17798 | hartman | 2006-11-15 14:59:58 -0800 (Wed, 15 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* CFAGS -> CFLAGS
-
-------------------------------------------------------------------------
-r17796 | funman | 2006-11-15 14:12:32 -0800 (Wed, 15 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/hal.c
-
-Fixes devices removal, and crash on exit
-
-------------------------------------------------------------------------
-r17794 | funman | 2006-11-15 13:44:18 -0800 (Wed, 15 Nov 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/services_discovery/hal.c
-
-Manages hot ejection of devices
-Uses hal callbacks instead of pure D-Bus monitoring
-Uses HAL >= 0.5.0 only if D-Bus >= 0.9.2 is present
-(refs #99)
-
-------------------------------------------------------------------------
-r17792 | hartman | 2006-11-15 12:09:15 -0800 (Wed, 15 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-forwardport [17791]:
-* libc.c: Also define the lldiv function itself on FreeBSD < 5 refs #840
-
-------------------------------------------------------------------------
-r17789 | courmisch | 2006-11-15 11:36:26 -0800 (Wed, 15 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-Fix typo
-
-------------------------------------------------------------------------
-r17788 | courmisch | 2006-11-15 11:35:59 -0800 (Wed, 15 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-Use lldiv replacement on FreeBSD < 5.0 (fixes #840)
-
-------------------------------------------------------------------------
-r17786 | oaubert | 2006-11-15 06:14:55 -0800 (Wed, 15 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_object.c
-
-python/bindings/vlc_object.c: complete vlc_object_find parameters
-
-------------------------------------------------------------------------
-r17785 | oaubert | 2006-11-15 06:13:44 -0800 (Wed, 15 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/setup.py
-
-python/bindings/setup.py: fix python binding building (ref. r17640)
-
-------------------------------------------------------------------------
-r17784 | funman | 2006-11-15 05:59:29 -0800 (Wed, 15 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/po/sl.po
-
-Update slovenian translation
-
-------------------------------------------------------------------------
-r17782 | markfm | 2006-11-15 04:58:20 -0800 (Wed, 15 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Attempt to fix wxwidgets file open and Messages display.
-
-------------------------------------------------------------------------
-r17781 | md | 2006-11-15 03:28:39 -0800 (Wed, 15 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-some news
-------------------------------------------------------------------------
-r17779 | littlejohn | 2006-11-15 00:45:28 -0800 (Wed, 15 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Don't create Makefile.in in bindings/java/src
-------------------------------------------------------------------------
-r17778 | funman | 2006-11-14 15:29:28 -0800 (Tue, 14 Nov 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/services_discovery/hal.c
-
-Adds real-time device adding (not removal yet)
-Don't add data DVDs when possible
-Only uses D-Bus code if version >= 0.9.2
-(refs #99)
-
-------------------------------------------------------------------------
-r17777 | hartman | 2006-11-14 13:59:26 -0800 (Tue, 14 Nov 2006) | 7 lines
-Changed paths:
-   M /trunk/modules/access/vcd/cdrom.c
-
-* Use utf8_open for the .bin vcdimage file
-* Try .bin when opening a .cue, instead of trying the filename in the .cue (it's usually wrong).
-  When the .bin filename fails, then look into the .cue file for a possible alternate name.
-* Don't crash on non-existing cuefile's
-
-I would like to backport some of this, but 0.8.6 doesn't have utf8_open, so I need to see what i'm gonna do with that.
-
-------------------------------------------------------------------------
-r17776 | littlejohn | 2006-11-14 13:47:05 -0800 (Tue, 14 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   D /trunk/bindings/java/src/Makefile.am
-
-use libtool to compile java bindings. needs a cleanup (also thanks to megabug)
-------------------------------------------------------------------------
-r17775 | thresh | 2006-11-14 13:22:28 -0800 (Tue, 14 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-This should fix beos linking problem
-
-------------------------------------------------------------------------
-r17763 | thresh | 2006-11-14 09:54:10 -0800 (Tue, 14 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-qt4: i really like readable debug output
-
-------------------------------------------------------------------------
-r17762 | courmisch | 2006-11-14 08:53:51 -0800 (Tue, 14 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Clean up and avoid leak in sap decompression
-
-------------------------------------------------------------------------
-r17761 | funman | 2006-11-14 08:23:27 -0800 (Tue, 14 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/hal.c
-
-Returns from Run() thread instead of sleeping eternally
-
-------------------------------------------------------------------------
-r17760 | courmisch | 2006-11-14 07:52:27 -0800 (Tue, 14 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Windows multicast bind kludge
-
-------------------------------------------------------------------------
-r17759 | xtophe | 2006-11-14 06:51:35 -0800 (Tue, 14 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Fix the inclusion of extras/contrib/bin to the PATH
-
-------------------------------------------------------------------------
-r17758 | massiot | 2006-11-14 05:19:04 -0800 (Tue, 14 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-paf
-
-------------------------------------------------------------------------
-r17756 | jpsaman | 2006-11-14 01:53:03 -0800 (Tue, 14 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/filter.cpp
-
-Add DivX as supported filter to DShow interface.
-------------------------------------------------------------------------
-r17754 | hartman | 2006-11-13 18:11:37 -0800 (Mon, 13 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-* forwardport [17753]: sap sdp_t initialization
-  - fix some const warnings
-  - fix an "invalid" assert
-
-------------------------------------------------------------------------
-r17752 | hartman | 2006-11-13 13:58:38 -0800 (Mon, 13 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
-* Allow "empty" subtitle packets. These are used to "wipe" ephemer subtitles of the screen.
-  Used by mp4 and 3gpp Timed Text 
-
-------------------------------------------------------------------------
-r17751 | hartman | 2006-11-13 13:51:55 -0800 (Mon, 13 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ps.c
-
-* ps.c: Base SET_TIME on the current byteposition. This helps seeking in VBR files. Seeking forward will no longer seek backward instead.
-
-------------------------------------------------------------------------
-r17750 | funman | 2006-11-13 13:14:34 -0800 (Mon, 13 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/hal.c
-
-Don't use D-Bus with hal < 0.5.0
-
-------------------------------------------------------------------------
-r17747 | asmax | 2006-11-13 10:24:08 -0800 (Mon, 13 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* added missing -lm for plugin colorthres
-
-------------------------------------------------------------------------
-r17746 | hartman | 2006-11-13 09:25:26 -0800 (Mon, 13 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/image.c
-
-* const char warning fix
-
-------------------------------------------------------------------------
-r17745 | hartman | 2006-11-13 08:56:03 -0800 (Mon, 13 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* Update wavpack libavcodec version for trunk as well. fixes #828
-
-------------------------------------------------------------------------
-r17743 | courmisch | 2006-11-13 07:43:19 -0800 (Mon, 13 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/libvlc_internal.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc-common.c
-
-Fix another bunch of warnings
-
-------------------------------------------------------------------------
-r17742 | courmisch | 2006-11-13 07:37:26 -0800 (Mon, 13 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-Fix warnings
-
-------------------------------------------------------------------------
-r17741 | courmisch | 2006-11-13 07:32:37 -0800 (Mon, 13 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Fix some warnings
-
-------------------------------------------------------------------------
-r17740 | courmisch | 2006-11-13 07:25:50 -0800 (Mon, 13 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access/file.c
-
-Really fix the stat warning (tested on Mingw32)
-
-------------------------------------------------------------------------
-r17739 | md | 2006-11-13 06:14:09 -0800 (Mon, 13 Nov 2006) | 5 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/misc/win32_specific.c
-
-Move unicode argv[] fetching into system_Init
-(before getopt_long gets the chance to reorder them)
-
-refs 830   (close requires backport)
-
-------------------------------------------------------------------------
-r17737 | thresh | 2006-11-13 03:20:42 -0800 (Mon, 13 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/nb.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/nn.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-updated russian translation, make update-po
-
-------------------------------------------------------------------------
-r17736 | thresh | 2006-11-13 02:38:16 -0800 (Mon, 13 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/errors.cpp
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-properly display translated strings in setWindowTitle in qt4 interface
-
-------------------------------------------------------------------------
-r17734 | md | 2006-11-12 23:47:47 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-Warn the user about missing MLDv2 support in his OS
-
-------------------------------------------------------------------------
-r17731 | courmisch | 2006-11-12 12:12:29 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-Try to fix the obnoxious _stati64 warning
-
-------------------------------------------------------------------------
-r17729 | littlejohn | 2006-11-12 11:52:46 -0800 (Sun, 12 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/vlc-config.in.in
-
-vlc-config external also includes libvlc-control
-------------------------------------------------------------------------
-r17728 | funman | 2006-11-12 11:47:32 -0800 (Sun, 12 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Makes configure fail on missing GL headers
-------------------------------------------------------------------------
-r17727 | funman | 2006-11-12 11:46:15 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Do not update gettext contrib to current CVS on MacOSX
-
-------------------------------------------------------------------------
-r17726 | zorglub | 2006-11-12 11:24:12 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-p_libvlc needs b_attached = TRUE for vlc_list_find. Fixes embedded vout
-
-------------------------------------------------------------------------
-r17725 | courmisch | 2006-11-12 10:31:40 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-Remove another harmful FromLocale
-
-------------------------------------------------------------------------
-r17724 | zorglub | 2006-11-12 10:28:37 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Fix Qt4 play button
-
-------------------------------------------------------------------------
-r17723 | zorglub | 2006-11-12 10:19:49 -0800 (Sun, 12 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/gvp.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/playlist/qtl.c
-   M /trunk/modules/demux/playlist/sgimb.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/item.c
-
-Preparse playlist items that don't have enough meta
-If the item is not to be preparsed but has enough meta, mark it as preparsed
-
-------------------------------------------------------------------------
-r17722 | zorglub | 2006-11-12 09:48:21 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Might fix compile
-
-------------------------------------------------------------------------
-r17721 | dionoea | 2006-11-12 09:15:15 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Display --option=<value type> instead of --option <value type> on windows in usage help.
-
-------------------------------------------------------------------------
-r17720 | zorglub | 2006-11-12 09:06:24 -0800 (Sun, 12 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_streaming.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/gui/qt4/Modules.am
-   A /trunk/modules/gui/qt4/dialogs/sout.cpp
-   A /trunk/modules/gui/qt4/dialogs/sout.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   A /trunk/modules/gui/qt4/ui/sout.ui
-   M /trunk/src/network/io.c
-   M /trunk/src/stream_output/profiles.c
-
-* Qt4 stream output dialog
-* Fixes to the streaming chain generator
-* network: don't print an error message for EINTR
-
-------------------------------------------------------------------------
-r17719 | courmisch | 2006-11-12 08:58:09 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.hpp
-
-Compile fix
-
-------------------------------------------------------------------------
-r17718 | courmisch | 2006-11-12 08:30:09 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Apply online help patch from Vincent Dimar.
-
-------------------------------------------------------------------------
-r17717 | courmisch | 2006-11-12 08:29:44 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-
-Forgot the symbols again
-
-------------------------------------------------------------------------
-r17716 | courmisch | 2006-11-12 08:19:58 -0800 (Sun, 12 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/include/charset.h
-
-Unexport vlc_current_charset()
-which is superseded by the Unicode wrappers and GetFallbackEncoding
-
-------------------------------------------------------------------------
-r17715 | courmisch | 2006-11-12 08:18:31 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-Add VLC_INTERNAL, like VLC_EXPORT except it does not export
-
-------------------------------------------------------------------------
-r17714 | zorglub | 2006-11-12 08:16:24 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/gvp.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/playlist/qtl.c
-   M /trunk/modules/demux/playlist/sgimb.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/demux/playlist/xspf.c
-
-Fix playlist unable to terminate (Closes:#829)
-
-------------------------------------------------------------------------
-r17713 | courmisch | 2006-11-12 08:05:11 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-   M /trunk/modules/gui/skins2/vars/playtree.hpp
-
-Remove unused iconv handle
-
-------------------------------------------------------------------------
-r17712 | courmisch | 2006-11-12 07:46:52 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Even WxWidgets is entitled to const blessing
-
-------------------------------------------------------------------------
-r17711 | courmisch | 2006-11-12 07:36:27 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/asx.c
-
-Use Latin-1 rather than local charset for ASX files
-
-------------------------------------------------------------------------
-r17710 | courmisch | 2006-11-12 07:35:45 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-Suppress unused variable
-
-------------------------------------------------------------------------
-r17709 | courmisch | 2006-11-12 07:33:59 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_demux.h
-   M /trunk/modules/demux/playlist/dvb.c
-
-Fix a few warnings
-
-------------------------------------------------------------------------
-r17708 | littlejohn | 2006-11-12 07:32:24 -0800 (Sun, 12 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-
-dirty fix to correctly link libvlc-control during make
-------------------------------------------------------------------------
-r17707 | courmisch | 2006-11-12 07:17:29 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Remove debug message
-
-------------------------------------------------------------------------
-r17706 | courmisch | 2006-11-12 06:26:59 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/demuxdump.c
-
-Fix warnings
-
-------------------------------------------------------------------------
-r17705 | courmisch | 2006-11-12 06:12:55 -0800 (Sun, 12 Nov 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-I did it.
-<subliminal message>
-http://www.googlefight.com/index.php?lang=en_GB&word1=wxwidgets&word2=qt
-</subliminal>
-
-------------------------------------------------------------------------
-r17704 | courmisch | 2006-11-12 05:45:03 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Try to fix contrib: don't build gettext java bindings
-
-------------------------------------------------------------------------
-r17703 | courmisch | 2006-11-12 05:38:50 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-Remove bashism
-
-------------------------------------------------------------------------
-r17702 | courmisch | 2006-11-12 05:28:14 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Another attempt to tame WxString
-
-------------------------------------------------------------------------
-r17701 | courmisch | 2006-11-12 04:52:30 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Fix make dist
-
-------------------------------------------------------------------------
-r17700 | courmisch | 2006-11-12 04:49:13 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Safer macros locale conversion macros for WxWidgets.
-
-------------------------------------------------------------------------
-r17699 | courmisch | 2006-11-12 04:10:55 -0800 (Sun, 12 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/src/control/playlist.c
-
-Do not use non-existing function playlist_PlaylistAddExt.
-Hopefully fix linking on Windows and Mac OS X.
-
-------------------------------------------------------------------------
-r17698 | courmisch | 2006-11-12 04:02:55 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/access/file.c
-   M /trunk/src/misc/unicode.c
-
-Don't use void * for utf8_(l)?stat() as it hinders bug detection
-
-------------------------------------------------------------------------
-r17697 | courmisch | 2006-11-12 03:54:28 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/subtitles.c
-
-Some const
-
-------------------------------------------------------------------------
-r17696 | courmisch | 2006-11-12 03:50:06 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-Use stat instead of fopen to check for file existence
-
-------------------------------------------------------------------------
-r17695 | courmisch | 2006-11-12 03:45:10 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-Another Win32 FromLocale -> FromWide
-
-------------------------------------------------------------------------
-r17694 | courmisch | 2006-11-12 03:43:52 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Don't use non existent file in Qt4 code
-
-------------------------------------------------------------------------
-r17693 | courmisch | 2006-11-12 03:35:38 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.c
-
-Fix a few warnings
-
-------------------------------------------------------------------------
-r17692 | courmisch | 2006-11-12 03:30:00 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/configuration_chain.c
-
-More warning fixes
-
-------------------------------------------------------------------------
-r17691 | courmisch | 2006-11-12 03:22:29 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-Warning fix
-
-------------------------------------------------------------------------
-r17690 | courmisch | 2006-11-12 03:17:10 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
-Fix compiler warnings
-
-------------------------------------------------------------------------
-r17689 | courmisch | 2006-11-12 03:15:29 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/speex.c
-
-Do not use pointer arithmethic on void pointers.
-
-------------------------------------------------------------------------
-r17688 | courmisch | 2006-11-12 03:02:56 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Try to fix Qt4 build
-
-------------------------------------------------------------------------
-r17687 | courmisch | 2006-11-12 02:32:48 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Don't use -shared with libtool
-
-------------------------------------------------------------------------
-r17686 | courmisch | 2006-11-12 02:25:28 -0800 (Sun, 12 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Fix compilation of WxWidgets.
-But given how badly broken the plugin is (interaction stuff),
-you'd better not use it anyway.
-
-------------------------------------------------------------------------
-r17685 | zorglub | 2006-11-12 02:22:39 -0800 (Sun, 12 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/ui/input_stats.ui
-
-Qt4: add meta info panel and fix layout bug in stats
-
-------------------------------------------------------------------------
-r17684 | littlejohn | 2006-11-11 16:24:31 -0800 (Sat, 11 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-
-also link libvlc-control in java bindings
-------------------------------------------------------------------------
-r17683 | funman | 2006-11-11 16:23:12 -0800 (Sat, 11 Nov 2006) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/audioscrobbler.c
-
-Various bugfixes
-Replaces gotos with #defines
-Put duplicate code in #defines
-Disables plugin by default
-
-------------------------------------------------------------------------
-r17682 | zorglub | 2006-11-11 16:02:36 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-Fix
-
-------------------------------------------------------------------------
-r17681 | dionoea | 2006-11-11 15:44:15 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/puzzle.c
-
-Only accept mouse coordinates inside video window
-
-------------------------------------------------------------------------
-r17680 | zorglub | 2006-11-11 15:37:25 -0800 (Sat, 11 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/gvp.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/playlist/qtl.c
-   M /trunk/modules/demux/playlist/sgimb.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/macosx/applescript.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/wizard.m
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/meta_engine/taglib.cpp
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-
-* Remove some unneeded complexity in playlist and directory
-* Remove some unneeded wrappers and locking
-
-------------------------------------------------------------------------
-r17679 | dionoea | 2006-11-11 15:37:11 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/puzzle.c
-
-Add "shuffle" button to puzzle in order to prevent shuffling when double clicking to go fullscreen once the puzzle is solved.
-
-------------------------------------------------------------------------
-r17678 | Trax | 2006-11-11 14:48:42 -0800 (Sat, 11 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-
-* modules/gui/wxwidgets/extrapanel.cpp: Add the puzzle video filter to the Extended GUI.
-------------------------------------------------------------------------
-r17676 | damienf | 2006-11-11 13:44:34 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/direct3d.c
-
-- I422 to YUY2 now works (due to previous commit)
-
-------------------------------------------------------------------------
-r17675 | damienf | 2006-11-11 13:43:34 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i422_yuy2.c
-
-- make sure chroma converters respect picture line pitch for packed chroma 
-
-------------------------------------------------------------------------
-r17674 | damienf | 2006-11-11 11:14:53 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-- access/file.c: fixed stat on win32, make sure the right stat structure is used, 'struct _stati64' on win32 and not 'struct stat'
-
-------------------------------------------------------------------------
-r17673 | damienf | 2006-11-11 10:22:33 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/video_output/vout_intf.c
-
-- compile fix
-
-------------------------------------------------------------------------
-r17672 | asmax | 2006-11-11 09:58:22 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
-* doc about SliderBackground (forgot to commit that a long time ago...)
-
-------------------------------------------------------------------------
-r17671 | courmisch | 2006-11-11 09:48:01 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Restore media control API for the obsolete build system
-
-------------------------------------------------------------------------
-r17670 | courmisch | 2006-11-11 09:45:01 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Win32 ANSI -> Unicode + UTF-8 wrappers
-
-------------------------------------------------------------------------
-r17669 | courmisch | 2006-11-11 09:44:37 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/dump.c
-
-Add missing UTF-8 wrapper
-
-------------------------------------------------------------------------
-r17668 | md | 2006-11-11 09:36:36 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-Sync IPv4 and IPv6 multicast debugs
-
-------------------------------------------------------------------------
-r17666 | courmisch | 2006-11-11 09:28:34 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/control/http/util.c
-
-Use Unicode wrappers to open HTTP interface files
-
-------------------------------------------------------------------------
-r17665 | courmisch | 2006-11-11 09:28:10 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/macros.h
-
-Fix a bunch of warnings
-
-------------------------------------------------------------------------
-r17664 | courmisch | 2006-11-11 09:16:50 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-Try to fix Mozilla plugin
-
-------------------------------------------------------------------------
-r17663 | courmisch | 2006-11-11 09:11:59 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/timeshift.c
-
-Fix [17660]
-
-------------------------------------------------------------------------
-r17662 | courmisch | 2006-11-11 09:10:59 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-
-C++ inclusion fix
-
-------------------------------------------------------------------------
-r17661 | courmisch | 2006-11-11 09:07:56 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-DRMS: use Unicode Win32 API
-
-------------------------------------------------------------------------
-r17660 | courmisch | 2006-11-11 08:53:21 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/timeshift.c
-
-Leverage FromWide
-
-------------------------------------------------------------------------
-r17658 | courmisch | 2006-11-11 08:49:41 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/timeshift.c
-
-ToLocale -> WideCharToMultiByte (refs #817)
-
-------------------------------------------------------------------------
-r17657 | md | 2006-11-11 08:43:14 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Fix endianes bug in automatic SDP source-filter 
-
-------------------------------------------------------------------------
-r17655 | courmisch | 2006-11-11 08:21:35 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/fake.c
-
-Remove another harmful extra ToLocale() call
-
-------------------------------------------------------------------------
-r17654 | courmisch | 2006-11-11 08:19:17 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/playlist/old.c
-
-Use Unicode wrapper
-
-------------------------------------------------------------------------
-r17653 | courmisch | 2006-11-11 08:14:37 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Fix socket protection level.
-
-------------------------------------------------------------------------
-r17652 | courmisch | 2006-11-11 08:13:25 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
-Remove extraneous ToLocale().
-
-------------------------------------------------------------------------
-r17651 | md | 2006-11-11 08:02:34 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-forwardport [17650]
-
-------------------------------------------------------------------------
-r17649 | courmisch | 2006-11-11 07:48:05 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Fix SAP group IPv6 addresses
-
-------------------------------------------------------------------------
-r17647 | md | 2006-11-11 07:40:48 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-forwardport [17646] (SDP source-filter fix)
-
-------------------------------------------------------------------------
-r17645 | funman | 2006-11-11 07:20:09 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/po/sl.po
-
-Update slovenian translation
-
-------------------------------------------------------------------------
-r17643 | sigmunau | 2006-11-11 05:33:43 -0800 (Sat, 11 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/colorthres.c
-
-added a color threshold filter that can make effects similar to "the
-yellow guy" in sin city or the red dressed girl in the beginning of
-schindlers list
-
-------------------------------------------------------------------------
-r17642 | courmisch | 2006-11-11 04:52:49 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_common.hpp
-
-Don't build Win32 code on Linux !
-
-------------------------------------------------------------------------
-r17641 | courmisch | 2006-11-11 04:48:49 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-
-Hmm oups
-
-------------------------------------------------------------------------
-r17640 | courmisch | 2006-11-11 04:30:16 -0800 (Sat, 11 Nov 2006) | 6 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Split the media control API from libvlc.so to libvlc-control.so
-The libvlc.so ABI is still way too unstable IMHO.
-
-This commit will probably break havoc in bindings in the short term,
-but hey, this is the unstable branch
-
-------------------------------------------------------------------------
-r17639 | courmisch | 2006-11-11 04:15:53 -0800 (Sat, 11 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/unicode.c
-
-Inline FromUTF16 and use Win32 API
-(suppress one more ugly piece of code)
-
-------------------------------------------------------------------------
-r17638 | courmisch | 2006-11-11 03:48:20 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-Fix previous commit
-
-------------------------------------------------------------------------
-r17637 | courmisch | 2006-11-11 03:44:59 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-Mark subtitles_Filter as static
-
-------------------------------------------------------------------------
-r17636 | courmisch | 2006-11-11 03:37:21 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/unicode.c
-
-Suppress unused UTF-32 conversion functions
-
-------------------------------------------------------------------------
-r17635 | courmisch | 2006-11-11 03:27:58 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-(From|To)Locale code factorization
-
-------------------------------------------------------------------------
-r17634 | md | 2006-11-11 02:04:20 -0800 (Sat, 11 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-Cosmetics: Warn the user about lack of IGMPv3 support in his OS
-
-------------------------------------------------------------------------
-r17632 | dionoea | 2006-11-10 16:48:03 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/puzzle.c
-
-Really prevent illegal puzzles and prevent some illegal moves.
-
-------------------------------------------------------------------------
-r17631 | dionoea | 2006-11-10 16:20:30 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/puzzle.c
-
-Put video in black slot when puzzle is solved
-
-------------------------------------------------------------------------
-r17630 | dionoea | 2006-11-10 16:18:01 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/puzzle.c
-
-I'm not sure that this is ok but it definitively prevents impossible to solve puzzles from being generated here.
-
-------------------------------------------------------------------------
-r17629 | dionoea | 2006-11-10 15:58:17 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/puzzle.c
-
-Woops.
-
-------------------------------------------------------------------------
-r17628 | dionoea | 2006-11-10 15:51:33 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/puzzle.c
-
-Add --puzzle-black-slot option to change puzzle type
-
-------------------------------------------------------------------------
-r17626 | courmisch | 2006-11-10 14:15:27 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Fix warnings
-
-------------------------------------------------------------------------
-r17625 | courmisch | 2006-11-10 14:14:24 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Missing #include
-
-------------------------------------------------------------------------
-r17624 | courmisch | 2006-11-10 14:11:55 -0800 (Fri, 10 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/charset.c
-   M /trunk/src/misc/unicode.c
-
-Hide vlc_fix_readdir_charset. It is now integrated in the UTF-8 wrappers.
-Though there is not an useless lock and iconv handler
-in the Darwin specific stuff.
-
-------------------------------------------------------------------------
-r17623 | courmisch | 2006-11-10 14:09:51 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-Fix double free in previous commit
-
-------------------------------------------------------------------------
-r17622 | courmisch | 2006-11-10 14:07:52 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-Remove last redumdant vlc_fix_readdir_charset
-
-------------------------------------------------------------------------
-r17621 | courmisch | 2006-11-10 14:00:36 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/mvar.c
-   M /trunk/modules/control/http/util.c
-
-Don't use Apple readdir fix twice
-
-------------------------------------------------------------------------
-r17620 | courmisch | 2006-11-10 13:59:21 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-
-Typo
-
-------------------------------------------------------------------------
-r17619 | courmisch | 2006-11-10 13:53:26 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-Fix vlm pause
-
-------------------------------------------------------------------------
-r17618 | courmisch | 2006-11-10 13:51:35 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Fix error return value of utf8_open
-
-------------------------------------------------------------------------
-r17617 | courmisch | 2006-11-10 13:50:39 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/src/misc/unicode.c
-
-Use free() instead of LocaleFree() for utf8_readdir() result
-
-------------------------------------------------------------------------
-r17616 | courmisch | 2006-11-10 13:42:46 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-
-Fix leak
-
-------------------------------------------------------------------------
-r17615 | courmisch | 2006-11-10 13:35:08 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-
-Don't rely on an object in fix_readdir_charset
-
-------------------------------------------------------------------------
-r17614 | courmisch | 2006-11-10 13:07:57 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Add more debug
-
-------------------------------------------------------------------------
-r17613 | dionoea | 2006-11-10 12:59:15 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/puzzle.c (from /trunk/modules/video_filter/magnify.c:17598)
-
-Puzzle vout filter. (vlc --vout-filter puzzle <your favorite disney cartoon>)
-
-------------------------------------------------------------------------
-r17612 | courmisch | 2006-11-10 12:56:10 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-Switch the directory to the UTF-8 wrappers
-
-------------------------------------------------------------------------
-r17611 | courmisch | 2006-11-10 12:50:34 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Cosmetic changes
-
-------------------------------------------------------------------------
-r17610 | courmisch | 2006-11-10 12:45:26 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/playlist/tree.c
-
-Ever const 
-
-------------------------------------------------------------------------
-r17608 | courmisch | 2006-11-10 12:16:47 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/codecs.h
-
-Forgot this file while forwarding ffmpeg fixes
-
-------------------------------------------------------------------------
-r17607 | courmisch | 2006-11-10 12:10:23 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-Code factorization and some warning fixes
-
-------------------------------------------------------------------------
-r17604 | courmisch | 2006-11-10 10:06:45 -0800 (Fri, 10 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-
-Partial forward port of thedj's [17597]:
- * Fix avformat demux IOSeek. Should improve playback of some flv's 
- * Improve avformat demux SET_POSITION. 
-
-------------------------------------------------------------------------
-r17602 | courmisch | 2006-11-10 09:40:03 -0800 (Fri, 10 Nov 2006) | 6 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/stream_output/sap.c
-
-Suppress sap-source-filter and compute The Right Value(tm) automatically
--- Cette ligne, et les suivantes ci-dessous, seront ignor?\195?\169es--
-
-M    src/libvlc.h
-M    src/stream_output/sap.c
-
-------------------------------------------------------------------------
-r17601 | courmisch | 2006-11-10 08:30:38 -0800 (Fri, 10 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/stream_output/sap.c
-
-Support for disabling SDP source-filter in SAP announces
-
-------------------------------------------------------------------------
-r17599 | dionoea | 2006-11-09 17:03:23 -0800 (Thu, 09 Nov 2006) | 7 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-Remove msecseek command. Now seek works differently depending on the argument:
-control media seek 10   -> seek to position 10% (previous behavior)
-control media seek +10  -> seek 10% forward
-control media seed -10  -> seek 10% backwards
-control media seek 10s  -> seek to position 10s (works with +- too)
-control media seek 10ms -> seel to position 10ms (works with +- too)
-
-------------------------------------------------------------------------
-r17598 | dionoea | 2006-11-09 16:28:15 -0800 (Thu, 09 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/src/misc/vlm.c
-
-Add msecseek command in VLM to seek to a position given in milliseconds. Patch by Igor Helman ( http://forum.videolan.org/viewtopic.php?t=27989 )
-+ misc variables handling changes by me
-
-------------------------------------------------------------------------
-r17596 | dionoea | 2006-11-09 16:08:16 -0800 (Thu, 09 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-Return syntax error message when issuing invalid instance specific control command in VLM. ("control test thisisaninstanceid play" is valid, "control test thisisaninstanceid asdqsd" isn't).
-
-------------------------------------------------------------------------
-r17594 | littlejohn | 2006-11-09 13:40:46 -0800 (Thu, 09 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/core-jni.cc
-
-don't count more than argc
-------------------------------------------------------------------------
-r17593 | zorglub | 2006-11-09 13:08:11 -0800 (Thu, 09 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-   D /trunk/modules/gui/qt4/ui/sprefs_trivial.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_video.ui
-
-Don't show visualizations selector (unused).
-A bit of cleanup in simple prefs
-
-------------------------------------------------------------------------
-r17592 | courmisch | 2006-11-09 12:17:17 -0800 (Thu, 09 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access_filter/dump.c
-
-Handle seeking with best effort in dump filter
-instead of aborting
-
-------------------------------------------------------------------------
-r17591 | Trax | 2006-11-09 12:07:25 -0800 (Thu, 09 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/input_manager.cpp
-   M /trunk/modules/gui/wxwidgets/input_manager.hpp
-
-* wxwidgets: revert go-where-you-click slider changes from [15391] and [15393] as it wasn't optimal (more accurate at the middle and not so much towards the beginning or end) and this also prevented proper slider select and drag usage.
-------------------------------------------------------------------------
-r17590 | littlejohn | 2006-11-09 11:22:26 -0800 (Thu, 09 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-   M /trunk/bindings/java/src/core-jni.cc
-
-better args handling
-------------------------------------------------------------------------
-r17589 | littlejohn | 2006-11-09 11:21:38 -0800 (Thu, 09 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access_filter/dump.c
-
-include errno.h in dump.c
-------------------------------------------------------------------------
-r17588 | courmisch | 2006-11-09 10:27:43 -0800 (Thu, 09 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/src/network/udp.c
-
-Fix IPv4 multicast subscription
-
-------------------------------------------------------------------------
-r17587 | courmisch | 2006-11-09 10:08:36 -0800 (Thu, 09 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-
-You can't find the root object, so don't try to mess up with it
-
-------------------------------------------------------------------------
-r17586 | courmisch | 2006-11-09 10:06:21 -0800 (Thu, 09 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/dump.c
-
-Add a bug. Fix compilation on Win32.
-
-------------------------------------------------------------------------
-r17585 | courmisch | 2006-11-09 10:01:51 -0800 (Thu, 09 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/sap.c
-
-Fix TTL in c= line
-
-------------------------------------------------------------------------
-r17584 | courmisch | 2006-11-09 09:55:58 -0800 (Thu, 09 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/threads.c
-
-- Do not attach libvlc to the global data
-  to avoid crashes in the messaging system (global data has no libvlc pointer)
-- Rename ROOT to GLOBAL to avoid confusion (the root is LIBVLC, not GLOBAL)
-
-------------------------------------------------------------------------
-r17583 | courmisch | 2006-11-09 09:24:10 -0800 (Thu, 09 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-Cosmetic fix
-
-------------------------------------------------------------------------
-r17582 | courmisch | 2006-11-09 09:10:38 -0800 (Thu, 09 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/screen/screen.c
-
-Missing(?) header
-
-------------------------------------------------------------------------
-r17581 | courmisch | 2006-11-09 08:44:34 -0800 (Thu, 09 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Avoid dummy error messages
-
-------------------------------------------------------------------------
-r17580 | courmisch | 2006-11-09 08:41:04 -0800 (Thu, 09 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/announce.c
-
-Fully initialize p_session
-
-------------------------------------------------------------------------
-r17578 | courmisch | 2006-11-09 08:25:58 -0800 (Thu, 09 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Fix address in source-filter - fixes #804
-
-------------------------------------------------------------------------
-r17577 | courmisch | 2006-11-09 08:02:15 -0800 (Thu, 09 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-How to remove ~200 lines of code
-
-------------------------------------------------------------------------
-r17576 | massiot | 2006-11-09 07:55:36 -0800 (Thu, 09 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/autodel.c
-
- * modules/stream_out/autodel.c: Removed unused call to sout_CfgParse().
-
-------------------------------------------------------------------------
-r17575 | courmisch | 2006-11-09 07:53:34 -0800 (Thu, 09 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Suppress copy-cat code (more to come)
-
-------------------------------------------------------------------------
-r17574 | courmisch | 2006-11-09 07:48:44 -0800 (Thu, 09 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-- Remove the rc-force option, and do the same automatically
-- Remove some cruft
-
-------------------------------------------------------------------------
-r17573 | courmisch | 2006-11-09 07:43:02 -0800 (Thu, 09 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access_filter/dump.c
-
-Of course localetime_r has to have another name on Windows.
-(And go fix your libc if this does not work for you.)
-
-------------------------------------------------------------------------
-r17572 | massiot | 2006-11-09 07:13:13 -0800 (Thu, 09 Nov 2006) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/stream_out/Modules.am
-   A /trunk/modules/stream_out/autodel.c
-
- * modules/stream_out/autodel.c: New autodel module to work-around a memory
-   leak in the TS mux which is triggered when the input PCR packets
-   disappear from the stream without disappearing from the PMT (happens
-   on the satellite when the video suddenly gets scrambled). Insert it in
-   the sout pipeline : --sout="#autodel:std{...}".
-
-------------------------------------------------------------------------
-r17571 | fkuehne | 2006-11-09 06:17:25 -0800 (Thu, 09 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* don't mix old and new pl API
-------------------------------------------------------------------------
-r17570 | fkuehne | 2006-11-09 06:17:03 -0800 (Thu, 09 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-
-* added an option to disable auto-playback of newly added items
-------------------------------------------------------------------------
-r17569 | fkuehne | 2006-11-09 05:32:45 -0800 (Thu, 09 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* forward-port [17568]
-------------------------------------------------------------------------
-r17567 | fkuehne | 2006-11-09 03:39:27 -0800 (Thu, 09 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-retry on failure to connect to rc-unix socket. Patch by Greg Farrell (greg  a  lincor.com), submitted by Dermot McGahon (dermot  a  dspsrv.com)
-------------------------------------------------------------------------
-r17566 | ipkiss | 2006-11-08 23:44:26 -0800 (Wed, 08 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-
- * skins2/parser/skin_parser.cpp: Fixed a crash, and removed checks for unused attributes
-
-------------------------------------------------------------------------
-r17563 | littlejohn | 2006-11-08 13:37:20 -0800 (Wed, 08 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/README
-
-readme update
-------------------------------------------------------------------------
-r17562 | courmisch | 2006-11-08 13:13:09 -0800 (Wed, 08 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access_filter/Modules.am
-   A /trunk/modules/access_filter/dump.c
-
-Add dump access filter to save original media to home
-(could be improved, but basically works)
-
-------------------------------------------------------------------------
-r17561 | courmisch | 2006-11-08 13:12:22 -0800 (Wed, 08 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/src/libvlc.h
-
-Add Dump hotkey
-
-------------------------------------------------------------------------
-r17560 | hartman | 2006-11-08 12:34:12 -0800 (Wed, 08 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/rtsp/access.c
-
-* forwardport [17538] : Real RTSP selection fix. refs #821
-
-------------------------------------------------------------------------
-r17559 | littlejohn | 2006-11-08 12:33:07 -0800 (Wed, 08 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/bindings/java/src/playlist-jni.cc
-
---disable-libtool not needed anymore to build java bindings
-------------------------------------------------------------------------
-r17552 | xtophe | 2006-11-08 11:59:07 -0800 (Wed, 08 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ps.c
-
-Use add_bool where it is adapted
-
-------------------------------------------------------------------------
-r17551 | courmisch | 2006-11-08 11:22:15 -0800 (Wed, 08 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/configuration.h
-
-Grammar
-
-------------------------------------------------------------------------
-r17549 | courmisch | 2006-11-08 08:31:05 -0800 (Wed, 08 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/variables.h
-
-Fix var_SetString
-
-------------------------------------------------------------------------
-r17548 | courmisch | 2006-11-08 08:26:26 -0800 (Wed, 08 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
-Some more const and strdup avoidance
-
-------------------------------------------------------------------------
-r17547 | courmisch | 2006-11-08 08:23:33 -0800 (Wed, 08 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/input/access.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-
-Const as usual
-
-------------------------------------------------------------------------
-r17545 | courmisch | 2006-11-08 07:53:28 -0800 (Wed, 08 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/item.c
-   M /trunk/src/playlist/item.c
-
-Some more const
-
-------------------------------------------------------------------------
-r17544 | massiot | 2006-11-08 06:26:06 -0800 (Wed, 08 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * modules/demux/ts.c: Fixed --ts-out used in conjunction with the dvb access.
-
-------------------------------------------------------------------------
-r17543 | massiot | 2006-11-08 06:24:54 -0800 (Wed, 08 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/packetizer/mpegvideo.c
-
- * modules/codec/libmpeg2.c, modules/packetizer/mpegvideo.c: Fixed wrong PTS
-   and DTS for field pictures.
-
-------------------------------------------------------------------------
-r17542 | massiot | 2006-11-08 06:21:01 -0800 (Wed, 08 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
- * modules/codec/ffmpeg/encoder.c: MPEG compliance fixes for large pictures
-   and low delay streams.
-
-------------------------------------------------------------------------
-r17541 | md | 2006-11-08 05:37:57 -0800 (Wed, 08 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Support non-ANSI CP characters from command line / click on media file
-
-------------------------------------------------------------------------
-r17540 | md | 2006-11-08 05:29:36 -0800 (Wed, 08 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_common.hpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
-
-Fix skins2 Drag&Drop to accept files with non-ANSI CP characters
-
-------------------------------------------------------------------------
-r17539 | md | 2006-11-08 05:21:08 -0800 (Wed, 08 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/vlc.win32.nsi.in
-
-Fix one instance mode for Win32 in trunk
-
-------------------------------------------------------------------------
-r17537 | fkuehne | 2006-11-07 12:38:53 -0800 (Tue, 07 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* forward-port [17536]
-------------------------------------------------------------------------
-r17534 | massiot | 2006-11-07 11:57:50 -0800 (Tue, 07 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * modules/mux/mpeg/ts.c: Fixed --sout-ts-crypt-audio and 
-   --sout-ts-crypt-video options.
-
-------------------------------------------------------------------------
-r17533 | hartman | 2006-11-07 07:45:27 -0800 (Tue, 07 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/normvol.c
-
-* memleak if normvol filter cannot be used.
-
-------------------------------------------------------------------------
-r17530 | fkuehne | 2006-11-07 02:59:45 -0800 (Tue, 07 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-
-* restore nib targetted for 0.9.0
-------------------------------------------------------------------------
-r17529 | fkuehne | 2006-11-07 02:52:08 -0800 (Tue, 07 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-
-* commit the modified nib in the correct rep..
-------------------------------------------------------------------------
-r17527 | dionoea | 2006-11-06 13:44:08 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/image.c
-
-Use str_format_time and str_format_meta here too. Make sure that we only call these functions when needed.
-
-------------------------------------------------------------------------
-r17526 | dionoea | 2006-11-06 13:26:46 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/file.c
-
-Use str_format_time and str_format_meta in file output. (these are the %char and $char variables defined in marq help)
-
-------------------------------------------------------------------------
-r17525 | dionoea | 2006-11-06 13:16:58 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Allow using format meta stuff in --snapshot-path when defining a filename (see marq help for available variables).
-
-------------------------------------------------------------------------
-r17524 | courmisch | 2006-11-06 13:05:11 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
-Cosmetic fix
-
-------------------------------------------------------------------------
-r17523 | dionoea | 2006-11-06 13:03:33 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_strings.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/src/misc/strings.c
-
-Move string formating functions used in marq to the core.
-
-------------------------------------------------------------------------
-r17522 | dionoea | 2006-11-06 12:05:19 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/probe/hal.c
-
-Tab/trailing spaces police
-
-------------------------------------------------------------------------
-r17521 | dionoea | 2006-11-06 12:00:40 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-
-s/Warm/Warn/
-
-------------------------------------------------------------------------
-r17520 | xtophe | 2006-11-06 11:25:12 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Revert [17482]. pkgconfig buildsytem is broken on native win32
-
-------------------------------------------------------------------------
-r17519 | courmisch | 2006-11-06 09:59:01 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/include/vlc_symbols.h
-
-Fix export
-
-------------------------------------------------------------------------
-r17518 | courmisch | 2006-11-06 09:58:08 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_demux.h
-   M /trunk/include/vlc_stream.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/input/demux.c
-
-Add a few harmless const
-
-------------------------------------------------------------------------
-r17517 | courmisch | 2006-11-06 09:30:21 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/src/network/io.c
-
-Fix previous commit
-
-------------------------------------------------------------------------
-r17516 | courmisch | 2006-11-06 09:29:07 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/network/io.c
-   M /trunk/src/network/udp.c
-
-Cleanup
-
-------------------------------------------------------------------------
-r17515 | courmisch | 2006-11-06 09:28:55 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Fix warning
-
-------------------------------------------------------------------------
-r17514 | courmisch | 2006-11-06 09:07:55 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Cosmetic fix
-
-------------------------------------------------------------------------
-r17513 | dionoea | 2006-11-06 09:03:01 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Simplify
-
-------------------------------------------------------------------------
-r17512 | courmisch | 2006-11-06 09:01:44 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Fix boundary checks on file seek
-
-------------------------------------------------------------------------
-r17511 | courmisch | 2006-11-06 08:33:30 -0800 (Mon, 06 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dv.c
-
-DV can't (fast)seek; it does not even have a Seek callback.
-This was seemingly erronously added when Pause support was added.
-
-------------------------------------------------------------------------
-r17510 | md | 2006-11-06 04:49:21 -0800 (Mon, 06 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Forwardport Unicode wxWidgets fixes - [17434], [17436], [17452]
-
-------------------------------------------------------------------------
-r17506 | fkuehne | 2006-11-05 15:46:37 -0800 (Sun, 05 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-
-* restored the error panel and removed all 0.9.0 stuff
-------------------------------------------------------------------------
-r17505 | fkuehne | 2006-11-05 15:32:49 -0800 (Sun, 05 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-
-* commit the non-fixed nib to get a diff (work-around for a svn stupidity)
-------------------------------------------------------------------------
-r17503 | fkuehne | 2006-11-05 15:23:35 -0800 (Sun, 05 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/THANKS
-
-* update after recent back-ports
-------------------------------------------------------------------------
-r17502 | fkuehne | 2006-11-05 15:09:23 -0800 (Sun, 05 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/fspanel.h
-   M /trunk/modules/gui/macosx/fspanel.m
-
-* forward-port [17501] and [17500]
-------------------------------------------------------------------------
-r17498 | fkuehne | 2006-11-05 14:52:10 -0800 (Sun, 05 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-* forward-port [17497] with the addition of an 'embedded' check, because this work-around triggers the fspanel to keep hidden all the time when using detached vouts. Ideas on this issue are welcomed ;)
-------------------------------------------------------------------------
-r17494 | courmisch | 2006-11-05 12:05:48 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Uncomment if multicast starts failing on Windows
-
-------------------------------------------------------------------------
-r17493 | xtophe | 2006-11-05 12:02:49 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/pkgcfg.patch
-
-patch silly configure.
-
-------------------------------------------------------------------------
-r17492 | courmisch | 2006-11-05 12:02:08 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/stream_out/switcher.c
-   M /trunk/src/stream_output/sap.c
-
-Export and use ListenUDP
-
-------------------------------------------------------------------------
-r17490 | courmisch | 2006-11-05 11:30:16 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Use ListenUDP
-
-------------------------------------------------------------------------
-r17489 | courmisch | 2006-11-05 11:20:52 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/src/network/io.c
-   M /trunk/src/network/udp.c
-
-Add net_ListenUDP
-
-------------------------------------------------------------------------
-r17486 | xtophe | 2006-11-05 10:36:12 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-the pkg.m4 in pkgconfig 0.21 is buggy. stay with 0.20 while we fix it
-
-------------------------------------------------------------------------
-r17485 | xtophe | 2006-11-05 09:59:37 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-Use an uptodate pkg-config version
-
-------------------------------------------------------------------------
-r17482 | xtophe | 2006-11-05 09:34:46 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Add pkg-config to win32 contribs as Msys suc^W doesn't have it
-
-------------------------------------------------------------------------
-r17480 | courmisch | 2006-11-05 08:59:47 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
-Add net_SockAddrIsMulticast
-
-------------------------------------------------------------------------
-r17479 | courmisch | 2006-11-05 08:41:00 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Fix and revive the net_OpenUDP warning
-
-------------------------------------------------------------------------
-r17478 | courmisch | 2006-11-05 08:26:53 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Cleanup
-
-------------------------------------------------------------------------
-r17477 | courmisch | 2006-11-05 08:17:35 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Suppress bogus extraneous boundary check
-
-------------------------------------------------------------------------
-r17476 | courmisch | 2006-11-05 08:14:52 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-Cosmetic fix
-
-------------------------------------------------------------------------
-r17475 | courmisch | 2006-11-05 08:03:04 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Missing #include
-
-------------------------------------------------------------------------
-r17474 | xtophe | 2006-11-05 07:51:46 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-
-Some safety fix pointed by pjrm on irc
-
-------------------------------------------------------------------------
-r17473 | courmisch | 2006-11-05 07:50:31 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/src/network/io.c
-   M /trunk/src/network/tcp.c
-
-Factorize socket listen code
-
-------------------------------------------------------------------------
-r17471 | courmisch | 2006-11-05 07:46:26 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Fix core deps again
-
-------------------------------------------------------------------------
-r17470 | dionoea | 2006-11-05 06:57:56 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/el.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/no.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/tet.po
-   M /trunk/po/tl.po
-
-Please run update-po (or whatever it's named) before commiting.
-
-------------------------------------------------------------------------
-r17469 | courmisch | 2006-11-05 04:16:44 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Fix make core not to remove libvlc if not needed
-
-------------------------------------------------------------------------
-r17468 | courmisch | 2006-11-05 04:16:27 -0800 (Sun, 05 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Look for DLLTOOL
-(surprise surprise, one has to define $(DLLTOOL) if you want to use it...)
-
-------------------------------------------------------------------------
-r17467 | courmisch | 2006-11-05 04:02:15 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Fix warning
-
-------------------------------------------------------------------------
-r17466 | courmisch | 2006-11-05 03:46:43 -0800 (Sun, 05 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-
-Fix warning
-
-------------------------------------------------------------------------
-r17464 | funman | 2006-11-04 14:34:40 -0800 (Sat, 04 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   A /trunk/po/af.po
-   A /trunk/po/co.po
-   A /trunk/po/eu.po
-   A /trunk/po/fur.po
-   A /trunk/po/lt.po
-   A /trunk/po/lv.po
-   A /trunk/po/nb.po
-   A /trunk/po/nn.po
-   A /trunk/po/pa.po
-   A /trunk/po/sq.po
-   A /trunk/po/th.po
-
-Forward port translations from [17318] and [17414]
-
-------------------------------------------------------------------------
-r17462 | courmisch | 2006-11-04 09:56:43 -0800 (Sat, 04 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-Fix error passing from IPv4 plugin
-in case of resolution failure.
-This should fix the "lame stack" + "Non-socket handle" bug.
-
-------------------------------------------------------------------------
-r17461 | courmisch | 2006-11-04 09:09:54 -0800 (Sat, 04 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Fix remotely triggerable memory leak
-
-------------------------------------------------------------------------
-r17460 | courmisch | 2006-11-04 08:29:16 -0800 (Sat, 04 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Fix const warning
-
-------------------------------------------------------------------------
-r17459 | courmisch | 2006-11-04 08:25:26 -0800 (Sat, 04 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Ignore missing TTL in c= line.
-It was about time I fix VLC to accept SAP announces on my campus.
-
-------------------------------------------------------------------------
-r17458 | courmisch | 2006-11-04 08:05:27 -0800 (Sat, 04 Nov 2006) | 6 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Fix various problems with the SDP parser:
-- the reserved bit must be ignored
-- off-by-one in decompression
-- decompression did not *read* realloc() result
-etc
-
-------------------------------------------------------------------------
-r17457 | courmisch | 2006-11-04 07:29:25 -0800 (Sat, 04 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access_output/file.c
-
-Use utf8_open
-
-------------------------------------------------------------------------
-r17456 | courmisch | 2006-11-04 07:18:57 -0800 (Sat, 04 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/unicode.c
-
-Add utf8_open wrapper
-
-------------------------------------------------------------------------
-r17455 | courmisch | 2006-11-04 07:18:24 -0800 (Sat, 04 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-Add some const
-
-------------------------------------------------------------------------
-r17450 | courmisch | 2006-11-04 06:37:26 -0800 (Sat, 04 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-
-Fix warning
-
-------------------------------------------------------------------------
-r17449 | courmisch | 2006-11-04 06:20:16 -0800 (Sat, 04 Nov 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-- Fix quoting of IPv6 addresses in SAP source-filter
-- Fix const warnings
-- Remove dead code
-
-------------------------------------------------------------------------
-r17448 | courmisch | 2006-11-04 05:56:49 -0800 (Sat, 04 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Fix warning
-
-------------------------------------------------------------------------
-r17445 | funman | 2006-11-03 21:18:45 -0800 (Fri, 03 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Fixes gettext 0.16 in the contribs
-
-------------------------------------------------------------------------
-r17444 | funman | 2006-11-03 19:49:39 -0800 (Fri, 03 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Uses C++ tests to detect mozilla headers
-Fixes detection when using mingw
-
-------------------------------------------------------------------------
-r17443 | jb
- | 2006-11-03 17:17:43 -0800 (Fri, 03 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/gettext-MacOSX.patch
-
-* trying to repair gettext 0.16 documentation on MacOS-X 
-
-
-------------------------------------------------------------------------
-r17442 | littlejohn | 2006-11-03 14:06:14 -0800 (Fri, 03 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/graphics-jni.cc
-   M /trunk/bindings/java/src/video-jni.cc
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/video.c
-
-Remove libvlc_set_video_drawable, libvlc_video_set_parent offers the same functionality
-------------------------------------------------------------------------
-r17439 | sigmunau | 2006-11-03 09:21:31 -0800 (Fri, 03 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-access_output/udp.c: Don't crash horribly when trying to send a packet
-larger than the mtu in rtp mode
-
-------------------------------------------------------------------------
-r17433 | funman | 2006-11-02 16:19:05 -0800 (Thu, 02 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Removes a fucking UTF-8 character that looks like a space, smells like a space, but is far from being a space
-
-------------------------------------------------------------------------
-r17430 | funman | 2006-11-02 15:05:27 -0800 (Thu, 02 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Replaces check for xpidl by check for required mozilla headers
-
-------------------------------------------------------------------------
-r17426 | hartman | 2006-11-02 12:23:57 -0800 (Thu, 02 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/demux/mjpeg.c
-
-* forwardport the mjpeg fix and the dvbsub color fixes
-
-------------------------------------------------------------------------
-r17425 | funman | 2006-11-02 12:22:36 -0800 (Thu, 02 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Revert [17400], uses the right header for gettimeofday
-
-------------------------------------------------------------------------
-r17424 | jb | 2006-11-02 11:29:03 -0800 (Thu, 02 Nov 2006) | 3 lines
-Changed paths:
-   D /trunk/extras/contrib/src/Patches/SDL.patch
-   D /trunk/extras/contrib/src/Patches/libdvdread-win32.patch
-   D /trunk/extras/contrib/src/Patches/libogg-1.1-win32.patch
-   D /trunk/extras/contrib/src/Patches/vorbis.patch.cvs
-   D /trunk/extras/contrib/src/Patches/wx-cvs-2005-02-09-patch.diff
-
-Useless patches.
-
-
-------------------------------------------------------------------------
-r17423 | funman | 2006-11-02 11:27:57 -0800 (Thu, 02 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-
-Cleans gecko-sdk too
-
-------------------------------------------------------------------------
-r17422 | Trax | 2006-11-02 11:08:13 -0800 (Thu, 02 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/direct3d.c
-
-* modules/video_output/directx/direct3d.c: add experimental support for I422 (RGB conversion is very CPU intensive).
-------------------------------------------------------------------------
-r17419 | courmisch | 2006-11-02 07:11:56 -0800 (Thu, 02 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-
-Don't use a configure constant that we don't actually define
-
-------------------------------------------------------------------------
-r17418 | jb | 2006-11-01 17:53:28 -0800 (Wed, 01 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Disable speex on BeOs.
-
-
-------------------------------------------------------------------------
-r17417 | jb | 2006-11-01 17:49:52 -0800 (Wed, 01 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Forgotten file. Sorry.
-
-
-------------------------------------------------------------------------
-r17416 | jb | 2006-11-01 17:44:16 -0800 (Wed, 01 Nov 2006) | 3 lines
-Changed paths:
-   D /trunk/extras/contrib/src/Patches/gettext-macosx.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* Contrib : update version of gettext (it needs autoconf 2.60)
-
-
-------------------------------------------------------------------------
-r17412 | sigmunau | 2006-11-01 14:45:37 -0800 (Wed, 01 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/avi.c
-
-mux/avi.c: write '\0' rather than an uninitalized byte to output file.
-Fixes one, but not all of valgrinds warnings relating to this
-
-------------------------------------------------------------------------
-r17411 | sigmunau | 2006-11-01 14:24:50 -0800 (Wed, 01 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/avi.c
-
-mux/avi.c: fixed a crash when trying to make audio only avi files.
-Hopefully fixed a issue with the generated avi file in the same go
-
-------------------------------------------------------------------------
-r17410 | hartman | 2006-11-01 13:30:49 -0800 (Wed, 01 Nov 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-* Fix a bug discovered by Chris Rath on seekable files that don't start from point 0.
-    http://forum.videolan.org/viewtopic.php?t=27848
-* Fix a few compiler warnings.
-
-
-------------------------------------------------------------------------
-r17409 | courmisch | 2006-11-01 13:03:53 -0800 (Wed, 01 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Support filenames outside the ANSI Code Page
-
-------------------------------------------------------------------------
-r17407 | hartman | 2006-11-01 12:54:51 -0800 (Wed, 01 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/asx.c
-
-* Handle <ref></ref> ASX items 
-
-------------------------------------------------------------------------
-r17406 | courmisch | 2006-11-01 12:50:18 -0800 (Wed, 01 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Get rid of broken file-cat option (closes #807)
-
-------------------------------------------------------------------------
-r17405 | hartman | 2006-11-01 11:52:41 -0800 (Wed, 01 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* Don't do intf-show after the last p_vout closes on OSX.
-
-------------------------------------------------------------------------
-r17404 | courmisch | 2006-11-01 11:49:04 -0800 (Wed, 01 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Attempt to work-around the Winsock bug-of-the-day
-
-------------------------------------------------------------------------
-r17403 | littlejohn | 2006-11-01 08:44:13 -0800 (Wed, 01 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/graphics-jni.cc
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/video.c
-
-avoid VLC_VariableSet to set the drawable, use libvlc_set_video_drawable instead.
-------------------------------------------------------------------------
-r17402 | dionoea | 2006-11-01 07:30:12 -0800 (Wed, 01 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-
-Add missing space in comment.
-
-------------------------------------------------------------------------
-r17401 | courmisch | 2006-11-01 07:15:44 -0800 (Wed, 01 Nov 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-- Revert [17394] which reintroduced TOCTOU issues
-- Re-fix directory handling
-
-------------------------------------------------------------------------
-r17400 | xtophe | 2006-11-01 06:58:36 -0800 (Wed, 01 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Fix libgcrypt compil under cygwin. It doesn't have gettimeoftheday() and it's wongly detected, so force it. (from markfm 's debugging and googling)
-
-------------------------------------------------------------------------
-r17399 | littlejohn | 2006-11-01 03:25:05 -0800 (Wed, 01 Nov 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/VLCExample.java
-   M /trunk/bindings/java/src/video-jni.cc
-
-setSize native function signature fixed
-------------------------------------------------------------------------
-r17396 | sam | 2006-11-01 01:20:20 -0800 (Wed, 01 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/caca.c
-
-  * Mouse motion and mouse click support in the libcaca vout.
-
-------------------------------------------------------------------------
-r17395 | funman | 2006-11-01 00:17:42 -0800 (Wed, 01 Nov 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Removes useless sanity checks
-
-------------------------------------------------------------------------
-r17394 | funman | 2006-10-31 23:50:44 -0800 (Tue, 31 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Makes file plugin fail to access directories
-Some sanity checks
-
-------------------------------------------------------------------------
-r17393 | dionoea | 2006-10-31 12:01:28 -0800 (Tue, 31 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-Forward port [17386].
-
-------------------------------------------------------------------------
-r17392 | courmisch | 2006-10-31 09:51:59 -0800 (Tue, 31 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-fix Windows build
-
-------------------------------------------------------------------------
-r17391 | courmisch | 2006-10-31 09:41:04 -0800 (Tue, 31 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Rewrite of the file access
-
-------------------------------------------------------------------------
-r17390 | courmisch | 2006-10-31 07:47:07 -0800 (Tue, 31 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Suppress some useless variable
-
-------------------------------------------------------------------------
-r17388 | jpsaman | 2006-10-31 03:05:04 -0800 (Tue, 31 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/src/control/playlist.c
-
-use playlist_LockClear() instead.
-------------------------------------------------------------------------
-r17387 | funman | 2006-10-30 19:05:35 -0800 (Mon, 30 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Fixes double free()
-
-------------------------------------------------------------------------
-r17385 | funman | 2006-10-30 14:19:21 -0800 (Mon, 30 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-   M /trunk/modules/demux/Modules.am
-   M /trunk/vlc.altlinux.spec
-   M /trunk/vlc.mandriva.spec
-
-Rename flacdec codec plugin to flac, to show it can encode too
-Rename flac demux plugin to flacsys
-
-------------------------------------------------------------------------
-r17384 | jpsaman | 2006-10-30 11:21:06 -0800 (Mon, 30 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/vlccontrol2.cpp
-   M /trunk/activex/vlccontrol2.h
-
-Fix property get_aspectRatio (forward port of [17383])
-------------------------------------------------------------------------
-r17381 | jpsaman | 2006-10-30 08:26:43 -0800 (Mon, 30 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/vlccontrol2.cpp
-   M /trunk/activex/vlccontrol2.h
-
-(Forward port of [17380]) Aspect ratio property for ActiveX plugin
-------------------------------------------------------------------------
-r17376 | funman | 2006-10-30 04:33:37 -0800 (Mon, 30 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/po/sl.po
-
-Update slovenian translation
-
-------------------------------------------------------------------------
-r17375 | jpsaman | 2006-10-30 04:17:33 -0800 (Mon, 30 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/src/control/video.c
-
-Oops typo
-------------------------------------------------------------------------
-r17373 | jpsaman | 2006-10-30 04:15:47 -0800 (Mon, 30 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/src/control/video.c
-
-(Forward port of [17371]) Implement Aspect Ratio property for Mozilla plugin
-------------------------------------------------------------------------
-r17369 | jpsaman | 2006-10-30 01:13:32 -0800 (Mon, 30 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-Forward port of 17368. Make it easier to build a macosx package when build in debug mode.
-------------------------------------------------------------------------
-r17366 | jpsaman | 2006-10-30 00:35:31 -0800 (Mon, 30 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Remove excess empty lines
-------------------------------------------------------------------------
-r17362 | funman | 2006-10-29 19:49:15 -0800 (Sun, 29 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Make configure fail if missing avcodec or postproc headers on debian too
-Fix typo of [17361]
-
-------------------------------------------------------------------------
-r17361 | funman | 2006-10-29 18:49:49 -0800 (Sun, 29 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Make configure fail if missing avcodec or postproc headers on non debian system
-Closes #758
-
-------------------------------------------------------------------------
-r17359 | xtophe | 2006-10-29 10:31:44 -0800 (Sun, 29 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Don't build libnotify on win32
-
-------------------------------------------------------------------------
-r17358 | courmisch | 2006-10-29 08:49:43 -0800 (Sun, 29 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-- Fix TOCTOU problem (utf8_stat -> fstat)
-- Fix file descriptor leak when opening an empty file
-- Don't close STDIN.
-
-------------------------------------------------------------------------
-r17357 | courmisch | 2006-10-29 08:33:10 -0800 (Sun, 29 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Minor simplification
-
-------------------------------------------------------------------------
-r17356 | courmisch | 2006-10-29 08:30:48 -0800 (Sun, 29 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Cosmetic fix
-
-------------------------------------------------------------------------
-r17355 | courmisch | 2006-10-29 08:29:07 -0800 (Sun, 29 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Allow seeking of character devices with non-zero size
-
-------------------------------------------------------------------------
-r17354 | funman | 2006-10-29 05:41:00 -0800 (Sun, 29 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Remove superfluous "," introduced in [17328]
-
-------------------------------------------------------------------------
-r17353 | jpsaman | 2006-10-29 05:37:30 -0800 (Sun, 29 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/src/control/input.c
-   M /trunk/src/input/input.c
-
-Forward port of [17351]. Report input error condition to JavaScript
-------------------------------------------------------------------------
-r17348 | courmisch | 2006-10-29 02:28:23 -0800 (Sun, 29 Oct 2006) | 6 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Try to unbreak dependency
-(of course, it was obvious reverting the earlier fix would break it,
- but some people don't seem to care about the build system as long as
- "their" feature works).
-Oh, and don't let version.c twice in CLEANFILES.
-
-------------------------------------------------------------------------
-r17347 | fkuehne | 2006-10-29 02:10:06 -0800 (Sun, 29 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/src/control/vlm.c
-
-* don't use nested functions please.  --- fixes compilation on OSX, which was broken in [17281]
-------------------------------------------------------------------------
-r17346 | jpsaman | 2006-10-29 01:56:11 -0800 (Sun, 29 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/mozilla/control/npolibvlc.cpp
-
-Implement VersionInfo as property. (Forward port of [17345])
-------------------------------------------------------------------------
-r17341 | jpsaman | 2006-10-29 01:41:42 -0800 (Sun, 29 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/mono.c
-
-Fix define
-------------------------------------------------------------------------
-r17340 | jpsaman | 2006-10-29 01:40:56 -0800 (Sun, 29 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/activex/main.cpp
-
-Remove excess whitespace
-------------------------------------------------------------------------
-r17339 | jpsaman | 2006-10-29 01:40:14 -0800 (Sun, 29 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Unbreak automatic buildversion information. Revert [17226]
-------------------------------------------------------------------------
-r17338 | jpsaman | 2006-10-29 01:38:43 -0800 (Sun, 29 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-Remove empty line
-------------------------------------------------------------------------
-r17337 | jpsaman | 2006-10-29 01:35:43 -0800 (Sun, 29 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/src/control/input.c
-   M /trunk/src/control/video.c
-
-Readibility cleanup
-------------------------------------------------------------------------
-r17336 | jpsaman | 2006-10-29 01:33:30 -0800 (Sun, 29 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/mozilla/control/npolibvlc.h
-   M /trunk/mozilla/vlcshell.cpp
-
-Forward port of rev 17335. Implement versionInfo() method
-------------------------------------------------------------------------
-r17333 | damienf | 2006-10-28 16:41:06 -0700 (Sat, 28 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/log.c
-
-log.c: fixed operator priorty when estimating message count
-
-------------------------------------------------------------------------
-r17332 | damienf | 2006-10-28 16:39:18 -0700 (Sat, 28 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/mozilla/control/npolibvlc.h
-
-- added log APIs to javascript for mozilla
-
-------------------------------------------------------------------------
-r17331 | xtophe | 2006-10-28 16:04:27 -0700 (Sat, 28 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-forwardport [17330]
-
-------------------------------------------------------------------------
-r17328 | funman | 2006-10-28 13:32:31 -0700 (Sat, 28 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Make configure fail if a52 headers are not found
-
-------------------------------------------------------------------------
-r17326 | Trax | 2006-10-28 10:30:27 -0700 (Sat, 28 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: Fix range enforcement and string selection (deprecated was in the way). Use actual default values for options direct, me and deblock filter params (mainly for the gui).
-------------------------------------------------------------------------
-r17325 | jpsaman | 2006-10-28 08:53:39 -0700 (Sat, 28 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Forward port of 17324
-------------------------------------------------------------------------
-r17321 | sigmunau | 2006-10-28 07:43:51 -0700 (Sat, 28 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/taglib.cpp
-
-taglib.cpp: Don't put empty info in playlist for files with no tag
-
-------------------------------------------------------------------------
-r17319 | Trax | 2006-10-28 07:40:13 -0700 (Sat, 28 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: proper descriptions for options b-bias and chroma-me
-------------------------------------------------------------------------
-r17317 | xtophe | 2006-10-27 16:14:30 -0700 (Fri, 27 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-fix stupid error by me
-
-------------------------------------------------------------------------
-r17315 | xtophe | 2006-10-27 15:35:14 -0700 (Fri, 27 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-typo
-
-------------------------------------------------------------------------
-r17314 | xtophe | 2006-10-27 15:28:19 -0700 (Fri, 27 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Don't try to distribute misc/version.c
-
-------------------------------------------------------------------------
-r17313 | xtophe | 2006-10-27 14:22:10 -0700 (Fri, 27 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Hrm
-
-------------------------------------------------------------------------
-r17312 | xtophe | 2006-10-27 14:03:53 -0700 (Fri, 27 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-spec files have been renamed
-
-------------------------------------------------------------------------
-r17308 | yoann | 2006-10-27 11:39:29 -0700 (Fri, 27 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-* toolbox: use vlc.mandriva.spec in distclean test
-
-------------------------------------------------------------------------
-r17307 | damienf | 2006-10-27 10:40:46 -0700 (Fri, 27 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-   M /trunk/src/misc/messages.c
-
-messages.c: added msg_GetObjectTypeName
-
-------------------------------------------------------------------------
-r17306 | funman | 2006-10-27 09:26:55 -0700 (Fri, 27 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-Enables "stay on top" with window managers that don't handle _NET_WM_STATE_STAYS_ON_TOP
-That atom is not defined at http://www.freedesktop.org/wiki/Standards_2fwm_2dspec, and is not used by metacity, or xfwm4 for example
-
-------------------------------------------------------------------------
-r17305 | damienf | 2006-10-27 09:16:16 -0700 (Fri, 27 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-
-- core.c: const, const, etc...
-
-------------------------------------------------------------------------
-r17304 | damienf | 2006-10-27 09:09:02 -0700 (Fri, 27 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/supporterrorinfo.cpp
-   M /trunk/activex/test.html
-   M /trunk/activex/vlccontrol.cpp
-   M /trunk/activex/vlccontrol2.cpp
-   M /trunk/activex/vlccontrol2.h
-
-- add log APIs to Activex
-- cleanup
-
-------------------------------------------------------------------------
-r17303 | damienf | 2006-10-27 09:07:01 -0700 (Fri, 27 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/Makefile.am
-   A /trunk/src/control/log.c
-
-- added public log apis to access message log
-
-------------------------------------------------------------------------
-r17302 | funman | 2006-10-27 07:53:46 -0700 (Fri, 27 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   A /trunk/po/sl.po
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
-
-Add Slovenian translation
-
-------------------------------------------------------------------------
-r17299 | courmisch | 2006-10-26 12:12:43 -0700 (Thu, 26 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/m4/flags.m4
-
-Avoid flags duplication when configure cache not present
-
-------------------------------------------------------------------------
-r17297 | funman | 2006-10-26 11:27:29 -0700 (Thu, 26 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Terminates string with '\0'
-
-------------------------------------------------------------------------
-r17296 | courmisch | 2006-10-26 11:22:23 -0700 (Thu, 26 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-Fix typo
-
-------------------------------------------------------------------------
-r17295 | funman | 2006-10-26 11:05:00 -0700 (Thu, 26 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-typo
-
-------------------------------------------------------------------------
-r17294 | courmisch | 2006-10-26 11:01:49 -0700 (Thu, 26 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Hmm, lets see.
-Yeah, we are stupid because we manage to make the perfect WxWidgets toolkit
-fail. Go figure. I suspect the WxWidget live in another planet or something.
-
-------------------------------------------------------------------------
-r17293 | courmisch | 2006-10-26 10:54:11 -0700 (Thu, 26 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Revert [17287].
-What the heck? can't you pay attention to SVN warnings about CONFLICTS?
-Thanks for introducing a memory leak on top of that.
-
-------------------------------------------------------------------------
-r17292 | courmisch | 2006-10-26 10:36:49 -0700 (Thu, 26 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-Reverse supposedly bogus fix
-
-------------------------------------------------------------------------
-r17291 | courmisch | 2006-10-26 10:35:57 -0700 (Thu, 26 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-*Ahem*
-
-------------------------------------------------------------------------
-r17290 | courmisch | 2006-10-26 07:58:56 -0700 (Thu, 26 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-I suggest you stop being sarcastic because your fixes are broken
-(Hint: reading errno multiple times is incorrect)
-
-------------------------------------------------------------------------
-r17289 | courmisch | 2006-10-26 07:54:39 -0700 (Thu, 26 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Character devices are not seekable.
-Thanks to Ed Schouten for noticing.
-
-------------------------------------------------------------------------
-r17288 | funman | 2006-10-25 17:14:59 -0700 (Wed, 25 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-frontport [17287] from branch
-
-------------------------------------------------------------------------
-r17286 | dionoea | 2006-10-25 14:38:56 -0700 (Wed, 25 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Add GIF decoding support (thanks to FFmpeg once more). This is untested.
-
-------------------------------------------------------------------------
-r17285 | thresh | 2006-10-25 07:40:37 -0700 (Wed, 25 Oct 2006) | 2 lines
-Changed paths:
-   A /trunk/vlc.altlinux.spec (from /trunk/vlc.spec.alt:17284)
-   A /trunk/vlc.fedora.spec (from /trunk/vlc.spec:17284)
-   A /trunk/vlc.mandriva.spec (from /trunk/vlc.spec.mdk:17284)
-   D /trunk/vlc.spec
-   D /trunk/vlc.spec.alt
-   D /trunk/vlc.spec.mdk
-
-Unify specfiles names, other specs should be added as vlc.%name.spec
-
-------------------------------------------------------------------------
-r17284 | xtophe | 2006-10-25 04:53:38 -0700 (Wed, 25 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-Compile fix + handle case with no xml:base
-
-------------------------------------------------------------------------
-r17283 | damienf | 2006-10-25 03:17:11 -0700 (Wed, 25 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-   M /trunk/src/network/io.c
-
-- fixed changes in [17146], [17234]
-
-I suggest that you actually TEST those fundamental changes BEFORE committing them.
-
-
-------------------------------------------------------------------------
-r17282 | xtophe | 2006-10-24 15:32:19 -0700 (Tue, 24 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-honor xml:base
-
-------------------------------------------------------------------------
-r17281 | littlejohn | 2006-10-24 15:23:49 -0700 (Tue, 24 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/bindings/java/org/videolan/jvlc/VLM.java
-   M /trunk/bindings/java/src/video-jni.cc
-   M /trunk/bindings/java/src/vlm-jni.cc
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/vlm.c
-
-integrate patch from Ticket #725. needs testing.
-------------------------------------------------------------------------
-r17280 | littlejohn | 2006-10-24 15:22:41 -0700 (Tue, 24 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-fix audio_filter/channel_mixer/mono module linking
-------------------------------------------------------------------------
-r17279 | courmisch | 2006-10-24 12:24:40 -0700 (Tue, 24 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_streaming.h
-
-Add missing void
-
-------------------------------------------------------------------------
-r17278 | courmisch | 2006-10-24 12:19:55 -0700 (Tue, 24 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix linking of DLL loader
-
-------------------------------------------------------------------------
-r17277 | courmisch | 2006-10-24 07:06:02 -0700 (Tue, 24 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-Untested attempt to fix multicast IPv4 on Windows
-
-------------------------------------------------------------------------
-r17276 | jpsaman | 2006-10-23 14:16:55 -0700 (Mon, 23 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/THANKS
-   A /trunk/modules/codec/xvmc
-   A /trunk/modules/codec/xvmc/Modules.am
-   A /trunk/modules/codec/xvmc/accel_xvmc.h
-   A /trunk/modules/codec/xvmc/alloc.c
-   A /trunk/modules/codec/xvmc/attributes.h
-   A /trunk/modules/codec/xvmc/cpu_accel.c
-   A /trunk/modules/codec/xvmc/cpu_state.c
-   A /trunk/modules/codec/xvmc/decode.c
-   A /trunk/modules/codec/xvmc/header.c
-   A /trunk/modules/codec/xvmc/motion_comp.c
-   A /trunk/modules/codec/xvmc/motion_comp_mmx.c
-   A /trunk/modules/codec/xvmc/mpeg2.h
-   A /trunk/modules/codec/xvmc/mpeg2_internal.h
-   A /trunk/modules/codec/xvmc/slice.c
-   A /trunk/modules/codec/xvmc/slice_xvmc_vld.c
-   A /trunk/modules/codec/xvmc/vlc.h
-   A /trunk/modules/codec/xvmc/xvmc_vld.h
-   A /trunk/modules/codec/xvmc/xxmc-config.h
-   A /trunk/modules/codec/xvmc/xxmc.c
-   M /trunk/modules/video_output/x11/Modules.am
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-   A /trunk/modules/video_output/x11/xvmc.c
-
-Support for X11 Unichrome and XvMC extensions. The patch includes hw codec and video_output module for testing on VIA boards (CLE266). Patch by Christophe Burgalat <c.burgalat _at_ broadcastavenue _dot_ com>
-
-This patch is not tested yet and is disabled by default.
-
-------------------------------------------------------------------------
-r17275 | zorglub | 2006-10-23 14:02:45 -0700 (Mon, 23 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/src/input/meta.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/playlist_internal.h
-   M /trunk/src/playlist/thread.c
-
-Clean up and improve core handling for album art. Still only "always fetch" implemented
-
-------------------------------------------------------------------------
-r17274 | phmo95 | 2006-10-23 13:50:17 -0700 (Mon, 23 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/graphics-jni.cc
-
-Fixing a typo in WIN32 #ifdef
-------------------------------------------------------------------------
-r17273 | xtophe | 2006-10-23 12:55:59 -0700 (Mon, 23 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-fix realaudio linking
-
-------------------------------------------------------------------------
-r17271 | jpsaman | 2006-10-23 12:05:47 -0700 (Mon, 23 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/stream_out/rtp.c
-
-Patch by aurelien: properly test for NULL.
-------------------------------------------------------------------------
-r17270 | funman | 2006-10-23 10:35:10 -0700 (Mon, 23 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/INSTALL.wince
-
-missing $LDFLAGS, thanks to ZeMaria
-
-------------------------------------------------------------------------
-r17268 | funman | 2006-10-22 15:06:38 -0700 (Sun, 22 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify/xosd.c
-
-typo
-
-------------------------------------------------------------------------
-r17267 | funman | 2006-10-22 14:33:50 -0700 (Sun, 22 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify/xosd.c
-
-fix xosd, thanks to hobophobe
-
-------------------------------------------------------------------------
-r17266 | jpsaman | 2006-10-22 14:03:13 -0700 (Sun, 22 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Fix linking for mod plugin
-------------------------------------------------------------------------
-r17265 | funman | 2006-10-22 13:45:29 -0700 (Sun, 22 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Link wxwidgets_plugin with gtk2 on unix
-
-------------------------------------------------------------------------
-r17264 | jpsaman | 2006-10-22 13:14:22 -0700 (Sun, 22 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Link mod against libmod, stdc++ and math library
-------------------------------------------------------------------------
-r17263 | courmisch | 2006-10-22 12:25:25 -0700 (Sun, 22 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/include/modules_inner.h
-   M /trunk/include/vlc_common.h
-
-Declare extern vlc_symbol_... explicitly
-
-------------------------------------------------------------------------
-r17261 | sigmunau | 2006-10-22 11:37:26 -0700 (Sun, 22 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-explicitly link the upnp_intel plugin against ixml to make libtool happy
-
-------------------------------------------------------------------------
-r17260 | courmisch | 2006-10-22 11:16:18 -0700 (Sun, 22 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Remove check for Fortran (Parental advisory: Explicit kludge)
-
-------------------------------------------------------------------------
-r17259 | funman | 2006-10-22 08:45:16 -0700 (Sun, 22 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-typo
-
-------------------------------------------------------------------------
-r17258 | damienf | 2006-10-22 08:29:56 -0700 (Sun, 22 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/modules/access/dshow/dshow.cpp
-
-- apply proper const casting since C++ has become more stringent
-
-------------------------------------------------------------------------
-r17257 | courmisch | 2006-10-22 07:57:24 -0700 (Sun, 22 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Drop wcslen() and back to original DnD. Refix it.
-
-------------------------------------------------------------------------
-r17256 | funman | 2006-10-22 07:35:03 -0700 (Sun, 22 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-frontport [17255]
-
-------------------------------------------------------------------------
-r17254 | jpsaman | 2006-10-22 04:22:22 -0700 (Sun, 22 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Fix linking of vorbis
-------------------------------------------------------------------------
-r17252 | courmisch | 2006-10-21 13:43:06 -0700 (Sat, 21 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/src/misc/threads.c
-
-- Remove useless global variable
-- Fix threading qualifier warnings
-
-------------------------------------------------------------------------
-r17251 | jpsaman | 2006-10-21 13:36:36 -0700 (Sat, 21 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-Turn #if DVBDEBUG into #ifdef DVBDEBUG
-------------------------------------------------------------------------
-r17250 | dionoea | 2006-10-21 13:36:11 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-This might be better
-
-------------------------------------------------------------------------
-r17249 | dionoea | 2006-10-21 13:26:42 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix opengl module post compile checks (or something)
-
-------------------------------------------------------------------------
-r17248 | courmisch | 2006-10-21 13:25:31 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Rush fix for 0.8.6
-
-------------------------------------------------------------------------
-r17247 | courmisch | 2006-10-21 13:21:03 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/bonjour.c
-
-Fix Bonjour discovery
-
-------------------------------------------------------------------------
-r17245 | courmisch | 2006-10-21 13:05:02 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/m4/flags.m4
-
-Attempt to fix my previous commit
-
-------------------------------------------------------------------------
-r17244 | hartman | 2006-10-21 13:04:36 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* Updates due to the new playlist core
-
-------------------------------------------------------------------------
-r17243 | courmisch | 2006-10-21 12:52:23 -0700 (Sat, 21 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/m4/flags.m4
-
-Ensure that shared objects have no unresolved symbols.
-
-This will catch broken plugins at build-time rather than run-time.
-
-------------------------------------------------------------------------
-r17240 | courmisch | 2006-10-21 12:30:04 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-Attempt to fix dshow build
-
-------------------------------------------------------------------------
-r17238 | courmisch | 2006-10-21 12:24:47 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/m4/flags.m4
-
-More fixes
-
-------------------------------------------------------------------------
-r17237 | courmisch | 2006-10-21 12:17:09 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-
-Qt compile fix
-
-------------------------------------------------------------------------
-r17235 | courmisch | 2006-10-21 12:08:19 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/include/codecs.h
-   M /trunk/modules/audio_output/file.c
-
-Const fixes
-
-------------------------------------------------------------------------
-r17234 | courmisch | 2006-10-21 11:52:47 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Cleanup
-
-------------------------------------------------------------------------
-r17233 | courmisch | 2006-10-21 11:40:30 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/item.c
-
-Input fixes
-
-------------------------------------------------------------------------
-r17232 | courmisch | 2006-10-21 11:36:42 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/include/configuration.h
-
-Fix
-
-------------------------------------------------------------------------
-r17231 | courmisch | 2006-10-21 11:20:37 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/events/evt_key.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-
-Fixes from hobophobe on IRC
-
-------------------------------------------------------------------------
-r17230 | courmisch | 2006-10-21 11:03:49 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-I might have finally got it right
-
-------------------------------------------------------------------------
-r17229 | courmisch | 2006-10-21 10:51:36 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Compile fix attempt
-
-------------------------------------------------------------------------
-r17228 | courmisch | 2006-10-21 10:49:35 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/modules.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_keys.h
-   M /trunk/src/libvlc.h
-
-const rulez
-
-------------------------------------------------------------------------
-r17227 | courmisch | 2006-10-21 10:28:22 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/include/iso_lang.h
-   M /trunk/include/vlc_input.h
-   M /trunk/src/input/es_out.c
-   M /trunk/src/misc/iso-639_def.h
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/vlm.c
-
-Fix a bunch of warning.
-
-------------------------------------------------------------------------
-r17226 | courmisch | 2006-10-21 10:18:28 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Try harder to rid of this annoying dependency
-
-------------------------------------------------------------------------
-r17225 | courmisch | 2006-10-21 10:14:57 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Shorter version
-
-------------------------------------------------------------------------
-r17224 | courmisch | 2006-10-21 10:12:22 -0700 (Sat, 21 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Untested bug-to-bug fix for clueless file browsers.
-I don't have a broken file browser, and I can't compile wxWidgets,
-so no way I can test that.
-
-------------------------------------------------------------------------
-r17223 | courmisch | 2006-10-21 10:08:03 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-
-Fix many warnings
-
-------------------------------------------------------------------------
-r17222 | zorglub | 2006-10-21 09:59:09 -0700 (Sat, 21 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/ListViews.cpp
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/playlist_internal.h
-   M /trunk/src/playlist/search.c
-   M /trunk/src/playlist/thread.c
-
-Rebuild the array of currently playing items as a background task.
-This array is now usable as a reliable source of data for size
-Use playlist_CurrentSize(p_playlist) to retrieve the size of the current playset.
-
-------------------------------------------------------------------------
-r17221 | courmisch | 2006-10-21 07:54:42 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-A few more sanity checks
-
-------------------------------------------------------------------------
-r17220 | courmisch | 2006-10-21 07:13:29 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/m4/flags.m4
-
-Fixes
-
-------------------------------------------------------------------------
-r17219 | courmisch | 2006-10-21 07:04:02 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Don't build obsolete+broken wxwidgets in distcheck
-
-------------------------------------------------------------------------
-r17218 | jpsaman | 2006-10-21 07:02:49 -0700 (Sat, 21 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/mux.c
-   M /trunk/modules/video_filter/panoramix.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/misc/update.c
-
-Fix compiler warning: missing initializer
-------------------------------------------------------------------------
-r17217 | courmisch | 2006-10-21 06:36:58 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Lalala
-
-------------------------------------------------------------------------
-r17216 | zorglub | 2006-10-21 06:33:06 -0700 (Sat, 21 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/thread.c
-
-Don't loop continuously the playlist thread, use cond.
-Not tested heavily yet ...
-
-For interaction implementers: you need to call playlist_Signal after changing the status of a dialog. Please see the diff for qt4/dialogs/interaction.cpp
-
-------------------------------------------------------------------------
-r17215 | jpsaman | 2006-10-21 06:31:44 -0700 (Sat, 21 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-   M /trunk/modules/video_filter/noise.c
-
-Remove unused variables
-------------------------------------------------------------------------
-r17214 | courmisch | 2006-10-21 06:24:26 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Desperate attempt to recover the wxwidgets plugin
-
-------------------------------------------------------------------------
-r17213 | courmisch | 2006-10-21 06:17:16 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Another distcheck fix attempt
-
-------------------------------------------------------------------------
-r17212 | courmisch | 2006-10-21 06:12:57 -0700 (Sat, 21 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/nsc.c
-
-Revert flawed [17208]. Really fix the sign comparison.
-(Hint: man 3 iconv)
-
-------------------------------------------------------------------------
-r17211 | jpsaman | 2006-10-21 06:10:37 -0700 (Sat, 21 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/services_discovery/hal.c
-
-Remove unused variable val
-------------------------------------------------------------------------
-r17210 | jpsaman | 2006-10-21 05:54:39 -0700 (Sat, 21 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/src/popup.cpp
-
-Remove useless comparisson (n >= 0) was always true (n is unsigned int)
-------------------------------------------------------------------------
-r17209 | jpsaman | 2006-10-21 05:44:12 -0700 (Sat, 21 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/tta.c
-
-Remove unused variable p_meta
-------------------------------------------------------------------------
-r17208 | jpsaman | 2006-10-21 05:43:36 -0700 (Sat, 21 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/nsc.c
-
-Fix invalid comparison, result was always false.
-------------------------------------------------------------------------
-r17207 | courmisch | 2006-10-21 05:37:07 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/cmml/intf.c
-
-*Ahem*
-
-------------------------------------------------------------------------
-r17206 | jpsaman | 2006-10-21 05:36:36 -0700 (Sat, 21 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/mono.c
-
-Fix compiler warning: comparison between signed and unsigned
-------------------------------------------------------------------------
-r17205 | courmisch | 2006-10-21 05:35:13 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/intf.c
-
-Fix [17200]
-
-------------------------------------------------------------------------
-r17204 | courmisch | 2006-10-21 05:32:23 -0700 (Sat, 21 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Remove annoying warnings.
-Nobody will ever be bored enough to fix these ones.
-
-------------------------------------------------------------------------
-r17203 | jpsaman | 2006-10-21 05:32:12 -0700 (Sat, 21 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/cmml/intf.c
-
-Fix compiler warning: implicit declaration of function 'asprintf'
-------------------------------------------------------------------------
-r17202 | courmisch | 2006-10-21 05:28:52 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_config.h
-
-Fix a few warnings
-
-------------------------------------------------------------------------
-r17201 | fkuehne | 2006-10-21 05:27:27 -0700 (Sat, 21 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-* minor update to the current playlist API
-------------------------------------------------------------------------
-r17200 | jpsaman | 2006-10-21 05:25:05 -0700 (Sat, 21 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/src/audio_output/intf.c
-
-Fix compiler warning: implicit declaration of function 'asprintf'
-------------------------------------------------------------------------
-r17199 | courmisch | 2006-10-21 05:08:16 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Code factorization
-
-------------------------------------------------------------------------
-r17198 | courmisch | 2006-10-21 04:55:09 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/m4/Makefile.am
-   A /trunk/m4/flags.m4
-
-Some autoconf fun
-
-------------------------------------------------------------------------
-r17197 | hartman | 2006-10-21 04:16:00 -0700 (Sat, 21 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* copy paste error
-
-
-------------------------------------------------------------------------
-r17196 | zorglub | 2006-10-21 04:09:51 -0700 (Sat, 21 Oct 2006) | 11 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
-   M /trunk/src/control/mediacontrol_core.c
-   M /trunk/src/control/playlist.c
-   M /trunk/src/input/item.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/search.c
-   M /trunk/src/playlist/thread.c
-   M /trunk/src/playlist/tree.c
-
-Playlist
- * Remove the random special case
- * Use the array of currently playing items for all cases
- * Convert array items to array API
- * Replace standard searches in sorted arrays by bsearches
- * Size is not yet fixed (next round).
-
-Array
- * Add reset/value and bsearch functions
- * Add foreach helper
-
-------------------------------------------------------------------------
-r17195 | hartman | 2006-10-21 04:03:19 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* Add 24bit and 32bit PCM stream support to avcodec
-
-------------------------------------------------------------------------
-r17194 | courmisch | 2006-10-21 03:24:21 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-GNUTLS plugin require libgcrypt explicitly since it calls gcry_control.
-
-------------------------------------------------------------------------
-r17193 | courmisch | 2006-10-21 02:59:18 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Remove dead code
-
-------------------------------------------------------------------------
-r17192 | courmisch | 2006-10-21 02:55:23 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Cleanup
-
-------------------------------------------------------------------------
-r17191 | courmisch | 2006-10-21 02:26:50 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-
-Try to distcheck wrt Java bindings
-
-------------------------------------------------------------------------
-r17190 | courmisch | 2006-10-21 02:26:37 -0700 (Sat, 21 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Make sure vlc_LDFLAGS is always set
-(automake bug?)
-
-------------------------------------------------------------------------
-r17189 | hartman | 2006-10-21 02:18:06 -0700 (Sat, 21 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-* target -> host in Makefile.am
-
-
-------------------------------------------------------------------------
-r17188 | courmisch | 2006-10-21 02:16:34 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Remove no-op
-
-------------------------------------------------------------------------
-r17187 | courmisch | 2006-10-21 01:56:19 -0700 (Sat, 21 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Multiple confirmation that is it works on Linux.
-Anyway, there is no libiconv_* invocation in src/vlc.c
-
-------------------------------------------------------------------------
-r17186 | courmisch | 2006-10-21 01:51:19 -0700 (Sat, 21 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-   M /trunk/src/libvlc.h
-
-Merge UDP access output with core TTL handling
-
-------------------------------------------------------------------------
-r17185 | jpsaman | 2006-10-21 01:48:15 -0700 (Sat, 21 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-Revert revision [17165] because it broke libtool build on linux
-------------------------------------------------------------------------
-r17184 | hartman | 2006-10-20 15:25:03 -0700 (Fri, 20 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/mpeg2dec.patch
-   M /trunk/extras/contrib/src/Patches/speex.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* Update some contribs
-
-------------------------------------------------------------------------
-r17182 | courmisch | 2006-10-20 14:29:35 -0700 (Fri, 20 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Another TTL string unduped
-
-------------------------------------------------------------------------
-r17181 | courmisch | 2006-10-20 14:29:07 -0700 (Fri, 20 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/m4/vlc.m4
-
-s/target/host/
-
-------------------------------------------------------------------------
-r17180 | dionoea | 2006-10-20 14:12:59 -0700 (Fri, 20 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/sdl_image.c
-
-Put lower priority than ffmpeg. (when SDL_image was used it couldn't decode videos like http://dionoea.chewa.net/pa150001.mov ).
-
-------------------------------------------------------------------------
-r17179 | hartman | 2006-10-20 12:31:15 -0700 (Fri, 20 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* spelling error hostt_cpu -> host_cpu
-
-------------------------------------------------------------------------
-r17178 | courmisch | 2006-10-20 12:24:38 -0700 (Fri, 20 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-   M /trunk/src/libvlc.h
-
-Unduplicate TTL strings
-
-------------------------------------------------------------------------
-r17177 | courmisch | 2006-10-20 12:16:25 -0700 (Fri, 20 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/network/udp.c
-
-- Support for setting DSCP via dscp option
-- Support for setting outgoing IPv4 multicast interface
-  (note that only the Linux kernel can do that)
-- Some cleaning/dirtying up
-
-------------------------------------------------------------------------
-r17176 | zorglub | 2006-10-20 12:10:37 -0700 (Fri, 20 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-Fix syntax errors
-
-------------------------------------------------------------------------
-r17175 | courmisch | 2006-10-20 10:11:14 -0700 (Fri, 20 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix syntax error
-
-------------------------------------------------------------------------
-r17174 | courmisch | 2006-10-20 10:05:42 -0700 (Fri, 20 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-WTF?! VLC is NOT a f***ing COMPILER.
-It has NO target.
-
-------------------------------------------------------------------------
-r17173 | courmisch | 2006-10-20 09:46:31 -0700 (Fri, 20 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-- Don't try altivec compiler flags except on PPC and PPC64
-  (some PPC user should review this)
-- Don't find canonical build and target (heck, VLC is not a compiler!)
-
-------------------------------------------------------------------------
-r17172 | courmisch | 2006-10-20 09:18:44 -0700 (Fri, 20 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Remove superfluous function nesting from configure checks
-
-------------------------------------------------------------------------
-r17171 | courmisch | 2006-10-20 08:58:06 -0700 (Fri, 20 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-Remove some obsolete code
-
-------------------------------------------------------------------------
-r17170 | courmisch | 2006-10-20 08:55:18 -0700 (Fri, 20 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-Explicit disclaimer
-
-------------------------------------------------------------------------
-r17169 | courmisch | 2006-10-20 08:48:03 -0700 (Fri, 20 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/toolbox
-
-Try to fix distclean, but you'd better not use it anyway.
-
-I TOLD YOU TO NOT BOTHER ME WITH YOUR UNCLEAN BUILD TREES.
-
-------------------------------------------------------------------------
-r17168 | courmisch | 2006-10-20 08:18:23 -0700 (Fri, 20 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Repair CONFIGURE_LINE (fixes #696)
-
-------------------------------------------------------------------------
-r17167 | courmisch | 2006-10-20 07:59:14 -0700 (Fri, 20 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Build plugins with -no-undefined
-
-------------------------------------------------------------------------
-r17166 | courmisch | 2006-10-20 07:49:47 -0700 (Fri, 20 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Don't build quicktime plugin with loader since it is broken
-
-------------------------------------------------------------------------
-r17165 | courmisch | 2006-10-20 07:39:55 -0700 (Fri, 20 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Remove useless link flags from vlc program
-
-------------------------------------------------------------------------
-r17164 | courmisch | 2006-10-20 07:28:19 -0700 (Fri, 20 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix dts_pic check
-
-------------------------------------------------------------------------
-r17162 | funman | 2006-10-20 02:57:50 -0700 (Fri, 20 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-Detect MSYS mingw compiler (mingw32-gcc)
-
-------------------------------------------------------------------------
-r17160 | xtophe | 2006-10-19 15:06:55 -0700 (Thu, 19 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-Stop confusing the users with n shortcuts
-
-------------------------------------------------------------------------
-r17159 | littlejohn | 2006-10-19 14:55:31 -0700 (Thu, 19 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/playlist-jni.cc
-
-make playlist stop synchronous
-------------------------------------------------------------------------
-r17158 | hartman | 2006-10-19 14:45:07 -0700 (Thu, 19 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/realaudio.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/vorbis.c
-
-* prevent potential crashes on files with broken channelcount
-
-------------------------------------------------------------------------
-r17157 | zorglub | 2006-10-19 14:30:39 -0700 (Thu, 19 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   M /trunk/src/playlist/engine.c
-
-Reset playlist status to STOPPED after stop
-
-------------------------------------------------------------------------
-r17155 | zorglub | 2006-10-19 14:00:14 -0700 (Thu, 19 Oct 2006) | 2 lines
-Changed paths:
-   A /trunk/include/vlc_arrays.h
-   M /trunk/include/vlc_common.h
-   M /trunk/test/NativeAlgoTest.py
-   M /trunk/test/native/algo.c
-   M /trunk/test/native/init.c
-   M /trunk/test/native/tests.h
-   M /trunk/test/test.sh
-
-Dynamic array with log allocation
-
-------------------------------------------------------------------------
-r17154 | courmisch | 2006-10-19 12:56:04 -0700 (Thu, 19 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Woops
-
-------------------------------------------------------------------------
-r17153 | courmisch | 2006-10-19 12:52:49 -0700 (Thu, 19 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Remove some more cruft
-
-------------------------------------------------------------------------
-r17152 | courmisch | 2006-10-19 12:42:35 -0700 (Thu, 19 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Remove some build system cruft
-
-------------------------------------------------------------------------
-r17151 | courmisch | 2006-10-19 12:42:10 -0700 (Thu, 19 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Kill duplicated function
-
-------------------------------------------------------------------------
-r17150 | courmisch | 2006-10-19 12:41:55 -0700 (Thu, 19 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Put version-info to libvlc instead of vlc, as I assume was intended
-
-------------------------------------------------------------------------
-r17149 | courmisch | 2006-10-19 12:29:46 -0700 (Thu, 19 Oct 2006) | 8 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-   M /trunk/src/Makefile.am
-
-Oh! No more builtins!
-(well only for libtool and shared libvlc)
-
-Clean your build tree before whining.
-
-And yes, it breaks the mostly-builtin option (obviously).
-It also speeds up automake a tiny bit.
-
-------------------------------------------------------------------------
-r17148 | courmisch | 2006-10-19 12:00:54 -0700 (Thu, 19 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Remove -version-info; it is plain meaningless for a program
-
-------------------------------------------------------------------------
-r17147 | courmisch | 2006-10-19 08:30:43 -0700 (Thu, 19 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Oups
-
-------------------------------------------------------------------------
-r17146 | courmisch | 2006-10-19 08:27:58 -0700 (Thu, 19 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/network/io.c
-
-Code factorization
-
-------------------------------------------------------------------------
-r17145 | courmisch | 2006-10-19 08:07:43 -0700 (Thu, 19 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Simplify EOF handling
-
-------------------------------------------------------------------------
-r17144 | courmisch | 2006-10-19 08:05:35 -0700 (Thu, 19 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Dirty up. Ahaha.
-
-------------------------------------------------------------------------
-r17143 | courmisch | 2006-10-19 07:55:57 -0700 (Thu, 19 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Interrupt blocking socket reads
-
-------------------------------------------------------------------------
-r17142 | hartman | 2006-10-19 06:59:23 -0700 (Thu, 19 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/flac.c
-
-* Support 5.1 channels in Flac (untested with a 5.1 device)
-* Don't crash on Flac samples that have more channels than we can handle.
-
-------------------------------------------------------------------------
-r17140 | dionoea | 2006-10-18 14:16:16 -0700 (Wed, 18 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-Real fix for time/length issues in VLM ([17130] didn't fix anything)
-Needs to be backported
-
-------------------------------------------------------------------------
-r17139 | xtophe | 2006-10-18 13:11:10 -0700 (Wed, 18 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-postproc also need avutil to link.
-
-------------------------------------------------------------------------
-r17138 | hartman | 2006-10-18 08:25:42 -0700 (Wed, 18 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-
-TTA: Forgot to update Modules.am for the TTA demux
-------------------------------------------------------------------------
-r17137 | courmisch | 2006-10-18 08:24:32 -0700 (Wed, 18 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-Fix typo
-
-------------------------------------------------------------------------
-r17136 | courmisch | 2006-10-18 08:08:47 -0700 (Wed, 18 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-Fallback to IGMPv2 when IGMPv3 fails - fixes #734
-
-------------------------------------------------------------------------
-r17135 | courmisch | 2006-10-18 08:01:16 -0700 (Wed, 18 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-- Try DNS resolution before creating socket as per Best Current Practices.
-- Don't handle impossible (and would-be harmless) errors.
-- Don't try Source Specific Multicast when not implemented by libc
-  (this *includes* Mac OS X on the build bots)
-
-------------------------------------------------------------------------
-r17134 | courmisch | 2006-10-18 07:53:32 -0700 (Wed, 18 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-Don't assume multicast address are in dotted notation - fixes #780.
-Not tested. Needs testing + backport.
-
-------------------------------------------------------------------------
-r17133 | courmisch | 2006-10-18 07:32:07 -0700 (Wed, 18 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-Don't put Linux-specific defines in the wild.
-This hides bugs on all other OSes (incl. Windows).
-Better update your glibc instead.
-
-------------------------------------------------------------------------
-r17131 | hartman | 2006-10-17 16:50:57 -0700 (Tue, 17 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-Fix the shoutcast TV listings SD menu item in the Mac OS X GUI. To be backported
-------------------------------------------------------------------------
-r17130 | dionoea | 2006-10-17 13:16:00 -0700 (Tue, 17 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
-Fix 32bit/64bit issue in http interface time/length reporting.
-This needs to be backported to 0.8.6.
-
-------------------------------------------------------------------------
-r17129 | damienf | 2006-10-17 12:44:49 -0700 (Tue, 17 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-- libvlc.h: use C99 designated initializers to partially initialize help module config (this disable a bunch of warnings, and non-initialized members are automatically set to nil)
-
-------------------------------------------------------------------------
-r17128 | damienf | 2006-10-17 12:40:53 -0700 (Tue, 17 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc-config.in.in
-
-- vlc-config.in.in: remove that annying MODULE_NAME redefined warning
-
-------------------------------------------------------------------------
-r17127 | hartman | 2006-10-17 12:39:15 -0700 (Tue, 17 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   A /trunk/modules/demux/tta.c (from /trunk/modules/demux/mpc.c:17124)
-
-Enable ffmpegs TTA decoder, and add a TTA demux to VLC. duration and seeking supported.
-------------------------------------------------------------------------
-r17126 | hartman | 2006-10-17 11:23:48 -0700 (Tue, 17 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
-* packetizer h264: Donwq't gather the block chain when resending the headers. Only insert the blocks
-------------------------------------------------------------------------
-r17125 | hartman | 2006-10-17 06:58:20 -0700 (Tue, 17 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-* Let the libmpeg2 module decode video with the mp2v fourcc
-------------------------------------------------------------------------
-r17124 | funman | 2006-10-17 01:36:50 -0700 (Tue, 17 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   A /trunk/po/ms.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Add missing ms.po + make update-po
-
-------------------------------------------------------------------------
-r17123 | funman | 2006-10-17 01:00:53 -0700 (Tue, 17 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
-
-Added Malay translation
-
-------------------------------------------------------------------------
-r17122 | hartman | 2006-10-16 14:58:12 -0700 (Mon, 16 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
-Apparently ffmpeg doesn't like how we were feeding the SPS/PPS to it. At least this way it works. There is still something wrong. Instead of directly starting to work after the SPS/PPS is received (from MPEG-TS), it waits 1 extra I frame. If I just output the SPS/PPS directly instead of reinserting it, it works directly after the SPS/PPS is received on the I frame directly following them.
-------------------------------------------------------------------------
-r17119 | jb | 2006-10-16 14:10:11 -0700 (Mon, 16 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/file_open.ui
-
-Qt4: File / Disk / Network tabs for Open Dialog 
-* Some design
-* Tab order
-
-
-------------------------------------------------------------------------
-r17118 | dionoea | 2006-10-16 13:57:36 -0700 (Mon, 16 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/noise.c (from /trunk/modules/video_filter/rotate.c:17117)
-
-noise video filter
-
-------------------------------------------------------------------------
-r17117 | jb | 2006-10-16 12:59:34 -0700 (Mon, 16 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Better compression for win32.zip packages building in order to make E-bola happy.
-
-
-------------------------------------------------------------------------
-r17116 | phmo95 | 2006-10-16 12:49:31 -0700 (Mon, 16 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/video-jni.cc
-
-Fixing a cast in Win32 part.
-------------------------------------------------------------------------
-r17112 | zorglub | 2006-10-15 12:09:02 -0700 (Sun, 15 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/selector.cpp
-   M /trunk/src/playlist/item.c
-
-D&D fixes
-
-------------------------------------------------------------------------
-r17111 | dionoea | 2006-10-15 12:00:21 -0700 (Sun, 15 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rotate.c
-
-Don't use doubles when doing the rotation
-
-------------------------------------------------------------------------
-r17110 | hartman | 2006-10-15 11:00:01 -0700 (Sun, 15 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.h
-
-*demux/asf Support for dvr-ms ASF. This is a a priorietary extension to ASF that allows Media Center to store MPEG2 in ASF.
-------------------------------------------------------------------------
-r17108 | zorglub | 2006-10-15 08:28:34 -0700 (Sun, 15 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
-   M /trunk/modules/gui/qt4/components/playlist/selector.hpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-   M /trunk/src/playlist/item.c
-
-Improve drag&drop handling
-
-------------------------------------------------------------------------
-r17106 | hartman | 2006-10-15 07:35:58 -0700 (Sun, 15 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.h
-
-* Support for AVI DV Type I
-------------------------------------------------------------------------
-r17105 | funman | 2006-10-15 07:23:56 -0700 (Sun, 15 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/goom2k4-0-nommx.patch
-
-forward-port 17091 and 17104 from 0.8.6
-
-------------------------------------------------------------------------
-r17103 | fkuehne | 2006-10-15 07:16:06 -0700 (Sun, 15 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
-
-* forward-port [17102]
-------------------------------------------------------------------------
-r17098 | zorglub | 2006-10-15 06:20:47 -0700 (Sun, 15 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/folder.c
-   M /trunk/modules/meta_engine/musicbrainz.c
-   M /trunk/src/playlist/tree.c
-
-Fix bogus warnings
-
-------------------------------------------------------------------------
-r17097 | fkuehne | 2006-10-15 06:17:18 -0700 (Sun, 15 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-
-* port [17096]
-------------------------------------------------------------------------
-r17096 | fkuehne | 2006-10-15 06:14:51 -0700 (Sun, 15 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-
-* switch MainMenu to the XML-based text archive format, which is fatter, but svn-mergeable
-------------------------------------------------------------------------
-r17094 | funman | 2006-10-15 06:07:36 -0700 (Sun, 15 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/goom.c
-
-Gets title for goom visualization from meta information if available
-
-------------------------------------------------------------------------
-r17093 | funman | 2006-10-15 06:01:29 -0700 (Sun, 15 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
-
-skins2 fullscreen button work with audio visualizations
-
-------------------------------------------------------------------------
-r17090 | littlejohn | 2006-10-15 03:55:36 -0700 (Sun, 15 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/src/control/audio.c
-
-libvlc_audio_set_mute logically simpler
-------------------------------------------------------------------------
-r17089 | littlejohn | 2006-10-15 03:54:15 -0700 (Sun, 15 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
-   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
-
-Use playlist loop libvlc facility
-------------------------------------------------------------------------
-r17087 | funman | 2006-10-14 20:44:57 -0700 (Sat, 14 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify/notify.c
-
-Use a smaller icon for notifications
-
-------------------------------------------------------------------------
-r17085 | funman | 2006-10-14 15:34:16 -0700 (Sat, 14 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Sets PKG_CONFIG_LIBDIR when building contrib
-
-------------------------------------------------------------------------
-r17083 | funman | 2006-10-14 14:20:27 -0700 (Sat, 14 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-remove endif from 17081
-
-------------------------------------------------------------------------
-r17081 | funman | 2006-10-14 14:08:04 -0700 (Sat, 14 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/goom2k4-0-nommx.patch
-
-goom is patched on win32 too
-
-------------------------------------------------------------------------
-r17079 | funman | 2006-10-14 13:30:59 -0700 (Sat, 14 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-Detect mingw for other distros than debian
-
-------------------------------------------------------------------------
-r17077 | sigmunau | 2006-10-14 13:08:05 -0700 (Sat, 14 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/services_discovery/upnp_cc.cpp
-   M /trunk/modules/services_discovery/upnp_intel.cpp
-
-upnp_cc: compile fix (tested this time)
-upnp_intel: fix a potential crash, and add some more debug output
-
-------------------------------------------------------------------------
-r17076 | bigben | 2006-10-14 13:07:29 -0700 (Sat, 14 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-
-* Hopefully close the dbus connection correctly
-* Do not poke the screensaver is the stream is paused (idea from Adam Dane)
-* Poke the screensaver every 30s as told in the comments (fix from Adam Dane)
-
-
-------------------------------------------------------------------------
-r17075 | phmo95 | 2006-10-14 13:03:22 -0700 (Sat, 14 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/playlist-jni.cc
-
-Add a method to set playlist in loop mode in Java 
-------------------------------------------------------------------------
-r17074 | phmo95 | 2006-10-14 12:53:08 -0700 (Sat, 14 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/src/control/playlist.c
-
-Add a method to set playlist in loop mode.
-------------------------------------------------------------------------
-r17073 | phmo95 | 2006-10-14 12:52:16 -0700 (Sat, 14 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-Add a method to set playlist in loop mode.
-------------------------------------------------------------------------
-r17072 | dionoea | 2006-10-14 10:06:38 -0700 (Sat, 14 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/control/motion.c
-   M /trunk/modules/video_filter/rotate.c
-
-Motion control interface can now be used with the rotate video filter. (Should be usefull when watching videos on a boat i guess ... :) ) Command line: vlc --control motion --motion-use-rotate --video-filter rotate <the video>
-
-
-------------------------------------------------------------------------
-r17071 | zorglub | 2006-10-14 09:45:11 -0700 (Sat, 14 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/rpn.c
-
-Fix HTTP deletion
-
-------------------------------------------------------------------------
-r17070 | zorglub | 2006-10-14 09:44:55 -0700 (Sat, 14 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/selector.cpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/tree.c
-
-Initial drag and drop support for Qt
-
-------------------------------------------------------------------------
-r17069 | sigmunau | 2006-10-14 07:44:06 -0700 (Sat, 14 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/upnp_intel.cpp
-
-fixed compilation, not tested though
-
-------------------------------------------------------------------------
-r17068 | dionoea | 2006-10-14 07:41:55 -0700 (Sat, 14 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rotate.c
-
-Ahem...
-
-------------------------------------------------------------------------
-r17067 | dionoea | 2006-10-14 07:38:11 -0700 (Sat, 14 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/rotate.c (from /trunk/modules/video_filter/wave.c:17065)
-   M /trunk/modules/video_filter/transform.c
-
-New rotate video filter. Can rotate video by any integer angle between 0 and 359 degrees.
-
-This still needs work to make it look better, and be able to use it with the "motion" control module.
-
-------------------------------------------------------------------------
-r17066 | dionoea | 2006-10-14 06:59:50 -0700 (Sat, 14 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/gradient.c
-
-Ahem...
-
-------------------------------------------------------------------------
-r17065 | jpsaman | 2006-10-14 06:40:32 -0700 (Sat, 14 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/src/playlist/tree.c
-
-oops left in a typo
-------------------------------------------------------------------------
-r17063 | jpsaman | 2006-10-14 06:27:15 -0700 (Sat, 14 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/src/playlist/tree.c
-
-Correctly count the children of a node. The previous code counted the endpoints too, which gave a too high children count.
-------------------------------------------------------------------------
-r17062 | dionoea | 2006-10-13 15:35:49 -0700 (Fri, 13 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/control/http/macro.c
-
-[vlc] http streaming interface bug (with fix) by Mitch at hasbox dot com
-
-(needs backporting)
-
-------------------------------------------------------------------------
-r17061 | xtophe | 2006-10-13 15:30:57 -0700 (Fri, 13 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-   M /trunk/extras/contrib/src/Patches/xml2-win32.patch
-
-Update the x264 patch 
-Don't use dl_open on win32
-Both patches by Tim Schuerewege. thanks.
-
-
-------------------------------------------------------------------------
-r17060 | pengvado | 2006-10-13 13:05:23 -0700 (Fri, 13 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-sync to x264 r591
-
-------------------------------------------------------------------------
-r17059 | gbazin | 2006-10-13 12:16:24 -0700 (Fri, 13 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-* modules/gui/wxwidgets: small code cleanup.
-------------------------------------------------------------------------
-r17058 | gbazin | 2006-10-13 12:14:20 -0700 (Fri, 13 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-* modules/gui/qt4/qt4.cpp: lower the priority of the QT4 dialogs provider so the skins interface is usable again.
-------------------------------------------------------------------------
-r17053 | hartman | 2006-10-13 07:04:54 -0700 (Fri, 13 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-   M /trunk/src/input/es_out.c
-
-Don't add MPEG-TS program data for programs that don't exist. Patch by Dnumgis. This fixes #683
-------------------------------------------------------------------------
-r17052 | hartman | 2006-10-13 06:55:46 -0700 (Fri, 13 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/bootstrap
-
-Tune MacIntel for prescott. Also add tuning to contrib (prescott vs. G4)wq
-------------------------------------------------------------------------
-r17049 | littlejohn | 2006-10-12 14:21:29 -0700 (Thu, 12 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/core-jni.cc
-
-remove unused import from core-jni.cc
-------------------------------------------------------------------------
-r17048 | littlejohn | 2006-10-12 14:20:01 -0700 (Thu, 12 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/Makefile.am
-   M /trunk/bindings/java/src/core-jni.cc
-
-add more include folders
-------------------------------------------------------------------------
-r17046 | hartman | 2006-10-12 14:13:02 -0700 (Thu, 12 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-Fix MacOS X black screens and play as background options. These are 'window level' options and as such should not use p_real_vout, because that's just for options shared by the opengl and the quickdraw renderer
-------------------------------------------------------------------------
-r17045 | dionoea | 2006-10-12 14:05:40 -0700 (Thu, 12 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/control/rc.c
-
-[PATCH] Repeat and Loop - Remote Control Interface by Dermot McGahon.
-
-------------------------------------------------------------------------
-r17044 | dionoea | 2006-10-12 14:01:47 -0700 (Thu, 12 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/video_filter/marq.c
-
-[PATCH] marquee crash fix by Dermot McGahon.
-
-------------------------------------------------------------------------
-r17043 | littlejohn | 2006-10-12 13:54:36 -0700 (Thu, 12 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/Makefile.am
-
-this should fix compilation errors on included headers
-------------------------------------------------------------------------
-r17041 | jb | 2006-10-12 12:38:56 -0700 (Thu, 12 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/ui/file_open.ui
-
-Compile fix for Open in Qt4
-
-
-------------------------------------------------------------------------
-r17039 | jb | 2006-10-12 12:20:37 -0700 (Thu, 12 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/file_open.ui
-
-First work on File_Open_Qt4...
-
-
-------------------------------------------------------------------------
-r17038 | fkuehne | 2006-10-12 11:24:34 -0700 (Thu, 12 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/fspanel.m
-
-* fade in quicker and fix the fade-in/out problems reported by Benjamin. Thanks for the feedback
-------------------------------------------------------------------------
-r17035 | fkuehne | 2006-10-12 09:33:35 -0700 (Thu, 12 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* added the fspanel-related files to the respective targets
-------------------------------------------------------------------------
-r17032 | zorglub | 2006-10-11 23:00:00 -0700 (Wed, 11 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-
-Compile fix
-
-------------------------------------------------------------------------
-r17031 | gbazin | 2006-10-11 15:44:15 -0700 (Wed, 11 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-* src/input/input.c: fixed nasty bug with preparsing where a mutex was used uninitialized.
-------------------------------------------------------------------------
-r17030 | littlejohn | 2006-10-11 12:57:44 -0700 (Wed, 11 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-
-make really java bindings compile again
-------------------------------------------------------------------------
-r17029 | gbazin | 2006-10-11 12:56:48 -0700 (Wed, 11 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: same thing for Wno-unused-parameter.
-------------------------------------------------------------------------
-r17028 | gbazin | 2006-10-11 12:54:05 -0700 (Wed, 11 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
- * configure.ac: when checking for Wextra support, don't check for Werror instead.
-------------------------------------------------------------------------
-r17027 | littlejohn | 2006-10-11 12:34:38 -0700 (Wed, 11 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   A /trunk/bindings/java/includes
-   M /trunk/bindings/java/src/Makefile.am
-   M /trunk/bindings/java/src/core-jni.cc
-
-make the java bindings compile again (use --disable-libtool in configure)
-------------------------------------------------------------------------
-r17026 | zorglub | 2006-10-11 12:20:06 -0700 (Wed, 11 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-
-A bit of cleanup
-
-------------------------------------------------------------------------
-r17023 | damienf | 2006-10-10 13:53:05 -0700 (Tue, 10 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_yuy2.c
-
-- added altivec acceleration for i420 -> YVYU, i420 -> UYVY (probably of no use to anyone)
-
-------------------------------------------------------------------------
-r17021 | fkuehne | 2006-10-10 11:36:21 -0700 (Tue, 10 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/misc/notify/growl.c
-   M /trunk/modules/misc/notify/msn.c
-
-* forward-port [17020]
-------------------------------------------------------------------------
-r17019 | thresh | 2006-10-10 08:54:41 -0700 (Tue, 10 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ty.c
-
-yeah, writing 4 0 times is fun, but..
-
-------------------------------------------------------------------------
-r17018 | damienf | 2006-10-10 01:52:30 -0700 (Tue, 10 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/supporterrorinfo.cpp
-   M /trunk/activex/supporterrorinfo.h
-
-plugin.cpp: formatting
-supportinfo: use static IIDs as previous method wouldn't work in a multithreaded environment
-
-------------------------------------------------------------------------
-r17016 | xtophe | 2006-10-10 01:47:43 -0700 (Tue, 10 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/audio_output/hd1000a.cpp
-   M /trunk/modules/audio_output/portaudio.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/video_filter/gradient.c
-   M /trunk/modules/video_filter/opencv_example.cpp
-   M /trunk/modules/video_filter/opencv_wrapper.c
-   M /trunk/modules/video_filter/osdmenu.c
-   M /trunk/modules/video_filter/panoramix.c
-   M /trunk/modules/video_filter/psychedelic.c
-   M /trunk/modules/video_filter/ripple.c
-   M /trunk/modules/video_filter/wave.c
-
-Forward port [17015] + a few more i18n fix
-
-------------------------------------------------------------------------
-r17014 | xtophe | 2006-10-09 15:37:29 -0700 (Mon, 09 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/screen/screen.c
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access_output/dummy.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/audio_filter/channel_mixer/dolby.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/audio_filter/normvol.c
-   M /trunk/modules/audio_filter/param_eq.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/portaudio.c
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/notify/growl.c
-   M /trunk/modules/misc/notify/msn.c
-   M /trunk/modules/misc/notify/notify.c
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/magnify.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/osdmenu.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output/snapshot.c
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-   M /trunk/src/interface/interface.c
-
-forward port [17012] and make update-po
-
-------------------------------------------------------------------------
-r17010 | Trax | 2006-10-09 12:10:13 -0700 (Mon, 09 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: copy/paste oops in 17009..
-------------------------------------------------------------------------
-r17009 | Trax | 2006-10-09 12:01:34 -0700 (Mon, 09 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: H.264 level options patch by Ilkka Ollakka <ilkka dot ollakka a t oamk dot fi>. add options aud, sps-id. deprecate options analyse and filter for partitions and deblock.
-------------------------------------------------------------------------
-r17008 | gbazin | 2006-10-09 11:51:03 -0700 (Mon, 09 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/misc/xml/xtag.c
-
-* modules/misc/xml/xtag.c: fixed memory leak.
-------------------------------------------------------------------------
-r17007 | gbazin | 2006-10-09 11:36:14 -0700 (Mon, 09 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
-* modules/demux/mpeg/mpga.c: oups, no need to free p_sys->p_block_in as it is freed by the packetizer.
-------------------------------------------------------------------------
-r17006 | damienf | 2006-10-09 11:02:01 -0700 (Mon, 09 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   A /trunk/activex/supporterrorinfo.cpp
-   A /trunk/activex/supporterrorinfo.h
-   M /trunk/activex/vlccontrol2.cpp
-   M /trunk/activex/vlccontrol2.h
-
-- added support for returning custom error messages from libvlc exception messages
-- added missing video.toggleFullscreen() API
-
-------------------------------------------------------------------------
-r17004 | zorglub | 2006-10-08 13:10:42 -0700 (Sun, 08 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/menus.hpp
-   M /trunk/modules/gui/qt4/ui/main_interface.ui
-
-Remove visual button, put back in the menu
-
-------------------------------------------------------------------------
-r17003 | zorglub | 2006-10-08 12:56:30 -0700 (Sun, 08 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-
-Save hotkeys (Closes:#714)
-
-------------------------------------------------------------------------
-r17002 | zorglub | 2006-10-08 12:28:49 -0700 (Sun, 08 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/util/customwidgets.cpp
-   M /trunk/modules/gui/qt4/util/customwidgets.hpp
-
-Hotkey selector widget. Save not implemented yet
-
-------------------------------------------------------------------------
-r17001 | gbazin | 2006-10-08 11:39:01 -0700 (Sun, 08 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c: proper fix for the previous memory leak.
-------------------------------------------------------------------------
-r17000 | gbazin | 2006-10-08 10:31:33 -0700 (Sun, 08 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* modules/codec/ffmpeg/ffmpeg.c: add RV20 fourcc.
-------------------------------------------------------------------------
-r16999 | zorglub | 2006-10-08 10:02:56 -0700 (Sun, 08 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-
-Very beginning of hotkey widget + Fix 4.2 compilation issue
-
-------------------------------------------------------------------------
-r16998 | gbazin | 2006-10-08 10:00:02 -0700 (Sun, 08 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-* src/input/input.c: fixed memory leak.
-------------------------------------------------------------------------
-r16997 | gbazin | 2006-10-08 09:32:47 -0700 (Sun, 08 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/asf/libasf.c
-
-* modules/demux/asf/libasf.c: fixed memory leak.
-------------------------------------------------------------------------
-r16996 | gbazin | 2006-10-08 09:09:13 -0700 (Sun, 08 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/include/vlc_es.h
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* Fixed another bunch of memory leaks.
-------------------------------------------------------------------------
-r16992 | xtophe | 2006-10-08 06:56:27 -0700 (Sun, 08 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   A /trunk/po/sk.po
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
-
-Add Slovak l10n (Forward port of [16989], [16990] and [16991])
-
-------------------------------------------------------------------------
-r16989 | jpsaman | 2006-10-08 06:15:18 -0700 (Sun, 08 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/stream_out/mosaic_bridge.c
-   M /trunk/modules/stream_out/switcher.c
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/x11/glx.c
-
-(Forward port of rev 16987) Fix number of compiler warnings
-------------------------------------------------------------------------
-r16981 | hartman | 2006-10-08 03:44:42 -0700 (Sun, 08 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-* undo [16970]. Stick to 4 byte startcodes and single packets. 
-
-------------------------------------------------------------------------
-r16980 | hartman | 2006-10-08 03:40:59 -0700 (Sun, 08 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
-* Don't skip SPS/PPS after all. Apparently there is sometimes proper data behind such a NAL, which makes this break. Unfortunately there doesn't seem to be a way to properly skip data in the mp4 mux.
-
-------------------------------------------------------------------------
-r16979 | hartman | 2006-10-08 03:31:37 -0700 (Sun, 08 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
-* Skip h264 SPS/PPS in bitstream when muxing mp4
-
-------------------------------------------------------------------------
-r16978 | jpsaman | 2006-10-08 02:41:58 -0700 (Sun, 08 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-
-(Forward port of 16977) Fix bunch of compiler signedness warnings in x11/
-------------------------------------------------------------------------
-r16976 | gbazin | 2006-10-07 17:20:42 -0700 (Sat, 07 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/demux/real.c
-
-* modules/demux/real.c, modules/codec/ffmpeg/demux.c: removed debug I left in there.
-------------------------------------------------------------------------
-r16975 | gbazin | 2006-10-07 17:12:28 -0700 (Sat, 07 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/real.c
-
-* Fixed another bunch of memory leaks.
-------------------------------------------------------------------------
-r16974 | gbazin | 2006-10-07 16:53:44 -0700 (Sat, 07 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/src/input/stream.c
-
-* src/input/stream.c: fixed invalid memory access in stream_ReadLine().
-------------------------------------------------------------------------
-r16973 | gbazin | 2006-10-07 16:37:33 -0700 (Sat, 07 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/src/input/meta.c
-
-* src/input/meta.c: stop the spamming of the meta engine.
-------------------------------------------------------------------------
-r16972 | gbazin | 2006-10-07 16:14:58 -0700 (Sat, 07 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/misc/xml/libxml.c
-   M /trunk/src/input/input.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* Fixed a bunch of memory leaks.
-------------------------------------------------------------------------
-r16971 | gbazin | 2006-10-07 15:19:50 -0700 (Sat, 07 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-
-* modules/gui/wxwindows/menus.cpp: avoid using the C++ STL. This gets rid of weird crashes in the vector template.
-------------------------------------------------------------------------
-r16970 | hartman | 2006-10-07 12:49:51 -0700 (Sat, 07 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-* Improve the h264 rtp muxing even more. Should now be able to handle multiple h264 units in one block_t
-
-------------------------------------------------------------------------
-r16969 | zorglub | 2006-10-07 12:37:45 -0700 (Sat, 07 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/playlist.c
-
-Stop playback if --no-playlist-autostart (Closes:#718)
-
-------------------------------------------------------------------------
-r16968 | hartman | 2006-10-07 12:08:59 -0700 (Sat, 07 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-* Skip nal type 7 and 8 in RTP muxing.
-
-------------------------------------------------------------------------
-r16960 | zorglub | 2006-10-07 05:36:40 -0700 (Sat, 07 Oct 2006) | 8 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/panoramix.c
-   M /trunk/src/libvlc.h
-
-Panoramix video filter by C?\195?\169dric Cocquebert.
-+ temporarily re-enable vout-filter until video-filter is updated
-
-I include this so that it can get some testing and debugging, but it has some issues:
-* Several coding style / indentation problems that make the code quite hard to read
-* Use of config_Get/config_Put instead of vars
-* In my tests, it crashes as soon as bz-length is not == 0, which basically makes the attenuation effect inoperant
-
-------------------------------------------------------------------------
-r16959 | gbazin | 2006-10-06 12:23:36 -0700 (Fri, 06 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/gvp.c
-
-* modules/demux/playlist/gvp.c: fixed segfault in detection code.
-------------------------------------------------------------------------
-r16958 | gbazin | 2006-10-05 15:01:01 -0700 (Thu, 05 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/h264.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/misc/modules.c
-
-* modules/demux/mpeg/m4v.c,h264.c: fixed detection and use p_demux->b_force.
-* src/misc/modules.c: only set b_force when we have b_strict.
-* src/input/demux.c: add m4v and h264 extensions.
-
-------------------------------------------------------------------------
-r16957 | gbazin | 2006-10-05 13:38:05 -0700 (Thu, 05 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/faad.c
-
-* modules/codec/faad.c: adjust stream info when dealing with AAC with SBR/PS.
-------------------------------------------------------------------------
-r16955 | sam | 2006-10-05 09:35:01 -0700 (Thu, 05 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/loader/registry.c
-   M /trunk/loader/win32.c
-   M /trunk/modules/audio_output/auhal.c
-   M /trunk/modules/codec/cinepak.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/demux/asf/libasf.h
-   M /trunk/modules/demux/live555.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/misc/update.c
-   M /trunk/src/misc/variables.c
-   M /trunk/src/playlist/item.c
-
-  * Spelling fixes here and there.
-
-------------------------------------------------------------------------
-r16954 | courmisch | 2006-10-05 09:21:45 -0700 (Thu, 05 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
-Fix off-by-one buffer overflow
-
-------------------------------------------------------------------------
-r16952 | funman | 2006-10-05 09:20:41 -0700 (Thu, 05 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
-Fix "Fix httpd stack corruption"
-
-------------------------------------------------------------------------
-r16951 | funman | 2006-10-05 09:08:45 -0700 (Thu, 05 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
-Fix stack corruption in httpd
-
-------------------------------------------------------------------------
-r16948 | damienf | 2006-10-04 15:56:54 -0700 (Wed, 04 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/filter.cpp
-
-- directshow: added fps in debug info
-
-------------------------------------------------------------------------
-r16947 | damienf | 2006-10-04 15:55:57 -0700 (Wed, 04 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/direct3d.c
-   M /trunk/modules/video_output/directx/events.c
-
-- direct3d: minor fixes, no improvement (where are those pixel shaders gurus ?)
-
-------------------------------------------------------------------------
-r16946 | damienf | 2006-10-04 15:52:12 -0700 (Wed, 04 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/audio.c
-   M /trunk/src/control/input.c
-
-- use nearest integer value from integer division (i.e. round() ) in volume and time calculation, looks more accurate that way.
-
-------------------------------------------------------------------------
-r16945 | damienf | 2006-10-04 15:48:12 -0700 (Wed, 04 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-
-- Optimized clipping, removed the extra child window which prevented some buggy Intel DirectX drivers to render (can't handle too many sub-windows ?). Resizing looks smoother on IE, needs a lot of compatiblity checks on other apps such as VB, Delphi, etc...
-- Fixed initial volume setting
-
-------------------------------------------------------------------------
-r16944 | damienf | 2006-10-04 15:39:05 -0700 (Wed, 04 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/mozilla/vlcshell.cpp
-
-- mozilla: misc fixes
-
-------------------------------------------------------------------------
-r16943 | fkuehne | 2006-10-04 14:11:25 -0700 (Wed, 04 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* rm unnecessary LDFLAG
-------------------------------------------------------------------------
-r16942 | dionoea | 2006-10-04 14:07:10 -0700 (Wed, 04 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
-[PATCH] bugfix: mosaic-[hv]border reversed (v2) by Thomas Parmelan
-
-------------------------------------------------------------------------
-r16941 | zorglub | 2006-10-04 12:42:38 -0700 (Wed, 04 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/variables.c
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/thread.c
-   M /trunk/src/stream_output/profiles.c
-
-Fix a few bugs
-
-------------------------------------------------------------------------
-r16940 | sam | 2006-10-04 10:13:02 -0700 (Wed, 04 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/logger.c
-
-  * modules/misc/logger.c: don't truncate logfile upon creation.
-
-------------------------------------------------------------------------
-r16938 | fkuehne | 2006-10-04 06:47:41 -0700 (Wed, 04 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/modules/codec/x264.c
-
-* forward port my fixed temporary fix and re-enable x264 in the contribs
-------------------------------------------------------------------------
-r16935 | fkuehne | 2006-10-04 01:19:38 -0700 (Wed, 04 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/fspanel.h
-   M /trunk/modules/gui/macosx/fspanel.m
-   M /trunk/modules/gui/macosx/intf.m
-
-* implemented the volume slider
-* major speed and memory improvements to the image handling (the panel launches noticebly faster now) and controls 
-* coding style fixes
-
-- just FYI: The VLCFSVolumeSlider and VLCFSTimeSlider classes will be merged later on to add as little code duplication as possible.
-------------------------------------------------------------------------
-r16933 | hartman | 2006-10-03 15:17:44 -0700 (Tue, 03 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
-Re-enable mad decoder on OSX. It was disabled because it was a CPU hog, but the issue seems to no longer be a problem
-------------------------------------------------------------------------
-r16932 | xtophe | 2006-10-03 06:22:07 -0700 (Tue, 03 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-make update-po
-
-------------------------------------------------------------------------
-r16930 | funman | 2006-10-02 13:35:25 -0700 (Mon, 02 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/id3tag.c
-
-Track, Artist, Album MusicBrainz IDs reading with libid3tag
-
-------------------------------------------------------------------------
-r16929 | Trax | 2006-10-02 10:52:24 -0700 (Mon, 02 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: add interlaced, deadzone-inter/intra and direct-8x8 options
-------------------------------------------------------------------------
-r16928 | littlejohn | 2006-10-01 15:08:22 -0700 (Sun, 01 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-
-Fix makefile to generate header files from java classes
-------------------------------------------------------------------------
-r16927 | damienf | 2006-10-01 14:56:23 -0700 (Sun, 01 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/test.html
-
-- test.html: use position rather than time to update slider
-
-------------------------------------------------------------------------
-r16926 | hartman | 2006-10-01 14:49:28 -0700 (Sun, 01 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/goom2k4-0-mmx.patch
-
-Ugly patch to make the mmx compile on MacIntel. This might be a GCC ASM bug in 4.0.1
-------------------------------------------------------------------------
-r16925 | funman | 2006-10-01 13:32:30 -0700 (Sun, 01 Oct 2006) | 5 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/include/vlc_meta.h
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/misc/audioscrobbler.c
-
-Added psz_trackid, psz_artistid, psz_albumid to vlc_meta_t to store musicbrainz unique identifiers
-Make use of psz_trackid in audioscrobbler.c
-Reading of this data is only implemented in vorbis.c
-taglib.cpp and id3tag.c need to be updated
-
-------------------------------------------------------------------------
-r16924 | fkuehne | 2006-10-01 13:16:00 -0700 (Sun, 01 Oct 2006) | 1 line
-Changed paths:
-   A /trunk/extras/MacOSX/fullscreen_panel.svg
-
-* commit the svg file as well, so we can change stuff later on
-------------------------------------------------------------------------
-r16923 | fkuehne | 2006-10-01 13:05:50 -0700 (Sun, 01 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/gui/macosx/fspanel.h
-   M /trunk/modules/gui/macosx/fspanel.m
-   M /trunk/modules/gui/macosx/intf.m
-
-* finished the time slider
-
-For the records: please don't re-invent the wheel, also if there are only 2 places which already do the exact same thing and you're going to add the 3rd place!!
-------------------------------------------------------------------------
-r16922 | dionoea | 2006-10-01 12:53:13 -0700 (Sun, 01 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/gvp.c
-
-Fix gvp demux
-
-------------------------------------------------------------------------
-r16921 | dionoea | 2006-10-01 12:07:48 -0700 (Sun, 01 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/demux/playlist/gvp.c
-   M /trunk/modules/demux/playlist/qtl.c
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/src/input/item.c
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/win32_specific.c
-
-src/input/item.c: if we don't have an item name and item is a file, then only use the filename (and not the full path) as the item's name
-others: if we only have a path and no interesting name, let the core decide what name to use
-
-------------------------------------------------------------------------
-r16920 | dionoea | 2006-10-01 10:12:02 -0700 (Sun, 01 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/smb.c
-   M /trunk/modules/access/v4l.c
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/sgimb.c
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/misc/dummy/interface.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/modules/misc/profile_parser.c
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/services_discovery/bonjour.c
-   M /trunk/modules/services_discovery/podcast.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/services_discovery/shout.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/visualization/visual/visual.c
-
-Fix a bunch of gcc warnings
-
-------------------------------------------------------------------------
-r16919 | dionoea | 2006-10-01 09:57:43 -0700 (Sun, 01 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
-:%s/"mosaic-/CFG_PREFIX "/g
-
-------------------------------------------------------------------------
-r16918 | dionoea | 2006-10-01 09:53:48 -0700 (Sun, 01 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/rss.c
-
-use config chain stuff in logo, rss and mosaic sub filters too.
-
-------------------------------------------------------------------------
-r16917 | dionoea | 2006-10-01 09:33:59 -0700 (Sun, 01 Oct 2006) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_filter.h
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-
-use config chain for the --sub-filter option.
-Example:
-  --sub-filter "marq{marquee=pouet}:marq{marquee=\$N,y=50,x=50}"
-Sub filters other than marq still need to be changed
-rc interface marq callbacks need to be fixed too
-------------------------------------------------------------------------
-r16916 | dionoea | 2006-10-01 09:08:37 -0700 (Sun, 01 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/stream_output.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_filter.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/shout.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/codec/dirac.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/twolame.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/gui/wxwidgets/timer.cpp
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/mux/mpjpeg.c
-   M /trunk/modules/stream_out/bridge.c
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/mosaic_bridge.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/switcher.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/gradient.c
-   M /trunk/src/Makefile.am
-   A /trunk/src/misc/configuration_chain.c (from /trunk/src/stream_output/stream_output.c:16904)
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output/video_output.c
-
-Rename all sout_Cfg* stuff to config_Chain* (as it isn't really sout specific)
-
-------------------------------------------------------------------------
-r16915 | fkuehne | 2006-10-01 08:04:23 -0700 (Sun, 01 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/fspanel.m
-
-* temporary fix to keep VLC linking. I don't know yet, why this is necessary though
-------------------------------------------------------------------------
-r16914 | dionoea | 2006-10-01 07:44:21 -0700 (Sun, 01 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-The time video filter doesn't exist anymore.
-
-------------------------------------------------------------------------
-r16913 | dionoea | 2006-10-01 07:41:49 -0700 (Sun, 01 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-
-Only update the marquee text if needed (ie we're using % or $ chars)
-
-------------------------------------------------------------------------
-r16912 | dionoea | 2006-10-01 07:38:23 -0700 (Sun, 01 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-
-woops
-
-------------------------------------------------------------------------
-r16911 | dionoea | 2006-10-01 07:36:15 -0700 (Sun, 01 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-
-Some more format strings
-
-------------------------------------------------------------------------
-r16910 | zorglub | 2006-10-01 07:24:44 -0700 (Sun, 01 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/input/input.c
-   M /trunk/src/playlist/thread.c
-
-Lazy allocation of the stat structure
-Update stats in the input threads instead of playlist thread
-
-------------------------------------------------------------------------
-r16909 | dionoea | 2006-10-01 07:22:58 -0700 (Sun, 01 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-
-Some more marq format strings
-
-------------------------------------------------------------------------
-r16907 | jpsaman | 2006-10-01 07:16:52 -0700 (Sun, 01 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/THANKS
-
-forgot the put Ye Zhang in Thanks file.
-------------------------------------------------------------------------
-r16905 | jpsaman | 2006-10-01 07:07:50 -0700 (Sun, 01 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-Fix for ticket #752 by ye zhang (yzhang90003 _at_ gmail dot com): VLM RTSP concurent LEAVE make VLC crash
-------------------------------------------------------------------------
-r16904 | fkuehne | 2006-10-01 06:21:42 -0700 (Sun, 01 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   A /trunk/extras/MacOSX/Resources/fs_background.png
-   A /trunk/extras/MacOSX/Resources/fs_exit_fullscreen.png
-   A /trunk/extras/MacOSX/Resources/fs_exit_fullscreen_highlight.png
-   A /trunk/extras/MacOSX/Resources/fs_forward.png
-   A /trunk/extras/MacOSX/Resources/fs_forward_highlight.png
-   A /trunk/extras/MacOSX/Resources/fs_pause.png
-   A /trunk/extras/MacOSX/Resources/fs_pause_highlight.png
-   A /trunk/extras/MacOSX/Resources/fs_play.png
-   A /trunk/extras/MacOSX/Resources/fs_play_highlight.png
-   A /trunk/extras/MacOSX/Resources/fs_rewind.png
-   A /trunk/extras/MacOSX/Resources/fs_rewind_highlight.png
-   A /trunk/extras/MacOSX/Resources/fs_skip_next.png
-   A /trunk/extras/MacOSX/Resources/fs_skip_next_highlight.png
-   A /trunk/extras/MacOSX/Resources/fs_skip_previous.png
-   A /trunk/extras/MacOSX/Resources/fs_skip_previous_highlight.png
-   A /trunk/extras/MacOSX/Resources/fs_stop.png
-   A /trunk/extras/MacOSX/Resources/fs_stop_highlight.png
-   A /trunk/extras/MacOSX/Resources/fs_time_slider.png
-   A /trunk/extras/MacOSX/Resources/fs_time_slider_knob.png
-   A /trunk/extras/MacOSX/Resources/fs_time_slider_knob_highlight.png
-   A /trunk/extras/MacOSX/Resources/fs_volume_max.png
-   A /trunk/extras/MacOSX/Resources/fs_volume_max_highlight.png
-   A /trunk/extras/MacOSX/Resources/fs_volume_mute.png
-   A /trunk/extras/MacOSX/Resources/fs_volume_mute_highlight.png
-   A /trunk/extras/MacOSX/Resources/fs_volume_slider_bar.png
-   A /trunk/extras/MacOSX/Resources/fs_volume_slider_knob.png
-   A /trunk/extras/MacOSX/Resources/fs_volume_slider_knob_highlight.png
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/fspanel.m
-
-* native GUI elements for the Fullscreen panel by Simon Damkjr Andersen <simondamkjaer@gmail.com>. Thanks again!
-------------------------------------------------------------------------
-r16903 | fkuehne | 2006-10-01 04:28:09 -0700 (Sun, 01 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-
-* small visual fix for the playmode buttons (prevents white highlighting around the icons on click)
-------------------------------------------------------------------------
-r16898 | zorglub | 2006-10-01 02:14:21 -0700 (Sun, 01 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-
-gra
-
-------------------------------------------------------------------------
-r16897 | zorglub | 2006-10-01 01:44:35 -0700 (Sun, 01 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-
-Create variables in libvlc instead of libvlc_global_data
-
-------------------------------------------------------------------------
-r16896 | dionoea | 2006-09-30 16:37:47 -0700 (Sat, 30 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-
-Add $_ line skip variable.
-
-------------------------------------------------------------------------
-r16895 | dionoea | 2006-09-30 16:30:39 -0700 (Sat, 30 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   M /trunk/modules/video_filter/marq.c
-   D /trunk/modules/video_filter/time.c
-
-Merge time and marq filters. Marq now handles the %letter time format strings and new $letter VLC format strings. Still needs some work.
-
-------------------------------------------------------------------------
-r16894 | dionoea | 2006-09-30 13:25:36 -0700 (Sat, 30 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-
-Skeleton for modules list widgets in the prefs. I'm not working on it atm so i figure that it's best to commit what's already done.
-
-------------------------------------------------------------------------
-r16893 | dionoea | 2006-09-30 12:58:44 -0700 (Sat, 30 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-s/libtag/taglib/
-
-------------------------------------------------------------------------
-r16892 | dionoea | 2006-09-30 12:51:43 -0700 (Sat, 30 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-remove unneed x
-
-------------------------------------------------------------------------
-r16891 | dionoea | 2006-09-30 12:37:39 -0700 (Sat, 30 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
- - Don't cache files to ~/.vlc/art/(null)/(null)/
- - Check if file already exists in the download function.
-
-------------------------------------------------------------------------
-r16890 | hartman | 2006-09-30 12:32:26 -0700 (Sat, 30 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* Add taglib to macosx contrib. Use pkg-config for taglib in configure. (if you don't have 1.4 in your distro, too bad, or add something that doesn't rely on /usr/local)
-
-------------------------------------------------------------------------
-r16889 | zorglub | 2006-09-30 10:08:48 -0700 (Sat, 30 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/meta_engine/folder.c
-   M /trunk/modules/meta_engine/musicbrainz.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/meta.c
-   M /trunk/src/playlist/engine.c
-
-Re-enable art fetching when in "ALL" mode
-Todo: we should recheck cache just before downloading in case it has been downloaded while we were in the queue
-
-------------------------------------------------------------------------
-r16888 | funman | 2006-09-30 09:52:32 -0700 (Sat, 30 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-Cosmetics, add some comments
-Remove unneeded strlwr
-
-------------------------------------------------------------------------
-r16887 | zorglub | 2006-09-30 09:15:40 -0700 (Sat, 30 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_meta.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
-   M /trunk/modules/misc/playlist/xspf.c
-
-Merge author/artist
-WX compilation unchecked
-
-------------------------------------------------------------------------
-r16886 | zorglub | 2006-09-30 08:29:11 -0700 (Sat, 30 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/musicbrainz.c
-
-Split the musicbrainz module : meta fetcher (to retrieve MB Album and Track id) and art finder (to retrieve Amazon art url)
-
-------------------------------------------------------------------------
-r16884 | hartman | 2006-09-30 03:36:49 -0700 (Sat, 30 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Updata libcaca downloadlocation
-------------------------------------------------------------------------
-r16883 | hartman | 2006-09-30 03:02:02 -0700 (Sat, 30 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/dvdnav.patch
-
-Reenable dvdcss which was disabled accidently in [16806]. Fix the dvdnav patch to make dlopen configure check work
-------------------------------------------------------------------------
-r16882 | zorglub | 2006-09-29 13:36:43 -0700 (Fri, 29 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_meta.h
-
-export symbol
-
-------------------------------------------------------------------------
-r16881 | zorglub | 2006-09-29 12:48:53 -0700 (Fri, 29 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/meta_engine/folder.c
-   M /trunk/modules/meta_engine/musicbrainz.c
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/thread.c
-
-Don't loop preparse threads when idle
-Compile fix
-
-------------------------------------------------------------------------
-r16880 | zorglub | 2006-09-29 12:19:18 -0700 (Fri, 29 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/input/meta.c
-   M /trunk/src/playlist/engine.c
-
-Improve meta/art logic
-
-------------------------------------------------------------------------
-r16879 | funman | 2006-09-29 06:08:25 -0700 (Fri, 29 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-Replaces url unescaping by url decoding in xspf import
-Thanks to courmisch for finding the issue
-Closes #721
-
-------------------------------------------------------------------------
-r16878 | funman | 2006-09-28 16:44:09 -0700 (Thu, 28 Sep 2006) | 10 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-Don't Close() on connection error, retry every minute
-Fix a _() that should have been N_()
-Username & Password are non-advanced settings
-Warn user with interaction if Username is bad or not set
-Handshake only if there is something to submit
-Get rid of hexa() for printf("%02x")
-Replace % 256 and / (2^x) by bitwise operations : & 0xff and >> x
-Don't cancel submission of song if user has paused playing
-Code for new meta_engine (not enabled yet)
-
-------------------------------------------------------------------------
-r16877 | dionoea | 2006-09-28 13:14:27 -0700 (Thu, 28 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Fixes to my fixes from Thomas Parmelan.
-
-------------------------------------------------------------------------
-r16875 | ipkiss | 2006-09-27 10:53:26 -0700 (Wed, 27 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
- * modules/gui/qt4/Modules.am: fixed a warning at bootstrap time
-
-------------------------------------------------------------------------
-r16874 | xtophe | 2006-09-27 10:09:40 -0700 (Wed, 27 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/meta_engine
-
-svn:ignore
-
-
-------------------------------------------------------------------------
-r16873 | xtophe | 2006-09-27 08:28:32 -0700 (Wed, 27 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Be more restrictiv wrt wx version.
-
-------------------------------------------------------------------------
-r16872 | xtophe | 2006-09-27 08:28:22 -0700 (Wed, 27 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/video_filter/Modules.am
-
-Almost fix make distcheck
-
-------------------------------------------------------------------------
-r16871 | dionoea | 2006-09-26 14:18:36 -0700 (Tue, 26 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Add WavPack to news too
-
-------------------------------------------------------------------------
-r16870 | dionoea | 2006-09-26 14:17:20 -0700 (Tue, 26 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Enable WavPack decoding in ffmpeg (once they'll increment the version number). Some of the samples still decode weird but hey ... it's already great news :)
-
-------------------------------------------------------------------------
-r16868 | damienf | 2006-09-26 09:03:11 -0700 (Tue, 26 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-
-oops, it sounds like I f**d * my last revert
-
-------------------------------------------------------------------------
-r16867 | oaubert | 2006-09-26 08:51:34 -0700 (Tue, 26 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/mediacontrol.h
-   M /trunk/include/vlc/mediacontrol_structures.h
-
-mediacontrol: doxygen updates
-
-------------------------------------------------------------------------
-r16866 | oaubert | 2006-09-26 08:16:00 -0700 (Tue, 26 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_input.c
-   M /trunk/bindings/python/vlc_instance.c
-   M /trunk/bindings/python/vlc_mediacontrol.c
-   M /trunk/bindings/python/vlc_object.c
-
-python bindings: documentation update
-
-------------------------------------------------------------------------
-r16865 | oaubert | 2006-09-26 08:06:22 -0700 (Tue, 26 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_core.c
-
-mediacontrol_core.c: prepend the argv[0] here, since libvlc_new no
-longer does.
-
-------------------------------------------------------------------------
-r16864 | damienf | 2006-09-26 07:40:55 -0700 (Tue, 26 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-
-- revert 16847, this breaks the activex and mozilla plugins, and passing a argv[0] is a very desirable feature as the path in argv[0] is also used to search for plugins. Typically users can pass on the argv[0] of their programs
-
-------------------------------------------------------------------------
-r16863 | oaubert | 2006-09-26 07:15:10 -0700 (Tue, 26 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_core.c
-
-src/control/mediacontrol_core.c: libvlc_input now uses milliseconds as
-time unit
-
-------------------------------------------------------------------------
-r16861 | damienf | 2006-09-26 06:53:26 -0700 (Tue, 26 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcplugin.cpp
-
-- mozilla: cleaned up configuration arguments
-
-------------------------------------------------------------------------
-r16860 | jpsaman | 2006-09-26 00:04:30 -0700 (Tue, 26 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/stream_out/rtp.c
-
-Fix: Quicktime 404 error on RTSP SETUP. Patch by Brian Raymon <braymon _at_ echostrom _dot_ net>.
-------------------------------------------------------------------------
-r16859 | damienf | 2006-09-25 20:12:52 -0700 (Mon, 25 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/main.cpp
-   M /trunk/activex/plugin.cpp
-
-- activex: fix plugin path search, now relative to DLL location & registry settings
-
-------------------------------------------------------------------------
-r16858 | damienf | 2006-09-25 18:01:08 -0700 (Mon, 25 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/input.c
-
-- input: make sure time units are in milliseconds, as expected
-
-------------------------------------------------------------------------
-r16857 | damienf | 2006-09-25 17:59:49 -0700 (Mon, 25 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc.inf.in
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/test.html
-   D /trunk/activex/vlcconfiguration.cpp
-   D /trunk/activex/vlcconfiguration.h
-   M /trunk/activex/vlccontrol2.cpp
-   M /trunk/activex/vlccontrol2.h
-
-- activex: more features and fully updated test.html for new APIs
-
-------------------------------------------------------------------------
-r16856 | xtophe | 2006-09-25 14:06:50 -0700 (Mon, 25 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-   M /trunk/src/Makefile.am
-
-Suppress references to mediacontrol_{init,plugin}
-Make update-po
-
-------------------------------------------------------------------------
-r16855 | xtophe | 2006-09-25 13:21:18 -0700 (Mon, 25 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/folder.c
-   M /trunk/modules/meta_engine/musicbrainz.c
-
-Cosmetic
-
-------------------------------------------------------------------------
-r16854 | oaubert | 2006-09-25 09:01:07 -0700 (Mon, 25 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/Makefile.am
-   M /trunk/bindings/python/Makefile.am
-   M /trunk/configure.ac
-
-Fix references to bindings/python
-
-------------------------------------------------------------------------
-r16853 | oaubert | 2006-09-25 08:59:23 -0700 (Mon, 25 Sep 2006) | 2 lines
-Changed paths:
-   D /trunk/bindings/mediacontrol-python
-   A /trunk/bindings/python (from /trunk/bindings/mediacontrol-python:16845)
-   R /trunk/bindings/python/Makefile.am (from /trunk/bindings/mediacontrol-python/Makefile.am:16852)
-   R /trunk/bindings/python/setup.py (from /trunk/bindings/mediacontrol-python/setup.py:16852)
-   R /trunk/bindings/python/vlc_instance.c (from /trunk/bindings/mediacontrol-python/vlc_instance.c:16852)
-   R /trunk/bindings/python/vlc_mediacontrol.c (from /trunk/bindings/mediacontrol-python/vlc_mediacontrol.c:16852)
-
-Rename bindings/mediacontrol-python to bindings/python
-
-------------------------------------------------------------------------
-r16852 | oaubert | 2006-09-25 08:58:04 -0700 (Mon, 25 Sep 2006) | 2 lines
-Changed paths:
-   D /trunk/bindings/python
-
-bindings/python: remove empty dir
-
-------------------------------------------------------------------------
-r16851 | oaubert | 2006-09-25 08:54:59 -0700 (Mon, 25 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/vlc_instance.c
-
-binding/mediacontrol-python/vlc_instance.c: it is now unnecessary to
-prepend argv[0] to libvlc_new parameters
-
-------------------------------------------------------------------------
-r16850 | oaubert | 2006-09-25 08:54:15 -0700 (Mon, 25 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/vlc_mediacontrol.c
-
-bindings/mediacontrol-python/vlc_mediacontrol.c: use the new
-mediacontrol_new API
-
-------------------------------------------------------------------------
-r16849 | oaubert | 2006-09-25 08:52:55 -0700 (Mon, 25 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/mediacontrol_internal.h
-   M /trunk/include/vlc/mediacontrol.h
-   M /trunk/src/control/mediacontrol_core.c
-
-mediacontrol_new: new API (pass argc and argv), use the new libvlc_new API
-
-------------------------------------------------------------------------
-r16848 | oaubert | 2006-09-25 08:52:05 -0700 (Mon, 25 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_audio_video.c
-
-src/control/mediacontrol_audio_video.c: use RAISE_NULL, RAISE_VOID macros
-
-------------------------------------------------------------------------
-r16847 | oaubert | 2006-09-25 08:51:22 -0700 (Mon, 25 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/src/control/core.c
-
-src/control/core.c: prepend a dummy argv[0] to libvlc_new() argv, so
-that users of the API can simply pass parameters
-
-------------------------------------------------------------------------
-r16846 | oaubert | 2006-09-25 05:31:41 -0700 (Mon, 25 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/Makefile.am
-   M /trunk/bindings/mediacontrol-python/setup.py
-
-mediacontrol-python: try to fix r16794
-
-------------------------------------------------------------------------
-r16845 | oaubert | 2006-09-25 05:09:13 -0700 (Mon, 25 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/MAINTAINERS
-   M /trunk/build-vlc
-   M /trunk/config.in
-   M /trunk/configure.ac
-   M /trunk/defconfig
-   M /trunk/modules/LIST
-   D /trunk/modules/control/corba
-   M /trunk/vlc.roku
-
-Remove CORBA module, which I is not used anymore (not even by me...)
-
-------------------------------------------------------------------------
-r16843 | jpsaman | 2006-09-25 01:02:12 -0700 (Mon, 25 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/Modules.am
-   A /trunk/modules/audio_filter/channel_mixer/mono.c (from /trunk/modules/audio_filter/converter/mono.c:16840)
-   M /trunk/modules/audio_filter/converter/Modules.am
-   D /trunk/modules/audio_filter/converter/mono.c
-
-Mono audio filter is a channel_mixer and not a convertor.
-
-------------------------------------------------------------------------
-r16842 | jpsaman | 2006-09-25 00:24:49 -0700 (Mon, 25 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/activex/Makefile.am
-
-Use shell style parenthesis for VLC_CONFIG in Makefile.am
-------------------------------------------------------------------------
-r16841 | jpsaman | 2006-09-25 00:23:09 -0700 (Mon, 25 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/vlccontrol.cpp
-
-remove excess whitespace
-------------------------------------------------------------------------
-r16840 | dionoea | 2006-09-24 15:01:28 -0700 (Sun, 24 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/input/meta.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/playlist_internal.h
-   M /trunk/src/playlist/thread.c
-
-Some more (mostly) untested stuff:
- * Secondary queue items now have a b_fetch_art flag
- * You can use the playlist_AskForArtEnqueue function to ask for art from an interface. This will enqueue at the begining of the secondary queue
- * other stuff which i don't remember :)
- * (fix issues with previous (and unrelated) DIR_SEP commit)
-
-------------------------------------------------------------------------
-r16839 | dionoea | 2006-09-24 13:51:56 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/meta_engine/Modules.am
-   D /trunk/modules/meta_engine/dummy.c
-   M /trunk/modules/meta_engine/folder.c
-   M /trunk/modules/meta_engine/musicbrainz.c
-   M /trunk/src/input/meta.c
-   M /trunk/src/input/subtitles.c
-
-Some more meta changes (mostly cleanup and check the i_mandatory flags)
-
-------------------------------------------------------------------------
-r16838 | zorglub | 2006-09-24 11:43:39 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/dummy.c
-   M /trunk/modules/meta_engine/folder.c
-   M /trunk/modules/meta_engine/musicbrainz.c
-
-Fix include paths
-
-------------------------------------------------------------------------
-r16837 | zorglub | 2006-09-24 10:11:25 -0700 (Sun, 24 Sep 2006) | 7 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_meta.h
-   D /trunk/include/vlc_meta_engine.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/Makefile.am
-   M /trunk/src/input/input.c
-   A /trunk/src/input/meta.c (from /trunk/src/input/input.c:16834)
-   M /trunk/src/misc/objects.c
-   M /trunk/src/playlist/engine.c
-
-* Split download function in find/download
-* Put meta related functions in src/input/meta.c
-* Merge vlc_meta_engine.h and vlc_meta.h
-
-Album art stuff is still broken, but I need to go now :)
-
-
-------------------------------------------------------------------------
-r16836 | dionoea | 2006-09-24 10:01:25 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/video_filter/mosaic.c
-
-[PATCH] mosaic improvement: user-defined offsets for substreams by Thomas Parmelan. +fixes for svn trunk
-
-------------------------------------------------------------------------
-r16835 | zorglub | 2006-09-24 09:49:36 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/engine.c
-
-Mark meta as fetched
-
-------------------------------------------------------------------------
-r16834 | zorglub | 2006-09-24 09:44:52 -0700 (Sun, 24 Sep 2006) | 11 lines
-Changed paths:
-   M /trunk/modules/meta_engine/dummy.c
-   M /trunk/modules/meta_engine/folder.c
-   M /trunk/modules/meta_engine/musicbrainz.c
-   M /trunk/modules/meta_engine/taglib.cpp
-   M /trunk/src/input/input.c
-   M /trunk/src/playlist/engine.c
-
-Start splitting the various meta module types
-* meta reader : read directly from the file, should be made from the demux.
-  Examples: taglib, id3tag
-* meta fetcher : use web services to get meta, either from the current ones.
-  Called only if we don't have the tags after using the meta readers
-* art finder : find the URL of the suitable album art. Called according to the
-  art policy
-* art downloader : used to retrieve the art from special locations. Not needed
-  if art is available directly from an URL.
-  Examples: APIC ID3 tag reader
-
-------------------------------------------------------------------------
-r16833 | xtophe | 2006-09-24 09:34:12 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/Modules.am
-
-taglib has been moved
-
-------------------------------------------------------------------------
-r16832 | dionoea | 2006-09-24 09:21:52 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/dummy.c
-   M /trunk/src/input/input.c
-
-Use DIR_SEP
-
-------------------------------------------------------------------------
-r16831 | zorglub | 2006-09-24 08:20:49 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/modules/meta_engine/taglib.cpp
-
-Skeleton for taglib art downloader and tags writer
-
-------------------------------------------------------------------------
-r16830 | dionoea | 2006-09-24 08:11:33 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/playlist/loadsave.c
-
-Define DIR_SEP only once
-
-------------------------------------------------------------------------
-r16829 | zorglub | 2006-09-24 08:09:25 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/taglib.cpp
-
-Read album, also detect images in FLAC
-
-------------------------------------------------------------------------
-r16828 | zorglub | 2006-09-24 07:56:46 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/taglib.cpp
-
-Detect embedded images
-
-------------------------------------------------------------------------
-r16827 | dionoea | 2006-09-24 07:53:49 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/id3tag.c
-
-use msg_Dbg instead of fprintf
-
-------------------------------------------------------------------------
-r16826 | dionoea | 2006-09-24 07:50:48 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/taglib.cpp
-
-Set svn:keywords Id
-
-------------------------------------------------------------------------
-r16825 | zorglub | 2006-09-24 07:46:03 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/mpc.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   D /trunk/modules/demux/util
-   M /trunk/modules/meta_engine/Modules.am
-   A /trunk/modules/meta_engine/id3genres.h (from /trunk/modules/demux/util/id3genres.h:16820)
-   A /trunk/modules/meta_engine/id3tag.c (from /trunk/modules/demux/util/id3tag.c:16824)
-   A /trunk/modules/meta_engine/taglib.cpp (from /trunk/modules/misc/taglib.cpp:16824)
-   D /trunk/modules/misc/taglib.cpp
-
-Move the meta readers to the correct folder, and use them for all parsing
-
-------------------------------------------------------------------------
-r16824 | zorglub | 2006-09-24 07:30:55 -0700 (Sun, 24 Sep 2006) | 10 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/modules/misc/Modules.am
-   A /trunk/modules/misc/taglib.cpp
-
-Taglib based parser, use it for Vorbis parsing
-
-Features to add to it:
-* Parse more meta than artist/title :)
-* Fetch duration for Vorbis files
-* Fetch album art in ID3v2 (APIC frames)
-* Write back tags to file
-
-Unfortunately, it only works for files, so it can't replace libid3tag
-
-------------------------------------------------------------------------
-r16823 | zorglub | 2006-09-24 06:13:40 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/src/input/control.c
-   M /trunk/src/input/input.c
-
-Don't notify playlist several times while preparsing
-
-------------------------------------------------------------------------
-r16822 | zorglub | 2006-09-24 05:48:23 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_meta.h
-   M /trunk/src/playlist/engine.c
-
-Start supporting preparse status
-
-------------------------------------------------------------------------
-r16821 | zorglub | 2006-09-24 05:40:10 -0700 (Sun, 24 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/gvp.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/playlist/qtl.c
-   M /trunk/modules/demux/playlist/sgimb.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/wizard.m
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/modules/services_discovery/podcast.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/services_discovery/shout.c
-   M /trunk/src/control/mediacontrol_core.c
-   M /trunk/src/input/control.c
-   M /trunk/src/input/item.c
-   M /trunk/src/misc/vlm.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/video_output/video_output.c
-
-Rename vlc_input_item_* functions to input_Item* for consistency
-Add input_ItemAddOptionNoDup (unused at the moment)
-+ free warning fix
-
-------------------------------------------------------------------------
-r16820 | zorglub | 2006-09-24 03:40:00 -0700 (Sun, 24 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/interface/interface.c
-
-Convert hotkeys to using cond_wait/cond_signal
-This removes useless wakeups and improves hotkeys reactivity
-
-------------------------------------------------------------------------
-r16819 | zorglub | 2006-09-24 02:34:57 -0700 (Sun, 24 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-   M /trunk/modules/control/corba/corba.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/control/lirc.c
-   M /trunk/modules/control/motion.c
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/showintf.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wxwidgets/timer.cpp
-   M /trunk/modules/misc/dummy/interface.c
-   M /trunk/src/interface/interface.c
-
-* Get rid of the Manager thread by making blocking interfaces listen to
-  p_libvlc->b_die
-  Not implemented for OS X as I am not sure, please check if it is feasible.
-* Don't run the dummy interface
-
-------------------------------------------------------------------------
-r16818 | dionoea | 2006-09-23 15:45:52 -0700 (Sat, 23 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/meta_engine/Modules.am
-   A /trunk/modules/meta_engine/folder.c
-
-Add low priority "folder" meta_engine. Will look for files named "Folder.jpg" (Windows), "AlbumArtSmall.jpg" (Windows) or ".folder.png" (Linux) to use as album art.
-
-------------------------------------------------------------------------
-r16817 | dionoea | 2006-09-23 14:25:20 -0700 (Sat, 23 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_meta.h
-   M /trunk/src/input/input.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/playlist/engine.c
-
-Add an "album art download policy" (--album-art) option. I now have to do another commit to enfore this policy (album art isn't downloaded at all atm)
-
-------------------------------------------------------------------------
-r16816 | jb | 2006-09-23 13:56:52 -0700 (Sat, 23 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
-   M /trunk/modules/gui/qt4/ui/input_stats.ui
-
-Small corrections for stats.
-
-
-------------------------------------------------------------------------
-r16815 | dionoea | 2006-09-23 13:52:40 -0700 (Sat, 23 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/dummy.c
-   M /trunk/src/input/input.c
-
-utf8_stat doesn't work if 2nd arg is NULL ... too bad :(
-
-------------------------------------------------------------------------
-r16814 | zorglub | 2006-09-23 13:42:56 -0700 (Sat, 23 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-Don't spit too much debug
-
-------------------------------------------------------------------------
-r16813 | dionoea | 2006-09-23 13:41:59 -0700 (Sat, 23 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-
-<tab> police
-
-------------------------------------------------------------------------
-r16812 | dionoea | 2006-09-23 13:27:14 -0700 (Sat, 23 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Move the album art download thing to a separate proccess
-
-------------------------------------------------------------------------
-r16811 | zorglub | 2006-09-23 13:16:08 -0700 (Sat, 23 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
-   M /trunk/modules/gui/qt4/components/playlist/selector.hpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-
-Very very preliminary Qt implementation of album art
-
-------------------------------------------------------------------------
-r16810 | zorglub | 2006-09-23 12:48:03 -0700 (Sat, 23 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-baad dionoea
-
-------------------------------------------------------------------------
-r16809 | dionoea | 2006-09-23 09:56:32 -0700 (Sat, 23 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Remove useless stuff.
-
-------------------------------------------------------------------------
-r16808 | dionoea | 2006-09-23 09:56:12 -0700 (Sat, 23 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/Modules.am
-   A /trunk/modules/meta_engine/dummy.c
-
-Add dummy meta engine with highest priority. Will check if meta is already available.
-
-------------------------------------------------------------------------
-r16807 | dionoea | 2006-09-23 08:47:53 -0700 (Sat, 23 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_meta.h
-   A /trunk/include/vlc_meta_engine.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   A /trunk/modules/meta_engine
-   A /trunk/modules/meta_engine/Modules.am
-   A /trunk/modules/meta_engine/musicbrainz.c (from /trunk/modules/misc/musicbrainz.c:16800)
-   M /trunk/modules/misc/Modules.am
-   D /trunk/modules/misc/musicbrainz.c
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/playlist_internal.h
-   M /trunk/src/playlist/thread.c
-
-Start of meta engine stuff. src/input/input.c needs to be fixed a bit. I'll finish it today. @zorglub: now you have to use the psz_arturl meta to display stuff in the interface.
-
-------------------------------------------------------------------------
-r16806 | zorglub | 2006-09-23 06:37:50 -0700 (Sat, 23 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/include/audio_output.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-* Add switch to skins
-* Fixes to dialog singletons
-* Forgotten files (definitions of aout_Visual*, unimplemented at the moment)
-
-------------------------------------------------------------------------
-r16805 | zorglub | 2006-09-23 06:23:23 -0700 (Sat, 23 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-
-Use a tab widget for extended GUI
-
-------------------------------------------------------------------------
-r16804 | zorglub | 2006-09-23 06:16:33 -0700 (Sat, 23 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   D /trunk/modules/gui/qt4/components/equalizer.cpp
-   D /trunk/modules/gui/qt4/components/equalizer.hpp
-   A /trunk/modules/gui/qt4/components/extended_panels.cpp (from /trunk/modules/gui/qt4/components/equalizer.cpp:16799)
-   A /trunk/modules/gui/qt4/components/extended_panels.hpp (from /trunk/modules/gui/qt4/components/equalizer.hpp:16799)
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/menus.hpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-Advanced controls bar
-Make some sttings persistent
-
-------------------------------------------------------------------------
-r16803 | xtophe | 2006-09-23 05:36:02 -0700 (Sat, 23 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Add a "Media Files" extension list  + i18n
-
-------------------------------------------------------------------------
-r16802 | dionoea | 2006-09-23 04:19:04 -0700 (Sat, 23 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
-Fix error spotted by m4n_in_bl4ck in the forum.
-
-------------------------------------------------------------------------
-r16800 | Trax | 2006-09-23 04:00:43 -0700 (Sat, 23 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* modules/codec/ffmpeg.c: add X264 to the list of supported fourcc's
-------------------------------------------------------------------------
-r16797 | xtophe | 2006-09-22 16:29:06 -0700 (Fri, 22 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-make update-po
-
-
-------------------------------------------------------------------------
-r16796 | xtophe | 2006-09-22 16:11:59 -0700 (Fri, 22 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mono.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
-   M /trunk/src/libvlc.h
-
-i18n fixes pointed by Marian Hikanik
-
-------------------------------------------------------------------------
-r16795 | zorglub | 2006-09-22 14:37:59 -0700 (Fri, 22 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config_cat.h
-
-WTF ?
-
-------------------------------------------------------------------------
-r16794 | xtophe | 2006-09-22 14:19:13 -0700 (Fri, 22 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/Makefile.am
-   M /trunk/bindings/mediacontrol-python/setup.py
-
-That should fix building the python bindings if srcdir =! builddir.
-
-Not thorougly tested. Olivier reverts this commit without hesitation if it breaks your stuffs
-
-------------------------------------------------------------------------
-r16793 | zorglub | 2006-09-22 13:45:44 -0700 (Fri, 22 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-Remove useless code
-
-------------------------------------------------------------------------
-r16792 | zorglub | 2006-09-22 13:42:33 -0700 (Fri, 22 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/menus.hpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-Put the dock/undock back in the menu
-Put the add button in the playlist standard panel
-Remove duplicated code for playlist widgets
-
-------------------------------------------------------------------------
-r16791 | zorglub | 2006-09-22 11:31:31 -0700 (Fri, 22 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/menus.hpp
-
-Playlist menu
-Add button in playlist widget
-
-------------------------------------------------------------------------
-r16790 | damienf | 2006-09-22 10:44:45 -0700 (Fri, 22 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/main.cpp
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   A /trunk/activex/vlcconfiguration.cpp
-   A /trunk/activex/vlcconfiguration.h
-   M /trunk/activex/vlccontrol2.cpp
-   M /trunk/activex/vlccontrol2.h
-
-- activex: added configuration interface
-
-------------------------------------------------------------------------
-r16789 | xtophe | 2006-09-22 09:37:45 -0700 (Fri, 22 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Enable by default live555 module
-
-------------------------------------------------------------------------
-r16788 | zorglub | 2006-09-22 09:10:16 -0700 (Fri, 22 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-Implement dock/undock for the playlist
-
-------------------------------------------------------------------------
-r16787 | zorglub | 2006-09-22 08:20:02 -0700 (Fri, 22 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/ui/main_interface.ui
-
-Some cleanup, start integrating audio visualizations
-
-------------------------------------------------------------------------
-r16786 | oaubert | 2006-09-22 06:07:07 -0700 (Fri, 22 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/Makefile.am
-   A /trunk/bindings/mediacontrol-python/vlcwidget.py
-
-mediacontrol-python: implement a VLCWidget/DecoratedVLCWidget for python-gtk
-
-------------------------------------------------------------------------
-r16785 | hartman | 2006-09-22 06:05:52 -0700 (Fri, 22 Sep 2006) | 8 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-* Fix another microdvd issue.
-  - It now uses in order
-   default fps == 25,
-   the fps of the movie, if available.
-   the fps specified in the subtitle file, if available.
-   the fps specified by the user, if set.
-  - Don't set it on each an every subtitle, do it globaly. (should be faster)
-
-------------------------------------------------------------------------
-r16784 | hartman | 2006-09-22 05:39:00 -0700 (Fri, 22 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.c
-
-* Added the info for the MSS2, MSS1, WMVA, WVP2, WMVP codecs trough dmo.
-  Info was distilled from the mplayer codec config file
-
-  closes #750
-
-------------------------------------------------------------------------
-r16783 | oaubert | 2006-09-22 05:26:04 -0700 (Fri, 22 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/vlc_mediacontrol.c
-
-bindings/mediacontrol-python/vlc_mediacontrol.c: rename
-mc.get_instance to mc.get_vlc_instance
-
-------------------------------------------------------------------------
-r16782 | zorglub | 2006-09-22 04:55:35 -0700 (Fri, 22 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/equalizer.cpp
-
-Fix equalizer crash
-
-------------------------------------------------------------------------
-r16781 | oaubert | 2006-09-22 03:43:15 -0700 (Fri, 22 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/README
-   M /trunk/bindings/mediacontrol-python/setup.py
-   M /trunk/bindings/mediacontrol-python/vlc_instance.c
-   M /trunk/bindings/mediacontrol-python/vlc_mediacontrol.c
-
-python bindings: changes from the libvlc API: a MediaControl can now be created from scratch (with a list of strings as parameters) or from an existing vlc.Instance. MediaControl.get_instance() return the associated vlc.Instance in all cases.
-
-------------------------------------------------------------------------
-r16780 | oaubert | 2006-09-22 03:37:40 -0700 (Fri, 22 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/mediacontrol_internal.h
-   M /trunk/include/vlc/mediacontrol.h
-   M /trunk/src/control/mediacontrol_audio_video.c
-   M /trunk/src/control/mediacontrol_core.c
-   D /trunk/src/control/mediacontrol_init.c
-   D /trunk/src/control/mediacontrol_plugin.c
-
-mediacontrol API: (mostly) use the new libvlc API
-
-------------------------------------------------------------------------
-r16779 | damienf | 2006-09-22 02:41:50 -0700 (Fri, 22 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/input.c
-
-input.c: fixed the playback rate (0.5 is half the speed, not twice)
-
-------------------------------------------------------------------------
-r16777 | xtophe | 2006-09-21 16:19:18 -0700 (Thu, 21 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Make update-po
-
-------------------------------------------------------------------------
-r16772 | damienf | 2006-09-21 10:01:45 -0700 (Thu, 21 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/connectioncontainer.cpp
-   M /trunk/activex/connectioncontainer.h
-   M /trunk/activex/dataobject.cpp
-   M /trunk/activex/utils.h
-
-- ActiveX: optimized implementation of all IEnumXXX classes (more template obfuscation I'm afraid), fixed IConnectionPoints for DCOM
-
-------------------------------------------------------------------------
-r16770 | sam | 2006-09-21 08:51:31 -0700 (Thu, 21 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/input.c
-
-  * "synch" -> "sync" (gniihiihiimineeeeerveuh)
-
-------------------------------------------------------------------------
-r16766 | titer | 2006-09-21 06:33:24 -0700 (Thu, 21 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/vout.m
-
-Removes --macosx-fill which has been long broken and is now replaced with the cropping vars
-
-------------------------------------------------------------------------
-r16765 | zorglub | 2006-09-20 16:25:28 -0700 (Wed, 20 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/ui/input_stats.ui
-
-Autosave size/position + fix a resizing bug in the stats panel
-Cosmetics
-
-------------------------------------------------------------------------
-r16764 | zorglub | 2006-09-20 16:17:26 -0700 (Wed, 20 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-A bit of cleanup in the info stuff
-
-------------------------------------------------------------------------
-r16763 | zorglub | 2006-09-20 15:41:20 -0700 (Wed, 20 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Do not hide the video widget, as it causes some sizing trouble, just resize it
-
-------------------------------------------------------------------------
-r16762 | zorglub | 2006-09-20 15:00:56 -0700 (Wed, 20 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Cleanup
-
-------------------------------------------------------------------------
-r16761 | xtophe | 2006-09-20 14:16:25 -0700 (Wed, 20 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Update portuguese l10n by Ari Constancio
-
-------------------------------------------------------------------------
-r16760 | zorglub | 2006-09-20 14:10:53 -0700 (Wed, 20 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Some size fixes
-
-------------------------------------------------------------------------
-r16759 | dionoea | 2006-09-20 14:10:34 -0700 (Wed, 20 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/engine.c
-
-2nd try
-
-------------------------------------------------------------------------
-r16758 | dionoea | 2006-09-20 14:06:50 -0700 (Wed, 20 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/engine.c
-
-propset keywords Id
-
-------------------------------------------------------------------------
-r16757 | hartman | 2006-09-20 12:53:16 -0700 (Wed, 20 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/extended.m
-
-* Fix selection of Adjust filter. On the fly changes are still broken
-
-------------------------------------------------------------------------
-r16756 | jb | 2006-09-20 12:37:51 -0700 (Wed, 20 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
-
-*Qt4: InfoTree for files. The timer does not function correctly yet. :D
-
-
-------------------------------------------------------------------------
-r16755 | oaubert | 2006-09-20 09:55:41 -0700 (Wed, 20 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/vlc_instance.c
-
-bindings/mediacontrol-python/vlc_instance.c: complete the libvlc
-bindings (vlm methods)
-
-------------------------------------------------------------------------
-r16754 | damienf | 2006-09-20 06:13:04 -0700 (Wed, 20 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/m4/autoconf260.m4
-
-- replace std=c99 by std=gnu99, which allows for GCC extensions as well as C99
-
-------------------------------------------------------------------------
-r16753 | jb | 2006-09-20 04:50:43 -0700 (Wed, 20 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/services_discovery/bonjour.c
-
-Replace playlist_NodesCreateForSD by playlist_NodesPairCreate in Bonjour SD according to [16656]
-
-
-------------------------------------------------------------------------
-r16752 | oaubert | 2006-09-20 04:10:44 -0700 (Wed, 20 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/Makefile.am
-   A /trunk/bindings/mediacontrol-python/README
-   M /trunk/bindings/mediacontrol-python/setup.py
-   A /trunk/bindings/mediacontrol-python/vlc_input.c
-   A /trunk/bindings/mediacontrol-python/vlc_instance.c
-   A /trunk/bindings/mediacontrol-python/vlc_mediacontrol.c
-   A /trunk/bindings/mediacontrol-python/vlc_module.c
-   A /trunk/bindings/mediacontrol-python/vlc_object.c
-   A /trunk/bindings/mediacontrol-python/vlc_position.c
-   D /trunk/bindings/mediacontrol-python/vlcglue.c
-   M /trunk/bindings/mediacontrol-python/vlcglue.h
-
-python bindings: add support for the new libvlc API
-
-------------------------------------------------------------------------
-r16751 | zorglub | 2006-09-19 15:40:40 -0700 (Tue, 19 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   A /trunk/modules/gui/qt4/pixmaps/art.xpm
-
-Layout for album art
-
-------------------------------------------------------------------------
-r16750 | xtophe | 2006-09-19 15:20:15 -0700 (Tue, 19 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-clean the musicbrainz stuffs
-
-------------------------------------------------------------------------
-r16749 | zorglub | 2006-09-19 14:28:50 -0700 (Tue, 19 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-New system for handling elements in the main interface
-Still full of bugs, please don't remove debug
-
-------------------------------------------------------------------------
-r16748 | zorglub | 2006-09-19 08:37:38 -0700 (Tue, 19 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Give control back to the main interface for handling interaction with video.
-Still probably broken
-
-------------------------------------------------------------------------
-r16747 | zorglub | 2006-09-19 06:34:23 -0700 (Tue, 19 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Rework of the embedded stuff. This breaks everything :)
-
-------------------------------------------------------------------------
-r16746 | zorglub | 2006-09-19 04:26:14 -0700 (Tue, 19 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   A /trunk/modules/gui/qt4/components/interface_widgets.cpp (from /trunk/modules/gui/qt4/components/video_widget.cpp:16725)
-   A /trunk/modules/gui/qt4/components/interface_widgets.hpp (from /trunk/modules/gui/qt4/components/video_widget.hpp:16725)
-   D /trunk/modules/gui/qt4/components/video_widget.cpp
-   D /trunk/modules/gui/qt4/components/video_widget.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Split video widget from background image managre
-
-------------------------------------------------------------------------
-r16745 | dionoea | 2006-09-18 15:45:01 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Woops
-
-------------------------------------------------------------------------
-r16744 | dionoea | 2006-09-18 15:34:10 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/musicbrainz.c
-
-It's still ugly as hell but a bit more accurate. (This is a *test* plugin)
-
-------------------------------------------------------------------------
-r16743 | dionoea | 2006-09-18 15:11:54 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/Modules.am
-   A /trunk/modules/misc/musicbrainz.c
-
-Braindead plugin that get's the current song's album art url (using MusicBrainz)
-
-------------------------------------------------------------------------
-r16742 | jb | 2006-09-18 14:38:06 -0700 (Mon, 18 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
-
-* Qt4/Information: Put the close button in a better place.
-
-
-------------------------------------------------------------------------
-r16741 | xtophe | 2006-09-18 13:02:21 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/po/pt_PT.po
-
-Update portuguese l10n by Ari Constancio
-
-------------------------------------------------------------------------
-r16740 | zorglub | 2006-09-18 13:02:13 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/equalizer.cpp
-   M /trunk/modules/gui/qt4/components/equalizer.hpp
-   A /trunk/modules/gui/qt4/dialogs/extended.cpp
-   A /trunk/modules/gui/qt4/dialogs/extended.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/ui/equalizer.ui
-
-Temporary dialog for the equalizer
-
-------------------------------------------------------------------------
-r16739 | dionoea | 2006-09-18 12:38:47 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-Fix voribis meta data stuff (so that it doesn't match on stuff like "MUSICBRAINZ_ARTIST")
-
-------------------------------------------------------------------------
-r16738 | damienf | 2006-09-18 12:29:40 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-- configure.ac: fix for widl detection
-
-------------------------------------------------------------------------
-r16737 | damienf | 2006-09-18 11:45:33 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: disable warning for unused parameter, some restriction in widl detection (need SDK from winhq CVS)
-
-------------------------------------------------------------------------
-r16736 | fkuehne | 2006-09-18 11:42:41 -0700 (Mon, 18 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/x264-svn-darwin_intel.patch
-
-* remove the patch and try a hacky, but supposed to be working fix by LordRPI
-------------------------------------------------------------------------
-r16735 | zorglub | 2006-09-18 11:02:23 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-Audioscrobbler plugin update by Rafael Carre
-
-------------------------------------------------------------------------
-r16734 | zorglub | 2006-09-18 10:52:57 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/make.pl
-
-Update beautifier for libtool
-
-------------------------------------------------------------------------
-r16733 | zorglub | 2006-09-18 10:39:24 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify
-
-svn:ignore
-
-------------------------------------------------------------------------
-r16732 | damienf | 2006-09-18 10:12:33 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/connectioncontainer.cpp
-   M /trunk/activex/dataobject.cpp
-   M /trunk/activex/main.cpp
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/test.html
-   M /trunk/activex/utils.h
-   M /trunk/activex/vlccontrol2.cpp
-   M /trunk/activex/vlccontrol2.h
-
-- activex: cleanup, improved VB compatibility and new test.html file for new script APIs
-
-------------------------------------------------------------------------
-r16731 | zorglub | 2006-09-18 09:17:15 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-   M /trunk/src/misc/messages.c
-
-Clean up a bit queues handling. Do not use dynamic arrays
-
-------------------------------------------------------------------------
-r16730 | zorglub | 2006-09-18 08:35:55 -0700 (Mon, 18 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-   M /trunk/bindings/java/src/core-jni.cc
-   M /trunk/include/main.h
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/misc/messages.c
-
-Use a separate message bank for each libvlc instance
-Fix compilation for libvlc users
-
-------------------------------------------------------------------------
-r16729 | zorglub | 2006-09-18 07:28:30 -0700 (Mon, 18 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Only deinit non-refcounted core data if we're the last instance
-
-
-------------------------------------------------------------------------
-r16728 | zorglub | 2006-09-18 07:16:14 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/libvlc_internal.h
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/core.c
-   M /trunk/src/libvlc-common.c
-   M /trunk/test/NativeLibvlcTest.py
-   M /trunk/test/native/libvlc.c
-   M /trunk/test/test.sh
-
-A bit of cleanup and test
-
-------------------------------------------------------------------------
-r16727 | xtophe | 2006-09-18 04:30:31 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-update-po and fix rules for qt4 ui
-
-------------------------------------------------------------------------
-r16726 | zorglub | 2006-09-18 02:44:20 -0700 (Mon, 18 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Fix spurious release at end
-
-------------------------------------------------------------------------
-r16725 | zorglub | 2006-09-17 23:33:24 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/engine.c
-
-Fix deadlock
-
-------------------------------------------------------------------------
-r16723 | fkuehne | 2006-09-17 15:54:31 -0700 (Sun, 17 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/THANKS
-
-* that one as, please..
-------------------------------------------------------------------------
-r16722 | fkuehne | 2006-09-17 15:54:08 -0700 (Sun, 17 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* some additions and updates THANKS
-------------------------------------------------------------------------
-r16721 | fkuehne | 2006-09-17 15:47:19 -0700 (Sun, 17 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* added button graphics to target
-------------------------------------------------------------------------
-r16720 | fkuehne | 2006-09-17 15:39:21 -0700 (Sun, 17 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/AppleRemote.h
-   M /trunk/modules/gui/macosx/AppleRemote.m
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/embeddedwindow.h
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/wizard.h
-
-* removed an outdated method instead of commenting it
-------------------------------------------------------------------------
-r16719 | fkuehne | 2006-09-17 15:32:39 -0700 (Sun, 17 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* implemented the previously committed playmode buttons and fixed the playmode saving
-------------------------------------------------------------------------
-r16717 | zorglub | 2006-09-17 14:59:36 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/equalizer_presets.h
-
-Missing file
-
-------------------------------------------------------------------------
-r16715 | zorglub | 2006-09-17 14:44:46 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix terrible bug
-
-------------------------------------------------------------------------
-r16714 | dionoea | 2006-09-17 14:39:33 -0700 (Sun, 17 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-Next non bugfix release is going to be 0.9.0
-Next bugfix release should be renamed to 0.8.6
-
-------------------------------------------------------------------------
-r16712 | zorglub | 2006-09-17 14:37:10 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Update trunk NEWS
-
-------------------------------------------------------------------------
-r16711 | zorglub | 2006-09-17 14:26:43 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   A /trunk/modules/gui/qt4/components/equalizer.cpp
-   A /trunk/modules/gui/qt4/components/equalizer.hpp
-   M /trunk/modules/gui/qt4/ui/equalizer.ui
-
-Equalizer component
-
-------------------------------------------------------------------------
-r16710 | zorglub | 2006-09-17 14:23:02 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
-Try computing an approximation of the length when we don't have mp3 bitrate
-
-------------------------------------------------------------------------
-r16709 | fkuehne | 2006-09-17 14:16:48 -0700 (Sun, 17 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* temporarily disable x264 on intel-based Macs until it is fixed
-------------------------------------------------------------------------
-r16708 | dionoea | 2006-09-17 14:16:01 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-Use Artist/Title/Album meta data in vorbis. Feel free to add what's missing and remove duplicate stuff from this code
-
-------------------------------------------------------------------------
-r16706 | zorglub | 2006-09-17 13:36:56 -0700 (Sun, 17 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-Don't delete callbacks from an already destroyed objects
-Make sure we remove the callback before quitting
-
-------------------------------------------------------------------------
-r16705 | thresh | 2006-09-17 13:29:10 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/misc/audioscrobbler.c
-
-servicing email change request for Rafael Carre
-
-------------------------------------------------------------------------
-r16704 | fkuehne | 2006-09-17 13:19:53 -0700 (Sun, 17 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/extras/MacOSX/Resources/add_embedded.png
-   A /trunk/extras/MacOSX/Resources/add_embedded_blue.png
-   A /trunk/extras/MacOSX/Resources/repeat_embedded.png
-   A /trunk/extras/MacOSX/Resources/repeat_embedded_blue.png
-   A /trunk/extras/MacOSX/Resources/repeat_single_embedded_blue.png
-   A /trunk/extras/MacOSX/Resources/shuffle_embedded.png
-   A /trunk/extras/MacOSX/Resources/shuffle_embedded_blue.png
-
-* add the new icons by Simon Damkjaer Anderson <simondamkjaer@gmail.com>, so Trax doesn't need to bootstrap over and over again. Implementation follows later on
-------------------------------------------------------------------------
-r16703 | fkuehne | 2006-09-17 13:10:18 -0700 (Sun, 17 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* don't add -Wall to the obj-C flags, as you'll get flooded with useless warnings and don't see the errors anymore
-------------------------------------------------------------------------
-r16702 | fkuehne | 2006-09-17 13:07:31 -0700 (Sun, 17 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/x264-svn-darwin_intel.patch
-
-* compile before you commit, wasn't it?
-------------------------------------------------------------------------
-r16701 | fkuehne | 2006-09-17 13:04:47 -0700 (Sun, 17 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/x264-svn-darwin_intel.patch
-
-* another attempt by pengvado
-------------------------------------------------------------------------
-r16700 | dionoea | 2006-09-17 12:50:03 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-Fix deadlock (hopefully)
-
-------------------------------------------------------------------------
-r16699 | fkuehne | 2006-09-17 12:36:47 -0700 (Sun, 17 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/x264-svn-darwin_intel.patch
-
-* try to fix x264 for Mac Intel as suggested by Manao on IRC
-------------------------------------------------------------------------
-r16698 | dionoea | 2006-09-17 12:27:40 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   M /trunk/modules/misc/Modules.am
-   A /trunk/modules/misc/audioscrobbler.c
-
-New audioscrobbler/last.fm plugin by Rafa?\195?\171l Carr?\195?\169 and Kenneth Ostby.
-
-------------------------------------------------------------------------
-r16697 | fkuehne | 2006-09-17 12:13:33 -0700 (Sun, 17 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/src/interface/interaction.c
-
-* fixed __intf_UserStringInput
-------------------------------------------------------------------------
-r16696 | fkuehne | 2006-09-17 11:41:21 -0700 (Sun, 17 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-   M /trunk/modules/gui/macosx/extended.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/macosx/wizard.m
-
-* updated all files to yield the playlist instead of finding it
-------------------------------------------------------------------------
-r16695 | xtophe | 2006-09-17 11:07:35 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/input_stats.ui
-
-Initialise widgets to avoid garbage display
-
-------------------------------------------------------------------------
-r16694 | zorglub | 2006-09-17 10:00:33 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   A /trunk/modules/gui/qt4/ui/equalizer.ui
-
-UI for equalizer
-
-------------------------------------------------------------------------
-r16693 | zorglub | 2006-09-17 09:11:58 -0700 (Sun, 17 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/item.c
-
-Don't forget to reset skipping when adding a new item
-Fix a debug message
-
-------------------------------------------------------------------------
-r16692 | zorglub | 2006-09-17 07:43:42 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-   M /trunk/src/playlist/thread.c
-
-Reduce wakeup frequencies
-
-------------------------------------------------------------------------
-r16691 | zorglub | 2006-09-17 07:36:06 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/services_discovery/shout.c
-   M /trunk/src/playlist/services_discovery.c
-
-Services discovery are not forced to have a run function
-
-------------------------------------------------------------------------
-r16690 | zorglub | 2006-09-17 06:40:02 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-Woops
-
-------------------------------------------------------------------------
-r16689 | zorglub | 2006-09-17 05:40:52 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/variables.h
-   M /trunk/modules/control/hotkeys.c
-
-Clean up a bit of redundant code
-
-------------------------------------------------------------------------
-r16688 | zorglub | 2006-09-17 05:40:37 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify/growl.c
-   M /trunk/modules/misc/notify/msn.c
-
-Don't run growl and msn plugins
-
-------------------------------------------------------------------------
-r16687 | jb | 2006-09-17 05:15:42 -0700 (Sun, 17 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
-
-*Qt4: InfoTabs, the layout..
-
-
-------------------------------------------------------------------------
-r16686 | zorglub | 2006-09-17 03:17:39 -0700 (Sun, 17 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/notify/notify.c
-   M /trunk/src/interface/interface.c
-
-Interfaces are now allowed not to have a Run function.
-This will help reduce useless process wakeups
-
-------------------------------------------------------------------------
-r16685 | zorglub | 2006-09-17 02:43:12 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify/notify.c
-
-Fix
-
-------------------------------------------------------------------------
-r16684 | zorglub | 2006-09-17 02:33:59 -0700 (Sun, 17 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/Modules.am
-   D /trunk/modules/misc/growl.c
-   D /trunk/modules/misc/msn.c
-   A /trunk/modules/misc/notify
-   A /trunk/modules/misc/notify/Modules.am
-   A /trunk/modules/misc/notify/growl.c (from /trunk/modules/misc/growl.c:16683)
-   A /trunk/modules/misc/notify/msn.c (from /trunk/modules/misc/msn.c:16675)
-   A /trunk/modules/misc/notify/notify.c (from /trunk/modules/misc/notify.c:16675)
-   A /trunk/modules/misc/notify/xosd.c (from /trunk/modules/visualization/xosd.c:16675)
-   D /trunk/modules/misc/notify.c
-   M /trunk/modules/visualization/Modules.am
-   D /trunk/modules/visualization/xosd.c
-
-* Move all notifications plugins to misc/notify
-* Don't find playlist
-* Fix a few bugs in notification plugins
-
-Todo: find a way to get rid of this mostly redundant code and rewrite the XOSD plugin
-
-------------------------------------------------------------------------
-r16683 | zorglub | 2006-09-17 02:06:24 -0700 (Sun, 17 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/showintf.c
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-   M /trunk/modules/misc/growl.c
-
-Don't use find for the playlist
-
-------------------------------------------------------------------------
-r16682 | zorglub | 2006-09-16 14:00:15 -0700 (Sat, 16 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/tree.c
-
-Fix crash
-
-------------------------------------------------------------------------
-r16681 | zorglub | 2006-09-16 13:34:01 -0700 (Sat, 16 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Fix Qt crash on exit
-
-------------------------------------------------------------------------
-r16680 | zorglub | 2006-09-16 12:21:10 -0700 (Sat, 16 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-Fix shoutcast handling and remove broken progress detection
-
-------------------------------------------------------------------------
-r16679 | zorglub | 2006-09-16 12:20:42 -0700 (Sat, 16 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/control.c
-
-Correctly handle "no-skip" items
-
-------------------------------------------------------------------------
-r16678 | zorglub | 2006-09-16 12:20:11 -0700 (Sat, 16 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Process all playlist updates
-
-------------------------------------------------------------------------
-r16677 | jpsaman | 2006-09-16 12:05:26 -0700 (Sat, 16 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Don't remove AC_PROG_CPP our headerfile and library checking macros depend on it. Unbreak configure.ac
-------------------------------------------------------------------------
-r16676 | bigben | 2006-09-16 11:18:09 -0700 (Sat, 16 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* One more try to fix my commit
-
-
-------------------------------------------------------------------------
-r16675 | fkuehne | 2006-09-16 08:22:22 -0700 (Sat, 16 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* various improvements to our Apple Remote bindings by the original author of the inofficial API, Martin Kahr (martin at his surname.com)
-------------------------------------------------------------------------
-r16674 | bigben | 2006-09-16 08:12:05 -0700 (Sat, 16 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* perhaps OSX likes this line break better ?
-
-
-------------------------------------------------------------------------
-r16673 | bigben | 2006-09-16 07:36:51 -0700 (Sat, 16 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/screensaver.c
-
-* Fix the screensaver module for newer dbus APIs. Reported by Stone <syphyr at gmail dot com>
-
-
-
-------------------------------------------------------------------------
-r16672 | zorglub | 2006-09-16 05:45:08 -0700 (Sat, 16 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-annoying typo :)
-
-------------------------------------------------------------------------
-r16671 | zorglub | 2006-09-16 04:20:10 -0700 (Sat, 16 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-
-Should fix OS X build
-
-------------------------------------------------------------------------
-r16670 | zorglub | 2006-09-16 04:01:24 -0700 (Sat, 16 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Even if we are asked to wait for data, bail out if all sockets are at EOF.
-
-I'm far from being sure this is the right thing to do, but it allows MMSH to work correctly (it requests some data while the server is closing connection)
-
-------------------------------------------------------------------------
-r16668 | zorglub | 2006-09-16 02:05:35 -0700 (Sat, 16 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/Modules.am
-   D /trunk/modules/demux/playlist/old.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-
-Remove old and broken playlist demuxer
-Do not search for playlist
-
-------------------------------------------------------------------------
-r16667 | zorglub | 2006-09-15 15:58:44 -0700 (Fri, 15 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-Oups
-
-------------------------------------------------------------------------
-r16666 | zorglub | 2006-09-15 15:10:37 -0700 (Fri, 15 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/input/control.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/item.c
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_intf.c
-
-Remove vlc_object_find for playlist from the core
-
-------------------------------------------------------------------------
-r16665 | zorglub | 2006-09-15 13:14:07 -0700 (Fri, 15 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-Hopefully fix OS X
-
-------------------------------------------------------------------------
-r16664 | zorglub | 2006-09-15 12:59:12 -0700 (Fri, 15 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/libvlc_internal.h
-   M /trunk/src/control/core.c
-   M /trunk/src/control/playlist.c
-
-Convert the new libvlc API (so, the one that is in src/control) not to use the old libVLC API (the one that is in libvlc.c, er, no, was... ah... maybe it's the internal one... err .... well, it's about vlc for sure...)
-
-------------------------------------------------------------------------
-r16663 | zorglub | 2006-09-15 12:48:42 -0700 (Fri, 15 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/include/libvlc_internal.h
-   M /trunk/src/Makefile.am
-   A /trunk/src/libvlc-common.c (from /trunk/src/libvlc.c:16662)
-   M /trunk/src/libvlc.c
-
-Split libvlc.c:
-* instances creation/deletion stuff to libvlc-common.c
-* implementation of the old libvlc API to libvlc.c
-
-------------------------------------------------------------------------
-r16662 | xtophe | 2006-09-15 10:15:09 -0700 (Fri, 15 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/include/os_specific.h
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/darwin_specific.m
-   M /trunk/src/misc/win32_specific.c
-
-Those files where forgoten in [16658]
-vlc_t => libvlc_int_t
-
-------------------------------------------------------------------------
-r16661 | xtophe | 2006-09-15 09:20:57 -0700 (Fri, 15 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/extras/m4/autoconf260.m4
-
-Re-use the old OBJC workaround and distribute autoconf260.m4
-
-------------------------------------------------------------------------
-r16660 | zorglub | 2006-09-15 09:18:08 -0700 (Fri, 15 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/main.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/thread.c
-
-Store playlist object in instance-specific object
-
-------------------------------------------------------------------------
-r16659 | zorglub | 2006-09-15 08:10:25 -0700 (Fri, 15 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/stream_output/stream_output.c
-
-Move stats stuff to the per-instance object
-
-------------------------------------------------------------------------
-r16658 | zorglub | 2006-09-15 07:31:51 -0700 (Fri, 15 Sep 2006) | 15 lines
-Changed paths:
-   M /trunk/include/libvlc_internal.h
-   M /trunk/include/main.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/include/vlc_update.h
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/screen/win32.c
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/auhal.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/hd1000a.cpp
-   M /trunk/modules/audio_output/portaudio.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/dirac.c
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/mash.cpp
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/codec/sdl_image.c
-   M /trunk/modules/codec/tarkin.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/twolame.c
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/control/lirc.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-   M /trunk/modules/gui/macosx/sfilters.m
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/qnx/vout.c
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-   M /trunk/modules/misc/dummy/input.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/memcpy/memcpy.c
-   M /trunk/modules/misc/memcpy/memcpyaltivec.c
-   M /trunk/modules/misc/qte_main.cpp
-   M /trunk/modules/misc/testsuite/playlist.c
-   M /trunk/modules/misc/testsuite/test4.c
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/modules/stream_out/bridge.c
-   M /trunk/modules/stream_out/mosaic_bridge.c
-   M /trunk/modules/stream_out/switcher.c
-   M /trunk/modules/video_chroma/i420_rgb.h
-   M /trunk/modules/video_chroma/i420_ymga.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/gradient.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/mosaic.h
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/opencv_example.cpp
-   M /trunk/modules/video_filter/psychedelic.c
-   M /trunk/modules/video_filter/ripple.c
-   M /trunk/modules/video_filter/swscale/filter.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_filter/wave.c
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/glide.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/snapshot.c
-   M /trunk/modules/video_output/svgalib.c
-   M /trunk/modules/video_output/wingdi.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/control/audio.c
-   M /trunk/src/control/core.c
-   M /trunk/src/control/input.c
-   M /trunk/src/control/mediacontrol_init.c
-   M /trunk/src/control/video.c
-   M /trunk/src/control/vlm.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/block.c
-   M /trunk/src/misc/charset.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/darwin_specific.m
-   M /trunk/src/misc/devices.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/update.c
-   M /trunk/src/misc/vlm.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/network/httpd.c
-   M /trunk/src/network/tls.c
-   M /trunk/src/osd/osd.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output/vout_intf.c
-   M /trunk/src/video_output/vout_pictures.c
-
-For consistency, remove references to vlc from libvlc
-Also, make it clearer what is shared and instance-specific
-
-So,
-libvlc_t ==> libvlc_global_t
-vlc_t ==> libvlc_int_t (internal instance)
-
-p_object->p_libvlc ==> p_object->p_libvlc_globale
-p_object->p_vlc ==> p_object->p_libvlc
-
-VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC
-
-And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
-
-
-------------------------------------------------------------------------
-r16657 | Trax | 2006-09-15 05:13:44 -0700 (Fri, 15 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-* modules/demux/avi/avi.c: typo secondes -> seconds
-------------------------------------------------------------------------
-r16656 | zorglub | 2006-09-15 04:43:22 -0700 (Fri, 15 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/playlist/tree.c
-
-Rename playlist_NodesCreateForSD to playlist_NodesPairCreate and document it
-
-------------------------------------------------------------------------
-r16655 | damienf | 2006-09-14 15:34:55 -0700 (Thu, 14 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-
-- activex: initialization issues
-
-------------------------------------------------------------------------
-r16654 | zorglub | 2006-09-14 14:19:34 -0700 (Thu, 14 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/playlist/thread.c
-
-Fix a number of problems with interaction dialogs
-Remove the "seeking too far" error, as it happens for broken AVI and is quite confusing
-
-------------------------------------------------------------------------
-r16653 | xtophe | 2006-09-14 13:31:58 -0700 (Thu, 14 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
-Use var_ instead of config_  (closes #740)
-
-------------------------------------------------------------------------
-r16652 | damienf | 2006-09-14 12:44:47 -0700 (Thu, 14 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   A /trunk/activex/guiddef.h
-   M /trunk/activex/main.cpp
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/utils.cpp
-   M /trunk/activex/utils.h
-   M /trunk/activex/vlccontrol.cpp
-   M /trunk/activex/vlccontrol.h
-   A /trunk/activex/vlccontrol2.cpp
-   A /trunk/activex/vlccontrol2.h
-
-- ActiveX: support for libvlc and common scripting APIS, widl has replaced midl as default IDL compiler
-
-------------------------------------------------------------------------
-r16651 | zorglub | 2006-09-14 11:58:39 -0700 (Thu, 14 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/include/audio_output.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/video_output/vout_intf.c
-
-Filter handling helpers moved to core
-Will have to be updated/factorized when new chain and filter stuff is in.
-
-------------------------------------------------------------------------
-r16650 | fkuehne | 2006-09-14 11:47:59 -0700 (Thu, 14 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/fspanel.m
-
-* fix a nasty handling bug and convert all comments to C-style
-------------------------------------------------------------------------
-r16649 | zorglub | 2006-09-14 09:44:22 -0700 (Thu, 14 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_intf_strings.h
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-   M /trunk/modules/misc/profile_parser.c
-   M /trunk/src/interface/interaction.c
-
-Add missing actions in popup
-
-------------------------------------------------------------------------
-r16648 | fkuehne | 2006-09-14 09:12:27 -0700 (Thu, 14 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* enable debug for x264 compilation for testing purposes (refs #733)
-------------------------------------------------------------------------
-r16646 | jb | 2006-09-13 16:16:25 -0700 (Wed, 13 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-* QT timeout=>timeout() in the MACRO to avoid hanging.
-Object::connect: Parentheses expected, signal QTimer::timeout
-
-
-------------------------------------------------------------------------
-r16645 | yoann | 2006-09-13 12:55:19 -0700 (Wed, 13 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/vlc.vim
-
-* extras/vlc.vim: match also files with a "Copyright [...] Videolan team"
-
-------------------------------------------------------------------------
-r16644 | zorglub | 2006-09-13 06:11:42 -0700 (Wed, 13 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/selector.cpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/components/video_widget.cpp
-   M /trunk/modules/gui/qt4/dialogs/errors.cpp
-   M /trunk/modules/gui/qt4/dialogs/errors.hpp
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-
-Some more cleanup and macros
-
-------------------------------------------------------------------------
-r16643 | zorglub | 2006-09-13 05:45:46 -0700 (Wed, 13 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-   M /trunk/modules/gui/qt4/components/preferences.hpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-   M /trunk/modules/gui/qt4/dialogs/messages.hpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-Some cleanup here and there
-* Add a CONNECT macro for simple signal->slot connections 
-* Untested save support in simple preferences
-
-------------------------------------------------------------------------
-r16642 | xtophe | 2006-09-13 02:20:44 -0700 (Wed, 13 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/m4/autoconf260.m4
-
-Typo
-
-------------------------------------------------------------------------
-r16641 | zorglub | 2006-09-13 02:03:27 -0700 (Wed, 13 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
-   D /trunk/modules/gui/qt4/ui/inputdialog.ui
-   D /trunk/modules/gui/qt4/ui/logindialog.ui
-   D /trunk/modules/gui/qt4/ui/progressdialog.ui
-
-Implementation of login, input and progress dialogs in Qt
-(untested)
-
-------------------------------------------------------------------------
-r16640 | zorglub | 2006-09-12 23:22:23 -0700 (Tue, 12 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_streaming.h
-   M /trunk/include/vlc_strings.h
-   M /trunk/src/stream_output/profiles.c
-
-* Handle parameters in streaming profiles
-* Remove i18n_string stuff
-
-------------------------------------------------------------------------
-r16639 | dionoea | 2006-09-12 14:35:18 -0700 (Tue, 12 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-Really useless this time
-
-------------------------------------------------------------------------
-r16638 | dionoea | 2006-09-12 14:32:29 -0700 (Tue, 12 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/toolbox
-
-Commit random stuff to test modified commit emails.
-
-------------------------------------------------------------------------
-r16637 | courmisch | 2006-09-12 12:15:20 -0700 (Tue, 12 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/nsc.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/real.c
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/vobsub.c
-
-Most of demux/
-
-------------------------------------------------------------------------
-r16636 | courmisch | 2006-09-12 12:00:51 -0700 (Tue, 12 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/control/rc.c
-
-control/
-
-------------------------------------------------------------------------
-r16635 | courmisch | 2006-09-12 11:57:45 -0700 (Tue, 12 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/access_filter/timeshift.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/audio_output/alsa.c
-
-More
-
-------------------------------------------------------------------------
-r16634 | courmisch | 2006-09-12 11:52:13 -0700 (Tue, 12 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-
-Warnings
-
-------------------------------------------------------------------------
-r16633 | courmisch | 2006-09-12 11:49:41 -0700 (Tue, 12 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/input/control.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/var.c
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/update.c
-   M /trunk/src/misc/vlm.c
-   M /trunk/src/network/httpd.c
-   M /trunk/src/network/io.c
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_intf.c
-
-Ahem: (v)asprintf requires stdio.h; strndup requires string.h
-
-------------------------------------------------------------------------
-r16632 | courmisch | 2006-09-12 11:35:04 -0700 (Tue, 12 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/m4/autoconf260.m4
-   M /trunk/vlc-config.in.in
-
-Modernize configure.ac a bit
-
-------------------------------------------------------------------------
-r16631 | courmisch | 2006-09-12 11:03:45 -0700 (Tue, 12 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-   A /trunk/extras/m4
-   A /trunk/extras/m4/autoconf260.m4
-   M /trunk/m4
-
-Revert lame revert from [16628].
-Provide trivial work-around for users of obsolete autoconf
-
-------------------------------------------------------------------------
-r16630 | courmisch | 2006-09-12 10:47:05 -0700 (Tue, 12 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Fortunately, VLC is not using CVS anymore.
-
-------------------------------------------------------------------------
-r16628 | damienf | 2006-09-12 10:03:39 -0700 (Tue, 12 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-
-- bootstrap: removed vlcintf.h
-- configure.ac: autoconf 2.59c is not yet supported in Cygwin, added Wine support for ActiveX plugin
-
-------------------------------------------------------------------------
-r16624 | sam | 2006-09-12 05:19:33 -0700 (Tue, 12 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-  * src/network/io.c: zorglub: gnagnagna ! :)
-    (fixed more coding style, and resolved a conflict I introduced)
-
-------------------------------------------------------------------------
-r16623 | sam | 2006-09-12 05:17:41 -0700 (Tue, 12 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-  * src/misc/network/io.c: coding style fixes.
-
-------------------------------------------------------------------------
-r16622 | courmisch | 2006-09-11 12:53:18 -0700 (Mon, 11 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/src/network/rootwrap.c
-
-***Partial*** Solaris compile fix
-(you don't expect me to actual try to compile VLC on puma.cti.ecp.fr, do you?)
-
-------------------------------------------------------------------------
-r16621 | courmisch | 2006-09-11 09:36:07 -0700 (Mon, 11 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Improve socket polling logic so that errors to avoid silencing errors.
-
-------------------------------------------------------------------------
-r16619 | sam | 2006-09-11 08:12:33 -0700 (Mon, 11 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: don't add AltiVec modules twice.
-
-------------------------------------------------------------------------
-r16618 | jb | 2006-09-11 06:34:17 -0700 (Mon, 11 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-
-*Contribs: Yet another x264 patch
-
-
-
-------------------------------------------------------------------------
-r16617 | jb | 2006-09-11 05:14:17 -0700 (Mon, 11 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/tiff-cross.patch
-   D /trunk/extras/contrib/src/Patches/tiff.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* Contribs: Remove unneeded files
-* Contribs: change gz => bz2 for autoconf package
-
-
-------------------------------------------------------------------------
-r16616 | jb | 2006-09-11 04:49:57 -0700 (Mon, 11 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* Contribs: attempt to update Tiff/SDL/SDL_image
-
-
-------------------------------------------------------------------------
-r16615 | zorglub | 2006-09-11 04:32:31 -0700 (Mon, 11 Sep 2006) | 2 lines
-Changed paths:
-   A /trunk/share/profiles/vsp.xsd
-
-Up-to-date schema for profiles
-
-------------------------------------------------------------------------
-r16613 | sam | 2006-09-11 03:51:16 -0700 (Mon, 11 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/mozilla/Makefile.am
-   M /trunk/src/Makefile.am
-
-  * No longer use the $(pic) variable, since all flags are properly set
-    in the configure script.
-
-------------------------------------------------------------------------
-r16611 | sam | 2006-09-11 02:07:58 -0700 (Mon, 11 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-   M /trunk/src/Makefile.am
-
-  * Don't use PIC on WIN32.
-
-------------------------------------------------------------------------
-r16608 | sam | 2006-09-11 01:20:43 -0700 (Mon, 11 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/mozilla/Makefile.am
-
-  * Always use PIC to build the Mozilla plugin.
-
-------------------------------------------------------------------------
-r16607 | zorglub | 2006-09-10 23:07:47 -0700 (Sun, 10 Sep 2006) | 7 lines
-Changed paths:
-   A /trunk/share/profiles
-   A /trunk/share/profiles/en
-   A /trunk/share/profiles/en/http_transcode.vsp
-
-Profile sample.
-* Remove the l10n stuff, we'll handle it through po4a
-* Add the ability to put several profiles in a file
-* Split out the name of the elements
-* Remove the prefix
-Schema is not yet up-to-date.
-
-------------------------------------------------------------------------
-r16606 | zorglub | 2006-09-10 14:58:29 -0700 (Sun, 10 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Remove useless debug
-
-------------------------------------------------------------------------
-r16604 | fkuehne | 2006-09-10 13:43:14 -0700 (Sun, 10 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* remove non-committed files from target to make buildbot happy. You obviously need to restore this to get a panel with icons
-------------------------------------------------------------------------
-r16602 | zorglub | 2006-09-10 13:36:09 -0700 (Sun, 10 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-A bit of cleanup
-Add the qtu (Qt To Utf8) and qta (Qt To Ascii) macros
-
-------------------------------------------------------------------------
-r16600 | dionoea | 2006-09-10 13:21:14 -0700 (Sun, 10 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-vout-filter is now part of the video-filter option. (video output core still needs to be fixed) Based on patch by hobophobe on IRC.
-
-------------------------------------------------------------------------
-r16599 | zorglub | 2006-09-10 13:20:21 -0700 (Sun, 10 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Fix typo
-
-------------------------------------------------------------------------
-r16598 | fkuehne | 2006-09-10 13:17:19 -0700 (Sun, 10 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-   M /trunk/modules/gui/macosx/intf.h
-
-* removed some further hangover from the original patch and finally added embeddedWindow to the xcode project
-------------------------------------------------------------------------
-r16597 | fkuehne | 2006-09-10 13:12:12 -0700 (Sun, 10 Sep 2006) | 16 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/Modules.am
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-   A /trunk/modules/gui/macosx/fspanel.h
-   A /trunk/modules/gui/macosx/fspanel.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* New Fullscreen controller panel
-- basically written by Jerome Decoodt <djc at videolan dot org> aka DiDjCodt
-plus
-- various patches, coding-style fixes, etc. here and there
-- integration to VLCControls
-- automagic fading-in and -out when in fullscreen mode
-
-TODO:
-- get and use native graphics. These are currently being prepared by Simon Damkjaer Andersen, who already donated new playback mode icons (to be committed soon)
-- implement the volume slider
-- fix seeking with the time slider
-- check for memory leaks
-- further clean-up
-
-ATTENTION:
-for the moment, you need certain images from Jerome's patch to get this running. Put them to extras/MacOSX/Resources/ and it'll work. Otherwise, VLC won't crash, but only show strings.
-------------------------------------------------------------------------
-r16596 | zorglub | 2006-09-10 12:00:21 -0700 (Sun, 10 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Fix SD support
-
-------------------------------------------------------------------------
-r16593 | courmisch | 2006-09-10 10:54:17 -0700 (Sun, 10 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Also control plugin export table
-
-------------------------------------------------------------------------
-r16592 | courmisch | 2006-09-10 10:46:50 -0700 (Sun, 10 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src
-
-Blind svn:ignore update
-
-------------------------------------------------------------------------
-r16590 | courmisch | 2006-09-10 10:40:29 -0700 (Sun, 10 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   M /trunk/vlc-api.pl
-
-Ensure libvlc only export symbols from libvlc API
-
-------------------------------------------------------------------------
-r16589 | zorglub | 2006-09-10 10:18:33 -0700 (Sun, 10 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Handle more hotkeys
-Prevent the volume slider from stealing the focus
-
-------------------------------------------------------------------------
-r16586 | xtophe | 2006-09-10 10:00:09 -0700 (Sun, 10 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Don't build stream_out_switcher by default
-
-------------------------------------------------------------------------
-r16583 | sam | 2006-09-10 09:37:47 -0700 (Sun, 10 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am: add empty versioning information to libvlc.so.
-
-------------------------------------------------------------------------
-r16582 | sam | 2006-09-10 09:33:18 -0700 (Sun, 10 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
- * src/Makefile.am: do not use -avoid-version. [ported from r16581]
-
-------------------------------------------------------------------------
-r16580 | dionoea | 2006-09-09 13:19:32 -0700 (Sat, 09 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Also decode VP6 in flash ... this currently decodes video upside down (example file: http://samples.mplayerhq.hu/FLV/flash8/harrypotter-480x272-450-vp6.flv ). If someone knows how to tell the vout/codec to change line order ...
-
-------------------------------------------------------------------------
-r16579 | dionoea | 2006-09-09 12:39:31 -0700 (Sat, 09 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-FFmpeg now has VP5/VP6 decoding (flash uses special variant with codec id VP6F in ffmpeg ... this isn't used in VLC yet)
-
-------------------------------------------------------------------------
-r16578 | courmisch | 2006-09-09 06:50:07 -0700 (Sat, 09 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Switch net_Write to poll() to avoid fd set overflow.
-
-------------------------------------------------------------------------
-r16577 | courmisch | 2006-09-09 03:50:29 -0700 (Sat, 09 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Accept non-socket handles through net_Read* (closes #731)
-
-------------------------------------------------------------------------
-r16576 | courmisch | 2006-09-09 03:37:37 -0700 (Sat, 09 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-Fix segfault. FTP access output is now somehow "tested"
-
-------------------------------------------------------------------------
-r16575 | courmisch | 2006-09-09 03:24:52 -0700 (Sat, 09 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-More fixes
-
-------------------------------------------------------------------------
-r16574 | courmisch | 2006-09-09 03:09:15 -0700 (Sat, 09 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-OSX compile fix
-
-------------------------------------------------------------------------
-r16573 | courmisch | 2006-09-09 03:03:06 -0700 (Sat, 09 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-Oups
-
-------------------------------------------------------------------------
-r16572 | courmisch | 2006-09-09 02:53:34 -0700 (Sat, 09 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-Untested FTP access output (closes #605)
-
-------------------------------------------------------------------------
-r16571 | courmisch | 2006-09-09 02:23:02 -0700 (Sat, 09 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_access.h
-
-Fix typo
-
-------------------------------------------------------------------------
-r16570 | zorglub | 2006-09-09 02:12:23 -0700 (Sat, 09 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interaction.c
-
-One more outdated copyright
-
-------------------------------------------------------------------------
-r16569 | zorglub | 2006-09-09 02:05:11 -0700 (Sat, 09 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/shout.c
-   M /trunk/modules/codec/ffmpeg/mux.c
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
-   M /trunk/modules/gui/skins2/utils/var_tree.cpp
-   M /trunk/modules/gui/skins2/utils/var_tree.hpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-   M /trunk/modules/gui/skins2/vars/playtree.hpp
-   M /trunk/modules/mux/mpeg/ts.c
-
-Copyright stuff
-
-------------------------------------------------------------------------
-r16568 | courmisch | 2006-09-09 01:27:55 -0700 (Sat, 09 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-More cosmetic
-(nice reinvention of the while() loop, but I prefer while())
-
-------------------------------------------------------------------------
-r16567 | courmisch | 2006-09-09 01:20:18 -0700 (Sat, 09 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-Cosmetic fixes
-
-------------------------------------------------------------------------
-r16566 | courmisch | 2006-09-09 01:19:23 -0700 (Sat, 09 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-Don't use someone's else domain in our default values
-
-------------------------------------------------------------------------
-r16565 | courmisch | 2006-09-09 00:48:55 -0700 (Sat, 09 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/stream_out/rtp.c
-
-Really fix SDP ordering here too (closes #716 again)
-
-------------------------------------------------------------------------
-r16564 | courmisch | 2006-09-09 00:43:58 -0700 (Sat, 09 Sep 2006) | 6 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-* Add multicast source filter (RFC4570),
-  so that one day we may be able to use IGMPv3/MLDv2 with VLC streams,
-* Add recvonly attribute
-* Really fix ordering (c= then t= then a=)
-* Put type attribute as a session attribute (as per RFC4566)
-
-------------------------------------------------------------------------
-r16563 | courmisch | 2006-09-09 00:26:22 -0700 (Sat, 09 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Another SDP ordering fix
-
-------------------------------------------------------------------------
-r16562 | dionoea | 2006-09-08 15:41:45 -0700 (Fri, 08 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Add vcrop, vzoom and vratio commands to the rc interface (code duplication is horrible ... i know)
-
-------------------------------------------------------------------------
-r16561 | thresh | 2006-09-08 14:42:19 -0700 (Fri, 08 Sep 2006) | 2 lines
-Changed paths:
-   A /trunk/vlc.spec.alt
-
-ALT Linux VLC specfile
-
-------------------------------------------------------------------------
-r16560 | thresh | 2006-09-08 14:30:07 -0700 (Fri, 08 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-forgot to mention the last fortune is from #videolan 
-
-------------------------------------------------------------------------
-r16559 | thresh | 2006-09-08 14:27:21 -0700 (Fri, 08 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-one more fortune
-
-------------------------------------------------------------------------
-r16558 | courmisch | 2006-09-08 12:50:25 -0700 (Fri, 08 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/stream_out/rtp.c
-
-Fix SDP line ordering (closes #716)
-
-------------------------------------------------------------------------
-r16557 | courmisch | 2006-09-08 12:00:04 -0700 (Fri, 08 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-   M /trunk/src/network/io.c
-
-Complete(?) migration to net_strerror/net_errno
-for nicer Win32 error messages
-
-------------------------------------------------------------------------
-r16556 | courmisch | 2006-09-08 11:33:32 -0700 (Fri, 08 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/error.c
-
-Well, this time maybe
-
-------------------------------------------------------------------------
-r16555 | courmisch | 2006-09-08 11:26:50 -0700 (Fri, 08 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/error.c
-
-Might fix Win32 compilation
-
-------------------------------------------------------------------------
-r16554 | courmisch | 2006-09-08 11:14:25 -0700 (Fri, 08 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/network/io.c
-
-Add missing const qualifier and fix warnings
-
-------------------------------------------------------------------------
-r16553 | courmisch | 2006-09-08 11:08:39 -0700 (Fri, 08 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Don't rebuild the skin all the time
-
-------------------------------------------------------------------------
-r16552 | courmisch | 2006-09-08 11:07:18 -0700 (Fri, 08 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Actually wreak havoc to the network API.
-
-------------------------------------------------------------------------
-r16551 | courmisch | 2006-09-08 10:56:58 -0700 (Fri, 08 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Fixes
-
-------------------------------------------------------------------------
-r16550 | courmisch | 2006-09-08 10:53:14 -0700 (Fri, 08 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-   M /trunk/src/network/tcp.c
-
-Reallow file descriptor above FD_SETSIZE since we now use poll()
-
-------------------------------------------------------------------------
-r16549 | courmisch | 2006-09-08 10:51:58 -0700 (Fri, 08 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/network/io.c
-
-Experimental poll()-capable merge of net_Read, net_ReadNonBlock and net_Select
-
-------------------------------------------------------------------------
-r16548 | courmisch | 2006-09-08 09:29:56 -0700 (Fri, 08 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-More cleanup
-
-------------------------------------------------------------------------
-r16547 | courmisch | 2006-09-08 09:26:49 -0700 (Fri, 08 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/src/network/error.c
-
-Add message for most of the Winsock errors
-(not compile tested, but since no one else wanted to do such a boring commit,
- you can't complain)
-
-------------------------------------------------------------------------
-r16546 | courmisch | 2006-09-08 09:04:29 -0700 (Fri, 08 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Partial cleanup and improved Windows error messages
-
-------------------------------------------------------------------------
-r16545 | sam | 2006-09-08 08:48:21 -0700 (Fri, 08 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-  * modules/stream_out/rtp.c:
-    + Remove SDP file when bailing out. Patch by Fabrice Ollivier.
-
-------------------------------------------------------------------------
-r16543 | xtophe | 2006-09-07 15:58:14 -0700 (Thu, 07 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Update-po
-
-------------------------------------------------------------------------
-r16542 | xtophe | 2006-09-07 15:20:04 -0700 (Thu, 07 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-We need the latest autoconf. see [16537]
-
-------------------------------------------------------------------------
-r16541 | hartman | 2006-09-07 15:01:06 -0700 (Thu, 07 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/access/vcdx/access.c
-
-* Reset access->info.b_eof when we search. After you have read up untill the end, (like ps does), you can search back to the beginning, provided the access module allows this.
-
-------------------------------------------------------------------------
-r16540 | hartman | 2006-09-07 14:58:59 -0700 (Thu, 07 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/ps.h
-
-* Improve duration calculation
-
-------------------------------------------------------------------------
-r16539 | courmisch | 2006-09-07 12:49:30 -0700 (Thu, 07 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/network/udp.c
-
-Implement net_SetDSCP() to set Diffserv code point on a socket.
-
-------------------------------------------------------------------------
-r16538 | courmisch | 2006-09-07 12:23:03 -0700 (Thu, 07 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/misc/gnutls.c
-
-Make GnuTLS use pthread directly rather than VLC's API when appropriate.
-This would be needed if libvlc is ever embedded in an application that
-also uses GnuTLS.
-
-------------------------------------------------------------------------
-r16537 | courmisch | 2006-09-07 12:09:27 -0700 (Thu, 07 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/gnutls.c
-
-- Check x509 certificates start and end date (*ahem*)
-- Some cleanup
-
-------------------------------------------------------------------------
-r16536 | courmisch | 2006-09-07 11:27:41 -0700 (Thu, 07 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/gnutls.c
-
-Require more recent GnuTLS and get rid of broken algos.
-
-------------------------------------------------------------------------
-r16535 | dionoea | 2006-09-07 10:02:46 -0700 (Thu, 07 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/shout.c
-
-:%s/\t/    /g
-
-------------------------------------------------------------------------
-r16534 | damienf | 2006-09-06 15:15:29 -0700 (Wed, 06 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcplugin.cpp
-
-vlcplugin.cpp: don't forget to increment argc
-
-------------------------------------------------------------------------
-r16533 | damienf | 2006-09-06 15:07:22 -0700 (Wed, 06 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/filter_event_info.h
-   A /trunk/modules/video_filter/opencv_example.cpp
-   A /trunk/modules/video_filter/opencv_wrapper.c
-
-- OpenCV video filter module by Dugal Harris
-
-------------------------------------------------------------------------
-r16532 | zorglub | 2006-09-06 14:32:39 -0700 (Wed, 06 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Use the "video filter2" capability for transcode's vfilter option so we don't get vfilter1.
-We need to fix the --video-filter option to accept both vfilter1 and vfilter2 and react correctly
-
-------------------------------------------------------------------------
-r16531 | xtophe | 2006-09-06 14:30:14 -0700 (Wed, 06 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcplugin.cpp
-
-Don't use the media library in the mozilla plugin
-
-------------------------------------------------------------------------
-r16530 | zorglub | 2006-09-06 14:05:21 -0700 (Wed, 06 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/gradient.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/psychedelic.c
-   M /trunk/modules/video_filter/ripple.c
-   M /trunk/modules/video_filter/wave.c
-
-Preferences categories are *not* categories. They are *user* strings.
-
-------------------------------------------------------------------------
-r16529 | zorglub | 2006-09-06 14:03:03 -0700 (Wed, 06 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-
-One more encoding fix
-
-------------------------------------------------------------------------
-r16528 | jpsaman | 2006-09-06 03:02:20 -0700 (Wed, 06 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access_filter/timeshift.c
-
-Typo tha -> that
-------------------------------------------------------------------------
-r16527 | fkuehne | 2006-09-05 14:11:46 -0700 (Tue, 05 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* quick n dirty fix to get the OSX builds compiling for now
-------------------------------------------------------------------------
-r16526 | dionoea | 2006-09-05 09:42:10 -0700 (Tue, 05 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-FFmpeg now has support for VMware's video codec.
-
-------------------------------------------------------------------------
-r16525 | thresh | 2006-09-05 06:22:38 -0700 (Tue, 05 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-link stream_out_switcher with ffmpeg libs (should fix w32 build)
-
-------------------------------------------------------------------------
-r16524 | thresh | 2006-09-05 05:33:53 -0700 (Tue, 05 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-We can build ffmpeg and stream_out_switcher as plugins when found by pkg-config.
-Can we?
-
-------------------------------------------------------------------------
-r16523 | zorglub | 2006-09-05 04:18:44 -0700 (Tue, 05 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/loadsave.c
-
-Include errno.h
-
-------------------------------------------------------------------------
-r16522 | hartman | 2006-09-05 04:07:08 -0700 (Tue, 05 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-* Quote add
-
-------------------------------------------------------------------------
-r16521 | zorglub | 2006-09-05 00:16:17 -0700 (Tue, 05 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-
-Convert items in the preferences tree to locale
-
-------------------------------------------------------------------------
-r16520 | zorglub | 2006-09-04 23:09:42 -0700 (Mon, 04 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-   M /trunk/src/Makefile.am
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-   A /trunk/src/playlist/playlist_internal.h
-   M /trunk/src/playlist/search.c
-   M /trunk/src/playlist/services_discovery.c
-   M /trunk/src/playlist/sort.c
-   M /trunk/src/playlist/thread.c
-   M /trunk/src/playlist/tree.c
-
-Split playlist include file in public/private
-
-------------------------------------------------------------------------
-r16519 | damienf | 2006-09-04 14:48:45 -0700 (Mon, 04 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_internal.h
-
-input.c: fixed state (broke pause)
-
-------------------------------------------------------------------------
-r16518 | xtophe | 2006-09-04 12:28:53 -0700 (Mon, 04 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/po/pt_PT.po
-
-New update of the Portuguese l10n
-
-------------------------------------------------------------------------
-r16517 | damienf | 2006-09-04 11:19:03 -0700 (Mon, 04 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-fixed typo
-
-------------------------------------------------------------------------
-r16516 | damienf | 2006-09-04 11:17:10 -0700 (Mon, 04 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/mozilla/test.html
-   M /trunk/mozilla/vlcshell.cpp
-
-mozilla: more clean-ups
-
-------------------------------------------------------------------------
-r16515 | damienf | 2006-09-04 10:51:10 -0700 (Mon, 04 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/input.c
-
-- added input state & input rate in control APIs
-
-------------------------------------------------------------------------
-r16514 | damienf | 2006-09-04 10:50:19 -0700 (Mon, 04 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-
-forgot that one in last commit
-
-------------------------------------------------------------------------
-r16513 | damienf | 2006-09-04 10:48:38 -0700 (Mon, 04 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-
-- input: added intermediate state info opening & buffering
-
-------------------------------------------------------------------------
-r16512 | xtophe | 2006-09-04 06:32:02 -0700 (Mon, 04 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-
-As a second effect of the recent libtool/build system commits, libvlc.dll has loose the extra .a. hurray.
-
-------------------------------------------------------------------------
-r16511 | xtophe | 2006-09-04 03:43:50 -0700 (Mon, 04 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-We don't use utf-8 in localisable string so drop the option.
-
-------------------------------------------------------------------------
-r16510 | sam | 2006-09-04 03:12:03 -0700 (Mon, 04 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/decoder.c
-
-  * src/input/decoder.c: sorry, I'm not allowed to put UTF-8 here.
-
-------------------------------------------------------------------------
-r16509 | xtophe | 2006-09-04 02:27:21 -0700 (Mon, 04 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-* Tell gettext that we use UTF-8.
-* run update-po
-
-
-------------------------------------------------------------------------
-r16508 | sam | 2006-09-03 15:18:30 -0700 (Sun, 03 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/decoder.c
-
-  * src/input/decoder.c: use real, nice quotes.
-
-------------------------------------------------------------------------
-r16507 | fkuehne | 2006-09-03 15:13:20 -0700 (Sun, 03 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-* save playback styles on Macs as well
-------------------------------------------------------------------------
-r16506 | thresh | 2006-09-03 15:07:29 -0700 (Sun, 03 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Try to find seamonkey-config too.
-
-TODO: test for xpidl in /usr/lib{,64}/seamonkey too.
-
-------------------------------------------------------------------------
-r16505 | zorglub | 2006-09-03 14:53:38 -0700 (Sun, 03 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Start grabbing hotkeys in Qt. Unfinished
-
-------------------------------------------------------------------------
-r16504 | sam | 2006-09-03 13:51:09 -0700 (Sun, 03 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/decoder.c
-
-  * src/input/decoder.c: fix "unsupported fourcc" fatal error message.
-
-------------------------------------------------------------------------
-r16503 | zorglub | 2006-09-03 10:43:25 -0700 (Sun, 03 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-
-Fix postprocessing in menu (Closes:#659)
-
-------------------------------------------------------------------------
-r16502 | zorglub | 2006-09-03 10:31:02 -0700 (Sun, 03 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/input/item.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-
-Auto load and save media library (Closes:#433)
-
-------------------------------------------------------------------------
-r16501 | zorglub | 2006-09-03 09:50:22 -0700 (Sun, 03 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-open directory and playlist
-
-------------------------------------------------------------------------
-r16500 | zorglub | 2006-09-03 09:43:26 -0700 (Sun, 03 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/xspf.c
-
-Remove useless debug, fix a bug
-
-------------------------------------------------------------------------
-r16499 | zorglub | 2006-09-03 09:41:40 -0700 (Sun, 03 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-Fix possible crash
-
-------------------------------------------------------------------------
-r16498 | courmisch | 2006-09-03 08:20:43 -0700 (Sun, 03 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Use LTLIBINTL instead of LIBINTL when using libtool.
-
-------------------------------------------------------------------------
-r16497 | xtophe | 2006-09-03 08:17:11 -0700 (Sun, 03 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   A /trunk/po/pt_PT.po
-
-Start of the work of Ari Constancio on Portuguese localisation
-
-------------------------------------------------------------------------
-r16496 | courmisch | 2006-09-03 08:08:52 -0700 (Sun, 03 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Fix type-punning breakage
-
-------------------------------------------------------------------------
-r16495 | courmisch | 2006-09-03 08:01:52 -0700 (Sun, 03 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-You shall not pass NULL to IsUTF8().
-
-------------------------------------------------------------------------
-r16494 | thresh | 2006-09-03 05:41:56 -0700 (Sun, 03 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-write comments in config file in user locale instead of utf
-
-------------------------------------------------------------------------
-r16493 | courmisch | 2006-09-03 04:51:11 -0700 (Sun, 03 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Another GNU makism killed
-
-------------------------------------------------------------------------
-r16492 | courmisch | 2006-09-03 04:44:03 -0700 (Sun, 03 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/control/corba/Modules.am
-
-Further crackdown on GNU make-isms
-But is the corba plugin functionnal anyway?
-
-------------------------------------------------------------------------
-r16491 | xtophe | 2006-09-02 16:24:38 -0700 (Sat, 02 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-hmm One of yesterday commit broke binary compatibility.
-
-------------------------------------------------------------------------
-r16490 | zorglub | 2006-09-02 15:33:44 -0700 (Sat, 02 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/src/libvlc.h
-   M /trunk/test/native/url.c
-
-Remember random/loop/repeat
-
-------------------------------------------------------------------------
-r16489 | zorglub | 2006-09-02 14:22:19 -0700 (Sat, 02 Sep 2006) | 5 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/playlist/engine.c
-
-Add --play-and-exit option to quit after no more items are in playlist.
-To be backported, but will need some manual merging (diff in vlc-devel should apply pristine to 0.8.5).
-Thanks to Georgi Chorbadzhiyski for the patch
-
-
-------------------------------------------------------------------------
-r16488 | dionoea | 2006-09-02 13:46:57 -0700 (Sat, 02 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-Fix refcount issues and only vlc_object_find when needed
-
-------------------------------------------------------------------------
-r16487 | courmisch | 2006-09-02 13:30:53 -0700 (Sat, 02 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/access/http.c
-
-Merge [PATCH] http chunked encoding fix
-
-------------------------------------------------------------------------
-r16486 | xtophe | 2006-09-02 12:48:49 -0700 (Sat, 02 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Use our own pkg-config macro. So we don't have problems on OSX (ol pkg.m4 or wrong installation)
-
-------------------------------------------------------------------------
-r16485 | dionoea | 2006-09-02 10:08:08 -0700 (Sat, 02 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/fake.c
-
-Oops.
-
-------------------------------------------------------------------------
-r16484 | zorglub | 2006-09-02 10:07:46 -0700 (Sat, 02 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/search.c
-   M /trunk/src/playlist/tree.c
-
-Fixes for random + live search
-
-------------------------------------------------------------------------
-r16483 | dionoea | 2006-09-02 10:03:36 -0700 (Sat, 02 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_spu.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/codec/cvdsub.c
-   M /trunk/modules/codec/fake.c
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_intf.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-subpicture_t now has a b_pausable attribute. When set to VLC_TRUE (default value is VLC_FALSE), this will keep displaying the subpicture_t when the parent input is paused. This means that subtitles should now be paused when clicking on pause. (refs #29)
-
-------------------------------------------------------------------------
-r16482 | zorglub | 2006-09-02 09:59:50 -0700 (Sat, 02 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/tree.c
-
-Re-enable random.
-It is now based on a shuffled array of items, so that next + prev takes you back to what you were playing
-
-------------------------------------------------------------------------
-r16481 | xtophe | 2006-09-02 07:49:53 -0700 (Sat, 02 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Don't compile the motion plugin on win32
-
-------------------------------------------------------------------------
-r16480 | Trax | 2006-09-02 07:32:19 -0700 (Sat, 02 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/crossbar.cpp
-   M /trunk/modules/video_output/directx/direct3d.c
-
-* more ouput -> output typos
-------------------------------------------------------------------------
-r16479 | courmisch | 2006-09-02 05:26:41 -0700 (Sat, 02 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Make mux_ts a plugin too.
-Afterall, ts is a plugin, and is probably as useful if not more.
-
-------------------------------------------------------------------------
-r16478 | courmisch | 2006-09-02 05:19:59 -0700 (Sat, 02 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Make theora codec a plugin
-
-------------------------------------------------------------------------
-r16477 | courmisch | 2006-09-02 05:15:55 -0700 (Sat, 02 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Cleanup gnutls detection
-
-------------------------------------------------------------------------
-r16476 | courmisch | 2006-09-02 04:20:55 -0700 (Sat, 02 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Enable libtool by default.
-You can still disable it manually...
-and well, you've had six months to fix your build system.
-
-------------------------------------------------------------------------
-r16475 | courmisch | 2006-09-02 04:20:07 -0700 (Sat, 02 Sep 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-Remove evil kludge.
-Better fix broken code that would rely on this.
-
-------------------------------------------------------------------------
-r16474 | zorglub | 2006-09-02 03:20:26 -0700 (Sat, 02 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/tree.c
-
-Fix a few quirks with playlist filters
-
-------------------------------------------------------------------------
-r16473 | zorglub | 2006-09-02 01:40:01 -0700 (Sat, 02 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/engine.c
-
-Actually use the --playlist-tree option
-
-------------------------------------------------------------------------
-r16472 | zorglub | 2006-09-02 01:39:28 -0700 (Sat, 02 Sep 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-   M /trunk/modules/gui/qt4/components/preferences.hpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-Preferences
-* Enable Save/Cancel. Please test heavily with already implemented stuff. There is a layout bug with simple prefs because they don't implement save yet. Also, we still have some parenting issues to fix
-* Remove "advanced" stuff
-
-------------------------------------------------------------------------
-r16471 | Trax | 2006-09-02 00:52:38 -0700 (Sat, 02 Sep 2006) | 1 line
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/modules/access/dshow/crossbar.cpp
-   M /trunk/modules/codec/dmo/dmo.c
-
-* typo ouput -> output
-------------------------------------------------------------------------
-r16470 | damienf | 2006-09-01 09:34:46 -0700 (Fri, 01 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/control/npovlc.cpp
-   M /trunk/mozilla/vlcshell.cpp
-
-- vlcshell.cpp: fix for a couple of crashing scenarios
-
-------------------------------------------------------------------------
-r16469 | damienf | 2006-09-01 09:32:09 -0700 (Fri, 01 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/asx.c
-
-asx.c: ignore leading empty lins during detection
-
-------------------------------------------------------------------------
-r16466 | thresh | 2006-09-01 01:04:55 -0700 (Fri, 01 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/item.c
-
-This also could be named in non-UTF, recode it
-
-------------------------------------------------------------------------
-r16465 | thresh | 2006-09-01 01:03:00 -0700 (Fri, 01 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Recode output in rc interface to current locale
-
-------------------------------------------------------------------------
-r16464 | zorglub | 2006-08-31 23:01:06 -0700 (Thu, 31 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-   M /trunk/modules/gui/qt4/dialogs/messages.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Enable verbosity setting
-
-------------------------------------------------------------------------
-r16463 | xtophe | 2006-08-31 15:57:35 -0700 (Thu, 31 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-
-Initialize the verbosity box
-
-------------------------------------------------------------------------
-r16462 | zorglub | 2006-08-31 15:17:17 -0700 (Thu, 31 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/util/customwidgets.hpp
-   D /trunk/modules/gui/qt4/util/views.hpp
-
-Merge views.hpp in customwidgets
-
-------------------------------------------------------------------------
-r16461 | zorglub | 2006-08-31 15:10:11 -0700 (Thu, 31 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   A /trunk/modules/gui/qt4/dialogs/errors.cpp
-   A /trunk/modules/gui/qt4/dialogs/errors.hpp
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Warnings/Errors dialog
-
-------------------------------------------------------------------------
-r16456 | zorglub | 2006-08-31 13:50:50 -0700 (Thu, 31 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/src/libvlc.h
-
-* Move the embedded option to libvlc
-* Make the interface a bit smaller
-
-------------------------------------------------------------------------
-r16455 | zorglub | 2006-08-31 13:39:36 -0700 (Thu, 31 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/video_widget.cpp
-   M /trunk/modules/gui/qt4/components/video_widget.hpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-
-Preliminary work for better audio visualization handling
-
-------------------------------------------------------------------------
-r16453 | courmisch | 2006-08-31 07:55:20 -0700 (Thu, 31 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/unicode.c
-
-Export utf8_vfprintf and utf8_fprintf
-
-------------------------------------------------------------------------
-r16452 | hartman | 2006-08-31 06:12:26 -0700 (Thu, 31 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-* Include vlc_input.h so we don't bug out with shared vlc
-
-------------------------------------------------------------------------
-r16451 | jpsaman | 2006-08-31 05:37:15 -0700 (Thu, 31 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mono.c
-
-Do not select mono filter automatically
-------------------------------------------------------------------------
-r16450 | hartman | 2006-08-31 05:23:54 -0700 (Thu, 31 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/asx.c
-
-Fix a bug in the asx parser. I should really finish cleaning it up :D
-
-------------------------------------------------------------------------
-r16449 | thresh | 2006-08-31 05:21:51 -0700 (Thu, 31 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-added russian translation by Vladimir Yermolayev
-
-
-------------------------------------------------------------------------
-r16448 | fkuehne | 2006-08-31 04:02:17 -0700 (Thu, 31 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/po/sv.po
-
-* updated Swedish translation by Daniel Nylander <info at danielnylander dot se>
-------------------------------------------------------------------------
-r16447 | xtophe | 2006-08-31 02:51:05 -0700 (Thu, 31 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-typo
-
-------------------------------------------------------------------------
-r16444 | fkuehne | 2006-08-30 15:59:21 -0700 (Wed, 30 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/THANKS
-
-* some updates on Apple Remote, etc.
-------------------------------------------------------------------------
-r16443 | fkuehne | 2006-08-30 15:24:25 -0700 (Wed, 30 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* added some buttons for apple remote controlling. Save for backporting, but needs some usability testing
-------------------------------------------------------------------------
-r16440 | damienf | 2006-08-30 14:30:28 -0700 (Wed, 30 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutgl.m
-
-voutgl: fix AR in mozilla plugin
-
-------------------------------------------------------------------------
-r16438 | zorglub | 2006-08-30 10:40:36 -0700 (Wed, 30 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/test/native/url.c
-
-Fix and port test
-
-------------------------------------------------------------------------
-r16437 | courmisch | 2006-08-30 10:27:38 -0700 (Wed, 30 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_url.h
-   M /trunk/src/test/url.c
-
-*Really* fix base 64 encoding
-
-------------------------------------------------------------------------
-r16436 | zorglub | 2006-08-30 10:17:11 -0700 (Wed, 30 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/test/NativeURLTest.py
-   M /trunk/test/native/init.c
-   M /trunk/test/native/tests.h
-   M /trunk/test/native/url.c
-   M /trunk/test/test.sh
-
-Port new URL tests to test/
-Support Python 2.4
-
-------------------------------------------------------------------------
-r16435 | damienf | 2006-08-30 09:56:02 -0700 (Wed, 30 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/npvlc_rc.rc
-   M /trunk/mozilla/vlc.r
-
-mozilla: mimetype fixes
-
-------------------------------------------------------------------------
-r16433 | courmisch | 2006-08-30 07:58:18 -0700 (Wed, 30 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_url.h
-   M /trunk/src/test/url.c
-
-Fix base64 encoding and add regression test
-
-------------------------------------------------------------------------
-r16432 | hartman | 2006-08-30 07:56:30 -0700 (Wed, 30 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* forwardport [15373] which was left accidently hanging in the 0.8.5 branch 
-
-------------------------------------------------------------------------
-r16430 | bigben | 2006-08-30 06:35:56 -0700 (Wed, 30 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* typo
-
-
-------------------------------------------------------------------------
-r16429 | hartman | 2006-08-29 16:19:23 -0700 (Tue, 29 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* fix stupid mistake in [16427]
-
-------------------------------------------------------------------------
-r16428 | hartman | 2006-08-29 16:02:13 -0700 (Tue, 29 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/switcher.c
-
-* copy [16427] to the switcher module as well. ( is times 3 bytes enough ? perhaps i should use 4 bytes per pixel ? )
-
-------------------------------------------------------------------------
-r16427 | hartman | 2006-08-29 15:59:16 -0700 (Tue, 29 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-* set the proper buffer size when encoding with ffmpeg, instead of using fixed 1024x1024 maximumframe size for the buffer.
-
-------------------------------------------------------------------------
-r16426 | damienf | 2006-08-29 14:56:10 -0700 (Tue, 29 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/mozilla/support/npmac.cpp
-   M /trunk/mozilla/test.html
-   M /trunk/mozilla/vlcshell.cpp
-
-- compatibility fixes for FireFox, Safari and Opera 9
-- fixed a couple of crashes on MacOS X
-
-------------------------------------------------------------------------
-r16425 | zorglub | 2006-08-29 14:37:20 -0700 (Tue, 29 Aug 2006) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/qt4/components/streaming
-   A /trunk/modules/gui/qt4/ui/streampanel.ui
-
-Some preliminary work for streaming stuff
-
-------------------------------------------------------------------------
-r16424 | hartman | 2006-08-29 14:05:40 -0700 (Tue, 29 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* Fix an issue with DAR vs. Canvas size with matroska files
-
-------------------------------------------------------------------------
-r16423 | xtophe | 2006-08-29 12:34:50 -0700 (Tue, 29 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-
-hrm, compile before you commit
-
-------------------------------------------------------------------------
-r16422 | xtophe | 2006-08-29 12:24:59 -0700 (Tue, 29 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-
-Fix implicit pointer function. Patch by Dann Frazier. (ref debian #385192)
-
-------------------------------------------------------------------------
-r16421 | jpsaman | 2006-08-29 11:54:05 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mono.c
-
-combine two channels into mono for the dowmix as last step.
-------------------------------------------------------------------------
-r16420 | damienf | 2006-08-29 09:31:39 -0700 (Tue, 29 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-vlcshell.cpp: prevent browser from downloading SRC URL before passing it to plugin
-
-------------------------------------------------------------------------
-r16419 | zorglub | 2006-08-29 08:51:56 -0700 (Tue, 29 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-
-Should fix the problem with messages insertion (new messages are inserted at selection point)
-
-------------------------------------------------------------------------
-r16418 | damienf | 2006-08-29 05:47:06 -0700 (Tue, 29 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/mozilla/control/npolibvlc.h
-   M /trunk/mozilla/control/nporuntime.h
-   M /trunk/mozilla/control/npovlc.cpp
-   M /trunk/mozilla/control/npovlc.h
-   A /trunk/mozilla/test.html
-   M /trunk/mozilla/vlcplugin.cpp
-
-- more javascript fixes
-- code cleanup
-
-------------------------------------------------------------------------
-r16417 | xtophe | 2006-08-29 05:31:06 -0700 (Tue, 29 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-no longer need to delete the .xpt
-
-------------------------------------------------------------------------
-r16416 | xtophe | 2006-08-29 05:23:28 -0700 (Tue, 29 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: We no longer need a .xpt for the mozilla plugin
-
-------------------------------------------------------------------------
-r16415 | jpsaman | 2006-08-29 04:27:38 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mono.c
-
-Cleanup
-------------------------------------------------------------------------
-r16414 | jpsaman | 2006-08-29 02:49:07 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mono.c
-
-Resample audio channels when doing real stereo to mono.
-------------------------------------------------------------------------
-r16413 | jpsaman | 2006-08-29 02:14:57 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-
-Lower priority of headphone channel_mixer
-------------------------------------------------------------------------
-r16412 | xtophe | 2006-08-29 02:14:34 -0700 (Tue, 29 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_intf_strings.h
-   M /trunk/src/Makefile.am
-
-Add include/vlc_intf_strings.h to tarball
-
-------------------------------------------------------------------------
-r16411 | jpsaman | 2006-08-29 01:50:20 -0700 (Tue, 29 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/playlist/xspf.h
-
-Fix compiler warnings about signed - unsigned comparissons and wrong datatypes.
-
-------------------------------------------------------------------------
-r16410 | jpsaman | 2006-08-29 01:40:57 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
-Fix compiler warnings (mismatch in datatypes)
-------------------------------------------------------------------------
-r16409 | jpsaman | 2006-08-29 01:25:59 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/flac.c
-
-Fix compiler warning about comparing signed and unsigned int.
-------------------------------------------------------------------------
-r16408 | jpsaman | 2006-08-29 01:20:19 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access/rtsp/access.c
-   M /trunk/modules/access/rtsp/real.c
-   M /trunk/modules/access/rtsp/rtsp.c
-   M /trunk/modules/access/rtsp/rtsp.h
-
-Fix compiler warnings related to wrong datatypes.
-------------------------------------------------------------------------
-r16407 | jpsaman | 2006-08-29 01:09:16 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-
-Use correct formatting for message size_t
-------------------------------------------------------------------------
-r16406 | jpsaman | 2006-08-29 01:07:08 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/src/playlist/control.c
-
-Give i_skip a sensible value to start with.
-------------------------------------------------------------------------
-r16405 | jpsaman | 2006-08-29 01:05:15 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/src/stream_output/profiles.c
-
-Provide return statements in non-void function
-------------------------------------------------------------------------
-r16403 | damienf | 2006-08-28 15:50:30 -0700 (Mon, 28 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-vlcshell.cpp:  no need for those printf() any more
-
-------------------------------------------------------------------------
-r16402 | damienf | 2006-08-28 15:48:57 -0700 (Mon, 28 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/mozilla/support/npmac.cpp
-   M /trunk/mozilla/vlcshell.cpp
-
-npmac.cpp: forgot one line from Charles Duffy OS X/Intel patch
-vlcshell.cpp: improved FireFox/OSX support 
-
-------------------------------------------------------------------------
-r16401 | fkuehne | 2006-08-28 15:00:55 -0700 (Mon, 28 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/src/stream_output/profiles.c
-
-* GCC 2.x patch by Cian Duffy <myob87@gmail.com>. BTW. This method should return something but doesn't, so someone with more knowledge of this part might want to have a look at it ;)
-------------------------------------------------------------------------
-r16399 | xtophe | 2006-08-28 14:28:29 -0700 (Mon, 28 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-po/*: Fix make dist
-
-------------------------------------------------------------------------
-r16398 | dionoea | 2006-08-28 12:44:02 -0700 (Mon, 28 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   A /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-
-Begin simple prefs interface panel.
-
-------------------------------------------------------------------------
-r16395 | damienf | 2006-08-28 11:38:33 -0700 (Mon, 28 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/mozilla/control/npolibvlc.h
-   M /trunk/mozilla/control/nporuntime.cpp
-   M /trunk/mozilla/control/nporuntime.h
-   M /trunk/mozilla/control/npovlc.cpp
-   M /trunk/mozilla/control/npovlc.h
-
-- formating 
-- javascript fixes
-
-------------------------------------------------------------------------
-r16394 | zorglub | 2006-08-28 11:31:00 -0700 (Mon, 28 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Don't output debug on fprintf by default (Refs Debian #385008)
-
-------------------------------------------------------------------------
-r16393 | courmisch | 2006-08-28 11:24:34 -0700 (Mon, 28 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/rootwrap.c
-
-Work-around to not use IPv6 for braindead unusable IPv6 implementations
-
-------------------------------------------------------------------------
-r16392 | hartman | 2006-08-28 10:02:52 -0700 (Mon, 28 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-* Fix the microdvd subs. i forgot that framerate != frameduration :D
-
-------------------------------------------------------------------------
-r16391 | hartman | 2006-08-28 09:16:33 -0700 (Mon, 28 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-* Use the microdvd framerate when available
-* avoid the error on sub-original-fps
-
-------------------------------------------------------------------------
-r16390 | jpsaman | 2006-08-28 05:27:59 -0700 (Mon, 28 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Try to reopen the audio encoder when channels dimensions have changed.
-------------------------------------------------------------------------
-r16389 | jpsaman | 2006-08-28 04:45:18 -0700 (Mon, 28 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mono.c
-
-Reenable channel selection for mono: -1 = stereo mix of both channels, 0 = left channel, 1 = right channel, etc.
-------------------------------------------------------------------------
-r16388 | jb | 2006-08-28 02:42:13 -0700 (Mon, 28 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-osx.patch
-
-Contrib : repair a problem with latest live555 for Mac
-
-
-
-------------------------------------------------------------------------
-r16387 | zorglub | 2006-08-28 01:34:52 -0700 (Mon, 28 Aug 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Cosmetics:
-* Add application icon
-* Make interface a bit smaller in Windows
-* Fix messages encoding and add header
-
-------------------------------------------------------------------------
-r16386 | zorglub | 2006-08-28 01:25:40 -0700 (Mon, 28 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-
-People might perhaps maybe want to right-click anywhere
-
-------------------------------------------------------------------------
-r16385 | zorglub | 2006-08-28 01:19:38 -0700 (Mon, 28 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-
-Re-enable custom fonts in preferences, without the crash
-
-------------------------------------------------------------------------
-r16384 | zorglub | 2006-08-28 00:37:17 -0700 (Mon, 28 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Fix Win32 preferences crash
-
-------------------------------------------------------------------------
-r16383 | dionoea | 2006-08-27 14:41:05 -0700 (Sun, 27 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
-
-Add subtitles display effect to simple prefs panel
-
-------------------------------------------------------------------------
-r16382 | dionoea | 2006-08-27 14:37:15 -0700 (Sun, 27 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-
-Float, Float with range and Integer with range widgets.
-
-------------------------------------------------------------------------
-r16381 | dionoea | 2006-08-27 14:06:28 -0700 (Sun, 27 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-preferences_widgets.*: Bool prefs widget
-simple_preferences.cpp: Audio simple preferences category
-
-------------------------------------------------------------------------
-r16380 | zorglub | 2006-08-27 13:50:54 -0700 (Sun, 27 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/video_widget.cpp
-
-Fix crash
-
-------------------------------------------------------------------------
-r16379 | dionoea | 2006-08-27 13:35:11 -0700 (Sun, 27 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
-
-Some more prefs fun:
- * preferences_widgets.cpp: implement string and int with choice list
- * other: simple prefs subtitles dialog
-
-------------------------------------------------------------------------
-r16378 | zorglub | 2006-08-27 13:27:09 -0700 (Sun, 27 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-   M /trunk/modules/gui/qt4/components/video_widget.cpp
-   M /trunk/modules/gui/qt4/components/video_widget.hpp
-   M /trunk/modules/gui/qt4/res.qrc
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-Improved screen for qt-always-video
-
-------------------------------------------------------------------------
-r16377 | damienf | 2006-08-27 12:56:17 -0700 (Sun, 27 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-vlcshell.cpp: more X11 fixes
-
-------------------------------------------------------------------------
-r16376 | damienf | 2006-08-27 12:26:50 -0700 (Sun, 27 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/mozilla/support/npmac.cpp
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-
-vlcplugin.cpp: removed hardcoded path
-npmac.cpp: OSX Intel patch by Charles Duffy
-vlcshell.cpp: fixed X11
-
-------------------------------------------------------------------------
-r16375 | dionoea | 2006-08-27 10:07:20 -0700 (Sun, 27 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/pls.c
-
-Fix regression from 0.8.5 when parsing microsoft [Reference] type playlists. We need to check that nothing else was forgoten in the old playlist code.
-
-------------------------------------------------------------------------
-r16374 | bigben | 2006-08-27 10:06:30 -0700 (Sun, 27 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-* Some more probing
-* The debug output from a v4l2 capable webcam with this would help...
-
-
-------------------------------------------------------------------------
-r16373 | zorglub | 2006-08-27 10:06:24 -0700 (Sun, 27 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/video_widget.cpp
-   M /trunk/modules/gui/qt4/components/video_widget.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/ui/main_interface.ui
-
-Add ability to put some background when there is no video
-
-------------------------------------------------------------------------
-r16372 | damienf | 2006-08-27 09:18:59 -0700 (Sun, 27 Aug 2006) | 6 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/mozilla/Makefile.am
-   A /trunk/mozilla/control
-   A /trunk/mozilla/control/npolibvlc.cpp
-   A /trunk/mozilla/control/npolibvlc.h
-   A /trunk/mozilla/control/nporuntime.cpp
-   A /trunk/mozilla/control/nporuntime.h
-   A /trunk/mozilla/control/npovlc.cpp
-   A /trunk/mozilla/control/npovlc.h
-   D /trunk/mozilla/vlcintf.idl
-   D /trunk/mozilla/vlcpeer.cpp
-   D /trunk/mozilla/vlcpeer.h
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   D /trunk/mozilla/vlcruntime.cpp
-   D /trunk/mozilla/vlcruntime.h
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/src/control/video.c
-   M /trunk/src/libvlc.c
-
-all: rewrite of mozilla plugin
-- added a couple of support APIs in libvlc
-- retired XPCOM interface, all scripting now goes through NPObject apis
-- new APIs using libvlc (roughly similar to java bindings)
-
-
-------------------------------------------------------------------------
-r16371 | dionoea | 2006-08-27 09:19:00 -0700 (Sun, 27 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-
-Fix default category selection
-
-------------------------------------------------------------------------
-r16370 | dionoea | 2006-08-27 09:07:10 -0700 (Sun, 27 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_playlist.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_video.ui
-
-Bind simple prefs forms to corresponding simple prefs categories
-
-------------------------------------------------------------------------
-r16369 | zorglub | 2006-08-27 08:34:52 -0700 (Sun, 27 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Fix a bug with menu items selection
-
-------------------------------------------------------------------------
-r16368 | dionoea | 2006-08-27 08:34:02 -0700 (Sun, 27 Aug 2006) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-   A /trunk/modules/gui/qt4/ui/sprefs_playlist.ui
-   A /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
-   A /trunk/modules/gui/qt4/ui/sprefs_video.ui
-
-Start some simple prefs panels. Different kinds of layouts used (ie audio vs video panel). This will have to be standardized (i beleive that the video panel is better).
-
-------------------------------------------------------------------------
-r16367 | dionoea | 2006-08-27 07:50:39 -0700 (Sun, 27 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   A /trunk/modules/gui/qt4/pixmaps/advanced_50x50.xpm
-   A /trunk/modules/gui/qt4/pixmaps/audio_50x50.xpm
-   A /trunk/modules/gui/qt4/pixmaps/input_and_codecs_50x50.xpm
-   A /trunk/modules/gui/qt4/pixmaps/interface_50x50.xpm
-   A /trunk/modules/gui/qt4/pixmaps/playlist_50x50.xpm
-   A /trunk/modules/gui/qt4/pixmaps/subtitles_50x50.xpm
-   A /trunk/modules/gui/qt4/pixmaps/video_50x50.xpm
-
-Simple prefs left hand side stuff (categories). Icons will of course be changed in the future :)
-
-------------------------------------------------------------------------
-r16366 | zorglub | 2006-08-27 07:40:22 -0700 (Sun, 27 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-
-Improved layout for preferences
-
-------------------------------------------------------------------------
-r16365 | zorglub | 2006-08-27 06:09:16 -0700 (Sun, 27 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Fix "All files"
-
-------------------------------------------------------------------------
-r16364 | zorglub | 2006-08-27 06:05:51 -0700 (Sun, 27 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Ensure minimum spacing between the status bar and the text
-
-------------------------------------------------------------------------
-r16363 | zorglub | 2006-08-27 05:50:32 -0700 (Sun, 27 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Fix play/pause icons
-Implement integer config control
-
-------------------------------------------------------------------------
-r16362 | zorglub | 2006-08-27 05:41:54 -0700 (Sun, 27 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/util/directslider.hpp
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-
-Fix a bug with slider positionning
-
-------------------------------------------------------------------------
-r16361 | zorglub | 2006-08-27 04:01:22 -0700 (Sun, 27 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Fix a refcount issue
-Start using media library
-
-------------------------------------------------------------------------
-r16360 | zorglub | 2006-08-27 03:34:35 -0700 (Sun, 27 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/input/item.c
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/item.c
-
-Fix for deletion of current item
-
-------------------------------------------------------------------------
-r16359 | zorglub | 2006-08-26 16:24:23 -0700 (Sat, 26 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_intf_strings.h
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-
-Implement basic panel change
-Forgot this file
-
-------------------------------------------------------------------------
-r16358 | zorglub | 2006-08-26 16:11:37 -0700 (Sat, 26 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   A /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   A /trunk/modules/gui/qt4/components/simple_preferences.hpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
-   A /trunk/modules/gui/qt4/ui/sprefs_trivial.ui
-
-Skeleton for simple prefs
-
-------------------------------------------------------------------------
-r16357 | zorglub | 2006-08-26 14:33:56 -0700 (Sat, 26 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-Cosmetics
-
-------------------------------------------------------------------------
-r16356 | zorglub | 2006-08-26 14:30:49 -0700 (Sat, 26 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-   A /trunk/modules/gui/qt4/util/customwidgets.cpp
-   A /trunk/modules/gui/qt4/util/customwidgets.hpp
-
-Find as you type
-
-------------------------------------------------------------------------
-r16355 | zorglub | 2006-08-26 12:16:09 -0700 (Sat, 26 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Volume control
-
-------------------------------------------------------------------------
-r16354 | zorglub | 2006-08-26 11:03:08 -0700 (Sat, 26 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-
-* Sorting
-* Fix a memory leak / crasher
-
-------------------------------------------------------------------------
-r16353 | zorglub | 2006-08-26 10:06:27 -0700 (Sat, 26 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/selector.cpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Cosmetics + Enable menu in playlist
-
-------------------------------------------------------------------------
-r16352 | zorglub | 2006-08-26 09:51:55 -0700 (Sat, 26 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   A /trunk/include/vlc_intf_strings.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/services_discovery/shout.c
-   M /trunk/src/input/item.c
-   M /trunk/src/playlist/tree.c
-
-* Allow service discoveries to state whether they prefer being displayed as tree
-* Start putting together all interface strings (Refs:#703)
-
-------------------------------------------------------------------------
-r16351 | zorglub | 2006-08-26 08:36:45 -0700 (Sat, 26 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
-   M /trunk/modules/gui/qt4/components/playlist/selector.cpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-   M /trunk/modules/gui/qt4/util/directslider.hpp
-   A /trunk/modules/gui/qt4/util/views.hpp
-
-* Popups
-* Fix a nasty playlist crash
-
-------------------------------------------------------------------------
-r16350 | dionoea | 2006-08-25 15:11:33 -0700 (Fri, 25 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
- * Add atrack, vtrack and strack commands. Those can be use to display/change audio, video and subtitle tracks.
- * Fix compile warning in enqueue command.
-
-------------------------------------------------------------------------
-r16349 | thresh | 2006-08-25 14:27:56 -0700 (Fri, 25 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/include/libvlc_internal.h
-
-remove unneeded include
-
-------------------------------------------------------------------------
-r16348 | zorglub | 2006-08-25 14:10:10 -0700 (Fri, 25 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-   M /trunk/modules/gui/qt4/components/preferences.hpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-
-Fix flickering of panels in preferences
-
-
-------------------------------------------------------------------------
-r16347 | zorglub | 2006-08-25 08:54:38 -0700 (Fri, 25 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
-
-Improve Qt preferences layout handling
-
-------------------------------------------------------------------------
-r16346 | fkuehne | 2006-08-25 08:47:46 -0700 (Fri, 25 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-
-* set the autoSaveName for the main playlist view, so re-arranged column orders are saved
-------------------------------------------------------------------------
-r16345 | sam | 2006-08-25 05:59:00 -0700 (Fri, 25 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/playlist/asx.c
-
-  * modules/demux/playlist/asx.c modules/demux/mp4/mp4.c: add missing includes.
-
-------------------------------------------------------------------------
-r16344 | sam | 2006-08-25 05:54:14 -0700 (Fri, 25 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/playlist/xspf.c
-
-  * modules/misc/playlist/xspf.c: fix warnings that are bugs on amd64.
-
-------------------------------------------------------------------------
-r16343 | sam | 2006-08-25 05:19:34 -0700 (Fri, 25 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-  * modules/demux/playlist/xspf.c: fix warnings that are bugs on amd64.
-
-------------------------------------------------------------------------
-r16342 | zorglub | 2006-08-24 13:47:22 -0700 (Thu, 24 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-
-Multiple selection
-
-------------------------------------------------------------------------
-r16341 | jpsaman | 2006-08-24 12:50:23 -0700 (Thu, 24 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mono.c
-
-Fake the mono stream by duplicating it in both channels
-------------------------------------------------------------------------
-r16340 | zorglub | 2006-08-24 12:45:08 -0700 (Thu, 24 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/profile_parser.c
-
-compile fix
-
-------------------------------------------------------------------------
-r16339 | zorglub | 2006-08-24 11:39:25 -0700 (Thu, 24 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/profile_parser.c
-
-Stupid platforms
-
-------------------------------------------------------------------------
-r16338 | zorglub | 2006-08-24 11:00:28 -0700 (Thu, 24 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-
-Preliminary deletion support
-
-------------------------------------------------------------------------
-r16337 | zorglub | 2006-08-24 10:52:35 -0700 (Thu, 24 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_streaming.h
-   M /trunk/modules/misc/Modules.am
-   A /trunk/modules/misc/profile_parser.c
-   M /trunk/src/stream_output/profiles.c
-
-Template for profile parser 
-
-------------------------------------------------------------------------
-r16336 | jb | 2006-08-24 09:57:39 -0700 (Thu, 24 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Qt: Small fix on the filters for simpleOpenFile
-
-
-------------------------------------------------------------------------
-r16335 | sam | 2006-08-24 09:08:31 -0700 (Thu, 24 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/Makefile.am
-
-  * doc/Makefile.am: added missing ChangeLog-2005.
-
-------------------------------------------------------------------------
-r16334 | bigben | 2006-08-23 23:39:20 -0700 (Wed, 23 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-* Some more debug
-
-
-------------------------------------------------------------------------
-r16333 | hartman | 2006-08-23 18:20:43 -0700 (Wed, 23 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
-* Also pass along the USER DATA of mpeg4
-  This should help identify the producing encoder and fix some issues with codec specific problems
-
-------------------------------------------------------------------------
-r16332 | hartman | 2006-08-23 18:17:58 -0700 (Wed, 23 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
-* Handle Dicas AVC FOURCC
-
-------------------------------------------------------------------------
-r16331 | thresh | 2006-08-23 16:40:13 -0700 (Wed, 23 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/include/libvlc_internal.h
-
-this should be ifdeffed in a proper way
-
-------------------------------------------------------------------------
-r16330 | titer | 2006-08-23 16:32:29 -0700 (Wed, 23 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/include/libvlc_internal.h
-   M /trunk/modules/codec/ffmpeg/mux.c
-   M /trunk/modules/demux/playlist/gvp.c
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/src/playlist/item.c
-
-BeOS / gcc 2.x fixes, patch by Cian Duffy
-
-------------------------------------------------------------------------
-r16329 | jpsaman | 2006-08-23 15:11:28 -0700 (Wed, 23 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/mosaic_bridge.c
-   M /trunk/modules/stream_out/switcher.c
-
-Fix bugs in loading of audio transcoding filters.exit
-------------------------------------------------------------------------
-r16328 | jpsaman | 2006-08-23 14:59:47 -0700 (Wed, 23 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mono.c
-
-put mono audio in both (left/right) channels. For some reason AOUT_CHAN_CENTER doesn't work. Somebody explain this to me, please.
-------------------------------------------------------------------------
-r16327 | hartman | 2006-08-23 14:47:53 -0700 (Wed, 23 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* Fix the extradata with mkv native MPEG4 SP/ASP/AP
-
-------------------------------------------------------------------------
-r16326 | bigben | 2006-08-23 13:20:58 -0700 (Wed, 23 Aug 2006) | 7 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/Modules.am
-   A /trunk/modules/access/v4l2.c
-
-* Very first beginning of a v4l2 access-demux
-* Does nothing useful at the moment (only useless device probing)
-* The purpose would be to make an access-demux and an access sub-module reusing part of the code
-* Access to a webcam or an analog card without an encoder (bt878) would help the development
-
-
-
-------------------------------------------------------------------------
-r16325 | jpsaman | 2006-08-23 13:03:48 -0700 (Wed, 23 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/include/vlc_es.h
-
-Cosmetic
-------------------------------------------------------------------------
-r16324 | jpsaman | 2006-08-23 13:01:21 -0700 (Wed, 23 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-
-Remove debug that shouldn't be there.
-------------------------------------------------------------------------
-r16323 | bigben | 2006-08-23 06:25:22 -0700 (Wed, 23 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-* change my email address
-
-------------------------------------------------------------------------
-r16322 | sam | 2006-08-23 04:57:43 -0700 (Wed, 23 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-  * Fixed make dist by updating POTFILES.in.
-
-------------------------------------------------------------------------
-r16321 | fkuehne | 2006-08-23 02:44:27 -0700 (Wed, 23 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-* compilation fix
-------------------------------------------------------------------------
-r16319 | fkuehne | 2006-08-22 16:22:14 -0700 (Tue, 22 Aug 2006) | 8 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/rtsp/access.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/auhal.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/input/decoder.c
-
-* browsed through all code files starting with A to F and added non-blocking intf_UserFatal calls next to msg_err where I think that it is necessary.
-I tried to select the most important msg_errs. If I missed your favourite, feel free to add it.
-Feedback on the wording and the placement of the interaction calls is strongly welcomed.
-
-For the records: I'm using some general topics for most of the dialogues to produce less work for the translators. The current ones go like this:
-"Audio output failed", "Network interaction failed", "Streaming / Transcoding failed", "Audio filtering failed", "File reading failed", "Playback failure"
-
-More to come.
-------------------------------------------------------------------------
-r16318 | gbazin | 2006-08-22 12:03:20 -0700 (Tue, 22 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/mux.c
-
-* modules/codec/ffmpeg/mux.c: libavformat is much more happy with timestamps which start from 0.
-------------------------------------------------------------------------
-r16317 | gbazin | 2006-08-22 11:24:57 -0700 (Tue, 22 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
-* modules/packetizer/h264.c: fixed insertion of SPS/PPS.
-------------------------------------------------------------------------
-r16316 | jpsaman | 2006-08-22 07:31:40 -0700 (Tue, 22 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mono.c
-
-Downmix stereo to mono channel and choose with --sout-mono-channel <n> the destination channel.
-------------------------------------------------------------------------
-r16315 | gbazin | 2006-08-21 00:26:31 -0700 (Mon, 21 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/Modules.am
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   A /trunk/modules/codec/ffmpeg/mux.c
-
-* modules/codec/ffmpeg: experimental muxer using ffmpeg's libavformat.
-------------------------------------------------------------------------
-r16314 | jpsaman | 2006-08-20 15:11:27 -0700 (Sun, 20 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mono.c
-
-cosmetic
-------------------------------------------------------------------------
-r16313 | zorglub | 2006-08-20 15:03:18 -0700 (Sun, 20 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-
-Fix messages layout bug
-Ensure we scroll correctly
-
-------------------------------------------------------------------------
-r16312 | jpsaman | 2006-08-20 14:10:17 -0700 (Sun, 20 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-enable plugin mono audio filter 2
-------------------------------------------------------------------------
-r16311 | jpsaman | 2006-08-20 14:00:34 -0700 (Sun, 20 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-
-Make headphone also an audio_filter2
-------------------------------------------------------------------------
-r16310 | jpsaman | 2006-08-20 13:56:33 -0700 (Sun, 20 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/src/osd/osd_parser.c
-
-use memset
-------------------------------------------------------------------------
-r16309 | jpsaman | 2006-08-20 13:51:56 -0700 (Sun, 20 Aug 2006) | 6 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/Modules.am
-   A /trunk/modules/audio_filter/converter/mono.c
-
-First part of a new mono for audio filter 2. You can select the channel you want to hear all other channels are silenced.
-
-TODO:
-- stereo_to_mono downmix
-
-
-------------------------------------------------------------------------
-r16308 | jpsaman | 2006-08-20 13:48:35 -0700 (Sun, 20 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-
-Remove some whitespace
-------------------------------------------------------------------------
-r16307 | jpsaman | 2006-08-20 13:47:57 -0700 (Sun, 20 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-
-Remove some whitespace
-------------------------------------------------------------------------
-r16306 | jpsaman | 2006-08-20 13:46:40 -0700 (Sun, 20 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Don't force s16l as fourcc but let that depend on the stream chain
-------------------------------------------------------------------------
-r16305 | jb | 2006-08-20 05:57:07 -0700 (Sun, 20 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-   M /trunk/modules/gui/qt4/dialogs/messages.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-
-* First implementation of the simpleOpenFile Dialog for Qt4
-* Cosmetic fixes in messages.
-
-
-------------------------------------------------------------------------
-r16304 | gbazin | 2006-08-20 04:53:35 -0700 (Sun, 20 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: fixed compilation when shoutcast module is enabled.
-------------------------------------------------------------------------
-r16303 | ipkiss | 2006-08-20 02:14:00 -0700 (Sun, 20 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-
- * skins2/src/top_window.cpp: Hide the tooltip when the string to display becomes empty
-
-------------------------------------------------------------------------
-r16302 | ipkiss | 2006-08-20 01:48:53 -0700 (Sun, 20 Aug 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
-
- * skins2/win32/win32_dragdrop.cpp: Added a missing encoding conversion
- * skins2/parser/interpreter.cpp: playtree.del() is now a synonym of
-    playlist.del(), as it is already in use in some skins...
-    Same thing for playtree.sort().
-
-------------------------------------------------------------------------
-r16301 | fkuehne | 2006-08-19 15:54:18 -0700 (Sat, 19 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* also forward the mouse events to super if no vout is present
-------------------------------------------------------------------------
-r16300 | fkuehne | 2006-08-19 15:46:47 -0700 (Sat, 19 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-* fixed stupid typo (fixes the highlighting of DVD menu entries)
-------------------------------------------------------------------------
-r16299 | fkuehne | 2006-08-19 14:39:06 -0700 (Sat, 19 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* always forward the clicks to OSX's core
-------------------------------------------------------------------------
-r16298 | Trax | 2006-08-19 14:32:19 -0700 (Sat, 19 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: cosmetics and added SSIM stats computation option.
-------------------------------------------------------------------------
-r16297 | ipkiss | 2006-08-19 10:51:41 -0700 (Sat, 19 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-
- * skins2/controls/ctrl_slider.cpp: fixed 2 little offset problems, introduced
-   by a previous commit
-
-------------------------------------------------------------------------
-r16296 | zorglub | 2006-08-19 09:19:56 -0700 (Sat, 19 Aug 2006) | 3 lines
-Changed paths:
-   A /trunk/test/NativeAlgoTest.py
-   A /trunk/test/native/algo.c
-   M /trunk/test/native/gc.c
-   M /trunk/test/native/init.c
-   M /trunk/test/native/tests.h
-   M /trunk/test/native/url.c
-   M /trunk/test/pyunit.h
-   M /trunk/test/setup.py
-   M /trunk/test/test.py
-   M /trunk/test/test.sh
-
-* Tests for previous commit
-* Improve test output
-
-------------------------------------------------------------------------
-r16295 | zorglub | 2006-08-19 09:19:31 -0700 (Sat, 19 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/Makefile.am
-   M /trunk/src/input/item.c
-   A /trunk/src/misc/dict.c (from /trunk/src/misc/hashtables.c:16248)
-   D /trunk/src/misc/hashtables.c
-
-* B-search macro
-* Redo dictionnary handling to remove recursion and bugs
-
-------------------------------------------------------------------------
-r16294 | jb | 2006-08-19 06:08:04 -0700 (Sat, 19 Aug 2006) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   A /trunk/modules/gui/qt4/dialogs/messages.cpp
-   A /trunk/modules/gui/qt4/dialogs/messages.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-* First implementation of the messages dialog for qt4. 
-  It works but it is not finished.
-  - The changing verbosity does not work yet.
-  - Too many messages are displayed ?
-
-
-
-------------------------------------------------------------------------
-r16293 | ipkiss | 2006-08-18 15:00:04 -0700 (Fri, 18 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-
- * skins2/parser/interpreter.cpp: Restored action names modified in [15629]
-
-------------------------------------------------------------------------
-r16291 | ipkiss | 2006-08-18 11:58:16 -0700 (Fri, 18 Aug 2006) | 9 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme.cpp
-
- * skins2/src/theme.cpp: Improved the saving/loading of skins config
-   - the format of the skins2-config variable has changed (not backwards-compatible)
-   - the active layout and its size are now restored
-   - the windows and layouts are now identified by their id, instead of their
-     order in the XML file; this fixes problems of disappearing windows
-     when editing a skin (commenting a Window for example)
-   - it should now be impossible to have all windows hidden at the same time
-     (but there is no check that the windows are on screen)
-
-------------------------------------------------------------------------
-r16290 | damienf | 2006-08-18 08:11:02 -0700 (Fri, 18 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/utils.cpp
-
-- minor fixes
-
-------------------------------------------------------------------------
-r16289 | damienf | 2006-08-18 08:10:21 -0700 (Fri, 18 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/src/Makefile.am
-
-- fixed Cygwin issue when linking/building shared libvlc.dll
-
-------------------------------------------------------------------------
-r16288 | fkuehne | 2006-08-18 07:05:45 -0700 (Fri, 18 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/intf.m
-
-* finish the vout menu (cloeses #302)
-------------------------------------------------------------------------
-r16287 | hartman | 2006-08-17 18:27:00 -0700 (Thu, 17 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-* Fix a RTSP crash
-
-------------------------------------------------------------------------
-r16286 | gbazin | 2006-08-17 13:53:27 -0700 (Thu, 17 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/src/input/decoder.c
-
-* modules/demux/mp4/mp4.c, src/input/decoder.c: support for cropping in quicktime files with H263 video.
-------------------------------------------------------------------------
-r16285 | gbazin | 2006-08-17 13:14:14 -0700 (Thu, 17 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/messages.c
-
-* src/misc/messages.c, src/input/input.c: revert 16279 and use OBJECT_FLAGS_QUIET instead when preparsing.
-------------------------------------------------------------------------
-r16284 | gbazin | 2006-08-17 13:07:13 -0700 (Thu, 17 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* modules/stream_out/transcode.c: couple of small fixes.
-------------------------------------------------------------------------
-r16283 | zorglub | 2006-08-17 11:16:09 -0700 (Thu, 17 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-   M /trunk/src/interface/interaction.c
-   M /trunk/test/native/gc.c
-
-Fix interaction locking
-
-------------------------------------------------------------------------
-r16282 | gbazin | 2006-08-16 14:45:56 -0700 (Wed, 16 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-* modules/gui/wxwidgets/dialogs/playlist.cpp: remove fprintf()s and compilation warnings.
-------------------------------------------------------------------------
-r16281 | Trax | 2006-08-16 14:36:26 -0700 (Wed, 16 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access_output/shout.c
-
-* modules/access_output/shout.c: changed 'no bitrate information' warning to be used for both icecast and shoutcast.
-------------------------------------------------------------------------
-r16280 | gbazin | 2006-08-16 14:19:15 -0700 (Wed, 16 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* modules/codec/ffmpeg/ffmpeg.c: print AV_LOG_DEBUG messages if they were requested.
-------------------------------------------------------------------------
-r16279 | gbazin | 2006-08-16 13:59:04 -0700 (Wed, 16 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-* src/misc/messages.c: if OBJECT_FLAGS_NODBG is specified, don't output any messages at all. That avoids flooding the console with useless messages when preparsing.
-------------------------------------------------------------------------
-r16278 | gbazin | 2006-08-16 13:48:06 -0700 (Wed, 16 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* modules/demux/mkv.cpp: remove useless printf()s
-------------------------------------------------------------------------
-r16277 | gbazin | 2006-08-16 13:30:04 -0700 (Wed, 16 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-* modules/demux/live555.cpp: fixed segfault
-------------------------------------------------------------------------
-r16276 | ipkiss | 2006-08-16 00:03:52 -0700 (Wed, 16 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-
- * skins2/controls/ctrl_image.cpp: Allow resizing to a width of 1 now that the
-   bug in ScaledBitmap is fixed
- * skins2/controls/ctrl_slider.*: Support resizing of the SliderBackground control
-
-------------------------------------------------------------------------
-r16275 | Trax | 2006-08-15 16:13:46 -0700 (Tue, 15 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access_output/shout.c
-
-* modules/access_output/shout.c: removed protocol selection and set it to automaticly try shoutcast protocol if icecast fails. added options for stream info settings, genre, url and public (yellow pages).
-------------------------------------------------------------------------
-r16274 | asmax | 2006-08-15 15:38:49 -0700 (Tue, 15 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
-
-* scaled_bitmap.cpp: better fix than [16273] ...
-
-------------------------------------------------------------------------
-r16273 | asmax | 2006-08-15 15:25:27 -0700 (Tue, 15 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
-
-* scaled_bitmap.cpp: - fixed an infinite loop when width=1
-   + fixed a huge bug in horizontal scaling (btw, TODO: use bresenham for
-   vertical scaling too)
-
-------------------------------------------------------------------------
-r16272 | gbazin | 2006-08-15 15:10:37 -0700 (Tue, 15 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/wxwidgets/video.cpp
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* modules/video_output/x11/xcommon.c, modules/gui/wxwidgets/video.cpp, modules/gui/skins2/src/vlcproc.cpp: fixed crash on exit, introduced in changelist 16148 (unix VOUT_REPARENT).
-------------------------------------------------------------------------
-r16271 | ipkiss | 2006-08-15 13:57:56 -0700 (Tue, 15 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-
- * skins2/controls/ctrl_image.cpp: Avoid a crash when resizing a Image control
-   to a very small size, in scaling mode
-
-------------------------------------------------------------------------
-r16270 | ipkiss | 2006-08-15 11:59:40 -0700 (Tue, 15 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
-
- * skins2/controls/*: forward the onResize() method to the decorated controls
-
-------------------------------------------------------------------------
-r16269 | hartman | 2006-08-15 09:17:59 -0700 (Tue, 15 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
-* Get and write the correct profile_compat_byte
-
-------------------------------------------------------------------------
-r16268 | hartman | 2006-08-15 09:12:44 -0700 (Tue, 15 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-* provide the SPS and PPS in the SDP when doing h264 packetization (sprop-parameters)
-
-------------------------------------------------------------------------
-r16264 | ipkiss | 2006-08-15 04:04:13 -0700 (Tue, 15 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-
- * skins2/src/skin_main.cpp: Fixed a crash in the preferences, reported by Trax
-
-------------------------------------------------------------------------
-r16263 | ipkiss | 2006-08-15 03:43:00 -0700 (Tue, 15 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
- * qt4: Added a few forward declarations and includes
-
-------------------------------------------------------------------------
-r16262 | hartman | 2006-08-14 16:37:28 -0700 (Mon, 14 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
-* first sps, then pps 
-
-------------------------------------------------------------------------
-r16261 | gbazin | 2006-08-14 15:16:07 -0700 (Mon, 14 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
-* modules/packetizer/h264.c: insert an SPS and PPS before each keyframe.
-------------------------------------------------------------------------
-r16260 | hartman | 2006-08-14 14:46:13 -0700 (Mon, 14 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-* Set the SPS and PPS properly in the extradata when we receive RTP h264
-
-------------------------------------------------------------------------
-r16259 | hartman | 2006-08-14 14:45:19 -0700 (Mon, 14 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* set extradata of the x264 encoder.
-
-------------------------------------------------------------------------
-r16258 | hartman | 2006-08-14 14:44:15 -0700 (Mon, 14 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
-* Victory at last. The h264 packetizer is fixed. Thx to Haali and gibalou for the insights.
-  - manage private data properly
-  - use 4 byte startcodes
-
-------------------------------------------------------------------------
-r16257 | Trax | 2006-08-13 15:23:33 -0700 (Sun, 13 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access_output/shout.c
-
-* shout.c: add support for protocol selection (icy for shoutcast and http for icecast)
-------------------------------------------------------------------------
-r16256 | xtophe | 2006-08-13 12:33:16 -0700 (Sun, 13 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/bindings/java/src/Makefile.am
-
-Distribute the java bindings in the tarball
-
-------------------------------------------------------------------------
-r16255 | courmisch | 2006-08-13 11:48:17 -0700 (Sun, 13 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/bindings/java/src/Makefile.am
-
-Attempt to remove all the non standard GNU/make stuff
-
-------------------------------------------------------------------------
-r16254 | jpsaman | 2006-08-13 07:31:02 -0700 (Sun, 13 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-
-Fix memory leak
-------------------------------------------------------------------------
-r16253 | ipkiss | 2006-08-13 05:34:37 -0700 (Sun, 13 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins/skins2-howto.xml: xkeepratio and ykeepratio are available since VLC 0.8.6 only.
-
-------------------------------------------------------------------------
-r16252 | hartman | 2006-08-12 13:08:08 -0700 (Sat, 12 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/ffmpeg-install.patch
-   D /trunk/extras/contrib/src/Patches/ffmpeg-svn-mactel.patch
-
-* all macintel patches have been fixed upstream now. Also remove outdated ffmpeg prefix patch
-
-------------------------------------------------------------------------
-r16251 | hartman | 2006-08-12 07:24:54 -0700 (Sat, 12 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-* fix the getlength. It needs to be after the SETUP, so that liveMedia can correct Windows Media Servers.
-
-------------------------------------------------------------------------
-r16250 | hartman | 2006-08-11 17:10:37 -0700 (Fri, 11 Aug 2006) | 17 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-* refactoring of live555 module.
-  - less code duplication
-  - automaticly try HTTP tunneling if describe fails
-  - upon authentication failure, ask for a new user/passwd and try again (untested due to lack of a rtsp source)
-  - fix a bug with adding tracks introduced in [16114]
-  - fix a bug closing the RTSPClient
-  - disabled the QT VoD detection because it's unreliable like hell.
-
-  TODO:
-  - test with a WMS RTSP session
-  - test against a paswd. protected RTSP session
-  - find a better way for error communication with live (parsing random strings is so 1990)
-  - find a way to relay Control() calls to a subdemux (for time/pos in TS)
-  - add the HREF support of the 0.8.5-href branch
-  - better flushing etc. during the PAUSE (ideas anyone?)
-
-
-------------------------------------------------------------------------
-r16249 | xtophe | 2006-08-11 16:30:02 -0700 (Fri, 11 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_core.c
-
-Should fix compilation. Not tested
-
-------------------------------------------------------------------------
-r16248 | zorglub | 2006-08-11 06:32:42 -0700 (Fri, 11 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/playlist/item.c
-
-Add functions to use the media library
-
-------------------------------------------------------------------------
-r16247 | zorglub | 2006-08-10 23:23:56 -0700 (Thu, 10 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Gah, forgot to commit this: fix a potential crash in stats
-
-------------------------------------------------------------------------
-r16246 | hartman | 2006-08-10 14:28:56 -0700 (Thu, 10 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg-svn-mactel.patch
-
-* nop part of ffmpeg patch was fixed upstream
-
-------------------------------------------------------------------------
-r16245 | dionoea | 2006-08-10 12:21:25 -0700 (Thu, 10 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/control/rc.c
-
-Add "enqueue" command. Original patch by Greg Farell
-
-------------------------------------------------------------------------
-r16244 | ipkiss | 2006-08-10 11:26:18 -0700 (Thu, 10 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins/skins2-howto.xml: Updated copyright year
-
-------------------------------------------------------------------------
-r16243 | ipkiss | 2006-08-10 10:25:30 -0700 (Thu, 10 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins/skins2-howto.xml: Changed the structure of the sections, for a
-   nicer output
-
-------------------------------------------------------------------------
-r16242 | courmisch | 2006-08-10 07:27:28 -0700 (Thu, 10 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/upnp_intel.cpp
-
-Partial UPnP fix from Christian Henz, from Ralf Huvendiek.
-
-------------------------------------------------------------------------
-r16241 | hartman | 2006-08-10 05:51:53 -0700 (Thu, 10 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/time.c
-
-* p_input->p_libvlc == p_filter->p_libvlc: remove p_input dependancy here.
-
-------------------------------------------------------------------------
-r16240 | hartman | 2006-08-10 04:46:19 -0700 (Thu, 10 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg-svn-mactel.patch
-
-* Part of the Intel patches are now fixed upstream
-
-------------------------------------------------------------------------
-r16239 | jpsaman | 2006-08-09 11:09:34 -0700 (Wed, 09 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-Fix comments
-------------------------------------------------------------------------
-r16238 | hartman | 2006-08-08 13:39:12 -0700 (Tue, 08 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-* Fix an #ifdef hidden error in cddax 
-
-------------------------------------------------------------------------
-r16237 | zorglub | 2006-08-07 10:26:02 -0700 (Mon, 07 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/src/playlist/sort.c
-
-Fix sort by artist
-
-------------------------------------------------------------------------
-r16236 | fkuehne | 2006-08-07 09:36:57 -0700 (Mon, 07 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/macosx/AppleRemote.h
-   M /trunk/modules/gui/macosx/AppleRemote.m
-
-* configure.ac: enabled Obj-C exceptions in the OBJCFLAGS (they're currently used by AppleRemote only, but we should extend them to further classes)
-* AppleRemote.*: added svn id and proper notes about the MIT-style and GPL dual licensing
-------------------------------------------------------------------------
-r16235 | zorglub | 2006-08-06 10:12:01 -0700 (Sun, 06 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-* Add random/loop buttons
-* Improve hilighting
-
-------------------------------------------------------------------------
-r16234 | ipkiss | 2006-08-06 09:36:30 -0700 (Sun, 06 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-
- * skins2: Fixed resizing of the Text control
-
-------------------------------------------------------------------------
-r16233 | zorglub | 2006-08-06 09:14:56 -0700 (Sun, 06 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/services_discovery/shout.c
-   M /trunk/src/playlist/item.c
-
-Fix deletion of items when changing them to nodes
-
-------------------------------------------------------------------------
-r16232 | fkuehne | 2006-08-06 09:10:19 -0700 (Sun, 06 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* fix compilation warnings by adding _defaultTableHeader*SortImage to NSOutlineView's interface
-------------------------------------------------------------------------
-r16231 | ipkiss | 2006-08-06 08:49:56 -0700 (Sun, 06 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-
- * skins2: fixed the xkeepratio/ykeepratio attributes for controls not tied to
-   the top left corner of the layout
-
-------------------------------------------------------------------------
-r16230 | jpsaman | 2006-08-06 08:07:47 -0700 (Sun, 06 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Oops use VLC_ error messages
-------------------------------------------------------------------------
-r16229 | zorglub | 2006-08-06 06:53:58 -0700 (Sun, 06 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/item.c
-
-Oh look ! Bananas !
-
-------------------------------------------------------------------------
-r16228 | jpsaman | 2006-08-06 06:43:18 -0700 (Sun, 06 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-sanity checking
-------------------------------------------------------------------------
-r16227 | jpsaman | 2006-08-06 06:40:11 -0700 (Sun, 06 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-enabled check for p_sys->i_channels>2 again for mp3 audio. It was wrongly disabled.
-------------------------------------------------------------------------
-r16226 | jpsaman | 2006-08-06 06:27:58 -0700 (Sun, 06 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Implement afilter transcode filters and renamed vfilter to ufilter (userfilter) so only one extra entry in sout_stream_id_t is needed and not one for every ES type.
-------------------------------------------------------------------------
-r16225 | jpsaman | 2006-08-06 06:25:05 -0700 (Sun, 06 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
-ifdef away compiler warning
-------------------------------------------------------------------------
-r16224 | jpsaman | 2006-08-06 06:24:29 -0700 (Sun, 06 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/services_discovery/podcast.c
-
-Remove unused variable
-------------------------------------------------------------------------
-r16223 | jpsaman | 2006-08-06 06:24:11 -0700 (Sun, 06 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/psychedelic.c
-
-Fix double free bug in psychedelic filter
-------------------------------------------------------------------------
-r16222 | jpsaman | 2006-08-06 06:23:47 -0700 (Sun, 06 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/src/misc/image.c
-
-Put just deleted objects to NULL.
-------------------------------------------------------------------------
-r16221 | jpsaman | 2006-08-06 06:21:54 -0700 (Sun, 06 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/include/vlc_es.h
-
-Use NULL iso 0 (is more portable)
-------------------------------------------------------------------------
-r16220 | jpsaman | 2006-08-06 06:21:36 -0700 (Sun, 06 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
-Remove some whitespace
-------------------------------------------------------------------------
-r16219 | jpsaman | 2006-08-06 06:11:49 -0700 (Sun, 06 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-
-Use C-style comments
-------------------------------------------------------------------------
-r16218 | jpsaman | 2006-08-06 06:11:04 -0700 (Sun, 06 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/linear.c
-
-Cleanup whitespace
-------------------------------------------------------------------------
-r16217 | jpsaman | 2006-08-06 06:10:27 -0700 (Sun, 06 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mpeg/m4v.c
-
-Remove unused variable.
-------------------------------------------------------------------------
-r16216 | jpsaman | 2006-08-06 06:09:42 -0700 (Sun, 06 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
-Fix compiler warning on uninitialized variable.
-------------------------------------------------------------------------
-r16215 | jpsaman | 2006-08-06 06:09:24 -0700 (Sun, 06 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/src/input/stream.c
-
-Fix compiler warning on uninitialized variable.
-------------------------------------------------------------------------
-r16214 | zorglub | 2006-08-06 05:25:52 -0700 (Sun, 06 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/stats.c
-
-This should fix the locking problems with stats
-
-------------------------------------------------------------------------
-r16213 | jpsaman | 2006-08-06 03:30:30 -0700 (Sun, 06 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-Coding Style fixes
-------------------------------------------------------------------------
-r16212 | zorglub | 2006-08-06 03:07:35 -0700 (Sun, 06 Aug 2006) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/menus.hpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-
-Qt4:
-* Hilight playing item
-* Partial removal support, not yet correct
-* Reduce critical section when rebuilding playlist
-* Beginning of menu support
-
-------------------------------------------------------------------------
-r16211 | pengvado | 2006-08-05 17:48:05 -0700 (Sat, 05 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-oops in r16209
-
-------------------------------------------------------------------------
-r16210 | ipkiss | 2006-08-05 06:37:06 -0700 (Sat, 05 Aug 2006) | 6 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/utils/position.cpp
-   M /trunk/modules/gui/skins2/utils/position.hpp
-   M /trunk/share/skins2/skin.dtd
-
- * skins2: new "xkeepratio" and "ykeepratio" attributes, common to all the
-   controls. When set to "true", the behaviour of the resizing is changed
-   (cf. documentation). The main use for these attributes is to keep a
-   a control centered in the layout (horizontally, vertically or both) without
-   resizing the control.
-
-------------------------------------------------------------------------
-r16209 | pengvado | 2006-08-04 11:14:40 -0700 (Fri, 04 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-fix the crf option to reflect x264's API change in its revision 537
-
-------------------------------------------------------------------------
-r16208 | jpsaman | 2006-08-04 08:17:15 -0700 (Fri, 04 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Some cleanup of whitespace
-------------------------------------------------------------------------
-r16207 | zorglub | 2006-08-03 15:24:42 -0700 (Thu, 03 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/item.c
-
-This dichotomy code apparently still is buggy. Todo: redo it
-
-------------------------------------------------------------------------
-r16206 | gbazin | 2006-08-03 14:57:58 -0700 (Thu, 03 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/file.c
-
-* modules/access/file.c, directory.c: bug and memory leak fixes
-------------------------------------------------------------------------
-r16205 | zorglub | 2006-08-03 10:03:26 -0700 (Thu, 03 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/java/src
-
-Fix svn:ignore
-
-------------------------------------------------------------------------
-r16204 | zorglub | 2006-08-03 09:58:10 -0700 (Thu, 03 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/gvp.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/video_chroma/i420_rgb8.c
-
-Fix a bunch of warnings and errors
-
-------------------------------------------------------------------------
-r16203 | zorglub | 2006-08-03 08:34:08 -0700 (Thu, 03 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/http.c
-   M /trunk/modules/access/mms/mms.h
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/codec/cinepak.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/qtl.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_output/image.c
-   M /trunk/src/misc/vlm.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/stream_output/stream_output.c
-
-Fix duplicate definitions of FREE
-
-------------------------------------------------------------------------
-r16202 | zorglub | 2006-08-03 08:27:19 -0700 (Thu, 03 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Handle blocking errors, fix layout for login
-
-------------------------------------------------------------------------
-r16201 | jb | 2006-08-03 01:46:47 -0700 (Thu, 03 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-
-
-Yet another x264 contrib patch for win32
-
-
-------------------------------------------------------------------------
-r16200 | jb | 2006-08-03 00:48:55 -0700 (Thu, 03 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/ffmpeg-vc1.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* Some small updates in the contribs
-* FFMpeg reactivated the WM3-codec. The patch is now useless
-
-
-------------------------------------------------------------------------
-r16199 | zorglub | 2006-08-02 23:10:57 -0700 (Wed, 02 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/extras/make.pl
-   M /trunk/include/vlc_interaction.h
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   M /trunk/src/interface/interaction.c
-
-* Some Qt interaction stuff
-* More useless interaction cleanup
-* Small fix for make beautifier
-
-------------------------------------------------------------------------
-r16198 | zorglub | 2006-08-02 14:52:28 -0700 (Wed, 02 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/gvp.c
-
-Fix crash with GVP, if it breaks it, yell and provide samples so we can put tests for them
-
-------------------------------------------------------------------------
-r16197 | zorglub | 2006-08-02 12:51:46 -0700 (Wed, 02 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_interaction.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/services_discovery/shout.c
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/misc/update.c
-
-Interaction cleanup, remove some unused functions, factorize some code, ...
-
-------------------------------------------------------------------------
-r16196 | littlejohn | 2006-08-02 07:11:17 -0700 (Wed, 02 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/bindings/java/VLCExample.java
-   A /trunk/bindings/java/org/videolan/jvlc/Audio.java
-   A /trunk/bindings/java/org/videolan/jvlc/Input.java
-   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
-   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
-   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
-   D /trunk/bindings/java/org/videolan/jvlc/Status.java
-   A /trunk/bindings/java/org/videolan/jvlc/VLM.java
-   M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
-   A /trunk/bindings/java/org/videolan/jvlc/Video.java
-   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
-   A /trunk/bindings/java/src
-   A /trunk/bindings/java/src/Makefile.am
-   A /trunk/bindings/java/src/audio-jni.cc
-   A /trunk/bindings/java/src/core-jni.cc
-   A /trunk/bindings/java/src/graphics-jni.cc
-   A /trunk/bindings/java/src/input-jni.cc
-   A /trunk/bindings/java/src/playlist-jni.cc
-   A /trunk/bindings/java/src/utils.cc
-   A /trunk/bindings/java/src/utils.h
-   A /trunk/bindings/java/src/video-jni.cc
-   A /trunk/bindings/java/src/vlm-jni.cc
-   D /trunk/bindings/java/vlc-graphics-jni.cc
-   D /trunk/bindings/java/vlc-libvlc-jni.cc
-   M /trunk/configure.ac
-
-Java Bindings synched with lastest version.
-
-
-------------------------------------------------------------------------
-r16195 | jb | 2006-08-01 15:09:34 -0700 (Tue, 01 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/speex-BeOS.patch
-   A /trunk/extras/contrib/src/Patches/twolame-BeOS.patch
-
-* Some work for BeOS Contrib's should repair some of'em
-
-
-------------------------------------------------------------------------
-r16194 | zorglub | 2006-08-01 08:23:46 -0700 (Tue, 01 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
-
-Remove references to deprecated files
-
-------------------------------------------------------------------------
-r16193 | courmisch | 2006-08-01 08:11:33 -0700 (Tue, 01 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interaction.c
-
-Apparently, someone does not about "make".
-
-------------------------------------------------------------------------
-r16192 | courmisch | 2006-08-01 08:00:50 -0700 (Tue, 01 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_access.h
-
-Syntax error
-
-------------------------------------------------------------------------
-r16191 | courmisch | 2006-08-01 07:54:54 -0700 (Tue, 01 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Cosmetic: Don't leak internal error to the console.
-
-------------------------------------------------------------------------
-r16190 | zorglub | 2006-08-01 06:12:48 -0700 (Tue, 01 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interaction.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/ui/logindialog.ui
-   D /trunk/modules/gui/qt4/ui/okcanceldialog.ui
-   D /trunk/modules/gui/qt4/ui/yesnocanceldialog.ui
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-Improve Qt interaction stuff
-
-------------------------------------------------------------------------
-r16189 | littlejohn | 2006-08-01 03:30:31 -0700 (Tue, 01 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/src/control/playlist.c
-
-Fixed a missing assert.h inclusion.
-
-
-------------------------------------------------------------------------
-r16188 | zorglub | 2006-08-01 02:22:35 -0700 (Tue, 01 Aug 2006) | 2 lines
-Changed paths:
-   M /trunk/include/libvlc_internal.h
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/audio.c
-   M /trunk/src/control/core.c
-   M /trunk/src/control/input.c
-   M /trunk/src/control/playlist.c
-
-src/control: a bit of cleanup here and there
-
-------------------------------------------------------------------------
-r16187 | fkuehne | 2006-07-31 15:51:43 -0700 (Mon, 31 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/interaction.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/src/interface/interaction.c
-
-* interaction.c: always show errors through the interaction framework, even if the user disabled its usage
-* macosx/*: minor clean-up
-------------------------------------------------------------------------
-r16186 | fkuehne | 2006-07-31 15:21:00 -0700 (Mon, 31 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib
-
-* fix layout
-------------------------------------------------------------------------
-r16185 | fkuehne | 2006-07-31 15:15:13 -0700 (Mon, 31 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/interaction.h
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* removed the old panel which used to show msg_err completely (hopefully) and added a new menu entry to show the collective errors/warnings panel by hand. Additionally, this panel got a details button now. (thanks to thedj for the idea)
-------------------------------------------------------------------------
-r16184 | dionoea | 2006-07-31 14:07:17 -0700 (Mon, 31 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/index.html
-
-This was missing to have backwards compatibility with scripts using the old intf.
-
-------------------------------------------------------------------------
-r16183 | jb | 2006-07-31 13:13:08 -0700 (Mon, 31 Jul 2006) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-
-- Reverting the previous commit.
-  Something went bad. Sorry.
-
-
-------------------------------------------------------------------------
-r16182 | jb | 2006-07-31 12:49:19 -0700 (Mon, 31 Jul 2006) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-
-- Should remove all the references to intf_UserOkayCancel,
-removed in r16159 by fkuehne and fix the nightlies.
-
-
-
-------------------------------------------------------------------------
-r16181 | gbazin | 2006-07-31 11:09:49 -0700 (Mon, 31 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ps.c
-
-* modules/demux/ps.c: fixed breakage
-------------------------------------------------------------------------
-r16180 | hartman | 2006-07-31 08:36:36 -0700 (Mon, 31 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-* Fix support for QT ref files. this close #700
- - this dupes some code from the playlist demux (FindItem).
-
-------------------------------------------------------------------------
-r16179 | littlejohn | 2006-07-31 05:11:51 -0700 (Mon, 31 Jul 2006) | 5 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/configure.ac
-
-Some Java checks on --enable-java-bindings:
- * JAVA_HOME is set
- * a java compiler compiles
-
-
-------------------------------------------------------------------------
-r16178 | littlejohn | 2006-07-31 02:31:35 -0700 (Mon, 31 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/input.c
-
-New input_set_(time|position) in libvlc.
-
-
-------------------------------------------------------------------------
-r16177 | littlejohn | 2006-07-31 00:09:53 -0700 (Mon, 31 Jul 2006) | 5 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/modules/stream_out/bridge.c
-   M /trunk/src/control/video.c
-
-Video resize function added in libvlc.
-
-Typo fix in modules/stream_out/bridge.c
-
-
-------------------------------------------------------------------------
-r16176 | hartman | 2006-07-30 16:21:58 -0700 (Sun, 30 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* gnutls needs -lintl ldflag with newer versions. It's so nice if packages keep track of what libs they use....... hint hint
-
-------------------------------------------------------------------------
-r16175 | hartman | 2006-07-30 15:40:08 -0700 (Sun, 30 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg-vc1.patch
-
-* the ffmpeg api version id was updated
-
-------------------------------------------------------------------------
-r16174 | fkuehne | 2006-07-30 15:35:04 -0700 (Sun, 30 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-
-* compilation fix
-------------------------------------------------------------------------
-r16173 | fkuehne | 2006-07-30 15:11:36 -0700 (Sun, 30 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-
-osx/intf.m: don't show msg_err's in the OSX GUI anymore. Localised errors/warnings are shown by the interaction framework now.
-wx/interaction.cpp: another WX compilation fix
-------------------------------------------------------------------------
-r16172 | fkuehne | 2006-07-30 15:03:56 -0700 (Sun, 30 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/update.c
-
-* forgot these in the previous commit (updated to current API)
-------------------------------------------------------------------------
-r16171 | fkuehne | 2006-07-30 15:00:44 -0700 (Sun, 30 Jul 2006) | 7 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/classes.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/info.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/include/vlc_interaction.h
-   M /trunk/modules/gui/macosx/interaction.h
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/src/interface/interaction.c
-
-* additional interaction enhancements
-    - intf_UserFatal takes an addition bool-argument now to set whether the error message will be blocking in the interface or not (so TRUE = blocking)
-    - intf_UserWarn is always non-blocking and is used to check important, localised warnings to the user
-* wx: a compilation fix, but no update to the current API
-* osx: complete implementation of the interaction framework using some Carbon (!) functions, because the needed icons aren't accessible through Cocoa. Regrettably, I had to add yet another nib-file to keep the code clean and readable.
-
-The Error-dialogue is no longer re-usable (so the specific ID was removed). The interface needs to keep track of the reported errors and warnings. Thus, it may discard them as requested by the user and doesn't need to care about the core.
-------------------------------------------------------------------------
-r16170 | zorglub | 2006-07-30 14:19:38 -0700 (Sun, 30 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-
-Forgot this
-
-------------------------------------------------------------------------
-r16169 | zorglub | 2006-07-30 13:28:59 -0700 (Sun, 30 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/video_widget.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   A /trunk/modules/gui/qt4/pixmaps/type_afile.xpm
-   A /trunk/modules/gui/qt4/pixmaps/type_card.xpm
-   A /trunk/modules/gui/qt4/pixmaps/type_cdda.xpm
-   A /trunk/modules/gui/qt4/pixmaps/type_directory.xpm
-   A /trunk/modules/gui/qt4/pixmaps/type_disc.xpm
-   A /trunk/modules/gui/qt4/pixmaps/type_node.xpm
-   A /trunk/modules/gui/qt4/pixmaps/type_unknown.xpm
-   A /trunk/modules/gui/qt4/pixmaps/type_vfile.xpm
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-Icons support
-Misc fprintf cleanup
-
-------------------------------------------------------------------------
-r16168 | zorglub | 2006-07-30 09:41:20 -0700 (Sun, 30 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
-   M /trunk/modules/gui/qt4/components/playlist/selector.cpp
-   M /trunk/modules/gui/qt4/components/playlist/selector.hpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Qt4 playlist dialog base stuff
-
-------------------------------------------------------------------------
-r16167 | ipkiss | 2006-07-30 07:34:21 -0700 (Sun, 30 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   M /trunk/modules/gui/skins2/src/generic_layout.hpp
-
- * skins2/*: fixed some doxygen comments
-
-------------------------------------------------------------------------
-r16166 | ipkiss | 2006-07-30 06:04:27 -0700 (Sun, 30 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-
- * skins2/src/generic_layout.cpp: refresh the area of the Video control when it
-   is not visible
-
-------------------------------------------------------------------------
-r16165 | asmax | 2006-07-30 05:22:00 -0700 (Sun, 30 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/galaktos/plugin.c
-
-* fixed galaktos plugin which was broken for a very long time
-
-------------------------------------------------------------------------
-r16164 | ipkiss | 2006-07-30 05:07:45 -0700 (Sun, 30 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-
- * skins2: when restoring the previous skin because a new one failed to load,
-   show only the windows that were visible before
-
-------------------------------------------------------------------------
-r16163 | damienf | 2006-07-29 16:32:05 -0700 (Sat, 29 Jul 2006) | 4 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/control/core.c
-   M /trunk/src/control/video.c
-
-few fixes in libvlc APis
-- allow for libvlc_exception_t to be NULL in APIs
-- remove X11 references from libvlc, as it breaks MacOS X
-
-------------------------------------------------------------------------
-r16162 | hartman | 2006-07-29 15:58:49 -0700 (Sat, 29 Jul 2006) | 7 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/pls.c
-
-* Allow the asx module to peek instead on relying on file extension
-* Added the QuickTime RTSPtext redirect system. uses m3u, even though they are not related.
-* Added the WM Server [Reference] redirects to the pls playlist demux. it's also INI based.
-
-This fixes #690
-
-
-------------------------------------------------------------------------
-r16161 | fkuehne | 2006-07-29 08:47:08 -0700 (Sat, 29 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   M /trunk/src/interface/interaction.c
-
-* minor core cleanup and WX compilation fix
-------------------------------------------------------------------------
-r16160 | fkuehne | 2006-07-29 08:32:30 -0700 (Sat, 29 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/update.c
-
-* improved some error messages
-------------------------------------------------------------------------
-r16159 | fkuehne | 2006-07-29 08:07:42 -0700 (Sat, 29 Jul 2006) | 5 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
-   M /trunk/include/vlc_interaction.h
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/gui/macosx/interaction.h
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/modules/services_discovery/shout.c
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/misc/update.c
-
-* enhanced the interaction core with some method additions/changes
-- intf_UserProgress* takes an additional argument now. use it to provide the time to go (in sec) until the process will be finished. Provide 0, if you don't have such info. The interface will hide the respective text-field.
-- intf_UserProgressIsCancelled can be called by the module which triggered the interaction dialogue on a regular interval, to check if the user cancelled the dialogue or not. This is for dialogues with an optional cancel-button only (like the modal progress panel), so it doesn't replace p_dialog->i_return = DIALOG_CANCELLED which is for yes/no-style dialogues
-- intf_UserOkayCancel was removed in favour of an enhanced intf_UserYesNo
-- intf_UserYesNo takes 3 additional arguments now to get the custom captions of the default (~Yes), alternate(~No) and one optional button(~Cancel). This provides a better interface experience for the user and is more compliant with OSX's HIGL. The interface automatically hides the 3rd button, if NULL is given.
-------------------------------------------------------------------------
-r16158 | xtophe | 2006-07-29 07:38:38 -0700 (Sat, 29 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/ffmpeg-vc1.patch
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-fix breakqge introduce in [16152]
-
-------------------------------------------------------------------------
-r16157 | zorglub | 2006-07-29 06:32:12 -0700 (Sat, 29 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/test/native/gc.c
-   M /trunk/test/native/i18n.c
-   M /trunk/test/native/init.c
-   M /trunk/test/native/libvlc.c
-   M /trunk/test/native/profiles.c
-   M /trunk/test/native/stats.c
-   M /trunk/test/native/url.c
-
-svn ids and stuff
-
-------------------------------------------------------------------------
-r16156 | zorglub | 2006-07-29 06:31:48 -0700 (Sat, 29 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-One more
-
-------------------------------------------------------------------------
-r16155 | zorglub | 2006-07-29 06:31:32 -0700 (Sat, 29 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-   M /trunk/src/misc/stats.c
-
-Some old stats fixes
-
-------------------------------------------------------------------------
-r16154 | djc | 2006-07-29 06:01:52 -0700 (Sat, 29 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-Add Ctrl+clic to handle one button mice
-
-------------------------------------------------------------------------
-r16153 | zorglub | 2006-07-29 05:25:13 -0700 (Sat, 29 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_streaming.h
-   M /trunk/src/stream_output/profiles.c
-
-Simplify transcode handling
-
-------------------------------------------------------------------------
-r16152 | fkuehne | 2006-07-29 05:18:48 -0700 (Sat, 29 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/ffmpeg-vc1.patch
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* enabled ffmpeg's beta WMV3/VC1-support
-------------------------------------------------------------------------
-r16151 | xtophe | 2006-07-28 12:34:03 -0700 (Fri, 28 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src
-   M /trunk/m4
-   M /trunk/src/stream_output/profiles.c
-
-Cosmetics
-
-------------------------------------------------------------------------
-r16150 | xtophe | 2006-07-28 12:05:04 -0700 (Fri, 28 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/libpng-darwin-mactel.patch
-
-Update png patch for mactel. Thanks to Jean-Baptiste Kempf
-
-------------------------------------------------------------------------
-r16149 | thresh | 2006-07-28 08:28:31 -0700 (Fri, 28 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-reverted erroneous part of 16030 commit (this will fix libtool builds)
-
-------------------------------------------------------------------------
-r16148 | littlejohn | 2006-07-28 08:24:07 -0700 (Fri, 28 Jul 2006) | 10 lines
-Changed paths:
-   M /trunk/include/libvlc_internal.h
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/control/video.c
-
-Real VOUT_REPARENT (UNIX only ATM).
-
-if (vout_Control VOUT_REPARENT is called giving a Drawable in args)
-then 
-     that Drawable is used as new parent
-otherwise
-     DefaultRootWindow will be the parent
-     
-
-
-------------------------------------------------------------------------
-r16147 | zorglub | 2006-07-28 06:28:08 -0700 (Fri, 28 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   A /trunk/include/vlc_streaming.h
-   M /trunk/include/vlc_strings.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/Makefile.am
-   A /trunk/src/stream_output/profiles.c
-   A /trunk/test/NativeProfilesTest.py
-   M /trunk/test/native/gc.c
-   M /trunk/test/native/init.c
-   A /trunk/test/native/profiles.c
-   M /trunk/test/native/tests.h
-   M /trunk/test/native/url.c
-   M /trunk/test/pyunit.h
-   M /trunk/test/setup.py
-
-Some initial work for streaming profiles
-+ some misc test cleanup
-
-------------------------------------------------------------------------
-r16146 | zorglub | 2006-07-28 04:58:58 -0700 (Fri, 28 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-Check type before cast
-
-------------------------------------------------------------------------
-r16145 | zorglub | 2006-07-28 04:45:52 -0700 (Fri, 28 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-WTF isn't QEvent a QObject ?
-
-------------------------------------------------------------------------
-r16144 | zorglub | 2006-07-28 04:16:49 -0700 (Fri, 28 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-Don't use RTTI
-
-------------------------------------------------------------------------
-r16143 | damienf | 2006-07-27 17:01:15 -0700 (Thu, 27 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Makefile: fix cross compiling broken by my previous commit
-
-------------------------------------------------------------------------
-r16142 | xtophe | 2006-07-27 15:53:41 -0700 (Thu, 27 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/libpng-1.2.8-makefile.patch
-   A /trunk/extras/contrib/src/Patches/libpng-darwin-mactel.patch
-   A /trunk/extras/contrib/src/Patches/libpng-makefile.patch (from /trunk/extras/contrib/src/Patches/libpng-1.2.8-makefile.patch:16140)
-   M /trunk/extras/contrib/src/Patches/libpng-osx.patch
-
-Update the libpng patches
-
-------------------------------------------------------------------------
-r16141 | damienf | 2006-07-27 15:46:48 -0700 (Thu, 27 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/libgpg-error.patch
-
-patch for libgpg-error when NLS is disabled
-
-------------------------------------------------------------------------
-r16140 | zorglub | 2006-07-27 13:12:41 -0700 (Thu, 27 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/src/libvlc.h
-
-Add --france / --no-france option to disable DRM playback.
-CSS is not yet disabled as it is hidden from us by libdvdnav/libdvdplay
-
-------------------------------------------------------------------------
-r16139 | damienf | 2006-07-27 12:51:57 -0700 (Thu, 27 Jul 2006) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-
-miscellaneous fixes when building contribs on Cygwin
-- boostrap: make configure.ac happy when detecting contribs build on Cygwin
-- Makefile: cleanup, fixed extraction of files containing invalid characters (on DOS LFN), gpg-error compiling
-
-------------------------------------------------------------------------
-r16138 | littlejohn | 2006-07-27 07:51:22 -0700 (Thu, 27 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/java/vlc-graphics-jni.cc
-
-This was overwritten by mistake. Backported to revision 15898.
-
-
-------------------------------------------------------------------------
-r16137 | titer | 2006-07-26 15:48:34 -0700 (Wed, 26 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i420_yuy2.h
-
-Make I420_UYVY/MMX support widths non multiple of 8
-
-------------------------------------------------------------------------
-r16136 | xtophe | 2006-07-26 15:01:37 -0700 (Wed, 26 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-use pic on amd64. should fix the amd64 moz plugin
-
-------------------------------------------------------------------------
-r16135 | xtophe | 2006-07-26 14:59:13 -0700 (Wed, 26 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-add qvlc to the summary
-
-------------------------------------------------------------------------
-r16134 | dionoea | 2006-07-26 14:21:48 -0700 (Wed, 26 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Use 5 digits for snapshot numbering when in sequential mode (padd with 0s)
-
-------------------------------------------------------------------------
-r16133 | littlejohn | 2006-07-26 08:13:47 -0700 (Wed, 26 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/vlm.c
-
-More vlm functions added in libvlc (to play, pause and stop a broadcast)
-
-
-------------------------------------------------------------------------
-r16132 | littlejohn | 2006-07-26 07:15:08 -0700 (Wed, 26 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/bindings/java/VLCExample.java
-   M /trunk/bindings/java/VlcClient.java
-   M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
-   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
-   A /trunk/bindings/java/org/videolan/jvlc/VLCException.java
-   M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
-   M /trunk/bindings/java/vlc-graphics-jni.cc
-   M /trunk/bindings/java/vlc-libvlc-jni.cc
-
-Sync bindings/java with jvlc head (release is close ;).
-
-
-------------------------------------------------------------------------
-r16131 | xtophe | 2006-07-26 06:49:56 -0700 (Wed, 26 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/speex.patch
-
-Contrib: fix speex patch. Thanks to JB Kempf
-
-------------------------------------------------------------------------
-r16130 | xtophe | 2006-07-26 05:04:25 -0700 (Wed, 26 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/po/de.po
-
-Protect the email address
-
-------------------------------------------------------------------------
-r16129 | xtophe | 2006-07-26 03:56:30 -0700 (Wed, 26 Jul 2006) | 5 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/ffmpeg-svn-win32.patch
-   D /trunk/extras/contrib/src/Patches/ffmpeg-svn.patch
-
-ffmpeg contribs:
-    .pc hqve been fixed upstream
-    delete empty win32 patch
-    temporarly disable install patch. it works fine without on debian and macOSX. FC4 to be investigated
-
-------------------------------------------------------------------------
-r16128 | zorglub | 2006-07-25 15:56:37 -0700 (Tue, 25 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-New Qt Contrib
-
-------------------------------------------------------------------------
-r16127 | ipkiss | 2006-07-25 14:23:01 -0700 (Tue, 25 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_common.hpp
-
- * skins2/src/skin_common.hpp: Added missing header
-
-------------------------------------------------------------------------
-r16126 | xtophe | 2006-07-25 05:41:29 -0700 (Tue, 25 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/libpng-osx.patch
-
-Upgrade patch for png on osx. Thanks to Jean-Baptiste Kempf
-
-------------------------------------------------------------------------
-r16125 | xtophe | 2006-07-25 02:37:31 -0700 (Tue, 25 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Don't include opie/ in the gettext stuff as it's not in the tarball.
-
-------------------------------------------------------------------------
-r16124 | xtophe | 2006-07-24 16:00:57 -0700 (Mon, 24 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Grrrr, silly qt4 build system
-
-------------------------------------------------------------------------
-r16123 | xtophe | 2006-07-24 15:56:44 -0700 (Mon, 24 Jul 2006) | 2 lines
-Changed paths:
-   A /trunk/extras/contrib/src/Patches/libogg-1.1.3.patch
-   A /trunk/extras/contrib/src/Patches/theora-1.0a7.patch
-
-Oups miss that in previous commit
-
-------------------------------------------------------------------------
-r16122 | xtophe | 2006-07-24 15:45:26 -0700 (Mon, 24 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/ffmpeg-svn-win32.patch
-   M /trunk/extras/contrib/src/Patches/ffmpeg-svn.patch
-   M /trunk/extras/contrib/src/Patches/gnutls-win32.patch
-   M /trunk/extras/contrib/src/Patches/libogg-1.1-win32.patch
-   M /trunk/extras/contrib/src/Patches/libogg-1.1.patch
-   M /trunk/extras/contrib/src/Patches/libpng-1.2.8-makefile.patch
-   M /trunk/extras/contrib/src/Patches/libpng-win32.patch
-   M /trunk/extras/contrib/src/Patches/libvorbis-1.1.patch
-   M /trunk/extras/contrib/src/Patches/speex.patch
-   M /trunk/extras/contrib/src/Patches/theora.patch
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-Use newer version of libraries in extras/contrib. Patch courtesy of Jean-Baptiste Kempf
-
-------------------------------------------------------------------------
-r16121 | xtophe | 2006-07-24 14:45:56 -0700 (Mon, 24 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/ui/file_open.ui
-   M /trunk/modules/gui/qt4/ui/input_stats.ui
-   M /trunk/modules/gui/qt4/ui/inputdialog.ui
-   M /trunk/modules/gui/qt4/ui/logindialog.ui
-   M /trunk/modules/gui/qt4/ui/main_interface.ui
-   M /trunk/modules/gui/qt4/ui/okcanceldialog.ui
-   M /trunk/modules/gui/qt4/ui/progressdialog.ui
-   M /trunk/modules/gui/qt4/ui/yesnocanceldialog.ui
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Localized the stings inside the .ui  and update the po files.
-
-------------------------------------------------------------------------
-r16120 | ipkiss | 2006-07-24 13:09:22 -0700 (Mon, 24 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-
- * skins2/src/dialogs.cpp: more encoding fixes
-
-------------------------------------------------------------------------
-r16119 | fkuehne | 2006-07-24 10:55:28 -0700 (Mon, 24 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg-svn.patch
-
-libavutil/common.h was re-worked, so it doesn't need to be patched anymore
-------------------------------------------------------------------------
-r16118 | ipkiss | 2006-07-23 15:19:46 -0700 (Sun, 23 Jul 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/src/skin_common.hpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.hpp
-
- * skins2: fixed several encoding issues. In particular, it should now be
-   possible to load a skin on Windows when logged with an account containing
-   non-english characters.
-
-------------------------------------------------------------------------
-r16117 | jpsaman | 2006-07-23 11:10:04 -0700 (Sun, 23 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/ffmpeg-install.patch
-
-Fix installation of ffmpeg-svn version
-------------------------------------------------------------------------
-r16115 | jpsaman | 2006-07-23 10:51:07 -0700 (Sun, 23 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Revert revision 16112
-------------------------------------------------------------------------
-r16114 | jpsaman | 2006-07-23 09:21:35 -0700 (Sun, 23 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Forward port of revision 16113. Fixes a bug in live555 module, that made audio packets (only for audio types that are not supported) being sent to the video decoder. This caused artefacts and segmentation faults in the decoder. VLC core handles the case for codec being not supported just fine, so removed the check for undefined codec.
-------------------------------------------------------------------------
-r16112 | jpsaman | 2006-07-23 04:04:13 -0700 (Sun, 23 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Forward port of revision 16111
-------------------------------------------------------------------------
-r16110 | dionoea | 2006-07-22 08:41:38 -0700 (Sat, 22 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Oops
-
-------------------------------------------------------------------------
-r16109 | dionoea | 2006-07-22 08:33:03 -0700 (Sat, 22 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/vout_intf.c
-
-add --snapshot-prefix and --snapshot-sequential options. --snapshot-prefix lets you choose the filename's prefix (default it "vlcsnap-"). --snapshot-sequential numbers the snapshot starting with 1 and incrementing every time.
-
-------------------------------------------------------------------------
-r16108 | dionoea | 2006-07-22 07:45:25 -0700 (Sat, 22 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-Some more vfilter2 stuff
-
-------------------------------------------------------------------------
-r16107 | xtophe | 2006-07-21 14:14:35 -0700 (Fri, 21 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-oups missed that
-
-------------------------------------------------------------------------
-r16106 | fkuehne | 2006-07-21 13:36:29 -0700 (Fri, 21 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* minor layout improvement
-------------------------------------------------------------------------
-r16105 | xtophe | 2006-07-21 08:19:35 -0700 (Fri, 21 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-contribs: Rename the qt tarball to indicate it's a win32 binaries
-
-------------------------------------------------------------------------
-r16104 | zorglub | 2006-07-21 02:42:43 -0700 (Fri, 21 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Qt4 contrib fixes
-
-------------------------------------------------------------------------
-r16103 | zorglub | 2006-07-20 15:16:10 -0700 (Thu, 20 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-Add Qt4 to contrib
-
-------------------------------------------------------------------------
-r16102 | fkuehne | 2006-07-20 12:45:51 -0700 (Thu, 20 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/AppleRemote.m
-
-* some minor fixes (signed vs unsigned ints, removed an always ignored pragma, fixed an if)
-------------------------------------------------------------------------
-r16101 | fkuehne | 2006-07-20 12:30:39 -0700 (Thu, 20 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* compile before you commit
-------------------------------------------------------------------------
-r16100 | fkuehne | 2006-07-20 12:26:33 -0700 (Thu, 20 Jul 2006) | 1 line
-Changed paths:
-   D /trunk/extras/contrib/src/Patches/ffmpeg-configure.patch
-   A /trunk/extras/contrib/src/Patches/ffmpeg-svn.patch (from /trunk/extras/contrib/src/Patches/ffmpeg-configure.patch:16098)
-
-* another patch for ffmpeg, so make up a new ffmpeg patch-file and ditch the previous configure-specific one
-------------------------------------------------------------------------
-r16099 | fkuehne | 2006-07-20 12:16:52 -0700 (Thu, 20 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* compilation fix to reflect x264's API change in its revision 537 (x264 build 48)
-
-It would be nice if someone with more x264-knowledge could review this.
-------------------------------------------------------------------------
-r16098 | fkuehne | 2006-07-20 12:06:18 -0700 (Thu, 20 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/ffmpeg-configure.patch
-
-* yet another patch for ffmpeg: its configure script doesn't recognise that (at least on OSX) variables' names are case-sensitive
-------------------------------------------------------------------------
-r16097 | xtophe | 2006-07-20 11:54:26 -0700 (Thu, 20 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/util/directslider.hpp
-
-Compile fix. gcc doesn't like foo=foo();
-
-------------------------------------------------------------------------
-r16096 | zorglub | 2006-07-20 08:25:02 -0700 (Thu, 20 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/util/directslider.hpp
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-Fix a bunch of bugs
-
-------------------------------------------------------------------------
-r16095 | xtophe | 2006-07-20 06:44:04 -0700 (Thu, 20 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/direct3d.c
-
-Cosmetic: svn properties, Id, copyright dates
-
-------------------------------------------------------------------------
-r16094 | damienf | 2006-07-20 06:21:16 -0700 (Thu, 20 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_output/directx/Modules.am
-   A /trunk/modules/video_output/directx/direct3d.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/directx/vout.h
-
-- direct3d: new video output module using Direct3D 9 APIs
-
-------------------------------------------------------------------------
-r16093 | xtophe | 2006-07-20 01:59:14 -0700 (Thu, 20 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Run update-po. Fix make dist
-
-------------------------------------------------------------------------
-r16092 | dionoea | 2006-07-19 15:38:25 -0700 (Wed, 19 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/gradient.c
-
-Add some "const" where relevant
-
-------------------------------------------------------------------------
-r16091 | dionoea | 2006-07-19 15:08:38 -0700 (Wed, 19 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/gradient.c
-
-Make code less readable and (hopefully) faster for gradient and edge modes.
-
-------------------------------------------------------------------------
-r16090 | zorglub | 2006-07-19 08:17:23 -0700 (Wed, 19 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   A /trunk/modules/gui/qt4/ui/inputdialog.ui
-   A /trunk/modules/gui/qt4/ui/logindialog.ui
-   A /trunk/modules/gui/qt4/ui/progressdialog.ui
-   A /trunk/modules/gui/qt4/ui/yesnocanceldialog.ui
-
-Some more Qt interaction support
-
-------------------------------------------------------------------------
-r16089 | oaubert | 2006-07-19 05:55:04 -0700 (Wed, 19 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: the svg module now needs a librsvg2 >= 2.9.0
-
-------------------------------------------------------------------------
-r16088 | oaubert | 2006-07-19 05:54:13 -0700 (Wed, 19 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/svg.c
-
-modules/misc/svg.c: fix SVG rendering
-
-------------------------------------------------------------------------
-r16087 | zorglub | 2006-07-19 04:53:51 -0700 (Wed, 19 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/include/modules_inner.h
-   M /trunk/modules/LIST
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-
-Add support for modules help strings (Closes:#413)
-
-------------------------------------------------------------------------
-r16086 | zorglub | 2006-07-19 04:53:18 -0700 (Wed, 19 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/demux/playlist/podcast.c
-
-Remove some code duplication
-
-------------------------------------------------------------------------
-r16085 | jpsaman | 2006-07-19 03:59:30 -0700 (Wed, 19 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Don't use Patches/goom2k4-0-nommx.patch when building for MacOS X
-------------------------------------------------------------------------
-r16084 | zorglub | 2006-07-19 02:45:02 -0700 (Wed, 19 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/Modules.am
-   D /trunk/modules/access/pvr
-   A /trunk/modules/access/pvr.c (from /trunk/modules/access/pvr/pvr.c:16077)
-   D /trunk/modules/access/v4l
-   A /trunk/modules/access/v4l.c (from /trunk/modules/access/v4l/v4l.c:16077)
-   A /trunk/modules/access/videodev2.h (from /trunk/modules/access/pvr/videodev2.h:16077)
-   A /trunk/modules/access/videodev_mjpeg.h (from /trunk/modules/access/v4l/videodev_mjpeg.h:16077)
-
-Move v4l and pvr into the main access directory.
-No need for a separate directory for 1 file
-
-------------------------------------------------------------------------
-r16083 | zorglub | 2006-07-19 02:33:41 -0700 (Wed, 19 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_demux.h
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/dv.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/access/fake.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/gnomevfs.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/smb.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/mpeg/h264.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-
-Some more demux and access code factorization
-
-------------------------------------------------------------------------
-r16080 | oaubert | 2006-07-19 02:01:15 -0700 (Wed, 19 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/vlcglue.c
-
-bindings/mediacontrol-python/vlcglue.c: bind get_/set_rate and get_/set_fullscreen
-
-------------------------------------------------------------------------
-r16079 | oaubert | 2006-07-19 02:00:32 -0700 (Wed, 19 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/mediacontrol.h
-   M /trunk/src/control/mediacontrol_audio_video.c
-
-include/vlc/mediacontrol.h, src/control/mediacontrol_audio_video.c: implement get_/set_rate and get_/set_fullscreen
-
-------------------------------------------------------------------------
-r16078 | oaubert | 2006-07-19 01:59:26 -0700 (Wed, 19 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/setup.py
-
-bindings/mediacontrol-python/setup.py: deactivate PIC support for
-linux also (I do no quite know the current status, but it works for me this way at the moment).
-
-------------------------------------------------------------------------
-r16077 | zorglub | 2006-07-18 16:20:06 -0700 (Tue, 18 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   A /trunk/modules/gui/qt4/components/playlist/selector.cpp
-   M /trunk/modules/gui/qt4/components/playlist/selector.hpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-A bunch of various fixes (encoding, refcount, layout)
-
-------------------------------------------------------------------------
-r16076 | zorglub | 2006-07-18 14:29:05 -0700 (Tue, 18 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/video_widget.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/ui/main_interface.ui
-
-Layout improvements
-
-------------------------------------------------------------------------
-r16075 | xtophe | 2006-07-18 14:25:14 -0700 (Tue, 18 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_es.h
-
-Fix compilation
-
-------------------------------------------------------------------------
-r16074 | jpsaman | 2006-07-18 14:00:19 -0700 (Tue, 18 Jul 2006) | 1 line
-Changed paths:
-   A /trunk/extras/contrib/src/Patches/libpng-1.2.8-makefile.patch
-
-Fix libpng properly (forgot this in a previous commit).
-------------------------------------------------------------------------
-r16073 | zorglub | 2006-07-18 11:57:19 -0700 (Tue, 18 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-* Fix a number of encoding bugs
-* add "make nice" in modules to call ./compile
-
-------------------------------------------------------------------------
-r16072 | zorglub | 2006-07-18 10:19:10 -0700 (Tue, 18 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_demux.h
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-
-Better packetizer helpers
-
-------------------------------------------------------------------------
-r16071 | zorglub | 2006-07-18 10:08:18 -0700 (Tue, 18 Jul 2006) | 8 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_demux.h
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/aiff.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/gvp.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/old.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/playlist/qtl.c
-   M /trunk/modules/demux/playlist/sgimb.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/demux/playlist/xspf.h
-   M /trunk/src/playlist/item.c
-
-Add a bunch of helper functions/macros and start using them:
-* malloc with NULL check
-* file extension check
-* check if a demux was forced
-* try peeking, and check what we poke
-* init standard demuxer fields
-* create packetizers
-
-------------------------------------------------------------------------
-r16070 | oaubert | 2006-07-18 07:45:24 -0700 (Tue, 18 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/vlcwrapper.py
-
-bindings/mediacontrol-python/vlcwrapper.py: make the tree() method return a string rather than print it.
-
-------------------------------------------------------------------------
-r16069 | zorglub | 2006-07-18 07:33:18 -0700 (Tue, 18 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/menus.hpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-* compiles-but-untested complete implementation of menus and popups
-* handle play/pause status
-
-------------------------------------------------------------------------
-r16068 | damienf | 2006-07-18 02:10:24 -0700 (Tue, 18 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/connectioncontainer.cpp
-   M /trunk/activex/connectioncontainer.h
-   M /trunk/activex/dataobject.h
-   M /trunk/activex/objectsafety.h
-   M /trunk/activex/olecontrol.h
-   M /trunk/activex/oleinplaceactiveobject.h
-   M /trunk/activex/oleinplaceobject.h
-   M /trunk/activex/oleobject.h
-   M /trunk/activex/persistpropbag.h
-   M /trunk/activex/persiststorage.h
-   M /trunk/activex/persiststreaminit.cpp
-   M /trunk/activex/persiststreaminit.h
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/provideclassinfo.h
-   M /trunk/activex/utils.h
-   M /trunk/activex/viewobject.h
-   M /trunk/activex/vlccontrol.h
-
-- all: fixed object interfaces queries and other fixes as reported by Jacob Lewallen
-
-------------------------------------------------------------------------
-r16067 | sigmunau | 2006-07-18 01:48:53 -0700 (Tue, 18 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_es.h
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/mux/mpeg/ts.c
-
-support muxing and demuxing of dual mono mpeg ts streams if libdvbpsi is up to date
-
-------------------------------------------------------------------------
-r16065 | fkuehne | 2006-07-17 05:59:46 -0700 (Mon, 17 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/extended.h
-   M /trunk/modules/gui/macosx/extended.m
-   M /trunk/src/video_output/video_output.c
-
-* adapted the extended panel to the latest video filter changes and re-designed the interface a bit (by introducing some additional strings and moving the invert-option to the adjust image section, etc.)
-* src/video_output/video_output.c: small fix to insert filters on the fly
-------------------------------------------------------------------------
-r16064 | littlejohn | 2006-07-17 01:37:09 -0700 (Mon, 17 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/java/FAQ
-
-Report in the FAQ that --enable-java-bindings works in win32.
-
-
-------------------------------------------------------------------------
-r16063 | dionoea | 2006-07-16 14:22:31 -0700 (Sun, 16 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/scale.c
-
-Don't show the scale filter in the preferences
-
-------------------------------------------------------------------------
-r16062 | dionoea | 2006-07-16 14:02:33 -0700 (Sun, 16 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Add (verbose) NEWS
-
-------------------------------------------------------------------------
-r16061 | dionoea | 2006-07-16 13:57:09 -0700 (Sun, 16 Jul 2006) | 4 lines
-Changed paths:
-   M /trunk/include/video_output.h
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/video_output.c
-
-Make "video filter2" filters selectable on the vout level.
-Exemple: --video-filter "adjust{hue=180}:wave"
-For the moment, the video filter2 filters are applied *before* subpicture filters.
-
-------------------------------------------------------------------------
-r16060 | courmisch | 2006-07-16 12:58:46 -0700 (Sun, 16 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-(Partial?) fix for make dist
-
-------------------------------------------------------------------------
-r16059 | courmisch | 2006-07-16 12:37:56 -0700 (Sun, 16 Jul 2006) | 6 lines
-Changed paths:
-   M /trunk/m4
-   M /trunk/m4/Makefile.am
-   D /trunk/m4/libtool.m4
-   D /trunk/m4/ltoptions.m4
-   D /trunk/m4/ltsugar.m4
-   D /trunk/m4/ltversion.m4
-
-Revert commit that breaks bootstrap/aclocal (v2.60, latest release).
-That has been annoying quite a bunch of users[1] including buildbots
-and myself.
-
-[1] http://forum.videolan.org/viewtopic.php?t=21059
-
-------------------------------------------------------------------------
-r16058 | courmisch | 2006-07-16 12:16:48 -0700 (Sun, 16 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Don't duplicate check for automake 1.7
-
-------------------------------------------------------------------------
-r16052 | courmisch | 2006-07-16 11:10:22 -0700 (Sun, 16 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-Use nice apostrophe
-
-------------------------------------------------------------------------
-r16051 | sam | 2006-07-16 09:06:29 -0700 (Sun, 16 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.c
-
-  * src/libvlc.c: fixed comment.
-------------------------------------------------------------------------
-r16050 | fkuehne | 2006-07-15 12:50:58 -0700 (Sat, 15 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* removed useless include
-------------------------------------------------------------------------
-r16049 | fkuehne | 2006-07-15 12:47:29 -0700 (Sat, 15 Jul 2006) | 6 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* implemented a ctrl-click menu for the vouts (refs #302)
-- currently loaded through rightMouseUp because rightMouseDown, etc. don't register any NSRightMouseDowns. If anybody got an idea why, I would be willing to change this of cause, since the current way is quite slower in the user's experience.
-- the Snapshot item doesn't work yet (it triggers the fullscreen-event)
-- localisation support is complete
-
-Any comments and wanteds for further items are welcome :)
-------------------------------------------------------------------------
-r16044 | dionoea | 2006-07-15 07:53:58 -0700 (Sat, 15 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/gradient.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/psychedelic.c
-   M /trunk/modules/video_filter/ripple.c
-   M /trunk/modules/video_filter/wave.c
-
-check that p_pic->pf_release != NULL before calling it
-
-------------------------------------------------------------------------
-r16043 | dionoea | 2006-07-14 15:58:41 -0700 (Fri, 14 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   D /trunk/modules/video_filter/distort.c
-   A /trunk/modules/video_filter/gradient.c (from /trunk/modules/video_filter/distort.c:16041)
-   A /trunk/modules/video_filter/psychedelic.c (from /trunk/modules/video_filter/distort.c:16041)
-   A /trunk/modules/video_filter/ripple.c (from /trunk/modules/video_filter/distort.c:16041)
-   A /trunk/modules/video_filter/wave.c (from /trunk/modules/video_filter/distort.c:16041)
-
-Split the distort video filter module into several video filter2 modules.
-
-------------------------------------------------------------------------
-r16042 | dionoea | 2006-07-14 15:06:57 -0700 (Fri, 14 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/invert.c
-
-Remove unneeded include
-
-------------------------------------------------------------------------
-r16041 | sam | 2006-07-14 14:36:11 -0700 (Fri, 14 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/m4
-   M /trunk/m4/Makefile.am
-   A /trunk/m4/libtool.m4
-   A /trunk/m4/ltoptions.m4
-   A /trunk/m4/ltsugar.m4
-   A /trunk/m4/ltversion.m4
-
-  * m4: added libtool macro files. Na.
-
-------------------------------------------------------------------------
-r16040 | dionoea | 2006-07-14 14:33:23 -0700 (Fri, 14 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/invert.c
-
-Invert is now a "video filter2"
-
-------------------------------------------------------------------------
-r16039 | dionoea | 2006-07-14 14:32:43 -0700 (Fri, 14 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/adjust.c
-
-Adjust is now a "video filter2"
-
-------------------------------------------------------------------------
-r16037 | jpsaman | 2006-07-14 04:18:29 -0700 (Fri, 14 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Remove double .gnutls from HAVE_WIN32 and UNIX targets
-------------------------------------------------------------------------
-r16034 | xtophe | 2006-07-13 15:41:07 -0700 (Thu, 13 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Fix dist
-
-------------------------------------------------------------------------
-r16033 | xtophe | 2006-07-13 13:47:49 -0700 (Thu, 13 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/m4/Makefile.am
-
-Revert [16011] until someone svn add the concerned files.
-
-------------------------------------------------------------------------
-r16031 | jpsaman | 2006-07-13 08:31:29 -0700 (Thu, 13 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Really fix goom for fc4
-------------------------------------------------------------------------
-r16030 | sam | 2006-07-13 08:25:56 -0700 (Thu, 13 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-  * src/Makefile.am: made the dist rule independent of --enable-libtool.
-
-------------------------------------------------------------------------
-r16029 | jpsaman | 2006-07-13 08:22:58 -0700 (Thu, 13 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/goom2k4-0-nommx.patch
-
-Disable MMX support goom for now since it doesn't compile and is probably broken.
-
-------------------------------------------------------------------------
-r16027 | jpsaman | 2006-07-13 08:13:10 -0700 (Thu, 13 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Fix live555 compilation in contrib
-------------------------------------------------------------------------
-r16026 | courmisch | 2006-07-13 07:29:00 -0700 (Thu, 13 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/loader/loader.h
-
-Another extra boilerplate
-
-------------------------------------------------------------------------
-r16025 | courmisch | 2006-07-13 07:19:35 -0700 (Thu, 13 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-Work-around for Winsock
-
-------------------------------------------------------------------------
-r16024 | xtophe | 2006-07-13 06:51:05 -0700 (Thu, 13 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
-   M /trunk/modules/gui/qt4/components/playlist/selector.hpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-   M /trunk/modules/gui/qt4/components/preferences.hpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/components/video_widget.cpp
-   M /trunk/modules/gui/qt4/components/video_widget.hpp
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/menus.hpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-   M /trunk/modules/gui/qt4/res.qrc
-   M /trunk/modules/gui/qt4/ui/file_open.ui
-   M /trunk/modules/gui/qt4/ui/input_stats.ui
-   M /trunk/modules/gui/qt4/ui/main_interface.ui
-   M /trunk/modules/gui/qt4/ui/okcanceldialog.ui
-   M /trunk/modules/gui/qt4/util/directslider.hpp
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-   M /trunk/modules/gui/qt4/util/input_slider.hpp
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-qt4/*: buildsytem fix + cosmetic+ copyright dates + svn Id
-
-------------------------------------------------------------------------
-r16023 | sam | 2006-07-13 06:41:54 -0700 (Thu, 13 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output
-   M /trunk/src/control
-   M /trunk/src/extras
-   M /trunk/src/input
-   M /trunk/src/interface
-   M /trunk/src/misc
-   M /trunk/src/network
-   M /trunk/src/osd
-   M /trunk/src/playlist
-   M /trunk/src/stream_output
-   M /trunk/src/video_output
-
-  * Added SVN ignore flags to src/ subdirectories.
-
-------------------------------------------------------------------------
-r16022 | fkuehne | 2006-07-13 05:06:22 -0700 (Thu, 13 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/interaction.m
-
-* implement the error panel correctly (for the records: not < 10.3 compatible)
-------------------------------------------------------------------------
-r16021 | sam | 2006-07-13 04:48:47 -0700 (Thu, 13 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap: strip library version from modules.
-
-------------------------------------------------------------------------
-r16020 | zorglub | 2006-07-13 04:21:23 -0700 (Thu, 13 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   A /trunk/modules/gui/qt4/menus.cpp
-   A /trunk/modules/gui/qt4/menus.hpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-Beginning of menus implementation
-Fix a make dist bug
-
-------------------------------------------------------------------------
-r16019 | sam | 2006-07-13 03:32:06 -0700 (Thu, 13 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-  * modules/control/hotkeys.c: nawak.
-
-------------------------------------------------------------------------
-r16018 | jpsaman | 2006-07-12 11:49:35 -0700 (Wed, 12 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Removed unused variable pi_gamma
-------------------------------------------------------------------------
-r16017 | jpsaman | 2006-07-12 11:48:21 -0700 (Wed, 12 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/include/vlc_vod.h
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/src/misc/vlm.c
-
-RTSP rewind and fastforward support (Scale option). Almost entirely rewritten a patch from K. Staring <Qdk _at_ quickdekay dot net>.
-------------------------------------------------------------------------
-r16016 | thresh | 2006-07-12 08:49:13 -0700 (Wed, 12 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-get rid of unresolved symbols
-
-------------------------------------------------------------------------
-r16015 | sam | 2006-07-12 08:38:08 -0700 (Wed, 12 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-  * src/Makefile.am: fixed sed commands.
-
-------------------------------------------------------------------------
-r16014 | sam | 2006-07-12 08:01:55 -0700 (Wed, 12 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-  * src/Makefile.am: reverted addition of vlc_devices.h, it was already done.
-
-------------------------------------------------------------------------
-r16013 | sam | 2006-07-12 06:54:29 -0700 (Wed, 12 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-  * Updated changelog.
-
-------------------------------------------------------------------------
-r16012 | sam | 2006-07-12 06:51:51 -0700 (Wed, 12 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-  * src/Makefile.am: yay, another missing file in Makefile.am (vlc_devices.h).
-
-------------------------------------------------------------------------
-r16011 | sam | 2006-07-12 06:23:26 -0700 (Wed, 12 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/m4/Makefile.am
-
-  * m4/Makefile.am: added more missing files. olleh buglroz!
-
-------------------------------------------------------------------------
-r16010 | sam | 2006-07-12 06:04:37 -0700 (Wed, 12 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/m4/Makefile.am
-
-  * m4/Makefile.am: added missing files to the distribution. happy bootstrap.
-
-------------------------------------------------------------------------
-r16009 | sam | 2006-07-12 05:34:07 -0700 (Wed, 12 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/common.c
-
-  * src/audio_output/common.c: moved message around so that it compiles.
-
-------------------------------------------------------------------------
-r16008 | sam | 2006-07-12 05:27:06 -0700 (Wed, 12 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/common.c
-
-  * src/audio_output/common.c: added error message upon invalid initialisation.
-
-------------------------------------------------------------------------
-r16007 | zorglub | 2006-07-12 04:29:30 -0700 (Wed, 12 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Missing header in EXTRA_DIST
-
-------------------------------------------------------------------------
-r16006 | bigben | 2006-07-11 12:12:18 -0700 (Tue, 11 Jul 2006) | 5 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/access/dvb/linux_dvb.c
-
-* Patch to add ATSC support by Dennis Lou
-* This is untested, but shouldn't have any adverse effect at least
-* Any feedback much welcomed
-
-
-------------------------------------------------------------------------
-r16005 | fkuehne | 2006-07-11 03:49:50 -0700 (Tue, 11 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-* fix make dist
-------------------------------------------------------------------------
-r16004 | fkuehne | 2006-07-10 14:30:31 -0700 (Mon, 10 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/qtl.c
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-   M /trunk/src/libvlc.h
-
-* updated the po-files, started some work on the German translation, a minor string fix and removal of an untranslatable string
-------------------------------------------------------------------------
-r16003 | hartman | 2006-07-10 13:52:57 -0700 (Mon, 10 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/ps.h
-
-* when possible use the PTS for GET_TIME and GET_LENGTH. Note that this isn't always reliable. If you want you can disable it.
-
-------------------------------------------------------------------------
-r16002 | fkuehne | 2006-07-10 11:46:46 -0700 (Mon, 10 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-* fixed typo pointed out by Dirk Stegemann on the forum
-------------------------------------------------------------------------
-r16001 | dionoea | 2006-07-09 08:01:13 -0700 (Sun, 09 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/video_filter/scale.c
-
-#transcode{vfilter=...} only works with video filter2 filters.
-
-------------------------------------------------------------------------
-r16000 | xtophe | 2006-07-08 14:42:12 -0700 (Sat, 08 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Have a module_string less confusing
-
-------------------------------------------------------------------------
-r15999 | xtophe | 2006-07-08 14:20:00 -0700 (Sat, 08 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Clean up
-
-------------------------------------------------------------------------
-r15998 | xtophe | 2006-07-08 14:19:17 -0700 (Sat, 08 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-Fix compilation. It inserts the playlist only in tree view local.
-
-------------------------------------------------------------------------
-r15997 | fkuehne | 2006-07-08 12:13:50 -0700 (Sat, 08 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/interaction.h
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* complete clean-up
-------------------------------------------------------------------------
-r15996 | fkuehne | 2006-07-08 12:12:11 -0700 (Sat, 08 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-* unified the GUI-presented string
-------------------------------------------------------------------------
-r15995 | xtophe | 2006-07-08 12:11:05 -0700 (Sat, 08 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/dec.c
-
-Fix stats collecting
-
-------------------------------------------------------------------------
-r15994 | fkuehne | 2006-07-08 11:32:41 -0700 (Sat, 08 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-* use intf_IntfProgress instead of intf_UserProgress to test the interaction-implementations. Additionally, it's nicer here IMO, so we might keep it this way.
-------------------------------------------------------------------------
-r15993 | zorglub | 2006-07-08 10:28:51 -0700 (Sat, 08 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/search.c
-
-Some infrastructure work for playlist autoload/autosave
-
-------------------------------------------------------------------------
-r15992 | fkuehne | 2006-07-08 09:30:21 -0700 (Sat, 08 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* added the Google Video Playlist file-type
-------------------------------------------------------------------------
-r15991 | adn | 2006-07-08 05:51:10 -0700 (Sat, 08 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/video_widget.cpp
-
-cosmetic changes + compilation fixes
-
-------------------------------------------------------------------------
-r15990 | zorglub | 2006-07-08 04:16:46 -0700 (Sat, 08 Jul 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/video_widget.cpp
-   M /trunk/modules/gui/qt4/components/video_widget.hpp
-   A /trunk/modules/gui/qt4/dialogs/interaction.cpp
-   A /trunk/modules/gui/qt4/dialogs/interaction.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/ui/main_interface.ui
-   A /trunk/modules/gui/qt4/ui/okcanceldialog.ui
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-Improve embedded video output
-Skeleton for interaction
-Fix window settings save
-
-------------------------------------------------------------------------
-r15989 | zorglub | 2006-07-08 04:16:20 -0700 (Sat, 08 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/misc/stats.c
-
-Fix some crashes
-
-------------------------------------------------------------------------
-r15988 | courmisch | 2006-07-08 02:31:56 -0700 (Sat, 08 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/loader/afl.c
-   M /trunk/loader/driver.c
-   M /trunk/loader/kludge.c
-   M /trunk/loader/ldt_keeper.c
-   M /trunk/loader/module.c
-   M /trunk/loader/pe_image.c
-   M /trunk/loader/pe_resource.c
-   M /trunk/loader/registry.c
-   M /trunk/loader/resource.c
-   M /trunk/loader/vfl.c
-   M /trunk/loader/win32.c
-
-Some legal boilerplate.
-Some files missing.
-
-------------------------------------------------------------------------
-r15987 | dionoea | 2006-07-07 14:27:14 -0700 (Fri, 07 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Fix segfault (thanks to zorglub for the hint)
-
-------------------------------------------------------------------------
-r15986 | dionoea | 2006-07-07 13:24:11 -0700 (Fri, 07 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/Modules.am
-   A /trunk/modules/demux/playlist/gvp.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-
-Add Google Video Playlist parsing support (stuff like http://video.google.com/videogvp?docid=... )
-
-------------------------------------------------------------------------
-r15985 | xtophe | 2006-07-06 16:23:59 -0700 (Thu, 06 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/configuration.h
-   M /trunk/include/modules_inner.h
-   M /trunk/src/libvlc.h
-
-Add a b_restart flag to indicate this option take effect only after a restart.
-Break binary compatibility
-
-------------------------------------------------------------------------
-r15984 | damienf | 2006-07-06 16:19:12 -0700 (Thu, 06 Jul 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-vout.m: change in fullscreen behaviour
-- toggle fullscreen mode when double clicking on video.
-- allow menu autoshow/autohide when moving cursor in or out the menu area while in fullscreen mode
-
-------------------------------------------------------------------------
-r15983 | hartman | 2006-07-06 13:43:21 -0700 (Thu, 06 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-* Fix SDP file parsing of the SAP module.
-
-------------------------------------------------------------------------
-r15982 | zorglub | 2006-07-06 04:15:31 -0700 (Thu, 06 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/ChangeLog-2005
-
-Fix 2005 changelog
-
-------------------------------------------------------------------------
-r15981 | sam | 2006-07-06 03:26:39 -0700 (Thu, 06 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-  * doc/fortunes.txt: Fixed layout. We need quality quotes.
-
-------------------------------------------------------------------------
-r15980 | adn | 2006-07-06 03:09:47 -0700 (Thu, 06 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/po/ar.po
-
-partial Arabic translation.
-Courtesy from Zayed Al-Saidi <zayed ?\195?\183 alsaidi ?\195?\151 gmail ?\195?\183 com>.
-
-------------------------------------------------------------------------
-r15979 | zorglub | 2006-07-05 11:12:55 -0700 (Wed, 05 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-[Untested] Save interface position
-
-------------------------------------------------------------------------
-r15978 | xtophe | 2006-07-05 04:12:06 -0700 (Wed, 05 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-unicode.c: Fix MB2MB() by removing spurious ';'. Thanks to ericx on IRC.
-
-------------------------------------------------------------------------
-r15977 | thresh | 2006-07-04 08:23:04 -0700 (Tue, 04 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-link visual plugin against math library
-
-------------------------------------------------------------------------
-r15976 | sam | 2006-07-04 07:06:44 -0700 (Tue, 04 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/control/Modules.am
-   A /trunk/modules/control/motion.c
-
-  * modules/control/motion.c: control VLC with laptop built-in motion sensors.
-
-------------------------------------------------------------------------
-r15975 | sam | 2006-07-04 05:55:43 -0700 (Tue, 04 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-  * modules/demux/mkv.cpp: fixed a pointer cast bug.
-
-------------------------------------------------------------------------
-r15974 | sam | 2006-07-04 05:28:23 -0700 (Tue, 04 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-  * modules/stream_out/transcode.c: improve error message verbosity.
-
-------------------------------------------------------------------------
-r15973 | sam | 2006-07-04 05:26:08 -0700 (Tue, 04 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/transform.c
-
-  * modules/video_filter/transform.c: minor coding improvement.
-
-------------------------------------------------------------------------
-r15972 | fkuehne | 2006-07-03 04:20:02 -0700 (Mon, 03 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/include/vlc_interaction.h
-
-* you didn't see anything
-------------------------------------------------------------------------
-r15971 | fkuehne | 2006-07-03 03:38:09 -0700 (Mon, 03 Jul 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/include/vlc_interaction.h
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/src/interface/interaction.c
-
-* implemented a non-blocking progress-bar in the main interface; needs testing (closes #475)
-------------------------------------------------------------------------
-r15970 | dionoea | 2006-07-02 10:47:26 -0700 (Sun, 02 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/qtl.c
-
-s/Shoutcast/QTL/
-
-------------------------------------------------------------------------
-r15969 | dionoea | 2006-07-02 10:28:15 -0700 (Sun, 02 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/Modules.am
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   A /trunk/modules/demux/playlist/qtl.c (from /trunk/modules/demux/playlist/shoutcast.c:15967)
-
-Add QuickTime Media Link parsing. FIXME: Optional attributes (like fullscreen, volume, quitwhendone ...) are parsed but aren't used.
-
-------------------------------------------------------------------------
-r15968 | zorglub | 2006-07-02 02:22:05 -0700 (Sun, 02 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-make sure that we don't use deleted objects
-
-------------------------------------------------------------------------
-r15967 | hartman | 2006-07-01 12:23:39 -0700 (Sat, 01 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-   M /trunk/modules/demux/playlist/Modules.am
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   A /trunk/modules/demux/playlist/sgimb.c (from /trunk/modules/demux/sgimb.c:15965)
-   D /trunk/modules/demux/sgimb.c
-
-* Move sgimb demux to the playlist demux, and port it to the new playlist API
-
-------------------------------------------------------------------------
-r15966 | zorglub | 2006-07-01 11:34:03 -0700 (Sat, 01 Jul 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   A /trunk/modules/gui/qt4/components/video_widget.cpp
-   A /trunk/modules/gui/qt4/components/video_widget.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-   M /trunk/modules/gui/qt4/ui/main_interface.ui
-
-Preliminary embedded vout implementation
-
-------------------------------------------------------------------------
-r15965 | thresh | 2006-07-01 03:13:13 -0700 (Sat, 01 Jul 2006) | 3 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/src/libvlc.c
-
-fix indentation and memory leak introduced in 19564.
-do not use vlc_t to store psz_pidfile
-
-------------------------------------------------------------------------
-r15964 | thresh | 2006-06-30 09:34:46 -0700 (Fri, 30 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-support for creating pid files when going daemon mode.
-Someone should really review it as it is my first experience in C.
-
-------------------------------------------------------------------------
-r15963 | hartman | 2006-06-29 15:04:35 -0700 (Thu, 29 Jun 2006) | 5 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
-* fix an issue with stats on inputstreams (this fixes the check for update crash)
-- also fixed a similar potential issue on subtitles.
-- lesson for today: Be careful when you use p_parent of an object.
-- i chose not to use vlc_object_find, but yield/release instead because of the speed implications.
-
-------------------------------------------------------------------------
-r15962 | hartman | 2006-06-29 13:52:30 -0700 (Thu, 29 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/png.c
-
-* MPNG support
-
-------------------------------------------------------------------------
-r15961 | Trax | 2006-06-29 13:15:57 -0700 (Thu, 29 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.c
-
-* modules/codec/dmo/dmo.c: if an aspect ratio was specified in the input format then force it
-------------------------------------------------------------------------
-r15960 | sigmunau | 2006-06-29 10:55:14 -0700 (Thu, 29 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-
-Fix a regression in r15404 causing people to experience artefacts and lost lock
-
-------------------------------------------------------------------------
-r15959 | sigmunau | 2006-06-29 10:31:28 -0700 (Thu, 29 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-   D /trunk/modules/demux/m3u.c
-
-Finnally got rid of the old m3u module. RIP
-
-------------------------------------------------------------------------
-r15957 | hartman | 2006-06-29 08:27:26 -0700 (Thu, 29 Jun 2006) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/Modules.am
-   A /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/podcast.c
-
-* New ASX parser
-  - some elements are not yet supported.
-  - it could perhaps use a little bit more cleaning.
-
-In the basics. It just works :D
-
-------------------------------------------------------------------------
-r15956 | hartman | 2006-06-29 06:55:23 -0700 (Thu, 29 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* HTTP 1.0 is not seekable
-* Set Connection:Close for HTTP 1.1 streams that are not continious 
-
-------------------------------------------------------------------------
-r15955 | xtophe | 2006-06-28 15:11:36 -0700 (Wed, 28 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/res.qrc
-
-add the volume icons
-
-------------------------------------------------------------------------
-r15954 | zorglub | 2006-06-28 14:50:59 -0700 (Wed, 28 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-various fixes
-
-------------------------------------------------------------------------
-r15953 | hartman | 2006-06-28 13:03:15 -0700 (Wed, 28 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-* Fix a potential buffer overflow, UTF-8'ify session name in a previous unhandled case.
-
-------------------------------------------------------------------------
-r15952 | hartman | 2006-06-28 12:02:37 -0700 (Wed, 28 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-* Fix some sap SD memleaks. more to follow
-
-------------------------------------------------------------------------
-r15951 | xtophe | 2006-06-28 11:57:20 -0700 (Wed, 28 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-fix compile for builddir != srcdir
-
-------------------------------------------------------------------------
-r15949 | zorglub | 2006-06-28 08:16:23 -0700 (Wed, 28 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r15948 | zorglub | 2006-06-28 07:36:39 -0700 (Wed, 28 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/gme.cpp
-
-Mostly fix GME meta
-
-------------------------------------------------------------------------
-r15947 | zorglub | 2006-06-28 07:24:22 -0700 (Wed, 28 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-   M /trunk/src/input/es_out.c
-
-Gra. Fix most of TS meta
-
-------------------------------------------------------------------------
-r15946 | zorglub | 2006-06-28 07:22:04 -0700 (Wed, 28 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/ts.c
-   M /trunk/src/input/es_out.c
-
-Forgot that for Qt
-
-------------------------------------------------------------------------
-r15945 | zorglub | 2006-06-28 06:16:45 -0700 (Wed, 28 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/playlist
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   A /trunk/modules/gui/qt4/pixmaps/next.png
-   A /trunk/modules/gui/qt4/pixmaps/play.png
-   A /trunk/modules/gui/qt4/pixmaps/previous.png
-   A /trunk/modules/gui/qt4/pixmaps/stop.png
-   A /trunk/modules/gui/qt4/pixmaps/volume-high.png
-   A /trunk/modules/gui/qt4/pixmaps/volume-low.png
-   A /trunk/modules/gui/qt4/res.qrc
-   M /trunk/modules/gui/qt4/ui/main_interface.ui
-
-Icons
-
-------------------------------------------------------------------------
-r15943 | jpsaman | 2006-06-27 06:32:30 -0700 (Tue, 27 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/codec/theora.c
-
-Theora framesize calculation patch by Kevin H. Patterson (kevpatt at khptech dot com)
-------------------------------------------------------------------------
-r15942 | sigmunau | 2006-06-27 03:14:58 -0700 (Tue, 27 Jun 2006) | 6 lines
-Changed paths:
-   M /trunk/modules/access/dvb/en50221.c
-
-Attempt to support international charsets in mmi menus according to ETS 
-300 468 Annex A. Please test
-
-TODO: This convertion should be done on strings received from SDT and 
-EIT (and possibly others) in the TS demux as well.
-
-------------------------------------------------------------------------
-r15941 | zorglub | 2006-06-26 14:11:38 -0700 (Mon, 26 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-
-Some more Qt playlist code
-
-------------------------------------------------------------------------
-r15940 | zorglub | 2006-06-25 23:26:45 -0700 (Sun, 25 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-
-Some more playlist code
-Fix makefile
-
-------------------------------------------------------------------------
-r15939 | courmisch | 2006-06-25 10:05:52 -0700 (Sun, 25 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-- Work-around for IPv6 SSM with Winsock 2 from Olivier Levon
-- Remove old kludges (get yourself a decently recent Mingw32 or die)
-
-------------------------------------------------------------------------
-r15938 | zorglub | 2006-06-25 09:29:49 -0700 (Sun, 25 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/open.hpp
-   A /trunk/modules/gui/qt4/playlist_model.cpp
-   A /trunk/modules/gui/qt4/playlist_model.hpp
-
-Playlist model
-
-------------------------------------------------------------------------
-r15937 | zorglub | 2006-06-22 06:45:38 -0700 (Thu, 22 Jun 2006) | 2 lines
-Changed paths:
-   A /trunk/src/misc/devices.c
-
-Bah, who really needs this ?
-
-------------------------------------------------------------------------
-r15936 | zorglub | 2006-06-22 03:03:32 -0700 (Thu, 22 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_devices.h
-   M /trunk/modules/misc/probe/hal.c
-   M /trunk/src/Makefile.am
-
-* Create new types for device probing
-* Beginning of core implementation
-
-------------------------------------------------------------------------
-r15935 | hartman | 2006-06-21 07:32:21 -0700 (Wed, 21 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* update the ffmpeg VC-1 fourcc info. Hopefully it can be enabled soon now.
-
-------------------------------------------------------------------------
-r15934 | zorglub | 2006-06-21 07:22:22 -0700 (Wed, 21 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_devices.h
-   M /trunk/modules/misc/probe
-   A /trunk/modules/misc/probe/Modules.am
-   M /trunk/modules/misc/probe/hal.c
-
-HAL probing module
-
-------------------------------------------------------------------------
-r15933 | yoann | 2006-06-20 17:09:19 -0700 (Tue, 20 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/input_manager.cpp
-
-* wxwidgets: repair slider dragging.
-  my algorithm is still not perfect: it should take account of the "thumb length"
-
-------------------------------------------------------------------------
-r15932 | zorglub | 2006-06-20 13:54:16 -0700 (Tue, 20 Jun 2006) | 2 lines
-Changed paths:
-   A /trunk/include/vlc_devices.h
-   A /trunk/modules/misc/probe
-   A /trunk/modules/misc/probe/hal.c (from /trunk/modules/services_discovery/hal.c:15925)
-
-Non-working general declarations for disc probing (Refs:#565)
-
-------------------------------------------------------------------------
-r15931 | yoann | 2006-06-20 11:57:13 -0700 (Tue, 20 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/input_manager.cpp
-   M /trunk/modules/gui/wxwidgets/input_manager.hpp
-
-* wxwidgets: try to implement a go-where-you-click slider
-  but I don't have a real video/audio file to test it...
-
-------------------------------------------------------------------------
-r15930 | yoann | 2006-06-20 08:51:23 -0700 (Tue, 20 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-* vlc.win32.nsi.in: set "Recommended" as the default installation type
-
-------------------------------------------------------------------------
-r15929 | courmisch | 2006-06-20 07:37:45 -0700 (Tue, 20 Jun 2006) | 4 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Use the not so broken getaddrinfo implementation from ws2_32.dll
-instead of the painfully braindead one from wship6 that we'd rather
-flatly ignore
-
-------------------------------------------------------------------------
-r15928 | courmisch | 2006-06-20 07:33:48 -0700 (Tue, 20 Jun 2006) | 4 lines
-Changed paths:
-   M /trunk/src/misc/win32_specific.c
-
-There is no such a thing as Winsock 2.0. Use version 2.2 instead.
-Microsoft was probably too much afraid that developpers would request
-version 0.2 instead of 2.0 so they switched straight from 1.1 to 2.2.
-
-------------------------------------------------------------------------
-r15927 | jpsaman | 2006-06-20 05:51:29 -0700 (Tue, 20 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-Add another test for MacOS X 10.4.0 with Darwin ports installed
-------------------------------------------------------------------------
-r15926 | zorglub | 2006-06-19 23:04:43 -0700 (Mon, 19 Jun 2006) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/qt4/components/playlist/panels.hpp
-   A /trunk/modules/gui/qt4/components/playlist/selector.hpp
-   A /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-
-Some skeleton files for playlist
-
-------------------------------------------------------------------------
-r15925 | xtophe | 2006-06-19 11:33:11 -0700 (Mon, 19 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-src/innput/input.c: Compile fix
-
-------------------------------------------------------------------------
-r15924 | zorglub | 2006-06-19 10:46:20 -0700 (Mon, 19 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-Use a tristate for avi index (fix / don't fix / ask). Closes:#679
-
-------------------------------------------------------------------------
-r15923 | zorglub | 2006-06-19 10:33:43 -0700 (Mon, 19 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/stats.c
-
-Small stats improvements
-
-------------------------------------------------------------------------
-r15922 | yoann | 2006-06-17 11:42:29 -0700 (Sat, 17 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* input/subtitles.c: fix another bug in subtitle autodetection
-
-------------------------------------------------------------------------
-r15921 | xtophe | 2006-06-17 07:16:51 -0700 (Sat, 17 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/stats.c
-
-src/misc/stats.c: avoid buffer underflow.
-
-------------------------------------------------------------------------
-r15918 | yoann | 2006-06-16 21:13:04 -0700 (Fri, 16 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-* src/input/input.c: don't clean twice the read_bytes counter
-
-------------------------------------------------------------------------
-r15917 | xtophe | 2006-06-16 15:42:00 -0700 (Fri, 16 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/stats.c
-
-Fix a bunch of segfaults. It may be heavy handed and breaking other stuffs. zorglub to review
-
-------------------------------------------------------------------------
-r15916 | yoann | 2006-06-16 12:05:55 -0700 (Fri, 16 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-* If we are passed a SUB file as subtitle, just open the IDX instead, if there is one. (Closes: #681)
-
-------------------------------------------------------------------------
-r15915 | zorglub | 2006-06-15 14:22:35 -0700 (Thu, 15 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/include/vlc_httpd.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/network/httpd.c
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/thread.c
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output/video_output.c
-
-Partial rewrite of stats to avoid lookups (Closes:#693)
-
-------------------------------------------------------------------------
-r15914 | damienf | 2006-06-14 15:49:57 -0700 (Wed, 14 Jun 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/video_output/opengl.c
-
-fixes for crash in Safari plugin when terminating (it actually locks the computer completely on some occasion)
-- opengl.c: let End destroy elements created by Init, DestroyVout for CreateVout
-- voutgl.m: set context to NULL on exit
-
-------------------------------------------------------------------------
-r15913 | yoann | 2006-06-14 13:15:23 -0700 (Wed, 14 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-* playlist/xspf.c: upgrade to new structure
-  inputs are not yet added to the playlist
-
-------------------------------------------------------------------------
-r15912 | zorglub | 2006-06-14 13:09:51 -0700 (Wed, 14 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/libvlc.h
-   M /trunk/src/playlist/engine.c
-
-* Add a "media-library" option to enable/disable ML
-* Add a "playlist-tree" option to force onelevel/catgory mode
-
-------------------------------------------------------------------------
-r15911 | yoann | 2006-06-14 11:31:45 -0700 (Wed, 14 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/share/http/dialogs/main
-   A /trunk/share/http/images/snapshot.png
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/requests/status.xml
-
-* web interface: add a snapshot button
-
-------------------------------------------------------------------------
-r15910 | ipkiss | 2006-06-14 11:25:51 -0700 (Wed, 14 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-
- * skins2/parser/interpreter.cpp: Check the VarMAnager first before trying to parse the action. This fixes a bug with dvd.isActive and LayoutID.isActive
-
-------------------------------------------------------------------------
-r15909 | yoann | 2006-06-14 07:48:32 -0700 (Wed, 14 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/playlist/xspf.c
-
-* playlist/xspf.c: handles empty nodes
-
-------------------------------------------------------------------------
-r15908 | yoann | 2006-06-14 05:05:39 -0700 (Wed, 14 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-
-* control/http: fix "pl.current"
-
-------------------------------------------------------------------------
-r15907 | yoann | 2006-06-13 21:43:47 -0700 (Tue, 13 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/demux/playlist/xspf.h
-
-* demux/playlist/xspf: skeleton for XSPF tree playlist import
-
-------------------------------------------------------------------------
-r15906 | yoann | 2006-06-13 19:00:42 -0700 (Tue, 13 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/playlist/xspf.c
-
-* xpsf.c: ...but <playlist> has... grmbl
-
-------------------------------------------------------------------------
-r15905 | yoann | 2006-06-13 18:51:05 -0700 (Tue, 13 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/playlist/xspf.c
-
-* xspf.c: <trackList> has no <location> or <title> element
-
-------------------------------------------------------------------------
-r15904 | yoann | 2006-06-13 18:46:17 -0700 (Tue, 13 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-* demux/playlist/xspf.c: fix a bug introduced by [15757]
-  + cosmetic changes
-
-------------------------------------------------------------------------
-r15903 | yoann | 2006-06-13 17:43:00 -0700 (Tue, 13 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/misc/playlist/xspf.c
-   M /trunk/modules/misc/playlist/xspf.h
-
-* Tree playlist XSPF export
-  Kids, don't try this at home...
-
-------------------------------------------------------------------------
-r15902 | fkuehne | 2006-06-13 14:36:37 -0700 (Tue, 13 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/SFilters.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/SFilters.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/SFilters.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/sfilters.h
-   M /trunk/modules/gui/macosx/sfilters.m
-
-* code and GUI improvements
-------------------------------------------------------------------------
-r15901 | littlejohn | 2006-06-13 08:34:27 -0700 (Tue, 13 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-
-Java bindings Makefile tested and working on both GNU and Windows.
-
-
-------------------------------------------------------------------------
-r15900 | littlejohn | 2006-06-13 06:35:49 -0700 (Tue, 13 Jun 2006) | 5 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-
-10 PRINT "Remember to include a final endif at the end of Makefile.am."
-20 GOTO 10
-
-
-
-------------------------------------------------------------------------
-r15899 | littlejohn | 2006-06-13 06:19:46 -0700 (Tue, 13 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-
-make buildbot (and ppl) happy with java Makefile.am .
-
-
-------------------------------------------------------------------------
-r15898 | littlejohn | 2006-06-13 06:09:37 -0700 (Tue, 13 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/bindings/java/vlc-graphics-jni.cc
-
-another attempt to make java bindings win32 friendly.
-
-
-------------------------------------------------------------------------
-r15897 | littlejohn | 2006-06-13 03:40:26 -0700 (Tue, 13 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-
-Corrections in the java bindings Makefile
-
-
-------------------------------------------------------------------------
-r15896 | littlejohn | 2006-06-13 02:58:56 -0700 (Tue, 13 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-
-A first try in making the Makefile crossplatform (gnu/win32)
-
-
-------------------------------------------------------------------------
-r15895 | yoann | 2006-06-12 20:04:08 -0700 (Mon, 12 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-* src/input/input.c: use input_AddSubtitles() and fix a bug with the autoselection of autodetected subtitles files.
-
-------------------------------------------------------------------------
-r15894 | damienf | 2006-06-12 16:29:31 -0700 (Mon, 12 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-
-- x264-svn-win32.patch: synchronized with latest on svn
-
-------------------------------------------------------------------------
-r15893 | damienf | 2006-06-12 16:26:38 -0700 (Mon, 12 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-- configure.ac: replaced 'av_add_i' with 'av_crc_init' when testing avutil as the former is no longer compiled in lib
-
-------------------------------------------------------------------------
-r15892 | damienf | 2006-06-12 16:14:44 -0700 (Mon, 12 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-vlcshell.cpp: fixed plugin 'autoplay'
-
-------------------------------------------------------------------------
-r15891 | gbazin | 2006-06-12 13:41:22 -0700 (Mon, 12 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/src/misc/stats.c
-
-* src/misc/stats.c: don't forget to call vlc_object_release() after a stats_HandlerGet().
-------------------------------------------------------------------------
-r15889 | zorglub | 2006-06-12 12:56:25 -0700 (Mon, 12 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-
-Simplify the CDDA module. Split more between parse and play 
-
-------------------------------------------------------------------------
-r15888 | gbazin | 2006-06-12 12:51:14 -0700 (Mon, 12 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-* src/video_output/video_output.c: avoid calling config_GetInt in the main loop.
-------------------------------------------------------------------------
-r15887 | Trax | 2006-06-12 12:32:00 -0700 (Mon, 12 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/src/input/decoder.c
-
-* typo consummed -> consumed
-------------------------------------------------------------------------
-r15886 | yoann | 2006-06-12 12:31:33 -0700 (Mon, 12 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/image.c
-
-* modules/video_output/image.c: add --image-width and --image-height to set the size of the image output module.
-  Thanks to Menele from the forum for submitting a patch.
-
-------------------------------------------------------------------------
-r15885 | zorglub | 2006-06-12 12:21:01 -0700 (Mon, 12 Jun 2006) | 4 lines
-Changed paths:
-   M /trunk/src/input/item.c
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/tree.c
-
-* Fix skip in initial status
-* Don't waste ids
-* Fix a bug in services discoveries
-
-------------------------------------------------------------------------
-r15884 | thresh | 2006-06-12 07:47:01 -0700 (Mon, 12 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Second try: we should add *flags for mozilla plugin not only in the case of xulrunner.
-
-------------------------------------------------------------------------
-r15883 | gbazin | 2006-06-11 13:52:08 -0700 (Sun, 11 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
-* modules/packetizer/mpeg4video.c: ts/ps muxers rely on VOL being present in the stream.
-------------------------------------------------------------------------
-r15882 | xtophe | 2006-06-11 12:21:30 -0700 (Sun, 11 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/ffmpeg-svn-cross.patch
-
-ffmpeg-svn-cross.patch has been applied upstream
-
-------------------------------------------------------------------------
-r15881 | zorglub | 2006-06-11 12:03:12 -0700 (Sun, 11 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   A /trunk/modules/gui/qt4/components/open.cpp
-   A /trunk/modules/gui/qt4/components/open.hpp
-   A /trunk/modules/gui/qt4/components/playlist
-   A /trunk/modules/gui/qt4/ui/file_open.ui
-
-Skeleton for open
-
-------------------------------------------------------------------------
-r15880 | gbazin | 2006-06-11 04:57:05 -0700 (Sun, 11 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/src/audio_output/intf.c
-
-* src/audio_output/intf.c: optimise aout_VolumeGet a bit.
-------------------------------------------------------------------------
-r15879 | gbazin | 2006-06-11 04:56:39 -0700 (Sun, 11 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/interface.hpp
-
-* modules/gui/wxwidgets: don't call aout_VolumeGet so often because it is MIPS intensive.
-------------------------------------------------------------------------
-r15878 | gbazin | 2006-06-11 04:21:59 -0700 (Sun, 11 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/src/misc/stats.c
-
-* src/misc/stats.c: fix no-stats mode.
-------------------------------------------------------------------------
-r15877 | fkuehne | 2006-06-11 02:43:20 -0700 (Sun, 11 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-* disable sdk-support on ppc-macs until it is fixed (refs #692)
-------------------------------------------------------------------------
-r15876 | xtophe | 2006-06-10 15:26:29 -0700 (Sat, 10 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-beos.patch
-   D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
-   D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-win32.patch
-   D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
-   A /trunk/extras/contrib/src/Patches/ffmpeg-svn-beos.patch (from /trunk/extras/contrib/src/Patches/ffmpeg-cvs-beos.patch:15874)
-   A /trunk/extras/contrib/src/Patches/ffmpeg-svn-cross.patch
-   A /trunk/extras/contrib/src/Patches/ffmpeg-svn-mactel.patch (from /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch:15874)
-   A /trunk/extras/contrib/src/Patches/ffmpeg-svn-win32.patch (from /trunk/extras/contrib/src/Patches/ffmpeg-cvs-win32.patch:15874)
-   A /trunk/extras/contrib/src/Patches/ffmpeg-svn-wince.patch (from /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch:15874)
-
-* Patch ffmpeg configure to not use twice the cross prefix.
-* CVS -> SVN
-
-------------------------------------------------------------------------
-r15875 | gbazin | 2006-06-10 15:21:37 -0700 (Sat, 10 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/libvlc.h
-
-* src/libvlc.h, src/interface/interaction.c: new config option to disable interaction mode. Default value is set to disable for now because this mode is currently broken.
-------------------------------------------------------------------------
-r15874 | xtophe | 2006-06-10 14:17:13 -0700 (Sat, 10 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-misc/freetype.c: Fix strings
-
-------------------------------------------------------------------------
-r15873 | xtophe | 2006-06-10 14:15:19 -0700 (Sat, 10 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-
-qt4/input_manager.cpp: compile fix
-
-------------------------------------------------------------------------
-r15872 | littlejohn | 2006-06-10 11:13:46 -0700 (Sat, 10 Jun 2006) | 7 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   A /trunk/bindings/java/VLCExample.java
-   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
-   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
-   M /trunk/bindings/java/vlc-libvlc-jni.cc
-
-Java bindings update.
-
-- a new java example shows general jvlc use
-- more functions added in InputIntf (getInputFPS now works)
-- a little potential problem fixed in Playlist
-
-
-------------------------------------------------------------------------
-r15871 | littlejohn | 2006-06-10 10:36:22 -0700 (Sat, 10 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/src/control/input.c
-
-a vlc_object_release added
-
-
-------------------------------------------------------------------------
-r15870 | littlejohn | 2006-06-10 09:13:38 -0700 (Sat, 10 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/input.c
-
-Initial implementation of libvlc_get_input_fps.
-
-
-------------------------------------------------------------------------
-r15869 | littlejohn | 2006-06-10 08:34:32 -0700 (Sat, 10 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/src/control/audio.c
-
-Muting and unmuting functions implemented in the control interface
-
-
-------------------------------------------------------------------------
-r15868 | littlejohn | 2006-06-10 06:58:03 -0700 (Sat, 10 Jun 2006) | 8 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/bindings/java/THANKS
-   A /trunk/bindings/java/org/videolan/jvlc/GenericVideoWidget.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
-   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
-   M /trunk/bindings/java/vlc-libvlc-jni.cc
-
-Java bindings update.
-
-* new JVLC.destroy() method to cleanup a JVLC object
-* new GenericVideoWidget for general use (thx: Kuldipsingh Pabla)
-* Status class removed
-* new JVLC.isInputPlaying() and JVLC.hasVout() methods
-
-
-------------------------------------------------------------------------
-r15867 | littlejohn | 2006-06-10 06:15:15 -0700 (Sat, 10 Jun 2006) | 9 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-New snapshot behaviour.
-
-if the user specifies a directory in the snapshot-path variable, then vlc
-behaves as before; 
-
-if the user specifies a complete path (folder/filename) then the snapshot 
-is named and saved after it.
-
-
-------------------------------------------------------------------------
-r15866 | gbazin | 2006-06-10 03:26:17 -0700 (Sat, 10 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-
-* modules/codec/ffmpeg/audio.c: reduce memory usage a bit.
-------------------------------------------------------------------------
-r15865 | courmisch | 2006-06-10 03:13:31 -0700 (Sat, 10 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-Memleak spotted by Dugal Harris.
-
-------------------------------------------------------------------------
-r15864 | courmisch | 2006-06-10 03:13:10 -0700 (Sat, 10 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/access/dshow/filter.cpp
-
-MJPG support with DirectShow (patch from Dugal Harris)
-
-------------------------------------------------------------------------
-r15863 | gbazin | 2006-06-10 03:10:56 -0700 (Sat, 10 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
-
-* modules/gui/wxwidgets/dialogs/fileinfo.hpp: compilation fix.
-------------------------------------------------------------------------
-r15862 | courmisch | 2006-06-10 03:10:54 -0700 (Sat, 10 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/stream_out/rtp.c
-
-Include bitrate in SDP when known.
-Patch from Ilkka Ollakka with cosmetic fixes.
-
-------------------------------------------------------------------------
-r15861 | gbazin | 2006-06-10 03:01:40 -0700 (Sat, 10 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.c
-
-* modules/codec/dmo/dmo.c: fix typo in fourcc.
-------------------------------------------------------------------------
-r15860 | gbazin | 2006-06-10 02:57:45 -0700 (Sat, 10 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/src/playlist/tree.c
-
-* src/playlist/tree.c: fix memory leak.
-------------------------------------------------------------------------
-r15859 | gbazin | 2006-06-09 15:20:11 -0700 (Fri, 09 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4video.c
-
-* modules/packetizer/mpeg4video.c: rewrite using the block helper facility. Fixes a few issues with the previous packetizer and is simpler.
-------------------------------------------------------------------------
-r15858 | gbazin | 2006-06-09 14:35:13 -0700 (Fri, 09 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-
-* modules/gui/wxwidgets/menus.cpp: avoid using STL strings. This gets rid of weird crashes here.
-------------------------------------------------------------------------
-r15857 | gbazin | 2006-06-09 13:45:41 -0700 (Fri, 09 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mpeg/m4v.c
-
-* modules/demux/mpeg/m4v.c: wait until we get p_extra from the packetizer before adding the stream.
-------------------------------------------------------------------------
-r15856 | dionoea | 2006-06-09 13:44:18 -0700 (Fri, 09 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-Dshow input fix (suggest by "sneeze" on http://forum.videolan.org/viewtopic.php?t=21578, Thanks).
-
-------------------------------------------------------------------------
-r15855 | thresh | 2006-06-09 12:59:22 -0700 (Fri, 09 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-revert 15853 as it brokes things
-
-------------------------------------------------------------------------
-r15854 | zorglub | 2006-06-09 12:17:49 -0700 (Fri, 09 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/ui/input_stats.ui
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-* Split apart gui and input management
-* Functional stats panel
-
-------------------------------------------------------------------------
-r15853 | thresh | 2006-06-09 09:56:13 -0700 (Fri, 09 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-lets add *flags not only in the case of xulrunner-config
-
-------------------------------------------------------------------------
-r15852 | thresh | 2006-06-09 07:19:32 -0700 (Fri, 09 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix for building mozilla plugin with mozilla-dev on non-debian systems
-Needs more check, as i've only tested it on altlinux
-
-------------------------------------------------------------------------
-r15851 | courmisch | 2006-06-09 07:17:26 -0700 (Fri, 09 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/access/ftp.c
-
-FTP cleartext authentication from Petr Vacek.
-
-------------------------------------------------------------------------
-r15850 | yoann | 2006-06-08 21:38:16 -0700 (Thu, 08 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/subtitles.c
-
-* proof of concept of drag & dropping a subtitle file while playing a video file. (Refs: #645)
-
-------------------------------------------------------------------------
-r15849 | yoann | 2006-06-08 19:08:08 -0700 (Thu, 08 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-* the first autodetected subtitles file should now be automatically enabled
-
-------------------------------------------------------------------------
-r15848 | yoann | 2006-06-08 17:28:07 -0700 (Thu, 08 Jun 2006) | 4 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* fix subtitles file autodetection
-  this was broken when the video file name included its directory name
-  (for instance "vlc dir/file.avi")
-
-------------------------------------------------------------------------
-r15847 | zorglub | 2006-06-08 14:04:24 -0700 (Thu, 08 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-
-Don't forget to reset slider position
-
-------------------------------------------------------------------------
-r15846 | xtophe | 2006-06-08 14:01:09 -0700 (Thu, 08 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify.c
-
-Oups
-
-------------------------------------------------------------------------
-r15845 | zorglub | 2006-06-08 13:54:20 -0700 (Thu, 08 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/ui/main_interface.ui
-
-Don't laugh
-
-------------------------------------------------------------------------
-r15844 | xtophe | 2006-06-08 13:43:59 -0700 (Thu, 08 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify.c
-
-Don't hardcode path
-
-------------------------------------------------------------------------
-r15843 | zorglub | 2006-06-08 13:43:12 -0700 (Thu, 08 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/engine.c
-
-nom de dieu de putain de merde de saloperie de chiure de putasserie de bordel de couille
-
-------------------------------------------------------------------------
-r15842 | zorglub | 2006-06-08 12:39:15 -0700 (Thu, 08 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/src/playlist/engine.c
-
-* Don't delete main nodes in playlist_Clear
-* Fix item add in RC
-
-------------------------------------------------------------------------
-r15841 | zorglub | 2006-06-08 12:18:11 -0700 (Thu, 08 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Get rid of some pic stuff that caused vlc-config to do baad things
-
-------------------------------------------------------------------------
-r15840 | zorglub | 2006-06-08 11:59:14 -0700 (Thu, 08 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/engine.c
-
-Fix vout/sout garbage collection and input spam debug messages
-
-------------------------------------------------------------------------
-r15839 | zorglub | 2006-06-08 11:36:09 -0700 (Thu, 08 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   A /trunk/modules/gui/qt4/ui/main_interface.ui
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-
-Some general clean up
-
-------------------------------------------------------------------------
-r15838 | gbazin | 2006-06-07 15:20:15 -0700 (Wed, 07 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: you can do it.
-
-------------------------------------------------------------------------
-r15837 | gbazin | 2006-06-07 15:02:16 -0700 (Wed, 07 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: libpostproc detection was more broken than I thought.
-
-------------------------------------------------------------------------
-r15836 | gbazin | 2006-06-07 14:42:21 -0700 (Wed, 07 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: fix typo in ffmpeg's libpostproc detection.
-
-------------------------------------------------------------------------
-r15835 | littlejohn | 2006-06-07 08:20:08 -0700 (Wed, 07 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/java/FAQ
-   M /trunk/bindings/java/README
-   A /trunk/bindings/java/THANKS
-
-Suggest to check/set JAVA_HOME if compilation fails
-
-
-------------------------------------------------------------------------
-r15834 | courmisch | 2006-06-07 07:22:15 -0700 (Wed, 07 Jun 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Remove experimental flag from libtool.
-Several people use it and nobody complain it was broken.
-Besides, some stuff seem not to work without it.
-
-------------------------------------------------------------------------
-r15833 | fkuehne | 2006-06-07 06:25:23 -0700 (Wed, 07 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* ugly compilation fix for ffmpeg on PPC-GCC 4.0.0
-------------------------------------------------------------------------
-r15832 | hartman | 2006-06-07 04:33:30 -0700 (Wed, 07 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-* fortune
-
-------------------------------------------------------------------------
-r15831 | yoann | 2006-06-06 13:46:03 -0700 (Tue, 06 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-* use Play icon for play-only hotkey
-
-------------------------------------------------------------------------
-r15830 | hartman | 2006-06-06 13:44:28 -0700 (Tue, 06 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-
-* blegh fprintf
-
-------------------------------------------------------------------------
-r15829 | yoann | 2006-06-06 11:34:42 -0700 (Tue, 06 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-* try to fix the pause-only hotkey
-  this needs to be tested
-
-------------------------------------------------------------------------
-r15827 | littlejohn | 2006-06-06 05:51:36 -0700 (Tue, 06 Jun 2006) | 3 lines
-Changed paths:
-   A /trunk/bindings/java/org/videolan/jvlc/Status.java
-
-Ops.. i did it again
-
-
-------------------------------------------------------------------------
-r15826 | littlejohn | 2006-06-06 04:35:28 -0700 (Tue, 06 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/src/control/video.c
-
-one more object release in video.c
-
-
-------------------------------------------------------------------------
-r15825 | littlejohn | 2006-06-06 04:31:55 -0700 (Tue, 06 Jun 2006) | 6 lines
-Changed paths:
-   M /trunk/bindings/java/FAQ
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/bindings/java/README
-   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
-   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
-   M /trunk/bindings/java/vlc-graphics-jni.cc
-   M /trunk/bindings/java/vlc-libvlc-jni.cc
-
-Java bindings update:
-
-* more synchronization with playlist and input threads
-* new libvlc functions binded
-
-
-------------------------------------------------------------------------
-r15824 | littlejohn | 2006-06-06 04:17:52 -0700 (Tue, 06 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/src/control/input.c
-   M /trunk/src/control/video.c
-
-libvlc compile warnings resolved 
-
-
-------------------------------------------------------------------------
-r15823 | thresh | 2006-06-06 04:07:40 -0700 (Tue, 06 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-
-compile fix
-
-------------------------------------------------------------------------
-r15822 | md | 2006-06-06 01:47:00 -0700 (Tue, 06 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-make --sout-ts-alignment default enabled (refs: #669)
-
-------------------------------------------------------------------------
-r15821 | littlejohn | 2006-06-05 11:23:56 -0700 (Mon, 05 Jun 2006) | 5 lines
-Changed paths:
-   M /trunk/src/control/input.c
-   M /trunk/src/control/video.c
-
-libvlc input and video update:
-* video.c: added 1 release object in GetVout
-* input.c: added libvlc_get_input_thread helper
-
-
-------------------------------------------------------------------------
-r15820 | zorglub | 2006-06-05 09:05:34 -0700 (Mon, 05 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/tree.c
-
-Fix playlist crash on quit
-
-------------------------------------------------------------------------
-r15819 | littlejohn | 2006-06-05 09:01:35 -0700 (Mon, 05 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/m4/ac_prog_java.m4
-   A /trunk/m4/ac_prog_java_cc.m4
-   A /trunk/m4/ac_prog_java_works.m4
-   A /trunk/m4/ac_prog_javac.m4
-   A /trunk/m4/ac_prog_javac_works.m4
-   A /trunk/m4/ac_prog_javah.m4
-
-if --enable-java-bindings then check a javac exists
-
-
-------------------------------------------------------------------------
-r15818 | littlejohn | 2006-06-05 09:00:27 -0700 (Mon, 05 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/src/control/input.c
-   M /trunk/src/control/video.c
-
-libvlc: Vout object now released when needed
-
-
-------------------------------------------------------------------------
-r15817 | littlejohn | 2006-06-05 08:06:45 -0700 (Mon, 05 Jun 2006) | 5 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/input.c
-   M /trunk/src/control/video.c
-
-libvlc enhanced:
-* video height/width retrieval
-* input playing status check
-
-
-------------------------------------------------------------------------
-r15816 | xtophe | 2006-06-05 06:43:48 -0700 (Mon, 05 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-* Work around automake stupid test
-* Add notify plugin
-
-------------------------------------------------------------------------
-r15815 | xtophe | 2006-06-04 14:50:01 -0700 (Sun, 04 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Libpostproc moved.
-
-------------------------------------------------------------------------
-r15814 | djc | 2006-06-04 13:53:54 -0700 (Sun, 04 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/growl.c
-
-OBJECT_INPUT->OBJECT_PLAYLIST
-Thanks to xtophe
-
-------------------------------------------------------------------------
-r15813 | littlejohn | 2006-06-04 12:26:55 -0700 (Sun, 04 Jun 2006) | 4 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/playlist.c
-   M /trunk/src/control/video.c
-
-* added video height/width getters in libvlc
-* libvlc playlist play uses locking
-
-
-------------------------------------------------------------------------
-r15812 | courmisch | 2006-06-04 11:43:05 -0700 (Sun, 04 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/vlc-config.in.in
-
-Make config.status happy (muahaha)
-
-------------------------------------------------------------------------
-r15811 | courmisch | 2006-06-04 11:32:14 -0700 (Sun, 04 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc-config.in.in
-
-Remove spurious warning
-
-------------------------------------------------------------------------
-r15810 | courmisch | 2006-06-04 11:09:30 -0700 (Sun, 04 Jun 2006) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-   M /trunk/modules/gui/qt4/Modules.am
-
-Some build systems clean up. Now require automake 1.7
-
-Automake 1.5 and 1.6 both suck, and 1.7 is almost four years old, so there is really no excuse for not using a decent version. Besides, there seems to some problems while building the loader with old Automake versions.
-
-------------------------------------------------------------------------
-r15809 | courmisch | 2006-06-04 11:05:00 -0700 (Sun, 04 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Another PIC fix
-
-------------------------------------------------------------------------
-r15808 | courmisch | 2006-06-04 10:35:56 -0700 (Sun, 04 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc-config.in.in
-
-Remove PIC stuff too
-
-------------------------------------------------------------------------
-r15807 | courmisch | 2006-06-04 10:07:19 -0700 (Sun, 04 Jun 2006) | 7 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-   M /trunk/mozilla/Makefile.am
-   M /trunk/src/Makefile.am
-
-Suppress support for position dependant code (except on mingw32).
-This simplifies the build system quite a lot, and reduce compilation
-times when PIC is actually needed.
-
-If you really mind the extra overhead of PIC, use:
-./configure --enable-libtool --enable-static --disable-shared
-
-------------------------------------------------------------------------
-r15806 | littlejohn | 2006-06-04 08:30:18 -0700 (Sun, 04 Jun 2006) | 5 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-
-pic libraries are now correctly installed when needed:
-* --enable-pic added in configure.ac
-* bootstrap modified to use BUILD_PIC in place of BUILD_MOZILLA where needed
-
-
-------------------------------------------------------------------------
-r15805 | ipkiss | 2006-06-04 07:17:46 -0700 (Sun, 04 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
-   M /trunk/modules/gui/skins2/utils/observer.hpp
-   M /trunk/modules/gui/skins2/utils/var_tree.hpp
-
- * modules/gui/skins2/*: Use ARG instead of ARG* as a template argument
-
-------------------------------------------------------------------------
-r15804 | ipkiss | 2006-06-04 07:03:54 -0700 (Sun, 04 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/tooltip.hpp
-   M /trunk/modules/gui/skins2/utils/var_bool.hpp
-   M /trunk/modules/gui/skins2/utils/var_text.hpp
-   M /trunk/modules/gui/skins2/vars/equalizer.hpp
-
- * modules/gui/skins2/*: More simplifications of the same kind
-
-------------------------------------------------------------------------
-r15803 | ipkiss | 2006-06-04 06:55:41 -0700 (Sun, 04 Jun 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
-   M /trunk/modules/gui/skins2/src/anim_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/tooltip.cpp
-   M /trunk/modules/gui/skins2/src/tooltip.hpp
-   M /trunk/modules/gui/skins2/utils/observer.hpp
-   M /trunk/modules/gui/skins2/utils/position.hpp
-   M /trunk/modules/gui/skins2/utils/var_bool.cpp
-   M /trunk/modules/gui/skins2/utils/var_bool.hpp
-   M /trunk/modules/gui/skins2/utils/var_list.hpp
-   M /trunk/modules/gui/skins2/utils/var_percent.hpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/modules/gui/skins2/utils/var_text.hpp
-   M /trunk/modules/gui/skins2/vars/equalizer.cpp
-   M /trunk/modules/gui/skins2/vars/equalizer.hpp
-
- * modules/gui/skins2/*: The second template argument of the Subject and
-   Observer classes now has a default value. This simplifies the code in many
-   places.
-
-------------------------------------------------------------------------
-r15802 | zorglub | 2006-06-04 02:00:36 -0700 (Sun, 04 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/Modules.am
-   M /trunk/modules/misc/notify.c
-   M /trunk/src/input/input.c
-
-* Don't reset input meta information
-* Improve notification layout
-
-------------------------------------------------------------------------
-r15801 | zorglub | 2006-06-04 01:13:00 -0700 (Sun, 04 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-More cosmetics for plastique
-
-------------------------------------------------------------------------
-r15800 | xtophe | 2006-06-03 17:13:40 -0700 (Sat, 03 Jun 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/modules/misc/notify.c (from /trunk/modules/misc/growl.c:15793)
-
-New libnotify plugin.
-TODO: - get rid of the harcoded path for the icon
-      - make the meta printed an option.
-
-------------------------------------------------------------------------
-r15799 | massiot | 2006-06-03 17:10:01 -0700 (Sat, 03 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-.
-
-------------------------------------------------------------------------
-r15798 | ipkiss | 2006-06-03 17:00:34 -0700 (Sat, 03 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * dos/skins/skins2-howto.xml: Small precision
-
-------------------------------------------------------------------------
-r15797 | ipkiss | 2006-06-03 16:57:40 -0700 (Sat, 03 Jun 2006) | 9 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/src/anchor.hpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-   M /trunk/modules/gui/skins2/utils/position.hpp
-   M /trunk/share/skins2/skin.dtd
-
- * modules/gui/skins2/*:
-     - anchors have a new "lefttop" attribute, allowing them to follow the
-       border of the window when resizing
-     - the resizing is now handled by the WindowManager class (to enforce the
-       mediator pattern). This makes it possible to handle tricky cases,
-       such as:
-           window B is anchored to window A, and A is resized
-           ==> B moves accordingly, and can still be anchored by other windows
-
-------------------------------------------------------------------------
-r15796 | zorglub | 2006-06-03 15:27:19 -0700 (Sat, 03 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-
-Cosmetics
-
-------------------------------------------------------------------------
-r15795 | zorglub | 2006-06-03 14:44:25 -0700 (Sat, 03 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-* Fix crash
-* Add a prefs button
-
-------------------------------------------------------------------------
-r15794 | zorglub | 2006-06-03 11:03:40 -0700 (Sat, 03 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   A /trunk/modules/gui/qt4/components/preferences.cpp (from /trunk/modules/gui/qt4/components/preferences_tree.cpp:15791)
-   A /trunk/modules/gui/qt4/components/preferences.hpp (from /trunk/modules/gui/qt4/components/preferences_tree.hpp:15791)
-   D /trunk/modules/gui/qt4/components/preferences_tree.cpp
-   D /trunk/modules/gui/qt4/components/preferences_tree.hpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   A /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   A /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   A /trunk/modules/gui/qt4/pixmaps
-   A /trunk/modules/gui/qt4/pixmaps/advanced.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/advanced.xpm:15787)
-   A /trunk/modules/gui/qt4/pixmaps/audio.xpm
-   A /trunk/modules/gui/qt4/pixmaps/codec.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/codec.xpm:15787)
-   A /trunk/modules/gui/qt4/pixmaps/intf.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/intf.xpm:15787)
-   A /trunk/modules/gui/qt4/pixmaps/type_net.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/type_net.xpm:15787)
-   A /trunk/modules/gui/qt4/pixmaps/type_playlist.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/type_playlist.xpm:15787)
-   A /trunk/modules/gui/qt4/pixmaps/video.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/video.xpm:15787)
-
-Preferences
-
-------------------------------------------------------------------------
-r15793 | fkuehne | 2006-06-03 05:15:03 -0700 (Sat, 03 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* use ganesh instead of the official server while it is down
-------------------------------------------------------------------------
-r15792 | fkuehne | 2006-06-03 03:45:32 -0700 (Sat, 03 Jun 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* fixed compilation if svn isn't in the default path
-------------------------------------------------------------------------
-r15791 | xtophe | 2006-06-02 15:56:38 -0700 (Fri, 02 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Fix Stream title. Patch by Diego "Flameeyes" Petteno
-
-------------------------------------------------------------------------
-r15790 | xtophe | 2006-06-02 15:22:01 -0700 (Fri, 02 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/glx.c
-
-discriminate between the two OpenGL modules
-
-------------------------------------------------------------------------
-r15789 | zorglub | 2006-06-02 13:20:21 -0700 (Fri, 02 Jun 2006) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/qt4/components/preferences_tree.cpp
-   A /trunk/modules/gui/qt4/components/preferences_tree.hpp
-
-Empty files
-
-------------------------------------------------------------------------
-r15788 | bigben | 2006-06-02 12:24:36 -0700 (Fri, 02 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-* Don't change the FSF address
-
-
-------------------------------------------------------------------------
-r15787 | bigben | 2006-06-02 11:41:31 -0700 (Fri, 02 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   M /trunk/modules/video_output/opengl.c
-
-* Patch by C?\195?\169dric Cocquebert to add several additional video effects to the opengl vout
-
-
-------------------------------------------------------------------------
-r15786 | littlejohn | 2006-06-02 06:22:58 -0700 (Fri, 02 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-when testing if mozilla is required, use enable_mozilla, not just mozilla
-
-
-------------------------------------------------------------------------
-r15785 | littlejohn | 2006-06-02 04:27:30 -0700 (Fri, 02 Jun 2006) | 5 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/input.c
-   M /trunk/src/control/video.c
-
-added in libvlc:
- - simple screenshot function
- - an helper function to check if the input item is playing 
-
-
-------------------------------------------------------------------------
-r15784 | zorglub | 2006-06-01 23:06:38 -0700 (Thu, 01 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-
-Todo for prefs widgets
-
-------------------------------------------------------------------------
-r15783 | zorglub | 2006-06-01 23:05:11 -0700 (Thu, 01 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Typo. Thanks to radius on the forum
-
-------------------------------------------------------------------------
-r15782 | damienf | 2006-06-01 16:22:54 -0700 (Thu, 01 Jun 2006) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/mozilla/vlc.r
-   M /trunk/mozilla/vlcshell.cpp
-
-- voutgl.m: added OpenGL provider for MacOS X Safari/mozilla plugin
-- vlcshell.cpp: make opengl the default video output module for macosx
-- vlc.r: remove Quicktime mimetype from supported list
-- configure.ac: the OpenGL provider requires the AGL framework
-
-------------------------------------------------------------------------
-r15781 | xtophe | 2006-06-01 14:28:12 -0700 (Thu, 01 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/video.cpp
-
-Don't lock the mutex twice
-
-------------------------------------------------------------------------
-r15780 | zorglub | 2006-06-01 13:42:03 -0700 (Thu, 01 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   A /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   A /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-
-Skeleton for preferences widgets
-
-------------------------------------------------------------------------
-r15779 | zorglub | 2006-06-01 07:46:26 -0700 (Thu, 01 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-
-Manage navigation buttons, status and text
-
-------------------------------------------------------------------------
-r15778 | xtophe | 2006-06-01 06:10:28 -0700 (Thu, 01 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/caca.c
-
-caca.c: compile fix
-
-------------------------------------------------------------------------
-r15777 | sam | 2006-06-01 03:34:32 -0700 (Thu, 01 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/caca.c
-
-  * modules/video_output/caca.c: fixed typedefs for older libcaca versions.
-
-------------------------------------------------------------------------
-r15776 | sam | 2006-06-01 02:57:01 -0700 (Thu, 01 Jun 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/caca.c
-
-  * modules/video_output/caca.c: many code simplifications.
-
-------------------------------------------------------------------------
-r15775 | sam | 2006-06-01 02:53:36 -0700 (Thu, 01 Jun 2006) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-  * bootstrap: simplified automake detection and added support for the FreeBSD
-    automake naming scheme.
-
-------------------------------------------------------------------------
-r15774 | Trax | 2006-05-31 16:12:09 -0700 (Wed, 31 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-* modules/mux/asf.c: Experimental support for AAC (mp4a) in asf. Needs testing.
-------------------------------------------------------------------------
-r15773 | zorglub | 2006-05-31 14:48:31 -0700 (Wed, 31 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-
-Don't crash
-
-------------------------------------------------------------------------
-r15772 | xtophe | 2006-05-31 14:45:06 -0700 (Wed, 31 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Add a qt shortcut
-
-------------------------------------------------------------------------
-r15771 | xtophe | 2006-05-31 14:34:01 -0700 (Wed, 31 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-[15729] breaks binary compatibility
-
-------------------------------------------------------------------------
-r15770 | zorglub | 2006-05-31 14:24:58 -0700 (Wed, 31 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-   M /trunk/modules/gui/qt4/util/input_slider.hpp
-
-Cleanup
-
-------------------------------------------------------------------------
-r15769 | zorglub | 2006-05-31 14:04:26 -0700 (Wed, 31 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-   M /trunk/modules/gui/qt4/util/input_slider.hpp
-
-First benefits of QT ! A slider ! (Refs:#80)
-
-------------------------------------------------------------------------
-r15768 | zorglub | 2006-05-31 13:40:54 -0700 (Wed, 31 May 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/wizard.m
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/tree.c
-
-Fix playlist crasher and simplify a few things
-(Remove ITEMPLAY method, which had become redundant)
-
-------------------------------------------------------------------------
-r15767 | dionoea | 2006-05-30 12:57:34 -0700 (Tue, 30 May 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Typo corretion. Thanks to tango_ on IRC :)
-
-------------------------------------------------------------------------
-r15766 | zorglub | 2006-05-30 12:17:33 -0700 (Tue, 30 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-QT4 detection patch by Pavlov Konstantin
-
-------------------------------------------------------------------------
-r15765 | zorglub | 2006-05-29 23:20:06 -0700 (Mon, 29 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components
-   M /trunk/modules/gui/qt4/dialogs
-   M /trunk/modules/gui/qt4/util
-
-Fix properties
-
-------------------------------------------------------------------------
-r15764 | zorglub | 2006-05-29 13:08:14 -0700 (Mon, 29 May 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-
-Start handling input
-Quit
-
-------------------------------------------------------------------------
-r15763 | jpsaman | 2006-05-29 11:58:58 -0700 (Mon, 29 May 2006) | 1 line
-Changed paths:
-   M /trunk/THANKS
-
-Added Diego Petteno to THANKS file.
-------------------------------------------------------------------------
-r15762 | jpsaman | 2006-05-29 11:57:20 -0700 (Mon, 29 May 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-This patch removes the usage of FFMPEG's internal ff_mpeg4_default_*_matrix
-symbols that would be hidden by the visibility patch, thus allowing VLC usage
-with patched FFMPEG code, and sanitise the need for accessing non-public
-symbols. Patch by Diego Petteno (flameeyes at gentoo do org).
-
-------------------------------------------------------------------------
-r15761 | courmisch | 2006-05-29 11:46:09 -0700 (Mon, 29 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/qt4/Modules.am
-
-Build system fixes + cleanup
-
-------------------------------------------------------------------------
-r15760 | zorglub | 2006-05-29 10:28:15 -0700 (Mon, 29 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   A /trunk/modules/gui/qt4/util/input_slider.cpp
-   A /trunk/modules/gui/qt4/util/input_slider.hpp
-
-Some progress
-
-------------------------------------------------------------------------
-r15759 | zorglub | 2006-05-29 06:23:48 -0700 (Mon, 29 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Fix a typo
-
-------------------------------------------------------------------------
-r15758 | zorglub | 2006-05-28 23:07:36 -0700 (Sun, 28 May 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components
-   A /trunk/modules/gui/qt4/components/infopanels.cpp
-   A /trunk/modules/gui/qt4/components/infopanels.hpp
-   A /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
-   A /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   A /trunk/modules/gui/qt4/input_manager.cpp
-   A /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-   A /trunk/modules/gui/qt4/ui/input_stats.ui
-
-* Fix QT detection and make dist
-* First dialog
-* Start of input management
-
-------------------------------------------------------------------------
-r15757 | hartman | 2006-05-28 09:26:13 -0700 (Sun, 28 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-this patch allows xml comments directly before the root node. Patch by Daniel Stranger.
-
-------------------------------------------------------------------------
-r15756 | zorglub | 2006-05-28 06:18:21 -0700 (Sun, 28 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-
-Fix
-
-------------------------------------------------------------------------
-r15755 | zorglub | 2006-05-28 05:04:19 -0700 (Sun, 28 May 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-
-File type filters and implementation in WX. Refs:#24
-Thanks to Steven Sheehy and sorry for the delay :)
-
-------------------------------------------------------------------------
-r15754 | sam | 2006-05-27 16:12:26 -0700 (Sat, 27 May 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/realaudio.c
-
-  * modules/codec/realaudio.c: oh, after all, let's use WINAPI for function
-    declarations :-)
-
-------------------------------------------------------------------------
-r15753 | sam | 2006-05-27 16:10:52 -0700 (Sat, 27 May 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/realaudio.c
-
-  * modules/codec/realaudio.c: only use WINAPI for function declarations, not
-    for function pointers.
-
-------------------------------------------------------------------------
-r15752 | courmisch | 2006-05-27 10:40:15 -0700 (Sat, 27 May 2006) | 7 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/misc/mtime.c
-
-src/misc/mtime.c:
- - Don't use TIMER_ABSTIME which sucks (at least on Linux with HZ=1000)
- - Cosmetic
-configure.ac:
- - Check for clock_nanosleep() rather than clock_gettime(), as it is more
-   recent and we need both.
-
-------------------------------------------------------------------------
-r15751 | fkuehne | 2006-05-27 10:00:27 -0700 (Sat, 27 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* playlistinfo.m: fixed a rare crash and made sure that the timer is run in every case
-* playlist.m: minor update to the new playlist plus removal of an unpurposelly commited debug-msg
-------------------------------------------------------------------------
-r15750 | dionoea | 2006-05-27 05:49:06 -0700 (Sat, 27 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-set_program( "qvlc" ); to make it look "official"
-
-------------------------------------------------------------------------
-r15749 | Trax | 2006-05-27 04:12:22 -0700 (Sat, 27 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/demux/sgimb.c
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/video_filter/deinterlace.c
-
-minor typo loose -> lose
-------------------------------------------------------------------------
-r15748 | zorglub | 2006-05-27 04:09:56 -0700 (Sat, 27 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4
-   M /trunk/modules/gui/qt4/Modules.am
-   A /trunk/modules/gui/qt4/components
-   A /trunk/modules/gui/qt4/dialogs
-   A /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   A /trunk/modules/gui/qt4/dialogs/playlist.hpp
-   A /trunk/modules/gui/qt4/dialogs_provider.cpp
-   A /trunk/modules/gui/qt4/dialogs_provider.hpp
-   A /trunk/modules/gui/qt4/main_interface.cpp
-   A /trunk/modules/gui/qt4/main_interface.hpp
-   A /trunk/modules/gui/qt4/qt4.cpp
-   A /trunk/modules/gui/qt4/qt4.hpp
-   A /trunk/modules/gui/qt4/ui
-   A /trunk/modules/gui/qt4/util
-   A /trunk/modules/gui/qt4/util/directslider.hpp
-   A /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-Initial layout
-
-------------------------------------------------------------------------
-r15747 | zorglub | 2006-05-27 04:08:56 -0700 (Sat, 27 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-
-Here too
-
-------------------------------------------------------------------------
-r15746 | zorglub | 2006-05-27 04:08:39 -0700 (Sat, 27 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-Re-enable PLAYLIST_GO
-
-------------------------------------------------------------------------
-r15745 | Trax | 2006-05-27 04:07:31 -0700 (Sat, 27 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.c
-
-Add support for Windows Media Video (VC-1) Advanced Profile Decoder
-------------------------------------------------------------------------
-r15744 | xtophe | 2006-05-26 12:43:32 -0700 (Fri, 26 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-s/cvs/svn for ffmpeg
-
-------------------------------------------------------------------------
-r15743 | xtophe | 2006-05-26 12:00:36 -0700 (Fri, 26 May 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-extras/contrib: FFMpeg has switched to SVN
-               wxWidgets 2.6.3
-
-------------------------------------------------------------------------
-r15742 | adn | 2006-05-25 22:41:42 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-s/Conttr?\195?\180le/Contr?\195?\180le/ (thanks to OuTman <outman52 free fr>)
-
-------------------------------------------------------------------------
-r15741 | fkuehne | 2006-05-25 15:16:27 -0700 (Thu, 25 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* disabled the debug-msg which prints the pointer to each p_item. this produces so many msgs, that you can't see others
-------------------------------------------------------------------------
-r15740 | fkuehne | 2006-05-25 14:44:11 -0700 (Thu, 25 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-* meta fixes
-------------------------------------------------------------------------
-r15738 | zorglub | 2006-05-25 12:58:32 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/modules/gui/qt4/Modules.am
-
-Fix build
-
-------------------------------------------------------------------------
-r15737 | zorglub | 2006-05-25 12:38:45 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/cdda.c
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-
-Fix CDDA and a corner-case in playlist handling
-
-------------------------------------------------------------------------
-r15736 | hartman | 2006-05-25 11:34:32 -0700 (Thu, 25 May 2006) | 5 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/stream_out/rtp.c
-
-* H264 RTP packetization by Vitaly V. Bursov <vitalyvb at ukr dotnet> refs #132
-  NAL and FU-A modes of RFC 3984
-  works for VLC -> VLC
-  Does not work with QT yet, because QT requires the optional params profile-level-id and sprop-parameter-sets. these are usually provided in QT hinted tracks I guess. I'm not sure if we can reconstruct them manually. If someone would care to investigate..
-
-------------------------------------------------------------------------
-r15735 | zorglub | 2006-05-25 11:27:39 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/include/vlc_messages.h
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/ListViews.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.h
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/thread.c
-
-Cumulative fix for BeOS - by Cian Duffy < myob87 4t gmail dot com >
-
-------------------------------------------------------------------------
-r15734 | titer | 2006-05-25 08:26:51 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-Handle Volume Up/Down as well
-
-------------------------------------------------------------------------
-r15733 | titer | 2006-05-25 07:59:57 -0700 (Thu, 25 May 2006) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/modules/gui/macosx/AppleRemote.h
-   A /trunk/modules/gui/macosx/AppleRemote.m
-   M /trunk/modules/gui/macosx/Modules.am
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-Adds support for Apple's remote (only handles Play/Pause at the moment).
-
-AppleRemote.[mh] is MIT licensed code from Martin Kahr:
-http://www.martinkahr.com/source-code
-
-------------------------------------------------------------------------
-r15732 | dionoea | 2006-05-25 07:52:17 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/include/configuration.h
-
-Spell fix
-
-------------------------------------------------------------------------
-r15731 | zorglub | 2006-05-25 07:43:53 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-
-Mark skins2-config, wx-config and parent-item as internal
-
-------------------------------------------------------------------------
-r15730 | hartman | 2006-05-25 07:40:20 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_meta.h
-
-* Fix id3tag new meta
-
-------------------------------------------------------------------------
-r15729 | zorglub | 2006-05-25 07:24:17 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/modules_inner.h
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-
-Add a change_internal modifier to options. Please check OS X implementation
-
-------------------------------------------------------------------------
-r15728 | zorglub | 2006-05-25 06:58:28 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-Sanity checks
-
-------------------------------------------------------------------------
-r15727 | zorglub | 2006-05-25 06:45:33 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/demux/playlist/xspf.h
-
-Fix XSPF (Closes:#651)
-
-------------------------------------------------------------------------
-r15726 | hartman | 2006-05-25 06:19:44 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
-
-* Compile before you commit :D
-
-------------------------------------------------------------------------
-r15725 | hartman | 2006-05-25 06:04:51 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
-
-* Another ID3 tag supported :D
-
-------------------------------------------------------------------------
-r15724 | zorglub | 2006-05-25 04:45:32 -0700 (Thu, 25 May 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/src/playlist/item.c
-
-* Almost fix shoutcast (still some problems in "flat" view)
-* Disable interaction in WX until it's fixed
-
-------------------------------------------------------------------------
-r15723 | courmisch | 2006-05-25 03:51:17 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Fix overflows
-
-------------------------------------------------------------------------
-r15722 | zorglub | 2006-05-25 03:11:06 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/podcast.c
-
-Fix DVB demuxer. Barely tested
-
-------------------------------------------------------------------------
-r15721 | courmisch | 2006-05-25 02:54:35 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Also implement msleep() wrt _POSIX_MONOTONIC_CLOCK
-
-------------------------------------------------------------------------
-r15720 | zorglub | 2006-05-25 02:52:57 -0700 (Thu, 25 May 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/search.c
-   M /trunk/src/playlist/tree.c
-
-* Remove unused playlist_ItemCopy
-* Fix some debug
-
-------------------------------------------------------------------------
-r15719 | zorglub | 2006-05-25 02:20:03 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-Fix playing from popup
-
-------------------------------------------------------------------------
-r15718 | zorglub | 2006-05-25 02:19:25 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/engine.c
-
-Fix a bug in preparse throttling
-
-------------------------------------------------------------------------
-r15717 | zorglub | 2006-05-25 02:04:19 -0700 (Thu, 25 May 2006) | 3 lines
-Changed paths:
-   A /trunk/modules/gui/qt4
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/search.c
-
-* Search on artist and album
-* Remove some debug
-
-------------------------------------------------------------------------
-r15716 | zorglub | 2006-05-25 01:55:05 -0700 (Thu, 25 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
-
-Fix m3u unhandled meta
-
-------------------------------------------------------------------------
-r15713 | courmisch | 2006-05-24 13:39:21 -0700 (Wed, 24 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Fix monotonic clock POSIX option detection
-
-------------------------------------------------------------------------
-r15712 | courmisch | 2006-05-24 12:35:31 -0700 (Wed, 24 May 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/misc/mtime.c
-
-Use the monotonic clock from POSIX real time extension when available.
-That one goes at the same ?\226?\128?\156speed?\226?\128?\157 as the real time clock, but it is
-warp-less. Now it should be safe to call ntpdate while performing.
-
-------------------------------------------------------------------------
-r15711 | xtophe | 2006-05-23 16:05:34 -0700 (Tue, 23 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Forgot this one.
-
-------------------------------------------------------------------------
-r15710 | Trax | 2006-05-22 14:34:50 -0700 (Mon, 22 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-proper subme integer range
-------------------------------------------------------------------------
-r15709 | xtophe | 2006-05-22 13:06:40 -0700 (Mon, 22 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: More strict test fot GL stuff
-
-------------------------------------------------------------------------
-r15708 | fkuehne | 2006-05-22 08:45:01 -0700 (Mon, 22 May 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* fixed a typo
-------------------------------------------------------------------------
-r15707 | xtophe | 2006-05-22 02:42:08 -0700 (Mon, 22 May 2006) | 3 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-
-s/livedotcom/live555
-
-
-------------------------------------------------------------------------
-r15706 | xtophe | 2006-05-22 01:53:17 -0700 (Mon, 22 May 2006) | 2 lines
-Changed paths:
-   M /trunk/po/Makefile.in.in
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Update po file after filename change ( we should do a post-commit hook one day)
-
-------------------------------------------------------------------------
-r15705 | yoann | 2006-05-21 15:17:25 -0700 (Sun, 21 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-* control/hotkeys.c: Fix Play/Pause hotkey
-
-------------------------------------------------------------------------
-r15704 | dionoea | 2006-05-21 15:01:14 -0700 (Sun, 21 May 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
-   M /trunk/modules/video_output/directx/events.c
-
-Add support for keyboard multimedia keys on win32. This is of course untested.
-
-------------------------------------------------------------------------
-r15703 | xtophe | 2006-05-21 14:39:34 -0700 (Sun, 21 May 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Update
-
-------------------------------------------------------------------------
-r15702 | xtophe | 2006-05-21 14:20:06 -0700 (Sun, 21 May 2006) | 2 lines
-Changed paths:
-   A /trunk/modules/demux/live555.cpp (from /trunk/modules/demux/livedotcom.cpp:15701)
-   D /trunk/modules/demux/livedotcom.cpp
-
-s/livedotcom/live555/
-
-------------------------------------------------------------------------
-r15701 | xtophe | 2006-05-21 14:17:52 -0700 (Sun, 21 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/Modules.am
-   M /trunk/modules/demux/livedotcom.cpp
-
-ALL: s/livedotcom/live555/
-
-------------------------------------------------------------------------
-r15700 | bigben | 2006-05-21 13:00:27 -0700 (Sun, 21 May 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* Fix hal detection
-
-
-------------------------------------------------------------------------
-r15699 | xtophe | 2006-05-21 10:31:06 -0700 (Sun, 21 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
-
-Fix the integer widget
-
-------------------------------------------------------------------------
-r15698 | bigben | 2006-05-20 06:38:04 -0700 (Sat, 20 May 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* HAL / DBUS / GnomeVFS aren't linux only
-
-
-------------------------------------------------------------------------
-r15697 | courmisch | 2006-05-20 06:17:00 -0700 (Sat, 20 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/libasf.c
-
-Add missing const qualifier
-
-------------------------------------------------------------------------
-r15696 | courmisch | 2006-05-20 06:16:46 -0700 (Sat, 20 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-missing #include
-
-------------------------------------------------------------------------
-r15695 | jpsaman | 2006-05-20 06:10:30 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/sgimb.c
-
-Use correct datatype in srtncasecmp
-------------------------------------------------------------------------
-r15694 | jpsaman | 2006-05-20 06:05:21 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-Use correct datatype
-------------------------------------------------------------------------
-r15693 | jpsaman | 2006-05-20 05:55:15 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Use correct types
-------------------------------------------------------------------------
-r15692 | jpsaman | 2006-05-20 04:46:26 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/cmml/history.c
-   M /trunk/modules/codec/cmml/intf.c
-
-Remove unused variables
-------------------------------------------------------------------------
-r15691 | jpsaman | 2006-05-20 04:45:33 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/spudec/parse.c
-
-Remove unused variables and #ifdef DEBUG_SPUDEC the variables used when DEBUG_SPUDEC is active.
-------------------------------------------------------------------------
-r15690 | jpsaman | 2006-05-20 04:43:35 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access/rtsp/rtsp.c
-
-Compare the right datatypes
-------------------------------------------------------------------------
-r15689 | jpsaman | 2006-05-20 04:42:40 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access/rtsp/real.c
-
-Default value for pointer that could be used uninitalised
-------------------------------------------------------------------------
-r15688 | jpsaman | 2006-05-20 04:41:26 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/dvb.c
-
-Return in a non-void function
-------------------------------------------------------------------------
-r15687 | jpsaman | 2006-05-20 04:41:08 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/b4s.c
-
-Remove unused variables
-------------------------------------------------------------------------
-r15686 | jpsaman | 2006-05-20 04:40:50 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-Return in a non-void function
-------------------------------------------------------------------------
-r15685 | jpsaman | 2006-05-20 04:40:35 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/pls.c
-
-Return in a non-void function
-------------------------------------------------------------------------
-r15684 | jpsaman | 2006-05-20 04:40:15 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-Compare using the right data types
-------------------------------------------------------------------------
-r15683 | jpsaman | 2006-05-20 04:39:53 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/sgimb.c
-
-Remove unused variables
-------------------------------------------------------------------------
-r15682 | jpsaman | 2006-05-20 04:39:32 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-Remove unused variables
-------------------------------------------------------------------------
-r15681 | jpsaman | 2006-05-20 04:39:19 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-Remove unused variables
-------------------------------------------------------------------------
-r15680 | jpsaman | 2006-05-20 04:38:50 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access_output/file.c
-
-Fix data type: Compiler warning
-------------------------------------------------------------------------
-r15679 | jpsaman | 2006-05-20 04:38:26 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Remove unused variables
-------------------------------------------------------------------------
-r15678 | jpsaman | 2006-05-20 04:38:04 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Compiler warning
-------------------------------------------------------------------------
-r15677 | jpsaman | 2006-05-20 04:37:41 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/src/playlist/thread.c
-
-Add missing vlc_es.h
-------------------------------------------------------------------------
-r15676 | jpsaman | 2006-05-20 04:37:26 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-return -1 in a non-void function
-------------------------------------------------------------------------
-r15675 | jpsaman | 2006-05-20 04:37:01 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Compiler warnings
-------------------------------------------------------------------------
-r15674 | jpsaman | 2006-05-20 04:36:38 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Compiler warnings
-------------------------------------------------------------------------
-r15673 | jpsaman | 2006-05-20 03:16:21 -0700 (Sat, 20 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-x264 options patch from Dennis van Amerongen (Trax) (dennis dot vanAmerongen at nob dot nl)
-------------------------------------------------------------------------
-r15670 | zorglub | 2006-05-19 03:00:39 -0700 (Fri, 19 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
-gcc 2.95 compile fix
-
-------------------------------------------------------------------------
-r15669 | xtophe | 2006-05-18 16:00:48 -0700 (Thu, 18 May 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   A /trunk/po/cs.po
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
-
-Add Czech translation. Many thaks to Miroslav Oujesky
-
-------------------------------------------------------------------------
-r15668 | damienf | 2006-05-18 15:01:31 -0700 (Thu, 18 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-- using strcmp with a NULL string isn't really a good thing to do
-
-------------------------------------------------------------------------
-r15667 | fkuehne | 2006-05-18 10:50:19 -0700 (Thu, 18 May 2006) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-* address the user formally instead of informally (comparable to tu <-> vous in French)
-------------------------------------------------------------------------
-r15663 | hartman | 2006-05-17 12:38:53 -0700 (Wed, 17 May 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/vcdx/access.c
-
-* This makes the cddax and vcdx modules compile again. meta is disabled. functionality is untested.
-refs #649
-
-------------------------------------------------------------------------
-r15662 | jpsaman | 2006-05-17 04:17:31 -0700 (Wed, 17 May 2006) | 1 line
-Changed paths:
-   M /trunk/po/Makefile.in.in
-
-Fix po/Makefile.in.in
-------------------------------------------------------------------------
-r15661 | zorglub | 2006-05-16 23:04:37 -0700 (Tue, 16 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-Forgot to change the deletion function
-
-------------------------------------------------------------------------
-r15660 | yoann | 2006-05-16 19:59:48 -0700 (Tue, 16 May 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-* gui/ncurses.c: first attempt to fix ncurses with new playlist
-                 still not working: Add something to playlist
-
-------------------------------------------------------------------------
-r15659 | yoann | 2006-05-16 19:31:30 -0700 (Tue, 16 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/tree.c
-
-* playlist/tree.c: when removing a node, don't forget to remove it from its parent!
-
-------------------------------------------------------------------------
-r15658 | xtophe | 2006-05-16 16:40:52 -0700 (Tue, 16 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix mozilla and xpidl detection
-
-------------------------------------------------------------------------
-r15657 | hartman | 2006-05-16 15:29:39 -0700 (Tue, 16 May 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* Fixed Meta for OSX, so i know what music i'm listening to.
-(debug left in place. when you run into a crash please not the console info so we can investigate)
-
-------------------------------------------------------------------------
-r15656 | fkuehne | 2006-05-16 12:25:18 -0700 (Tue, 16 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/interaction.m
-
-* sorry, this part wasn't supposed to be committed yet
-------------------------------------------------------------------------
-r15655 | fkuehne | 2006-05-16 12:22:02 -0700 (Tue, 16 May 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* ask for the name of the new node through the interaction framework (node creation runs in a separate thread now to avoid interface blocking)
-------------------------------------------------------------------------
-r15654 | hartman | 2006-05-16 11:23:37 -0700 (Tue, 16 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
-* don't fail http output if AVAHI support is enabled, but the avahi daemon is not running. Just generate an error and continue.
-
-------------------------------------------------------------------------
-r15653 | hartman | 2006-05-16 11:09:47 -0700 (Tue, 16 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/util/id3tag.c
-
-* detail what id3tag handling is unimplemented.
-
-------------------------------------------------------------------------
-r15652 | fkuehne | 2006-05-16 09:45:57 -0700 (Tue, 16 May 2006) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-* update of the German translation by Mathias C. Berens | welcome-soft with some few additions by myself
-------------------------------------------------------------------------
-r15651 | jpsaman | 2006-05-16 09:04:06 -0700 (Tue, 16 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-coding style fix
-------------------------------------------------------------------------
-r15650 | jpsaman | 2006-05-16 09:02:56 -0700 (Tue, 16 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access/dv.c
-
-Fix potential segmentation fault
-------------------------------------------------------------------------
-r15649 | jpsaman | 2006-05-16 09:01:59 -0700 (Tue, 16 May 2006) | 1 line
-Changed paths:
-   M /trunk/po/Makefile.in.in
-
-Fix po installation
-------------------------------------------------------------------------
-r15648 | jpsaman | 2006-05-16 09:01:01 -0700 (Tue, 16 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-
-Fix Segmentation fault in RPN while parsing pathnames.
-------------------------------------------------------------------------
-r15647 | fkuehne | 2006-05-15 13:08:30 -0700 (Mon, 15 May 2006) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-* a plain %s can't be localised IMHO ;)
-------------------------------------------------------------------------
-r15646 | xtophe | 2006-05-15 07:47:23 -0700 (Mon, 15 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_core.c
-   M /trunk/src/control/playlist.c
-
-New playlist API fix. 
-
-------------------------------------------------------------------------
-r15645 | zorglub | 2006-05-15 05:50:39 -0700 (Mon, 15 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/win32_specific.c
-
-Last fix for win32 ?
-
-------------------------------------------------------------------------
-r15644 | zorglub | 2006-05-15 05:28:44 -0700 (Mon, 15 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/xosd.c
-
-Should fix Xosd compilation
-
-------------------------------------------------------------------------
-r15643 | zorglub | 2006-05-15 05:26:49 -0700 (Mon, 15 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
-
-Should fix win32 WX compile
-
-------------------------------------------------------------------------
-r15642 | zorglub | 2006-05-15 05:07:26 -0700 (Mon, 15 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/bonjour.c
-
-Fix bonjour compilation. Completely untested
-
-------------------------------------------------------------------------
-r15641 | xtophe | 2006-05-15 02:37:08 -0700 (Mon, 15 May 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Run make update-po. Fix make dist
-
-------------------------------------------------------------------------
-r15640 | zorglub | 2006-05-14 22:57:19 -0700 (Sun, 14 May 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/services_discovery/bonjour.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/playlist/tree.c
-
-New helper to create nodes for services discovery
-
-------------------------------------------------------------------------
-r15639 | ipkiss | 2006-05-14 15:16:59 -0700 (Sun, 14 May 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.hpp
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-
- * skins2: new LayoutID.isActive boolean variable
-
-------------------------------------------------------------------------
-r15638 | fkuehne | 2006-05-14 14:57:37 -0700 (Sun, 14 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.m
-
-* more compilation fixes
-------------------------------------------------------------------------
-r15637 | ipkiss | 2006-05-14 14:51:37 -0700 (Sun, 14 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-
- * skins2/src/skin_main.cpp: Do not forget to return a value
-
-------------------------------------------------------------------------
-r15636 | ipkiss | 2006-05-14 14:43:22 -0700 (Sun, 14 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-
- * skins2/parser/skin_parser.cpp: make sure the IDs are unique in the whole skin
-
-------------------------------------------------------------------------
-r15635 | fkuehne | 2006-05-14 14:10:07 -0700 (Sun, 14 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mpc.c
-   M /trunk/modules/demux/real.c
-
-* vlc-meta fixes
-------------------------------------------------------------------------
-r15634 | zorglub | 2006-05-14 13:40:23 -0700 (Sun, 14 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-
-Fix ffmpeg linking
-
-------------------------------------------------------------------------
-r15633 | zorglub | 2006-05-14 12:52:42 -0700 (Sun, 14 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-Fix shout compile
-
-------------------------------------------------------------------------
-r15632 | zorglub | 2006-05-14 11:49:50 -0700 (Sun, 14 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/tree.c
-
-Change some error message to assertions
-
-------------------------------------------------------------------------
-r15631 | zorglub | 2006-05-14 11:44:21 -0700 (Sun, 14 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
-Fix http access output with bonjour
-
-------------------------------------------------------------------------
-r15630 | ipkiss | 2006-05-14 11:30:19 -0700 (Sun, 14 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
- * src/input/input.c: msg_Warn --> msg_Dbg
-
-------------------------------------------------------------------------
-r15629 | zorglub | 2006-05-14 11:29:00 -0700 (Sun, 14 May 2006) | 13 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_config.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http/http.h
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/mvar.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/old.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/demux/sgimb.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/modules/gui/macosx/applescript.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/macosx/wizard.m
-   M /trunk/modules/gui/skins2/Modules.am
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   D /trunk/modules/gui/skins2/vars/playlist.cpp
-   D /trunk/modules/gui/skins2/vars/playlist.hpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/input_manager.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
-   M /trunk/modules/misc/growl.c
-   M /trunk/modules/misc/msn.c
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/misc/playlist/old.c
-   M /trunk/modules/misc/playlist/xspf.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/podcast.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/visualization/xosd.c
-   M /trunk/src/Makefile.am
-   M /trunk/src/control/mediacontrol_core.c
-   M /trunk/src/control/playlist.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   A /trunk/src/input/item.c (from /branches/0.8.6-playlist-vlm/src/input/item.c:15624)
-   M /trunk/src/libvlc.c
-   A /trunk/src/playlist/control.c (from /branches/0.8.6-playlist-vlm/src/playlist/control.c:15624)
-   A /trunk/src/playlist/engine.c (from /branches/0.8.6-playlist-vlm/src/playlist/engine.c:15624)
-   D /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-   D /trunk/src/playlist/playlist.c
-   A /trunk/src/playlist/search.c (from /branches/0.8.6-playlist-vlm/src/playlist/search.c:15624)
-   M /trunk/src/playlist/sort.c
-   A /trunk/src/playlist/thread.c (from /branches/0.8.6-playlist-vlm/src/playlist/thread.c:15624)
-   A /trunk/src/playlist/tree.c (from /branches/0.8.6-playlist-vlm/src/playlist/tree.c:15624)
-   D /trunk/src/playlist/view.c
-   A /trunk/test/NativeGcTest.py (from /branches/0.8.6-playlist-vlm/test/NativeGcTest.py:15624)
-   A /trunk/test/native/gc.c (from /branches/0.8.6-playlist-vlm/test/native/gc.c:15624)
-
-Merge back branch 0.8.6-playlist-vlm to trunk.
-
-What is currently broken:
- * Some playlist demuxers (shout, dvb and pls)
- * DAAP
- * BeOS playlist
- * GPE playlist, I suppose
-
-What has some trouble:
- * Meta handling in several demuxers (most notably TS)
- * Skins2 playlist (doesn't refresh correctly)
- * OS X playlist (see bigben's latest commits)
-
-------------------------------------------------------------------------
-r15628 | ipkiss | 2006-05-14 11:17:14 -0700 (Sun, 14 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-
- * skins2/win32/win32_factory.cpp: msg_Err --> msg_Dbg
-
-------------------------------------------------------------------------
-r15627 | courmisch | 2006-05-14 08:27:30 -0700 (Sun, 14 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Remove non breakable space
-
-------------------------------------------------------------------------
-r15626 | asmax | 2006-05-14 08:21:25 -0700 (Sun, 14 May 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-
-* vlcproc.cpp: fixed detection of play/pause status (when the popup menu or
-keyboard shortcut is used to toggle pause instead of a skin button)
-
-------------------------------------------------------------------------
-r15625 | zorglub | 2006-05-14 07:59:12 -0700 (Sun, 14 May 2006) | 2 lines
-Changed paths:
-   M /trunk/test/mangle/mangle.py
-
-Be more resilient
-
-------------------------------------------------------------------------
-r15622 | fkuehne | 2006-05-14 07:44:12 -0700 (Sun, 14 May 2006) | 1 line
-Changed paths:
-   M /trunk/include/vlc_interaction.h
-
-* forgot to add UserOkayCancel to the header (creates the same dialogue as UserYesNo, but with different labels)
-------------------------------------------------------------------------
-r15620 | fkuehne | 2006-05-14 07:36:08 -0700 (Sun, 14 May 2006) | 7 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
-   M /trunk/include/vlc_interaction.h
-   M /trunk/modules/gui/macosx/interaction.h
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/src/interface/interaction.c
-
-* new dialogue type to prompt the user for a string
-* the core is widget-free now (except for the header to keep wx compiling, hopefully)
-* updated the OSX-implementation to reflect the recent changes
-
-more clean up is necessary; testing and any feedback is welcomed
-
-refs #553
-------------------------------------------------------------------------
-r15618 | fkuehne | 2006-05-14 06:20:04 -0700 (Sun, 14 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/interaction.m
-
-* introduction of a widget-free progress bar dialogue, partially already committed in [15617] (core and OSX only, refs #553)
-------------------------------------------------------------------------
-r15617 | fkuehne | 2006-05-14 06:07:29 -0700 (Sun, 14 May 2006) | 1 line
-Changed paths:
-   M /trunk/include/vlc_interaction.h
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/src/interface/interaction.c
-
-* first implementation of a widget-free authentication-dialogue (core and OSX only, refs #553)
-------------------------------------------------------------------------
-r15616 | courmisch | 2006-05-14 06:06:09 -0700 (Sun, 14 May 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Recognize XSPF MIME type when there is a charset parameter.
-Thanks to ?\226?\128?\156DS?\226?\128?\157 for pointing this out.
-
-------------------------------------------------------------------------
-r15615 | courmisch | 2006-05-14 06:04:48 -0700 (Sun, 14 May 2006) | 3 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-
-Some users reported problems with subtitles encoding on Win32.
-Probably a setlocale() breakage. Use GetACP() instead.
-
-------------------------------------------------------------------------
-r15614 | fkuehne | 2006-05-14 05:41:40 -0700 (Sun, 14 May 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
-   M /trunk/include/vlc_interaction.h
-   M /trunk/modules/access/http.c
-   M /trunk/modules/gui/macosx/interaction.h
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/src/interface/interaction.c
-
-* first implementation of a widget-free authentication-dialogue (core and OSX only, refs #553)
-------------------------------------------------------------------------
-r15613 | jpsaman | 2006-05-14 04:57:58 -0700 (Sun, 14 May 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/wxwidgets_uri.patch
-
-Patch for wxWidgets and gcc-4.1.0, iconv fix and live555 compile fix
-------------------------------------------------------------------------
-r15612 | jpsaman | 2006-05-14 04:56:38 -0700 (Sun, 14 May 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-Compile fix live555 for iconv.h headerfile
-------------------------------------------------------------------------
-r15611 | xtophe | 2006-05-14 04:41:55 -0700 (Sun, 14 May 2006) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-toolbox: remove debian and woody references
-
-------------------------------------------------------------------------
-r15608 | courmisch | 2006-05-14 00:01:20 -0700 (Sun, 14 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-== -> =
-
-------------------------------------------------------------------------
-r15607 | dionoea | 2006-05-13 16:16:24 -0700 (Sat, 13 May 2006) | 8 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/vout_intf.c
-
-Allow on the fly cropping size change with top, left, right and bottom offsets.
-alt+i -> crop one more pixel from the top
-alt+j -> crop one more from the left
-alt+k -> crop one more from the bottom
-alt+l -> crop one more from the right
-alt+shift+<the letter> -> crop one less
-
-
-------------------------------------------------------------------------
-r15606 | dionoea | 2006-05-13 14:49:16 -0700 (Sat, 13 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Add <left>+<top>+<right>+<bottom> syntax for cropping.
-
-------------------------------------------------------------------------
-r15605 | dionoea | 2006-05-13 14:22:27 -0700 (Sat, 13 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Allow the <width>x<height>+<left>+<top> syntax in video output core cropping
-
-------------------------------------------------------------------------
-r15603 | dionoea | 2006-05-13 14:01:05 -0700 (Sat, 13 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Woops, this somehow got removed in previous commit.
-
-------------------------------------------------------------------------
-r15602 | dionoea | 2006-05-13 13:56:03 -0700 (Sat, 13 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/vout_intf.c
-
-Add the --custom-aspect-ratios and --custom-crop-ratios options which make it possible to add custom values to the video menu's aspect ratio and crop lists.
-
-------------------------------------------------------------------------
-r15601 | dionoea | 2006-05-13 13:22:20 -0700 (Sat, 13 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Change DVD-next hotkey on !__APPLE__ to ctrl-f instead of ctrl-n (ctrl-n is already used to open the "open network stream" dialog)
-
-------------------------------------------------------------------------
-r15600 | dionoea | 2006-05-13 13:15:00 -0700 (Sat, 13 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Display snapshot file name on video when taking snapshot (and remove some tabs)
-
-------------------------------------------------------------------------
-r15599 | dionoea | 2006-05-13 13:07:33 -0700 (Sat, 13 May 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/libvlc.h
-
-Add zoom (z) and unzoom (shift+z) hotkeys
-
-------------------------------------------------------------------------
-r15598 | ipkiss | 2006-05-13 10:54:21 -0700 (Sat, 13 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
-   M /trunk/modules/gui/skins2/src/os_factory.hpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
-
- * skins2: new skins2-taskbar configuration option, to allow removing VLC from the task bar on Windows (changing this option takes effect on the fly)
-
-------------------------------------------------------------------------
-r15597 | ipkiss | 2006-05-13 10:09:21 -0700 (Sat, 13 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
-   M /trunk/modules/gui/skins2/src/os_factory.hpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
-
- * skins2: The skins2-systray option can now be changed on the fly
-
-------------------------------------------------------------------------
-r15596 | ipkiss | 2006-05-13 04:42:20 -0700 (Sat, 13 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-
- * skins2: new skins2-systray option on Windows to activate an icon in the system tray
-
-------------------------------------------------------------------------
-r15595 | dionoea | 2006-05-12 12:26:48 -0700 (Fri, 12 May 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-Fix uninstaller (i hope)
-
-------------------------------------------------------------------------
-r15594 | fkuehne | 2006-05-12 10:54:28 -0700 (Fri, 12 May 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/extended.h
-   M /trunk/modules/gui/macosx/extended.m
-
-* added "Magnify" to the available video filters
-    - re-designed the view a bit, so it is smaller (and nicer IMO)
-    - string fix
-------------------------------------------------------------------------
-r15593 | fkuehne | 2006-05-12 09:27:35 -0700 (Fri, 12 May 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/update.m
-
-* made the look-for-update process faster and more error tolerant
-    - we can't get release notes if vlc-version == current-release, so don't wait for them
-    - wait only 15 sec for the r-notes, any longer can't be good
-    - show the user that her version is up-to-date
-------------------------------------------------------------------------
-r15592 | damienf | 2006-05-11 16:02:56 -0700 (Thu, 11 May 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc.inf.in
-
-- modified for standalone INF file distribution (i.e. installer is no longer bundled in cab, it is downloaded instead)
-
-------------------------------------------------------------------------
-r15591 | xtophe | 2006-05-11 14:46:51 -0700 (Thu, 11 May 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/po/POTFILES.in
-   A /trunk/po/ar.po
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   A /trunk/po/gl.po
-   A /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
-
-Synchronise the po file from the 0.8.5 branch.
-Add gl, he, hu and sv to activated l10n.
-
-------------------------------------------------------------------------
-r15588 | xtophe | 2006-05-11 11:56:20 -0700 (Thu, 11 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-
-wxwidgets/* : Forwardport [15370]. button localisation
-
-------------------------------------------------------------------------
-r15587 | xtophe | 2006-05-10 14:47:22 -0700 (Wed, 10 May 2006) | 1 line
-Changed paths:
-   M /trunk/modules/control/corba/corba.c
-   M /trunk/modules/control/http/http.c
-
-
-------------------------------------------------------------------------
-r15586 | dionoea | 2006-05-10 14:13:35 -0700 (Wed, 10 May 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-Forward port from 0.8.5
-
-------------------------------------------------------------------------
-r15585 | jpsaman | 2006-05-10 06:30:19 -0700 (Wed, 10 May 2006) | 1 line
-Changed paths:
-   M /trunk/src/control/vlm.c
-
-Readability change
-------------------------------------------------------------------------
-r15584 | jpsaman | 2006-05-10 05:40:41 -0700 (Wed, 10 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-Patch for connecting authenticated RTSP connections.
-
-------------------------------------------------------------------------
-r15583 | xtophe | 2006-05-10 03:56:31 -0700 (Wed, 10 May 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-install vlc.desktop at the good place
-
-------------------------------------------------------------------------
-r15582 | xtophe | 2006-05-09 15:49:36 -0700 (Tue, 09 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Typo
-
-------------------------------------------------------------------------
-r15581 | xtophe | 2006-05-09 15:41:16 -0700 (Tue, 09 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Detect the Xulrunner sdk (from sam's debian patch)
-
-------------------------------------------------------------------------
-r15580 | ipkiss | 2006-05-09 14:21:50 -0700 (Tue, 09 May 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins/skins2-howto.xml: dialogs.playlist() is not yet available in a release
-
-------------------------------------------------------------------------
-r15579 | zorglub | 2006-05-09 13:42:28 -0700 (Tue, 09 May 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
-*popup is not in 0.8.5
-
-------------------------------------------------------------------------
-r15578 | babal | 2006-05-09 07:39:12 -0700 (Tue, 09 May 2006) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-- monitor aspect ratio, source aspect ratio and crop ratio are not
-  octal numbers
-
-------------------------------------------------------------------------
-r15577 | littlejohn | 2006-05-09 00:52:31 -0700 (Tue, 09 May 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-Playlist item deletion added in libvlc.h for external programs use.
-
-
-------------------------------------------------------------------------
-r15576 | damienf | 2006-05-08 16:39:44 -0700 (Mon, 08 May 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/mozilla/Makefile.am
-
-- configure.ac: removed dependency on XPCOM support libs as they bloat the mozilla plugin, which does not use them.
-- mozilla/Makefile.am: removed dependency on PPC only flags and libs, the plugin builds for MacIntel (doesn't mean it works, though)
-
-
-------------------------------------------------------------------------
-r15575 | xtophe | 2006-05-08 15:48:36 -0700 (Mon, 08 May 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   A /trunk/share/applications
-   A /trunk/share/applications/vlc.desktop (from /trunk/debian/vlc.desktop:15572)
-
-Dig up .desktop from removed debian folder. Thanks to Flameeyes for noticing.
-
-------------------------------------------------------------------------
-r15574 | xtophe | 2006-05-08 14:51:52 -0700 (Mon, 08 May 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-
-suppress reference to debian/
-
-------------------------------------------------------------------------
-r15573 | xtophe | 2006-05-08 13:59:52 -0700 (Mon, 08 May 2006) | 2 lines
-Changed paths:
-   M /trunk/INSTALL
-   D /trunk/debian
-
-The Debian packaging data have been moved to svn.v.o/pkg-multimedia
-
-------------------------------------------------------------------------
-r15572 | xtophe | 2006-05-08 13:20:13 -0700 (Mon, 08 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
-
-* : svn:keywords
-
-------------------------------------------------------------------------
-r15571 | damienf | 2006-05-08 02:46:51 -0700 (Mon, 08 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/wav.c
-
-wav.c: added 'mlaw' fourcc, same as 'ulaw'
-
-------------------------------------------------------------------------
-r15570 | dionoea | 2006-05-07 15:48:27 -0700 (Sun, 07 May 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-Don't put --intf wx in the desktop VLC shortcut
-
-------------------------------------------------------------------------
-r15568 | dionoea | 2006-05-07 13:51:23 -0700 (Sun, 07 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-
-Crash fix. Thanks to _steven_ on IRC
-
-------------------------------------------------------------------------
-r15567 | xtophe | 2006-05-07 09:53:18 -0700 (Sun, 07 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
-
-interactions.*: button order (fix #470)
-
-------------------------------------------------------------------------
-r15566 | ipkiss | 2006-05-07 09:02:49 -0700 (Sun, 07 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
-
- * modules/gui/wxwidgets/dialogs/subtitles.cpp: Bigger range for the subtitles delay (useful when a movie is split in 2 files...)
-
-------------------------------------------------------------------------
-r15565 | courmisch | 2006-05-07 09:01:07 -0700 (Sun, 07 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/acl.c
-
-ACL_* documentation
-
-------------------------------------------------------------------------
-r15564 | courmisch | 2006-05-07 08:50:09 -0700 (Sun, 07 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r15563 | xtophe | 2006-05-07 08:41:37 -0700 (Sun, 07 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-
-wx/dilaogs/ : Fix button alignment in dialogs (refs #470)
-
-------------------------------------------------------------------------
-r15562 | xtophe | 2006-05-07 04:44:53 -0700 (Sun, 07 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Forward-port [15539]
-
-------------------------------------------------------------------------
-r15561 | zorglub | 2006-05-07 01:51:34 -0700 (Sun, 07 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-   M /trunk/src/interface/interface.c
-
-Forward-port and adapt [15500]
-
-------------------------------------------------------------------------
-r15560 | dionoea | 2006-05-06 15:50:11 -0700 (Sat, 06 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-
-Add 'GENRE' to the list of vlc_get_meta language independent wrappers.
-
-------------------------------------------------------------------------
-r15559 | xtophe | 2006-05-06 15:39:02 -0700 (Sat, 06 May 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-We release ;)
-
-------------------------------------------------------------------------
-r15553 | dionoea | 2006-05-06 04:50:58 -0700 (Sat, 06 May 2006) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-
-Update ChangeLog
-
-------------------------------------------------------------------------
-r15550 | damienf | 2006-05-06 03:36:58 -0700 (Sat, 06 May 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-vlc.win32.nsi.in: i need holidays
-
-------------------------------------------------------------------------
-r15549 | littlejohn | 2006-05-06 03:04:34 -0700 (Sat, 06 May 2006) | 6 lines
-Changed paths:
-   A /trunk/bindings/java/FAQ
-   M /trunk/bindings/java/Makefile.am
-   D /trunk/bindings/java/SWTUglyPlayer.java
-   M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
-   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
-   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
-   D /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
-   M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
-   M /trunk/bindings/java/vlc-libvlc-jni.cc
-
-Java bindings updated to latest jvlc version.
-SWT components removed until we are able to configure and check for swt-*.jar
-presence.
-
-
-
-------------------------------------------------------------------------
-r15548 | damienf | 2006-05-05 16:41:55 -0700 (Fri, 05 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/vlc.win32.nsi.in
-
-- vlc.win32.nsi.in: second attempt
-
-------------------------------------------------------------------------
-r15547 | damienf | 2006-05-05 16:09:43 -0700 (Fri, 05 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/vlc.win32.nsi.in
-
-vlc.win32.nsi: libvlc.dll needs be copied into mozilla plugins directory as well.
-
-------------------------------------------------------------------------
-r15546 | dionoea | 2006-05-05 13:38:58 -0700 (Fri, 05 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-Add "shoutcast" as an alias for "shout".
-
-------------------------------------------------------------------------
-r15545 | dionoea | 2006-05-05 13:35:43 -0700 (Fri, 05 May 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-see previous commit
-
-------------------------------------------------------------------------
-r15544 | dionoea | 2006-05-05 13:34:42 -0700 (Fri, 05 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/video_filter/mosaic.c
-
-"[PATCH] for changing the mosaic-order in execution time" by Mateus Krepsky Ludwich + a few fixes. Many thanks.
-
-------------------------------------------------------------------------
-r15541 | xtophe | 2006-05-05 10:12:15 -0700 (Fri, 05 May 2006) | 2 lines
-Changed paths:
-   M /trunk/po/zh_CN.po
-
-Update chinese l10n by  Wei Mingzhi
-
-------------------------------------------------------------------------
-r15538 | courmisch | 2006-05-05 08:49:54 -0700 (Fri, 05 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/svg.c
-
-We need to include "config.h" somehow before we can use the HAVE_* defines
-
-------------------------------------------------------------------------
-r15537 | xtophe | 2006-05-05 05:02:55 -0700 (Fri, 05 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Hope it really fix it
-
-------------------------------------------------------------------------
-r15536 | xtophe | 2006-05-04 15:36:31 -0700 (Thu, 04 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix.
-
-------------------------------------------------------------------------
-r15535 | xtophe | 2006-05-04 15:00:42 -0700 (Thu, 04 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: test a bit more for contribs
-
-------------------------------------------------------------------------
-r15534 | damienf | 2006-05-04 14:58:37 -0700 (Thu, 04 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-libvlc.c: removed debug
-
-------------------------------------------------------------------------
-r15532 | dionoea | 2006-05-04 14:25:07 -0700 (Thu, 04 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Add undocummented comments to help. Thanks to pieroxy ( http://forum.videolan.org/viewtopic.php?t=19603 )
-
-------------------------------------------------------------------------
-r15530 | dionoea | 2006-05-02 13:17:33 -0700 (Tue, 02 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-This should now at least compile
-
-------------------------------------------------------------------------
-r15528 | bigben | 2006-05-02 13:07:59 -0700 (Tue, 02 May 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/es.c
-
-* Hopefully fix a long lasting refcount issue in the es module that prevented the mp4 frame header to be written properly on exit
-* (Well, es is deprecated anyway)
-
-
-------------------------------------------------------------------------
-r15527 | dionoea | 2006-05-02 12:54:29 -0700 (Tue, 02 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-Untested change to support different AMTUNER modes in dshow input (see http://forum.videolan.org/viewtopic.php?t=19814 )
-
-------------------------------------------------------------------------
-r15525 | bigben | 2006-05-02 12:20:28 -0700 (Tue, 02 May 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* Really fix the color depth specification
-
-
-------------------------------------------------------------------------
-r15524 | courmisch | 2006-05-02 08:23:39 -0700 (Tue, 02 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Hopefully fix linking of the mosaic plugin
-
-------------------------------------------------------------------------
-r15523 | damienf | 2006-05-02 08:13:28 -0700 (Tue, 02 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutqt.m
-
-voutqt.m: use kYUVSPixelFormat for MacIntel CPUs
-
-------------------------------------------------------------------------
-r15522 | courmisch | 2006-05-02 07:54:32 -0700 (Tue, 02 May 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/mozilla/Makefile.am
-
-Mozilla libtool fix from Pavlov Konstantin
-
-------------------------------------------------------------------------
-r15520 | damienf | 2006-05-02 02:23:06 -0700 (Tue, 02 May 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: fixed EXTRA_DIST for MacOS X plugin
-
-------------------------------------------------------------------------
-r15519 | damienf | 2006-05-02 01:50:18 -0700 (Tue, 02 May 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-- added support for 64 bit version of mozilla SDK, thanks to thresh for the patch
-
-------------------------------------------------------------------------
-r15518 | courmisch | 2006-05-01 23:57:46 -0700 (Mon, 01 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Avoid code duplication
-
-------------------------------------------------------------------------
-r15517 | ipkiss | 2006-05-01 23:50:30 -0700 (Mon, 01 May 2006) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/default/theme.xml
-
- * forwardport of [15426] and [15516]
-
-------------------------------------------------------------------------
-r15515 | fox | 2006-05-01 15:06:57 -0700 (Mon, 01 May 2006) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/gme.cpp
-
-First rough demux2 implementation for game music files using Game_Music_Emu 
-(Super Nintendo (SPC), Nintendo NES (NSF), Nintendo Game Boy (GBS), 
-Sega Genesis/Mega Drive (VGM/VGZ/GYM), and Sega Master System (VGM/VGZ)).
-
-
-------------------------------------------------------------------------
-r15513 | fox | 2006-05-01 14:20:09 -0700 (Mon, 01 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mod.c
-
- Use strrchr to extract the file's extension
-
-------------------------------------------------------------------------
-r15512 | dionoea | 2006-05-01 12:13:45 -0700 (Mon, 01 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Win95/98/Me file opening and stat "fix". Thanks to Quovodis for the help (even though we finaly came back to an easy solution).
-
-------------------------------------------------------------------------
-r15511 | courmisch | 2006-05-01 08:18:01 -0700 (Mon, 01 May 2006) | 3 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-- Save one malloc()
-- Return NULL in case of error
-
-------------------------------------------------------------------------
-r15510 | dionoea | 2006-05-01 07:47:24 -0700 (Mon, 01 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Hum
-
-------------------------------------------------------------------------
-r15509 | dionoea | 2006-05-01 07:25:07 -0700 (Mon, 01 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Add some more debug (this is easier than compiling at home).
-
-------------------------------------------------------------------------
-r15507 | ipkiss | 2006-05-01 06:28:07 -0700 (Mon, 01 May 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-
- * skins2/src/generic_layout.cpp: do not draw on top of the embedded vout when
-   resizing
-
-------------------------------------------------------------------------
-r15506 | dionoea | 2006-05-01 06:18:11 -0700 (Mon, 01 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Fix tabs and add some debug.
-
-------------------------------------------------------------------------
-r15505 | asmax | 2006-05-01 05:12:03 -0700 (Mon, 01 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-
-* forward port of [15504]
-
-------------------------------------------------------------------------
-r15503 | fkuehne | 2006-05-01 04:47:19 -0700 (Mon, 01 May 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* forward-port [15502]
-------------------------------------------------------------------------
-r15501 | damienf | 2006-05-01 03:41:00 -0700 (Mon, 01 May 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-- unicode.c: possible fix for UTF8 filename support under WinMe/98/95, needs testing though
-
-------------------------------------------------------------------------
-r15498 | zorglub | 2006-05-01 01:34:27 -0700 (Mon, 01 May 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-Forwardport [15492]
-
-------------------------------------------------------------------------
-r15494 | zorglub | 2006-04-30 15:34:50 -0700 (Sun, 30 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-Fix handling of buffer underruns in ALSA. Probably closes #461
-We passed the delay verbatim to ...frames_to_bytes function which doesn't like negative numbers.
-
-------------------------------------------------------------------------
-r15493 | hartman | 2006-04-30 15:08:18 -0700 (Sun, 30 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-* Fix searching in aggregate mode for the RTSP VoD module. (fixes #655)
-  Pausing is still broken.
-
-------------------------------------------------------------------------
-r15490 | courmisch | 2006-04-30 14:01:54 -0700 (Sun, 30 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Rah forgot to commit this file
-
-------------------------------------------------------------------------
-r15488 | bigben | 2006-04-30 12:26:25 -0700 (Sun, 30 Apr 2006) | 5 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/misc.m
-
-* Patch from Basil Achermann to handle esc and space keyboard events in VLCControl when the controller is active
-* It seems that corrects a bug when the controller was the acrtive window in fullscreen (that shouldn't happen, but well...)
-* Best thing to do would be to handle the keypresses from the vout here too, I guess...
-
-
-------------------------------------------------------------------------
-r15487 | dionoea | 2006-04-30 12:16:39 -0700 (Sun, 30 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/services_discovery/podcast.c
-   M /trunk/share/skins2/default/theme.xml
-
-Forward port [15485] and [15486].
-
-------------------------------------------------------------------------
-r15480 | courmisch | 2006-04-30 10:51:34 -0700 (Sun, 30 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/mvar.c
-
-Fix segfault
-
-------------------------------------------------------------------------
-r15478 | damienf | 2006-04-30 10:40:34 -0700 (Sun, 30 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-- MacOS X: bundle 'VLC Internet Plug-In' package into a disk image for online distribution
-
-------------------------------------------------------------------------
-r15477 | zorglub | 2006-04-30 10:40:03 -0700 (Sun, 30 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
-Ditto
-
-------------------------------------------------------------------------
-r15476 | zorglub | 2006-04-30 10:39:28 -0700 (Sun, 30 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/avi.c
-
-Woops
-
-------------------------------------------------------------------------
-r15475 | zorglub | 2006-04-30 10:36:48 -0700 (Sun, 30 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/doc/fortunes.txt
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/avi.c
-
-Fortune
-
-------------------------------------------------------------------------
-r15474 | courmisch | 2006-04-30 10:19:29 -0700 (Sun, 30 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-Also set SO_REUSEADDR here
-
-------------------------------------------------------------------------
-r15473 | courmisch | 2006-04-30 10:16:32 -0700 (Sun, 30 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Set SO_REUSEADDR on client sockets
-
-------------------------------------------------------------------------
-r15472 | dionoea | 2006-04-30 10:12:50 -0700 (Sun, 30 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   D /trunk/share/skins2/default/main/Thumbs.db
-   D /trunk/share/skins2/default/playlist/Thumbs.db
-
-Remove the Thumbs.db files here too
-
-------------------------------------------------------------------------
-r15468 | courmisch | 2006-04-30 09:54:32 -0700 (Sun, 30 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Fix memleak
-
-------------------------------------------------------------------------
-r15467 | dionoea | 2006-04-30 09:37:30 -0700 (Sun, 30 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/services_discovery/podcast.c
-
-Forward port podcast fixes [15462] and [15465].
-
-------------------------------------------------------------------------
-r15466 | fkuehne | 2006-04-30 09:31:38 -0700 (Sun, 30 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* forward-port [15464] and update the TODO-list at the top of the file
-------------------------------------------------------------------------
-r15463 | damienf | 2006-04-30 09:08:32 -0700 (Sun, 30 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/extras/MacOSX/plugin/InstallerDescription.plist
-   A /trunk/extras/MacOSX/plugin/InstallerInfo.plist
-   M /trunk/mozilla/vlc.r
-
-- added installer for MacOSX VLC Plugin
-- updated supported mime types in resource
-
-------------------------------------------------------------------------
-r15459 | dionoea | 2006-04-30 08:39:19 -0700 (Sun, 30 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/share/skins2/default/theme.xml
-
-Forward port [15458].
-
-------------------------------------------------------------------------
-r15457 | titer | 2006-04-30 08:30:35 -0700 (Sun, 30 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-
-Build fix
-
-------------------------------------------------------------------------
-r15455 | dionoea | 2006-04-30 08:19:24 -0700 (Sun, 30 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-
-Fix statistics panel alignement
-
-------------------------------------------------------------------------
-r15454 | fkuehne | 2006-04-30 07:44:54 -0700 (Sun, 30 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/THANKS
-
-* forward-port [15453]
-------------------------------------------------------------------------
-r15451 | asmax | 2006-04-30 06:44:20 -0700 (Sun, 30 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.hpp
-
-* generic_layout.cpp: don't draw controls of an invisible layout
-
-------------------------------------------------------------------------
-r15449 | zorglub | 2006-04-30 06:25:32 -0700 (Sun, 30 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/include/codecs.h
-   M /trunk/modules/codec/dmo/dmo.c
-
-Add support for Windows Media Audio 9 Speech (Closes:#606)
-
-------------------------------------------------------------------------
-r15447 | asmax | 2006-04-30 06:12:34 -0700 (Sun, 30 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   A /trunk/share/skins2/default/main/vol_bg.png
-   M /trunk/share/skins2/default/main/vol_slider.png
-   M /trunk/share/skins2/default/theme.xml
-
-* all: added a SliderBackground to the volume slider of the default skin
- (fixes an incorrect behaviour when clicking on the white part of the slider)
-
-------------------------------------------------------------------------
-r15445 | bigben | 2006-04-29 13:48:44 -0700 (Sat, 29 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* Support for saving xspf playlist files
-
-
-------------------------------------------------------------------------
-r15444 | xtophe | 2006-04-29 13:18:21 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-Re-enables the XOSD plugin in debian nightlies
-
-------------------------------------------------------------------------
-r15442 | dionoea | 2006-04-29 11:33:44 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-
-Forward port [15418] and [15420].
-
-------------------------------------------------------------------------
-r15441 | courmisch | 2006-04-29 08:56:15 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-
-Hmm 512 bytes to format a decimal integer sounds a little abusive
-
-------------------------------------------------------------------------
-r15440 | courmisch | 2006-04-29 08:46:36 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/mvar.c
-
-Another overflow
-
-------------------------------------------------------------------------
-r15439 | courmisch | 2006-04-29 08:34:09 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/mvar.c
-
-Fix likely stack buffer overflow
-
-------------------------------------------------------------------------
-r15438 | courmisch | 2006-04-29 08:15:30 -0700 (Sat, 29 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http/macro.c
-
-- Don't nul-terminate after snprintf(), it does it already
-- Use strlcpy()
-
-------------------------------------------------------------------------
-r15437 | courmisch | 2006-04-29 08:11:48 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-Clean up
-
-------------------------------------------------------------------------
-r15436 | courmisch | 2006-04-29 08:10:39 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Use strlcpy
-
-------------------------------------------------------------------------
-r15434 | courmisch | 2006-04-29 07:38:39 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-Also use strlcpy()
-
-------------------------------------------------------------------------
-r15433 | courmisch | 2006-04-29 07:34:50 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-   M /trunk/src/stream_output/sap.c
-
-Use strlcpy()
-
-------------------------------------------------------------------------
-r15432 | courmisch | 2006-04-29 07:30:49 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/access/smb.c
-   M /trunk/src/extras/libc.c
-
-OpenBSDish strlcpy()
-
-------------------------------------------------------------------------
-r15430 | zorglub | 2006-04-29 07:23:44 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/po/ru.po
-
-Update ru.po from rosetta
-
-------------------------------------------------------------------------
-r15429 | zorglub | 2006-04-29 07:23:41 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/include/variables.h
-   M /trunk/include/vlc_messages.h
-
-Initialize variables
-
-------------------------------------------------------------------------
-r15428 | courmisch | 2006-04-29 07:23:00 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Win32 compile fix
-
-------------------------------------------------------------------------
-r15425 | courmisch | 2006-04-29 07:07:18 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/misc/threads.c
-
-Remove some unused configure checks
-
-------------------------------------------------------------------------
-r15424 | courmisch | 2006-04-29 06:59:07 -0700 (Sat, 29 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/access/smb.c
-
-Nul terminate
-
-Might be a better idea to implement strlcpy()
-
-------------------------------------------------------------------------
-r15422 | courmisch | 2006-04-29 06:55:07 -0700 (Sat, 29 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-- Use poll() instead of select() so we don't depend on FD_SETSIZE
-- Clean up
-
-------------------------------------------------------------------------
-r15421 | bigben | 2006-04-29 06:53:49 -0700 (Sat, 29 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* Fix for some strange x drivers that return 8 bits screens as first answer when being requested a Truecolor class one
-
-
-------------------------------------------------------------------------
-r15419 | courmisch | 2006-04-29 06:38:50 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/smb.c
-
-Use strncpy() rather than strncat() when the destination is empty
-
-------------------------------------------------------------------------
-r15415 | courmisch | 2006-04-29 06:32:36 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-Don't use #ifdef + alloca() when we have something simpler
-
-------------------------------------------------------------------------
-r15414 | zorglub | 2006-04-29 06:31:39 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/modules/gui/skins2/vars/time.cpp
-
-Be sure to write correct time values
-
-------------------------------------------------------------------------
-r15413 | courmisch | 2006-04-29 06:30:39 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-Simplification assuming that sizeof(char) = 1
-
-------------------------------------------------------------------------
-r15412 | courmisch | 2006-04-29 06:30:10 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/voc.c
-   M /trunk/modules/demux/xa.c
-
-Fix copyright
-
-------------------------------------------------------------------------
-r15411 | dionoea | 2006-04-29 06:12:29 -0700 (Sat, 29 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/default/theme.xml
-
-Forward port [15410]
-
-------------------------------------------------------------------------
-r15406 | zorglub | 2006-04-28 13:21:42 -0700 (Fri, 28 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/src/libvlc.h
-
-Set skip-frames to default enabled
-
-------------------------------------------------------------------------
-r15405 | courmisch | 2006-04-28 12:43:55 -0700 (Fri, 28 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r15404 | courmisch | 2006-04-28 12:38:52 -0700 (Fri, 28 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-
-Another select() -> poll()
-
-------------------------------------------------------------------------
-r15403 | courmisch | 2006-04-28 12:31:26 -0700 (Fri, 28 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
-Use poll() instead of select() so we won't fall for the FD_SETSIZE trap
-in any case (however unlikely we were to fall far it on Linux)
-
-------------------------------------------------------------------------
-r15401 | bigben | 2006-04-28 10:18:46 -0700 (Fri, 28 Apr 2006) | 5 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-
-* Revert 15357, as it would make vlc crash if you try to load a main interface that doesn't exist
-* Instead, use "screensaver,none" when trying to load the screensaver interface
-* Same fix for onther interfaces loaded by libvlc
-
-
-------------------------------------------------------------------------
-r15399 | dionoea | 2006-04-28 09:32:00 -0700 (Fri, 28 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-
-Display file size instead of svn revision in update dialog
-
-------------------------------------------------------------------------
-r15397 | dionoea | 2006-04-28 08:19:10 -0700 (Fri, 28 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-Woops
-
-------------------------------------------------------------------------
-r15396 | dionoea | 2006-04-28 07:39:25 -0700 (Fri, 28 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-Remove local copies of Mozilla plugin and ActiveX dlls
-Fix #525 Fixes #525
-
-------------------------------------------------------------------------
-r15395 | courmisch | 2006-04-28 05:30:39 -0700 (Fri, 28 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-Another close-on-exec
-
-------------------------------------------------------------------------
-r15394 | courmisch | 2006-04-28 05:29:00 -0700 (Fri, 28 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-- Fix POSIX setting of non-blocking mode (we were clearing the R/W flags)
-- Close-on-exec: Don't leak httpd client sockets into CGI scripts or
-  whatever child process we spawn.
-
-------------------------------------------------------------------------
-r15393 | courmisch | 2006-04-28 05:25:51 -0700 (Fri, 28 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Only check FD_SETSIZE limit on POSIX OSes.
-
-------------------------------------------------------------------------
-r15392 | courmisch | 2006-04-28 05:22:25 -0700 (Fri, 28 Apr 2006) | 11 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Hmm, damn stupid fd_set implementation by Winsock does of course not
-work like any other one: it's actually thirty two times as big than the
-POSIX ones for any given FD_SETSIZE, plus FD_SET and FD_ISSET are O(n)
-instead of O(1). But at least, the mingw implementations of FD_SET has
-built-in overflow checks.
-
-Also, Winsock insists on returning big socket numbers, so we can't drop
-those above FD_SETSIZE or we have no TCP/IP support at all, anyway.
-
-
-
-------------------------------------------------------------------------
-r15390 | dionoea | 2006-04-28 05:15:27 -0700 (Fri, 28 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Shoutcast changed
-
-------------------------------------------------------------------------
-r15387 | dionoea | 2006-04-28 05:10:07 -0700 (Fri, 28 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/THANKS
-   M /trunk/share/Makefile.am
-   A /trunk/share/skins2/default
-   A /trunk/share/skins2/default/credits.png
-   A /trunk/share/skins2/default/equalizer.png
-   A /trunk/share/skins2/default/font.otf
-   A /trunk/share/skins2/default/main
-   A /trunk/share/skins2/default/main/Thumbs.db
-   A /trunk/share/skins2/default/main/dvd_menu.png
-   A /trunk/share/skins2/default/main/dvd_nextchapter.png
-   A /trunk/share/skins2/default/main/dvd_nexttitle.png
-   A /trunk/share/skins2/default/main/dvd_prevchapter.png
-   A /trunk/share/skins2/default/main/dvd_prevtitle.png
-   A /trunk/share/skins2/default/main/main.png
-   A /trunk/share/skins2/default/main/main_down.png
-   A /trunk/share/skins2/default/main/main_over.png
-   A /trunk/share/skins2/default/main/main_up.png
-   A /trunk/share/skins2/default/main/pause_down.png
-   A /trunk/share/skins2/default/main/pause_over.png
-   A /trunk/share/skins2/default/main/pause_up.png
-   A /trunk/share/skins2/default/main/timeslider.png
-   A /trunk/share/skins2/default/main/vol_mask.png
-   A /trunk/share/skins2/default/main/vol_slider.png
-   A /trunk/share/skins2/default/minimal.png
-   A /trunk/share/skins2/default/playlist
-   A /trunk/share/skins2/default/playlist/Thumbs.db
-   A /trunk/share/skins2/default/playlist/playlist.png
-   A /trunk/share/skins2/default/playlist/playlist_down.png
-   A /trunk/share/skins2/default/playlist/playlist_over.png
-   A /trunk/share/skins2/default/playlist/playlist_up.png
-   A /trunk/share/skins2/default/playlist/playtreeglyphs.png
-   A /trunk/share/skins2/default/playlist/plscroller.png
-   A /trunk/share/skins2/default/switch.png
-   A /trunk/share/skins2/default/theme.xml
-
-New default skin by aLtgLasS. Many thanks for making one on such short notice.
-
-------------------------------------------------------------------------
-r15385 | dionoea | 2006-04-28 04:38:55 -0700 (Fri, 28 Apr 2006) | 2 lines
-Changed paths:
-   D /trunk/share/skins2/playtree
-
-Remove playtree skin
-
-------------------------------------------------------------------------
-r15384 | dionoea | 2006-04-28 04:37:38 -0700 (Fri, 28 Apr 2006) | 2 lines
-Changed paths:
-   D /trunk/share/skins2/default
-   M /trunk/share/skins2/playtree/theme.xml
-
-Remove old default skin
-
-------------------------------------------------------------------------
-r15383 | zorglub | 2006-04-28 00:58:18 -0700 (Fri, 28 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-HA HA ! (Refs:#658)
-
-------------------------------------------------------------------------
-r15382 | dionoea | 2006-04-27 15:31:16 -0700 (Thu, 27 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/shoutcast.c
-
-Ahem...
-
-------------------------------------------------------------------------
-r15381 | dionoea | 2006-04-27 14:23:34 -0700 (Thu, 27 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-
-Add option (--shoutcast-show-adult) to show porn^WNC17 rated video streams. Default setting is of course disabled.
-
-------------------------------------------------------------------------
-r15380 | jpsaman | 2006-04-27 14:15:18 -0700 (Thu, 27 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/THANKS
-
-Added Rob Casey to THANKS file.
-------------------------------------------------------------------------
-r15379 | courmisch | 2006-04-27 13:18:14 -0700 (Thu, 27 Apr 2006) | 15 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-   M /trunk/src/network/httpd.c
-   M /trunk/src/network/io.c
-   M /trunk/src/network/tcp.c
-
-Whenever using select() companion macro FD_SET(), one must ensure that
-the specified file descriptor does not exceeds the fd_set limit (FD_SETSIZE).
-Registering a file descriptor above this limit is not defined (read: this is
-a buffer overflow).
-
-This is not normally exploitable on Linux because FD_SETSIZE equals the
-default limit for file descriptors per processes, but should work on BSDs.
-Cygwin is also very prone to this problem (but right, we don't use it). As
-for Windows, it will overflow if you try to select() more than 64 sockets at
-a time (regardless of the total numbers of socket), but for the sake of
-simplicity and portability, this patch actually prevent opening more than
-64 sockets at all.
-
-There are still quite a bunch of plugins that needs fixing.
-
-------------------------------------------------------------------------
-r15378 | jpsaman | 2006-04-27 12:31:20 -0700 (Thu, 27 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Fix for VLM commands when 'new test vod mux mp2ts enabled' is used.
-------------------------------------------------------------------------
-r15377 | jpsaman | 2006-04-27 12:13:42 -0700 (Thu, 27 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/include/vlc_httpd.h
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/src/network/httpd.c
-
-Play VOD RTSP from Amino STB with RTSP url: 'rtsp://192.168.0.5:5554//192.168.0.5:5554/dvd;type=VOD;servertype=MediaBase' Note the double slash // between the ip-addresses. Patch by Rob Casey (rob dot casey AT swishgroup dot com dot au)
-------------------------------------------------------------------------
-r15375 | damienf | 2006-04-27 08:47:53 -0700 (Thu, 27 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-- fix for problem reported in http://forum.videolan.org/viewtopic.php?t=19804&sid=d4ec4d6ac1bcdc8074d8d2855d734d29
-
-------------------------------------------------------------------------
-r15372 | jpsaman | 2006-04-27 01:14:45 -0700 (Thu, 27 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-Remove whitespace
-------------------------------------------------------------------------
-r15371 | jpsaman | 2006-04-27 01:13:50 -0700 (Thu, 27 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
-Remove whitespace
-------------------------------------------------------------------------
-r15369 | fkuehne | 2006-04-26 14:32:10 -0700 (Wed, 26 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* forward-port [15368]
-------------------------------------------------------------------------
-r15367 | dionoea | 2006-04-26 14:04:47 -0700 (Wed, 26 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access_filter/timeshift.c
-
-Add option to force timeshift filter even if access can control pace or pause.
-The goal is to be able to timeshift on live rtsp streams. The true fix would be to fix the rtsp access ...
-
-------------------------------------------------------------------------
-r15365 | ipkiss | 2006-04-26 10:59:29 -0700 (Wed, 26 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/Modules.am
-   A /trunk/modules/gui/skins2/commands/cmd_snapshot.cpp
-   A /trunk/modules/gui/skins2/commands/cmd_snapshot.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-
- * skins2: Added the vlc.snapshot() action
-
-------------------------------------------------------------------------
-r15363 | dionoea | 2006-04-26 02:56:04 -0700 (Wed, 26 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-Changes to the default selected options in the installer
-
-------------------------------------------------------------------------
-r15361 | zorglub | 2006-04-26 01:21:52 -0700 (Wed, 26 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
-
-Oh look ! Bananas !
-
-------------------------------------------------------------------------
-r15359 | asmax | 2006-04-25 10:25:02 -0700 (Tue, 25 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-
-* top_window.cpp: stupid bug...
-
-------------------------------------------------------------------------
-r15357 | bigben | 2006-04-25 09:47:56 -0700 (Tue, 25 Apr 2006) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/screensaver.c
-   M /trunk/src/interface/interface.c
-
-* screensaver.c, configure.ac: use directly dbus to disable gnome-screensaver if dbus is available upon compilation, instead of using system(gnome-screensaver-command
-* interface.c: use the b_strict boolean when calling module_Need upon extra interface launching. This prevents vlc to try to launch a 2nd wx gui if the screensaver module isn't available.
-
-
-
-------------------------------------------------------------------------
-r15355 | zorglub | 2006-04-25 03:17:57 -0700 (Tue, 25 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/Modules.am
-   A /trunk/modules/gui/wxwidgets/bitmaps/edit.xpm
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
-
-Add edit button for VLM (Closes:#530)
-
-------------------------------------------------------------------------
-r15353 | ipkiss | 2006-04-24 14:57:04 -0700 (Mon, 24 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-
- * skins2/parser/interpreter.cpp: Fixed a crash when using an action of the form "foo;"
-
-------------------------------------------------------------------------
-r15352 | fkuehne | 2006-04-24 14:04:54 -0700 (Mon, 24 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* add --enable-pic to x264's configure on PPC as well and check out the latest revisions again
-------------------------------------------------------------------------
-r15350 | dionoea | 2006-04-24 12:41:04 -0700 (Mon, 24 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/shoutcast.c
-
-Some more cleaning
-
-------------------------------------------------------------------------
-r15349 | xtophe | 2006-04-24 11:29:14 -0700 (Mon, 24 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/shoutcast.c
-
-shoutcast.c: Memleak hunt.
-
-------------------------------------------------------------------------
-r15348 | sam | 2006-04-24 01:53:26 -0700 (Mon, 24 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/caca.c
-
-  * modules/video_output/caca.c: synced caca output with libcaca-0.99.beta1.
-
-------------------------------------------------------------------------
-r15347 | dionoea | 2006-04-23 17:25:25 -0700 (Sun, 23 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
-
- * Handle submodules correctly in the prefs (so we can enable/disable them).
- * Fix bug with modules chain if the begining or the end of one module's name matched another module's name. (like 'shoutcasttv' and 'shout')
-
-------------------------------------------------------------------------
-r15346 | dionoea | 2006-04-23 15:53:40 -0700 (Sun, 23 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/services_discovery/shout.c
-
-Support for Shoutcast TV. vp3 streams segfault, vp5 and 6 don't play :)
-
-------------------------------------------------------------------------
-r15345 | dionoea | 2006-04-23 15:52:35 -0700 (Sun, 23 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-Hack to handle service discovery submodules correctly. This should maybe be changed in other interfaces.
-
-------------------------------------------------------------------------
-r15344 | dionoea | 2006-04-23 14:17:51 -0700 (Sun, 23 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/vlc.win32.nsi.in
-
-Don't remove files added by user when uninstalling
-Fix #525 / Fixes #525
-
-------------------------------------------------------------------------
-r15342 | bigben | 2006-04-23 13:31:06 -0700 (Sun, 23 Apr 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-
-* Support for gnome-screensaver
-* We should test if the command is in the path before trying to launch it
-* Anyway, system is dirty, we should use dbus, at least for gnome-screensaver
-
-
-------------------------------------------------------------------------
-r15341 | djc | 2006-04-23 13:11:23 -0700 (Sun, 23 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/file.c
-
-Add %T modifier to filename refs: #561
-
-------------------------------------------------------------------------
-r15336 | courmisch | 2006-04-23 08:56:41 -0700 (Sun, 23 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/po/ru.po
-
-Partially updated russian localization by Pavlov Konstantin
-
-------------------------------------------------------------------------
-r15334 | courmisch | 2006-04-23 07:41:48 -0700 (Sun, 23 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/tls.c
-
-Doxygenization
-
-------------------------------------------------------------------------
-r15333 | bigben | 2006-04-23 07:37:54 -0700 (Sun, 23 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-* bit masks for RV15 and RV16 were inverted (!) (or there is something I really haven't caught)
-* Endianness fix for RV15 and RV16 (mostly used for x11)
-
-
-------------------------------------------------------------------------
-r15332 | courmisch | 2006-04-23 07:34:44 -0700 (Sun, 23 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Use Doxygen syntax for comments
-
-------------------------------------------------------------------------
-r15331 | courmisch | 2006-04-23 07:05:03 -0700 (Sun, 23 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/po/en_GB.po
-
-British translation l10n update
-
-------------------------------------------------------------------------
-r15330 | courmisch | 2006-04-23 07:00:23 -0700 (Sun, 23 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
-Add missing white space
-
-------------------------------------------------------------------------
-r15329 | courmisch | 2006-04-23 06:59:33 -0700 (Sun, 23 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
-Remove extra white space
-
-------------------------------------------------------------------------
-r15327 | courmisch | 2006-04-23 06:54:30 -0700 (Sun, 23 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Fix a grammar mistake
-
-------------------------------------------------------------------------
-r15326 | bigben | 2006-04-23 06:51:04 -0700 (Sun, 23 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-* Try to fix endianness in the opengl output on unixes
-* RV32 works, I'm not sure of the masks for RV24 and RV16
-
-
-------------------------------------------------------------------------
-r15325 | sam | 2006-04-23 06:41:42 -0700 (Sun, 23 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-  * src/video_output/video_output.c: 4th (and good) attempt at fixing mask
-    shifts.  Thanks to bigben for testing.
-
-------------------------------------------------------------------------
-r15323 | sam | 2006-04-23 06:21:42 -0700 (Sun, 23 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-  * src/video_output/video_output.c: Fixed RGB mask when the 32nd bit is on.
-
-------------------------------------------------------------------------
-r15322 | sam | 2006-04-23 06:15:12 -0700 (Sun, 23 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_video.h
-
-  * Argh, I didn't mean to commit that. Fixed my previous commit (mask types).
-
-------------------------------------------------------------------------
-r15321 | sam | 2006-04-23 06:13:40 -0700 (Sun, 23 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_video.h
-
-  * include/vlc_video.h: Fixed mask variable types for YUV to RGB conversions.
-
-------------------------------------------------------------------------
-r15316 | asmax | 2006-04-22 16:16:20 -0700 (Sat, 22 Apr 2006) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.hpp
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-   M /trunk/modules/gui/skins2/src/top_window.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vout_window.cpp
-
-* all: new handling of vout controls to allow serveral layouts/windows
- with a vout (if only one is visible at the same time)
- A callback is now called when a layout becomes visible or hidden.
- The vout window is still not reparented correctly if the layout
- is changed while a video is being played...
-
-------------------------------------------------------------------------
-r15312 | fkuehne | 2006-04-22 15:06:39 -0700 (Sat, 22 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* forward-port [15311]
-------------------------------------------------------------------------
-r15309 | dionoea | 2006-04-22 14:06:41 -0700 (Sat, 22 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/services_discovery/shout.c
-
- * shout.c : change playlist layout (remove 1 node)
- * shoutcast.c : remove "debug" printf
-
-------------------------------------------------------------------------
-r15301 | dionoea | 2006-04-22 09:39:04 -0700 (Sat, 22 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/Modules.am
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   A /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/services_discovery/shout.c
-
-Change shoutcast service discovery module and write a new demux to be compatible with the new winamp 5.2 format. See trac ticket for detailed info. I'd appreciate if people could test this and proof read the code since we'll have to include this in 0.8.5 which is due to be released soon.
-
-Ref #640.
-
-------------------------------------------------------------------------
-r15300 | zorglub | 2006-04-22 04:28:39 -0700 (Sat, 22 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/doc/Doxyfile
-
-Use search engine
-
-------------------------------------------------------------------------
-r15297 | xtophe | 2006-04-21 16:48:53 -0700 (Fri, 21 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Fix error pages
-
-------------------------------------------------------------------------
-r15296 | xtophe | 2006-04-21 14:33:39 -0700 (Fri, 21 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-debian/*: we no longer seems to requires gcc-snapshot. I commit mainly to test on the nightlies. feel free to revert.
-
-------------------------------------------------------------------------
-r15295 | xtophe | 2006-04-21 14:28:36 -0700 (Fri, 21 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-debian/*: temporarely disable the xosd plugin
-
-------------------------------------------------------------------------
-r15292 | fkuehne | 2006-04-20 13:32:14 -0700 (Thu, 20 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/about.m
-
-* show the svn-revision only if it isn't 'exported'
-------------------------------------------------------------------------
-r15291 | damienf | 2006-04-20 09:25:53 -0700 (Thu, 20 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-- fix for shared libvlc and unicows for win32 builds
-
-------------------------------------------------------------------------
-r15290 | courmisch | 2006-04-20 09:15:15 -0700 (Thu, 20 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Fix overflow on UTF-16 strings with an odd characters length
-
-------------------------------------------------------------------------
-r15289 | dionoea | 2006-04-19 16:30:20 -0700 (Wed, 19 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-
-Hackish fix for 'TITLE' vlc_meta_get
-
-------------------------------------------------------------------------
-r15287 | bigben | 2006-04-19 13:33:22 -0700 (Wed, 19 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* Fix always on top when exiting fullscreen
-
-
-------------------------------------------------------------------------
-r15286 | fkuehne | 2006-04-19 09:25:01 -0700 (Wed, 19 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* quickly forward-port the previous commit so joneskoo can test it
-------------------------------------------------------------------------
-r15279 | littlejohn | 2006-04-19 06:51:59 -0700 (Wed, 19 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/src/control/playlist.c
-
-delete item added in playlist control
-
-
-------------------------------------------------------------------------
-r15275 | damienf | 2006-04-19 03:13:07 -0700 (Wed, 19 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile.am
-
-- added 'VLC Plugin.plugin' in MacOS X Disk image
-
-------------------------------------------------------------------------
-r15271 | zorglub | 2006-04-18 14:48:37 -0700 (Tue, 18 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/doc/skins/skins2-howto.xml
-
-Update skins doc
-
-------------------------------------------------------------------------
-r15270 | zorglub | 2006-04-18 14:48:34 -0700 (Tue, 18 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-
-Add a dialogs.playlist() command
-
-------------------------------------------------------------------------
-r15269 | zorglub | 2006-04-18 14:24:43 -0700 (Tue, 18 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.hpp
-
-Add dialogs.audioPopup, dialogs.videoPopup and dialogs.miscPopup commands
-
-------------------------------------------------------------------------
-r15268 | zorglub | 2006-04-18 14:24:42 -0700 (Tue, 18 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-
-Add vlc.hasAudio variable
-
-------------------------------------------------------------------------
-r15267 | zorglub | 2006-04-18 14:24:38 -0700 (Tue, 18 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-
-Fix refcount bug
-
-------------------------------------------------------------------------
-r15266 | zorglub | 2006-04-18 14:24:36 -0700 (Tue, 18 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
-   M /trunk/include/vlc_interface.h
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/interface.hpp
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-
-Add separate audio and video popup menus
-
-------------------------------------------------------------------------
-r15265 | damienf | 2006-04-18 14:14:38 -0700 (Tue, 18 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/mozilla/support/npunix.c
-   M /trunk/mozilla/vlcruntime.cpp
-
-- fix UNIX X11 build for plugin
-- give myself some credit
-- removed unnecessary PLUGIN_TO_HOST_GLUE macro
-
-------------------------------------------------------------------------
-r15264 | zorglub | 2006-04-18 10:50:42 -0700 (Tue, 18 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-
-Make sure we hide the skins playlist
-
-------------------------------------------------------------------------
-r15263 | dionoea | 2006-04-17 15:52:57 -0700 (Mon, 17 Apr 2006) | 6 lines
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-
-Add vlc_get_meta function. Argument can be:
-'ARTIST' -> gets the artist
-'TITLE' -> gets the title
-'ALBUM' -> gets the album name
-'something else' -> get 'something else' ... meta labels are translated so don't expect this to be portable.
-
-------------------------------------------------------------------------
-r15262 | zorglub | 2006-04-17 14:36:36 -0700 (Mon, 17 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-
-Add todo
-
-------------------------------------------------------------------------
-r15261 | zorglub | 2006-04-17 14:28:30 -0700 (Mon, 17 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk
-   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.hpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-
-Add a (default enabled) skinned-playlist option
-
-It will show the dialogs provider playlist instead of the "playlist_window" window
-
-------------------------------------------------------------------------
-r15260 | fkuehne | 2006-04-17 10:15:43 -0700 (Mon, 17 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-
-* revert 2 hacky compilation fixes which were accidentelly committed in [15259]
-------------------------------------------------------------------------
-r15259 | fkuehne | 2006-04-17 10:10:12 -0700 (Mon, 17 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-
-* mark some buggy strings as pointed out by Mathias C. Berens
-------------------------------------------------------------------------
-r15257 | asmax | 2006-04-17 10:03:55 -0700 (Mon, 17 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/ini_file.cpp
-   M /trunk/share/skins2/winamp2.xml
-
-* all: convert keys in INI files to lower case, to fix buggy winamp2 skins
-
-------------------------------------------------------------------------
-r15255 | asmax | 2006-04-17 09:29:34 -0700 (Mon, 17 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/jack.c
-
-* jack.c: fixed non-stereo audio streams
-
-------------------------------------------------------------------------
-r15253 | asmax | 2006-04-17 08:56:21 -0700 (Mon, 17 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-
-* ctrl_checkbox: fixed initial image of checkbox
-
-------------------------------------------------------------------------
-r15251 | ipkiss | 2006-04-17 08:26:53 -0700 (Mon, 17 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-
- * skins2/controls/ctrl_tree.cpp: I forgot 1 occurrence of the bug
-
-------------------------------------------------------------------------
-r15250 | ipkiss | 2006-04-17 08:23:13 -0700 (Mon, 17 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-
- * skins2/controls/ctrl_tree.cpp: Check that the iterator is not end() before using it...
-   This fixes random freezes when loading skins with a PlayTree control on Windows, and probably some crashes as well.
-
-------------------------------------------------------------------------
-r15248 | asmax | 2006-04-17 05:46:51 -0700 (Mon, 17 Apr 2006) | 9 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/parser/interpreter.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
-   M /trunk/modules/gui/skins2/src/file_bitmap.cpp
-   A /trunk/modules/gui/skins2/src/ini_file.cpp
-   A /trunk/modules/gui/skins2/src/ini_file.hpp
-   M /trunk/modules/gui/skins2/src/var_manager.cpp
-   M /trunk/modules/gui/skins2/src/var_manager.hpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/modules/gui/skins2/utils/var_text.hpp
-   M /trunk/share/skins2/skin.dtd
-   M /trunk/share/skins2/winamp2.xml
-
-* all: added a INI file parser in skins2. For instance if the file
- with id "pledit" (defined in the new tag "<IniFile>" contains:
-    [Text]
-    Normal=#FFFFFF
- it will create a constant "pledit.Text.Normal" with value "#FFFFFF"
-* winamp2.xml: use the "pledit.txt" file to have correct playlist colors
-
-is it ok to backport in 0.8.5 ?
-
-------------------------------------------------------------------------
-r15246 | fkuehne | 2006-04-16 08:59:33 -0700 (Sun, 16 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/sfilters.m
-
-* removed instability warning, which was introduced for the 0.8.5 betas
-------------------------------------------------------------------------
-r15244 | dionoea | 2006-04-15 15:33:27 -0700 (Sat, 15 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/skin.dtd
-
-Fix dtd (a Layout can have more than one groups)
-
-------------------------------------------------------------------------
-r15243 | jpsaman | 2006-04-15 15:21:18 -0700 (Sat, 15 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/mozilla/support/npunix.c
-
-Fix compilation on FC3 linux for mozilla plugin.
-------------------------------------------------------------------------
-r15240 | asmax | 2006-04-15 09:18:59 -0700 (Sat, 15 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/share/skins2/winamp2.xml
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-
-* all: added a new skin text variable "$S" to get the audio sample rate
- (in KHz) + fixed the bitrate ("$B") variable to use only the audio bit rate.
-* winamp2.xml: updated the winamp2 skin
-
-------------------------------------------------------------------------
-r15239 | dionoea | 2006-04-15 09:06:47 -0700 (Sat, 15 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/input
-
-Comment subtitles related stuff (since it isn't coded yet)
-
-------------------------------------------------------------------------
-r15237 | dionoea | 2006-04-15 08:58:24 -0700 (Sat, 15 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/requests/status.xml
-
-rpn magic to remove slashes from the playlist item's name
-
-------------------------------------------------------------------------
-r15236 | dionoea | 2006-04-15 08:48:44 -0700 (Sat, 15 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/functions.js
-
-Fix interface in regards to [15116].
-
-------------------------------------------------------------------------
-r15234 | courmisch | 2006-04-15 07:18:13 -0700 (Sat, 15 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-Do not provide a broken language option on Linux and similar OSes
-where the user normally use LANG, LANGUAGE, etc to define his/her
-language(s). It didn't work anyway (refs #638).
-
-------------------------------------------------------------------------
-r15233 | damienf | 2006-04-15 06:48:34 -0700 (Sat, 15 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/support/npunix.c
-   M /trunk/mozilla/support/npwin.cpp
-
-- added support for NPRuntime to win32 and unix version of mozilla
-
-------------------------------------------------------------------------
-r15232 | damienf | 2006-04-15 04:51:45 -0700 (Sat, 15 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/plugin/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/plugin/Info.plist
-   M /trunk/modules/gui/macosx/voutqt.m
-   M /trunk/mozilla/Makefile.am
-   M /trunk/mozilla/support/npmac.cpp
-   M /trunk/mozilla/vlc.r
-   M /trunk/mozilla/vlcpeer.h
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   A /trunk/mozilla/vlcruntime.cpp
-   A /trunk/mozilla/vlcruntime.h
-   M /trunk/mozilla/vlcshell.cpp
-
-- the resurected mozilla plugin for Safari/Firefox on MacOS X
-
-------------------------------------------------------------------------
-r15230 | dionoea | 2006-04-14 17:51:53 -0700 (Fri, 14 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
-Add missing itemimage attribute to playtree doc
-
-------------------------------------------------------------------------
-r15229 | hartman | 2006-04-14 17:07:09 -0700 (Fri, 14 Apr 2006) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-* Support for Topfield .rec recordings. It's MPEG-TS with an exceptionally large (1MB) header in front of it.
-  I tried adding the info in the header to meta, but the existing documention seems incorrect or at least incomplete. Instead we just accept the start of the header as identifying a MPEG-TS file, and skipping the header.
-
-  BTW this header is again an example of very bad format design. It is using fixed length strings, for which the used buffers clearly are not null'ed before written with new information. As such i was able to determine which programs were running before this program was recorded :D
-  Also a PID printed to a field was clearly not printed to null'ed memory, causing an invalid (too high) PID number to be in the field. You'd think the least someone could do when designing something like this, would be to analyze a hexdump of your own custom header.
-
-------------------------------------------------------------------------
-r15228 | courmisch | 2006-04-14 10:37:06 -0700 (Fri, 14 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-Fix missing #include
-
-------------------------------------------------------------------------
-r15227 | courmisch | 2006-04-14 10:31:27 -0700 (Fri, 14 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-
-Same as previous commit (refs #581)
-
-------------------------------------------------------------------------
-r15226 | courmisch | 2006-04-14 10:28:24 -0700 (Fri, 14 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Do not alter LC_NUMERIC (refs #581).
-*** NOT MEANT FOR BACKPORTING ***
-
-------------------------------------------------------------------------
-r15223 | dionoea | 2006-04-14 09:47:23 -0700 (Fri, 14 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-Prevent some segfaults when using hotkeys with no vout
-
-------------------------------------------------------------------------
-r15222 | hartman | 2006-04-14 08:16:23 -0700 (Fri, 14 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* Fix a crash in the MacOS X vout if p_real_vout isn't available yet.
-
-------------------------------------------------------------------------
-r15221 | zorglub | 2006-04-14 07:25:26 -0700 (Fri, 14 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/test/native/i18n.c
-   M /trunk/test/native/init.c
-   M /trunk/test/native/libvlc.c
-   M /trunk/test/native/stats.c
-   A /trunk/test/native/tests.h
-   M /trunk/test/native/url.c
-   M /trunk/test/setup.py
-
-Clean-up test
-
-------------------------------------------------------------------------
-r15220 | zorglub | 2006-04-14 07:16:46 -0700 (Fri, 14 Apr 2006) | 2 lines
-Changed paths:
-   A /trunk/test/NativeI18NTest.py
-   M /trunk/test/NativeLibvlcTest.py
-   M /trunk/test/NativeStatsTest.py
-   A /trunk/test/NativeURLTest.py
-   D /trunk/test/libvlc_sample.c
-   A /trunk/test/native/i18n.c
-   A /trunk/test/native/init.c
-   M /trunk/test/native/libvlc.c
-   M /trunk/test/native/stats.c
-   A /trunk/test/native/url.c
-   M /trunk/test/pyunit.h
-   M /trunk/test/setup.py
-   M /trunk/test/test.sh
-
-Add I18N and URL tests in test/
-
-------------------------------------------------------------------------
-r15218 | bigben | 2006-04-14 06:22:44 -0700 (Fri, 14 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* What is the point in having a detection for libvc1 if we don't have a libvc1 module ? Moreover, that prevents jlj's patch with the module from applying.
-
-
-------------------------------------------------------------------------
-r15216 | massiot | 2006-04-14 05:38:22 -0700 (Fri, 14 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
- * modules/access/pvr/pvr.c: Be compatible with both old and new kernels.
-
-------------------------------------------------------------------------
-r15214 | bigben | 2006-04-14 05:30:40 -0700 (Fri, 14 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/loader/module.c
-
-* Marillat changed the path to the win32 codecs in his latest packages, so look for the codecs there too
-
-------------------------------------------------------------------------
-r15212 | zorglub | 2006-04-14 05:09:26 -0700 (Fri, 14 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-Bump version numbers
-
-------------------------------------------------------------------------
-r15210 | xtophe | 2006-04-14 04:42:49 -0700 (Fri, 14 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/po/zh_CN.po
-
-Update Chinese translation by Wei Mingzhi.
-
-------------------------------------------------------------------------
-r15209 | zorglub | 2006-04-14 02:37:39 -0700 (Fri, 14 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/timeshift.c
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/gui/macosx/extended.m
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/growl.c
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/misc/win32text.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/services_discovery/shout.c
-
-Strings
-
-------------------------------------------------------------------------
-r15206 | fkuehne | 2006-04-13 11:51:38 -0700 (Thu, 13 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* fixed 2 minor typos
-------------------------------------------------------------------------
-r15205 | fkuehne | 2006-04-13 11:51:16 -0700 (Thu, 13 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* implemented showintf-support. Thanks to ipkiss for pointing out that this was missing on OSX.
-------------------------------------------------------------------------
-r15204 | massiot | 2006-04-13 11:32:12 -0700 (Thu, 13 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/access/pvr/pvr.c
-
- * modules/access/pvr/pvr.c: The radio API in ivtv-0.6.1 has changed : now
-   you are supposed to pass frequency * 16000 instead of frequency * 16.
-   This is sooo coherent.
-
-------------------------------------------------------------------------
-r15203 | hartman | 2006-04-13 07:47:20 -0700 (Thu, 13 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* Revert the unintentially committed files of [15202]
-
-------------------------------------------------------------------------
-r15202 | hartman | 2006-04-13 07:43:40 -0700 (Thu, 13 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* Fix libgcrypt on MacIntel by disabling it's ASM. This fixes #620
-------------------------------------------------------------------------
-r15201 | hartman | 2006-04-13 07:12:20 -0700 (Thu, 13 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/misc/freetype.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* Fix subtitle  alignment if we don't have styles. fixes #619
-
-I chose to re-add the align paramter to the subpicture region struct, since adding a style struct for every single subpicture for just an alignment seemed to be overkill to me. 
-
-------------------------------------------------------------------------
-r15200 | dionoea | 2006-04-13 06:49:45 -0700 (Thu, 13 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/js/vlm.js
-
-URL encode fix
-
-------------------------------------------------------------------------
-r15199 | zorglub | 2006-04-13 02:04:34 -0700 (Thu, 13 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/gui/macosx/equalizer.m
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/msn.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/osdmenu.c
-
-String stuff
-
-------------------------------------------------------------------------
-r15198 | xtophe | 2006-04-13 01:31:33 -0700 (Thu, 13 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Really fix xml url
-
-------------------------------------------------------------------------
-r15197 | xtophe | 2006-04-12 15:31:19 -0700 (Wed, 12 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Fix libxml url.
-
-------------------------------------------------------------------------
-r15196 | xtophe | 2006-04-12 14:56:41 -0700 (Wed, 12 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: Fix for introduction of vlc.win32.nsi.in
-
-------------------------------------------------------------------------
-r15195 | xtophe | 2006-04-12 14:22:51 -0700 (Wed, 12 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/macro.c
-
-*macro.c: Get the name correctly
-
-------------------------------------------------------------------------
-r15194 | courmisch | 2006-04-12 12:25:59 -0700 (Wed, 12 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Set close-on-exec flag on sockets so that we don't pass them to CGI scripts
-
-------------------------------------------------------------------------
-r15193 | courmisch | 2006-04-12 10:27:31 -0700 (Wed, 12 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-
-xvideo X.Org 7 detection fix by Pavlov Konstantin
-
-------------------------------------------------------------------------
-r15192 | fkuehne | 2006-04-12 09:54:42 -0700 (Wed, 12 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* be a bit more verbose when creating the disk-image
-------------------------------------------------------------------------
-r15191 | fkuehne | 2006-04-12 09:40:47 -0700 (Wed, 12 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.m
-
-* fix streaming. This section and a few others need to and will be re-written after 0.8.5
-------------------------------------------------------------------------
-r15190 | fkuehne | 2006-04-12 09:27:30 -0700 (Wed, 12 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-* first update of the German translation by Mathias C. Berens | welcome-soft and myself. More to come.
-------------------------------------------------------------------------
-r15189 | massiot | 2006-04-12 07:26:21 -0700 (Wed, 12 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/control/http/macro.c
-
- * modules/control/http/macro.c: Add slashes in the MVLC_ADD macro for
-   backwards compatibility with the old http intf (anyway MVLC_ADD is
-   obsoleted by RPN function playlist_add).
-
-------------------------------------------------------------------------
-r15188 | zorglub | 2006-04-12 06:03:37 -0700 (Wed, 12 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/configure.ac
-   D /trunk/vlc.win32.nsi
-   A /trunk/vlc.win32.nsi.in (from /trunk/vlc.win32.nsi:15184)
-
-Ship libvlc.dll in installer if built in shared mode
-
-------------------------------------------------------------------------
-r15187 | zorglub | 2006-04-12 04:43:33 -0700 (Wed, 12 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Package fix
-
-------------------------------------------------------------------------
-r15186 | zorglub | 2006-04-12 03:22:55 -0700 (Wed, 12 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   D /trunk/share/http/old/favicon.ico
-
-Remove useless favicon (Refs:#634)
-
-------------------------------------------------------------------------
-r15185 | zorglub | 2006-04-12 03:22:19 -0700 (Wed, 12 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Don't ship default skin (Refs:#634)
-
-If you think playtree is not ready yet, yell :)
-
-------------------------------------------------------------------------
-r15184 | zorglub | 2006-04-12 01:13:14 -0700 (Wed, 12 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
-Document <Playtree> (Closes:#611)
-
-------------------------------------------------------------------------
-r15183 | dionoea | 2006-04-11 16:56:54 -0700 (Tue, 11 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-"too"!=2=="two"
-
-------------------------------------------------------------------------
-r15182 | dionoea | 2006-04-11 16:51:21 -0700 (Tue, 11 Apr 2006) | 9 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-Fix indentation.
-
-I was actually trying to understand why command line option parsing on my computer with self compiled VLC behaves as "If the first character of optstring is '+' or the environment variable POSIXLY_CORRECT is set, then option processing stops as soon as a non-option argument is encountered." while neither of these conditions is true (see the while( getopt_long( ... ) != EOF ) loop).
-Small illustration:
-./vlc -vvv -I dummy input.ts --color
-All options before the first non option argument work as expected (-vvv and -I dummy). All options after the first non option argument are also interpreted as being non option arguments.
-Help would be appreciated.
-(I've already had reports of other people having the same kind of issues)
-
-------------------------------------------------------------------------
-r15181 | hartman | 2006-04-11 15:09:20 -0700 (Tue, 11 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/flac.c
-
-* make the flac decoder errors less annoying. some are warns, some are err's.
-
-------------------------------------------------------------------------
-r15180 | courmisch | 2006-04-11 09:35:42 -0700 (Tue, 11 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Link some additionnal plugins against the math library
-Report and fix from Pavlov Konstantin ?\226?\128?\156thresh?\226?\128?\157
-
-------------------------------------------------------------------------
-r15179 | courmisch | 2006-04-11 09:24:46 -0700 (Tue, 11 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/rpn.c
-
-Restores [13132] back - break the new interface again
-
-------------------------------------------------------------------------
-r15178 | courmisch | 2006-04-11 09:18:39 -0700 (Tue, 11 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/strings.c
-   M /trunk/src/test/url.c
-
-Lalala
-
-------------------------------------------------------------------------
-r15177 | courmisch | 2006-04-11 08:59:43 -0700 (Tue, 11 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/rpn.c
-
-Revert [15132]:
-- Fix HTTPd crash
-- Break the old interface again
-
-------------------------------------------------------------------------
-r15176 | courmisch | 2006-04-11 08:52:29 -0700 (Tue, 11 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/test/url.c
-
-Even more tests
-
-------------------------------------------------------------------------
-r15175 | courmisch | 2006-04-11 08:47:52 -0700 (Tue, 11 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/test/url.c
-
-Additionnal unit test for decode_URI
-
-------------------------------------------------------------------------
-r15174 | courmisch | 2006-04-11 08:26:28 -0700 (Tue, 11 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-Fix missing initializer warning
-
-------------------------------------------------------------------------
-r15173 | zorglub | 2006-04-11 06:57:01 -0700 (Tue, 11 Apr 2006) | 5 lines
-Changed paths:
-   M /trunk/po/sv.po
-
-Update of swedish translation by Daniel Nylander.
-Thanks.
-
-For those wondering, this *is* swedish.
-
-------------------------------------------------------------------------
-r15172 | zorglub | 2006-04-11 06:17:20 -0700 (Tue, 11 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/mod.c
-   M /trunk/src/libvlc.h
-
-More strings
-
-------------------------------------------------------------------------
-r15171 | fkuehne | 2006-04-11 06:05:50 -0700 (Tue, 11 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/param_eq.c
-
-* replaced NULL with empty strings when providing no help for an option
-------------------------------------------------------------------------
-r15170 | fkuehne | 2006-04-11 05:37:47 -0700 (Tue, 11 Apr 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/prefs.m
-
-intf.m: * we can't localise empty strings, so don't put an error when trying to do so, but just a warning
-    * be a bit nicer and return @"" instead of NULL strings
-    - this fixes the display of certain modules in the preferences such as the parametric equaliser
-
-prefs.m: * removed 2 unused variables
-------------------------------------------------------------------------
-r15169 | zorglub | 2006-04-11 02:27:46 -0700 (Tue, 11 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/audio_filter/param_eq.c
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/src/libvlc.h
-
-String fixes
-
-------------------------------------------------------------------------
-r15167 | damienf | 2006-04-10 16:55:28 -0700 (Mon, 10 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-- fixed faad2 libtool so that shared library is properly built for MacOS X 
-
-------------------------------------------------------------------------
-r15164 | hartman | 2006-04-10 14:32:26 -0700 (Mon, 10 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* Fix ffmpeg libavformat linkage when we don't use --with-ffmpeg-tree (this fixes Flash playback)
-* Add Shorten codec. This refs #632 It doesn't seem to work, but that might be an endianness issue. will someone please check with this sample? http://www.mplayerhq.hu/MPlayer/samples/A-codecs/lossless/luckynight.shn
-
-------------------------------------------------------------------------
-r15163 | damienf | 2006-04-10 14:28:43 -0700 (Mon, 10 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/libpng-osx.patch
-
-- update darwin/macosx patch for libpng-1.2.8
-
-------------------------------------------------------------------------
-r15162 | damienf | 2006-04-10 14:09:09 -0700 (Mon, 10 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/libpng-1.2.5-win32.patch
-   A /trunk/extras/contrib/src/Patches/libpng-win32.patch
-
-- update win32 patch for libpng-1.2.8
-
-------------------------------------------------------------------------
-r15160 | hartman | 2006-04-10 07:41:23 -0700 (Mon, 10 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-* Fix 16:9 vs. 16:10 AR and cropping switching on the fly.
-
-------------------------------------------------------------------------
-r15159 | dionoea | 2006-04-09 14:43:47 -0700 (Sun, 09 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Hum, in fact we should remove it altogether since it is already killed in previous function code.
-
-------------------------------------------------------------------------
-r15158 | dionoea | 2006-04-09 14:38:34 -0700 (Sun, 09 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Fix what looks like a type. (someone confirm please)
-
-------------------------------------------------------------------------
-r15157 | courmisch | 2006-04-09 11:33:22 -0700 (Sun, 09 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   A /trunk/src/test/url.c (from /trunk/src/test/i18n_atof.c:15156)
-
-Basic unit test for URI decoding
-
-------------------------------------------------------------------------
-r15154 | asmax | 2006-04-09 07:29:26 -0700 (Sun, 09 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/src/file_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/utils/ustring.cpp
-   M /trunk/modules/gui/skins2/utils/ustring.hpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/share/skins2/winamp2.xml
-
-* all: new skin text variable "$B" to get the stream bitrate
-* winamp2.xml: added "kbps" info in winamp skins
-
-------------------------------------------------------------------------
-r15150 | xtophe | 2006-04-08 16:00:14 -0700 (Sat, 08 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/po/zh_CN.po
-
-First Translation update by Wei Mingzhi
-
-------------------------------------------------------------------------
-r15149 | courmisch | 2006-04-08 14:41:53 -0700 (Sat, 08 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
-Fix warning
-
-------------------------------------------------------------------------
-r15145 | dionoea | 2006-04-08 14:04:10 -0700 (Sat, 08 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-Remove .libs directories when running ./toolbox --distclean
-
-------------------------------------------------------------------------
-r15144 | dionoea | 2006-04-08 10:25:40 -0700 (Sat, 08 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Update libpng to 1.2.8 (includes lots of security fixes). Thanks to MYOB for noticing
-
-------------------------------------------------------------------------
-r15143 | dionoea | 2006-04-07 16:40:17 -0700 (Fri, 07 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Rhaaa
-
-------------------------------------------------------------------------
-r15142 | dionoea | 2006-04-07 16:38:47 -0700 (Fri, 07 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-3rd try
-
-------------------------------------------------------------------------
-r15141 | dionoea | 2006-04-07 16:36:46 -0700 (Fri, 07 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Ahem
-
-------------------------------------------------------------------------
-r15140 | dionoea | 2006-04-07 16:33:31 -0700 (Fri, 07 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-libdca. untested
-
-------------------------------------------------------------------------
-r15139 | dionoea | 2006-04-07 14:52:33 -0700 (Fri, 07 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/vlc.win32.nsi
-
-Win32 specific changes: Add --started-from-file option to tell VLC that it was started by clicking on a file (or disc). Add --one-instance-when-started-from-file option to tell VLC to use one instance mode when --started-from-file is used. See replies to r15125 for an explanation.
-
-
-------------------------------------------------------------------------
-r15138 | xtophe | 2006-04-07 14:45:01 -0700 (Fri, 07 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/record.c
-
-eliminate non-valid characters only on the name not on the full path (closes #628)
-
-------------------------------------------------------------------------
-r15137 | xtophe | 2006-04-07 14:14:52 -0700 (Fri, 07 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/msvc/libvlc.dsp.in
-   M /trunk/msvc/libvlc.vcproj.in
-   M /trunk/msvc/plugins.dsp.in
-   M /trunk/msvc/plugins.vcproj.in
-   M /trunk/msvc/vlc.dsp.in
-   M /trunk/msvc/vlc.vcproj.in
-   M /trunk/toolbox
-
-Don't use char outside ascii in shell script.
-
-------------------------------------------------------------------------
-r15136 | fkuehne | 2006-04-07 11:38:30 -0700 (Fri, 07 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/bookmarks.m
-
-* don't free a vlc-object. Thanks to Meuuh for pointing this out.
-------------------------------------------------------------------------
-r15135 | massiot | 2006-04-07 10:58:56 -0700 (Fri, 07 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/strings.c
-
- * src/misc/strings.c: Missing break; in decode_URI().
-
-------------------------------------------------------------------------
-r15134 | massiot | 2006-04-07 10:45:35 -0700 (Fri, 07 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
- * modules/codec/dvbsub.c: add_suppressed -> add_suppressed_integer
-
-------------------------------------------------------------------------
-r15133 | massiot | 2006-04-07 10:20:11 -0700 (Fri, 07 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
- * modules/codec/dvbsub.c: add_deprecated -> add_suppressed
-
-------------------------------------------------------------------------
-r15132 | courmisch | 2006-04-07 10:17:53 -0700 (Fri, 07 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/rpn.c
-
-Restore previous URI components decoding instead of unescaping
-Should fix the old interface - will most likely break the new one
-(in particular try with non-Latin-1 characters)
-
-------------------------------------------------------------------------
-r15131 | massiot | 2006-04-07 09:42:18 -0700 (Fri, 07 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
- * modules/codec/dvbsub.c: Add deprecated option and fix option parsing.
-
-------------------------------------------------------------------------
-r15130 | massiot | 2006-04-07 09:33:51 -0700 (Fri, 07 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/spudec/spudec.h
-
- * modules/codec/spudec: Decreased verbosity.
-
-------------------------------------------------------------------------
-r15129 | jpsaman | 2006-04-07 08:33:44 -0700 (Fri, 07 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-Remove --sout-dvbsub-timeout flag
-it conflicts with DVD SPU.
-------------------------------------------------------------------------
-r15128 | massiot | 2006-04-07 06:52:32 -0700 (Fri, 07 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
- * modules/codec/dvbsub.c: Fixed a major bug with DVBSUB_PCS_STATE_CHANGE.
-   Partially reverted [12259] because it implied too many page
-   recompositions.
-
-------------------------------------------------------------------------
-r15127 | hartman | 2006-04-07 05:19:01 -0700 (Fri, 07 Apr 2006) | 6 lines
-Changed paths:
-   M /trunk/modules/misc/svg.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/vout_subpictures.c
-
-* Lower the priority of the SVG renderer
-* Make the "text renderer" selectable with --text-renderer
-fixes #627
-
-Lol, totally forgot to commit this last night :D
-
-------------------------------------------------------------------------
-r15126 | courmisch | 2006-04-07 03:59:04 -0700 (Fri, 07 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/strings.c
-
-Oops again
-
-------------------------------------------------------------------------
-r15125 | dionoea | 2006-04-06 16:02:30 -0700 (Thu, 06 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-Remove --one-instance option from file open targets on win32. people seemed to be frustrated about this behavior change.
-
-------------------------------------------------------------------------
-r15124 | adn | 2006-04-06 16:00:24 -0700 (Thu, 06 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config_cat.h
-
-typo in a string (line 42)
-
-------------------------------------------------------------------------
-r15123 | dionoea | 2006-04-06 15:41:06 -0700 (Thu, 06 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_osd.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/osd/osd_widgets.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_widgets.c
-
-Fix OSD display when vout crop is used (so that every thing stays on the displayed image).
-
-------------------------------------------------------------------------
-r15122 | hartman | 2006-04-06 15:29:15 -0700 (Thu, 06 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/dirac-osx.patch
-
-* Fix dirac on PPC. (only compile what we need)
- (this is a workaround, i'm too lazy to find where they double up the LDFLAGS when they link their applications).
-
-------------------------------------------------------------------------
-r15121 | courmisch | 2006-04-06 14:20:33 -0700 (Thu, 06 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-   M /trunk/include/vlc_url.h
-
-Oups
-
-------------------------------------------------------------------------
-r15120 | courmisch | 2006-04-06 13:38:43 -0700 (Thu, 06 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-   M /trunk/include/vlc_url.h
-   M /trunk/src/misc/strings.c
-
-- Reimplement URL component decoding separately from URL unescaping
-- Replace crap URL escaping with URL encoding, which is what we really need
-
-------------------------------------------------------------------------
-r15119 | hartman | 2006-04-06 13:04:24 -0700 (Thu, 06 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-* enable SDK building for Mac PPC contrib. 
-
-------------------------------------------------------------------------
-r15118 | massiot | 2006-04-06 10:54:21 -0700 (Thu, 06 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/demux/mpc.c
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/input/subtitles.c
-
- * ALL: extention -> extension
-
-------------------------------------------------------------------------
-r15117 | massiot | 2006-04-06 10:12:32 -0700 (Thu, 06 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_url.h
-
- * include/vlc_url.h: Fixed vlc_UrlEncode to return correct values and avoid
-   crashing with strings as simple as "/toto", but all in all the entire
-   function seems very wrong to me, see the next mail.
-
-------------------------------------------------------------------------
-r15116 | massiot | 2006-04-06 09:16:02 -0700 (Thu, 06 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-
- * modules/control/http/util.c: Simplify MRLParse, and fix parsing of quotes.
-
-------------------------------------------------------------------------
-r15115 | massiot | 2006-04-06 08:53:06 -0700 (Thu, 06 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/png.c
-
- * modules/codec/png.c: More robust error checking, avoid calling abort() in
-   case of an invalid file.
-
-------------------------------------------------------------------------
-r15114 | hartman | 2006-04-06 08:16:05 -0700 (Thu, 06 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* Only compile cyberlink if --enable-cyberlink is explicitly set by the user.
-
-------------------------------------------------------------------------
-r15113 | damienf | 2006-04-06 08:09:40 -0700 (Thu, 06 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/vlccontrol.cpp
-
-- fixed a few return codes from APIs
-
-------------------------------------------------------------------------
-r15112 | hartman | 2006-04-06 07:46:30 -0700 (Thu, 06 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Disable cyberlink and expat, the module immediatly crashes. 
-
-------------------------------------------------------------------------
-r15111 | hartman | 2006-04-06 06:50:12 -0700 (Thu, 06 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* Fix --with-cyberlink-tree when using contrib
-
-------------------------------------------------------------------------
-r15110 | xtophe | 2006-04-06 02:04:42 -0700 (Thu, 06 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Fix if statement
-
-------------------------------------------------------------------------
-r15109 | zorglub | 2006-04-06 00:36:57 -0700 (Thu, 06 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/lxdialog/lxdialog.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-   M /trunk/modules/access/rtsp/real.c
-
-Fix potential bugs
-
-------------------------------------------------------------------------
-r15108 | hartman | 2006-04-05 17:57:01 -0700 (Wed, 05 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Evil hack to get libFLAC working with SDK building on OSX.
-
-------------------------------------------------------------------------
-r15107 | hartman | 2006-04-05 14:50:43 -0700 (Wed, 05 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/gettext-macosx.patch
-
-* Fix gettext -framework usage. This is needed for SDK support.
-
-------------------------------------------------------------------------
-r15106 | zorglub | 2006-04-05 14:01:55 -0700 (Wed, 05 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/debian/copyright
-   M /trunk/extras/valgrind.suppressions
-
-This commit message is Copyright (C) 2006, Cl?\195?\169ment Stenac.
-
-------------------------------------------------------------------------
-r15105 | massiot | 2006-04-05 10:17:22 -0700 (Wed, 05 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
- * src/misc/httpd.c: Do not dereference a possibly NULL pointer.
-
-------------------------------------------------------------------------
-r15104 | fkuehne | 2006-04-05 04:42:47 -0700 (Wed, 05 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-
-* don't alloc more capacity than necessary
-------------------------------------------------------------------------
-r15103 | fkuehne | 2006-04-05 04:38:53 -0700 (Wed, 05 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-
-* fixed a bug which prevented the display of Input's and Interface's general-nodes. Thanks to zorglub and DiDjCodt
-------------------------------------------------------------------------
-r15102 | xtophe | 2006-04-05 02:58:20 -0700 (Wed, 05 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
-http.c: Fix string.
-
-------------------------------------------------------------------------
-r15101 | dionoea | 2006-04-04 16:01:11 -0700 (Tue, 04 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Remove useless code (or its use was really cryptic)
-
-------------------------------------------------------------------------
-r15100 | damienf | 2006-04-04 15:33:50 -0700 (Tue, 04 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-- compilation fix for unicows on buildbot
-
-------------------------------------------------------------------------
-r15099 | damienf | 2006-04-04 15:22:39 -0700 (Tue, 04 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-- link vlc.exe with libunicows.a if available
-
-------------------------------------------------------------------------
-r15098 | damienf | 2006-04-04 15:19:13 -0700 (Tue, 04 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-- added libunicows in contribs for win32 builds to support Microsoft Layer for Unicode on Win95/98/ME (http://libunicows.sourceforge.net/)
-
-------------------------------------------------------------------------
-r15097 | dionoea | 2006-04-04 14:21:23 -0700 (Tue, 04 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/skin.dtd
-
-Ooops, i forgot to commit this in [14771]
-
-------------------------------------------------------------------------
-r15096 | fkuehne | 2006-04-04 13:41:44 -0700 (Tue, 04 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-* I should get some sleep now
-------------------------------------------------------------------------
-r15095 | fkuehne | 2006-04-04 13:39:52 -0700 (Tue, 04 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* remove commented ifs o_O
-------------------------------------------------------------------------
-r15094 | fkuehne | 2006-04-04 13:33:54 -0700 (Tue, 04 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* store the value of 'macosx-black' as one of VLCWindow's properties to prevent rare crashes when en-/disabling vout-filters or leaving/entering fullscreen-mode really fast.
-
-When going to fast to fullscreen/windowed-mode VLC can still crash (now at vout.m:375), but that scenario isn't realistic because you need to perform this function at least 5 to 10 times per second to get this done.
-------------------------------------------------------------------------
-r15093 | bigben | 2006-04-04 13:18:16 -0700 (Tue, 04 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutgl.m
-
-* Reading APIs before starting to code can allow to spare time and to avoid writing silly khludges
-
-
-
-------------------------------------------------------------------------
-r15092 | jpsaman | 2006-04-04 13:11:39 -0700 (Tue, 04 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-
-Fix time update and slider movement on PDA interface. Patch from fredyd (http://forum.videolan.org/viewtopic.php?t=19028) modified by me.
-------------------------------------------------------------------------
-r15091 | bigben | 2006-04-04 13:06:13 -0700 (Tue, 04 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/voutqt.m
-
-* Implement Aspect ratio change in the QT vout
-
-
-------------------------------------------------------------------------
-r15089 | damienf | 2006-04-04 09:42:01 -0700 (Tue, 04 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-- should fix audio capture for Hauppagge WinTV PVR and other cards
-
-------------------------------------------------------------------------
-r15087 | dionoea | 2006-04-03 13:35:24 -0700 (Mon, 03 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-Fix from 0.8.4-test2 forum thread
-
-------------------------------------------------------------------------
-r15086 | littlejohn | 2006-04-03 11:05:47 -0700 (Mon, 03 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/java/SWTUglyPlayer.java
-   M /trunk/bindings/java/VlcClient.java
-   M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
-   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
-   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
-   M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
-   M /trunk/bindings/java/vlc-graphics-jni.cc
-   M /trunk/bindings/java/vlc-libvlc-jni.cc
-
-audio / video libvlc functions binded.
-
-
-------------------------------------------------------------------------
-r15085 | sigmunau | 2006-04-03 09:41:03 -0700 (Mon, 03 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/linux_dvb.c
-
-linux_dvb.c: hopefully fixed CAM support for some cards (full feature cards?)
-
-------------------------------------------------------------------------
-r15084 | xtophe | 2006-04-03 07:06:19 -0700 (Mon, 03 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Comple fix
-
-------------------------------------------------------------------------
-r15083 | xtophe | 2006-04-03 04:43:16 -0700 (Mon, 03 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/debian/patches/20_no-wx-updates.dpatch
-
-Sync debian patch with string review
-
-------------------------------------------------------------------------
-r15082 | courmisch | 2006-04-03 04:39:35 -0700 (Mon, 03 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_strings.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/include/vlc_url.h
-   M /trunk/modules/control/http/http.h
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/src/misc/strings.c
-
-- Do not rewrite ?\226?\128?\156+?\226?\128?\157 as a white space when unescaping URL parameters (fixes #625).
-- Rename decode_encoded_URI as unescape_URI as it really is what is done.
-
-------------------------------------------------------------------------
-r15081 | hartman | 2006-04-02 18:39:59 -0700 (Sun, 02 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/src/misc/charset.c
-
-* Fix FindFallbackEncoding on Mac OS X.
-* More distintinctive debug messages on the selection of charset.
-
-------------------------------------------------------------------------
-r15080 | damienf | 2006-04-02 16:16:01 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-possible fix for Trac Ticket #621, whereby Hauppage WinTV capture cards (PVR-150, others ?) no longer works
-
-------------------------------------------------------------------------
-r15079 | dionoea | 2006-04-02 15:57:39 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/requests/readme
-
-Add some examples
-
-------------------------------------------------------------------------
-r15077 | xtophe | 2006-04-02 14:15:18 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-typo
-
-------------------------------------------------------------------------
-r15076 | xtophe | 2006-04-02 14:06:13 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-x264.c: the string review was a bit too strong here
-
-------------------------------------------------------------------------
-r15075 | courmisch | 2006-04-02 12:15:30 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/acl.c
-
-Fix warning
-
-------------------------------------------------------------------------
-r15074 | courmisch | 2006-04-02 12:12:58 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/include/configuration.h
-
-Big cleanup and fix hundreds of extra warnings
-
-------------------------------------------------------------------------
-r15073 | courmisch | 2006-04-02 11:36:51 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Missing ;
-
-------------------------------------------------------------------------
-r15072 | damienf | 2006-04-02 11:29:08 -0700 (Sun, 02 Apr 2006) | 4 lines
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-
-- make sure help string for propget and propput properties are identical + a couple of changes
-- commit output of MIDL compilation otherwise changes don't make it into the build
-
-
-------------------------------------------------------------------------
-r15071 | courmisch | 2006-04-02 10:16:42 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/include/configuration.h
-
-Forgot memset() to actually fix the problem... shame on me
-
-------------------------------------------------------------------------
-r15061 | hartman | 2006-04-02 08:00:59 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
-* Finally found a list of SSA charset id's. Add to the comments. Not used so far.
-
-------------------------------------------------------------------------
-r15060 | hartman | 2006-04-02 07:49:26 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-* Force the UTF-8 encoding on mp4 text subtitles. (Note they can also be UTF-16, but that needs to be converted to UTF-8 in that case. refs #612
-
-------------------------------------------------------------------------
-r15059 | hartman | 2006-04-02 07:28:55 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/parse.c
-
-* Don't ignore blank alpha pallettes. Tested with all my DVDs. Fixes #560
-
-------------------------------------------------------------------------
-r15058 | fkuehne | 2006-04-02 07:28:18 -0700 (Sun, 02 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-* implement DEMUX_GET_LENGTH based upon the stream's meta data
-------------------------------------------------------------------------
-r15057 | courmisch | 2006-04-02 06:41:47 -0700 (Sun, 02 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/include/configuration.h
-
-- Fix use of undefined (static) memory
-- Code factorization
-
-------------------------------------------------------------------------
-r15056 | courmisch | 2006-04-02 06:34:21 -0700 (Sun, 02 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/modules_inner.h
-
-Fix a few warnings
-(struct should be fully initialized)
-
-------------------------------------------------------------------------
-r15055 | zorglub | 2006-04-02 06:20:55 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/modules/demux/mp4/mp4.c
-
-Don't crash on null metas
-
-------------------------------------------------------------------------
-r15054 | courmisch | 2006-04-02 06:12:49 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-
-Fix warning
-
-------------------------------------------------------------------------
-r15053 | dionoea | 2006-04-02 05:27:24 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-
-Same as previous commit
-
-------------------------------------------------------------------------
-r15052 | dionoea | 2006-04-02 05:23:41 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-
-We don't have a cross compiler package anymore (at least not that i know)
-
-------------------------------------------------------------------------
-r15051 | zorglub | 2006-04-02 05:22:55 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Update po and changelog
-
-------------------------------------------------------------------------
-r15050 | fkuehne | 2006-04-02 05:17:20 -0700 (Sun, 02 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* add XSPF and RM/RAM to the list of openable files (closes #617)
-------------------------------------------------------------------------
-r15049 | fkuehne | 2006-04-02 04:45:32 -0700 (Sun, 02 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/extended.m
-
-* merge most corrections by Steven Sheehy (taken from [15039], refs #438)
-------------------------------------------------------------------------
-r15048 | zorglub | 2006-04-02 04:17:53 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/ChangeLog
-   M /trunk/INSTALL.win32
-   M /trunk/NEWS
-   M /trunk/loader
-
-Update NEWS, ChangeLog, and INSTALL.win32
-
-------------------------------------------------------------------------
-r15047 | zorglub | 2006-04-02 04:11:26 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/activex/axvlc.idl
-
-2nd activeX review (Refs:#438)
-
-------------------------------------------------------------------------
-r15046 | zorglub | 2006-04-02 04:02:32 -0700 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/activex/axvlc.idl
-
-ActiveX review by tonsofpcs
-
-------------------------------------------------------------------------
-r15045 | courmisch | 2006-04-02 01:44:19 -0800 (Sun, 02 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/logger.c
-
-Remove unused variable
-
-------------------------------------------------------------------------
-r15044 | zorglub | 2006-04-01 23:58:36 -0800 (Sat, 01 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/streamdata.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-WX Strings review by Steven Sheehy (Refs:#438)
-
-------------------------------------------------------------------------
-r15043 | xtophe | 2006-04-01 15:29:26 -0800 (Sat, 01 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/Modules.am
-
-Oups
-
-------------------------------------------------------------------------
-r15042 | xtophe | 2006-04-01 15:06:11 -0800 (Sat, 01 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/debian/patches/20_no-wx-updates.dpatch
-
-fix again
-
-------------------------------------------------------------------------
-r15041 | xtophe | 2006-04-01 14:44:36 -0800 (Sat, 01 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/debian/patches/20_no-wx-updates.dpatch
-
-Update debian patch
-
-------------------------------------------------------------------------
-r15040 | xtophe | 2006-04-01 13:57:41 -0800 (Sat, 01 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Run update-po and update Spanish translation by Javier Varela.
-
-------------------------------------------------------------------------
-r15039 | zorglub | 2006-04-01 13:46:33 -0800 (Sat, 01 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-
-String fixes to extrapanel. Thanks to Steven on IRC
-
-------------------------------------------------------------------------
-r15032 | xtophe | 2006-04-01 13:38:18 -0800 (Sat, 01 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/extended.m
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
-
-gui/macos/*: 2nd String Review (refs #438)
-
-------------------------------------------------------------------------
-r15031 | dionoea | 2006-04-01 12:36:24 -0800 (Sat, 01 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Commit SSE/SSE2 detection fix when VLC is compiled with mingw32.
-fix #616/fixes #616
-
-------------------------------------------------------------------------
-r15030 | sam | 2006-04-01 12:33:59 -0800 (Sat, 01 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace.c
-
-  * modules/video_filter/deinterlace.c: pagvb is illegal MMX, use it when MMX
-    EXT is available, use pavgusb when 3DNow is available, and nothing instead.
-
-------------------------------------------------------------------------
-r15029 | dionoea | 2006-04-01 09:28:29 -0800 (Sat, 01 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/vlm.js
-
-Fix quotes arround inputs like "fake: option fake-file=thing.png" which should be "fake:" option "fake-file=thing.png"
-
-------------------------------------------------------------------------
-r15028 | fkuehne | 2006-04-01 07:12:35 -0800 (Sat, 01 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* don't try to open real streams, but quit before triggering any errors. thanks to thedj for pointing this out.
-------------------------------------------------------------------------
-r15027 | fkuehne | 2006-04-01 06:16:10 -0800 (Sat, 01 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/real.c
-
-* livedotcom.cpp: transform a blocking msg_err to a more descriptive msg_warn.
-    Please revert if this breaks something I didn't know about.
-* real.c: minor clean up
-------------------------------------------------------------------------
-r15026 | fkuehne | 2006-04-01 06:07:46 -0800 (Sat, 01 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-* show meta information for real streams (only Title, Author, Copyright, Comment for now)
-------------------------------------------------------------------------
-r15025 | fkuehne | 2006-04-01 03:27:40 -0800 (Sat, 01 Apr 2006) | 1 line
-Changed paths:
-   M /trunk/src/control/mediacontrol_audio_video.c
-   M /trunk/src/control/mediacontrol_core.c
-   M /trunk/src/control/mediacontrol_init.c
-   M /trunk/src/control/mediacontrol_plugin.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/darwin_specific.m
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/misc/vlm.c
-   M /trunk/src/network/getaddrinfo.c
-   M /trunk/src/network/httpd.c
-   M /trunk/src/network/io.c
-   M /trunk/src/network/rootwrap.c
-   M /trunk/src/network/tcp.c
-   M /trunk/src/network/udp.c
-   M /trunk/src/osd/osd.c
-   M /trunk/src/osd/osd_parser.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/view.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output/vout_intf.c
-
-* 2nd review of /src/* \ libvlc.h (refs #438)
-------------------------------------------------------------------------
-r15024 | courmisch | 2006-04-01 03:03:08 -0800 (Sat, 01 Apr 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
-- Don't assume builddir = srcdir
-- Fix minor memleak
-
-------------------------------------------------------------------------
-r15023 | littlejohn | 2006-04-01 02:29:32 -0800 (Sat, 01 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/java/SWTUglyPlayer.java
-   M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
-   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
-   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
-   M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
-
-Copyright year moved from 2004 to 2006
-
-------------------------------------------------------------------------
-r15022 | fkuehne | 2006-04-01 02:10:25 -0800 (Sat, 01 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.m
-
-* remove the extension of the input file before adding the new one
-* some minor string corrections and output changes
-------------------------------------------------------------------------
-r15021 | courmisch | 2006-04-01 00:40:15 -0800 (Sat, 01 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-More useless code - at least at do try to understand what I commit
-
-------------------------------------------------------------------------
-r15020 | courmisch | 2006-04-01 00:34:48 -0800 (Sat, 01 Apr 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Fixes are cool when they actually fix something
-
-------------------------------------------------------------------------
-r15019 | dionoea | 2006-03-31 16:25:58 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/image.c
-
-Hum, this isn't needed anymore.
-
-------------------------------------------------------------------------
-r15018 | dionoea | 2006-03-31 16:18:25 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Fix stat wrapper on windows... Wrappers are nice. Wrappers which work are better.
-
-------------------------------------------------------------------------
-r15017 | xtophe | 2006-03-31 15:30:46 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-Fix compile
-
-------------------------------------------------------------------------
-r15016 | xtophe | 2006-03-31 15:07:01 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/callback.c
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dshow/crossbar.cpp
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dv.c
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/access/fake.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/gnomevfs.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/rtsp/access.c
-   M /trunk/modules/access/screen/screen.c
-   M /trunk/modules/access/smb.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/access/vcd/vcd.c
-
-Access/*: Second lecture (refs #438)
-
-------------------------------------------------------------------------
-r15015 | dionoea | 2006-03-31 14:41:22 -0800 (Fri, 31 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/src/misc/image.c
-
-Prevent segfault under windows. We now have to fix the stream_Size function so it works.
-(exemple segfault with : $ ./vlc --fake-file="C:\Documents and Settings\Antoine\Mes documents\Mes images\vlc-1337.jpg" fake: )
-
-------------------------------------------------------------------------
-r15014 | ipkiss | 2006-03-31 14:33:45 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
-   M /trunk/modules/gui/skins2/src/ft2_font.hpp
-
- skins2/src/ft2_font.*: s/initalize/initialize/
-
-------------------------------------------------------------------------
-r15013 | fkuehne | 2006-03-31 14:23:53 -0800 (Fri, 31 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.m
-
-* do only show the destination of the first item on the summary page when transcoding to file and add a counter for the others
-------------------------------------------------------------------------
-r15012 | dionoea | 2006-03-31 13:37:52 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Libvlc strings 2nd review (Refs:#438)
-
-------------------------------------------------------------------------
-r15011 | courmisch | 2006-03-31 13:21:49 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-Probably a fix for crap compilers
-
-------------------------------------------------------------------------
-r15010 | courmisch | 2006-03-31 13:20:37 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-Fix an old overflow and two recent bugs introduced by me
-
-------------------------------------------------------------------------
-r15009 | zorglub | 2006-03-31 11:34:02 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/modules/codec/x264.c
-
-X264 (Refs:#438)
-
-------------------------------------------------------------------------
-r15008 | zorglub | 2006-03-31 11:24:33 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.cpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.cpp
-   M /trunk/modules/gui/skins2/events/evt_special.cpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/popup.cpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-   M /trunk/modules/gui/skins2/src/var_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/utils/ustring.cpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
-
-Skins strings (Refs:#438)
-
-------------------------------------------------------------------------
-r15007 | xtophe | 2006-03-31 08:46:08 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config_cat.h
-
-typo
-
-------------------------------------------------------------------------
-r15006 | zorglub | 2006-03-31 08:39:23 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-
-Muxers (Refs:#438)
-
-------------------------------------------------------------------------
-r15005 | xtophe | 2006-03-31 08:28:03 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/codec/tarkin.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/codec/x264.c
-
-codec 2nd round exept fo x264 (refs #438)
-
-------------------------------------------------------------------------
-r15004 | zorglub | 2006-03-31 08:24:32 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4audio.c
-
-2nd packetizer round (Refs:#438)
-
-------------------------------------------------------------------------
-r15003 | zorglub | 2006-03-31 08:22:19 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/modules/visualization/visual/visual.c
-
-vlc_config_cat.h 2nd round (Refs:#438)
-
-------------------------------------------------------------------------
-r15002 | fkuehne | 2006-03-31 08:12:31 -0800 (Fri, 31 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/osdmenu.c
-   M /trunk/modules/video_filter/rss.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/modules/video_output/aa.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/snapshot.c
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xvideo.c
-
-* 2nd review of video* and control/telnet.c
-------------------------------------------------------------------------
-r15001 | littlejohn | 2006-03-31 07:51:47 -0800 (Fri, 31 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/bindings/java/VlcClient.java
-
-Makefile typo fixed
-VlcClient.java and VlcClient class now match.
-
-
-------------------------------------------------------------------------
-r15000 | zorglub | 2006-03-31 07:30:32 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/bridge.c
-
-Be a bit more verbose (Refs:#438)
-
-------------------------------------------------------------------------
-r14999 | zorglub | 2006-03-31 07:30:21 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Additional string fixes (Refs:#438)
-
-------------------------------------------------------------------------
-r14998 | littlejohn | 2006-03-31 07:28:12 -0800 (Fri, 31 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/bindings/java/README
-   M /trunk/bindings/java/SWTUglyPlayer.java
-   M /trunk/bindings/java/TODO
-   M /trunk/bindings/java/VlcClient.java
-   M /trunk/bindings/java/javadoc.xml
-   M /trunk/bindings/java/org
-   M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
-   M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
-   M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
-   M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
-   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
-   M /trunk/bindings/java/vlc-graphics-jni.cc
-   M /trunk/bindings/java/vlc-libvlc-jni.cc
-
-Makefile updated for new java bindings classes.
-copyright and svn:id fixed for new classes
-
-------------------------------------------------------------------------
-r14997 | fkuehne | 2006-03-31 07:15:07 -0800 (Fri, 31 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/dolby.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/channel_mixer/simple.c
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos8.c
-   M /trunk/modules/audio_filter/converter/float32tou16.c
-   M /trunk/modules/audio_filter/converter/float32tou8.c
-   M /trunk/modules/audio_filter/converter/s16tofixed32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/audio_filter/converter/s8tofloat32.c
-   M /trunk/modules/audio_filter/converter/u8tofixed32.c
-   M /trunk/modules/audio_filter/converter/u8tofloat32.c
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/audio_filter/format.c
-   M /trunk/modules/audio_filter/normvol.c
-   M /trunk/modules/audio_filter/param_eq.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/auhal.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/jack.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/portaudio.c
-
-* 2nd review of modules/audio* (refs #438)
-------------------------------------------------------------------------
-r14996 | littlejohn | 2006-03-31 07:07:55 -0800 (Fri, 31 Mar 2006) | 3 lines
-Changed paths:
-   A /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
-   A /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
-   A /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
-   A /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-   A /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
-   A /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
-   A /trunk/bindings/java/org/videolan/jvlc/Playlist.java
-   A /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
-   A /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
-   A /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
-   A /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
-
-Java classes for Java bindings added
-
-
-------------------------------------------------------------------------
-r14995 | littlejohn | 2006-03-31 07:06:39 -0800 (Fri, 31 Mar 2006) | 8 lines
-Changed paths:
-   A /trunk/bindings/java/SWTUglyPlayer.java
-   M /trunk/bindings/java/VlcClient.java
-   D /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-   D /trunk/bindings/java/org/videolan/jvlc/JVLCBoolVariable.java
-   D /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
-   D /trunk/bindings/java/org/videolan/jvlc/JVLCFloatVariable.java
-   D /trunk/bindings/java/org/videolan/jvlc/JVLCIntVariable.java
-   D /trunk/bindings/java/org/videolan/jvlc/JVLCNoSuchVariableNameException.java
-   D /trunk/bindings/java/org/videolan/jvlc/JVLCStringVariable.java
-   D /trunk/bindings/java/org/videolan/jvlc/JVLCTimeVariable.java
-   D /trunk/bindings/java/org/videolan/jvlc/JVLCVarValue.java
-   D /trunk/bindings/java/org/videolan/jvlc/JVLCVarVariable.java
-   D /trunk/bindings/java/org/videolan/jvlc/JVLCVariable.java
-   D /trunk/bindings/java/org/videolan/jvlc/mediacontrol
-   D /trunk/bindings/java/vlc-glue-cni.cc
-   D /trunk/bindings/java/vlc-glue-jni.cc
-   A /trunk/bindings/java/vlc-libvlc-jni.cc
-
-Java bindings update to latest JVLC (step 1/2)
-
-JNI: unused files removed
-JNI: libvlc.h dependent file added 
-A sample SWT (ugly) player added
-Old java bindings files removed
-
-
-------------------------------------------------------------------------
-r14994 | fkuehne | 2006-03-31 06:24:32 -0800 (Fri, 31 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* add bigben's latest additions
-------------------------------------------------------------------------
-r14993 | zorglub | 2006-03-31 05:46:39 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/fake.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/twolame.c
-   M /trunk/modules/codec/vorbis.c
-
-Codecs (except x264). Refs:#438
-
-------------------------------------------------------------------------
-r14992 | zorglub | 2006-03-31 04:51:59 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/streamdata.cpp
-   M /trunk/modules/gui/wxwidgets/video.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-
-wxWidgets strings (Refs:#438)
-
-------------------------------------------------------------------------
-r14991 | littlejohn | 2006-03-31 01:32:09 -0800 (Fri, 31 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/src/control/playlist.c
-
-Playlist control: libvlc_playlist_pause added
-
-
-------------------------------------------------------------------------
-r14990 | zorglub | 2006-03-31 00:41:34 -0800 (Fri, 31 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/NEWS
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-Let's be proactive
-
-------------------------------------------------------------------------
-r14989 | xtophe | 2006-03-30 14:58:23 -0800 (Thu, 30 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/Modules.am
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/cmml/cmml.c
-   M /trunk/modules/codec/dirac.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-
-String review in codec. 1st part. ffmpeg.h to be improve. refs #438
-
-------------------------------------------------------------------------
-r14988 | bigben | 2006-03-30 13:54:07 -0800 (Thu, 30 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/voutgl.m
-
-* Implement Crop in the ogl vout
-* The implementation is quite dirty, but I just cannot see any other easy solution...
-
-
-------------------------------------------------------------------------
-r14987 | fkuehne | 2006-03-30 09:38:36 -0800 (Thu, 30 Mar 2006) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-* added 2 options for the OSX-disk-image creation-line
-    - scrub: removes .Trashes
-    - imagekey zlib-level=9: uses a better compression method, which saves us something MBs, but needs a bit more CPU-time.
-
-Thanks to cilly on IRC for suggesting this.
-------------------------------------------------------------------------
-r14986 | courmisch | 2006-03-30 08:37:06 -0800 (Thu, 30 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-Removes invalid UTF-8 byte sequences from meta data as a work-around
-until someone who knows how MPEG4 specifies encoding fixes the issue (refs #612)
-
-------------------------------------------------------------------------
-r14985 | zorglub | 2006-03-30 07:46:31 -0800 (Thu, 30 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/showintf.c
-   M /trunk/modules/control/telnet.c
-
-2nd control review (except telnet)
-
-------------------------------------------------------------------------
-r14984 | oaubert | 2006-03-30 06:39:50 -0800 (Thu, 30 Mar 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/misc/svg.c
-
-modules/misc/svg.c:
-  * specify unit for malloc
-  * use g_object_unref to properly free the p_rendition
-  * remove spurious whitespace
-
-------------------------------------------------------------------------
-r14983 | oaubert | 2006-03-30 06:31:02 -0800 (Thu, 30 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/Makefile.am
-
-bindings/mediacontrol-python/Makefile.am: 
-  * add python binding files to EXTRA_DIST
-  * move COMPILERARG definition inside the BUILD_PYTHON code
-
-------------------------------------------------------------------------
-r14982 | dionoea | 2006-03-30 06:05:13 -0800 (Thu, 30 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Many thanks to Albert on the forums for his help with the http interface
-
-------------------------------------------------------------------------
-r14981 | dionoea | 2006-03-30 06:01:24 -0800 (Thu, 30 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/style.css
-
-Try dialog width style fix
-
-------------------------------------------------------------------------
-r14980 | courmisch | 2006-03-30 05:57:58 -0800 (Thu, 30 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_tls.h
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/demux/voc.c
-   M /trunk/modules/demux/xa.c
-   M /trunk/src/network/tls.c
-
-Cosmetic, Fix my name
-
-------------------------------------------------------------------------
-r14979 | damienf | 2006-03-30 05:16:06 -0800 (Thu, 30 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/activex/olecontrol.cpp
-   M /trunk/activex/oleinplaceactiveobject.cpp
-   M /trunk/activex/oleinplaceobject.cpp
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/oleobject.h
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-
-- cleaned up in place and UI activation: VLC Plugin should behave better with other controls (ie. don't eat TABSTOP keystrokes, etc...)
-- minor code cleanup and fixes
-
-
-------------------------------------------------------------------------
-r14978 | damienf | 2006-03-30 02:20:26 -0800 (Thu, 30 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-opengl.c: fixed string declaration over multiple lines
-
-------------------------------------------------------------------------
-r14977 | zorglub | 2006-03-30 00:40:51 -0800 (Thu, 30 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/osdmenu.c
-   M /trunk/modules/video_filter/rss.c
-   M /trunk/modules/video_filter/swscale/filter.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/image.c
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/snapshot.c
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xvideo.c
-
-Video filters and outputs strings (Refs:#438)
-
-------------------------------------------------------------------------
-r14976 | zorglub | 2006-03-30 00:36:49 -0800 (Thu, 30 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/corba/corba.c
-
-Use the string
-
-------------------------------------------------------------------------
-r14975 | zorglub | 2006-03-29 21:42:08 -0800 (Wed, 29 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/corba/corba.c
-
-Corba string (Refs:#438)
-
-------------------------------------------------------------------------
-r14974 | zorglub | 2006-03-29 21:37:29 -0800 (Wed, 29 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/access_filter/timeshift.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/shout.c
-   M /trunk/modules/access_output/udp.c
-
-Access strings (Refs:#438)
-
-------------------------------------------------------------------------
-r14973 | dionoea | 2006-03-29 15:59:40 -0800 (Wed, 29 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/mosaic.js
-
-Mosaic wizard: audio stuff was missing
-
-------------------------------------------------------------------------
-r14972 | xtophe | 2006-03-29 15:58:40 -0800 (Wed, 29 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config_cat.h
-
-include/* : Relecture. refs #438
-
-------------------------------------------------------------------------
-r14971 | dionoea | 2006-03-29 14:40:26 -0800 (Wed, 29 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Fix windows drive listing. (We have wrappers arround wrappers ... neat :p )
-
-------------------------------------------------------------------------
-r14970 | bigben | 2006-03-29 12:03:48 -0800 (Wed, 29 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-
-* vout.m : comment the NSLog call in windowContainsEmbedded: this method is called on something else than an NSWindow in normal operation
-* other: implement on the fly aspect ratio change. Only works in the ogl output at the moment
-
-
-------------------------------------------------------------------------
-r14969 | dionoea | 2006-03-29 09:45:59 -0800 (Wed, 29 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/share/http/js/mosaic.js
-   M /trunk/share/http/js/vlm.js
-   M /trunk/src/misc/vlm.c
-
-src/misc/vlm.c: fix FindEndCommand quote escaping
-share/http/js/*.js: escape inputs in vlm commands
-
-------------------------------------------------------------------------
-r14968 | dionoea | 2006-03-29 09:11:32 -0800 (Wed, 29 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Some more typos
-
-------------------------------------------------------------------------
-r14967 | dionoea | 2006-03-29 08:56:20 -0800 (Wed, 29 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/http/mvar.c
-
-Fix typos. Thanks to tumu
-
-------------------------------------------------------------------------
-r14966 | dionoea | 2006-03-29 07:03:17 -0800 (Wed, 29 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/control/http/mvar.c
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/control/lirc.c
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/showintf.c
-
-Control interfaces first string review.
-
-------------------------------------------------------------------------
-r14965 | xtophe | 2006-03-29 06:35:58 -0800 (Wed, 29 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/input
-
-typo
-
-------------------------------------------------------------------------
-r14964 | dionoea | 2006-03-29 06:27:14 -0800 (Wed, 29 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-First rc interface string review
-
-------------------------------------------------------------------------
-r14963 | zorglub | 2006-03-29 06:02:00 -0800 (Wed, 29 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/LIST
-
-LIST update (287 modules now)
-
-------------------------------------------------------------------------
-r14962 | zorglub | 2006-03-29 05:49:40 -0800 (Wed, 29 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dv.c
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/access/fake.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/gnomevfs.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/access/rtsp/access.c
-   M /trunk/modules/access/screen/screen.c
-   M /trunk/modules/access/smb.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/access/vcd/vcd.c
-
-Access strings (Refs:#438)
-
-------------------------------------------------------------------------
-r14961 | sam | 2006-03-29 03:03:00 -0800 (Wed, 29 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-  * modules/demux/mp4/mp4.c: explicited debug message.
-
-------------------------------------------------------------------------
-r14960 | courmisch | 2006-03-29 02:35:41 -0800 (Wed, 29 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Fix warnings
-
-------------------------------------------------------------------------
-r14959 | dionoea | 2006-03-29 00:59:52 -0800 (Wed, 29 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-fix #578. patch by Steven Sheehy. thanks.
-
-------------------------------------------------------------------------
-r14958 | fkuehne | 2006-03-28 23:33:35 -0800 (Tue, 28 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/misc/xml/libxml.c
-   M /trunk/src/misc/modules.c
-
-* fixed a few signedness warnings. Please shout if this accidentally breaks something.
-------------------------------------------------------------------------
-r14957 | fkuehne | 2006-03-28 22:39:21 -0800 (Tue, 28 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/x264-svn.patch
-
-* x264-patch was committed upstream
-------------------------------------------------------------------------
-r14956 | xtophe | 2006-03-28 14:34:41 -0800 (Tue, 28 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/snapshot.h
-
-include: first part of the relecture. refs #438
-
-------------------------------------------------------------------------
-r14955 | dionoea | 2006-03-28 13:29:59 -0800 (Tue, 28 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-   M /trunk/share/http/requests/status.xml
-
-Export stats in http interface
-
-------------------------------------------------------------------------
-r14954 | zorglub | 2006-03-28 13:00:15 -0800 (Tue, 28 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/audio_filter/normvol.c
-
-Audio strings, except parametric equalizer (I just don't understand anything) - Refs:#438
-
-------------------------------------------------------------------------
-r14953 | zorglub | 2006-03-28 12:29:28 -0800 (Tue, 28 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/control/mediacontrol_audio_video.c
-   M /trunk/src/control/mediacontrol_core.c
-   M /trunk/src/control/mediacontrol_util.c
-   M /trunk/src/extras/libc.c
-   M /trunk/src/input/control.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/misc/vlm.c
-   M /trunk/src/network/acl.c
-
-String fixes in src (Refs:#438)
-
-------------------------------------------------------------------------
-r14952 | dionoea | 2006-03-28 09:16:52 -0800 (Tue, 28 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/mosaic.js
-
-Fix mosaic wizard on IE. Thanks to Albert on the forum for the tip
-
-------------------------------------------------------------------------
-r14951 | zorglub | 2006-03-28 07:50:44 -0800 (Tue, 28 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Fix intf options
-
-------------------------------------------------------------------------
-r14950 | dionoea | 2006-03-28 07:40:43 -0800 (Tue, 28 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Hum ... we still want to strip when using wince
-
-------------------------------------------------------------------------
-r14949 | zorglub | 2006-03-28 07:15:16 -0800 (Tue, 28 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/debian/patches/20_no-wx-updates.dpatch
-
-Update update checker debian patch
-
-------------------------------------------------------------------------
-r14948 | dionoea | 2006-03-28 06:02:49 -0800 (Tue, 28 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Fix update dialog layout in Windows
-
-------------------------------------------------------------------------
-r14947 | zorglub | 2006-03-28 05:57:36 -0800 (Tue, 28 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/codecs.h
-   M /trunk/include/network.h
-   M /trunk/include/vlc_interface.h
-
-Strings in include/ (Refs:#438)
-
-------------------------------------------------------------------------
-r14946 | dionoea | 2006-03-28 05:30:33 -0800 (Tue, 28 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Don't strip windows builds when running make package-win-common-devel
-
-------------------------------------------------------------------------
-r14945 | zorglub | 2006-03-27 13:44:30 -0800 (Mon, 27 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Strings review for libvlc.h (Refs:#438)
-
-------------------------------------------------------------------------
-r14944 | fkuehne | 2006-03-27 11:06:33 -0800 (Mon, 27 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/x264-svn.patch
-
-* fix x264 compilation
-------------------------------------------------------------------------
-r14943 | courmisch | 2006-03-27 08:57:57 -0800 (Mon, 27 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-
-Remove superfluous (as in implied by the previous one) condition
-
-------------------------------------------------------------------------
-r14942 | courmisch | 2006-03-27 08:48:14 -0800 (Mon, 27 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_url.h
-
-Oops
-
-------------------------------------------------------------------------
-r14941 | courmisch | 2006-03-27 07:35:55 -0800 (Mon, 27 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-- Use utf_8scandir() and some cleanup
-- Fix double free()
-
-------------------------------------------------------------------------
-r14940 | courmisch | 2006-03-27 06:47:05 -0800 (Mon, 27 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/strings.c
-
-Fix lame encoded URL decoder (closes #613)
-
-------------------------------------------------------------------------
-r14939 | courmisch | 2006-03-27 06:46:14 -0800 (Mon, 27 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/mvar.c
-
-Use utf8_scandir instead of scandir
-
-------------------------------------------------------------------------
-r14938 | courmisch | 2006-03-27 05:28:24 -0800 (Mon, 27 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_url.h
-
-Support URL-escape non-ASCII characters properly as far as possible
-(ie. all characters from the Basic Multilingual Plane from Unicode)
-
-------------------------------------------------------------------------
-r14937 | courmisch | 2006-03-27 03:26:50 -0800 (Mon, 27 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/unicode.c
-
-utf8_scandir: Unicode wrapper for scandir()
-
-------------------------------------------------------------------------
-r14936 | dionoea | 2006-03-26 17:23:54 -0800 (Sun, 26 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/npvlc_rc.rc
-   M /trunk/mozilla/vlcplugin.h
-
-Add audio/wav and audio/x-wav to available mime types
-
-------------------------------------------------------------------------
-r14935 | fkuehne | 2006-03-26 12:50:04 -0800 (Sun, 26 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-* accept %H:%M:%S and %M:%S as valid syntax as well (additionally to just %S)
-------------------------------------------------------------------------
-r14934 | courmisch | 2006-03-26 12:25:07 -0800 (Sun, 26 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/control/http/util.c
-
-- Use iconv transliteration instead of custom code
-- Supposedly fix a memleak
-- Fix a few warnings
-
-------------------------------------------------------------------------
-r14933 | hartman | 2006-03-25 15:21:31 -0800 (Sat, 25 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-* In case we do scaling on SSA subs, we also need to adjust the canvas size in which we render. (there you go bigben :D ) fixes #562
-
-------------------------------------------------------------------------
-r14932 | xtophe | 2006-03-25 15:10:43 -0800 (Sat, 25 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/dummy/interface.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/modules/misc/growl.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/msn.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/misc/playlist/old.c
-   M /trunk/modules/misc/svg.c
-   M /trunk/modules/misc/win32text.c
-   M /trunk/modules/misc/xml/libxml.c
-
-misc/*: 2nd lecture. refs #438
-
-------------------------------------------------------------------------
-r14931 | damienf | 2006-03-25 14:15:33 -0800 (Sat, 25 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/activex/axvlc.def
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/test.html
-   M /trunk/activex/vlccontrol.cpp
-
-- added support for non OLE containers, such as Windows Script Host WScript.CreateObject.
-- made time property persistable, use 'StartTime' under HTML
-- removed functions with stdcall suffix from exported functions in DLL
-
-------------------------------------------------------------------------
-r14930 | zorglub | 2006-03-25 11:24:05 -0800 (Sat, 25 Mar 2006) | 9 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/qnx/qnx.c
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/src/libvlc.h
-
-* Remove Advanced/Misc
-* Move out Advanced/Misc/Misc options
-* Don't show any Stuff/General category anymore
-* For interfaces, split out "General" from main interface settings
-* Remove dummy from prefs
-* Clean hotkeys settings
-
-(Closes:#598)
-
-------------------------------------------------------------------------
-r14929 | fkuehne | 2006-03-25 10:54:58 -0800 (Sat, 25 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/macosx/prefs.m
-
-* playlistinfo.m: update the stats faster after a p_item-switch
-* both: fixed each one 'comparison of distinct Objective-C types lacks a cast' warnings
-------------------------------------------------------------------------
-r14928 | fkuehne | 2006-03-25 10:19:53 -0800 (Sat, 25 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* update the info panel when switching the currently played p_item
-------------------------------------------------------------------------
-r14927 | zorglub | 2006-03-25 10:19:13 -0800 (Sat, 25 Mar 2006) | 5 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/video_output.c
-
-*EXPERIMENTAL* Default to disabling vout_synchro, but not dropping of late pictures in the video_output thread. (Refs:#593)
-
-Please test heavily against MPEG1/2 streams.
-
-
-------------------------------------------------------------------------
-r14926 | asmax | 2006-03-25 08:52:16 -0800 (Sat, 25 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-
-* added a new skin variable "vlc.hasVout", true when... there is a vout !
-
-------------------------------------------------------------------------
-r14925 | asmax | 2006-03-25 08:36:51 -0800 (Sat, 25 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-
-* generic_window.cpp: register window visibility variables in
- the var manager, to avoid a crash at exit when an expression
- 'not window.isVisible' is used in a skin.
-
-------------------------------------------------------------------------
-r14924 | zorglub | 2006-03-25 08:10:33 -0800 (Sat, 25 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/vcd/vcd.c
-
-Should fix playback of cdda://D:\ under win32. Please test (Refs:#490)
-
-------------------------------------------------------------------------
-r14923 | zorglub | 2006-03-25 07:39:09 -0800 (Sat, 25 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
-Retry syncing mpeg audio stream if it failed on first block (Closes:#609)
-
-------------------------------------------------------------------------
-r14922 | xtophe | 2006-03-25 07:14:38 -0800 (Sat, 25 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-misc/configuration.c: Use the proper directory separator
-
-------------------------------------------------------------------------
-r14921 | courmisch | 2006-03-25 06:43:43 -0800 (Sat, 25 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/loader/Makefile.am
-
-Switch loader to libtool
-(it only works on platforms where libtool works anyway)
-
-------------------------------------------------------------------------
-r14920 | courmisch | 2006-03-25 06:43:10 -0800 (Sat, 25 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/loader/driver.c
-
-Fix previous commit
-
-------------------------------------------------------------------------
-r14919 | courmisch | 2006-03-25 06:37:36 -0800 (Sat, 25 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/loader/driver.c
-   M /trunk/loader/win32.c
-
-Fix duplicate symbol
-
-------------------------------------------------------------------------
-r14918 | fkuehne | 2006-03-25 04:54:27 -0800 (Sat, 25 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpjpeg.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/mux/wav.c
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/h264.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegvideo.c
-
-* another 1st string review, refs #438
-------------------------------------------------------------------------
-r14917 | courmisch | 2006-03-25 04:37:31 -0800 (Sat, 25 Mar 2006) | 6 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Bug to really-stupid-and-worrisomely-not-fixed-for-more-than-ten-years
-bug for Winsock DNS resolver, inasmuch as is possible - closes #445.
-
-Should it fail to fix the bug, I'm afraid there would be no solution,
-but not to use Windows without its IPv6 stack.
-
-------------------------------------------------------------------------
-r14916 | fkuehne | 2006-03-25 04:28:31 -0800 (Sat, 25 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/include/vlc_config_cat.h
-
-* 1st string review, refs #438
-------------------------------------------------------------------------
-r14915 | zorglub | 2006-03-25 04:15:49 -0800 (Sat, 25 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcpeer.cpp
-
-Remove debug (Refs:#438)
-
-------------------------------------------------------------------------
-r14914 | jpsaman | 2006-03-25 04:15:42 -0800 (Sat, 25 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Drop support for VLS specific LPCB because it conflicts with standards. Closes #610
-------------------------------------------------------------------------
-r14913 | asmax | 2006-03-25 03:01:03 -0800 (Sat, 25 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/share/skins2/skin.dtd
-
-* attribute "nbFrames" of element Bitmap is now "nbframes", as said in the
- documentation (and the old name was inconsistent with other attribute names)
- Sorry for the compatibility break...
-
-------------------------------------------------------------------------
-r14912 | zorglub | 2006-03-25 02:57:34 -0800 (Sat, 25 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/gather.c
-   M /trunk/modules/stream_out/mosaic_bridge.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/transcode.c
-
-Strings review in stream_out (Refs:#438). Please review these once more as I changed some quite heavily
-
-------------------------------------------------------------------------
-r14911 | zorglub | 2006-03-25 02:34:38 -0800 (Sat, 25 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/win32text.c
-
-Finish strings review in misc/ (Refs:#438)
-
-------------------------------------------------------------------------
-r14910 | zorglub | 2006-03-25 02:00:14 -0800 (Sat, 25 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/podcast.c
-   M /trunk/modules/services_discovery/sap.c
-
-Strings review in services_discovery + remove unimplemented sap-cache option (Refs:#438)
-
-------------------------------------------------------------------------
-r14909 | xtophe | 2006-03-24 10:26:46 -0800 (Fri, 24 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-sap.c: Ressucitate --sap-addr for the lucky one with M-Bone and too much sap announces.
-
-------------------------------------------------------------------------
-r14908 | xtophe | 2006-03-24 09:52:47 -0800 (Fri, 24 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-
-wxwidgets.c: missing from [14902] commit
-
-------------------------------------------------------------------------
-r14907 | dionoea | 2006-03-24 06:17:28 -0800 (Fri, 24 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/index.html
-   M /trunk/share/http/mosaic.html
-   M /trunk/share/http/requests/browse.xml
-   M /trunk/share/http/requests/playlist.xml
-   M /trunk/share/http/requests/status.xml
-   M /trunk/share/http/requests/vlm.xml
-   M /trunk/share/http/requests/vlm_cmd.xml
-   M /trunk/share/http/vlm.html
-
-Use the "charset" variable
-
-------------------------------------------------------------------------
-r14906 | dionoea | 2006-03-24 06:16:12 -0800 (Fri, 24 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/control/http/http.h
-   M /trunk/modules/control/http/util.c
-
-try fixing charset problems. I'll launch a win32 nightly, try it out and change it if it still doesn't work.
-
-------------------------------------------------------------------------
-r14905 | dionoea | 2006-03-24 05:41:15 -0800 (Fri, 24 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/functions.js
-
-Fix windows browser bug: first directory or filename character was removed.
-
-------------------------------------------------------------------------
-r14904 | dionoea | 2006-03-24 05:11:17 -0800 (Fri, 24 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/vlm
-   M /trunk/share/http/js/vlm.js
-
-Add hide/show vlm helper button. Original idea by Albert (http://forum.videolan.org/viewtopic.php?t=18573)
-
-------------------------------------------------------------------------
-r14903 | zorglub | 2006-03-24 03:05:28 -0800 (Fri, 24 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/galaktos/plugin.c
-   M /trunk/modules/visualization/goom.c
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/modules/visualization/visual/visual.h
-   M /trunk/modules/visualization/xosd.c
-
-Strings review in visualization/ (Refs:#438)
-
-------------------------------------------------------------------------
-r14902 | xtophe | 2006-03-23 14:54:31 -0800 (Thu, 23 Mar 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-wx/interfaces.cpp: Add an option to display tool bar buton name. 
-                  Warning hack inside.
-                  refs #495 close it for linux and win32
-                  
-
-------------------------------------------------------------------------
-r14901 | dionoea | 2006-03-23 14:46:18 -0800 (Thu, 23 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
-use p_playlist->p_input
-
-------------------------------------------------------------------------
-r14900 | bigben | 2006-03-23 14:19:38 -0800 (Thu, 23 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* Do not make a vlc_object_find to find the playlist, since we may get the item being preparsed. Use p_playlist->p_input instead
-
-
-------------------------------------------------------------------------
-r14899 | hartman | 2006-03-23 13:43:34 -0800 (Thu, 23 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* stupid mars.org being offline all the time. Pull files from our own download servers.
-
-------------------------------------------------------------------------
-r14898 | xtophe | 2006-03-23 13:41:12 -0800 (Thu, 23 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/services_discovery/shout.c
-
-services_discovery/*: String review (refs #438) and suppress the sap-addr option
-
-------------------------------------------------------------------------
-r14897 | hartman | 2006-03-23 12:25:07 -0800 (Thu, 23 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-* Fix AMR RTP muxing. patch by Alex Antropoff <alant at transtelecom dot md>.
-
-
-------------------------------------------------------------------------
-r14896 | bigben | 2006-03-23 11:57:20 -0800 (Thu, 23 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* Use the correct limit when looping
-
-
-------------------------------------------------------------------------
-r14895 | xtophe | 2006-03-22 14:39:51 -0800 (Wed, 22 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/galaktos/plugin.c
-   M /trunk/modules/visualization/goom.c
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/modules/visualization/xosd.c
-
-String Review. refs #438
-
-------------------------------------------------------------------------
-r14886 | jpsaman | 2006-03-22 13:01:09 -0800 (Wed, 22 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/src/network/httpd.c
-
-Add support for X-Playnow RTSP option
-------------------------------------------------------------------------
-r14882 | fkuehne | 2006-03-22 10:09:55 -0800 (Wed, 22 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* copy the http-intf-readme to the OSX-bundle as well
-------------------------------------------------------------------------
-r14881 | sam | 2006-03-22 09:51:17 -0800 (Wed, 22 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/caca.c
-
-  * modules/video_output/caca.c: Compilation fixes.
-
-------------------------------------------------------------------------
-r14880 | dionoea | 2006-03-22 08:38:46 -0800 (Wed, 22 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Add share/http/requests/readme to win target
-
-------------------------------------------------------------------------
-r14879 | dionoea | 2006-03-22 08:37:24 -0800 (Wed, 22 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-add requests/readme
-
-------------------------------------------------------------------------
-r14878 | dionoea | 2006-03-22 08:36:48 -0800 (Wed, 22 Mar 2006) | 2 lines
-Changed paths:
-   A /trunk/share/http/requests/readme
-
-List and explain available commands / requests
-
-------------------------------------------------------------------------
-r14877 | courmisch | 2006-03-22 08:05:11 -0800 (Wed, 22 Mar 2006) | 10 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/codec/subsdec.c
-
-include:
- * export GetFallbackEncoding()
-subsdec:
- * autodetect UTF-8 encoding,
- * use better non-Unicode default encoding from language instead of
- CP1252 when local encoding is UTF-8, and local encoding in all other cases
- (should improve subtitles decoding on POSIX a lot)
- * some memory fixes
- * some cosmetic fixes
-
-------------------------------------------------------------------------
-r14876 | xtophe | 2006-03-22 06:14:10 -0800 (Wed, 22 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/logger.c
-
-logger.c: Compile fix
-
-------------------------------------------------------------------------
-r14875 | zorglub | 2006-03-22 05:38:50 -0800 (Wed, 22 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r14874 | courmisch | 2006-03-22 04:26:11 -0800 (Wed, 22 Mar 2006) | 6 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/unicode.c
-
-IsUTF8: check if a string is a valid UTF8 sequence without modifying it
-EnsureUTF8 would replace invalid bytes sequences with question marks.
-
-Most of the code was already there anyway. This allows UTF-8 autodetection
-without a dedicated UTF8-to-UTF8 iconv() handle.
-
-------------------------------------------------------------------------
-r14873 | zorglub | 2006-03-22 04:14:30 -0800 (Wed, 22 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/modules/misc/growl.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/msn.c
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/misc/svg.c
-   M /trunk/modules/misc/xml/libxml.c
-   M /trunk/modules/misc/xml/xtag.c
-
-Strings review in misc/ except dummy and win32text (Refs:#438)
-
-------------------------------------------------------------------------
-r14872 | courmisch | 2006-03-22 03:24:45 -0800 (Wed, 22 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Clean up
-
-------------------------------------------------------------------------
-r14871 | courmisch | 2006-03-22 03:14:24 -0800 (Wed, 22 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/extras/libc.c
-
-Clean up vlc_iconv prototype
-
-------------------------------------------------------------------------
-r14870 | zorglub | 2006-03-21 23:12:10 -0800 (Tue, 21 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-Strings review of telnet.c (Refs:#438)
-
-------------------------------------------------------------------------
-r14869 | dionoea | 2006-03-21 16:19:29 -0800 (Tue, 21 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/playlist
-   M /trunk/share/http/iehacks.css
-   M /trunk/share/http/style.css
-
-Slightly better IE and Firefox compatible version of the sort and services discovery menus.
-
-------------------------------------------------------------------------
-r14868 | dionoea | 2006-03-21 15:41:05 -0800 (Tue, 21 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/msn.c
-
-Also update now playing info when playing a new item.
-
-------------------------------------------------------------------------
-r14867 | dionoea | 2006-03-21 15:26:17 -0800 (Tue, 21 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/js/mosaic.js
-   M /trunk/share/http/js/vlm.js
-
-Some more IE (crap) fixes
-
-------------------------------------------------------------------------
-r14861 | bigben | 2006-03-21 14:08:41 -0800 (Tue, 21 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* There is no reason not to allow to open the information panel on nodes
-* We now have an (ugly) way to rename nodes
-
-
-------------------------------------------------------------------------
-r14860 | bigben | 2006-03-21 12:56:51 -0800 (Tue, 21 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/controls.m
-
-* Only enable "Jump To Time" when the stream is seekable
-* Fix enabling of the step forward/backward functions
-
-
-------------------------------------------------------------------------
-r14859 | dionoea | 2006-03-21 12:56:35 -0800 (Tue, 21 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Add 7zip win32 build targets
-
-------------------------------------------------------------------------
-r14858 | courmisch | 2006-03-21 10:20:48 -0800 (Tue, 21 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-I knew I was foolish to expect wxWidgets to work properly.
-
-------------------------------------------------------------------------
-r14857 | courmisch | 2006-03-21 09:28:09 -0800 (Tue, 21 Mar 2006) | 9 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Attempt to use wc_str() even if wxWidgets is not built with Unicode.
-According to the wxWidgets documentation, it works. But of course, you
-don't want to trust the wxWidgets documentation, particularly when it
-deals with characters encoding. Or rather, you'd like to trust the
-documentation, but you can't trust the actual implementation to work
-until you tested it.
-
-So lets see if it works, and revert commit it tomorrow if it sucks.
-
-------------------------------------------------------------------------
-r14856 | courmisch | 2006-03-21 09:21:24 -0800 (Tue, 21 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Attempt to fix Unicode wxWidgets interface on Win32
-
-------------------------------------------------------------------------
-r14855 | courmisch | 2006-03-21 08:42:34 -0800 (Tue, 21 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/unicode.c
-
-- FromWide(): converts a wchar_t * to UTF-8 char *
-  (if local charset is UTF-8, this is similar to wcstombs())
-- FromUTF16(): converts a host-order UTF-16 byte sequence to UTF-8
-
-------------------------------------------------------------------------
-r14854 | courmisch | 2006-03-21 08:08:35 -0800 (Tue, 21 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-libtool: Compile builtins as convenience libraries rather than static ones
-Might fix PIC linking issues on amd64
-
-------------------------------------------------------------------------
-r14853 | courmisch | 2006-03-21 07:39:43 -0800 (Tue, 21 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-A bit explanation of the wxWidgets string conversion mess won't harm
-
-------------------------------------------------------------------------
-r14852 | courmisch | 2006-03-21 07:34:34 -0800 (Tue, 21 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-
-Fix G++ 4.1 compilation problem
-reported by Diego 'Flameeyes' Petten?\195?\178
-
-------------------------------------------------------------------------
-r14851 | dionoea | 2006-03-20 16:45:31 -0800 (Mon, 20 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/requests/status.xml
-
-looks like someone renamed vlc_obj_exists to vlc_object_exists.
-
-------------------------------------------------------------------------
-r14847 | zorglub | 2006-03-20 15:13:39 -0800 (Mon, 20 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/test/NativeLibvlcTest.py
-   M /trunk/test/NativeStatsTest.py
-   M /trunk/test/PyMediaControlBaseTest.py
-   M /trunk/test/PyMediaControlPlaylistTest.py
-   M /trunk/test/PyMediaControlVariablesTest.py
-   M /trunk/test/setup.py
-
-Fix test
-
-------------------------------------------------------------------------
-r14846 | ipkiss | 2006-03-20 14:34:43 -0800 (Mon, 20 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins/skins2-howto.xml: Fixed typos.
-
-------------------------------------------------------------------------
-r14845 | fkuehne | 2006-03-20 12:42:23 -0800 (Mon, 20 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-
-* the transitional phase of our osx-aout-modules is over :)
-------------------------------------------------------------------------
-r14843 | dionoea | 2006-03-20 12:22:59 -0800 (Mon, 20 Mar 2006) | 6 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-fix #478.
-
-You need to escape (with \):
-* quotes that are part of a file's name or option's value
-* backslashes
-
-------------------------------------------------------------------------
-r14842 | damienf | 2006-03-20 06:40:42 -0800 (Mon, 20 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-
-plugin.cpp: as usual,I forgot to disable my own debug
-
-------------------------------------------------------------------------
-r14841 | damienf | 2006-03-20 06:37:41 -0800 (Mon, 20 Mar 2006) | 7 lines
-Changed paths:
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/test.html
-   M /trunk/activex/vlccontrol.cpp
-
-plugin.cpp, plugin.h: delayed initialization of VLC until activation in place in user mode only
-    this allows the persistable properties to be fully loaded before initialization and allow
-    for control to initialize faster in design mode. AUTOLOOP property now works properly
-persistpropbag.cpp, vlccontrol.h: decoupled volume property from VLC so that value can be used
-    without having VLC initialized
-test.html: added volume control
-
-------------------------------------------------------------------------
-r14840 | fkuehne | 2006-03-20 06:13:04 -0800 (Mon, 20 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* fixed the copying of the re-worked http-interface to our release bundle. (not really clean, but I don't know how to do this in a better way...)
-------------------------------------------------------------------------
-r14839 | massiot | 2006-03-20 03:18:52 -0800 (Mon, 20 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * modules/mux/mpeg/ts.c: New --sout-ts-alignment option.
-
-------------------------------------------------------------------------
-r14838 | massiot | 2006-03-20 03:12:04 -0800 (Mon, 20 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/control/http/http.h
-
- * modules/control/http: Content-Type should be case-insensitive.
-
-------------------------------------------------------------------------
-r14837 | dionoea | 2006-03-19 17:51:45 -0800 (Sun, 19 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/mosaic
-   M /trunk/share/http/js/functions.js
-
-mosaic wizard: change layout & make VLM command batch display optional.
-
-------------------------------------------------------------------------
-r14836 | dionoea | 2006-03-19 17:35:15 -0800 (Sun, 19 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/vlm.js
-
-* also do vlm options fix on sout.
-
-------------------------------------------------------------------------
-r14835 | dionoea | 2006-03-19 17:32:11 -0800 (Sun, 19 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/share/http/dialogs/input
-   M /trunk/share/http/dialogs/mosaic
-   M /trunk/share/http/dialogs/sout
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/js/mosaic.js
-   M /trunk/share/http/js/vlm.js
-   M /trunk/share/http/style.css
-
-* add "fake:" input
-* vlm fix. change "input :foo=bar :foo2=bar2" into vlm compatible option handling
-* mosaic fix. always enable transcode when using an sout chain
-
-------------------------------------------------------------------------
-r14834 | hartman | 2006-03-19 14:03:20 -0800 (Sun, 19 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* Fix AMR from liveMedia decoding. Patch by Alex Antropoff <alant at transtelecom dot md>
-
-------------------------------------------------------------------------
-r14830 | xtophe | 2006-03-19 10:16:56 -0800 (Sun, 19 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/caca.c
-
-caca.c: Typo
-
-------------------------------------------------------------------------
-r14829 | hartman | 2006-03-19 10:05:54 -0800 (Sun, 19 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* sorry about the missing #if
-
-------------------------------------------------------------------------
-r14828 | sam | 2006-03-19 09:17:57 -0800 (Sun, 19 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/caca.c
-
-  * Support for newer libcaca/libcucul versions.
-
-------------------------------------------------------------------------
-r14827 | bigben | 2006-03-19 05:13:09 -0800 (Sun, 19 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/output.m
-
-Forgot that one
-
-
-------------------------------------------------------------------------
-r14826 | bigben | 2006-03-19 05:03:20 -0800 (Sun, 19 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.m
-
-* fix compilation
-
-
-------------------------------------------------------------------------
-r14825 | bigben | 2006-03-19 04:57:26 -0800 (Sun, 19 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/bookmarks.m
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/equalizer.m
-   M /trunk/modules/gui/macosx/extended.m
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/update.m
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
-   M /trunk/modules/gui/macosx/wizard.m
-
-* First string review of the OSX interface
-
-
-------------------------------------------------------------------------
-r14824 | hartman | 2006-03-19 03:24:16 -0800 (Sun, 19 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* fix the liveMedia VERSION_INT (hopefully)
-
-------------------------------------------------------------------------
-r14823 | dionoea | 2006-03-18 17:49:11 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Add iehacks.css to Makefile.am
-
-------------------------------------------------------------------------
-r14822 | dionoea | 2006-03-18 17:46:43 -0800 (Sat, 18 Mar 2006) | 6 lines
-Changed paths:
-   M /trunk/share/http/dialogs/input
-   M /trunk/share/http/dialogs/mosaic
-   M /trunk/share/http/dialogs/playlist
-   M /trunk/share/http/dialogs/sout
-   A /trunk/share/http/iehacks.css
-   M /trunk/share/http/images/info.png
-   M /trunk/share/http/index.html
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/style.css
-
-A bunch of hacks to fix bugs on IE.
-
-I really don't like the Sort menu and Services discovery menu code. If
-someone has a better idea feal free to change it.
-
-
-------------------------------------------------------------------------
-r14821 | hartman | 2006-03-18 17:28:18 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* fix ifdef
-
-------------------------------------------------------------------------
-r14820 | xtophe | 2006-03-18 17:27:21 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/bridge.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/switcher.c
-   M /trunk/modules/stream_out/transcode.c
-
-stream_out/*: String review (refs #438)
-
-------------------------------------------------------------------------
-r14819 | hartman | 2006-03-18 17:00:13 -0800 (Sat, 18 Mar 2006) | 8 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* Send Keep-A-Live RTSP bogus calls for servers that do not support RTCP reports.
-  Seems to work for WM RTSP. No support yet for Kasenna,
-  since I don't have proper access to one at this moment.
-
-  refs #595
-  refs #329
-
-
-------------------------------------------------------------------------
-r14818 | dionoea | 2006-03-18 16:02:26 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/sout
-
-Fix typo
-
-------------------------------------------------------------------------
-r14817 | jpsaman | 2006-03-18 15:11:31 -0800 (Sat, 18 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Undo r 14546 breakage
-------------------------------------------------------------------------
-r14816 | zorglub | 2006-03-18 14:27:07 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-Don't expand WX Tree root - Patch by Alexander Gall. Thanks
-
-------------------------------------------------------------------------
-r14815 | zorglub | 2006-03-18 14:18:16 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-Apparently fix WX playlist crash (Closes:#205)
-
-------------------------------------------------------------------------
-r14814 | xtophe | 2006-03-18 10:14:49 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-share/makefile.am: Typo. Thanks to Albert on the forum for the report
-
-------------------------------------------------------------------------
-r14813 | zorglub | 2006-03-18 10:12:47 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-Don't use %f in es_out (Closes:#587)
-
-------------------------------------------------------------------------
-r14812 | dionoea | 2006-03-18 09:56:10 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/mosaic
-
-Add some comments and 'fix' display if the mosaic's width is larger than 600px.
-
-------------------------------------------------------------------------
-r14811 | zorglub | 2006-03-18 09:52:31 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_httpd.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/network/httpd.c
-
-Display IP of client in debug
-
-------------------------------------------------------------------------
-r14810 | dionoea | 2006-03-18 09:45:40 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/mosaic.js
-
-Spelling fix, again.
-
-------------------------------------------------------------------------
-r14809 | dionoea | 2006-03-18 09:43:36 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/mosaic
-
-Spelling fix
-
-------------------------------------------------------------------------
-r14808 | dionoea | 2006-03-18 09:42:37 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/input
-   M /trunk/share/http/dialogs/mosaic
-   M /trunk/share/http/dialogs/sout
-   M /trunk/share/http/js/mosaic.js
-
-add some help and feedback
-
-------------------------------------------------------------------------
-r14807 | xtophe | 2006-03-18 09:31:31 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-
-x264.patch: Sync with upstream
-
-------------------------------------------------------------------------
-r14806 | dionoea | 2006-03-18 09:14:54 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-update NEWS
-
-------------------------------------------------------------------------
-r14805 | dionoea | 2006-03-18 09:14:19 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/footer
-   M /trunk/share/http/dialogs/mosaic
-   M /trunk/share/http/dialogs/sout
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/js/mosaic.js
-   M /trunk/share/http/mosaic.html
-   M /trunk/share/http/style.css
-
-Code the mosaic wizard
-
-------------------------------------------------------------------------
-r14804 | zorglub | 2006-03-18 08:22:23 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-
-Don't abort windows position remembering if small playlist size is invalid at the beginning (Closes:#557)
-
-------------------------------------------------------------------------
-r14803 | xtophe | 2006-03-18 07:52:42 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/access/dshow/dshow.cpp
-
-access/dshow: Add option to configure dshow from command line. Patch by Patrick Horn.
-
-------------------------------------------------------------------------
-r14802 | dionoea | 2006-03-18 07:06:40 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   A /trunk/share/http/images/white_cross_small.png
-
-ooops
-
-------------------------------------------------------------------------
-r14801 | dionoea | 2006-03-18 07:00:52 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-One more image
-
-------------------------------------------------------------------------
-r14800 | dionoea | 2006-03-18 06:37:51 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Add new http interface images
-
-------------------------------------------------------------------------
-r14799 | xtophe | 2006-03-18 04:49:51 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Typo
-
-------------------------------------------------------------------------
-r14798 | zorglub | 2006-03-18 04:38:38 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/galaktos/init_cond.c
-   M /trunk/modules/visualization/galaktos/preset.c
-
-%f in galaktos (Closes:#585)
-
-------------------------------------------------------------------------
-r14797 | zorglub | 2006-03-18 03:27:40 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Thanks
-
-------------------------------------------------------------------------
-r14796 | zorglub | 2006-03-18 03:27:10 -0800 (Sat, 18 Mar 2006) | 7 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-   M /trunk/modules/stream_out/transcode.c
-
-Transcode cropping/padding patch by Udo Richter < udo underscore richter at gmx d0t de> (with added round-to-16 fix) . Many thanks for this.
-
-Seems to work neatly, please test nevertheless.
-
-Closes:#448
-
-
-------------------------------------------------------------------------
-r14795 | zorglub | 2006-03-18 02:30:24 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-Don't use %f in VLM, except for display (Closes:#588)
-
-------------------------------------------------------------------------
-r14794 | zorglub | 2006-03-18 02:20:01 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/equalizer.c
-
-Don't use %f in equalizer (Closes:#586)
-
-------------------------------------------------------------------------
-r14793 | zorglub | 2006-03-18 02:14:40 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/rpn.c
-
-Don't use %f in HTTP interface (Closes:#584)
-
-------------------------------------------------------------------------
-r14792 | courmisch | 2006-03-18 00:51:19 -0800 (Sat, 18 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-
-- Avoid using gethostbyname() which is not thread-safe
-- Code simplification
-
-------------------------------------------------------------------------
-r14791 | courmisch | 2006-03-18 00:46:59 -0800 (Sat, 18 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/rtp
-
-svn:ignore
-
-------------------------------------------------------------------------
-r14790 | xtophe | 2006-03-17 18:06:16 -0800 (Fri, 17 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/nsc.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/sgimb.c
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/ty.c
-   M /trunk/modules/demux/vobsub.c
-   M /trunk/modules/demux/voc.c
-   M /trunk/modules/demux/wav.c
-
-All: string review (refs: #438)
-
-------------------------------------------------------------------------
-r14789 | dionoea | 2006-03-17 17:22:06 -0800 (Fri, 17 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-   M /trunk/share/http/dialogs/playlist
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/requests/playlist.xml
-
-HTTP interface: Display estimated item time when available.
-
-------------------------------------------------------------------------
-r14788 | dionoea | 2006-03-17 16:51:57 -0800 (Fri, 17 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/requests/playlist.xml
-
-Http interface: make it possible to delete playlist nodes. Don't delete read only playlist items.
-
-------------------------------------------------------------------------
-r14787 | dionoea | 2006-03-17 16:45:55 -0800 (Fri, 17 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-
-Export the fact that a playlist item is read only or can be deleted
-
-------------------------------------------------------------------------
-r14786 | dionoea | 2006-03-17 16:29:57 -0800 (Fri, 17 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/playlist
-   A /trunk/share/http/images/sd.png
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/requests/status.xml
-   M /trunk/share/http/style.css
-
-Add services discovery handling in http interface.
-
-------------------------------------------------------------------------
-r14785 | dionoea | 2006-03-17 16:17:53 -0800 (Fri, 17 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http/http.h
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/mvar.c
-   M /trunk/modules/control/http/rpn.c
-
-* rpn.c: add "services_discovery_add", "services_discovery_remove" and "services_discovery_is_loaded" rpn functions.
-* macro.c, http.h, mvar.c: add new "object" param2 for foreach macro. It gives a list of all objects matching a capability.
-
-------------------------------------------------------------------------
-r14784 | dionoea | 2006-03-17 15:13:47 -0800 (Fri, 17 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/browse
-   M /trunk/share/http/dialogs/input
-   M /trunk/share/http/dialogs/main
-   M /trunk/share/http/dialogs/playlist
-   M /trunk/share/http/dialogs/sout
-   M /trunk/share/http/style.css
-
-Add small "close/hide" buttons on some of the dialogs
-
-------------------------------------------------------------------------
-r14783 | dionoea | 2006-03-17 15:05:41 -0800 (Fri, 17 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-
-[14752] improved, by Daniel Stranger.
-
-------------------------------------------------------------------------
-r14782 | jpsaman | 2006-03-17 14:38:47 -0800 (Fri, 17 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/share/http/dialogs/playlist
-
-Revert revision 14781 the sort button was already there.
-------------------------------------------------------------------------
-r14781 | jpsaman | 2006-03-17 14:28:15 -0800 (Fri, 17 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/share/http/dialogs/playlist
-
-Apply missing sort button to http interface. This was a part of Laurent Mutricy's patch
-------------------------------------------------------------------------
-r14780 | dionoea | 2006-03-17 14:01:13 -0800 (Fri, 17 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/playlist
-   A /trunk/share/http/images/white.png
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/style.css
-
-HTTP interface playlist sort commands based on patch by Laurent Mutricy.
-
-------------------------------------------------------------------------
-r14779 | fkuehne | 2006-03-17 12:07:25 -0800 (Fri, 17 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-
-* don't overwrite existing files
-------------------------------------------------------------------------
-r14778 | xtophe | 2006-03-17 09:06:05 -0800 (Fri, 17 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/extras
-   M /trunk/src/test
-
-Add a few svn:ignore
-
-------------------------------------------------------------------------
-r14777 | jpsaman | 2006-03-17 06:40:59 -0800 (Fri, 17 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/share/http/old/admin/browse.html
-   M /trunk/share/http/old/admin/index.html
-   M /trunk/share/http/old/index.html
-   M /trunk/share/http/old/info.html
-   M /trunk/share/http/old/vlm/edit.html
-   M /trunk/share/http/old/vlm/index.html
-   M /trunk/share/http/old/vlm/new.html
-   M /trunk/share/http/old/vlm/show.html
-
-Fix old http interface to not refer to the new http interface. Patch by: Laurent Mutricy <laurent dot mutricy _at_ ecl2005 dot ec-lyon dot fr>
-------------------------------------------------------------------------
-r14776 | jpsaman | 2006-03-17 06:34:06 -0800 (Fri, 17 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/requests/status.xml
-
-Implement sort functionality on http interface. Patch by: Laurent Mutricy <laurent dot mutricy _at_ ecl2005 dot ec-lyon dot fr>
-------------------------------------------------------------------------
-r14775 | damienf | 2006-03-16 17:08:13 -0800 (Thu, 16 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-   M /trunk/mozilla/npvlc_rc.rc
-
-Makefile.am: fixed linking of mozilla plugin
-npvlc_rc.rc: fixed description and suffixes columns
-
-------------------------------------------------------------------------
-r14774 | hartman | 2006-03-16 14:45:11 -0800 (Thu, 16 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* G726 settings for liveMedia refs #601
-
-------------------------------------------------------------------------
-r14773 | xtophe | 2006-03-16 12:19:54 -0800 (Thu, 16 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/style.css
-
-Reimplement [14768] with a CSS. Patch by Laurent Mutricy.
-
-------------------------------------------------------------------------
-r14772 | dionoea | 2006-03-16 09:59:41 -0800 (Thu, 16 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-
-hum, forgot to set the default value
-
-------------------------------------------------------------------------
-r14771 | dionoea | 2006-03-16 08:59:41 -0800 (Thu, 16 Mar 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/utils/var_tree.cpp
-   M /trunk/modules/gui/skins2/utils/var_tree.hpp
-
-Add attribute flat="true/false" to Playtree. When flat is true, only the
-leafs will be displayed (like the old style playlist). Once we're sure
-that this works fine, we can ditch the old skins2 playlist code.
-
-
-------------------------------------------------------------------------
-r14770 | titer | 2006-03-15 16:38:46 -0800 (Wed, 15 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Workarounds a BeOS segfaulting weirdness
-
-------------------------------------------------------------------------
-r14769 | dionoea | 2006-03-15 11:44:02 -0800 (Wed, 15 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/footer
-
-change "videolan.org" to "VideoLAN website"
-
-------------------------------------------------------------------------
-r14768 | dionoea | 2006-03-15 11:33:10 -0800 (Wed, 15 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/requests/status.xml
-
-"[PATCH] http interface : fix the shuffle/loop/repeat buttons" by Laurent Mutricy
-
-------------------------------------------------------------------------
-r14767 | dionoea | 2006-03-15 05:23:31 -0800 (Wed, 15 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/functions.js
-
-Fix browsing when file/folder name is using a quote (').
-
-------------------------------------------------------------------------
-r14766 | dionoea | 2006-03-15 05:01:36 -0800 (Wed, 15 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/requests/status.xml
-
-"[PATCH] http interface workaround to make the play/pause button work well" by Laurent Mutricy.
-
-------------------------------------------------------------------------
-r14765 | hartman | 2006-03-14 17:12:30 -0800 (Tue, 14 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* Ahum.. compile before you commit...
-
-------------------------------------------------------------------------
-r14764 | hartman | 2006-03-14 17:07:29 -0800 (Tue, 14 Mar 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-* Completly untested G726 support for liveMedia. refs #601
-  If anyone has access to such a stream, please test this. The AXIS 241QA has this for instance.
-
-  See also: http://forum.videolan.org/viewtopic.php?t=18287&start=0&postdays=0&postorder=asc&highlight=g726
-
-------------------------------------------------------------------------
-r14763 | hartman | 2006-03-14 16:40:18 -0800 (Tue, 14 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-
-* Fix src/misc/charset on platforms without setlocale. In that case we pass NULL to FindFallbackEncoding
-
-------------------------------------------------------------------------
-r14762 | xtophe | 2006-03-14 14:40:33 -0800 (Tue, 14 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/modules/mux/rtp/Modules.am
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-ALL: Fix make distcheck
-       - add a modules.am for mux/rtp It is just there to please autotools nothing is built by default
-       - update-po
-
-------------------------------------------------------------------------
-r14761 | hartman | 2006-03-14 13:59:02 -0800 (Tue, 14 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-* We are not gonna start naming options to RFCs. Let's just call it LATM, even though it's technically not correct.
-
-------------------------------------------------------------------------
-r14760 | xtophe | 2006-03-14 13:52:53 -0800 (Tue, 14 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib
-   M /trunk/extras/contrib/Makefile
-   M /trunk/extras/contrib/src
-
-contrib/Makefile: fix the rights on the bin directory
-some more svn:ignore
-
-------------------------------------------------------------------------
-r14759 | courmisch | 2006-03-14 13:46:18 -0800 (Tue, 14 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Whoops. Disable by default for now.
-Maybe the option name could be made better.
-
-------------------------------------------------------------------------
-r14758 | courmisch | 2006-03-14 13:42:07 -0800 (Tue, 14 Mar 2006) | 5 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/stream_out/rtp.c
-
-Apply RFC3016 RTP packetizer patch from Alex Antropoff
-
-The new format is disabled by default,
-so we have little risks of regression.
-
-------------------------------------------------------------------------
-r14757 | dionoea | 2006-03-14 06:38:45 -0800 (Tue, 14 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
-Fix unsigned int vs int compilation warning.
-
-------------------------------------------------------------------------
-r14756 | dionoea | 2006-03-14 06:19:37 -0800 (Tue, 14 Mar 2006) | 12 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
-Fix sub picture region x and y offset values when using
---mosaic-keep-picture with a picture that is bigger than on of the
-mosaic's small rectangles.
-
-This allows creation of mosaics like :
-AAAAAABBB
-A    ABBB
-A    ACCC
-AAAAAACCC
-(where A, B and C are 3 sub streams)
-
-
-------------------------------------------------------------------------
-r14755 | dionoea | 2006-03-14 05:08:48 -0800 (Tue, 14 Mar 2006) | 7 lines
-Changed paths:
-   M /trunk/src/misc/block.c
-
-Looks like we didn't malloc the right size. (If this was some dirty
-hack, please revert my commit and add a comment explaining why it's
-needed because)
-
-Thanks to http://forum.videolan.org/viewtopic.php?t=18285 for noticing.
-
-
-------------------------------------------------------------------------
-r14754 | xtophe | 2006-03-14 02:01:39 -0800 (Tue, 14 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/debian/patches/20_no-wx-updates.dpatch
-
-debian/patches: Fix the debian package creation
-
-------------------------------------------------------------------------
-r14753 | dionoea | 2006-03-13 14:43:25 -0800 (Mon, 13 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/requests/browse.xml
-
-Fix browsing directories containing the '&' character
-
-------------------------------------------------------------------------
-r14752 | dionoea | 2006-03-13 13:51:36 -0800 (Mon, 13 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-
-Fix playing stuff like http://213.205.97.105:80/tf1jt/jt20d11032006.asf
-which works using mmst but not mmsh (VLC only tried mmsh previously).
-
-
-------------------------------------------------------------------------
-r14751 | xtophe | 2006-03-13 08:45:00 -0800 (Mon, 13 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contrib: use libshout 2.2. It should solve the .pc probem ( missing theora depedancies)
-
-------------------------------------------------------------------------
-r14750 | courmisch | 2006-03-13 02:56:56 -0800 (Mon, 13 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-
-Change Russian charset selection
-
-------------------------------------------------------------------------
-r14749 | courmisch | 2006-03-13 02:52:32 -0800 (Mon, 13 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-
-Candidate language to likely non-UTF8 code page functions
-
-------------------------------------------------------------------------
-r14748 | zorglub | 2006-03-12 23:12:18 -0800 (Sun, 12 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-
-Add a tristate for WX playlist mode (normal/embedded/both).
-
-For the moment, defaults to normal. (Closes:#494)
-
-------------------------------------------------------------------------
-r14747 | hartman | 2006-03-12 16:54:40 -0800 (Sun, 12 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/x264_svn.patch
-
-* Fix x264 compilation on Darwin
-
-------------------------------------------------------------------------
-r14746 | courmisch | 2006-03-12 14:52:25 -0800 (Sun, 12 Mar 2006) | 5 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/unicode.c
-
-* Use uint32_t instead of wchar_t to represent UTF32 characters, given wchar_t is not 32-bits on all platforms
-* Cosmetic fixes
-* Check for invalid UTF-32 sequence
-* Accept all non-printable characters within UTF-8 strings (EnsureUTF8's job is to ensure valid UTF8 sequence, not to ensure printable characters)
-
-------------------------------------------------------------------------
-r14745 | xtophe | 2006-03-12 14:46:34 -0800 (Sun, 12 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Missing in the previous commit + don't extract gecko-sdk each time
-
-------------------------------------------------------------------------
-r14744 | xtophe | 2006-03-12 13:59:12 -0800 (Sun, 12 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/libshout-win32.patch
-
-shout: Other approach.
-
-------------------------------------------------------------------------
-r14743 | zorglub | 2006-03-12 13:42:19 -0800 (Sun, 12 Mar 2006) | 4 lines
-Changed paths:
-   A /trunk/test/mangle
-   A /trunk/test/mangle/VLCUtil.py
-   A /trunk/test/mangle/mangle.py
-
-File mangler 
-
-This can be used to detect crashes due to bad streams (see the end of the program for the files which are tested)
-
-------------------------------------------------------------------------
-r14742 | xtophe | 2006-03-12 13:22:34 -0800 (Sun, 12 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/libshout-win32.patch
-
-Add libshout on win32
-
-------------------------------------------------------------------------
-r14741 | xtophe | 2006-03-12 09:30:46 -0800 (Sun, 12 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-po/*: Mea Culpa. make update-po should be run on a clean tree
-
-------------------------------------------------------------------------
-r14740 | zorglub | 2006-03-12 07:06:39 -0800 (Sun, 12 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/m4
-
-Fix svn:ignore
-
-------------------------------------------------------------------------
-r14739 | zorglub | 2006-03-12 06:24:54 -0800 (Sun, 12 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/nsv.c
-
-Remove buggy debug
-
-------------------------------------------------------------------------
-r14738 | courmisch | 2006-03-12 04:44:06 -0800 (Sun, 12 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/extras/libc.c
-
-Always link libintl through libvlc on Win32
-
-------------------------------------------------------------------------
-r14737 | courmisch | 2006-03-12 02:41:31 -0800 (Sun, 12 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Propagate changes from previous commit
-
-------------------------------------------------------------------------
-r14736 | courmisch | 2006-03-12 01:52:42 -0800 (Sun, 12 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   M /trunk/src/libvlc.c
-
- * Revert my [14546] that doesn't work
- * Remove changeset thing from shared libvlc versioning until someone cares to implement it properly within the build system
-
-------------------------------------------------------------------------
-r14735 | jpsaman | 2006-03-12 01:27:48 -0800 (Sun, 12 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/src/control/vlm.c
-
-Fix compiler warning: Add missing include
-------------------------------------------------------------------------
-r14734 | zorglub | 2006-03-12 01:12:38 -0800 (Sun, 12 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Disable update checker in Win32 until it's fixed
-
-------------------------------------------------------------------------
-r14733 | zorglub | 2006-03-12 01:11:49 -0800 (Sun, 12 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
-
-Revert [14732]
-
-------------------------------------------------------------------------
-r14732 | zorglub | 2006-03-12 01:08:18 -0800 (Sun, 12 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
-
-Might fix a bit update layout in win32
-
-------------------------------------------------------------------------
-r14731 | dionoea | 2006-03-11 15:30:07 -0800 (Sat, 11 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-fix bluescreen description
-
-------------------------------------------------------------------------
-r14730 | fkuehne | 2006-03-11 15:29:09 -0800 (Sat, 11 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* fix make dist for OSX
-------------------------------------------------------------------------
-r14729 | dionoea | 2006-03-11 15:23:32 -0800 (Sat, 11 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-add note about XSPF not being in 0.8.5-test1
-
-------------------------------------------------------------------------
-r14728 | dionoea | 2006-03-11 15:21:44 -0800 (Sat, 11 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/THANKS
-
-Thanks and news (see previous commit)
-
-------------------------------------------------------------------------
-r14727 | dionoea | 2006-03-11 15:19:59 -0800 (Sat, 11 Mar 2006) | 11 lines
-Changed paths:
-   A /trunk/include/vlc_strings.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/access/http.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/demux/playlist/Modules.am
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   A /trunk/modules/demux/playlist/xspf.c
-   A /trunk/modules/demux/playlist/xspf.h
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/misc/playlist/Modules.am
-   M /trunk/modules/misc/playlist/export.c
-   A /trunk/modules/misc/playlist/xspf.c
-   A /trunk/modules/misc/playlist/xspf.h
-   M /trunk/modules/services_discovery/upnp_intel.cpp
-   M /trunk/src/Makefile.am
-   M /trunk/src/misc/modules.c
-   A /trunk/src/misc/strings.c
-   M /trunk/src/playlist/loadsave.c
-
-src/playlist/loadsave.c, modules/demux/playlist/*, modules/gui/*,
-modules/misc/playlist/*, modules/access/http.c: XSPF playlist support
-(read and write) by Daniel Stranger. Many thanks
-
-src/misc/modules.c, src/misc/strings.c, include/vlc_strings.h: string
-handling functions.
-
-modules/control/http/*, modules/services_discovery/upnp_intel.cpp: use
-these string handling functions.
-
-
-------------------------------------------------------------------------
-r14726 | xtophe | 2006-03-11 14:40:56 -0800 (Sat, 11 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-ka.po: new update by Alexander Dibebulize.
-All: Run make update-po
-
-------------------------------------------------------------------------
-r14725 | dionoea | 2006-03-11 13:19:12 -0800 (Sat, 11 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-
-Check that destination node is really a node.
-
-------------------------------------------------------------------------
-r14724 | courmisch | 2006-03-11 11:35:22 -0800 (Sat, 11 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
- * Use run-time detection of UTF-8 as current charset instead of hard-coding to be if and only if Mac OS X
- * Use CP1252 as a fallback instead of ISO-8859-1 (as far as printable characters are concerned, the first is a superset of the second, and it is the most commonly used charset in the west to date)
-
-------------------------------------------------------------------------
-r14723 | courmisch | 2006-03-11 11:25:33 -0800 (Sat, 11 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
-- Fix memleak when not using Mac OS
-- Error handling clean up
-
-------------------------------------------------------------------------
-r14722 | zorglub | 2006-03-11 11:23:58 -0800 (Sat, 11 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/logger.c
-
-Don't use %f in RRD output (Closes:#582)
-
-------------------------------------------------------------------------
-r14721 | zorglub | 2006-03-11 10:34:39 -0800 (Sat, 11 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-A number of fixes spotted by S?\195?\169bastien Raud < s d0t raud att yahoo d0t fr >
-Thanks.
-
-------------------------------------------------------------------------
-r14720 | zorglub | 2006-03-11 10:18:14 -0800 (Sat, 11 Mar 2006) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-Work around what looks like a ...
-...
-WX bug !
-(OnActivateItem not working with enter key on Win32)
-
-(Closes:#348) 
-
-------------------------------------------------------------------------
-r14719 | zorglub | 2006-03-11 09:35:55 -0800 (Sat, 11 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/demux/mpc.c
-   M /trunk/modules/demux/mpeg/h264.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/sgimb.c
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/modules/demux/vobsub.c
-
-Strings (Refs:#438)
-
-------------------------------------------------------------------------
-r14718 | fkuehne | 2006-03-11 09:19:37 -0800 (Sat, 11 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-* updated the copyright-string
-------------------------------------------------------------------------
-r14717 | zorglub | 2006-03-11 05:41:49 -0800 (Sat, 11 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-
-Change some button orders
-Hide the "OK" button in the preferences (keep "Save")
-
-------------------------------------------------------------------------
-r14716 | zorglub | 2006-03-11 05:03:04 -0800 (Sat, 11 Mar 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/pes.c
-
-Fix crash in TS muxer. Patch by Alex Antropoff.
-Thanks.
-
-Closes: #552
-
-------------------------------------------------------------------------
-r14715 | xtophe | 2006-03-10 17:29:05 -0800 (Fri, 10 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/flac.c
-
-codec/flac.c: fix preparse with flac
-
-------------------------------------------------------------------------
-r14714 | courmisch | 2006-03-10 15:19:18 -0800 (Fri, 10 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-Tell user we disabled EPSV mode _before_ reconnecting so (s)he doesn't get confused
-
-------------------------------------------------------------------------
-r14713 | courmisch | 2006-03-10 10:21:34 -0800 (Fri, 10 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Fix typo
-
-------------------------------------------------------------------------
-r14712 | courmisch | 2006-03-10 10:10:45 -0800 (Fri, 10 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/src/Makefile.am
-
-Test distcheck with libtool when using libtool so I can test
-
-------------------------------------------------------------------------
-r14711 | courmisch | 2006-03-10 09:57:31 -0800 (Fri, 10 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_common.h
-   M /trunk/src/extras/libc.c
-
-Remove broken lldiv check and only use lldiv replacement on BeOS
-
-------------------------------------------------------------------------
-r14710 | courmisch | 2006-03-10 09:48:57 -0800 (Fri, 10 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Remove non-existant files
-
-------------------------------------------------------------------------
-r14709 | courmisch | 2006-03-10 09:35:28 -0800 (Fri, 10 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Update file names
-
-------------------------------------------------------------------------
-r14708 | courmisch | 2006-03-10 09:31:15 -0800 (Fri, 10 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   A /trunk/src/network/error.c (from /trunk/src/network/net_error.c:14707)
-   D /trunk/src/network/net_error.c
-
-Use better name for newly introduced file
-
-------------------------------------------------------------------------
-r14707 | courmisch | 2006-03-10 09:30:32 -0800 (Fri, 10 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/src/vlc.c (from /trunk/src/vlc.c:14500)
-   D /trunk/vlc.c
-
-Same as previous commit - for VLC
-
-------------------------------------------------------------------------
-r14706 | courmisch | 2006-03-10 09:21:33 -0800 (Fri, 10 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   D /trunk/src/audio_output/ainput.c
-   A /trunk/src/audio_output/input.c (from /trunk/src/audio_output/ainput.c:14690)
-   A /trunk/src/control/audio.c (from /trunk/src/control/libvlc_audio.c:14705)
-   A /trunk/src/control/core.c (from /trunk/src/control/libvlc_core.c:14705)
-   A /trunk/src/control/input.c (from /trunk/src/control/libvlc_input.c:14705)
-   D /trunk/src/control/libvlc_audio.c
-   D /trunk/src/control/libvlc_core.c
-   D /trunk/src/control/libvlc_input.c
-   D /trunk/src/control/libvlc_playlist.c
-   D /trunk/src/control/libvlc_video.c
-   D /trunk/src/control/libvlc_vlm.c
-   A /trunk/src/control/playlist.c (from /trunk/src/control/libvlc_playlist.c:14705)
-   A /trunk/src/control/video.c (from /trunk/src/control/libvlc_video.c:14705)
-   A /trunk/src/control/vlm.c (from /trunk/src/control/libvlc_vlm.c:14705)
-
-Fix and restore nice file names
-Shame on me
-
-------------------------------------------------------------------------
-r14705 | xtophe | 2006-03-10 06:03:58 -0800 (Fri, 10 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: Add the syntax files, valgrinds false positive suppressions, make nicificator to the tarball
-
-------------------------------------------------------------------------
-r14704 | dionoea | 2006-03-10 04:44:17 -0800 (Fri, 10 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-run make update-po
-
-------------------------------------------------------------------------
-r14703 | courmisch | 2006-03-10 01:31:17 -0800 (Fri, 10 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-Clean up ListenTCP error handling (refs #320)
-
-------------------------------------------------------------------------
-r14702 | courmisch | 2006-03-10 01:28:45 -0800 (Fri, 10 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-
-Someone forgot to add an exported symbol
-(p_symbols and vlc_symbols.h sucks time, heh? - use shared libvlc/libtool)
-
-------------------------------------------------------------------------
-r14701 | zorglub | 2006-03-09 23:20:41 -0800 (Thu, 09 Mar 2006) | 2 lines
-Changed paths:
-   A /trunk/ChangeLog
-
-Forgot this
-
-------------------------------------------------------------------------
-r14700 | zorglub | 2006-03-09 23:17:31 -0800 (Thu, 09 Mar 2006) | 2 lines
-Changed paths:
-   D /trunk/ChangeLog
-   M /trunk/configure.ac
-   A /trunk/doc/ChangeLog-2005 (from /trunk/ChangeLog:14699)
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-
-Test1
-
-------------------------------------------------------------------------
-r14699 | courmisch | 2006-03-09 14:57:30 -0800 (Thu, 09 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-- Clean up error message generation with TCP outgoing connections
-- Fix memleak in case of connection failure
-
-------------------------------------------------------------------------
-r14698 | courmisch | 2006-03-09 14:56:37 -0800 (Thu, 09 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   M /trunk/src/Makefile.am
-   A /trunk/src/network/net_error.c
-
-Common socket error handling
-
-------------------------------------------------------------------------
-r14697 | courmisch | 2006-03-09 14:43:01 -0800 (Thu, 09 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Fix make core on Win32 with shared libvlc
-
-------------------------------------------------------------------------
-r14696 | xtophe | 2006-03-09 12:05:53 -0800 (Thu, 09 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-libvlc.h: preferences tweaking
-
-------------------------------------------------------------------------
-r14695 | xtophe | 2006-03-09 11:55:40 -0800 (Thu, 09 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/logger.c
-   M /trunk/src/libvlc.h
-
-all: move the logger option from video to interface and advanced
-
-------------------------------------------------------------------------
-r14694 | hartman | 2006-03-09 07:57:48 -0800 (Thu, 09 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* Use the proper parent object to do var_Get macosx-black on. Fixes the issue where we failed to mutex_lock.
-
-------------------------------------------------------------------------
-r14693 | hartman | 2006-03-09 07:55:13 -0800 (Thu, 09 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-* Don't crash if we want to msg_Dbg on an object that doesn't exist.
-
-------------------------------------------------------------------------
-r14692 | courmisch | 2006-03-09 05:28:48 -0800 (Thu, 09 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Use the fine stack as we can
-
-------------------------------------------------------------------------
-r14691 | courmisch | 2006-03-09 05:08:46 -0800 (Thu, 09 Mar 2006) | 15 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-As a work-around, accept both decimal separators when...
-deserializing floats from configuration (fixes #589)
-
-I know this is NOT the ?\226?\128?\156right?\226?\128?\157 way to fix this.
-The ?\226?\128?\156right?\226?\128?\157 way would be to remove floats from the configuration...
-but there are approximately one float parameter in the core and 46 ones
-in our current plugins set, none of which I use myself. So I am
-defintely not going to rewrite all^H^H^Hany of them.
-
-Of course, it would be cleaner to be ?\226?\128?\156strict?\226?\128?\157  in what we write to
-the configuration file, than ?\226?\128?\156liberal?\226?\128?\157 in what we accept... but IMHO,
-it is way easier and more robust to be liberal in what we accept in
-this particular case (ie. accepting both decimal separators is trivial,
-while serializing float numbers manually is complex).
-
-------------------------------------------------------------------------
-r14690 | courmisch | 2006-03-09 02:56:53 -0800 (Thu, 09 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Revert [14683]
-You can definitely declare variable at the beginning of a nested block with gcc 2.95
-
-------------------------------------------------------------------------
-r14689 | fkuehne | 2006-03-09 02:04:01 -0800 (Thu, 09 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/sfilters.h
-   M /trunk/modules/gui/macosx/sfilters.m
-
-* put a warning to prevent users from reporting known bugs for panel is which won't be included within 0.8.5
-* fixed svn propset
-------------------------------------------------------------------------
-r14688 | jpsaman | 2006-03-09 01:47:30 -0800 (Thu, 09 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/dvb/linux_dvb.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda.h
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-   M /trunk/modules/misc/qte_main.cpp
-   M /trunk/modules/video_output/hd1000v.cpp
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/qte/qte.h
-
-Update e-mail address
-------------------------------------------------------------------------
-r14687 | fkuehne | 2006-03-09 01:31:36 -0800 (Thu, 09 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* improved the wording a bit
-------------------------------------------------------------------------
-r14686 | titer | 2006-03-08 15:52:35 -0800 (Wed, 08 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/extras/libc.c
-
- Force lldiv emulation on BeOS
-
-------------------------------------------------------------------------
-r14685 | damienf | 2006-03-08 15:52:29 -0800 (Wed, 08 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-
-all: reworked gui layout of dialog boxes to get rid of the dark gray background colour (I hope that wasn't intentional :)
-
-------------------------------------------------------------------------
-r14684 | titer | 2006-03-08 15:32:08 -0800 (Wed, 08 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_common.h
-   M /trunk/src/extras/libc.c
-
- Emulate C99's lldiv() if necessary
-
-------------------------------------------------------------------------
-r14683 | xtophe | 2006-03-08 14:30:53 -0800 (Wed, 08 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-rtsp.c: BeOS fix. variables can't be declared in the middle of the function.
-
-------------------------------------------------------------------------
-r14682 | hartman | 2006-03-08 14:03:00 -0800 (Wed, 08 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/x264_svn.patch
-
-* one part of x264 patch fixed upstream
-
-------------------------------------------------------------------------
-r14681 | damienf | 2006-03-08 09:50:44 -0800 (Wed, 08 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-all: for Cygwin, make sure that the program-prefix is empty, so that libgcrypt-config & gnutls-config are not prefixed by the target build (i586-mingw32msvc), which causes prevents configures scripts from detecting them
-
-------------------------------------------------------------------------
-r14680 | courmisch | 2006-03-08 09:33:29 -0800 (Wed, 08 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/gnutls-win32.patch
-
-Winsock non-blocking kludge for GnuTLS (refs #538)
-
-------------------------------------------------------------------------
-r14679 | courmisch | 2006-03-08 09:25:09 -0800 (Wed, 08 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src
-
-svn:ignore
-
-------------------------------------------------------------------------
-r14678 | dionoea | 2006-03-08 09:06:59 -0800 (Wed, 08 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-
-modules/misc/rtsp.c is using us_strtod
-
-------------------------------------------------------------------------
-r14677 | courmisch | 2006-03-08 05:51:31 -0800 (Wed, 08 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-
-Missing export
-
-------------------------------------------------------------------------
-r14676 | courmisch | 2006-03-08 05:32:37 -0800 (Wed, 08 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Don't use C (de)serialization for float numbers (closes #583)
-
-------------------------------------------------------------------------
-r14675 | courmisch | 2006-03-08 04:25:29 -0800 (Wed, 08 Mar 2006) | 5 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/src/misc/charset.c
-   M /trunk/src/test/i18n_atof.c
-
- * i18n_strtod: locale-agnostic strtod() (accepts both comma and dot as decimal separator)
- * us_strtod, us_atof: same as i18n_* but only accept dot in any case
-   (this will be useful when parsing stream output chain which uses comma to separate
-    options)
-
-------------------------------------------------------------------------
-r14674 | courmisch | 2006-03-08 04:23:34 -0800 (Wed, 08 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Fix TTL range check
-
-------------------------------------------------------------------------
-r14673 | courmisch | 2006-03-08 03:52:46 -0800 (Wed, 08 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/variables.c
-
-Avoid ugly non-const cast
-
-------------------------------------------------------------------------
-r14672 | courmisch | 2006-03-08 03:32:34 -0800 (Wed, 08 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/src/Makefile.am
-   M /trunk/src/misc/charset.c
-   A /trunk/src/test
-   A /trunk/src/test/i18n_atof.c
-
-i18n_atof(): locale-agnostic atof()
-
-------------------------------------------------------------------------
-r14671 | zorglub | 2006-03-08 01:47:45 -0800 (Wed, 08 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/streamdata.h
-
-Fix wizard matrix on win32. Closes:#531
-
-------------------------------------------------------------------------
-r14670 | hartman | 2006-03-07 15:56:32 -0800 (Tue, 07 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-* Fix the issue where sometimes the Menubar wouldn't reappear after exiting fullscreen.
-
-------------------------------------------------------------------------
-r14669 | hartman | 2006-03-07 15:22:41 -0800 (Tue, 07 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-* Fix an issue with a : in the subtitle-filename causing the subtitle detection to fail.
-
-------------------------------------------------------------------------
-r14668 | courmisch | 2006-03-07 12:06:53 -0800 (Tue, 07 Mar 2006) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-- Undo [14667]
- * fix memleak
- * remove unused variable (psz_local always NULL...)
- * remove free(NULL)
- * remove expansion-unsafe wxDnDLocaleFree() macro variant
-- Actually fix [14633] flawed logic
-
-------------------------------------------------------------------------
-r14667 | dionoea | 2006-03-07 10:48:35 -0800 (Tue, 07 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Fix wx DnD once more.
-
-------------------------------------------------------------------------
-r14666 | xtophe | 2006-03-07 05:30:27 -0800 (Tue, 07 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/HACKING
-
-HACKING: Add a note about the module cache and vlc --list
-
-------------------------------------------------------------------------
-r14665 | damienf | 2006-03-07 04:22:19 -0800 (Tue, 07 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Makefile: don't forget to chmod a+x gecko-sdk/bin/*
-
-------------------------------------------------------------------------
-r14664 | damienf | 2006-03-07 04:15:06 -0800 (Tue, 07 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-all: updating mozilla SDK for cygwin builds
-
-------------------------------------------------------------------------
-r14663 | xtophe | 2006-03-07 02:29:41 -0800 (Tue, 07 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
-
-ffmpeg-cvs-mactel.patch: Mangle patch was applied upstream
-
-------------------------------------------------------------------------
-r14662 | dionoea | 2006-03-06 10:55:39 -0800 (Mon, 06 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/vlc.1
-
-Add link to online documentation in VLC manpage
-
-------------------------------------------------------------------------
-r14661 | sam | 2006-03-06 09:51:43 -0800 (Mon, 06 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-  * extras/contrib/src/Makefile: build libx264.a in PIC mode on OS X x86.
-
-------------------------------------------------------------------------
-r14660 | damienf | 2006-03-06 08:06:41 -0800 (Mon, 06 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Makefile: fix for MacIntel package build
-
-------------------------------------------------------------------------
-r14659 | courmisch | 2006-03-06 02:25:12 -0800 (Mon, 06 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/src/extras/libc.c
-
-WxWidgets: use wraptext in UTF-8 mode as that is the codeset for gettext
-core: remove unused ISO-8859-centric monobyte mode from vlc_wraptext()
-
-------------------------------------------------------------------------
-r14658 | courmisch | 2006-03-06 02:23:37 -0800 (Mon, 06 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Add extra Win32-specific debug (refs #538)
-
-------------------------------------------------------------------------
-r14657 | xtophe | 2006-03-06 01:42:01 -0800 (Mon, 06 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-src/Makefile: make distcheck happy
-
-------------------------------------------------------------------------
-r14656 | damienf | 2006-03-05 15:49:52 -0800 (Sun, 05 Mar 2006) | 6 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/src/Makefile
-
-extras/contrib/src/Makefile: cleaned up INSTALL_NAME macro for MacOS X: all the dylib in contrib/lib are soft-linked to their distributed version in 'vlc-lib'. this way, VLC build system can use contrib libs on MacOS X the same way as for UNIX, and should simplify porting to libtool
-configure.ac: cleaned up Cocoa.h detection, removed link path dependency to 'vlc-lib' as it is no longer necessary
-Makefile.am: fixed installation of dylibs as vlc_ prefix is already appended by INSTALL_NAME
-
-NOTE: this change is highly disruptive for MacOS X build, I strongly recommend that you rebuild the contrib packages for this platform. Other platforms are unaffected
-
-------------------------------------------------------------------------
-r14655 | xtophe | 2006-03-05 12:08:16 -0800 (Sun, 05 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: use the gecko-sdk in the contrib
-
-------------------------------------------------------------------------
-r14654 | xtophe | 2006-03-05 11:37:21 -0800 (Sun, 05 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-
-contrib/Makefile: Don't put 2 include
-
-------------------------------------------------------------------------
-r14653 | zorglub | 2006-03-05 11:05:07 -0800 (Sun, 05 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Add some news
-
-------------------------------------------------------------------------
-r14652 | xtophe | 2006-03-05 09:44:04 -0800 (Sun, 05 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-
-contrib/Makefile: dereference the symlink. a better solution would be to transform the absolute one to relative.
-
-------------------------------------------------------------------------
-r14651 | xtophe | 2006-03-05 08:43:37 -0800 (Sun, 05 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-
-Update x264 patch.
-
-------------------------------------------------------------------------
-r14650 | fkuehne | 2006-03-05 08:41:18 -0800 (Sun, 05 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* make sure that the timer which is updating the stats-tab is stopped when the panel is closed
-* fixed a minor memory leak (the timer wasn't released after invalidating it)
-* VLCInfo is o_info_window's delegate now
-------------------------------------------------------------------------
-r14649 | dionoea | 2006-03-05 07:47:17 -0800 (Sun, 05 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-
-Select item after deleting items from the playlist with KEY_DEL.
-
-------------------------------------------------------------------------
-r14648 | fkuehne | 2006-03-05 07:42:51 -0800 (Sun, 05 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* don't show the statistics-tab if the stats aren't enabled
-------------------------------------------------------------------------
-r14647 | courmisch | 2006-03-05 07:34:21 -0800 (Sun, 05 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Don't call textdomain - it is not only useless but harmful (refs #581)
-
-------------------------------------------------------------------------
-r14646 | dionoea | 2006-03-05 07:33:02 -0800 (Sun, 05 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/vars/playtree.hpp
-
-ctrl_tree.cpp: fix selection bug (when pressing KEY_DOWN if the selected item was the last visible tree item)
-playtree.hpp: cosmetics
-
-------------------------------------------------------------------------
-r14645 | courmisch | 2006-03-05 07:32:49 -0800 (Sun, 05 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/extras/libc.c
-
-- Call dgettext directly with shared libvlc and libtool
-- Remove vlc_dcgettext in those cases
-
-------------------------------------------------------------------------
-r14644 | courmisch | 2006-03-05 07:32:01 -0800 (Sun, 05 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
-Add some ?\226?\128?\156const?\226?\128?\157s
-
-------------------------------------------------------------------------
-r14643 | courmisch | 2006-03-05 07:29:52 -0800 (Sun, 05 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Fix some warnings
-
-------------------------------------------------------------------------
-r14642 | dionoea | 2006-03-05 06:58:31 -0800 (Sun, 05 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/release-howto.txt
-
-We won't need to warn ECP about releases now.
-
-------------------------------------------------------------------------
-r14641 | dionoea | 2006-03-05 06:37:35 -0800 (Sun, 05 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-Fix build on Mac (i hope)
-
-------------------------------------------------------------------------
-r14640 | courmisch | 2006-03-05 03:36:59 -0800 (Sun, 05 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-remove now useless x509-ca-bundle option
-
-------------------------------------------------------------------------
-r14639 | courmisch | 2006-03-05 03:28:28 -0800 (Sun, 05 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Look for Root CA certificates in VLC data dir
-
-------------------------------------------------------------------------
-r14638 | dionoea | 2006-03-05 03:24:59 -0800 (Sun, 05 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-We can now DnD a file everywhere on the playlist dialog. Droping above the tree will insert at the begining of the playlist. Droping under the tree will insert at the end of the playlist.
-
-------------------------------------------------------------------------
-r14637 | dionoea | 2006-03-05 03:16:23 -0800 (Sun, 05 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-Remove uneeded include (since playlist DnD is now different from the main controler's DnD)
-
-------------------------------------------------------------------------
-r14636 | courmisch | 2006-03-05 03:10:34 -0800 (Sun, 05 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/configuration.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/configuration.c
-
-config_GetDataDir(): returns path to VLC installed shared data
-
-------------------------------------------------------------------------
-r14635 | courmisch | 2006-03-05 01:04:07 -0800 (Sun, 05 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Fix compilation AGAIN
-
-------------------------------------------------------------------------
-r14634 | xtophe | 2006-03-04 14:53:51 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
-
-fileinfo.*: I should lean C++
-
-------------------------------------------------------------------------
-r14633 | dionoea | 2006-03-04 14:48:20 -0800 (Sat, 04 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-playlist.cpp, playlist.hpp: fix segfault when destroying playlist drop target (and use the wxDnD*Locale functions).
-interface.cpp, wxwidgets.hpp: put courmisch's fixes to the DnD encoding issue in wx into wxDnDFromLocale and wxDnDFreeLocale
-
-------------------------------------------------------------------------
-r14632 | dionoea | 2006-03-04 14:06:08 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-Fix node insertion. Thanks to zorglub.
-
-------------------------------------------------------------------------
-r14631 | courmisch | 2006-03-04 14:05:10 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Fix off by one bugs
-
-------------------------------------------------------------------------
-r14630 | dionoea | 2006-03-04 13:52:53 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
-
-dialogs/playlist.*: Add File Drop in playlist handling. (Still needs to include courmisch's wx encoding fix when the fix gets fixed)
-
-------------------------------------------------------------------------
-r14629 | jpsaman | 2006-03-04 13:17:25 -0800 (Sat, 04 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/include/vlc_messages.h
-
-Coding Style fixes
-------------------------------------------------------------------------
-r14628 | jpsaman | 2006-03-04 12:38:01 -0800 (Sat, 04 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/include/vlc_messages.h
-
-Fix wrong define, luckily this one wasn't used yet.
-------------------------------------------------------------------------
-r14627 | courmisch | 2006-03-04 12:24:19 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Remove superfluous dep
-
-------------------------------------------------------------------------
-r14626 | courmisch | 2006-03-04 12:19:15 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-closes #579
-
-------------------------------------------------------------------------
-r14625 | courmisch | 2006-03-04 12:11:01 -0800 (Sat, 04 Mar 2006) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/gnutls.c
-
-Make the Root CA certificates bundle file for gnutls a configure-time setting
-(as it is highly distribution dependant)
-On Debian --with-x509-ca-bundle=/etc/ssl/certs/ca-certificates.crt will do
-(provided you have the ca-certificates package)
-
-------------------------------------------------------------------------
-r14624 | jpsaman | 2006-03-04 12:01:58 -0800 (Sat, 04 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-Do not print extra STRING_CR on successfull command.
-------------------------------------------------------------------------
-r14623 | dionoea | 2006-03-04 10:42:35 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-
-item-ext.c: detach from all parent nodes (fixed)
-
-------------------------------------------------------------------------
-r14622 | dionoea | 2006-03-04 10:41:08 -0800 (Sat, 04 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/src/playlist/item-ext.c
-
-modules/gui/wxwidgets/dialogs/playlist.cpp: add some more checks. Fixes infinite loop when draging an item outside the wxTreeCtrl widget.
-src/playlist/item-ext.c: detach item from first matching parent node only.
-
-------------------------------------------------------------------------
-r14621 | xtophe | 2006-03-04 10:36:29 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
-
-fileinfo.hpp: we need to use b_stats in Update()
-
-------------------------------------------------------------------------
-r14620 | xtophe | 2006-03-04 10:07:43 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
-
-fileinfo.*: Don't show stats when they qre disable.
-
-------------------------------------------------------------------------
-r14619 | dionoea | 2006-03-04 09:32:35 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
-
-add "Add node" function to node contextual menu
-
-------------------------------------------------------------------------
-r14618 | dionoea | 2006-03-04 09:09:04 -0800 (Sat, 04 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
-
-Drag and Drop support in wx playlist.
-TODO: merge this playlist code with the gibalou mini playlist code.
-
-------------------------------------------------------------------------
-r14617 | dionoea | 2006-03-04 09:01:14 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item-ext.c
-
-Humm ... forgot to save before commiting.
-
-------------------------------------------------------------------------
-r14616 | dionoea | 2006-03-04 09:00:41 -0800 (Sat, 04 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/playlist/item-ext.c
-
-Code the playlist_TreeMove function.
-zorglub: i'm not really sure about the i_serial incrementation stuff, could you give it a look ?
-
-------------------------------------------------------------------------
-r14615 | courmisch | 2006-03-04 08:56:05 -0800 (Sat, 04 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-- Support for adding a single file rather than a directory as CA path
-- Use Debian default
-  much faster, but properly only works on Debian and its derivatives
-
-------------------------------------------------------------------------
-r14614 | courmisch | 2006-03-04 08:06:27 -0800 (Sat, 04 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-- Load root certificates from /etc/ssl (currently very slow :( )
-- Cosmetic
-
-------------------------------------------------------------------------
-r14613 | courmisch | 2006-03-04 05:41:41 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Missed one error case
-
-------------------------------------------------------------------------
-r14612 | courmisch | 2006-03-04 05:36:48 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-(safe) directory recursion when looking for CA certificates
-
-------------------------------------------------------------------------
-r14611 | courmisch | 2006-03-04 05:31:59 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Don't BUILD_PIC when the platform doesn't need PIC
-
-------------------------------------------------------------------------
-r14610 | courmisch | 2006-03-04 04:34:28 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Libtool: kludge^H^H^H^H^H^Hfix make (|un)install within modules/subdir/subdir
-
-------------------------------------------------------------------------
-r14609 | courmisch | 2006-03-04 04:20:06 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-libtool: Propagate errors from make (|un)install
-
-------------------------------------------------------------------------
-r14608 | fkuehne | 2006-03-04 03:53:03 -0800 (Sat, 04 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* fix the table on the second tab and added an extra check to prevent a crash in rare situations
-------------------------------------------------------------------------
-r14607 | courmisch | 2006-03-04 02:46:27 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Cosmetic
-
-------------------------------------------------------------------------
-r14606 | zorglub | 2006-03-04 01:28:06 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-
-Don't prepend :sout= to sout string in VLM dialog (Refs:#530)
-
-------------------------------------------------------------------------
-r14605 | zorglub | 2006-03-04 01:12:21 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
-
-Fix ordering of widgets in sout panel (Closes:#469)
-
-------------------------------------------------------------------------
-r14604 | zorglub | 2006-03-04 01:00:10 -0800 (Sat, 04 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-
-Shoud fix #'565
-
-------------------------------------------------------------------------
-r14603 | xtophe | 2006-03-03 16:59:51 -0800 (Fri, 03 Mar 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-
-wx/dialogs/open.cpp: Fix the caching option. Closes #575
--This line, and those below, will be ignored--
-
-M    open.cpp
-
-------------------------------------------------------------------------
-r14602 | courmisch | 2006-03-03 14:43:22 -0800 (Fri, 03 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Fix error code when server is overloaded
-
-------------------------------------------------------------------------
-r14601 | jpsaman | 2006-03-03 13:43:48 -0800 (Fri, 03 Mar 2006) | 1 line
-Changed paths:
-   A /trunk/modules/mux/rtp
-   A /trunk/modules/mux/rtp/rtcp.c
-   A /trunk/modules/mux/rtp/rtcp.h
-   A /trunk/modules/mux/rtp/rtp.h
-
-Structures and functions for RTCP support. BIG FAT WARNING >>>> This code is untested <<<< but the request for it is high.
-------------------------------------------------------------------------
-r14600 | fkuehne | 2006-03-03 09:29:13 -0800 (Fri, 03 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* added a couple of OSX-intf-files which were added after the last release
-------------------------------------------------------------------------
-r14599 | fkuehne | 2006-03-03 09:21:16 -0800 (Fri, 03 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-*.m: unified the title of the Information-panel and the menu-items pointing to it to "Information" (instead of a mixture of "Properties" and "Info")
-MainMenu.nib: 
-    - dto
-    - let the user select the values of the Statistics-tab
-------------------------------------------------------------------------
-r14598 | fkuehne | 2006-03-03 09:12:15 -0800 (Fri, 03 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* fixed a signed vs unsinged warning
-------------------------------------------------------------------------
-r14597 | dionoea | 2006-03-03 06:37:24 -0800 (Fri, 03 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/image.c
-
-image.c: add --image-out-replace option. If enabled, the image vout will
-always overwrite the same file.
-
-------------------------------------------------------------------------
-r14596 | fkuehne | 2006-03-03 05:51:04 -0800 (Fri, 03 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* added a NSTimer to update the statistics every second
-------------------------------------------------------------------------
-r14595 | xtophe | 2006-03-03 05:08:48 -0800 (Fri, 03 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Makefile: We need autogen on win32
-
-------------------------------------------------------------------------
-r14594 | fkuehne | 2006-03-03 04:19:56 -0800 (Fri, 03 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* implemented the statistics-tab. No auto-update yet.
-------------------------------------------------------------------------
-r14593 | hartman | 2006-03-03 03:25:18 -0800 (Fri, 03 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Disable INSTALL_NAME now gpg-error isn't shared.
-
-------------------------------------------------------------------------
-r14592 | hartman | 2006-03-03 03:19:00 -0800 (Fri, 03 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* copy and tabs... sigh.
-
-------------------------------------------------------------------------
-r14591 | hartman | 2006-03-03 03:15:55 -0800 (Fri, 03 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Lets avoid autogen where we can
-
-------------------------------------------------------------------------
-r14590 | hartman | 2006-03-03 02:40:56 -0800 (Fri, 03 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/live-osx.patch
-
-* Fix liveMedia on all platforms now hopefully
-
-------------------------------------------------------------------------
-r14589 | hartman | 2006-03-03 02:22:18 -0800 (Fri, 03 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* www.live555.com seems unreachable. use live555.com
-
-------------------------------------------------------------------------
-r14588 | courmisch | 2006-03-03 01:32:20 -0800 (Fri, 03 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Solaris breakage again
-
-------------------------------------------------------------------------
-r14587 | jpsaman | 2006-03-03 00:52:27 -0800 (Fri, 03 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-Playing 3GPP audio only LATM AAC/HE-AAC streams. Patch by Ross Finalayson
-------------------------------------------------------------------------
-r14586 | xtophe | 2006-03-02 15:40:17 -0800 (Thu, 02 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-explicit hack. please underage hackers do not look
-fix lame 
-
-------------------------------------------------------------------------
-r14585 | xtophe | 2006-03-02 15:24:37 -0800 (Thu, 02 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-Fix MacOS-Intel compilation
-
-------------------------------------------------------------------------
-r14584 | courmisch | 2006-03-02 14:39:03 -0800 (Thu, 02 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_httpd.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/network/httpd.c
-
-Code reuse
-
-------------------------------------------------------------------------
-r14583 | courmisch | 2006-03-02 14:19:14 -0800 (Thu, 02 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_httpd.h
-
-Remove outdated comment
-
-------------------------------------------------------------------------
-r14582 | xtophe | 2006-03-02 12:39:49 -0800 (Thu, 02 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Update lame. Closes #482
-
-------------------------------------------------------------------------
-r14581 | xtophe | 2006-03-02 12:38:43 -0800 (Thu, 02 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/gcrypt.patch
-
-Fix Gcrypt patch
-
-------------------------------------------------------------------------
-r14580 | xtophe | 2006-03-02 12:11:51 -0800 (Thu, 02 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-makefile: Fix livedotcom on win32
-
-------------------------------------------------------------------------
-r14579 | xtophe | 2006-03-02 12:10:23 -0800 (Thu, 02 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Makefile: use sed -i where possible
-
-------------------------------------------------------------------------
-r14578 | xtophe | 2006-03-02 12:04:54 -0800 (Thu, 02 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/gcrypt.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-all: Update libgcrypt,gpg-error and gnutls (closes #570 )
-
-------------------------------------------------------------------------
-r14577 | xtophe | 2006-03-02 11:34:31 -0800 (Thu, 02 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-
-Update x264 patch
-
-------------------------------------------------------------------------
-r14576 | xtophe | 2006-03-02 11:31:36 -0800 (Thu, 02 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Solaris fix for live555. Patch courtesy of Alexander Gall
-
-------------------------------------------------------------------------
-r14575 | courmisch | 2006-03-02 10:19:03 -0800 (Thu, 02 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/misc/objects.c
-
-Minor clean up
-
-------------------------------------------------------------------------
-r14574 | fkuehne | 2006-03-02 07:52:37 -0800 (Thu, 02 Mar 2006) | 6 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-* re-designed the information/properties panel to show meta information and statistics
-- the display of meta information is completely implemented and functional
-- the tree-view in the "Advanced Info" tab is currently broken due to bad casting (I got no idea why yet, because I didn't touch it..)
-- the statistics tab isn't implemented yet
-
-Comments on the design and the implementation are welcome. If this re-design is too unstable for 0.8.5, I will withdraw it after branching.
-------------------------------------------------------------------------
-r14573 | courmisch | 2006-03-02 07:19:32 -0800 (Thu, 02 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/file.c
-
-Locale fixes (refs #528) + clean up
-
-------------------------------------------------------------------------
-r14572 | courmisch | 2006-03-02 06:27:09 -0800 (Thu, 02 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-use intptr_t (refs #574)
-
-------------------------------------------------------------------------
-r14571 | courmisch | 2006-03-02 06:23:03 -0800 (Thu, 02 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/file.c
-
-Don't try to be more clever than umask()
-
-------------------------------------------------------------------------
-r14570 | courmisch | 2006-03-02 06:21:23 -0800 (Thu, 02 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix getaddrinfo check failure because of autoconf's cache
-
-------------------------------------------------------------------------
-r14569 | courmisch | 2006-03-02 05:54:40 -0800 (Thu, 02 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/waveout.c
-
-Fix invalid syntax (aout_BufferFree is not an expansion-safe macro)
-
-------------------------------------------------------------------------
-r14568 | courmisch | 2006-03-02 05:35:43 -0800 (Thu, 02 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/jack.c
-   M /trunk/modules/audio_output/sdl.c
-
-Unused header inclusion syndrome
-
-------------------------------------------------------------------------
-r14567 | courmisch | 2006-03-02 05:02:37 -0800 (Thu, 02 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-dist vlc_url.h
-
-------------------------------------------------------------------------
-r14566 | fkuehne | 2006-03-02 04:15:25 -0800 (Thu, 02 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-
-* forgot that one in [14565]
-------------------------------------------------------------------------
-r14565 | fkuehne | 2006-03-02 04:14:52 -0800 (Thu, 02 Mar 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/sfilters.m
-   M /trunk/modules/gui/macosx/update.m
-
-* MainMenu.nib, playlist.m: use NSSearchField instead of NSTextField, so we don't need to replace it manually anymore. This breaks the 10.2-compatibility. (refs #189)
-
-* update.m: use mtime() instead of NSCalenderDate for the time-stamp
-
-* sfilters.m: fixed 2 compilation warnings (corrected UTF8String to char casting)
-------------------------------------------------------------------------
-r14564 | courmisch | 2006-03-01 23:52:53 -0800 (Wed, 01 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/src/Makefile.am
-
-libtool:
- - Don't link builtins against anything (dependencies are linked in libvlc)
- - Don't mangle name of underlying libraries
-
-------------------------------------------------------------------------
-r14563 | fkuehne | 2006-03-01 14:21:36 -0800 (Wed, 01 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/update.h
-   M /trunk/modules/gui/macosx/update.m
-
-* don't store the temp release note in the user's Caches-folder, but in /tmp. Renamed it to vlc_releasenote_%@.tmp, whereas %@ is a timestamp (%m-%d-%y--%I.%M.%S.%F)
-* cleanup of the source
-------------------------------------------------------------------------
-r14562 | dionoea | 2006-03-01 14:00:37 -0800 (Wed, 01 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Add/Change x264 options. Patch by Dennis van Amerongen
-
-------------------------------------------------------------------------
-r14561 | dionoea | 2006-03-01 13:58:15 -0800 (Wed, 01 Mar 2006) | 22 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-Add/Change x264 options. Patch by Dennis van Amerongen
-
-Original email was
-
-"Subject: [vlc-devel] Additional x264 options/unification
-
-Patch for unification and addition of several x264 options (using x264          
-commandline interface as reference):                                            
-                                                                                
-8x8dct, asm, bime, chroma-me, chroma-qp-offset, cplxblur, direct,               
-ipratio, nr, pbratio, qblur, qcomp, qpstep, verbose. Changed (no-)psnr,         
-(no-)b-adapt, (no-)fast-pskip to similar usage as (no-)cabac. Deprecated        
-options in favor of x264 cli equivalents (subpel -> subme, frameref ->          
-ref, etc.) for unification.                                                     
-                                                                                
-Improved order of adding partitions in analyse modes as suggested by            
-Pengvado (#x264): i4x4,p8x8,i8x8+8x8dct,b8x8,p4x4 (at low bitrate i8x8          
-would be more important than i4x4 though). Using i8x8 results in a "High        
-Profile" setting (not all decoders seem to support that). i8x8 requires         
-8x8dct which is now a seperate option (default disabled)."
-
-
-------------------------------------------------------------------------
-r14560 | xtophe | 2006-03-01 13:41:11 -0800 (Wed, 01 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-
-Warning Explicit Kludge
-
-------------------------------------------------------------------------
-r14559 | fkuehne | 2006-03-01 13:08:17 -0800 (Wed, 01 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/update.h
-   M /trunk/modules/gui/macosx/update.m
-
-* removed unused, useless variable
-------------------------------------------------------------------------
-r14558 | fkuehne | 2006-03-01 13:05:47 -0800 (Wed, 01 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/modules/gui/macosx/update.h
-   M /trunk/modules/gui/macosx/update.m
-
-* download the updated versions through VLC and not through your default browser
-* removed a crasher from interaction.m
-
-Note: the progress-window used to show the progress is quite hacky at the moment and will be replaced through a good implementation once the interaction-core is finished.
-------------------------------------------------------------------------
-r14557 | hartman | 2006-03-01 13:00:49 -0800 (Wed, 01 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-* Add dvcp and dvpp FOURCCs (the PAl versions of QuickTime DV and DVPro apparently)
-
-------------------------------------------------------------------------
-r14556 | fkuehne | 2006-03-01 11:56:34 -0800 (Wed, 01 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/input_manager.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/interface.hpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-
-* more systray related ifndefs for the Darwin platform
-------------------------------------------------------------------------
-r14555 | fkuehne | 2006-03-01 11:11:24 -0800 (Wed, 01 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-* Darwin compilation fix
-------------------------------------------------------------------------
-r14554 | fkuehne | 2006-03-01 09:47:27 -0800 (Wed, 01 Mar 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access/screen/mac.c
-
-* fixed some warnings
-------------------------------------------------------------------------
-r14553 | hartman | 2006-03-01 08:50:08 -0800 (Wed, 01 Mar 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* Apply --enable-xinerama patch by Diego Petteno <flameeyes at gentoo dot org>
-This is not 100% tested, but only compared against similar situations.
-
-
-------------------------------------------------------------------------
-r14552 | hartman | 2006-03-01 05:36:01 -0800 (Wed, 01 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/stream_out/rtp.c
-
-* trackID changes for the VLC rtsp server as suggested by Leonardo ... <leonardo_c at libero dot it>.
-  - apparently DSS is casesensitive on trackID.
-
-------------------------------------------------------------------------
-r14551 | hartman | 2006-03-01 05:23:12 -0800 (Wed, 01 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/libcddb.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* Update the CDDB version from 0.9.6 to 1.2.1
-
-------------------------------------------------------------------------
-r14550 | hartman | 2006-03-01 05:13:03 -0800 (Wed, 01 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/access/cdda/info.c
-
-* Fixes for CDDB courtesy of Alexander Gall <gall at switch dot ch>. 
- - added him to THANKS as well.
-
-------------------------------------------------------------------------
-r14549 | courmisch | 2006-03-01 03:20:10 -0800 (Wed, 01 Mar 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-
-Don't use connect() when the "bind" address is a multicast group
-Bug reported by Alexander Gall
-
-------------------------------------------------------------------------
-r14548 | courmisch | 2006-03-01 02:41:47 -0800 (Wed, 01 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Try to fix getaddrinfo et al. detection on Solaris
-
-------------------------------------------------------------------------
-r14547 | courmisch | 2006-03-01 02:20:50 -0800 (Wed, 01 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Link ipv6 with -lsocket and/or -lnsl whenever we need these for ipv4
-
-------------------------------------------------------------------------
-r14546 | courmisch | 2006-03-01 01:53:39 -0800 (Wed, 01 Mar 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Use stamp not to recompile and relink version.c when it doesn't have to (closes #554)
-
-------------------------------------------------------------------------
-r14545 | zorglub | 2006-02-28 15:23:42 -0800 (Tue, 28 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-
-Don't preparse folders using input_Preprase
-
-------------------------------------------------------------------------
-r14544 | ipkiss | 2006-02-28 11:12:54 -0800 (Tue, 28 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins/skins2-howto.xml: fixed a typo
-
-------------------------------------------------------------------------
-r14543 | md | 2006-02-28 07:46:46 -0800 (Tue, 28 Feb 2006) | 5 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-* changed the order of offered aspect/crop values so that the most commonly
-used ones are on the top
-* added 5:4 aspect/crop ration for high quality PAL TV out (720x576 display
-resolution) and 1280x1024 LCD panels 
-
-------------------------------------------------------------------------
-r14542 | md | 2006-02-28 07:34:16 -0800 (Tue, 28 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-make ZoomCallback work with extended GUI or deinterlace (refs #480)
-
-------------------------------------------------------------------------
-r14541 | hartman | 2006-02-28 07:31:04 -0800 (Tue, 28 Feb 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-* Fix the rtp module to not create broken SDPs. muxed streams are unsupported in RTSP mode. fixes #452
-- commented a few fprintf, and changed some to msg_Dbg where possible.
-- fixed a couple of spelling errors.
-- this module really needs a big cleanup and merging with the other SDP and RTSP code.
-
-------------------------------------------------------------------------
-r14540 | courmisch | 2006-02-28 07:29:42 -0800 (Tue, 28 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-libtool: fix make distclean
-
-------------------------------------------------------------------------
-r14539 | courmisch | 2006-02-28 07:12:37 -0800 (Tue, 28 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/src/Makefile.am
-
-With libtool, compile builtins as lib*_builtin.la to avoid name collision
-with actual system library (seems to fix weird compilation problem with
-flac and theora builtins)
-
-------------------------------------------------------------------------
-r14538 | courmisch | 2006-02-28 06:52:40 -0800 (Tue, 28 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Fail when trying to advertise a stream with an out-of-scope address
-(avoids spamming the MBONE with incorrect private streams)
-
-------------------------------------------------------------------------
-r14537 | courmisch | 2006-02-28 04:58:37 -0800 (Tue, 28 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Use noinst_ rather than libvlc_ for builtins
-
-------------------------------------------------------------------------
-r14536 | dionoea | 2006-02-28 04:45:37 -0800 (Tue, 28 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-Use VLC stream functions to load vlm configs. Refs #567
-
-------------------------------------------------------------------------
-r14535 | courmisch | 2006-02-28 04:22:24 -0800 (Tue, 28 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Implement clean with --enable-libtool
-May fix builtins recompilation (theora, flac...)
-
-------------------------------------------------------------------------
-r14534 | courmisch | 2006-02-28 03:45:22 -0800 (Tue, 28 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Don't use p_symbols with libtool
-(this commit obviously breaks binary compatibility - clear your plugins)
-
-------------------------------------------------------------------------
-r14533 | courmisch | 2006-02-28 01:01:59 -0800 (Tue, 28 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Fix the work-around for the work-around
-
-------------------------------------------------------------------------
-r14532 | courmisch | 2006-02-28 00:55:43 -0800 (Tue, 28 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Remove debug message
-
-------------------------------------------------------------------------
-r14531 | courmisch | 2006-02-28 00:42:23 -0800 (Tue, 28 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/mozilla/Makefile.am
-   M /trunk/src/Makefile.am
-
-mv -> mv -f
-
-------------------------------------------------------------------------
-r14530 | courmisch | 2006-02-28 00:39:27 -0800 (Tue, 28 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/Makefile.am
-
-Dist demo.sh
-
-------------------------------------------------------------------------
-r14529 | courmisch | 2006-02-28 00:37:44 -0800 (Tue, 28 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Missing quotes
-
-------------------------------------------------------------------------
-r14528 | courmisch | 2006-02-28 00:16:40 -0800 (Tue, 28 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/demo.sh
-
-EOL style
-
-------------------------------------------------------------------------
-r14527 | hartman | 2006-02-27 18:03:33 -0800 (Mon, 27 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/vobsub.c
-
-* Use stream_UrlNew for vobsub loading instead of fopen. closes #567
-
-------------------------------------------------------------------------
-r14526 | hartman | 2006-02-27 17:28:38 -0800 (Mon, 27 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/demo.sh
-
-* demo.sh for Mac OS X VLC command
-
-------------------------------------------------------------------------
-r14525 | dionoea | 2006-02-27 15:24:39 -0800 (Mon, 27 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/demo.sh
-
-Add OpenGL rotating cube and video wall demos
-
-------------------------------------------------------------------------
-r14524 | dionoea | 2006-02-27 15:03:28 -0800 (Mon, 27 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/demo.sh
-
-Small fixes/changes
-
-------------------------------------------------------------------------
-r14523 | dionoea | 2006-02-27 14:47:21 -0800 (Mon, 27 Feb 2006) | 2 lines
-Changed paths:
-   A /trunk/doc/demo.sh
-
-Small script that generates huge command lines to be used in demos. Feel free to add/change stuff.
-
-------------------------------------------------------------------------
-r14522 | hartman | 2006-02-27 13:13:56 -0800 (Mon, 27 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* iconv is already provided on 10.3 and 10.4, so we don't need to install it.
-
-------------------------------------------------------------------------
-r14521 | courmisch | 2006-02-27 13:07:25 -0800 (Mon, 27 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Fix warning on 64 bits systems
-
-------------------------------------------------------------------------
-r14520 | courmisch | 2006-02-27 13:06:42 -0800 (Mon, 27 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Silly me
-
-------------------------------------------------------------------------
-r14519 | courmisch | 2006-02-27 12:59:08 -0800 (Mon, 27 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/mozilla/Makefile.am
-   M /trunk/src/Makefile.am
-
-Work-around libtool's work-around which adds .exe on Cygwin 
-
-------------------------------------------------------------------------
-r14518 | courmisch | 2006-02-27 12:48:49 -0800 (Mon, 27 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/gnomevfs.c
-   M /trunk/modules/misc/rtsp.c
-
-Compile fixes
-
-------------------------------------------------------------------------
-r14517 | courmisch | 2006-02-27 12:29:39 -0800 (Mon, 27 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Don't loop infinitely when then is no plugin to install (libtool-only)
-
-------------------------------------------------------------------------
-r14516 | courmisch | 2006-02-27 12:29:03 -0800 (Mon, 27 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/daap.c
-
-daap.c: Attempt to fix compilation
-
-------------------------------------------------------------------------
-r14515 | courmisch | 2006-02-27 04:46:42 -0800 (Mon, 27 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/network.h
-   A /trunk/include/vlc_url.h (from /trunk/include/network.h:14514)
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-
-Separate socket/resolv stuff (network.h) from url stuff (vlc_url.h)
-
-------------------------------------------------------------------------
-r14514 | xtophe | 2006-02-27 04:01:58 -0800 (Mon, 27 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-po/*: run make update-po.
-
-------------------------------------------------------------------------
-r14513 | dionoea | 2006-02-26 13:30:50 -0800 (Sun, 26 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/video_filter/distort.c
-
-distort.c:
-* new psychedelic FOSDEM demo filter. enjoy :)
-* misc changes          
-
-------------------------------------------------------------------------
-r14512 | fkuehne | 2006-02-26 08:33:56 -0800 (Sun, 26 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* fixed the compilation of gettext&libiconv on Darwin and updated the copyright-dates
-------------------------------------------------------------------------
-r14511 | jpsaman | 2006-02-26 07:49:54 -0800 (Sun, 26 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Rename --rtsp-throtle to --rtsp-throtle-users
-------------------------------------------------------------------------
-r14510 | courmisch | 2006-02-26 07:09:47 -0800 (Sun, 26 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Put some dependencies on stamp-builtins to force rebuild when the
-tree configuration is modified
-
-------------------------------------------------------------------------
-r14509 | courmisch | 2006-02-26 06:48:02 -0800 (Sun, 26 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-   M /trunk/src/Makefile.am
-
-Get rid of --enable-shared-libvlc on non-Microsoft platforms
-as it did never worked properly, if at all with these
-(you should use libtool to build a shared libvlc instead)
-
-------------------------------------------------------------------------
-r14508 | zorglub | 2006-02-26 06:47:06 -0800 (Sun, 26 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/libvlc_audio.c
-
-Remove ref to volume_get
-
-------------------------------------------------------------------------
-r14507 | zorglub | 2006-02-26 06:23:16 -0800 (Sun, 26 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-
-Disable intf-switch in the interface (Refs:#564) - Not working correctly, neither on win32 nor GTK
-
-------------------------------------------------------------------------
-r14506 | fkuehne | 2006-02-26 06:20:46 -0800 (Sun, 26 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* added some news. feel free to improve the wording :)
-------------------------------------------------------------------------
-r14505 | fkuehne | 2006-02-26 04:35:30 -0800 (Sun, 26 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-
-* added a "Go To Specific Position" feature (closes #377)
-- accessible by double-clicking on the time-counters and through a menu-item in "Playback"
-- the class of the time-counters is VLCTimeField now, because we need to fetch the mouseDown-event. There are no further changes compared to NSTextField.
-------------------------------------------------------------------------
-r14504 | zorglub | 2006-02-26 04:30:22 -0800 (Sun, 26 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/libvlc_audio.c
-
-Cosmetics. 
-Add toggle_mute
-
-------------------------------------------------------------------------
-r14503 | zorglub | 2006-02-26 04:29:40 -0800 (Sun, 26 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/m4
-
-svn:ignore libtool stuff
-
-------------------------------------------------------------------------
-r14502 | jpsaman | 2006-02-26 04:18:46 -0800 (Sun, 26 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Implement RTSP VOD connection throtle
-------------------------------------------------------------------------
-r14501 | courmisch | 2006-02-26 03:59:18 -0800 (Sun, 26 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   D /trunk/src/vlc.c
-   A /trunk/vlc.c (from /trunk/src/vlc.c:14498)
-
-Move vlc.c to . to fix distclean (Automake limitation)
-
-------------------------------------------------------------------------
-r14500 | dionoea | 2006-02-25 13:11:18 -0800 (Sat, 25 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/src/misc/win32_specific.c
-
-Revert [14452] as it broke the mozilla plugin. We need to find another way
-to fix that.
-
-------------------------------------------------------------------------
-r14499 | dionoea | 2006-02-25 13:08:46 -0800 (Sat, 25 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-Nice user comment ...
-
-------------------------------------------------------------------------
-r14498 | courmisch | 2006-02-25 12:46:22 -0800 (Sat, 25 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Attempt to fix core and all targets with more than one job
-
-------------------------------------------------------------------------
-r14497 | fkuehne | 2006-02-25 07:50:43 -0800 (Sat, 25 Feb 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/update.h
-   M /trunk/modules/gui/macosx/update.m
-
-* retrieve the release notes and display them
-    - they are temporarily stored in ~/Library/Caches/vlc_releasenote_temp.txt
-    - Please shout if this location isn't okay for this purpose.
-    - the file is automatically removed after displaying its content.
-* show the binary's size in MB instead of bytes
-------------------------------------------------------------------------
-r14496 | fkuehne | 2006-02-25 05:45:07 -0800 (Sat, 25 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/interaction.h
-   M /trunk/modules/gui/macosx/interaction.m
-
-* slightly enlarged the progress_for_downloads-panel-to-be and fixed some bugs in the interaction-framework
-------------------------------------------------------------------------
-r14495 | courmisch | 2006-02-24 14:39:45 -0800 (Fri, 24 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Fix Win32 packaging targets inter-dependencies
-(otherwise unusable with more than one make job)
-
-------------------------------------------------------------------------
-r14494 | zorglub | 2006-02-24 11:11:39 -0800 (Fri, 24 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/make.pl
-
-Remove a bit of noise
-
-------------------------------------------------------------------------
-r14493 | bigben | 2006-02-24 07:00:03 -0800 (Fri, 24 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/simple.c
-
-Add a 7.x / 5.x -> 4.0 downmixing routine (for AAC mostly, for a52 this is done by liba52)
-
-
-------------------------------------------------------------------------
-r14492 | courmisch | 2006-02-24 05:43:10 -0800 (Fri, 24 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Remove abusive line feeds to fix vlc --help-verbose --advanced  -H layout.
-
-------------------------------------------------------------------------
-r14491 | xtophe | 2006-02-24 02:53:29 -0800 (Fri, 24 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/libpng-1.2.5-win32.patch
-
-ALL: Don't use character which are different in utf8 and latin*
-
-------------------------------------------------------------------------
-r14490 | djc | 2006-02-24 01:55:51 -0800 (Fri, 24 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/distort.c
-
-Simple Hough transform to detect lines in video
-Needs a lot of optimizations...
-
-------------------------------------------------------------------------
-r14489 | courmisch | 2006-02-24 00:28:12 -0800 (Fri, 24 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Silly libgpg-error's autogen doesn't call libtoolize
-
-------------------------------------------------------------------------
-r14488 | courmisch | 2006-02-23 23:57:54 -0800 (Thu, 23 Feb 2006) | 5 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-Fix typo, fix make dist
-
-As for make distclean, I can't think of any solution but moving vlc.c out of
-src/ (I know it sucks, but you don't want to rewrite automake, do you?).
-
-------------------------------------------------------------------------
-r14487 | courmisch | 2006-02-23 14:59:03 -0800 (Thu, 23 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-Make automake happy
-
-------------------------------------------------------------------------
-r14486 | courmisch | 2006-02-23 14:49:56 -0800 (Thu, 23 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-Support for building Mozilla plugin with libtool + clean up
-
-------------------------------------------------------------------------
-r14485 | courmisch | 2006-02-23 14:08:24 -0800 (Thu, 23 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-Clean up
-
-------------------------------------------------------------------------
-r14484 | courmisch | 2006-02-23 13:47:10 -0800 (Thu, 23 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/activex
-   M /trunk/modules
-   M /trunk/modules/access
-   M /trunk/modules/access/cdda
-   M /trunk/modules/access/dshow
-   M /trunk/modules/access/dvb
-   M /trunk/modules/access/mms
-   M /trunk/modules/access/pvr
-   M /trunk/modules/access/rtsp
-   M /trunk/modules/access/screen
-   M /trunk/modules/access/v4l
-   M /trunk/modules/access/vcd
-   M /trunk/modules/access/vcdx
-   M /trunk/modules/access_filter
-   M /trunk/modules/access_output
-   M /trunk/modules/audio_filter
-   M /trunk/modules/audio_filter/channel_mixer
-   M /trunk/modules/audio_filter/converter
-   M /trunk/modules/audio_filter/resampler
-   M /trunk/modules/audio_mixer
-   M /trunk/modules/audio_output
-   M /trunk/modules/codec
-   M /trunk/modules/codec/cmml
-   M /trunk/modules/codec/dmo
-   M /trunk/modules/codec/ffmpeg
-   M /trunk/modules/codec/spudec
-   M /trunk/modules/control
-   M /trunk/modules/control/corba
-   M /trunk/modules/control/http
-   M /trunk/modules/demux
-   M /trunk/modules/demux/asf
-   M /trunk/modules/demux/avi
-   M /trunk/modules/demux/mp4
-   M /trunk/modules/demux/mpeg
-   M /trunk/modules/demux/playlist
-   M /trunk/modules/demux/util
-   M /trunk/modules/gui
-   M /trunk/modules/gui/beos
-   M /trunk/modules/gui/macosx
-   M /trunk/modules/gui/opie
-   M /trunk/modules/gui/pda
-   M /trunk/modules/gui/qnx
-   M /trunk/modules/gui/skins2
-   M /trunk/modules/gui/skins2/commands
-   M /trunk/modules/gui/skins2/controls
-   M /trunk/modules/gui/skins2/events
-   M /trunk/modules/gui/skins2/macosx
-   M /trunk/modules/gui/skins2/parser
-   M /trunk/modules/gui/skins2/src
-   M /trunk/modules/gui/skins2/unzip
-   M /trunk/modules/gui/skins2/utils
-   M /trunk/modules/gui/skins2/vars
-   M /trunk/modules/gui/skins2/win32
-   M /trunk/modules/gui/skins2/x11
-   M /trunk/modules/gui/wince
-   M /trunk/modules/gui/wince/bitmaps
-   M /trunk/modules/gui/wxwidgets
-   M /trunk/modules/gui/wxwidgets/bitmaps
-   M /trunk/modules/gui/wxwidgets/dialogs
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm
-   M /trunk/modules/misc
-   M /trunk/modules/misc/dummy
-   M /trunk/modules/misc/memcpy
-   M /trunk/modules/misc/network
-   M /trunk/modules/misc/playlist
-   M /trunk/modules/misc/testsuite
-   M /trunk/modules/misc/xml
-   M /trunk/modules/mux
-   M /trunk/modules/mux/mpeg
-   M /trunk/modules/packetizer
-   M /trunk/modules/services_discovery
-   M /trunk/modules/stream_out
-   M /trunk/modules/stream_out/transrate
-   M /trunk/modules/video_chroma
-   M /trunk/modules/video_filter
-   M /trunk/modules/video_filter/swscale
-   M /trunk/modules/video_output
-   M /trunk/modules/video_output/directx
-   M /trunk/modules/video_output/qte
-   M /trunk/modules/video_output/x11
-   M /trunk/modules/visualization
-   M /trunk/modules/visualization/galaktos
-   M /trunk/modules/visualization/visual
-   M /trunk/mozilla
-   M /trunk/src
-
-svn:ignore
-
-------------------------------------------------------------------------
-r14483 | courmisch | 2006-02-23 13:41:05 -0800 (Thu, 23 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Don't build old-style when libtool is enabled
-
-------------------------------------------------------------------------
-r14482 | dionoea | 2006-02-23 12:31:24 -0800 (Thu, 23 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
-shame on me ... *cough* *cough*
-
-------------------------------------------------------------------------
-r14481 | zorglub | 2006-02-23 12:20:31 -0800 (Thu, 23 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-
-Bitrates only
-
-------------------------------------------------------------------------
-r14480 | zorglub | 2006-02-23 12:18:16 -0800 (Thu, 23 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-
-Display bitrates in kbps
-
-------------------------------------------------------------------------
-r14478 | courmisch | 2006-02-23 11:41:36 -0800 (Thu, 23 Feb 2006) | 8 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   M /trunk/src/Makefile.am
-
-_Experimental_ *optional* libtool support (--enable-libtool)
-
-Should work fine (ie. better than --enable-shared-libvlc) on Linux,
-should work on Mac OS X (except for packaging), while shared libvlc doesn't.
-
-Won't work on Win32 with the current Win32 contrib. Stick to static libvlc or
-use --enable-shared-libvlc for now.
-
-------------------------------------------------------------------------
-r14477 | courmisch | 2006-02-23 11:38:14 -0800 (Thu, 23 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-
-Linking order fix
-
-------------------------------------------------------------------------
-r14476 | courmisch | 2006-02-23 11:37:58 -0800 (Thu, 23 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Recurse within hidden directories for module search
-
-------------------------------------------------------------------------
-r14475 | littlejohn | 2006-02-23 11:17:31 -0800 (Thu, 23 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/src/control/libvlc_audio.c
-
-added missing $Id$
-
-
-------------------------------------------------------------------------
-r14474 | littlejohn | 2006-02-23 10:03:20 -0800 (Thu, 23 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-Header modified to include libvlc audio control functions
-
-
-------------------------------------------------------------------------
-r14473 | littlejohn | 2006-02-23 09:32:49 -0800 (Thu, 23 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   A /trunk/src/control/libvlc_audio.c
-
-LibVLC basic audio control API
-
-
-------------------------------------------------------------------------
-r14472 | oaubert | 2006-02-23 09:02:03 -0800 (Thu, 23 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/vlcglue.c
-
-mediacontrol-python/vlcglue.c: transmit the snapshot->date field to python
-
-------------------------------------------------------------------------
-r14471 | oaubert | 2006-02-23 08:44:09 -0800 (Thu, 23 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-src/vout_intf.c: move the snapshot-path == object:object-id codepath
-to the start of the function, to avoid unnecessary overhead of path checks.
-
-------------------------------------------------------------------------
-r14470 | oaubert | 2006-02-23 08:21:56 -0800 (Thu, 23 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_audio_video.c
-
-mediacontrol_audio_video.c: release vout in mediacontrol_snapshot()
-
-------------------------------------------------------------------------
-r14469 | hartman | 2006-02-23 03:57:38 -0800 (Thu, 23 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-osx.patch
-   D /trunk/extras/contrib/src/Patches/gettext-osx.patch
-   A /trunk/extras/contrib/src/Patches/libpng-osx.patch
-   D /trunk/extras/contrib/src/Patches/libpng.patch
-   A /trunk/extras/contrib/src/Patches/live-osx.patch
-   D /trunk/extras/contrib/src/Patches/livedotcom-osx.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* make more contribs work with SDK. refs #182
-
-------------------------------------------------------------------------
-r14468 | courmisch | 2006-02-23 02:43:39 -0800 (Thu, 23 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-
-Same fix for activeX
-
-------------------------------------------------------------------------
-r14467 | courmisch | 2006-02-23 02:41:15 -0800 (Thu, 23 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Fix linking with included gettext
-
-------------------------------------------------------------------------
-r14466 | dionoea | 2006-02-22 15:34:54 -0800 (Wed, 22 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/mozilla/npvlc_rc.rc
-   M /trunk/mozilla/vlcplugin.h
-
-Ogg mime type is application/ogg (see RFC 3534)
-Thanks to forum user http://forum.videolan.org/viewtopic.php?t=17646
-
-------------------------------------------------------------------------
-r14465 | dionoea | 2006-02-22 09:28:46 -0800 (Wed, 22 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/mosaic.c
-
-mosaic.c: Bluescreen enhancement. Add convolution product of alpha mask with 5x5 gaussian. Makes it look better.
-
-distort.c: change line orders.
-
-------------------------------------------------------------------------
-r14464 | hartman | 2006-02-22 08:27:50 -0800 (Wed, 22 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-* Use EnsureUTF8 on the trackname of avi's. (no garentueed charset).
-
-------------------------------------------------------------------------
-r14463 | hartman | 2006-02-22 08:17:24 -0800 (Wed, 22 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* Scale SSA subs if necessarry.
-* Scale width if only original height is known.
-
-------------------------------------------------------------------------
-r14462 | damienf | 2006-02-22 06:04:31 -0800 (Wed, 22 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/activex/Makefile.am
-   M /trunk/src/Makefile.am
-
-all: renamed DLL import library as libvlc.dll.a, as this is what mingw/cygwin ld expects to see. for more info refer to: http://www.sourceware.org/binutils/docs-2.16/ld/WIN32.html
-
-------------------------------------------------------------------------
-r14461 | oaubert | 2006-02-22 05:20:59 -0800 (Wed, 22 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/setup.py
-   D /trunk/bindings/mediacontrol-python/vlcdebug.py
-   A /trunk/bindings/mediacontrol-python/vlcwrapper.py (from /trunk/bindings/mediacontrol-python/vlcdebug.py:14460)
-
-mediacontrol-python: rename vlcdebug to vlcwrapper
-
-------------------------------------------------------------------------
-r14460 | oaubert | 2006-02-22 05:19:29 -0800 (Wed, 22 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/vlcdebug.py
-
-vlcdebug.py: add documentation
-
-------------------------------------------------------------------------
-r14459 | oaubert | 2006-02-22 05:15:10 -0800 (Wed, 22 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/Makefile.am
-   M /trunk/bindings/mediacontrol-python/setup.py
-
-mediacontrol-python: allow to build in a separate builddir
-
-------------------------------------------------------------------------
-r14458 | damienf | 2006-02-22 04:21:23 -0800 (Wed, 22 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/activex/Makefile.am
-   M /trunk/src/Makefile.am
-
-all: for WIN32, create an import library libvlc-dll.a when linking libvlc.dll; updating linking for vlc.exe and activex.dll to use import library in place of dll.
-
-------------------------------------------------------------------------
-r14457 | jpsaman | 2006-02-22 02:05:59 -0800 (Wed, 22 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/switcher.c
-
-Use include <file.h> for include files that can be found on the include path as provided to the compiler.
-------------------------------------------------------------------------
-r14456 | zorglub | 2006-02-21 13:30:50 -0800 (Tue, 21 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
-
-wxstuff
-
-------------------------------------------------------------------------
-r14455 | zorglub | 2006-02-21 13:19:54 -0800 (Tue, 21 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-
-Add a close button. Put "-" instead of nothing when there is no info
-
-------------------------------------------------------------------------
-r14454 | zorglub | 2006-02-21 11:51:15 -0800 (Tue, 21 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/streamdata.cpp
-
-Fix theora in WX too (Closes:#531)
-
-------------------------------------------------------------------------
-r14453 | fkuehne | 2006-02-21 11:44:47 -0800 (Tue, 21 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.m
-
-* fix the selection of both Theora and Vorbis on OSX (refs #503 and refs #531). They are being encapsulated in OGG now.
-------------------------------------------------------------------------
-r14452 | dionoea | 2006-02-21 11:24:23 -0800 (Tue, 21 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/src/misc/win32_specific.c
-
-Fix running vlc from path in windows (see http://forum.videolan.org/viewtopic.php?t=17435 ). This could break the mozilla plugin on windows (see http://trac.videolan.org/vlc/changeset/9106) so i'm commiting and i'll do a nightly to check. One way to be sure would be to ask Gibalou but ....
-
-
-------------------------------------------------------------------------
-r14450 | damienf | 2006-02-21 08:38:23 -0800 (Tue, 21 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/vlccontrol.cpp
-
-vlccontrol.cpp: fixed bounds issue when allocating memory and iterating through a SafeArray, thanks to Walter Zheng for reporting this problem
-
-------------------------------------------------------------------------
-r14448 | courmisch | 2006-02-21 07:02:16 -0800 (Tue, 21 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Don't rebuild static libvlc when not needed
-Yet to find a solution for the same problem with shared libvlc
-
-------------------------------------------------------------------------
-r14447 | courmisch | 2006-02-21 04:49:02 -0800 (Tue, 21 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Favor libiconv over Win32 API for *Locale
-
-------------------------------------------------------------------------
-r14446 | courmisch | 2006-02-21 04:16:11 -0800 (Tue, 21 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Fix minor typo
-
-------------------------------------------------------------------------
-r14445 | courmisch | 2006-02-21 04:14:27 -0800 (Tue, 21 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-
-Oups, forgot this file
-
-------------------------------------------------------------------------
-r14444 | courmisch | 2006-02-21 04:13:59 -0800 (Tue, 21 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/messages.c
-
-Convert to local encoding before printing on console (closes #556)
-
-------------------------------------------------------------------------
-r14443 | courmisch | 2006-02-21 04:13:22 -0800 (Tue, 21 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Use //translit when converting to an non-Unicode charset
-
-------------------------------------------------------------------------
-r14442 | adn | 2006-02-21 03:58:05 -0800 (Tue, 21 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/Makefile
-
-libvlc.a is in src/
-
-------------------------------------------------------------------------
-r14441 | courmisch | 2006-02-21 03:53:49 -0800 (Tue, 21 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-A few utf8 *printf wrappers (refs #556)
-
-------------------------------------------------------------------------
-r14440 | courmisch | 2006-02-21 03:02:38 -0800 (Tue, 21 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Build vlc-bundle on BeOS
-
-------------------------------------------------------------------------
-r14438 | xtophe | 2006-02-21 01:07:44 -0800 (Tue, 21 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Thou shalt use a clean tree for po stuffs.
-
-------------------------------------------------------------------------
-r14437 | courmisch | 2006-02-21 00:30:16 -0800 (Tue, 21 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-Attempt to fix #555 for mozilla plugin as well (refs #555)
-
-------------------------------------------------------------------------
-r14427 | fkuehne | 2006-02-20 13:00:10 -0800 (Mon, 20 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-* first update of the po-files
-------------------------------------------------------------------------
-r14425 | courmisch | 2006-02-20 11:53:22 -0800 (Mon, 20 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Fix linking with C++ builtins
-
-------------------------------------------------------------------------
-r14423 | courmisch | 2006-02-20 10:00:28 -0800 (Mon, 20 Feb 2006) | 8 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/src/Makefile.am
-
-- Remove dependency of vlc on stamp-builtin with shared libvlc
-- Link against -lvlc instead of src/libvlc.so otherwise installed vlc
-  cannot be loaded (closes #555)
-- Remove src/libvlc.a when src/libvlc.so is built so that previous item
-  does not break Win32 linking
-
-<subliminal message>how about using libtool</subliminal message>
-
-------------------------------------------------------------------------
-r14422 | hartman | 2006-02-20 04:21:15 -0800 (Mon, 20 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcd/cdrom_internals.h
-
-* Fix CDDA and VCD modules for Mac OS X Intel. Fix suggestion by Keiki SATOH aka demo-n <demo-n at users dot sourceforgedot net>.
-
-------------------------------------------------------------------------
-r14421 | xtophe | 2006-02-19 15:22:02 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
-
-ffmpeg-cvs.patch: fix upstream
-
-------------------------------------------------------------------------
-r14420 | fkuehne | 2006-02-19 14:41:29 -0800 (Sun, 19 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/interaction.h
-   M /trunk/modules/gui/macosx/interaction.m
-
-* fixed keywords and encoding
-------------------------------------------------------------------------
-r14419 | fkuehne | 2006-02-19 14:38:07 -0800 (Sun, 19 Feb 2006) | 7 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/interaction.h
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/modules/gui/macosx/intf.m
-
-* added the progress dialogue to the set of widgets
-- the Cancel-button is currently disabled because the core doesn't respond correctly (might be my fault though)
-- note that the File's Owner of the nib-file is of type VLCInteraction because the class can't resolve its outlets otherwise
-
-* WIDGET_TEXT and WIDGET_INPUT_TEXT are still missing, but will come in the next couple of days
-
-As usual, comments on the implementation and the GUI-design are welcome :)
-------------------------------------------------------------------------
-r14418 | courmisch | 2006-02-19 13:20:09 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-Fix linking of C++ plugins
-
-------------------------------------------------------------------------
-r14417 | courmisch | 2006-02-19 12:14:07 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Share most of binary packaging script between WinCE and Win32
-
-------------------------------------------------------------------------
-r14416 | courmisch | 2006-02-19 12:02:12 -0800 (Sun, 19 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Include libvlc.dll when packaging
-(Hmm, there is a nice code duplication between win32 and winCE here)
-
-------------------------------------------------------------------------
-r14415 | courmisch | 2006-02-19 11:59:47 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Really fix
-
-------------------------------------------------------------------------
-r14414 | courmisch | 2006-02-19 11:47:44 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Attempt to fix vlc linkage with static libvlc
-
-------------------------------------------------------------------------
-r14413 | courmisch | 2006-02-19 10:29:08 -0800 (Sun, 19 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/src/Makefile.am
-
-- Build builtins before shared libvlc
-- Link builtins with libvlc instead of vlc
-  (seems to fix shared libvlc on Win32)
-
-------------------------------------------------------------------------
-r14412 | courmisch | 2006-02-19 09:58:49 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Ahem hem typo
-
-------------------------------------------------------------------------
-r14411 | dionoea | 2006-02-19 09:16:05 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
-rss.c: add some Atom stuff and some extra checks.
-
-------------------------------------------------------------------------
-r14410 | courmisch | 2006-02-19 09:14:36 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Dionoea: here is "make core", your portable "make vlc" replacement
-
-------------------------------------------------------------------------
-r14409 | zorglub | 2006-02-19 08:25:27 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-compile can now work from subdirs
-
-------------------------------------------------------------------------
-r14408 | zorglub | 2006-02-19 08:16:56 -0800 (Sun, 19 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_meta.h
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
-
-* Show meta-information separately
-* Collect more meta-information in id3
-
-------------------------------------------------------------------------
-r14407 | dionoea | 2006-02-19 08:02:04 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/mvar.c
-
-Remove debug message
-
-------------------------------------------------------------------------
-r14406 | fkuehne | 2006-02-19 08:01:47 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/interaction.h
-   M /trunk/modules/gui/macosx/interaction.m
-
-* replaced all NSLog-calls by msg_***
-* changed the button order in DIALOG_YES_NO_CANCEL. (the order is now: Cancel, No, Yes; which is more Mac-like IMO, but feel free to change it again)
-------------------------------------------------------------------------
-r14405 | courmisch | 2006-02-19 07:46:44 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-Fix Mozilla plugin on ELF architectures
-
-------------------------------------------------------------------------
-r14404 | asmax | 2006-02-19 07:37:05 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-
-* all: new skin variable "vlc.isFullscreen" (guess what it does ;)
-
-------------------------------------------------------------------------
-r14403 | courmisch | 2006-02-19 07:21:58 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/src/Makefile.am
-
-Really fix libintl linking
-
-------------------------------------------------------------------------
-r14402 | asmax | 2006-02-19 06:54:57 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/NEWS
-
-* JACK audio output
-
-------------------------------------------------------------------------
-r14401 | courmisch | 2006-02-19 06:54:38 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Attempt to fix linking with "included" gettext
-
-------------------------------------------------------------------------
-r14400 | dionoea | 2006-02-19 06:39:53 -0800 (Sun, 19 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/msn.c
-
-Fix msn plugin.
-Note to zorglub: please test changes before commiting.
-
-------------------------------------------------------------------------
-r14399 | zorglub | 2006-02-19 06:32:13 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/extras
-
-More
-
-------------------------------------------------------------------------
-r14398 | zorglub | 2006-02-19 06:31:15 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk
-   M /trunk/src
-
-svn:ignore
-
-------------------------------------------------------------------------
-r14397 | courmisch | 2006-02-19 06:28:50 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix
-
-------------------------------------------------------------------------
-r14396 | courmisch | 2006-02-19 06:15:04 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Update files list
-
-------------------------------------------------------------------------
-r14395 | courmisch | 2006-02-19 06:13:29 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   D /trunk/lib
-
-Remove unused directory
-
-------------------------------------------------------------------------
-r14394 | courmisch | 2006-02-19 05:45:17 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-Link Mozilla plugin against shared library when built
-
-------------------------------------------------------------------------
-r14393 | zorglub | 2006-02-19 05:44:29 -0800 (Sun, 19 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/utils/var_tree.cpp
-
-Fix a warning
-Add some timing to playlist 
-
-------------------------------------------------------------------------
-r14392 | courmisch | 2006-02-19 05:40:09 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/bindings/mediacontrol-python/setup.py
-   M /trunk/mozilla/Makefile.am
-
-Propagate libvlc move in plugins
-
-------------------------------------------------------------------------
-r14391 | zorglub | 2006-02-19 05:36:15 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   D /trunk/src/control/control_input.c
-   D /trunk/src/control/control_playlist.c
-   D /trunk/src/control/control_vlm.c
-   D /trunk/src/control/core.c
-   A /trunk/src/control/libvlc_core.c (from /trunk/src/control/core.c:14389)
-   A /trunk/src/control/libvlc_input.c (from /trunk/src/control/control_input.c:14389)
-   A /trunk/src/control/libvlc_playlist.c (from /trunk/src/control/control_playlist.c:14389)
-   A /trunk/src/control/libvlc_video.c (from /trunk/src/control/video.c:14389)
-   A /trunk/src/control/libvlc_vlm.c (from /trunk/src/control/control_vlm.c:14389)
-   D /trunk/src/control/video.c
-
-Be consistant in naming
-
-------------------------------------------------------------------------
-r14390 | courmisch | 2006-02-19 05:30:20 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix a bug whereby --disable-shared-libvlc would actually enable it
-
-------------------------------------------------------------------------
-r14389 | courmisch | 2006-02-19 05:11:21 -0800 (Sun, 19 Feb 2006) | 7 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-   A /trunk/src/Makefile.am
-   A /trunk/src/audio_output/ainput.c (from /trunk/src/audio_output/input.c:14386)
-   D /trunk/src/audio_output/input.c
-   A /trunk/src/control/control_input.c (from /trunk/src/control/input.c:14386)
-   A /trunk/src/control/control_playlist.c (from /trunk/src/control/playlist.c:14386)
-   A /trunk/src/control/control_vlm.c (from /trunk/src/control/vlm.c:14386)
-   D /trunk/src/control/input.c
-   D /trunk/src/control/playlist.c
-   D /trunk/src/control/vlm.c
-   M /trunk/toolbox
-
-- Build libvlc from src/ rather than top
-  so that it is cleanly built before all modules
-  (step toward buildable shared libvlc on Win32)
-- Don't build position dependant code when building shared libvlc
-  (that was a big waste of time)
-- Link builtin modules with vlc rather than libvlc
-
-------------------------------------------------------------------------
-r14388 | courmisch | 2006-02-19 04:13:46 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-Ensure src/misc exists in builddir
-
-------------------------------------------------------------------------
-r14387 | courmisch | 2006-02-19 03:15:01 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
-LoadImage is a macro on Win32 API - you can't use as a function name as is
-
-------------------------------------------------------------------------
-r14386 | courmisch | 2006-02-19 01:52:55 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Clean up backported from [12323]
-
-------------------------------------------------------------------------
-r14385 | courmisch | 2006-02-19 01:16:05 -0800 (Sun, 19 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-ooups
-
-------------------------------------------------------------------------
-r14384 | courmisch | 2006-02-19 01:03:58 -0800 (Sun, 19 Feb 2006) | 24 lines
-Changed paths:
-   M /trunk/bootstrap
-
-- Seemingly fix linking of plugins with shared libvlc on Win32
-- Hopefully the same on Darwin
-
-!!! BIG FAT WARNING !!!
-On architectures where you need to resolve all symbols when
-linking a shared library, libvlc must be built before the plugins, so
-that they can resolve symbols from the libvlc API. Also, the "builtins"
-must be built before libvlc (regardless of the architecture or use of
-shared libvlc). However, our build system currently builds all modules,
-whether builtins or plugins, then libvlc and then vlc.
-
-Obviously, we could swap the build orders, so that libvlc gets built
-before modules/ but that will only work if there is no buitins modules.
-I'm not too keen on the idea of recursing twice within the modules/
-subdirectories (once for builtins, and once for plugins). Until the
-issue is settled, here is how to build and test the shared libvlc on
-Win32:
-
-1/ run configure with --enable-shared-libvlc
-2/ build all built-in modules (or disable them all) one by one,
-3/ make libvlc.dll
-4/ make
-
-
-------------------------------------------------------------------------
-r14383 | dionoea | 2006-02-18 15:10:54 -0800 (Sat, 18 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-update video filter news (again :) )
-
-------------------------------------------------------------------------
-r14382 | dionoea | 2006-02-18 15:08:23 -0800 (Sat, 18 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
-rss.c: change module shortname
-
-------------------------------------------------------------------------
-r14381 | dionoea | 2006-02-18 15:06:12 -0800 (Sat, 18 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
-rss.c: add 'support' for Atom feeds.
-
-------------------------------------------------------------------------
-r14380 | dionoea | 2006-02-18 14:20:59 -0800 (Sat, 18 Feb 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
-rss.c: add suport for feed images (default enabled).
-
-tested with 
-./vlc --sub-filter rss --rss-urls "http://www.lefigaro.fr/rss/figaro_une.xml|http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml" --rss-length 40 --rss-size 15 --rss-images --rss-speed 1000 <video>
-
-------------------------------------------------------------------------
-r14379 | dionoea | 2006-02-18 14:08:11 -0800 (Sat, 18 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_osd.h
-
-Comment lines now fit on a 80 char wide screen
-
-------------------------------------------------------------------------
-r14378 | courmisch | 2006-02-18 12:49:46 -0800 (Sat, 18 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/vlc-api.pl
-
-Remove ugly usage of vlc_symbols.h when building libvlc as a shared library
-
-------------------------------------------------------------------------
-r14377 | courmisch | 2006-02-18 12:34:32 -0800 (Sat, 18 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/access_filter/timeshift.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/codec/fake.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/old.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/vobsub.c
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/switcher.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/rss.c
-
-All: missing #include "charset.h"
-
-------------------------------------------------------------------------
-r14376 | courmisch | 2006-02-18 12:32:03 -0800 (Sat, 18 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-
-Fix warnings
-
-------------------------------------------------------------------------
-r14375 | jpsaman | 2006-02-18 12:28:47 -0800 (Sat, 18 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/include/vlc_vlm.h
-
-Remove whitespace
-------------------------------------------------------------------------
-r14374 | jpsaman | 2006-02-18 12:26:23 -0800 (Sat, 18 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-Use #include <vlc_vlm.h> instead of local include directive
-------------------------------------------------------------------------
-r14373 | jpsaman | 2006-02-18 12:24:27 -0800 (Sat, 18 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Add with-ffmpeg-{vorbis,theora,ogg} in case ffmpeg is compiled with vorbis, theora and/or ogg support
-------------------------------------------------------------------------
-r14372 | courmisch | 2006-02-18 12:07:55 -0800 (Sat, 18 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/linear.c
-
-Remove unused variable
-
-------------------------------------------------------------------------
-r14371 | courmisch | 2006-02-18 12:05:50 -0800 (Sat, 18 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Remove unused variable
-
-------------------------------------------------------------------------
-r14370 | courmisch | 2006-02-18 12:04:36 -0800 (Sat, 18 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/en50221.c
-
-Fix warning
-
-------------------------------------------------------------------------
-r14369 | sam | 2006-02-18 11:18:35 -0800 (Sat, 18 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-  * modules/demux/mp4/drms.c: mostly cosmetic changes.
-
-------------------------------------------------------------------------
-r14368 | fkuehne | 2006-02-18 11:04:19 -0800 (Sat, 18 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/Modules.am
-
-* forgot that one in [14365]
-------------------------------------------------------------------------
-r14367 | dionoea | 2006-02-18 11:03:44 -0800 (Sat, 18 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/image.c
-
-do everything with the stream functions (no more fopen)
-
-------------------------------------------------------------------------
-r14366 | fkuehne | 2006-02-18 10:53:24 -0800 (Sat, 18 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/update.h
-   M /trunk/modules/gui/macosx/update.m
-
-* added a note about the update-checker to the news and updated the copyright dates in *.h and *.m
-------------------------------------------------------------------------
-r14365 | fkuehne | 2006-02-18 10:40:04 -0800 (Sat, 18 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/classes.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/info.nib
-   A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   A /trunk/modules/gui/macosx/update.h
-   A /trunk/modules/gui/macosx/update.m
-
-* new CheckForUpdate panel (closes #310)
-- the actual download is currently done by your default browser since the needed notification window isn't available on OSX yet
-    - download through VLC is implemented, but commented for the moment
-- needs some checking once a complete Status.xml is available
-------------------------------------------------------------------------
-r14364 | dionoea | 2006-02-18 09:57:47 -0800 (Sat, 18 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/src/misc/image.c
-
-image.c: ImageReadUrl now tries to open the image using the stream functions if fopen failed. (Which means that it can now read images on the web)
-
-
-------------------------------------------------------------------------
-r14363 | dionoea | 2006-02-18 09:01:58 -0800 (Sat, 18 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
-use EnsureUTF8 on output string
-
-------------------------------------------------------------------------
-r14362 | dionoea | 2006-02-18 07:45:35 -0800 (Sat, 18 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
-Remove white characters at begining and end of element values.
-
-------------------------------------------------------------------------
-r14361 | courmisch | 2006-02-18 00:46:48 -0800 (Sat, 18 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Don't try to be more clever than gettext in detecting libintl
-(we don't seem to be). ${LIBINTL} is normally not defined when there is
-no libintl anyway - should fix FreeBSD libintl linking issue
-
-------------------------------------------------------------------------
-r14360 | courmisch | 2006-02-18 00:37:26 -0800 (Sat, 18 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix typo noticed by zorglub
-
-------------------------------------------------------------------------
-r14359 | xtophe | 2006-02-17 15:14:57 -0800 (Fri, 17 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-
-Update the x264 patch.
-
-------------------------------------------------------------------------
-r14358 | dionoea | 2006-02-17 14:49:12 -0800 (Fri, 17 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Add bluescreen video filter
-
-------------------------------------------------------------------------
-r14357 | dionoea | 2006-02-17 14:44:05 -0800 (Fri, 17 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/vlm.js
-
-Show current item number for each of the instances
-
-------------------------------------------------------------------------
-r14356 | dionoea | 2006-02-17 14:10:56 -0800 (Fri, 17 Feb 2006) | 6 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/mosaic.h
-
-* mosaic.c: Bluescreen/Greenscreen/Chromakey video background replacement
-method. It's still quite simple ... loads of room for improvement.
-Example available here: http://people.videolan.org/~dionoea/bluescreen.mpg
-
-* mosaic.h: remove trailing space
-
-------------------------------------------------------------------------
-r14355 | oaubert | 2006-02-17 09:39:25 -0800 (Fri, 17 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_audio_video.c
-
-mediacontrol_audio_video.c: remove debug message
-
-------------------------------------------------------------------------
-r14354 | oaubert | 2006-02-17 09:02:59 -0800 (Fri, 17 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/vlcglue.c
-
-vlcglue.c: same bug, specify malloc unit.
-
-------------------------------------------------------------------------
-r14353 | oaubert | 2006-02-17 09:02:34 -0800 (Fri, 17 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_util.c
-
-mediacontrol_util.c: better safe than sorry, specify the malloc unit.
-
-------------------------------------------------------------------------
-r14352 | oaubert | 2006-02-17 08:51:06 -0800 (Fri, 17 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_init.c
-
-src/control/mediacontrol_init.c: fix a malloc() error (spotted by Christophe Massiot)
-
-------------------------------------------------------------------------
-r14351 | hartman | 2006-02-17 08:15:50 -0800 (Fri, 17 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/demux/mp4/mp4.c
-
-* Don't use alloca for audio buffers on OSX and BSD, because the stacksize on both isn't infinite.
-  This might explain the audio-core crashes we have seen in the past on Mac OS X 
-* Fix issues with platforms which don't have alloca() (defined)
-
-------------------------------------------------------------------------
-r14350 | oaubert | 2006-02-17 07:28:10 -0800 (Fri, 17 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_audio_video.c
-
-mediacontrol_audio_video.c: use VLC_FOURCC to define the snapshot type
-
-------------------------------------------------------------------------
-r14349 | dionoea | 2006-02-17 06:59:36 -0800 (Fri, 17 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-update NEWS file
-
-------------------------------------------------------------------------
-r14348 | dionoea | 2006-02-17 06:56:06 -0800 (Fri, 17 Feb 2006) | 9 lines
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-Logo filter(s) now takes a list of images, delays and alpha as input and
-loops through these. The syntax is <file>[,[<delay in ms>][,[<alpha>]]][;...]
-Idea (and some parts of the code) by markfm
-
-Note:
-The vout-filter segfaults upon destruction but i don't understand why...
-could someone have a look ?
-
-
-------------------------------------------------------------------------
-r14347 | hartman | 2006-02-17 06:33:32 -0800 (Fri, 17 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-
-* This change should be better then the one in [14346]
-
-------------------------------------------------------------------------
-r14346 | hartman | 2006-02-17 06:20:02 -0800 (Fri, 17 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-
-* stricter aout_BufferFree
-
-------------------------------------------------------------------------
-r14345 | courmisch | 2006-02-17 03:07:57 -0800 (Fri, 17 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
-
-Minor change so that 50 is actually the number of items to be updated at a time
-(rather than 50 + 2)
-
-------------------------------------------------------------------------
-r14344 | courmisch | 2006-02-17 02:13:28 -0800 (Fri, 17 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Add /usr/local/... to CPPFLAGS and LDFLAGS automatically on FreeBSD (closes #422)
-
-------------------------------------------------------------------------
-r14343 | zorglub | 2006-02-16 21:50:26 -0800 (Thu, 16 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-Fix compilation when VLM is disabled
-
-------------------------------------------------------------------------
-r14342 | zorglub | 2006-02-16 21:46:08 -0800 (Thu, 16 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/access/v4l/v4l.c
-
-Don't disable audio if V4L video dev does not have an audio dev too. Closes:#254
-
-Thanks to Timothy Lee < timothy d0t lee @t siriushk d0t c0m > for the patch.
-
-------------------------------------------------------------------------
-r14341 | zorglub | 2006-02-16 21:42:13 -0800 (Thu, 16 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/vlm.c
-
-Fix some bugs
-
-------------------------------------------------------------------------
-r14340 | sam | 2006-02-16 14:07:36 -0800 (Thu, 16 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/README
-
-  * extras/contrib/README: keep track of what patches have been contributed
-    back to the upstream authors so far.
-
-------------------------------------------------------------------------
-r14339 | sam | 2006-02-16 14:01:39 -0800 (Thu, 16 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/x264.patch
-
-  * extras/contrib/src/Patches/x264.patch: removed the exp2f/sqrtf part of
-    this patch, I committed it upstream instead.
-
-------------------------------------------------------------------------
-r14338 | massiot | 2006-02-16 13:31:36 -0800 (Thu, 16 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-?
-
-------------------------------------------------------------------------
-r14337 | massiot | 2006-02-16 13:19:47 -0800 (Thu, 16 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-!
-
-------------------------------------------------------------------------
-r14336 | sigmunau | 2006-02-16 13:11:11 -0800 (Thu, 16 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-real.c: fix some crashes
-
-------------------------------------------------------------------------
-r14335 | fkuehne | 2006-02-16 12:05:18 -0800 (Thu, 16 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-
-* added a button to create an empty node at the top level of the playlist. Thanks to zorglub for a hint once again :) (closes #449)
-------------------------------------------------------------------------
-r14334 | dionoea | 2006-02-16 11:31:29 -0800 (Thu, 16 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/podcast.c
-
-Move podcast meta info to "Podcast Info" category
-
-------------------------------------------------------------------------
-r14333 | dionoea | 2006-02-16 09:31:31 -0800 (Thu, 16 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/include/vlc_meta.h
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/input_manager.cpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
-   M /trunk/modules/misc/msn.c
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/playlist/sort.c
-
-[patch] unifying meta-information access, the 2nd by Daniel Str?\195?\164nger
-
-------------------------------------------------------------------------
-r14332 | zorglub | 2006-02-15 23:22:57 -0800 (Wed, 15 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-Fix a doxygen comment
-
-------------------------------------------------------------------------
-r14331 | zorglub | 2006-02-15 14:31:49 -0800 (Wed, 15 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/vlm.c
-   M /trunk/test/native/libvlc.c
-
-More VLM API stuff
-
-------------------------------------------------------------------------
-r14330 | zorglub | 2006-02-15 12:35:51 -0800 (Wed, 15 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/msn.c
-
-Typo
-
-------------------------------------------------------------------------
-r14329 | courmisch | 2006-02-15 11:59:30 -0800 (Wed, 15 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/growl.c
-
-Fix warning
-
-------------------------------------------------------------------------
-r14328 | zorglub | 2006-02-15 11:48:07 -0800 (Wed, 15 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/growl.c
-   M /trunk/modules/misc/msn.c
-
-Fix a bunch of bugs in the MSN plugin (duplicated in the Growl plugin)
-
-------------------------------------------------------------------------
-r14327 | djc | 2006-02-15 11:40:27 -0800 (Wed, 15 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/growl.c
-
-Stupid me... don't do twice hton*
-
-------------------------------------------------------------------------
-r14326 | oaubert | 2006-02-15 07:06:20 -0800 (Wed, 15 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/setup.py
-
-mediacontrol-python/setup.py: do not use PIC libraries on win32 and darwin-ppc
-
-------------------------------------------------------------------------
-r14325 | oaubert | 2006-02-15 06:15:10 -0800 (Wed, 15 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_init.c
-
-src/control/mediacontrol_init.c: check return values of VLC_Create and VLC_Init
-
-------------------------------------------------------------------------
-r14324 | oaubert | 2006-02-15 06:12:23 -0800 (Wed, 15 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/vlcglue.c
-
-mediacontrol-python/vlcglue.c: check the return value of VLC_Create
-
-------------------------------------------------------------------------
-r14323 | oaubert | 2006-02-15 06:11:16 -0800 (Wed, 15 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/mediacontrol-python/vlcglue.c
-   M /trunk/bindings/mediacontrol-python/vlcglue.h
-
-mediacontrol-python: portability fix (for Mac OS X/PPC), dirty but it works
-
-------------------------------------------------------------------------
-r14322 | oaubert | 2006-02-15 06:04:41 -0800 (Wed, 15 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/svg.c
-
-misc/svg.c: use char* instead of byte_t* to avoid warnings
-
-------------------------------------------------------------------------
-r14321 | djc | 2006-02-14 18:09:01 -0800 (Tue, 14 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
--lws2_32 on win32...
-
-------------------------------------------------------------------------
-r14320 | djc | 2006-02-14 17:32:26 -0800 (Tue, 14 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/growl.c
-
-configure.ac: try to fix beos build
-growl.c: add --growl-ttl option
-
-------------------------------------------------------------------------
-r14319 | djc | 2006-02-14 16:39:10 -0800 (Tue, 14 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Add "send" (-lsocket) dependance to growl module to fix BeOS build
-
-------------------------------------------------------------------------
-r14318 | djc | 2006-02-14 16:15:21 -0800 (Tue, 14 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/growl.c
-
-Takes default TTL (instead of 42...)
-
-------------------------------------------------------------------------
-r14317 | djc | 2006-02-14 15:59:50 -0800 (Tue, 14 Feb 2006) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/Modules.am
-   A /trunk/modules/misc/growl.c (from /trunk/modules/misc/msn.c:14311)
-   M /trunk/modules/misc/msn.c
-
-Add a growl (http://growl.info/) notification plugin (most of code from msn.c)
-It is built by default since it sends notifications to network (perhaps
-we should only build it on macos).
-
-msn.c: should fix a refcount issue (*not?\194?\160tested*)
-
-------------------------------------------------------------------------
-r14316 | zorglub | 2006-02-14 14:50:13 -0800 (Tue, 14 Feb 2006) | 2 lines
-Changed paths:
-   A /trunk/src/control/vlm.c
-
-Missing file
-
-------------------------------------------------------------------------
-r14315 | zorglub | 2006-02-14 14:35:37 -0800 (Tue, 14 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-   M /trunk/test/NativeLibvlcTest.py
-   M /trunk/test/PyMediaControlVariablesTest.py
-   M /trunk/test/native/libvlc.c
-
-Fix some bugs
-
-------------------------------------------------------------------------
-r14314 | zorglub | 2006-02-14 13:41:23 -0800 (Tue, 14 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   D /trunk/bindings/STATUS
-   A /trunk/bindings/python
-   M /trunk/include/libvlc_internal.h
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/include/vlc_vlm.h
-   M /trunk/src/control/core.c
-   M /trunk/src/misc/vlm.c
-   M /trunk/test/native/libvlc.c
-   M /trunk/test/pyunit.h
-
-* Beginning of VLM API
-* Some test work
-* Export vlm_MediaSearch
-
-------------------------------------------------------------------------
-r14313 | courmisch | 2006-02-14 12:41:27 -0800 (Tue, 14 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-(Win32) Support stat() for file names outside ANSI Code Page
-
-------------------------------------------------------------------------
-r14312 | courmisch | 2006-02-14 09:20:32 -0800 (Tue, 14 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Safer Win32 code page translation
-
-------------------------------------------------------------------------
-r14311 | xtophe | 2006-02-14 07:38:21 -0800 (Tue, 14 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/param_eq.c
-
-param_eq.c: eol style
-
-------------------------------------------------------------------------
-r14310 | titer | 2006-02-14 05:48:43 -0800 (Tue, 14 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
-
-FFmpeg forgets to create include/postproc/
-
-------------------------------------------------------------------------
-r14309 | dionoea | 2006-02-14 04:32:50 -0800 (Tue, 14 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-update vc71-glib-1.2.10-bin.zip and libIDL-0.6.3-win32-bin.zip locations
-Thanks to Hobophobe on http://forum.videolan.org/viewtopic.php?t=17262
-
-------------------------------------------------------------------------
-r14308 | courmisch | 2006-02-14 01:57:58 -0800 (Tue, 14 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-- Partial fix for reading characters with multibyte local encoding (refs #548)
-- Fix memory leak
-
-------------------------------------------------------------------------
-r14307 | courmisch | 2006-02-14 01:56:42 -0800 (Tue, 14 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Use return value of EnsureUTF8() to specify whether the bytes sequence was
-valid (UTF-8) or not (incomplete, incorrect non-ASCII, or overlong sequences)
-
-------------------------------------------------------------------------
-r14306 | xtophe | 2006-02-14 01:39:36 -0800 (Tue, 14 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/param_eq.c
-
-param-eq.c: Svn keyword
-
-------------------------------------------------------------------------
-r14305 | zorglub | 2006-02-13 23:11:18 -0800 (Mon, 13 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/msn.c
-
-Simplify
-
-------------------------------------------------------------------------
-r14304 | djc | 2006-02-13 17:40:59 -0800 (Mon, 13 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-Add --macosx-black switch to black non video screens (fix #301)
-If someone has a better code to maintain a black screen, change
-CGSetDisplayTransferByFormula which seems to be a big kludge.
-
-------------------------------------------------------------------------
-r14303 | sigmunau | 2006-02-13 14:44:24 -0800 (Mon, 13 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/audio_filter/Modules.am
-   A /trunk/modules/audio_filter/param_eq.c
-
-all: parametric equalizer by  Antti Huovilainen (adapted for vlc by me)
-
-------------------------------------------------------------------------
-r14302 | dionoea | 2006-02-13 14:09:56 -0800 (Mon, 13 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-attempt to fix the winCE build
-
-------------------------------------------------------------------------
-r14301 | courmisch | 2006-02-13 13:03:32 -0800 (Mon, 13 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-- Unicode fixes for ncurses on non-UTF8 consoles (closes #547)
-- Handle backspace properly on an UTF-8 characters string (closes #548 as far as UTF-8 is concerned)
-
-------------------------------------------------------------------------
-r14300 | courmisch | 2006-02-13 12:11:48 -0800 (Mon, 13 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Undo erronously commited debug preprocessing directives
-
-------------------------------------------------------------------------
-r14299 | xtophe | 2006-02-13 12:06:22 -0800 (Mon, 13 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-unicode.c: Fix WinCE build (well for this file only)
-
-------------------------------------------------------------------------
-r14298 | courmisch | 2006-02-13 11:14:30 -0800 (Mon, 13 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/record.c
-
-Replace forbidden characters with underscores when attempting to dump a stream (closes #423)
-
-------------------------------------------------------------------------
-r14297 | courmisch | 2006-02-13 11:13:05 -0800 (Mon, 13 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/timeshift.c
-
-Fix typo
-
-------------------------------------------------------------------------
-r14296 | courmisch | 2006-02-13 08:53:46 -0800 (Mon, 13 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_output/x11/xcommon.c
-
-- Use VidMode extension to determine the display dimensions more accurately when enabling full screen mode (fixes #534, should fix Debian #290392)
-- Move view port and cursor to a sane position
-- Check for VidMode extensions (libXxf86vm)
-
-------------------------------------------------------------------------
-r14295 | xtophe | 2006-02-13 08:37:42 -0800 (Mon, 13 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-unicode.c: Fix logic to set use_iconv
-
-------------------------------------------------------------------------
-r14294 | xtophe | 2006-02-13 07:22:59 -0800 (Mon, 13 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
-
-ffmpeg-wince.patch: fix for the new ffmpeg makefile
-
-------------------------------------------------------------------------
-r14293 | sam | 2006-02-13 05:31:01 -0800 (Mon, 13 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-  * modules/demux/mp4/drms.c: cosmetic changes to some variable names.
-
-------------------------------------------------------------------------
-r14292 | courmisch | 2006-02-13 05:23:20 -0800 (Mon, 13 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-
-Fix windows build
-
-------------------------------------------------------------------------
-r14291 | courmisch | 2006-02-13 05:16:08 -0800 (Mon, 13 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/misc/unicode.c
-
-Fix (From|To)Locale (closes #546)
-
-------------------------------------------------------------------------
-r14290 | sam | 2006-02-13 03:49:38 -0800 (Mon, 13 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-  * modules/codec/libmpeg2.c: tell mpeg2dec the real stride of our picture,
-    because some Xv drivers do not necessarily pad video at 16 bytes.
-
-------------------------------------------------------------------------
-r14289 | courmisch | 2006-02-13 03:19:04 -0800 (Mon, 13 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/vobsub.c
-
-Fix typo
-
-------------------------------------------------------------------------
-r14288 | courmisch | 2006-02-13 03:15:59 -0800 (Mon, 13 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-- Clean up
-- Unicode file names fixes
-
-------------------------------------------------------------------------
-r14287 | courmisch | 2006-02-13 02:47:43 -0800 (Mon, 13 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access_filter/timeshift.c
-
-- memleak fix
-- getcwd() unicode fix
-
-------------------------------------------------------------------------
-r14286 | courmisch | 2006-02-13 02:47:12 -0800 (Mon, 13 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-getcwd() unicode fix
-
-------------------------------------------------------------------------
-r14285 | hartman | 2006-02-13 02:31:57 -0800 (Mon, 13 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutgl.m
-
-* revert unaccelerated OpenGL. it's useless :D
-
-------------------------------------------------------------------------
-r14284 | courmisch | 2006-02-13 02:30:30 -0800 (Mon, 13 Feb 2006) | 8 lines
-Changed paths:
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/vobsub.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/switcher.c
-
-Further fopen() unicode fixes (refs #528)
-
-skins2 and galaktos remain as I'm not sure how they (don't?) handle
-encodings.
-
-http interface URL were purposedly not made to use Unicode. I'm open to
-suggestions on that one.
-
-------------------------------------------------------------------------
-r14283 | courmisch | 2006-02-13 01:54:15 -0800 (Mon, 13 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/access_filter/timeshift.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/control/corba/corba.c
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/video_filter/motiondetect.c
-
-Another bunch of Unicode file names fixes (refs #528)
-
-------------------------------------------------------------------------
-r14282 | courmisch | 2006-02-13 00:36:52 -0800 (Mon, 13 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Some WinCE fixes
-
-------------------------------------------------------------------------
-r14281 | courmisch | 2006-02-13 00:30:55 -0800 (Mon, 13 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/misc/image.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/update.c
-   M /trunk/src/misc/vlm.c
-   M /trunk/src/network/acl.c
-   M /trunk/src/osd/osd_parser.c
-   M /trunk/src/playlist/loadsave.c
-
-All Unicode fixes for fopen() (refs #528)
-
-------------------------------------------------------------------------
-r14280 | ipkiss | 2006-02-12 23:18:42 -0800 (Sun, 12 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-
- * skins2/src/vlcproc.cpp: New "dvd.isActive" boolean variable
- * doc/skins/skins2-howto.xml: Updated doc
-
-------------------------------------------------------------------------
-r14279 | hartman | 2006-02-12 18:36:14 -0800 (Sun, 12 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* It's POSTPROC, not POSPROC
-
-------------------------------------------------------------------------
-r14278 | courmisch | 2006-02-12 14:45:04 -0800 (Sun, 12 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/configuration.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/unicode.c
-
-- mkdir Unicode wrapper (refs #543)
-- fix load/save of configuration and creation of configuration directory (refs #528)
-
-------------------------------------------------------------------------
-r14277 | ipkiss | 2006-02-12 13:39:09 -0800 (Sun, 12 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins/skins2-howto.xml: Fixed a link
-
-------------------------------------------------------------------------
-r14276 | titer | 2006-02-12 13:22:20 -0800 (Sun, 12 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_chroma/i420_yuy2.c
-
-Use emms after I420_UYVY because the OpenGL vout uses floats in the same thread.
-Re-enabled i420_yuy2_mmx on Darwin/x86.
-
-------------------------------------------------------------------------
-r14275 | courmisch | 2006-02-12 13:12:12 -0800 (Sun, 12 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-utfeightize psz_homedir
-
-------------------------------------------------------------------------
-r14274 | ipkiss | 2006-02-12 13:11:14 -0800 (Sun, 12 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins/skins2-howto.xml: Documented the DVD-related actions
-
-------------------------------------------------------------------------
-r14273 | ipkiss | 2006-02-12 13:05:53 -0800 (Sun, 12 Feb 2006) | 8 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/Modules.am
-   A /trunk/modules/gui/skins2/commands/cmd_dvd.cpp
-   A /trunk/modules/gui/skins2/commands/cmd_dvd.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-
- * skins2/commands/cmd_dvd.*: New commands for DVD navigation.
-   You can use the following actions in the XML file:
-    - dvd.nextTitle()
-    - dvd.previousTitle()
-    - dvd.nextChapter()
-    - dvd.previousChapter()
-    - dvd.rootMenu()
-
-------------------------------------------------------------------------
-r14272 | courmisch | 2006-02-12 11:57:48 -0800 (Sun, 12 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-
-Export FromLocaleDup()
-
-------------------------------------------------------------------------
-r14271 | courmisch | 2006-02-12 11:55:38 -0800 (Sun, 12 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/svg.c
-
-- Fix opening of SVG file through a symbolic
-  (one must use stat() rather than lstat() to obtain the size of a file's content!)
-- Use UTF-8 wrappers (refs #528)
-
-------------------------------------------------------------------------
-r14270 | courmisch | 2006-02-12 11:51:12 -0800 (Sun, 12 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Cosmetic fix
-
-------------------------------------------------------------------------
-r14269 | courmisch | 2006-02-12 11:48:50 -0800 (Sun, 12 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/unicode.c
-
-- UF8 wrappers for stat, lstat
-- FromLocaleDup() returns a string to be freed with free() instead of LocaleFree()
-
-------------------------------------------------------------------------
-r14268 | titer | 2006-02-12 10:20:54 -0800 (Sun, 12 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
- Also look for libpostproc when ffmpeg is installed without ffmpeg-config
- nor pkg-config
-
-------------------------------------------------------------------------
-r14267 | xtophe | 2006-02-12 09:38:36 -0800 (Sun, 12 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: don't fail if postproc is with avcodec
-
-------------------------------------------------------------------------
-r14266 | zorglub | 2006-02-12 09:31:53 -0800 (Sun, 12 Feb 2006) | 2 lines
-Changed paths:
-   A /trunk/test/NativeStatsTest.py
-   M /trunk/test/PyMediaControlPlaylistTest.py
-   A /trunk/test/native/libvlc.c (from /trunk/test/native/native_libvlc_test.c:14264)
-   D /trunk/test/native/native_libvlc_test.c
-   A /trunk/test/native/stats.c
-
-Improve test coverage
-
-------------------------------------------------------------------------
-r14265 | zorglub | 2006-02-12 09:31:39 -0800 (Sun, 12 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/src/control/core.c
-   M /trunk/src/control/playlist.c
-
-Add some playlist api functions
-Fix a bug in exceptions handling
-
-------------------------------------------------------------------------
-r14264 | zorglub | 2006-02-12 09:14:07 -0800 (Sun, 12 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/test/NativeLibvlcTest.py
-   M /trunk/test/PyMediaControlBaseTest.py
-   M /trunk/test/PyMediaControlPlaylistTest.py
-   M /trunk/test/PyMediaControlVariablesTest.py
-   A /trunk/test/native (from /trunk/test/native_libvlc:14259)
-   M /trunk/test/native/native_libvlc_test.c
-   D /trunk/test/native_libvlc
-   M /trunk/test/setup.py
-   M /trunk/test/test.sh
-
-Change some test stuff
-
-------------------------------------------------------------------------
-r14263 | xtophe | 2006-02-12 09:04:45 -0800 (Sun, 12 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: FFMPEG's libpostproc is now separated from libavcodec
-
-------------------------------------------------------------------------
-r14262 | titer | 2006-02-12 08:36:41 -0800 (Sun, 12 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
- BeOS fix
-
-------------------------------------------------------------------------
-r14261 | titer | 2006-02-12 08:02:08 -0800 (Sun, 12 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/ffmpeg-beos.patch.cvs
-   A /trunk/extras/contrib/src/Patches/ffmpeg-cvs-beos.patch
-
-Fixed ffmpeg contrib
-
-------------------------------------------------------------------------
-r14260 | zorglub | 2006-02-12 07:48:57 -0800 (Sun, 12 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/Makefile.am
-   A /trunk/bindings/mediacontrol-python (from /trunk/bindings/python:14188)
-   D /trunk/bindings/python
-   M /trunk/configure.ac
-
-Move python mediacontrol bindings
-
-------------------------------------------------------------------------
-r14259 | xtophe | 2006-02-12 07:30:40 -0800 (Sun, 12 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/testsuite/Modules.am
-
-Fix distcheck
-
-------------------------------------------------------------------------
-r14258 | zorglub | 2006-02-12 07:28:56 -0800 (Sun, 12 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-
-Fix refcount problems
-
-------------------------------------------------------------------------
-r14257 | zorglub | 2006-02-12 06:22:08 -0800 (Sun, 12 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/utils/var_tree.cpp
-
-Remove debug
-
-------------------------------------------------------------------------
-r14256 | courmisch | 2006-02-12 03:39:00 -0800 (Sun, 12 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/unicode.c
-
-- Attempt to implement (To|From)Locale on MSVC
-- Make (To|From)Locale a no-op on OSes always using UTF-8
-
-------------------------------------------------------------------------
-r14255 | zorglub | 2006-02-12 03:18:43 -0800 (Sun, 12 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/utils/var_tree.cpp
-   M /trunk/modules/gui/skins2/utils/var_tree.hpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-   M /trunk/modules/gui/skins2/vars/playtree.hpp
-
-Playtree: handle delete nicely
-
-------------------------------------------------------------------------
-r14254 | courmisch | 2006-02-11 14:05:14 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-
-Remove always true condition
-
-------------------------------------------------------------------------
-r14253 | courmisch | 2006-02-11 14:04:54 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-
-Fix previous commit
-
-------------------------------------------------------------------------
-r14252 | courmisch | 2006-02-11 13:46:06 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/misc/unicode.c
-
-Unicode wrappers for opendir/readdir
-
-------------------------------------------------------------------------
-r14251 | hartman | 2006-02-11 13:20:24 -0800 (Sat, 11 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/asf/libasf.c
-
-* Do a proper UTF-16 -> UTF-8 conversion on ASF metadata, instead of ignoring one of it's bytes per char.
-  Patch by demo-n <http://demo-n.e-neta.jp>. (Can i have your name for the THANKS file please?)
-  
-
-------------------------------------------------------------------------
-r14250 | hartman | 2006-02-11 12:41:57 -0800 (Sat, 11 Feb 2006) | 10 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/misc/xml/xtag.c
-
-* xtag parser improvements by Daniel Stranger. 
-
-it now ignores
- - commments <!-- ... -->
- - processing instructions <? ... ?>
- - doctype declarations <!DOCTYPE ... >
-and can handle
- - CDATA element content <![CDATA[ ... ]]>
-
-
-------------------------------------------------------------------------
-r14249 | xtophe | 2006-02-11 12:17:20 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-
-wx/dialogs/*: Don't put labels in buttons if we have a wxID_FOO. So the buttons are themable on GTK.
-
-------------------------------------------------------------------------
-r14248 | courmisch | 2006-02-11 10:40:13 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Fix invalid debug message
-
-------------------------------------------------------------------------
-r14247 | zorglub | 2006-02-11 10:11:29 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
-
-Add support for insert and delete in X11 skins
-
-------------------------------------------------------------------------
-r14246 | ipkiss | 2006-02-11 10:01:42 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
-
- * skins2/win32/win32_loop.cpp: Added support for the Insert and Delete keys
-
-------------------------------------------------------------------------
-r14245 | hartman | 2006-02-11 09:55:28 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
-* Fix a \n bug and a memory bug in the SSA/subsdec.
-
-------------------------------------------------------------------------
-r14244 | fkuehne | 2006-02-11 09:50:46 -0800 (Sat, 11 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/wizard.m
-
-* enable multiple selections for streaming as well (closes #522) and put some news
-------------------------------------------------------------------------
-r14243 | fkuehne | 2006-02-11 09:42:40 -0800 (Sat, 11 Feb 2006) | 8 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-
-* support for applying the same settings to multiple files in single run of the wizard (just select multiple items in the playlist)
-    - note: due to this, the types of some objects in the main dictionary changed from NSString to NSArray. Additionally, this code does neither run nor compile on 10.2 anymore.
-    - various loops are being performed during the run of the wizard now. Please shout if this is noticeably slower on older Macs
-* solved a UTF-8-issue which prevented the usage of certain files which were added to the playlist previously
-* optimised the existing code here and there
-* make sure that all settings are kept for a session
-
-Thanks to zorglub for the playlist-hint :)
-------------------------------------------------------------------------
-r14242 | courmisch | 2006-02-11 09:30:48 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/unicode.c
-
-Support opening of non ANSI filenames on Win32
-
-------------------------------------------------------------------------
-r14241 | dionoea | 2006-02-11 09:28:27 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/main
-   M /trunk/share/http/dialogs/playlist
-
-Add some "title"s for image buttons.
-
-------------------------------------------------------------------------
-r14240 | courmisch | 2006-02-11 09:27:09 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-Fix typo
-
-------------------------------------------------------------------------
-r14239 | courmisch | 2006-02-11 09:00:08 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-Use vlc_fopen (access() or stat() would be more appropriate though)
-
-------------------------------------------------------------------------
-r14238 | zorglub | 2006-02-11 08:10:43 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Should fix vlc-help.txt problem (untested) (Refs:#517)
-
-------------------------------------------------------------------------
-r14237 | zorglub | 2006-02-11 07:49:24 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
-
-Reposition the slider when expanding/retracting a node (Closes:#477)
-
-------------------------------------------------------------------------
-r14236 | zorglub | 2006-02-11 07:21:21 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-only round width and scale height accordingly
-
-------------------------------------------------------------------------
-r14235 | courmisch | 2006-02-11 07:13:56 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/charset.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/unicode.c
-
-vlc_fopen() wrapper including required file name conversion (refs #528, refs?\194?\160#543)
-
-------------------------------------------------------------------------
-r14234 | courmisch | 2006-02-11 07:12:06 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/charset.c
-
-Don't compile dead code on Win32
-
-------------------------------------------------------------------------
-r14233 | courmisch | 2006-02-11 06:53:44 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Use more common CP1252 rather than Latin-9 as fallback charset
-
-------------------------------------------------------------------------
-r14232 | zorglub | 2006-02-11 06:50:37 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Round scaled sizes to 16 (Closes:#524)
-
-------------------------------------------------------------------------
-r14231 | zorglub | 2006-02-11 06:26:53 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/record.c
-
-Don't crash in record filter (Closes:#542)
-
-------------------------------------------------------------------------
-r14230 | zorglub | 2006-02-11 06:14:18 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-
-Don't make image when we are not interested in the item
-
-------------------------------------------------------------------------
-r14229 | zorglub | 2006-02-11 06:08:44 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/utils/var_tree.cpp
-   M /trunk/modules/gui/skins2/utils/var_tree.hpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-
-Handle Page up / Page down (Refs:#477)
-
-------------------------------------------------------------------------
-r14228 | courmisch | 2006-02-11 05:40:43 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/sap.c
-
-Handle TTL in SDP properly (IPv4 at least) for raw UDP (closes #404)
-
-------------------------------------------------------------------------
-r14227 | courmisch | 2006-02-11 05:39:03 -0800 (Sat, 11 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-- Fix typo in previous commit
-- Enforce a default TTL value (one) in SDP if there is none - refs #404
-  (it should at least be fine for IPv4 usage)
-
-------------------------------------------------------------------------
-r14226 | courmisch | 2006-02-11 03:58:34 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Simplify [12964]
-
-------------------------------------------------------------------------
-r14225 | fkuehne | 2006-02-11 03:34:31 -0800 (Sat, 11 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-
-* added an option to keep the selections in the wizard for a single session. It's enabled by default. (refs #522)
-------------------------------------------------------------------------
-r14224 | courmisch | 2006-02-11 02:49:30 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-SAP hop limit should always be 255 as per its specification - refs #404
-
-------------------------------------------------------------------------
-r14223 | courmisch | 2006-02-11 02:47:42 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Good point Md - use 0 (ie. not set) as default TTL rather than 1 (refs #404)
-
-------------------------------------------------------------------------
-r14222 | courmisch | 2006-02-11 02:42:48 -0800 (Sat, 11 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/network/udp.c
-
-Implement IPv6 multicast output interface selection (closes #491)
-
-------------------------------------------------------------------------
-r14221 | hartman | 2006-02-10 19:04:42 -0800 (Fri, 10 Feb 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-* Improved renderering of YUVA/P onto YUV variants. refs #539 
-  I420 still not fixed for this bug.
-
-  A simple average of the UV pixels, wasn't giving satisfying results, so I added a bit more logic, to decide based on the transparency value if UY averaging is desireable for the pixels. Produces nice results now, with a very slight shadow somtimes to the right side of the images/glyphs. Looks quite good. 
-
-------------------------------------------------------------------------
-r14220 | hartman | 2006-02-10 17:37:30 -0800 (Fri, 10 Feb 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/access/dvdread.c
-
-* Fix the duration of the dvdread module. refs #198.
-  Now duration is accurate, but current time is still block based, so on VBR discs the duration of a second may have some weird variations. Getting accurate time is possible (see what was reverted in [12862]), but this will break the relative SET_TIME (might actually go seeking in the wrong direction for instance). The correct fix here is to expand dvdread with a method that checks the TMAPTI IFO table of a Title, to find what block approximately goes with a certain time. (the TMAPTI table is usually in .5 secs interpolation might possibly be required as well) As a backup an estimate can be made using the ADMAP table.
-
-The behaviour of the dvdread module is now equal to that of the dvdnav module when it comes to time and seeking.
-
-------------------------------------------------------------------------
-r14219 | zorglub | 2006-02-10 16:07:40 -0800 (Fri, 10 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-
-Don't invalidate selection on item change (Refs:#477)
-
-------------------------------------------------------------------------
-r14218 | hartman | 2006-02-10 16:01:55 -0800 (Fri, 10 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/distort.c
-
-* Don't put huge pictures on the stack. It is limited on some platforms. use malloc.
-* Use the correct pitch values when reading from and writing to pictures (out pitch can differ from in pitch, and there is also visible pitch and visible lines.
-
-------------------------------------------------------------------------
-r14217 | zorglub | 2006-02-10 15:39:53 -0800 (Fri, 10 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/share/skins2/playtree/theme.xml
-
-Fix playtree deletion
-Should support deletion through the delete key. But the delete key is not recognized par X11 skins2.
-
-------------------------------------------------------------------------
-r14216 | xtophe | 2006-02-10 14:56:32 -0800 (Fri, 10 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/testsuite/Modules.am
-
-Revert brocken commit [14215]
-
-------------------------------------------------------------------------
-r14215 | xtophe | 2006-02-10 14:24:20 -0800 (Fri, 10 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/testsuite/Modules.am
-
-Unbreack distcheck. First step
-
-------------------------------------------------------------------------
-r14214 | hartman | 2006-02-10 14:03:34 -0800 (Fri, 10 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace.c
-
-* Fix issues with the deinterlace filter that was using the source picture pitch when writing to the output picture.
-
-------------------------------------------------------------------------
-r14213 | hartman | 2006-02-10 13:46:17 -0800 (Fri, 10 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcd/vcd.c
-
-* fprintf -> msg_Dbg
-
-------------------------------------------------------------------------
-r14212 | zorglub | 2006-02-10 13:14:12 -0800 (Fri, 10 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-
-Disable broken stuff (Refs:#459)
-
-------------------------------------------------------------------------
-r14211 | fkuehne | 2006-02-10 11:56:59 -0800 (Fri, 10 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-
-* clean up (mostly replacements of nestings of stringByAppendingString by stringWithFormat)
-* removed the stupid "wizard help window" and replaced the help sheets with calls of NSBeginInformationalAlertSheet. This might be beautified with NSAlerts in the future, since we don't care for 10.2 anymore.
-------------------------------------------------------------------------
-r14210 | jpsaman | 2006-02-10 11:53:09 -0800 (Fri, 10 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Fix breakage of other RTSP clients
-------------------------------------------------------------------------
-r14209 | jpsaman | 2006-02-10 09:24:25 -0800 (Fri, 10 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Use correct Transport answer
-------------------------------------------------------------------------
-r14208 | xtophe | 2006-02-10 09:24:14 -0800 (Fri, 10 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Test glide even when the user specify it
-
-------------------------------------------------------------------------
-r14207 | courmisch | 2006-02-10 08:46:07 -0800 (Fri, 10 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-
-- Use OS default TTL when not overriden
-- Clean up
-(refs #404)
-
-------------------------------------------------------------------------
-r14206 | courmisch | 2006-02-10 08:34:41 -0800 (Fri, 10 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/network/ipv6.c
-
-Don't enable broadcast on IPv6 sockets since IPv6 does not do broadcast anyhow
-
-------------------------------------------------------------------------
-r14205 | dionoea | 2006-02-10 08:30:20 -0800 (Fri, 10 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-Add esd and arts to the AOUT_PLUGINS define. If this break everything i'll
-have to remove it... but i doubt it.
-
-------------------------------------------------------------------------
-r14204 | courmisch | 2006-02-10 08:25:57 -0800 (Fri, 10 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
-   M /trunk/modules/gui/skins2/utils/var_tree.hpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
-
-gcc 4.1 compile fix from marvin24 #?\194?\160gmx.de
-
-------------------------------------------------------------------------
-r14203 | sigmunau | 2006-02-10 07:05:45 -0800 (Fri, 10 Feb 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-modules/misc/rtsp.c: implement support for raw udp transport for muxed streams
-also replaces x-playnow hack with a slightly less ugly hack
-
-vlc vod server can now serve about 5 seconds of video to amino stbs
-
-------------------------------------------------------------------------
-r14202 | jpsaman | 2006-02-10 06:51:10 -0800 (Fri, 10 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Also add support for x-playNow in RtspCallback.
-------------------------------------------------------------------------
-r14201 | jpsaman | 2006-02-10 06:44:19 -0800 (Fri, 10 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/livedotcom.cpp
-
-sanity check
-------------------------------------------------------------------------
-r14200 | jpsaman | 2006-02-10 06:43:05 -0800 (Fri, 10 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Indentation and coding style fixes
-------------------------------------------------------------------------
-r14199 | jpsaman | 2006-02-10 05:51:11 -0800 (Fri, 10 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Respond to x-playNow option in RTSP SETUP request. Did some indentation fixes too.
-
-------------------------------------------------------------------------
-r14198 | hartman | 2006-02-10 04:58:55 -0800 (Fri, 10 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* disable i420_yuy2_mmx on Darwin, since the MMX seems to be incorrect.
-
-------------------------------------------------------------------------
-r14197 | hartman | 2006-02-09 18:53:57 -0800 (Thu, 09 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/quicktime.c
-
-* Fix the QT video decoder. refs #345
-
-------------------------------------------------------------------------
-r14196 | xtophe | 2006-02-09 04:31:17 -0800 (Thu, 09 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/zsh.cpp
-
-Remove debug.
-
-------------------------------------------------------------------------
-r14195 | courmisch | 2006-02-09 04:06:02 -0800 (Thu, 09 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/rootwrap.c
-
-Check for AF_INET6 all the time
-
-------------------------------------------------------------------------
-r14194 | dionoea | 2006-02-08 08:26:56 -0800 (Wed, 08 Feb 2006) | 5 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-Add comment about the fact that lines begining with a # are comments in the
-vlcrc file. This might seem obvious, but many people on the forums don't
-seem to understand that.
-
-
-------------------------------------------------------------------------
-r14193 | sigmunau | 2006-02-08 02:39:33 -0800 (Wed, 08 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-access_output/udp.c: Attach the writer thread. Fixes missing headers.
-
-------------------------------------------------------------------------
-r14192 | djc | 2006-02-08 02:33:46 -0800 (Wed, 08 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/interaction.m
-
-Fix message advice (use description.widgets instead of only description)
-
-------------------------------------------------------------------------
-r14191 | xtophe | 2006-02-07 15:03:45 -0800 (Tue, 07 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/win32text.c
-
-Typo.
-
-------------------------------------------------------------------------
-r14190 | zorglub | 2006-02-07 13:08:32 -0800 (Tue, 07 Feb 2006) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/playlist.c
-   A /trunk/src/control/video.c
-   M /trunk/test/libvlc_sample.c
-
-* get/set/toggle fullscreen 
-* Fix a bug in playlist_play
-
-(Refs:#457)
-
-------------------------------------------------------------------------
-r14189 | sigmunau | 2006-02-07 12:41:17 -0800 (Tue, 07 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-access_output/udp.c: use block_Fifo for the empty blocks list. Simplifies code a lot
-
-------------------------------------------------------------------------
-r14188 | dionoea | 2006-02-07 09:08:18 -0800 (Tue, 07 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_osd.h
-
-looks like this was retrocommited :)
-
-------------------------------------------------------------------------
-r14187 | courmisch | 2006-02-07 08:37:40 -0800 (Tue, 07 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/dataobject.cpp
-   M /trunk/activex/dataobject.h
-   M /trunk/activex/viewobject.cpp
-   M /trunk/activex/viewobject.h
-   M /trunk/bindings/python/vlcglue.c
-   M /trunk/bindings/python/vlcglue.h
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/mediacontrol.h
-   M /trunk/include/vlc/mediacontrol_structures.h
-   M /trunk/modules/access/dv.c
-   M /trunk/modules/access/dvb/http.c
-   M /trunk/modules/access/fake.c
-   M /trunk/modules/access/gnomevfs.c
-   M /trunk/modules/access/rtsp/access.c
-   M /trunk/modules/access/rtsp/real.c
-   M /trunk/modules/access/rtsp/real.h
-   M /trunk/modules/access/rtsp/real_asmrp.c
-   M /trunk/modules/access/rtsp/real_rmff.c
-   M /trunk/modules/access/rtsp/real_rmff.h
-   M /trunk/modules/access/rtsp/real_sdpplin.c
-   M /trunk/modules/access/rtsp/real_sdpplin.h
-   M /trunk/modules/access/rtsp/rtsp.c
-   M /trunk/modules/access/rtsp/rtsp.h
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/access_output/bonjour.c
-   M /trunk/modules/access_output/bonjour.h
-   M /trunk/modules/access_output/shout.c
-   M /trunk/modules/audio_filter/channel_mixer/dolby.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/auhal.c
-   M /trunk/modules/audio_output/jack.c
-   M /trunk/modules/codec/fake.c
-   M /trunk/modules/codec/realaudio.c
-   M /trunk/modules/codec/sdl_image.c
-   M /trunk/modules/control/http/http.h
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/macros.h
-   M /trunk/modules/control/http/mvar.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/demux/mpc.c
-   M /trunk/modules/demux/nuv.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/gui/macosx/bookmarks.h
-   M /trunk/modules/gui/macosx/embeddedwindow.h
-   M /trunk/modules/gui/macosx/extended.h
-   M /trunk/modules/gui/macosx/interaction.h
-   M /trunk/modules/gui/macosx/sfilters.h
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/skins2/commands/async_queue.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_audio.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_audio.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
-   M /trunk/modules/gui/skins2/events/evt_enter.hpp
-   M /trunk/modules/gui/skins2/events/evt_focus.hpp
-   M /trunk/modules/gui/skins2/events/evt_generic.hpp
-   M /trunk/modules/gui/skins2/events/evt_input.hpp
-   M /trunk/modules/gui/skins2/events/evt_key.hpp
-   M /trunk/modules/gui/skins2/events/evt_leave.hpp
-   M /trunk/modules/gui/skins2/events/evt_motion.hpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.hpp
-   M /trunk/modules/gui/skins2/events/evt_refresh.hpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.hpp
-   M /trunk/modules/gui/skins2/events/evt_special.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
-   M /trunk/modules/gui/skins2/src/anchor.hpp
-   M /trunk/modules/gui/skins2/src/anim_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/anim_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/bitmap_font.hpp
-   M /trunk/modules/gui/skins2/src/dialogs.hpp
-   M /trunk/modules/gui/skins2/src/file_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/ft2_font.hpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/generic_font.hpp
-   M /trunk/modules/gui/skins2/src/generic_layout.hpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/logger.hpp
-   M /trunk/modules/gui/skins2/src/os_factory.hpp
-   M /trunk/modules/gui/skins2/src/os_graphics.hpp
-   M /trunk/modules/gui/skins2/src/os_loop.hpp
-   M /trunk/modules/gui/skins2/src/os_timer.hpp
-   M /trunk/modules/gui/skins2/src/os_tooltip.hpp
-   M /trunk/modules/gui/skins2/src/os_window.hpp
-   M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/skin_common.hpp
-   M /trunk/modules/gui/skins2/src/theme.hpp
-   M /trunk/modules/gui/skins2/src/theme_loader.hpp
-   M /trunk/modules/gui/skins2/src/theme_repository.hpp
-   M /trunk/modules/gui/skins2/src/tooltip.hpp
-   M /trunk/modules/gui/skins2/src/top_window.hpp
-   M /trunk/modules/gui/skins2/src/var_manager.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/src/vout_window.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-   M /trunk/modules/gui/skins2/unzip/crypt.h
-   M /trunk/modules/gui/skins2/unzip/ioapi.c
-   M /trunk/modules/gui/skins2/unzip/ioapi.h
-   M /trunk/modules/gui/skins2/unzip/unzip.c
-   M /trunk/modules/gui/skins2/unzip/unzip.h
-   M /trunk/modules/gui/skins2/utils/bezier.hpp
-   M /trunk/modules/gui/skins2/utils/fsm.hpp
-   M /trunk/modules/gui/skins2/utils/observer.hpp
-   M /trunk/modules/gui/skins2/utils/pointer.hpp
-   M /trunk/modules/gui/skins2/utils/position.hpp
-   M /trunk/modules/gui/skins2/utils/ustring.hpp
-   M /trunk/modules/gui/skins2/utils/var_bool.hpp
-   M /trunk/modules/gui/skins2/utils/var_list.hpp
-   M /trunk/modules/gui/skins2/utils/var_percent.hpp
-   M /trunk/modules/gui/skins2/utils/var_text.hpp
-   M /trunk/modules/gui/skins2/utils/var_tree.cpp
-   M /trunk/modules/gui/skins2/utils/var_tree.hpp
-   M /trunk/modules/gui/skins2/utils/variable.hpp
-   M /trunk/modules/gui/skins2/vars/equalizer.cpp
-   M /trunk/modules/gui/skins2/vars/equalizer.hpp
-   M /trunk/modules/gui/skins2/vars/playlist.hpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-   M /trunk/modules/gui/skins2/vars/playtree.hpp
-   M /trunk/modules/gui/skins2/vars/time.hpp
-   M /trunk/modules/gui/skins2/vars/volume.hpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.hpp
-   M /trunk/modules/gui/skins2/win32/win32_timer.hpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
-   M /trunk/modules/gui/skins2/win32/win32_window.hpp
-   M /trunk/modules/gui/skins2/x11/x11_display.hpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.hpp
-   M /trunk/modules/gui/skins2/x11/x11_timer.hpp
-   M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
-   M /trunk/modules/gui/skins2/x11/x11_window.hpp
-   M /trunk/modules/gui/wince/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/messages.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/open.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/streamout.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.hpp
-   M /trunk/modules/gui/wxwidgets/input_manager.cpp
-   M /trunk/modules/gui/wxwidgets/input_manager.hpp
-   M /trunk/modules/gui/wxwidgets/interface.hpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
-   M /trunk/modules/gui/wxwidgets/streamdata.cpp
-   M /trunk/modules/gui/wxwidgets/timer.hpp
-   M /trunk/modules/gui/wxwidgets/video.hpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-   M /trunk/modules/misc/msn.c
-   M /trunk/modules/misc/win32text.c
-   M /trunk/modules/services_discovery/bonjour.c
-   M /trunk/modules/services_discovery/podcast.c
-   M /trunk/modules/services_discovery/upnp_cc.cpp
-   M /trunk/modules/stream_out/bridge.c
-   M /trunk/modules/stream_out/switcher.c
-   M /trunk/modules/video_filter/magnify.c
-   M /trunk/modules/video_filter/osdmenu.c
-   M /trunk/modules/video_filter/rss.c
-   M /trunk/modules/video_filter/rv32.c
-   M /trunk/modules/video_output/directfb.c
-   M /trunk/src/control/core.c
-   M /trunk/src/control/input.c
-   M /trunk/src/control/mediacontrol_audio_video.c
-   M /trunk/src/control/mediacontrol_core.c
-   M /trunk/src/control/mediacontrol_init.c
-   M /trunk/src/control/mediacontrol_plugin.c
-   M /trunk/src/control/mediacontrol_util.c
-   M /trunk/src/control/playlist.c
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/misc/hashtables.c
-   M /trunk/src/misc/md5.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/misc/update.c
-   M /trunk/src/network/acl.c
-   M /trunk/src/osd/osd.c
-   M /trunk/src/osd/osd_parser.c
-   M /trunk/test/libvlc_sample.c
-   M /trunk/test/native_libvlc/native_libvlc_test.c
-   M /trunk/test/pyunit.h
-
-All CRLF fixes
-
-------------------------------------------------------------------------
-r14186 | courmisch | 2006-02-07 08:24:30 -0800 (Tue, 07 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/libvlc_internal.h
-   M /trunk/include/mediacontrol_internal.h
-   M /trunk/include/vlc_acl.h
-   M /trunk/include/vlc_interaction.h
-   M /trunk/include/vlc_md5.h
-   M /trunk/include/vlc_osd.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/include/vlc_update.h
-
-Set EOL style to avoid further CRLF issues
-
-------------------------------------------------------------------------
-r14185 | hartman | 2006-02-07 08:07:58 -0800 (Tue, 07 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/win32text.c
-
-* Fix win32 text renderer.
-
-------------------------------------------------------------------------
-r14184 | hartman | 2006-02-07 07:18:06 -0800 (Tue, 07 Feb 2006) | 12 lines
-Changed paths:
-   M /trunk/include/vlc_osd.h
-   M /trunk/include/vlc_video.h
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/rss.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-* Introduced a new text_style_t
-* basic support for SSA formatted subs. (disable with --no-subsdec-formatted option)
-* changes to freetype renderer to support the font color, size and alpha options of text_style_t (other options are possible, just not implemented yet. Full text_style_t support requires a more advanced renderer though. )
-* changes to modules to support text_style_t instead of the old sub options.
-* Some changes to subsdec to only iconv to UTF-8 if source is !UTF-8.
-
-refs #82
-
-not supported are style runs (styles on substrings).
-
-
-
-------------------------------------------------------------------------
-r14183 | hartman | 2006-02-07 07:09:21 -0800 (Tue, 07 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_osd.h
-
-* dos2unix of vlc_osd.h
-
-------------------------------------------------------------------------
-r14182 | rocky | 2006-02-06 07:30:30 -0800 (Mon, 06 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
-
-minor corrections
-------------------------------------------------------------------------
-r14181 | rocky | 2006-02-06 04:41:12 -0800 (Mon, 06 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
-
-Revise. perhaps a little more detail too.
-
-------------------------------------------------------------------------
-r14180 | dionoea | 2006-02-06 04:07:40 -0800 (Mon, 06 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
-Remove useless lines (which came from a missunderstanding of how it worked)
-
-------------------------------------------------------------------------
-r14179 | dionoea | 2006-02-05 14:14:00 -0800 (Sun, 05 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_osd.h
-   M /trunk/modules/access_output/shout.c
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/modules/gui/macosx/wizard.m
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/src/stream_output/stream_output.c
-
-sout-standard-url is deprecated
-
-------------------------------------------------------------------------
-r14178 | dionoea | 2006-02-05 14:02:12 -0800 (Sun, 05 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-sout-standard-url is deprecated
-
-------------------------------------------------------------------------
-r14177 | dionoea | 2006-02-05 14:01:23 -0800 (Sun, 05 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.c
-
-Deprecated options handling
-
-------------------------------------------------------------------------
-r14176 | courmisch | 2006-02-05 12:52:29 -0800 (Sun, 05 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-Fixes subtitles detection from within folders with non-ASCII names when the local encoding is not UTF-8 (closes #536)
-
-------------------------------------------------------------------------
-r14175 | zorglub | 2006-02-05 05:38:05 -0800 (Sun, 05 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/input_manager.cpp
-
-Show sliders for stream with no time info but position info (Closes:#484)
-
-------------------------------------------------------------------------
-r14174 | hartman | 2006-02-05 04:47:47 -0800 (Sun, 05 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-* Added YVYU blending and fixed UYVY blending.
-
-------------------------------------------------------------------------
-r14173 | hartman | 2006-02-05 04:43:38 -0800 (Sun, 05 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_yuy2.h
-   M /trunk/modules/video_chroma/i422_yuy2.h
-
-* Correct MMX version of UYVY chroma conversion. the UV ordered incorrectly. (untested)
-
-------------------------------------------------------------------------
-r14172 | zorglub | 2006-02-05 03:09:13 -0800 (Sun, 05 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-
-Add a "Close" button to the errors window and fix the "Stop showing errors" string
-
-------------------------------------------------------------------------
-r14171 | zorglub | 2006-02-05 03:05:21 -0800 (Sun, 05 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
-
-Some WX VLM dialog improvements
-
-------------------------------------------------------------------------
-r14170 | hartman | 2006-02-04 15:46:28 -0800 (Sat, 04 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-* Hopefully added UYVY blending for YUVA and YUVP. (Untested)
-
-------------------------------------------------------------------------
-r14169 | xtophe | 2006-02-04 15:26:40 -0800 (Sat, 04 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/Modules.am
-
-Include the bitmaps in tarball
-
-------------------------------------------------------------------------
-r14168 | zorglub | 2006-02-04 14:57:01 -0800 (Sat, 04 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/services_discovery/shout.c
-   M /trunk/src/interface/interaction.c
-
-Better fix
-
-------------------------------------------------------------------------
-r14167 | hartman | 2006-02-04 14:56:34 -0800 (Sat, 04 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-* Use UYVY fourcc instead of Y422, since i believe it's more common.
-
-------------------------------------------------------------------------
-r14166 | dionoea | 2006-02-04 14:53:09 -0800 (Sat, 04 Feb 2006) | 5 lines
-Changed paths:
-   M /trunk/src/misc/update.c
-
-display downloaded size / total size when downloading
-The download specific functions should maybe be exported (i don't know if
-other modules would need to download files to disk)
-
-
-------------------------------------------------------------------------
-r14165 | dionoea | 2006-02-04 14:34:40 -0800 (Sat, 04 Feb 2006) | 7 lines
-Changed paths:
-   M /trunk/src/interface/interaction.c
-
-prevent some more segfaults.
-
-zorglub: could you have a look ? this solution doesn't seem right to
-me because we "loose" some of the calls to the interaction system if
-they're sent at the wrong moment.
-
-
-------------------------------------------------------------------------
-r14164 | xtophe | 2006-02-04 11:54:37 -0800 (Sat, 04 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/update.c
-
-Remove C++ism to please gcc2.95 and BeOS
-
-------------------------------------------------------------------------
-r14163 | jpsaman | 2006-02-04 11:48:38 -0800 (Sat, 04 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Weed some dead code
-------------------------------------------------------------------------
-r14162 | zorglub | 2006-02-04 11:28:20 -0800 (Sat, 04 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-
-Don't fail with no-debug
-
-------------------------------------------------------------------------
-r14161 | jpsaman | 2006-02-04 10:16:13 -0800 (Sat, 04 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-fprintf die die
-------------------------------------------------------------------------
-r14160 | zorglub | 2006-02-04 09:08:44 -0800 (Sat, 04 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-Memleak
-
-------------------------------------------------------------------------
-r14159 | zorglub | 2006-02-04 09:05:14 -0800 (Sat, 04 Feb 2006) | 2 lines
-Changed paths:
-   A /trunk/extras/valgrind.suppressions
-
-Valgrind errors suppression file
-
-------------------------------------------------------------------------
-r14158 | zorglub | 2006-02-04 09:03:40 -0800 (Sat, 04 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-
-Missing file
-
-------------------------------------------------------------------------
-r14157 | zorglub | 2006-02-04 08:26:23 -0800 (Sat, 04 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/network/httpd.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output/video_output.c
-
-Stop using strings to index stats, use integers. The list is not sorted yet, though
-
-------------------------------------------------------------------------
-r14156 | zorglub | 2006-02-04 07:28:36 -0800 (Sat, 04 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-Fix memleak
-
-------------------------------------------------------------------------
-r14155 | zorglub | 2006-02-04 05:56:07 -0800 (Sat, 04 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/hashtables.c
-
-Fix stupid bug
-
-------------------------------------------------------------------------
-r14154 | zorglub | 2006-02-04 04:50:41 -0800 (Sat, 04 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/hashtables.c
-
-Don't read uninitialized values
-
-------------------------------------------------------------------------
-r14153 | zorglub | 2006-02-04 03:04:42 -0800 (Sat, 04 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/include/main.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/hashtables.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/network/httpd.c
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output/video_output.c
-
-* Avoid useless stats_Get calls
-* Reduce vlc_object_find calls
-
-------------------------------------------------------------------------
-r14152 | zorglub | 2006-02-04 01:24:50 -0800 (Sat, 04 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/hashtables.c
-
-Don't check the full string
-
-------------------------------------------------------------------------
-r14151 | zorglub | 2006-02-03 16:08:50 -0800 (Fri, 03 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/stream_output.h
-   M /trunk/src/stream_output/stream_output.c
-
-AccessOutWrite is called very often, especially for TS. Don't store stats on each call
-
-------------------------------------------------------------------------
-r14150 | zorglub | 2006-02-03 15:52:45 -0800 (Fri, 03 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_symbols.h
-   A /trunk/src/misc/hashtables.c
-   M /trunk/src/misc/stats.c
-
-Use a hash for stats. Not finished
-
-------------------------------------------------------------------------
-r14149 | zorglub | 2006-02-03 11:53:47 -0800 (Fri, 03 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/core.c
-   M /trunk/src/control/playlist.c
-   M /trunk/test/NativeLibvlcTest.py
-   M /trunk/test/native_libvlc/native_libvlc_test.c
-   M /trunk/test/pyunit.h
-
-Play and add (Refs:#457)
-
-------------------------------------------------------------------------
-r14148 | sigmunau | 2006-02-03 07:10:12 -0800 (Fri, 03 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/linux_dvb.c
-
-linux_dvb.c: initialize a variable
-
-------------------------------------------------------------------------
-r14147 | sigmunau | 2006-02-03 06:07:41 -0800 (Fri, 03 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/stream_output/stream_output.c
-
-fix --no-stats in a few cases (there are more remaining)
-
-------------------------------------------------------------------------
-r14146 | xtophe | 2006-02-03 01:54:22 -0800 (Fri, 03 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Run update-po due to the new upnp files.
-
-------------------------------------------------------------------------
-r14145 | xtophe | 2006-02-02 16:13:11 -0800 (Thu, 02 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-
-Seems that the widget return the path in local encoding
-
-------------------------------------------------------------------------
-r14144 | dionoea | 2006-02-02 15:54:03 -0800 (Thu, 02 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/update.c
-
-fix download (it didn't download the last (file size)%(1<<10) bytes)
-
-------------------------------------------------------------------------
-r14143 | dionoea | 2006-02-02 15:35:12 -0800 (Thu, 02 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/Doxyfile
-
-update Doxyfile using "doxygen -u"
-
-------------------------------------------------------------------------
-r14142 | dionoea | 2006-02-02 15:31:42 -0800 (Thu, 02 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_interaction.h
-   M /trunk/include/vlc_update.h
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-
-include/* : fix doxygen comments
-modules/gui/wxwidgets/dialogs/updatevlc.cpp : clean up
-
-------------------------------------------------------------------------
-r14141 | dionoea | 2006-02-02 15:04:59 -0800 (Thu, 02 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-   M /trunk/src/misc/update.c
-
-use VLC threads instead of wxWidgets threads.
-(i just had to find the suxor thread exemple in video_output.c :p )
-
-------------------------------------------------------------------------
-r14140 | dionoea | 2006-02-02 11:00:08 -0800 (Thu, 02 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-
-lets hope that this fixes the win32 build
-
-------------------------------------------------------------------------
-r14139 | dionoea | 2006-02-02 10:06:20 -0800 (Thu, 02 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
-
-Fix misplaced include (triggered error on win32 build only ... weird)
-
-------------------------------------------------------------------------
-r14138 | dionoea | 2006-02-02 09:44:07 -0800 (Thu, 02 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/update.c
-
-remove old uneeded #include
-
-------------------------------------------------------------------------
-r14137 | dionoea | 2006-02-02 09:29:06 -0800 (Thu, 02 Feb 2006) | 9 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_symbols.h
-   A /trunk/include/vlc_update.h
-   M /trunk/modules/control/rc.c
-   A /trunk/modules/gui/wxwidgets/bitmaps/update_ascii.xpm
-   A /trunk/modules/gui/wxwidgets/bitmaps/update_binary.xpm
-   A /trunk/modules/gui/wxwidgets/bitmaps/update_document.xpm
-   A /trunk/modules/gui/wxwidgets/bitmaps/update_info.xpm
-   A /trunk/modules/gui/wxwidgets/bitmaps/update_source.xpm
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
-   M /trunk/src/misc/modules.c
-   A /trunk/src/misc/update.c
-
-src/*, include/* : update core functions. (Should make it relatively easy
-                   to use in interfaces)
-                   The downloadable plugins part still needs some work.
-
-modules/control/rc.c : add function to query updates (mainly used for testing)
-
-modules/gui/wxwidgets/* : update pannel.
-
-
-------------------------------------------------------------------------
-r14136 | dionoea | 2006-02-02 08:36:48 -0800 (Thu, 02 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interaction.c
-
-Make sure that the progress bar dialog exists before updating its status.
-
-------------------------------------------------------------------------
-r14135 | sigmunau | 2006-02-02 03:59:15 -0800 (Thu, 02 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-es_out.c: fixed a slight memleak in "now playing" handling. 
-This one is slightly dangerous as it can happen over and over again during
-normal operation.
-
-------------------------------------------------------------------------
-r14134 | courmisch | 2006-02-02 02:59:17 -0800 (Thu, 02 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   M /trunk/modules/services_discovery/Modules.am
-   D /trunk/modules/services_discovery/upnp.cpp
-   A /trunk/modules/services_discovery/upnp_cc.cpp (from /trunk/modules/services_discovery/upnp.cpp:14133)
-   A /trunk/modules/services_discovery/upnp_intel.cpp
-
-Add libupnp-based UPnP discovery from Christian Henz
-with proper configure checks
-
-------------------------------------------------------------------------
-r14133 | hartman | 2006-02-01 19:22:52 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* Forgot to add the path seperator. truly fixes the bug. refs #463
-
-------------------------------------------------------------------------
-r14132 | hartman | 2006-02-01 18:44:31 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Fix the dvdread library linking in the libdvdnav dylib by hand. fixes #515
-
-------------------------------------------------------------------------
-r14131 | hartman | 2006-02-01 12:51:18 -0800 (Wed, 01 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* If input file in current dir specified, then retrieve CWD when we try to look for subtitle files. fixes #463
-* When probing the autodetected files, probe them in the Locale, not in UTF-8. refs #528
-
-------------------------------------------------------------------------
-r14130 | jpsaman | 2006-02-01 12:24:23 -0800 (Wed, 01 Feb 2006) | 1 line
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
-Fixed a memleak
-------------------------------------------------------------------------
-r14129 | courmisch | 2006-02-01 12:04:09 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/bookmarks.h
-   M /trunk/modules/gui/macosx/bookmarks.m
-   M /trunk/modules/gui/macosx/equalizer.h
-   M /trunk/modules/gui/macosx/sfilters.h
-   M /trunk/modules/gui/macosx/sfilters.m
-
-Don't use weird MAC charset
-
-------------------------------------------------------------------------
-r14128 | courmisch | 2006-02-01 11:52:29 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlcglue.h
-
-One more
-
-------------------------------------------------------------------------
-r14127 | courmisch | 2006-02-01 11:49:08 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/developer2
-
-svn:ignore built doc
-
-------------------------------------------------------------------------
-r14126 | courmisch | 2006-02-01 11:47:14 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/developer2/history.xml
-   M /trunk/doc/developer2/videolan-doc.xsl
-   M /trunk/doc/developer2/vlc-dev-doc.xml
-
-Same as previous commit
-
-------------------------------------------------------------------------
-r14125 | courmisch | 2006-02-01 11:44:56 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/developer/Makefile
-   M /trunk/doc/developer/Makefile.in
-   M /trunk/doc/developer/history.xml
-   M /trunk/doc/developer/manual.xml
-   M /trunk/doc/developer/videolan-doc-chunk.xsl
-   M /trunk/doc/developer/videolan-doc.xsl
-
-Uniformize developer doc encoding
-
-------------------------------------------------------------------------
-r14124 | courmisch | 2006-02-01 11:40:01 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/access/vcdx/intf.h
-   M /trunk/modules/gui/macosx/extended.h
-   M /trunk/modules/gui/macosx/extended.m
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-   M /trunk/modules/gui/wxwidgets/streamdata.h
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-   M /trunk/modules/visualization/visual/visual.h
-   M /trunk/po/sv.po
-
-Additionnal conversions
-
-------------------------------------------------------------------------
-r14123 | courmisch | 2006-02-01 11:32:40 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/LIST
-   M /trunk/modules/gui/wince/preferences_widgets.h
-
-French -> English
-
-------------------------------------------------------------------------
-r14122 | courmisch | 2006-02-01 11:21:41 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/share/skins2
-
-svn:ignore built skins
-
-------------------------------------------------------------------------
-r14121 | courmisch | 2006-02-01 11:20:17 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/iso_lang.h
-   M /trunk/include/libvlc_internal.h
-   M /trunk/include/modules_inner.h
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/include/vout_synchro.h
-
-More UTF8ication
-
-------------------------------------------------------------------------
-r14120 | hartman | 2006-02-01 10:13:49 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutgl.m
-
-* Enable OpenGL without Acceleration on Mac OSX. (Fallback option)
-
-------------------------------------------------------------------------
-r14119 | courmisch | 2006-02-01 10:08:49 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/support/npmac.cpp
-
-That one wasn't even Latin-1
-
-------------------------------------------------------------------------
-r14118 | courmisch | 2006-02-01 10:06:48 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlcglue.c
-   M /trunk/loader/pe_image.c
-   M /trunk/modules/access/vcdx/demux.c
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/audio_filter/channel_mixer/dolby.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/normvol.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/old.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/gui/skins2/commands/async_queue.cpp
-   M /trunk/modules/gui/skins2/commands/async_queue.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-   M /trunk/modules/gui/skins2/events/evt_enter.hpp
-   M /trunk/modules/gui/skins2/events/evt_focus.hpp
-   M /trunk/modules/gui/skins2/events/evt_generic.hpp
-   M /trunk/modules/gui/skins2/events/evt_input.cpp
-   M /trunk/modules/gui/skins2/events/evt_input.hpp
-   M /trunk/modules/gui/skins2/events/evt_key.cpp
-   M /trunk/modules/gui/skins2/events/evt_key.hpp
-   M /trunk/modules/gui/skins2/events/evt_leave.hpp
-   M /trunk/modules/gui/skins2/events/evt_menu.hpp
-   M /trunk/modules/gui/skins2/events/evt_motion.hpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.cpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.hpp
-   M /trunk/modules/gui/skins2/events/evt_refresh.hpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.cpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.hpp
-   M /trunk/modules/gui/skins2/events/evt_special.cpp
-   M /trunk/modules/gui/skins2/events/evt_special.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_popup.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_popup.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/parser/interpreter.hpp
-   M /trunk/modules/gui/skins2/src/anchor.cpp
-   M /trunk/modules/gui/skins2/src/anchor.hpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.hpp
-   M /trunk/modules/gui/skins2/src/file_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/file_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
-   M /trunk/modules/gui/skins2/src/ft2_font.hpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/generic_font.hpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.hpp
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/logger.cpp
-   M /trunk/modules/gui/skins2/src/logger.hpp
-   M /trunk/modules/gui/skins2/src/os_factory.cpp
-   M /trunk/modules/gui/skins2/src/os_factory.hpp
-   M /trunk/modules/gui/skins2/src/os_graphics.hpp
-   M /trunk/modules/gui/skins2/src/os_loop.hpp
-   M /trunk/modules/gui/skins2/src/os_popup.hpp
-   M /trunk/modules/gui/skins2/src/os_timer.hpp
-   M /trunk/modules/gui/skins2/src/os_tooltip.hpp
-   M /trunk/modules/gui/skins2/src/os_window.hpp
-   M /trunk/modules/gui/skins2/src/popup.cpp
-   M /trunk/modules/gui/skins2/src/popup.hpp
-   M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/skin_common.hpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme.hpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.hpp
-   M /trunk/modules/gui/skins2/src/tooltip.cpp
-   M /trunk/modules/gui/skins2/src/tooltip.hpp
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-   M /trunk/modules/gui/skins2/src/top_window.hpp
-   M /trunk/modules/gui/skins2/src/var_manager.cpp
-   M /trunk/modules/gui/skins2/src/var_manager.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-   M /trunk/modules/gui/skins2/utils/bezier.cpp
-   M /trunk/modules/gui/skins2/utils/bezier.hpp
-   M /trunk/modules/gui/skins2/utils/fsm.cpp
-   M /trunk/modules/gui/skins2/utils/fsm.hpp
-   M /trunk/modules/gui/skins2/utils/observer.hpp
-   M /trunk/modules/gui/skins2/utils/pointer.hpp
-   M /trunk/modules/gui/skins2/utils/position.cpp
-   M /trunk/modules/gui/skins2/utils/position.hpp
-   M /trunk/modules/gui/skins2/utils/ustring.cpp
-   M /trunk/modules/gui/skins2/utils/ustring.hpp
-   M /trunk/modules/gui/skins2/utils/var_bool.cpp
-   M /trunk/modules/gui/skins2/utils/var_bool.hpp
-   M /trunk/modules/gui/skins2/utils/var_list.cpp
-   M /trunk/modules/gui/skins2/utils/var_list.hpp
-   M /trunk/modules/gui/skins2/utils/var_percent.cpp
-   M /trunk/modules/gui/skins2/utils/var_percent.hpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/modules/gui/skins2/utils/var_text.hpp
-   M /trunk/modules/gui/skins2/utils/variable.hpp
-   M /trunk/modules/gui/skins2/vars/playlist.hpp
-   M /trunk/modules/gui/skins2/vars/time.cpp
-   M /trunk/modules/gui/skins2/vars/volume.cpp
-   M /trunk/modules/gui/skins2/vars/volume.hpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.hpp
-   M /trunk/modules/gui/skins2/win32/win32_popup.cpp
-   M /trunk/modules/gui/skins2/win32/win32_popup.hpp
-   M /trunk/modules/gui/skins2/win32/win32_timer.cpp
-   M /trunk/modules/gui/skins2/win32/win32_timer.hpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
-   M /trunk/modules/gui/skins2/win32/win32_window.cpp
-   M /trunk/modules/gui/skins2/win32/win32_window.hpp
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-   M /trunk/modules/gui/skins2/x11/x11_display.hpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.hpp
-   M /trunk/modules/gui/skins2/x11/x11_popup.hpp
-   M /trunk/modules/gui/skins2/x11/x11_timer.cpp
-   M /trunk/modules/gui/skins2/x11/x11_timer.hpp
-   M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
-   M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-   M /trunk/modules/gui/skins2/x11/x11_window.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.hpp
-   M /trunk/modules/gui/wxwidgets/input_manager.cpp
-   M /trunk/modules/gui/wxwidgets/input_manager.hpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
-   M /trunk/modules/gui/wxwidgets/streamdata.cpp
-   M /trunk/modules/misc/playlist/export.c
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/misc/testsuite/playlist.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/swscale/yuv2rgb.c
-   M /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
-   M /trunk/modules/video_output/image.c
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/src/control/input.c
-   M /trunk/src/control/playlist.c
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/misc/iso_lang.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/services_discovery.c
-   M /trunk/src/playlist/sort.c
-   M /trunk/src/playlist/view.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/video_output/vout_synchro.c
-
-Uniformize source files encoding
-
-------------------------------------------------------------------------
-r14117 | courmisch | 2006-02-01 10:02:40 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wince/preferences.cpp
-
-Translate french comment
-
-------------------------------------------------------------------------
-r14116 | courmisch | 2006-02-01 10:01:03 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/m3u.c
-
-Encode non-ASCII characters outside comments
-
-------------------------------------------------------------------------
-r14115 | courmisch | 2006-02-01 09:44:04 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/nsc.c
-
-Fix warnings
-
-------------------------------------------------------------------------
-r14114 | courmisch | 2006-02-01 09:41:29 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/quicktime.c
-
-Fix a bunch of warnings involving mix between uint32_t and long
-
-------------------------------------------------------------------------
-r14113 | hartman | 2006-02-01 08:52:42 -0800 (Wed, 01 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/video_output/opengl.c
-
-* Fix the fourcc of OpenGL on Mac Intel. We should check why it's set wrong on PPC.
-* Revert the Quartz disabling.
-
-
-------------------------------------------------------------------------
-r14112 | sam | 2006-02-01 08:27:57 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/mp4/libmp4.c
-
-  * modules/demux/mp4: more explicit error messages for DRMS failures.
-
-------------------------------------------------------------------------
-r14111 | courmisch | 2006-02-01 07:40:53 -0800 (Wed, 01 Feb 2006) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Enable maintainer mode by default, as it is what maintainer-mode-unaware
-(ie. most) automake users are used to.
-If you DO want NOT to use maintainer mode you are free to pass
---disable-maintainer-mode to configure.
-
-------------------------------------------------------------------------
-r14110 | courmisch | 2006-02-01 07:28:42 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Simpler use of HAVE_ASSERT
-
-------------------------------------------------------------------------
-r14109 | courmisch | 2006-02-01 07:27:59 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Define NDEBUG when --enable-debug is not specified
-
-------------------------------------------------------------------------
-r14108 | sam | 2006-02-01 06:57:12 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am: on Unix, use makensis -DVERSION; on Win32, use /DVERSION.
-
-------------------------------------------------------------------------
-r14107 | xtophe | 2006-02-01 06:39:05 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/libvlc.c
-
-Test for assert() in configure.
-
-------------------------------------------------------------------------
-r14106 | courmisch | 2006-02-01 05:28:59 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/control/http/http.h
-   M /trunk/src/network/httpd.c
-
-Fixed some warnings
-
-------------------------------------------------------------------------
-r14105 | courmisch | 2006-02-01 05:10:55 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
-Remove unused variable
-
-------------------------------------------------------------------------
-r14104 | sam | 2006-02-01 05:01:06 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/include/os_specific.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_config.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcd/cdrom_internals.h
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-   M /trunk/modules/codec/cmml/browser_open.c
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/vlc.c
-
-  * Got rid of SYS_DARWIN everywhere.
-
-------------------------------------------------------------------------
-r14103 | sam | 2006-02-01 04:44:16 -0800 (Wed, 01 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/charset.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/network/httpd.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_intf.c
-
-  * Replaced "SYS_DARWIN" with either __APPLE__ (meaning OS X) or __ppc__ and
-    __ppc64__ (meaning PowerPC).
-
-------------------------------------------------------------------------
-r14102 | sam | 2006-02-01 04:22:52 -0800 (Wed, 01 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-  * extras/contrib/src/Makefile: oh what the hell, replaced --disable-codec
-    with --disable-decoder.
-
-------------------------------------------------------------------------
-r14101 | sam | 2006-02-01 04:16:42 -0800 (Wed, 01 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
-
-  * extras/contrib/src/Patches/ffmpeg-cvs-wince.patch: updated for current SVN.
-  * extras/contrib/src/Makefile: re-added --disable-codec flags (the FFMPEG
-    tree on altair was outdated) but removed the duplicate vorbis one.
-
-------------------------------------------------------------------------
-r14100 | xtophe | 2006-02-01 04:06:56 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/tremor.patch
-
-  * extras/contrib/src/Patches/tremor.patch: fixed braindead \n within string.
-
-------------------------------------------------------------------------
-r14099 | sam | 2006-02-01 03:45:18 -0800 (Wed, 01 Feb 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-  * extras/contrib/src/Makefile: --disable-codec no longer exists.
-
-------------------------------------------------------------------------
-r14098 | sam | 2006-02-01 03:20:52 -0800 (Wed, 01 Feb 2006) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-  * Makefile.am: "[ -x foo ]" only works if "foo" is in the current directory,
-    there is no easy way to check for the presence of an executable, but
-    trying to execute it ("foo --version >/dev/null") is usually safe.
-
-------------------------------------------------------------------------
-r14097 | sam | 2006-02-01 01:57:37 -0800 (Wed, 01 Feb 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/mp4/drmstables.h
-   M /trunk/modules/demux/mp4/libmp4.c
-
-  * modules/demux/mp4: added more comments and debug information to the DRMS
-    code.
-
-------------------------------------------------------------------------
-r14096 | hartman | 2006-01-31 19:36:40 -0800 (Tue, 31 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* A few Mac OS X intf fixes. To be honest. we should rewrite the thing from scratch. it's a mess... 
-
-------------------------------------------------------------------------
-r14095 | hartman | 2006-01-31 14:17:30 -0800 (Tue, 31 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-
-* Disable the non functional QT/Quartz output on the intel machines. We should first fix it on OSX, and currently it's annoying the intel debugging proces.
-
-------------------------------------------------------------------------
-r14094 | dionoea | 2006-01-31 12:38:35 -0800 (Tue, 31 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-add missing images
-
-------------------------------------------------------------------------
-r14093 | hartman | 2006-01-31 12:27:25 -0800 (Tue, 31 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-* SYS_DARWIN -> __ppc__ || __ppc64__
-
-------------------------------------------------------------------------
-r14092 | hartman | 2006-01-31 12:00:49 -0800 (Tue, 31 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-* Changed the defined( SYS_DARWIN )  of the --altivec option to a __ppc__ || __ppc64__ check
-
-------------------------------------------------------------------------
-r14091 | dionoea | 2006-01-31 11:50:50 -0800 (Tue, 31 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/browse
-   M /trunk/share/http/js/functions.js
-
-misc IE and windows fixes or workarounds.
-
-------------------------------------------------------------------------
-r14090 | dionoea | 2006-01-31 08:39:10 -0800 (Tue, 31 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/sout
-
-default show full sout interface
-
-------------------------------------------------------------------------
-r14089 | sigmunau | 2006-01-31 08:27:50 -0800 (Tue, 31 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/include/modules_inner.h
-
-fixed the smallest and most elusive leak yet
-
-------------------------------------------------------------------------
-r14088 | sigmunau | 2006-01-31 07:18:45 -0800 (Tue, 31 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-vlm.c: fixed minor memleak
-
-------------------------------------------------------------------------
-r14087 | sigmunau | 2006-01-31 07:11:08 -0800 (Tue, 31 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/logger.c
-
-logger.c: put in header prefix for syslog output (still missing for text 
-and html)
-
-------------------------------------------------------------------------
-r14086 | courmisch | 2006-01-31 02:48:47 -0800 (Tue, 31 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Generate correct originating address in SAP header
-in case of IPv4 advertisement on a IPv6-enabled OS
-
-------------------------------------------------------------------------
-r14085 | courmisch | 2006-01-30 14:02:47 -0800 (Mon, 30 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Fix error handling in (From|To)Locale
-
-------------------------------------------------------------------------
-r14084 | dionoea | 2006-01-30 13:47:38 -0800 (Mon, 30 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-fix nasm url
-
-------------------------------------------------------------------------
-r14083 | hartman | 2006-01-30 10:14:05 -0800 (Mon, 30 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-* Get a NASM cvs snapshot from the VLC download servers, because their server regurly times out, which is annoying.
-
-------------------------------------------------------------------------
-r14082 | courmisch | 2006-01-30 09:44:38 -0800 (Mon, 30 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Remove .vlt with mostlyclean
-
-------------------------------------------------------------------------
-r14081 | courmisch | 2006-01-30 09:39:42 -0800 (Mon, 30 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Add missing file
-
-------------------------------------------------------------------------
-r14080 | courmisch | 2006-01-30 09:38:27 -0800 (Mon, 30 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Hopefully fixes .vlt build
-
-------------------------------------------------------------------------
-r14079 | dionoea | 2006-01-30 09:33:05 -0800 (Mon, 30 Jan 2006) | 9 lines
-Changed paths:
-   M /trunk/share/http/dialogs/main
-   M /trunk/share/http/dialogs/sout
-   M /trunk/share/http/dialogs/vlm
-   A /trunk/share/http/images/info.png
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/js/vlm.js
-   M /trunk/share/http/requests/status.xml
-   M /trunk/share/http/style.css
-   M /trunk/src/misc/vlm.c
-
-* Add "Stream and media info panel" ( http/dialogs/main,
-  http/images/info.png, http/style.css, http/js/functions.js )
-
-* Make instance playlist position consitent with position used in
-  inputdeln (starts from 1 and not 0) ( src/misc/vlm.c, http/js/vlm.js )
-
-* Make it possible to use "enter key" in some text boxes to confirm (*)
-
-
-------------------------------------------------------------------------
-r14078 | courmisch | 2006-01-30 08:59:29 -0800 (Mon, 30 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Don't distribute generated files - fixes build
-
-------------------------------------------------------------------------
-r14077 | hartman | 2006-01-30 08:07:35 -0800 (Mon, 30 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Fix the mactel contrib of x264
-
-------------------------------------------------------------------------
-r14076 | sigmunau | 2006-01-30 04:20:37 -0800 (Mon, 30 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-vlm.c: changed quite a few free() into vlm_MessageDelete, fixing small memleaks here and there
-
-------------------------------------------------------------------------
-r14075 | sigmunau | 2006-01-30 03:13:11 -0800 (Mon, 30 Jan 2006) | 5 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-messages.c: fixed one more leak related to vlm prefix on messages.
-This one happened each time the message queue was overflowed.
-Also (hopefully) fixed a leak that would happen each time no message 
-queue were found. I don't know if this condition can ever appear though
-
-------------------------------------------------------------------------
-r14074 | zorglub | 2006-01-29 14:58:42 -0800 (Sun, 29 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Should fix skins stuff build
-
-------------------------------------------------------------------------
-r14073 | zorglub | 2006-01-29 14:47:31 -0800 (Sun, 29 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-
-Should fix CDDA build
-
-------------------------------------------------------------------------
-r14072 | hartman | 2006-01-29 14:11:04 -0800 (Sun, 29 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/vobsub.c
-
-* Open the .sub file of the vobsubs, with the ToLocale version of the path. Should fix issues where the path of the vobsubs contains non-ascii chars. The .sub could then not be opened in some cases since it would try to open with the UTF-8 path. (We should check VLC modules for other cases of this annoying problem)
-
-------------------------------------------------------------------------
-r14071 | zorglub | 2006-01-29 13:45:13 -0800 (Sun, 29 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   A /trunk/share/skins2/default
-   A /trunk/share/skins2/default/FreeSansBold.ttf
-   A /trunk/share/skins2/default/add_item.png
-   A /trunk/share/skins2/default/add_item_onclick.png
-   A /trunk/share/skins2/default/body.png
-   A /trunk/share/skins2/default/close.png
-   A /trunk/share/skins2/default/close_mouseover.png
-   A /trunk/share/skins2/default/close_onclick.png
-   A /trunk/share/skins2/default/delete_item.png
-   A /trunk/share/skins2/default/delete_item_onclick.png
-   A /trunk/share/skins2/default/disabled.png
-   A /trunk/share/skins2/default/fast.png
-   A /trunk/share/skins2/default/fast_disabled.png
-   A /trunk/share/skins2/default/fast_onclick.png
-   A /trunk/share/skins2/default/next.png
-   A /trunk/share/skins2/default/next_disabled.png
-   A /trunk/share/skins2/default/next_onclick.png
-   A /trunk/share/skins2/default/pause.png
-   A /trunk/share/skins2/default/pause_onclick.png
-   A /trunk/share/skins2/default/play.png
-   A /trunk/share/skins2/default/play_onclick.png
-   A /trunk/share/skins2/default/playlist.png
-   A /trunk/share/skins2/default/playlist_body1.png
-   A /trunk/share/skins2/default/playlist_body2.png
-   A /trunk/share/skins2/default/playlist_body3.png
-   A /trunk/share/skins2/default/playlist_body4.png
-   A /trunk/share/skins2/default/playlist_body6.png
-   A /trunk/share/skins2/default/playlist_body7.png
-   A /trunk/share/skins2/default/playlist_body8.png
-   A /trunk/share/skins2/default/playlist_body9.png
-   A /trunk/share/skins2/default/playlist_button.png
-   A /trunk/share/skins2/default/playlist_button2.png
-   A /trunk/share/skins2/default/playlist_button_onclick.png
-   A /trunk/share/skins2/default/playlist_button_onclick2.png
-   A /trunk/share/skins2/default/preferences.png
-   A /trunk/share/skins2/default/preferences_onclick.png
-   A /trunk/share/skins2/default/previous.png
-   A /trunk/share/skins2/default/previous_disabled.png
-   A /trunk/share/skins2/default/previous_onclick.png
-   A /trunk/share/skins2/default/reduce.png
-   A /trunk/share/skins2/default/reduce_disabled.png
-   A /trunk/share/skins2/default/reduce_mouseover.png
-   A /trunk/share/skins2/default/reduce_onclick.png
-   A /trunk/share/skins2/default/resize.png
-   A /trunk/share/skins2/default/rev.png
-   A /trunk/share/skins2/default/rev_disabled.png
-   A /trunk/share/skins2/default/rev_onclick.png
-   A /trunk/share/skins2/default/slider.png
-   A /trunk/share/skins2/default/slider2.png
-   A /trunk/share/skins2/default/slider_onclick.png
-   A /trunk/share/skins2/default/slider_playlist.png
-   A /trunk/share/skins2/default/slider_volume.png
-   A /trunk/share/skins2/default/slider_volume_onclick.png
-   A /trunk/share/skins2/default/slow.png
-   A /trunk/share/skins2/default/slow_disabled.png
-   A /trunk/share/skins2/default/slow_onclick.png
-   A /trunk/share/skins2/default/sort.png
-   A /trunk/share/skins2/default/sort_onclick.png
-   A /trunk/share/skins2/default/stop.png
-   A /trunk/share/skins2/default/stop_disabled.png
-   A /trunk/share/skins2/default/stop_onclick.png
-   A /trunk/share/skins2/default/theme.xml
-   A /trunk/share/skins2/default/volume.png
-   A /trunk/share/skins2/default/vout.png
-   A /trunk/share/skins2/default/vout2.png
-   A /trunk/share/skins2/default/vout_body.png
-   A /trunk/share/skins2/default/vout_body1.png
-   A /trunk/share/skins2/default/vout_bottom.png
-   A /trunk/share/skins2/default/vout_bottom_left.png
-   A /trunk/share/skins2/default/vout_bottom_right.png
-   A /trunk/share/skins2/default/vout_left.png
-   A /trunk/share/skins2/default/vout_onclick.png
-   A /trunk/share/skins2/default/vout_right.png
-   A /trunk/share/skins2/default/vout_top.png
-   A /trunk/share/skins2/default/vout_top_left.png
-   A /trunk/share/skins2/default/vout_top_right.png
-   D /trunk/share/skins2/default.vlt
-   A /trunk/share/skins2/playtree
-   A /trunk/share/skins2/playtree/FreeSansBold.ttf
-   A /trunk/share/skins2/playtree/add_item.png
-   A /trunk/share/skins2/playtree/add_item_onclick.png
-   A /trunk/share/skins2/playtree/body.png
-   A /trunk/share/skins2/playtree/close.png
-   A /trunk/share/skins2/playtree/close_mouseover.png
-   A /trunk/share/skins2/playtree/close_onclick.png
-   A /trunk/share/skins2/playtree/closed.png
-   A /trunk/share/skins2/playtree/delete_item.png
-   A /trunk/share/skins2/playtree/delete_item_onclick.png
-   A /trunk/share/skins2/playtree/disabled.png
-   A /trunk/share/skins2/playtree/fast.png
-   A /trunk/share/skins2/playtree/fast_disabled.png
-   A /trunk/share/skins2/playtree/fast_onclick.png
-   A /trunk/share/skins2/playtree/item.png
-   A /trunk/share/skins2/playtree/next.png
-   A /trunk/share/skins2/playtree/next_disabled.png
-   A /trunk/share/skins2/playtree/next_onclick.png
-   A /trunk/share/skins2/playtree/open.png
-   A /trunk/share/skins2/playtree/pause.png
-   A /trunk/share/skins2/playtree/pause_onclick.png
-   A /trunk/share/skins2/playtree/play.png
-   A /trunk/share/skins2/playtree/play_onclick.png
-   A /trunk/share/skins2/playtree/playlist.png
-   A /trunk/share/skins2/playtree/playlist_body1.png
-   A /trunk/share/skins2/playtree/playlist_body2.png
-   A /trunk/share/skins2/playtree/playlist_body3.png
-   A /trunk/share/skins2/playtree/playlist_body4.png
-   A /trunk/share/skins2/playtree/playlist_body6.png
-   A /trunk/share/skins2/playtree/playlist_body7.png
-   A /trunk/share/skins2/playtree/playlist_body8.png
-   A /trunk/share/skins2/playtree/playlist_body9.png
-   A /trunk/share/skins2/playtree/playlist_button.png
-   A /trunk/share/skins2/playtree/playlist_button2.png
-   A /trunk/share/skins2/playtree/playlist_button_onclick.png
-   A /trunk/share/skins2/playtree/playlist_button_onclick2.png
-   A /trunk/share/skins2/playtree/preferences.png
-   A /trunk/share/skins2/playtree/preferences_onclick.png
-   A /trunk/share/skins2/playtree/previous.png
-   A /trunk/share/skins2/playtree/previous_disabled.png
-   A /trunk/share/skins2/playtree/previous_onclick.png
-   A /trunk/share/skins2/playtree/reduce.png
-   A /trunk/share/skins2/playtree/reduce_disabled.png
-   A /trunk/share/skins2/playtree/reduce_mouseover.png
-   A /trunk/share/skins2/playtree/reduce_onclick.png
-   A /trunk/share/skins2/playtree/resize.png
-   A /trunk/share/skins2/playtree/rev.png
-   A /trunk/share/skins2/playtree/rev_disabled.png
-   A /trunk/share/skins2/playtree/rev_onclick.png
-   A /trunk/share/skins2/playtree/slider.png
-   A /trunk/share/skins2/playtree/slider2.png
-   A /trunk/share/skins2/playtree/slider_onclick.png
-   A /trunk/share/skins2/playtree/slider_playlist.png
-   A /trunk/share/skins2/playtree/slider_volume.png
-   A /trunk/share/skins2/playtree/slider_volume_onclick.png
-   A /trunk/share/skins2/playtree/slow.png
-   A /trunk/share/skins2/playtree/slow_disabled.png
-   A /trunk/share/skins2/playtree/slow_onclick.png
-   A /trunk/share/skins2/playtree/sort.png
-   A /trunk/share/skins2/playtree/sort_onclick.png
-   A /trunk/share/skins2/playtree/stop.png
-   A /trunk/share/skins2/playtree/stop_disabled.png
-   A /trunk/share/skins2/playtree/stop_onclick.png
-   A /trunk/share/skins2/playtree/theme.xml
-   A /trunk/share/skins2/playtree/volume.png
-   A /trunk/share/skins2/playtree/vout.png
-   A /trunk/share/skins2/playtree/vout2.png
-   A /trunk/share/skins2/playtree/vout_body.png
-   A /trunk/share/skins2/playtree/vout_body1.png
-   A /trunk/share/skins2/playtree/vout_bottom.png
-   A /trunk/share/skins2/playtree/vout_bottom_left.png
-   A /trunk/share/skins2/playtree/vout_bottom_right.png
-   A /trunk/share/skins2/playtree/vout_left.png
-   A /trunk/share/skins2/playtree/vout_onclick.png
-   A /trunk/share/skins2/playtree/vout_right.png
-   A /trunk/share/skins2/playtree/vout_top.png
-   A /trunk/share/skins2/playtree/vout_top_left.png
-   A /trunk/share/skins2/playtree/vout_top_right.png
-   D /trunk/share/skins2/playtree.vlt
-
-Use uncompressed VLT in svn instead of compressed and compress on build
-
-------------------------------------------------------------------------
-r14070 | zorglub | 2006-01-29 11:13:35 -0800 (Sun, 29 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/test
-   M /trunk/test/NativeLibvlcTest.py
-   M /trunk/test/TODO
-   M /trunk/test/native_libvlc/native_libvlc_test.c
-   M /trunk/test/test.sh
-
-Test some things
-
-------------------------------------------------------------------------
-r14069 | zorglub | 2006-01-29 11:04:07 -0800 (Sun, 29 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/core.c
-   M /trunk/src/control/playlist.c
-
-Fix a crasher in exception handling
-Add some playlist functions
-
-------------------------------------------------------------------------
-r14068 | xtophe | 2006-01-29 09:33:55 -0800 (Sun, 29 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
-
-infopanels: Redimension the text area. implement modifiable
-iteminfo: Use infopanel.
-
-------------------------------------------------------------------------
-r14067 | zorglub | 2006-01-29 09:00:31 -0800 (Sun, 29 Jan 2006) | 2 lines
-Changed paths:
-   D /trunk/test/BaseTest.py
-   A /trunk/test/NativeLibvlcTest.py
-   D /trunk/test/PlaylistTest.py
-   A /trunk/test/PyMediaControlBaseTest.py
-   A /trunk/test/PyMediaControlPlaylistTest.py (from /trunk/test/PlaylistTest.py:14062)
-   A /trunk/test/PyMediaControlVariablesTest.py (from /trunk/test/VariablesTest.py:14062)
-   D /trunk/test/VariablesTest.py
-   A /trunk/test/native_libvlc
-   A /trunk/test/native_libvlc/native_libvlc_test.c
-   A /trunk/test/pyunit.h
-   A /trunk/test/setup.py
-   M /trunk/test/test.sh
-
-Skeleton for testing libvlc
-
-------------------------------------------------------------------------
-r14066 | dionoea | 2006-01-29 08:44:04 -0800 (Sun, 29 Jan 2006) | 4 lines
-Changed paths:
-   M /trunk/share/http/dialogs/main
-   M /trunk/share/http/dialogs/vlm
-   A /trunk/share/http/images/refresh.png
-   A /trunk/share/http/images/slider_bar.png
-   A /trunk/share/http/images/slider_left.png
-   A /trunk/share/http/images/slider_point.png
-   A /trunk/share/http/images/slider_right.png
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/requests/status.xml
-
-main, functions.js, slider_*.png : add position slider
-status.xml : add "seek" command
-vlm, refresh.png : add refresh buttons (page doesn't autorefresh)
-
-------------------------------------------------------------------------
-r14065 | hartman | 2006-01-29 07:25:07 -0800 (Sun, 29 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-* FORTUNE !!!! :D
-
-------------------------------------------------------------------------
-r14064 | dionoea | 2006-01-29 06:26:57 -0800 (Sun, 29 Jan 2006) | 4 lines
-Changed paths:
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/js/vlm.js
-   M /trunk/share/http/requests/vlm.xml
-   M /trunk/src/misc/vlm.c
-
-src/misc/vlm.c : export the current playlist item's index for each instance
-share/http/* : display instances for vlm media elements
-               some layout changes (inputs and outputs)
-
-------------------------------------------------------------------------
-r14063 | dionoea | 2006-01-29 06:19:37 -0800 (Sun, 29 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-Prompt for password again after displaying "Wrong password."
-
-------------------------------------------------------------------------
-r14062 | zorglub | 2006-01-29 03:38:15 -0800 (Sun, 29 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/misc/stats.c
-
-Fix warnings
-
-------------------------------------------------------------------------
-r14061 | dionoea | 2006-01-29 03:01:37 -0800 (Sun, 29 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/video_output/vout_intf.c
-
-add boolean option "snapshot-preview" to enable/disable the snapshot's
-preview display in the top left corner of the screen.
-
-------------------------------------------------------------------------
-r14060 | courmisch | 2006-01-29 02:36:46 -0800 (Sun, 29 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Remove debug messages
-
-------------------------------------------------------------------------
-r14059 | courmisch | 2006-01-29 02:35:30 -0800 (Sun, 29 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-Remove erroneous debug message
-
-
-------------------------------------------------------------------------
-r14058 | courmisch | 2006-01-29 01:11:11 -0800 (Sun, 29 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
-use vlc-https instead of vlc-http when using TLS
-
-------------------------------------------------------------------------
-r14057 | courmisch | 2006-01-29 01:03:15 -0800 (Sun, 29 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
-Fix output stream leak in case of Avahi error
-
-------------------------------------------------------------------------
-r14056 | courmisch | 2006-01-29 01:00:31 -0800 (Sun, 29 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
-Clean up
-
-------------------------------------------------------------------------
-r14055 | dionoea | 2006-01-28 16:11:22 -0800 (Sat, 28 Jan 2006) | 6 lines
-Changed paths:
-   M /trunk/modules/control/http/mvar.c
-   M /trunk/src/misc/vlm.c
-
-modules/control/http/mvar.c : explore vlm_message_t trees all the way
-                              (instead of stoping after a depth of 2)
-
-src/misc/vlm.c : minor instance information reporting change
-
-
-------------------------------------------------------------------------
-r14054 | xtophe | 2006-01-28 15:51:57 -0800 (Sat, 28 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-confihure.ac: don't overwrite user options even if we have contrib
-
-------------------------------------------------------------------------
-r14053 | zorglub | 2006-01-28 14:31:23 -0800 (Sat, 28 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Don't check syslog value if we don't have syslog.h
-
-------------------------------------------------------------------------
-r14052 | damienf | 2006-01-28 14:05:18 -0800 (Sat, 28 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
-
-ffmpeg-cvs-wince.patch: removed duplicate patches/updated to ffmpeg latest version
-
-------------------------------------------------------------------------
-r14051 | damienf | 2006-01-28 12:42:36 -0800 (Sat, 28 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-
-cdda.c: don't forget to include <errno.h> when using errno
-
-------------------------------------------------------------------------
-r14050 | zorglub | 2006-01-28 10:53:58 -0800 (Sat, 28 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
-Get stats on block inputs (Refs:#473)
-
-------------------------------------------------------------------------
-r14049 | zorglub | 2006-01-28 10:49:32 -0800 (Sat, 28 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Link cdda with iconv on osx
-
-------------------------------------------------------------------------
-r14048 | dionoea | 2006-01-28 10:44:54 -0800 (Sat, 28 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
- misc/vlm.c : export some p_input variables (state, position, time, length, rate, title, chapter and seekable) when using the vlm "show (media)" command.
-
-------------------------------------------------------------------------
-r14047 | xtophe | 2006-01-28 10:43:13 -0800 (Sat, 28 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-win32 rules: make it more dirty to be able to produce debug package
-
-------------------------------------------------------------------------
-r14046 | zorglub | 2006-01-28 10:11:12 -0800 (Sat, 28 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-Add CDDB support to CDDA module (Refs:#459)
-
-------------------------------------------------------------------------
-r14045 | dionoea | 2006-01-28 08:10:26 -0800 (Sat, 28 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/share/http/index.html
-
-add warning about javascript support being needed if the browser doesn't
-support javascript.
-
-------------------------------------------------------------------------
-r14044 | dionoea | 2006-01-28 08:05:50 -0800 (Sat, 28 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/js/vlm.js
-
-make sure that local variables are local variables.
-
-------------------------------------------------------------------------
-r14043 | sigmunau | 2006-01-28 06:41:33 -0800 (Sat, 28 Jan 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-freetype.c: don't render empty subtitles. 
-Some files uses an empty (only holding a space) subtitle to mark the end of
-the previous subtitle. These caused a little gray box to appear with
---freetype-effect 3 before this change
-
-------------------------------------------------------------------------
-r14042 | zorglub | 2006-01-28 06:25:56 -0800 (Sat, 28 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
-
-Fix refcount problem
-
-------------------------------------------------------------------------
-r14041 | sigmunau | 2006-01-28 05:30:33 -0800 (Sat, 28 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interaction.c
-
-interaction.c: Don't crash in certain condition
-
-------------------------------------------------------------------------
-r14040 | sigmunau | 2006-01-28 03:49:22 -0800 (Sat, 28 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-telnet.c: a few more minor (potensial) memleaks
-
-------------------------------------------------------------------------
-r14039 | zorglub | 2006-01-28 03:38:49 -0800 (Sat, 28 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
-   M /trunk/share/Makefile.am
-
-Fixes for prehistoric build system
-
-------------------------------------------------------------------------
-r14038 | sigmunau | 2006-01-28 03:36:30 -0800 (Sat, 28 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-telnet.c: fix a very minor memleak in Open
-
-------------------------------------------------------------------------
-r14037 | sigmunau | 2006-01-28 03:32:05 -0800 (Sat, 28 Jan 2006) | 5 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-vlm.c: Add some asyncronity to schedule execution.
-Should fix issues when schedules add or delete new schedules. Closes:#510
-
-Also fixes a minor memleak in schedule creation/deletion
-
-------------------------------------------------------------------------
-r14036 | zorglub | 2006-01-28 03:18:39 -0800 (Sat, 28 Jan 2006) | 2 lines
-Changed paths:
-   A /trunk/share/http/old (from /trunk/share/http-old:14035)
-   M /trunk/share/http/old/admin/browse.html
-   M /trunk/share/http/old/index.html
-   M /trunk/share/http/old/vlm/edit.html
-   M /trunk/share/http/old/vlm/index.html
-   M /trunk/share/http/old/vlm/new.html
-   M /trunk/share/http/old/vlm/show.html
-   M /trunk/share/http/old/webcam.html
-   D /trunk/share/http-old
-
-Move old HTTP interface to http/old so it can be used by ppl without JS. Todo: use <noscript> :)
-
-------------------------------------------------------------------------
-r14035 | zorglub | 2006-01-28 02:58:48 -0800 (Sat, 28 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/rrd-howto.txt
-
-Improve doc
-
-------------------------------------------------------------------------
-r14034 | zorglub | 2006-01-28 02:56:47 -0800 (Sat, 28 Jan 2006) | 3 lines
-Changed paths:
-   A /trunk/doc/rrd-howto.txt
-   M /trunk/modules/misc/logger.c
-
-RRD output (Refs:#473)
-This is a quick hack, which should in the end be merged in a way to expose stats
-
-------------------------------------------------------------------------
-r14033 | zorglub | 2006-01-28 02:45:13 -0800 (Sat, 28 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/misc/stats.c
-   M /trunk/src/playlist/playlist.c
-
-Compute global input/output stats (Refs:#473)
-
-------------------------------------------------------------------------
-r14032 | zorglub | 2006-01-27 12:35:42 -0800 (Fri, 27 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-
-Don't print debug messages and don't do interaction on preparsing
-
-------------------------------------------------------------------------
-r14031 | zorglub | 2006-01-27 10:28:45 -0800 (Fri, 27 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/stream_output/stream_output.c
-
-* Improve timers (Refs:#473)
-* AccessOutWrite can be called with input already detached (Closes:#523)
-
-------------------------------------------------------------------------
-r14030 | sam | 2006-01-27 06:19:52 -0800 (Fri, 27 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-  * added NASM to the contribs (OS X x86 only) so that we can build x264.
-
-------------------------------------------------------------------------
-r14029 | dionoea | 2006-01-27 06:11:55 -0800 (Fri, 27 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc_rc.rc
-   M /trunk/configure.ac
-   M /trunk/debian/copyright
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/mozilla/npvlc_rc.rc
-   M /trunk/share/vlc_win32_rc.rc
-
-Update copyright dates used in interfaces and binaries (2005 -> 2006)
-
-------------------------------------------------------------------------
-r14028 | dionoea | 2006-01-27 05:54:47 -0800 (Fri, 27 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/modules/control/http/rpn.c
-
- rpn.c : vlm_cmd now adds a "vlm_value" variable
- AUTHORS : add the HTTP interface rewrite
-
-------------------------------------------------------------------------
-r14027 | dionoea | 2006-01-27 05:48:28 -0800 (Fri, 27 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/share/http/dialogs/vlm
-   M /trunk/share/http/js/vlm.js
-   A /trunk/share/http/vlm_export.html
-
- * : it's now possible to enter a batch of commands or export the VLM
-     configuration
-
-------------------------------------------------------------------------
-r14026 | dionoea | 2006-01-27 04:58:05 -0800 (Fri, 27 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-add "export" command. It behaves exactly like "save" except that commands
-are printed in a vlm_message and not in a file.
-
-------------------------------------------------------------------------
-r14025 | sam | 2006-01-27 01:48:54 -0800 (Fri, 27 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-  * extras/contrib/src/Makefile: removed a nonexistent patch that I did not
-    commit.
-
-------------------------------------------------------------------------
-r14024 | sam | 2006-01-26 15:13:34 -0800 (Thu, 26 Jan 2006) | 17 lines
-Changed paths:
-   M /trunk/extras/contrib/src
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/faad2.patch
-   A /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
-   A /trunk/extras/contrib/src/Patches/flac-mactel.patch
-   A /trunk/extras/contrib/src/Patches/libdvdnav-mactel.patch
-
-  * Various patches to allow more contribs to build on OS X x86. Only x264
-    and goom still do not build. I successfully built a native VLC using
-    the current contribs and the following configuration line:
-
-    ./configure --disable-x11 --disable-xvideo --disable-glx --disable-gtk \
-       --enable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
-       --with-ffmpeg-zlib --enable-mad --enable-dvbpsi --enable-a52 \
-       --disable-dvdplay --enable-dvdnav --enable-faad --enable-vorbis \
-       --enable-ogg --enable-theora --enable-faac --enable-mkv \
-       --enable-freetype --disable-cddax --disable-vcdx --enable-speex \
-       --enable-flac --disable-goom --enable-livedotcom --enable-caca \
-       --disable-skins2 --disable-wxwidgets --enable-modplug --enable-daap \
-       --enable-x264 --enable-shout --enable-twolame --enable-debug
-
-    Apparently the native video output does not work yet, but sound and codecs
-    seem rather OK.
-
-------------------------------------------------------------------------
-r14023 | sam | 2006-01-26 12:33:25 -0800 (Thu, 26 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-  * extras/contrib/bootstrap: support i686-apple-darwin8.
-
-------------------------------------------------------------------------
-r14022 | sam | 2006-01-26 12:27:37 -0800 (Thu, 26 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/visualization/visual/visual.c
-
-  * modules/visualization/visual/visual.c: SECT_TEXT is a reserved Mach-O
-    name, renamed it into SSECT_TEXT (for "spectral section").
-
-------------------------------------------------------------------------
-r14021 | sam | 2006-01-26 12:22:00 -0800 (Thu, 26 Jan 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: vec_ld() is not sufficient to check for AltiVec support on
-    OS X x86, because it's just an undefined function; so we use the keyword
-    "vector" to make sure.
-
-------------------------------------------------------------------------
-r14020 | sam | 2006-01-26 12:08:33 -0800 (Thu, 26 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/src/misc/cpu.c
-
-  * src/misc/cpu.c: do not assume SYS_DARWIN means powerpc, so that we can
-    properly detect CPU features on a MacIntel.
-
-------------------------------------------------------------------------
-r14019 | sam | 2006-01-26 11:51:06 -0800 (Thu, 26 Jan 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_ymga.c
-   M /trunk/modules/video_chroma/i420_yuy2.h
-   M /trunk/modules/video_chroma/i422_yuy2.c
-
-  * modules/video_chroma/*: use .p2align instead of .align for data alignment,
-    because .align's behaviour changes across platforms: on Linux x86 ELF its
-    argument is a byte count, on OS X x86 Mach-O it's a log2.
-
-------------------------------------------------------------------------
-r14018 | courmisch | 2006-01-26 09:29:07 -0800 (Thu, 26 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Fix UDP broadcast
-
-------------------------------------------------------------------------
-r14017 | sigmunau | 2006-01-26 09:14:09 -0800 (Thu, 26 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-modules/demux/ts.c: Fixed a very very minor memleak
-
-------------------------------------------------------------------------
-r14016 | sigmunau | 2006-01-26 09:05:57 -0800 (Thu, 26 Jan 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-access_output/udp.c: Fixed an old  memleak.
-This leak is triggered each time the udp access out is started, so it 
-could be the cause of some of these "slow memleak with udp streaming" 
-reports we have had, if these users where streaming a file in repeat
-
-------------------------------------------------------------------------
-r14015 | sigmunau | 2006-01-26 08:51:47 -0800 (Thu, 26 Jan 2006) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/src/misc/messages.c
-
-src/misc/messages.c: Fixed a nasty memleak recently introduced
-vlc_input.h: Fixed a not so nasty memleak recently introduced
-
-Thank you very much zorglub
-
-------------------------------------------------------------------------
-r14014 | xtophe | 2006-01-24 15:06:43 -0800 (Tue, 24 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Use AC_PATH_XTRA. 
-             Still got to find a cleaner way to determine if we have Xv.so or Xv_pic, ...
-
-------------------------------------------------------------------------
-r14013 | xtophe | 2006-01-24 15:02:35 -0800 (Tue, 24 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: No X11 on win32
-
-------------------------------------------------------------------------
-r14012 | zorglub | 2006-01-24 14:42:16 -0800 (Tue, 24 Jan 2006) | 14 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/misc/stats.c
-   M /trunk/src/playlist/playlist.c
-
-Add a timing facility (Refs:#473)
-
-It is only available in debug mode.
-
-To use: stats_TimerStart( vlc_object_t* , char *name );
-stats_TimerStop( vlc_object_t *, char *name );
-
-stats_TimerDump( vlc_object_t* , char *name ) will print a line
-
-TIMER name : last_time - total_time / number of samples (average time)
-
-stats_TimersDumpAll is not implemented yet
-
-------------------------------------------------------------------------
-r14011 | dionoea | 2006-01-24 14:25:15 -0800 (Tue, 24 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
-
-use wxTR_HAS_VARIABLE_ROW_HEIGHT in the meta data tree (usefull is a line is
-full of \n)
-
-------------------------------------------------------------------------
-r14010 | sam | 2006-01-24 04:09:06 -0800 (Tue, 24 Jan 2006) | 5 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/configure.ac
-
-  * bindings/java/Makefile.am: use JAVACXXFLAGS and JAVALDFLAGS instead of
-    the reserved words CXXFLAGS and LDFLAGS.
-  * configure.ac: remove spaces inside parentheses that confuse automake.
-  * Makefile.am: do not use both = and += inside conditionals.
-
-------------------------------------------------------------------------
-r14009 | xtophe | 2006-01-24 01:53:53 -0800 (Tue, 24 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi
-
-Don't put contextual menu on the recycle bin. Thanks to Razer in the forum (closes #511)
-
-------------------------------------------------------------------------
-r14008 | hartman | 2006-01-23 21:52:40 -0800 (Mon, 23 Jan 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/ps.c
-
-* Fake the PCR/SCR on MPEG PES streams (VDR for instance).
-  Don't worry, it's if()'ed such that it's almost impossible for a normal PS file to trigger the hack.
-  It worked for all my VDR PES files and was never triggered for my entire PS collection.
-
-------------------------------------------------------------------------
-r14007 | zorglub | 2006-01-23 13:21:19 -0800 (Mon, 23 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/stream_output/stream_output.c
-
-Gather some sout stats (Refs:#473)
-
-------------------------------------------------------------------------
-r14006 | hartman | 2006-01-23 13:10:49 -0800 (Mon, 23 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-
-* Don't crash if the hdlr in a mov has no name.
-* spelling correction and debug for out of bound child boxes.
-
-------------------------------------------------------------------------
-r14005 | zorglub | 2006-01-23 11:09:22 -0800 (Mon, 23 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/control/showintf.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-Add global options for netsync and showintf and hide them from interface (Closes:#508)
-
-------------------------------------------------------------------------
-r14004 | xtophe | 2006-01-23 07:35:02 -0800 (Mon, 23 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
-http.c: add an option to disable bonjour (closes #509).
-       Please review and improve the option text and longtext strings. 
-
-------------------------------------------------------------------------
-r14003 | damienf | 2006-01-23 04:00:00 -0800 (Mon, 23 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/vlccontrol.cpp
-
-plugin.cpp, oleobject.cpp: fix for ShowDisplay/Visible on activation
-vlccontrol.cpp: fixed small mem leak
-
-------------------------------------------------------------------------
-r14002 | dionoea | 2006-01-22 17:04:16 -0800 (Sun, 22 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-oops, last commit wasn't meant to happen
-
-------------------------------------------------------------------------
-r14001 | dionoea | 2006-01-22 17:02:54 -0800 (Sun, 22 Jan 2006) | 16 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-fix subtitles position (aspect ratio)
-
-the subtitle was displayed fine but since aspect ratios didn't match it
-wasn't positioned correctly on the vout. ie:
---------------
-|            |
-|            |
-|      subtit|
-|            |
--------------- ( http://people.videolan.org/~dionoea/vlcsubs.png )
-
-now it's displayed in the center but the letters are scaled horrizontaly
-(which doesn't look too good ... but at least everything is displayed)
-( http://people.videolan.org/~dionoea/vlcsubs2.png )
-
-
-------------------------------------------------------------------------
-r14000 | hartman | 2006-01-22 16:34:33 -0800 (Sun, 22 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-* Fix the opacity and color settings for the YUVA renderer.
-PS: It seems the YUVA blend has an UV subsample bug which can cause unwanted offsets of 1
-
-------------------------------------------------------------------------
-r13999 | dionoea | 2006-01-22 16:23:14 -0800 (Sun, 22 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/share/http/dialogs/vlm
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/js/vlm.js
-
- dialogs/vlm, js/vlm.js : add schedule support
- * : some code cleanup.
-
-------------------------------------------------------------------------
-r13998 | hartman | 2006-01-22 14:54:57 -0800 (Sun, 22 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* Pass along the SSA header in mkv files to the decoder.
-
-------------------------------------------------------------------------
-r13997 | dionoea | 2006-01-22 14:52:20 -0800 (Sun, 22 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-If one schedule was disabled, all the folowing schedules weren't shown.
-Could someone explain why this return was put here in the first place ?
-
-------------------------------------------------------------------------
-r13996 | sigmunau | 2006-01-22 14:49:01 -0800 (Sun, 22 Jan 2006) | 14 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-freetype.c: Revived and revamped old yuva renderer
-
-Highlights:
-  Three rendering modes: Outline, Fat outline and background
-  Better looking
-Drawbacks:
-  White only at the moment
-  no yuva blend filter for some chromas
-  
-the old renderer is available with the --freetype-yuvp option, since this is
-needed at least for dvbsubs encoding. (and for people with no usable blend
-filter)
-
-
-------------------------------------------------------------------------
-r13995 | hartman | 2006-01-22 14:27:29 -0800 (Sun, 22 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/vobsub.c
-
-* Stupid subtitles with their lack of proper specifications and implementations.....
-
-------------------------------------------------------------------------
-r13994 | hartman | 2006-01-22 14:20:19 -0800 (Sun, 22 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/vobsub.c
-
-* The vobsub param is Delay, not delay.
-
-------------------------------------------------------------------------
-r13993 | xtophe | 2006-01-22 10:13:59 -0800 (Sun, 22 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Fix the win* package rules for the http intf.
-
-------------------------------------------------------------------------
-r13992 | xtophe | 2006-01-22 10:10:53 -0800 (Sun, 22 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/ntservice.c
-
-missing in [13991].
-
-------------------------------------------------------------------------
-r13991 | zorglub | 2006-01-22 09:12:24 -0800 (Sun, 22 Jan 2006) | 6 lines
-Changed paths:
-   M /trunk/include/variables.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/codec/cmml/cmml.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/src/input/input.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/variables.c
-
-* Make ParseOption (from input) a global service (var_OptionParse)
-* Add i_options/pp_options to intf_Create
-
-* add global options to enable file-logging and syslog (Refs:#508)
-
-
-------------------------------------------------------------------------
-r13990 | zorglub | 2006-01-22 09:10:57 -0800 (Sun, 22 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/include/modules.h
-
-Add a psz_help field to module_t (Refs:#413)
-
-------------------------------------------------------------------------
-r13989 | dionoea | 2006-01-22 08:45:40 -0800 (Sun, 22 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-add "oc" to the language list
-
-------------------------------------------------------------------------
-r13988 | dionoea | 2006-01-22 08:44:54 -0800 (Sun, 22 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-same thing for wince
-
-------------------------------------------------------------------------
-r13987 | dionoea | 2006-01-22 08:42:55 -0800 (Sun, 22 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-this should fix the win build. This build system is plain stupid. Why do we
-have references to the same stuff in http/Makefile.am and Makefile.am ?
-
-------------------------------------------------------------------------
-r13986 | zorglub | 2006-01-22 08:35:59 -0800 (Sun, 22 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Less HTTPd debugging
-
-------------------------------------------------------------------------
-r13985 | xtophe | 2006-01-22 08:18:39 -0800 (Sun, 22 Jan 2006) | 3 lines
-Changed paths:
-   A /trunk/share/http/.hosts (from /trunk/share/http-old/.hosts:13982)
-   M /trunk/share/http/dialogs/.hosts
-
-.hosts: Provide a template .hosts.
-dialogs/.hosts: Explanation about the empty file. 
-
-------------------------------------------------------------------------
-r13984 | dionoea | 2006-01-22 08:18:38 -0800 (Sun, 22 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/requests/vlm.xml
-
-fix cut & paste error (bis).
-
-------------------------------------------------------------------------
-r13983 | dionoea | 2006-01-22 08:18:02 -0800 (Sun, 22 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/share/http/requests/vlm.xml
-
-fix cut & paste error.
-
-------------------------------------------------------------------------
-r13982 | zorglub | 2006-01-22 08:01:30 -0800 (Sun, 22 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/Modules.am
-
-Fix build of vcdx module
-
-------------------------------------------------------------------------
-r13981 | dionoea | 2006-01-22 07:59:52 -0800 (Sun, 22 Jan 2006) | 7 lines
-Changed paths:
-   M /trunk/share/http/dialogs/vlm
-   M /trunk/share/http/js/vlm.js
-   M /trunk/share/http/style.css
-   M /trunk/share/http/vlm.html
-
- all: handle VLM broadcast and vod elements.
- todo: - seeking on broadcast elements
-       - schedules
-       - file(or textbox) load / save. might need some changes to the VLM
-         core in order to export commands to a string (and not to a file)
-       
-
-------------------------------------------------------------------------
-r13980 | sam | 2006-01-22 04:52:13 -0800 (Sun, 22 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/rules
-
-  * debian/*: new Debian upload.
-
-------------------------------------------------------------------------
-r13979 | dionoea | 2006-01-22 03:25:48 -0800 (Sun, 22 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-oops, i forgot to commit this
-
-------------------------------------------------------------------------
-r13978 | ipkiss | 2006-01-22 03:12:33 -0800 (Sun, 22 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * share/skins/skins2-howto.xml: SVN instead of CVS, and added a link to the DTD.
-
-------------------------------------------------------------------------
-r13977 | sam | 2006-01-22 02:48:06 -0800 (Sun, 22 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/debian/vlc.mime
-
-  * debian/vlc.mime: put flags after the command, as per mailcap(5).
-
-------------------------------------------------------------------------
-r13976 | dionoea | 2006-01-21 17:38:28 -0800 (Sat, 21 Jan 2006) | 23 lines
-Changed paths:
-   A /trunk/share/http/dialogs
-   A /trunk/share/http/dialogs/.hosts
-   A /trunk/share/http/dialogs/browse
-   A /trunk/share/http/dialogs/footer
-   A /trunk/share/http/dialogs/input
-   A /trunk/share/http/dialogs/main
-   A /trunk/share/http/dialogs/mosaic
-   A /trunk/share/http/dialogs/playlist
-   A /trunk/share/http/dialogs/sout
-   A /trunk/share/http/dialogs/vlm
-   D /trunk/share/http/functions.js
-   M /trunk/share/http/index.html
-   A /trunk/share/http/js
-   A /trunk/share/http/js/functions.js (from /trunk/share/http/functions.js:13818)
-   A /trunk/share/http/js/mosaic.js
-   A /trunk/share/http/js/vlm.js
-   A /trunk/share/http/mosaic.html
-   M /trunk/share/http/requests/browse.xml
-   M /trunk/share/http/requests/playlist.xml
-   M /trunk/share/http/requests/status.xml
-   A /trunk/share/http/requests/vlm.xml
-   A /trunk/share/http/requests/vlm_cmd.xml
-   M /trunk/share/http/style.css
-   A /trunk/share/http/vlm.html
-
-begining of a VLM interface and some code organisations changes. The vlm
-interface should be done pretty soon (i'll try to finish it tomorrow)
-
- vlm.html : vlm web interface. What works: sending broadcast and vod creation
-            commands
-
- js/vlm.js : add code to handle sending vlm commands.
-
- requests/vlm_cmd.xml : used to send a vlm command and get the resulting
-                        error message
-
- requests/vlm.xml : export the full vlm media/schedules "tree". I still need
-                    to parse that in js/vlm.js in order to display it in
-                    dialogs/vlm .
-
- dialogs/* : dialogs' code which is used as building blocks for the
-             main pages. (in order to avoid code duplication)
-
- mosaic.html, js/mosaic.js, dialogs/mosaic : start of a mosaic help
-            page. nothing works and it's almost empty but i didn't feel like
-            sorting through the commited files.
-
-
-------------------------------------------------------------------------
-r13975 | dionoea | 2006-01-21 16:11:00 -0800 (Sat, 21 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-
-remove dirty debug messages.
-
-------------------------------------------------------------------------
-r13974 | dionoea | 2006-01-21 16:09:06 -0800 (Sat, 21 Jan 2006) | 8 lines
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-
-new "vlm_cmd" (or "vlm_command") rpn function.
-
-Since vlm commands are often full of spaces, you need to use the ";"
-command delimiter to mark the end of a command.
-
-For example : <vlc id="rpn" param1="; broadcast name new vlm_cmd" />
-
-
-------------------------------------------------------------------------
-r13973 | hartman | 2006-01-21 15:33:56 -0800 (Sat, 21 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/quicktime.c
-
-* Compile fix
-
-------------------------------------------------------------------------
-r13972 | hartman | 2006-01-21 15:05:00 -0800 (Sat, 21 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/quicktime.c
-
-* Some cleanup to the QT decoder. Still doesn't function. 
-
-------------------------------------------------------------------------
-r13971 | dionoea | 2006-01-21 14:05:31 -0800 (Sat, 21 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-
-this looks better (thanks to Dnumgis for noticing)
-
-------------------------------------------------------------------------
-r13970 | hartman | 2006-01-21 13:29:07 -0800 (Sat, 21 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/auhal.c
-
-* workaround for device drivers that do not support "kAudioDevicePropertyPreferredChannelLayout".
-  Grmbl @ Digidesign coders...
-
-------------------------------------------------------------------------
-r13969 | dionoea | 2006-01-21 12:46:09 -0800 (Sat, 21 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-
-looks nicer this way
-
-------------------------------------------------------------------------
-r13968 | hartman | 2006-01-21 12:38:05 -0800 (Sat, 21 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/vobsub.c
-
-* One more fix for vobsubs with negative times
-
-------------------------------------------------------------------------
-r13967 | dionoea | 2006-01-21 12:30:57 -0800 (Sat, 21 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-Fortune !
-
-------------------------------------------------------------------------
-r13966 | zorglub | 2006-01-21 09:59:14 -0800 (Sat, 21 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/playlist/item-ext.c
-
-Add an "auto-preparse" option (default TRUE) - Refs:#192
-
-------------------------------------------------------------------------
-r13965 | courmisch | 2006-01-21 09:55:45 -0800 (Sat, 21 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Ugly bug-to-bug fix for wxWidgets drag'n'drop (closes #507)
-
-------------------------------------------------------------------------
-r13964 | zorglub | 2006-01-21 09:54:02 -0800 (Sat, 21 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/playlist.c
-
-Don't bother creating an input thread for non-file 
-
-------------------------------------------------------------------------
-r13963 | zorglub | 2006-01-21 09:50:55 -0800 (Sat, 21 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-
-Don't preparse if we are about to play - Refs:#192
-
-------------------------------------------------------------------------
-r13962 | zorglub | 2006-01-21 09:44:07 -0800 (Sat, 21 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/src/network/httpd.c
-   M /trunk/src/playlist/item-ext.c
-
-Preparse items added through the directory access or directly to the interface (Refs:#192)
-
-------------------------------------------------------------------------
-r13961 | sam | 2006-01-21 08:49:53 -0800 (Sat, 21 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/spudec/spudec.h
-
-  * modules/codec/spudec: fixed various (innocuous) buffer overflows and
-    paved the way for private SPU commands.
-
-------------------------------------------------------------------------
-r13960 | zorglub | 2006-01-21 08:44:36 -0800 (Sat, 21 Jan 2006) | 5 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/access/directory.c
-   M /trunk/src/playlist/playlist.c
-
-Enqueue the item ID instead of pointer for preparse
-Add a PLAYLIST_PREPARSE flag to tell that the item must be enqueued for preparse on add (not implemented yet).
-
-Refs:#192
-
-------------------------------------------------------------------------
-r13959 | zorglub | 2006-01-21 08:37:34 -0800 (Sat, 21 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-Don't block item name (Closes:#506)
-
-------------------------------------------------------------------------
-r13958 | zorglub | 2006-01-21 06:14:36 -0800 (Sat, 21 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/include/aout_internal.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/playlist/playlist.c
-
-Audio - Refs:#473
-
-------------------------------------------------------------------------
-r13957 | zorglub | 2006-01-21 05:49:42 -0800 (Sat, 21 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/unzip/unzip.c
-
-Get rid of warning
-
-------------------------------------------------------------------------
-r13956 | xtophe | 2006-01-20 15:37:23 -0800 (Fri, 20 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-
-Install.win32: Add path for pkg-config
-
-------------------------------------------------------------------------
-r13955 | xtophe | 2006-01-20 10:50:48 -0800 (Fri, 20 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix X includes detection.
-
-------------------------------------------------------------------------
-r13954 | oaubert | 2006-01-20 03:59:13 -0800 (Fri, 20 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/svg.c
-
-svg.c: use conditional includes for system includes (unistd.h, stat.h, types.h)
-
-------------------------------------------------------------------------
-r13953 | damienf | 2006-01-19 16:31:44 -0800 (Thu, 19 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/plugin/Info.plist
-   M /trunk/mozilla/Makefile.am
-
-all: updated mozilla MacOS X bundle, Safari can 'see' it now (didn't run it though)
-
-------------------------------------------------------------------------
-r13952 | hartman | 2006-01-19 08:10:14 -0800 (Thu, 19 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/auhal.c
-
-* auhal.c: Another workaround for devices not supporting hogmode
-
-------------------------------------------------------------------------
-r13951 | sigmunau | 2006-01-19 04:47:08 -0800 (Thu, 19 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/linux_dvb.c
-
-linux_dvb.c: output "Tuning failed" in dvb status page rather than nothing when we have no lock
-
-------------------------------------------------------------------------
-r13950 | xtophe | 2006-01-19 01:01:34 -0800 (Thu, 19 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Oops. I shall read the diff before commiting
-
-------------------------------------------------------------------------
-r13949 | xtophe | 2006-01-18 16:01:17 -0800 (Wed, 18 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Try harder to find the X headers and libs.
-
-------------------------------------------------------------------------
-r13948 | xtophe | 2006-01-18 04:08:03 -0800 (Wed, 18 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interaction.h
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/misc/stats.c
-
-Copyright dates and svn properties
-
-------------------------------------------------------------------------
-r13947 | hartman | 2006-01-17 17:39:30 -0800 (Tue, 17 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/auhal.c
-
-* auhal.c: Some drivers don't support hogmode. Don't fail entirely if this is the case.
-
-------------------------------------------------------------------------
-r13946 | damienf | 2006-01-17 07:38:42 -0800 (Tue, 17 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/activex/README.TXT
-
-README.TXT: updated documentation
-
-
-------------------------------------------------------------------------
-r13945 | oaubert | 2006-01-17 03:58:26 -0800 (Tue, 17 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/include/mediacontrol_internal.h
-
-mediacontrol_internal.h: oops. Superfluous typedef (defined in vlc/mediacontrol.h)
-
-------------------------------------------------------------------------
-r13944 | oaubert | 2006-01-17 02:26:59 -0800 (Tue, 17 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/include/mediacontrol_internal.h
-   M /trunk/include/vlc/mediacontrol.h
-
-mediacontrol API: proper fix for mediacontrol_Instance forward declaration
-
-------------------------------------------------------------------------
-r13943 | damienf | 2006-01-17 02:19:03 -0800 (Tue, 17 Jan 2006) | 7 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-dshow.cpp: Removed default preferred media types (I420) as it was reported by Paul Sokolovsky to cause kernel crashes
-           with some buggy drivers. I added these media types a while back to get around another bug for drivers that
-           didn't offer any preferred media types.
-           Hopefully, the latter bug should be indirectly fixed when I added support for IAMStreamConfig.
-           Moreover, I modified the selection of a default format in IAMStreamConfig to take
-           GetFourCCPriority into a account.
-
-------------------------------------------------------------------------
-r13942 | jpsaman | 2006-01-16 13:32:56 -0800 (Mon, 16 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Whitespace cleanup
-------------------------------------------------------------------------
-r13941 | hartman | 2006-01-16 12:22:40 -0800 (Mon, 16 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/rtsp/access.c
-
-* Real RTSP sometimes uses pnm://
-
-------------------------------------------------------------------------
-r13940 | damienf | 2006-01-16 11:44:18 -0800 (Mon, 16 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-Makefile.am: thou shalt test thy changes (self flagellation in progress)
-
-------------------------------------------------------------------------
-r13939 | jpsaman | 2006-01-16 11:01:58 -0800 (Mon, 16 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/src/control/mediacontrol_core.c
-
-Codingstyle fixes
-------------------------------------------------------------------------
-r13938 | jpsaman | 2006-01-16 11:01:24 -0800 (Mon, 16 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/include/vlc_symbols.h
-
-Define vlc_curent_object in include/vlc_objects.h
-------------------------------------------------------------------------
-r13937 | jpsaman | 2006-01-16 11:00:22 -0800 (Mon, 16 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/extras/zsh.cpp
-   M /trunk/include/vlc_objects.h
-   M /trunk/src/control/core.c
-
-Define vlc_curent_object in include/vlc_objects.h
-------------------------------------------------------------------------
-r13936 | jpsaman | 2006-01-16 10:58:15 -0800 (Mon, 16 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/include/mediacontrol_internal.h
-   M /trunk/include/vlc/mediacontrol.h
-
-Define mediacontrol_Instance in the right place
-------------------------------------------------------------------------
-r13935 | jpsaman | 2006-01-16 10:50:48 -0800 (Mon, 16 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/src/control/mediacontrol_audio_video.c
-
-Indentation and coding style fixes
-------------------------------------------------------------------------
-r13934 | jpsaman | 2006-01-16 10:03:14 -0800 (Mon, 16 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-Define libvlc_exception_raise() in the proper place
-------------------------------------------------------------------------
-r13933 | damienf | 2006-01-16 10:01:38 -0800 (Mon, 16 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-Makefile.am: should fix compilation (or non-compilation) on all platforms
-
-------------------------------------------------------------------------
-r13932 | jpsaman | 2006-01-16 09:49:34 -0800 (Mon, 16 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/x11/x11_popup.cpp
-
-Compiler warning about a missing return statement in a non-void function.
-------------------------------------------------------------------------
-r13931 | jpsaman | 2006-01-16 09:48:33 -0800 (Mon, 16 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/unzip/unzip.c
-
-Use brackets to avoid ambiguos else
-------------------------------------------------------------------------
-r13930 | jpsaman | 2006-01-16 09:45:11 -0800 (Mon, 16 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Fix identation
-------------------------------------------------------------------------
-r13929 | jpsaman | 2006-01-16 09:44:38 -0800 (Mon, 16 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/src/control/playlist.c
-
-return NULL properly in libvlc_playlist_get_input()
-------------------------------------------------------------------------
-r13928 | jpsaman | 2006-01-16 09:42:57 -0800 (Mon, 16 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-Fix segmentation fault in core and use of non-initialised variable compiler warning.
-------------------------------------------------------------------------
-r13927 | damienf | 2006-01-16 08:56:40 -0800 (Mon, 16 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-hopefully, this will fix previous commit
-
-------------------------------------------------------------------------
-r13926 | damienf | 2006-01-16 08:35:19 -0800 (Mon, 16 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-   M /trunk/mozilla/vlcshell.cpp
-
-all: fixed mozilla plugin compilation for MacOS X
-
-------------------------------------------------------------------------
-r13925 | xtophe | 2006-01-16 07:45:07 -0800 (Mon, 16 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/po/ka.po
-
-Fix
-
-------------------------------------------------------------------------
-r13924 | hartman | 2006-01-16 06:37:46 -0800 (Mon, 16 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* stupid tabs in Makefiles....
-
-------------------------------------------------------------------------
-r13923 | xtophe | 2006-01-16 06:37:08 -0800 (Mon, 16 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/po/ka.po
-
-Update of the Georgian localization. Thanks to Alexander Didebulidze
-
-------------------------------------------------------------------------
-r13922 | hartman | 2006-01-16 06:33:06 -0800 (Mon, 16 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* Add a dummy .dvdread entry to trigger the INSTALL_NAME script on OSX.
-
-------------------------------------------------------------------------
-r13921 | hartman | 2006-01-15 17:54:55 -0800 (Sun, 15 Jan 2006) | 7 lines
-Changed paths:
-   M /trunk/modules/demux/vobsub.c
-
-modules/demux/vobsub.c:
-* add support for negative timestamps
-* add support for the delay parameter
-* add support for reading the DVD palette of vobsubs
-* free the used memory when we close the vobsubs
-
-
-------------------------------------------------------------------------
-r13920 | zorglub | 2006-01-15 14:21:21 -0800 (Sun, 15 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/stats.c
-
-Fix
-
-------------------------------------------------------------------------
-r13919 | zorglub | 2006-01-15 14:10:41 -0800 (Sun, 15 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/misc/vlm.c
-
-Fix some memleaks
-
-------------------------------------------------------------------------
-r13918 | hartman | 2006-01-15 12:52:30 -0800 (Sun, 15 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* Fix free of the directory listing of the subtitle scan.
-
-------------------------------------------------------------------------
-r13917 | zorglub | 2006-01-15 12:33:26 -0800 (Sun, 15 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Free
-
-------------------------------------------------------------------------
-r13916 | zorglub | 2006-01-15 12:29:38 -0800 (Sun, 15 Jan 2006) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/vlm.c
-
-Add ability to prepend headers to messages (object-specific) and use it for VLM media (Closes:#496)
-
-To use it, put a string in p_object->psz_header, all messages from this object and its parent will have the header prepended
-
-------------------------------------------------------------------------
-r13915 | zorglub | 2006-01-15 11:04:43 -0800 (Sun, 15 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
-
-Layout stuff
-
-------------------------------------------------------------------------
-r13914 | zorglub | 2006-01-15 10:13:34 -0800 (Sun, 15 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/stats.c
-
-Fix calculation for demux bitrate (Refs:#473)
-
-
-------------------------------------------------------------------------
-r13913 | zorglub | 2006-01-15 09:30:45 -0800 (Sun, 15 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/gui/wxwidgets/Modules.am
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
-   A /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-   A /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/playlist/playlist.c
-
-Show stats in interface (Refs:#473)
-
-------------------------------------------------------------------------
-r13912 | damienf | 2006-01-14 12:03:43 -0800 (Sat, 14 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
-
-updated patch for latest CVS
-
-------------------------------------------------------------------------
-r13911 | xtophe | 2006-01-14 04:37:19 -0800 (Sat, 14 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Inversion
-
-------------------------------------------------------------------------
-r13910 | zorglub | 2006-01-14 02:57:44 -0800 (Sat, 14 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/stats.c
-   M /trunk/src/playlist/playlist.c
-
-Add an option to disable stats (Refs:#473)
-
-------------------------------------------------------------------------
-r13909 | jpsaman | 2006-01-14 01:36:16 -0800 (Sat, 14 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/common.h
-   M /trunk/modules/access/dshow/dshow.cpp
-
-Revert revision 13903. It is implemented in a different way by checking if the option --dshow-chroma is set. If it is set then the chroma is forced, otherwise it is not. This should solve the regression of previous commit, by letting users specify the chroma type to use. To get the previous default behaviour specify IV420 as preferred chroma type either on the commandline or in the Capture Device advanced tab.
-------------------------------------------------------------------------
-r13908 | hartman | 2006-01-13 16:03:13 -0800 (Fri, 13 Jan 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/src/input/stream.c
-
-* Revert the Default charset encoding back to ISO-8859-1
-  No longer use the charset of the OS. OS X is UTF-8 for instance, but most subs are simply in Latin-1.
-* In case we did BOM detection with stream_ReadLine, set subsdec-encoding to UTF-8 automatically.
-
-------------------------------------------------------------------------
-r13907 | zorglub | 2006-01-13 15:01:34 -0800 (Fri, 13 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/stats.c
-
-Fix stats crash
-
-------------------------------------------------------------------------
-r13906 | courmisch | 2006-01-13 04:16:06 -0800 (Fri, 13 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcdx/Modules.am
-   M /trunk/po/POTFILES.in
-
-Partial distcheck fix
-
-------------------------------------------------------------------------
-r13905 | dionoea | 2006-01-12 15:10:04 -0800 (Thu, 12 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/connectioncontainer.cpp
-   M /trunk/activex/connectioncontainer.h
-   M /trunk/activex/dataobject.cpp
-   M /trunk/activex/dataobject.h
-   M /trunk/activex/main.cpp
-   M /trunk/activex/objectsafety.cpp
-   M /trunk/activex/objectsafety.h
-   M /trunk/activex/olecontrol.cpp
-   M /trunk/activex/olecontrol.h
-   M /trunk/activex/oleinplaceactiveobject.cpp
-   M /trunk/activex/oleinplaceactiveobject.h
-   M /trunk/activex/oleinplaceobject.cpp
-   M /trunk/activex/oleinplaceobject.h
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/oleobject.h
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/persistpropbag.h
-   M /trunk/activex/persiststorage.cpp
-   M /trunk/activex/persiststorage.h
-   M /trunk/activex/persiststreaminit.cpp
-   M /trunk/activex/persiststreaminit.h
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/provideclassinfo.cpp
-   M /trunk/activex/provideclassinfo.h
-   M /trunk/activex/utils.cpp
-   M /trunk/activex/utils.h
-   M /trunk/activex/viewobject.cpp
-   M /trunk/activex/viewobject.h
-   M /trunk/activex/vlccontrol.cpp
-   M /trunk/activex/vlccontrol.h
-   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCBoolVariable.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCFloatVariable.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCIntVariable.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCStringVariable.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCTimeVariable.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCVarValue.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCVarVariable.java
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCVariable.java
-   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControl.java
-   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlException.java
-   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlInstance.java
-   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPlaylistSeq.java
-   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPosition.java
-   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionKeyEnum.java
-   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionOrigin.java
-   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionOriginEnum.java
-   M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlRGBPicture.java
-   M /trunk/bindings/java/vlc-glue-cni.cc
-   M /trunk/bindings/java/vlc-glue-jni.cc
-   M /trunk/bindings/java/vlc-graphics-jni.cc
-   M /trunk/bindings/java-gcj/JVLC.java
-   M /trunk/bindings/python/vlcglue.c
-   M /trunk/bindings/python/vlcglue.h
-   M /trunk/evc/modules_builtin_evc.h
-   M /trunk/extras/contrib/Makefile
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/change_prefix.sh
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-   M /trunk/extras/zsh.cpp
-   M /trunk/include/aout_internal.h
-   M /trunk/include/audio_output.h
-   M /trunk/include/beos_specific.h
-   M /trunk/include/charset.h
-   M /trunk/include/codecs.h
-   M /trunk/include/configuration.h
-   M /trunk/include/darwin_specific.h
-   M /trunk/include/intf_eject.h
-   M /trunk/include/iso_lang.h
-   M /trunk/include/libvlc_internal.h
-   M /trunk/include/main.h
-   M /trunk/include/mediacontrol_internal.h
-   M /trunk/include/modules.h
-   M /trunk/include/modules_inner.h
-   M /trunk/include/mtime.h
-   M /trunk/include/network.h
-   M /trunk/include/os_specific.h
-   M /trunk/include/stream_output.h
-   M /trunk/include/variables.h
-   M /trunk/include/video_output.h
-   M /trunk/include/vlc/aout.h
-   M /trunk/include/vlc/decoder.h
-   M /trunk/include/vlc/input.h
-   M /trunk/include/vlc/intf.h
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/mediacontrol.h
-   M /trunk/include/vlc/mediacontrol_structures.h
-   M /trunk/include/vlc/sout.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc/vout.h
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_acl.h
-   M /trunk/include/vlc_bits.h
-   M /trunk/include/vlc_block.h
-   M /trunk/include/vlc_block_helper.h
-   M /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_config.h
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/include/vlc_cpu.h
-   M /trunk/include/vlc_demux.h
-   M /trunk/include/vlc_error.h
-   M /trunk/include/vlc_es.h
-   M /trunk/include/vlc_es_out.h
-   M /trunk/include/vlc_filter.h
-   M /trunk/include/vlc_httpd.h
-   M /trunk/include/vlc_image.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_interaction.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_keys.h
-   M /trunk/include/vlc_md5.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_osd.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_spu.h
-   M /trunk/include/vlc_stream.h
-   M /trunk/include/vlc_threads.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/include/vlc_tls.h
-   M /trunk/include/vlc_video.h
-   M /trunk/include/vlc_vlm.h
-   M /trunk/include/vlc_vod.h
-   M /trunk/include/vlc_xml.h
-   M /trunk/include/vout_synchro.h
-   M /trunk/include/win32_specific.h
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/access.h
-   M /trunk/modules/access/cdda/callback.c
-   M /trunk/modules/access/cdda/callback.h
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/cdda/info.h
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dshow/common.h
-   M /trunk/modules/access/dshow/crossbar.cpp
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dshow/filter.h
-   M /trunk/modules/access/dv.c
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/http.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/access/fake.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/gnomevfs.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/asf.c
-   M /trunk/modules/access/mms/asf.h
-   M /trunk/modules/access/mms/buffer.c
-   M /trunk/modules/access/mms/buffer.h
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mms.h
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmsh.h
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/mms/mmstu.h
-   M /trunk/modules/access/pvr/pvr.c
-   M /trunk/modules/access/rtsp/access.c
-   M /trunk/modules/access/rtsp/real.c
-   M /trunk/modules/access/rtsp/real.h
-   M /trunk/modules/access/rtsp/real_rmff.c
-   M /trunk/modules/access/rtsp/real_rmff.h
-   M /trunk/modules/access/rtsp/real_sdpplin.h
-   M /trunk/modules/access/rtsp/rtsp.c
-   M /trunk/modules/access/rtsp/rtsp.h
-   M /trunk/modules/access/screen/beos.cpp
-   M /trunk/modules/access/screen/mac.c
-   M /trunk/modules/access/screen/screen.c
-   M /trunk/modules/access/screen/screen.h
-   M /trunk/modules/access/screen/win32.c
-   M /trunk/modules/access/screen/x11.c
-   M /trunk/modules/access/smb.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/v4l/v4l.c
-   M /trunk/modules/access/v4l/videodev_mjpeg.h
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcd/cdrom.h
-   M /trunk/modules/access/vcd/cdrom_internals.h
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/demux.c
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/info.h
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/access/vcdx/intf.h
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcd.h
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/access_filter/timeshift.c
-   M /trunk/modules/access_output/bonjour.c
-   M /trunk/modules/access_output/bonjour.h
-   M /trunk/modules/access_output/dummy.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/shout.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/audio_filter/channel_mixer/dolby.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/channel_mixer/simple.c
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-   M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
-   M /trunk/modules/audio_filter/converter/fixed32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos16.c
-   M /trunk/modules/audio_filter/converter/float32tos8.c
-   M /trunk/modules/audio_filter/converter/float32tou16.c
-   M /trunk/modules/audio_filter/converter/float32tou8.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_filter/converter/s16tofixed32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32.c
-   M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
-   M /trunk/modules/audio_filter/converter/s8tofloat32.c
-   M /trunk/modules/audio_filter/converter/u8tofixed32.c
-   M /trunk/modules/audio_filter/converter/u8tofloat32.c
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/audio_filter/equalizer_presets.h
-   M /trunk/modules/audio_filter/format.c
-   M /trunk/modules/audio_filter/normvol.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.h
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/auhal.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/hd1000a.cpp
-   M /trunk/modules/audio_output/jack.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/portaudio.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/codec/cinepak.c
-   M /trunk/modules/codec/cmml/browser_open.c
-   M /trunk/modules/codec/cmml/browser_open.h
-   M /trunk/modules/codec/cmml/cmml.c
-   M /trunk/modules/codec/cmml/history.c
-   M /trunk/modules/codec/cmml/history.h
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/cmml/xarray.c
-   M /trunk/modules/codec/cmml/xarray.h
-   M /trunk/modules/codec/cmml/xlist.c
-   M /trunk/modules/codec/cmml/xlist.h
-   M /trunk/modules/codec/cmml/xstrcat.h
-   M /trunk/modules/codec/cmml/xtag.c
-   M /trunk/modules/codec/cmml/xtag.h
-   M /trunk/modules/codec/cmml/xurl.c
-   M /trunk/modules/codec/cmml/xurl.h
-   M /trunk/modules/codec/cvdsub.c
-   M /trunk/modules/codec/dirac.c
-   M /trunk/modules/codec/dmo/buffer.c
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/dmo/dmo.h
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/codec/fake.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/chroma.c
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mash.cpp
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/png.c
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/codec/rawvideo.c
-   M /trunk/modules/codec/realaudio.c
-   M /trunk/modules/codec/sdl_image.c
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/codec/spudec/parse.c
-   M /trunk/modules/codec/spudec/spudec.c
-   M /trunk/modules/codec/spudec/spudec.h
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/modules/codec/tarkin.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/codec/twolame.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/control/corba/corba.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/control/http/http.h
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/macros.h
-   M /trunk/modules/control/http/mvar.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/control/lirc.c
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/showintf.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/aiff.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/livedotcom.cpp
-   M /trunk/modules/demux/m3u.c
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/mp4/drms.h
-   M /trunk/modules/demux/mp4/drmstables.h
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mpc.c
-   M /trunk/modules/demux/mpeg/h264.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-   M /trunk/modules/demux/nsc.c
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/demux/nuv.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/old.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/ps.h
-   M /trunk/modules/demux/pva.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/real.c
-   M /trunk/modules/demux/sgimb.c
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/ty.c
-   M /trunk/modules/demux/util/id3genres.h
-   M /trunk/modules/demux/util/id3tag.c
-   M /trunk/modules/demux/vobsub.c
-   M /trunk/modules/demux/voc.c
-   M /trunk/modules/demux/wav.c
-   M /trunk/modules/demux/xa.c
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/Bitmaps.h
-   M /trunk/modules/gui/beos/DrawingTidbits.cpp
-   M /trunk/modules/gui/beos/DrawingTidbits.h
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/ListViews.cpp
-   M /trunk/modules/gui/beos/ListViews.h
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/MediaControlView.h
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-   M /trunk/modules/gui/beos/MessagesWindow.h
-   M /trunk/modules/gui/beos/MsgVals.h
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.h
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.h
-   M /trunk/modules/gui/beos/TransportButton.cpp
-   M /trunk/modules/gui/beos/TransportButton.h
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/about.m
-   M /trunk/modules/gui/macosx/applescript.h
-   M /trunk/modules/gui/macosx/applescript.m
-   M /trunk/modules/gui/macosx/bookmarks.h
-   M /trunk/modules/gui/macosx/bookmarks.m
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/embeddedwindow.h
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-   M /trunk/modules/gui/macosx/equalizer.h
-   M /trunk/modules/gui/macosx/equalizer.m
-   M /trunk/modules/gui/macosx/extended.h
-   M /trunk/modules/gui/macosx/extended.m
-   M /trunk/modules/gui/macosx/interaction.h
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/misc.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/output.h
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-   M /trunk/modules/gui/macosx/sfilters.h
-   M /trunk/modules/gui/macosx/sfilters.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda.h
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/gui/qnx/qnx.c
-   M /trunk/modules/gui/qnx/vout.c
-   M /trunk/modules/gui/skins2/commands/async_queue.cpp
-   M /trunk/modules/gui/skins2/commands/async_queue.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_audio.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_audio.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_input.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
-   M /trunk/modules/gui/skins2/events/evt_enter.hpp
-   M /trunk/modules/gui/skins2/events/evt_focus.hpp
-   M /trunk/modules/gui/skins2/events/evt_generic.hpp
-   M /trunk/modules/gui/skins2/events/evt_input.cpp
-   M /trunk/modules/gui/skins2/events/evt_input.hpp
-   M /trunk/modules/gui/skins2/events/evt_key.cpp
-   M /trunk/modules/gui/skins2/events/evt_key.hpp
-   M /trunk/modules/gui/skins2/events/evt_leave.hpp
-   M /trunk/modules/gui/skins2/events/evt_menu.hpp
-   M /trunk/modules/gui/skins2/events/evt_motion.hpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.cpp
-   M /trunk/modules/gui/skins2/events/evt_mouse.hpp
-   M /trunk/modules/gui/skins2/events/evt_refresh.hpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.cpp
-   M /trunk/modules/gui/skins2/events/evt_scroll.hpp
-   M /trunk/modules/gui/skins2/events/evt_special.cpp
-   M /trunk/modules/gui/skins2/events/evt_special.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_popup.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_popup.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
-   M /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
-   M /trunk/modules/gui/skins2/parser/gen_builder.py
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/parser/interpreter.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.cpp
-   M /trunk/modules/gui/skins2/parser/xmlparser.hpp
-   M /trunk/modules/gui/skins2/src/anchor.cpp
-   M /trunk/modules/gui/skins2/src/anchor.hpp
-   M /trunk/modules/gui/skins2/src/anim_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/anim_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
-   M /trunk/modules/gui/skins2/src/bitmap_font.hpp
-   M /trunk/modules/gui/skins2/src/dialogs.cpp
-   M /trunk/modules/gui/skins2/src/dialogs.hpp
-   M /trunk/modules/gui/skins2/src/file_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/file_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/ft2_font.cpp
-   M /trunk/modules/gui/skins2/src/ft2_font.hpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/generic_font.hpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.hpp
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.hpp
-   M /trunk/modules/gui/skins2/src/logger.cpp
-   M /trunk/modules/gui/skins2/src/logger.hpp
-   M /trunk/modules/gui/skins2/src/os_factory.cpp
-   M /trunk/modules/gui/skins2/src/os_factory.hpp
-   M /trunk/modules/gui/skins2/src/os_graphics.hpp
-   M /trunk/modules/gui/skins2/src/os_loop.hpp
-   M /trunk/modules/gui/skins2/src/os_popup.hpp
-   M /trunk/modules/gui/skins2/src/os_timer.hpp
-   M /trunk/modules/gui/skins2/src/os_tooltip.hpp
-   M /trunk/modules/gui/skins2/src/os_window.hpp
-   M /trunk/modules/gui/skins2/src/popup.cpp
-   M /trunk/modules/gui/skins2/src/popup.hpp
-   M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
-   M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
-   M /trunk/modules/gui/skins2/src/skin_common.hpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme.hpp
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-   M /trunk/modules/gui/skins2/src/theme_loader.hpp
-   M /trunk/modules/gui/skins2/src/theme_repository.cpp
-   M /trunk/modules/gui/skins2/src/theme_repository.hpp
-   M /trunk/modules/gui/skins2/src/tooltip.cpp
-   M /trunk/modules/gui/skins2/src/tooltip.hpp
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-   M /trunk/modules/gui/skins2/src/top_window.hpp
-   M /trunk/modules/gui/skins2/src/var_manager.cpp
-   M /trunk/modules/gui/skins2/src/var_manager.hpp
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-   M /trunk/modules/gui/skins2/src/vlcproc.hpp
-   M /trunk/modules/gui/skins2/src/vout_window.cpp
-   M /trunk/modules/gui/skins2/src/vout_window.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-   M /trunk/modules/gui/skins2/utils/bezier.cpp
-   M /trunk/modules/gui/skins2/utils/bezier.hpp
-   M /trunk/modules/gui/skins2/utils/fsm.cpp
-   M /trunk/modules/gui/skins2/utils/fsm.hpp
-   M /trunk/modules/gui/skins2/utils/observer.hpp
-   M /trunk/modules/gui/skins2/utils/pointer.hpp
-   M /trunk/modules/gui/skins2/utils/position.cpp
-   M /trunk/modules/gui/skins2/utils/position.hpp
-   M /trunk/modules/gui/skins2/utils/ustring.cpp
-   M /trunk/modules/gui/skins2/utils/ustring.hpp
-   M /trunk/modules/gui/skins2/utils/var_bool.cpp
-   M /trunk/modules/gui/skins2/utils/var_bool.hpp
-   M /trunk/modules/gui/skins2/utils/var_list.cpp
-   M /trunk/modules/gui/skins2/utils/var_list.hpp
-   M /trunk/modules/gui/skins2/utils/var_percent.cpp
-   M /trunk/modules/gui/skins2/utils/var_percent.hpp
-   M /trunk/modules/gui/skins2/utils/var_text.cpp
-   M /trunk/modules/gui/skins2/utils/var_text.hpp
-   M /trunk/modules/gui/skins2/utils/var_tree.cpp
-   M /trunk/modules/gui/skins2/utils/var_tree.hpp
-   M /trunk/modules/gui/skins2/utils/variable.hpp
-   M /trunk/modules/gui/skins2/vars/equalizer.cpp
-   M /trunk/modules/gui/skins2/vars/equalizer.hpp
-   M /trunk/modules/gui/skins2/vars/playlist.cpp
-   M /trunk/modules/gui/skins2/vars/playlist.hpp
-   M /trunk/modules/gui/skins2/vars/playtree.cpp
-   M /trunk/modules/gui/skins2/vars/playtree.hpp
-   M /trunk/modules/gui/skins2/vars/time.cpp
-   M /trunk/modules/gui/skins2/vars/time.hpp
-   M /trunk/modules/gui/skins2/vars/volume.cpp
-   M /trunk/modules/gui/skins2/vars/volume.hpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
-   M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.cpp
-   M /trunk/modules/gui/skins2/win32/win32_loop.hpp
-   M /trunk/modules/gui/skins2/win32/win32_popup.cpp
-   M /trunk/modules/gui/skins2/win32/win32_popup.hpp
-   M /trunk/modules/gui/skins2/win32/win32_timer.cpp
-   M /trunk/modules/gui/skins2/win32/win32_timer.hpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
-   M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
-   M /trunk/modules/gui/skins2/win32/win32_window.cpp
-   M /trunk/modules/gui/skins2/win32/win32_window.hpp
-   M /trunk/modules/gui/skins2/x11/x11_display.cpp
-   M /trunk/modules/gui/skins2/x11/x11_display.hpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
-   M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.cpp
-   M /trunk/modules/gui/skins2/x11/x11_loop.hpp
-   M /trunk/modules/gui/skins2/x11/x11_popup.cpp
-   M /trunk/modules/gui/skins2/x11/x11_popup.hpp
-   M /trunk/modules/gui/skins2/x11/x11_timer.cpp
-   M /trunk/modules/gui/skins2/x11/x11_timer.hpp
-   M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
-   M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-   M /trunk/modules/gui/skins2/x11/x11_window.hpp
-   M /trunk/modules/gui/wince/dialogs.cpp
-   M /trunk/modules/gui/wince/fileinfo.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.h
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/video.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/messages.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/open.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.h
-   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/streamout.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/subtitles.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.hpp
-   M /trunk/modules/gui/wxwidgets/input_manager.cpp
-   M /trunk/modules/gui/wxwidgets/input_manager.hpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/gui/wxwidgets/interface.hpp
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
-   M /trunk/modules/gui/wxwidgets/streamdata.cpp
-   M /trunk/modules/gui/wxwidgets/streamdata.h
-   M /trunk/modules/gui/wxwidgets/timer.cpp
-   M /trunk/modules/gui/wxwidgets/timer.hpp
-   M /trunk/modules/gui/wxwidgets/video.cpp
-   M /trunk/modules/gui/wxwidgets/video.hpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/modules/misc/dummy/decoder.c
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/dummy/dummy.h
-   M /trunk/modules/misc/dummy/encoder.c
-   M /trunk/modules/misc/dummy/input.c
-   M /trunk/modules/misc/dummy/interface.c
-   M /trunk/modules/misc/dummy/renderer.c
-   M /trunk/modules/misc/dummy/vout.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/memcpy/fastmemcpy.h
-   M /trunk/modules/misc/memcpy/memcpy.c
-   M /trunk/modules/misc/memcpy/memcpyaltivec.c
-   M /trunk/modules/misc/msn.c
-   M /trunk/modules/misc/network/ipv4.c
-   M /trunk/modules/misc/network/ipv6.c
-   M /trunk/modules/misc/playlist/export.c
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/misc/playlist/old.c
-   M /trunk/modules/misc/qte_main.cpp
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/misc/screensaver.c
-   M /trunk/modules/misc/svg.c
-   M /trunk/modules/misc/testsuite/playlist.c
-   M /trunk/modules/misc/testsuite/test1.c
-   M /trunk/modules/misc/testsuite/test2.cpp
-   M /trunk/modules/misc/testsuite/test3.m
-   M /trunk/modules/misc/testsuite/test4.c
-   M /trunk/modules/misc/win32text.c
-   M /trunk/modules/misc/xml/libxml.c
-   M /trunk/modules/misc/xml/xtag.c
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpeg/bits.h
-   M /trunk/modules/mux/mpeg/csa.c
-   M /trunk/modules/mux/mpeg/csa.h
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/pes.h
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/mux/mpjpeg.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/mux/wav.c
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/h264.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/modules/services_discovery/bonjour.c
-   M /trunk/modules/services_discovery/daap.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/podcast.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/services_discovery/shout.c
-   M /trunk/modules/services_discovery/upnp.cpp
-   M /trunk/modules/stream_out/bridge.c
-   M /trunk/modules/stream_out/description.c
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/dummy.c
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/gather.c
-   M /trunk/modules/stream_out/mosaic_bridge.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/switcher.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/stream_out/transrate/block.c
-   M /trunk/modules/stream_out/transrate/frame.c
-   M /trunk/modules/stream_out/transrate/transrate.c
-   M /trunk/modules/stream_out/transrate/transrate.h
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_chroma/i420_rgb.h
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb8.c
-   M /trunk/modules/video_chroma/i420_rgb_c.h
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-   M /trunk/modules/video_chroma/i420_ymga.c
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i420_yuy2.h
-   M /trunk/modules/video_chroma/i422_yuy2.c
-   M /trunk/modules/video_chroma/i422_yuy2.h
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/blend.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/distort.c
-   M /trunk/modules/video_filter/filter_common.h
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/magnify.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/mosaic.h
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/osdmenu.c
-   M /trunk/modules/video_filter/rss.c
-   M /trunk/modules/video_filter/rv32.c
-   M /trunk/modules/video_filter/scale.c
-   M /trunk/modules/video_filter/swscale/common.h
-   M /trunk/modules/video_filter/swscale/filter.c
-   M /trunk/modules/video_filter/time.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output/aa.c
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/video_output/directfb.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/directx/vout.h
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/glide.c
-   M /trunk/modules/video_output/hd1000v.cpp
-   M /trunk/modules/video_output/image.c
-   M /trunk/modules/video_output/mga.c
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/qte/qte.h
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/snapshot.c
-   M /trunk/modules/video_output/svgalib.c
-   M /trunk/modules/video_output/wingdi.c
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-   M /trunk/modules/video_output/x11/xvideo.c
-   M /trunk/modules/visualization/galaktos/PCM.c
-   M /trunk/modules/visualization/galaktos/beat_detect.c
-   M /trunk/modules/visualization/galaktos/builtin_funcs.c
-   M /trunk/modules/visualization/galaktos/custom_shape.c
-   M /trunk/modules/visualization/galaktos/custom_wave.c
-   M /trunk/modules/visualization/galaktos/engine_vars.c
-   M /trunk/modules/visualization/galaktos/eval.c
-   M /trunk/modules/visualization/galaktos/fftsg.c
-   M /trunk/modules/visualization/galaktos/init_cond.c
-   M /trunk/modules/visualization/galaktos/main.c
-   M /trunk/modules/visualization/galaktos/main.h
-   M /trunk/modules/visualization/galaktos/param.c
-   M /trunk/modules/visualization/galaktos/parser.c
-   M /trunk/modules/visualization/galaktos/per_frame_eqn.c
-   M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
-   M /trunk/modules/visualization/galaktos/plugin.c
-   M /trunk/modules/visualization/galaktos/plugin.h
-   M /trunk/modules/visualization/galaktos/preset.c
-   M /trunk/modules/visualization/galaktos/splaytree.c
-   M /trunk/modules/visualization/galaktos/tree_types.c
-   M /trunk/modules/visualization/galaktos/video_init.c
-   M /trunk/modules/visualization/goom.c
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/fft.c
-   M /trunk/modules/visualization/visual/fft.h
-   M /trunk/modules/visualization/visual/visual.c
-   M /trunk/modules/visualization/visual/visual.h
-   M /trunk/modules/visualization/xosd.c
-   M /trunk/mozilla/vlcpeer.cpp
-   M /trunk/mozilla/vlcpeer.h
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/msvc/modules_builtin_msvc.h
-   M /trunk/share/http/functions.js
-   M /trunk/share/http/index.html
-   M /trunk/share/http/requests/browse.xml
-   M /trunk/share/http/requests/playlist.xml
-   M /trunk/share/http/requests/status.xml
-   M /trunk/share/http/style.css
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/control/core.c
-   M /trunk/src/control/input.c
-   M /trunk/src/control/mediacontrol_audio_video.c
-   M /trunk/src/control/mediacontrol_core.c
-   M /trunk/src/control/mediacontrol_util.c
-   M /trunk/src/control/playlist.c
-   M /trunk/src/extras/libc.c
-   M /trunk/src/input/access.c
-   M /trunk/src/input/clock.c
-   M /trunk/src/input/control.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/mem_stream.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/input/var.c
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/block.c
-   M /trunk/src/misc/charset.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/cpu.c
-   M /trunk/src/misc/darwin_specific.m
-   M /trunk/src/misc/error.c
-   M /trunk/src/misc/image.c
-   M /trunk/src/misc/iso-639_def.h
-   M /trunk/src/misc/iso_lang.c
-   M /trunk/src/misc/md5.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules_builtin.h.in
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/unicode.c
-   M /trunk/src/misc/variables.c
-   M /trunk/src/misc/vlm.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/misc/xml.c
-   M /trunk/src/network/acl.c
-   M /trunk/src/network/getaddrinfo.c
-   M /trunk/src/network/httpd.c
-   M /trunk/src/network/io.c
-   M /trunk/src/network/rootwrap.c
-   M /trunk/src/network/tcp.c
-   M /trunk/src/network/tls.c
-   M /trunk/src/network/udp.c
-   M /trunk/src/osd/osd.c
-   M /trunk/src/osd/osd_parser.c
-   M /trunk/src/osd/osd_text.c
-   M /trunk/src/osd/osd_widgets.c
-   M /trunk/src/playlist/item-ext.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/playlist/playlist.c
-   M /trunk/src/playlist/services_discovery.c
-   M /trunk/src/playlist/sort.c
-   M /trunk/src/playlist/view.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/video_widgets.c
-   M /trunk/src/video_output/vout_intf.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_pictures.h
-   M /trunk/src/video_output/vout_subpictures.c
-   M /trunk/src/video_output/vout_synchro.c
-   M /trunk/src/vlc.c
-   M /trunk/vlc-api.pl
-
-FSF address change.
-
-------------------------------------------------------------------------
-r13904 | zorglub | 2006-01-12 13:21:36 -0800 (Thu, 12 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/playlist/playlist.c
-
-Support for moving averages (Refs:#473)
-Get input bitrate
-
-------------------------------------------------------------------------
-r13903 | jpsaman | 2006-01-12 13:06:07 -0800 (Thu, 12 Jan 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-Patch by Paul Sokolovsky <pmsicml _AT_ gmail _dot_ com>.
-
-Remove unconditionally enforcing of "preferred" media type upon the capture devices. Some devices don't handle this properly, which often results in a BSOD. By not setting a preferred media type the problem dissappears. Please check this with other type of devices for any regression.
-
-
-------------------------------------------------------------------------
-r13902 | dionoea | 2006-01-12 08:08:50 -0800 (Thu, 12 Jan 2006) | 9 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/vlc.win32.nsi
-
-one-instance fix. It now is disabled in vlc prefs but all windows action
-(like double clicking on a file or disc) use the --one-instance option.
-
-People used to running 10 instances of VLC at once should now be able
-to do so. Normal people used to running other media players should now
-get the behavior they expect (ie: not open 10 different VLCs when double
-clicking on 10 mp3s)
-
-
-------------------------------------------------------------------------
-r13901 | zorglub | 2006-01-11 15:26:53 -0800 (Wed, 11 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-Fix a corner case
-
-------------------------------------------------------------------------
-r13900 | xtophe | 2006-01-11 14:30:31 -0800 (Wed, 11 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-
-Fix the package-win32 target
-
-------------------------------------------------------------------------
-r13899 | courmisch | 2006-01-11 13:13:50 -0800 (Wed, 11 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Dirty check for the XML parser used by CyberLink (closes #451)
-(if only we had a cleaner UPnP stack)
-
-------------------------------------------------------------------------
-r13898 | asmax | 2006-01-11 12:47:45 -0800 (Wed, 11 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
-   M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-
-* builder.cpp: the "visible" attribute is now taken into account for all images
-* ctrl_checkbox.cpp: animated bitmaps are now supported in checkbox controls
-
-------------------------------------------------------------------------
-r13897 | zorglub | 2006-01-11 12:00:58 -0800 (Wed, 11 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/input/input.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/playlist.c
-
-Misc stats work (Refs:#473)
-
-------------------------------------------------------------------------
-r13896 | sigmunau | 2006-01-11 06:32:43 -0800 (Wed, 11 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/vlm.c
-
-vlm.c: Print an error message about what went wrong during vlm-conf loading
-
-------------------------------------------------------------------------
-r13895 | oaubert | 2006-01-11 05:02:54 -0800 (Wed, 11 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_audio_video.c
-
-mediacontrol_audio_video.c: use the new snapshot-path functionality
-
-------------------------------------------------------------------------
-r13894 | oaubert | 2006-01-11 05:01:50 -0800 (Wed, 11 Jan 2006) | 4 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-vout_intf.c: special snapshot-path (object:NNNN) will put the snapshot
- into the p_private attribute of the vlc_object(NNNN). Used by embedding
- applications.
-
-------------------------------------------------------------------------
-r13893 | xtophe | 2006-01-11 04:58:26 -0800 (Wed, 11 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
-
-Small whitespace fix
-
-------------------------------------------------------------------------
-r13892 | xtophe | 2006-01-11 01:23:31 -0800 (Wed, 11 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Don't use portaudio by default until it get fixed
-
-------------------------------------------------------------------------
-r13891 | dionoea | 2006-01-10 14:47:27 -0800 (Tue, 10 Jan 2006) | 5 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-default enable one instance mode on windows. the 0.1% of users wanting
-several VLC instances at once should be able to disable this option in
-the prefs.
-
-
-------------------------------------------------------------------------
-r13890 | hartman | 2006-01-10 14:40:29 -0800 (Tue, 10 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-* Add 16:10 AR to the list of aspect-ratios. (In use by WXGA screens)
-
-------------------------------------------------------------------------
-r13889 | oaubert | 2006-01-10 01:52:34 -0800 (Tue, 10 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/corba/Modules.am
-
-Modules.am: src/control/plugin.c is now src/control/mediacontrol_plugin.c
-
-------------------------------------------------------------------------
-r13888 | dionoea | 2006-01-09 16:26:35 -0800 (Mon, 09 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/fr.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/nl.po
-   M /trunk/po/oc.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sv.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-make update-po . This hopefully fixes make dist
-
-------------------------------------------------------------------------
-r13887 | dionoea | 2006-01-09 15:39:47 -0800 (Mon, 09 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/control/corba/Modules.am
-
-../../src/control/plugin.c doesn't exist anymore (this should fix make dist)
-
-------------------------------------------------------------------------
-r13886 | dionoea | 2006-01-09 14:04:18 -0800 (Mon, 09 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-oops
-
-------------------------------------------------------------------------
-r13885 | dionoea | 2006-01-09 14:01:57 -0800 (Mon, 09 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   A /trunk/po/oc.po
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
-
-Occitan localization. Many thanks to laurent jonqueres
-
-------------------------------------------------------------------------
-r13884 | xtophe | 2006-01-09 12:57:53 -0800 (Mon, 09 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   A /trunk/po/ka.po
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/darwin_specific.m
-
-Add Georgian localization. Thanks to Alexander Didebulidze.
-
-------------------------------------------------------------------------
-r13883 | asmax | 2006-01-08 13:16:49 -0800 (Sun, 08 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/jack.c
-
-* jack.c: better handling of buffer underruns
-
-------------------------------------------------------------------------
-r13882 | asmax | 2006-01-08 12:53:51 -0800 (Sun, 08 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/build-vlc
-   M /trunk/config.in
-   M /trunk/configure.ac
-   M /trunk/modules/audio_output/Modules.am
-   A /trunk/modules/audio_output/jack.c
-
-* New audio output module to support the JACK Audio Connection Kit
-
-------------------------------------------------------------------------
-r13881 | zorglub | 2006-01-08 08:32:33 -0800 (Sun, 08 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bindings/python/setup.py
-   M /trunk/bindings/python/vlcglue.h
-   A /trunk/include/libvlc_internal.h
-   A /trunk/include/mediacontrol_internal.h (from /branches/0.8.5-api/include/mediacontrol_internal.h:13843)
-   D /trunk/include/vlc/control.h
-   D /trunk/include/vlc/control_structures.h
-   A /trunk/include/vlc/libvlc.h
-   A /trunk/include/vlc/mediacontrol.h
-   A /trunk/include/vlc/mediacontrol_structures.h (from /branches/0.8.5-api/include/vlc/mediacontrol_structures.h:13843)
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_common.h
-   D /trunk/include/vlc_control.h
-   D /trunk/src/control/audio_video.c
-   M /trunk/src/control/core.c
-   D /trunk/src/control/init.c
-   A /trunk/src/control/input.c (from /branches/0.8.5-api/src/control/input.c:13845)
-   A /trunk/src/control/mediacontrol_audio_video.c (from /branches/0.8.5-api/src/control/mediacontrol_audio_video.c:13843)
-   A /trunk/src/control/mediacontrol_core.c (from /branches/0.8.5-api/src/control/mediacontrol_core.c:13843)
-   A /trunk/src/control/mediacontrol_init.c (from /branches/0.8.5-api/src/control/mediacontrol_init.c:13843)
-   A /trunk/src/control/mediacontrol_plugin.c (from /branches/0.8.5-api/src/control/mediacontrol_plugin.c:13843)
-   A /trunk/src/control/mediacontrol_util.c (from /branches/0.8.5-api/src/control/mediacontrol_util.c:13843)
-   A /trunk/src/control/playlist.c (from /branches/0.8.5-api/src/control/playlist.c:13843)
-   D /trunk/src/control/plugin.c
-   D /trunk/src/control/util.c
-   M /trunk/src/misc/stats.c
-   A /trunk/test/libvlc_sample.c
-
-Merge 0.8.5-api changes
-Fix compilation
-
-------------------------------------------------------------------------
-r13880 | zorglub | 2006-01-08 07:50:35 -0800 (Sun, 08 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-
-Lalala
-
-------------------------------------------------------------------------
-r13879 | zorglub | 2006-01-08 07:48:41 -0800 (Sun, 08 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/network/httpd.c
-   M /trunk/src/video_output/video_output.c
-
-Some more stats preliminary work
-
-------------------------------------------------------------------------
-r13878 | hartman | 2006-01-07 17:32:50 -0800 (Sat, 07 Jan 2006) | 5 lines
-Changed paths:
-   M /trunk/modules/audio_output/auhal.c
-
-* auhal.c:
-  - fix last bugs with SPDIF stream selection
-  - code and debug cleanup
-  - added more comments to clearify the code, so it is useful to others :D
-
-------------------------------------------------------------------------
-r13877 | hartman | 2006-01-07 15:08:42 -0800 (Sat, 07 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-* Compile fix for OSes without F_RDAHEAD and F_NOCACHE
-
-------------------------------------------------------------------------
-r13876 | hartman | 2006-01-07 14:01:17 -0800 (Sat, 07 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-* Set FD_RDAHEAD and FD_NOCACHE on when reading from files. improves reading from networkshares and VMEM usage.
-  Suggested by Marko Karppinen.
-
-------------------------------------------------------------------------
-r13875 | xtophe | 2006-01-07 08:21:47 -0800 (Sat, 07 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-
-Add a package-win32 target
-
-------------------------------------------------------------------------
-r13874 | sam | 2006-01-06 07:16:25 -0800 (Fri, 06 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-  fortune.
-
-------------------------------------------------------------------------
-r13873 | damienf | 2006-01-06 04:31:19 -0800 (Fri, 06 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/dvdnav.patch
-   M /trunk/modules/access/dvdnav.c
-
-dvdnav.patch: changed code that read DVD title to use dvdread APIs, so that WIN32 and non-unix platforms can also read it
-dvdnav.c: add DVD title to meta information
-
-------------------------------------------------------------------------
-r13872 | xtophe | 2006-01-06 01:37:13 -0800 (Fri, 06 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/doc/Doxyfile
-   M /trunk/doc/Doxyfile.skins2
-
-Produce include graphs.
-
-------------------------------------------------------------------------
-r13871 | xtophe | 2006-01-05 14:53:46 -0800 (Thu, 05 Jan 2006) | 2 lines
-Changed paths:
-   D /trunk/extras/contrib/src/Patches/goom2k4-0-win32.patch.bak
-
-this file was here by error
-
-------------------------------------------------------------------------
-r13870 | damienf | 2006-01-05 14:48:30 -0800 (Thu, 05 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-directx.c: some improvement on overlay initial grey flickering
-
-------------------------------------------------------------------------
-r13869 | zorglub | 2006-01-05 13:56:34 -0800 (Thu, 05 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/stats.c
-
-Remove extra debug
-
-------------------------------------------------------------------------
-r13868 | damienf | 2006-01-05 13:33:20 -0800 (Thu, 05 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-messages.c: message bank lock is still in use and still needs initializing :)
-
-------------------------------------------------------------------------
-r13867 | damienf | 2006-01-05 09:13:19 -0800 (Thu, 05 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: fix previous commit when mozilla is not available
-
-------------------------------------------------------------------------
-r13866 | damienf | 2006-01-05 09:03:12 -0800 (Thu, 05 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: updated for version 1.7 of gecko-sdk (only tested on cygwin)
-
-------------------------------------------------------------------------
-r13865 | hartman | 2006-01-04 17:56:12 -0800 (Wed, 04 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-More message queue WinCE fixes
-------------------------------------------------------------------------
-r13864 | hartman | 2006-01-04 17:01:30 -0800 (Wed, 04 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-message queues WinCE compile fix
-------------------------------------------------------------------------
-r13863 | hartman | 2006-01-04 15:34:52 -0800 (Wed, 04 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-Another message queue compile fix
-------------------------------------------------------------------------
-r13862 | zorglub | 2006-01-04 15:22:24 -0800 (Wed, 04 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_messages.h
-
-Forgot this file
-
-------------------------------------------------------------------------
-r13861 | zorglub | 2006-01-04 15:11:33 -0800 (Wed, 04 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-compile fix
-
-------------------------------------------------------------------------
-r13860 | hartman | 2006-01-04 15:02:44 -0800 (Wed, 04 Jan 2006) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* I actually read the doc on AC_ARG_WITH this time :D
-  this and [13857] [13858] refs #182
-
-
-------------------------------------------------------------------------
-r13859 | zorglub | 2006-01-04 14:29:53 -0800 (Wed, 04 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-   M /trunk/modules/misc/logger.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/objects.c
-   A /trunk/src/misc/stats.c
-   M /trunk/src/network/httpd.c
-
-Add support for several message queues - please test
-Initial support for registering and handling some shared stats 
-
-------------------------------------------------------------------------
-r13858 | hartman | 2006-01-04 14:24:20 -0800 (Wed, 04 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Fix the Mac OS X SDK configure check
-------------------------------------------------------------------------
-r13857 | hartman | 2006-01-04 13:53:52 -0800 (Wed, 04 Jan 2006) | 8 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   D /trunk/extras/MacOSX/macosx-dmg
-
-* Simpler way to create the diskimage (10.3 and higher only)
-* realigning of some of the configure --help options
-* added --with-macosx-sdk
-  - compiles VLC (not contrib) with the 10.3.9 SDK
-  - uses a small hack to enforce the deployment target when you do make in the srcdir
-  - requires you to use gcc 4.0 on on Mac OS X 10.4
-
-
-------------------------------------------------------------------------
-r13856 | jpsaman | 2006-01-03 13:33:55 -0800 (Tue, 03 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/share/osdmenu/default.cfg
-   M /trunk/share/osdmenu/dvd.cfg
-
-Forward/Backward jump is set to jump-medium
-------------------------------------------------------------------------
-r13855 | zorglub | 2006-01-03 12:29:02 -0800 (Tue, 03 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Fix invalid return
-
-------------------------------------------------------------------------
-r13854 | xtophe | 2006-01-03 08:37:05 -0800 (Tue, 03 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Missing headder in tarball
-
-------------------------------------------------------------------------
-r13853 | xtophe | 2006-01-03 07:16:01 -0800 (Tue, 03 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Typo
-
-------------------------------------------------------------------------
-r13852 | fkuehne | 2006-01-03 04:50:15 -0800 (Tue, 03 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/wizard.m
-
-* added RTP uni-/multicast to the wizard
-------------------------------------------------------------------------
-r13851 | fkuehne | 2006-01-02 10:25:01 -0800 (Mon, 02 Jan 2006) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/image.c
-
-* fixed preferences
-------------------------------------------------------------------------
-r13850 | sam | 2006-01-02 02:52:50 -0800 (Mon, 02 Jan 2006) | 4 lines
-Changed paths:
-   M /trunk/modules/video_output/image.c
-
-  * modules/video_output/image.c:
-    + Implemented support for --image-out-format.
-    + Added support for JPEG output. Still defaults to PNG.
-
-------------------------------------------------------------------------
-r13849 | sam | 2006-01-02 02:41:38 -0800 (Mon, 02 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-  * src/video_output/video_output.c: do not drop late frames at the video
-    output level when --no-skip-frames was specified.
-
-------------------------------------------------------------------------
-r13848 | courmisch | 2006-01-02 02:06:36 -0800 (Mon, 02 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-Fix spelling error
-
-------------------------------------------------------------------------
-r13847 | sam | 2006-01-02 01:01:27 -0800 (Mon, 02 Jan 2006) | 3 lines
-Changed paths:
-   M /trunk/src/misc/image.c
-
-  * src/misc/image.c: don't forget to free the temporary pictures or we'll
-    rapidly leak gigabytes of memory.
-
-------------------------------------------------------------------------
-r13842 | zorglub | 2006-01-01 05:39:21 -0800 (Sun, 01 Jan 2006) | 2 lines
-Changed paths:
-   M /trunk/extras/make.pl
-
-Improve output
-
-------------------------------------------------------------------------
-r13841 | hartman | 2005-12-31 07:05:12 -0800 (Sat, 31 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/src/input/stream.c
-
-Fix an issue with AStreamRefillStream and mp4 indexes
-------------------------------------------------------------------------
diff --git a/doc/ChangeLog-2007 b/doc/ChangeLog-2007
deleted file mode 100644 (file)
index 1e73647..0000000
+++ /dev/null
@@ -1,44699 +0,0 @@
-------------------------------------------------------------------------
-r23968 | fkuehne | 2007-12-31 17:29:40 +0100 (Mon, 31 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
- typo
-------------------------------------------------------------------------
-r23967 | fkuehne | 2007-12-31 15:24:21 +0100 (Mon, 31 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-contrib: mirror the packages by GNUPG on ganesh as their server is constantly unreachable
-------------------------------------------------------------------------
-r23966 | fkuehne | 2007-12-31 15:08:05 +0100 (Mon, 31 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/playlist.m
-
-macosx: added an option to disable the 'Recent Items' list as requested by multiple forum users (closes #1340)
-------------------------------------------------------------------------
-r23965 | ileoo | 2007-12-31 13:16:53 +0100 (Mon, 31 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-
-add artChanged signal to inputmanager and change backgroundwidget to use
-it.
-
-------------------------------------------------------------------------
-r23962 | fkuehne | 2007-12-31 11:01:24 +0100 (Mon, 31 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
-
-osx-proj: fix ogg format descriptions and add media types (refs #1279). Patch by Saoshyant
-------------------------------------------------------------------------
-r23960 | funman | 2007-12-31 04:02:30 +0100 (Mon, 31 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/extras/mpris.py
-
-mpris controller: update to new api
-------------------------------------------------------------------------
-r23959 | pdherbemont | 2007-12-31 03:09:31 +0100 (Mon, 31 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list_view.c
-
-Remove unwanted part in previous commit.
-
-------------------------------------------------------------------------
-r23958 | pdherbemont | 2007-12-31 03:07:38 +0100 (Mon, 31 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list_view.c
-
-media_list_view.c: Properly forward all items added events.
-
-------------------------------------------------------------------------
-r23957 | pdherbemont | 2007-12-31 03:06:53 +0100 (Mon, 31 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/flat_media_list_view.c
-   M /trunk/src/control/media_list.c
-
-flat_media_list_view.c: Add some debug facilities.
-
-------------------------------------------------------------------------
-r23956 | funman | 2007-12-31 02:34:58 +0100 (Mon, 31 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_update.h
-   M /trunk/src/misc/update.c
-
-update: use PGP to authenticate status file and downloaded binaries
-
-------------------------------------------------------------------------
-r23955 | funman | 2007-12-30 23:38:21 +0100 (Sun, 30 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-authorisation -> authorization
-
-------------------------------------------------------------------------
-r23954 | fkuehne | 2007-12-30 23:08:08 +0100 (Sun, 30 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-makefile: we want to use spaces instead of tabs. sorry for the disturbance
-------------------------------------------------------------------------
-r23952 | funman | 2007-12-30 21:54:02 +0100 (Sun, 30 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: use directory:// URI when adding a directory to playlist
-------------------------------------------------------------------------
-r23951 | funman | 2007-12-30 21:14:31 +0100 (Sun, 30 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-fix #1421
-------------------------------------------------------------------------
-r23950 | funman | 2007-12-30 19:40:53 +0100 (Sun, 30 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-fix #1244
-
-------------------------------------------------------------------------
-r23949 | funman | 2007-12-30 19:24:10 +0100 (Sun, 30 Dec 2007) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_events.h
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/gvp.c
-   M /trunk/modules/demux/playlist/ifo.c
-   M /trunk/modules/demux/playlist/itml.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/playlist/qtl.c
-   M /trunk/modules/demux/playlist/sgimb.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/misc/lua/vlc.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-
-fix #1410.
-You can not change a playlist_item_t to be a node, when you previously registered events on it, using input_item_t sub items adding event, because the pointer will be destroyed.
-If you want to use nodes anyway, you have to explicitely create them.
-Note: we were lucky that xspf did work so far, because we were EXCLUSIVELY using invalid pointers, except for the 1st item being added to each playlist_item_t (it did happen before the conversion obviously).
-
-------------------------------------------------------------------------
-r23948 | pdherbemont | 2007-12-30 18:48:26 +0100 (Sun, 30 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-
-dtstospdif.c: Fix spdif type on big endian stream. (Patch by Julien Robert).
-
-------------------------------------------------------------------------
-r23947 | fkuehne | 2007-12-30 17:39:23 +0100 (Sun, 30 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-arf
-------------------------------------------------------------------------
-r23946 | fkuehne | 2007-12-30 17:38:27 +0100 (Sun, 30 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile: correctly distribute .hosts within VLC-release.app
-------------------------------------------------------------------------
-r23942 | fkuehne | 2007-12-30 15:53:00 +0100 (Sun, 30 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/prefs.m
-
-macosx: don't allow the user to open the preferences window multiple times (leading to orphan pref windows which can't be controlled)
-------------------------------------------------------------------------
-r23941 | pdherbemont | 2007-12-30 05:25:04 +0100 (Sun, 30 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-
-audio_filter/converter/dtstospdif.c: Fix odd frame sized DTS conversion to SPDIF. Patch by Julien Robert <jul at mac.com>. (Reported to fix most of the current DTS issues).
-
-------------------------------------------------------------------------
-r23940 | pdherbemont | 2007-12-30 02:50:14 +0100 (Sun, 30 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-
-MacOSX/Framework/VLCMedia.m: Update the subitems on sub item additions.
-
-------------------------------------------------------------------------
-r23939 | pdherbemont | 2007-12-30 02:46:12 +0100 (Sun, 30 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-
-MacOSX/Framework/VLCMediaList.m: new aspect for the node hierarchy view.
-
-------------------------------------------------------------------------
-r23938 | pdherbemont | 2007-12-30 02:18:00 +0100 (Sun, 30 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-libvlc.h: Publish libvlc_media_list_hierarchical_node_view().
-
-------------------------------------------------------------------------
-r23937 | pdherbemont | 2007-12-30 02:17:15 +0100 (Sun, 30 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   A /trunk/src/control/hierarchical_node_media_list_view.c (from /trunk/src/control/hierarchical_media_list_view.c:23862)
-
-control/hierarchical_node_media_list_view.c: Implement a view that only show the node of the media list, hierarchically.
-
-------------------------------------------------------------------------
-r23936 | xtophe | 2007-12-30 00:25:52 +0100 (Sun, 30 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Only do translation in Qt when asked.
-
-------------------------------------------------------------------------
-r23935 | funman | 2007-12-29 22:35:13 +0100 (Sat, 29 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-simplify *install_input_item_observer()
-------------------------------------------------------------------------
-r23934 | funman | 2007-12-29 22:28:44 +0100 (Sat, 29 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/loadsave.c
-
-fix input item mem leak
-------------------------------------------------------------------------
-r23933 | xtophe | 2007-12-29 19:30:42 +0100 (Sat, 29 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/Modules.am
-
-Distribute filter_picture.h
-
-------------------------------------------------------------------------
-r23932 | pdherbemont | 2007-12-29 18:08:56 +0100 (Sat, 29 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/hierarchical_media_list_view.c
-
-hierarchical_media_list_view.c: Fix a mlist mem leak.
-
-------------------------------------------------------------------------
-r23931 | pdherbemont | 2007-12-29 18:02:41 +0100 (Sat, 29 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/hierarchical_media_list_view.c
-
-control/hierarchical_media_list_view.c: Fix a media descriptor leak.
-
-------------------------------------------------------------------------
-r23930 | funman | 2007-12-29 15:32:01 +0100 (Sat, 29 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-cosmetics
-------------------------------------------------------------------------
-r23929 | pdherbemont | 2007-12-29 15:26:19 +0100 (Sat, 29 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-Fix previous commit ;.
-
-------------------------------------------------------------------------
-r23928 | pdherbemont | 2007-12-29 15:25:14 +0100 (Sat, 29 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-playlist/item.c: Properly release the input_item as pointed by funman.
-
-------------------------------------------------------------------------
-r23926 | pdherbemont | 2007-12-29 04:31:25 +0100 (Sat, 29 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
-
-MacOSX/Framework/VLCMediaPlayer.m: -isSeekable.
-
-------------------------------------------------------------------------
-r23925 | pdherbemont | 2007-12-29 04:29:10 +0100 (Sat, 29 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Publish is_seekable().
-
-------------------------------------------------------------------------
-r23924 | pdherbemont | 2007-12-29 03:46:12 +0100 (Sat, 29 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLC.h
-
-MacOSX/Framework/VLC.h: Add VLCMediaPlayer.h.
-
-------------------------------------------------------------------------
-r23923 | pdherbemont | 2007-12-29 03:45:41 +0100 (Sat, 29 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
-
-Sources/VLCMediaPlayer.m: Position getters and setters.
-
-------------------------------------------------------------------------
-r23922 | pdherbemont | 2007-12-29 03:44:32 +0100 (Sat, 29 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-src/control/media_instance.c: Don't wait to have modulo something, to forward the time, that could be crazy.
-
-------------------------------------------------------------------------
-r23921 | pdherbemont | 2007-12-29 02:29:48 +0100 (Sat, 29 Dec 2007) | 6 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/event.c
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c:
-* Implement MediaInstancePositionChanged and MediaInstanceTimeChanged accurately.
-control/event.c:
-* Register the all event types.
-* Don't strdup() in libvlc_event_type_name().
-
-------------------------------------------------------------------------
-r23920 | fkuehne | 2007-12-29 01:41:01 +0100 (Sat, 29 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-   M /trunk/modules/gui/macosx/intf.m
-
-macosx: fixed 2 appearance bugs introduced in [23908]
-------------------------------------------------------------------------
-r23919 | pdherbemont | 2007-12-29 01:11:36 +0100 (Sat, 29 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-media_instance.c: Fix the position callback to retun the time. (Next time, we'll fix it to return the position).
-
-------------------------------------------------------------------------
-r23918 | pdherbemont | 2007-12-28 23:23:01 +0100 (Fri, 28 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
-
-Forgotten file in previous commit.
-
-------------------------------------------------------------------------
-r23917 | pdherbemont | 2007-12-28 23:22:36 +0100 (Fri, 28 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
-
-MacOSX/Framework/VLCMediaPlayer.m: Enable bindings uses on the @"time" key.
-
-------------------------------------------------------------------------
-r23916 | pdherbemont | 2007-12-28 23:21:26 +0100 (Fri, 28 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCTime.m
-
-MacOSX/Framework/VLCTime.m: Fix a segfault because of a missing retain. Create a real null time. Code simplification.
-
-------------------------------------------------------------------------
-r23915 | pdherbemont | 2007-12-28 23:20:19 +0100 (Fri, 28 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCVideoView.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
-
-MacOSX/Framework/VLCVideoView.m: Capitalize the s in FullScreen.
-
-------------------------------------------------------------------------
-r23914 | courmisch | 2007-12-28 22:05:01 +0100 (Fri, 28 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
-Fix warning
-
-------------------------------------------------------------------------
-r23913 | courmisch | 2007-12-28 21:38:49 +0100 (Fri, 28 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
-Use long
-
-------------------------------------------------------------------------
-r23912 | courmisch | 2007-12-28 21:37:40 +0100 (Fri, 28 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
-C++ fun
-
-------------------------------------------------------------------------
-r23911 | courmisch | 2007-12-28 21:04:22 +0100 (Fri, 28 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
-Rewrite CAST_PTHREAD_TO_INT in a ISO C valid way - closes #1407
-
-------------------------------------------------------------------------
-r23910 | courmisch | 2007-12-28 20:54:40 +0100 (Fri, 28 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Attempt to implement waitpipe with Winsock (should fix #1347)
-
-------------------------------------------------------------------------
-r23909 | fkuehne | 2007-12-28 20:38:05 +0100 (Fri, 28 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* sorry, this one was unintended
-------------------------------------------------------------------------
-r23908 | fkuehne | 2007-12-28 20:36:00 +0100 (Fri, 28 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
-   A /trunk/extras/MacOSX/Resources/add_embedded_graphite.png
-   A /trunk/extras/MacOSX/Resources/equalizerdrawer_graphite.png
-   A /trunk/extras/MacOSX/Resources/fullscreen_graphite.png
-   A /trunk/extras/MacOSX/Resources/next_graphite.png
-   A /trunk/extras/MacOSX/Resources/pause_embedded_graphite.png
-   A /trunk/extras/MacOSX/Resources/pause_graphite.png
-   A /trunk/extras/MacOSX/Resources/play_embedded_graphite.png
-   A /trunk/extras/MacOSX/Resources/play_graphite.png
-   A /trunk/extras/MacOSX/Resources/playlistdrawer_graphite.png
-   A /trunk/extras/MacOSX/Resources/previous_graphite.png
-   A /trunk/extras/MacOSX/Resources/repeat_embedded_graphite.png
-   A /trunk/extras/MacOSX/Resources/repeat_single_embedded_graphite.png
-   A /trunk/extras/MacOSX/Resources/shuffle_embedded_graphite.png
-   A /trunk/extras/MacOSX/Resources/skip_forward_embedded_graphite.png
-   A /trunk/extras/MacOSX/Resources/skip_forward_graphite.png
-   A /trunk/extras/MacOSX/Resources/skip_previous_embedded_graphite.png
-   A /trunk/extras/MacOSX/Resources/skip_previous_graphite.png
-   A /trunk/extras/MacOSX/Resources/stop_graphite.png
-   A /trunk/extras/MacOSX/Resources/volumeslider_graphite.png
-   M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/embeddedwindow.h
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/misc.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* add a 'graphite' button set including the facilities to switch the theme at runtime (closes #1379)
-------------------------------------------------------------------------
-r23907 | ivoire | 2007-12-28 20:11:20 +0100 (Fri, 28 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/sdl.c
-
-Improve Aspect Ratio and Crop support
-------------------------------------------------------------------------
-r23906 | pdherbemont | 2007-12-28 19:30:23 +0100 (Fri, 28 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
-   M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
-
-MacOSX/Framework: Fix end of file line, at least on headers.
-
-------------------------------------------------------------------------
-r23905 | pdherbemont | 2007-12-28 19:29:38 +0100 (Fri, 28 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
-
-MacOSX/Framework/VLCLibrary.m: Default the use of the opengllayer video output module. Don't be verbose by default.
-
-------------------------------------------------------------------------
-r23904 | pdherbemont | 2007-12-28 19:28:29 +0100 (Fri, 28 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCVideoView.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
-
-MacOSX/Framework/VLCVideoView.m: Supports the opengllayer video_output.
-
-------------------------------------------------------------------------
-r23903 | pdherbemont | 2007-12-28 19:25:03 +0100 (Fri, 28 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaListAspect.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
-
-MacOSX/Framework/VLCMediaListAspect.m: Implement -parentMediaList.
-
-------------------------------------------------------------------------
-r23902 | pdherbemont | 2007-12-28 19:23:46 +0100 (Fri, 28 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-
-MacOSX/Framework/VLCMediaList.m: Implement -isReadOnly.
-
-------------------------------------------------------------------------
-r23901 | pdherbemont | 2007-12-28 19:21:35 +0100 (Fri, 28 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/opengllayer.m
-
-video_output/opengllayer.m: Fix a warning, and use addVoutLayer: instead of addVoutView:.
-
-------------------------------------------------------------------------
-r23900 | courmisch | 2007-12-28 18:17:29 +0100 (Fri, 28 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Be on the safe side of memory protection for now: use PROT_WRITE.
-
-------------------------------------------------------------------------
-r23899 | fkuehne | 2007-12-28 18:14:58 +0100 (Fri, 28 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* make sure our window titles change while switching items within playback (closes #1381)
-------------------------------------------------------------------------
-r23898 | courmisch | 2007-12-28 18:01:56 +0100 (Fri, 28 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/modules/access/file.c
-   M /trunk/src/libvlc.sym
-   M /trunk/src/misc/block.c
-
-block_mmap_Alloc: commoditize block allocation from mmap
-Only the file access uses this, but I don't like "wild" callbacks into plugins.
-
-------------------------------------------------------------------------
-r23897 | courmisch | 2007-12-28 17:16:55 +0100 (Fri, 28 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Fix stack overflow in debug code: use heap for large allocations.
-
-------------------------------------------------------------------------
-r23896 | massiot | 2007-12-28 15:05:56 +0100 (Fri, 28 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-.
-
-------------------------------------------------------------------------
-r23895 | fkuehne | 2007-12-28 13:11:35 +0100 (Fri, 28 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/wizard.m
-
-* adapted the wizard to use the RTP stream out module instead of the removed RTP access out. Please check the other interfaces...
-------------------------------------------------------------------------
-r23894 | ileoo | 2007-12-28 12:36:57 +0100 (Fri, 28 Dec 2007) | 4 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-
-small fix for http-streaming, don't set b_die to true in beginning if
-object is alive.
-
-------------------------------------------------------------------------
-r23893 | courmisch | 2007-12-27 17:48:20 +0100 (Thu, 27 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Revert [23889]. Don't enable debug if you don't want it.
-
-------------------------------------------------------------------------
-r23892 | jpsaman | 2007-12-27 15:38:16 +0100 (Thu, 27 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/live-starttime.patch
-
-Sync with latest live555 source code.
-------------------------------------------------------------------------
-r23891 | jpsaman | 2007-12-27 15:31:43 +0100 (Thu, 27 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Fix segfault when Connect() returned failure and fix memleaks. Make sure live555 modules exits while in Connect() if vlc is asked to stop.
-
-------------------------------------------------------------------------
-r23890 | jpsaman | 2007-12-27 13:46:30 +0100 (Thu, 27 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Indentation fix
-------------------------------------------------------------------------
-r23889 | jpsaman | 2007-12-27 13:45:31 +0100 (Thu, 27 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Silence debug message.
-------------------------------------------------------------------------
-r23887 | fkuehne | 2007-12-27 13:44:02 +0100 (Thu, 27 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* couple of NEWS updates and typo fixes here and there
-------------------------------------------------------------------------
-r23886 | fkuehne | 2007-12-26 21:40:50 +0100 (Wed, 26 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-
-* revert previous forward-port, as video-device's content changed for 0.9.0. Thanks to Pierre for pointing this out.
-------------------------------------------------------------------------
-r23885 | fkuehne | 2007-12-26 21:12:59 +0100 (Wed, 26 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-
-* forward-port [23884]
-------------------------------------------------------------------------
-r23883 | pdherbemont | 2007-12-26 20:55:39 +0100 (Wed, 26 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/opengllayer.m
-
-video_output/opengllayer.m: Correctly set the initial bounds of the layer. Also grab the anti-tearing stuff from the Mac OS X GL vout.
-
-------------------------------------------------------------------------
-r23882 | courmisch | 2007-12-26 13:29:53 +0100 (Wed, 26 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/src/input/input_internal.h
-
-Move a few large inlines out of include/
-
-------------------------------------------------------------------------
-r23881 | courmisch | 2007-12-26 13:21:56 +0100 (Wed, 26 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/item.c
-
-Code factorization
-
-------------------------------------------------------------------------
-r23880 | courmisch | 2007-12-26 13:13:56 +0100 (Wed, 26 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/src/modules/entry.c
-
-Add "safe" config item property
-
-------------------------------------------------------------------------
-r23879 | dionoea | 2007-12-26 03:35:50 +0100 (Wed, 26 Dec 2007) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_chroma/Modules.am
-   A /trunk/modules/video_chroma/chain.c (from /trunk/modules/video_chroma/i422_yuy2.c:23848)
-   A /trunk/modules/video_chroma/yuy2_i420.c
-   A /trunk/modules/video_chroma/yuy2_i422.c (from /trunk/modules/video_chroma/i422_yuy2.c:23848)
-
-Three new chroma converters:
- * yuy2_i420: convert from Packed YUV 4:2:2 to Planar YUV 4:2:0
- * yuy2_i422: convert from Packed YUV 4:2:2 to Planar YUV 4:2:2
- * chroma_chain: attempt to chain 2 chroma converters to acheive the conversion (i.e. yuy2 -> rv32 will be done using yuy2 -> i420 -> rv32)
-
-------------------------------------------------------------------------
-r23878 | pdherbemont | 2007-12-26 02:14:28 +0100 (Wed, 26 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m
-
-MacOSX/Framework/VLCMediaDiscoverer.m: Remove silly debug code.
-
-------------------------------------------------------------------------
-r23877 | dionoea | 2007-12-26 01:44:51 +0100 (Wed, 26 Dec 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/erase.c
-   M /trunk/modules/video_filter/extract.c
-   A /trunk/modules/video_filter/filter_picture.h
-
-Some more filter work:
- * adjust.c, extract.c: packed YUV 422 support.
- * filter_picture.h: code shared by some "video filter2" filters.
- * erase.c: validate the picture chroma in the constructor.
-
-------------------------------------------------------------------------
-r23876 | pdherbemont | 2007-12-26 00:34:52 +0100 (Wed, 26 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/media_discoverer.c
-   M /trunk/src/control/media_list_player.c
-
-vlc/libvlc.h: Set the return value of the libvlc_*_is_*() call to vlc_bool_t.
-
-------------------------------------------------------------------------
-r23875 | pdherbemont | 2007-12-26 00:26:43 +0100 (Wed, 26 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_discoverer.c
-
-control/media_discoverer.c: Set the corresponding media_list to read-only.
-
-------------------------------------------------------------------------
-r23874 | pdherbemont | 2007-12-26 00:25:09 +0100 (Wed, 26 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_list.c
-
-control/media_list.c: read-only-fy add_media_descriptor().
-
-------------------------------------------------------------------------
-r23873 | pdherbemont | 2007-12-26 00:16:56 +0100 (Wed, 26 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_list.c
-
-control/media_list.c: Implement read-only media_list.
-
-------------------------------------------------------------------------
-r23872 | pdherbemont | 2007-12-25 23:55:15 +0100 (Tue, 25 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaDiscoverer.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m
-
-MacOSX/Framework/VLCMediaDiscoverer: Publish -isRunning.
-
-------------------------------------------------------------------------
-r23871 | pdherbemont | 2007-12-25 23:51:13 +0100 (Tue, 25 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_discoverer.c
-
-control/media_discoverer.c: Publish media_discoverer_is_running().
-
-------------------------------------------------------------------------
-r23870 | dionoea | 2007-12-25 23:39:00 +0100 (Tue, 25 Dec 2007) | 7 lines
-Changed paths:
-   M /trunk/modules/video_filter/colorthres.c
-   M /trunk/modules/video_filter/erase.c
-   M /trunk/modules/video_filter/gaussianblur.c
-   M /trunk/modules/video_filter/psychedelic.c
-   M /trunk/modules/video_filter/rotate.c
-
-Video filter fixes:
- * colorthres.c: validate input chroma.
- * erase.c: fix bluring application limit (prevents out of bounds access).
- * gaussianblur.c: validate input chroma and add planar YUV 4:2:2 support.
- * psychedelic.c: check image_Convert return value (it fails for I422 which would then trigger a segfault due to a NULL pointer being dereferenced).
- * rotate.c: validate input chroma, add planar YUV 4:2:2 support and misc code fixes or simplifications.
-
-------------------------------------------------------------------------
-r23869 | pdherbemont | 2007-12-25 23:33:56 +0100 (Tue, 25 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/media_discoverer.c
-
-control/media_discoverer.c: Publish media_discoverer_event_manager().
-
-------------------------------------------------------------------------
-r23868 | pdherbemont | 2007-12-25 23:25:45 +0100 (Tue, 25 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
-
-MacOSX/Framework: Use the Pre-Compile script.
-
-------------------------------------------------------------------------
-r23867 | pdherbemont | 2007-12-25 23:19:12 +0100 (Tue, 25 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Pre-Compile.sh
-   M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
-
-MacOSX/Framework: Properly track updated library and modules.
-
-------------------------------------------------------------------------
-r23866 | pdherbemont | 2007-12-25 22:29:49 +0100 (Tue, 25 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/media_discoverer.c
-
-control/media_discoverer.c: Forward started and ended event.
-
-------------------------------------------------------------------------
-r23865 | pdherbemont | 2007-12-25 21:54:18 +0100 (Tue, 25 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_events.h
-   M /trunk/src/playlist/services_discovery.c
-
-playlist/services_discovery.c: Send service discover started and ended events, to keep track of running sd.
-
-------------------------------------------------------------------------
-r23863 | pdherbemont | 2007-12-25 17:18:23 +0100 (Tue, 25 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/media_list_view.c
-
-control/media_list_view.c: Implement media_list_view_parent_media_list().
-
-------------------------------------------------------------------------
-r23862 | fkuehne | 2007-12-25 14:55:30 +0100 (Tue, 25 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/file.c
-
-* mmap is broken on Darwin. Disabled it for now to have basic file access functionality working.
-------------------------------------------------------------------------
-r23861 | fkuehne | 2007-12-25 14:36:02 +0100 (Tue, 25 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/ffmpeg-svn-mmx_removal-darwin9.patch
-
-* disable any MMX usage in FFmpeg on Darwin 9 (x86). This way, we can use the ffmpeg module normally until Apple releases the updated ld.
-------------------------------------------------------------------------
-r23860 | pdherbemont | 2007-12-24 20:45:26 +0100 (Mon, 24 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMedia.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-
-Sources/VLCMedia.m: Implement a KeyValueCoding enabled -state property.
-
-------------------------------------------------------------------------
-r23858 | pdherbemont | 2007-12-24 19:45:10 +0100 (Mon, 24 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_descriptor.c
-   M /trunk/src/control/media_instance.c
-
-control/media_descriptor.c: Publish an Event plus a method to get the media_descriptor state, which is buffering, playing, error, nothing special. This is a bit controversial as we need a media_instance to set that state, and this is media_instance dependant. However, this is a nice shortcut.
-
-------------------------------------------------------------------------
-r23857 | ivoire | 2007-12-24 18:53:28 +0100 (Mon, 24 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/sdl.c
-
-improve sdl video output. If there is some stupidities feel free to revert. And Merry Christmas.
-------------------------------------------------------------------------
-r23856 | dionoea | 2007-12-24 17:52:05 +0100 (Mon, 24 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-Revert r23852.
-
-------------------------------------------------------------------------
-r23853 | xtophe | 2007-12-24 17:07:27 +0100 (Mon, 24 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-distribute the Christmas icons
-
-------------------------------------------------------------------------
-r23852 | courmisch | 2007-12-24 16:39:17 +0100 (Mon, 24 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-Not every body trusts "free.fr", especially not through non-secure HTTP, and/or non-FQDN-only hostnames
-
-------------------------------------------------------------------------
-r23851 | dionoea | 2007-12-24 15:40:51 +0100 (Mon, 24 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Include font and password configuration items in the help output.
-Tell the user about --advanced when his help query skipped advanced configuration items.
-
-------------------------------------------------------------------------
-r23850 | dionoea | 2007-12-24 14:52:48 +0100 (Mon, 24 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/misc/messages.c
-
-Use \033[0;1m instead of \033[37;1m for bold text using the default color (prevent using bold white text on terms with a white background).
-
-------------------------------------------------------------------------
-r23849 | dionoea | 2007-12-24 14:48:20 +0100 (Mon, 24 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/entry.c
-
-Use the longtext as longtext.
-
-------------------------------------------------------------------------
-r23848 | pdherbemont | 2007-12-24 02:18:54 +0100 (Mon, 24 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-services_discovery/shout.c: No need to incref. (fix a memleak).
-
-------------------------------------------------------------------------
-r23847 | jb | 2007-12-24 02:03:16 +0100 (Mon, 24 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/src/osd/osd.c
-
-Remove unused variable in OSD. Revert if needed :D
-
-
-------------------------------------------------------------------------
-r23846 | jb | 2007-12-24 02:02:05 +0100 (Mon, 24 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/engine.c
-
-Fix a Typo.
-
-
-------------------------------------------------------------------------
-r23845 | jb | 2007-12-24 02:00:03 +0100 (Mon, 24 Dec 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Background Widget change. Resetting the maximum size at each resize is wrong. Scaling content can be really really ugly.
-To be finished.
-
-
-------------------------------------------------------------------------
-r23844 | hovis | 2007-12-24 01:15:47 +0100 (Mon, 24 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-v4l2.c:  Patch by Dennis Lou to add MPEG2 support.  Many thanks.
-------------------------------------------------------------------------
-r23843 | dionoea | 2007-12-23 23:23:25 +0100 (Sun, 23 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/services_discovery/shout.c
-
-Allow specifying options specific to each url in the shout service discovery.
-Make it possible to inherit the m3u-extvlcopt option in the m3u parser.
-
-------------------------------------------------------------------------
-r23842 | dionoea | 2007-12-23 22:39:09 +0100 (Sun, 23 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/services_discovery/Modules.am
-   D /trunk/modules/services_discovery/freebox.c
-   M /trunk/modules/services_discovery/shout.c
-
-Merge the shoutcast and freebox service discovery modules. Cleanup the shout.c code.
-
-------------------------------------------------------------------------
-r23841 | fkuehne | 2007-12-23 19:28:14 +0100 (Sun, 23 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-
-macosx: remove useless setting as basically no user wants the wizard panel to reset in a single session, but demands it to keep its selections (this was the default behaviour anyway)
-------------------------------------------------------------------------
-r23840 | fkuehne | 2007-12-23 19:20:06 +0100 (Sun, 23 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-macosx:playlist.m turn an error msg into a warning as the event isn't as bad as it seems to be
-------------------------------------------------------------------------
-r23839 | courmisch | 2007-12-23 18:42:57 +0100 (Sun, 23 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Fix format string injection in the Connection field for HTTP-served files
-(affects HTTP interface and LUA plus HTTP export for DVB and RTP)
-
-------------------------------------------------------------------------
-r23838 | pdherbemont | 2007-12-23 17:48:15 +0100 (Sun, 23 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/opengllayer.m
-
-modules/video_output/opengllayer.m: Don't free the gl texture in End(), but in the releaseGLContext function. Set the original bounds of the CALayer. Protect the removeFromSuperlayer by a CATransaction.
-
-------------------------------------------------------------------------
-r23837 | pdherbemont | 2007-12-23 16:29:47 +0100 (Sun, 23 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/loadsave.c
-
-playlist: Fix an input_item leak in item.c, and notice that we are leaking one in loadsave.c.
-
-------------------------------------------------------------------------
-r23836 | pdherbemont | 2007-12-23 16:28:51 +0100 (Sun, 23 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/tree.c
-
-playlist/tree.c: Fix an input_item leak.
-
-------------------------------------------------------------------------
-r23835 | pdherbemont | 2007-12-23 15:59:34 +0100 (Sun, 23 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-modules/demux/playlist/xspf.c: Show where the input_item leak comes from. (funman can fix that?)
-
-------------------------------------------------------------------------
-r23834 | pdherbemont | 2007-12-23 15:53:25 +0100 (Sun, 23 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/gvp.c
-   M /trunk/modules/demux/playlist/ifo.c
-   M /trunk/modules/demux/playlist/itml.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/playlist/qtl.c
-   M /trunk/modules/demux/playlist/sgimb.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-
-modules/demux/playlist/*.c: Fix input_item memleaks.
-
-------------------------------------------------------------------------
-r23833 | pdherbemont | 2007-12-23 15:45:09 +0100 (Sun, 23 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Prevent an input_item memleak.
-
-------------------------------------------------------------------------
-r23832 | pdherbemont | 2007-12-23 15:40:28 +0100 (Sun, 23 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-modules/demux/mp4/mp4.c: Fix an input_item memleak.
-
-------------------------------------------------------------------------
-r23831 | pdherbemont | 2007-12-23 15:38:53 +0100 (Sun, 23 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/rpn.c
-
-modules/control/http: Fix input_item memleak.
-
-------------------------------------------------------------------------
-r23830 | pdherbemont | 2007-12-23 15:35:43 +0100 (Sun, 23 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-modules/access/directory.c: Fix an input_item memleak.
-
-------------------------------------------------------------------------
-r23829 | pdherbemont | 2007-12-23 15:34:25 +0100 (Sun, 23 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-
-modules/access/cdda.c: Fix an input_item memleak.
-
-------------------------------------------------------------------------
-r23828 | pdherbemont | 2007-12-23 15:19:00 +0100 (Sun, 23 Dec 2007) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/misc/lua/vlc.c
-   M /trunk/modules/services_discovery/bonjour.c
-   M /trunk/modules/services_discovery/freebox.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/services_discovery/shout.c
-
-vlc_common.h:
-* Add some proper assert() to the vlc_gc_* function to spot errors.
-* Correctly initialize the refcount to 1. (This will prevent freed pointer usage). (This may also introduce leaks in some module).
-modules/*.c:
-* Prevent some module to leak input_item_t.
-
-------------------------------------------------------------------------
-r23827 | funman | 2007-12-23 13:55:08 +0100 (Sun, 23 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/libdvdnav-win32.patch
-
-contribs: fix libdvdnav runtime on win32 (patch was deleted when switching to mplayer's libdvdnav), extract using gzip
-
-------------------------------------------------------------------------
-r23826 | ivoire | 2007-12-23 11:47:59 +0100 (Sun, 23 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-little error
-------------------------------------------------------------------------
-r23825 | fkuehne | 2007-12-23 11:15:49 +0100 (Sun, 23 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* withCString is deprecated in 10.4. Use WithUTF8String instead, as VLC's core is completely UTF8 now. Remove a couple of (nowadays) useless checks
-------------------------------------------------------------------------
-r23824 | ivoire | 2007-12-23 09:12:26 +0100 (Sun, 23 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/src/misc/update.c
-
-remove memory leak
-------------------------------------------------------------------------
-r23823 | jb | 2007-12-23 02:48:30 +0100 (Sun, 23 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Small fix to get a smaller size when a video ends.
-
-
-------------------------------------------------------------------------
-r23822 | pdherbemont | 2007-12-23 02:38:20 +0100 (Sun, 23 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-modules/macosx/playlist.m: Remove code that shouldn't be here, to re-enable services discovery.
-
-------------------------------------------------------------------------
-r23821 | jb | 2007-12-23 02:24:25 +0100 (Sun, 23 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-And forgot the other file... Sorry.
-
-
-------------------------------------------------------------------------
-r23820 | jb | 2007-12-23 02:22:20 +0100 (Sun, 23 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-
-Qt4 - Clean more.
-
-------------------------------------------------------------------------
-r23819 | jb | 2007-12-23 02:12:58 +0100 (Sun, 23 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - simplify the VideoWidget. VideoWidget is a just an simple QFrame with the necessary interactions...
-
-
-------------------------------------------------------------------------
-r23818 | jb | 2007-12-23 01:54:54 +0100 (Sun, 23 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/pixmaps/noart.png
-
-Qt4 - less ugly Noart pix
-
-------------------------------------------------------------------------
-r23817 | funman | 2007-12-23 01:30:19 +0100 (Sun, 23 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/demux/playlist/xspf.h
-
-fix #1409
-------------------------------------------------------------------------
-r23816 | xtophe | 2007-12-22 23:28:23 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/po/sl.po
-
-Slovenian translation update by Matej Urban?\196?\141i?\196?\141.
-
-------------------------------------------------------------------------
-r23815 | xtophe | 2007-12-22 23:01:56 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/config/file.c
-   M /trunk/src/modules/entry.c
-
-Use dgettext() (aka _() ) rather than gettext().
-
-------------------------------------------------------------------------
-r23814 | jb | 2007-12-22 20:31:19 +0100 (Sat, 22 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - timeLabel cosmetic.
-
-
-------------------------------------------------------------------------
-r23813 | jb | 2007-12-22 20:21:17 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   A /trunk/modules/gui/qt4/pixmaps/volume-medium.png
-   M /trunk/modules/gui/qt4/res.qrc
-
-Qt4 - Add a "medium" volume icon as requested on IRC, ( by Quovodis?)
-
-------------------------------------------------------------------------
-r23812 | jb | 2007-12-22 20:12:45 +0100 (Sat, 22 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Make the time Label right aligned and not size increasing in resize.
-
-
-------------------------------------------------------------------------
-r23811 | pdherbemont | 2007-12-22 19:11:50 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-services_discovery/sap.c: Make sure the thread will exit, even if in poll(). And properly lock the object.
-
-------------------------------------------------------------------------
-r23810 | pdherbemont | 2007-12-22 17:19:04 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-   M /trunk/src/misc/objects.c
-
-include/vlc_objects.h: Use the usual macro trick, to publish a function that take as argument a vlc_object_t *, here for vlc_object_waitpipe().
-
-------------------------------------------------------------------------
-r23809 | courmisch | 2007-12-22 17:04:32 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-syntax error
-
-------------------------------------------------------------------------
-r23808 | courmisch | 2007-12-22 16:53:38 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-   M /trunk/src/network/httpd.c
-
-Add an error message
-
-------------------------------------------------------------------------
-r23807 | courmisch | 2007-12-22 16:50:53 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Fix warnings
-
-------------------------------------------------------------------------
-r23806 | courmisch | 2007-12-22 16:49:53 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-_pipe is not selectable on Windows, so return -1
-
-------------------------------------------------------------------------
-r23805 | courmisch | 2007-12-22 16:42:36 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Corner case race condition in the waitpipe
-
-------------------------------------------------------------------------
-r23804 | courmisch | 2007-12-22 15:47:15 +0100 (Sat, 22 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Put debug/test code for mmap
-(it does not find any error here)
-
-------------------------------------------------------------------------
-r23803 | courmisch | 2007-12-22 15:11:42 +0100 (Sat, 22 Dec 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
- - Parse seek offsets as unsigned (why they were signed in the first place??)
- - Fix comments
- - Cache pagesize
-
-------------------------------------------------------------------------
-r23802 | pdherbemont | 2007-12-22 14:44:00 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-services_discovery/sap.c: s/min/min_int/ to prevent a macro collision on windows environment.
-
-------------------------------------------------------------------------
-r23801 | jpsaman | 2007-12-22 14:10:39 +0100 (Sat, 22 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-
-First page is 100 by default
-------------------------------------------------------------------------
-r23800 | courmisch | 2007-12-22 14:06:33 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Pierre writes too good code. We need to kludge it :(
-
-------------------------------------------------------------------------
-r23799 | pdherbemont | 2007-12-22 13:53:23 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-services_discovery/sap.: Don't wakeup more than needed.
-
-------------------------------------------------------------------------
-r23798 | ivoire | 2007-12-22 13:41:56 +0100 (Sat, 22 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc_update.h
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/misc/update.c
-
-use a pointer to a function instead of a callback
-------------------------------------------------------------------------
-r23797 | pdherbemont | 2007-12-22 13:36:53 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: Put hdiutil into verbose mode in package-macosx creation.
-
-------------------------------------------------------------------------
-r23796 | funman | 2007-12-22 12:29:57 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/misc/update.c
-
-update: cosmetics, put the variable creation in libvlc
-
-------------------------------------------------------------------------
-r23795 | ivoire | 2007-12-22 11:18:01 +0100 (Sat, 22 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/src/misc/update.c
-
-another cleaning session
-------------------------------------------------------------------------
-r23794 | courmisch | 2007-12-22 11:09:20 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-
-Try to fix Win32 linking
-
-------------------------------------------------------------------------
-r23793 | courmisch | 2007-12-22 11:02:50 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/src/libvlc.sym
-   M /trunk/src/network/io.c
-
-Remove net_Select. Simplify net_Read consequently.
-
-------------------------------------------------------------------------
-r23792 | courmisch | 2007-12-22 10:31:58 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Use poll() directly when you want to listen to multiple sockets.
-
-------------------------------------------------------------------------
-r23791 | jb | 2007-12-22 10:31:50 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Qt4 - Fix previous commit.
-
-------------------------------------------------------------------------
-r23790 | courmisch | 2007-12-22 10:11:25 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-
-Same as previous commit
-
-------------------------------------------------------------------------
-r23789 | courmisch | 2007-12-22 10:10:56 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Revert [23768] and [23768]. Fix dead lock whenever reading from the network.
-
-------------------------------------------------------------------------
-r23788 | jb | 2007-12-22 09:12:02 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.hpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.cpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-
-Qt4 - Use a main instance of Sout for VLM. Clean DP since all dialogs (except Bookmarks that won't be done...) are done.
-
-------------------------------------------------------------------------
-r23787 | jb | 2007-12-22 08:19:01 +0100 (Sat, 22 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Qt4 - remember if the playlist was inside or not. Clean.
-
-
-------------------------------------------------------------------------
-r23786 | jb | 2007-12-22 04:20:11 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/playlist.cpp
-   M /trunk/modules/gui/qt4/components/playlist/playlist.hpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Remember playlist's size.
-
-------------------------------------------------------------------------
-r23785 | jb | 2007-12-22 04:04:42 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-
-Qt4 - Save the settings from the playlist for the dialog Provider if ever needed.
-
-------------------------------------------------------------------------
-r23784 | jb | 2007-12-22 03:38:14 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-QT4 - sizing (still not fix... anyone can look at it ?) and remember if the playlist is floating.
-
-------------------------------------------------------------------------
-r23783 | jb | 2007-12-22 02:50:29 +0100 (Sat, 22 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Typo on the sizing that can explain the "Video Above the control" bug.
-
-
-------------------------------------------------------------------------
-r23782 | jb | 2007-12-22 02:49:50 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-Qt4 - Be sure of the existence of getInput.
-
-------------------------------------------------------------------------
-r23781 | jb | 2007-12-22 02:08:21 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-
-Qt4 - remove unusefull debug.
-
-------------------------------------------------------------------------
-r23780 | pdherbemont | 2007-12-22 01:43:59 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-
-dtstospdif.c: Print a warning on frame size changes. Hopefully it will help us to debug the issue with SPDIF.
-
-------------------------------------------------------------------------
-r23779 | pdherbemont | 2007-12-22 01:34:04 +0100 (Sat, 22 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-
-modules/audio_filter/converter/dtstospdif.c: We need a starting date. Fix a typo that cause the starting date not to be set.
-
-------------------------------------------------------------------------
-r23778 | funman | 2007-12-21 22:38:35 +0100 (Fri, 21 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/file.c
-
-fix [23367]
-------------------------------------------------------------------------
-r23777 | funman | 2007-12-21 22:05:02 +0100 (Fri, 21 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/file.c
-
-file: do not declare mmapBlock() if it won't be defined
-------------------------------------------------------------------------
-r23776 | jb | 2007-12-21 21:34:34 +0100 (Fri, 21 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-
-Qt4 - Use AutoRaise button for faster and slower in order to keep consistency in the interface.
-
-------------------------------------------------------------------------
-r23775 | jb | 2007-12-21 21:29:59 +0100 (Fri, 21 Dec 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-
-Qt4 - SpeedSlider, use an AutoRaise button for the Normal Rate.
-Remove and unneeded member in the class.
-
-
-------------------------------------------------------------------------
-r23774 | jb | 2007-12-21 21:16:12 +0100 (Fri, 21 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-Qt4 - Fix the SINGLE Item mode of the Media Information! Be Carefull again !
-
-------------------------------------------------------------------------
-r23773 | jb | 2007-12-21 20:59:39 +0100 (Fri, 21 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-
-Qt4 - We DO need pulling for the stats in MediaInfo Dialog... Revert part of 23590.
-
-
-------------------------------------------------------------------------
-r23772 | jb | 2007-12-21 20:40:58 +0100 (Fri, 21 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-Qt4 - Fix an 'assertion failed' when opening the media information witout an input.
-
-
-------------------------------------------------------------------------
-r23771 | pdherbemont | 2007-12-21 20:35:59 +0100 (Fri, 21 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/freebox.c
-
-modules/services_discovery/freebox.c: Wrong copyright, reported by funman.
-
-------------------------------------------------------------------------
-r23770 | pdherbemont | 2007-12-21 20:30:52 +0100 (Fri, 21 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/services_discovery/Modules.am
-   A /trunk/modules/services_discovery/freebox.c
-
-modules/services_discovery/freebox.c: Create a new service discovery for the french ISP free.fr set top box.
-
-------------------------------------------------------------------------
-r23769 | pdherbemont | 2007-12-21 19:56:54 +0100 (Fri, 21 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-network/io.c: net_Select should return i_total on timeout.
-
-------------------------------------------------------------------------
-r23768 | pdherbemont | 2007-12-21 19:52:21 +0100 (Fri, 21 Dec 2007) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/network/io.c
-
-modules/services_discovery/sap.c: Don't trust announcement down packet, but support implicit timeout.
-* As suggested in the RFC we remove the discovered media if there is no new packet after three average packet period. (implicit timeout).
-* Announcement of removal packet can be used to silently replace an announce by an other.
-* Add a timeout argument to net_Select.
-
-------------------------------------------------------------------------
-r23767 | funman | 2007-12-21 18:25:10 +0100 (Fri, 21 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/HACKING
-
-put the right developers website url, pointed out by marcfiu on IRC. bump gettext requirement
-------------------------------------------------------------------------
-r23766 | courmisch | 2007-12-21 18:22:39 +0100 (Fri, 21 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Add module_Exists until I don't get any error on my build tree!
-
-------------------------------------------------------------------------
-r23765 | courmisch | 2007-12-21 17:56:21 +0100 (Fri, 21 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-
-Use vlc_config_set for categories (close #1411)
-
-------------------------------------------------------------------------
-r23764 | courmisch | 2007-12-21 17:55:49 +0100 (Fri, 21 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/modules.c
-
-Fix config item counting
-
-------------------------------------------------------------------------
-r23763 | courmisch | 2007-12-21 16:56:50 +0100 (Fri, 21 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
- - Fix error handling
- - Fix a warning
-
-------------------------------------------------------------------------
-r23762 | courmisch | 2007-12-21 16:56:30 +0100 (Fri, 21 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Use ssize_t
-
-------------------------------------------------------------------------
-r23761 | pdherbemont | 2007-12-21 16:03:49 +0100 (Fri, 21 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-shout.c: Fix a typo in previous commit. (thanks, funman).
-
-------------------------------------------------------------------------
-r23760 | pdherbemont | 2007-12-21 15:57:24 +0100 (Fri, 21 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-modules/services_discovery/shout.c: Don't leak the input_item.
-
-------------------------------------------------------------------------
-r23759 | pdherbemont | 2007-12-21 15:35:20 +0100 (Fri, 21 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
-
-MacOSX/Framework/VLCEventManager.m: Fix a bit the file description.
-
-------------------------------------------------------------------------
-r23758 | pdherbemont | 2007-12-21 15:31:00 +0100 (Fri, 21 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-
-MacOSX/Framework/VLCMediaList.m: Implement -description: and fix -flatAspect and -hierarchicalAspect when used with bindings.
-
-------------------------------------------------------------------------
-r23757 | jb | 2007-12-21 02:21:09 +0100 (Fri, 21 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/vlm.cpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.hpp
-
-Qt4 - VLM: select input from the OpenDialog, using the existing OpenDialog and not creating new one. :D
-
-
-------------------------------------------------------------------------
-r23756 | funman | 2007-12-21 01:58:18 +0100 (Fri, 21 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/res.qrc
-   A /trunk/share/vlc128x128-christmas.png
-   A /trunk/share/vlc32x32-christmas.xpm
-   A /trunk/share/vlc48x48-christmas.png
-
-qt4: special icon made by Geoffrey Roussel alias akem/meka is displayed in the last days of the year.
-
-------------------------------------------------------------------------
-r23755 | jb | 2007-12-21 01:45:54 +0100 (Fri, 21 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/open.ui
-
-Qt4 - UI. Remove QT4.3 only functions.
-
-------------------------------------------------------------------------
-r23754 | jb | 2007-12-21 01:42:57 +0100 (Fri, 21 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-
-Qt4 - typo.
-
-------------------------------------------------------------------------
-r23753 | jb | 2007-12-21 01:40:47 +0100 (Fri, 21 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/ui/open.ui
-
-Qt4 - Small open dialog refactoring for use for vlm dialog.
-
-
-------------------------------------------------------------------------
-r23752 | funman | 2007-12-20 23:58:00 +0100 (Thu, 20 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/MAINTAINERS
-
-Add mysef as playlist & ncurses interface maintainer
-------------------------------------------------------------------------
-r23751 | Trax | 2007-12-20 20:19:00 +0100 (Thu, 20 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-
-* modules/demux/mp4/libmp4.c: spelling - uncompletetly -> incompletely
-------------------------------------------------------------------------
-r23750 | jpsaman | 2007-12-20 12:47:22 +0100 (Thu, 20 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/video_output/video_output.c
-
-Remove excess/trailing whitespace
-
-------------------------------------------------------------------------
-r23749 | jpsaman | 2007-12-20 12:47:21 +0100 (Thu, 20 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/fb.c
-
-Restore old functionality in video_output fb to use the entire screen size.
-
-------------------------------------------------------------------------
-r23748 | jpsaman | 2007-12-20 12:47:19 +0100 (Thu, 20 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-
-Make wxwidgets compile again. The preference dialog still needs fixing.
-
-------------------------------------------------------------------------
-r23747 | jb | 2007-12-20 06:17:31 +0100 (Thu, 20 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Fix the "playlist doesn't show at first click" bug.
-
-------------------------------------------------------------------------
-r23746 | jb | 2007-12-20 05:44:31 +0100 (Thu, 20 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Qt4 - More Module_Exist for SPrefs.
-
-------------------------------------------------------------------------
-r23745 | funman | 2007-12-20 01:48:39 +0100 (Thu, 20 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-
-revert [23722]
-
-------------------------------------------------------------------------
-r23744 | funman | 2007-12-20 01:37:23 +0100 (Thu, 20 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/share/luaplaylist/joox.lua
-
-lua playlist: fix joox
-------------------------------------------------------------------------
-r23743 | jb | 2007-12-20 01:21:20 +0100 (Thu, 20 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Qt4 - add UPDATEVLC_DIALOG to the DP.
-
-------------------------------------------------------------------------
-r23742 | funman | 2007-12-20 00:59:06 +0100 (Thu, 20 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/gvp.c
-   M /trunk/modules/demux/playlist/ifo.c
-   M /trunk/modules/demux/playlist/itml.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/playlist/qtl.c
-   M /trunk/modules/demux/playlist/sgimb.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/demux/playlist/xspf.c
-
-playlist demuxers: return -1 in case of error, 0 in case of eof, 1 else; like any correct demuxer. (we always return eof since playlists don't need 2 successive demuxing).
-fix a corner case bug in ifo.c
-
-------------------------------------------------------------------------
-r23741 | funman | 2007-12-20 00:28:02 +0100 (Thu, 20 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-xspf: use correct return value. VLC_FALSE == VLC_SUCCESS
-------------------------------------------------------------------------
-r23740 | pdherbemont | 2007-12-20 00:12:22 +0100 (Thu, 20 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMedia.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-
-MacOSX/Framework/VLCMedia.m: Implement mediaAsNodeWithName:.
-
-------------------------------------------------------------------------
-r23739 | pdherbemont | 2007-12-20 00:10:31 +0100 (Thu, 20 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Implement libvlc_media_descriptor_new_as_node.
-
-------------------------------------------------------------------------
-r23738 | pdherbemont | 2007-12-19 23:50:14 +0100 (Wed, 19 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
-
-MacOSX/Framework/VLCEventManager.m: Directly issue events to main thread if we are called from main thread.
-
-------------------------------------------------------------------------
-r23737 | jb | 2007-12-19 23:30:48 +0100 (Wed, 19 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - revert part of [23442]. Fix and close #1398.
-
-
-------------------------------------------------------------------------
-r23736 | pdherbemont | 2007-12-19 23:28:22 +0100 (Wed, 19 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/opengllayer.m
-
-opengllayer.m: Use AGP texturing.
-
-------------------------------------------------------------------------
-r23735 | pdherbemont | 2007-12-19 23:10:51 +0100 (Wed, 19 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Don't activate opengllayer, if QuartzCore/CALayer.h is not here.
-
-------------------------------------------------------------------------
-r23734 | courmisch | 2007-12-19 21:46:45 +0100 (Wed, 19 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/threads.c
-
-Work-around for overaging POSIX systems
-
-------------------------------------------------------------------------
-r23733 | courmisch | 2007-12-19 21:42:12 +0100 (Wed, 19 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Fix stupid logic
-
-------------------------------------------------------------------------
-r23732 | pdherbemont | 2007-12-19 17:20:44 +0100 (Wed, 19 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaListAspect.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
-
-MacOSX/Framework/VLCMediaListAspect.m: Allow tree based VLCMediaListAspect manipulation with Bindings.
-
-------------------------------------------------------------------------
-r23731 | pdherbemont | 2007-12-19 17:18:07 +0100 (Wed, 19 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
-
-MacOSX/Framework/VLCMediaPlayer.m: Formatting fixes.
-
-------------------------------------------------------------------------
-r23730 | pdherbemont | 2007-12-19 17:09:55 +0100 (Wed, 19 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
-
-ffmpeg-macosx-intel-mmx.patch: Update the patch to reflect latest ffmpeg changes. (flac code moved to flacdsp_mmc.c and new sse2 optimization in flac that uses too much registers).
-
-------------------------------------------------------------------------
-r23729 | pdherbemont | 2007-12-19 16:46:32 +0100 (Wed, 19 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list_view.c
-
-control/media_list_view.c: Ignore exception that may happen while unregistering an event, a we may never have register the event.
-
-------------------------------------------------------------------------
-r23728 | pdherbemont | 2007-12-19 16:40:10 +0100 (Wed, 19 Dec 2007) | 7 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_output/Modules.am
-
-configure.ac:
-* Activate the opengllayer video output module.
-* Rework a bit how Mac OS X Specific modules are handled.
-video_output/Modules.am:
-* Activate the opengllayer video output module.
-* Please test that the --tag=CC libtool hack doesn't interfer with the .cpp modules.
-
-------------------------------------------------------------------------
-r23727 | pdherbemont | 2007-12-19 14:55:46 +0100 (Wed, 19 Dec 2007) | 2 lines
-Changed paths:
-   A /trunk/modules/video_output/opengllayer.m (from /trunk/modules/video_output/opengl.c:23630)
-
-modules/video_output/opengllayer.m: Initial creation of a Mac OS X video output module. Its output is a CAOpenGLLayer. This needs a special video output module as it is not trivial to create an opengl provider module connected to a layer. (the layer request its frames).
-
-------------------------------------------------------------------------
-r23726 | pdherbemont | 2007-12-19 14:31:14 +0100 (Wed, 19 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-include/vlc_common.h: Define gettext() as a no-op when --disable-nls is used. (Fix compilation with --disable-nls).
-
-------------------------------------------------------------------------
-r23725 | jb | 2007-12-19 08:06:00 +0100 (Wed, 19 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-
-Qt4 - Getting rid of useless setCheckState( Qt::Checked ) when setChecked is enough...
-
-
-------------------------------------------------------------------------
-r23724 | jb | 2007-12-19 08:02:26 +0100 (Wed, 19 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Qt4 - Preferences, lastfm fix.
-
-------------------------------------------------------------------------
-r23723 | jb | 2007-12-19 07:52:33 +0100 (Wed, 19 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open_panels.cpp
-   M /trunk/modules/gui/qt4/components/open_panels.hpp
-
-Qt4 - Open Capture. Only build what you do have. :D
-
-------------------------------------------------------------------------
-r23722 | jb | 2007-12-19 06:46:26 +0100 (Wed, 19 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-
-Qt4 - FIX compilation when --enable-update-check isn't enabled...
-
-------------------------------------------------------------------------
-r23721 | ivoire | 2007-12-19 02:43:20 +0100 (Wed, 19 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/src/misc/update.c
-
-Better asprintf error handling
-------------------------------------------------------------------------
-r23720 | funman | 2007-12-19 00:30:00 +0100 (Wed, 19 Dec 2007) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_update.h
-   M /trunk/src/misc/update.c
-
-update system:
-    * don't compare svn revisions, we don't support binaries compiled from svn.
-    * compare only the 1st character of the "extra" (the 'd' of "0.8.6d")
-    * document the status file format
-    * don't use %as GNU extension with sscanf()
-
-------------------------------------------------------------------------
-r23719 | jpsaman | 2007-12-18 23:21:28 +0100 (Tue, 18 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Fix compiler warning about comparison of signed and unsigned integers.
-------------------------------------------------------------------------
-r23718 | fkuehne | 2007-12-18 21:57:40 +0100 (Tue, 18 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-* fix the strings instead of marking them as fuzzy. sorry about the breakage
-------------------------------------------------------------------------
-r23717 | courmisch | 2007-12-18 21:40:46 +0100 (Tue, 18 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/threads.c
-
-_POSIX_CLOCK_SELECTION at 0 does not mean it's not supported.
-
-------------------------------------------------------------------------
-r23716 | courmisch | 2007-12-18 21:38:47 +0100 (Tue, 18 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-Don't create two competing options of the same name
-
-------------------------------------------------------------------------
-r23715 | Trax | 2007-12-18 21:24:02 +0100 (Tue, 18 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-* po/de.po: add some fuzzy stuff..
-------------------------------------------------------------------------
-r23714 | courmisch | 2007-12-18 20:25:39 +0100 (Tue, 18 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/config/config.h
-   M /trunk/src/config/core.c
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc-module.c
-
-Good riddance the helper module
-
-------------------------------------------------------------------------
-r23713 | courmisch | 2007-12-18 20:19:37 +0100 (Tue, 18 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-Move options from the help kludge^Wmodule to the main module
-
-------------------------------------------------------------------------
-r23712 | courmisch | 2007-12-18 19:56:58 +0100 (Tue, 18 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-   M /trunk/src/libvlc.h
-
-Fix for libvlc_config crash (hopefully)
-
-------------------------------------------------------------------------
-r23711 | fkuehne | 2007-12-18 17:38:41 +0100 (Tue, 18 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/po/de.po
-
-* updated German translation by Philipp Weissenbacher including a couple of more strings translated by myself and various minor fixes here and there. --- we seriously need to work on the correctness of the English strings.. ;)
-------------------------------------------------------------------------
-r23710 | ivoire | 2007-12-18 16:51:29 +0100 (Tue, 18 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc_update.h
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/qt4/dialogs/help.hpp
-   M /trunk/src/misc/update.c
-
-Add fonctions to the update system : all is in a thread now. The rc interface doesn't use the update system for the moment and there isn't any encryption for the moment ...
-------------------------------------------------------------------------
-r23709 | jpsaman | 2007-12-18 10:04:24 +0100 (Tue, 18 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/vlccontrol2.cpp
-   M /trunk/activex/vlccontrol2.h
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/src/control/video.c
-
-Implement vlc.video.toggleTeletext() JS API method
-------------------------------------------------------------------------
-r23708 | jb | 2007-12-18 05:48:32 +0100 (Tue, 18 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/win32.mak
-   M /trunk/extras/contrib/src/Patches/portaudio-cross.patch
-
-Contribs: build portaudio on Windows. Close #419
-
-------------------------------------------------------------------------
-r23707 | jb | 2007-12-18 05:28:14 +0100 (Tue, 18 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - remember the position on close and open in the same position.
-Reference #1374
-
-------------------------------------------------------------------------
-r23706 | jb | 2007-12-18 05:16:29 +0100 (Tue, 18 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-
-Qt4 - Mention the VIDEO_TS opening in the tooltip. Opening a VIDEO_TS folder from the *DISK OPENING* works fine. Close #247.
-
-------------------------------------------------------------------------
-r23705 | courmisch | 2007-12-17 22:03:26 +0100 (Mon, 17 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules_macros.h
-
-Remove unused variable
-
-------------------------------------------------------------------------
-r23704 | courmisch | 2007-12-17 21:54:32 +0100 (Mon, 17 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules_macros.h
-
-Force rebuild due to ABI breakage yet again (should be the last one for plugin entry config)
-
-------------------------------------------------------------------------
-r23703 | courmisch | 2007-12-17 21:53:25 +0100 (Mon, 17 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/include/vlc_modules_macros.h
-   M /trunk/src/config/config.h
-   M /trunk/src/config/core.c
-   M /trunk/src/libvlc.sym
-   M /trunk/src/modules/entry.c
-
-Use vlc_config_create()
-
-------------------------------------------------------------------------
-r23702 | courmisch | 2007-12-17 21:27:03 +0100 (Mon, 17 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules_macros.h
-   M /trunk/src/config/core.c
-   M /trunk/src/modules/entry.c
-
-Save one memory copy and fix the helper module leak
-
-------------------------------------------------------------------------
-r23701 | courmisch | 2007-12-17 20:43:18 +0100 (Mon, 17 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/config/core.c
-   M /trunk/src/modules/entry.c
-
-Memory leaks
-
-------------------------------------------------------------------------
-r23700 | courmisch | 2007-12-17 20:36:58 +0100 (Mon, 17 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/src/config/chain.c
-   M /trunk/src/config/cmdline.c
-   M /trunk/src/config/core.c
-   M /trunk/src/config/file.c
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/modules/cache.c
-   M /trunk/src/modules/entry.c
-   M /trunk/src/modules/modules.c
-
-Add support for aliases through vlc_config_set
-
-------------------------------------------------------------------------
-r23699 | courmisch | 2007-12-17 20:01:13 +0100 (Mon, 17 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/include/vlc_modules_macros.h
-   M /trunk/src/config/core.c
-   M /trunk/src/modules/entry.c
-
-Add action through vlc_config_set
-
-------------------------------------------------------------------------
-r23698 | courmisch | 2007-12-17 19:57:56 +0100 (Mon, 17 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-Fix XSPF crash when XML is not available
-
-------------------------------------------------------------------------
-r23697 | fkuehne | 2007-12-17 17:20:29 +0100 (Mon, 17 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* mirror pkg-config on ganesh, as their mirror is down most of the time
-------------------------------------------------------------------------
-r23696 | courmisch | 2007-12-17 17:16:53 +0100 (Mon, 17 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-
-Fix error handling
-
-------------------------------------------------------------------------
-r23695 | fkuehne | 2007-12-17 16:40:29 +0100 (Mon, 17 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/about.m
-
-* fixed a crash when quitting VLC while scrolling the credits in the about window. Additionally, improved the help window's memory print slightly
-------------------------------------------------------------------------
-r23694 | jpsaman | 2007-12-17 15:38:14 +0100 (Mon, 17 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Fix breakage in transcode_audio_new().
-
-------------------------------------------------------------------------
-r23693 | jb | 2007-12-17 09:55:35 +0100 (Mon, 17 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-
-Same as previous commit. This may be wrong, if it is, revert, don't scream...
-
-
-------------------------------------------------------------------------
-r23692 | jb | 2007-12-17 09:51:15 +0100 (Mon, 17 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-DShow, partial fix due to changes in [23667]
-
-------------------------------------------------------------------------
-r23691 | bigben | 2007-12-17 07:40:11 +0100 (Mon, 17 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/dvb.c
-
-* add support for ATSC modulation types
-
-
-------------------------------------------------------------------------
-r23690 | jb | 2007-12-17 01:48:49 +0100 (Mon, 17 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - less debug messages.
-
-
-------------------------------------------------------------------------
-r23689 | jb | 2007-12-17 01:46:54 +0100 (Mon, 17 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/menus.hpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-Qt4 - trailing spaces... Post-commit script ?
-
-
-------------------------------------------------------------------------
-r23688 | Trax | 2007-12-17 00:34:49 +0100 (Mon, 17 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/dc1394.c
-   M /trunk/modules/access/v4l.c
-
-* modules/access/v4l.c and dc1394.c: typo openened -> opened
-------------------------------------------------------------------------
-r23687 | jb | 2007-12-16 23:34:47 +0100 (Sun, 16 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-
-Qt4 - Don't compile and create the Teletext bar without ZBVI
-
-
-------------------------------------------------------------------------
-r23686 | dionoea | 2007-12-16 23:05:16 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules_macros.h
-
-Fix modules loading. Next time you potentialy break all of VLC, please compile and try the change before commiting.
-
-------------------------------------------------------------------------
-r23685 | jpsaman | 2007-12-16 23:01:06 +0100 (Sun, 16 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/telx.c
-   M /trunk/modules/demux/ps.h
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/src/control/vlm.c
-   M /trunk/src/input/vlm.c
-
-remove excess whitespace
-------------------------------------------------------------------------
-r23684 | jpsaman | 2007-12-16 22:44:47 +0100 (Sun, 16 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/src/control/video.c
-
-Use correct object for var_GetInteger(p_vbi,vbi-page);
-------------------------------------------------------------------------
-r23683 | dionoea | 2007-12-16 22:27:59 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Define HAVE_LIBAVFORMAT_TREE.
-
-------------------------------------------------------------------------
-r23682 | courmisch | 2007-12-16 22:10:57 +0100 (Sun, 16 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/src/config/core.c
-
-Typo (free both tabs once, rather than one twice, and the other one never)
-Also some code simplifaction
-
-------------------------------------------------------------------------
-r23681 | jpsaman | 2007-12-16 22:07:11 +0100 (Sun, 16 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/zvbi.c
-
-Disable debugging print in zvbi
-------------------------------------------------------------------------
-r23680 | courmisch | 2007-12-16 22:03:45 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules_macros.h
-
-Fix previous commit
-
-------------------------------------------------------------------------
-r23679 | dionoea | 2007-12-16 22:02:23 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/mux.c
-
-Don't pretend to have ffmpeg based muxers and demuxers if you don't.
-
-------------------------------------------------------------------------
-r23678 | jpsaman | 2007-12-16 21:59:46 +0100 (Sun, 16 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Small cleanup
-------------------------------------------------------------------------
-r23677 | courmisch | 2007-12-16 21:59:21 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_modules_macros.h
-   M /trunk/modules/genmf
-
-Move plugin ABI version (MODULE_SYMBOL) out of build system.
-
-------------------------------------------------------------------------
-r23676 | jpsaman | 2007-12-16 21:58:28 +0100 (Sun, 16 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/zvbi.c
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/src/control/video.c
-
-Don't misuse p_this->p_libvlc for putting modules variables of zvbi.
-------------------------------------------------------------------------
-r23675 | dionoea | 2007-12-16 21:38:14 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/cdg.c
-   M /trunk/modules/demux/nsc.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/misc/lua/vlc.c
-
-Change demux2 capability values so the lua demux2 gets called as a last resort (2) right before the ps demux is forced (1).
-
-------------------------------------------------------------------------
-r23674 | jb | 2007-12-16 21:10:34 +0100 (Sun, 16 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Hide the grey rectangle on the top of the interface, try to fix the zoom reiszing
-
-
-------------------------------------------------------------------------
-r23673 | jpsaman | 2007-12-16 20:48:36 +0100 (Sun, 16 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-don't show the teletext buttons yet, it is not ready for primetime.
-------------------------------------------------------------------------
-r23672 | jpsaman | 2007-12-16 20:47:25 +0100 (Sun, 16 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-keep to the style of the file.
-------------------------------------------------------------------------
-r23671 | jpsaman | 2007-12-16 20:44:00 +0100 (Sun, 16 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-Set default vbi page in interface.
-------------------------------------------------------------------------
-r23670 | jpsaman | 2007-12-16 20:34:07 +0100 (Sun, 16 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/zvbi.c
-
-Make sure vbi-opaque can be set from an interface.
-------------------------------------------------------------------------
-r23669 | jpsaman | 2007-12-16 20:33:05 +0100 (Sun, 16 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-
-Let teletext gui buttons do something.
-------------------------------------------------------------------------
-r23668 | courmisch | 2007-12-16 18:40:21 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/src/config/core.c
-
-config_Free simplifications
-
-------------------------------------------------------------------------
-r23667 | courmisch | 2007-12-16 18:36:01 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   A /trunk/include/vlc_plugin.h
-   M /trunk/src/config/core.c
-   M /trunk/src/modules/entry.c
-
-short and list support for vlc_config_set
-
-------------------------------------------------------------------------
-r23666 | fkuehne | 2007-12-16 17:54:03 +0100 (Sun, 16 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-* fixed 2 segfaults when switching categories within the preferences. The options for CONFIG_SUBCATEGORY and CONFIG_CATEGORY aren't displayed, yet.
-------------------------------------------------------------------------
-r23665 | courmisch | 2007-12-16 16:51:08 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-   M /trunk/src/network/error.c
-
-I hate Winsuck^H^H^Hock
-
-------------------------------------------------------------------------
-r23664 | courmisch | 2007-12-16 16:12:51 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/include/vlc_modules.h
-   M /trunk/src/modules/entry.c
-
-Don't use enums. They are cool and all (the compiler even tells when one case is missing in switch), but I don't want the compiler to assume as yet unassigned codepoints will not be used.
-
-------------------------------------------------------------------------
-r23663 | dionoea | 2007-12-16 16:00:15 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/dec.c
-
-Oops.
-
-------------------------------------------------------------------------
-r23662 | dionoea | 2007-12-16 15:58:43 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/intf.c
-
-Add warning if people try using an unimplemented aout function (zorglub!!!). This is currently only possible through the qt interface (i haven't tried it myself).
-
-------------------------------------------------------------------------
-r23661 | courmisch | 2007-12-16 15:54:44 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-use add_module_list
-
-------------------------------------------------------------------------
-r23660 | courmisch | 2007-12-16 15:40:15 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/config/core.c
-   M /trunk/src/modules/entry.c
-
-Simplification, and no-ops removal
-
-------------------------------------------------------------------------
-r23659 | courmisch | 2007-12-16 15:34:29 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/src/config/core.c
-   M /trunk/src/modules/entry.c
-
-Migrate module, module_list and obsolete_* to vlc_config_set
-
-------------------------------------------------------------------------
-r23658 | dionoea | 2007-12-16 15:13:33 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Slight cleanup and simplification.
-
-------------------------------------------------------------------------
-r23657 | dionoea | 2007-12-16 14:46:30 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Some more vout_intf.c simplification and compile warning fixes.
-
-------------------------------------------------------------------------
-r23656 | fkuehne | 2007-12-16 13:50:45 +0100 (Sun, 16 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-cough, fix VLC-release.app broken in previous commit
-------------------------------------------------------------------------
-r23655 | fkuehne | 2007-12-16 13:46:59 +0100 (Sun, 16 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* strongly improved the speed of make VLC.app and make VLC-release.app by only copying the xcode project and the Resources folder instead of various plugins and most importantly the framework to a temporary folder
-------------------------------------------------------------------------
-r23654 | courmisch | 2007-12-16 11:33:04 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/config/file.c
-
-Code factorization
-
-------------------------------------------------------------------------
-r23653 | courmisch | 2007-12-16 11:28:24 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/src/modules/entry.c
-
-Some more vlc_config_* code
-
-------------------------------------------------------------------------
-r23652 | jb | 2007-12-16 07:04:53 +0100 (Sun, 16 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-
-Qt4 - teletext Panel. Not any function behind it. Not my job anymore :)
-
-
-------------------------------------------------------------------------
-r23651 | jb | 2007-12-16 06:01:25 +0100 (Sun, 16 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-Qt4 - Make the interface a bit smaller.
-
-
-------------------------------------------------------------------------
-r23650 | jb | 2007-12-16 05:49:40 +0100 (Sun, 16 Dec 2007) | 10 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-Qt4 - SHould Fix -- Videos are always started with an incredibly small size.
- -- There is no "auto size" feature as in the wx interface to
- automatically resize the interface so the video is displayed in its
- native size.
-  -- The interface doesn't resize itself down to its minimal size when
-  video playback is stopped and the control widgets re-organise themselves
-  in a weird way.
-Should fix part of playlist resizing.
-
-
-------------------------------------------------------------------------
-r23649 | fkuehne | 2007-12-16 03:20:14 +0100 (Sun, 16 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/about.m
-
-* added navigation controls to the Help window (implemented with minimal affords by using WebKit's builtin methods). We need a nicer home button graphic, though ;-)
-------------------------------------------------------------------------
-r23648 | jb | 2007-12-16 01:35:25 +0100 (Sun, 16 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Make the default interface smaller.
-
-
-------------------------------------------------------------------------
-r23647 | jb | 2007-12-16 01:09:01 +0100 (Sun, 16 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Small interface and control layout fix.
-
-
-------------------------------------------------------------------------
-r23646 | xtophe | 2007-12-16 00:33:14 +0100 (Sun, 16 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-We know that we open a directory
-
-------------------------------------------------------------------------
-r23645 | Trax | 2007-12-16 00:18:43 +0100 (Sun, 16 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-* src/libvlc-module.c: typo autorise -> authorise
-------------------------------------------------------------------------
-r23644 | xtophe | 2007-12-15 23:46:58 +0100 (Sat, 15 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-
-Typo
-
-------------------------------------------------------------------------
-r23643 | jb | 2007-12-15 23:39:32 +0100 (Sat, 15 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/vlm.cpp
-
-Qt4 - Add an author that was removed by mistake.
-
-
-------------------------------------------------------------------------
-r23642 | jb | 2007-12-15 23:38:31 +0100 (Sat, 15 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/vlm.cpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.hpp
-
-Qt4 - VLM. enable/disable from the list controls the VLM. small fixes and correction of VLM requests.
-
-
-------------------------------------------------------------------------
-r23641 | courmisch | 2007-12-15 23:18:03 +0100 (Sat, 15 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/src/modules/entry.c
-
-Continue the vlc_config_set stuff - still unfinished
-
-------------------------------------------------------------------------
-r23640 | dionoea | 2007-12-15 22:56:49 +0100 (Sat, 15 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/fb.c
-
-Here too.
-
-------------------------------------------------------------------------
-r23639 | courmisch | 2007-12-15 22:52:13 +0100 (Sat, 15 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/mosaic_bridge.c
-
-extraneous semicolon
-
-------------------------------------------------------------------------
-r23638 | courmisch | 2007-12-15 22:50:37 +0100 (Sat, 15 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/config/config.h
-   M /trunk/src/config/core.c
-
-export IsConfigIntegerType and IsConfigFloatType within libvlc
-
-------------------------------------------------------------------------
-r23637 | courmisch | 2007-12-15 22:47:07 +0100 (Sat, 15 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-help module hack becomes even worst...
-
-------------------------------------------------------------------------
-r23636 | jb | 2007-12-15 22:17:20 +0100 (Sat, 15 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/vlm.cpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.hpp
-
-Qt4 - VLM: simplifications.
-
-
-------------------------------------------------------------------------
-r23635 | xtophe | 2007-12-15 22:16:08 +0100 (Sat, 15 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Make sure no module not recompiled are used after [23633]
-
-------------------------------------------------------------------------
-r23634 | jb | 2007-12-15 22:15:57 +0100 (Sat, 15 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_vlm.h
-
-Add a cast to fix compilation.
-
-
-------------------------------------------------------------------------
-r23633 | courmisch | 2007-12-15 21:50:54 +0100 (Sat, 15 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/src/config/core.c
-   M /trunk/src/modules/entry.c
-
-Partially introduce vlc_config_set() to modify module_config_t through a less brittle API
-BEWARE: If you have non-recompiled plugins, they WILL crash.
-
-------------------------------------------------------------------------
-r23632 | jb | 2007-12-15 21:40:45 +0100 (Sat, 15 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/vlm.cpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.hpp
-
-Qt4 - VLM update. Add the actual vlm queries, the modifications and so on for VOD and Broadcast.
-
-
-------------------------------------------------------------------------
-r23631 | courmisch | 2007-12-15 21:40:41 +0100 (Sat, 15 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-Remove extra semi-colon
-
-------------------------------------------------------------------------
-r23630 | courmisch | 2007-12-15 17:07:40 +0100 (Sat, 15 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
-
-Remove code killed by previous commit
-
-------------------------------------------------------------------------
-r23629 | courmisch | 2007-12-15 17:05:45 +0100 (Sat, 15 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/modules.c
-
-Conceal unsaveable and renamed options as well
-
-------------------------------------------------------------------------
-r23628 | courmisch | 2007-12-15 16:59:22 +0100 (Sat, 15 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/playlist.c
-
-Allow totally reckless users to save m3u-extvlcopt if they want to.
-
-------------------------------------------------------------------------
-r23627 | courmisch | 2007-12-15 16:54:14 +0100 (Sat, 15 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-   M /trunk/src/modules/modules.c
-
-Hide internal settings
-
-------------------------------------------------------------------------
-r23626 | jpsaman | 2007-12-15 16:19:00 +0100 (Sat, 15 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_callbacks.h
-   M /trunk/modules/gui/pda/pda_support.h
-
-Update to newest playlist API.
-
-------------------------------------------------------------------------
-r23625 | funman | 2007-12-15 13:20:54 +0100 (Sat, 15 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/playlist/xspf.c
-
-xspf: %-encode '%' and '+' for every URIs (it really should be URI type dependant). fix #1394
-------------------------------------------------------------------------
-r23624 | fkuehne | 2007-12-15 12:06:40 +0100 (Sat, 15 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* the SWITCH download mirror is down, use HEANET instead
-------------------------------------------------------------------------
-r23623 | courmisch | 2007-12-15 11:51:07 +0100 (Sat, 15 Dec 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_modules.h
-   M /trunk/src/modules/modules.c
-
- - fix symbol list
- - remove useless IsSubmodule (submodules have NO configuration items anyway, and any sensible UI won't show modules with no configuration)
- - free checks for NULL anyway
-
-------------------------------------------------------------------------
-r23622 | funman | 2007-12-15 10:39:55 +0100 (Sat, 15 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/engine.c
-
-Preparse file items which don't begin with 'file:'. Patch by Antoine Lejeune.
-
-------------------------------------------------------------------------
-r23621 | pdherbemont | 2007-12-14 23:20:51 +0100 (Fri, 14 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/hierarchical_media_list_view.c
-
-control/hierarchical_media_list_view.c: Don't lock too soon the mlist.
-
-------------------------------------------------------------------------
-r23620 | gbazin | 2007-12-14 23:18:44 +0100 (Fri, 14 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc_modules.h
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/src/modules/modules.c
-
-* modules/gui/wxwidgets: fix breakage introduced by changeset 23581 and 23579. Breaking perfectly working modules just because you don't care about them is just rude.
-------------------------------------------------------------------------
-r23619 | jb | 2007-12-14 22:14:39 +0100 (Fri, 14 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/vlm.cpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.hpp
-
-Qt4 - Fix VLM-object not being checked. Add a type to be sure of the edition to do. 
-
-------------------------------------------------------------------------
-r23618 | pdherbemont | 2007-12-14 22:00:53 +0100 (Fri, 14 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: implement libvlc_media_instance_stop.
-
-------------------------------------------------------------------------
-r23617 | dionoea | 2007-12-14 21:09:07 +0100 (Fri, 14 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/pvr.c
-
-[PATCH] Extend pvr support to non-ivtv v4l2 cards (e.g. cx88-blackbird) by Dennis Lou.
-
-------------------------------------------------------------------------
-r23616 | jb | 2007-12-14 20:11:53 +0100 (Fri, 14 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-
-Thanks to TombiGel.
-
-
-------------------------------------------------------------------------
-r23615 | funman | 2007-12-14 18:53:27 +0100 (Fri, 14 Dec 2007) | 9 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/doc/release-howto.txt
-   M /trunk/include/vlc_update.h
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/update.h
-   M /trunk/modules/gui/macosx/update.m
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/qt4/dialogs/help.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/src/misc/update.c
-
-Disable update checking per default, re-enable with --enable-update-check
-Add OpenPGP code, still unused as there is no download of binaries at the moment
-
-We will need to define (and write) the files (and their location) we will use in the update system:
-
-    * We will use a file per arch, which will be signed
-    * ALL VideoLAN gpg public keys will be stored on http://download.videolan.org/pub/keys/XXXXXXXXXXXXXXXX.asc where XXXXXXXXXXXXXXXX is the long id of the key
-    * Every downloadable file will be signed with gpg --sign --detach --armor
-
-------------------------------------------------------------------------
-r23614 | funman | 2007-12-14 18:40:15 +0100 (Fri, 14 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-
-another missing signal.h
-------------------------------------------------------------------------
-r23613 | funman | 2007-12-14 18:30:58 +0100 (Fri, 14 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-add missing signal.h
-------------------------------------------------------------------------
-r23612 | pdherbemont | 2007-12-14 18:29:01 +0100 (Fri, 14 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-packages.mak: Use ftp:// for all gnugp packages.
-
-------------------------------------------------------------------------
-r23611 | pdherbemont | 2007-12-14 18:05:50 +0100 (Fri, 14 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-modules/macosx/prefs_widgets.m: module_GetConfig doesn't accept second arg as NULL, quickly work around that.
-
-------------------------------------------------------------------------
-r23610 | pdherbemont | 2007-12-14 17:57:01 +0100 (Fri, 14 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-modules/gui/macosx/prefs*.m: Fix for module_t privatization. Feel free to test. That code is unreadable.
-
-------------------------------------------------------------------------
-r23609 | pdherbemont | 2007-12-14 17:55:09 +0100 (Fri, 14 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-packages.mak: Use ftp instead of http for ftp.gnupg.org as their http mirror is always down.
-
-------------------------------------------------------------------------
-r23608 | pdherbemont | 2007-12-14 17:24:28 +0100 (Fri, 14 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-module/gui/macosx/intf.m: Use a const char * in parameters where desired.
-
-------------------------------------------------------------------------
-r23607 | pdherbemont | 2007-12-14 16:02:53 +0100 (Fri, 14 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-modules/gui/macosx/playlist.m: Don't use p_module directly.
-
-------------------------------------------------------------------------
-r23606 | pdherbemont | 2007-12-14 15:33:06 +0100 (Fri, 14 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: As requested by Jacques Boileau, allow options tuning from the media_descriptor class. This is done through libvlc_media_descriptor_add_option.
-
-------------------------------------------------------------------------
-r23605 | jpsaman | 2007-12-14 11:41:48 +0100 (Fri, 14 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-
-make use of new module_* API
-------------------------------------------------------------------------
-r23604 | jb | 2007-12-14 10:11:34 +0100 (Fri, 14 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/vlm.cpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.hpp
-   M /trunk/modules/gui/qt4/ui/vlm.ui
-
-Qt4 - VLM improvements... Classing for the three kind of objects, more property editing and less segfaults (though there is one I have nooo clue ).
-
-------------------------------------------------------------------------
-r23603 | jb | 2007-12-14 04:04:07 +0100 (Fri, 14 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/playlist.cpp
-
-Qt4 - Art in the playlist is collapsable with the use of a QSplitter. If you really don't like, please revert.
-
-
-------------------------------------------------------------------------
-r23602 | jb | 2007-12-14 03:54:05 +0100 (Fri, 14 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/playlist.cpp
-
-Qt4 - I prefer to have the left pane to not grow when the whole playlist is widenthed...
-
-------------------------------------------------------------------------
-r23601 | jb | 2007-12-14 03:44:11 +0100 (Fri, 14 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Playlist should be Expanding, not MinimumExpanding.
-
-
-------------------------------------------------------------------------
-r23600 | funman | 2007-12-13 23:09:12 +0100 (Thu, 13 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: force building (and memory allocation) of playlist as soon as interface is running
-------------------------------------------------------------------------
-r23599 | courmisch | 2007-12-13 20:16:07 +0100 (Thu, 13 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtpfmt.c
-
-Don't substract twelve twice
-
-------------------------------------------------------------------------
-r23598 | courmisch | 2007-12-13 20:03:29 +0100 (Thu, 13 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/Modules.am
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/rtp.h
-   A /trunk/modules/stream_out/rtpfmt.c (from /trunk/modules/stream_out/rtp.c:23596)
-
-Split RTP sout further
-
-------------------------------------------------------------------------
-r23597 | courmisch | 2007-12-13 19:34:05 +0100 (Thu, 13 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_url.h
-   M /trunk/modules/stream_out/rtcp.c
-
-Forward declare vlc_url_t
-
-------------------------------------------------------------------------
-r23596 | courmisch | 2007-12-13 19:06:34 +0100 (Thu, 13 Dec 2007) | 7 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-SET_PARAMETER is simply *wrong*. Servers are not supposed to support except for proprietary extensions (meaning we cannot use for just any random server).
-Even GET_PARAMETER is hardly good, as it is not mandatory to implement either, but it is a defined way to ping (which SET_PARAMETER ain't).
-In any case, the only proper way to ping a stream is RTCP feedback.
-When it comes to the control session, better check OPTIONS Allow: header for GET_PARAMETER.
-
-I really wonder how live555 can be so low-level though - smells like we are trying to be too intelligent here.
-
-------------------------------------------------------------------------
-r23595 | jpsaman | 2007-12-13 17:39:33 +0100 (Thu, 13 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/control.c
-
-Patch by Jilles Tjoelker. Fixes crash in playlist due to negative index in playlist item array. Added boundary check to solve this.
-
-------------------------------------------------------------------------
-r23594 | pdherbemont | 2007-12-13 16:21:21 +0100 (Thu, 13 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: Don't ship the framework, since it's too big for now.
-
-------------------------------------------------------------------------
-r23593 | hovis | 2007-12-13 16:14:10 +0100 (Thu, 13 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-v4l2: ALSA error handling.
-------------------------------------------------------------------------
-r23592 | ileoo | 2007-12-13 14:20:52 +0100 (Thu, 13 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-
-reset editingmode when mediainfo-dialog is closed, still leaves bug when dialog is reshown that it doesn't update content
-------------------------------------------------------------------------
-r23591 | ileoo | 2007-12-13 12:53:34 +0100 (Thu, 13 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-
-remove (seems to be) unneeded b_need_update variable
-------------------------------------------------------------------------
-r23590 | ileoo | 2007-12-13 09:13:56 +0100 (Thu, 13 Dec 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-
-Change backgroundwidget and mediainfo-dialog to use THEMIM
-inputChanged-signal instead of polling.
-
-I think that iteration-count for this one is still under 10 ;)
-
-------------------------------------------------------------------------
-r23589 | xtophe | 2007-12-13 01:14:33 +0100 (Thu, 13 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Typo
-------------------------------------------------------------------------
-r23587 | xtophe | 2007-12-13 00:11:16 +0100 (Thu, 13 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/po/sl.po
-
-Slovenian translation update by Matej Urban?\196?\141i?\196?\141
-
-------------------------------------------------------------------------
-r23586 | xtophe | 2007-12-12 23:59:41 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/vlc.pot
-
-Some files have been splitted
-
-------------------------------------------------------------------------
-r23585 | courmisch | 2007-12-12 21:22:32 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/cache.c
-
-Handle I/O errors while writing the cache file
-
-------------------------------------------------------------------------
-r23584 | courmisch | 2007-12-12 20:55:03 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/modules.c
-
-Use DIR_SEP
-
-------------------------------------------------------------------------
-r23583 | courmisch | 2007-12-12 20:47:39 +0100 (Wed, 12 Dec 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-   M /trunk/src/extras/libc.c
-
-Clear signal mask _between_ fork() and exec*().
-Before fork() would break VLC's own sigmask.
-After exec*() would rely on the children program to do it (and many don't).
-
-------------------------------------------------------------------------
-r23582 | courmisch | 2007-12-12 20:36:05 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-
-Typo
-
-------------------------------------------------------------------------
-r23581 | courmisch | 2007-12-12 20:29:02 +0100 (Wed, 12 Dec 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/include/vlc_modules.h
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/gui/qt4/components/complete_preferences.cpp
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/config/core.c
-   M /trunk/src/libvlc.sym
-   M /trunk/src/modules/modules.c
-
- - Remove config_FindModule as module_Find nowadays does the same thing
- - Use module_Exists as appropriate
- - Rename module_FindName as module_Find
-
-------------------------------------------------------------------------
-r23580 | courmisch | 2007-12-12 20:13:46 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/complete_preferences.cpp
-
-Fix double free
-
-------------------------------------------------------------------------
-r23579 | courmisch | 2007-12-12 20:07:25 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules.h
-   M /trunk/modules/gui/qt4/components/complete_preferences.cpp
-   M /trunk/modules/gui/qt4/components/complete_preferences.hpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/src/modules/modules.h
-
-Hide module_t
-
-------------------------------------------------------------------------
-r23578 | courmisch | 2007-12-12 19:45:11 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.sym
-   M /trunk/src/modules/modules.c
-
-module_GetConfig, module_PutConfig: copy configuration data for a module
-
-------------------------------------------------------------------------
-r23577 | courmisch | 2007-12-12 18:46:15 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Run the symbol check
-
-------------------------------------------------------------------------
-r23576 | courmisch | 2007-12-12 18:45:54 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules.h
-
-Not meant to be committed just yet
-
-------------------------------------------------------------------------
-r23575 | courmisch | 2007-12-12 18:45:25 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_messages.h
-   M /trunk/include/vlc_network.h
-   M /trunk/src/libvlc.sym
-
-More symbols fixes
-
-------------------------------------------------------------------------
-r23574 | courmisch | 2007-12-12 18:43:36 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-
-Use module_Put
-
-------------------------------------------------------------------------
-r23573 | courmisch | 2007-12-12 18:32:41 +0100 (Wed, 12 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.sym
-
-- Unlist synchro stuff that is now internal
-- Add block_fifowake
-
-------------------------------------------------------------------------
-r23572 | courmisch | 2007-12-12 18:31:57 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   A /trunk/src/check_symbols
-
-symbol list consistency checker
-
-------------------------------------------------------------------------
-r23571 | courmisch | 2007-12-12 18:24:20 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.sym
-
-Sort plugin API list properly
-
-------------------------------------------------------------------------
-r23570 | courmisch | 2007-12-12 18:05:55 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules.h
-   M /trunk/src/libvlc.sym
-   M /trunk/src/modules/modules.c
-
-module_Put: releases a reference to a module
-
-------------------------------------------------------------------------
-r23569 | courmisch | 2007-12-12 17:58:19 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules.h
-   M /trunk/src/modules/modules.h
-
-Cosmetic
-
-------------------------------------------------------------------------
-r23568 | courmisch | 2007-12-12 17:46:40 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/cache.c
-   M /trunk/src/modules/os.c
-
-Remove some cruft
-
-------------------------------------------------------------------------
-r23567 | courmisch | 2007-12-12 17:43:52 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   A /trunk/src/modules/cache.c (from /trunk/src/modules/modules.c:23566)
-   M /trunk/src/modules/modules.c
-   M /trunk/src/modules/modules.h
-   A /trunk/src/modules/os.c (from /trunk/src/modules/modules.c:23566)
-
-Split the over-large module.c
-
-------------------------------------------------------------------------
-r23566 | courmisch | 2007-12-12 16:35:57 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/modules.c
-
-FYI, snprintf always nul-terminates
-
-------------------------------------------------------------------------
-r23565 | jpsaman | 2007-12-12 15:35:01 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/modules.c
-
-Don't free() a char variable when it is on the stack (in src/modules/modules.c SaveCache()) and be more sane about contents of psz_filename.
-
-------------------------------------------------------------------------
-r23564 | ileoo | 2007-12-12 09:32:08 +0100 (Wed, 12 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-add myself to list who to blaim for qt4 bugs
-------------------------------------------------------------------------
-r23563 | ileoo | 2007-12-12 09:13:47 +0100 (Wed, 12 Dec 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-
-remove that kludge to use playlistwidget for getting art for
-backgroundwidget, use callback instead and check need of update every
-750ms.
-
-------------------------------------------------------------------------
-r23562 | pdherbemont | 2007-12-12 06:10:38 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list_view.c
-
-control/media_list_view.c: Don't lock the mlist in libvlc_media_list_view_set_ml_notification_callback.
-
-------------------------------------------------------------------------
-r23561 | pdherbemont | 2007-12-12 05:42:15 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/src/misc/threads.c
-
-misc/threads.c: Implement vlc_threads_error(), that is called when an error is encountered in the threading system. The whole point of this is to ease debugging of such situation, by exposing a nice symbol on which we can break. (This costs nearly nothing).
-
-------------------------------------------------------------------------
-r23560 | pdherbemont | 2007-12-12 05:16:33 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-
-Source/VLCMedia.m: No need to ask for more than one meta at the begining.
-
-------------------------------------------------------------------------
-r23559 | pdherbemont | 2007-12-12 05:12:33 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
-
-MacOSX/Framework/VLCMediaListAspect.m: Use the cachedMedia array when giving back the aspect items. That really boost performances by the way.
-
-------------------------------------------------------------------------
-r23558 | pdherbemont | 2007-12-12 04:53:53 +0100 (Wed, 12 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-
-MacOSX/Framework/VLCMedia.m: Speed a bit stringToMetaType.
-
-------------------------------------------------------------------------
-r23557 | jb | 2007-12-12 00:24:57 +0100 (Wed, 12 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/pixmaps/volume-slider-inside.png
-   M /trunk/modules/gui/qt4/pixmaps/volume-slider-outside.png
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-   M /trunk/modules/gui/qt4/util/input_slider.hpp
-
-Qt4 - Slightly smaller sound slider and fix the padding between mouse and shape.
-
-
-------------------------------------------------------------------------
-r23556 | dionoea | 2007-12-11 23:31:34 +0100 (Tue, 11 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Simplify/factorize some of the vout_intf variables creation code.
-
-------------------------------------------------------------------------
-r23555 | dionoea | 2007-12-11 22:51:17 +0100 (Tue, 11 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Remove double return in the Aspect Ratio change callback.
-
-------------------------------------------------------------------------
-r23554 | funman | 2007-12-11 22:28:56 +0100 (Tue, 11 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/npvlc_rc.rc
-   M /trunk/mozilla/vlc.r
-   M /trunk/mozilla/vlcplugin.h
-
-mozilla: add video/divx mimetype
-
-------------------------------------------------------------------------
-r23553 | fenrir | 2007-12-11 22:12:25 +0100 (Tue, 11 Dec 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Added DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE implementation based
-on Glen Gray patch.
-(The code is commented until it is confirmed to compil/work.)
-
-
-------------------------------------------------------------------------
-r23552 | fenrir | 2007-12-11 21:49:56 +0100 (Tue, 11 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-
-Update to use DEMUX_CAN_CONTROL_RATE/DEMUX_SET_RATE when available.
-Based on a patch by Glen Gray.
-
-------------------------------------------------------------------------
-r23551 | fenrir | 2007-12-11 21:06:49 +0100 (Tue, 11 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/clock.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-
-Do not use p_input->p->i_rate directly (no functionnality change yet)
-
-------------------------------------------------------------------------
-r23550 | fenrir | 2007-12-11 20:16:37 +0100 (Tue, 11 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_demux.h
-   M /trunk/src/input/input.c
-
-Introduce DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE (for future rtsp trickplay)
-DEMUX_CAN_PAUSE and DEMUX_CAN_CONTROL_PACE can now fail.
-
-------------------------------------------------------------------------
-r23549 | pdherbemont | 2007-12-11 17:31:20 +0100 (Tue, 11 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-
-MacOSX/Framework/VLCMedia.m: Don't forget to init the metaDictionary, when initing from a media_descriptor object.
-
-------------------------------------------------------------------------
-r23548 | jb | 2007-12-11 16:43:53 +0100 (Tue, 11 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/mono.c
-
-Yet another typo discovered by Philipp Weissenbacher
-
-
-------------------------------------------------------------------------
-r23547 | pdherbemont | 2007-12-11 16:38:46 +0100 (Tue, 11 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m
-
-MacOSX/Framework/VLCMediaDiscoverer.m: Use UTF8String instead of cString.
-
-------------------------------------------------------------------------
-r23546 | pdherbemont | 2007-12-11 16:38:00 +0100 (Tue, 11 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-
-MacOSX/Framework/VLCMedia.m: Separate the different part by some nice comments. Remove uneeded and complicated code in meta information retrieval. Use stringWithUT8String instead of stringWithCString.
-
-------------------------------------------------------------------------
-r23545 | ivoire | 2007-12-11 14:47:32 +0100 (Tue, 11 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/src/misc/update.c
-
-Simplify the version test dans remove useless things
-------------------------------------------------------------------------
-r23544 | pdherbemont | 2007-12-11 14:09:13 +0100 (Tue, 11 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-
-MacOSX/Framework/VLCMedia.m: Remove not used code.
-
-------------------------------------------------------------------------
-r23543 | pdherbemont | 2007-12-11 14:06:19 +0100 (Tue, 11 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMedia.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-
-MacOSX/Framework/VLCMedia.m: Use mediaWithURL:(NSURL*) instead of mediaWithURL:(NSString*). Add a mediaWithPath:(NSString*) constructor.
-
-------------------------------------------------------------------------
-r23542 | pdherbemont | 2007-12-11 12:49:43 +0100 (Tue, 11 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
-
-MacOSX/Framework/VLC.xcodeproj: Various updates, such as removal of the SDK, gc support, and QuartzCore linking, and use NATIVE_ARCH as the only target.
-
-------------------------------------------------------------------------
-r23541 | fkuehne | 2007-12-11 12:25:21 +0100 (Tue, 11 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-compile before you commit
-------------------------------------------------------------------------
-r23540 | fkuehne | 2007-12-11 11:55:55 +0100 (Tue, 11 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/Modules.am
-
-osx: disable the compilation of our update panel's code until its core functionality is re-written
-------------------------------------------------------------------------
-r23539 | jb | 2007-12-11 09:03:44 +0100 (Tue, 11 Dec 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/vlm.cpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.hpp
-   M /trunk/modules/gui/qt4/ui/vlm.ui
-
-Qt4 - Rewrite of the VLM Dialog. It features a list on the left of the VLM object, and a right pane to see them in details. Creation and modification is doable. This is not yet a VCR, but it could be :D
-The code is way not finished and uncleaned, but feel free to improve.
-Only Brodcast elements have a start of code.
-
-
-
-------------------------------------------------------------------------
-r23538 | jb | 2007-12-11 04:42:17 +0100 (Tue, 11 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-Real Demuxer: Code factorisation after previous commit.
-
-
-------------------------------------------------------------------------
-r23537 | jb | 2007-12-11 04:36:01 +0100 (Tue, 11 Dec 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-Real demuxer, set correctly the PCR, patch by Yuehua Zhao, modified by /me.
-It should fix some issues with Samples with Video + Cook.
-If you think this is wrong, please revert.
-
-
-
-------------------------------------------------------------------------
-r23536 | ivoire | 2007-12-11 01:52:05 +0100 (Tue, 11 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
-
-Add the modification to the wxwidget interface and make the buildbot happy
-------------------------------------------------------------------------
-r23535 | ivoire | 2007-12-11 00:12:45 +0100 (Tue, 11 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc_update.h
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/qt4/dialogs/help.hpp
-   M /trunk/src/misc/update.c
-
-Modify the update system : I will add more functionnality but this is the beginning
-------------------------------------------------------------------------
-r23534 | fkuehne | 2007-12-10 23:35:55 +0100 (Mon, 10 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* fixed a corner case on PowerPC-based Macs since MACOSX_DEPLOYMENT_TARGET is set to 10.1 on these devices, although we need at least 10.3 and prefer 10.4
-------------------------------------------------------------------------
-r23533 | fkuehne | 2007-12-10 22:50:54 +0100 (Mon, 10 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* disable the usage of the OSX SDKs by default due to a known incompatibility between the libraries used on 10.4.8 (or higher) and the existing 10.4u SDK. This solves the current compilation issues with the AUHAL and Screen.Mac modules and closes #1399
-------------------------------------------------------------------------
-r23532 | jb | 2007-12-10 19:45:18 +0100 (Mon, 10 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-
-Qt4 - minwidth of dropdown inside settings dialogs, patch by Andr?\195?\169 Weber
-
-------------------------------------------------------------------------
-r23531 | fkuehne | 2007-12-10 18:12:35 +0100 (Mon, 10 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* disable Screen Capturing on OSX until it is fixed because it blocks all builds on most 10.4 setups (refs #1399)
-------------------------------------------------------------------------
-r23530 | jpsaman | 2007-12-10 15:20:32 +0100 (Mon, 10 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live.patch
-
-OPTIONS timeout of 5 seconds is way to short for some systems, so make it 30 instead.
-
-------------------------------------------------------------------------
-r23529 | funman | 2007-12-10 15:17:34 +0100 (Mon, 10 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify/telepathy.c
-
-telepathy: shows an empty status when VLC has been stopped
-
-------------------------------------------------------------------------
-r23528 | funman | 2007-12-10 14:23:37 +0100 (Mon, 10 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/vlc-config.in.in
-
-vlc-config: don't store optimisation cflags in cppflags (preprocessor flags), revive --cppflags
-qt4: use preprocessor flags with moc, so it finds the headers in the right place
-
-------------------------------------------------------------------------
-r23527 | jpsaman | 2007-12-10 11:54:06 +0100 (Mon, 10 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Lower severity of message
-------------------------------------------------------------------------
-r23526 | jpsaman | 2007-12-10 11:03:13 +0100 (Mon, 10 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live.patch
-   M /trunk/modules/demux/live555.cpp
-
-Fix hang in live555 when sending RTSP OPTIONS by letting readSocket() timeout after 5 seconds. Added reconnect case to modules/demux/live555.cpp (without backing off scenario).
-------------------------------------------------------------------------
-r23525 | jb | 2007-12-10 04:01:14 +0100 (Mon, 10 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/vlm.cpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.hpp
-   M /trunk/modules/gui/qt4/ui/vlm.ui
-
-Qt4 - VLM dialog rework.
-
-------------------------------------------------------------------------
-r23524 | fkuehne | 2007-12-10 01:38:21 +0100 (Mon, 10 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-typo
-------------------------------------------------------------------------
-r23523 | fkuehne | 2007-12-10 01:35:23 +0100 (Mon, 10 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/AppleRemote.m
-   M /trunk/modules/gui/macosx/about.m
-   M /trunk/modules/gui/macosx/applescript.h
-   M /trunk/modules/gui/macosx/applescript.m
-   M /trunk/modules/gui/macosx/bookmarks.h
-   M /trunk/modules/gui/macosx/bookmarks.m
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/embeddedwindow.h
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-   M /trunk/modules/gui/macosx/equalizer.h
-   M /trunk/modules/gui/macosx/fspanel.h
-   M /trunk/modules/gui/macosx/fspanel.m
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/misc.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/output.h
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-   M /trunk/modules/gui/macosx/update.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-
-* cleaning, reformatting, clarifying here and there...
-------------------------------------------------------------------------
-r23522 | fkuehne | 2007-12-10 00:41:09 +0100 (Mon, 10 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-* fix [23509]
-------------------------------------------------------------------------
-r23521 | courmisch | 2007-12-09 22:49:48 +0100 (Sun, 09 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_modules.h
-   M /trunk/include/vlc_modules_macros.h
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/modules/entry.c
-   M /trunk/src/modules/modules.c
-
-Remove unneeded psz_program hack.
-(Modules that would still depend on module_config_t are not going to like this, but it's not like you weren't warned a long time ahead)
-
-------------------------------------------------------------------------
-r23520 | courmisch | 2007-12-09 22:36:32 +0100 (Sun, 09 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/make-alias
-
-Build VLC aliases cleanly (don't need to parse argv[0])
-
-------------------------------------------------------------------------
-r23519 | courmisch | 2007-12-09 21:16:20 +0100 (Sun, 09 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Simply X11 Qt4 error detection
-
-------------------------------------------------------------------------
-r23518 | courmisch | 2007-12-09 21:02:03 +0100 (Sun, 09 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-Prevent gettext bug on glibc 2.5 too
-
-------------------------------------------------------------------------
-r23517 | courmisch | 2007-12-09 20:55:16 +0100 (Sun, 09 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Do not privatize module_config_t - yet
-
-------------------------------------------------------------------------
-r23516 | funman | 2007-12-09 20:42:02 +0100 (Sun, 09 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-fix #1382
-
-------------------------------------------------------------------------
-r23515 | courmisch | 2007-12-09 20:33:51 +0100 (Sun, 09 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   A /trunk/src/config
-   A /trunk/src/config/chain.c (from /trunk/src/modules/configuration_chain.c:23514)
-   A /trunk/src/config/cmdline.c (from /trunk/src/modules/configuration.c:23514)
-   A /trunk/src/config/config.h (from /trunk/src/modules/configuration.h:23514)
-   A /trunk/src/config/core.c (from /trunk/src/modules/configuration.c:23514)
-   A /trunk/src/config/file.c (from /trunk/src/modules/configuration.c:23514)
-   A /trunk/src/config/intf.c (from /trunk/src/modules/configuration.c:23514)
-   M /trunk/src/libvlc-common.c
-   D /trunk/src/modules/configuration.c
-   D /trunk/src/modules/configuration.h
-   D /trunk/src/modules/configuration_chain.c
-   M /trunk/src/modules/modules.c
-   M /trunk/src/playlist/loadsave.c
-
-Split the big config file
-
-------------------------------------------------------------------------
-r23514 | courmisch | 2007-12-09 20:00:25 +0100 (Sun, 09 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Fix superfluous double init
-
-------------------------------------------------------------------------
-r23513 | courmisch | 2007-12-09 19:59:35 +0100 (Sun, 09 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/configuration_chain.c
-
-Not yet missing #include
-
-------------------------------------------------------------------------
-r23512 | courmisch | 2007-12-09 19:56:09 +0100 (Sun, 09 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Fix compiler warning
-
-------------------------------------------------------------------------
-r23511 | dionoea | 2007-12-09 19:32:02 +0100 (Sun, 09 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/share/http-lua/index.html
-   M /trunk/share/http-lua/mosaic.html
-   M /trunk/share/http-lua/vlm.html
-
-Really fix charset for http-lua pages (--[[ ]] are block comments in lua so anything inside those isn't taken into account)
-
-------------------------------------------------------------------------
-r23510 | courmisch | 2007-12-09 19:16:15 +0100 (Sun, 09 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/share/http/flash.html
-   M /trunk/share/http/index.html
-   M /trunk/share/http/mosaic.html
-   M /trunk/share/http/requests/browse.xml
-   M /trunk/share/http/requests/playlist.xml
-   M /trunk/share/http/requests/status.xml
-   M /trunk/share/http/requests/vlm.xml
-   M /trunk/share/http/requests/vlm_cmd.xml
-   M /trunk/share/http/vlm.html
-   M /trunk/share/http-lua/index.html
-
-Fix charset
-
-------------------------------------------------------------------------
-r23509 | courmisch | 2007-12-09 18:39:28 +0100 (Sun, 09 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_access.h
-   M /trunk/include/vlc_sout.h
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/eyetv.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/pvr.c
-   M /trunk/modules/access/smb.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access_filter/bandwidth.c
-   M /trunk/modules/access_filter/dump.c
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/shout.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/src/stream_output/stream_output.c
-
-Use (s)size_t for pf_read and pf_write.
-This is very likely to break .*64 platforms.
-
-------------------------------------------------------------------------
-r23508 | dionoea | 2007-12-09 16:23:06 +0100 (Sun, 09 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-Add option to reset controls to their default value at runtime. Add "controls-update" variable which is triggered if any of the controls value is changed. Add some comments and change some function names.
-
-------------------------------------------------------------------------
-r23507 | phmo95 | 2007-12-09 15:33:18 +0100 (Sun, 09 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/VLCExample.java
-   M /trunk/bindings/java/src/video-jni.cc
-
-Update snapshot method.
-------------------------------------------------------------------------
-r23506 | phmo95 | 2007-12-09 15:30:57 +0100 (Sun, 09 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/org/videolan/jvlc/Video.java
-   M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
-
-Update snapshot method.
-------------------------------------------------------------------------
-r23504 | Trax | 2007-12-09 01:57:55 +0100 (Sun, 09 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-
-* modules/demux/playlist/m3u.c: typo you -> your
-------------------------------------------------------------------------
-r23503 | dionoea | 2007-12-09 00:00:51 +0100 (Sun, 09 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/modules/gui/qt4/components/extended_panels.hpp
-
-Automatically refresh the v4l2 extended panel on focus.
-
-------------------------------------------------------------------------
-r23502 | dionoea | 2007-12-08 23:19:30 +0100 (Sat, 08 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/modules/gui/qt4/components/extended_panels.hpp
-   M /trunk/modules/gui/qt4/ui/v4l2.ui
-
-Fixes to the v4l2 extended panel (works fine for multiple refreshes).
-
-------------------------------------------------------------------------
-r23501 | jb | 2007-12-08 21:17:24 +0100 (Sat, 08 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Qt4 - Remove useless things from uic output.
-
-
-------------------------------------------------------------------------
-r23500 | dionoea | 2007-12-08 20:38:49 +0100 (Sat, 08 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/modules/gui/qt4/components/extended_panels.hpp
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-   A /trunk/modules/gui/qt4/ui/v4l2.ui
-
-Add v4l2 section in extended pannel. The code isn't v4l2 specific at all so it could be adapted for other modules (as long as those define the "controls" variables with a list of controls that can be changed at runtime).
-
-------------------------------------------------------------------------
-r23499 | dionoea | 2007-12-08 18:28:57 +0100 (Sat, 08 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-Ooops, this wasn't supposed to be here anymore.
-
-------------------------------------------------------------------------
-r23498 | dionoea | 2007-12-08 18:26:20 +0100 (Sat, 08 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-Rework the v4l2 control handling. Variables corresponding to controls don't have any v4l2 suffix anymore. Variables for custom controls are also created. See "vars v4l2" in the rc interface. The "controls" variables is a list of all controls available. Next step is to use all these changes in the Qt interface to create a v4l2 control pannel.
-
-------------------------------------------------------------------------
-r23497 | dionoea | 2007-12-08 17:53:56 +0100 (Sat, 08 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_variables.h
-   M /trunk/src/misc/variables.c
-
-Add VLC_VAR_GET{MIN,MAX,STEP} commands. Make it possible to use VLC_VAR_INHERITVALUE with a 2nd argument which will be used as the variable name to inherit (for example you want to inherit a variable named "v4l2-hue" into a variable named "hue": vlc_value_t val; val.psz_string = strdup( "v4l2-hue" ); var_Change( p_demux, "hue", VLC_VAR_INHERITVALUE, NULL, &val ); free( val.psz_string ); )
-
-------------------------------------------------------------------------
-r23496 | jb | 2007-12-08 05:23:13 +0100 (Sat, 08 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-Qt4 - small cosmetic change.
-
-
-------------------------------------------------------------------------
-r23495 | jb | 2007-12-08 05:21:02 +0100 (Sat, 08 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/info_panels.cpp
-   M /trunk/modules/gui/qt4/components/info_panels.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-
-Qt4 - MediaInfoPanel, fix a segfault and don't clear() everytime you update and there is no input. :D
-
-------------------------------------------------------------------------
-r23494 | jb | 2007-12-08 05:19:45 +0100 (Sat, 08 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/open_panels.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/menus.hpp
-
-Qt4 - FIXME and comments fix. If you want to help, just grep -r FIXME *
-
-
-------------------------------------------------------------------------
-r23493 | gbazin | 2007-12-08 02:23:36 +0100 (Sat, 08 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-
-* modules/access/mms/mmsh.c: fixed changeset 23489. Please compile before you submit.
-------------------------------------------------------------------------
-r23492 | gbazin | 2007-12-08 01:58:18 +0100 (Sat, 08 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/src/audio_output/dec.c
-
-*  src/audio_output/dec.c: revert changeset 22216 which doesn't make any sense whatsoever.
-------------------------------------------------------------------------
-r23491 | jpsaman | 2007-12-08 01:08:34 +0100 (Sat, 08 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-
-Little cleanup.
-
-------------------------------------------------------------------------
-r23490 | jpsaman | 2007-12-08 01:08:00 +0100 (Sat, 08 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/asf.c
-   M /trunk/modules/access/mms/buffer.c
-
-Remove dead code (and commented out fprintf's).
-
-------------------------------------------------------------------------
-r23489 | jpsaman | 2007-12-08 01:06:01 +0100 (Sat, 08 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-
-Check malloc return value and cleanup.
-
-------------------------------------------------------------------------
-r23488 | jpsaman | 2007-12-08 01:04:26 +0100 (Sat, 08 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/mms/asf.h
-   M /trunk/modules/access/mms/buffer.h
-   M /trunk/modules/access/mms/mms.h
-   M /trunk/modules/access/mms/mmsh.h
-   M /trunk/modules/access/mms/mmstu.h
-
-Guard headerfiles in modules/access/mms/*.h against multiple inclusions.
-------------------------------------------------------------------------
-r23487 | jpsaman | 2007-12-08 01:02:46 +0100 (Sat, 08 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/mux.c
-
-Remove excess whiteline
-------------------------------------------------------------------------
-r23486 | dionoea | 2007-12-07 22:33:16 +0100 (Fri, 07 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-Change the v4l2-chroma long help string.
-
-------------------------------------------------------------------------
-r23485 | dionoea | 2007-12-07 22:27:03 +0100 (Fri, 07 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-Add MJPEG support to the v4l2 access (and simplify the buffer size handling code). I now need people with v4l2 compatible devices with JPEG, DV and MPEG support to try to enable those features.
-
-------------------------------------------------------------------------
-r23484 | jb | 2007-12-07 03:59:19 +0100 (Fri, 07 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
-   A /trunk/modules/gui/qt4/components/playlist/playlist.cpp (from /trunk/modules/gui/qt4/components/interface_widgets.cpp:23475)
-   A /trunk/modules/gui/qt4/components/playlist/playlist.hpp (from /trunk/modules/gui/qt4/components/interface_widgets.hpp:23475)
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - remove PlaylistWidget from interface_widget and move it to its own file in the playlist/
-
-------------------------------------------------------------------------
-r23483 | jpsaman | 2007-12-06 20:08:04 +0100 (Thu, 06 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Cleanup.
-
-------------------------------------------------------------------------
-r23482 | jpsaman | 2007-12-06 18:56:28 +0100 (Thu, 06 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/engine.c
-
-No need to sleep 25 ms, a bit longer will do fine too.
-------------------------------------------------------------------------
-r23481 | jpsaman | 2007-12-06 17:26:46 +0100 (Thu, 06 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/src/input/input.c
-   M /trunk/src/playlist/engine.c
-
-CodingStyle fixes, use ; when using macros and do not write it in the macro definition.
-
-------------------------------------------------------------------------
-r23480 | jpsaman | 2007-12-06 16:33:45 +0100 (Thu, 06 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-Don't call input_ChangeState() constantly while being in error state, because it triggers callbacks at each call. This can result in a busy rc interface.
-------------------------------------------------------------------------
-r23479 | jpsaman | 2007-12-06 15:35:40 +0100 (Thu, 06 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Add Remi Duraffort to THANKS file.
-
-------------------------------------------------------------------------
-r23478 | jpsaman | 2007-12-06 15:18:02 +0100 (Thu, 06 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-Patch by Remi Duraffort <ivoire at via.ecp.fr>: Replace fprintf with msg_Err().
-
-------------------------------------------------------------------------
-r23477 | jpsaman | 2007-12-06 12:40:22 +0100 (Thu, 06 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/fb.c
-
-Only test the terminal if --fb-tty is used.
-
-------------------------------------------------------------------------
-r23476 | jb | 2007-12-06 09:15:37 +0100 (Thu, 06 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-   M /trunk/modules/gui/qt4/dialogs/gototime.cpp
-   M /trunk/modules/gui/qt4/dialogs/gototime.hpp
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-   M /trunk/modules/gui/qt4/dialogs/messages.hpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs/podcast_configuration.hpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.cpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.hpp
-
-Qt4 - Coding style fixes by R?\195?\169mi Duraffort.
-
-
-------------------------------------------------------------------------
-r23475 | jb | 2007-12-06 09:04:21 +0100 (Thu, 06 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/info_panels.cpp
-   M /trunk/modules/gui/qt4/components/info_panels.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-Qt4 - MediaInformation, simplification of the states machine, removal of over-complicated methods. Cleaning and other small fixes.
-Please report regressions on that part.
-
-------------------------------------------------------------------------
-r23474 | jb | 2007-12-06 09:02:43 +0100 (Thu, 06 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-
-Qt4 - Change the default extended panel size.
-
-
-------------------------------------------------------------------------
-r23473 | jb | 2007-12-06 09:01:41 +0100 (Thu, 06 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-
-Qt4 - Use enum instead of defines.
-
-------------------------------------------------------------------------
-r23472 | jb | 2007-12-06 09:01:09 +0100 (Thu, 06 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/menus.hpp
-
-Qt4 Menu macro removal.
-
-------------------------------------------------------------------------
-r23471 | funman | 2007-12-06 02:20:26 +0100 (Thu, 06 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-fix #1382
-------------------------------------------------------------------------
-r23468 | hovis | 2007-12-05 23:51:29 +0100 (Wed, 05 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-v4l2: Workaround misbehaving devices (2 DVB cards in my case)
-
-
-------------------------------------------------------------------------
-r23467 | fkuehne | 2007-12-05 20:47:10 +0100 (Wed, 05 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
-
-* fix ffmpeg compilation by reverting their revision 11100
-------------------------------------------------------------------------
-r23466 | fkuehne | 2007-12-05 20:24:54 +0100 (Wed, 05 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
-
-* first update of our ffmpeg for MacTel patch. Doesn't fully compile yet..
-------------------------------------------------------------------------
-r23465 | fkuehne | 2007-12-05 19:24:21 +0100 (Wed, 05 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/modules/gui/macosx/about.m
-
-*coughcough*
-------------------------------------------------------------------------
-r23464 | xtophe | 2007-12-05 18:31:32 +0100 (Wed, 05 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/vlc.pot
-
-File names have been modified
-
-------------------------------------------------------------------------
-r23463 | fkuehne | 2007-12-05 18:26:52 +0100 (Wed, 05 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/x264-svn-darwin.patch
-
-* limit x264 to rev 701 for now and apply our patch taken from branch (r23341 and r23322). additionally, checkout stuff from svn instead of exporting. This makes it easier to track useful revisions for releases
-------------------------------------------------------------------------
-r23462 | fkuehne | 2007-12-05 18:18:56 +0100 (Wed, 05 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/libdvdnav.patch
-
-* a part of our patch was submitted upstream
-------------------------------------------------------------------------
-r23461 | jb | 2007-12-05 18:08:45 +0100 (Wed, 05 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-
-Qt4 - When adding a file to the playlist by clicking on "Read" in the OpenFile dialog, the first time it's ok but the next click you add 2 times and then more times the same file.
-Patch from R?\195?\169mi Duraffort.
-
-------------------------------------------------------------------------
-r23460 | jb | 2007-12-05 18:07:05 +0100 (Wed, 05 Dec 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-Qt4 - Typos/Code conventions/spaces/Cleaning.
-Patch by R?\195?\169mi Duraffort.
-
-
-------------------------------------------------------------------------
-r23459 | jb | 2007-12-05 18:05:23 +0100 (Wed, 05 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Space removal
-Commit from MIT.
-
-------------------------------------------------------------------------
-r23458 | fkuehne | 2007-12-05 17:27:12 +0100 (Wed, 05 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-
-* typo in previous commit
-------------------------------------------------------------------------
-r23457 | fkuehne | 2007-12-05 17:25:41 +0100 (Wed, 05 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/about.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* display the GPL in a separate window linked in the About window and the Help menu. Code cleanup (faster and less memory consuming).
-------------------------------------------------------------------------
-r23456 | funman | 2007-12-05 14:54:29 +0100 (Wed, 05 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-typo
-------------------------------------------------------------------------
-r23455 | jb | 2007-12-05 05:19:26 +0100 (Wed, 05 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/menus.hpp
-
-Qt4 - Macros removal from menus.hpp... Still some to do. But the biggest are done. Should reduce code size.
-Commit from Boston
-
-------------------------------------------------------------------------
-r23454 | fkuehne | 2007-12-04 23:24:18 +0100 (Tue, 04 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-
-* store the embedded vout's screen position on quit. Thanks to tomeo on IRC for the hint
-------------------------------------------------------------------------
-r23453 | dionoea | 2007-12-04 22:37:50 +0100 (Tue, 04 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/share/http/requests/vlm.xml
-
-Fixes #1388
-
-------------------------------------------------------------------------
-r23452 | funman | 2007-12-04 21:43:31 +0100 (Tue, 04 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/activex/vlccontrol2.cpp
-
-fix activex compilation
-------------------------------------------------------------------------
-r23451 | funman | 2007-12-04 21:01:07 +0100 (Tue, 04 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/video.c
-
-libvlc_video_take_snapshot(): specify snapshot's height and width
-
-------------------------------------------------------------------------
-r23450 | funman | 2007-12-04 19:36:13 +0100 (Tue, 04 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_osd.h
-
-typo
-
-------------------------------------------------------------------------
-r23449 | jpsaman | 2007-12-04 19:26:30 +0100 (Tue, 04 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Remove obsolete comment.
-
-------------------------------------------------------------------------
-r23448 | funman | 2007-12-04 16:49:28 +0100 (Tue, 04 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-vout_Snapshot(): hability to specify width & height when the snapshot isn't taken by an object.
-Value of 0 for width OR height means that we want to keep the original aspect ratio.
-
-------------------------------------------------------------------------
-r23447 | jb | 2007-12-04 05:10:32 +0100 (Tue, 04 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/errors.cpp
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - renaming functions cosmetic and KDE/GNome/Windows button fight.
-
-
-------------------------------------------------------------------------
-r23446 | jpsaman | 2007-12-03 23:39:55 +0100 (Mon, 03 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Revert [23438] because --enable-fast-install does the same.
-
-------------------------------------------------------------------------
-r23445 | pdherbemont | 2007-12-03 22:34:03 +0100 (Mon, 03 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-
-control/core.c: Use C99's __func__ unstead of gcc's __FUNCTION__ as dionoea requested in libvlc_exception_not_handled(). Make that function static.
-
-------------------------------------------------------------------------
-r23444 | jpsaman | 2007-12-03 17:17:13 +0100 (Mon, 03 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/netbox3.mak
-
-Add image and image2pipe muxers to netbox FFMPEGCONF settings.
-
-------------------------------------------------------------------------
-r23443 | jb | 2007-12-03 15:34:10 +0100 (Mon, 03 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   A /trunk/modules/gui/qt4/components/info_panels.cpp (from /trunk/modules/gui/qt4/components/infopanels.cpp:23418)
-   A /trunk/modules/gui/qt4/components/info_panels.hpp (from /trunk/modules/gui/qt4/components/infopanels.hpp:23418)
-   D /trunk/modules/gui/qt4/components/infopanels.cpp
-   D /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-
-Qt4 - File renaming for consistency.
-
-
-------------------------------------------------------------------------
-r23442 | jb | 2007-12-03 15:21:35 +0100 (Mon, 03 Dec 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   D /trunk/modules/gui/qt4/components/open.cpp
-   D /trunk/modules/gui/qt4/components/open.hpp
-   A /trunk/modules/gui/qt4/components/open_panels.cpp (from /trunk/modules/gui/qt4/components/open.cpp:23418)
-   A /trunk/modules/gui/qt4/components/open_panels.hpp (from /trunk/modules/gui/qt4/components/open.hpp:23418)
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Qt4 - MainInterface cleaning, FIXME labelling, Simplification, put the delay of status Toolip to 3s, re-ask the privacy dialog if closed the previous time without a correct validation before.
-Commit from NYC/NY/Columbia University ;)
-
-------------------------------------------------------------------------
-r23441 | funman | 2007-12-03 15:19:13 +0100 (Mon, 03 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/dummy/vout.c
-
-Copy [23439] for dummy video output
-
-------------------------------------------------------------------------
-r23440 | jpsaman | 2007-12-03 15:12:09 +0100 (Mon, 03 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/netbox3.mak
-
-Add encoders for bmp, jpeg and png to netbox.
-
-------------------------------------------------------------------------
-r23439 | jpsaman | 2007-12-03 15:04:41 +0100 (Mon, 03 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/fb.c
-
-Fix snapshot functionality in video_output/fb.c
-
-------------------------------------------------------------------------
-r23438 | jpsaman | 2007-12-03 11:05:39 +0100 (Mon, 03 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Install .libs/vlc instead of libtool script vlc.
-
-------------------------------------------------------------------------
-r23437 | jpsaman | 2007-12-03 11:05:37 +0100 (Mon, 03 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/netbox3.mak
-   M /trunk/extras/contrib/src/Makefile
-
-Move distribution specific settings to Distributions/netbox3.mak.
-
-------------------------------------------------------------------------
-r23436 | jpsaman | 2007-12-03 10:48:07 +0100 (Mon, 03 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-Redine menu hotkeys because they collided with other keys.
-
-------------------------------------------------------------------------
-r23435 | pdherbemont | 2007-12-02 22:57:39 +0100 (Sun, 02 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list_view.c
-
-control/media_list_view.c: Properly forward item added event to subclasses, and  properly unregister events.
-
-------------------------------------------------------------------------
-r23434 | pdherbemont | 2007-12-02 19:52:50 +0100 (Sun, 02 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-
-control/core.c: Print an error on not handled libvlc exception. We'd better encourage third parties to take care of error sooner than later.
-
-------------------------------------------------------------------------
-r23433 | hovis | 2007-12-02 19:49:18 +0100 (Sun, 02 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-v4l2: Progress with Alsa.  Sounds much better :-)
-------------------------------------------------------------------------
-r23432 | pdherbemont | 2007-12-02 19:35:39 +0100 (Sun, 02 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
-
-MacOSX/Framework/VLCEventManager.m: Remove unuseful ;.
-
-------------------------------------------------------------------------
-r23431 | pdherbemont | 2007-12-02 19:20:54 +0100 (Sun, 02 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/event.c
-
-control/event.c: Print the event string description on error, instead of its numerical type.
-
-------------------------------------------------------------------------
-r23430 | hovis | 2007-12-02 17:17:06 +0100 (Sun, 02 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-v4l2: Fixed Gamma.
-------------------------------------------------------------------------
-r23429 | dionoea | 2007-12-02 15:41:23 +0100 (Sun, 02 Dec 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-Fix menu control value display code.
-Display current control value in VideoControlList.
-Add option to reset all video controls to their default value on startup.
-
-------------------------------------------------------------------------
-r23428 | dionoea | 2007-12-02 15:14:50 +0100 (Sun, 02 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-Add "videocontrol" command variable to issue controls other than those which we explicitly support. For example, "@v4l2 videocontrol 8000002 30" changes the sharpness to something horrible on my webcam.
-
-------------------------------------------------------------------------
-r23427 | dionoea | 2007-12-02 15:04:32 +0100 (Sun, 02 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-Add v4l2-gamma control. Also print control details for private controls.
-
-------------------------------------------------------------------------
-r23426 | hovis | 2007-12-02 13:53:35 +0100 (Sun, 02 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-v4l2: Fixed dynamic video metric updates.  Better handling of defaults.
-------------------------------------------------------------------------
-r23425 | hovis | 2007-12-02 01:13:45 +0100 (Sun, 02 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-v4l2: Fixed VideoControlList.
-------------------------------------------------------------------------
-r23424 | funman | 2007-12-02 00:41:47 +0100 (Sun, 02 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/strings.c
-
-vlc_b64_decode_binary_to_buffer(): i_dst is the size of the destination buffer, not the source buffer
-
-------------------------------------------------------------------------
-r23423 | dionoea | 2007-12-02 00:41:40 +0100 (Sun, 02 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-Don't fail launching the video device if a video control failed. Update the hue/saturation/brightness/contrast values in the callback before issue the video control. (I haven't been able to test yet due to lack of hardware)
-
-------------------------------------------------------------------------
-r23422 | dionoea | 2007-12-01 18:00:20 +0100 (Sat, 01 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-Factorise the Video Control code. List all available controls in debug messages. Add a callback to update those we already support on the flag (doesn't work properly yet, it might need a restart or something and people on #v4l aren't really helpfull).
-
-------------------------------------------------------------------------
-r23421 | dionoea | 2007-12-01 16:38:05 +0100 (Sat, 01 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-Don't compile any of the alsa audio input code if HAVE_ALSA isn't defined. This mainly removes the --v4l2-alsa option if alsa devlopement headers aren't available.
-
-------------------------------------------------------------------------
-r23420 | funman | 2007-12-01 10:19:00 +0100 (Sat, 01 Dec 2007) | 1 line
-Changed paths:
-   M /trunk/src/misc/update.c
-
-oops
-------------------------------------------------------------------------
-r23419 | jb | 2007-12-01 05:43:37 +0100 (Sat, 01 Dec 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/pixmaps/volume-slider-inside.png
-   M /trunk/modules/gui/qt4/pixmaps/volume-slider-outside.png
-
-triangle for the volume... A bit less ugly.
-
-------------------------------------------------------------------------
-r23418 | xtophe | 2007-11-30 18:47:58 +0100 (Fri, 30 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/release-howto.txt
-
-Try to avoid leak
-
-------------------------------------------------------------------------
-r23417 | Trax | 2007-11-30 18:35:54 +0100 (Fri, 30 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* NEWS: sync with 0.8.6d
-------------------------------------------------------------------------
-r23415 | pdherbemont | 2007-11-30 16:23:31 +0100 (Fri, 30 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-
-MacOSX/Framework/VLCMediaList.m: Don't lock in initMediaListInternal, we risk double lock.
-
-------------------------------------------------------------------------
-r23414 | jb | 2007-11-30 09:33:39 +0100 (Fri, 30 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/inhibit.c
-
-Yet another one from Philipp Weissenbacher.
-
-
-------------------------------------------------------------------------
-r23413 | jb | 2007-11-30 09:14:10 +0100 (Fri, 30 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/seamcarving.c
-
-Typo spotted by Philipp Weisenbacher.
-
-
-------------------------------------------------------------------------
-r23412 | xtophe | 2007-11-29 23:36:59 +0100 (Thu, 29 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Typo
-------------------------------------------------------------------------
-r23411 | xtophe | 2007-11-29 23:30:34 +0100 (Thu, 29 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_video.ui
-
-No need to have overlay twice in the preferences
-
-------------------------------------------------------------------------
-r23410 | xtophe | 2007-11-29 23:22:40 +0100 (Thu, 29 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-
-Improve stability of the preferences dialog. Patch by Andre Weber
-
-------------------------------------------------------------------------
-r23409 | courmisch | 2007-11-29 19:39:24 +0100 (Thu, 29 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
-Typo
-
-------------------------------------------------------------------------
-r23408 | hovis | 2007-11-29 17:07:22 +0100 (Thu, 29 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/v4l2.c
-
-v4l2: Experimental ALSA input support.  Currently non functional.  Still defaults to OSS.
-------------------------------------------------------------------------
-r23407 | jpsaman | 2007-11-29 16:16:37 +0100 (Thu, 29 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Fix devision by zero in spu_RenderSubpictures.
-
-------------------------------------------------------------------------
-r23406 | jpsaman | 2007-11-29 16:16:35 +0100 (Thu, 29 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Remove stray character after testing for enable-libgcrypt and enable_gnutls.
-
-------------------------------------------------------------------------
-r23405 | jpsaman | 2007-11-29 16:16:32 +0100 (Thu, 29 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Be more carefull on when rtpInfo timestamps should be set.
-
-------------------------------------------------------------------------
-r23404 | funman | 2007-11-29 03:20:36 +0100 (Thu, 29 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-qt4 update: don't crash if there was a problem with update_New()
-------------------------------------------------------------------------
-r23403 | pdherbemont | 2007-11-29 00:33:24 +0100 (Thu, 29 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-src/libvlc-common.c: Only print a piece of Info about cvlc if we are using 'vlc'.
-
-------------------------------------------------------------------------
-r23402 | pdherbemont | 2007-11-29 00:22:01 +0100 (Thu, 29 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Pre-Compile.sh
-   M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
-
-MacOSX/Framework: Minimizes Package Size. only copy the libraries that the vlc modules need. (Patch by Enrique Osuna).
-
-------------------------------------------------------------------------
-r23401 | funman | 2007-11-28 21:28:55 +0100 (Wed, 28 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-Avoid C++ comments be compatible with C ANSI
-------------------------------------------------------------------------
-r23400 | courmisch | 2007-11-28 20:02:43 +0100 (Wed, 28 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/m4/Makefile.am
-   D /trunk/m4/libgcrypt.m4
-
-Remove silly m4 file. I'd rather use UPTODATE version on my system than some crap from VLC tree
-
-------------------------------------------------------------------------
-r23399 | courmisch | 2007-11-28 20:00:12 +0100 (Wed, 28 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config.h
-
-Default DVD to NULL for autodetection (hmm...)
-
-------------------------------------------------------------------------
-r23398 | funman | 2007-11-28 19:58:06 +0100 (Wed, 28 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/m4/Makefile.am
-   A /trunk/m4/libgcrypt.m4
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/share/Makefile.am
-
-Adds some missing files to dist target (blaming j-b & dionoea)
-Adds libgcrypt.m4 for systems running autotools without libgcrypt-dev installed
-Prefers tabs over spaces in Makefiles
-
-------------------------------------------------------------------------
-r23397 | courmisch | 2007-11-28 19:52:19 +0100 (Wed, 28 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config.h
-
-Typo
-
-------------------------------------------------------------------------
-r23396 | courmisch | 2007-11-28 19:38:36 +0100 (Wed, 28 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config.h
-   M /trunk/src/libvlc-module.c
-
-Set default DVD defice
-
-------------------------------------------------------------------------
-r23395 | courmisch | 2007-11-28 19:05:08 +0100 (Wed, 28 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/screen/win32.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r23394 | courmisch | 2007-11-28 19:01:32 +0100 (Wed, 28 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-
-Ordering
-
-------------------------------------------------------------------------
-r23393 | courmisch | 2007-11-28 18:50:22 +0100 (Wed, 28 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-   M /trunk/modules/misc/screensaver.c
-   M /trunk/src/libvlc.sym
-   M /trunk/src/misc/objects.c
-
-Fix screensaver deadlock if terminating as soon the interface is created - closes #1363
-
-------------------------------------------------------------------------
-r23392 | funman | 2007-11-28 18:29:27 +0100 (Wed, 28 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-
-revert [23385]. make sure the object is locked when we enter the thread
-------------------------------------------------------------------------
-r23391 | courmisch | 2007-11-28 18:23:39 +0100 (Wed, 28 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/src/vlc.c
-
-Lets assume glibc 2.8 will work properly when it's out (though I doubt it)
-
-------------------------------------------------------------------------
-r23390 | fkuehne | 2007-11-28 16:20:56 +0100 (Wed, 28 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* automagically assume --with-macosx-sdk
-------------------------------------------------------------------------
-r23389 | xtophe | 2007-11-27 23:55:37 +0100 (Tue, 27 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Defines nvlc aliases in all cases
-
-------------------------------------------------------------------------
-r23387 | xtophe | 2007-11-27 22:33:52 +0100 (Tue, 27 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-
-Fix segfault when canceling the open dialog. Patch by R?\195?\169mi Duraffort.
-
-------------------------------------------------------------------------
-r23386 | courmisch | 2007-11-27 21:11:16 +0100 (Tue, 27 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-Horrific kludge to prevent awfully crappy glibc from crashing VLC all the time.
-
-------------------------------------------------------------------------
-r23385 | funman | 2007-11-27 20:47:57 +0100 (Tue, 27 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-
-fix make check
-------------------------------------------------------------------------
-r23384 | courmisch | 2007-11-27 20:39:23 +0100 (Tue, 27 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-typo
-
-------------------------------------------------------------------------
-r23383 | courmisch | 2007-11-27 20:39:05 +0100 (Tue, 27 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Better error handling
-
-------------------------------------------------------------------------
-r23378 | courmisch | 2007-11-27 19:17:13 +0100 (Tue, 27 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Don't use MAP_POPULATE
-
-------------------------------------------------------------------------
-r23377 | courmisch | 2007-11-27 19:08:25 +0100 (Tue, 27 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Fix EOF check and remove fprintf
-
-------------------------------------------------------------------------
-r23374 | hovis | 2007-11-27 17:44:13 +0100 (Tue, 27 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-v4l2: Support for setting brightness, contrast, saturation and hue (if supported by device)
-------------------------------------------------------------------------
-r23372 | ileoo | 2007-11-27 13:43:54 +0100 (Tue, 27 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-oneliner to fix i_pos updating. works for me.
-
-------------------------------------------------------------------------
-r23371 | hovis | 2007-11-27 13:13:18 +0100 (Tue, 27 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-v4l2: Cosmetics.
-------------------------------------------------------------------------
-r23370 | hovis | 2007-11-27 13:06:05 +0100 (Tue, 27 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-Fixed warnings.
-------------------------------------------------------------------------
-r23367 | courmisch | 2007-11-26 22:02:27 +0100 (Mon, 26 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Don't bother seeking when using mmap
-
-------------------------------------------------------------------------
-r23366 | courmisch | 2007-11-26 22:01:13 +0100 (Mon, 26 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Fix file position update
-
-------------------------------------------------------------------------
-r23365 | courmisch | 2007-11-26 21:56:49 +0100 (Mon, 26 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-typo
-
-------------------------------------------------------------------------
-r23364 | courmisch | 2007-11-26 21:27:15 +0100 (Mon, 26 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Memory mapped file input
-
-------------------------------------------------------------------------
-r23363 | courmisch | 2007-11-26 21:26:28 +0100 (Mon, 26 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r23361 | courmisch | 2007-11-26 20:18:23 +0100 (Mon, 26 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/modules/access/screen/win32.c
-   M /trunk/src/libvlc.sym
-   M /trunk/src/misc/block.c
-
-Cleanup custom block allocation
-
-------------------------------------------------------------------------
-r23359 | courmisch | 2007-11-26 19:53:28 +0100 (Mon, 26 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-We've had fun breaking the ABI...
-
-------------------------------------------------------------------------
-r23358 | courmisch | 2007-11-26 19:52:41 +0100 (Mon, 26 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/modules/access/screen/win32.c
-   M /trunk/src/misc/block.c
-
-Remove block_t->p_sys, which is not really needed either.
-
-------------------------------------------------------------------------
-r23355 | courmisch | 2007-11-26 19:40:44 +0100 (Mon, 26 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/block.c
-
-Save one pointer and dereference in the block core
-
-------------------------------------------------------------------------
-r23354 | courmisch | 2007-11-26 19:37:34 +0100 (Mon, 26 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/modules/access/screen/win32.c
-   M /trunk/src/misc/block.c
-
-Remove the unused manager from block_t
-
-------------------------------------------------------------------------
-r23353 | jb | 2007-11-26 19:36:45 +0100 (Mon, 26 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-
-Qt4 - Volume slider, move the slider when only clicked on it as ivoire requested.
-
-------------------------------------------------------------------------
-r23352 | Trax | 2007-11-26 19:28:56 +0100 (Mon, 26 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access_output/shout.c
-
-* modules/access_output/shout.c: Remove sleep for reconnect; this does not allow for a graceful exit during the wait. A reconnect interval which increments x2 every failed reconnect still needs to be implemented (and eventually errors out after a max interval if upstream server doesn't come back).
-------------------------------------------------------------------------
-r23351 | courmisch | 2007-11-26 17:30:25 +0100 (Mon, 26 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/src/misc/block.c
-
-Use (s)size_t in block_t.
-/!\ This breaks the plugin ABI on LP64 platforms
-
-------------------------------------------------------------------------
-r23350 | funman | 2007-11-26 15:23:07 +0100 (Mon, 26 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-audioscrobbler: use psz_md5_hash()
-------------------------------------------------------------------------
-r23349 | funman | 2007-11-26 15:18:57 +0100 (Mon, 26 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/src/misc/update.c
-
-forget a parameter in msg_Err
-------------------------------------------------------------------------
-r23348 | funman | 2007-11-26 15:10:30 +0100 (Mon, 26 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/src/misc/update.c
-
-fix compilation on Linux
-------------------------------------------------------------------------
-r23347 | funman | 2007-11-26 15:00:39 +0100 (Mon, 26 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-   M /trunk/include/vlc_devices.h
-   M /trunk/include/vlc_epg.h
-   M /trunk/include/vlc_md5.h
-   M /trunk/include/vlc_streaming.h
-   M /trunk/include/vlc_update.h
-   M /trunk/src/misc/update.c
-
-update: performs size and m5 checksum verification (untested)
-
-------------------------------------------------------------------------
-r23339 | jb | 2007-11-26 09:17:23 +0100 (Mon, 26 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-
-Qt4 - Cleaning trailing spaces...
-
-
-------------------------------------------------------------------------
-r23338 | jb | 2007-11-26 09:10:01 +0100 (Mon, 26 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-   M /trunk/modules/gui/qt4/dialogs/extended.hpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-Qt4 - saving size, position for the playlist and the extended panels.
-Be careful, if you have a config file, you may need to clean it.
-
-------------------------------------------------------------------------
-r23337 | jb | 2007-11-26 09:08:33 +0100 (Mon, 26 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/pixmaps/volume-slider-outside.png
-   M /trunk/modules/gui/qt4/pixmaps/volume-slider.svg
-
-Qt4 - pixmap update.
-
-
-------------------------------------------------------------------------
-r23336 | jb | 2007-11-26 08:09:30 +0100 (Mon, 26 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Avoid segfault on exist if the playlist was never called, during the saving before exit. Bug re-introduced in 23333.
-
-------------------------------------------------------------------------
-r23335 | jb | 2007-11-26 07:58:18 +0100 (Mon, 26 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-
-Qt4 - Make the gradient fit INSIDE the boundaries...
-
-
-------------------------------------------------------------------------
-r23334 | jb | 2007-11-26 07:45:58 +0100 (Mon, 26 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   A /trunk/modules/gui/qt4/pixmaps/volume-slider-inside.png
-   A /trunk/modules/gui/qt4/pixmaps/volume-slider-outside.png
-   A /trunk/modules/gui/qt4/pixmaps/volume-slider.svg
-   M /trunk/modules/gui/qt4/res.qrc
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-   M /trunk/modules/gui/qt4/util/input_slider.hpp
-
-Qt4 - Did you really think I couldn't do more ugly ???? 
-
-------------------------------------------------------------------------
-r23333 | jb | 2007-11-26 07:21:54 +0100 (Mon, 26 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - MainInterface, correct the resizing when docking the playlist for the first time. Remove some dead code... Not finished yet... Feel free to fix, but not to break :D
-
-------------------------------------------------------------------------
-r23324 | xtophe | 2007-11-25 17:04:21 +0100 (Sun, 25 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Avoid segfault
-
-------------------------------------------------------------------------
-r23321 | dionoea | 2007-11-25 16:48:47 +0100 (Sun, 25 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/search.c
-
-Hide nodes which don't match the search string and don't have any children matching the search string when performing a playlist search.
-
-------------------------------------------------------------------------
-r23320 | dionoea | 2007-11-25 14:32:20 +0100 (Sun, 25 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_chroma/Modules.am
-   A /trunk/modules/video_chroma/i422_i420.c (from /trunk/modules/video_chroma/i422_yuy2.c:23043)
-   M /trunk/modules/video_chroma/i422_yuy2.c
-
-Split i422->packed YUV and i422->planar YUV. Add i422->YUVA. This still needs some testing.
-
-------------------------------------------------------------------------
-r23318 | Trax | 2007-11-25 13:40:20 +0100 (Sun, 25 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access_output/shout.c
-
-* modules/access_output/shout.c: automatic reconnect to server at startup.
-------------------------------------------------------------------------
-r23317 | Trax | 2007-11-25 11:26:42 +0100 (Sun, 25 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access_output/shout.c
-
-* modules/access_output/shout.c: let this be a lesson for all you kids out there - think before.. ehr.. sync before you shout! (in case the buffer isn't empty after reconnect approach, allows for smoother transition).
-------------------------------------------------------------------------
-r23316 | jb | 2007-11-25 10:33:08 +0100 (Sun, 25 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-
-Qt4 - small cosmetic for the playlist.
-
-
-------------------------------------------------------------------------
-r23315 | jb | 2007-11-25 10:18:25 +0100 (Sun, 25 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Qt4 - lame attempt for the resizing of the interface.
-
-
-------------------------------------------------------------------------
-r23314 | Trax | 2007-11-25 06:34:58 +0100 (Sun, 25 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.c
-
-* modules/codec/dmo/dmo.c: add some missing fourcc capitalization
-------------------------------------------------------------------------
-r23313 | bitmap | 2007-11-25 06:05:09 +0100 (Sun, 25 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Try to protect more than one instance of FontBuilder from running at a time -
-attempt to fix issues with segfault reported on list
-
-------------------------------------------------------------------------
-r23312 | jb | 2007-11-25 01:56:41 +0100 (Sun, 25 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-   M /trunk/modules/gui/qt4/ui/video_effects.ui
-
-Qt4 - Extended: manage correctly the margin.
-
-------------------------------------------------------------------------
-r23311 | dionoea | 2007-11-25 00:20:47 +0100 (Sun, 25 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/ripple.c
-   M /trunk/modules/video_filter/wave.c
-
-Wave and ripple should now behave correctly for chromas where pixels can take more than 1 byte in a row (like RV32).
-
-------------------------------------------------------------------------
-r23310 | dionoea | 2007-11-24 23:24:34 +0100 (Sat, 24 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-v4l2: Since the frame size and frame intervals ioctls are new in Linux 2.6.19, add some ifdef stuff to make sure that this still compiles on older kernels.
-
-------------------------------------------------------------------------
-r23309 | dionoea | 2007-11-24 23:17:27 +0100 (Sat, 24 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-v4l2: Display supported frame interval (inverse frame rate) for chosen chroma and resolution in debug output.
-
-------------------------------------------------------------------------
-r23308 | dionoea | 2007-11-24 22:57:33 +0100 (Sat, 24 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-v4l2: Display supported framesizes in debug.
-
-------------------------------------------------------------------------
-r23307 | ileoo | 2007-11-24 22:30:50 +0100 (Sat, 24 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-qt4: no more calculateInterfaceSize, but sizeHint() stuff for
-widget-size, 1. try from me
-
-------------------------------------------------------------------------
-r23306 | jb | 2007-11-24 21:57:42 +0100 (Sat, 24 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-
-Qt4 - Extended dialog, group audio things under an Audio Tab. put the audio and video tabs on the left.
-
-
-------------------------------------------------------------------------
-r23302 | dionoea | 2007-11-24 20:00:16 +0100 (Sat, 24 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/lua/intf.c
-
-Oops, forgot this file.
-
-------------------------------------------------------------------------
-r23301 | dionoea | 2007-11-24 19:59:50 +0100 (Sat, 24 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/lua/vlc.c
-
-Changes to the lua module's declaration: add luahttp alias and don't make it accept the luameta alias for all capabilities.
-
-------------------------------------------------------------------------
-r23300 | dionoea | 2007-11-24 19:53:11 +0100 (Sat, 24 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Some more NEWS (vlm scheduling on linux and EXTVLCOPT)
-
-------------------------------------------------------------------------
-r23299 | dionoea | 2007-11-24 19:50:35 +0100 (Sat, 24 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/playlist.c
-
-Re-enable EXTVLCOPT: parsing in m3u playlists. You'll need to append the --m3u-extvlcopt option to you command line if you want it.
-
-------------------------------------------------------------------------
-r23298 | jb | 2007-11-24 19:06:14 +0100 (Sat, 24 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - privacy dialog... What about saving those options ?
-
-
-------------------------------------------------------------------------
-r23297 | hovis | 2007-11-24 18:28:48 +0100 (Sat, 24 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-DQ buffers using correct io method for mmap.
-------------------------------------------------------------------------
-r23296 | Trax | 2007-11-24 17:30:26 +0100 (Sat, 24 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access_output/shout.c
-
-* modules/access_output/shout.c: Remove unneeded var in previous commit
-------------------------------------------------------------------------
-r23295 | Trax | 2007-11-24 17:27:12 +0100 (Sat, 24 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access_output/shout.c
-
-* modules/access_output/shout.c: Implement automatic reconnection on server disconnect - closes #1167
-------------------------------------------------------------------------
-r23294 | jb | 2007-11-24 05:25:33 +0100 (Sat, 24 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Qt4 - Add a dialog at firststart to ask about the privacy policy.
-
-------------------------------------------------------------------------
-r23293 | jb | 2007-11-24 05:24:47 +0100 (Sat, 24 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-
-Cosmetic.
-
-------------------------------------------------------------------------
-r23292 | jb | 2007-11-24 05:08:56 +0100 (Sat, 24 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-Change the meta information fetcher TEXT
-
-------------------------------------------------------------------------
-r23291 | jb | 2007-11-24 04:01:54 +0100 (Sat, 24 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-
-Inclusion guards for vlc_keys.h
-Why don't we use an enum in that file ???
-
-
-------------------------------------------------------------------------
-r23290 | jb | 2007-11-24 02:28:44 +0100 (Sat, 24 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Special Xtophe request ( Bday! ), add a new --no-qt-blingbling option to use native widgets...
-Inheritance rules...
-
-------------------------------------------------------------------------
-r23288 | pdherbemont | 2007-11-24 01:58:45 +0100 (Sat, 24 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-src/libvlc-common.c: Print a msg_Info on how to launch VLC without interface.
-
-------------------------------------------------------------------------
-r23287 | jb | 2007-11-24 01:57:42 +0100 (Sat, 24 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/misc/dummy/dummy.c
-
-Add a few shortcuts, cvlc, nvlc, rvlc for cli, ncurses and rc
-
-
-------------------------------------------------------------------------
-r23286 | pdherbemont | 2007-11-23 22:40:20 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj/project.pbxproj
-   M /trunk/extras/MacOSX/VLC_app/VLCController.m
-
-MacOSX/Framework/VLC_app: Use the bindings a little bit more. Demo the search feature. Uses shoutcasttv by default to have some content by default.
-
-------------------------------------------------------------------------
-r23285 | pdherbemont | 2007-11-23 21:32:35 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
-
-MacOSX/Framework/VLCMediaListAspect.m: Update the cachedMedia array.
-
-------------------------------------------------------------------------
-r23284 | pdherbemont | 2007-11-23 21:28:26 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-
-MacOSX/Framework: No more rely on media_descriptor_(get/set)_user_data, now that we cache the media decriptor. (We may want to revert that back one day, but right now this doesn't work, and trigger some strange bugs here).
-
-------------------------------------------------------------------------
-r23283 | pdherbemont | 2007-11-23 21:24:51 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
-
-MacOSX/Framework/VLCMediaListAspect.m: Use @"media" binding key, instead of @"Media".
-
-------------------------------------------------------------------------
-r23282 | pdherbemont | 2007-11-23 21:23:51 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-
-MacOSX/Framework/Sources/VLCMediaList.m: Use @"media" binding key instead of @"Media".
-
-------------------------------------------------------------------------
-r23281 | pdherbemont | 2007-11-23 21:22:35 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaListAspect.h
-
-MacOSX/Framework/VLCMediaListAspect.h: Don't forget to define cachedMedia variable.
-
-------------------------------------------------------------------------
-r23280 | pdherbemont | 2007-11-23 21:21:53 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
-
-MacOSX/Framework/VLCMediaListAspect.m: Fix a typo.
-
-------------------------------------------------------------------------
-r23279 | jpsaman | 2007-11-23 21:02:31 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg-svn-avdevices.patch
-
-Correct description.
-
-------------------------------------------------------------------------
-r23278 | pdherbemont | 2007-11-23 20:19:07 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
-
-MacOSX/Framework/VLCMediaListAspect.m: Use a NSMutableArray to cache the media list view items. (for the same reason given in previous commit).
-
-------------------------------------------------------------------------
-r23277 | pdherbemont | 2007-11-23 20:13:08 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-
-MacOSX/Framework/VLCMediaList.m: Cache the media list objects in a NSMutableArray. We do this because we want to use bindings. Cocoa bindings requires us to send willChangeValueForKey/didChangeValueForKey on the main thread. And that's one of the simpler way to do that without having locking problems.
-
-------------------------------------------------------------------------
-r23276 | jb | 2007-11-23 18:52:29 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-
-Typos spotted by Philipp Weissenbacher.
-
-------------------------------------------------------------------------
-r23275 | courmisch | 2007-11-23 18:12:56 +0100 (Fri, 23 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/control/http/http.h
-   M /trunk/modules/control/http/mvar.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/http/util.c
-
-Remove totally useless transcoding from UTF-8 in HTTP interface,
-heavy simplification, and fix(/remove) piles of error cases.
-Server gets to choose the charset anyway.
-
-------------------------------------------------------------------------
-r23274 | jpsaman | 2007-11-23 15:12:31 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/mux.c
-
-Compile fix to check for ffmpeg version.
-
-------------------------------------------------------------------------
-r23273 | pdherbemont | 2007-11-23 15:09:03 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
-
-MacOSX/Framework/VLCMediaListAspect.m: Alloc an autoreleasePool where needed.
-
-------------------------------------------------------------------------
-r23272 | pdherbemont | 2007-11-23 14:34:36 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-
-MacOSX/Framework/VLCMedia.m: Don't forget to retain the url.
-
-------------------------------------------------------------------------
-r23270 | jpsaman | 2007-11-23 13:35:59 +0100 (Fri, 23 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/mux.c
-
-Fix compiler warnings in modules/codec/ffmpeg/mux.c. Please test.
-------------------------------------------------------------------------
-r23269 | pdherbemont | 2007-11-23 13:30:20 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
-
-MacOSX/Framework/VLCMediaListAspect.m: Don't release a media_list when it is a media_list_view.
-
-------------------------------------------------------------------------
-r23268 | pdherbemont | 2007-11-23 13:23:43 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-
-MacOSX/Framework/VLCMediaList.m: Don't forget to alloc an autorelease pool on function that may be called from a non-main thread context.
-
-------------------------------------------------------------------------
-r23267 | pdherbemont | 2007-11-23 13:18:01 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLC.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaDiscoverer.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m
-   M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
-   M /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj/project.pbxproj
-   M /trunk/extras/MacOSX/VLC_app/VLCController.m
-
-MacOSX/Framework: Re-enable VLCMediaDiscoverer.
-
-------------------------------------------------------------------------
-r23266 | pdherbemont | 2007-11-23 13:12:27 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-
-MacOSX/Framework: Use mediaListWithLibVLCMediaList instead of media*l*istWithLibVLCMediaList, to match the VLCMediaList class name cases.
-
-------------------------------------------------------------------------
-r23265 | jpsaman | 2007-11-23 11:19:38 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/ffmpeg-svn-avdevices.patch
-
-Fix building of ffmpeg, by disabling libavdevices.
-
-------------------------------------------------------------------------
-r23264 | jpsaman | 2007-11-23 10:19:24 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/ffmpeg-svn-libavformat.patch
-
-Tune ffmpeg more for armeb and include <strings.h> in libavformat/utils.c
-
-------------------------------------------------------------------------
-r23263 | jpsaman | 2007-11-23 09:43:57 +0100 (Fri, 23 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Tune ffmpeg features for armeb
-------------------------------------------------------------------------
-r23262 | jpsaman | 2007-11-23 09:29:53 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Patches/ffmpeg-svn-grab.patch is no longer needed for HAVE_UCLIBC
-
-------------------------------------------------------------------------
-r23261 | jpsaman | 2007-11-23 09:28:50 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   D /trunk/extras/contrib/src/Patches/ffmpeg-svn-grab.patch
-   M /trunk/extras/contrib/src/Patches/ffmpeg-svn-uclibc.patch
-
-Update ffmpeg for armeb target.
-
-------------------------------------------------------------------------
-r23260 | jb | 2007-11-23 09:27:23 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-
-Qt4 - I couldn't do more ugly... If you know how to... please try :D
-
-------------------------------------------------------------------------
-r23259 | jpsaman | 2007-11-23 09:09:07 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/netbox3.mak
-
-Disable faad and libmpeg2, because it is not needed.
-
-------------------------------------------------------------------------
-r23258 | jb | 2007-11-23 08:44:20 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-   M /trunk/modules/gui/qt4/util/input_slider.hpp
-
-Qt4 - take care of the volume-step value from the preferences.
-
-------------------------------------------------------------------------
-r23257 | jb | 2007-11-23 08:15:53 +0100 (Fri, 23 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-   M /trunk/modules/gui/qt4/util/input_slider.hpp
-
-Qt4 - Add an option to have the volume slider from 0 to 400 %. Close #952 Close #1317
-Also the soundSlider takes it first value from the preferences...
-
-
-------------------------------------------------------------------------
-r23256 | jb | 2007-11-23 07:47:30 +0100 (Fri, 23 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/util/customwidgets.cpp
-   M /trunk/modules/gui/qt4/util/customwidgets.hpp
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-   M /trunk/modules/gui/qt4/util/input_slider.hpp
-
-Qt4 - New kind of volume slider.
-Need a lot of graphic tweaking.
-
-
-------------------------------------------------------------------------
-r23255 | pdherbemont | 2007-11-23 01:35:00 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/flat_media_list_view.c
-
-control/flat_media_list_view.c: Import pre existing md in the view.
-
-------------------------------------------------------------------------
-r23254 | funman | 2007-11-23 01:04:52 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-audioscrobbler: more explicit debug messages
-
-------------------------------------------------------------------------
-r23253 | damienf | 2007-11-23 00:59:30 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/eyetv.h
-   M /trunk/modules/gui/macosx/eyetv.m
-   M /trunk/modules/gui/macosx/open.m
-
-MacOS X: more EyeTV GUI improvements
-
-------------------------------------------------------------------------
-r23252 | pdherbemont | 2007-11-23 00:54:58 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-
-MacOSX/Framework/VLCMedia.m: Don't forget to store the media's url.
-
-------------------------------------------------------------------------
-r23251 | pdherbemont | 2007-11-23 00:52:04 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
-
-MacOSX/Framework/VLCMediaListAspect.m: Fix a typo (VLCMediaList->VLCMediaListAspect).
-
-------------------------------------------------------------------------
-r23250 | pdherbemont | 2007-11-23 00:42:24 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list_view.c
-
-control/media_list_view.c: Register WillAdd/WillDelete events.
-
-------------------------------------------------------------------------
-r23249 | pdherbemont | 2007-11-23 00:39:55 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list.c
-
-control/media_list.c: Don't forget to register_event_type for WillAdd/WillDelete.
-
-------------------------------------------------------------------------
-r23248 | xtophe | 2007-11-23 00:39:33 +0100 (Fri, 23 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src
-   M /trunk/src/test
-
-svn:ignore
-
-------------------------------------------------------------------------
-r23247 | damienf | 2007-11-22 23:13:56 +0100 (Thu, 22 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/eyetv.h
-   M /trunk/modules/gui/macosx/eyetv.m
-   M /trunk/modules/gui/macosx/open.m
-
-eyetv: functional GUI panel, replaced Carbon style AppleScript with NSAppleScript
-
-------------------------------------------------------------------------
-r23246 | xtophe | 2007-11-22 22:35:32 +0100 (Thu, 22 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/po/ko.po
-   M /trunk/po/sl.po
-
-Korean translation from Kang Jeong-Hee and Namhyung Kim.
-Slovenian translation updates by Matej Urban?\196?\141i?\196?\141
-
-------------------------------------------------------------------------
-r23244 | pdherbemont | 2007-11-22 14:14:54 +0100 (Thu, 22 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-modules/demux/playlist/xspf.c: Uses "vlc:skip" for node item. Fix a wrong over flow checking.
-
-------------------------------------------------------------------------
-r23243 | pdherbemont | 2007-11-22 13:26:55 +0100 (Thu, 22 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/event.c
-
-control/event.c: Properly implement libvlc_event_type_name, instead of relying on a non-working macro.
-
-------------------------------------------------------------------------
-r23242 | pdherbemont | 2007-11-22 13:01:43 +0100 (Thu, 22 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
-
-MacOSX/Framework/VLC.xcodeproj: Make VLCMediaListAspect.h a public header.
-
-------------------------------------------------------------------------
-r23239 | funman | 2007-11-22 01:43:14 +0100 (Thu, 22 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/extras/vlc.vim
-
-vim syntax: fix vlc files detection
-------------------------------------------------------------------------
-r23236 | xtophe | 2007-11-21 23:39:34 +0100 (Wed, 21 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/share/applications/vlc.desktop
-
-Use verb is the comment
-Add some mimetype
-
-------------------------------------------------------------------------
-r23235 | jpsaman | 2007-11-21 23:30:00 +0100 (Wed, 21 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Patch by Glen Gray: Enable keepalive for Kasenna servers, they parse the User Agent string and check for _KA appended to the User Agent name.
-
-------------------------------------------------------------------------
-r23233 | jpsaman | 2007-11-21 23:28:20 +0100 (Wed, 21 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Patch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR packets and requires specific GET_PARAMETER commands (such as Kasenna) then the session times out when vlc is paused because the current version only sends the info when Demux() is called. Demux() is only called when data is received. This patch fixes this issue with a boolean that is set during PAUSED state that allows the timer thread to send the GET_PARAMTER messages instead and thus keeping the RTSP session alive.
-
-------------------------------------------------------------------------
-r23232 | jpsaman | 2007-11-21 23:26:53 +0100 (Wed, 21 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Patch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR packets and requires specific GET_PARAMETER commands (such as Kasenna) then the session times out when vlc is paused because the current version only sends the info when Demux() is called. Demux() is only called when data is received. This patch fixes this issue with a boolean that is set during PAUSED state that allows the timer thread to send the GET_PARAMTER messages instead and thus keeping the RTSP session alive.
-
-------------------------------------------------------------------------
-r23231 | xtophe | 2007-11-21 23:19:06 +0100 (Wed, 21 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Also extract the translations of libqt4
-
-------------------------------------------------------------------------
-r23227 | massiot | 2007-11-21 20:20:45 +0100 (Wed, 21 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/faad.c
-
- * modules/codec/faad.c: Put sensible defaults in i_*_channels, used for
-   transcode.
-
-------------------------------------------------------------------------
-r23226 | massiot | 2007-11-21 20:04:49 +0100 (Wed, 21 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/simple.c
-
- * simple.c: Extended the filter for mono output, and also converted it to the
-   audio_filter2 architecture.
-
-------------------------------------------------------------------------
-r23225 | massiot | 2007-11-21 19:47:54 +0100 (Wed, 21 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/fake.c
-
- * modules/access/fake.c: Fixed an integer overflow.
-
-------------------------------------------------------------------------
-r23224 | massiot | 2007-11-21 19:23:18 +0100 (Wed, 21 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
- * sec/input/es_out.c: Add suport for keyword 'any' in lists of languages ;
-   also fix a memory leak.
-
-------------------------------------------------------------------------
-r23223 | jb | 2007-11-21 19:16:13 +0100 (Wed, 21 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-
-Donators section in THANKS file. Needs rewording...
-
-
-------------------------------------------------------------------------
-r23222 | massiot | 2007-11-21 19:02:04 +0100 (Wed, 21 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
- * modules/codec/x264.c: Fixed DTS when adaptive B frames are used (still
-   wrong for bpyramid, though).
-
-------------------------------------------------------------------------
-r23221 | pdherbemont | 2007-11-21 18:38:12 +0100 (Wed, 21 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLC.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
-
-MacOSX/Framework/VLCMediaListAspect.m: Implement -hierarchicalAspect and -flatAspect. (And add an internal @interface for VLCMediaListAspect (LibVLCBridging)).
-
-------------------------------------------------------------------------
-r23220 | pdherbemont | 2007-11-21 18:36:36 +0100 (Wed, 21 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaLibrary.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
-
-MacOSX/Framework/VLCMediaLibrary.m: Rework -allMedia, and remove -sublists.
-
-------------------------------------------------------------------------
-r23219 | pdherbemont | 2007-11-21 17:22:04 +0100 (Wed, 21 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-
-MacOSX/Framework/VLCMedia.m: Don't forget to remove the user_data from the media_descriptor.
-
-------------------------------------------------------------------------
-r23218 | pdherbemont | 2007-11-21 16:30:01 +0100 (Wed, 21 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
-
-VLCMediaListAspect.m: Handle WillAdd/Added WillDelete/Deleted events.
-
-------------------------------------------------------------------------
-r23217 | pdherbemont | 2007-11-21 16:08:22 +0100 (Wed, 21 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/media_list_view.c
-
-control/media_list_view.c: Provide media_list_view_event_manager().
-
-------------------------------------------------------------------------
-r23216 | pdherbemont | 2007-11-21 15:31:47 +0100 (Wed, 21 Nov 2007) | 2 lines
-Changed paths:
-   A /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaListAspect.h (from /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h:23214)
-   A /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m (from /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m:23214)
-   M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
-
-MacOSX/Framework: Implement VLCMediaListAspect.
-
-------------------------------------------------------------------------
-r23215 | pdherbemont | 2007-11-21 13:19:08 +0100 (Wed, 21 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-
-MacOSX/Framework/Sources/VLCMedia.m: Minor cleanup.
-
-------------------------------------------------------------------------
-r23214 | jb | 2007-11-21 01:39:36 +0100 (Wed, 21 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/qt4/dialogs/help.hpp
-
-Add fonctionality to the update dialog - Patches by  R?\195?\169mi Duraffort
-
-
-------------------------------------------------------------------------
-r23213 | jb | 2007-11-21 01:23:15 +0100 (Wed, 21 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-Update qtu, qta macros .
-
-------------------------------------------------------------------------
-r23211 | funman | 2007-11-21 00:26:26 +0100 (Wed, 21 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/QtCore.pc.in
-   A /trunk/extras/contrib/src/Patches/QtGui.pc.in
-   A /trunk/extras/contrib/src/Patches/fontconfig-nodocs.patch
-
-contribs: update qt4 TrollTech binaries packaging, note that it won't link correctly when building qt4 interface
-explicitely disable building of manuals & documentation of fontconfig
-
-------------------------------------------------------------------------
-r23209 | yoann | 2007-11-20 23:35:26 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/Modules.am
-   A /trunk/modules/demux/playlist/itml.c
-   A /trunk/modules/demux/playlist/itml.h
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-
-* demux/playlist/itml.c: iTunes Media Library importer (not tested yet)
-
-------------------------------------------------------------------------
-r23208 | pdherbemont | 2007-11-20 23:25:37 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-
-modules/gui/qt4/dialogs/interaction.cpp: In InteractionDialog::update() use a msg_Dbg instead of a wrong msg_Err.
-
-------------------------------------------------------------------------
-r23207 | funman | 2007-11-20 23:24:15 +0100 (Tue, 20 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-
-Make sure we're not using a shell version of echo without -e switch
-------------------------------------------------------------------------
-r23206 | xtophe | 2007-11-20 22:04:46 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-No longer use ffmpeg-config which is a Debian invention. But now even etch has the .pc
-
-------------------------------------------------------------------------
-r23205 | pdherbemont | 2007-11-20 22:03:43 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/util/input_slider.cpp
-   M /trunk/modules/gui/qt4/util/input_slider.hpp
-
-modules/gui/qt4: Display time in seek bar when mouse-over. (Patch by Antoine Lejeune. Reviewed by jb.)
-
-------------------------------------------------------------------------
-r23204 | jb | 2007-11-20 21:14:42 +0100 (Tue, 20 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/chroma.c
-
-Ffmpeg swscaler, ifdef correction.
-
-
-------------------------------------------------------------------------
-r23203 | courmisch | 2007-11-20 20:55:37 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/update.c
-
-Very partial cleanup
-
-------------------------------------------------------------------------
-r23200 | courmisch | 2007-11-20 20:32:43 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/m4/Makefile.am
-
-Probably fix make dist
-
-------------------------------------------------------------------------
-r23199 | courmisch | 2007-11-20 20:32:10 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   D /trunk/m4/inttypes.m4
-   D /trunk/m4/isc-posix.m4
-
-Remove some cruft from older gettext
-
-------------------------------------------------------------------------
-r23197 | courmisch | 2007-11-20 19:54:04 +0100 (Tue, 20 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-
-Remove VLCOPT support from M3U parser.
-This was blatantly insecure.
-
-------------------------------------------------------------------------
-r23196 | pdherbemont | 2007-11-20 19:26:57 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/qt4/dialogs/help.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-modules/gui/qt4: add an update dialog box to the help menu. (Patch by Remi Duraffort. Reviewed by jb).
-
-------------------------------------------------------------------------
-r23195 | courmisch | 2007-11-20 18:03:44 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/wincp.c
-
-Use cached ACP
-
-------------------------------------------------------------------------
-r23194 | pdherbemont | 2007-11-20 17:30:36 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-
-MacOSX/Framework/VLCMediaList.m: Remove dead code.
-
-------------------------------------------------------------------------
-r23193 | pdherbemont | 2007-11-20 17:28:54 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-
-MacOSX/Framework/VLCMediaList.m: Don't forget to listen to WillAdd/WillDelete media list event.
-
-------------------------------------------------------------------------
-r23192 | pdherbemont | 2007-11-20 17:26:48 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-
-MacOSX/Framework/VLCMediaList.m: Be KVC compliant.
-
-------------------------------------------------------------------------
-r23191 | pdherbemont | 2007-11-20 16:32:27 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/hierarchical_media_list_view.c
-
-control/hierarchical_media_list_view.c: Send WillAdd/Added and WillDelete/Deleted events.
-
-------------------------------------------------------------------------
-r23190 | pdherbemont | 2007-11-20 16:31:51 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/flat_media_list_view.c
-
-control/flat_media_list_view.c: Send WillAdd/Added WillDelete/Deleted events.
-
-------------------------------------------------------------------------
-r23189 | pdherbemont | 2007-11-20 16:31:08 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_list_view.c
-
-src/control/media_list_view.c: Facilities to send WillAdd/Added WillDelete/Deleted events.
-
-------------------------------------------------------------------------
-r23188 | pdherbemont | 2007-11-20 15:57:06 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/media_list.c
-
-control/media_list.c: Send WillAddItem and WillDeleteItem events.
-
-------------------------------------------------------------------------
-r23187 | pdherbemont | 2007-11-20 15:18:16 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/hierarchical_media_list_view.c
-
-svn propset svn:keywords "Id" hierarchical_media_list_view.c
-
-------------------------------------------------------------------------
-r23186 | pdherbemont | 2007-11-20 15:12:57 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/Makefile.am
-   A /trunk/src/control/hierarchical_media_list_view.c (from /trunk/src/control/flat_media_list_view.c:23168)
-   M /trunk/src/control/libvlc_internal.h
-
-src/control: Implement hierarchical_media_list_view.
-
-------------------------------------------------------------------------
-r23185 | pdherbemont | 2007-11-20 13:07:38 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Don't forget to release the event manager. (Reported by polo78 on the forum and funman).
-
-------------------------------------------------------------------------
-r23184 | jpsaman | 2007-11-20 12:57:00 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Fix cleanup of libamrwb package in contrib.
-
-------------------------------------------------------------------------
-r23183 | jpsaman | 2007-11-20 10:08:21 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Fix return value after the interaction dialog has been used.
-
-------------------------------------------------------------------------
-r23182 | jpsaman | 2007-11-20 10:08:19 +0100 (Tue, 20 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Fix double free in live555.
-
-------------------------------------------------------------------------
-r23181 | jpsaman | 2007-11-20 09:30:30 +0100 (Tue, 20 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-Patch by Richard Hosking: Allow users specified width and height of v4l2 source.
-------------------------------------------------------------------------
-r23179 | funman | 2007-11-20 00:34:15 +0100 (Tue, 20 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-freetype: use [.\/_] to break lines when ' ' only failed
-------------------------------------------------------------------------
-r23178 | funman | 2007-11-19 23:11:51 +0100 (Mon, 19 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-add an unspported demux query to remove a useless error. Show the query number when it's unknown (for the future)
-------------------------------------------------------------------------
-r23177 | courmisch | 2007-11-19 22:32:46 +0100 (Mon, 19 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/wincp.c
-
-Force ISO-8859-8 for Hebrew users
-
-------------------------------------------------------------------------
-r23176 | courmisch | 2007-11-19 22:26:10 +0100 (Mon, 19 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subtitles/subsdec.c
-
-Simplify
-
-------------------------------------------------------------------------
-r23175 | courmisch | 2007-11-19 22:21:23 +0100 (Mon, 19 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subtitles/subsdec.c
-
-Comments
-
-------------------------------------------------------------------------
-r23174 | damienf | 2007-11-19 20:42:19 +0100 (Mon, 19 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-
-activex: fixed registration problems as reported in forums (i.e DllRegisterServer@0 postfix is removed). damn libtool !
-
-------------------------------------------------------------------------
-r23173 | funman | 2007-11-19 19:33:09 +0100 (Mon, 19 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-matroska demuxer: supports Real Video
-------------------------------------------------------------------------
-r23172 | courmisch | 2007-11-19 19:28:24 +0100 (Mon, 19 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Comment on the EOF case - this does not change the semantic at all.
-
-------------------------------------------------------------------------
-r23171 | funman | 2007-11-19 18:50:30 +0100 (Mon, 19 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-typo
-------------------------------------------------------------------------
-r23170 | jpsaman | 2007-11-19 16:36:33 +0100 (Mon, 19 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Trigger intf_UserLoginPassword() when authorization of rtsp link failed while using --rtsp-http.
-
-------------------------------------------------------------------------
-r23169 | damienf | 2007-11-19 16:10:40 +0100 (Mon, 19 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contribs: fribidi, tar.bz2 -> tar.gz
-
-------------------------------------------------------------------------
-r23168 | pdherbemont | 2007-11-19 15:06:52 +0100 (Mon, 19 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/flat_media_list_view.c
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_list_view.c
-
-src/control: Implement flat_media_list_view construction.
-
-------------------------------------------------------------------------
-r23167 | jpsaman | 2007-11-19 14:59:57 +0100 (Mon, 19 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Enable RTSP rtpInfo track synchronization in live555 demuxer.
-
-------------------------------------------------------------------------
-r23166 | jpsaman | 2007-11-19 14:59:56 +0100 (Mon, 19 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-live555 improvements: Make rtsp://user:pwd@server/path work and fix --rtsp-http option.
-
-------------------------------------------------------------------------
-r23165 | pdherbemont | 2007-11-19 14:58:52 +0100 (Mon, 19 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-
-vlc_arrays.h: Implement vlc_array_index_of_item.
-
-------------------------------------------------------------------------
-r23164 | pdherbemont | 2007-11-19 14:48:23 +0100 (Mon, 19 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/flat_media_list_view.c
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_list_view.c
-
-src/control: Implement libvlc_media_list_view_children_at_index.
-
-------------------------------------------------------------------------
-r23163 | funman | 2007-11-19 13:58:21 +0100 (Mon, 19 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: display the input's title if it's present instead of the name. Use asprintf()
-------------------------------------------------------------------------
-r23162 | funman | 2007-11-19 13:41:28 +0100 (Mon, 19 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: yield() the playlist only once
-------------------------------------------------------------------------
-r23161 | funman | 2007-11-19 13:35:45 +0100 (Mon, 19 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: store the current playlist node in p_sys
-Don't store the playlist_t pointer in p_sys since it is always present in any_vlc_object_t->p_libvlc->p_playlist
-
-------------------------------------------------------------------------
-r23160 | pdherbemont | 2007-11-19 10:55:34 +0100 (Mon, 19 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-
-MacOSX/Framework/VLCMediaList.m: Fix a few warnings and use a Dictionary instead of an array for -mediaListItemAdded: argument.
-
-------------------------------------------------------------------------
-r23159 | pdherbemont | 2007-11-19 10:34:47 +0100 (Mon, 19 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-
-MacOSX/Framework/VLCMedia.m: Remove the directory filter when opening a media. A directory can be seen as a VLCMedia, as it is a playlist, and playlists are media.
-
-------------------------------------------------------------------------
-r23158 | pdherbemont | 2007-11-19 10:23:33 +0100 (Mon, 19 Nov 2007) | 2 lines
-Changed paths:
-   D /trunk/extras/MacOSX/VLC_app/VLCCategoryCell.h
-   D /trunk/extras/MacOSX/VLC_app/VLCCategoryCell.m
-   D /trunk/extras/MacOSX/VLC_app/VLCCategoryListDataSource.h
-   D /trunk/extras/MacOSX/VLC_app/VLCCategoryListDataSource.m
-   D /trunk/extras/MacOSX/VLC_app/VLCCategoryOutlineView.h
-   D /trunk/extras/MacOSX/VLC_app/VLCCategoryOutlineView.m
-
-MacOSX/VLC_app: Remove unused files.
-
-------------------------------------------------------------------------
-r23157 | pdherbemont | 2007-11-19 10:22:13 +0100 (Mon, 19 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj/project.pbxproj
-   M /trunk/extras/MacOSX/VLC_app/VLCController.m
-
-MacOSX/VLC_app: Update and simplify to match current Framework state.
-
-------------------------------------------------------------------------
-r23156 | funman | 2007-11-19 08:16:53 +0100 (Mon, 19 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/mozilla/vlcplugin.cpp
-
-mozilla: remove harmful excessive debug, thanks to Martin V?\195?\161vra.
-------------------------------------------------------------------------
-r23155 | jb | 2007-11-19 02:43:37 +0100 (Mon, 19 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_es.h
-   M /trunk/modules/codec/realaudio.c
-   M /trunk/modules/demux/real.c
-
-Real/Sipr, try to use a correct flavor detection, without using the MPlayer hacks...
-
-
-------------------------------------------------------------------------
-r23154 | funman | 2007-11-19 01:22:42 +0100 (Mon, 19 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/mozilla/vlcplugin.cpp
-
-mozilla: remove potentially harmful debug on win32
-------------------------------------------------------------------------
-r23153 | fkuehne | 2007-11-19 01:17:33 +0100 (Mon, 19 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/about.m
-
-* forward-port [23152]
-------------------------------------------------------------------------
-r23145 | jb | 2007-11-18 23:31:43 +0100 (Sun, 18 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-Real demuxer: Comments about support/non-support
-
-
-------------------------------------------------------------------------
-r23144 | funman | 2007-11-18 23:28:18 +0100 (Sun, 18 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: add a 'g' shortcut to go to the current playing item
-
-------------------------------------------------------------------------
-r23142 | fkuehne | 2007-11-18 22:37:45 +0100 (Sun, 18 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* retrieve fribidi from SourceForge instead of their project server/our own server
-------------------------------------------------------------------------
-r23141 | jpsaman | 2007-11-18 22:35:16 +0100 (Sun, 18 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/scale.c
-
-Disable MMXEXT (MMX2) mode for swScaler since it crashes.
-
-------------------------------------------------------------------------
-r23140 | jpsaman | 2007-11-18 22:35:14 +0100 (Sun, 18 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/chroma.c
-
-Chroma conversion using swscaler module.
-
-------------------------------------------------------------------------
-r23139 | xtophe | 2007-11-18 22:23:12 +0100 (Sun, 18 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Oops remove debug
-
-------------------------------------------------------------------------
-r23138 | xtophe | 2007-11-18 22:18:48 +0100 (Sun, 18 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Don't leak memory
-
-------------------------------------------------------------------------
-r23137 | funman | 2007-11-18 21:56:44 +0100 (Sun, 18 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/playlist/xspf.c
-
-xspf muxer: determinates correctly if we're handling a file:// uri, and so produce valid XSPF
-------------------------------------------------------------------------
-r23136 | funman | 2007-11-18 21:47:58 +0100 (Sun, 18 Nov 2007) | 15 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: various bugfixes
-
- * Workaround KEY_END not working with $TERM=xterm on FreeBSD
- * Don't abort when printing strings with unprintable characters ( for example when the user presses ctrl+something in FIND or OPEN boxes )
- * Show a '*' in front of the current node
- * Add files in the correct node
-
-This is how nodes do work in ncurses: When you select an item with 'Enter',
-
- * if it's a leaf, then start playing it, and set the current node to the toplevel parent of that leaf (example: local playlist, or media library)
- * if it's an empty node, then stop the playlist, and set the current node to be that one, so you can add items to it
- * if it's a node with children, set the current node to that one, and start playing the next children of that one
-
-The "current node" means that the playlist will never reach items which aren't direct or indirect children of that node, and so it will stop after the last one has been reached
-
-------------------------------------------------------------------------
-r23135 | jpsaman | 2007-11-18 20:28:06 +0100 (Sun, 18 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/scale.c
-
-Indentation.
-
-------------------------------------------------------------------------
-r23134 | jpsaman | 2007-11-18 20:28:01 +0100 (Sun, 18 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Test for PIX_FMT_RGBA iso swscale.
-
-------------------------------------------------------------------------
-r23133 | jpsaman | 2007-11-18 20:27:59 +0100 (Sun, 18 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-Patch by Richard Hosking: Honor user specified chroma if the device supports it.
-
-------------------------------------------------------------------------
-r23132 | jb | 2007-11-18 20:06:37 +0100 (Sun, 18 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-Oops.
-
-------------------------------------------------------------------------
-r23131 | jpsaman | 2007-11-18 20:03:25 +0100 (Sun, 18 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/chroma.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Attempt to implement chroma conversion using swscale. This currently crashes on calling of pf_convert().
-
-------------------------------------------------------------------------
-r23130 | funman | 2007-11-18 19:19:30 +0100 (Sun, 18 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/misc/playlist/xspf.c
-
-xspf: don't use %encoding for node title, but only convert XML special characters
-
-------------------------------------------------------------------------
-r23129 | jb | 2007-11-18 19:15:56 +0100 (Sun, 18 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/demux/real.c
-
-Realv3: support for broken streams that speciy a wrong FourCC
-
-------------------------------------------------------------------------
-r23128 | funman | 2007-11-18 19:06:05 +0100 (Sun, 18 Nov 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: various bugfixes & new box
- * Metadata box ( 'm' key)
- * Rebuild the playlist immediately after a deletion, avoiding crashes
- * Center the title
- * Correctly ellipsize wide strings
-
-------------------------------------------------------------------------
-r23127 | funman | 2007-11-18 19:03:25 +0100 (Sun, 18 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/playlist/xspf.c
-
-xspf muxer: %encode '+' since decode_URI() will decode it as a space
-------------------------------------------------------------------------
-r23126 | funman | 2007-11-18 18:59:23 +0100 (Sun, 18 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc_meta.h
-
-vlc_meta.h: we don't need VLC_META_CODEC_* but we need the description of the track id
-------------------------------------------------------------------------
-r23125 | funman | 2007-11-18 18:58:36 +0100 (Sun, 18 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/extras/mpris.py
-
-mpris controler: doesn't depend on python being in /usr/bin
-------------------------------------------------------------------------
-r23124 | funman | 2007-11-18 18:57:52 +0100 (Sun, 18 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/dbus.c
-
-dbus: super annoying typo
-------------------------------------------------------------------------
-r23122 | fkuehne | 2007-11-18 16:20:10 +0100 (Sun, 18 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fa.po
-   M /trunk/po/fi.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-* updated the po-files once again
-------------------------------------------------------------------------
-r23118 | titer | 2007-11-18 15:12:31 +0100 (Sun, 18 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-typo
-
-------------------------------------------------------------------------
-r23117 | Trax | 2007-11-18 14:36:58 +0100 (Sun, 18 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/src/input/clock.c
-
-* src/input/clock.c: Feed synchro with new ref. point after unexpected discontinuity. Needs testing, should fix ticket #691 no audio/video in transcode after clock gap in input
-------------------------------------------------------------------------
-r23114 | damienf | 2007-11-18 00:32:42 +0100 (Sun, 18 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-
-activex: forwardport [23112]
-
-------------------------------------------------------------------------
-r23111 | jb | 2007-11-17 21:03:29 +0100 (Sat, 17 Nov 2007) | 3 lines
-Changed paths:
-   A /trunk/doc/ChangeLog-2006
-
-Add the Changelog-2006. It shouldn't be updated now... :)
-
-
-------------------------------------------------------------------------
-r23110 | xtophe | 2007-11-17 20:35:43 +0100 (Sat, 17 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-when retrying set the demux to "" for real. refs #1228
-
-------------------------------------------------------------------------
-r23107 | pdherbemont | 2007-11-17 16:14:59 +0100 (Sat, 17 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-modules/codec/ffmpeg/video.c: Fix Remi Duraffort's PIX_FMT_RGBA issue by testing directly for PIX_FMT_RGBA definition, instead of testing if swscale is present.
-
-------------------------------------------------------------------------
-r23106 | pdherbemont | 2007-11-17 15:42:14 +0100 (Sat, 17 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/testapi.c
-
-testapi.c: Superficial media list tests. For some reason `make check` doesn't work on here (Mac OS X) due to some libtool issues, so it wasn't tested for real.
-
-------------------------------------------------------------------------
-r23105 | pdherbemont | 2007-11-17 15:31:18 +0100 (Sat, 17 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/libvlc_internal.h
-
-control/libvlc_internal.h: Remove definition duplication.
-
-------------------------------------------------------------------------
-r23104 | pdherbemont | 2007-11-17 15:29:13 +0100 (Sat, 17 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-   M /trunk/src/control/event.c
-   M /trunk/src/control/libvlc_internal.h
-
-control: Remove libvlc_event_fini exception handling, as we don't need it.
-
-------------------------------------------------------------------------
-r23103 | jpsaman | 2007-11-17 14:34:43 +0100 (Sat, 17 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-Patch by Richard Hosking: v4l2 minor patch to fix silly bug in handling of user specified caching value.
-
-------------------------------------------------------------------------
-r23102 | jb | 2007-11-17 10:04:46 +0100 (Sat, 17 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-Add a forgotten break; in a case.
-So far, it should work for most of the streams, except MP3 in rm (silly guys...), ralf, because it is still unsupported, and Sipr because of the flavour detection.
-
-------------------------------------------------------------------------
-r23101 | jb | 2007-11-17 09:47:24 +0100 (Sat, 17 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-Extra Data code factorisation: This shouldn't destroy old support, but please repport any broken stream.
-
-
-------------------------------------------------------------------------
-r23100 | jb | 2007-11-17 09:24:56 +0100 (Sat, 17 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-Cosmetic and mention about unsupported ralf codec.
-
-------------------------------------------------------------------------
-r23099 | jb | 2007-11-17 09:16:17 +0100 (Sat, 17 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-Reindent after previous commit.
-
-
-------------------------------------------------------------------------
-r23098 | jb | 2007-11-17 09:13:58 +0100 (Sat, 17 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-Real Demuxer: Support for RM version 3. Tested and works \o/
-
-
-------------------------------------------------------------------------
-r23097 | jb | 2007-11-17 02:40:34 +0100 (Sat, 17 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Contribs: same insane test for Qt4 libraries... If you want to go on...
-
-
-------------------------------------------------------------------------
-r23096 | jb | 2007-11-17 00:30:27 +0100 (Sat, 17 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs: Try to use already compiled binaries made by Trolltech instead of the one I have to make on Windows. Use Wine... Close your eyes, it can burn...
-
-
-------------------------------------------------------------------------
-r23095 | xtophe | 2007-11-16 23:33:20 +0100 (Fri, 16 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/osd/Modules.am
-   M /trunk/modules/misc/osd/osd_menu.c
-   M /trunk/modules/misc/osd/osd_menu.h
-   M /trunk/modules/misc/osd/parser.c
-   M /trunk/modules/misc/osd/simple.c
-   M /trunk/modules/misc/osd/xml.c
-
-svn:keywords
-
-------------------------------------------------------------------------
-r23094 | oaubert | 2007-11-16 20:04:37 +0100 (Fri, 16 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_core.c
-
-core/mediacontrol_core.c: code playlist_get_list using
-playlist_nodeDump as reference.
-
-------------------------------------------------------------------------
-r23093 | oaubert | 2007-11-16 19:59:19 +0100 (Fri, 16 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_core.c
-
-core/mediacontrol_core.c: do not prepend the dummy argv[0] since it is
- done in libvlc_new now (since r22749)
-
-------------------------------------------------------------------------
-r23092 | courmisch | 2007-11-15 19:09:24 +0100 (Thu, 15 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-
-Typo
-
-------------------------------------------------------------------------
-r23091 | courmisch | 2007-11-15 18:58:53 +0100 (Thu, 15 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Revert [23063]
-
-------------------------------------------------------------------------
-r23090 | courmisch | 2007-11-15 18:58:46 +0100 (Thu, 15 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/osd
-
-svn:ignore
-
-------------------------------------------------------------------------
-r23089 | courmisch | 2007-11-15 18:55:02 +0100 (Thu, 15 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-
-- exit() cannot return negative (or large) values
-- waitpid() can fail
-
-------------------------------------------------------------------------
-r23088 | jpsaman | 2007-11-15 17:29:32 +0100 (Thu, 15 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
-Fix various memleaks in error paths.
-
-------------------------------------------------------------------------
-r23087 | jpsaman | 2007-11-15 14:38:33 +0100 (Thu, 15 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Remove excess whitespace.
-
-------------------------------------------------------------------------
-r23086 | jpsaman | 2007-11-15 14:38:32 +0100 (Thu, 15 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_osd.h
-   M /trunk/modules/misc/osd/osd_menu.c
-   M /trunk/modules/misc/osd/osd_menu.h
-   M /trunk/modules/misc/osd/simple.c
-   M /trunk/modules/video_filter/osdmenu.c
-   M /trunk/src/osd/osd.c
-
-Implement clickable osdmenu. The clickable positioning and scaling guessing is not complete (the whole spu region is now clickable with current configurations).
-
-------------------------------------------------------------------------
-r23085 | jpsaman | 2007-11-15 14:38:29 +0100 (Thu, 15 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-
-Add macro for determining array size.
-
-------------------------------------------------------------------------
-r23084 | jb | 2007-11-15 07:04:02 +0100 (Thu, 15 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/THANKS
-
-Thanks to more other projects. I, of course, forget most, but step-by-step...
-It might not be all correct, so...
-Btw, at the top or at the bottom ? x264 ?
-
-------------------------------------------------------------------------
-r23083 | xtophe | 2007-11-14 23:02:01 +0100 (Wed, 14 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/po/POTFILES.in
-   M /trunk/po/vlc.pot
-
-Don't use modules/gui/opie in gettext as we don't distribute it.
-Upgrade POTFILE.in and vlc.pot 
-
-------------------------------------------------------------------------
-r23082 | xtophe | 2007-11-14 22:53:40 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/po/ro.po
-
-Romanian translation update by Cristian Secar?\196?\131
-
-------------------------------------------------------------------------
-r23081 | dionoea | 2007-11-14 22:51:34 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include
-
-svn:ignore include/vlc_about.h
-
-------------------------------------------------------------------------
-r23080 | dionoea | 2007-11-14 22:50:17 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/COPYING
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-Layout fixes in COPYING (and use spaces instead of tabs). Use a fixed width font in when displaying the license in the qt4 help window (since that's how it's meant to be displayed).
-
-------------------------------------------------------------------------
-r23079 | jb | 2007-11-14 19:11:59 +0100 (Wed, 14 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/libgpg-error-win32.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs: libgpg-error version bump.
-
-
-------------------------------------------------------------------------
-r23078 | jpsaman | 2007-11-14 16:18:23 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/osd/osd.c
-
-Fix double vlc_object_attach().
-
-------------------------------------------------------------------------
-r23077 | jpsaman | 2007-11-14 16:18:21 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/osdmenu.c
-
-Cleanup on osdmenu video filter.
-
-------------------------------------------------------------------------
-r23076 | jpsaman | 2007-11-14 16:18:19 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/osd/osd.c
-
-Detach osdmenu object before destroying.
-
-------------------------------------------------------------------------
-r23075 | jpsaman | 2007-11-14 16:18:18 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/osdmenu.c
-
-Indentation
-
-------------------------------------------------------------------------
-r23074 | jpsaman | 2007-11-14 16:18:16 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/osd/osd.c
-
-Cleanup osd_ParserLoad()/osdParserUnload().
-
-------------------------------------------------------------------------
-r23073 | jpsaman | 2007-11-14 16:18:15 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/osd/osd.c
-
-Return pointer to osdmenu object and use that iso NULL pointer.
-
-------------------------------------------------------------------------
-r23072 | jpsaman | 2007-11-14 16:18:12 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/osd/osd_menu.c
-   M /trunk/modules/misc/osd/osd_menu.h
-
-Use the filename passed and not the configuration file.
-
-------------------------------------------------------------------------
-r23071 | jpsaman | 2007-11-14 16:18:10 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/osd/parser.c
-   M /trunk/src/osd/osd.c
-
-Cleanup indentation.
-
-------------------------------------------------------------------------
-r23070 | jpsaman | 2007-11-14 16:18:09 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_osd.h
-   M /trunk/modules/misc/osd/osd_menu.c
-   M /trunk/modules/misc/osd/osd_menu.h
-   M /trunk/modules/misc/osd/parser.c
-   M /trunk/modules/misc/osd/simple.c
-   M /trunk/modules/misc/osd/xml.c
-
-Refactor osdmenu parsing logic.
-
-------------------------------------------------------------------------
-r23069 | jpsaman | 2007-11-14 16:18:07 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Add osd_parser to configure.ac
-
-------------------------------------------------------------------------
-r23068 | jpsaman | 2007-11-14 16:18:04 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   A /trunk/modules/misc/osd/simple.c
-   A /trunk/modules/misc/osd/xml.c
-
-Add new files which should have been in previous commit.
-
-------------------------------------------------------------------------
-r23067 | jpsaman | 2007-11-14 16:18:02 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_osd.h
-   M /trunk/modules/misc/osd/Modules.am
-   M /trunk/modules/misc/osd/parser.c
-   M /trunk/src/Makefile.am
-   M /trunk/src/osd/osd.c
-
-Further factoring out osdmenu parser functionality from osdmenu handling. Started a dummy modules/misc/osd/xml.c osdmenu parser.
-
-------------------------------------------------------------------------
-r23066 | jpsaman | 2007-11-14 16:18:00 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/osd/Modules.am
-   M /trunk/modules/misc/osd/osd_menu.h
-
-Add newline to end of file, shuts up the compiler.
-
-------------------------------------------------------------------------
-r23065 | jpsaman | 2007-11-14 16:17:57 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/include/vlc_osd.h
-   A /trunk/modules/misc/osd
-   A /trunk/modules/misc/osd/Modules.am
-   A /trunk/modules/misc/osd/osd_menu.c
-   A /trunk/modules/misc/osd/osd_menu.h
-   A /trunk/modules/misc/osd/parser.c
-   M /trunk/src/osd/osd.c
-   D /trunk/src/osd/osd_parser.c
-
-Fix merge conflicts for src/osd/osd.c
-
-------------------------------------------------------------------------
-r23064 | jpsaman | 2007-11-14 08:14:22 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-Make PIX_FMT_RGBA dependend on ffmpeg with swscale. Patch by Remi Duraffort <ivoire at via.ecp.fr>.
-
-------------------------------------------------------------------------
-r23063 | funman | 2007-11-14 01:30:45 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-make vlc_object_timedwait() return immediately if the object or libvlc is dying
-
-------------------------------------------------------------------------
-r23062 | funman | 2007-11-14 00:28:22 +0100 (Wed, 14 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/misc/playlist/xspf.c
-
-xspf: fix nodes encoding. big up to yoannp for fully nested xspf !
-
-------------------------------------------------------------------------
-r23061 | xtophe | 2007-11-13 23:44:36 +0100 (Tue, 13 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-
-Cosmetic
-
-------------------------------------------------------------------------
-r23060 | yoann | 2007-11-13 23:10:58 +0100 (Tue, 13 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/misc/playlist/xspf.c
-   M /trunk/src/playlist/loadsave.c
-
-* XSPF nested playlist
-
-------------------------------------------------------------------------
-r23059 | dionoea | 2007-11-13 22:36:52 +0100 (Tue, 13 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Add news about Album art, luameta and luaintf.
-
-------------------------------------------------------------------------
-r23058 | dionoea | 2007-11-13 22:20:56 +0100 (Tue, 13 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http-lua/js/functions.js
-
-Fix error in javascript "playlist xml" -> html routine which messed up display of playlist with nodes 2 or more deep which didn't have any leaves.
-
-------------------------------------------------------------------------
-r23057 | dionoea | 2007-11-13 22:08:37 +0100 (Tue, 13 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/share/http-lua/dialogs/playlist
-   A /trunk/share/http-lua/images/reset.png
-   M /trunk/share/http-lua/js/functions.js
-   M /trunk/share/http-lua/requests/playlist.xml
-
-Add "search as you type" to the HTTP interface.
-
-------------------------------------------------------------------------
-r23056 | funman | 2007-11-13 19:21:46 +0100 (Tue, 13 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-xspf demuxer: fix extension reading
-------------------------------------------------------------------------
-r23054 | jb | 2007-11-13 08:48:21 +0100 (Tue, 13 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-Cosmetic and initial support of sipr in rm demuxer. Doesn't work with all flavours yet.
-
-
-------------------------------------------------------------------------
-r23053 | jb | 2007-11-13 08:39:09 +0100 (Tue, 13 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/realaudio.c
-
-Real decoder: Use the real libraries to decode atrac and sipr (sipr still doesn't work, because the flavour is misdetected)
-Add a few ifdefs for Loader use.
-
-
-------------------------------------------------------------------------
-r23052 | jb | 2007-11-13 07:33:10 +0100 (Tue, 13 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-Real Demuxer: Support for Atrac-3 codecs in Real files. Close #1359.
-Some new comments are in.
-
-
-------------------------------------------------------------------------
-r23051 | jb | 2007-11-13 06:24:02 +0100 (Tue, 13 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Don't make fontconfig depend on Makefile in contribs, it is boring to recompile all the time :D
-
-
-------------------------------------------------------------------------
-r23050 | jb | 2007-11-13 06:19:10 +0100 (Tue, 13 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Libcdio update for Mac OS Contribs, memleaks and small bugs.
-
-
-------------------------------------------------------------------------
-r23049 | jb | 2007-11-13 06:05:06 +0100 (Tue, 13 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs: png version bumps to 1.2.23, cleaning and perf release. For once, no CVE :D
-
-------------------------------------------------------------------------
-r23048 | jb | 2007-11-13 05:58:42 +0100 (Tue, 13 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs: jump to faad 2.6.1. The patch is useless, but don't remove it might still be usefull.
-
-
-
-------------------------------------------------------------------------
-r23047 | jb | 2007-11-13 05:56:04 +0100 (Tue, 13 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-
-Start a contribs section in THANKS. This is just a beginning and may need to be rewritten, changed etc...
-Anyway, it is now valid to use faad2 v >= 2.6.1
-
-------------------------------------------------------------------------
-r23046 | pdherbemont | 2007-11-13 00:12:43 +0100 (Tue, 13 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: Remove for goods disabled code. (as per funman's request).
-
-------------------------------------------------------------------------
-r23045 | ileoo | 2007-11-13 00:02:18 +0100 (Tue, 13 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-GET_PARAMETERS doesn't seem to work so well agains DSS 5.5.4,
-SET_PARAMETERS works agains DSS 5.5.4 and WMS 2003. WMS2003 doesn't
-accept empty parameter/value pair, so have to set something.
-
-------------------------------------------------------------------------
-r23044 | pdherbemont | 2007-11-12 23:59:14 +0100 (Mon, 12 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: Disable icon positionement in the dmg.
-
-------------------------------------------------------------------------
-r23043 | dionoea | 2007-11-12 23:27:00 +0100 (Mon, 12 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/lua/intf.c
-   M /trunk/share/luaintf/rc.lua
-
-Fix problem with the search lua wrapper (it always returned the "category" playlist even when searching in "onelevel" mode).
-Remove debug prints from the rc.lua module.
-
-------------------------------------------------------------------------
-r23042 | dionoea | 2007-11-12 23:18:31 +0100 (Mon, 12 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaintf/rc.lua
-
-Add option to use a flat playlist in the rc.lua interface (default disabled).
-
-------------------------------------------------------------------------
-r23041 | xtophe | 2007-11-12 23:08:54 +0100 (Mon, 12 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/po/sv.po
-
-Swedish translation update by Daniel Nylander
-
-------------------------------------------------------------------------
-r23040 | dionoea | 2007-11-12 23:00:47 +0100 (Mon, 12 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/lua/Modules.am
-   M /trunk/modules/misc/lua/intf.c
-   A /trunk/modules/misc/lua/sd.c (from /trunk/modules/misc/lua/acl.c:23010)
-   M /trunk/modules/misc/lua/vlc.h
-   M /trunk/share/http-lua/dialogs/playlist
-   M /trunk/share/http-lua/requests/playlist.xml
-   M /trunk/share/http-lua/requests/status.xml
-   M /trunk/share/luaintf/rc.lua
-
-Add services discovery support and enhance playlist support for lua interface modules. Added "search", "sort" and "sd" commands to rc.lua. Restored true playlist functionality and sd selection in the lua http intf.
-
-------------------------------------------------------------------------
-r23039 | funman | 2007-11-12 22:47:08 +0100 (Mon, 12 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   A /trunk/share/luaplaylist/joox.lua
-
-luaplaylist: adds experimental script for joox.net
-
-------------------------------------------------------------------------
-r23038 | funman | 2007-11-12 21:10:54 +0100 (Mon, 12 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/playlist/xspf.c
-
-xspf export: write the extension tag before the trackList, we'll need to read it first to handle it properly.
-
-------------------------------------------------------------------------
-r23037 | pdherbemont | 2007-11-12 17:39:18 +0100 (Mon, 12 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/upnp_intel.cpp
-
-modules/services_discovery/upnp_intel.cpp: Add a todo note: this module needs to be rewritten used the new services discovery API. (this is not really helpful, but yet, that could help to track bugs).
-
-------------------------------------------------------------------------
-r23036 | damienf | 2007-11-12 15:44:20 +0100 (Mon, 12 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/libdvdnav-20050211-win32.patch
-   D /trunk/extras/contrib/src/Patches/libdvdnav-mactel.patch
-   A /trunk/extras/contrib/src/Patches/libdvdnav.patch
-   D /trunk/extras/contrib/src/Patches/libdvdread-20041028-win32.patch
-   D /trunk/extras/contrib/src/Patches/libdvdread.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-dvdnav: support for new incarnation hosted in mplayerhq
-
-------------------------------------------------------------------------
-r23035 | funman | 2007-11-12 14:36:09 +0100 (Mon, 12 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-   M /trunk/src/playlist/services_discovery.c
-
-services_discovery_SetLocalizedName() is now mandatory. Fix #1344
-upnp_intel module still has to be rewritten (it will crash at runtime)
-
-------------------------------------------------------------------------
-r23034 | funman | 2007-11-12 14:34:54 +0100 (Mon, 12 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luameta/googleimage.lua
-
-googleimage plugin: don't run vlc.uri_decode on a nil string
-
-------------------------------------------------------------------------
-r23029 | jb | 2007-11-12 08:50:16 +0100 (Mon, 12 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-Wx: this should fix the [23027] commit for compilation. needs review.
-
-------------------------------------------------------------------------
-r23028 | pdherbemont | 2007-11-11 22:09:55 +0100 (Sun, 11 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Fix a typo in my previous commit.
-
-------------------------------------------------------------------------
-r23027 | dionoea | 2007-11-11 22:08:36 +0100 (Sun, 11 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_services_discovery.h
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/src/playlist/services_discovery.c
-
-Use the services_discovery_GetServicesNames() function in the qt4 and wxwidgets (i don't compile the wxwidgets module so there might be a few warnings/errors). This removes comprehension of how VLC modules work from the interface plugins. This change still needs to be done in the modules/gui/macosx/playlist.m file.
-
-------------------------------------------------------------------------
-r23026 | pdherbemont | 2007-11-11 22:03:42 +0100 (Sun, 11 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Fix Mac OS X 10.4 support (Reported by Enrique Osuna).
-
-------------------------------------------------------------------------
-r23025 | dionoea | 2007-11-11 21:32:43 +0100 (Sun, 11 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules.h
-   M /trunk/include/vlc_services_discovery.h
-   M /trunk/src/modules/modules.c
-   M /trunk/src/playlist/services_discovery.c
-
-Add argument to module_GetModulesNamesForCapability (and services_discovery_GetServicesNames) to also get the longnames.
-
-------------------------------------------------------------------------
-r23024 | dionoea | 2007-11-11 21:16:51 +0100 (Sun, 11 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/modules.c
-
-Fix module_GetModulesNamesForCapability() and make it handle submodules properly (ie: the shoutcasttv submodule is returned as "shoutcasttv" instead of "shout"). This function (or its services_discovery_GetServicesNames(p_this) specialised version) should be used in interfaces, instead of the current code duplication.
-
-------------------------------------------------------------------------
-r23023 | xtophe | 2007-11-11 20:26:32 +0100 (Sun, 11 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-Fix [23001]
-------------------------------------------------------------------------
-r23022 | funman | 2007-11-11 19:48:07 +0100 (Sun, 11 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-alsa: use the pcm status to compute the delay. fix #894 (spdif passthrough)
-Please report loudly any regression, using spdif or not.
-
-------------------------------------------------------------------------
-r23021 | fkuehne | 2007-11-11 16:48:39 +0100 (Sun, 11 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-* updated the comments, so other people can understand what we're doing on Leopard
-------------------------------------------------------------------------
-r23020 | pdherbemont | 2007-11-11 15:50:30 +0100 (Sun, 11 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Because of the ld text relocation bug on Mac OS X, we have to disable ffmpeg when using such linker for the time being. Add a big warning at the end of configure if we are in such a configuration.
-
-------------------------------------------------------------------------
-r23019 | funman | 2007-11-11 14:45:16 +0100 (Sun, 11 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Install required files for lua http interface
-------------------------------------------------------------------------
-r23018 | jb | 2007-11-11 07:08:59 +0100 (Sun, 11 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/realaudio.c
-
-Real Audio: Add support for RealPlayer 10/10GOLD .so
-
-
-------------------------------------------------------------------------
-r23017 | jb | 2007-11-11 05:46:31 +0100 (Sun, 11 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/realaudio.c
-
-More Real Codecs paths.
-
-
-------------------------------------------------------------------------
-r23016 | jb | 2007-11-11 05:02:48 +0100 (Sun, 11 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/realaudio.c
-
-RealAudio, more paths to search realAudio codecs.
-
-
-------------------------------------------------------------------------
-r23015 | jb | 2007-11-11 04:26:09 +0100 (Sun, 11 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-Qt4 - Use >= instead of == in loopA-B (thanks funman)
-
-
-------------------------------------------------------------------------
-r23014 | jb | 2007-11-11 02:52:28 +0100 (Sun, 11 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-
-Qt4 - A to B Loop implementation.
-
-
-------------------------------------------------------------------------
-r23013 | jb | 2007-11-11 02:51:57 +0100 (Sun, 11 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-
-Store the time and length in int, since we use only the seconds count.
-
-
-------------------------------------------------------------------------
-r23012 | fkuehne | 2007-11-11 00:21:41 +0100 (Sun, 11 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/src/misc/update.c
-
-* a few more
-------------------------------------------------------------------------
-r23011 | fkuehne | 2007-11-11 00:14:17 +0100 (Sun, 11 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/audio_output/auhal.c
-   M /trunk/modules/misc/audioscrobbler.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/input.c
-
-* English grammar fixes and beautifications for the intf_UserFatal messages
-------------------------------------------------------------------------
-r23010 | dionoea | 2007-11-10 17:34:53 +0100 (Sat, 10 Nov 2007) | 12 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/modules/misc/lua/Modules.am
-   A /trunk/modules/misc/lua/acl.c (from /trunk/modules/misc/lua/net.c:22977)
-   M /trunk/modules/misc/lua/callbacks.c
-   A /trunk/modules/misc/lua/httpd.c (from /trunk/modules/misc/lua/net.c:22977)
-   M /trunk/modules/misc/lua/intf.c
-   M /trunk/modules/misc/lua/net.c
-   M /trunk/modules/misc/lua/vlc.c
-   M /trunk/modules/misc/lua/vlc.h
-   M /trunk/share/Makefile.am
-   A /trunk/share/http-lua (from /trunk/share/http:22977)
-   A /trunk/share/http-lua/custom.lua
-   M /trunk/share/http-lua/dialogs/browse
-   M /trunk/share/http-lua/dialogs/footer
-   M /trunk/share/http-lua/dialogs/input
-   M /trunk/share/http-lua/dialogs/main
-   M /trunk/share/http-lua/dialogs/mosaic
-   M /trunk/share/http-lua/dialogs/playlist
-   M /trunk/share/http-lua/dialogs/sout
-   M /trunk/share/http-lua/dialogs/vlm
-   M /trunk/share/http-lua/flash.html
-   M /trunk/share/http-lua/index.html
-   R /trunk/share/http-lua/js (from /trunk/share/http/js:23009)
-   R /trunk/share/http-lua/js/functions.js (from /trunk/share/http/js/functions.js:23009)
-   M /trunk/share/http-lua/mosaic.html
-   M /trunk/share/http-lua/requests/browse.xml
-   M /trunk/share/http-lua/requests/playlist.xml
-   M /trunk/share/http-lua/requests/status.xml
-   M /trunk/share/http-lua/requests/vlm.xml
-   M /trunk/share/http-lua/requests/vlm_cmd.xml
-   M /trunk/share/http-lua/vlm.html
-   M /trunk/share/http-lua/vlm_export.html
-   A /trunk/share/luaintf/http.lua (from /trunk/share/luaintf/rc.lua:22977)
-   A /trunk/share/luaintf/modules/acl.lua (from /trunk/share/luaintf/modules/host.lua:22977)
-   M /trunk/share/luaintf/modules/common.lua
-   A /trunk/share/luaintf/modules/httpd.lua (from /trunk/share/luaintf/modules/host.lua:22977)
-   M /trunk/share/luaintf/rc.lua
-
-Port the http interface to the Lua Interface Module framework.
-
- * share/luaintf/http.lua: Equivalent of the legacy modules/control/http/
-   module. (The new module takes 272 lines of Lua, instead of 5475 lines for
-   the old one.) Functionality is basically the same except for CGI support
-   which is missing.
- * share/http-lua/: The HTML files using the new <?vlc [lua code] ?> syntax.
- * modules/misc/lua/: Add Lua bindings for a few VLC function, the most
-   important being the HTTPd high level functions, ACLs, stat and opendir.
-
-The Lua code still needs to be cleaned up a bit.
-
-------------------------------------------------------------------------
-r23009 | pdherbemont | 2007-11-10 16:26:11 +0100 (Sat, 10 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib/src/Makefile: Update ffmpeg macosx-intel patch application recipe.
-
-------------------------------------------------------------------------
-r23008 | pdherbemont | 2007-11-10 16:09:52 +0100 (Sat, 10 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
-
-contrib/ffmpeg-macosx-intel-mmx.patch: Use Graham Booker's patch which works around the ld64 text relocation bug.
-
-------------------------------------------------------------------------
-r23007 | pdherbemont | 2007-11-10 15:58:14 +0100 (Sat, 10 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: On Mac OS X, if ld has the text reloc bug, disable mmx and sse.
-
-------------------------------------------------------------------------
-r23006 | pdherbemont | 2007-11-10 15:23:03 +0100 (Sat, 10 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Allow --disable-mmx and --disable-sse.
-
-------------------------------------------------------------------------
-r23005 | fkuehne | 2007-11-10 15:11:33 +0100 (Sat, 10 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-ehm, forgot this in [23004]
-------------------------------------------------------------------------
-r23004 | fkuehne | 2007-11-10 15:10:33 +0100 (Sat, 10 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* disable ASM support in libtheora for now (until the authors release a fixed version or Apple a fixed ld)
-------------------------------------------------------------------------
-r23003 | damienf | 2007-11-10 00:39:35 +0100 (Sat, 10 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-- lua: meeds winsock2 on win32
-
-------------------------------------------------------------------------
-r23002 | xtophe | 2007-11-09 23:07:51 +0100 (Fri, 09 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Don't replace @ on file without e-mail address
-
-------------------------------------------------------------------------
-r23001 | jb | 2007-11-09 19:59:33 +0100 (Fri, 09 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-
-Qt4 - Sprefs: cosmetic and string change.
-
-
-------------------------------------------------------------------------
-r23000 | xtophe | 2007-11-09 19:43:12 +0100 (Fri, 09 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/audio_filter/channel_mixer/mono.c
-
-Typo
-------------------------------------------------------------------------
-r22999 | xtophe | 2007-11-09 19:19:53 +0100 (Fri, 09 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Bool options need a special format
-
-------------------------------------------------------------------------
-r22998 | jpsaman | 2007-11-09 11:26:44 +0100 (Fri, 09 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-Fix some potential segfaults, some cleanup and fix subtitling positioning.
-
-------------------------------------------------------------------------
-r22997 | jb | 2007-11-09 03:30:53 +0100 (Fri, 09 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-
-Qt4 - Open: clean again, and fix the clear() bug.
-
-------------------------------------------------------------------------
-r22996 | jb | 2007-11-09 03:11:08 +0100 (Fri, 09 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-
-Qt4 - Open Dialog: Code cosmetic.
-
-------------------------------------------------------------------------
-r22995 | jb | 2007-11-09 03:06:42 +0100 (Fri, 09 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-
-Qt4 - Slight string change and code cosmetic.
-
-
-------------------------------------------------------------------------
-r22994 | xtophe | 2007-11-09 00:08:19 +0100 (Fri, 09 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-typo
-
-------------------------------------------------------------------------
-r22993 | xtophe | 2007-11-08 23:52:51 +0100 (Thu, 08 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/po/sl.po
-
-Slovenian l10n update by Matej Urban?\196?\141i?\196?\141
-
-------------------------------------------------------------------------
-r22992 | dionoea | 2007-11-08 23:14:52 +0100 (Thu, 08 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/functions.js
-
-Remove AltGr+Space character (firefox doesn't like it).
-
-------------------------------------------------------------------------
-r22991 | jb | 2007-11-08 02:07:15 +0100 (Thu, 08 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/thread.c
-
-Correct a typo in [22984], s/meta-fetch/fetch-meta :D
-
-
-------------------------------------------------------------------------
-r22990 | jb | 2007-11-08 01:54:54 +0100 (Thu, 08 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-
-Qt4 - strings modif.
-
-
-------------------------------------------------------------------------
-r22989 | jb | 2007-11-08 01:45:23 +0100 (Thu, 08 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-
-Qt4 - Interfaces, strings change.
-
-
-------------------------------------------------------------------------
-r22988 | funman | 2007-11-08 01:36:09 +0100 (Thu, 08 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fa.po
-   M /trunk/po/fi.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-check in updated po files
-
-------------------------------------------------------------------------
-r22987 | xtophe | 2007-11-08 01:07:58 +0100 (Thu, 08 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/po/POTFILES.in
-
-Don't put built sources in POTFILES.in
-
-------------------------------------------------------------------------
-r22986 | jb | 2007-11-08 00:22:59 +0100 (Thu, 08 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-FFmpeg - add the MPCK fourCC, that seems to be associated to some SV8.
-But it may be useless, because of our mpc demuxer...
-
-
-------------------------------------------------------------------------
-r22985 | jb | 2007-11-08 00:00:58 +0100 (Thu, 08 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-
-Qt4 - Add the meta-fetcher option to the privacy part of the Simple preferences.
-
-
-------------------------------------------------------------------------
-r22984 | pdherbemont | 2007-11-07 22:21:46 +0100 (Wed, 07 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/playlist_internal.h
-   M /trunk/src/playlist/thread.c
-
-playlist: Add an option to disable meta-fetch. (Need to be merged with art-fetch).
-
-------------------------------------------------------------------------
-r22983 | xtophe | 2007-11-07 21:20:41 +0100 (Wed, 07 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/vlc.pot
-
-Update vlc.pot
-
-------------------------------------------------------------------------
-r22982 | dionoea | 2007-11-07 20:36:02 +0100 (Wed, 07 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_httpd.h
-   M /trunk/src/network/httpd.c
-
-Return the p_sys pointer in the httpd_{Handler,File}Delete functions (in case you need it to clean up stuff).
-
-------------------------------------------------------------------------
-r22981 | jb | 2007-11-07 18:59:24 +0100 (Wed, 07 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-
-Qt4 - Add some privacy options to Simple Preferences.
-
-
-------------------------------------------------------------------------
-r22980 | jb | 2007-11-07 03:21:04 +0100 (Wed, 07 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Display "--:--" in the status bar when vlc can't guess the total time.
-I think it is better that way and confuse less the users.
-
-
-------------------------------------------------------------------------
-r22979 | jb | 2007-11-07 03:11:30 +0100 (Wed, 07 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - MainInterface, Don't show remaining time when length is 0.
-
-
-------------------------------------------------------------------------
-r22977 | pdherbemont | 2007-11-06 19:04:38 +0100 (Tue, 06 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Previous commit isn't necessary, isysroot implies syslibroot from experience.
-
-------------------------------------------------------------------------
-r22976 | pdherbemont | 2007-11-06 17:37:40 +0100 (Tue, 06 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Use -syslibroot ld argument when using --with-macosx-sdk.
-
-------------------------------------------------------------------------
-r22975 | jb | 2007-11-06 03:55:44 +0100 (Tue, 06 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Qt4 - SPrefs, make the hotkeys module take all the space available.
-
-
-------------------------------------------------------------------------
-r22974 | jb | 2007-11-06 03:47:07 +0100 (Tue, 06 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Qt4 - Long lines, cosmetics and trailing spaces fixes.
-
-
-------------------------------------------------------------------------
-r22973 | jb | 2007-11-06 03:43:01 +0100 (Tue, 06 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Qt4 - SPrefs: use a switch to remove stupid iterative ifs.
-
-------------------------------------------------------------------------
-r22972 | jb | 2007-11-06 03:30:19 +0100 (Tue, 06 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-
-Qt4 - Remove unreachable code.
-
-------------------------------------------------------------------------
-r22971 | jb | 2007-11-06 03:25:30 +0100 (Tue, 06 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-
-Qt4 - Hotkeys Preferences: * Create the QLabel warning only if needed,
-                           * Fix the "empty value, empty text" key bug.
-
-------------------------------------------------------------------------
-r22970 | jb | 2007-11-06 03:05:47 +0100 (Tue, 06 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-
-Qt4 - Hotkeys, correct some unicode problem and change the default behaviour.
-
-
-------------------------------------------------------------------------
-r22969 | jb | 2007-11-06 00:52:23 +0100 (Tue, 06 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-   D /trunk/modules/gui/qt4/ui/sprefs_hotkeys.ui
-
-Qt4 - Remove now unneeded files.
-
-
-------------------------------------------------------------------------
-r22968 | jb | 2007-11-06 00:47:40 +0100 (Tue, 06 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Qt4 - Unification of Hotkeys for Sprefs et Adv Preferences.
-
-
-------------------------------------------------------------------------
-r22967 | jb | 2007-11-06 00:12:08 +0100 (Tue, 06 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-
-Qt4 - make GNOME and KDE people happy.
-
-
-------------------------------------------------------------------------
-r22966 | jb | 2007-11-06 00:01:15 +0100 (Tue, 06 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-
-Qt4 - Improve the hotkeys preferences.
-
-
-------------------------------------------------------------------------
-r22965 | dionoea | 2007-11-05 22:52:26 +0100 (Mon, 05 Nov 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/misc/lua/intf.c
-   M /trunk/modules/misc/lua/vlc.c
-   M /trunk/modules/misc/lua/vlc.h
-   M /trunk/modules/misc/lua/vlm.c
-   M /trunk/share/luaintf/rc.lua
-   M /trunk/share/luaintf/telnet.lua
-
- * modules/misc/lua:
-   * Add vlc.license()
-   * vlc.vlm.execute_command() now returns the VLC error code and the corresponding error message as 2nd and 3rd return values.
- * share/luaintf: add help and module description related stuff to the telnet and rc modules.
-
-------------------------------------------------------------------------
-r22964 | dionoea | 2007-11-05 21:46:41 +0100 (Mon, 05 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaintf/rc.lua
-
-Revert part of r22952 which broke commands of more than 1000 chars.
-
-------------------------------------------------------------------------
-r22963 | xtophe | 2007-11-05 20:42:29 +0100 (Mon, 05 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaintf/dummy.lua
-   M /trunk/share/luaintf/hotkeys.lua
-   M /trunk/share/luaintf/modules/common.lua
-   M /trunk/share/luaintf/modules/host.lua
-   M /trunk/share/luaintf/rc.lua
-   M /trunk/share/luaintf/telnet.lua
-
-svn:keywords
-
-------------------------------------------------------------------------
-r22962 | pdherbemont | 2007-11-05 18:18:17 +0100 (Mon, 05 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: Build and export the Framework in package-macosx. This is probably not an appropriate place and will change one day.
-
-------------------------------------------------------------------------
-r22961 | courmisch | 2007-11-05 18:08:36 +0100 (Mon, 05 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-Cosmetic fix (excessive indentation)
-
-------------------------------------------------------------------------
-r22960 | courmisch | 2007-11-05 17:58:36 +0100 (Mon, 05 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-Fix a few minor race conditions
-
-------------------------------------------------------------------------
-r22959 | courmisch | 2007-11-05 17:24:07 +0100 (Mon, 05 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-Fix previous commit
-
-------------------------------------------------------------------------
-r22958 | courmisch | 2007-11-05 17:16:36 +0100 (Mon, 05 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-Recover from ALSA suspend properly if the device does not support resuming
-
-------------------------------------------------------------------------
-r22957 | pdherbemont | 2007-11-05 17:13:57 +0100 (Mon, 05 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
-
-MacOSX/Framework/VLC.xcodeproj: Fix compilation.
-
-------------------------------------------------------------------------
-r22956 | jb | 2007-11-05 08:26:36 +0100 (Mon, 05 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/complete_preferences.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-
-Qt4 - Preferences, improve a bit the Hotkeys. Preparatory work to merge the Hotkeys from SPrefs and AdvPrefs.
-
-
-------------------------------------------------------------------------
-r22955 | jb | 2007-11-05 07:07:25 +0100 (Mon, 05 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-
-Qt4 - Preferences: spaces and comments.
-
-------------------------------------------------------------------------
-r22954 | jb | 2007-11-05 05:36:55 +0100 (Mon, 05 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-qt4 - SPrefs: define a caching general value ( Custom, lowest, low, normal, high, highest) that control all the caching values in the preferences for dummies.
-Preferences for dummies should now be finished. ref #603
-
-
-------------------------------------------------------------------------
-r22953 | jb | 2007-11-05 04:16:17 +0100 (Mon, 05 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-
-Qt4 - SPrefs, doing funny things with qobject_cast to improve a bit the code...
-
-------------------------------------------------------------------------
-r22952 | funman | 2007-11-05 02:48:25 +0100 (Mon, 05 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaintf/rc.lua
-
-luarc: use info instead of error when exiting, don't try to interpret empty lines as commands
-
-------------------------------------------------------------------------
-r22951 | jb | 2007-11-05 01:29:23 +0100 (Mon, 05 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sprefs_input.ui
-
-Qt4 - fix qt4.2 compilation
-
-
-------------------------------------------------------------------------
-r22950 | funman | 2007-11-05 00:42:06 +0100 (Mon, 05 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-
-screensaver: replaces system() calls by fork()/execv()/waitpid()
-A side effect is that on FreeBSD the console is not filled anymore with "xscreensaver-xxx not found", because "/bin/sh xx 2>&-" will not close stderr if the specified command doesn't exist.
-
-------------------------------------------------------------------------
-r22949 | jb | 2007-11-05 00:22:46 +0100 (Mon, 05 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-   M /trunk/modules/gui/qt4/ui/sprefs_input.ui
-
-Qt4 - SPrefs, save the access-filter.
-
-
-------------------------------------------------------------------------
-r22948 | dionoea | 2007-11-05 00:10:10 +0100 (Mon, 05 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/lua/playlist.c
-   M /trunk/modules/misc/lua/vlc.c
-
-Some more simplification of the luaplaylist/luameta code.
-Fix a few FIXMEs.
-
-------------------------------------------------------------------------
-r22947 | dionoea | 2007-11-04 23:40:00 +0100 (Sun, 04 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/lua/vlc.c
-
-Don't pop the string before using it (else our pointer points to garbage) and add a user friendly error message in vlclua_stream_new.
-
-------------------------------------------------------------------------
-r22946 | dionoea | 2007-11-04 22:42:27 +0100 (Sun, 04 Nov 2007) | 45 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/modules/misc/lua/Modules.am
-   A /trunk/modules/misc/lua/callbacks.c
-   A /trunk/modules/misc/lua/configuration.c
-   A /trunk/modules/misc/lua/intf.c (from /trunk/modules/misc/lua/vlclua.c:22766)
-   D /trunk/modules/misc/lua/luameta.c
-   D /trunk/modules/misc/lua/luaplaylist.c
-   A /trunk/modules/misc/lua/meta.c (from /trunk/modules/misc/lua/luameta.c:22766)
-   A /trunk/modules/misc/lua/net.c
-   A /trunk/modules/misc/lua/objects.c
-   A /trunk/modules/misc/lua/playlist.c (from /trunk/modules/misc/lua/luaplaylist.c:22766)
-   A /trunk/modules/misc/lua/variables.c
-   A /trunk/modules/misc/lua/vlc.c (from /trunk/modules/misc/lua/vlclua.c:22766)
-   A /trunk/modules/misc/lua/vlc.h (from /trunk/modules/misc/lua/vlclua.h:22766)
-   D /trunk/modules/misc/lua/vlclua.c
-   D /trunk/modules/misc/lua/vlclua.h
-   A /trunk/modules/misc/lua/vlm.c
-   M /trunk/share/Makefile.am
-   A /trunk/share/luaintf
-   A /trunk/share/luaintf/dummy.lua
-   A /trunk/share/luaintf/hotkeys.lua
-   A /trunk/share/luaintf/modules
-   A /trunk/share/luaintf/modules/common.lua
-   A /trunk/share/luaintf/modules/host.lua
-   A /trunk/share/luaintf/rc.lua
-   A /trunk/share/luaintf/telnet.lua
-
-Add a new type of VLC Lua module: Interfaces.
-Two things led me to add this new type of Lua modules:
- * Most interfaces duplicate code from one another (rc and telnet both deal
-   with sockets, rc and hotkeys duplicate VLC interfacing code)
- * It's easier to code in Lua than in C (for high level stuff)
-(* Users can code their own module easily, all they need is a text editor.)
-
-Most of the changes in modules/misc/ are Lua wrappers for different C APIs
-in VLC. I'd say that 90% of those wrappers won't change, the other 10% might
- need small changes (mostly to simplify the C code).
-
-The VLC Lua "interface" module will look for lua scripts in the
-*share*/luaintf/ directory. Files in *share*/luaintf/modules/ are lua modules
-which can be used by multiple VLC Lua modules (using require "modulename").
-
-This commit includes 4 Lua interface modules:
- * dummy.lua: the default module. Prints error messages and quits.
- * rc.lua: equivalent to the legacy rc.c module. Also includes a bunch of
-   new features (+ multiple socket connections at a time work!). See file for
-   more details.
- * telnet.lua: equivalent to the legacy telnet.c module. See file for more
-   details.
- * hotkeys.lua: a rewrite of the hotkey handling module. This module is still
-   experimental. I'll need to change VLC core hotkeys stuff to make it work
-   like I want (ie: 1 hotkey triggers 1 action instead of the current 1 action
-   can have 1 hotkey). This version executes 3 dummy actions when keys 'q',
-   'w' or 'x' are pressed.
-
-What's left to do:
- * Port the http interface plugin to this framework (at least for the
-   macros/rpn part ... using <?vlc some lua code ?> ?\195?\160 la PHP would be way
-   easier than what we currently have).
- * Finish work on the hotkeys module.
- * Code a real telnet/rc module with autocompletion and all the cool features
-   usually found in a telnet/terminal interface.
- * Trash the legacy C modules.
-
-Stuff to test (which I can't test myself):
- * Win32 and Mac OS X specific changes to Makefile.am
- * Console interface under Win32. I expect it not to work.
-
-Other stuff included in this changeset are:
- * Code cleanup (I'm sure that it's still possible to simplify some of the old lua bindings code).
- * That's pretty much it in fact :/
-
-------------------------------------------------------------------------
-r22945 | dionoea | 2007-11-04 22:07:50 +0100 (Sun, 04 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Remove unneed setting of val.b_bool before calling var_Set( p_input, "rate-{faster,slower}", val ) in the rc module. Those variables are of type VLC_VAR_VOID.
-
-------------------------------------------------------------------------
-r22944 | dionoea | 2007-11-04 22:06:11 +0100 (Sun, 04 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/configuration.c
-
-When calling config_GetType on a CONFIG_ITEM_KEY, return VLC_VAR_INTEGER instead of 0.
-
-------------------------------------------------------------------------
-r22943 | dionoea | 2007-11-04 22:05:00 +0100 (Sun, 04 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-   M /trunk/src/interface/interface.c
-
-Add a psz_intf member to intf_thread_t. This holds the string given to module_Need to load the interface (which can then be used by the interface to know what name was used to load it).
-
-------------------------------------------------------------------------
-r22942 | fkuehne | 2007-11-04 19:29:24 +0100 (Sun, 04 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/open.m
-
-* ehm, added a missing test case checking if EyeTV wasn't launch prior to VLC's launch time
-------------------------------------------------------------------------
-r22941 | fkuehne | 2007-11-04 13:17:39 +0100 (Sun, 04 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
-
-* we don't need AUTHORS, THANKS, COPYING and README (generic edition) inside our app bundle anymore, as they're either hard-coded or present on the disk-image anyway
-------------------------------------------------------------------------
-r22940 | fkuehne | 2007-11-04 12:57:25 +0100 (Sun, 04 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/README.MacOSX.rtf
-
-* updated the README for 0.9.0
-------------------------------------------------------------------------
-r22939 | fkuehne | 2007-11-04 12:57:04 +0100 (Sun, 04 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/about.m
-
-* use the hard-coded authors and thanks lists instead of bundled files and incorporate [22938] for trunk
-------------------------------------------------------------------------
-r22937 | funman | 2007-11-04 12:12:06 +0100 (Sun, 04 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/vcd/cdrom.c
-
-use correct return type
-------------------------------------------------------------------------
-r22936 | ipkiss | 2007-11-04 11:28:26 +0100 (Sun, 04 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-qt4/dialogs/help.cpp: Fixed some typos
-
-------------------------------------------------------------------------
-r22935 | damienf | 2007-11-03 21:09:50 +0100 (Sat, 03 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-- mozilla plugin: added support for XCode 3 tools (leopard)
-
-------------------------------------------------------------------------
-r22934 | xtophe | 2007-11-03 17:14:21 +0100 (Sat, 03 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Remove useless and broken rule
-
-------------------------------------------------------------------------
-r22933 | funman | 2007-11-03 15:38:46 +0100 (Sat, 03 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/youtube.lua
-
-youtube.lua: removes bad copy/pasting
-
-------------------------------------------------------------------------
-r22932 | funman | 2007-11-03 15:28:52 +0100 (Sat, 03 Nov 2007) | 4 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   M /trunk/share/luameta/googleimage.lua
-   M /trunk/share/luaplaylist/appletrailers.lua
-   M /trunk/share/luaplaylist/break.lua
-   M /trunk/share/luaplaylist/dailymotion.lua
-   M /trunk/share/luaplaylist/googlevideo.lua
-   M /trunk/share/luaplaylist/lelombrik.lua
-   M /trunk/share/luaplaylist/metacafe.lua
-   M /trunk/share/luaplaylist/youtube.lua
-   M /trunk/share/luaplaylist/youtube_homepage.lua
-
-lua: adds a copyright notice and a GPLv2+ header to each lua script
-authors: feel free to change to the licence you want, and to add yourself to the Authors list
-additionnally, adds break.lua to its Makefile.am
-
-------------------------------------------------------------------------
-r22931 | funman | 2007-11-03 15:08:32 +0100 (Sat, 03 Nov 2007) | 2 lines
-Changed paths:
-   A /trunk/share/luaplaylist/break.lua
-
-New script for break.com videos website
-
-------------------------------------------------------------------------
-r22930 | funman | 2007-11-03 13:54:19 +0100 (Sat, 03 Nov 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
-removes some warnings on FreeBSD
-------------------------------------------------------------------------
-r22929 | pdherbemont | 2007-11-03 13:16:02 +0100 (Sat, 03 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-
-control/core.c: Fix a warning about lock being an usunsed variable, by using lock.
-
-------------------------------------------------------------------------
-r22928 | pdherbemont | 2007-11-03 13:13:09 +0100 (Sat, 03 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-include/vlc/libvlc.h: libvlc_media_list_flat_media_list->libvlc_media_list_flat_view.
-
-------------------------------------------------------------------------
-r22927 | pdherbemont | 2007-11-03 13:11:13 +0100 (Sat, 03 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/libvlc_internal.h
-
-control/libvlc_internal.h: Fix libvlc_media_list_view_release_func_t return type.
-
-------------------------------------------------------------------------
-r22926 | pdherbemont | 2007-11-03 13:07:47 +0100 (Sat, 03 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/flat_media_list_view.c
-
-control/flat_media_list_view.c: Remove some dead code. (Reported by jb).
-
-------------------------------------------------------------------------
-r22923 | courmisch | 2007-11-01 21:13:20 +0100 (Thu, 01 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Thanks
-
-------------------------------------------------------------------------
-r22922 | courmisch | 2007-11-01 21:12:39 +0100 (Thu, 01 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/src/input/vlm.c
-
-vlm: Use RT rather than monotonic clock - fixes #1288
-Patch by Brian C. Wiles
-
-------------------------------------------------------------------------
-r22921 | bitmap | 2007-11-01 13:57:48 +0100 (Thu, 01 Nov 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Address Trac Issue #1350 - linebreaks being ignored under some
-circumstances in styled subtitles.
-
-------------------------------------------------------------------------
-r22920 | jb | 2007-11-01 05:59:58 +0100 (Thu, 01 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/LIST
-
-Update List of ModuleS.
-
-------------------------------------------------------------------------
-r22919 | funman | 2007-11-01 04:47:33 +0100 (Thu, 01 Nov 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: workaround a race condition spotted by akem. darkwired pwnage
-
-------------------------------------------------------------------------
-r22918 | jpsaman | 2007-10-31 21:30:56 +0100 (Wed, 31 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/zvbi.c
-
-Fixed transparency when using FFMPEG_SWSCALE in zvbi.
-
-------------------------------------------------------------------------
-r22917 | jpsaman | 2007-10-31 21:30:52 +0100 (Wed, 31 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-Improve error message for v4l2.
-
-------------------------------------------------------------------------
-r22916 | jb | 2007-10-31 21:26:52 +0100 (Wed, 31 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-
-Preferences, audio, save the normalizer activation and clean.
-
-
-------------------------------------------------------------------------
-r22915 | xtophe | 2007-10-31 14:00:59 +0100 (Wed, 31 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/vlc-config.in.in
-
-Remove wrong -L${PREFIX}/lib from vlc-config
-
-------------------------------------------------------------------------
-r22914 | funman | 2007-10-31 03:51:23 +0100 (Wed, 31 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/vlc.c
-
-Yes, sigwait() can fail, so don't ignore its return value
-------------------------------------------------------------------------
-r22913 | xtophe | 2007-10-30 23:46:22 +0100 (Tue, 30 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-Fix moz plugin linking on system with several version of libvlc installed
-
-------------------------------------------------------------------------
-r22912 | funman | 2007-10-30 19:24:06 +0100 (Tue, 30 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-Disable album art by default. fix #1280
-------------------------------------------------------------------------
-r22911 | xtophe | 2007-10-30 14:54:17 +0100 (Tue, 30 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-"default auto" means nothing
-
-------------------------------------------------------------------------
-r22910 | xtophe | 2007-10-30 14:46:12 +0100 (Tue, 30 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-Cosmetic
-------------------------------------------------------------------------
-r22909 | jpsaman | 2007-10-30 11:27:58 +0100 (Tue, 30 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Add VBI decoder to NEWS
-
-------------------------------------------------------------------------
-r22908 | funman | 2007-10-30 04:58:28 +0100 (Tue, 30 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/lelombrik.lua
-
-lua: update lelombrik script
-
-------------------------------------------------------------------------
-r22907 | funman | 2007-10-30 04:42:18 +0100 (Tue, 30 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: base detection of wide characters support on the presence of libncursesw, and use the same header wether it's present or not
-
-------------------------------------------------------------------------
-r22906 | jb | 2007-10-30 02:38:53 +0100 (Tue, 30 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-Qt4 - Ui, small name change.
-
-------------------------------------------------------------------------
-r22905 | jb | 2007-10-30 02:34:48 +0100 (Tue, 30 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-Qt4 - Mkv muxer in GUI... Same as previous from thresh...
-
-
-------------------------------------------------------------------------
-r22904 | thresh | 2007-10-30 02:31:49 +0100 (Tue, 30 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-Six hundred kiloby... i mean, 32 bytes should be enough to store mux info.
-Add mkv file extension as ffmpeg now can mux to Matroska.
-
-------------------------------------------------------------------------
-r22903 | jb | 2007-10-30 02:21:03 +0100 (Tue, 30 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-
-Qt4 - Fix the saving of the preferences to avoid inaccuracies between the panels.
-Preferences for dummies ( #603 ) is now almost done in Qt4. Please test and review my commits.
-
-------------------------------------------------------------------------
-r22902 | jb | 2007-10-30 02:08:22 +0100 (Tue, 30 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-
-Qt4 - Preferences, don't remove the widgets to re-add them! Just use hide/show... A stackedLayout would have been a better idea, but this should work.
-Please report any breakage, as it might be wrong somewhere.
-
-
-------------------------------------------------------------------------
-r22901 | funman | 2007-10-30 02:08:03 +0100 (Tue, 30 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-xspf demuxer: removes some warning
-------------------------------------------------------------------------
-r22900 | funman | 2007-10-30 01:48:51 +0100 (Tue, 30 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-qt4: use the brand new vlc_about.h
-------------------------------------------------------------------------
-r22899 | jb | 2007-10-30 01:26:54 +0100 (Tue, 30 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.hpp
-
-Qt4 - Prefs, cleanig again.
-
-
-------------------------------------------------------------------------
-r22898 | jb | 2007-10-30 01:19:13 +0100 (Tue, 30 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/complete_preferences.cpp
-   M /trunk/modules/gui/qt4/components/complete_preferences.hpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.hpp
-
-Qt4 - Prefs; cleaning, disabling unused code, general comments, class renaming, in order to actually use those preferences. :D
-
-
-------------------------------------------------------------------------
-r22897 | jb | 2007-10-30 00:57:30 +0100 (Tue, 30 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-
-Qt4 - Remove excessive debug.
-
-
-------------------------------------------------------------------------
-r22896 | jb | 2007-10-30 00:54:03 +0100 (Tue, 30 Oct 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.hpp
-
-Qt4 - Fix Simple Preference saving...
-Gosh, who wrote those simple Preferences ? Seriously ?
-ooooooooooooooops...
-
-
-------------------------------------------------------------------------
-r22895 | xtophe | 2007-10-30 00:35:47 +0100 (Tue, 30 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/src/Makefile.am
-
-Move qt4/dialogs/about.hpp to include/vlc_about.h so all interfaces modules can use it.
-The change in configure.ac is suboptimal. It would be better to change DEFAULT_INCLUDES to use -I${top_builddir}/include rather than -I${top_builddir}. Automake wizard requested.
-
-------------------------------------------------------------------------
-r22891 | funman | 2007-10-29 12:07:35 +0100 (Mon, 29 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Include <sys/socket.h> when testing for <net/if.h>
-net/if.h depends on it on some systems (Darwin & FreeBSD at least)
-
-------------------------------------------------------------------------
-r22890 | jb | 2007-10-29 04:18:29 +0100 (Mon, 29 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Qt4 - whitespaces cleaning, code line size, code beautification ;)
-
-
-------------------------------------------------------------------------
-r22889 | jb | 2007-10-29 04:02:43 +0100 (Mon, 29 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-
-Qt4 - SPrefs: save the interface value... Doesn't seem to work, so please review.
-
-
-------------------------------------------------------------------------
-r22888 | jb | 2007-10-29 03:00:53 +0100 (Mon, 29 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-
-Qt4 - and fix the previous [22886]
-
-
-------------------------------------------------------------------------
-r22887 | jb | 2007-10-29 02:54:08 +0100 (Mon, 29 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/src/stream_output/profiles.c
-
-Forgotten file in [22883]. Sorry.
-
-
-------------------------------------------------------------------------
-r22886 | jb | 2007-10-29 02:47:26 +0100 (Mon, 29 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Qt4 - SPrefs, device selection. Please Review, since I am far from sure that this is a good idea... 
-Moreover, is it config_PutPsz( p, name, ASCII ) or  config_PutPsz( p, name, UTF-8 )  ?
-
-
-------------------------------------------------------------------------
-r22885 | jb | 2007-10-29 02:15:33 +0100 (Mon, 29 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-
-Sout - cleanup. and mark the TODO for the icecast MRL generation...
-
-
-------------------------------------------------------------------------
-r22884 | jb | 2007-10-29 02:10:45 +0100 (Mon, 29 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-Qt4 - Ui - Sout: rearrange the sout possibilities.
-
-
-------------------------------------------------------------------------
-r22883 | jb | 2007-10-29 02:06:10 +0100 (Mon, 29 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_streaming.h
-
-Move psz_mountpoint to psz_icecast_mountpoint.
-
-
-------------------------------------------------------------------------
-r22882 | jb | 2007-10-29 02:05:27 +0100 (Mon, 29 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-Qt4 - Sout: icecast patch mostly rewritten...
-
-
-------------------------------------------------------------------------
-r22880 | jb | 2007-10-29 00:56:56 +0100 (Mon, 29 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.hpp
-
-qt4 - Don't public slots when unneeded.
-
-
-------------------------------------------------------------------------
-r22879 | jb | 2007-10-29 00:54:32 +0100 (Mon, 29 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-
-Qt4 - Open cleaning and comments.
-
-
-------------------------------------------------------------------------
-r22878 | jb | 2007-10-29 00:32:21 +0100 (Mon, 29 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-Qt4 - Open Disc, use a completer for Linux, windows already has its autoprobing.
-
-
-------------------------------------------------------------------------
-r22877 | jb | 2007-10-29 00:26:34 +0100 (Mon, 29 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sprefs_input.ui
-
-Qt4 - UI '2'
-
-------------------------------------------------------------------------
-r22875 | jb | 2007-10-29 00:19:20 +0100 (Mon, 29 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sprefs_input.ui
-
-Qt4- Ui cleaning.
-
-------------------------------------------------------------------------
-r22874 | fkuehne | 2007-10-28 23:39:26 +0100 (Sun, 28 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* the belnet mirror is broken. Let's use heanet instead
-------------------------------------------------------------------------
-r22872 | fkuehne | 2007-10-28 23:33:21 +0100 (Sun, 28 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/AppleRemote.m
-
-* fixed Apple Remote support for Leopard. Note that the cookie for kRemoteControl_Switched wasn't updated, but since we don't use this feature in VLC, that's pretty fine.
-------------------------------------------------------------------------
-r22870 | jb | 2007-10-28 08:50:52 +0100 (Sun, 28 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-Qt4 - spaces and comments on open.cpp.
-
-
-------------------------------------------------------------------------
-r22869 | jb | 2007-10-28 08:06:56 +0100 (Sun, 28 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/util/customwidgets.cpp
-
-Qt4 - spaces removing.
-
-------------------------------------------------------------------------
-r22868 | jb | 2007-10-28 08:05:45 +0100 (Sun, 28 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/util/customwidgets.cpp
-   M /trunk/modules/gui/qt4/util/customwidgets.hpp
-
-Qt4 - Moving function from one file to another...
-
-------------------------------------------------------------------------
-r22867 | jb | 2007-10-28 07:59:41 +0100 (Sun, 28 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Qt4 - yeah, redefining some existing options *IS* a good idea..
-
-
-------------------------------------------------------------------------
-r22866 | jb | 2007-10-28 07:59:03 +0100 (Sun, 28 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-Qt4 - small layout modification .
-
-
-------------------------------------------------------------------------
-r22864 | jb | 2007-10-26 22:00:09 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Prevent Key Modifiers pressed event to be propagated to hotkeys that doesn't understand them.
-
-------------------------------------------------------------------------
-r22863 | courmisch | 2007-10-26 19:14:26 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/cil/src/exception.cs
-   M /trunk/bindings/cil/src/libvlc.cs
-   M /trunk/bindings/cil/src/marshal.cs
-
-Some more doc
-
-------------------------------------------------------------------------
-r22862 | courmisch | 2007-10-26 18:30:27 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/cil
-   A /trunk/bindings/cil/Doxyfile.in
-   M /trunk/bindings/cil/Makefile.am
-   M /trunk/bindings/cil/configure.ac
-
-Support for Doxygen
-
-------------------------------------------------------------------------
-r22861 | courmisch | 2007-10-26 18:20:57 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/cil/configure.ac
-   M /trunk/bindings/cil/src/Makefile.am
-   M /trunk/bindings/cil/tests/Makefile.am
-
-Actually build targets
-
-------------------------------------------------------------------------
-r22860 | courmisch | 2007-10-26 18:01:10 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/cil
-   A /trunk/bindings/cil/AUTHORS
-   A /trunk/bindings/cil/COPYING (from /trunk/COPYING:22832)
-   A /trunk/bindings/cil/ChangeLog
-   D /trunk/bindings/cil/Makefile
-   A /trunk/bindings/cil/Makefile.am
-   A /trunk/bindings/cil/NEWS
-   A /trunk/bindings/cil/README
-   A /trunk/bindings/cil/autogen.sh
-   A /trunk/bindings/cil/configure.ac
-   D /trunk/bindings/cil/exception.cs
-   D /trunk/bindings/cil/libvlc.cs
-   A /trunk/bindings/cil/m4
-   A /trunk/bindings/cil/m4/Makefile.am
-   D /trunk/bindings/cil/marshal.cs
-   A /trunk/bindings/cil/src
-   A /trunk/bindings/cil/src/Makefile.am
-   A /trunk/bindings/cil/src/exception.cs (from /trunk/bindings/cil/exception.cs:22832)
-   A /trunk/bindings/cil/src/libvlc.cs (from /trunk/bindings/cil/libvlc.cs:22832)
-   A /trunk/bindings/cil/src/marshal.cs (from /trunk/bindings/cil/marshal.cs:22832)
-   A /trunk/bindings/cil/src/ustring.cs (from /trunk/bindings/cil/ustring.cs:22832)
-   A /trunk/bindings/cil/tests
-   A /trunk/bindings/cil/tests/Makefile.am
-   A /trunk/bindings/cil/tests/testvlc.cs (from /trunk/bindings/cil/testvlc.cs:22859)
-   D /trunk/bindings/cil/testvlc.cs
-   D /trunk/bindings/cil/ustring.cs
-
-Non-working skeleton build system
-
-------------------------------------------------------------------------
-r22859 | courmisch | 2007-10-26 17:41:51 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/cil/testvlc.cs
-
-Plugin path
-
-------------------------------------------------------------------------
-r22858 | jpsaman | 2007-10-26 17:15:46 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Typo
-
-------------------------------------------------------------------------
-r22857 | jpsaman | 2007-10-26 17:08:08 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/Modules.am
-   A /trunk/modules/gui/fbosd.c
-
-Add new gui module for use with overlay framebuffer devices.
-
-------------------------------------------------------------------------
-r22856 | jpsaman | 2007-10-26 17:08:05 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Fix number of potential memleaks
-
-------------------------------------------------------------------------
-r22855 | jpsaman | 2007-10-26 17:08:03 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/vlm.c
-
-Fix potential memleaks in src/input/vlm.c
-
-------------------------------------------------------------------------
-r22854 | jpsaman | 2007-10-26 17:08:01 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Fix potential memleaks in src/video_output/vout_subpictures.c
-
-------------------------------------------------------------------------
-r22853 | jpsaman | 2007-10-26 17:08:00 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/update.c
-
-Fix potential memleak.
-
-------------------------------------------------------------------------
-r22852 | jpsaman | 2007-10-26 17:07:59 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/update.c
-
-Fix potential segfault
-
-------------------------------------------------------------------------
-r22851 | jpsaman | 2007-10-26 17:07:57 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-Select frames to drop a bit smarter.
-
-------------------------------------------------------------------------
-r22850 | jpsaman | 2007-10-26 17:07:56 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/fb.c
-
-Allow width/height mode selections to match framebuffer output capabilities.
-
-------------------------------------------------------------------------
-r22849 | jpsaman | 2007-10-26 17:07:54 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Optimization building ffmpeg for armeb-linux
-
-------------------------------------------------------------------------
-r22848 | jpsaman | 2007-10-26 17:07:53 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-Enable optimizations for armeb-linux-uclibc builds
-
-------------------------------------------------------------------------
-r22847 | jpsaman | 2007-10-26 17:07:48 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/block.c
-
-Check malloc return value.
-
-------------------------------------------------------------------------
-r22846 | funman | 2007-10-26 17:05:04 +0200 (Fri, 26 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/ChangeLog
-
-Removing Mathias C. Berens email address, as requested
-------------------------------------------------------------------------
-r22845 | funman | 2007-10-26 15:48:31 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-qt4: removes emails from THANKS tab
-
-------------------------------------------------------------------------
-r22844 | fkuehne | 2007-10-26 14:27:29 +0200 (Fri, 26 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* use secstotimestr to reduce code duplication and use the format logic introduced by [22835]. The main controller will get a layout fix later on, while the embedded vout and the fspanel don't need one.
-------------------------------------------------------------------------
-r22843 | jpsaman | 2007-10-26 13:36:35 +0200 (Fri, 26 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-
-modules/codec/ffmpeg/video_filter.c is img_* API only now
-------------------------------------------------------------------------
-r22842 | jpsaman | 2007-10-26 13:24:47 +0200 (Fri, 26 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/scale.c
-
-Fix ffmpeg swscaler
-------------------------------------------------------------------------
-r22841 | jpsaman | 2007-10-26 13:03:56 +0200 (Fri, 26 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/Modules.am
-   A /trunk/modules/codec/ffmpeg/deinterlace.c
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-
-Refactorize modules/codec/ffmpeg/:
-- put deinterlace in its own file.
-
-------------------------------------------------------------------------
-r22840 | jpsaman | 2007-10-26 11:41:18 +0200 (Fri, 26 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/src/libvlc-module.c
-   M /trunk/src/video_output/vout_intf.c
-
-Add snapshot command to rc interface and make snapshot-width and snapshot-height user modifiable.
-------------------------------------------------------------------------
-r22839 | jpsaman | 2007-10-26 10:35:53 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/zvbi.c
-
-Use p_block->i_dts as spu->i_start instead of p_block->i_pts. This fixes timing issues while transcoding and streaming Teletext subtitles as DVB subtitles.
-
-------------------------------------------------------------------------
-r22838 | jpsaman | 2007-10-26 10:35:52 +0200 (Fri, 26 Oct 2007) | 7 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-Fix small issues in mux/ts.c:
-
-- Fix potential memleak with SDT descriptors
-- Fix compiler warning about unused variables when not using SDT descriptors
-- Fix compiler warning about wrong type of psz_sdt_desc
-- Add parenthesis
-
-------------------------------------------------------------------------
-r22837 | jpsaman | 2007-10-26 10:33:55 +0200 (Fri, 26 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/scale.c
-
-Return NULL iso 0
-------------------------------------------------------------------------
-r22836 | jpsaman | 2007-10-26 10:32:39 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Bump up libamrwb to 7.0.0.2
-
-------------------------------------------------------------------------
-r22835 | jb | 2007-10-26 06:37:38 +0200 (Fri, 26 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Don't show h: in h:mm:ss when h is 0 in secstotimestr.
-
-
-------------------------------------------------------------------------
-r22834 | jb | 2007-10-26 03:03:39 +0200 (Fri, 26 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Qt4 - should fix the double-free and the freezing on quit. Ref #1348
-
-
-------------------------------------------------------------------------
-r22833 | funman | 2007-10-26 01:45:08 +0200 (Fri, 26 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/googlevideo.lua
-
-lua demuxer: update googlevideo
-
-------------------------------------------------------------------------
-r22832 | pdherbemont | 2007-10-25 14:45:22 +0200 (Thu, 25 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCAudio.h
-
-MacOSX/Framework/VLCAudio.h: Remove private function from public headers.(Patch by Enrique Osuna).
-
-------------------------------------------------------------------------
-r22831 | pdherbemont | 2007-10-25 14:43:45 +0200 (Thu, 25 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
-   M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
-
-MacOSX/Framework/VLCLibrary.m: libvlc type briding should be in the (VLCLibVLCBridging) category. No need to compute the applicationPath by now.(Patch by Enrique Osuna).
-
-------------------------------------------------------------------------
-r22830 | pdherbemont | 2007-10-25 14:40:49 +0200 (Thu, 25 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-
-MacOSX/Framework/VLCMedia.m: Re-enable libvlc_MediaDescriptorMetaChanged/libvlc_MediaDescriptorDurationChanged event listening. (Patch by Enrique Osuna).
-
-------------------------------------------------------------------------
-r22829 | pdherbemont | 2007-10-25 14:39:10 +0200 (Thu, 25 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
-
-MacOSX/Framework/VLCMediaPlayer.m: Implement Chapter and Audio selection. (Patch by Enrique Osuna).
-
-------------------------------------------------------------------------
-r22828 | pdherbemont | 2007-10-25 14:35:41 +0200 (Thu, 25 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-include/vlc/libvlc.h: publish libvlc_media_instance_set_chapter, libvlc_media_instance_get_chapter, libvlc_media_instance_get_chapter_count, libvlc_audio_get_track_count.(Patch by Enrique Osuna).@
-
-------------------------------------------------------------------------
-r22827 | pdherbemont | 2007-10-25 14:34:12 +0200 (Thu, 25 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/audio.c
-
-control/audio.c: Implement get_audio_track_count. (Patch by Enrique Osuna).
-
-------------------------------------------------------------------------
-r22826 | pdherbemont | 2007-10-25 14:33:12 +0200 (Thu, 25 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/darwin_specific.c
-
-misc/darwin_specific.c: Comply to coding guideline a bit better.
-
-------------------------------------------------------------------------
-r22825 | pdherbemont | 2007-10-25 14:30:53 +0200 (Thu, 25 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/darwin_specific.c
-
-control/darwin_specific.c: Fix Mac OS X Framework code detection. (Patch by Enrique Osuna).
-
-------------------------------------------------------------------------
-r22824 | pdherbemont | 2007-10-25 14:30:03 +0200 (Thu, 25 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Send a libvlc_MediaDescriptorFreed event, when the md is freed. (Patch by Enrique Osuna).
-
-------------------------------------------------------------------------
-r22823 | pdherbemont | 2007-10-25 14:28:04 +0200 (Thu, 25 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Implement get/set chapter. (Patch by Enrique Osuna).
-
-------------------------------------------------------------------------
-r22822 | fkuehne | 2007-10-24 15:34:45 +0200 (Wed, 24 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/fspanel.h
-   M /trunk/modules/gui/macosx/fspanel.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/update.h
-   M /trunk/modules/gui/macosx/update.m
-   M /trunk/modules/gui/macosx/vout.m
-
-* make sure that we're using UTF-8 instead of Western [Mac OS Roman] :D
-------------------------------------------------------------------------
-r22821 | fkuehne | 2007-10-24 15:26:59 +0200 (Wed, 24 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* ehm, we require 10.4, not 10.5 *cough*
-------------------------------------------------------------------------
-r22820 | fkuehne | 2007-10-24 15:25:46 +0200 (Wed, 24 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* added a version check of the current Mac OS X version, as we require 10.4.x or higher and will definitelly crash on earlier releases.
-------------------------------------------------------------------------
-r22819 | jb | 2007-10-24 07:21:05 +0200 (Wed, 24 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - switch to minimal view should hide and show the menu, now. Close Trax#26
-
-------------------------------------------------------------------------
-r22818 | jb | 2007-10-24 06:39:14 +0200 (Wed, 24 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - minimal change of naming.
-
-
-------------------------------------------------------------------------
-r22817 | jb | 2007-10-24 06:37:57 +0200 (Wed, 24 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/gototime.cpp
-
-Qt4 - GotoTime, translation and size issue.
-
-
-------------------------------------------------------------------------
-r22816 | jb | 2007-10-24 06:32:44 +0200 (Wed, 24 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - allow the nameLabel to be selectable by mouse or keyboard in order to copy/paste it.
-Supposed to be useful.
-
-------------------------------------------------------------------------
-r22815 | jb | 2007-10-24 05:57:57 +0200 (Wed, 24 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - time left implementation. Do it better, faster, with also a middle click, and fix the double click toggling time left bug.
-
-
-------------------------------------------------------------------------
-r22814 | funman | 2007-10-24 00:28:12 +0200 (Wed, 24 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-
-dbus: review object locking/yielding, fix various bugs & comments
-
-------------------------------------------------------------------------
-r22813 | jb | 2007-10-23 19:18:15 +0200 (Tue, 23 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-
-Add *.cdg to the format we use in the GUIs.
-
-------------------------------------------------------------------------
-r22812 | funman | 2007-10-23 14:10:30 +0200 (Tue, 23 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-
-dbus: don't lock the playlist, but only yield the input to prevent its destruction while we are accessing it.
-We do that because we can't lock the playlist when we're in the input "state" callback because we MAY have been called by playlist_Control(), which does lock the playlist, and then call us.
-ref #1346
-
-------------------------------------------------------------------------
-r22811 | jb | 2007-10-23 08:23:27 +0200 (Tue, 23 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-
-Qt4 - initial actions support for StringListConfigs in preferences... To be tested a lot more... 
-
-------------------------------------------------------------------------
-r22810 | jb | 2007-10-23 08:15:13 +0200 (Tue, 23 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/libmpeg2.c
-
-Add support for fourCC MMES, which is a Matrox MPEG-2 codec... Remove a wrong comment.
-
-------------------------------------------------------------------------
-r22809 | jb | 2007-10-23 07:46:48 +0200 (Tue, 23 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Add VP6A fourCC.
-
-------------------------------------------------------------------------
-r22808 | jb | 2007-10-23 06:42:38 +0200 (Tue, 23 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-Qt4 - fix previous compilation for windows.
-
-------------------------------------------------------------------------
-r22807 | jb | 2007-10-23 06:05:06 +0200 (Tue, 23 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Qt4 - try to remember latest open disc path.
-
-
-------------------------------------------------------------------------
-r22806 | funman | 2007-10-23 02:41:00 +0200 (Tue, 23 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_intf_strings.h
-
-help string: add missing html tags
-
-------------------------------------------------------------------------
-r22805 | funman | 2007-10-23 01:47:24 +0200 (Tue, 23 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-dbus: updates to match the current status of MPRIS. Patch by Mirsal Ennaime as usual
-
-------------------------------------------------------------------------
-r22804 | jb | 2007-10-23 01:39:55 +0200 (Tue, 23 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/vlc.win32.nsi.in
-
-MXF support since ffmpeg has a demuxer. Fix #152
-
-
-------------------------------------------------------------------------
-r22803 | funman | 2007-10-22 22:06:22 +0200 (Mon, 22 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-   M /trunk/bindings/cil/libvlc.cs
-   M /trunk/bindings/java/src/core-jni.cc
-   M /trunk/bindings/python/vlc_instance.c
-   M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
-   M /trunk/test/native/libvlc.c
-
-libvlc_destroy() -> libvlc_release()
-
-------------------------------------------------------------------------
-r22802 | funman | 2007-10-22 21:15:05 +0200 (Mon, 22 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/src/modules/configuration.c
-
-move config_*Intf() out from the header
-
-------------------------------------------------------------------------
-r22801 | gbazin | 2007-10-22 20:41:19 +0200 (Mon, 22 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: fixes for build problems introduced by changeset 22617.
-------------------------------------------------------------------------
-r22800 | funman | 2007-10-22 20:01:34 +0200 (Mon, 22 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/inhibit.c
-   M /trunk/modules/misc/screensaver.c
-
-inhibit: apply [22797] since it's the same main loop than screensaver.c
-screensaver: removes unused variable
-
-------------------------------------------------------------------------
-r22799 | funman | 2007-10-22 19:54:22 +0200 (Mon, 22 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/mozilla/vlcplugin.cpp
-
-mozilla: use new libvlc api
-------------------------------------------------------------------------
-r22798 | courmisch | 2007-10-22 19:35:27 +0200 (Mon, 22 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-
-Don't wait for signal if the object is already dying.
-Better solution would be to make sure interface threads lock their object ALL THE TIME, except when waiting on its condition variable, so we do never "loose" condition signals. However, I am not sure if this would not result in a deadlock, should the interface need to lock another object (typically, playlist, input and/or vout).  Also, we would need to have all thread call vlc_thread_ready(), otherwise, we could also miss the signal if it happens right after the thread is created => this requires fixing every interface, except those that don't have a pf_run.
-
-------------------------------------------------------------------------
-r22797 | courmisch | 2007-10-22 19:18:39 +0200 (Mon, 22 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-
-Fix race condition in screensaver exit
-
-------------------------------------------------------------------------
-r22796 | courmisch | 2007-10-22 19:01:35 +0200 (Mon, 22 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/event.c
-   M /trunk/src/control/log.c
-   M /trunk/src/control/tag_query.c
-
-Fix syntax errors
-
-------------------------------------------------------------------------
-r22795 | courmisch | 2007-10-22 18:59:59 +0200 (Mon, 22 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/log.c
-
-Fix warnings (it does not seem very logical for log_open to take a read-only libvlc anyway)
-
-------------------------------------------------------------------------
-r22794 | courmisch | 2007-10-22 18:57:33 +0200 (Mon, 22 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-Fix trivial warning
-
-------------------------------------------------------------------------
-r22793 | courmisch | 2007-10-22 18:56:41 +0200 (Mon, 22 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/event.c
-
-Event manager yields libvlc (and all the media_* stuff yields the event manager already)
-
-------------------------------------------------------------------------
-r22792 | courmisch | 2007-10-22 18:55:43 +0200 (Mon, 22 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/log.c
-
-Yield libvlc and fix corner case memleak
-
-------------------------------------------------------------------------
-r22791 | courmisch | 2007-10-22 18:55:30 +0200 (Mon, 22 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/tag_query.c
-
-Yield libvlc
-
-------------------------------------------------------------------------
-r22790 | courmisch | 2007-10-22 18:30:00 +0200 (Mon, 22 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/core.c
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/mediacontrol_core.c
-   M /trunk/src/control/testapi.c
-
-Reference count libvlc. API break.
-
-------------------------------------------------------------------------
-r22789 | funman | 2007-10-22 18:15:39 +0200 (Mon, 22 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-audioscrobbler: we're sure metadata has been read only when state is PLAYING_S
-
-------------------------------------------------------------------------
-r22788 | funman | 2007-10-22 18:00:08 +0200 (Mon, 22 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-
-qt4: removes useless functionnality. fix #1330
-
-------------------------------------------------------------------------
-r22787 | funman | 2007-10-22 15:19:56 +0200 (Mon, 22 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-
-dbus: monitors input "state" variable to emit the TrackChange signal only when the metadata has been read
-
-------------------------------------------------------------------------
-r22786 | jpsaman | 2007-10-22 12:46:30 +0200 (Mon, 22 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/README
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-- Enable building of libamrnb and libamrwb (disabled by default). To enable add HAVE_AMR to config.mak and make sure to rebuild ffmpeg too.
-- Bumped up libdvbpsi version number to 0.1.6
-
-------------------------------------------------------------------------
-r22785 | jb | 2007-10-22 06:24:23 +0200 (Mon, 22 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs - PNG new release with a bunch of CVE-... (as in previous version)
-
-------------------------------------------------------------------------
-r22784 | funman | 2007-10-22 04:01:55 +0200 (Mon, 22 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-configuration: add config_AddIntf() config_RemoveIntf() and config_ExistIntf() to handle extra interfaces in the preferences
-make use of it for last.fm simple preferences (ref #1262)
-by the way the duplication of "control" with "extraintf" is very boring
-
-------------------------------------------------------------------------
-r22783 | funman | 2007-10-22 03:32:11 +0200 (Mon, 22 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contribs: fix dvdnav compilation with mingw gcc 4.x
-
-------------------------------------------------------------------------
-r22782 | pdherbemont | 2007-10-22 01:33:39 +0200 (Mon, 22 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
-
-Mac OS X: Add oga, ogv, ogx, anx file type. Close #1279. (Patch by j).
-
-------------------------------------------------------------------------
-r22781 | funman | 2007-10-22 00:55:13 +0200 (Mon, 22 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-qt4: delete the QApplication when we are finished using it, removes an ugly QObject::killTimers warning.
-
-------------------------------------------------------------------------
-r22780 | funman | 2007-10-21 23:32:24 +0200 (Sun, 21 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-playlist_Clear() should delete only the local playlist, not the root playlist (including the media library, and the read only services discovery)
-------------------------------------------------------------------------
-r22779 | xtophe | 2007-10-21 21:17:11 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Fix compilation on win
-
-------------------------------------------------------------------------
-r22778 | funman | 2007-10-21 21:08:44 +0200 (Sun, 21 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-mozilla: links with libvlc-control.1.dylib on macosx
-------------------------------------------------------------------------
-r22777 | funman | 2007-10-21 20:47:43 +0200 (Sun, 21 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_pictures.c
-
-picture_t->i_refcount is unsigned, so never < 0
-------------------------------------------------------------------------
-r22776 | courmisch | 2007-10-21 20:16:53 +0200 (Sun, 21 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/src/control/testapi.c
-
-Only recurse through the modules directory:
-remove warning about libvlc and libvlc-control not being valid plugins
-
-------------------------------------------------------------------------
-r22775 | courmisch | 2007-10-21 19:57:52 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Same as previous commit
-
-------------------------------------------------------------------------
-r22774 | courmisch | 2007-10-21 19:52:40 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-some missing s/VLC_ADD_LDFLAGS/VLC_ADD_LIBS/
-
-------------------------------------------------------------------------
-r22773 | courmisch | 2007-10-21 19:30:59 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/testapi.c
-
-Also test libvlc_playlist_clear and libvlc_playlist_add_extended
-
-------------------------------------------------------------------------
-r22772 | courmisch | 2007-10-21 18:52:11 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/cil/libvlc.cs
-   M /trunk/bindings/cil/testvlc.cs
-
-Playlist delete support... sorta. LibVLC crashes internally.
-
-------------------------------------------------------------------------
-r22771 | courmisch | 2007-10-21 18:50:02 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-Doxygen syntax fix
-
-------------------------------------------------------------------------
-r22770 | pdherbemont | 2007-10-21 18:45:56 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-extras/contrib/src/Makefile: Fix dca an zvbi install name (on Mac OS X in particular). (Reported by maru).
-
-------------------------------------------------------------------------
-r22769 | fenrir | 2007-10-21 18:00:27 +0200 (Sun, 21 Oct 2007) | 5 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Increase rate/speed control granularity.
-We now have:
- 1x 1.5x 2x 3x 4x 8x (and the same for slower).
-
-
-------------------------------------------------------------------------
-r22768 | courmisch | 2007-10-21 17:42:29 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/cil/Makefile
-   M /trunk/bindings/cil/libvlc.cs
-
-"Advanced" playlist add
-
-------------------------------------------------------------------------
-r22767 | funman | 2007-10-21 16:31:09 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcplugin.cpp
-
-mozilla: don't add a custom application name as argv[0].
-
-------------------------------------------------------------------------
-r22766 | pdherbemont | 2007-10-21 15:55:53 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Cons-ify the conversion table.
-
-------------------------------------------------------------------------
-r22765 | pdherbemont | 2007-10-21 15:54:13 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
-
-MacOSX/Framework/VLCMediaPlayer.m: Const-ify the conversion table.
-
-------------------------------------------------------------------------
-r22764 | funman | 2007-10-21 15:51:53 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/darwin.mak
-   M /trunk/extras/contrib/src/Makefile
-
-contribs: make it explicit that (unused) mozilla target is macosx only
-
-------------------------------------------------------------------------
-r22763 | pdherbemont | 2007-10-21 15:50:09 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   D /trunk/extras/MacOSX/Framework/Headers/Public/VLCPlaylist.h
-   D /trunk/extras/MacOSX/Framework/Sources/VLCPlaylist.m
-
-MacOSX/Framework: VLCPlaylist object has been replaced by VLCMediaList (as in libvlc).
-
-------------------------------------------------------------------------
-r22762 | pdherbemont | 2007-10-21 15:45:39 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   A /trunk/extras/MacOSX/Framework/Examples/test2
-   A /trunk/extras/MacOSX/Framework/Examples/test2/Controller.h
-   A /trunk/extras/MacOSX/Framework/Examples/test2/Controller.m
-   A /trunk/extras/MacOSX/Framework/Examples/test2/English.lproj
-   A /trunk/extras/MacOSX/Framework/Examples/test2/English.lproj/InfoPlist.strings
-   A /trunk/extras/MacOSX/Framework/Examples/test2/English.lproj/MainMenu.nib
-   A /trunk/extras/MacOSX/Framework/Examples/test2/English.lproj/MainMenu.nib/classes.nib
-   A /trunk/extras/MacOSX/Framework/Examples/test2/English.lproj/MainMenu.nib/info.nib
-   A /trunk/extras/MacOSX/Framework/Examples/test2/English.lproj/MainMenu.nib/keyedobjects.nib
-   A /trunk/extras/MacOSX/Framework/Examples/test2/Info.plist
-   A /trunk/extras/MacOSX/Framework/Examples/test2/main.m
-   A /trunk/extras/MacOSX/Framework/Examples/test2/test.xcodeproj
-   A /trunk/extras/MacOSX/Framework/Examples/test2/test.xcodeproj/project.pbxproj
-   A /trunk/extras/MacOSX/Framework/Examples/test2/test_Prefix.pch
-
-MacOSX/Framework: Updated Sample code. (Patch by Enrique Osuna).
-
-------------------------------------------------------------------------
-r22761 | funman | 2007-10-21 15:44:22 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/lua/vlclua.c
-
-lua: makes sure metadata is UTF8 encoded (some websites aren't using UTF8 charset)
-
-------------------------------------------------------------------------
-r22760 | pdherbemont | 2007-10-21 15:31:27 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
-
-MacOSX/Framework/VLCLibrary.m: Regroup the sharedLibrary allocation and release. Fix a warning due to a left over in previous commit.
-
-------------------------------------------------------------------------
-r22759 | pdherbemont | 2007-10-21 15:16:46 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
-
-MacOSX/Framework/VLCLibrary.m: Better memory management for the global VLCLibrary object. Give an autoreleased object in +[VLCLibrary sharedLibrary]. Release the global VLCLibrary atexit.
-
-------------------------------------------------------------------------
-r22758 | funman | 2007-10-21 15:12:51 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/inhibit.c
-
-power management inhibit: uninhibit only once
-
-------------------------------------------------------------------------
-r22757 | funman | 2007-10-21 14:56:41 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-xspf demuxer: correctly checks "application" attribute of <extension> tag, fix #1342
-
-------------------------------------------------------------------------
-r22756 | courmisch | 2007-10-21 14:55:32 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/cil/libvlc.cs
-   M /trunk/bindings/cil/testvlc.cs
-   M /trunk/bindings/cil/ustring.cs
-
-Basic playlist controls
-
-------------------------------------------------------------------------
-r22755 | courmisch | 2007-10-21 14:18:19 +0200 (Sun, 21 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/bindings/cil/exception.cs
-   M /trunk/bindings/cil/libvlc.cs
-   M /trunk/bindings/cil/marshal.cs
-   M /trunk/bindings/cil/testvlc.cs
-
-Add support for allocating media_descriptors and factorize some code (generics yum yum!).
-Destroying the instance object while a descriptor is still alive will crash(!).
-I wonder why libvlc_instance_t is not reference counted as the other handler types... ?
-
-------------------------------------------------------------------------
-r22754 | funman | 2007-10-21 14:16:45 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-video_output: fix 4 bytes too short memory allocation
-
-------------------------------------------------------------------------
-r22753 | courmisch | 2007-10-21 13:44:56 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/cil/Makefile
-   M /trunk/bindings/cil/exception.cs
-   M /trunk/bindings/cil/libvlc.cs
-   M /trunk/bindings/cil/marshal.cs
-   M /trunk/bindings/cil/testvlc.cs
-   A /trunk/bindings/cil/ustring.cs
-
-Switch CIL bindings to libvlc API
-
-------------------------------------------------------------------------
-r22752 | pdherbemont | 2007-10-21 13:30:35 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/darwin_specific.c
-
-misc/darwin_specific.c: Fix framework detection code.
-
-------------------------------------------------------------------------
-r22751 | courmisch | 2007-10-21 13:14:25 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-Remove extra white spaces
-
-------------------------------------------------------------------------
-r22750 | thresh | 2007-10-21 13:09:30 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/xvmc/alloc.c
-
-Fix build.
-
-------------------------------------------------------------------------
-r22749 | courmisch | 2007-10-21 13:06:37 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/src/control/core.c
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/modules/configuration.c
-   M /trunk/src/modules/configuration.h
-   M /trunk/src/vlc.c
-
-Changing the order of parameters may be needed, but changing the parameters themselves is definitely not (it would crash in some cases anyway): add some const qualifiers
-
-------------------------------------------------------------------------
-r22748 | pdherbemont | 2007-10-21 13:02:45 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib/src/Makefile: Make sure libpng link name is correctly set on Mac OS X. (Reported by maru).
-
-------------------------------------------------------------------------
-r22747 | jpsaman | 2007-10-21 12:10:29 +0200 (Sun, 21 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Fix detection of swscale with compile/link test.
-------------------------------------------------------------------------
-r22746 | courmisch | 2007-10-21 11:58:59 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-
-Remove silly debug for previous commit
-
-------------------------------------------------------------------------
-r22745 | courmisch | 2007-10-21 11:58:01 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-   M /trunk/src/control/testapi.c
-
-Put timeout to the testsuite
-
-------------------------------------------------------------------------
-r22744 | courmisch | 2007-10-21 10:09:02 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/core.c
-   M /trunk/src/control/testapi.c
-
-Switch API smoke test to libvlc API
-
-------------------------------------------------------------------------
-r22743 | courmisch | 2007-10-21 09:12:07 +0200 (Sun, 21 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/core.c
-
-libvlc_exception:
- * add missing const qualifiers
- * prevent exception from being silented in case of ENOMEM
-
-------------------------------------------------------------------------
-r22742 | jb | 2007-10-21 03:46:18 +0200 (Sun, 21 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-
-Qt4 - Sprefs, ui margin adjustements.
-
-
-------------------------------------------------------------------------
-r22741 | jb | 2007-10-21 03:42:13 +0200 (Sun, 21 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Qt4 -- remove extra empty line.
-
-
-------------------------------------------------------------------------
-r22740 | jb | 2007-10-21 03:31:38 +0200 (Sun, 21 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-
-Qt4 - Simple prefs, re-do [22621], but removes all the connects for all the configcontrol, remove some functions, clean it, remove some dynamic_cast, but basically do the same.
-
-
-------------------------------------------------------------------------
-r22739 | funman | 2007-10-21 02:05:44 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify/telepathy.c
-
-telepathy: don't Close() twice. one time when we encounter an error, one more time when VLC exits.
-
-------------------------------------------------------------------------
-r22738 | funman | 2007-10-21 01:47:34 +0200 (Sun, 21 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/Modules.am
-   A /trunk/modules/misc/inhibit.c
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc-module.c
-
-New inhibit module to prevent the power management daemon (usually gnome-power-manager) to suspend/hibernate the laptop while VLC is active.
-
-------------------------------------------------------------------------
-r22737 | fenrir | 2007-10-21 01:37:56 +0200 (Sun, 21 Oct 2007) | 5 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Fixed subtitle blend module loading.
-The blend module will be loaded only if needed and reloaded on chroma change.
-(As a side effect it should allow displaying TEXT even when no blending module
-exist)
-
-------------------------------------------------------------------------
-r22736 | fenrir | 2007-10-21 01:22:48 +0200 (Sun, 21 Oct 2007) | 9 lines
-Changed paths:
-   M /trunk/include/vlc_sout.h
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/stream_output/stream_output.c
-
- Added sout_UpdateStatistic and fixed transcode module to use it.
- As a side effect, it fixed a potential segfault (race condition) when using
-sout-keep (but I am not sure if we have a stream_out module that can show the
-problem)
-
- sout_UpdateStatistic still uses input internal data and that need to
-be fixed. Audio output need such a clean too.
-
-
-------------------------------------------------------------------------
-r22735 | funman | 2007-10-21 01:20:43 +0200 (Sun, 21 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-input: avoids double mutex locking
-------------------------------------------------------------------------
-r22734 | fkuehne | 2007-10-21 00:39:20 +0200 (Sun, 21 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* fix make update-po on platforms with a non-GNU find implementation, aka BSD / Darwin. Thanks to xtophe for pointing this out and helping me
-------------------------------------------------------------------------
-r22733 | jpsaman | 2007-10-20 21:15:05 +0200 (Sat, 20 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-
-Deinterlace prototype should be defined whether or not swscale is used.
-------------------------------------------------------------------------
-r22732 | jpsaman | 2007-10-20 20:52:45 +0200 (Sat, 20 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-
-Deinterlace module doesn't depend on swscale or img_* ffmpeg functionality.
-------------------------------------------------------------------------
-r22731 | jpsaman | 2007-10-20 20:47:43 +0200 (Sat, 20 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/scale.c
-
-sws_scale_ordered() is deprecated in newer ffmpeg
-------------------------------------------------------------------------
-r22730 | pdherbemont | 2007-10-20 19:56:00 +0200 (Sat, 20 Oct 2007) | 6 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/include/vlc_events.h
-   M /trunk/include/vlc_input.h
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_descriptor.c
-   M /trunk/src/control/media_instance.c
-
-src/control: (Patch by Enrique Osuna)
-* Add the ability to store user data in media_descriptor.
-* Duration can now be retrieved from a media_instance
-* Can new get the preparsed state of a media_descriptor
-* Add callbacks for libvlc_MediaDescriptorDurationChanged/vlc_InputItemDurationChanged and libvlc_MediaDescriptorPreparsedChanged/vlc_InputItemPreparsedChanged.
-
-------------------------------------------------------------------------
-r22729 | pdherbemont | 2007-10-20 19:40:51 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-THANKS: Thanks Enrique Osuna a bit more.
-
-------------------------------------------------------------------------
-r22728 | pdherbemont | 2007-10-20 19:37:07 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaLibrary.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCVideoView.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
-
-MacOSX/Framework: Very minor identation changes.
-
-------------------------------------------------------------------------
-r22727 | pdherbemont | 2007-10-20 19:36:15 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-NEWS: Add a piece of news on LibVLC. And specify that the OS X Framework was done as a SoC Project.
-
-------------------------------------------------------------------------
-r22726 | pdherbemont | 2007-10-20 19:29:34 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-NEWS: Mention the Mac OS X Framework.
-
-------------------------------------------------------------------------
-r22725 | jb | 2007-10-20 19:19:25 +0200 (Sat, 20 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-Add APE to NEWS and close #31
-
-
-------------------------------------------------------------------------
-r22724 | pdherbemont | 2007-10-20 19:09:37 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCEventManager.h
-   M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
-   M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCAudio.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMedia.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaLibrary.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCTime.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCVideoView.h
-   M /trunk/extras/MacOSX/Framework/Sources/VLCAudio.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCTime.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
-
-MacOSX/Framework: Minor various spaces/comment cleanup.
-
-------------------------------------------------------------------------
-r22723 | pdherbemont | 2007-10-20 18:53:15 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCEventManager.h
-   M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCAudio.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMedia.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCVideoView.h
-   M /trunk/extras/MacOSX/Framework/Pre-Compile.sh
-   M /trunk/extras/MacOSX/Framework/Sources/VLCAudio.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
-
-MacOSX/Framework: Fix tabs.
-
-------------------------------------------------------------------------
-r22722 | pdherbemont | 2007-10-20 18:47:04 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-
-MacOSX/Framework: s/PrivateAPI/Private/
-
-------------------------------------------------------------------------
-r22721 | pdherbemont | 2007-10-20 18:37:59 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCEventManager.h
-   A /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
-   M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h
-   A /trunk/extras/MacOSX/Framework/Headers/Public (from /trunk/extras/MacOSX/Framework/Headers/VLC:22699)
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLC.h
-   A /trunk/extras/MacOSX/Framework/Headers/Public/VLCAudio.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMedia.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaLibrary.h
-   A /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
-   A /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCTime.h
-   M /trunk/extras/MacOSX/Framework/Headers/Public/VLCVideoView.h
-   D /trunk/extras/MacOSX/Framework/Headers/VLC
-   M /trunk/extras/MacOSX/Framework/Makefile
-   A /trunk/extras/MacOSX/Framework/Pre-Compile.sh
-   A /trunk/extras/MacOSX/Framework/Sources/VLCAudio.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
-   A /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
-   A /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCTime.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
-   D /trunk/extras/MacOSX/Framework/Sources/test.m
-   A /trunk/extras/MacOSX/Framework/TODO
-   A /trunk/extras/MacOSX/Framework/VLC.xcodeproj
-   A /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
-   A /trunk/extras/MacOSX/Framework/VLC_Prefix.pch
-
-MacOSX/Framework: Merge Enrique Osuna's work on the Framework.
-
-------------------------------------------------------------------------
-r22720 | fenrir | 2007-10-20 18:13:01 +0200 (Sat, 20 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Let ffmpeg handle APE codec (Monkey's Audio) as it seems to "work" with the
-ffmpeg demuxer (I am not sure seeking works alright). 
-
-------------------------------------------------------------------------
-r22719 | courmisch | 2007-10-20 18:02:03 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/cil/libvlc.cs
-   M /trunk/bindings/cil/marshal.cs
-   M /trunk/bindings/cil/testvlc.cs
-
-Add sound volume, rate, and fullscreen support
-
-------------------------------------------------------------------------
-r22718 | fkuehne | 2007-10-20 17:39:07 +0200 (Sat, 20 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* missed one occurence in the previous commit
-------------------------------------------------------------------------
-r22717 | courmisch | 2007-10-20 17:24:39 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   A /trunk/bindings/cil
-   A /trunk/bindings/cil/Makefile
-   A /trunk/bindings/cil/exception.cs
-   A /trunk/bindings/cil/libvlc.cs
-   A /trunk/bindings/cil/marshal.cs
-   A /trunk/bindings/cil/testvlc.cs
-
-Embryonic CIL bindings for libvlc-control
-
-------------------------------------------------------------------------
-r22716 | fkuehne | 2007-10-20 17:14:12 +0200 (Sat, 20 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* fixed [22708] for OSX
-------------------------------------------------------------------------
-r22715 | fkuehne | 2007-10-20 17:05:16 +0200 (Sat, 20 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-* disabled stats updater as internal libvlc headers may not be used in modules. needs a real fix
-------------------------------------------------------------------------
-r22714 | courmisch | 2007-10-20 15:39:41 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/aout_internal.h
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/vlm_internal.h
-   M /trunk/src/interface/interface.h
-   M /trunk/src/misc/variables.h
-   M /trunk/src/modules/configuration.h
-   M /trunk/src/modules/modules.h
-   M /trunk/src/playlist/playlist_internal.h
-   M /trunk/src/stream_output/stream_output.h
-
-Protects internal headers against incorrect/multiple inclusions
-
-------------------------------------------------------------------------
-r22713 | courmisch | 2007-10-20 15:39:23 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Don't build netsync by default until someone bothers fixing it
-
-------------------------------------------------------------------------
-r22712 | courmisch | 2007-10-20 15:27:00 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_util.c
-
-Fix URL
-
-------------------------------------------------------------------------
-r22711 | courmisch | 2007-10-20 12:42:44 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/testapi.c
-
-Make sure assert are built-in
-
-------------------------------------------------------------------------
-r22710 | courmisch | 2007-10-20 12:41:53 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   A /trunk/src/control/testapi.c
-
-libvlc-control smoke test. Feel free to extend
-
-------------------------------------------------------------------------
-r22709 | courmisch | 2007-10-20 09:59:42 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/mediacontrol_structures.h
-
-Use int32 rather than long for FOURCC so we don't artificially screw up the ABI on 64-bits platform. Use int64 rather than long for value so we don't overflow on 32-bits platform (ABI breakage, but I did not start it)
-
-------------------------------------------------------------------------
-r22708 | courmisch | 2007-10-20 09:43:40 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-The current libvlc-control ABI is not compatible with the 0.8.6 one. Change SONAME.
-
-------------------------------------------------------------------------
-r22707 | courmisch | 2007-10-20 09:39:38 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/mediacontrol.h
-   M /trunk/src/control/mediacontrol_util.c
-
-Add mediacontrol_exception_cleanup() consistent with mediacontrol_exception_init().
-
-------------------------------------------------------------------------
-r22706 | courmisch | 2007-10-20 09:38:20 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_core.c
-
-Remove white spaces
-
-------------------------------------------------------------------------
-r22705 | jb | 2007-10-20 02:50:39 +0200 (Sat, 20 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Contribs: apply the ugly gcc 4.2 patch also on windows :D Fix goom2k4 with mingw32-4.2 compilation
-
-
-------------------------------------------------------------------------
-r22704 | xtophe | 2007-10-20 02:45:03 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Bump dirac version
-
-------------------------------------------------------------------------
-r22703 | xtophe | 2007-10-20 01:00:41 +0200 (Sat, 20 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Revert [22699] for POTFILES.in. the make update-po rule seems to be broken on MacOSX as it's the second times that when feepk update POTFILES.in all the files in modules/ disappear
-
-------------------------------------------------------------------------
-r22702 | thresh | 2007-10-19 22:58:12 +0200 (Fri, 19 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/dirac.c
-
-Bump required dirac version to 0.8.0 and fix dirac codec module to support 0.8.
-
-Tested with dirac files created by ffmpeg (by means of dirac support ffmpeg patch).
-
-------------------------------------------------------------------------
-r22701 | thresh | 2007-10-19 22:23:35 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Spatializer module should be built with g++
-
-------------------------------------------------------------------------
-r22700 | pdherbemont | 2007-10-19 22:05:55 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
-
-contrib/ffmpeg-macosx-intel-mmx.patch: Fix the patch.
-
-------------------------------------------------------------------------
-r22699 | fkuehne | 2007-10-19 18:07:26 +0200 (Fri, 19 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fa.po
-   M /trunk/po/fi.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-* updated the po-files
-------------------------------------------------------------------------
-r22698 | pdherbemont | 2007-10-19 15:51:34 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
-
-contrib/ffmpeg: Yet an other fix attempt for ffmpeg. (Previous fix is broken because of registers don't get reseted properly in the look).
-
-------------------------------------------------------------------------
-r22697 | funman | 2007-10-19 12:34:46 +0200 (Fri, 19 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-qt4: control_(Add/Remove/Exists) are not ready yet. (and btw, the previous commit also introduced last.fm settings in the simple preferences)
-------------------------------------------------------------------------
-r22696 | funman | 2007-10-19 12:30:34 +0200 (Fri, 19 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-
-qt4: fix the use of HTTP in open dialog
-------------------------------------------------------------------------
-r22695 | jb | 2007-10-19 04:32:16 +0200 (Fri, 19 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Add NellyMoser with FourCC NELL.
-
-
-------------------------------------------------------------------------
-r22694 | jb | 2007-10-19 02:55:25 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-News... Add some... I am sure there are plenty more of them.
-
-------------------------------------------------------------------------
-r22693 | jb | 2007-10-19 02:30:49 +0200 (Fri, 19 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-
-Qt4 - make the Browse Device button to actually do something. Fix Trax#49. This has to be checked when you want to open a VIDEO_TS folder (reading V_T or V_T/.. ?)
-
-
-------------------------------------------------------------------------
-r22692 | jb | 2007-10-19 02:27:06 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - open File shortcut fix.
-
-------------------------------------------------------------------------
-r22691 | funman | 2007-10-19 00:40:07 +0200 (Fri, 19 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Adds lelombrik.lua in Makefile.am
-------------------------------------------------------------------------
-r22690 | funman | 2007-10-19 00:30:34 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   A /trunk/share/luaplaylist/lelombrik.lua
-
-lua demuxer for lelombrik.net
-
-------------------------------------------------------------------------
-r22689 | fenrir | 2007-10-19 00:26:27 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
-DVD CC are not reordered.
-
-------------------------------------------------------------------------
-r22688 | jpsaman | 2007-10-19 00:10:15 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
-Use proper unity.
-
-------------------------------------------------------------------------
-r22687 | jpsaman | 2007-10-19 00:10:11 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/zvbi.c
-
-Add support for converting RGBA into YUVA using ffmpeg libswscale capabilities when available. This makes the Teletext subtitles streamable with dvbsub encoder/decoder.
-
-------------------------------------------------------------------------
-r22686 | jpsaman | 2007-10-19 00:10:05 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-Remove printf().
-
-------------------------------------------------------------------------
-r22685 | jpsaman | 2007-10-19 00:09:59 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-Remove useless empty line.
-
-------------------------------------------------------------------------
-r22684 | jpsaman | 2007-10-19 00:09:48 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Support blending of RGBA and YUVA subpicture in addition to YUVP
-
-------------------------------------------------------------------------
-r22683 | jpsaman | 2007-10-19 00:09:39 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-Add VLC_FOURCC('R','G','B','A') to modules/codec/ffmpeg/video.c
-
-------------------------------------------------------------------------
-r22682 | jpsaman | 2007-10-19 00:09:28 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Enable swscaler in ffmpeg.
-
-------------------------------------------------------------------------
-r22681 | jpsaman | 2007-10-19 00:09:22 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Bail out if ffmpeg/avformat.h and ffmpeg/avutil.h doesn't exist.
-
-------------------------------------------------------------------------
-r22680 | jpsaman | 2007-10-19 00:09:10 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Check for swscale.h iso trying to compile/link test.
-
-------------------------------------------------------------------------
-r22679 | jpsaman | 2007-10-19 00:09:02 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix detection of libswscale. It depends on libavutil.
-
-------------------------------------------------------------------------
-r22678 | jpsaman | 2007-10-19 00:08:54 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Replace tabs with whitespace.
-
-------------------------------------------------------------------------
-r22677 | jpsaman | 2007-10-19 00:08:44 +0200 (Fri, 19 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Fixed compiler warning for unused variables.
-
-------------------------------------------------------------------------
-r22676 | littlejohn | 2007-10-18 23:16:27 +0200 (Thu, 18 Oct 2007) | 1 line
-Changed paths:
-   A /trunk/bindings/java/org/videolan/jvlc/EventManager.java
-   A /trunk/bindings/java/org/videolan/jvlc/MediaDescriptor.java
-   A /trunk/bindings/java/org/videolan/jvlc/MediaInstance.java
-
-Java classes for media instance support added
-------------------------------------------------------------------------
-r22675 | fkuehne | 2007-10-18 22:32:24 +0200 (Thu, 18 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* fixed the special case that uname provides 'i386' instead of 'i686' on certain macbooks
-------------------------------------------------------------------------
-r22674 | funman | 2007-10-18 22:20:58 +0200 (Thu, 18 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/playlist/xspf.c
-
-xspf writer: forget to increment the source pointer in [22665], that would result in file://file://file:///path/to/input entries in ml.xspf
-
-------------------------------------------------------------------------
-r22673 | fenrir | 2007-10-18 22:03:41 +0200 (Thu, 18 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-
-Tivo depends on cc.h
-
-------------------------------------------------------------------------
-r22672 | fenrir | 2007-10-18 22:03:12 +0200 (Thu, 18 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/cc.h
-
-Added support for DVD and ReplayTV CC.
-
-------------------------------------------------------------------------
-r22671 | funman | 2007-10-18 21:59:48 +0200 (Thu, 18 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/control.c
-
-playlist: avoid a segfault when the fetcher has been unloaded
-------------------------------------------------------------------------
-r22670 | funman | 2007-10-18 21:54:52 +0200 (Thu, 18 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/notify/telepathy.c
-
-telepathy: register the callbacks only when we are connected to the bus, to avoid the module being unloaded, while the callbacks are still active
-------------------------------------------------------------------------
-r22669 | fenrir | 2007-10-18 21:42:50 +0200 (Thu, 18 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ty.c
-
-Added partial XDS decoding support (channle/program)
-Fixed use of uninitialized data for CC detection.
-
-------------------------------------------------------------------------
-r22668 | fenrir | 2007-10-18 21:36:06 +0200 (Thu, 18 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/cc.c
-
-Fixed infinite loop.
-
-------------------------------------------------------------------------
-r22667 | xtophe | 2007-10-18 21:04:39 +0200 (Thu, 18 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/share/applications/vlc.desktop
-
-Indicates that you can gives several url to vlc
-
-------------------------------------------------------------------------
-r22666 | fenrir | 2007-10-18 20:18:09 +0200 (Thu, 18 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-Fixed closed captions channel >= 2
-
-------------------------------------------------------------------------
-r22665 | funman | 2007-10-18 18:22:35 +0200 (Thu, 18 Oct 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/misc/playlist/xspf.c
-
-xspf writer: do percent encoding on more characters when we have a file:// URI.
-We don't do that on other URIs because those characters may be used as delimiters, and must not be percent encoded.
-
-Now produces valid XSPF-1 files.
-
-------------------------------------------------------------------------
-r22664 | fkuehne | 2007-10-18 17:34:55 +0200 (Thu, 18 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-
-* don't use the text archive format for nibs, as the binary version is faster to load and smaller to store. Additionally, it's a lot better for diffing on trac, as humans should't understand the text format anyway.
-------------------------------------------------------------------------
-r22663 | funman | 2007-10-18 17:34:01 +0200 (Thu, 18 Oct 2007) | 7 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/services_discovery/upnp_cc.cpp
-   M /trunk/modules/services_discovery/upnp_intel.cpp
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/services_discovery.c
-   M /trunk/src/playlist/tree.c
-
-playlist_CreateNode(): add an argument to specify an input_item_t to be linked with the node, rather than creating a new input.
-Setting that argument to NULL will make playlist_CreateNode() behave like previously.
-
-That way we can create only one input per pair of node (for local playlist, media library, and service discovery)
-Previous behaviour was to create 2 inputs with the same i_id member, but we would store both input in a binary search tree (sorted by i_id), and that kind of tree MUST NOT have 2 items with the same key, else we will get some bad memory corruption when the wrong input is removed from the tree (the other being left in the tree while the memory referred by it was freed).
-Note that this breaks ABI
-
-------------------------------------------------------------------------
-r22662 | fkuehne | 2007-10-18 17:18:44 +0200 (Thu, 18 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
-   M /trunk/include/vlc_intf_strings.h
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/about.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-* implemented the generic VLC media player Help window on OSX to match the QT4 interface. Additionally, I modified the HTML source a bit, so potential umlauts won't be displayed as UTF-16 on OSX, which would lead to German umlauts being Chinese characters, etc. BTW. Withthis commit, we also link against the WebKit framework..
-------------------------------------------------------------------------
-r22661 | funman | 2007-10-18 16:14:58 +0200 (Thu, 18 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/tree.c
-
-playlist_NodeCreate(): fix a potential segfault
-------------------------------------------------------------------------
-r22660 | funman | 2007-10-18 03:03:22 +0200 (Thu, 18 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/tree.c
-
-playlist: incrementing the input_id is already taken care of in input_ItemNewWithType()
-------------------------------------------------------------------------
-r22659 | funman | 2007-10-18 01:04:43 +0200 (Thu, 18 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/nsv.c
-
-nsv demuxer: H264 is quite common
-------------------------------------------------------------------------
-r22658 | funman | 2007-10-18 00:55:50 +0200 (Thu, 18 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-
-qt4: The media library can be disabled
-------------------------------------------------------------------------
-r22657 | funman | 2007-10-18 00:42:39 +0200 (Thu, 18 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-qt4: open file requester when the playlist is empty, but media library or services discovery aren't
-------------------------------------------------------------------------
-r22656 | xtophe | 2007-10-18 00:41:02 +0200 (Thu, 18 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/cc.c
-   M /trunk/modules/codec/cc.h
-
-svn:keywords=Id
-
-------------------------------------------------------------------------
-r22655 | fenrir | 2007-10-17 22:34:53 +0200 (Wed, 17 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ty.c
-
-Added closed captions decoding for tivo files.
-Please reports broken CC decoding (with a sample to test).
-
-------------------------------------------------------------------------
-r22654 | fenrir | 2007-10-17 21:56:26 +0200 (Wed, 17 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpegvideo.c
-
- Added cc data extraction support for mpeg 1/2 when the mpeg packetizer
-is used. (Only dvb/atsc CC support is working)
-
-------------------------------------------------------------------------
-r22653 | fenrir | 2007-10-17 21:52:41 +0200 (Wed, 17 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-
-Build CC module.
-
-------------------------------------------------------------------------
-r22652 | fenrir | 2007-10-17 21:51:25 +0200 (Wed, 17 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_codec.h
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input_internal.h
-
- Added closed captions decoding/extracting from ES data. The CC tracks
-are dynamically added when detected.
-(Decoder/Packetizer support not yet commited)
-
-------------------------------------------------------------------------
-r22651 | fenrir | 2007-10-17 21:48:16 +0200 (Wed, 17 Oct 2007) | 5 lines
-Changed paths:
-   A /trunk/modules/codec/cc.c
-   A /trunk/modules/codec/cc.h
-
-Closed captions decoder.
-The rollup and paint on mode is not really good (a lot of flicker) but
-I don't see how to fix it (the subtitle is updated as soon as a new
-character is added).
-
-------------------------------------------------------------------------
-r22650 | pdherbemont | 2007-10-17 21:44:19 +0200 (Wed, 17 Oct 2007) | 2 lines
-Changed paths:
-   A /trunk/extras/MacOSX/Framework/Headers/Internal
-   A /trunk/extras/MacOSX/Framework/Headers/Internal/VLCEventManager.h (from /trunk/extras/MacOSX/Framework/Headers/VLCEventManager.h:22619)
-   A /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h (from /trunk/extras/MacOSX/Framework/Headers/VLCLibrary.h:22619)
-   D /trunk/extras/MacOSX/Framework/Headers/VLCEventManager.h
-   D /trunk/extras/MacOSX/Framework/Headers/VLCLibrary.h
-   M /trunk/extras/MacOSX/Framework/Makefile
-
-MacOSX/Framework: Move private headers to Headers/Internal (To follow Enrique Osuna's effort).
-
-------------------------------------------------------------------------
-r22649 | jpsaman | 2007-10-17 20:36:22 +0200 (Wed, 17 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_streaming.h
-   M /trunk/src/stream_output/profiles.c
-
-Add Icecast support to profiles.
-
-------------------------------------------------------------------------
-r22648 | courmisch | 2007-10-17 19:14:30 +0200 (Wed, 17 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Always check the certificates chain - it does not make any sense, is counter-intuitive and insecure to use x509 but not validate certs.
-The whole security and point of TLS rely on this...
-
-------------------------------------------------------------------------
-r22647 | courmisch | 2007-10-17 19:05:36 +0200 (Wed, 17 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Error out if hostname not specified
-(this would be a bug in whatever is using the TLS object anyway)
-
-------------------------------------------------------------------------
-r22646 | funman | 2007-10-17 17:51:00 +0200 (Wed, 17 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/tree.c
-
-playlist_NodeDelete(): we want to delete a specific playlist_item_t*, not a playlist_item_t* associated to a specific input_item_t*
-------------------------------------------------------------------------
-r22645 | jpsaman | 2007-10-17 17:42:14 +0200 (Wed, 17 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix detection of a52 in configure.ac
-
-------------------------------------------------------------------------
-r22644 | pdherbemont | 2007-10-17 16:45:02 +0200 (Wed, 17 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
-
-svn: contrib/ffmpeg: Work around the fact that there is not enough register available on Mac OS X/x86 for certain optimization (most likely a gcc bug).
-
-------------------------------------------------------------------------
-r22643 | funman | 2007-10-17 15:30:02 +0200 (Wed, 17 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/Makefile.am
-   M /trunk/bindings/python/README
-   M /trunk/bindings/python/setup-internal.py
-   M /trunk/bindings/python/setup.py
-   M /trunk/bindings/python/vlc_input.c
-   M /trunk/bindings/python/vlc_instance.c
-   M /trunk/bindings/python/vlc_internal.c
-   M /trunk/bindings/python/vlc_internal.h
-   M /trunk/bindings/python/vlc_mediacontrol.c
-   M /trunk/bindings/python/vlc_module.c
-   M /trunk/bindings/python/vlc_position.c
-   M /trunk/bindings/python/vlcglue.h
-   M /trunk/bindings/python/vlcwidget.py
-   M /trunk/bindings/python/vlcwrapper.py
-
-python bindings: svn:keywords set to Id
-
-------------------------------------------------------------------------
-r22642 | funman | 2007-10-17 15:09:40 +0200 (Wed, 17 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-sap: do not release an object we did't yield
-------------------------------------------------------------------------
-r22641 | littlejohn | 2007-10-16 22:47:35 +0200 (Tue, 16 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/Makefile.am
-
-abs_ variable removed from Makefile
-------------------------------------------------------------------------
-r22640 | funman | 2007-10-16 21:43:23 +0200 (Tue, 16 Oct 2007) | 5 lines
-Changed paths:
-   M /trunk/src/playlist/engine.c
-
-playlist_PreparseLoop(): oneliner fix for psz_arturl checking
-We will get the art if either:
-    psz_arturl is NULL
-    psz_arturl doesn't begin with "file://"
-
-------------------------------------------------------------------------
-r22639 | jb | 2007-10-16 19:43:31 +0200 (Tue, 16 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/open_capture.ui
-
-Qt 4.2: compatibility... btw, just switch to QT 4.3.2.... :D
-
-
-------------------------------------------------------------------------
-r22638 | jb | 2007-10-16 19:41:28 +0200 (Tue, 16 Oct 2007) | 5 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-contribs - theora  bumps to beta2, updates in the specs and a few bugfixes...
-
-Has anyone been able to encode TO theora with VLC lately ?
-
-
-------------------------------------------------------------------------
-r22637 | jb | 2007-10-16 19:19:27 +0200 (Tue, 16 Oct 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/ui/open_capture.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-
-Qt4 - Open: - remove a few kludges, clean and do it a better way.
-            - Use a QDirModel to provide completion, this is cool for geeks, but may increase the size of the object, since we didn't use that class before... Any thoughts on that? Remove it for Windows ?
-            - Clean the layouts, and simplify and fix some signals.
-            - layout fixes for capture.
-
-
-------------------------------------------------------------------------
-r22636 | ileoo | 2007-10-16 18:44:55 +0200 (Tue, 16 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/engine.c
-
-oneliner to fix psz_arturl check in album_art stuff
-------------------------------------------------------------------------
-r22635 | funman | 2007-10-16 17:42:15 +0200 (Tue, 16 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-libvlc: fix a memory leak
-
-------------------------------------------------------------------------
-r22634 | funman | 2007-10-16 16:18:21 +0200 (Tue, 16 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-qt4: fix a segfault
-------------------------------------------------------------------------
-r22633 | funman | 2007-10-16 14:44:47 +0200 (Tue, 16 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/input/meta.c
-   M /trunk/src/playlist/engine.c
-
-fix [22632]: check psz_arturl before using it
-------------------------------------------------------------------------
-r22632 | funman | 2007-10-16 14:27:24 +0200 (Tue, 16 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-   M /trunk/src/playlist/engine.c
-
-album art: the corrects picture URLs begin with "file://" else, we have to download/extract/look in the cache
-sets the ArtworkURL to the file in cache also when it had been extracted previously
-
-------------------------------------------------------------------------
-r22631 | funman | 2007-10-16 02:30:14 +0200 (Tue, 16 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-qt4 configure: Use proper escaping.
-\\\\ will become \ and \\\" will become "
-
-------------------------------------------------------------------------
-r22630 | xtophe | 2007-10-16 01:39:10 +0200 (Tue, 16 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Ugly quoting fix. 
-
-------------------------------------------------------------------------
-r22629 | xtophe | 2007-10-16 00:32:53 +0200 (Tue, 16 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Some files were renamed
-
-------------------------------------------------------------------------
-r22628 | xtophe | 2007-10-15 23:49:45 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Forgotten in [22627]
-
-------------------------------------------------------------------------
-r22627 | xtophe | 2007-10-15 23:43:40 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-i18n for the Qt dialogs
-
-------------------------------------------------------------------------
-r22626 | funman | 2007-10-15 23:39:50 +0200 (Mon, 15 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-compile the libfaad test with -lm
-------------------------------------------------------------------------
-r22625 | sigmunau | 2007-10-15 23:35:28 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-fix the -A shortcut
-
-------------------------------------------------------------------------
-r22624 | xtophe | 2007-10-15 23:30:53 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_os_specific.h
-   M /trunk/src/misc/win32_specific.c
-
-Export a function to get the install dir of VLC from the plugins
-
-------------------------------------------------------------------------
-r22623 | funman | 2007-10-15 23:17:12 +0200 (Mon, 15 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-
-qt4 preferences: combo is mandatory in StringListConfigControl constructor
-------------------------------------------------------------------------
-r22622 | xtophe | 2007-10-15 23:10:57 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-Avoid automake getting confused by the ../..
-
-------------------------------------------------------------------------
-r22621 | funman | 2007-10-15 23:09:40 +0200 (Mon, 15 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-
-qt4 simple preferences: only show the options of the selected audio output module
-------------------------------------------------------------------------
-r22620 | funman | 2007-10-15 23:09:03 +0200 (Mon, 15 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-
-qt4 preferences: the label is not mandatory in object constructor
-------------------------------------------------------------------------
-r22619 | pdherbemont | 2007-10-15 19:51:11 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-
-vlc_arrays.h: Use item_at_index istead of object_at_index.
-
-------------------------------------------------------------------------
-r22618 | courmisch | 2007-10-15 19:07:33 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/vlc-config.in.in
-
-Fix vlc-config
-
-------------------------------------------------------------------------
-r22617 | courmisch | 2007-10-15 18:50:54 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Use VLC_ADD_LIBS where seemingly appropriate
-
-------------------------------------------------------------------------
-r22616 | pdherbemont | 2007-10-15 18:34:29 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-src/Makefile.am: Move flat_media_list.c->flat_media_list_view.c.
-
-------------------------------------------------------------------------
-r22615 | courmisch | 2007-10-15 18:29:17 +0200 (Mon, 15 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/activex/Makefile.am
-   M /trunk/modules/genmf
-   M /trunk/mozilla/Makefile.am
-   M /trunk/src/Makefile.am
-   M /trunk/vlc-config.in.in
-
-Separate LDFLAGS from LIBS for real.
-Should fix problems with building libvlc.so.1 when libvlc.so.0 is installed.
-Cannot test since the tree is currently broken.
-
-------------------------------------------------------------------------
-r22614 | pdherbemont | 2007-10-15 18:25:28 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   D /trunk/src/control/flat_media_list.c
-   A /trunk/src/control/flat_media_list_view.c (from /trunk/src/control/flat_media_list.c:22536)
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_discoverer.c
-   M /trunk/src/control/media_list.c
-   M /trunk/src/control/playlist.c
-
-control/flat_media_list_view.c: Use the new media_list_view object. (Plus minor header cleanup).
-
-------------------------------------------------------------------------
-r22613 | pdherbemont | 2007-10-15 17:47:39 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/libvlc_internal.h
-
-libvlc_internal.h: Forgotten part of previous commit.
-
-------------------------------------------------------------------------
-r22612 | pdherbemont | 2007-10-15 17:26:55 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list_view.c
-
-s/libvlc_media_list_view_release/libvlc_media_list_view_retain/ in previous commit.
-
-------------------------------------------------------------------------
-r22611 | pdherbemont | 2007-10-15 17:23:44 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/media_list_view.c
-
-control/media_list_view.c: Implement unimplemented retain/release function.
-
-------------------------------------------------------------------------
-r22610 | jb | 2007-10-15 15:43:30 +0200 (Mon, 15 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-
-Don't duplicate entries... :D
-
-
-------------------------------------------------------------------------
-r22609 | funman | 2007-10-15 15:09:47 +0200 (Mon, 15 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/modules/configuration.c
-
-Use $HOME before anything else to determine the home directory. Patch by Benjamin Cama
-------------------------------------------------------------------------
-r22607 | jpsaman | 2007-10-15 11:39:17 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-small codingstyle fix
-
-------------------------------------------------------------------------
-r22606 | jpsaman | 2007-10-15 11:39:16 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/chroma.c
-
-Whitespace cleanup
-
-------------------------------------------------------------------------
-r22605 | jpsaman | 2007-10-15 11:39:15 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Remove excess whiteline.
-
-------------------------------------------------------------------------
-r22604 | jpsaman | 2007-10-15 11:39:13 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/zvbi.c
-
-Indentation.
-
-------------------------------------------------------------------------
-r22603 | jpsaman | 2007-10-15 11:39:12 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Remove excess trainling newlines at end of file.
-
-------------------------------------------------------------------------
-r22602 | jb | 2007-10-15 11:24:58 +0200 (Mon, 15 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-
-Qt4 - compil fix.
-
-
-------------------------------------------------------------------------
-r22601 | jb | 2007-10-15 10:47:27 +0200 (Mon, 15 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Qt4 - threads assertions fixes, docking playlist and size of main interfaces fixes.
-
-
-------------------------------------------------------------------------
-r22600 | jb | 2007-10-15 10:46:33 +0200 (Mon, 15 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-
-Qt4 - Prepare for get FPS.
-
-
-------------------------------------------------------------------------
-r22599 | jb | 2007-10-15 10:29:53 +0200 (Mon, 15 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-Qt4 - Various comments and unimportant fixes.
-
-
-------------------------------------------------------------------------
-r22598 | funman | 2007-10-15 01:15:47 +0200 (Mon, 15 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-audioscrobbler: submits songs when the input end, not when the playlist current input changes.
-The last song in playlist was not being submitted, since the current input would never change.
-
-------------------------------------------------------------------------
-r22597 | funman | 2007-10-15 00:52:53 +0200 (Mon, 15 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/services_discovery/upnp_intel.cpp
-
-upnp intel: reverts [22521] to make it compile. The module should be rewritten to not use any playlist code
-------------------------------------------------------------------------
-r22596 | funman | 2007-10-15 00:27:45 +0200 (Mon, 15 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-audioscrobbler: read the metadata when it has been extracted.
-
-------------------------------------------------------------------------
-r22595 | damienf | 2007-10-14 22:21:56 +0200 (Sun, 14 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/thread.c
-
-playlist.c: removed potential deadlock and duplicate signalling
-
-------------------------------------------------------------------------
-r22594 | courmisch | 2007-10-14 22:02:18 +0200 (Sun, 14 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/m4/vlc.m4
-
-Add partial infrastructure for libs/ldflags segregation
-
-------------------------------------------------------------------------
-r22593 | fenrir | 2007-10-14 14:18:39 +0200 (Sun, 14 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ty.c
-
-Clean up + fixed a few memleaks.
-
-------------------------------------------------------------------------
-r22592 | fenrir | 2007-10-14 14:18:17 +0200 (Sun, 14 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpc.c
-
-Removed meta-preparsed.
-
-------------------------------------------------------------------------
-r22591 | fenrir | 2007-10-14 14:17:37 +0200 (Sun, 14 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/var.c
-
-Removed meta-preparsed variable.
-Audioscrobbler is not fixed but I let a comment explaining how to do it.
-
-------------------------------------------------------------------------
-r22590 | fenrir | 2007-10-14 14:14:03 +0200 (Sun, 14 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/decoder.c
-
-Fixed segfault with --minimize-threads
-
-------------------------------------------------------------------------
-r22589 | fenrir | 2007-10-13 22:30:22 +0200 (Sat, 13 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ty.c
-
-Restore extension detection (ty and ty+)
-
-------------------------------------------------------------------------
-r22588 | pdherbemont | 2007-10-13 15:53:45 +0200 (Sat, 13 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_list_view.c
-
-control/media_list_view.c: Rework the media_list_view. Make it unmutable.
-
-------------------------------------------------------------------------
-r22587 | littlejohn | 2007-10-13 14:03:06 +0200 (Sat, 13 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/Makefile.am
-
-Tony Anecito suggestions to make java bindings compile in cygwin integrated - needs testing
-------------------------------------------------------------------------
-r22586 | courmisch | 2007-10-13 13:14:17 +0200 (Sat, 13 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/modules.c
-
-Release shared objects when not debugging, not the other way around
-
-------------------------------------------------------------------------
-r22585 | courmisch | 2007-10-13 10:25:59 +0200 (Sat, 13 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/genmf
-
-Link with the in-tree libvlc
-
-------------------------------------------------------------------------
-r22584 | fenrir | 2007-10-13 01:41:31 +0200 (Sat, 13 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-   M /trunk/src/stream_output/stream_output.c
-
-Added sout-mux-caching option. It allow to set the initial muxer cache value
-in millisecond.
- Original patch created by Jeff Hansen.
-
-------------------------------------------------------------------------
-r22583 | fenrir | 2007-10-13 00:55:19 +0200 (Sat, 13 Oct 2007) | 10 lines
-Changed paths:
-   M /trunk/modules/demux/ty.c
-
-Import new http://tivo-vlc.sf.net tivo demuxer version. (The author
-is Neal Symms, patch made by Dave Still)
-Changelog is
-       * v2.0.0 - 21-Mar-2005 - Series 2 support!  No AC-3 on S2 DTivo yet.
-       * v2.1.0 - 22-Mar-2005 - Support for AC-3 on S2 DTivo (long ac3 packets)
-       * v3.0.0 - 14-Jul-2005 - Support for skipping fwd/back via VLC hotkeys
-Please test and report any regression. (The patch is too big to be
-correctly reviewed)
-
-
-------------------------------------------------------------------------
-r22582 | damienf | 2007-10-12 23:42:30 +0200 (Fri, 12 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
-vlc_threads: document gibalou's comment, and fix a small bug in win32 vlc_cond_timedwait()
-
-------------------------------------------------------------------------
-r22581 | damienf | 2007-10-12 23:37:56 +0200 (Fri, 12 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-macosx: cosmetic, avoid pthread_join() on self
-
-------------------------------------------------------------------------
-r22580 | fenrir | 2007-10-12 22:33:39 +0200 (Fri, 12 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-
-Skip APE tags at the start (like for id3)
-
-------------------------------------------------------------------------
-r22579 | fenrir | 2007-10-12 21:49:44 +0200 (Fri, 12 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace.c
-
-Use field order (top/bottom) for correct bob/linear deinterlacing.
-(Decoder that does not set this info should be fixed)
-
-------------------------------------------------------------------------
-r22578 | damienf | 2007-10-12 21:26:39 +0200 (Fri, 12 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-playlistinfo.m: MacOS X GUI, fixed crash where meta psz_value is NULL (usn't be the case before), crash happens in shoutcast service discovery
-
-------------------------------------------------------------------------
-r22577 | funman | 2007-10-12 20:43:02 +0200 (Fri, 12 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-
-qt4: do not access a widget from another thread
-
-------------------------------------------------------------------------
-r22576 | funman | 2007-10-12 20:32:39 +0200 (Fri, 12 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-logo filter: fail early if the logo hasn't been specified (rather than segfaulting)
-------------------------------------------------------------------------
-r22575 | jpsaman | 2007-10-12 18:50:53 +0200 (Fri, 12 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-Patch by Richard Hosking: Userptr IO buffers need to be aligned according to the V4L2 reference capture c example (which has been updated with this recently). Also, the reference program has the device close operations after the 'free' calls so they have been moved. This fixes the issue I was having with my device crashing vlc on close. Also fixed a typo in an error message and renamed a local function which was badly named by me. 
-
-------------------------------------------------------------------------
-r22574 | xtophe | 2007-10-12 18:46:29 +0200 (Fri, 12 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_intf_strings.h
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-
-standardpanel: Add some tooltips
-vlc_intf_strings.h: with the current intf having changing icons on the button (and not activated/desactivated state), tool tips can be confusing. So reword a strings slightly. Also "No repeat" may need to be improve
-
-
-------------------------------------------------------------------------
-r22573 | funman | 2007-10-12 18:42:50 +0200 (Fri, 12 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/loadsave.c
-
-playlist: use a valid extension for Media Library ("xspf")
-------------------------------------------------------------------------
-r22572 | funman | 2007-10-12 18:39:58 +0200 (Fri, 12 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-typo
-------------------------------------------------------------------------
-r22571 | funman | 2007-10-12 18:25:08 +0200 (Fri, 12 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-typo
-------------------------------------------------------------------------
-r22570 | xtophe | 2007-10-12 18:02:29 +0200 (Fri, 12 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/res.qrc
-
-Oups
-------------------------------------------------------------------------
-r22569 | xtophe | 2007-10-12 17:46:02 +0200 (Fri, 12 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/res.qrc
-
-Distribute pixmaps/menus_info_16px.png and sort the file lists
-
-------------------------------------------------------------------------
-r22568 | funman | 2007-10-12 16:20:48 +0200 (Fri, 12 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/misc/playlist/xspf.c
-
-xspf: try to produce valid XSPF files (there's still a problem with URI %-encoding)
-
-------------------------------------------------------------------------
-r22567 | jb | 2007-10-12 13:41:55 +0200 (Fri, 12 Oct 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Qt4 - fix the assert bug on releasing the Video. There are other to do, but I don't have time this WE, but here is the way to do it correctly.
-funman ? :D
-
-
-
-------------------------------------------------------------------------
-r22566 | jb | 2007-10-12 01:43:07 +0200 (Fri, 12 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs - faac updated to 1.26, no patch needed.
-btw, faad2.6 is out and they have supposedly changed their headers...
-
-
-------------------------------------------------------------------------
-r22565 | xtophe | 2007-10-12 01:31:55 +0200 (Fri, 12 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Distribute header files
-
-------------------------------------------------------------------------
-r22564 | xtophe | 2007-10-11 22:58:58 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Fix make dist
-
-------------------------------------------------------------------------
-r22563 | jb | 2007-10-11 22:11:03 +0200 (Thu, 11 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-
-Qt4 - Fix a Sout bug - spotted by humbleb on IRC
-
-
-------------------------------------------------------------------------
-r22562 | jb | 2007-10-11 21:48:34 +0200 (Thu, 11 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/vlm.cpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.hpp
-
-Qt4: close() slot problem fixed.
-
-
-------------------------------------------------------------------------
-r22561 | jb | 2007-10-11 21:26:53 +0200 (Thu, 11 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - Menus. small fix.
-
-
-------------------------------------------------------------------------
-r22560 | jb | 2007-10-11 21:26:21 +0200 (Thu, 11 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/vlm.cpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.hpp
-   M /trunk/modules/gui/qt4/ui/vlm.ui
-
-Qt4 - VLM improvements in the layout and in the function used.
-
-
-------------------------------------------------------------------------
-r22559 | jb | 2007-10-11 19:51:45 +0200 (Thu, 11 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-
-Qt4 - fix compilation on QT4.2
-
-
-------------------------------------------------------------------------
-r22558 | fenrir | 2007-10-11 19:29:49 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4audio.c
-
-Added support for basic LOAS AAC stream.
-
-------------------------------------------------------------------------
-r22557 | courmisch | 2007-10-11 19:16:15 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/smf.c
-
-Increase upper tempo limit
-
-------------------------------------------------------------------------
-r22556 | courmisch | 2007-10-11 19:10:19 +0200 (Thu, 11 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/smf.c
-
-Emulates MIDI tick real-time events
-Now, the synthetizer is "pinged" at regular interval.
-This fixes the annoying stuttering when two consecutive notes where too distant
-
-------------------------------------------------------------------------
-r22555 | courmisch | 2007-10-11 18:45:11 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/smf.c
-
-Ignore key and time signatures - we don't have a metronome, and we don't print sheet music, so that's totally useless here (I think)
-
-------------------------------------------------------------------------
-r22554 | courmisch | 2007-10-11 18:00:34 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/smf.c
-
-Implement tempo meta event. Performance now runs at intended speed.
-
-------------------------------------------------------------------------
-r22553 | courmisch | 2007-10-11 17:33:44 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/smf.c
-
-Boundary check
-
-------------------------------------------------------------------------
-r22552 | courmisch | 2007-10-11 17:30:53 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/smf.c
-
-Meta event payload may be non-ASCII. Fix previous commit
-
-------------------------------------------------------------------------
-r22551 | courmisch | 2007-10-11 17:24:17 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/smf.c
-
-Basic infrastructure for non-MIDI event
-
-------------------------------------------------------------------------
-r22550 | funman | 2007-10-11 15:47:57 +0200 (Thu, 11 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-qt4: typo
-------------------------------------------------------------------------
-r22549 | pdherbemont | 2007-10-11 15:26:23 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list.c
-
-control/media_list.c: Don't forget to destroy the mutex.
-
-------------------------------------------------------------------------
-r22548 | pdherbemont | 2007-10-11 14:12:31 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-
-include/vlc_arrays.h: Fix previous commit.
-
-------------------------------------------------------------------------
-r22547 | pdherbemont | 2007-10-11 14:03:03 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list.c
-
-control/media_list.c: Use the new array API.
-
-------------------------------------------------------------------------
-r22546 | pdherbemont | 2007-10-11 14:02:06 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-
-include/vlc_arrays.h: Export a static inlined array API.
-
-------------------------------------------------------------------------
-r22545 | funman | 2007-10-11 13:09:59 +0200 (Thu, 11 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: extra checks for playlist code
-------------------------------------------------------------------------
-r22544 | funman | 2007-10-11 13:03:18 +0200 (Thu, 11 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: ressuscite file browser, and 'A' key (add an entry) with support for media library\nchecks vasprintf() return value
-------------------------------------------------------------------------
-r22543 | funman | 2007-10-11 12:25:32 +0200 (Thu, 11 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/services_discovery.c
-
-services_discovery: fix removal of nodes
-------------------------------------------------------------------------
-r22542 | pdherbemont | 2007-10-11 11:32:09 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-modules/services_discovery/shout.c: Use services_discovery.h instead of playlist.h.
-
-------------------------------------------------------------------------
-r22541 | pdherbemont | 2007-10-11 03:02:50 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   A /trunk/include/vlc_services_discovery.h
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/services_discovery.c
-
-playlist/services_discovery.c: Isolate more the services_discovery code from the playlist code by having two separate header. Partly revert [22536].
-
-------------------------------------------------------------------------
-r22540 | pdherbemont | 2007-10-11 02:22:58 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/services_discovery.c
-
-playlist/services_discovery.c: Fix a segfault.
-
-------------------------------------------------------------------------
-r22539 | pdherbemont | 2007-10-11 02:12:57 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/services_discovery.c
-
-playlist/services_discovery.c: Fix a warning.
-
-------------------------------------------------------------------------
-r22538 | pdherbemont | 2007-10-11 02:11:26 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/services_discovery.c
-
-playlist/services_discovery.c: Attempt at removing also node as well as regular items. Need some testing with the hal services_discovery module.
-
-------------------------------------------------------------------------
-r22537 | pdherbemont | 2007-10-11 01:45:47 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/hal.c
-
-services_discovery/hal.c: Get rid of the playlist code.
-
-------------------------------------------------------------------------
-r22536 | funman | 2007-10-11 01:04:09 +0200 (Thu, 11 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/playlist_internal.h
-   M /trunk/src/playlist/services_discovery.c
-
-services_discovery: storing the category & onelevel playlist items with the services_discovery_t is not needed anymore, simplify that.
-put the services_discovery_t** in the public playlist_t to save one unchecked malloc() and the corresponding free()
-
-------------------------------------------------------------------------
-r22535 | fenrir | 2007-10-11 00:06:35 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/id3tag.c
-
-Fixed a bunch of const warnings.
-
-------------------------------------------------------------------------
-r22534 | fenrir | 2007-10-11 00:04:56 +0200 (Thu, 11 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/id3tag.c
-   M /trunk/modules/meta_engine/taglib.cpp
-
-id3tag: fixed segfault (introduced with demux_meta_t)
-
-------------------------------------------------------------------------
-r22533 | damienf | 2007-10-10 23:23:33 +0200 (Wed, 10 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-macosx: playlistinfo.m. small typo which caused ObjC exception and froze interface updates and screensaver management, etc...
-
-------------------------------------------------------------------------
-r22532 | xtophe | 2007-10-10 23:21:40 +0200 (Wed, 10 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/po/fr.po
-   M /trunk/po/sl.po
-
-Slovenian and French l10n update. Thanks to Matej Urban?\196?\141i?\196?\141 and Dylan A?\195?\175ssi.
-
-------------------------------------------------------------------------
-r22531 | jb | 2007-10-10 22:22:14 +0200 (Wed, 10 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Qt4: try to fix make dist.
-
-
-------------------------------------------------------------------------
-r22530 | jb | 2007-10-10 21:51:45 +0200 (Wed, 10 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-
-Qt4 - Don't use Qt4.2 functions.
-
-
-------------------------------------------------------------------------
-r22529 | courmisch | 2007-10-10 21:06:26 +0200 (Wed, 10 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-G.711 to news
-
-------------------------------------------------------------------------
-r22528 | courmisch | 2007-10-10 21:05:00 +0200 (Wed, 10 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/fluidsynth.c
-
-MIDI message decoder using Fluidsynth software synthetizer
-
-------------------------------------------------------------------------
-r22527 | jb | 2007-10-10 20:59:36 +0200 (Wed, 10 Oct 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/menus.hpp
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-
-Qt4 - use a docked playlist, remove dead code, don't reinvent the wheel, remove the behaviour where media library hides the video. Don't split the menu between two dialogs, this is weird and anti sane GUI guidelines.
-Use enums when you can.
-Add the popup menu to the always video cone.
-And more...
-
-
-------------------------------------------------------------------------
-r22526 | jb | 2007-10-10 20:55:22 +0200 (Wed, 10 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Qt4 - add a --qt-minimal-view option as requested on the forums.
-
-
-------------------------------------------------------------------------
-r22525 | jb | 2007-10-10 20:54:43 +0200 (Wed, 10 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-
-Qt4 - remove trailing spaces.
-
-
-------------------------------------------------------------------------
-r22524 | courmisch | 2007-10-10 20:46:39 +0200 (Wed, 10 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/smf.c
-
-Yet another useless debug
-
-------------------------------------------------------------------------
-r22523 | courmisch | 2007-10-10 20:45:18 +0200 (Wed, 10 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/smf.c
-
-Same as previous commit
-
-------------------------------------------------------------------------
-r22522 | courmisch | 2007-10-10 20:44:09 +0200 (Wed, 10 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/smf.c
-
-Excess debug
-
-------------------------------------------------------------------------
-r22521 | funman | 2007-10-10 20:16:05 +0200 (Wed, 10 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/upnp_cc.cpp
-   M /trunk/modules/services_discovery/upnp_intel.cpp
-   M /trunk/src/playlist/services_discovery.c
-
-services_discovery: stores the category & onelevel playlist_item_t* in the services_discovery_t structure
-simplify upnp* and hal modules
-
-------------------------------------------------------------------------
-r22520 | courmisch | 2007-10-10 19:50:31 +0200 (Wed, 10 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/smf.c
-
-Build SMF demux
-
-------------------------------------------------------------------------
-r22519 | courmisch | 2007-10-10 17:01:02 +0200 (Wed, 10 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/smf.c
-
-Create ES, maintain PTS, and actually send MIDI messages to decoder
-(Still MIDI tempo is critically missing)
-
-------------------------------------------------------------------------
-r22518 | funman | 2007-10-10 17:00:01 +0200 (Wed, 10 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/search.c
-
-playlist: a node item can have an input associated (example: cdda)
-------------------------------------------------------------------------
-r22517 | bitmap | 2007-10-10 05:41:17 +0200 (Wed, 10 Oct 2007) | 5 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Attempt to stop subtitles going off screen in some formats, when
-width and height are specified in the subtitles stream. This may
-result in chunkier text in some instances, but it should get it
-back on screen at least. Will look into smoothing it out next.
-
-------------------------------------------------------------------------
-r22516 | xtophe | 2007-10-10 01:06:14 +0200 (Wed, 10 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/po/pl.po
-   M /trunk/po/sk.po
-
-Slovak and Polish l18n update. Thanks to Mari?\195?\161n Hikan?\195?\173k and Micha?\197?\130 Trzebiatowski
-
-------------------------------------------------------------------------
-r22515 | xtophe | 2007-10-10 01:06:07 +0200 (Wed, 10 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/vlc.pot
-
-Update l10n files
-------------------------------------------------------------------------
-r22514 | fenrir | 2007-10-10 00:16:12 +0200 (Wed, 10 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-Add a check against broken files (It would be great if someone that understand
-the mkv demuxer could double checked it)
-
-------------------------------------------------------------------------
-r22513 | courmisch | 2007-10-09 22:15:44 +0200 (Tue, 09 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/smf.c
-
-Preliminary incomplete Standard MIDI File demux
-(Still missing the ES out so pretty useless, but got to sleep now)
-
-------------------------------------------------------------------------
-r22512 | jb | 2007-10-09 19:33:50 +0200 (Tue, 09 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-ffmpeg - DNxHD / VC-3 is AVdn fourCC not AVDn.
-
-
-------------------------------------------------------------------------
-r22511 | fkuehne | 2007-10-09 18:43:12 +0200 (Tue, 09 Oct 2007) | 6 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/po/ne.po
-
-macosx: Multiple GUI improvements follow j-b's and my approach to synchronise the QT4 and OSX intfs, more to come
-- "Use DVD Menus" is inverted now, so it's "No DVD Menus"
-- 3 dots at the end of a menu-item's caption mean that the entry will trigger a window (following Apple's HIGL)
-- removed the entries for "Report a Bug" and "License". The first isn't necessary as we got enough of them and users doing useable reports know how to do, the latter will re-appear in the to-be-re-designed About panel.
-- additionally, removed useless occurences of vlc_bool_t in favour of BOOL
-- preparations to add fps to Statistics
-------------------------------------------------------------------------
-r22510 | funman | 2007-10-09 17:13:17 +0200 (Tue, 09 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-
-qt4 capture card dialog: lists v4l2
-------------------------------------------------------------------------
-r22509 | funman | 2007-10-09 16:08:55 +0200 (Tue, 09 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/http/http.h
-   M /trunk/modules/control/http/mvar.c
-
-http: psz_dir is not meant to be a const
-------------------------------------------------------------------------
-r22508 | funman | 2007-10-09 16:05:57 +0200 (Tue, 09 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/http/mvar.c
-
-Partly revert [20969]. fix #1311
-------------------------------------------------------------------------
-r22507 | funman | 2007-10-09 14:45:33 +0200 (Tue, 09 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
-http output: fix bonjour advertising
-
-------------------------------------------------------------------------
-r22506 | funman | 2007-10-09 13:48:29 +0200 (Tue, 09 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-freetype: make sure the FontBuilder is finished when we destroy the module.
-------------------------------------------------------------------------
-r22505 | funman | 2007-10-09 08:48:49 +0200 (Tue, 09 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/services_discovery/bonjour.c
-
-bonjour: checks asprintf() return value, checks name before using it
-------------------------------------------------------------------------
-r22504 | jb | 2007-10-09 04:35:17 +0200 (Tue, 09 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-
-Qt4 - use enums instead of defines when you can.
-
-
-------------------------------------------------------------------------
-r22503 | jb | 2007-10-09 04:28:01 +0200 (Tue, 09 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/errors.hpp
-   M /trunk/modules/gui/qt4/dialogs/help.hpp
-   M /trunk/modules/gui/qt4/menus.hpp
-   M /trunk/modules/gui/qt4/util/directslider.hpp
-   M /trunk/modules/gui/qt4/util/input_slider.hpp
-
-Qt4 - header corrections.
-
-
-------------------------------------------------------------------------
-r22502 | jb | 2007-10-09 04:22:28 +0200 (Tue, 09 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - fix compilation.
-
-
-------------------------------------------------------------------------
-r22501 | jb | 2007-10-09 04:20:07 +0200 (Tue, 09 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-
-Qt4 - Open: start to use a completer, use an enum and no stupid #define.
-
-
-------------------------------------------------------------------------
-r22500 | jb | 2007-10-09 04:16:30 +0200 (Tue, 09 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Qt4 - no more timeElapsed/timeReamining menu for a boolean option. Right and left click toggle it, while double click opens the goto one. kudos to the KDE team.
-
-
-------------------------------------------------------------------------
-r22499 | jb | 2007-10-09 04:11:18 +0200 (Tue, 09 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-
-Qt4 - playlist: invert random/repeat buttons to match OSX intf and iTunes.
-
-
-------------------------------------------------------------------------
-r22498 | jb | 2007-10-09 04:10:33 +0200 (Tue, 09 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-
-Qt4 - double clicking the time can open the gotoTimeDialog ! Feature request to match OSX behaviour.
-
-
-------------------------------------------------------------------------
-r22497 | jb | 2007-10-09 04:09:22 +0200 (Tue, 09 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-
-Qt4 - Don't use things that can change from one version to another one of Qt.
-
-
-------------------------------------------------------------------------
-r22496 | jb | 2007-10-09 03:55:01 +0200 (Tue, 09 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-Qt4 - pixmaps: fix compilation with new pixmaps.
-
-
-------------------------------------------------------------------------
-r22495 | jb | 2007-10-09 03:38:56 +0200 (Tue, 09 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/res.qrc
-
-Qt-4 - res update for pixmaps.
-
-
-------------------------------------------------------------------------
-r22494 | jb | 2007-10-09 03:29:15 +0200 (Tue, 09 Oct 2007) | 3 lines
-Changed paths:
-   A /trunk/modules/gui/qt4/pixmaps/cdda_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/help_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/info_16px.png
-   A /trunk/modules/gui/qt4/pixmaps/menus_help_16px.png (from /trunk/modules/gui/qt4/pixmaps/help_16px.png:22493)
-   A /trunk/modules/gui/qt4/pixmaps/menus_info_16px.png (from /trunk/modules/gui/qt4/pixmaps/info_16px.png:22493)
-   A /trunk/modules/gui/qt4/pixmaps/menus_messages_16px.png (from /trunk/modules/gui/qt4/pixmaps/messages_16px.png:22493)
-   A /trunk/modules/gui/qt4/pixmaps/menus_preferences_16px.png (from /trunk/modules/gui/qt4/pixmaps/preferences_16px.png:22493)
-   A /trunk/modules/gui/qt4/pixmaps/menus_quit_16px.png (from /trunk/modules/gui/qt4/pixmaps/quit_16px.png:22493)
-   A /trunk/modules/gui/qt4/pixmaps/menus_settings_16px.png (from /trunk/modules/gui/qt4/pixmaps/settings_16px.png:22493)
-   A /trunk/modules/gui/qt4/pixmaps/menus_stream_16px.png (from /trunk/modules/gui/qt4/pixmaps/stream_16px.png:22493)
-   D /trunk/modules/gui/qt4/pixmaps/messages_16px.png
-   A /trunk/modules/gui/qt4/pixmaps/playlist.png (from /trunk/modules/gui/qt4/pixmaps/playlist_icon.png:22492)
-   D /trunk/modules/gui/qt4/pixmaps/playlist_icon.png
-   D /trunk/modules/gui/qt4/pixmaps/preferences_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/quit_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/settings_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/stream_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/type_card.xpm
-   D /trunk/modules/gui/qt4/pixmaps/type_cdda.xpm
-   A /trunk/modules/gui/qt4/pixmaps/type_directory.png
-   D /trunk/modules/gui/qt4/pixmaps/type_directory.xpm
-   D /trunk/modules/gui/qt4/pixmaps/type_disc.xpm
-   A /trunk/modules/gui/qt4/pixmaps/type_file.png
-   D /trunk/modules/gui/qt4/pixmaps/type_file.xpm
-   A /trunk/modules/gui/qt4/pixmaps/type_net.png
-   D /trunk/modules/gui/qt4/pixmaps/type_net.xpm
-   A /trunk/modules/gui/qt4/pixmaps/type_node.png
-   D /trunk/modules/gui/qt4/pixmaps/type_node.xpm
-   A /trunk/modules/gui/qt4/pixmaps/type_playlist.png
-   D /trunk/modules/gui/qt4/pixmaps/type_playlist.xpm
-
-Qt4 - pixmaps again. Removing bigger images, useless ones, and cleaning.
-
-
-------------------------------------------------------------------------
-r22493 | jb | 2007-10-09 03:03:03 +0200 (Tue, 09 Oct 2007) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/qt4/pixmaps/advprefs_audio.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_audio.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/advprefs_codec.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_codec.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/advprefs_extended.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_extended.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/advprefs_intf.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_intf.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/advprefs_playlist.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_playlist.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/advprefs_sout.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_sout.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/advprefs_video.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_video.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/capture-card_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_capture-card_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/disc_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_disc_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/file-asym_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_file-asym_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/file-wide_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_file-wide_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/folder-blue_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_folder-blue_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/folder-grey_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_folder-grey_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/harddisk_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_harddisk_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/help_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_help_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/info_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_info_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/messages_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_messages_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/network_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_network_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/next_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_next_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/pause_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_pause_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/play_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_play_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/playlist_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/playlist_add.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_add.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/playlist_repeat_all.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_all.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/playlist_repeat_off.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_off.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/playlist_repeat_one.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_one.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/playlist_shuffle_off.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_shuffle_off.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/playlist_shuffle_on.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_shuffle_on.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/preferences_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_preferences_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/previous_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_previous_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/quit_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_quit_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/record_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_record_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/settings_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_settings_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/stop_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_stop_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/stream_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_stream_16px.png:22492)
-   A /trunk/modules/gui/qt4/pixmaps/tape_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_tape_16px.png:22492)
-   D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_audio.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_codec.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_extended.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_intf.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_playlist.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_sout.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_video.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_capture-card_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_disc_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_file-asym_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_file-wide_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_folder-blue_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_folder-grey_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_harddisk_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_help_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_info_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_messages_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_network_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_next_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_pause_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_play_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_add.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_all.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_off.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_one.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_shuffle_off.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_shuffle_on.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_preferences_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_previous_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_quit_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_record_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_settings_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_stop_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_stream_16px.png
-   D /trunk/modules/gui/qt4/pixmaps/vlc_tape_16px.png
-   M /trunk/modules/gui/qt4/res.qrc
-
-Qt - pixmaps cleaning. First.
-
-------------------------------------------------------------------------
-r22492 | jb | 2007-10-09 02:17:41 +0200 (Tue, 09 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs - bumps png version to avoid multiple crashes.
-
-
-------------------------------------------------------------------------
-r22491 | funman | 2007-10-09 02:03:15 +0200 (Tue, 09 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-v4l2: fix mmap method
-------------------------------------------------------------------------
-r22490 | funman | 2007-10-09 01:48:16 +0200 (Tue, 09 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-v4l2: replaces bad malloc( sizeof(x) * i )/memset(&, 0, sizeof(x)) by calloc(1, sizeof(x) * i)
-removes extra spaces, removes tabs
-
-------------------------------------------------------------------------
-r22489 | jb | 2007-10-09 01:15:06 +0200 (Tue, 09 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - Small menus changes.
-
-
-------------------------------------------------------------------------
-r22488 | jb | 2007-10-09 01:14:23 +0200 (Tue, 09 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_intf_strings.h
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-Qt4 - start to change things to match OSX interface.
-
-
-------------------------------------------------------------------------
-r22487 | jb | 2007-10-09 01:12:51 +0200 (Tue, 09 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-
-Qt4 - Open disk: layout bug.
-
-------------------------------------------------------------------------
-r22486 | jb | 2007-10-09 01:12:24 +0200 (Tue, 09 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-Qt4 / Sout: Ogg => Ogg/Ogm, small change on the layout.
-
-
-------------------------------------------------------------------------
-r22485 | funman | 2007-10-08 23:11:50 +0200 (Mon, 08 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Checks if the videoWidget exist before resizing it, fix #1328
-------------------------------------------------------------------------
-r22484 | jpsaman | 2007-10-08 22:46:23 +0200 (Mon, 08 Oct 2007) | 8 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Run FontBuilder thread after Freetype has been initialized and no error paths are can be taken. This should solve the crash reported by several people with the video title (or meta-name) appearing at start of the movie.
-
-The freetype module starts another thread called FontBuilder and depending on timing this creates a crash or works allright. The crash is triggered by the font not being found. This patch tries to load the font first before the FontBuilder thread is started.
-
-I was unable to reproduce the crash with the patch applied. Without the patch the crash is reproducable.
-
-As discussed on the mailinglist the FontBuilder thread doesn't depend on the freetype initialisation and rearanging the order should do no harm.
-
-------------------------------------------------------------------------
-r22483 | fenrir | 2007-10-08 21:04:03 +0200 (Mon, 08 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ty.c
-
-Removed unused variables.
-
-------------------------------------------------------------------------
-r22482 | fenrir | 2007-10-08 21:03:16 +0200 (Mon, 08 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/flac.c
-
-Removed 1 warning.
-
-------------------------------------------------------------------------
-r22481 | fenrir | 2007-10-08 21:02:18 +0200 (Mon, 08 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/cdg.c
-
-Removed warnings.
-
-------------------------------------------------------------------------
-r22480 | fenrir | 2007-10-08 20:59:16 +0200 (Mon, 08 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/linux_dvb.c
-
-Fixed 2 missing "%s" -> "%m"
-
-------------------------------------------------------------------------
-r22479 | fenrir | 2007-10-08 20:48:00 +0200 (Mon, 08 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/a52.c
-
-Let the input handle meta data and attachments for ac3 audio
-(there was no meta data support for ac3).
-
-------------------------------------------------------------------------
-r22478 | fenrir | 2007-10-08 20:46:12 +0200 (Mon, 08 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-Let the input handle meta data and attachments for ogg files.
-
-------------------------------------------------------------------------
-r22477 | fenrir | 2007-10-08 20:43:16 +0200 (Mon, 08 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/flac.c
-
-Let the input handle *extra* meta data and attachments for flac audio.
-(We still parse the flac meta data as a safety, in case taglib support is not there)
-
-------------------------------------------------------------------------
-r22476 | fenrir | 2007-10-08 20:37:53 +0200 (Mon, 08 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpc.c
-
-Let the input handle meta data and attachments for musepack audio.
-
-------------------------------------------------------------------------
-r22475 | fenrir | 2007-10-08 20:32:47 +0200 (Mon, 08 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/m4a.c
-
-Let the input handle meta data and attachments for mpeg4 audio.
-
-------------------------------------------------------------------------
-r22474 | fenrir | 2007-10-08 20:32:14 +0200 (Mon, 08 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
-Let the input handle meta data and attachments for mpeg audio.
-
-------------------------------------------------------------------------
-r22473 | fenrir | 2007-10-08 20:30:11 +0200 (Mon, 08 Oct 2007) | 8 lines
-Changed paths:
-   M /trunk/include/vlc_demux.h
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-
- Es out now takes care of settings the audio replay gain from meta data
-if the demuxer has not set them.
- Added a demux2 control DEMUX_HAS_UNSUPPORTED_META.
- A demuxer should return true only when the format support extra meta
-data (id3/ap2/...) but it does not read them itself. The input will then
-call a "meta reader" (demuxer modifications on the way).
-
-
-------------------------------------------------------------------------
-r22472 | xtophe | 2007-10-08 19:26:51 +0200 (Mon, 08 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/visualization/galaktos/Modules.am
-   M /trunk/modules/visualization/galaktos/fftsg.c
-
-galaktos: -distribute fftsg.h
-         -get rid of bad merge remnant
-
-------------------------------------------------------------------------
-r22471 | funman | 2007-10-08 15:57:22 +0200 (Mon, 08 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contribs: don't try to install the shared library if it doesn't exist, fix [22437]. Spotted by John Dalgliesh
-------------------------------------------------------------------------
-r22470 | funman | 2007-10-08 03:13:27 +0200 (Mon, 08 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-audioscrobbler: we are already in our own thread, no need to create another one
-
-------------------------------------------------------------------------
-r22469 | funman | 2007-10-08 02:36:36 +0200 (Mon, 08 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-audioscrobbler: use condition variables to be signaled when there are songs to be submitted.
-checks if playlist has been stopped in the input "state" callback
-holds the p_sys mutex only when writing/reading audioscrobbler_song_t data
-
-------------------------------------------------------------------------
-r22468 | funman | 2007-10-08 00:07:07 +0200 (Mon, 08 Oct 2007) | 7 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-audioscrobbler: rewrite for new protocol 1.2
-allocate as much as we can on the stack, to avoid numerous malloc() & free()
-fix memory leaks by the same way
-metadata reading is now performed exclusively from the callbacks
-don't use linked lists anymore, but a queue of a fixed size of 50 songs, i.e. the maximum we can transmit in one submission.
-properly unloads the module when encountering a fatal error, like no username/pw, no memory, VLC being banned by last.fm servers ...
-
-------------------------------------------------------------------------
-r22467 | funman | 2007-10-07 23:20:30 +0200 (Sun, 07 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/loadsave.c
-
-media library loading: remove "meta-file" input option from subitems
-------------------------------------------------------------------------
-r22466 | funman | 2007-10-07 20:38:31 +0200 (Sun, 07 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/dhparams.h
-
-dhparams: svn:keyword = $Id$
-
-------------------------------------------------------------------------
-r22465 | funman | 2007-10-07 20:30:58 +0200 (Sun, 07 Oct 2007) | 2 lines
-Changed paths:
-   D /trunk/po/ChangeLog
-
-Delete old gettext changelog
-
-------------------------------------------------------------------------
-r22464 | funman | 2007-10-07 19:54:41 +0200 (Sun, 07 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/share/luaplaylist/youtube.lua
-   M /trunk/share/luaplaylist/youtube_homepage.lua
-
-fix youtube lua probing, avoid infinite loops
-homepage: use %? to represent '?'
-other: probe is not successfull anymore for urls like http://10.0.0.1/get_video?xxxx&origin=youtube.com
-
-------------------------------------------------------------------------
-r22463 | xtophe | 2007-10-07 17:22:49 +0200 (Sun, 07 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Fix make dist
-
-------------------------------------------------------------------------
-r22462 | xtophe | 2007-10-07 01:32:37 +0200 (Sun, 07 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/visualization/galaktos/PCM.c
-   M /trunk/modules/visualization/galaktos/beat_detect.c
-   M /trunk/modules/visualization/galaktos/builtin_funcs.c
-   M /trunk/modules/visualization/galaktos/custom_shape.c
-   M /trunk/modules/visualization/galaktos/custom_wave.c
-   M /trunk/modules/visualization/galaktos/eval.c
-   M /trunk/modules/visualization/galaktos/fftsg.c
-   A /trunk/modules/visualization/galaktos/fftsg.h
-   M /trunk/modules/visualization/galaktos/func.c
-   M /trunk/modules/visualization/galaktos/init_cond.c
-   M /trunk/modules/visualization/galaktos/main.c
-   M /trunk/modules/visualization/galaktos/param.c
-   M /trunk/modules/visualization/galaktos/parser.c
-   M /trunk/modules/visualization/galaktos/per_frame_eqn.c
-   M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
-   M /trunk/modules/visualization/galaktos/preset.c
-   M /trunk/modules/visualization/galaktos/splaytree.c
-   M /trunk/modules/visualization/galaktos/tree_types.c
-   M /trunk/modules/visualization/galaktos/video_init.c
-
-galaktos/*:   warnings hunt
-
-------------------------------------------------------------------------
-r22461 | xtophe | 2007-10-07 00:07:12 +0200 (Sun, 07 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/caca.c
-
-Fix header order
-
-------------------------------------------------------------------------
-r22460 | damienf | 2007-10-06 19:33:42 +0200 (Sat, 06 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
-threads: win32 version of vlc_cond_timedwait()
-
-------------------------------------------------------------------------
-r22459 | damienf | 2007-10-06 18:50:35 +0200 (Sat, 06 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-- contribs: Makefile, don't confuse mingw with cygwin
-
-------------------------------------------------------------------------
-r22458 | xtophe | 2007-10-06 18:36:28 +0200 (Sat, 06 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Don't forget to update build system when you remove or add files!
-
-------------------------------------------------------------------------
-r22457 | xtophe | 2007-10-06 17:34:52 +0200 (Sat, 06 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-v4l2: Remove already included headers
-      Cosmetics
-      Set svn:keywords
-
-------------------------------------------------------------------------
-r22456 | jb | 2007-10-06 15:55:03 +0200 (Sat, 06 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/errors.cpp
-   M /trunk/modules/gui/qt4/dialogs/gototime.cpp
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.cpp
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-Qt4 - #include cleaning (2)
-
-------------------------------------------------------------------------
-r22455 | jb | 2007-10-06 15:53:53 +0200 (Sat, 06 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/complete_preferences.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   D /trunk/modules/gui/qt4/components/streaming
-   M /trunk/modules/gui/qt4/qt4.hpp
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-Qt4 - #include cleaning
-
-
-------------------------------------------------------------------------
-r22454 | jb | 2007-10-06 15:41:27 +0200 (Sat, 06 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/modules/gui/qt4/components/extended_panels.hpp
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-   D /trunk/modules/gui/qt4/ui/spatializer.ui
-
-Qt4 - enable and modify the spatializer widget. Don't use a ui for a QCheckbox and a QFrame.
-
-
-------------------------------------------------------------------------
-r22453 | jb | 2007-10-06 15:40:16 +0200 (Sat, 06 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/podcast_configuration.cpp
-   M /trunk/modules/gui/qt4/dialogs/podcast_configuration.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/ui/podcast_configuration.ui
-
-Qt4: podcast configuration, don't use a modal window, don't use a Qdailog but a QVLCFrame.
-
-
-------------------------------------------------------------------------
-r22452 | jpsaman | 2007-10-06 13:26:34 +0200 (Sat, 06 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/access/v4l2.c
-
-Patch for v4l2 support by Richard Hosking <richard AT hovis DOT net>
-------------------------------------------------------------------------
-r22451 | funman | 2007-10-06 00:06:47 +0200 (Sat, 06 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/probe/hal.c
-
-hal probe: disable unused code
-------------------------------------------------------------------------
-r22450 | courmisch | 2007-10-05 16:43:19 +0200 (Fri, 05 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/audio_filter/resampler/linear.c
-
-Initialize end_date in linear resampler.
-Someone should really review this.
-This does not affect the trivial resampler; I have not checked the others.
-
-------------------------------------------------------------------------
-r22449 | ileoo | 2007-10-05 13:52:11 +0200 (Fri, 05 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-
-don't add empty mux= in sout-chain if no mux has been selected
-
-------------------------------------------------------------------------
-r22448 | pdherbemont | 2007-10-05 13:13:47 +0200 (Fri, 05 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-vlc/libvlc.h: Remove deprecated functions definition. (Patch by Enrique Osuna)
-
-------------------------------------------------------------------------
-r22447 | pdherbemont | 2007-10-05 11:52:48 +0200 (Fri, 05 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Remove an unused variable. (Pointed by jb).
-
-------------------------------------------------------------------------
-r22446 | jb | 2007-10-05 01:32:26 +0200 (Fri, 05 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-OOps - tab, I hate :set et
-
-------------------------------------------------------------------------
-r22445 | xtophe | 2007-10-04 23:51:55 +0200 (Thu, 04 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-Remove noop
-
-------------------------------------------------------------------------
-r22444 | jb | 2007-10-04 23:37:30 +0200 (Thu, 04 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Contribs: flac patch for broken CYGWIN :D
-
-
-------------------------------------------------------------------------
-r22443 | xtophe | 2007-10-04 23:01:25 +0200 (Thu, 04 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Don't delete compile. It can't go wrong and get regenerated by configure anyway
-
-------------------------------------------------------------------------
-r22442 | xtophe | 2007-10-04 22:43:07 +0200 (Thu, 04 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Fix make dist
-
-------------------------------------------------------------------------
-r22441 | courmisch | 2007-10-04 21:14:51 +0200 (Thu, 04 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/araw.c
-
-Export bitrate for the benefit of stream output
-
-------------------------------------------------------------------------
-r22440 | courmisch | 2007-10-04 21:06:04 +0200 (Thu, 04 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-transcode: Don't force a default audio bit rate.
-This screws up any audio codec that does not support transrating.
-There is something fishy here.
-
-------------------------------------------------------------------------
-r22439 | courmisch | 2007-10-04 20:33:43 +0200 (Thu, 04 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Also try to obey recommended ptime (20ms) for L16
-
-------------------------------------------------------------------------
-r22438 | courmisch | 2007-10-04 20:28:06 +0200 (Thu, 04 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Try to make 20ms packets for L8 and G.711
-(rather than as big packets as possible)
-
-------------------------------------------------------------------------
-r22437 | funman | 2007-10-04 20:23:08 +0200 (Thu, 04 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contribs: don't build faad shared library
-------------------------------------------------------------------------
-r22436 | courmisch | 2007-10-04 19:46:20 +0200 (Thu, 04 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_sout.h
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/src/stream_output/sdp.c
-
-Factorize rtpmap formatting
-
-------------------------------------------------------------------------
-r22435 | courmisch | 2007-10-04 19:29:22 +0200 (Thu, 04 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_sout.h
-   M /trunk/src/stream_output/sdp.c
-
-Make sdp_Start static since it is used nowhere outside
-
-------------------------------------------------------------------------
-r22434 | courmisch | 2007-10-04 19:26:01 +0200 (Thu, 04 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-RTP audio stream clock rate is always the sample rate -> factorize
-
-------------------------------------------------------------------------
-r22433 | courmisch | 2007-10-04 18:57:42 +0200 (Thu, 04 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/araw.c
-
-Put some static tables const
-
-------------------------------------------------------------------------
-r22432 | courmisch | 2007-10-04 18:33:52 +0200 (Thu, 04 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Untested support for streaming G.711 over RTP
-
-------------------------------------------------------------------------
-r22431 | courmisch | 2007-10-04 18:10:23 +0200 (Thu, 04 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/dmo/dmo.c
-
-Don't redefine existing constants - fix linux build
-
-------------------------------------------------------------------------
-r22430 | funman | 2007-10-04 17:03:48 +0200 (Thu, 04 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/meta_engine/id3tag.c
-
-id3tag: p_demux->p_private has been malloc()ed by the demuxer, so keep the pointer
-------------------------------------------------------------------------
-r22429 | oaubert | 2007-10-04 17:01:01 +0200 (Thu, 04 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/vlc.win32.nsi.in
-
-Bundle libvlc-control.dll in the win32 installer
-
-------------------------------------------------------------------------
-r22428 | funman | 2007-10-04 15:30:27 +0200 (Thu, 04 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/meta_engine/id3tag.c
-
-id3tag: properly casts p_demux->p_private
-------------------------------------------------------------------------
-r22427 | funman | 2007-10-04 15:19:46 +0200 (Thu, 04 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mpeg/mpga.c
-
-mpga demux: remove debug printf
-------------------------------------------------------------------------
-r22426 | funman | 2007-10-04 06:58:38 +0200 (Thu, 04 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/dbus.c
-
-dbus: adds some playlist locking, finish [22423]
-------------------------------------------------------------------------
-r22425 | funman | 2007-10-04 06:41:15 +0200 (Thu, 04 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mpeg/m4a.c
-
-m4a demuxer: last missing include
-------------------------------------------------------------------------
-r22424 | funman | 2007-10-04 06:22:59 +0200 (Thu, 04 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mpc.c
-   M /trunk/modules/demux/mpeg/m4a.c
-
-demuxers: add missing vlc_meta.h header
-------------------------------------------------------------------------
-r22423 | funman | 2007-10-04 06:18:49 +0200 (Thu, 04 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-dbus: simplify playlist operations
-
-------------------------------------------------------------------------
-r22422 | funman | 2007-10-04 05:44:34 +0200 (Thu, 04 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/mpc.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/tta.c
-
-demuxers: remove the need for input_thread_t by using the new "meta-preparsed" input variable.
-tta & ffmpeg: remove unneeded "meta reader" loading
-tta didn't use anyway, and ffmpeg uses information from libavcodec
-
-------------------------------------------------------------------------
-r22421 | funman | 2007-10-04 04:57:18 +0200 (Thu, 04 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-freetype: fix a segfault introduced in [21339]
-FcConfigSetCurrent( p_sys->p_fontconfig ) is useless since we already use that configuration, and it will destroy it.
-So, when we want to destroy it again when freetype module is closed, CRASH.
-
-------------------------------------------------------------------------
-r22420 | funman | 2007-10-04 01:45:15 +0200 (Thu, 04 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/po/fr.po
-
-french translation: little update to the rc interface translation
-------------------------------------------------------------------------
-r22419 | funman | 2007-10-04 01:26:01 +0200 (Thu, 04 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-rc: add `random' command
-------------------------------------------------------------------------
-r22418 | funman | 2007-10-04 01:17:55 +0200 (Thu, 04 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-rc: ressuscite the goto command
-------------------------------------------------------------------------
-r22417 | funman | 2007-10-04 00:53:04 +0200 (Thu, 04 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: now play items from the top parent node (unless playing a specific node)
-------------------------------------------------------------------------
-r22416 | xtophe | 2007-10-04 00:39:10 +0200 (Thu, 04 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Update POTFILES.in. Fixes make dist
-
-------------------------------------------------------------------------
-r22415 | fenrir | 2007-10-04 00:24:11 +0200 (Thu, 04 Oct 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/var.c
-
-Added a "meta-preparsed" input variable. A demuxer can test it by
- var_CreateGetBool( p_demux, "meta-preparsed" )
-(The demuxer should NOT overwrite it)
-subtitle: do not look for p_input when not necessary.
-
-
-------------------------------------------------------------------------
-r22414 | funman | 2007-10-04 00:21:00 +0200 (Thu, 04 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/tree.c
-
-playlist: fix a segfault
-------------------------------------------------------------------------
-r22413 | funman | 2007-10-03 23:29:34 +0200 (Wed, 03 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/control/video.c
-
-control/video: find the vout anywhere, so the one spawned by audio output (audio visualization) can be found. fix #1202
-------------------------------------------------------------------------
-r22412 | funman | 2007-10-03 23:07:01 +0200 (Wed, 03 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/meta_engine/taglib.cpp
-
-taglib: warn the user when the embedded image is invalid (i.e. was embedded by a broken version of iTunes)
-------------------------------------------------------------------------
-r22411 | xtophe | 2007-10-03 22:03:37 +0200 (Wed, 03 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/plugin.h
-
-Compile fix for gcc 4.2 . Quovodis to review it.
-
-------------------------------------------------------------------------
-r22410 | funman | 2007-10-03 21:29:49 +0200 (Wed, 03 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/mpc.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/tta.c
-
-Demuxers: do not load "meta reader" module if the input item has already been preparsed.
-
-------------------------------------------------------------------------
-r22409 | courmisch | 2007-10-03 21:19:24 +0200 (Wed, 03 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/dmo/dmo.h
-
-Replace one GUID kludge with another one that does not break gcc4
-
-------------------------------------------------------------------------
-r22408 | courmisch | 2007-10-03 21:04:57 +0200 (Wed, 03 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/vcd/cdrom.c
-
-Fix messed up cast that breaks gcc 4
-
-------------------------------------------------------------------------
-r22407 | funman | 2007-10-03 20:36:03 +0200 (Wed, 03 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-
-mp4 demuxer: don't try to print not printable characters.
-
-------------------------------------------------------------------------
-r22406 | courmisch | 2007-10-03 19:27:10 +0200 (Wed, 03 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-Remove silly copy-cat code. vasprintf does not generate socket errors does it?
-
-------------------------------------------------------------------------
-r22405 | funman | 2007-10-03 19:23:55 +0200 (Wed, 03 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-messages: revert [22404]
-Don't use strerror()
-The error message displayed can be useful to debugging purposes.
-
-------------------------------------------------------------------------
-r22404 | courmisch | 2007-10-03 19:00:10 +0200 (Wed, 03 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-Remove survivor strerror (malloc always return ENOMEM when it fails anyway)
-
-------------------------------------------------------------------------
-r22403 | funman | 2007-10-03 18:17:36 +0200 (Wed, 03 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/meta_engine/taglib.cpp
-
-taglib: fix a memleak.
-------------------------------------------------------------------------
-r22402 | funman | 2007-10-03 18:13:04 +0200 (Wed, 03 Oct 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/demux/mpc.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/tta.c
-   M /trunk/modules/meta_engine/taglib.cpp
-
-taglib: Supports in ogg/vorbis base64 encoded embedded album art with COVERARTMIME & COVERART comments.
-    Use TagLib namespace for better code readability.
-
-demuxers: Adds attachments support for ogg.
-    Fix potential memleaks.
-
-------------------------------------------------------------------------
-r22401 | funman | 2007-10-03 03:27:08 +0200 (Wed, 03 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/notify/notify.c
-
-notify: unref the notification popup after we have finished using it. fix a big memory leak, and potential crashes.
-------------------------------------------------------------------------
-r22400 | funman | 2007-10-03 02:35:13 +0200 (Wed, 03 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/loadsave.c
-
-playlist: fix media library loading, fix #1320.
-
-------------------------------------------------------------------------
-r22399 | pdherbemont | 2007-10-03 02:29:18 +0200 (Wed, 03 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Thanks more Enrique Osuna.
-
-------------------------------------------------------------------------
-r22398 | pdherbemont | 2007-10-03 02:28:36 +0200 (Wed, 03 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Fix a segfault caused by libvlc_media_instance_release. (Patch by Enrique Osuna).
-
-------------------------------------------------------------------------
-r22397 | funman | 2007-10-03 01:14:43 +0200 (Wed, 03 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: sets the parent node when selecting an item. fix playing from media library.
-------------------------------------------------------------------------
-r22396 | funman | 2007-10-03 00:17:50 +0200 (Wed, 03 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/control.c
-
-playlist: don't request art nor set "playlist-current" for directory: & vlc: URIs
-------------------------------------------------------------------------
-r22395 | yoann | 2007-10-02 23:51:43 +0200 (Tue, 02 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-* xspf.c: fixes parsing with xtag - closes #1293
-  Someone should check if we could make xtag not send ENDELEM for self-closing tags, as libxml doesn't.
-
-------------------------------------------------------------------------
-r22394 | funman | 2007-10-02 23:37:54 +0200 (Tue, 02 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/var.c
-
-input: Removes useless "item-change" variable
-------------------------------------------------------------------------
-r22393 | funman | 2007-10-02 23:19:36 +0200 (Tue, 02 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mpeg/m4a.c
-
-m4a demuxer: initialize correctly p_sys
-------------------------------------------------------------------------
-r22392 | fenrir | 2007-10-02 21:06:09 +0200 (Tue, 02 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/decoder_synchro.c
-
-decoder_synchro_t does not need to be a vlc_object_t.
-
-------------------------------------------------------------------------
-r22391 | fenrir | 2007-10-02 20:58:29 +0200 (Tue, 02 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/asf.c
-
-Fixed const warnings.
-
-------------------------------------------------------------------------
-r22390 | fenrir | 2007-10-02 20:48:51 +0200 (Tue, 02 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/decoder_synchro.c
-
-Compilation fix, again.
-
-------------------------------------------------------------------------
-r22389 | fenrir | 2007-10-02 20:47:29 +0200 (Tue, 02 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-Compilation fix.
-
-------------------------------------------------------------------------
-r22388 | fenrir | 2007-10-02 20:43:23 +0200 (Tue, 02 Oct 2007) | 2 lines
-Changed paths:
-   A /trunk/include/vlc_codec_synchro.h (from /trunk/include/vlc_vout_synchro.h:22387)
-   D /trunk/include/vlc_vout_synchro.h
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/xvmc/xxmc.c
-   M /trunk/src/Makefile.am
-   A /trunk/src/input/decoder_synchro.c (from /trunk/src/video_output/vout_synchro.c:22386)
-   D /trunk/src/video_output/vout_synchro.c
-
-Moved vout_synchro to decoder_synchro.
-
-------------------------------------------------------------------------
-r22387 | fenrir | 2007-10-02 20:29:47 +0200 (Tue, 02 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_vout_synchro.h
-
-Removed unused values.
-
-------------------------------------------------------------------------
-r22386 | fenrir | 2007-10-02 20:22:44 +0200 (Tue, 02 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_vout_synchro.h
-   M /trunk/src/video_output/vout_synchro.c
-
-Hide private vout_synchro_t.
-
-------------------------------------------------------------------------
-r22385 | fenrir | 2007-10-02 20:16:55 +0200 (Tue, 02 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/quicktime.c
-
-Oops fix compilation.
-
-------------------------------------------------------------------------
-r22384 | fenrir | 2007-10-02 20:03:50 +0200 (Tue, 02 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/quicktime.c
-
-Use decoder_GetDisplayDate.
-(libmpeg2/xvmc pending)
-
-------------------------------------------------------------------------
-r22383 | funman | 2007-10-02 19:59:31 +0200 (Tue, 02 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-alsa: resume output when waking up, fix #1286. some coding style cleanup
-------------------------------------------------------------------------
-r22382 | fenrir | 2007-10-02 19:41:13 +0200 (Tue, 02 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_codec.h
-   M /trunk/src/input/decoder.c
-
-Added a new decoder function (decoder_GetDisplayDate) to be used to convert a
-decoder block_t date to a display date (identify for now)
-
-------------------------------------------------------------------------
-r22381 | courmisch | 2007-10-02 19:26:35 +0200 (Tue, 02 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mpjpeg.c
-
- - Heavily simplify the MPJPEG mux (closes #1188); please test.
- - Remove configurable boundary that had never been working anyway (did not match the original value from MUX_GET_MIME)
-
-------------------------------------------------------------------------
-r22380 | courmisch | 2007-10-02 18:05:13 +0200 (Tue, 02 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_stream.h
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/mem_stream.c
-   M /trunk/src/input/stream.c
-
-Pass content-type from access to stream
-
-------------------------------------------------------------------------
-r22379 | courmisch | 2007-10-02 17:54:16 +0200 (Tue, 02 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_access.h
-   M /trunk/modules/access/bda/bda.c
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dv.c
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/eyetv.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/gnomevfs.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/pvr.c
-   M /trunk/modules/access/rtsp/access.c
-   M /trunk/modules/access/smb.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/vcd/vcd.c
-
-Export Content-Type out of HTTP access using Control.
-
-------------------------------------------------------------------------
-r22378 | courmisch | 2007-10-02 17:23:28 +0200 (Tue, 02 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Don't reinvent free()
-
-------------------------------------------------------------------------
-r22377 | courmisch | 2007-10-02 17:03:08 +0200 (Tue, 02 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-We use error code 456
-
-------------------------------------------------------------------------
-r22376 | pdherbemont | 2007-10-02 13:30:56 +0200 (Tue, 02 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Thanks Enrique Osuna.
-
-------------------------------------------------------------------------
-r22375 | pdherbemont | 2007-10-02 13:30:12 +0200 (Tue, 02 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list_player.c
-
-control/media_list_player.c: Remove a double event registration. (Patch by Enrique Osuna).
-
-------------------------------------------------------------------------
-r22374 | pdherbemont | 2007-10-02 13:29:20 +0200 (Tue, 02 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Don't forget to register emitted event. (Patch by Enrique Osuna).
-
-------------------------------------------------------------------------
-r22373 | funman | 2007-10-02 13:11:53 +0200 (Tue, 02 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-sap discovery: fix [22368] by using (int) casting on the unsigned size_t value
-------------------------------------------------------------------------
-r22372 | jpsaman | 2007-10-02 08:59:23 +0200 (Tue, 02 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-fix indentation
-------------------------------------------------------------------------
-r22371 | funman | 2007-10-02 04:50:10 +0200 (Tue, 02 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/mpeg/mpga.c
-
-demux: fix a memory leak in flac & mpga when attachments are present
-------------------------------------------------------------------------
-r22370 | funman | 2007-10-02 04:11:11 +0200 (Tue, 02 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_demux.h
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/mpc.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/tta.c
-   M /trunk/modules/meta_engine/id3tag.c
-   M /trunk/modules/meta_engine/taglib.cpp
-
-taglib: support for id3v2 embedded album art
-the only demuxer supported is mpga, other demuxers should be updated if they demux files that can have id3v2 tags
-fix some bugs in flac & ogg demuxers
-
-------------------------------------------------------------------------
-r22369 | funman | 2007-10-02 03:44:26 +0200 (Tue, 02 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input_ExtractAttachmentAndCacheArt(): use the attachment's mime type, don't use input_item_ functions as the input_item_t has been locked previously.
-------------------------------------------------------------------------
-r22368 | funman | 2007-10-01 23:28:36 +0200 (Mon, 01 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-sap discovery: (size_t) casting
-------------------------------------------------------------------------
-r22367 | funman | 2007-10-01 22:41:15 +0200 (Mon, 01 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: adds some (size_t) casting
-------------------------------------------------------------------------
-r22366 | fenrir | 2007-10-01 21:57:24 +0200 (Mon, 01 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/clock.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input_internal.h
-
-Clean up.
-
-------------------------------------------------------------------------
-r22365 | fenrir | 2007-10-01 21:37:37 +0200 (Mon, 01 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/cdg.c
-
-Oops, fix subtitle decoding.
-
-------------------------------------------------------------------------
-r22364 | fenrir | 2007-10-01 21:33:30 +0200 (Mon, 01 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-
-Clean up/Factorize.
-
-------------------------------------------------------------------------
-r22363 | funman | 2007-10-01 21:33:24 +0200 (Mon, 01 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: fix KeyToUTF8() breakage introduced in [22313]
-------------------------------------------------------------------------
-r22362 | courmisch | 2007-10-01 20:11:03 +0200 (Mon, 01 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Cleanup previous commit
-
-------------------------------------------------------------------------
-r22361 | courmisch | 2007-10-01 20:04:10 +0200 (Mon, 01 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Removed b_die arbitrary timer from httpd.
-
-------------------------------------------------------------------------
-r22360 | courmisch | 2007-10-01 20:00:42 +0200 (Mon, 01 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Fix deadlock
-
-------------------------------------------------------------------------
-r22359 | jpsaman | 2007-10-01 19:35:35 +0200 (Mon, 01 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Reset PCR when gap has been detected.
-------------------------------------------------------------------------
-r22358 | courmisch | 2007-10-01 19:12:21 +0200 (Mon, 01 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-   M /trunk/src/misc/objects.c
-
-Add the missing function to allocate and get the object event OS pipe
-
-------------------------------------------------------------------------
-r22357 | courmisch | 2007-10-01 18:07:17 +0200 (Mon, 01 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
-Remove the HTTP interface thread, and save 20 wakeups per seconds.
-The idle HTTP interace is down from 30 to 10 wakeups/s (I think the remaining ones are due to HTTPd core).
-
-------------------------------------------------------------------------
-r22356 | courmisch | 2007-10-01 17:57:22 +0200 (Mon, 01 Oct 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
- - Do not release the input while we did not yield it...
- - Really yield the input (and release it) on a need-basis in the HTTP handler rather than in a custom thread. This is probably not thread-safe, but it's less unsafe than the previous code anyway.
-This makes the HTTP interface thread very much useless, niark niark
-
-------------------------------------------------------------------------
-r22355 | courmisch | 2007-10-01 17:43:30 +0200 (Mon, 01 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/win32_specific.c
-
-Really fix playlist enqueue
-
-------------------------------------------------------------------------
-r22354 | courmisch | 2007-10-01 17:33:24 +0200 (Mon, 01 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
-Playlist is always true here
-
-------------------------------------------------------------------------
-r22353 | courmisch | 2007-10-01 17:31:09 +0200 (Mon, 01 Oct 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
-Find the playlist once *before* starting.
-LibVLC always creates the (singleton) playlist before the interfaces anyway.
-Besides, the HTTP interface callbacks assumes the playlist is yield.
-This removes one of two reasons for running the damn HTTP interface thread.
-
-------------------------------------------------------------------------
-r22352 | courmisch | 2007-10-01 17:17:21 +0200 (Mon, 01 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.h
-   M /trunk/modules/control/http/macro.c
-
-Make a bunch of HTTP macro functions static
-
-------------------------------------------------------------------------
-r22351 | courmisch | 2007-10-01 16:30:02 +0200 (Mon, 01 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/win32_specific.c
-
-Fix playlist enqueue RPC
-
-------------------------------------------------------------------------
-r22350 | funman | 2007-10-01 14:38:29 +0200 (Mon, 01 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/gui/macosx/playlist.m
-
-macosx interface: fix regression introduced in [21230]. patch by John Dalgliesh
-------------------------------------------------------------------------
-r22349 | jb | 2007-10-01 13:31:16 +0200 (Mon, 01 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/pixmaps/volume-high.png
-   M /trunk/modules/gui/qt4/pixmaps/volume-low.png
-   M /trunk/modules/gui/qt4/pixmaps/volume-muted.png
-
-Qt4 - New volume icons. Still to be worked out.
-
-
-------------------------------------------------------------------------
-r22348 | jb | 2007-10-01 12:08:30 +0200 (Mon, 01 Oct 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/complete_preferences.cpp
-   D /trunk/modules/gui/qt4/pixmaps/codec.xpm
-   M /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_audio.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_codec.png
-   M /trunk/modules/gui/qt4/res.qrc
-
-Qt4 - Prefs: Change audio icon and modify the codec one.
-
-
-------------------------------------------------------------------------
-r22346 | funman | 2007-10-01 02:33:08 +0200 (Mon, 01 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/src/network/io.c
-
-That shouldn't have been part of the previous commit
-------------------------------------------------------------------------
-r22345 | funman | 2007-10-01 02:29:00 +0200 (Mon, 01 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/mpris.py
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/misc/notify/notify.c
-   M /trunk/src/network/io.c
-
-configure.ac: typo, fix #1204
-------------------------------------------------------------------------
-r22344 | funman | 2007-10-01 01:47:55 +0200 (Mon, 01 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/image.c
-
-image vout: assigning -1 to an unsigned int is not that clever.
-------------------------------------------------------------------------
-r22343 | pdherbemont | 2007-10-01 01:25:18 +0200 (Mon, 01 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Remove access to p_input_thread->p_internals. (which was a broken hack by the way).
-
-------------------------------------------------------------------------
-r22342 | fenrir | 2007-10-01 01:17:19 +0200 (Mon, 01 Oct 2007) | 7 lines
-Changed paths:
-   M /trunk/include/vlc_demux.h
-   M /trunk/include/vlc_input.h
-   M /trunk/src/control/media_instance.c
-   M /trunk/src/input/control.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-
-Added a INPUT_GET_VIDEO_FPS (get the fps of the main video, should works with
-input slave) Untested.
-media_instance.c no longer depends on input_internal.h
-Clean up a bit es_out pause handling.
-Fixed DEMUX_GET_FPS description (double not float)
-
-
-------------------------------------------------------------------------
-r22341 | pdherbemont | 2007-10-01 00:56:37 +0200 (Mon, 01 Oct 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Remove one occurence of input->p.
-
-------------------------------------------------------------------------
-r22340 | funman | 2007-10-01 00:55:35 +0200 (Mon, 01 Oct 2007) | 1 line
-Changed paths:
-   M /trunk/src/control/playlist.c
-
-libvlc_playlist_get_media_instance(): raise an exception when there is no input, fix #1265
-------------------------------------------------------------------------
-r22339 | fenrir | 2007-10-01 00:20:31 +0200 (Mon, 01 Oct 2007) | 10 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-Partial fix for media instance. (It was using input_control_e intead of
-input_query_e).
-
-Btw input_internal.h is an internal header for src/input/* ONLY.
-If input/control/* need it, then it is BROKEN (or there is a missing
-functionnality, just ask for it then)
- I see it calling demux2_Control, this will segfault if you are unlucky.
- Accessing directly to p_input->p member is also forbidden.
-
-
-------------------------------------------------------------------------
-r22337 | funman | 2007-09-30 22:54:30 +0200 (Sun, 30 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: display random/repeat/loop status
-------------------------------------------------------------------------
-r22336 | xtophe | 2007-09-30 22:01:20 +0200 (Sun, 30 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/variables.h
-
-svn:keywords
-
-------------------------------------------------------------------------
-r22335 | courmisch | 2007-09-30 21:31:08 +0200 (Sun, 30 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/objects.c
-
-Partial unfinished pipes conditional fallback for condition variables.
-This would be necessary to rid the networking code of arbitrary timers (but it does not work yet).
-
-------------------------------------------------------------------------
-r22334 | courmisch | 2007-09-30 21:28:30 +0200 (Sun, 30 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Simplify and fix (real) vlc dependencies and "make core" assuming libtool is used
-
-------------------------------------------------------------------------
-r22333 | courmisch | 2007-09-30 21:08:11 +0200 (Sun, 30 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/variables.h
-
-Add missing copyright and license header
-
-------------------------------------------------------------------------
-r22332 | fenrir | 2007-09-30 19:25:55 +0200 (Sun, 30 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-
-Hacks for On2 AVI files (close #1318)
-
-------------------------------------------------------------------------
-r22331 | courmisch | 2007-09-30 18:58:33 +0200 (Sun, 30 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/variables.c
-
-Fix segmentation fault
-
-------------------------------------------------------------------------
-r22330 | courmisch | 2007-09-30 18:37:07 +0200 (Sun, 30 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-Actually remove unused FREE() macro
-
-------------------------------------------------------------------------
-r22329 | courmisch | 2007-09-30 18:31:02 +0200 (Sun, 30 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/codec/cinepak.c
-   M /trunk/modules/demux/playlist/qtl.c
-   M /trunk/modules/misc/profile_parser.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/interface/interaction.c
-
-Remove FREE() macro, since free() does the same internally
-
-------------------------------------------------------------------------
-r22328 | fenrir | 2007-09-30 17:40:34 +0200 (Sun, 30 Sep 2007) | 7 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_demux.h
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/access/fake.c
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/aiff.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/cdg.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/gme.cpp
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mpc.c
-   M /trunk/modules/demux/mpeg/h264.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-   M /trunk/modules/demux/nsc.c
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/demux/nuv.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/gvp.c
-   M /trunk/modules/demux/playlist/ifo.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/sgimb.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/ps.h
-   M /trunk/modules/demux/pva.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/rawvid.c
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/tta.c
-   M /trunk/modules/demux/ty.c
-   M /trunk/modules/demux/vc1.c
-   M /trunk/modules/demux/xa.c
-   M /trunk/src/input/meta.c
-   M /trunk/src/input/var.c
-
-Added const wheen needed for stream_Peek (demuxer/access)
-Made demux2_IsPathExtension case insensitive.
-Used demux2_IsPathExtension/p_demux->b_force when appropriate
-Fixed a regression in flac demuxer (segfault when reading meta data)
-Added a VLC_UNUSED(x) macro to avoid seeing ugly (void)x around the code.
-Improved a bit a few vlc_common.h macro (do {}?\194?\160while(0))
-
-------------------------------------------------------------------------
-r22327 | courmisch | 2007-09-30 16:50:12 +0200 (Sun, 30 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-Typo
-
-------------------------------------------------------------------------
-r22326 | courmisch | 2007-09-30 16:33:22 +0200 (Sun, 30 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_variables.h
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video.c
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/modules/misc/qte_main.cpp
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/src/libvlc.sym
-   M /trunk/src/misc/variables.c
-
-Rename var_GetGlobalMutex to var_AcquireMutex and make it lock the mutex automatically
-
-------------------------------------------------------------------------
-r22325 | courmisch | 2007-09-30 16:11:47 +0200 (Sun, 30 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/osd/osd.c
-
-Fix tiny race condition
-
-------------------------------------------------------------------------
-r22324 | courmisch | 2007-09-30 16:01:24 +0200 (Sun, 30 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/control/media_instance.c
-   M /trunk/src/input/vlm.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/objects.c
-   M /trunk/src/osd/osd.c
-
-Hide object reference counter.
-Good news is, no plugins used it anyway.
-Bad news is, some parts of libvlc still use which is wrong (i_refcount is protected by the "structure lock", meaning only misc/objects.c functions can use it safely).
-
-------------------------------------------------------------------------
-r22323 | courmisch | 2007-09-30 15:59:28 +0200 (Sun, 30 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_vout.h
-
-reference count should really be unsigned
-
-------------------------------------------------------------------------
-r22322 | pdherbemont | 2007-09-30 12:40:30 +0200 (Sun, 30 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
-
-MacOSX/Framework: Use --opengl-provider=minimal_macosx. (Original patch by Enrique Osuna <enrique.osuna a gmail d com>).
-
-------------------------------------------------------------------------
-r22321 | pdherbemont | 2007-09-30 12:37:45 +0200 (Sun, 30 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/minimal_macosx/macosx.c
-
-modules/gui/minimal_macosx: Fix shortname and add shortcut, after funman answer to Enrique Osuna patch.
-
-------------------------------------------------------------------------
-r22320 | pdherbemont | 2007-09-30 12:36:19 +0200 (Sun, 30 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-modules/video_output/opengl.c: Allow opengl provider override at runtime.(Original patch by Enrique Osuna <enrique.osuna a gmail d com>).
-
-------------------------------------------------------------------------
-r22319 | bitmap | 2007-09-30 09:43:53 +0200 (Sun, 30 Sep 2007) | 5 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/dirac-cygwin.patch
-   A /trunk/extras/contrib/src/Patches/taglib-cygwin.patch
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-
-Some fixes for compiling on Cygwin: x264, pthreads, taglib and dirac.
-Reverse previous workaround for pthreads lib having GC2 suffix - that
-is actually normal; patch should instead go into x264 to make it ignore
-the presence of a local pthread lib under cygwin when doing configure tests.
-
-------------------------------------------------------------------------
-r22318 | fenrir | 2007-09-30 01:09:10 +0200 (Sun, 30 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Fixed regression in EITConvertToUTF8.
-
-------------------------------------------------------------------------
-r22317 | jb | 2007-09-30 00:50:30 +0200 (Sun, 30 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   A /trunk/modules/gui/qt4/pixmaps/vlc_record_16px.png
-   M /trunk/modules/gui/qt4/res.qrc
-
-Qt4 - add a record icon, might be unused.
-
-
-------------------------------------------------------------------------
-r22316 | jb | 2007-09-29 23:56:07 +0200 (Sat, 29 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/complete_preferences.cpp
-   D /trunk/modules/gui/qt4/pixmaps/advanced.xpm
-   D /trunk/modules/gui/qt4/pixmaps/audio.xpm
-   D /trunk/modules/gui/qt4/pixmaps/intf.xpm
-   D /trunk/modules/gui/qt4/pixmaps/video.xpm
-   A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_audio.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_extended.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_intf.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_playlist.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_sout.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_video.png
-   M /trunk/modules/gui/qt4/res.qrc
-
-Qt4 - New icons for extended preferences.
-
-
-------------------------------------------------------------------------
-r22315 | jb | 2007-09-29 23:13:44 +0200 (Sat, 29 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs: take libebml and libmatroska from released versions... Way easier to not compile it everytime.
-
-
-------------------------------------------------------------------------
-r22314 | fenrir | 2007-09-29 18:02:15 +0200 (Sat, 29 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-Fixed a regression with --sub-autodetect-path
-Ignore directories in --sub-autodetect-path that match the directory
-of the current file (But it does not works with symbolic links).
-
-------------------------------------------------------------------------
-r22313 | funman | 2007-09-29 18:00:07 +0200 (Sat, 29 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: don't use *Locale() conversion functions when compiled with wide characters support
-------------------------------------------------------------------------
-r22312 | fenrir | 2007-09-29 17:51:34 +0200 (Sat, 29 Sep 2007) | 7 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-Check all(?) memory allocations (if you do it, do it completetly ;)
-Fixed an overflow when more than MAX_SUBTITLE_FILES are detected.
-Fixed a bunch of memory leaks.
-Fixed removing sub/idx pair. (sizeof() != strlen on char*)
-Clean up/Simplify (asprintf/calloc are usefull)
-Cosmetics
-
-------------------------------------------------------------------------
-r22311 | fenrir | 2007-09-29 17:40:26 +0200 (Sat, 29 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Fixed segfault if more than 1 subtitle has been detected and you have not
-selected one with --sub-file
-
-------------------------------------------------------------------------
-r22310 | jpsaman | 2007-09-29 16:22:50 +0200 (Sat, 29 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/gather.c
-
-Check malloc return value)
-
-------------------------------------------------------------------------
-r22309 | funman | 2007-09-29 13:26:38 +0200 (Sat, 29 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/notify/telepathy.c
-
-telepathy: 10 calls to the "item-change" callback may be necessary to have the metadata available.
-------------------------------------------------------------------------
-r22308 | courmisch | 2007-09-29 13:20:48 +0200 (Sat, 29 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/rtp.h
-   M /trunk/modules/stream_out/rtsp.c
-
-Specify SSRC in SETUP response
-
-------------------------------------------------------------------------
-r22306 | funman | 2007-09-29 00:41:30 +0200 (Sat, 29 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/mux.c
-
-don't compare signed with unsigned
-------------------------------------------------------------------------
-r22305 | funman | 2007-09-29 00:08:01 +0200 (Sat, 29 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: cosmetics
-------------------------------------------------------------------------
-r22304 | fenrir | 2007-09-28 23:59:25 +0200 (Fri, 28 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-   M /trunk/modules/demux/Modules.am
-
-Update build system for cdg demuxer/codec.
-
-------------------------------------------------------------------------
-r22303 | fenrir | 2007-09-28 23:58:26 +0200 (Fri, 28 Sep 2007) | 13 lines
-Changed paths:
-   A /trunk/modules/codec/cdg.c
-   A /trunk/modules/demux/cdg.c
-   M /trunk/src/input/subtitles.c
-
-Added CD+G file support:
- - as a standalone file
- - as a kind of subtitle (even if it is a video track).
-CD-G disk are not supported.
-
-Please, report any file incorrectly decoded. (I have 0 sample with
-circular scrolling)
-
-In subtitle_Detect, do not add as a subtitle the file for which we
-are doing the detection.
- (subtitle_Detect("file.sub") returned "file.sub")
-
-
-------------------------------------------------------------------------
-r22302 | funman | 2007-09-28 23:16:40 +0200 (Fri, 28 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/notify/telepathy.c
-
-telepathy: fixes [22301]. '-' is forbidden in variable names.
-------------------------------------------------------------------------
-r22301 | funman | 2007-09-28 23:11:01 +0200 (Fri, 28 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/notify/notify.c
-   M /trunk/modules/misc/notify/telepathy.c
-
-telepathy: avoid flooding the bus when playing some special inputs.
-------------------------------------------------------------------------
-r22300 | funman | 2007-09-28 22:32:54 +0200 (Fri, 28 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/notify/telepathy.c
-
-telepathy: same than [22299]
-------------------------------------------------------------------------
-r22299 | funman | 2007-09-28 22:27:47 +0200 (Fri, 28 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/dbus.c
-
-dbus: Removes dbus_threads_init_default() since it's already done in libvlc
-------------------------------------------------------------------------
-r22298 | funman | 2007-09-28 22:09:55 +0200 (Fri, 28 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-
-screensaver: Removes unused variable
-------------------------------------------------------------------------
-r22297 | xtophe | 2007-09-28 20:59:17 +0200 (Fri, 28 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
-
-Don't show unsaveable options in the preferences
-
-------------------------------------------------------------------------
-r22296 | funman | 2007-09-28 18:18:30 +0200 (Fri, 28 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/src/modules/modules.c
-
-modules.c: removes unneeded hack
-------------------------------------------------------------------------
-r22295 | funman | 2007-09-28 18:14:07 +0200 (Fri, 28 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-NEWS: typo
-------------------------------------------------------------------------
-r22294 | funman | 2007-09-28 18:08:55 +0200 (Fri, 28 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/input/input.c
-   M /trunk/src/playlist/loadsave.c
-
-Adds an input option "meta-file" to be used by input that aren't real inputs (like playlists).
-Re-enables media library.
-Fixes #1047 (nth attempt).
-
-------------------------------------------------------------------------
-r22293 | courmisch | 2007-09-28 18:07:42 +0200 (Fri, 28 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-News
-
-------------------------------------------------------------------------
-r22292 | markfm | 2007-09-28 17:07:47 +0200 (Fri, 28 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Cygwin adjustments -- skip x264 win32 patch, rename the pthreadGC2.a, build full gettext
-
-------------------------------------------------------------------------
-r22291 | jb | 2007-09-28 16:41:43 +0200 (Fri, 28 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/flac-cross.patch
-
-Contribs: Flac does not need the cross compiling patch anymore.
-
-
-------------------------------------------------------------------------
-r22290 | funman | 2007-09-28 11:36:40 +0200 (Fri, 28 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/var.c
-
-input: Removes unused variable
-
-------------------------------------------------------------------------
-r22289 | ipkiss | 2007-09-27 20:04:45 +0200 (Thu, 27 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/share/skins2/skin.dtd
-
-Allow controls directly in the Layout tag (the intermediate Group tag is not mandatory anymore).
-
-------------------------------------------------------------------------
-r22288 | courmisch | 2007-09-27 19:37:23 +0200 (Thu, 27 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Cosmetics
-
-------------------------------------------------------------------------
-r22287 | courmisch | 2007-09-27 19:36:47 +0200 (Thu, 27 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-
-Fix segmentation fault
-
-------------------------------------------------------------------------
-r22286 | courmisch | 2007-09-27 19:08:23 +0200 (Thu, 27 Sep 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Also try to send twice without splice().
-This means ICMP errors will be ignored, which is a Bad Idea.
-But people are likely to complain about how it breaks their setup if we
-don't ignore ICMP anyway.
-
-------------------------------------------------------------------------
-r22285 | courmisch | 2007-09-27 19:02:41 +0200 (Thu, 27 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Check sending error (fixes #134; closes #514)
-
-------------------------------------------------------------------------
-r22284 | courmisch | 2007-09-27 18:03:56 +0200 (Thu, 27 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Detect EOF for datagram connection
-
-------------------------------------------------------------------------
-r22283 | funman | 2007-09-27 15:45:40 +0200 (Thu, 27 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/src/input/meta.c
-
-PATH_MAX is defined in limits.h
-------------------------------------------------------------------------
-r22282 | xtophe | 2007-09-26 23:57:06 +0200 (Wed, 26 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/po/fr.po
-
-French l10n update by Dylan A?\195?\175ssi
-------------------------------------------------------------------------
-r22281 | xtophe | 2007-09-26 23:56:48 +0200 (Wed, 26 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/flac-win32.patch
-
-Fix flac compilation
-------------------------------------------------------------------------
-r22280 | courmisch | 2007-09-26 20:47:34 +0200 (Wed, 26 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-Improve debug messages (tracking down some DCCP issues)
-
-------------------------------------------------------------------------
-r22279 | courmisch | 2007-09-26 18:39:34 +0200 (Wed, 26 Sep 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/misc/Modules.am
-   A /trunk/modules/misc/dhparams.h
-   M /trunk/modules/misc/gnutls.c
-
-Hard-code precomputed Diffie-Hellman-Merkel group parameters.
-These are not confidential, and fairly slow to compute.
-(This is much simpler than caching them to disk, and more
- portable-app-friendly)
-
-------------------------------------------------------------------------
-r22278 | jb | 2007-09-26 12:55:29 +0200 (Wed, 26 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-Windows Installer: Fix the bug of not showing  context menus when you select a directory. 
-Patch by Hannes Domani.
-
-
-------------------------------------------------------------------------
-r22277 | jpsaman | 2007-09-26 08:21:36 +0200 (Wed, 26 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/zvbi.c
-
-Init decoder fmt_out structure, so it can be used in transcoding loop.
-
-------------------------------------------------------------------------
-r22276 | xtophe | 2007-09-25 23:30:02 +0200 (Tue, 25 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/live-starttime.patch
-
-Change the version in a way requiring less maintenance
-
-------------------------------------------------------------------------
-r22275 | bitmap | 2007-09-25 03:31:34 +0200 (Tue, 25 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Reverse temporary change for altair's win32 builder
-
-------------------------------------------------------------------------
-r22274 | bitmap | 2007-09-25 03:29:18 +0200 (Tue, 25 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Temporary change to try to force altair to update its version of gettext
-from 0.16 to 0.16.1 before bootstrap (unlike the other builders it doesn't
-bootstrap the contribs first)
-
-------------------------------------------------------------------------
-r22273 | bitmap | 2007-09-25 03:00:21 +0200 (Tue, 25 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Reverse temporary change
-
-------------------------------------------------------------------------
-r22272 | bitmap | 2007-09-25 02:57:50 +0200 (Tue, 25 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Temporary change to analyse buildbot's environment in regards
-to autopoint for win32
-
-------------------------------------------------------------------------
-r22271 | courmisch | 2007-09-24 21:00:52 +0200 (Mon, 24 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Hmmrph
-
-------------------------------------------------------------------------
-r22270 | courmisch | 2007-09-24 20:14:41 +0200 (Mon, 24 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Remove never used RTP timestamp_start
-
-------------------------------------------------------------------------
-r22269 | courmisch | 2007-09-24 20:13:55 +0200 (Mon, 24 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/rtp.h
-   M /trunk/modules/stream_out/rtsp.c
-
-Basic support for RTP-Info
-
-------------------------------------------------------------------------
-r22268 | pdherbemont | 2007-09-24 19:21:09 +0200 (Mon, 24 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
-
-MacOSX/Framework: Reenable play and pause.
-
-------------------------------------------------------------------------
-r22267 | courmisch | 2007-09-24 19:07:42 +0200 (Mon, 24 Sep 2007) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_httpd.h
-   M /trunk/src/network/httpd.c
-
-Fix up HTTP/RTSP version detection:
- - ignore HTTP/0.9 clients instead of deadlocking the connection
- - ignore unknown protocol
- - reject incompatible HTTP & RTSP protocol versions
-   (HTTP/2.0 does not exist but RTSP/2.0 is currently draft)
-
-------------------------------------------------------------------------
-r22266 | courmisch | 2007-09-24 18:24:02 +0200 (Mon, 24 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Partial fix to response protocol version detection
-
-------------------------------------------------------------------------
-r22265 | courmisch | 2007-09-24 18:22:33 +0200 (Mon, 24 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Ignore leading "white" characters in HTTP and RTSP requests
-
-------------------------------------------------------------------------
-r22264 | courmisch | 2007-09-24 17:51:57 +0200 (Mon, 24 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-
-Complain if the protocol is not RTSP
-
-------------------------------------------------------------------------
-r22263 | courmisch | 2007-09-24 17:50:14 +0200 (Mon, 24 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Add HTTP 505 error
-
-------------------------------------------------------------------------
-r22262 | courmisch | 2007-09-24 17:44:57 +0200 (Mon, 24 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-
-We only support RTSP one point ZERO. Do not claim otherwise.
-
-------------------------------------------------------------------------
-r22261 | courmisch | 2007-09-24 17:44:15 +0200 (Mon, 24 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-
-Factor out RTSP control URL writing so it can be re-used
-
-------------------------------------------------------------------------
-r22260 | jb | 2007-09-24 16:57:38 +0200 (Mon, 24 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Remove a funny debug message.
-
-
-------------------------------------------------------------------------
-r22259 | jb | 2007-09-24 16:56:33 +0200 (Mon, 24 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-Add myself to AUTHORS.
-
-
-------------------------------------------------------------------------
-r22258 | jb | 2007-09-24 09:40:51 +0200 (Mon, 24 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs - Lame. Why were we using 3.97b2 instead of 3.97 ????
-
-
-------------------------------------------------------------------------
-r22257 | jb | 2007-09-24 08:48:21 +0200 (Mon, 24 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Contrib: pthreads add a verbose flag to help debuging the pthreads + x264 problems.
-
-
-------------------------------------------------------------------------
-r22256 | bitmap | 2007-09-24 07:30:51 +0200 (Mon, 24 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Couldn't bootstrap properly if a number existed anywhere in the path
-to gettextize (eg. if I was building inside a directory called win32)
-
-------------------------------------------------------------------------
-r22255 | bitmap | 2007-09-24 04:58:08 +0200 (Mon, 24 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Patch for goom make by Mark Moriarty. I have the problem too, and are
-cross-compiling under linux. -Im4/ changed to -I m4/
-
-------------------------------------------------------------------------
-r22254 | bitmap | 2007-09-24 03:08:24 +0200 (Mon, 24 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/freetype-cross.patch
-
-Fix cross-compilation issue of freetype where native compiler not getting
-picked up in configure due to bracket in wrong place.
-
-------------------------------------------------------------------------
-r22253 | jpsaman | 2007-09-23 23:37:19 +0200 (Sun, 23 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Fix spu_RenderSubpictures() rendering of TEXT subtitles. Don't try to blend and scale them.
-------------------------------------------------------------------------
-r22252 | courmisch | 2007-09-23 22:07:11 +0200 (Sun, 23 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/win32_specific.c
-
-Pass --playlist-enqueue from started instance to running instance: fixes #869
-
-------------------------------------------------------------------------
-r22251 | courmisch | 2007-09-23 21:43:02 +0200 (Sun, 23 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-Mark playlist-enqueue as non-saveable - refs #869
-
-------------------------------------------------------------------------
-r22250 | courmisch | 2007-09-23 20:52:55 +0200 (Sun, 23 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/display.c
-
-Only reference the input when we have at least one codec - fixes #1287.
-Some stream output guru should really review this.
-
-------------------------------------------------------------------------
-r22249 | courmisch | 2007-09-23 20:40:25 +0200 (Sun, 23 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Fix use-after-free when the input is still in use by someone else (refs #1287).
-Unfortunately, this does not really solve the problem as vlc_object_destroy can still return without actually deleting the object in case of a deadlock.
-One could argue the deadlock is the problem rather than vlc_object_destroy implementation.
-
-------------------------------------------------------------------------
-r22248 | courmisch | 2007-09-23 20:22:18 +0200 (Sun, 23 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/src/text/unicode.c
-
-Assume UTF-8 instead of ASCII.
-This is basically a hack for systems lacking proper locale setting
-
-------------------------------------------------------------------------
-r22247 | jb | 2007-09-23 19:50:18 +0200 (Sun, 23 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-Do correctly [22243] for windows context menu. Sorry.
-
-
-------------------------------------------------------------------------
-r22246 | courmisch | 2007-09-23 18:16:23 +0200 (Sun, 23 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/loadsave.c
-
-Re-do [18770] - fixes #1287.
-And why the heck was this undone in the first place??
-
-------------------------------------------------------------------------
-r22245 | pdherbemont | 2007-09-23 17:06:55 +0200 (Sun, 23 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/media_instance.c
-   M /trunk/src/control/media_list_player.c
-
-libvlc: Implement the _get_state function. Fix a leak. Fix a warning.
-
-------------------------------------------------------------------------
-r22244 | jb | 2007-09-23 16:13:44 +0200 (Sun, 23 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 MainInterface: Smaller Size on Linux.
-
-
-------------------------------------------------------------------------
-r22243 | jb | 2007-09-23 15:49:27 +0200 (Sun, 23 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-Correct context-menu in Windows Installer.
-Patch by Hannes Domani
-
-
-------------------------------------------------------------------------
-r22242 | jb | 2007-09-23 15:36:47 +0200 (Sun, 23 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/libpng-osx.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs - libpng: Updates to 1.2.20. No more MMX optimisations, a few bugs are fixed.
-
-
-------------------------------------------------------------------------
-r22241 | jb | 2007-09-23 15:22:01 +0200 (Sun, 23 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs: XML2 Version bumps to 2.6.30.
-
-
-------------------------------------------------------------------------
-r22240 | jb | 2007-09-23 15:16:26 +0200 (Sun, 23 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/flac-mingw32.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs - FLAC: update to v1.2.1. Mingw32 patch is unneeded (upstream merge). A few bugs and crash are fixed, new support for all RIFF/AIFF metadata, including Broadcast Wave Format (BWF).
-
-
-------------------------------------------------------------------------
-r22239 | fkuehne | 2007-09-23 15:09:00 +0200 (Sun, 23 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/src/input/meta.c
-
-* hacky compilation fix for OSX PPC. Please review
-------------------------------------------------------------------------
-r22238 | jb | 2007-09-23 15:00:16 +0200 (Sun, 23 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs: theora. The alpha8 has been renamed to beta1.
-
-
-------------------------------------------------------------------------
-r22237 | jb | 2007-09-23 14:53:49 +0200 (Sun, 23 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/theora-1.0a7.patch
-   M /trunk/extras/contrib/src/Patches/theora.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs: Theora moves from alpha7 to alpha8. New encoder, one patch has gone upstream, and examples can be disabled. A lot of new features are available in the encoder. Postprocessing, anyone ?
-Ref  #1303
-
-
-------------------------------------------------------------------------
-r22236 | jb | 2007-09-23 14:31:56 +0200 (Sun, 23 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/rawvideo.c
-
-Add HDYC fourCC for some HD Raw Videos.
-
-
-------------------------------------------------------------------------
-r22235 | jb | 2007-09-23 14:29:13 +0200 (Sun, 23 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/rawvideo.c
-
-Add Y41B and Y42B FourCC. Solves rare raw video detection.
-
-
-------------------------------------------------------------------------
-r22234 | jb | 2007-09-23 13:40:01 +0200 (Sun, 23 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/rawvideo.c
-
-Add AVUI fourCC, fix the problem with http://samples.mplayerhq.hu/V-codecs/AVUI/avid_meridien_uncompressed.mov.gz
-
-
-------------------------------------------------------------------------
-r22233 | courmisch | 2007-09-23 11:49:54 +0200 (Sun, 23 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Set verbosity to something until we parse the command line.
-Ideally, the command line would be parsed earlier.
-
-------------------------------------------------------------------------
-r22232 | courmisch | 2007-09-23 11:27:11 +0200 (Sun, 23 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-Do not force set VLC_VERBOSE.
-LibVLC need to be prepared for it to be missing anyway.
-
-------------------------------------------------------------------------
-r22231 | jpsaman | 2007-09-23 11:21:58 +0200 (Sun, 23 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/src/osd/osd_parser.c
-
-fix osdmenu-file-path option
-------------------------------------------------------------------------
-r22230 | courmisch | 2007-09-23 11:19:10 +0200 (Sun, 23 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Only override verbosity from VLC_VERBOSE if actually set
-
-------------------------------------------------------------------------
-r22229 | courmisch | 2007-09-23 09:40:30 +0200 (Sun, 23 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-Fix console support autodetection.
-
-------------------------------------------------------------------------
-r22228 | courmisch | 2007-09-23 09:37:53 +0200 (Sun, 23 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Configure the message queue parameter before we use the message queue...
-
-------------------------------------------------------------------------
-r22227 | courmisch | 2007-09-23 09:29:23 +0200 (Sun, 23 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
-Disable HTTP art handler by default, due to security problems - fixes #1308
-
-------------------------------------------------------------------------
-r22226 | courmisch | 2007-09-23 09:28:12 +0200 (Sun, 23 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/control/http/http.h
-
-Do not leak the art handler from HTTP interface - fixes #1308
-
-------------------------------------------------------------------------
-r22225 | courmisch | 2007-09-22 21:07:11 +0200 (Sat, 22 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Support for loading Diffie-Hellman-Merkel key exchange parameters from cache.
-This makes TLS server initialization a lot faster (especially under valgrind)
-
-------------------------------------------------------------------------
-r22224 | courmisch | 2007-09-22 20:06:59 +0200 (Sat, 22 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-
-Push something to RPN when vlc_config_get fails - fixes #1301
-
-------------------------------------------------------------------------
-r22223 | courmisch | 2007-09-22 19:49:35 +0200 (Sat, 22 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/configuration.c
-
-Fix directory permission again
-
-------------------------------------------------------------------------
-r22222 | courmisch | 2007-09-22 19:48:03 +0200 (Sat, 22 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r22221 | courmisch | 2007-09-22 19:44:35 +0200 (Sat, 22 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_charset.h
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/src/input/meta.c
-   M /trunk/src/modules/configuration.c
-   M /trunk/src/text/unicode.c
-
-Add mode parameter to utf8_mkdir, and stop creating configuration
-directories as world-writable - fixes #1306
-
-------------------------------------------------------------------------
-r22220 | courmisch | 2007-09-22 19:28:25 +0200 (Sat, 22 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/configuration.h
-   M /trunk/src/modules/modules.c
-
-Save plugin cache to .cache/vlc/ rather than .cache/vlc/cache - fixes #1307
-
-------------------------------------------------------------------------
-r22219 | courmisch | 2007-09-22 19:26:14 +0200 (Sat, 22 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Fix double-free
-
-------------------------------------------------------------------------
-r22218 | courmisch | 2007-09-22 19:13:55 +0200 (Sat, 22 Sep 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Write computed Diffie-Hellman-Merkel parameters to VLC cache.
-These are are quite slow to compute, so it could be used to speed up start up
-once reading them from the cache is also implemented.
-
-Hmm, there is a security problem in this commit (cache file is world-readable).
-
-------------------------------------------------------------------------
-r22217 | courmisch | 2007-09-22 17:31:13 +0200 (Sat, 22 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/modules/demux/playlist/xspf.c
-
-Remove stupid broken error message in XSPF parser - refs #1293.
-Someone should fix this properly instead.
-
-------------------------------------------------------------------------
-r22216 | courmisch | 2007-09-22 17:03:10 +0200 (Sat, 22 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/dec.c
-
-Last part of the Speex/RTP patch - fixes #1291
-
-------------------------------------------------------------------------
-r22215 | courmisch | 2007-09-22 17:00:45 +0200 (Sat, 22 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Speex RTP payload format output - refs #1291
-
-------------------------------------------------------------------------
-r22214 | courmisch | 2007-09-22 16:54:42 +0200 (Sat, 22 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Use a different FOURCC for Speex from RTP (refs #1291),
-as it needs some specific processing in the decoder.
-Patch from William Hawkins
-
-------------------------------------------------------------------------
-r22213 | courmisch | 2007-09-22 16:53:54 +0200 (Sat, 22 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/codec/speex.c
-
-Support for decoding Speex from RTP - refs #1291
-Patch by Williams Hawkins
-
-------------------------------------------------------------------------
-r22212 | courmisch | 2007-09-22 16:37:55 +0200 (Sat, 22 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-We require GnuTLS 1.3.3 as of today
-
-------------------------------------------------------------------------
-r22211 | courmisch | 2007-09-22 16:37:28 +0200 (Sat, 22 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Use up-to-date typedef from GnuTLS
-
-------------------------------------------------------------------------
-r22210 | courmisch | 2007-09-22 15:45:06 +0200 (Sat, 22 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Create the user certificate directories automagically
-
-------------------------------------------------------------------------
-r22209 | courmisch | 2007-09-22 15:44:45 +0200 (Sat, 22 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_charset.h
-   M /trunk/src/libvlc.h
-   M /trunk/src/libvlc.sym
-
-Export utf8_mkdir
-
-------------------------------------------------------------------------
-r22208 | courmisch | 2007-09-22 15:44:32 +0200 (Sat, 22 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-Fix error message on failed TCP connection
-
-------------------------------------------------------------------------
-r22207 | courmisch | 2007-09-22 15:30:36 +0200 (Sat, 22 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Fix overflow
-
-------------------------------------------------------------------------
-r22206 | courmisch | 2007-09-22 14:39:56 +0200 (Sat, 22 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.h
-
-HTTP control interface does not depend on TLS directly: fix #include
-
-------------------------------------------------------------------------
-r22205 | courmisch | 2007-09-22 14:37:05 +0200 (Sat, 22 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_tls.h
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/src/libvlc.sym
-   M /trunk/src/network/tls.c
-
-Fix TLS session cleanup
-
-------------------------------------------------------------------------
-r22204 | courmisch | 2007-09-22 13:49:33 +0200 (Sat, 22 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_tls.h
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/src/network/tls.c
-
-Cleanup server name parameter handling
-
-------------------------------------------------------------------------
-r22203 | courmisch | 2007-09-22 13:21:35 +0200 (Sat, 22 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_tls.h
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/network/tls.c
-
-Rework/simplify the TLS plugin interface (LibVLC <-> tls plugin).
-Remove the singleton pattern. Still very much work in progress.
-
-------------------------------------------------------------------------
-r22202 | ileoo | 2007-09-21 17:59:45 +0200 (Fri, 21 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-small change in album art change.
-
-------------------------------------------------------------------------
-r22201 | courmisch | 2007-09-21 17:34:24 +0200 (Fri, 21 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Comment out the dccp-service-code stuff since we do not implement it
-at the moment
-
-------------------------------------------------------------------------
-r22200 | courmisch | 2007-09-21 17:22:08 +0200 (Fri, 21 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/rtp.h
-   M /trunk/modules/stream_out/rtsp.c
-
-Add --sout-rtp-rtcp-mux option for RTP/RTCP multiplexing
-(draft-ietf-avt-rtp-and-rtcp-mux)
-
-------------------------------------------------------------------------
-r22199 | bitmap | 2007-09-21 03:50:54 +0200 (Fri, 21 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Fix for problem found by Sebastien Fievet where subtitles weren't
-showing up at all due to fontconfig returning empty strings on
-font lookup.
-
-------------------------------------------------------------------------
-r22198 | xtophe | 2007-09-21 00:07:40 +0200 (Fri, 21 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/po/pl.po
-
-Polish l10n update by Micha?\197?\130 Trzebiatowski
-
-------------------------------------------------------------------------
-r22197 | jpsaman | 2007-09-20 22:13:45 +0200 (Thu, 20 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/zvbi.c
-
-Adjust height of subpicture region.
-
-------------------------------------------------------------------------
-r22196 | jpsaman | 2007-09-20 22:13:44 +0200 (Thu, 20 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-Fix return values for spu_Create() and spu_Init().
-
-------------------------------------------------------------------------
-r22195 | funman | 2007-09-20 21:47:29 +0200 (Thu, 20 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contribs: add pthreads-w32 to clean & distclean targets
-------------------------------------------------------------------------
-r22194 | funman | 2007-09-20 21:42:23 +0200 (Thu, 20 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-
-contribs: advertise the mingw32 runtime version used to compile in the contribs package filename
-------------------------------------------------------------------------
-r22193 | courmisch | 2007-09-20 21:28:58 +0200 (Thu, 20 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtcp.c
-
-Another Win32 problem
-
-------------------------------------------------------------------------
-r22192 | courmisch | 2007-09-20 21:16:58 +0200 (Thu, 20 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtcp.c
-
-Fix typo
-
-------------------------------------------------------------------------
-r22191 | courmisch | 2007-09-20 20:54:02 +0200 (Thu, 20 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/libs/loader/win32.c
-   M /trunk/modules/codec/dmo/dmo.c
-
-DMO/loader patch from Alex Antropoff.
-You may need to upgrade Windows Media to get this working,
-since it uses a newer DLL name.
-
-------------------------------------------------------------------------
-r22190 | funman | 2007-09-20 20:13:13 +0200 (Thu, 20 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/goom2k4-0-win32.patch
-
-contribs: Reverts [22188] for the goom patch, and use the included m4 files
-
-------------------------------------------------------------------------
-r22189 | funman | 2007-09-20 18:19:30 +0200 (Thu, 20 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contribs: run autotools to build libxml2 for WIN32
-------------------------------------------------------------------------
-r22188 | funman | 2007-09-20 17:48:00 +0200 (Thu, 20 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/goom2k4-0-win32.patch
-
-contribs: make goom2k4 compile for win32 host when aclocal-1.9 isn't installed
-------------------------------------------------------------------------
-r22187 | funman | 2007-09-20 17:21:03 +0200 (Thu, 20 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-
-typo: p_vlc -> p_libvlc
-------------------------------------------------------------------------
-r22186 | pdherbemont | 2007-09-20 16:51:30 +0200 (Thu, 20 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-
-interface.c: Default b_should_run_on_first_thread to false.
-
-------------------------------------------------------------------------
-r22185 | pdherbemont | 2007-09-20 16:50:37 +0200 (Thu, 20 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-
-Revert Previous commit.
-
-------------------------------------------------------------------------
-r22184 | pdherbemont | 2007-09-20 16:49:24 +0200 (Thu, 20 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-
-interface.c: Default b_should_run_on_first_thread to false to be sure. (as per funman's request).
-
-------------------------------------------------------------------------
-r22183 | funman | 2007-09-20 16:43:09 +0200 (Thu, 20 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contribs: fix libshout build, adds missing dep on libvorbis
-------------------------------------------------------------------------
-r22182 | pdherbemont | 2007-09-20 16:40:55 +0200 (Thu, 20 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-macosx/intf.m: Fix Mac OS X interface.
-
-------------------------------------------------------------------------
-r22181 | pdherbemont | 2007-09-20 16:34:03 +0200 (Thu, 20 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-
-interface.c: Better comment.
-
-------------------------------------------------------------------------
-r22180 | pdherbemont | 2007-09-20 16:28:00 +0200 (Thu, 20 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-   M /trunk/src/interface/interface.c
-
-interface.c: Support execution of the interface Run() method on first thread.
-
-------------------------------------------------------------------------
-r22179 | pdherbemont | 2007-09-20 11:08:03 +0200 (Thu, 20 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/Makefile.am
-   M /trunk/src/control/libvlc_internal.h
-   A /trunk/src/control/media_list_view.c
-
-libvlc: Implement media_list_view, which will be used to present/access/edit the items of a media_list.
-
-------------------------------------------------------------------------
-r22178 | pdherbemont | 2007-09-20 11:00:36 +0200 (Thu, 20 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Makefile
-
-MacOSX/Framework/Makefile: Fix previous commits. Thanks to Fabien Lydoire.
-
-------------------------------------------------------------------------
-r22177 | jpsaman | 2007-09-20 10:10:46 +0200 (Thu, 20 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/zvbi.c
-
-Disable --vbi-text by default.
-
-------------------------------------------------------------------------
-r22176 | jpsaman | 2007-09-19 23:01:01 +0200 (Wed, 19 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/zvbi.c
-
-Decoder teletext subtitles as text (ASCII, UTF-8 or ISO-8859-1 are possible). Currently only ASCII is supported. The subpicture region size is too large resulting in ghosting effects. Don't use the new --vbi-text option unless you want to fix this bug.
-
-------------------------------------------------------------------------
-r22175 | courmisch | 2007-09-19 21:30:01 +0200 (Wed, 19 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtcp.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/rtp.h
-
-RTCP: support for RTP/RTCP multiplexed on the same port
-
-------------------------------------------------------------------------
-r22174 | courmisch | 2007-09-19 21:10:07 +0200 (Wed, 19 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Remove unused variables
-
-------------------------------------------------------------------------
-r22173 | courmisch | 2007-09-19 21:04:03 +0200 (Wed, 19 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/wincp.c
-
-Avoid setlocale - not thread-safe
-
-------------------------------------------------------------------------
-r22172 | courmisch | 2007-09-19 20:57:57 +0200 (Wed, 19 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Do not set locale twice (it is already taken care of by VLC),
-especially as this is not thread-safe, and not something a library
-should ever do.
-
-------------------------------------------------------------------------
-r22171 | courmisch | 2007-09-19 20:54:53 +0200 (Wed, 19 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/wincp.c
-
-Do not set never used value
-
-------------------------------------------------------------------------
-r22170 | courmisch | 2007-09-19 19:40:38 +0200 (Wed, 19 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Partial support for RTP over connection-oriented media
-
-------------------------------------------------------------------------
-r22169 | courmisch | 2007-09-19 19:39:43 +0200 (Wed, 19 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Fix DCCP support
-
-------------------------------------------------------------------------
-r22168 | courmisch | 2007-09-19 19:22:07 +0200 (Wed, 19 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Fix RTP prebufferring regression
-
-------------------------------------------------------------------------
-r22167 | funman | 2007-09-19 18:21:08 +0200 (Wed, 19 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/lua/vlclua.c
-
-lua: check stream_UrlNew return value
-------------------------------------------------------------------------
-r22166 | courmisch | 2007-09-19 18:14:58 +0200 (Wed, 19 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Support for DCCP in net_Listen
-
-------------------------------------------------------------------------
-r22165 | courmisch | 2007-09-19 17:50:08 +0200 (Wed, 19 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-Fix previous commit
-
-------------------------------------------------------------------------
-r22164 | courmisch | 2007-09-19 17:49:16 +0200 (Wed, 19 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-Handle lack of listener in net_Accept
-
-------------------------------------------------------------------------
-r22163 | courmisch | 2007-09-19 17:31:22 +0200 (Wed, 19 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/src/network/io.c
-
-Simplify net_Listen (no real use for family and type parameters)
-
-------------------------------------------------------------------------
-r22162 | courmisch | 2007-09-19 16:51:44 +0200 (Wed, 19 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Fixup DCCP include ordering
-
-------------------------------------------------------------------------
-r22161 | pdherbemont | 2007-09-19 12:45:14 +0200 (Wed, 19 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Makefile
-
-MacOSX/Framework/Makefile: Use the correct libvlc and libvlc-control when linking.
-
-------------------------------------------------------------------------
-r22160 | xtophe | 2007-09-19 00:20:10 +0200 (Wed, 19 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Remove spurious tab
-
-------------------------------------------------------------------------
-r22159 | xtophe | 2007-09-18 23:44:06 +0200 (Tue, 18 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify/telepathy.c
-
-Typos
-
-------------------------------------------------------------------------
-r22158 | xtophe | 2007-09-18 23:02:00 +0200 (Tue, 18 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/po/fi.po
-
-fi.po: svn:keywords and a small fix
-
-------------------------------------------------------------------------
-r22157 | jpsaman | 2007-09-18 22:53:59 +0200 (Tue, 18 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Last bit of cleanup in transcode_osd_new()
-------------------------------------------------------------------------
-r22156 | jpsaman | 2007-09-18 22:32:08 +0200 (Tue, 18 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Simplify handling of osdmenu streaming
-------------------------------------------------------------------------
-r22155 | courmisch | 2007-09-18 18:42:27 +0200 (Tue, 18 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_config.h
-
-One second before the warning is really too short.
-*Dead*locks tend to last for a rather long time anyway :)
-
-------------------------------------------------------------------------
-r22154 | funman | 2007-09-18 18:37:41 +0200 (Tue, 18 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/oss.c
-
-Leftover strerror
-------------------------------------------------------------------------
-r22153 | courmisch | 2007-09-18 18:32:17 +0200 (Tue, 18 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/file.c
-
-Remove last occurences - fixes #1297
-
-------------------------------------------------------------------------
-r22152 | courmisch | 2007-09-18 18:27:50 +0200 (Tue, 18 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Remove dead code
-
-------------------------------------------------------------------------
-r22151 | courmisch | 2007-09-18 18:20:49 +0200 (Tue, 18 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dv.c
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/pvr.c
-   M /trunk/modules/access/smb.c
-   M /trunk/modules/access/v4l.c
-   M /trunk/modules/access/v4l2.c
-   M /trunk/modules/access_filter/dump.c
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/access_filter/timeshift.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/hd1000a.cpp
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/codec/subtitles/subsdec.c
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/mvar.c
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/modules/misc/notify/growl.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/x11/xcommon.c
-
-Replace strerror() with %m (or Linux DVB: strerror_r) - refs #1297
-
-------------------------------------------------------------------------
-r22150 | funman | 2007-09-18 18:17:51 +0200 (Tue, 18 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/dbus.c
-
-Use intf_ShouldDie()
-------------------------------------------------------------------------
-r22149 | courmisch | 2007-09-18 17:57:44 +0200 (Tue, 18 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
-
-Don't cite strerror. It is a bad example!
-
-------------------------------------------------------------------------
-r22148 | courmisch | 2007-09-18 17:52:21 +0200 (Tue, 18 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-   M /trunk/src/interface/interaction.c
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/misc/image.c
-   M /trunk/src/modules/configuration.c
-   M /trunk/src/modules/modules.c
-   M /trunk/src/playlist/loadsave.c
-
-Remove remaining strerror() calls from core - refs #1297
-
-------------------------------------------------------------------------
-r22147 | courmisch | 2007-09-18 17:44:47 +0200 (Tue, 18 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_network.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/src/input/meta.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/network/acl.c
-   M /trunk/src/network/httpd.c
-   M /trunk/src/network/io.c
-   M /trunk/src/network/tcp.c
-   M /trunk/src/network/udp.c
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/stream_output/stream_output.c
-
-Fix the most common strerror() usages (threads, network, input) - refs #1297
-
-------------------------------------------------------------------------
-r22146 | courmisch | 2007-09-18 17:26:43 +0200 (Tue, 18 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-Print Winsock error instead of errno if applicable
-
-------------------------------------------------------------------------
-r22145 | courmisch | 2007-09-18 17:20:49 +0200 (Tue, 18 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Remove obsolete subst
-
-------------------------------------------------------------------------
-r22144 | courmisch | 2007-09-18 17:16:31 +0200 (Tue, 18 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Use po/LINGUAS
-
-------------------------------------------------------------------------
-r22143 | courmisch | 2007-09-18 17:12:12 +0200 (Tue, 18 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-- Make language list more diff-friendly
-- Add Finnish
-
-------------------------------------------------------------------------
-r22142 | courmisch | 2007-09-18 17:03:19 +0200 (Tue, 18 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/po/LINGUAS
-
-Move language list out of configure.ac
-
-------------------------------------------------------------------------
-r22141 | courmisch | 2007-09-18 16:55:47 +0200 (Tue, 18 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/THANKS
-   A /trunk/po/fi.po
-
-Finnish localization by Jouni K?\195?\164hk?\195?\182nen
-
-------------------------------------------------------------------------
-r22140 | jpsaman | 2007-09-18 14:45:03 +0200 (Tue, 18 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/zvbi.c
-
-Let user change position of Teletext subtitles.
-------------------------------------------------------------------------
-r22139 | jpsaman | 2007-09-18 14:43:20 +0200 (Tue, 18 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Check malloc returns value
-------------------------------------------------------------------------
-r22138 | jpsaman | 2007-09-18 14:05:10 +0200 (Tue, 18 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/chroma.c
-
-Return VLC_ENOMEN iso VLC_EGENERIC when no more memory can be allocated.
-------------------------------------------------------------------------
-r22137 | pdherbemont | 2007-09-18 11:58:59 +0200 (Tue, 18 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Makefile
-
-MacOSX/Framework/Makefile: Fix libintl.dylib link. Reported by Fabien Lydoire.
-
-------------------------------------------------------------------------
-r22136 | funman | 2007-09-18 01:36:25 +0200 (Tue, 18 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/modules/gui/qt4/Modules.am
-
-Avoid using sed -i which seems to be non standard.
-Use makensis when it's installed in the default location.
-Patch by Hannes Domani
-
-------------------------------------------------------------------------
-r22135 | funman | 2007-09-18 01:31:22 +0200 (Tue, 18 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/notify/telepathy.c
-
-telepathy: updates the presence only if the "item-change" new value is the same than the "playlist-current" value.
-don't block more than 50ms to get the actual status.
-
-------------------------------------------------------------------------
-r22134 | funman | 2007-09-18 01:17:05 +0200 (Tue, 18 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/engine.c
-
-playlist: removes useless variable, only preparse files
-
-------------------------------------------------------------------------
-r22133 | funman | 2007-09-18 01:15:37 +0200 (Tue, 18 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/src/text/strings.c
-
-str_format_meta(): fix HUGE memory leak & segfault.
-realloc() can change the pointer initialised with malloc() if memory is low !
-
-------------------------------------------------------------------------
-r22132 | pdherbemont | 2007-09-17 23:48:13 +0200 (Mon, 17 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Makefile
-
-MacOSX/Framework/Makefile: Fix libintl link if present. Reported by Fabien Lydoire.
-
-------------------------------------------------------------------------
-r22131 | funman | 2007-09-17 23:44:14 +0200 (Mon, 17 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/services_discovery/hal.c
-
-hal services_discovery: fix invalid access to memory in Close()
-------------------------------------------------------------------------
-r22130 | courmisch | 2007-09-17 22:19:36 +0200 (Mon, 17 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-GNU libc-like support for "%m" expanded as strerror(errno) in Msg_*.
-strerror() is mostly called in that case anyway.
-
-------------------------------------------------------------------------
-r22129 | courmisch | 2007-09-17 20:48:54 +0200 (Mon, 17 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/notify/telepathy.c
-
-Stick to American ASCII quotes otherwise gettext will whine.
-You can use the nice French double quotes in fr.po instead.
-
-------------------------------------------------------------------------
-r22128 | funman | 2007-09-17 20:36:37 +0200 (Mon, 17 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac
-   M /trunk/modules/misc/notify/Modules.am
-   A /trunk/modules/misc/notify/telepathy.c (from /trunk/modules/misc/notify/msn.c:22109)
-
-New Telepathy plugin, to customize user Presence with MissionControl
-
-------------------------------------------------------------------------
-r22127 | courmisch | 2007-09-17 19:55:50 +0200 (Mon, 17 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Attempt to fix today's RTP access changes
-
-------------------------------------------------------------------------
-r22126 | courmisch | 2007-09-17 19:37:16 +0200 (Mon, 17 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/rtsp.c
-
-Handle RTSP URLs that ends with a single slash properly
-
-------------------------------------------------------------------------
-r22125 | jb | 2007-09-17 19:29:30 +0200 (Mon, 17 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-Qt4 - Disc probing under Windows in open. Patch By  Hannes Domani
-
-
-------------------------------------------------------------------------
-r22124 | funman | 2007-09-17 19:19:39 +0200 (Mon, 17 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-Factorize [22111]
-------------------------------------------------------------------------
-r22123 | jb | 2007-09-17 18:56:44 +0200 (Mon, 17 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/vlm.cpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/ui/vlm.ui
-
-Qt4 - VLM dialog improvements by JF Massol.
-
-
-------------------------------------------------------------------------
-r22122 | courmisch | 2007-09-17 18:56:12 +0200 (Mon, 17 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Add an assertion
-
-------------------------------------------------------------------------
-r22121 | courmisch | 2007-09-17 18:25:19 +0200 (Mon, 17 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/threads.c
-
-Force fallback to realtime clock when clock selection is not supported...
-and restore the old broken behavior. It's high time people update to NPTL...
-
-------------------------------------------------------------------------
-r22120 | courmisch | 2007-09-17 17:58:05 +0200 (Mon, 17 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Do not compute values that are never used (anymore)
-
-------------------------------------------------------------------------
-r22119 | courmisch | 2007-09-17 17:46:32 +0200 (Mon, 17 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Ignore muxed RTCP packets for AVP profile
-
-------------------------------------------------------------------------
-r22118 | courmisch | 2007-09-17 17:26:34 +0200 (Mon, 17 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-- Restore RTP pre-buffering broken in previous commit.
-- Fix segmentation fault in prebuffering
-Md: could you please review this?
-
-------------------------------------------------------------------------
-r22117 | courmisch | 2007-09-17 17:10:41 +0200 (Mon, 17 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Do not use BlockChoose when the access is explicitly RTP.
-This breaks when the sender uses a fancy payload type, or RTCP-mux.
-
-------------------------------------------------------------------------
-r22116 | courmisch | 2007-09-17 16:50:18 +0200 (Mon, 17 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Remove useless #define
-
-------------------------------------------------------------------------
-r22115 | courmisch | 2007-09-17 16:41:09 +0200 (Mon, 17 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/thread.c
-
-- Fix potential use after free
-- Fix segfault if there is no preparse and/or fetcher object
-
-------------------------------------------------------------------------
-r22114 | pdherbemont | 2007-09-17 16:37:15 +0200 (Mon, 17 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/lua/luameta.c
-   M /trunk/modules/misc/lua/vlclua.h
-
-lua: Print debug message only if really wanted.
-
-------------------------------------------------------------------------
-r22113 | courmisch | 2007-09-17 16:29:59 +0200 (Mon, 17 Sep 2007) | 8 lines
-Changed paths:
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-
-Signal the playlist BEFORE unlocking it.
-One should never signal a condition without the corresponding lock:
- "if predictable scheduling behavior is required, then that mutex shall
-  be locked    by    the    thread   calling   pthread_cond_broadcast()
-  or pthread_cond_signal()." -- POSIX
-
-This only fixes the most obvious cases. There might be others.
-
-------------------------------------------------------------------------
-r22112 | courmisch | 2007-09-17 16:21:14 +0200 (Mon, 17 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-   M /trunk/include/vlc_threads_funcs.h
-
-errno.h is always needed for pthread now
-
-------------------------------------------------------------------------
-r22111 | pdherbemont | 2007-09-17 16:13:09 +0200 (Mon, 17 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-misc/threads.c: On non-linux create a PTHREAD_MUTEX_ERRORCHECK...
-
-------------------------------------------------------------------------
-r22110 | funman | 2007-09-17 02:02:50 +0200 (Mon, 17 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/faac.patch
-   M /trunk/extras/contrib/src/Patches/live-config.patch
-
-Revert previous commit, and updates faac & live-config patches
-------------------------------------------------------------------------
-r22109 | funman | 2007-09-16 23:19:41 +0200 (Sun, 16 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/faac.patch
-
-contrib/faac: Uses only UNIX newline for the patch
-------------------------------------------------------------------------
-r22107 | courmisch | 2007-09-16 19:40:33 +0200 (Sun, 16 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-
-Really fix XShm detection with remote X11 (cf [19346]):
-Get correct major opcode for MIT-SHM instead of an hard-coded one that
-works with some X servers (not including mine).
-
-------------------------------------------------------------------------
-r22106 | dionoea | 2007-09-16 19:23:08 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/lua/luameta.c
-
-Don't print the "googleimage.lua: didn't return a string" message if the function returned nil.
-
-------------------------------------------------------------------------
-r22105 | courmisch | 2007-09-16 19:15:44 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-Add some debug
-
-------------------------------------------------------------------------
-r22104 | courmisch | 2007-09-16 17:29:04 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/libvlc.sym
-   M /trunk/src/playlist/control.c
-
-Out-of-line __pl_Get and __pl_Release - depend on libvlc_int_t
-
-------------------------------------------------------------------------
-r22103 | xtophe | 2007-09-16 16:56:31 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Free no longer needed after changes in getNonEmptyString
-
-------------------------------------------------------------------------
-r22102 | courmisch | 2007-09-16 15:31:26 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
-Fix win32 compilation, but that will crash at run-time
-
-------------------------------------------------------------------------
-r22101 | courmisch | 2007-09-16 15:05:50 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Mark the test programs as not installable
-
-------------------------------------------------------------------------
-r22100 | courmisch | 2007-09-16 14:57:18 +0200 (Sun, 16 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Because we are selfish bastards (at least, I am), disable fast install
-mode by default. Packagers and build bots should re-enable it with:
-./configure --enable-fast-install
-
-------------------------------------------------------------------------
-r22099 | courmisch | 2007-09-16 14:36:29 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/stream_out/rtp.c
-
-Force the sending threads to wakeup at exit - closes #1292
-
-------------------------------------------------------------------------
-r22098 | courmisch | 2007-09-16 14:27:40 +0200 (Sun, 16 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/src/misc/block.c
-
-block_FifoWake: force the block_FifoGet()'ing thread to wakeup without
-queuing any data - this is mostly useful when quitting
-
-------------------------------------------------------------------------
-r22097 | xtophe | 2007-09-16 13:21:17 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-
-Typo
-
-------------------------------------------------------------------------
-r22096 | courmisch | 2007-09-16 13:09:21 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-new API
-
-------------------------------------------------------------------------
-r22095 | courmisch | 2007-09-16 13:09:02 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_audio_video.c
-
-Use new API too
-
-------------------------------------------------------------------------
-r22094 | courmisch | 2007-09-16 13:08:27 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-Use new API
-
-------------------------------------------------------------------------
-r22093 | courmisch | 2007-09-16 13:02:39 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Typo
-
-------------------------------------------------------------------------
-r22092 | courmisch | 2007-09-16 13:01:52 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-   M /trunk/src/misc/objects.c
-
-Inline vlc_object_signal
-
-------------------------------------------------------------------------
-r22091 | courmisch | 2007-09-16 13:00:07 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-
-Fix deadlock
-
-------------------------------------------------------------------------
-r22090 | courmisch | 2007-09-16 12:55:07 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-
-Use the new API in playlist macros
-
-------------------------------------------------------------------------
-r22089 | courmisch | 2007-09-16 12:51:35 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-hotkeys: use the new object locking API
-
-------------------------------------------------------------------------
-r22088 | courmisch | 2007-09-16 12:50:10 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-
-Forgot this file in [22086]
-
-------------------------------------------------------------------------
-r22087 | courmisch | 2007-09-16 12:49:43 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Cosmetic
-
-------------------------------------------------------------------------
-r22086 | courmisch | 2007-09-16 12:45:23 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Also use the new API here
-
-------------------------------------------------------------------------
-r22085 | courmisch | 2007-09-16 12:40:28 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-
-Use the new object locking API
-
-------------------------------------------------------------------------
-r22084 | courmisch | 2007-09-16 12:39:50 +0200 (Sun, 16 Sep 2007) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-   M /trunk/src/misc/objects.c
-
-Wrappers around thread signaling functions for object:
- - vlc_object_lock, vlc_object_unlock: take/release object_lock
- - vlc_object_signal: trigger object_wait
- - vlc_object_wait, vlc_object_timedwait: wait on object_wait
-
-------------------------------------------------------------------------
-r22083 | courmisch | 2007-09-16 12:27:09 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
-Return an error if timer expires, but still do not print it
-
-------------------------------------------------------------------------
-r22082 | courmisch | 2007-09-16 11:32:30 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-Const cleanup
-
-------------------------------------------------------------------------
-r22081 | courmisch | 2007-09-16 11:25:11 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-var_CreateGetNEString simplications
-
-------------------------------------------------------------------------
-r22080 | courmisch | 2007-09-16 11:15:27 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-   M /trunk/modules/services_discovery/podcast.c
-   M /trunk/src/control/video.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/input.c
-
-Switch the few var_GetString remains to var_GetNonEmptyString
-
-------------------------------------------------------------------------
-r22079 | courmisch | 2007-09-16 11:14:54 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/extended.m
-
-Fix to var_GetNonEmptyString
-
-------------------------------------------------------------------------
-r22078 | courmisch | 2007-09-16 11:12:41 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/http.c
-
-Fix HTTP DVB ACL
-
-------------------------------------------------------------------------
-r22077 | courmisch | 2007-09-16 11:06:47 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-typo
-
-------------------------------------------------------------------------
-r22076 | courmisch | 2007-09-16 11:02:16 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/bda/bdagraph.cpp
-
-Memory error handling
-
-------------------------------------------------------------------------
-r22075 | courmisch | 2007-09-16 10:58:37 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Partial memory error handling
-
-------------------------------------------------------------------------
-r22074 | courmisch | 2007-09-16 10:57:34 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/strings.c
-
-Error handling
-
-------------------------------------------------------------------------
-r22073 | courmisch | 2007-09-16 10:52:38 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Memory error handling
-
-------------------------------------------------------------------------
-r22072 | courmisch | 2007-09-16 10:49:55 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/input/input.c
-
-Simplification / memory error handling
-
-------------------------------------------------------------------------
-r22071 | courmisch | 2007-09-16 10:39:12 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/equalizer.m
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-
-Use var_GetNonEmptyString were applicable
-
-------------------------------------------------------------------------
-r22070 | courmisch | 2007-09-16 10:29:09 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/http.c
-   M /trunk/modules/access_filter/timeshift.c
-   M /trunk/modules/control/http/http.c
-
-GetNonEmptyString simplification
-
-------------------------------------------------------------------------
-r22069 | courmisch | 2007-09-16 10:27:49 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-
-Try to fix memleaks
-
-------------------------------------------------------------------------
-r22068 | courmisch | 2007-09-16 10:27:06 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/vlcproc.cpp
-
-Apparent memleak (ipkiss should review perhaps?)
-
-------------------------------------------------------------------------
-r22067 | courmisch | 2007-09-16 10:24:58 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpjpeg.c
-
-Error handling
-
-------------------------------------------------------------------------
-r22066 | courmisch | 2007-09-16 09:49:52 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-Fix condition variable clock ifdef
-
-------------------------------------------------------------------------
-r22065 | funman | 2007-09-16 01:20:13 +0200 (Sun, 16 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/share/Makefile.am
-
-menu.cfg has been moved to minimal.cfg
-------------------------------------------------------------------------
-r22064 | funman | 2007-09-16 00:54:41 +0200 (Sun, 16 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   D /trunk/share/osdmenu/menu.cfg
-   A /trunk/share/osdmenu/minimal.cfg (from /trunk/share/osdmenu/menu.cfg:22063)
-
-osdmenu: Reverts [22062] which was a revert of [22061], and gives the .cfg the same name than the directory.
-
-------------------------------------------------------------------------
-r22063 | dionoea | 2007-09-15 22:54:09 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-Win32 installer: save language used in installer for uninstaller. "[PATCH] saves the chosen language of the installer in the registry..." by Hannes Domani
-
-------------------------------------------------------------------------
-r22062 | courmisch | 2007-09-15 22:44:32 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Revert [22061]. I probably need more sleep.
-
-------------------------------------------------------------------------
-r22061 | courmisch | 2007-09-15 22:33:07 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-OSD install fix from Hannes Domani
-
-------------------------------------------------------------------------
-r22060 | funman | 2007-09-15 22:21:14 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/mpris.py
-   M /trunk/modules/control/dbus.c
-
-Makes vlc the 2nd Media Player in history to implement the MPRIS draft (after audacious)
-
-------------------------------------------------------------------------
-r22059 | courmisch | 2007-09-15 22:10:50 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_sout.h
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/libvlc.sym
-   M /trunk/src/stream_output/announce.c
-
-Announce API simplification
-
-------------------------------------------------------------------------
-r22058 | courmisch | 2007-09-15 22:03:48 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/stream_output/stream_output.h
-
-Remove dead code
-
-------------------------------------------------------------------------
-r22057 | courmisch | 2007-09-15 21:56:11 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_sout.h
-   M /trunk/src/libvlc.sym
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/stream_output.h
-
-Unexport some unused APIs
-
-------------------------------------------------------------------------
-r22056 | courmisch | 2007-09-15 21:45:15 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-stream_out_std: use new SDP API too
-
-------------------------------------------------------------------------
-r22055 | courmisch | 2007-09-15 21:33:39 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sdp.c
-
-Typo
-
-------------------------------------------------------------------------
-r22054 | courmisch | 2007-09-15 21:26:07 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sdp.c
-
-VLC-specific playlist group support
-
-------------------------------------------------------------------------
-r22053 | courmisch | 2007-09-15 21:14:11 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_sout.h
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/src/libvlc.sym
-   M /trunk/src/stream_output/sdp.c
-
-Rework SDP API a little
-
-------------------------------------------------------------------------
-r22052 | courmisch | 2007-09-15 20:28:10 +0200 (Sat, 15 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Price of the most useless piece of code of the day
-(actually it might be my code)
-
-------------------------------------------------------------------------
-r22051 | courmisch | 2007-09-15 20:06:26 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/src/libvlc.sym
-   M /trunk/src/misc/update.c
-
-Fix MacOS linking
-
-------------------------------------------------------------------------
-r22050 | courmisch | 2007-09-15 20:00:22 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-
-Fix deadlock
-
-------------------------------------------------------------------------
-r22049 | courmisch | 2007-09-15 19:41:19 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-
-Another MacOS compile fix
-
-------------------------------------------------------------------------
-r22048 | xtophe | 2007-09-15 19:39:59 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Note how to check which modules are enable
-
-------------------------------------------------------------------------
-r22047 | courmisch | 2007-09-15 19:34:23 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_threads_funcs.h
-
-Another attempt at fixing MacOS build
-
-------------------------------------------------------------------------
-r22046 | courmisch | 2007-09-15 19:24:49 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/src/misc/threads.c
-
-Attempt to fix MacOS build
-
-------------------------------------------------------------------------
-r22045 | courmisch | 2007-09-15 19:19:00 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-
-Simplification to avoid busy loops after process suspension
-
-------------------------------------------------------------------------
-r22044 | courmisch | 2007-09-15 19:03:36 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
-Same here
-
-------------------------------------------------------------------------
-r22043 | courmisch | 2007-09-15 19:00:25 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-Use monotonic clock when available only
-
-------------------------------------------------------------------------
-r22042 | courmisch | 2007-09-15 18:51:06 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-
-Wake up screensaver thread every 30 seconds rather than 1/4 seconds
-
-------------------------------------------------------------------------
-r22041 | courmisch | 2007-09-15 18:50:14 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/src/network/udp.c
-
-Check for <linux/dccp.h> before including it
-
-------------------------------------------------------------------------
-r22040 | courmisch | 2007-09-15 18:48:15 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
-Fixes debug build
-
-------------------------------------------------------------------------
-r22039 | courmisch | 2007-09-15 18:46:13 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
-ETIMEDOUT is perfectly expected here, do not complain about it
-
-------------------------------------------------------------------------
-r22038 | courmisch | 2007-09-15 18:31:40 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-
-vlc_cond_timedwait: wrapper around pthread_cond_timedwait
-
-------------------------------------------------------------------------
-r22037 | courmisch | 2007-09-15 18:05:36 +0200 (Sat, 15 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/src/misc/threads.c
-
-Make sure we use the same clock for condition variable
-Otherwise, it'll screw up completely when we add vlc_cond_timedwait
-
-------------------------------------------------------------------------
-r22036 | courmisch | 2007-09-15 17:46:56 +0200 (Sat, 15 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-When killing libvlc, also kill all its immediate children
-Not particularly clean, but we need to pass the exit request from libvlc
-to the actual interfaces and inputs somehow...
-
-------------------------------------------------------------------------
-r22035 | courmisch | 2007-09-15 17:45:27 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Fix doc
-
-------------------------------------------------------------------------
-r22034 | courmisch | 2007-09-15 17:45:09 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-typo
-
-------------------------------------------------------------------------
-r22033 | courmisch | 2007-09-15 17:30:47 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Wakes an object when it is being killed
-
-------------------------------------------------------------------------
-r22032 | courmisch | 2007-09-15 17:27:13 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-   M /trunk/modules/codec/cmml/cmml.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/rc.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/video_output/vout_intf.c
-
-Remove interface b_block property.
-
-------------------------------------------------------------------------
-r22031 | courmisch | 2007-09-15 17:18:04 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-
-If LibVLC is closing, any interface should close, not just the main one
-
-------------------------------------------------------------------------
-r22030 | courmisch | 2007-09-15 16:39:56 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Doc change
-
-------------------------------------------------------------------------
-r22029 | courmisch | 2007-09-15 16:38:22 +0200 (Sat, 15 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-There is really no excuse for not checking the hostname.
-I wonder why I added this option in the first place.
-
-------------------------------------------------------------------------
-r22028 | courmisch | 2007-09-15 15:43:38 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Don't crash if a client sends an overly large header
-
-------------------------------------------------------------------------
-r22027 | funman | 2007-09-15 13:01:48 +0200 (Sat, 15 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/extras/mpris.py
-
-Minor fixes, add comments
-------------------------------------------------------------------------
-r22026 | courmisch | 2007-09-15 12:31:01 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Some sout news
-
-------------------------------------------------------------------------
-r22025 | courmisch | 2007-09-15 12:23:33 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Cosmetics
-
-------------------------------------------------------------------------
-r22022 | courmisch | 2007-09-15 11:46:06 +0200 (Sat, 15 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/src/libvlc.sym
-   M /trunk/src/misc/update.c
-
-Remove auto-update. This is blatantly insecure.
-Other projects have had CVEs for much less than this (e.g. CVE-2006-4567)
-
-------------------------------------------------------------------------
-r22021 | dionoea | 2007-09-15 00:48:04 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/dailymotion.lua
-
-Fix the dailymotion lua script.
-
-------------------------------------------------------------------------
-r22020 | djc | 2007-09-15 00:15:38 +0200 (Sat, 15 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Don't mix VLC.app and VLC-release.app
-
-------------------------------------------------------------------------
-r22019 | funman | 2007-09-14 18:53:04 +0200 (Fri, 14 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/darwin.mak
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-Adds ncurses compiled with wide characters support to contribs for MacOSX
-------------------------------------------------------------------------
-r22018 | courmisch | 2007-09-14 18:46:25 +0200 (Fri, 14 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-- Add aggregate control URL
-- Fix non-aggregate control URL
-
-------------------------------------------------------------------------
-r22017 | courmisch | 2007-09-14 18:40:34 +0200 (Fri, 14 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mp4.c
-
-typo
-
-------------------------------------------------------------------------
-r22016 | courmisch | 2007-09-14 18:37:42 +0200 (Fri, 14 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/src/misc/block.c
-
-Hide (+minor changes) block_fifo_t layout
-
-------------------------------------------------------------------------
-r22015 | courmisch | 2007-09-14 18:36:10 +0200 (Fri, 14 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/timeshift.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/codec/ffmpeg/mux.c
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/mux/mpjpeg.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/mux/wav.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/stream_output/stream_output.c
-
-Use the new block_Fifo functions
-
-------------------------------------------------------------------------
-r22014 | fkuehne | 2007-09-14 18:23:13 +0200 (Fri, 14 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/darwin.mak
-
-* .aclocal should always be the last item here
-------------------------------------------------------------------------
-r22013 | courmisch | 2007-09-14 18:15:59 +0200 (Fri, 14 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-
-Document previous functions
-
-------------------------------------------------------------------------
-r22012 | courmisch | 2007-09-14 18:13:50 +0200 (Fri, 14 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-   M /trunk/src/libvlc.sym
-   M /trunk/src/misc/block.c
-
-Write accessor for relevant block_fifo_t state
-
-------------------------------------------------------------------------
-r22011 | courmisch | 2007-09-14 17:38:15 +0200 (Fri, 14 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subtitles/t140.c
-
-Remove dummy error
-
-------------------------------------------------------------------------
-r22010 | funman | 2007-09-14 02:56:09 +0200 (Fri, 14 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/extras/mpris.glade
-
-mpris.glade: put loop/repeat/shuffle buttons in the expander
-------------------------------------------------------------------------
-r22009 | funman | 2007-09-14 02:26:12 +0200 (Fri, 14 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-extras/contrib/src: clean up Makefile & packages.mak
-Makes it clear that subversion is required for ffmpeg & tremor
-Removes obsolete libraries from the list
-
-------------------------------------------------------------------------
-r22008 | funman | 2007-09-14 02:01:39 +0200 (Fri, 14 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/extras/mpris.py
-
-mpris: make sure only one gobject timer is running
-------------------------------------------------------------------------
-r22007 | funman | 2007-09-14 02:00:17 +0200 (Fri, 14 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-Do not try to connect to last.fm every second if the request fails, and server allows immediate retry
-------------------------------------------------------------------------
-r22006 | funman | 2007-09-13 23:58:05 +0200 (Thu, 13 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: fallback on libncurses if libncursesw isn't available (macosx)
-it is now enabled by default if headers & library are present
-
-------------------------------------------------------------------------
-r22005 | funman | 2007-09-13 23:25:01 +0200 (Thu, 13 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/bootstrap
-
-bootstrap: print a success message
-unify errors on missing/too old tools
-remove insulting and not used variables
-
-------------------------------------------------------------------------
-r22004 | courmisch | 2007-09-13 22:29:32 +0200 (Thu, 13 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/vobsub.c
-   M /trunk/modules/misc/audioscrobbler.c
-
-Explicit casts to proper integer types when formatting
-
-------------------------------------------------------------------------
-r22003 | courmisch | 2007-09-13 22:29:02 +0200 (Thu, 13 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-Fix invalid FOURCC use
-
-------------------------------------------------------------------------
-r22002 | funman | 2007-09-13 21:52:07 +0200 (Thu, 13 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/engine.c
-
-Remove debug not intended to be committed, however feel free to use it
-------------------------------------------------------------------------
-r22001 | funman | 2007-09-13 21:50:32 +0200 (Thu, 13 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/mpris.py
-   M /trunk/src/playlist/engine.c
-
-Checks ncursesw/curses.h presence
-------------------------------------------------------------------------
-r22000 | funman | 2007-09-13 21:12:49 +0200 (Thu, 13 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/AppleRemote.h
-   M /trunk/modules/gui/macosx/AppleRemote.m
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/applescript.h
-   M /trunk/modules/gui/macosx/bookmarks.h
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/extended.h
-   M /trunk/modules/gui/macosx/eyetv.h
-   M /trunk/modules/gui/macosx/fspanel.h
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/sfilters.h
-   M /trunk/modules/gui/macosx/wizard.h
-
-Fix macosx gui compilation (shame on me i broke it in [21943])
-------------------------------------------------------------------------
-r21999 | funman | 2007-09-13 19:53:40 +0200 (Thu, 13 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac
-   M /trunk/modules/gui/ncurses.c
-
-ncurses: Use ncursesw to correctly display wide characters on UTF-8 locale
-
-------------------------------------------------------------------------
-r21998 | courmisch | 2007-09-13 18:47:26 +0200 (Thu, 13 Sep 2007) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/subtitles/Modules.am
-   A /trunk/modules/codec/subtitles/t140.c
-
-Trivial encoder for plain-text subtitles.
-This allows transcoding say, DVD or DVB subs to normal ones.
-
-Only tested with RTP output, but might also work with ogg, mp4, ts...
-The problem is that most of these do not seem to check the encoding.
-
-------------------------------------------------------------------------
-r21997 | funman | 2007-09-13 18:26:28 +0200 (Thu, 13 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/logger.c
-
-// is valid inside "", despite what my vim says
-
-------------------------------------------------------------------------
-r21996 | funman | 2007-09-13 18:24:27 +0200 (Thu, 13 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/logger.c
-
-Makes logger html output ?\194?\171 Valid HTML 4.01 Strict! ?\194?\187, thanks to dionoea
-------------------------------------------------------------------------
-r21995 | courmisch | 2007-09-13 18:13:30 +0200 (Thu, 13 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subtitles/subsdec.c
-
-Add t140 FOURCC for always-UTF-8 subs
-
-------------------------------------------------------------------------
-r21994 | courmisch | 2007-09-13 17:08:19 +0200 (Thu, 13 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_sout.h
-   M /trunk/src/stream_output/sdp.c
-
-Use size_t instead of socklen_t
-
-------------------------------------------------------------------------
-r21993 | funman | 2007-09-13 13:01:40 +0200 (Thu, 13 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/logger.c
-
-logger: Sets HTML encoding to UTF-8
-------------------------------------------------------------------------
-r21992 | funman | 2007-09-13 00:13:11 +0200 (Thu, 13 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-qt-notify only if vlc window is not visile was removed accidentally in [21845]
-------------------------------------------------------------------------
-r21991 | xtophe | 2007-09-12 23:43:57 +0200 (Wed, 12 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-*Try* to improve the strings in the QT4 intf
-
-------------------------------------------------------------------------
-r21990 | dionoea | 2007-09-12 22:29:00 +0200 (Wed, 12 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/youtube.lua
-
-Fix youtube.lua probe() function.
-
-------------------------------------------------------------------------
-r21989 | funman | 2007-09-12 22:23:28 +0200 (Wed, 12 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/ncurses.c
-
-Remembers verbosity level when closing ncurses intf
-------------------------------------------------------------------------
-r21988 | dionoea | 2007-09-12 21:52:05 +0200 (Wed, 12 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Add FVFW and fvfw since ffdshow seems to offer that as an option when encoding mpeg 4 video. This might fix a few cases where videos weren't decoded by VLC.
-
-------------------------------------------------------------------------
-r21987 | courmisch | 2007-09-12 21:44:06 +0200 (Wed, 12 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-DSO friendlyness
-
-------------------------------------------------------------------------
-r21986 | funman | 2007-09-12 21:36:15 +0200 (Wed, 12 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-Asserts p_this on __vlc_mutex_init()
-------------------------------------------------------------------------
-r21985 | courmisch | 2007-09-12 21:13:13 +0200 (Wed, 12 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-As yet untested T.140 RTP packetization
-
-------------------------------------------------------------------------
-r21984 | ileoo | 2007-09-12 21:06:18 +0200 (Wed, 12 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-
-Remove rating from infodialog, closes ticket #1248 finally,
-also add myself to authors in those files.
-
-------------------------------------------------------------------------
-r21983 | courmisch | 2007-09-12 18:43:10 +0200 (Wed, 12 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/dummy.c
-
-Simplify
-
-------------------------------------------------------------------------
-r21982 | courmisch | 2007-09-12 18:36:26 +0200 (Wed, 12 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/strings.c
-
-Cosmetic
-
-------------------------------------------------------------------------
-r21981 | courmisch | 2007-09-12 17:45:46 +0200 (Wed, 12 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subtitles/subsdec.c
-
-Cosmetic
-
-------------------------------------------------------------------------
-r21980 | courmisch | 2007-09-12 16:27:08 +0200 (Wed, 12 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sdp.c
-
-Remove extra va_end; code factorization
-
-------------------------------------------------------------------------
-r21979 | oaubert | 2007-09-12 16:04:38 +0200 (Wed, 12 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Bundle libvlc-control.dylib in VLC.app and VLC-release.app
-
-------------------------------------------------------------------------
-r21978 | xtophe | 2007-09-12 00:11:43 +0200 (Wed, 12 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/minimal_macosx/Modules.am
-
-Distribute the headers
-
-------------------------------------------------------------------------
-r21977 | funman | 2007-09-12 00:01:35 +0200 (Wed, 12 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/extras/mpris.py
-
-note to myself: test before commit please
-------------------------------------------------------------------------
-r21976 | xtophe | 2007-09-12 00:01:04 +0200 (Wed, 12 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/strings.c
-
-Remove always true tests
-
-------------------------------------------------------------------------
-r21975 | dionoea | 2007-09-12 00:00:09 +0200 (Wed, 12 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/appletrailers.lua
-
-Remove debug.
-
-------------------------------------------------------------------------
-r21974 | funman | 2007-09-12 00:00:06 +0200 (Wed, 12 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/mpris.glade
-   M /trunk/extras/mpris.py
-
-Detect new mpris players, and stick to the last player that ran
-Add 3 buttons for loop, repeat and random
-Default directory is set to ~ if hardcoded library doesn't exist
-
-------------------------------------------------------------------------
-r21973 | dionoea | 2007-09-11 23:55:39 +0200 (Tue, 11 Sep 2007) | 2 lines
-Changed paths:
-   A /trunk/share/luaplaylist/appletrailers.lua (from /trunk/share/luaplaylist/dailymotion.lua:21965)
-
-Add a lua playlist script for trailers.apple.com pages.
-
-------------------------------------------------------------------------
-r21972 | ileoo | 2007-09-11 23:52:19 +0200 (Tue, 11 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sdp.c
-
-use va_copy, so you don't use same va_list twice.
-
-------------------------------------------------------------------------
-r21971 | dionoea | 2007-09-11 23:16:03 +0200 (Tue, 11 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Add support for "iTunes podcast" (example: itpc://www.apple.com/trailers/home/podcasts/pc-2314.xml) which is basically http with a different access name.
-
-------------------------------------------------------------------------
-r21970 | courmisch | 2007-09-11 22:32:27 +0200 (Tue, 11 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_charset.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_httpd.h
-   M /trunk/include/vlc_interface.h
-   M /trunk/include/vlc_network.h
-   M /trunk/include/vlc_osd.h
-   M /trunk/include/vlc_vlm.h
-
-All: missing ATTRIBUTE_FORMAT
-Now lets hunt the format warnings!
-
-------------------------------------------------------------------------
-r21969 | courmisch | 2007-09-11 22:23:16 +0200 (Tue, 11 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-
-ATTRIBUTE_FORMAT for input_ItemAddInfo
-
-------------------------------------------------------------------------
-r21968 | courmisch | 2007-09-11 22:21:01 +0200 (Tue, 11 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_sout.h
-
-ATTRIBUTE_FORMAT for sdp_AddAttribute
-
-------------------------------------------------------------------------
-r21967 | courmisch | 2007-09-11 22:14:00 +0200 (Tue, 11 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Generic support for text streams in RTP.
-No actually subtype implemented currently though.
-
-------------------------------------------------------------------------
-r21966 | funman | 2007-09-11 21:28:00 +0200 (Tue, 11 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/dbus.c
-
-Fix segfault when nothing is playing
-------------------------------------------------------------------------
-r21965 | funman | 2007-09-11 20:25:24 +0200 (Tue, 11 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-Checks pointers before using them
-------------------------------------------------------------------------
-r21964 | funman | 2007-09-11 20:11:46 +0200 (Tue, 11 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-Fix TEST_NEXT macro usage (renamed to TEST_NEXT_ITEM)
-Removes not used or deprecated methods
-
-------------------------------------------------------------------------
-r21963 | courmisch | 2007-09-11 19:59:24 +0200 (Tue, 11 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Kill FIXME
-
-------------------------------------------------------------------------
-r21962 | courmisch | 2007-09-11 19:52:25 +0200 (Tue, 11 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Fix SDP generation with non-RTP mux
-
-------------------------------------------------------------------------
-r21961 | courmisch | 2007-09-11 19:45:07 +0200 (Tue, 11 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Oups: s/getsockname/getpeername/
-
-------------------------------------------------------------------------
-r21960 | courmisch | 2007-09-11 19:42:30 +0200 (Tue, 11 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Use the SDP helpers
-
-------------------------------------------------------------------------
-r21959 | courmisch | 2007-09-11 19:41:17 +0200 (Tue, 11 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sdp.c
-
-Don't forget bitrate
-
-------------------------------------------------------------------------
-r21958 | courmisch | 2007-09-11 19:35:01 +0200 (Tue, 11 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sdp.c
-
-Fix *printf usage
-
-------------------------------------------------------------------------
-r21957 | courmisch | 2007-09-11 19:34:21 +0200 (Tue, 11 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-
-Remove extraneous \n
-
-------------------------------------------------------------------------
-r21956 | courmisch | 2007-09-11 19:24:09 +0200 (Tue, 11 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sdp.c
-
-Missing CRLF
-
-------------------------------------------------------------------------
-r21955 | courmisch | 2007-09-11 19:21:58 +0200 (Tue, 11 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sdp.c
-
-Fix segfault
-
-------------------------------------------------------------------------
-r21954 | courmisch | 2007-09-11 19:05:09 +0200 (Tue, 11 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_sout.h
-   M /trunk/src/libvlc.sym
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/stream_output/sdp.c
-   M /trunk/src/stream_output/stream_output.h
-
-Try to improve and export the SDP formatting helpers
-
-------------------------------------------------------------------------
-r21953 | courmisch | 2007-09-11 17:52:21 +0200 (Tue, 11 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/invert.c
-
-Fix warning
-
-------------------------------------------------------------------------
-r21952 | funman | 2007-09-11 12:55:01 +0200 (Tue, 11 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/lxdialog/checklist.c
-   M /trunk/lxdialog/dialog.h
-   M /trunk/lxdialog/inputbox.c
-   M /trunk/lxdialog/lxdialog.c
-   M /trunk/lxdialog/menubox.c
-   M /trunk/lxdialog/msgbox.c
-   M /trunk/lxdialog/textbox.c
-   M /trunk/lxdialog/util.c
-   M /trunk/lxdialog/yesno.c
-   M /trunk/modules/codec/xvmc/cpu_accel.c
-   M /trunk/modules/codec/xvmc/decode.c
-   M /trunk/modules/codec/xvmc/header.c
-   M /trunk/modules/codec/xvmc/motion_comp.c
-   M /trunk/modules/codec/xvmc/motion_comp_mmx.c
-   M /trunk/modules/codec/xvmc/mpeg2.h
-   M /trunk/modules/codec/xvmc/mpeg2_internal.h
-   M /trunk/modules/codec/xvmc/slice.c
-   M /trunk/modules/codec/xvmc/slice_xvmc_vld.c
-   M /trunk/modules/codec/xvmc/vlc.h
-   M /trunk/modules/codec/xvmc/xxmc-config.h
-   M /trunk/modules/codec/xvmc/xxmc.c
-
-Same for lxdialog and xvmc
-------------------------------------------------------------------------
-r21951 | funman | 2007-09-11 12:14:01 +0200 (Tue, 11 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/visualization/galaktos/PCM.c
-   M /trunk/modules/visualization/galaktos/beat_detect.c
-   M /trunk/modules/visualization/galaktos/builtin_funcs.c
-   M /trunk/modules/visualization/galaktos/builtin_funcs.h
-   M /trunk/modules/visualization/galaktos/common.h
-   M /trunk/modules/visualization/galaktos/custom_shape.c
-   M /trunk/modules/visualization/galaktos/custom_shape_types.h
-   M /trunk/modules/visualization/galaktos/custom_wave.c
-   M /trunk/modules/visualization/galaktos/custom_wave_types.h
-   M /trunk/modules/visualization/galaktos/engine_vars.c
-   M /trunk/modules/visualization/galaktos/engine_vars.h
-   M /trunk/modules/visualization/galaktos/eval.c
-   M /trunk/modules/visualization/galaktos/eval.h
-   M /trunk/modules/visualization/galaktos/expr_types.h
-   M /trunk/modules/visualization/galaktos/fftsg.c
-   M /trunk/modules/visualization/galaktos/func.c
-   M /trunk/modules/visualization/galaktos/func_types.h
-   M /trunk/modules/visualization/galaktos/init_cond.c
-   M /trunk/modules/visualization/galaktos/param.c
-   M /trunk/modules/visualization/galaktos/param.h
-   M /trunk/modules/visualization/galaktos/param_types.h
-   M /trunk/modules/visualization/galaktos/parser.c
-   M /trunk/modules/visualization/galaktos/per_frame_eqn.c
-   M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
-   M /trunk/modules/visualization/galaktos/per_pixel_eqn_types.h
-   M /trunk/modules/visualization/galaktos/per_point_types.h
-   M /trunk/modules/visualization/galaktos/preset.c
-   M /trunk/modules/visualization/galaktos/preset_types.h
-   M /trunk/modules/visualization/galaktos/splaytree.c
-   M /trunk/modules/visualization/galaktos/tree_types.c
-   M /trunk/modules/visualization/galaktos/video_init.c
-
-Reverts [21943] for galaktos as it is external to vlc.
-Just in case it is merged one day with upstream source.
-
-------------------------------------------------------------------------
-r21950 | jb | 2007-09-11 00:44:37 +0200 (Tue, 11 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Qt4 - DP: add INTF_DIALOG_DIRECTORY to the different cases.
-
-
-------------------------------------------------------------------------
-r21949 | xtophe | 2007-09-11 00:44:09 +0200 (Tue, 11 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Fix some filenames + cosmetic
-
-------------------------------------------------------------------------
-r21948 | dionoea | 2007-09-10 23:34:00 +0200 (Mon, 10 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-Sort the VLC translation languages alphabeticaly according to their label, and not their code, in English. The order will be broken in some other languages I guess but at least it'll be coherent the first time the user launches VLC (in English) and changes the language to use in the preferences.
-
-------------------------------------------------------------------------
-r21947 | dionoea | 2007-09-10 23:25:06 +0200 (Mon, 10 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-Fix horrible bug in language id list (must have broken the language selection dialog for a long time)
-
-------------------------------------------------------------------------
-r21946 | dionoea | 2007-09-10 23:01:42 +0200 (Mon, 10 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/zsh.cpp
-
-Cosmetics, fix a few warnings, add a few memleaks (but we don't care do we?)
-
-------------------------------------------------------------------------
-r21945 | xtophe | 2007-09-10 22:55:31 +0200 (Mon, 10 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-
-Fix doxycomment for VLC_AddTarget. It returns the item id.
-
-------------------------------------------------------------------------
-r21944 | funman | 2007-09-10 22:28:47 +0200 (Mon, 10 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/libs/loader/afl.c
-   M /trunk/libs/loader/com.h
-   M /trunk/libs/loader/driver.c
-   M /trunk/libs/loader/driver.h
-   M /trunk/libs/loader/ext.c
-   M /trunk/libs/loader/ext.h
-   M /trunk/libs/loader/kludge.c
-   M /trunk/libs/loader/ldt_keeper.c
-   M /trunk/libs/loader/loader.h
-   M /trunk/libs/loader/module.c
-   M /trunk/libs/loader/pe_image.c
-   M /trunk/libs/loader/pe_resource.c
-   M /trunk/libs/loader/qtx/qtxsdk/components.h
-   M /trunk/libs/loader/registry.c
-   M /trunk/libs/loader/registry.h
-   M /trunk/libs/loader/resource.c
-   M /trunk/libs/loader/vfl.c
-   M /trunk/libs/loader/win32.c
-   M /trunk/libs/loader/wine/avifmt.h
-   M /trunk/libs/loader/wine/driver.h
-   M /trunk/libs/loader/wine/heap.h
-   M /trunk/libs/loader/wine/mmreg.h
-   M /trunk/libs/loader/wine/module.h
-   M /trunk/libs/loader/wine/msacm.h
-   M /trunk/libs/loader/wine/msacmdrv.h
-   M /trunk/libs/loader/wine/pe_image.h
-   M /trunk/libs/loader/wine/vfw.h
-   M /trunk/libs/loader/wine/winbase.h
-   M /trunk/libs/loader/wine/windef.h
-   M /trunk/libs/loader/wine/winerror.h
-   M /trunk/libs/loader/wine/winnt.h
-   M /trunk/libs/loader/wine/winreg.h
-   M /trunk/libs/loader/wine/winuser.h
-   M /trunk/libs/loader/wineacm.h
-
-Revert previous commit for loader as it is external to vlc
-------------------------------------------------------------------------
-r21943 | funman | 2007-09-10 20:56:52 +0200 (Mon, 10 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/connectioncontainer.h
-   M /trunk/activex/dataobject.cpp
-   M /trunk/activex/dataobject.h
-   M /trunk/activex/main.cpp
-   M /trunk/activex/objectsafety.cpp
-   M /trunk/activex/objectsafety.h
-   M /trunk/activex/olecontrol.h
-   M /trunk/activex/oleinplaceactiveobject.h
-   M /trunk/activex/oleinplaceobject.cpp
-   M /trunk/activex/oleobject.cpp
-   M /trunk/activex/persistpropbag.h
-   M /trunk/activex/persiststorage.h
-   M /trunk/activex/persiststreaminit.cpp
-   M /trunk/activex/persiststreaminit.h
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/provideclassinfo.h
-   M /trunk/activex/utils.cpp
-   M /trunk/activex/utils.h
-   M /trunk/activex/viewobject.cpp
-   M /trunk/activex/viewobject.h
-   M /trunk/activex/vlccontrol.cpp
-   M /trunk/activex/vlccontrol2.h
-   M /trunk/bindings/python/vlc_input.c
-   M /trunk/bindings/python/vlc_instance.c
-   M /trunk/bindings/python/vlc_mediacontrol.c
-   M /trunk/bindings/python/vlc_position.c
-   M /trunk/include/mmx.h
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/include/vlc/mediacontrol.h
-   M /trunk/include/vlc/mediacontrol_structures.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_arrays.h
-   M /trunk/include/vlc_codecs.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_demux.h
-   M /trunk/include/vlc_epg.h
-   M /trunk/include/vlc_events.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/include/vlc_network.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_stream.h
-   M /trunk/include/vlc_update.h
-   M /trunk/libs/loader/afl.c
-   M /trunk/libs/loader/com.h
-   M /trunk/libs/loader/driver.c
-   M /trunk/libs/loader/driver.h
-   M /trunk/libs/loader/ext.c
-   M /trunk/libs/loader/ext.h
-   M /trunk/libs/loader/kludge.c
-   M /trunk/libs/loader/ldt_keeper.c
-   M /trunk/libs/loader/loader.h
-   M /trunk/libs/loader/module.c
-   M /trunk/libs/loader/pe_image.c
-   M /trunk/libs/loader/pe_resource.c
-   M /trunk/libs/loader/qtx/qtxsdk/components.h
-   M /trunk/libs/loader/registry.c
-   M /trunk/libs/loader/registry.h
-   M /trunk/libs/loader/resource.c
-   M /trunk/libs/loader/vfl.c
-   M /trunk/libs/loader/win32.c
-   M /trunk/libs/loader/wine/avifmt.h
-   M /trunk/libs/loader/wine/driver.h
-   M /trunk/libs/loader/wine/heap.h
-   M /trunk/libs/loader/wine/mmreg.h
-   M /trunk/libs/loader/wine/module.h
-   M /trunk/libs/loader/wine/msacm.h
-   M /trunk/libs/loader/wine/msacmdrv.h
-   M /trunk/libs/loader/wine/pe_image.h
-   M /trunk/libs/loader/wine/vfw.h
-   M /trunk/libs/loader/wine/winbase.h
-   M /trunk/libs/loader/wine/windef.h
-   M /trunk/libs/loader/wine/winerror.h
-   M /trunk/libs/loader/wine/winnt.h
-   M /trunk/libs/loader/wine/winreg.h
-   M /trunk/libs/loader/wine/winuser.h
-   M /trunk/libs/loader/wineacm.h
-   M /trunk/lxdialog/checklist.c
-   M /trunk/lxdialog/dialog.h
-   M /trunk/lxdialog/inputbox.c
-   M /trunk/lxdialog/lxdialog.c
-   M /trunk/lxdialog/menubox.c
-   M /trunk/lxdialog/msgbox.c
-   M /trunk/lxdialog/textbox.c
-   M /trunk/lxdialog/util.c
-   M /trunk/lxdialog/yesno.c
-   M /trunk/modules/access/bda/bda.c
-   M /trunk/modules/access/bda/bdagraph.cpp
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda/access.h
-   M /trunk/modules/access/cdda/callback.c
-   M /trunk/modules/access/cdda/callback.h
-   M /trunk/modules/access/cdda/cdda.c
-   M /trunk/modules/access/cdda/cdda.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/dc1394.c
-   M /trunk/modules/access/dshow/crossbar.cpp
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dv.c
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/en50221.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/access/eyetv.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/jack.c
-   M /trunk/modules/access/mms/buffer.h
-   M /trunk/modules/access/rtsp/access.c
-   M /trunk/modules/access/rtsp/real.c
-   M /trunk/modules/access/rtsp/real_asmrp.c
-   M /trunk/modules/access/rtsp/rtsp.c
-   M /trunk/modules/access/screen/mac.c
-   M /trunk/modules/access/smb.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/v4l.c
-   M /trunk/modules/access/v4l2.c
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcd/cdrom.h
-   M /trunk/modules/access/vcd/cdrom_internals.h
-   M /trunk/modules/access/vcdx/access.c
-   M /trunk/modules/access/vcdx/demux.c
-   M /trunk/modules/access/vcdx/info.c
-   M /trunk/modules/access/vcdx/info.h
-   M /trunk/modules/access/vcdx/intf.c
-   M /trunk/modules/access/vcdx/intf.h
-   M /trunk/modules/access/vcdx/vcd.c
-   M /trunk/modules/access/vcdx/vcd.h
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access/vcdx/vcdplayer.h
-   M /trunk/modules/access/videodev2.h
-   M /trunk/modules/access_filter/timeshift.c
-   M /trunk/modules/audio_filter/channel_mixer/simple.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_filter/format.c
-   M /trunk/modules/audio_filter/param_eq.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.h
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/auhal.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/hd1000a.cpp
-   M /trunk/modules/codec/adpcm.c
-   M /trunk/modules/codec/cmml/browser_open.c
-   M /trunk/modules/codec/cmml/browser_open.h
-   M /trunk/modules/codec/cmml/cmml.c
-   M /trunk/modules/codec/cmml/history.c
-   M /trunk/modules/codec/cmml/xarray.c
-   M /trunk/modules/codec/cmml/xarray.h
-   M /trunk/modules/codec/cmml/xlist.c
-   M /trunk/modules/codec/cmml/xstrcat.h
-   M /trunk/modules/codec/cmml/xtag.c
-   M /trunk/modules/codec/cmml/xurl.c
-   M /trunk/modules/codec/cmml/xurl.h
-   M /trunk/modules/codec/cvdsub.c
-   M /trunk/modules/codec/dirac.c
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/dmo/dmo.h
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/lpcm.c
-   M /trunk/modules/codec/mash.cpp
-   M /trunk/modules/codec/png.c
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/codec/spudec/spudec.h
-   M /trunk/modules/codec/subtitles/subsass.c
-   M /trunk/modules/codec/svcdsub.c
-   M /trunk/modules/codec/telx.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/codec/xvmc/cpu_accel.c
-   M /trunk/modules/codec/xvmc/decode.c
-   M /trunk/modules/codec/xvmc/header.c
-   M /trunk/modules/codec/xvmc/motion_comp.c
-   M /trunk/modules/codec/xvmc/motion_comp_mmx.c
-   M /trunk/modules/codec/xvmc/mpeg2.h
-   M /trunk/modules/codec/xvmc/mpeg2_internal.h
-   M /trunk/modules/codec/xvmc/slice.c
-   M /trunk/modules/codec/xvmc/slice_xvmc_vld.c
-   M /trunk/modules/codec/xvmc/vlc.h
-   M /trunk/modules/codec/xvmc/xxmc-config.h
-   M /trunk/modules/codec/xvmc/xxmc.c
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/unimotion.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/avi/libavi.h
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/gme.cpp
-   M /trunk/modules/demux/live555.cpp
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mpc.c
-   M /trunk/modules/demux/nsc.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/playlist/sgimb.c
-   M /trunk/modules/demux/real.c
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/tta.c
-   M /trunk/modules/demux/ty.c
-   M /trunk/modules/demux/vc1.c
-   M /trunk/modules/demux/vobsub.c
-   M /trunk/modules/demux/voc.c
-   M /trunk/modules/gui/beos/Bitmaps.h
-   M /trunk/modules/gui/beos/DrawingTidbits.cpp
-   M /trunk/modules/gui/beos/DrawingTidbits.h
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.h
-   M /trunk/modules/gui/beos/ListViews.cpp
-   M /trunk/modules/gui/beos/ListViews.h
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/MediaControlView.h
-   M /trunk/modules/gui/beos/MessagesWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.h
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/TransportButton.cpp
-   M /trunk/modules/gui/beos/TransportButton.h
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/beos/VideoWindow.h
-   M /trunk/modules/gui/macosx/AppleRemote.h
-   M /trunk/modules/gui/macosx/AppleRemote.m
-   M /trunk/modules/gui/macosx/about.h
-   M /trunk/modules/gui/macosx/about.m
-   M /trunk/modules/gui/macosx/applescript.h
-   M /trunk/modules/gui/macosx/applescript.m
-   M /trunk/modules/gui/macosx/bookmarks.h
-   M /trunk/modules/gui/macosx/bookmarks.m
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/embeddedwindow.h
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-   M /trunk/modules/gui/macosx/equalizer.h
-   M /trunk/modules/gui/macosx/equalizer.m
-   M /trunk/modules/gui/macosx/extended.h
-   M /trunk/modules/gui/macosx/extended.m
-   M /trunk/modules/gui/macosx/eyetv.m
-   M /trunk/modules/gui/macosx/fspanel.m
-   M /trunk/modules/gui/macosx/interaction.h
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/misc.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-   M /trunk/modules/gui/macosx/output.h
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/modules/gui/macosx/playlist.h
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.h
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/macosx/prefs.h
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-   M /trunk/modules/gui/macosx/sfilters.h
-   M /trunk/modules/gui/macosx/sfilters.m
-   M /trunk/modules/gui/macosx/update.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-   M /trunk/modules/gui/minimal_macosx/VLCOpenGLVoutView.m
-   M /trunk/modules/gui/minimal_macosx/intf.m
-   M /trunk/modules/gui/minimal_macosx/macosx.c
-   M /trunk/modules/gui/minimal_macosx/voutagl.m
-   M /trunk/modules/gui/minimal_macosx/voutgl.h
-   M /trunk/modules/gui/minimal_macosx/voutgl.m
-   M /trunk/modules/gui/pda/pda.h
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/qnx/qnx.c
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-   M /trunk/modules/gui/qt4/dialogs/gototime.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-   M /trunk/modules/gui/qt4/dialogs/messages.hpp
-   M /trunk/modules/gui/qt4/dialogs/podcast_configuration.cpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.hpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.cpp
-   M /trunk/modules/gui/qt4/dialogs/vlm.hpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/menus.hpp
-   M /trunk/modules/gui/qt4/pixmaps/advanced.xpm
-   M /trunk/modules/gui/qt4/pixmaps/audio.xpm
-   M /trunk/modules/gui/qt4/pixmaps/codec.xpm
-   M /trunk/modules/gui/qt4/pixmaps/intf.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_card.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_cdda.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_directory.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_disc.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_file.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_net.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_node.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_playlist.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_unknown.xpm
-   M /trunk/modules/gui/qt4/pixmaps/video.xpm
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/util/customwidgets.cpp
-   M /trunk/modules/gui/qt4/util/customwidgets.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
-   M /trunk/modules/gui/skins2/utils/bezier.cpp
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-   M /trunk/modules/gui/wince/dialogs.cpp
-   M /trunk/modules/gui/wince/fileinfo.cpp
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.cpp
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wince/video.cpp
-   M /trunk/modules/gui/wince/wince.cpp
-   M /trunk/modules/gui/wince/wince.h
-   M /trunk/modules/gui/wxwidgets/bitmaps/advanced.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/audio.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/codec.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/edit.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/eject.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/fast.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/intf.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/loop.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/next.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/pause.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/play.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/playlist.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/playlist_small.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/prev.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/repeat.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/shuffle.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/slow.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/speaker.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/speaker_mute.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/stop.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/trash.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/type_afile.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/type_card.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/type_cdda.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/type_directory.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/type_disc.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/type_net.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/type_node.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/type_playlist.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/type_unknown.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/type_vfile.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/update_ascii.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/update_binary.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/update_document.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/update_info.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/update_source.xpm
-   M /trunk/modules/gui/wxwidgets/bitmaps/video.xpm
-   M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.hpp
-   M /trunk/modules/gui/wxwidgets/input_manager.cpp
-   M /trunk/modules/gui/wxwidgets/menus.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-   M /trunk/modules/meta_engine/id3tag.c
-   M /trunk/modules/meta_engine/taglib.cpp
-   M /trunk/modules/misc/audioscrobbler.c
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/modules/misc/dummy/dummy.h
-   M /trunk/modules/misc/dummy/input.c
-   M /trunk/modules/misc/dummy/interface.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/lua/luameta.c
-   M /trunk/modules/misc/lua/luaplaylist.c
-   M /trunk/modules/misc/lua/vlclua.c
-   M /trunk/modules/misc/memcpy/fastmemcpy.h
-   M /trunk/modules/misc/memcpy/memcpy.c
-   M /trunk/modules/misc/memcpy/memcpyaltivec.c
-   M /trunk/modules/misc/notify/notify.c
-   M /trunk/modules/misc/notify/xosd.c
-   M /trunk/modules/misc/profile_parser.c
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/misc/screensaver.c
-   M /trunk/modules/misc/svg.c
-   M /trunk/modules/misc/testsuite/test1.c
-   M /trunk/modules/misc/testsuite/test2.cpp
-   M /trunk/modules/misc/testsuite/test4.c
-   M /trunk/modules/misc/xml/libxml.c
-   M /trunk/modules/misc/xml/xtag.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpeg/bits.h
-   M /trunk/modules/mux/mpeg/csa.c
-   M /trunk/modules/mux/mpeg/pes.h
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/mux/rtp/rtcp.c
-   M /trunk/modules/mux/rtp/rtcp.h
-   M /trunk/modules/mux/wav.c
-   M /trunk/modules/packetizer/h264.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/services_discovery/upnp_intel.cpp
-   M /trunk/modules/stream_out/description.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/stream_out/transrate/block.c
-   M /trunk/modules/stream_out/transrate/frame.c
-   M /trunk/modules/stream_out/transrate/putvlc.h
-   M /trunk/modules/stream_out/transrate/transrate.h
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_chroma/i420_rgb.h
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb8.c
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-   M /trunk/modules/video_chroma/i420_ymga.c
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i420_yuy2.h
-   M /trunk/modules/video_chroma/i422_yuy2.c
-   M /trunk/modules/video_chroma/i422_yuy2.h
-   M /trunk/modules/video_filter/blend.c
-   M /trunk/modules/video_filter/colorthres.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/filter_event_info.h
-   M /trunk/modules/video_filter/opencv_example.cpp
-   M /trunk/modules/video_filter/opencv_wrapper.c
-   M /trunk/modules/video_filter/osdmenu.c
-   M /trunk/modules/video_filter/sharpen.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_output/directfb.c
-   M /trunk/modules/video_output/hd1000v.cpp
-   M /trunk/modules/video_output/msw/direct3d.c
-   M /trunk/modules/video_output/msw/directx.c
-   M /trunk/modules/video_output/msw/events.c
-   M /trunk/modules/video_output/msw/glwin32.c
-   M /trunk/modules/video_output/msw/wingdi.c
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-   M /trunk/modules/video_output/x11/xvmc.c
-   M /trunk/modules/visualization/galaktos/PCM.c
-   M /trunk/modules/visualization/galaktos/beat_detect.c
-   M /trunk/modules/visualization/galaktos/builtin_funcs.c
-   M /trunk/modules/visualization/galaktos/builtin_funcs.h
-   M /trunk/modules/visualization/galaktos/common.h
-   M /trunk/modules/visualization/galaktos/custom_shape.c
-   M /trunk/modules/visualization/galaktos/custom_shape_types.h
-   M /trunk/modules/visualization/galaktos/custom_wave.c
-   M /trunk/modules/visualization/galaktos/custom_wave_types.h
-   M /trunk/modules/visualization/galaktos/engine_vars.c
-   M /trunk/modules/visualization/galaktos/engine_vars.h
-   M /trunk/modules/visualization/galaktos/eval.c
-   M /trunk/modules/visualization/galaktos/eval.h
-   M /trunk/modules/visualization/galaktos/expr_types.h
-   M /trunk/modules/visualization/galaktos/fftsg.c
-   M /trunk/modules/visualization/galaktos/func.c
-   M /trunk/modules/visualization/galaktos/func_types.h
-   M /trunk/modules/visualization/galaktos/init_cond.c
-   M /trunk/modules/visualization/galaktos/param.c
-   M /trunk/modules/visualization/galaktos/param.h
-   M /trunk/modules/visualization/galaktos/param_types.h
-   M /trunk/modules/visualization/galaktos/parser.c
-   M /trunk/modules/visualization/galaktos/per_frame_eqn.c
-   M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
-   M /trunk/modules/visualization/galaktos/per_pixel_eqn_types.h
-   M /trunk/modules/visualization/galaktos/per_point_types.h
-   M /trunk/modules/visualization/galaktos/preset.c
-   M /trunk/modules/visualization/galaktos/preset_types.h
-   M /trunk/modules/visualization/galaktos/splaytree.c
-   M /trunk/modules/visualization/galaktos/tree_types.c
-   M /trunk/modules/visualization/galaktos/video_init.c
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/fft.h
-   M /trunk/mozilla/control/npolibvlc.h
-   M /trunk/mozilla/control/nporuntime.cpp
-   M /trunk/mozilla/support/classinfo.h
-   M /trunk/mozilla/support/npmac.cpp
-   M /trunk/mozilla/support/npunix.c
-   M /trunk/mozilla/support/npwin.cpp
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-   M /trunk/share/newres.h
-   M /trunk/share/pda-forwardb16x16.xpm
-   M /trunk/share/pda-openb16x16.xpm
-   M /trunk/share/pda-pauseb16x16.xpm
-   M /trunk/share/pda-playb16x16.xpm
-   M /trunk/share/pda-playlistb16x16.xpm
-   M /trunk/share/pda-preferencesb16x16.xpm
-   M /trunk/share/pda-rewindb16x16.xpm
-   M /trunk/share/pda-stopb16x16.xpm
-   M /trunk/share/resource.h
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/control/core.c
-   M /trunk/src/control/dynamic_media_list.c
-   M /trunk/src/control/event.c
-   M /trunk/src/control/flat_media_list.c
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/log.c
-   M /trunk/src/control/media_descriptor.c
-   M /trunk/src/control/media_discoverer.c
-   M /trunk/src/control/media_instance.c
-   M /trunk/src/control/media_library.c
-   M /trunk/src/control/media_list.c
-   M /trunk/src/control/media_list_path.h
-   M /trunk/src/control/media_list_player.c
-   M /trunk/src/control/mediacontrol_audio_video.c
-   M /trunk/src/control/mediacontrol_core.c
-   M /trunk/src/control/mediacontrol_internal.h
-   M /trunk/src/control/mediacontrol_util.c
-   M /trunk/src/control/tag_query.c
-   M /trunk/src/control/video.c
-   M /trunk/src/control/vlm.c
-   M /trunk/src/extras/dirent.c
-   M /trunk/src/extras/getopt.c
-   M /trunk/src/extras/getopt.h
-   M /trunk/src/extras/getopt1.c
-   M /trunk/src/extras/libc.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/mem_stream.c
-   M /trunk/src/input/vlm.c
-   M /trunk/src/input/vlm_internal.h
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc-module.c
-   M /trunk/src/misc/darwin_specific.c
-   M /trunk/src/misc/events.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/rand.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/modules/configuration_chain.c
-   M /trunk/src/modules/modules.c
-   M /trunk/src/network/acl.c
-   M /trunk/src/network/getaddrinfo.c
-   M /trunk/src/network/io.c
-   M /trunk/src/network/tcp.c
-   M /trunk/src/network/tls.c
-   M /trunk/src/network/udp.c
-   M /trunk/src/osd/osd.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/sort.c
-   M /trunk/src/playlist/tree.c
-   M /trunk/src/stream_output/stream_output.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_intf.c
-   M /trunk/test/native/algo.c
-   M /trunk/test/native/libvlc.c
-   M /trunk/test/native/threads.c
-
-Removes trailing spaces. Removes tabs.
-------------------------------------------------------------------------
-r21942 | courmisch | 2007-09-10 20:34:56 +0200 (Mon, 10 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Support for UDP-Lite (with full checksum coverage only atm)
-
-------------------------------------------------------------------------
-r21941 | damienf | 2007-09-10 14:59:08 +0200 (Mon, 10 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/smb.c
-
-smb.c: prevents problem with glibc defining open as a macro
-
-------------------------------------------------------------------------
-r21940 | funman | 2007-09-10 13:04:42 +0200 (Mon, 10 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/extras/zsh.cpp
-
-Fixes zsh completion. Same as  [17801], didn't committed back then because it wasn't compiling on trunk.
-------------------------------------------------------------------------
-r21939 | funman | 2007-09-10 07:28:49 +0200 (Mon, 10 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/extras/Makefile
-   M /trunk/extras/zsh.cpp
-
-Attempt to fix zsh completion
-------------------------------------------------------------------------
-r21938 | funman | 2007-09-10 05:46:56 +0200 (Mon, 10 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/share/utils/audio-vlc-default.sh
-   M /trunk/share/utils/video-vlc-default.sh
-
-Properly use Id keyword
-------------------------------------------------------------------------
-r21937 | funman | 2007-09-10 05:43:44 +0200 (Mon, 10 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Forget that in previous commit
-------------------------------------------------------------------------
-r21936 | funman | 2007-09-10 05:43:27 +0200 (Mon, 10 Sep 2007) | 1 line
-Changed paths:
-   A /trunk/share/utils/audio-vlc-default.sh
-   A /trunk/share/utils/video-vlc-default.sh
-
-Adds 2 scripts to make vlc the default audio/video mime-type handler on freedesktop, contributed by forum user.
-------------------------------------------------------------------------
-r21935 | bitmap | 2007-09-10 03:53:28 +0200 (Mon, 10 Sep 2007) | 11 lines
-Changed paths:
-   M /trunk/include/vlc_es_out.h
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/src/input/es_out.c
-
-Select subtitle stream from the mkv container automatically
-if it has a DEFAULT flag on it. User overrides for
-preferred language should continue to take precedence.
-The current versions of MKVToolnix correctly support DEFAULT
-track tag but some older versions don't. If you want to have
-subtitle streams in your mkv file, but not have them activate
-by default, try remuxing any files causing you trouble, with
-the current version of MKVToolnix, and turning the DEFAULT
-track flag option to NO for all subtitles streams.
-MKVToolnix is available from http://www.bunkus.org/videotools/mkvtoolnix/
-
-------------------------------------------------------------------------
-r21934 | jb | 2007-09-10 01:59:19 +0200 (Mon, 10 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Remove preferences button from interface. Remove unuseful debug.
-
-
-------------------------------------------------------------------------
-r21933 | jb | 2007-09-10 01:54:51 +0200 (Mon, 10 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - MainInterface: Make right-click on timeLabel and speedLabel display nicely aligned menus. :D
-
-
-------------------------------------------------------------------------
-r21932 | jb | 2007-09-10 01:14:38 +0200 (Mon, 10 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Qt4 - MainInterface, avoid the bug that makes the popupMenu toggle the TimeDisplay().
-
-
-------------------------------------------------------------------------
-r21931 | funman | 2007-09-10 01:05:48 +0200 (Mon, 10 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc_input.h
-
-Fixes playlist search when metadata is missing
-------------------------------------------------------------------------
-r21930 | funman | 2007-09-10 00:55:19 +0200 (Mon, 10 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Uses different accelerators for Video & View menus. Fixes #1283
-------------------------------------------------------------------------
-r21929 | jb | 2007-09-10 00:31:03 +0200 (Mon, 10 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - speedLabel : consistency.
-
-
-------------------------------------------------------------------------
-r21928 | jb | 2007-09-10 00:19:48 +0200 (Mon, 10 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/dialogs/help.hpp
-   A /trunk/modules/gui/qt4/dialogs/vlm.cpp
-   A /trunk/modules/gui/qt4/dialogs/vlm.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/ui/vlm.ui
-
-Qt4 - VLM. Patch by Jean-Fran?\195?\167ois Massol, reworked by /me
-
-
-------------------------------------------------------------------------
-r21927 | funman | 2007-09-10 00:11:22 +0200 (Mon, 10 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/res.qrc
-
-Uses altglass' artwork for repeat/shuffle and add buttons.
-------------------------------------------------------------------------
-r21926 | funman | 2007-09-10 00:00:05 +0200 (Mon, 10 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-
-ffmpeg demux: Simplify
-------------------------------------------------------------------------
-r21925 | jb | 2007-09-09 23:45:04 +0200 (Sun, 09 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-Qt4 - volumeSlider: correct the sliders functions and calculus... 
-
-
-------------------------------------------------------------------------
-r21924 | dionoea | 2007-09-09 23:43:27 +0200 (Sun, 09 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/youtube_homepage.lua
-
-Add comment.
-
-------------------------------------------------------------------------
-r21923 | xtophe | 2007-09-09 23:12:29 +0200 (Sun, 09 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/lua/luameta.c
-   M /trunk/modules/misc/lua/vlclua.c
-
-luameta.c: Fix a message
-vlclua.c:  get rid of an empty module and fix descriptions
-
-------------------------------------------------------------------------
-r21922 | dionoea | 2007-09-09 23:03:49 +0200 (Sun, 09 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/dailymotion.lua
-
-Remove debug.
-
-------------------------------------------------------------------------
-r21921 | dionoea | 2007-09-09 23:01:31 +0200 (Sun, 09 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/dailymotion.lua
-
-Fix the url translation
-
-------------------------------------------------------------------------
-r21920 | courmisch | 2007-09-09 22:13:17 +0200 (Sun, 09 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Remove UDP-Lite support from access_output_udp.
-If someone wants to have it in there, it should probably rather be done
-using a dedicated shortcut rather than a boolean configuration.
-
-------------------------------------------------------------------------
-r21919 | courmisch | 2007-09-09 22:09:34 +0200 (Sun, 09 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Use net_SetCSCov
-
-------------------------------------------------------------------------
-r21918 | courmisch | 2007-09-09 22:04:14 +0200 (Sun, 09 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Cut & paste error
-
-------------------------------------------------------------------------
-r21917 | dionoea | 2007-09-09 21:59:52 +0200 (Sun, 09 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Restore the interface when it's minimized and you click on the systray icon.
-
-------------------------------------------------------------------------
-r21916 | funman | 2007-09-09 21:59:26 +0200 (Sun, 09 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/loadsave.c
-
-media library loading: Adds a fixme reminder for pdherbemont
-------------------------------------------------------------------------
-r21915 | courmisch | 2007-09-09 21:56:31 +0200 (Sun, 09 Sep 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/misc/memcpy/fastmemcpy.h
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/invert.c
-
-Fix ptrdiff_t abuse. Especially in video_filter_invert:
-ptrdiff_t is signed so unequality comparison between pointers would
-compute wrong when the two operands are within opposite halves of the
-memory space.
-
-------------------------------------------------------------------------
-r21914 | dionoea | 2007-09-09 21:41:05 +0200 (Sun, 09 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/invert.c
-
-Nevermind. /me buys some glasses.
-
-------------------------------------------------------------------------
-r21913 | dionoea | 2007-09-09 21:32:34 +0200 (Sun, 09 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/invert.c
-
-Fix comment.
-
-------------------------------------------------------------------------
-r21912 | courmisch | 2007-09-09 21:20:39 +0200 (Sun, 09 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/src/libvlc.sym
-   M /trunk/src/network/udp.c
-
-net_SetCSCov: sets checksum coverages of a socket
-
-------------------------------------------------------------------------
-r21911 | jb | 2007-09-09 19:55:16 +0200 (Sun, 09 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-
-THANKS to Stef?\195?\161n Freyr Stef?\195?\161nsson
-
-
-------------------------------------------------------------------------
-r21910 | courmisch | 2007-09-09 19:52:38 +0200 (Sun, 09 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Default RTSP timeout value is 60 seconds, rather than never - closes #1163
-
-------------------------------------------------------------------------
-r21909 | jb | 2007-09-09 19:42:50 +0200 (Sun, 09 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Qt4 - Have a slider to control precisely the rate, usefull since we can here audio at all speeds now. :D
-Patch by StFS - Stef?\195?\161n Freyr Stef?\195?\161nsson
-
-
-------------------------------------------------------------------------
-r21908 | jb | 2007-09-09 19:41:17 +0200 (Sun, 09 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-
-Qt4 - IM: Add a setRate function.
-
-
-------------------------------------------------------------------------
-r21907 | jb | 2007-09-09 19:37:27 +0200 (Sun, 09 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/modules/gui/qt4/components/extended_panels.hpp
-
-Qt4 - Extended Panels: add callback on audio-presets to fix the issue when the audio menu does not match with extended settings.
-
-
-------------------------------------------------------------------------
-r21906 | jb | 2007-09-09 19:34:33 +0200 (Sun, 09 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-
-Qt4 Return VLC_SUCCESS instead of 0
-
-
-------------------------------------------------------------------------
-r21905 | jb | 2007-09-09 19:33:16 +0200 (Sun, 09 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-
-Qt4 - Not reimplementing existing functions might not be a bad idea... hmmm...
-
-
-------------------------------------------------------------------------
-r21904 | ileoo | 2007-09-09 19:27:17 +0200 (Sun, 09 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-Patch from Alex Antropoff, put block_align in use. Fixes wma1-encoding,
-example sout: '#transcode{acodec=wma1,samplerate=22050,ab=96,channels=2}\
-:std{access=mmsh,mux=asfh,dst=:18080}'
-
-------------------------------------------------------------------------
-r21903 | dionoea | 2007-09-09 19:27:07 +0200 (Sun, 09 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/src/input/meta.c
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/modules/configuration.c
-   M /trunk/src/modules/configuration.h
-   M /trunk/src/modules/modules.c
-
-XDG Base Directory Specification fix. I wasn't using the XDG_CACHE_HOME variable for the cache directory. Thanks to ILEoo for noticing.
-
-------------------------------------------------------------------------
-r21902 | courmisch | 2007-09-09 19:06:53 +0200 (Sun, 09 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-We only support "rtsp"; do not pretend to support rtspu, rtsps and
-whatever else might ever be invented
-
-------------------------------------------------------------------------
-r21901 | dionoea | 2007-09-09 18:30:55 +0200 (Sun, 09 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-Change the QSettings stuff here too (this looks kind of hackish but at least it makes sure that we don't spawn multiple configuration folders)
-
-------------------------------------------------------------------------
-r21900 | jb | 2007-09-09 18:23:03 +0200 (Sun, 09 Sep 2007) | 4 lines
-Changed paths:
-   A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_add.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_all.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_off.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_one.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_shuffle_off.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_shuffle_on.png
-
-Qt4 - Add new icons for the playlist/shuffle/repeat.
-Icons done by aLtgLasS.
-
-
-------------------------------------------------------------------------
-r21899 | dionoea | 2007-09-09 18:19:18 +0200 (Sun, 09 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Saves the qt intf settings in $XDG_CONFIG_DIR/vlc/ too (instead of $XDG_CONFIG_DIR/VideoLAN/).
-
-------------------------------------------------------------------------
-r21898 | jb | 2007-09-09 18:17:15 +0200 (Sun, 09 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   A /trunk/modules/gui/qt4/ui/vlm.ui
-
-Qt4 - Add a VLM.ui.
-Patch by Jean-Fran?\195?\167ois Massol
-
-
-------------------------------------------------------------------------
-r21897 | dionoea | 2007-09-09 18:13:56 +0200 (Sun, 09 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-
-Fix win32 typo.
-
-------------------------------------------------------------------------
-r21896 | dionoea | 2007-09-09 18:10:45 +0200 (Sun, 09 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/include/main.h
-   M /trunk/include/vlc_config.h
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/lua/vlclua.c
-   M /trunk/src/control/media_library.c
-   M /trunk/src/input/meta.c
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/modules/configuration.c
-   M /trunk/src/modules/configuration.h
-   M /trunk/src/modules/modules.c
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/src/video_output/vout_intf.c
-
-On OSes other than Windows, Mac OS X and BeOS (so it's Linux) comply with the XDG Base Directory Specification version 0.6. The old configuration file (vlcrc) will be copied to the new location. Other data like caches will have to be rebuilt (the album art cache in VLC was new in 0.9.0 so it's ok to lose it). Closes #1267
-
-------------------------------------------------------------------------
-r21895 | funman | 2007-09-09 16:46:22 +0200 (Sun, 09 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Fixes segfault
-------------------------------------------------------------------------
-r21894 | funman | 2007-09-09 15:43:40 +0200 (Sun, 09 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-Makes it clear that one-instance mode is optional
-------------------------------------------------------------------------
-r21893 | courmisch | 2007-09-09 13:22:16 +0200 (Sun, 09 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/stream_out/rtp.c
-
-stream_out_rtp: Linux splice() support
-
-------------------------------------------------------------------------
-r21892 | funman | 2007-09-09 11:36:16 +0200 (Sun, 09 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Fix trax issue 3 on win32, patch by Hannes Domani
-------------------------------------------------------------------------
-r21891 | ileoo | 2007-09-09 10:09:30 +0200 (Sun, 09 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-add back check to see if infopanel is opened for something else than
-current item.
-
-------------------------------------------------------------------------
-r21890 | jb | 2007-09-09 03:29:00 +0200 (Sun, 09 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-
-Qt4 - Add a close button on the extended Panels as requested. Trax#44 Closed.
-
-
-------------------------------------------------------------------------
-r21889 | jb | 2007-09-09 03:17:15 +0200 (Sun, 09 Sep 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-
-Qt4 - Volume: set the slider maximum to 200, in order to match the OSD % of the volume, which will help to debug.
-However, I still don't understand whether the "normal" volume is 256 or 512 and when starts the "dangerous" amplification
-
-
-
-------------------------------------------------------------------------
-r21888 | jb | 2007-09-09 02:59:44 +0200 (Sun, 09 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-
-Qt4 - Volume Icon updates NOT in an TIMEOUT function, which is called very often. Redesign only when needed.
-
-------------------------------------------------------------------------
-r21887 | funman | 2007-09-08 23:17:35 +0200 (Sat, 08 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-qt4 fullscreen: releases the vout
-------------------------------------------------------------------------
-r21886 | funman | 2007-09-08 22:18:25 +0200 (Sat, 08 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/services_discovery.c
-
-Makes services_discovery option strictly load the given module (i.e. not use a fallback module if the one specified isn't available)
-------------------------------------------------------------------------
-r21885 | funman | 2007-09-08 22:13:16 +0200 (Sat, 08 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-qt4 fullscreen: Uses FIND_ANYWHERE to find vout, fixes trax issue 24
-------------------------------------------------------------------------
-r21884 | funman | 2007-09-08 21:51:34 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-
-Moves volume icon update in the timer
-Sets default icon to high
-
-------------------------------------------------------------------------
-r21883 | jb | 2007-09-08 21:02:47 +0200 (Sat, 08 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-
-Qt4 - Volume, when clicked on the icon, mute and change the icon to the muted one.
-
-------------------------------------------------------------------------
-r21882 | funman | 2007-09-08 20:49:56 +0200 (Sat, 08 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   A /trunk/modules/gui/qt4/pixmaps/volume-muted.png (from /trunk/modules/gui/qt4/pixmaps/volume-low.png:21879)
-   M /trunk/modules/gui/qt4/res.qrc
-
-qt4: Adds a volume-muted icon
-------------------------------------------------------------------------
-r21881 | jb | 2007-09-08 20:32:17 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Volume: if volume > 50% of the sliderBar, then show the highVolume Label.
-
-
-------------------------------------------------------------------------
-r21880 | funman | 2007-09-08 19:54:38 +0200 (Sat, 08 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Don't use PLAYLIST_GO when adding directories, fix trax 16th issue
-------------------------------------------------------------------------
-r21879 | jb | 2007-09-08 19:24:18 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - Menu: inconstency, reattach interfaces to tools menu. Trax#44
-
-
-------------------------------------------------------------------------
-r21878 | jb | 2007-09-08 19:19:43 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Removing frightening debug message :D
-
-
-------------------------------------------------------------------------
-r21877 | jb | 2007-09-08 19:18:51 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - Menu. Code cosmetic.
-
-
-------------------------------------------------------------------------
-r21876 | jb | 2007-09-08 19:14:00 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/menus.hpp
-
-Qt4 - Menu consistency for Tools.
-
-
-------------------------------------------------------------------------
-r21875 | jb | 2007-09-08 18:01:33 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/podcast_configuration.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Qt4 - Cleanups, simplifications. Public=>Private for slots.
-
-
-------------------------------------------------------------------------
-r21874 | jb | 2007-09-08 17:48:31 +0200 (Sat, 08 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/gototime.hpp
-   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-   M /trunk/modules/gui/qt4/dialogs/messages.hpp
-
-Qt4 - Cleanups on dialog and public=>private.
-
-------------------------------------------------------------------------
-r21873 | jb | 2007-09-08 17:38:23 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/errors.cpp
-   M /trunk/modules/gui/qt4/dialogs/errors.hpp
-
-Qt4 - Errors: cleanup, trailing spaces and (). Public => private.
-
-
-------------------------------------------------------------------------
-r21872 | jb | 2007-09-08 17:11:58 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-Qt4 - Sout: Hide the UDP output options by default, but provide an easy way to activate it.
-
-
-------------------------------------------------------------------------
-r21871 | ileoo | 2007-09-08 17:08:54 +0200 (Sat, 08 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-
-only emit rateChanged when it has changed
-
-------------------------------------------------------------------------
-r21870 | courmisch | 2007-09-08 16:59:44 +0200 (Sat, 08 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/wav.c
-
-Simplify
-
-------------------------------------------------------------------------
-r21869 | jb | 2007-09-08 16:52:53 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Qt4 - oops. fix Trax#42
-
-
-------------------------------------------------------------------------
-r21868 | jb | 2007-09-08 16:50:22 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-Qt4 - cleanup.
-
-
-------------------------------------------------------------------------
-r21867 | jb | 2007-09-08 16:50:04 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Qt4 - add qt-error-dialogs option and fix interaction. Should fix part of #1229.
-
-
-------------------------------------------------------------------------
-r21866 | jb | 2007-09-08 16:10:31 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-Qt4 - Fix previous commit and implement also snapshot button.
-
-
-------------------------------------------------------------------------
-r21865 | jb | 2007-09-08 15:53:58 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-Qt4 - Fullscreen button should work now. hasVideo() does not work, so force the activation of related buttons.
-
-
-------------------------------------------------------------------------
-r21864 | jb | 2007-09-08 15:45:25 +0200 (Sat, 08 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Qt4 - MainInterface and InputManager: setRate actually shows something in the interface.
-
-------------------------------------------------------------------------
-r21863 | courmisch | 2007-09-08 14:00:13 +0200 (Sat, 08 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtcp.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/rtp.h
-
-RTCP SR is back
-
-------------------------------------------------------------------------
-r21862 | courmisch | 2007-09-08 13:36:00 +0200 (Sat, 08 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/Modules.am
-   A /trunk/modules/stream_out/rtcp.c
-   M /trunk/modules/stream_out/rtp.h
-
-Bring back the lightweight RTCP sender
-
-------------------------------------------------------------------------
-r21861 | courmisch | 2007-09-08 13:32:16 +0200 (Sat, 08 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Make room for RTCP support
-
-------------------------------------------------------------------------
-r21860 | jb | 2007-09-08 13:10:30 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - Audio/Video order fix in menus. Changes MediaInformation shortcut to Ctrl+I. Will not remove Ctrl+J for codecs since this is one of the most asked question.
-
-
-------------------------------------------------------------------------
-r21859 | jb | 2007-09-08 13:06:45 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-
-Qt4 - Stats. Reverse the statistic order. Resize to the correct size. Trax#48
-
-
-------------------------------------------------------------------------
-r21858 | jb | 2007-09-08 12:56:44 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/gototime.cpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-
-Qt4 - GotoTime: force emission of update() in the IM, in order to fix Trax#33
-
-
-------------------------------------------------------------------------
-r21857 | jb | 2007-09-08 12:45:04 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 TraxPage 27 QT4: initial size of vlc in windows.
-
-
-------------------------------------------------------------------------
-r21856 | jb | 2007-09-08 12:39:05 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-
-Qt4 - Open Capture: remove unuseful debug and use different numbers.
-
-
-------------------------------------------------------------------------
-r21855 | jb | 2007-09-08 12:23:24 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-Qt4 - Open: fix https handling, udp port and rtsp adress entering, fix Trax#15
-
-
-------------------------------------------------------------------------
-r21854 | courmisch | 2007-09-08 12:08:33 +0200 (Sat, 08 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Remove dead RTCP code
-
-------------------------------------------------------------------------
-r21853 | courmisch | 2007-09-08 11:50:01 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-access_out_udp: remove "raw" mode that is not used anymore
-(it was only used internally by the RTP sout).
-
-------------------------------------------------------------------------
-r21852 | courmisch | 2007-09-08 11:45:11 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Bring back the clock thread for RTP output.
-Only now there is one per track rather than one per client per track.
-
-------------------------------------------------------------------------
-r21851 | courmisch | 2007-09-08 11:36:35 +0200 (Sat, 08 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/configuration_chain.c
-
-Remove dummy error
-
-------------------------------------------------------------------------
-r21850 | ileoo | 2007-09-08 11:11:56 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-QT 7.2 seems to handle PPS/SPS ok, so send them too.
-small typo to fix port-audio/video sending.
-
-------------------------------------------------------------------------
-r21849 | courmisch | 2007-09-08 10:48:15 +0200 (Sat, 08 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Fix warnings
-
-------------------------------------------------------------------------
-r21848 | courmisch | 2007-09-08 10:43:14 +0200 (Sat, 08 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Code factorization
-
-------------------------------------------------------------------------
-r21847 | courmisch | 2007-09-08 09:51:14 +0200 (Sat, 08 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Cosmetics
-
-------------------------------------------------------------------------
-r21846 | jb | 2007-09-08 04:29:44 +0200 (Sat, 08 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-
-QT4: fix warning on already assigned hotkey
-Patch by  Hannes Domani
-
-
-------------------------------------------------------------------------
-r21845 | jb | 2007-09-08 04:00:20 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Qt4 - MI: Install an event filter to make click on timeLabel automatically switch between modes.
-
-
-------------------------------------------------------------------------
-r21844 | funman | 2007-09-08 03:56:00 +0200 (Sat, 08 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-Makes a debug msg more explicit
-------------------------------------------------------------------------
-r21843 | jb | 2007-09-08 03:45:16 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Qt4 - MainInterface, implement the feature request to show elapsed/remaining time in the statusBar() through a menu.
-
-
-------------------------------------------------------------------------
-r21842 | funman | 2007-09-08 03:35:51 +0200 (Sat, 08 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-qt4: Makes interface a bit wider on windows
-------------------------------------------------------------------------
-r21841 | funman | 2007-09-08 03:32:33 +0200 (Sat, 08 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Shows qt4 notification only if the player isn't visible
-------------------------------------------------------------------------
-r21840 | funman | 2007-09-08 03:14:23 +0200 (Sat, 08 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/util/directslider.hpp
-
-Fix duration slider. Patch by Hannes Domani
-------------------------------------------------------------------------
-r21839 | funman | 2007-09-08 02:46:40 +0200 (Sat, 08 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   A /trunk/modules/gui/qt4/pixmaps/pause.png (from /trunk/modules/gui/qt4/pixmaps/play.png:21834)
-   M /trunk/modules/gui/qt4/res.qrc
-
-Adds a pause pixmap for the play/pause button
-Fix play/pause toggle
-Removes 2 unused signals
-
-------------------------------------------------------------------------
-r21838 | jb | 2007-09-08 02:36:28 +0200 (Sat, 08 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-Qt4 - Dialog sizing.
-
-------------------------------------------------------------------------
-r21837 | jb | 2007-09-08 02:30:45 +0200 (Sat, 08 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-
-Qt4 - MediaInfo: layout again.
-
-------------------------------------------------------------------------
-r21836 | jb | 2007-09-08 02:20:13 +0200 (Sat, 08 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-Qt4 - InfoPanels:  correct a slot, correct slightly the layout.
-
-------------------------------------------------------------------------
-r21835 | jb | 2007-09-08 02:13:06 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-
-Qt4 - Infopanels: cleanup, verification, updates of more widgets, block the edition of NowPLaying.
-
-
-------------------------------------------------------------------------
-r21834 | jb | 2007-09-08 01:35:41 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-
-Qt4 - Media Info: cleanup, and move public => private.
-
-
-------------------------------------------------------------------------
-r21833 | jb | 2007-09-08 01:26:32 +0200 (Sat, 08 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-
-Qt4 - Media Info. Re-add some info for DVB. Clean the in_Edit state that was stored two times in different classes.
-
-
-------------------------------------------------------------------------
-r21832 | funman | 2007-09-08 01:06:32 +0200 (Sat, 08 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/misc/notify/growl.c
-
-Uses add_password for passwords
-------------------------------------------------------------------------
-r21831 | dionoea | 2007-09-07 22:03:30 +0200 (Fri, 07 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-
-Qt4 video filters panel: Comment out a debug message.
-
-------------------------------------------------------------------------
-r21830 | courmisch | 2007-09-07 18:21:58 +0200 (Fri, 07 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Send data the same way for the explicit #rtp destination
-and fix a few minor leaks
-
-------------------------------------------------------------------------
-r21829 | courmisch | 2007-09-07 17:57:38 +0200 (Fri, 07 Sep 2007) | 11 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/rtp.h
-   M /trunk/modules/stream_out/rtsp.c
-
-Use plain sockets rather than the UDP access output for RTSP.
-This saves:
- - one malloc() per packet per client } due to
- - one memcpy() per packet per client } block_Duplicate()
- - one mwait() per packet per client, and
- - one thread per client per track
-
-So it should really help scale RTSP broadcast up.
-However, in its current state, it removes the pts synchronization,
-which might not be such a great idea. I will re-add it later.
-
-------------------------------------------------------------------------
-r21828 | courmisch | 2007-09-07 16:48:59 +0200 (Fri, 07 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-separate grabber creation
-
-------------------------------------------------------------------------
-r21827 | courmisch | 2007-09-07 16:37:55 +0200 (Fri, 07 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-#include order
-
-------------------------------------------------------------------------
-r21826 | courmisch | 2007-09-07 16:29:20 +0200 (Fri, 07 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/minimal_macosx
-
-svn:ignore
-
-------------------------------------------------------------------------
-r21825 | pdherbemont | 2007-09-07 15:55:08 +0200 (Fri, 07 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/darwin_specific.c
-
-misc/darwin_specific.c: Fix identation (oops). Fix a crash on startup (oops).
-
-------------------------------------------------------------------------
-r21824 | jb | 2007-09-07 14:47:46 +0200 (Fri, 07 Sep 2007) | 5 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-
-Contribs: x264, fix the new configure of x264.
-ADD a $STRIP option to bootstrap because x264 needs it
-
-
-
-------------------------------------------------------------------------
-r21823 | ileoo | 2007-09-07 12:20:30 +0200 (Fri, 07 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-
-Use QLineEdit+inputMask instead of QSpinBox, still some alignment issue
-with numbers to be solved.
-
-------------------------------------------------------------------------
-r21822 | jb | 2007-09-07 00:29:27 +0200 (Fri, 07 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-Qt4 - Sout: UDP is back
-
-
-------------------------------------------------------------------------
-r21821 | jb | 2007-09-07 00:25:53 +0200 (Fri, 07 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-
-Qt4 - Open: solve a bug in a signal.
-
-
-------------------------------------------------------------------------
-r21820 | damienf | 2007-09-07 00:06:23 +0200 (Fri, 07 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/mpcdec.patch
-
-contribs: fixed mpcdec cross-compilation
-
-------------------------------------------------------------------------
-r21819 | xtophe | 2007-09-06 23:40:50 +0200 (Thu, 06 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/po/sl.po
-
-Slovenian translation update by Matej Urban?\196?\141i?\196?\141
-
-------------------------------------------------------------------------
-r21818 | jpsaman | 2007-09-06 23:36:45 +0200 (Thu, 06 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Revert change on mpcdec, which shouldn't have been in [21543]
-------------------------------------------------------------------------
-r21817 | jb | 2007-09-06 20:35:30 +0200 (Thu, 06 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-Qt4 - Sout: UDP => RTP.
-
-
-------------------------------------------------------------------------
-r21816 | courmisch | 2007-09-06 20:32:40 +0200 (Thu, 06 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-
-Use #rtp consistent with MacOS and wx GUIs
-(I haven't checked whether the UI labels need updating)
-
-------------------------------------------------------------------------
-r21815 | jb | 2007-09-06 20:22:06 +0200 (Thu, 06 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-THanks - typo.
-
-------------------------------------------------------------------------
-r21814 | jb | 2007-09-06 19:59:36 +0200 (Thu, 06 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Qt4 - Optimization of mrl generator. Only needed things are generated.
-patch by Jean-Fran?\195?\167ois Massol
-
-
-------------------------------------------------------------------------
-r21813 | jb | 2007-09-06 18:04:14 +0200 (Thu, 06 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Contribs: don't disable network, since it breaks libavformat compilation, especially on Windaube.
-
-
-------------------------------------------------------------------------
-r21812 | jb | 2007-09-06 17:47:37 +0200 (Thu, 06 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-NEWS. add mention of spatializer filter.
-
-
-------------------------------------------------------------------------
-r21811 | jb | 2007-09-06 14:27:59 +0200 (Thu, 06 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-Qt4 - Define a TOGGLEV to toggleVisible on QWidgets, and use it instead of rewriting the code n times.
-
-------------------------------------------------------------------------
-r21810 | jb | 2007-09-06 14:18:58 +0200 (Thu, 06 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-
-Qt4 - Sout: add a file mask on the known muxers.
-patch by Jean-Fran?\195?\167ois Massol
-
-------------------------------------------------------------------------
-r21809 | jb | 2007-09-06 13:59:32 +0200 (Thu, 06 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.hpp
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-Qt4 - Sout: hide SAP options and ttl options when you don't stream. Adapt the label on the okButton according...
-
-
-------------------------------------------------------------------------
-r21808 | jb | 2007-09-06 13:18:01 +0200 (Thu, 06 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Main Interface: hiding menus does hide the controls and the statusBar. Still a lot of problems with that code, but at least it can be reverted.
-
-
-------------------------------------------------------------------------
-r21807 | jb | 2007-09-06 04:03:21 +0200 (Thu, 06 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-
-Thanks to jf massol for Qt4 work.
-
-
-------------------------------------------------------------------------
-r21806 | pdherbemont | 2007-09-06 03:58:53 +0200 (Thu, 06 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Activate minimal_macosx.
-
-------------------------------------------------------------------------
-r21805 | jb | 2007-09-06 03:56:02 +0200 (Thu, 06 Sep 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-Qt4 - Sout: add functions to choose some predefined profiles for audio/video codecs.
-Only basics options are done ( AVCodec + Muxer mainly ).
-Two profiles are done. If you want to add more, then search "ADD HERE" in sout.cpp.
-Reindentation of older code.
-
-
-------------------------------------------------------------------------
-r21804 | jb | 2007-09-06 02:20:40 +0200 (Thu, 06 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-Qt4 - Names changement and some bug fixes.
-
-
-------------------------------------------------------------------------
-r21803 | jb | 2007-09-06 01:43:33 +0200 (Thu, 06 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.hpp
-
-qt4 - Sout: trailing spaces.
-
-
-------------------------------------------------------------------------
-r21802 | jb | 2007-09-06 01:23:27 +0200 (Thu, 06 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-qt4 - Sout.ui in a Qt4.2 compatible way.
-
-
-------------------------------------------------------------------------
-r21801 | jb | 2007-09-06 01:17:19 +0200 (Thu, 06 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-Qt4 - Sout: cosmetic changes, simplifications and suffix adding for the new .ui.
-
-
-------------------------------------------------------------------------
-r21800 | jb | 2007-09-06 01:05:47 +0200 (Thu, 06 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.hpp
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-Qt4 - Sout rework, Initial work.
-Patch by Jean-Fran?\195?\167ois Massol
-
-
-------------------------------------------------------------------------
-r21799 | pdherbemont | 2007-09-06 00:33:20 +0200 (Thu, 06 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/darwin_specific.c
-
-misc/darwin_specific.c: Fix framework detection.
-
-------------------------------------------------------------------------
-r21798 | xtophe | 2007-09-06 00:11:02 +0200 (Thu, 06 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/po/POTFILES.in
-
-Fix make dist
-
-------------------------------------------------------------------------
-r21797 | jb | 2007-09-05 23:54:45 +0200 (Wed, 05 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-Oops.
-
-
-------------------------------------------------------------------------
-r21796 | jb | 2007-09-05 23:48:07 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-Fortunes ! thx Mirsal && thresh
-
-------------------------------------------------------------------------
-r21795 | xtophe | 2007-09-05 23:12:53 +0200 (Wed, 05 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/fr.po
-   M /trunk/po/vlc.pot
-
-Update the file list for l10n
-a few fix in fr.po
-
-------------------------------------------------------------------------
-r21794 | xtophe | 2007-09-05 22:34:04 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Fix warnings about asprintf() + cosmetics
-
-------------------------------------------------------------------------
-r21793 | courmisch | 2007-09-05 21:58:01 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-Rationalize TCP error messages a bit
-
-------------------------------------------------------------------------
-r21792 | courmisch | 2007-09-05 21:51:21 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-Allow SOCKS server to be a hostname rather than an IP always
-
-------------------------------------------------------------------------
-r21791 | courmisch | 2007-09-05 21:24:52 +0200 (Wed, 05 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Fix the exact same remote DoS as in RTSP stream output
-(SETUP without Transport:)
-
-------------------------------------------------------------------------
-r21790 | funman | 2007-09-05 20:46:35 +0200 (Wed, 05 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-
-Fix [21766]
-------------------------------------------------------------------------
-r21789 | pdherbemont | 2007-09-05 20:45:09 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/darwin_specific.c
-
-misc/darwin_specific.c: Correctly detect the Mac OS X framework.
-
-------------------------------------------------------------------------
-r21788 | pdherbemont | 2007-09-05 20:12:06 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-isrc/Makefile.am: Include media_list_path.h to fix make dist-clean, as requested by j-b and aballier.
-
-------------------------------------------------------------------------
-r21787 | jpsaman | 2007-09-05 19:46:55 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/codec/dvbsub.c
-
-Add function to get a human readible string for a vlc_fourcc_t value.
-
-------------------------------------------------------------------------
-r21786 | jb | 2007-09-05 19:46:04 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/podcast_configuration.cpp
-   M /trunk/modules/gui/qt4/ui/podcast_configuration.ui
-
-Qt4 - Podcast dialog: Don't use the default OK/Cancel buttons, because they wouldn't be translated if we do it the default way. This does almost the same output. 
-
-------------------------------------------------------------------------
-r21785 | courmisch | 2007-09-05 19:04:14 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-
-Fix old ffmpeg linking regression from [20357]
-
-------------------------------------------------------------------------
-r21784 | courmisch | 2007-09-05 18:43:55 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Always autodetect MRU
-
-------------------------------------------------------------------------
-r21783 | jb | 2007-09-05 18:29:03 +0200 (Wed, 05 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-Qt4 - forgotten "," for windows.
-
-
-------------------------------------------------------------------------
-r21782 | funman | 2007-09-05 18:09:43 +0200 (Wed, 05 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/po/fr.po
-
-Updates french translation
-------------------------------------------------------------------------
-r21781 | funman | 2007-09-05 18:09:19 +0200 (Wed, 05 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Fix use of qcleanlooks style
-------------------------------------------------------------------------
-r21780 | jb | 2007-09-05 18:06:01 +0200 (Wed, 05 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-
-Qt4 - cosmetic and trailing spaces. symbols fix.
-
-
-------------------------------------------------------------------------
-r21779 | jb | 2007-09-05 17:54:36 +0200 (Wed, 05 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-
-Qt4 - Compile fix for windows.
-
-
-------------------------------------------------------------------------
-r21778 | jb | 2007-09-05 17:47:49 +0200 (Wed, 05 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_intf_strings.h
-
-Add a string. Forgot that file in previous commits.
-
-
-------------------------------------------------------------------------
-r21777 | jb | 2007-09-05 17:37:51 +0200 (Wed, 05 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-
-Qt4 - Rename add() function to a more instructive name.
-
-
-------------------------------------------------------------------------
-r21776 | jb | 2007-09-05 17:33:32 +0200 (Wed, 05 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-
-Qt4 - Cleanups and use QMenu on the stack to avoid leaks. Show menu with exec instead of popup.
-
-
-------------------------------------------------------------------------
-r21775 | jb | 2007-09-05 17:32:06 +0200 (Wed, 05 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-
-Qt4 - Cleanup and start code to get the possibility on Windows to open the containing folder...
-
-
-------------------------------------------------------------------------
-r21774 | jb | 2007-09-05 17:14:56 +0200 (Wed, 05 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-
-Qt4 - Right click on the header on the QTreeView for the playlist enables you to choose the columns you want to be shown. This removes also the code that was in the Model part since this is View Related. Ref #1282 (almost done).
-There is still segfaults on close of VLC after that menu is triggered.
-
-
-------------------------------------------------------------------------
-r21773 | jb | 2007-09-05 17:08:03 +0200 (Wed, 05 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/util/customwidgets.cpp
-   M /trunk/modules/gui/qt4/util/customwidgets.hpp
-
-Qt4 - cosmetic 
-
-
-------------------------------------------------------------------------
-r21772 | courmisch | 2007-09-05 15:52:35 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/ps.c
-
-Do not assume that long long = int64_t
-
-------------------------------------------------------------------------
-r21771 | courmisch | 2007-09-05 15:52:05 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/smb.c
-
-Missing static
-
-------------------------------------------------------------------------
-r21770 | courmisch | 2007-09-05 15:51:45 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/nsc.c
-
-#include fix
-
-------------------------------------------------------------------------
-r21769 | courmisch | 2007-09-05 15:51:21 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/notify/notify.c
-   M /trunk/modules/misc/rtsp.c
-
-#include order
-
-------------------------------------------------------------------------
-r21768 | courmisch | 2007-09-05 15:51:01 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/extract.c
-
-Missing static
-
-------------------------------------------------------------------------
-r21767 | courmisch | 2007-09-05 15:50:45 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-#include order
-
-------------------------------------------------------------------------
-r21766 | courmisch | 2007-09-05 15:50:28 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-
-Const warning
-
-------------------------------------------------------------------------
-r21765 | courmisch | 2007-09-05 15:50:02 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/gvp.c
-   M /trunk/modules/demux/playlist/ifo.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/playlist/qtl.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-
-Fix #includes and remove useless variable
-
-------------------------------------------------------------------------
-r21764 | courmisch | 2007-09-05 15:49:30 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/bonjour.c
-   M /trunk/modules/access_output/bonjour.h
-
-Missing const
-
-------------------------------------------------------------------------
-r21763 | damienf | 2007-09-05 14:07:33 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-wxwidgets: fix crash in playlist due to change in meta behaviour (all metas used to retunr "" rather than NULL)
-
-------------------------------------------------------------------------
-r21762 | jb | 2007-09-05 13:01:43 +0200 (Wed, 05 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-
-qt4 - Main controls, small modification and implementation of fullscreen().
-
-
-------------------------------------------------------------------------
-r21761 | jb | 2007-09-05 13:00:42 +0200 (Wed, 05 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-
-Qt4 - removing some debug.
-
-
-------------------------------------------------------------------------
-r21760 | courmisch | 2007-09-05 08:51:54 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/stats.c
-
-#include order
-
-------------------------------------------------------------------------
-r21759 | courmisch | 2007-09-05 08:51:34 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/osd/osd_parser.c
-   M /trunk/src/stream_output/sap.c
-
-size_t / int confusion
-
-------------------------------------------------------------------------
-r21758 | bitmap | 2007-09-05 08:03:23 +0200 (Wed, 05 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-starttime.patch
-
-Change the format of the patch to live, since buildbot is
-now blaming me for breaking this even though I've never
-touched it.
-
-------------------------------------------------------------------------
-r21757 | bitmap | 2007-09-05 07:14:33 +0200 (Wed, 05 Sep 2007) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/subtitles/Modules.am
-   M /trunk/modules/codec/subtitles/subsass.c
-   M /trunk/modules/codec/subtitles/subsdec.c
-   M /trunk/modules/codec/subtitles/subsdec.h
-   M /trunk/modules/codec/subtitles/subsusf.c
-
-Move more of the code for USF subtitles decoding out into separate
-module. It has almost no code in common with normal subtitles and ASS
-subtitle decoding, and this split further simplifies what belongs to
-what.
-
-------------------------------------------------------------------------
-r21756 | bitmap | 2007-09-05 03:03:01 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Correct a warning on OSX
-
-------------------------------------------------------------------------
-r21755 | bitmap | 2007-09-05 03:02:34 +0200 (Wed, 05 Sep 2007) | 5 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Add additional dependancies on fontconfig so that a rebuild will
-be forced when the patch or the Makefile itself changes - a previous
-change hasn't been picked up by buildbot, and it hasn't been
-corrected on win32 builds.
-
-------------------------------------------------------------------------
-r21754 | bitmap | 2007-09-05 02:24:27 +0200 (Wed, 05 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/darwin.mak
-   M /trunk/extras/contrib/src/Makefile
-
-Add fontconfig to OSX builds
-
-------------------------------------------------------------------------
-r21753 | dionoea | 2007-09-04 23:08:56 +0200 (Tue, 04 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/seamcarving.c
-
-Hopefully fix the build for windows.
-
-------------------------------------------------------------------------
-r21752 | jpsaman | 2007-09-04 22:32:16 +0200 (Tue, 04 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-Damn previous commit was even worse. I need some rest.
-
-------------------------------------------------------------------------
-r21751 | dionoea | 2007-09-04 22:30:56 +0200 (Tue, 04 Sep 2007) | 7 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/seamcarving.c (from /trunk/modules/video_filter/gradient.c:21737)
-
-Start seamcarving video filter. I'm commiting this mainly to get it in a windows build. This still needs some heavy optimisation, support for vertical resizing, colors and upscaling.
-
-Sample command line for those who want to test: time ./vlc fake: --fake-file ~/images/NATURE-Fakarava_400x300.jpg --fake-fps 5 -I dummy --control rc -V x11 --video-filter seamcarving@s
-You can change the croping by using commands like:
-@s crop 200 (a crop value of 0 resets it to the default mode)
-
-
-------------------------------------------------------------------------
-r21750 | courmisch | 2007-09-04 21:26:57 +0200 (Tue, 04 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/services_discovery/sap.c
-
-Fix minor cast mistmatches
-
-------------------------------------------------------------------------
-r21749 | courmisch | 2007-09-04 21:26:26 +0200 (Tue, 04 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access_filter/bandwidth.c
-   M /trunk/modules/misc/gnutls.c
-
-Fix incorrect type size on 64bits
-
-------------------------------------------------------------------------
-r21748 | courmisch | 2007-09-04 21:25:38 +0200 (Tue, 04 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
-Fix referenced types (potentially fix crash with CGIs on 64bits)
-
-------------------------------------------------------------------------
-r21747 | courmisch | 2007-09-04 21:23:37 +0200 (Tue, 04 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-
-Fix crash
-
-------------------------------------------------------------------------
-r21746 | courmisch | 2007-09-04 21:21:53 +0200 (Tue, 04 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/stream_out/bridge.c
-   M /trunk/modules/stream_out/mosaic_bridge.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/video_filter/blend.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/mosaic.h
-
-Fix some cast warnings
-
-------------------------------------------------------------------------
-r21745 | courmisch | 2007-09-04 21:20:14 +0200 (Tue, 04 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/var.c
-   M /trunk/src/modules/entry.c
-   M /trunk/src/video_output/vout_intf.c
-
-Fix pointer-int casts warnings
-
-------------------------------------------------------------------------
-r21744 | courmisch | 2007-09-04 21:19:22 +0200 (Tue, 04 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules_macros.h
-
-Fix some 64bits warnings
-
-------------------------------------------------------------------------
-r21743 | jpsaman | 2007-09-04 15:13:27 +0200 (Tue, 04 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-Oops forgot to print the chroma.
-
-------------------------------------------------------------------------
-r21742 | Trax | 2007-09-03 23:34:56 +0200 (Mon, 03 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/demuxdump.c
-
-* modules/demux/demuxdump.c: typo dumpper -> dumper
-------------------------------------------------------------------------
-r21741 | jb | 2007-09-03 23:10:56 +0200 (Mon, 03 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-
-Qt4 - add .mxf and .gxf to video files.
-
-
-------------------------------------------------------------------------
-r21740 | jpsaman | 2007-09-03 22:26:21 +0200 (Mon, 03 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-Print error when chroma is not supported
-
-------------------------------------------------------------------------
-r21739 | jpsaman | 2007-09-03 22:20:07 +0200 (Mon, 03 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-Check malloc return values.
-
-------------------------------------------------------------------------
-r21738 | funman | 2007-09-03 21:06:58 +0200 (Mon, 03 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/COPYING
-
-Updates COPYING with new FSF address, removes weird characters
-------------------------------------------------------------------------
-r21737 | courmisch | 2007-09-03 18:01:40 +0200 (Mon, 03 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-subdir build fix
-
-------------------------------------------------------------------------
-r21736 | courmisch | 2007-09-03 18:00:02 +0200 (Mon, 03 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-BSD make fix
-
-------------------------------------------------------------------------
-r21735 | damienf | 2007-09-03 17:14:44 +0200 (Mon, 03 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/rand.c
-
-misc/rand.c: cleanup and fix a stupid bug
-
-------------------------------------------------------------------------
-r21734 | bitmap | 2007-09-03 07:06:35 +0200 (Mon, 03 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Fix cross compile of x264. The --crosscompile switch being added by the patch doesn't appear to have worked for some time.
-------------------------------------------------------------------------
-r21733 | funman | 2007-09-03 01:47:51 +0200 (Mon, 03 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Fix wxwidgets compilation
-------------------------------------------------------------------------
-r21732 | damienf | 2007-09-02 23:47:07 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/rand.c
-
-misc/rand.c: actually, windows comes with a particularily comprehensive crypto library
-
-------------------------------------------------------------------------
-r21731 | jb | 2007-09-02 23:41:33 +0200 (Sun, 02 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-qt4  wording.
-
-
-------------------------------------------------------------------------
-r21730 | jb | 2007-09-02 23:33:21 +0200 (Sun, 02 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Qt4 - add a warning about the composite thing.
-
-
-------------------------------------------------------------------------
-r21729 | funman | 2007-09-02 23:30:04 +0200 (Sun, 02 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Removes leftover of previous commit
-------------------------------------------------------------------------
-r21728 | funman | 2007-09-02 23:28:56 +0200 (Sun, 02 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Adds an option to qt4 intf to set opacity for main interface, playlist, and extended panels.
-Note that on french locale floats are 0,x and not 0.x
-
-------------------------------------------------------------------------
-r21727 | dionoea | 2007-09-02 23:24:53 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/podcast_configuration.cpp
-
-If the podcast service discovery is already runing, update its podcast-urls variable.
-
-------------------------------------------------------------------------
-r21726 | dionoea | 2007-09-02 23:24:02 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/podcast.c
-
-Rewrite parts of the podcast service discovery module and make it handle additions to the url list at runtime. (deletions are not supported, without a module restart)
-
-------------------------------------------------------------------------
-r21725 | dionoea | 2007-09-02 23:22:32 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/services_discovery.c
-
-Attach service discovery objects to the playlist (and remove a bunch of trailing spaces).
-
-------------------------------------------------------------------------
-r21724 | xtophe | 2007-09-02 23:13:07 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/po/it.po
-
-Italian l10n update by Vincenzo Reale
-
-------------------------------------------------------------------------
-r21723 | courmisch | 2007-09-02 22:01:13 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/rand.c
-
-! It did say NON-PREDICTIBLE at the top of the file, didn't it?
-
-------------------------------------------------------------------------
-r21722 | dionoea | 2007-09-02 18:55:23 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-Apply "[PATCH] controls widget" by Domani Hannes. Thanks.
-
-------------------------------------------------------------------------
-r21721 | dionoea | 2007-09-02 18:17:36 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/dialogs
-   A /trunk/modules/gui/qt4/dialogs/podcast_configuration.cpp
-   A /trunk/modules/gui/qt4/dialogs/podcast_configuration.hpp (from /trunk/modules/gui/qt4/dialogs/playlist.hpp:21713)
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   A /trunk/modules/gui/qt4/ui/podcast_configuration.ui
-
-Add a podcast configuration dialog to the Qt4 interface/dialogs provider.
-
-------------------------------------------------------------------------
-r21720 | dionoea | 2007-09-02 18:14:27 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/podcast.c
-
-Change the podcast-urls config option to auto save.
-
-------------------------------------------------------------------------
-r21719 | dionoea | 2007-09-02 16:34:01 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-
-[21716] in a Qt 4.2 compatible way.
-
-------------------------------------------------------------------------
-r21718 | dionoea | 2007-09-02 14:50:41 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Add option to disable the Qt interface notification popup.
-
-------------------------------------------------------------------------
-r21717 | funman | 2007-09-02 14:47:44 +0200 (Sun, 02 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-Partially revert [21689]. Ships AUTHORS and THANKS with windows package
-------------------------------------------------------------------------
-r21716 | dionoea | 2007-09-02 14:39:44 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-
-Make the skins download url clickable in the simple preferences.
-
-------------------------------------------------------------------------
-r21715 | jb | 2007-09-02 12:10:00 +0200 (Sun, 02 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-Qt4 - adding a '...' in the description... Cosmetic
-
-
-------------------------------------------------------------------------
-r21714 | dionoea | 2007-09-02 11:34:21 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-Change the web irc url here too (and split the help string on several lines).
-
-------------------------------------------------------------------------
-r21713 | courmisch | 2007-09-02 11:06:57 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Fixes
-
-------------------------------------------------------------------------
-r21712 | courmisch | 2007-09-02 10:59:59 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Handle HTTP OPTIONS
-
-------------------------------------------------------------------------
-r21711 | courmisch | 2007-09-02 10:51:01 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_httpd.h
-   M /trunk/src/network/httpd.c
-
-Don't claim to support HTTP 1.x where x > 1
-
-------------------------------------------------------------------------
-r21710 | courmisch | 2007-09-02 09:33:40 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config_cat.h
-
-Missing const
-
-------------------------------------------------------------------------
-r21709 | courmisch | 2007-09-02 09:32:06 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-
-Fix warnings
-
-------------------------------------------------------------------------
-r21708 | courmisch | 2007-09-02 09:30:43 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Fix warnings
-
-------------------------------------------------------------------------
-r21707 | courmisch | 2007-09-02 09:28:08 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/pixmaps/advanced.xpm
-   M /trunk/modules/gui/qt4/pixmaps/audio.xpm
-   M /trunk/modules/gui/qt4/pixmaps/codec.xpm
-   M /trunk/modules/gui/qt4/pixmaps/intf.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_card.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_cdda.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_directory.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_disc.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_file.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_net.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_node.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_playlist.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_unknown.xpm
-   M /trunk/modules/gui/qt4/pixmaps/video.xpm
-
-Another set of missing consts
-
-------------------------------------------------------------------------
-r21706 | courmisch | 2007-09-02 09:26:10 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/pixmaps/advanced.xpm
-   M /trunk/modules/gui/qt4/pixmaps/audio.xpm
-   M /trunk/modules/gui/qt4/pixmaps/codec.xpm
-   M /trunk/modules/gui/qt4/pixmaps/intf.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_card.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_cdda.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_directory.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_disc.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_file.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_net.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_node.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_playlist.xpm
-   M /trunk/modules/gui/qt4/pixmaps/type_unknown.xpm
-   M /trunk/modules/gui/qt4/pixmaps/video.xpm
-
-eol:style
-
-------------------------------------------------------------------------
-r21705 | courmisch | 2007-09-02 09:25:07 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/pixmaps/go-next.png
-   M /trunk/modules/gui/qt4/pixmaps/next.png
-   M /trunk/modules/gui/qt4/pixmaps/noart.png
-   M /trunk/modules/gui/qt4/pixmaps/play.png
-   M /trunk/modules/gui/qt4/pixmaps/playlist_icon.png
-   M /trunk/modules/gui/qt4/pixmaps/previous.png
-   M /trunk/modules/gui/qt4/pixmaps/spref_cone_Audio_64.png
-   M /trunk/modules/gui/qt4/pixmaps/spref_cone_Hotkeys_64.png
-   M /trunk/modules/gui/qt4/pixmaps/spref_cone_Input_64.png
-   M /trunk/modules/gui/qt4/pixmaps/spref_cone_Interface_64.png
-   M /trunk/modules/gui/qt4/pixmaps/spref_cone_Subtitles_64.png
-   M /trunk/modules/gui/qt4/pixmaps/spref_cone_Video_64.png
-   M /trunk/modules/gui/qt4/pixmaps/stop.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_capture-card_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_disc_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_file-asym_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_file-wide_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_folder-blue_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_folder-grey_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_harddisk_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_help_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_info_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_messages_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_network_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_next_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_pause_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_play_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_playlist_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_preferences_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_previous_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_quit_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_settings_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_stop_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_stream_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_tape_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/volume-high.png
-   M /trunk/modules/gui/qt4/pixmaps/volume-low.png
-
-image/png rather than application/octet-stream
-
-------------------------------------------------------------------------
-r21704 | courmisch | 2007-09-02 09:23:12 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/share/vlc16x16.xpm
-   M /trunk/share/vlc32x32.xpm
-
-Typo
-
-------------------------------------------------------------------------
-r21703 | courmisch | 2007-09-02 09:22:32 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/share/pda-forwardb16x16.xpm
-   M /trunk/share/pda-openb16x16.xpm
-   M /trunk/share/pda-pauseb16x16.xpm
-   M /trunk/share/pda-playb16x16.xpm
-   M /trunk/share/pda-playlistb16x16.xpm
-   M /trunk/share/pda-preferencesb16x16.xpm
-   M /trunk/share/pda-rewindb16x16.xpm
-   M /trunk/share/pda-stopb16x16.xpm
-   M /trunk/share/vlc16x16.xpm
-   M /trunk/share/vlc32x32.xpm
-
-Add missing const - should fix a few Qt4 warnings
-
-------------------------------------------------------------------------
-r21702 | courmisch | 2007-09-02 09:21:02 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/share/pda-forwardb16x16.xpm
-   M /trunk/share/pda-openb16x16.xpm
-   M /trunk/share/pda-pauseb16x16.xpm
-   M /trunk/share/pda-playb16x16.xpm
-   M /trunk/share/pda-playlistb16x16.xpm
-   M /trunk/share/pda-preferencesb16x16.xpm
-   M /trunk/share/pda-rewindb16x16.xpm
-   M /trunk/share/pda-stopb16x16.xpm
-   M /trunk/share/vlc16x16.xpm
-   M /trunk/share/vlc32x32.xpm
-
-Remove harmful MIME type
-
-------------------------------------------------------------------------
-r21701 | courmisch | 2007-09-02 09:18:33 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/share/pda-forwardb16x16.xpm
-   M /trunk/share/pda-openb16x16.xpm
-   M /trunk/share/pda-pauseb16x16.xpm
-   M /trunk/share/pda-playb16x16.xpm
-   M /trunk/share/pda-playlistb16x16.xpm
-   M /trunk/share/pda-preferencesb16x16.xpm
-   M /trunk/share/pda-rewindb16x16.xpm
-   M /trunk/share/pda-stopb16x16.xpm
-   M /trunk/share/vlc16x16.xpm
-   M /trunk/share/vlc32x32.xpm
-
-XPM are text files, not binaries
-
-------------------------------------------------------------------------
-r21700 | courmisch | 2007-09-02 09:08:20 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Fix automake warning
-
-------------------------------------------------------------------------
-r21699 | funman | 2007-09-02 06:03:11 +0200 (Sun, 02 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-
-alsa: don't start playing before at least a period has been written to the alsa device
-fixes #1165
-
-------------------------------------------------------------------------
-r21698 | xtophe | 2007-09-02 00:43:54 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-Oups
-
-------------------------------------------------------------------------
-r21697 | xtophe | 2007-09-02 00:36:12 +0200 (Sun, 02 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-We are in 2007
-
-------------------------------------------------------------------------
-r21696 | xtophe | 2007-09-01 23:44:12 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/rand.c
-
-rand_s() is only in Win XP and latest. so use rand() until we decide to not support win2000
-
-------------------------------------------------------------------------
-r21695 | dionoea | 2007-09-01 22:37:17 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Fix the use of commands list, tree and vars in the rc interface which were broken since [21138].
-
-------------------------------------------------------------------------
-r21694 | courmisch | 2007-09-01 22:04:56 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-
-Fix segmentation fault
-
-------------------------------------------------------------------------
-r21693 | courmisch | 2007-09-01 21:34:41 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-
-Remove old unused code
-
-------------------------------------------------------------------------
-r21692 | courmisch | 2007-09-01 21:34:09 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-
-Factorize aggregate and non-aggregate RTSP code paths
-
-------------------------------------------------------------------------
-r21691 | courmisch | 2007-09-01 21:03:22 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-
-Cosmetics
-
-------------------------------------------------------------------------
-r21690 | courmisch | 2007-09-01 19:50:51 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/streamdata.cpp
-
-Use RTP sout for RTP
-
-------------------------------------------------------------------------
-r21689 | funman | 2007-09-01 19:43:49 +0200 (Sat, 01 Sep 2007) | 7 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/THANKS
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-qt4: Fix help dialog (again)
-Uses builtin AUTHORS THANKS and COPYING files on every platform
-Don't ship AUTHORS.txt and THANKS.txt on windows packages
-COPYING.txt is kept since it's used in the nsis installer
-Only show authors' name instead of the full AUTHORS file
-Removes an empty line in THANKS to make it easier to parse without using endless pipes
-
-------------------------------------------------------------------------
-r21688 | jb | 2007-09-01 19:36:48 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/MAINTAINERS
-
-Add myself as qt4  maintainer :D
-
-
-------------------------------------------------------------------------
-r21687 | courmisch | 2007-09-01 19:34:39 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-
-Improve randomness of RTSP session ID.
-Now it should not be possible to guess other people's ID.
-
-------------------------------------------------------------------------
-r21686 | courmisch | 2007-09-01 19:32:18 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-Fix a few warnings
-
-------------------------------------------------------------------------
-r21685 | jb | 2007-09-01 19:27:50 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-
-Modification of THANKS about Pierre-Luc Beaudoin contributions.
-
-
-------------------------------------------------------------------------
-r21684 | jb | 2007-09-01 19:26:17 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-
-Qt4 - Jack Input UI.
-
-
-------------------------------------------------------------------------
-r21683 | courmisch | 2007-09-01 19:10:55 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Fix about.hpp generation
-
-------------------------------------------------------------------------
-r21682 | courmisch | 2007-09-01 18:58:35 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-   A /trunk/modules/genmf
-
-Separate Makefile generation from bootstrap
-so that we can update individual Makefile.am files.
-
-------------------------------------------------------------------------
-r21681 | jb | 2007-09-01 18:55:47 +0200 (Sat, 01 Sep 2007) | 7 lines
-Changed paths:
-   M /trunk/modules/access/jack.c
-
-Jack Input bugfixes and some more options:
-   - bug: cracking in the captured sound
-   - autoconnect to inputs
-   - use VLC pace
-Patch by Pierre-Luc Beaudoin from Savoir-faire Linux
-
-
-------------------------------------------------------------------------
-r21680 | jb | 2007-09-01 18:38:57 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-Qt4-help. Small modifications on the size.
-
-
-------------------------------------------------------------------------
-r21679 | funman | 2007-09-01 18:36:15 +0200 (Sat, 01 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-qt4/about: reads data from the files when they are shipped with the binary (i.e. on windows)
-------------------------------------------------------------------------
-r21678 | funman | 2007-09-01 18:35:25 +0200 (Sat, 01 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/src/network/io.c
-
-net_Read(): Checks p_libvlc->b_die
-------------------------------------------------------------------------
-r21677 | jb | 2007-09-01 18:29:51 +0200 (Sat, 01 Sep 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-qt4: disc controls should only be shown on request.
-To test.
-
-
-------------------------------------------------------------------------
-r21676 | jb | 2007-09-01 18:25:14 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-Qt4 - Add a proper about section. This needs to be reviewed for i18n.
-
-
-------------------------------------------------------------------------
-r21675 | courmisch | 2007-09-01 17:50:54 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-Fix crash (once more, this would be easily avoided by
-LOOKING AT THE COMPILER WARNING before -or even after- committing)
-
-------------------------------------------------------------------------
-r21674 | courmisch | 2007-09-01 17:47:03 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Fix signedness
-
-------------------------------------------------------------------------
-r21673 | courmisch | 2007-09-01 17:46:09 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/unicode.c
-
-Fix warning
-
-------------------------------------------------------------------------
-r21672 | courmisch | 2007-09-01 17:45:01 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/configuration.c
-
-Fix compiler warning
-
-------------------------------------------------------------------------
-r21671 | courmisch | 2007-09-01 17:43:37 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/vlm.c
-
-Fix (Win32) precompiler warnings
-
-------------------------------------------------------------------------
-r21670 | courmisch | 2007-09-01 17:42:30 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-Try to fix a compiler warning
-
-------------------------------------------------------------------------
-r21669 | courmisch | 2007-09-01 17:41:19 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/rand.c
-
-Use HMAC-MD5 rather than plain MD5
-
-------------------------------------------------------------------------
-r21668 | courmisch | 2007-09-01 17:36:22 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/src/modules/modules.c
-
-Remove a big bunch of #include that are not needed anymore
-(we had them because of the big vlc_symbol structure)
-
-------------------------------------------------------------------------
-r21667 | courmisch | 2007-09-01 17:32:45 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   A /trunk/include/vlc_rand.h
-   M /trunk/src/Makefile.am
-   M /trunk/src/libvlc.sym
-   A /trunk/src/misc/rand.c
-
-Add nonce generator vlc_rand_bytes
-
-------------------------------------------------------------------------
-r21666 | courmisch | 2007-09-01 17:19:42 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_md5.h
-   M /trunk/src/misc/md5.c
-
-Fixup AddMD5 prototype
-
-------------------------------------------------------------------------
-r21665 | courmisch | 2007-09-01 17:14:26 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_md5.h
-   M /trunk/src/libvlc.sym
-   M /trunk/src/misc/md5.c
-
-Do not export DigestMD5; it's an internal subprocedure
-
-------------------------------------------------------------------------
-r21664 | jb | 2007-09-01 17:13:06 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-Qt4 - help: add AUTHORS to the tabs
-
-
-------------------------------------------------------------------------
-r21663 | funman | 2007-09-01 17:08:57 +0200 (Sat, 01 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-Adds a link to cgi/irc in help
-------------------------------------------------------------------------
-r21662 | funman | 2007-09-01 16:55:55 +0200 (Sat, 01 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/errors.cpp
-   M /trunk/modules/gui/qt4/dialogs/errors.hpp
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-   M /trunk/modules/gui/qt4/dialogs/extended.hpp
-   M /trunk/modules/gui/qt4/dialogs/gototime.cpp
-   M /trunk/modules/gui/qt4/dialogs/gototime.hpp
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/qt4/dialogs/help.hpp
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-   M /trunk/modules/gui/qt4/dialogs/messages.hpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.hpp
-
-qt4/dialogs: svn:keywords set to Id
-------------------------------------------------------------------------
-r21661 | funman | 2007-09-01 16:45:29 +0200 (Sat, 01 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Reverts 21658 as it's totally wrong
-------------------------------------------------------------------------
-r21660 | jb | 2007-09-01 16:39:41 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-Qt4 - More Help.
-
-
-------------------------------------------------------------------------
-r21659 | courmisch | 2007-09-01 16:11:39 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/stream_out/standard.c
-
-DSO friendliness
-
-------------------------------------------------------------------------
-r21658 | funman | 2007-09-01 16:09:58 +0200 (Sat, 01 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-rc: non blocking input read
-------------------------------------------------------------------------
-r21657 | courmisch | 2007-09-01 16:08:39 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-Another set of useless if statements
-
-------------------------------------------------------------------------
-r21656 | courmisch | 2007-09-01 16:07:18 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-- do not check "always true" case
-- fix a small memory leak
-
-------------------------------------------------------------------------
-r21655 | courmisch | 2007-09-01 16:00:49 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-Remove unsupported profiles
-
-------------------------------------------------------------------------
-r21654 | funman | 2007-09-01 15:54:36 +0200 (Sat, 01 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-qt4: forces plastique style temporarily
-------------------------------------------------------------------------
-r21653 | courmisch | 2007-09-01 15:52:25 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-Do not implicitly encourage raw TS over UDP-Lite, DCCP and friends
-
-------------------------------------------------------------------------
-r21652 | jb | 2007-09-01 15:42:55 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/osdmenu.c
-
-OSDMenu: add to the CAT_VIDEO category to have tweaking in the preferences.
-
-
-------------------------------------------------------------------------
-r21651 | courmisch | 2007-09-01 15:42:00 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Fix RTP/TS sequence number regression
-
-------------------------------------------------------------------------
-r21650 | courmisch | 2007-09-01 15:37:08 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Fix undefined variable use
-
-------------------------------------------------------------------------
-r21649 | jb | 2007-09-01 15:33:25 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/subtitles/subsass.c
-   M /trunk/modules/codec/subtitles/subsdec.c
-   M /trunk/modules/codec/subtitles/subsusf.c
-
-Subtitles: same. Reput the correct new modifications.
-
-
-------------------------------------------------------------------------
-r21648 | jb | 2007-09-01 15:32:26 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   R /trunk/modules/codec/subtitles/subsass.c (from /trunk/modules/codec/subsdec.c:21024)
-   R /trunk/modules/codec/subtitles/subsdec.c (from /trunk/modules/codec/subsdec.c:21024)
-   R /trunk/modules/codec/subtitles/subsusf.c (from /trunk/modules/codec/subsdec.c:21024)
-
-Subtitles: attempt to get the history back.
-
-
-------------------------------------------------------------------------
-r21647 | funman | 2007-09-01 15:10:04 +0200 (Sat, 01 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-hotkey: Stop the playlist on Quit
-------------------------------------------------------------------------
-r21646 | jb | 2007-09-01 15:03:38 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/extras
-
-Add svn:ignore to live and live555 in extras, since we do it with ffmpeg and x264
-
-
-------------------------------------------------------------------------
-r21645 | courmisch | 2007-09-01 14:58:51 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Remove DCCP from the list; it's not working yet
-
-------------------------------------------------------------------------
-r21644 | jb | 2007-09-01 14:57:24 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/spatializer/allpass.cpp
-   M /trunk/modules/audio_filter/spatializer/allpass.hpp
-   M /trunk/modules/audio_filter/spatializer/comb.cpp
-   M /trunk/modules/audio_filter/spatializer/comb.hpp
-   M /trunk/modules/audio_filter/spatializer/denormals.h
-   M /trunk/modules/audio_filter/spatializer/revmodel.cpp
-   M /trunk/modules/audio_filter/spatializer/revmodel.hpp
-   M /trunk/modules/audio_filter/spatializer/spatializer.cpp
-   M /trunk/modules/audio_filter/spatializer/tuning.h
-
-Spatializer: set the svn:keywords to Id.
-
-
-------------------------------------------------------------------------
-r21643 | jb | 2007-09-01 14:53:57 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/spatializer
-
-Try to set a correct svn:ignore
-
-
-------------------------------------------------------------------------
-r21642 | jb | 2007-09-01 14:33:33 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - remove the 'pink sliders' effect
-
-
-------------------------------------------------------------------------
-r21641 | jb | 2007-09-01 14:27:48 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/extended_panels.hpp
-   A /trunk/modules/gui/qt4/ui/spatializer.ui
-
-Spatializer: add the remaining files, add a correct check in configure, fix dist
-
-
-------------------------------------------------------------------------
-r21640 | jb | 2007-09-01 14:15:21 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.hpp
-
-qt4 - fix temporary the compilation.
-
-
-------------------------------------------------------------------------
-r21639 | jb | 2007-09-01 13:59:10 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/modules/gui/qt4/components/extended_panels.hpp
-
-Qt4 - Spatializer and other audio filter from biodun SoC => Extended panel.
-
-
-------------------------------------------------------------------------
-r21638 | fkuehne | 2007-09-01 13:57:33 +0200 (Sat, 01 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/minimal_macosx/Modules.am
-   M /trunk/modules/gui/minimal_macosx/VLCMinimalVoutWindow.h
-   M /trunk/modules/gui/minimal_macosx/VLCMinimalVoutWindow.m
-   M /trunk/modules/gui/minimal_macosx/VLCOpenGLVoutView.h
-   M /trunk/modules/gui/minimal_macosx/VLCOpenGLVoutView.m
-   M /trunk/modules/gui/minimal_macosx/intf.h
-   M /trunk/modules/gui/minimal_macosx/intf.m
-   M /trunk/modules/gui/minimal_macosx/macosx.c
-   M /trunk/modules/gui/minimal_macosx/voutagl.h
-   M /trunk/modules/gui/minimal_macosx/voutagl.m
-   M /trunk/modules/gui/minimal_macosx/voutgl.h
-   M /trunk/modules/gui/minimal_macosx/voutgl.m
-
-* set svn:keywords correctly and fixed some minor stuff here and there
-------------------------------------------------------------------------
-r21637 | jb | 2007-09-01 13:50:22 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Spatializer audio filter: activate it for compilation, since it should not produce many warnings...
-
-
-------------------------------------------------------------------------
-r21636 | jb | 2007-09-01 13:37:15 +0200 (Sat, 01 Sep 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_filter/spatializer/allpass.cpp
-   M /trunk/modules/audio_filter/spatializer/allpass.hpp
-   M /trunk/modules/audio_filter/spatializer/comb.cpp
-   M /trunk/modules/audio_filter/spatializer/comb.hpp
-   M /trunk/modules/audio_filter/spatializer/revmodel.cpp
-   M /trunk/modules/audio_filter/spatializer/revmodel.hpp
-   M /trunk/modules/audio_filter/spatializer/spatializer.cpp
-   M /trunk/modules/audio_filter/spatializer/tuning.h
-
-Spatializer: spaces and tab!!!
-
-
-------------------------------------------------------------------------
-r21635 | jb | 2007-09-01 13:30:58 +0200 (Sat, 01 Sep 2007) | 4 lines
-Changed paths:
-   A /trunk/modules/audio_filter/spatializer
-   A /trunk/modules/audio_filter/spatializer/Modules.am
-   A /trunk/modules/audio_filter/spatializer/allpass.cpp
-   A /trunk/modules/audio_filter/spatializer/allpass.hpp
-   A /trunk/modules/audio_filter/spatializer/comb.cpp
-   A /trunk/modules/audio_filter/spatializer/comb.hpp
-   A /trunk/modules/audio_filter/spatializer/denormals.h
-   A /trunk/modules/audio_filter/spatializer/revmodel.cpp
-   A /trunk/modules/audio_filter/spatializer/revmodel.hpp
-   A /trunk/modules/audio_filter/spatializer/spatializer.cpp
-   A /trunk/modules/audio_filter/spatializer/tuning.h
-
-Spatializer audio filter, work for Google Summer of Code, by Isaac Biodun Osunkunle: osunkunle --- gmail.com
-This is the first part of his work.
-
-
-------------------------------------------------------------------------
-r21634 | funman | 2007-09-01 13:06:38 +0200 (Sat, 01 Sep 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-Destroys hotkey interface when Quit action is requested
-------------------------------------------------------------------------
-r21633 | xtophe | 2007-09-01 00:40:32 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Add a nice target here also
-
-------------------------------------------------------------------------
-r21632 | xtophe | 2007-09-01 00:31:04 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Add a nice target
-
-------------------------------------------------------------------------
-r21631 | xtophe | 2007-09-01 00:16:19 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Woody is past history
-
-------------------------------------------------------------------------
-r21630 | xtophe | 2007-09-01 00:14:08 +0200 (Sat, 01 Sep 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Add some --with-ffmpeg-libfoo. Patch by Siegfried Wagner
-
-------------------------------------------------------------------------
-r21629 | funman | 2007-08-31 23:57:07 +0200 (Fri, 31 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-Updates the news
-------------------------------------------------------------------------
-r21628 | xtophe | 2007-08-31 23:22:41 +0200 (Fri, 31 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Use libav*-uninstalled.pc to get the ldflags for ffmpeg when we use --with-ffmpeg-tree to link statically
-
-
-------------------------------------------------------------------------
-r21627 | courmisch | 2007-08-31 23:08:00 +0200 (Fri, 31 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-   M /trunk/src/network/httpd.c
-
-Implement dummy RTSP GET_PARAMETER so that clients can "ping"
-
-------------------------------------------------------------------------
-r21626 | courmisch | 2007-08-31 22:11:51 +0200 (Fri, 31 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Cleanup RTCP SR support a little bit
-
-------------------------------------------------------------------------
-r21625 | courmisch | 2007-08-31 21:22:45 +0200 (Fri, 31 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Remove the broken kludge that should not be needed.
-Can't test if it now works (no GNOME here)
-
-------------------------------------------------------------------------
-r21624 | courmisch | 2007-08-31 21:21:37 +0200 (Fri, 31 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-Dequeue "dummy" signals
-
-------------------------------------------------------------------------
-r21623 | courmisch | 2007-08-31 18:44:21 +0200 (Fri, 31 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/stream_out/rtp.c
-
-Another round of MTU fixes (review welcome)
-
-------------------------------------------------------------------------
-r21622 | funman | 2007-08-31 18:37:56 +0200 (Fri, 31 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Fixes commit [21610]
-------------------------------------------------------------------------
-r21621 | courmisch | 2007-08-31 18:31:38 +0200 (Fri, 31 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Add a const
-
-------------------------------------------------------------------------
-r21620 | courmisch | 2007-08-31 18:30:29 +0200 (Fri, 31 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Use common RTP header formatting for RTP/TS
-
-------------------------------------------------------------------------
-r21619 | courmisch | 2007-08-31 18:21:50 +0200 (Fri, 31 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Same as previous commit
-
-------------------------------------------------------------------------
-r21618 | courmisch | 2007-08-31 18:19:52 +0200 (Fri, 31 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Increase MTU too lowest legal MTU when it is really too small
-
-------------------------------------------------------------------------
-r21617 | courmisch | 2007-08-31 18:19:25 +0200 (Fri, 31 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-   M /trunk/src/libvlc-module.c
-
-Use 1400 rather than 1500 as default *application-layer* MTU to be on the
-safe side
-
-------------------------------------------------------------------------
-r21616 | courmisch | 2007-08-31 18:07:37 +0200 (Fri, 31 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Silent hack to avoid crash when MTU is too small
-
-------------------------------------------------------------------------
-r21615 | courmisch | 2007-08-31 17:58:30 +0200 (Fri, 31 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-
-Remove thresh and funman as they are now in AUTHORS. Gniark gniark!
-(jb, pdherbemont are missing by the way)
-
-------------------------------------------------------------------------
-r21614 | courmisch | 2007-08-31 17:54:20 +0200 (Fri, 31 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/codec/vorbis.c
-
-Support up to 9 channel with Vorbis
-Patch from Pierre-Luc Beaudoin
-
-------------------------------------------------------------------------
-r21613 | courmisch | 2007-08-31 13:21:43 +0200 (Fri, 31 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-Document signal handling
-
-------------------------------------------------------------------------
-r21612 | courmisch | 2007-08-31 13:04:13 +0200 (Fri, 31 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-
-Fix RTSP Content-Base header and SDP session control attribute
-to always include a valid server address
-
-------------------------------------------------------------------------
-r21611 | funman | 2007-08-31 12:54:10 +0200 (Fri, 31 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Unblocks SIGCHLD at the beginning of the thread
-------------------------------------------------------------------------
-r21610 | funman | 2007-08-31 12:44:43 +0200 (Fri, 31 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Unblocks SIGCHLD in qt4 thread
-------------------------------------------------------------------------
-r21609 | funman | 2007-08-31 12:32:50 +0200 (Fri, 31 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Fix crash due to mtu being equal to 0
-------------------------------------------------------------------------
-r21608 | jb | 2007-08-31 12:30:48 +0200 (Fri, 31 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Qt4 - Main Interface: Advanced buttons are correctly integrated, cosmetic,
-      cleanup and fixes.
-
-
-------------------------------------------------------------------------
-r21607 | jb | 2007-08-31 12:29:48 +0200 (Fri, 31 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-Qt4 - move the VISIBLE() define to qt4.hpp to use it everywhere.
-
-
-------------------------------------------------------------------------
-r21606 | jb | 2007-08-31 12:28:05 +0200 (Fri, 31 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - Menus: small changes, mainly cosmetic.
-
-
-------------------------------------------------------------------------
-r21605 | jpsaman | 2007-08-31 10:51:53 +0200 (Fri, 31 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-If too much frames have been dropped, then only decode I frames for a while and see if you can catch up with decoding other frames as well.
-
-------------------------------------------------------------------------
-r21604 | jpsaman | 2007-08-31 10:51:44 +0200 (Fri, 31 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-Honor --ffmpeg-skip-frame setting when used with --ffmpeg-hurry-up.
-
-------------------------------------------------------------------------
-r21603 | pdherbemont | 2007-08-31 09:18:41 +0200 (Fri, 31 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_discoverer.c
-
-media_discoverer.c: Raise an exception on error.
-
-------------------------------------------------------------------------
-r21602 | pdherbemont | 2007-08-31 09:14:26 +0200 (Fri, 31 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj/project.pbxproj
-
-VLC.xcodeproj: Fix framework header location.
-
-------------------------------------------------------------------------
-r21601 | bitmap | 2007-08-31 06:09:10 +0200 (Fri, 31 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Cross compilation of fontconfig was using incorrect header directories
-
-------------------------------------------------------------------------
-r21600 | courmisch | 2007-08-30 23:38:30 +0200 (Thu, 30 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Fix a few warnings, and handle iconv errors (I expect the input is not always
-trustworthy here). 
-
-------------------------------------------------------------------------
-r21599 | courmisch | 2007-08-30 23:36:40 +0200 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-
-Fix a bunch of bugs I added, and simplify some stuff
-
-------------------------------------------------------------------------
-r21598 | courmisch | 2007-08-30 23:35:57 +0200 (Thu, 30 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Factorize some code from RTP packetization for RTP+mux case.
-Most noticeably, this adds support for RTSP, SDP-to-disk and SDP-over-HTTP
-to RTP/TS. In particular, --sout '#rtp{mux=ts}' now works even without a
-fixed destination
-
-------------------------------------------------------------------------
-r21597 | damienf | 2007-08-30 23:34:11 +0200 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i422_yuy2.c
-
-i422_yuy2_sse2: fix module requirements
-
-------------------------------------------------------------------------
-r21596 | courmisch | 2007-08-30 23:33:12 +0200 (Thu, 30 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
-Fix VERY OBVIOUS bugs that would not have happened if people had read
-compiler warnings (such as buffer overflows detected at compile time!)
-
-------------------------------------------------------------------------
-r21595 | courmisch | 2007-08-30 23:32:15 +0200 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.h
-
-Fix #include order
-
-------------------------------------------------------------------------
-r21594 | courmisch | 2007-08-30 23:31:49 +0200 (Thu, 30 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http/mvar.c
-
-Flag bug that I am not too sure how to fix.
-Please fix it *** IF YOU KNOW WHAT YOU ARE DOING ***
-
-------------------------------------------------------------------------
-r21593 | courmisch | 2007-08-30 23:30:59 +0200 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/record.c
-
-Fix one memleak and a few unused result warnings
-
-------------------------------------------------------------------------
-r21592 | courmisch | 2007-08-30 23:30:07 +0200 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-Forgot this file
-
-------------------------------------------------------------------------
-r21591 | courmisch | 2007-08-30 23:29:51 +0200 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_httpd.h
-   M /trunk/src/network/httpd.c
-
-Add some const qualifiers
-
-------------------------------------------------------------------------
-r21590 | xtophe | 2007-08-30 22:46:48 +0200 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/po/sl.po
-
-Update slovenian l10n by Matej Urban?\196?\141i?\196?\141
-
-------------------------------------------------------------------------
-r21589 | xtophe | 2007-08-30 22:45:58 +0200 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/vlc.pot
-
-Upgrade list of files and pot file
-
-------------------------------------------------------------------------
-r21588 | xtophe | 2007-08-30 22:45:09 +0200 (Thu, 30 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/po/Makevars
-
-Shut up xgettext warning
-
-
-------------------------------------------------------------------------
-r21587 | xtophe | 2007-08-30 22:34:41 +0200 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-Don't translate empty strings
-
-------------------------------------------------------------------------
-r21586 | funman | 2007-08-30 17:47:43 +0200 (Thu, 30 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/po/fr.po
-
-Fixes fucking gtranslator bug
-------------------------------------------------------------------------
-r21585 | pdherbemont | 2007-08-30 16:54:57 +0200 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj/project.pbxproj
-
-MacOSX/VLC_app/VLC.xcodeproj: Fix framework location.
-
-------------------------------------------------------------------------
-r21584 | funman | 2007-08-30 15:52:53 +0200 (Thu, 30 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-
-qt4: uses setMinimumSize from the good thread using signal/slot
-------------------------------------------------------------------------
-r21583 | pdherbemont | 2007-08-30 15:13:22 +0200 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/minimal_macosx/macosx.c
-
-minimal_window: Remove unwanted commit.
-
-------------------------------------------------------------------------
-r21582 | pdherbemont | 2007-08-30 15:12:47 +0200 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/minimal_macosx/VLCMinimalVoutWindow.h
-   M /trunk/modules/gui/minimal_macosx/VLCMinimalVoutWindow.m
-   M /trunk/modules/gui/minimal_macosx/VLCOpenGLVoutView.m
-   M /trunk/modules/gui/minimal_macosx/intf.h
-   M /trunk/modules/gui/minimal_macosx/intf.m
-   M /trunk/modules/gui/minimal_macosx/macosx.c
-
-minimal_macosx: Fix the minimal window.
-
-------------------------------------------------------------------------
-r21581 | funman | 2007-08-30 13:50:10 +0200 (Thu, 30 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-Uses qfu() instead of QString::fromUtf8()
-------------------------------------------------------------------------
-r21580 | funman | 2007-08-30 12:00:27 +0200 (Thu, 30 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-QT4: Basic help dialog (links to wiki and forum)
-------------------------------------------------------------------------
-r21579 | funman | 2007-08-30 11:30:03 +0200 (Thu, 30 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-Displays playlist names using UTF8
-------------------------------------------------------------------------
-r21578 | funman | 2007-08-30 09:29:26 +0200 (Thu, 30 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/po/fr.po
-
-Updates french translation a bit
-------------------------------------------------------------------------
-r21577 | funman | 2007-08-30 09:08:24 +0200 (Thu, 30 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-Makes THANKS & COPYING built in in qt4 about dialog
-------------------------------------------------------------------------
-r21576 | funman | 2007-08-30 07:20:56 +0200 (Thu, 30 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/po/fr.po
-
-french translation: makes help mnemonic not conflict with audio mnemonic
-------------------------------------------------------------------------
-r21575 | funman | 2007-08-30 03:10:14 +0200 (Thu, 30 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/loadsave.c
-
-Checks if ml.xsp is present before loading it
-------------------------------------------------------------------------
-r21574 | funman | 2007-08-30 02:59:13 +0200 (Thu, 30 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/loadsave.c
-
-Reenables media library loading
-Uses --no-media-library if you don't want to use it (see #1047)
-
-------------------------------------------------------------------------
-r21573 | funman | 2007-08-30 02:50:10 +0200 (Thu, 30 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/playlist/xspf.c
-
-Converting a string for using it in xml without using it is STUPID
-------------------------------------------------------------------------
-r21572 | funman | 2007-08-30 02:15:43 +0200 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/meta.c
-
-Remembers art url when an input with same artist & album needs art, so if it's a local file, it doesn't need to be copied in the cache.
-
-------------------------------------------------------------------------
-r21571 | funman | 2007-08-30 01:52:55 +0200 (Thu, 30 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/playlist/xspf.c
-
-Replaces xml special chars in image url
-------------------------------------------------------------------------
-r21570 | pdherbemont | 2007-08-30 01:26:28 +0200 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/minimal_macosx/macosx.c
-
-minimal_macosx/macosx.c: Shorter and more explicit description.
-
-------------------------------------------------------------------------
-r21569 | pdherbemont | 2007-08-30 01:24:31 +0200 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/minimal_macosx/macosx.c
-
-modules/gui/minimal_macosx/macosx.c: Lower priority of the modules and add a better description.
-
-------------------------------------------------------------------------
-r21568 | pdherbemont | 2007-08-30 01:13:06 +0200 (Thu, 30 Aug 2007) | 2 lines
-Changed paths:
-   A /trunk/modules/gui/minimal_macosx
-   A /trunk/modules/gui/minimal_macosx/Modules.am
-   A /trunk/modules/gui/minimal_macosx/VLCMinimalVoutWindow.h
-   A /trunk/modules/gui/minimal_macosx/VLCMinimalVoutWindow.m
-   A /trunk/modules/gui/minimal_macosx/VLCOpenGLVoutView.h
-   A /trunk/modules/gui/minimal_macosx/VLCOpenGLVoutView.m
-   A /trunk/modules/gui/minimal_macosx/intf.h
-   A /trunk/modules/gui/minimal_macosx/intf.m
-   A /trunk/modules/gui/minimal_macosx/macosx.c
-   A /trunk/modules/gui/minimal_macosx/voutagl.h
-   A /trunk/modules/gui/minimal_macosx/voutagl.m
-   A /trunk/modules/gui/minimal_macosx/voutgl.h
-   A /trunk/modules/gui/minimal_macosx/voutgl.m
-
-modules/gui/minimal_macosx: Add a minimal_macosx interface and vout that is used by the framework.
-
-------------------------------------------------------------------------
-r21567 | funman | 2007-08-30 00:06:53 +0200 (Thu, 30 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/src/input/meta.c
-
-Don't cache local album art
-------------------------------------------------------------------------
-r21566 | funman | 2007-08-29 23:41:01 +0200 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify/notify.c
-
-notify: Uses notification-daemon's builtin icons for both of popup's buttons
-
-------------------------------------------------------------------------
-r21565 | pdherbemont | 2007-08-29 23:10:20 +0200 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/VLC_app/VLCCategoryCell.h
-   M /trunk/extras/MacOSX/VLC_app/VLCCategoryCell.m
-   M /trunk/extras/MacOSX/VLC_app/VLCCategoryListDataSource.h
-   M /trunk/extras/MacOSX/VLC_app/VLCCategoryListDataSource.m
-   M /trunk/extras/MacOSX/VLC_app/VLCCategoryOutlineView.h
-   M /trunk/extras/MacOSX/VLC_app/VLCCategoryOutlineView.m
-   M /trunk/extras/MacOSX/VLC_app/VLCController.h
-   M /trunk/extras/MacOSX/VLC_app/VLCController.m
-   M /trunk/extras/MacOSX/VLC_app/main.m
-
-propset svn:keywords "Id"
-
-------------------------------------------------------------------------
-r21564 | pdherbemont | 2007-08-29 23:09:27 +0200 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Framework/Headers/VLC/VLC.h
-   M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCMedia.h
-   M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCMediaDiscoverer.h
-   M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCMediaLibrary.h
-   M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCPlaylist.h
-   M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCPlaylistDataSource.h
-   M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCServicesDiscoverer.h
-   M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCTime.h
-   M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCVideoView.h
-   M /trunk/extras/MacOSX/Framework/Headers/VLCEventManager.h
-   M /trunk/extras/MacOSX/Framework/Headers/VLCLibrary.h
-   M /trunk/extras/MacOSX/Framework/Makefile
-   M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCPlaylist.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCPlaylistDataSource.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCServicesDiscoverer.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCTime.m
-   M /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
-   M /trunk/extras/MacOSX/Framework/Sources/test.m
-
-propset snv:keywords "Id"
-
-------------------------------------------------------------------------
-r21563 | xtophe | 2007-08-29 23:07:25 +0200 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Revert part of [21475]: qt-adv-options has it use
-
-------------------------------------------------------------------------
-r21562 | pdherbemont | 2007-08-29 21:48:10 +0200 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   A /trunk/extras/MacOSX/VLC_app
-   A /trunk/extras/MacOSX/VLC_app/English.lproj
-   A /trunk/extras/MacOSX/VLC_app/English.lproj/InfoPlist.strings
-   A /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib
-   A /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib/classes.nib
-   A /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib/info.nib
-   A /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib/keyedobjects.nib
-   A /trunk/extras/MacOSX/VLC_app/Info.plist
-   A /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj
-   A /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj/project.pbxproj
-   A /trunk/extras/MacOSX/VLC_app/VLCCategoryCell.h
-   A /trunk/extras/MacOSX/VLC_app/VLCCategoryCell.m
-   A /trunk/extras/MacOSX/VLC_app/VLCCategoryListDataSource.h
-   A /trunk/extras/MacOSX/VLC_app/VLCCategoryListDataSource.m
-   A /trunk/extras/MacOSX/VLC_app/VLCCategoryOutlineView.h
-   A /trunk/extras/MacOSX/VLC_app/VLCCategoryOutlineView.m
-   A /trunk/extras/MacOSX/VLC_app/VLCController.h
-   A /trunk/extras/MacOSX/VLC_app/VLCController.m
-   A /trunk/extras/MacOSX/VLC_app/VLC_Prefix.pch
-   A /trunk/extras/MacOSX/VLC_app/main.m
-
-extra/MacOSX/VLC_app: Initial import of a wanna-be VLC.app application that use the framework. Not really valuable for now.
-
-------------------------------------------------------------------------
-r21561 | pdherbemont | 2007-08-29 21:42:29 +0200 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   A /trunk/extras/MacOSX/Framework
-   A /trunk/extras/MacOSX/Framework/Examples
-   A /trunk/extras/MacOSX/Framework/Examples/test
-   A /trunk/extras/MacOSX/Framework/Examples/test/Controller.h
-   A /trunk/extras/MacOSX/Framework/Examples/test/Controller.m
-   A /trunk/extras/MacOSX/Framework/Examples/test/English.lproj
-   A /trunk/extras/MacOSX/Framework/Examples/test/English.lproj/InfoPlist.strings
-   A /trunk/extras/MacOSX/Framework/Examples/test/English.lproj/MainMenu.nib
-   A /trunk/extras/MacOSX/Framework/Examples/test/English.lproj/MainMenu.nib/classes.nib
-   A /trunk/extras/MacOSX/Framework/Examples/test/English.lproj/MainMenu.nib/info.nib
-   A /trunk/extras/MacOSX/Framework/Examples/test/English.lproj/MainMenu.nib/keyedobjects.nib
-   A /trunk/extras/MacOSX/Framework/Examples/test/Info.plist
-   A /trunk/extras/MacOSX/Framework/Examples/test/main.m
-   A /trunk/extras/MacOSX/Framework/Examples/test/test.xcodeproj
-   A /trunk/extras/MacOSX/Framework/Examples/test/test.xcodeproj/project.pbxproj
-   A /trunk/extras/MacOSX/Framework/Examples/test/test_Prefix.pch
-   A /trunk/extras/MacOSX/Framework/Headers
-   A /trunk/extras/MacOSX/Framework/Headers/VLC
-   A /trunk/extras/MacOSX/Framework/Headers/VLC/VLC.h
-   A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCMedia.h
-   A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCMediaDiscoverer.h
-   A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCMediaLibrary.h
-   A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCPlaylist.h
-   A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCPlaylistDataSource.h
-   A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCServicesDiscoverer.h
-   A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCTime.h
-   A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCVideoView.h
-   A /trunk/extras/MacOSX/Framework/Headers/VLCEventManager.h
-   A /trunk/extras/MacOSX/Framework/Headers/VLCLibrary.h
-   A /trunk/extras/MacOSX/Framework/Makefile
-   A /trunk/extras/MacOSX/Framework/Resources
-   A /trunk/extras/MacOSX/Framework/Resources/Info.plist
-   A /trunk/extras/MacOSX/Framework/Resources/version.plist
-   A /trunk/extras/MacOSX/Framework/Sources
-   A /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
-   A /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
-   A /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
-   A /trunk/extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m
-   A /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
-   A /trunk/extras/MacOSX/Framework/Sources/VLCPlaylist.m
-   A /trunk/extras/MacOSX/Framework/Sources/VLCPlaylistDataSource.m
-   A /trunk/extras/MacOSX/Framework/Sources/VLCServicesDiscoverer.m
-   A /trunk/extras/MacOSX/Framework/Sources/VLCTime.m
-   A /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
-   A /trunk/extras/MacOSX/Framework/Sources/test.m
-
-extra/MacOSX/Framework: Initial import of the Mac OS X Framework.
-
-------------------------------------------------------------------------
-r21560 | damienf | 2007-08-29 12:28:21 +0200 (Wed, 29 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: removed -Wold-style-definition from CFLAGS as this affects AC_TRY_COMPILE() and causes false results such as:
-
-checking __attribute__ ((aligned ())) support... 0
-checking __attribute__ ((format ())) support with function pointers... no
-
-
-------------------------------------------------------------------------
-r21559 | pdherbemont | 2007-08-29 02:03:55 +0200 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Set the media descriptor of the subitems.
-
-------------------------------------------------------------------------
-r21558 | pdherbemont | 2007-08-29 02:01:51 +0200 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_list.c
-
-control/media_list.c: Replace set_name/name by set_media_descriptor/media_descriptor. This is the md from which the media_list is a subitem, if any.
-
-------------------------------------------------------------------------
-r21557 | pdherbemont | 2007-08-29 01:50:53 +0200 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-modules/services_discovery/sap.c: "SAP" seems to be a better name than "SAP sessions" to me.
-
-------------------------------------------------------------------------
-r21556 | bitmap | 2007-08-29 01:49:14 +0200 (Wed, 29 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/freetype.c
-
-Revert the patch for working fontpath on Gentoo due to
-complaints about it's inclusion in vanilla vlc on the list.
-
-------------------------------------------------------------------------
-r21555 | pdherbemont | 2007-08-29 01:39:28 +0200 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/libvlc_internal.h
-
-libvlc_internal.h: Fix media_list_player compilation and reident.
-
-------------------------------------------------------------------------
-r21554 | pdherbemont | 2007-08-29 01:34:44 +0200 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_list_path.h
-
-libvlc_internal.h: We have to put media_list_path here after all. We may want to privatize a bit the different libvlc types by defining, types that can be privatized, directly in the .c file. (or in a per-object .h file).
-
-------------------------------------------------------------------------
-r21553 | pdherbemont | 2007-08-29 01:30:59 +0200 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list_path.h
-
-control/media_list_path.h: Add a forgotten libvlc_ prefix in libvlc_media_list_path_t.
-
-------------------------------------------------------------------------
-r21552 | pdherbemont | 2007-08-29 01:29:57 +0200 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-libvlc.h: Advertise libvlc_media_list_player_play_item().
-
-------------------------------------------------------------------------
-r21551 | pdherbemont | 2007-08-29 01:27:20 +0200 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list_path.h
-
-control/media_list_path.h: Fix previous omit.
-
-------------------------------------------------------------------------
-r21550 | pdherbemont | 2007-08-29 01:25:54 +0200 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   A /trunk/src/control/media_list_path.h
-   M /trunk/src/control/media_list_player.c
-
-control/media_list_player.c: Add support for playing a hierarchical media_list.
-
-------------------------------------------------------------------------
-r21549 | pdherbemont | 2007-08-29 01:08:22 +0200 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: Attempt to find art in input_ArtFind even if there is no meta. Title is enough.
-
-------------------------------------------------------------------------
-r21548 | pdherbemont | 2007-08-29 00:29:26 +0200 (Wed, 29 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_internal.h
-
-input/input_internal.h: Send variables callback on state changes.
-
-------------------------------------------------------------------------
-r21547 | damienf | 2007-08-28 23:08:51 +0200 (Tue, 28 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-
-dshow: support for devices of the same name (UNTESTED !), closes #519
-
-------------------------------------------------------------------------
-r21546 | damienf | 2007-08-28 19:13:14 +0200 (Tue, 28 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-vlc: don't forget vlc-config --libs vlc when linking executable
-
-------------------------------------------------------------------------
-r21545 | damienf | 2007-08-28 18:53:39 +0200 (Tue, 28 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/smb.c
-
-smb.c: this is a useless patch, why did i apply it in the first place !
-
-------------------------------------------------------------------------
-r21544 | damienf | 2007-08-28 18:43:39 +0200 (Tue, 28 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/smb.c
-
-smb.c: protect open call, sounds like open is macro in latest glibc ? patch by kwizart
-
-------------------------------------------------------------------------
-r21543 | jpsaman | 2007-08-28 13:30:00 +0200 (Tue, 28 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Fix contrib clean target for libdc1394 and libraw1394
-------------------------------------------------------------------------
-r21541 | bitmap | 2007-08-28 07:20:36 +0200 (Tue, 28 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/misc/freetype.c
-
-Use a different font path for Gentoo linux
-
-------------------------------------------------------------------------
-r21540 | pdherbemont | 2007-08-28 05:30:28 +0200 (Tue, 28 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Don't use -O3 if debug is enabled.
-
-------------------------------------------------------------------------
-r21539 | pdherbemont | 2007-08-28 04:42:28 +0200 (Tue, 28 Aug 2007) | 2 lines
-Changed paths:
-   D /trunk/src/control/tree.c
-
-control/tree.c: Remove this unused object implementation.
-
-------------------------------------------------------------------------
-r21538 | pdherbemont | 2007-08-28 04:41:46 +0200 (Tue, 28 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/Makefile.am
-   M /trunk/src/control/libvlc_internal.h
-
-libvlc.h: Don't expose libvlc_tree. It will get deleted.
-
-------------------------------------------------------------------------
-r21537 | pdherbemont | 2007-08-28 04:36:00 +0200 (Tue, 28 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list.c
-
-control/media_list.c: Get rid of libvlc_MediaListItemChanged.
-
-------------------------------------------------------------------------
-r21536 | pdherbemont | 2007-08-28 04:15:02 +0200 (Tue, 28 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/dynamic_media_list.c
-
-dynamic_media_list.c: Fix compilation.
-
-------------------------------------------------------------------------
-r21535 | pdherbemont | 2007-08-28 03:51:58 +0200 (Tue, 28 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/media_list.c
-
-control/media_list.c: Don't send MediaListItemChanged. Listen to the MediaDescriptor* events if you need the equivalent.
-
-------------------------------------------------------------------------
-r21534 | pdherbemont | 2007-08-28 03:46:56 +0200 (Tue, 28 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/flat_media_list.c
-
-control/flat_media_list.c: Fix a bunch of bug, plus add a tracing capability.
-
-------------------------------------------------------------------------
-r21533 | pdherbemont | 2007-08-28 03:43:11 +0200 (Tue, 28 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/event.c
-   M /trunk/src/control/libvlc_internal.h
-
-control/event.c: Make detach-ing from an event safe: A detached callback can't be called after event_detached. Add an internal event_detach_lock_state, to bypass this feature.
-
-------------------------------------------------------------------------
-r21532 | pdherbemont | 2007-08-27 23:04:20 +0200 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/event.c
-
-control/event.c: Don't leak the ARRAY.
-
-------------------------------------------------------------------------
-r21531 | damienf | 2007-08-27 23:02:14 +0200 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i422_yuy2.c
-
-make ptr -> int conversion 64 bit friendly
-
-------------------------------------------------------------------------
-r21530 | pdherbemont | 2007-08-27 23:00:02 +0200 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/events.c
-
-misc/events.c: Avoid leaking the array.
-
-------------------------------------------------------------------------
-r21529 | pdherbemont | 2007-08-27 22:52:31 +0200 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/event.c
-
-control/event.c: Fix wrong code.
-
-------------------------------------------------------------------------
-r21528 | pdherbemont | 2007-08-27 22:50:52 +0200 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/events.c
-
-misc/events.c: Remove unwanted code.
-
-------------------------------------------------------------------------
-r21527 | pdherbemont | 2007-08-27 22:50:23 +0200 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/events.c
-
-misc/events.c: (Thanks to ileoo) Fix a crash.
-
-------------------------------------------------------------------------
-r21526 | pdherbemont | 2007-08-27 22:37:35 +0200 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/events.c
-
-misc/events.c: Fix previous commit.
-
-------------------------------------------------------------------------
-r21525 | pdherbemont | 2007-08-27 22:37:10 +0200 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/events.c
-
-misc/events.c: Fix a leak in debug mode.
-
-------------------------------------------------------------------------
-r21524 | pdherbemont | 2007-08-27 22:18:33 +0200 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/events.c
-
-misc/events.c: Proper callback caching to avoid the lock.
-
-------------------------------------------------------------------------
-r21523 | pdherbemont | 2007-08-27 21:17:14 +0200 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list_player.c
-
-media_list_player.c: Fix previous commit.
-
-------------------------------------------------------------------------
-r21522 | pdherbemont | 2007-08-27 21:16:10 +0200 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_library.c
-   M /trunk/src/control/media_list_player.c
-
-control: Fix multiple event_manager leaks.
-
-------------------------------------------------------------------------
-r21521 | pdherbemont | 2007-08-27 20:49:07 +0200 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/event.c
-   M /trunk/src/control/libvlc_internal.h
-
-control/event.c: Locking for libvlc event.
-
-------------------------------------------------------------------------
-r21520 | ileoo | 2007-08-27 20:44:46 +0200 (Mon, 27 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-fix a littlebit that hack about setting editing mode in infopanel
-------------------------------------------------------------------------
-r21519 | pdherbemont | 2007-08-27 16:45:15 +0200 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list.c
-
-control/media_list.c: add_media_descriptor at the end of the list.
-
-------------------------------------------------------------------------
-r21518 | xtophe | 2007-08-27 16:16:27 +0200 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/po/sk.po
-
-Slovakian l10n update by Mari?\195?\161n Hikan?\195?\173k
-
-------------------------------------------------------------------------
-r21517 | xtophe | 2007-08-27 15:11:59 +0200 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Fix makedist
-
-------------------------------------------------------------------------
-r21516 | xtophe | 2007-08-27 14:27:23 +0200 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-s/vlc-debus/mpris/
-
-------------------------------------------------------------------------
-r21515 | bitmap | 2007-08-27 05:15:57 +0200 (Mon, 27 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/quartztext.c
-
-Correct a mask typo, copy across some memory checks from freetype.c
-and install facility for text scaling similar to freetype.c.
-
-------------------------------------------------------------------------
-r21514 | bitmap | 2007-08-27 01:23:02 +0200 (Mon, 27 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Whitespace removal
-
-------------------------------------------------------------------------
-r21513 | ileoo | 2007-08-26 22:20:40 +0200 (Sun, 26 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/playlist/m3u.c
-
-m3u.c: don't free and write
-
-------------------------------------------------------------------------
-r21512 | ileoo | 2007-08-26 21:59:02 +0200 (Sun, 26 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/misc/playlist/xspf.c
-
-xspf.c: add album-art as <image> and use Title in title (if available),
-xspf-specs seems to agree that it's valid this way. (title tag MAY
-appear once in item)
-
-------------------------------------------------------------------------
-r21511 | pdherbemont | 2007-08-26 17:45:30 +0200 (Sun, 26 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-playlist/items.c: Add a left over that might prevent art/meta from being fetched. Reported by ileoo.
-
-------------------------------------------------------------------------
-r21510 | courmisch | 2007-08-26 09:20:34 +0200 (Sun, 26 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-   M /trunk/src/network/httpd.c
-
-Implement the Timestamp header
-
-------------------------------------------------------------------------
-r21509 | courmisch | 2007-08-26 08:09:20 +0200 (Sun, 26 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-
-- refuse to act if Range is specified since we cannot seek
-- always round Scale to 1 because we only support that value
-
-------------------------------------------------------------------------
-r21508 | pdherbemont | 2007-08-25 23:56:14 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/events.c
-
-misc/events.c: Here we really would need a recursive lock to be safe.
-
-------------------------------------------------------------------------
-r21507 | pdherbemont | 2007-08-25 23:40:28 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Fix yet an other typo. We are not in preparsed state at the begining.
-
-------------------------------------------------------------------------
-r21506 | courmisch | 2007-08-25 21:44:48 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-Fix typo
-
-------------------------------------------------------------------------
-r21505 | pdherbemont | 2007-08-25 19:40:11 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Remove a typo that makes the subitems to appear empty.
-
-------------------------------------------------------------------------
-r21504 | pdherbemont | 2007-08-25 19:06:41 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/flat_media_list.c
-
-control/flat_media_list.c: Remove an other typo that could cause a crash.
-
-------------------------------------------------------------------------
-r21503 | pdherbemont | 2007-08-25 18:59:44 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/flat_media_list.c
-
-control/flat_media_list.c: Remove a typo that causes a crash.
-
-------------------------------------------------------------------------
-r21502 | pdherbemont | 2007-08-25 18:47:18 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/events.c
-
-misc/events.c: Remove a trailing \n in debug log.
-
-------------------------------------------------------------------------
-r21501 | pdherbemont | 2007-08-25 18:45:47 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/events.c
-
-misc/events.c: Fix event debugging.
-
-------------------------------------------------------------------------
-r21500 | pdherbemont | 2007-08-25 18:37:59 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-Fix previous commit.
-
-------------------------------------------------------------------------
-r21499 | pdherbemont | 2007-08-25 18:29:37 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-Fix previous commit.
-
-------------------------------------------------------------------------
-r21498 | pdherbemont | 2007-08-25 18:28:13 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Expose event_manager().
-
-------------------------------------------------------------------------
-r21497 | pdherbemont | 2007-08-25 16:42:20 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-modules/services_discovery/shout.c: Rename "Shoutcast" (radio) to "Shoutcast Radio".
-
-------------------------------------------------------------------------
-r21496 | pdherbemont | 2007-08-25 16:36:58 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_events.h
-   M /trunk/src/misc/events.c
-
-misc/events.c: Add some debug code. (turnable on and off via #ifdef)
-
-------------------------------------------------------------------------
-r21495 | pdherbemont | 2007-08-25 16:35:40 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Retain the media descriptor, don't duplicate.
-
-------------------------------------------------------------------------
-r21494 | xtophe | 2007-08-25 13:44:37 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify/notify.c
-
-Wait a little bit so we get the meta and art
-
-------------------------------------------------------------------------
-r21493 | ileoo | 2007-08-25 12:51:28 +0200 (Sat, 25 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-set in_edit=false on close;
-don't connect QSpingBox valuechanged to edit-stuff, seems that signal is
-emited when value is updated from software also (textEdited for text is
-emited only when user changes stuff).
-
-------------------------------------------------------------------------
-r21492 | ileoo | 2007-08-25 09:03:01 +0200 (Sat, 25 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-send Title not filename to last.fm, fixes submitting bug (submits don't
-show up when filename is send)
-
-------------------------------------------------------------------------
-r21491 | funman | 2007-08-25 07:51:23 +0200 (Sat, 25 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/extras/mpris.glade
-   M /trunk/extras/mpris.py
-
-Makes mpris.py really a mpris controller
-------------------------------------------------------------------------
-r21490 | funman | 2007-08-25 07:50:12 +0200 (Sat, 25 Aug 2007) | 1 line
-Changed paths:
-   D /trunk/extras/dbus-vlc.glade
-   D /trunk/extras/dbus-vlc.py
-   A /trunk/extras/mpris.glade (from /trunk/extras/dbus-vlc.glade:21482)
-   A /trunk/extras/mpris.py (from /trunk/extras/dbus-vlc.py:21482)
-
-Moves dbus-vlc.* to mpris.* because they're no more vlc specific
-------------------------------------------------------------------------
-r21489 | funman | 2007-08-25 07:02:13 +0200 (Sat, 25 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/dbus.c
-
-Fix memory leak spotted by Mr_Mirsal
-------------------------------------------------------------------------
-r21488 | funman | 2007-08-25 06:52:35 +0200 (Sat, 25 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-audioscrobbler: runs in a separate thread because of blocking network calls
-------------------------------------------------------------------------
-r21487 | funman | 2007-08-25 06:16:59 +0200 (Sat, 25 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/notify/notify.c
-
-notify: replaces '&' with '&amp;' in popup body
-that solves 'blank' popups problem
-
-------------------------------------------------------------------------
-r21486 | funman | 2007-08-25 05:28:02 +0200 (Sat, 25 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/notify/notify.c
-
-notify: Adds a previous button also
-------------------------------------------------------------------------
-r21485 | funman | 2007-08-25 05:11:13 +0200 (Sat, 25 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/notify/notify.c
-
-notify: Adds a button to skip current element
-------------------------------------------------------------------------
-r21484 | pdherbemont | 2007-08-25 03:26:35 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Make sure not to retain a NULL object.
-
-------------------------------------------------------------------------
-r21483 | funman | 2007-08-25 03:12:49 +0200 (Sat, 25 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/notify/notify.c
-
-notify: Don't use empty metadata
-Don't put not translated string in the popup
-
-------------------------------------------------------------------------
-r21482 | pdherbemont | 2007-08-25 01:31:55 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/services_discovery.c
-
-playlist/services_discovery.c: Implement and expose GetServicesNames.
-
-------------------------------------------------------------------------
-r21481 | pdherbemont | 2007-08-25 01:30:00 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules.h
-   M /trunk/src/modules/modules.c
-
-modules/modules.c: Implement and Expose GetModulesNamesForCapability.
-
-------------------------------------------------------------------------
-r21480 | xtophe | 2007-08-25 01:25:31 +0200 (Sat, 25 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Fix one segfault when systray is not used
-Remove useless tests
-
-------------------------------------------------------------------------
-r21479 | dionoea | 2007-08-25 00:25:17 +0200 (Sat, 25 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/youtube.lua
-
-Attempt to fix youtube demux script. I still get connections errors towards youtube but i wanted to commit what i'd already done since i'll be gone for a week.
-
-------------------------------------------------------------------------
-r21478 | funman | 2007-08-25 00:18:27 +0200 (Sat, 25 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/notify/notify.c
-
-Don't print "no artist" or "no album" if metadata isn't present
-Passes intf_thread_t* to Notify()
-Uses newlines in the popup message
-
-------------------------------------------------------------------------
-r21477 | pdherbemont | 2007-08-24 23:54:27 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Give access to the subitems.
-
-------------------------------------------------------------------------
-r21476 | ileoo | 2007-08-24 23:19:39 +0200 (Fri, 24 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-if editing some other than currently playing item, set so that
-item-change etc. doesn't mix with currently playing item. Ain't so
-pretty yet, so take one.
-
-Also don't show same metadata button if not needed.
-
-------------------------------------------------------------------------
-r21475 | xtophe | 2007-08-24 20:38:25 +0200 (Fri, 24 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Fix the qt-pl-showflags tooltip
-Hide the qt-adv-option as it is doing nothing
-
-------------------------------------------------------------------------
-r21474 | ileoo | 2007-08-24 19:48:22 +0200 (Fri, 24 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-wait INTERVAL if needed on submitting, and don't try to submit data
-before handshake goes ok
-
-------------------------------------------------------------------------
-r21473 | courmisch | 2007-08-24 19:12:40 +0200 (Fri, 24 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Advertise port 0 in SDP when not streaming to a fixed destination.
-See changeset details for rationale.
-
-------------------------------------------------------------------------
-r21472 | courmisch | 2007-08-24 18:54:02 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Bug-to-bug compatibility with Winsock
-
-------------------------------------------------------------------------
-r21471 | courmisch | 2007-08-24 18:46:48 +0200 (Fri, 24 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-
-Really[1] implement non-aggregate PLAY
-([1] VoD RTSP pretends to, but it does not, does it?)
-
-------------------------------------------------------------------------
-r21470 | courmisch | 2007-08-24 18:38:37 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-
-Use a single table with a single index for tracks for each session
-
-------------------------------------------------------------------------
-r21469 | courmisch | 2007-08-24 18:05:16 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-
-Implement non-aggregate TEARDOWN
-
-------------------------------------------------------------------------
-r21468 | courmisch | 2007-08-24 17:50:00 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/rtsp.c
-
-Don't return negative session number
-
-------------------------------------------------------------------------
-r21467 | courmisch | 2007-08-24 17:47:34 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/rtp.h
-   M /trunk/modules/stream_out/rtsp.c
-
-Isolate RTSP from the rest of RTP
-
-------------------------------------------------------------------------
-r21466 | courmisch | 2007-08-24 17:19:17 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Fix strcasestr warning
-
-------------------------------------------------------------------------
-r21465 | courmisch | 2007-08-24 17:12:31 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Add some missing items to the getaddrinfo flags whitelist list, and comment
-
-------------------------------------------------------------------------
-r21464 | pdherbemont | 2007-08-24 16:35:33 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-src/Makefile.am: add flat_media_list.c.
-
-------------------------------------------------------------------------
-r21463 | pdherbemont | 2007-08-24 16:02:11 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/flat_media_list.c
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_list.c
-
-media_list.c: Handle item addition and removal in the flat list. Also Get the media_list to init and release the flat media list.
-
-------------------------------------------------------------------------
-r21462 | jpsaman | 2007-08-24 12:10:34 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Revert [21457] it was completely wrong.
-
-------------------------------------------------------------------------
-r21461 | jpsaman | 2007-08-24 11:38:15 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Enable hurry-up by default to mimic old behaviour of framedropping kick'in in when needed.
-
-------------------------------------------------------------------------
-r21460 | jpsaman | 2007-08-24 11:38:14 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
-Remove TODO
-
-------------------------------------------------------------------------
-r21459 | jpsaman | 2007-08-24 11:38:12 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Oops shouldn't have been in previous commit.
-
-------------------------------------------------------------------------
-r21458 | jpsaman | 2007-08-24 11:38:09 +0200 (Fri, 24 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video.c
-
-Implement framedropping algorithm using avcontext.skip_frames and added two new options:
-
-- ffmpeg-skip-frames    values: -1=None, 0=Default, 1=B-frames, 2=P-frames, 3=B+P frames, 4=all frames
-- ffmpeg-skip-idct     values: -1=None, 0=Default, 1=B-frames, 2=P-frames, 3=B+P frames, 4=all frame)
-
-------------------------------------------------------------------------
-r21457 | jpsaman | 2007-08-24 11:38:07 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Don't use AI_CANONNAME when no node name is given.
-
-------------------------------------------------------------------------
-r21456 | jpsaman | 2007-08-24 11:38:05 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/fb.c
-
-Tell p_vout->render the aspect ratio and dimensions (width, height) of the output.
-
-------------------------------------------------------------------------
-r21455 | jpsaman | 2007-08-24 11:38:01 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/netbox3.mak
-
-Add mpeg2dec to list of libraries to build for netbox.
-
-------------------------------------------------------------------------
-r21454 | jpsaman | 2007-08-24 11:37:59 +0200 (Fri, 24 Aug 2007) | 7 lines
-Changed paths:
-   M /trunk/modules/video_output/fb.c
-
-Support for non-RGB framebuffers:
-
-- Add option to force chroma.
-- Add option to force aspect ratio.
-- Add option to disable tty handling for systems where framebuffer and console are on different terminals.
-- Fix memory leaks.
-
-------------------------------------------------------------------------
-r21453 | bitmap | 2007-08-24 08:46:49 +0200 (Fri, 24 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/quartztext.c
-
-RGB and alpha --> ARGB - similar to freetype.c
-Remove an imbrication in XML parsing, again similar to freetype.c
-
-------------------------------------------------------------------------
-r21452 | bitmap | 2007-08-24 07:58:22 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/quartztext.c
-
-Oops
-
-------------------------------------------------------------------------
-r21451 | bitmap | 2007-08-24 07:48:37 +0200 (Fri, 24 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/quartztext.c
-
-Copy across damienf's mod to freetype.c in r21422 to balance vlc_object_find()
-with vlc_object_release(). Also copied across some Null pointer checks.
-
-------------------------------------------------------------------------
-r21450 | bitmap | 2007-08-24 06:06:38 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/quartztext.c
-
-Strip out whitespace
-
-------------------------------------------------------------------------
-r21449 | bitmap | 2007-08-24 06:00:18 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/quartztext.c
-
-Setup keyword property on quartztext.c
-
-------------------------------------------------------------------------
-r21448 | bitmap | 2007-08-24 03:00:19 +0200 (Fri, 24 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_vout.h
-   M /trunk/src/video_output/vout_subpictures.c
-
-Patch to vout_subpictures intended to resolve problems with subtitle text
-being too large in full screen for some video modules.
-
-------------------------------------------------------------------------
-r21447 | funman | 2007-08-24 02:15:14 +0200 (Fri, 24 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-Fixes crash when using a vout with qt4.3
-------------------------------------------------------------------------
-r21446 | pdherbemont | 2007-08-24 01:44:53 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list.c
-
-control/media_list.c: Init and free the flat media list.
-
-------------------------------------------------------------------------
-r21445 | pdherbemont | 2007-08-24 01:38:15 +0200 (Fri, 24 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   A /trunk/src/control/flat_media_list.c
-   M /trunk/src/control/libvlc_internal.h
-
-control/flat_media_list.c: New flat media list view.
-
-------------------------------------------------------------------------
-r21444 | funman | 2007-08-24 01:16:48 +0200 (Fri, 24 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/notify/notify.c
-
-Closes the previously displayed notification before showing the new one
-Fix memory leak by unrefing the GdkPixBuf
-
-------------------------------------------------------------------------
-r21443 | funman | 2007-08-24 00:41:37 +0200 (Fri, 24 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/src/input/meta.c
-
-Stores album art as a file:// url
-------------------------------------------------------------------------
-r21442 | funman | 2007-08-24 00:41:00 +0200 (Fri, 24 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/notify/notify.c
-
-Album art support in libnotify popups
-------------------------------------------------------------------------
-r21441 | dionoea | 2007-08-23 23:33:50 +0200 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify/xosd.c
-
-Fix xosd (due to bug introduced in [17267] by funman).
-
-------------------------------------------------------------------------
-r21440 | funman | 2007-08-23 23:19:20 +0200 (Thu, 23 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Notify item change in systray
-------------------------------------------------------------------------
-r21439 | dionoea | 2007-08-23 21:41:21 +0200 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/lua/vlclua.h
-
-Fix copyright date here too.
-
-------------------------------------------------------------------------
-r21438 | dionoea | 2007-08-23 21:40:16 +0200 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/lua/luameta.c
-   M /trunk/modules/misc/lua/luaplaylist.c
-   M /trunk/modules/misc/lua/vlclua.c
-   M /trunk/modules/misc/lua/vlclua.h
-
-Set svn:keywords and change copyright year back to 2007 (note to pdherbemont: we're in 2007! :p)
-
-------------------------------------------------------------------------
-r21437 | dionoea | 2007-08-23 21:36:14 +0200 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   R /trunk/modules/misc/lua/luameta.c (from /trunk/modules/meta_engine/luameta.c:21377)
-   R /trunk/modules/misc/lua/luaplaylist.c (from /trunk/modules/demux/playlist/luaplaylist.c:21378)
-   R /trunk/modules/misc/lua/vlclua.c (from /trunk/modules/demux/playlist/luaplaylist.c:21378)
-
-Restore svn history for the lua modules (For future reference [21376]: modules/misc/lua: Share some code between the modules that uses lua and put them in a single module.)
-
-------------------------------------------------------------------------
-r21436 | courmisch | 2007-08-23 20:35:07 +0200 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/rtp.h
-   M /trunk/modules/stream_out/rtsp.c
-
-Hide sout ID from RTSP code
-
-------------------------------------------------------------------------
-r21435 | courmisch | 2007-08-23 20:10:30 +0200 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/rtp.h
-
-Remove per-ID destination since it is not actually used/usable
-
-------------------------------------------------------------------------
-r21434 | courmisch | 2007-08-23 20:08:02 +0200 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/rtp.h
-   M /trunk/modules/stream_out/rtsp.c
-
-More boundary cleanup
-
-------------------------------------------------------------------------
-r21433 | courmisch | 2007-08-23 19:55:00 +0200 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/rtp.h
-   M /trunk/modules/stream_out/rtsp.c
-
-Cleanup RTP / RTSP boundary a little
-
-------------------------------------------------------------------------
-r21432 | courmisch | 2007-08-23 19:46:17 +0200 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-
-Fix previous commit
-
-------------------------------------------------------------------------
-r21431 | courmisch | 2007-08-23 19:44:50 +0200 (Thu, 23 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/rtp.h
-   M /trunk/modules/stream_out/rtsp.c
-
-- Loosen dependency of RTSP code on stream ID
-- Do not refer to bogus TTL values
-
-------------------------------------------------------------------------
-r21430 | courmisch | 2007-08-23 19:11:07 +0200 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/rtp.h
-   M /trunk/modules/stream_out/rtsp.c
-
-Fix struct duplication
-
-------------------------------------------------------------------------
-r21429 | funman | 2007-08-23 19:02:38 +0200 (Thu, 23 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   D /trunk/modules/gui/qt4/pixmaps/type_afile.xpm
-   A /trunk/modules/gui/qt4/pixmaps/type_file.xpm (from /trunk/modules/gui/qt4/pixmaps/type_vfile.xpm:21426)
-   D /trunk/modules/gui/qt4/pixmaps/type_vfile.xpm
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/src/input/item.c
-
-Merges ITEM_TYPE_VFILE and ITEM_TYPE_AFILE to ITEM_TYPE_FILE
-There is no way at the moment to know if a file is audio only
-
-------------------------------------------------------------------------
-r21428 | courmisch | 2007-08-23 18:42:19 +0200 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtsp.c
-
-Remove useless #include
-
-------------------------------------------------------------------------
-r21427 | courmisch | 2007-08-23 18:40:00 +0200 (Thu, 23 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/Modules.am
-   M /trunk/modules/stream_out/rtp.c
-   A /trunk/modules/stream_out/rtp.h
-   A /trunk/modules/stream_out/rtsp.c
-
-Split RTP sout into multiple pieces.
-Even then rtp.c is quite big...
-
-------------------------------------------------------------------------
-r21426 | courmisch | 2007-08-23 17:34:46 +0200 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Warning fixes
-
-------------------------------------------------------------------------
-r21425 | funman | 2007-08-23 14:30:42 +0200 (Thu, 23 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-Fix macosx gui compilation
-------------------------------------------------------------------------
-r21424 | damienf | 2007-08-23 12:25:35 +0200 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_yuy2.h
-
-i420_yuy2_mmx: fixed a bug introduced in [21423] (don't apply if you like colorful display ;)
-
-------------------------------------------------------------------------
-r21423 | damienf | 2007-08-23 01:26:16 +0200 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_chroma/i420_yuy2.h
-
-i420_yuy2: for MMX and SSE2, split inline assembly to avoid register starvation
-
-------------------------------------------------------------------------
-r21422 | damienf | 2007-08-23 01:23:22 +0200 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-freetype: balance vlc_object_find() and vlc_object_release(), otherwise object is leaked (refcount > 0 on quit):
-
-------------------------------------------------------------------------
-r21421 | funman | 2007-08-23 00:29:41 +0200 (Thu, 23 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Apply patch for directfb detection. Fix #845
-------------------------------------------------------------------------
-r21420 | funman | 2007-08-23 00:24:13 +0200 (Thu, 23 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src
-
-extras/contrib/src: adds tremor* to svn:ignore
-------------------------------------------------------------------------
-r21419 | xtophe | 2007-08-23 00:21:41 +0200 (Thu, 23 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/lua/vlclua.c
-   M /trunk/modules/misc/lua/vlclua.h
-
-Check for the good directory.
-Fix some warnings
-
-------------------------------------------------------------------------
-r21418 | dionoea | 2007-08-23 00:16:36 +0200 (Thu, 23 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/modules.c
-
-Invert yield of module and release of module list (shouldn't matter but you never know).
-
-------------------------------------------------------------------------
-r21417 | dionoea | 2007-08-23 00:08:54 +0200 (Thu, 23 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_modules.h
-   M /trunk/modules/codec/subtitles/subsdec.c
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/src/modules/modules.c
-
-Add new module_FindName function to find a module when given it's name. Use this to fix the qt interface extended panel (video filters).
-Change module_Exists to take the module name (and not short name) as parameter. Update the only known use of that function acordingly.
-
-------------------------------------------------------------------------
-r21416 | funman | 2007-08-23 00:07:13 +0200 (Thu, 23 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-
-skins2: Alternate method to set always on top for X11 window managers
-------------------------------------------------------------------------
-r21415 | xtophe | 2007-08-22 23:57:31 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/lua/Modules.am
-
-Distribute vlclua.h
-
-------------------------------------------------------------------------
-r21414 | xtophe | 2007-08-22 23:56:21 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix description
-
-------------------------------------------------------------------------
-r21413 | funman | 2007-08-22 23:44:52 +0200 (Wed, 22 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-
-Do not try to load non-existing skins files
-------------------------------------------------------------------------
-r21412 | funman | 2007-08-22 22:53:09 +0200 (Wed, 22 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-rc intf: Corrects function name: Get_URI -> GetURI
-------------------------------------------------------------------------
-r21411 | funman | 2007-08-22 22:41:09 +0200 (Wed, 22 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/cmml/history.c
-
-Include vlc_input header to fix compilation
-------------------------------------------------------------------------
-r21410 | dionoea | 2007-08-22 22:28:07 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-
-Fix compilation while this gets sorted out.
-
-------------------------------------------------------------------------
-r21409 | funman | 2007-08-22 22:19:23 +0200 (Wed, 22 Aug 2007) | 17 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/codec/cmml/history.c
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/gui/macosx/bookmarks.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/wizard.m
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
-   M /trunk/modules/meta_engine/folder.c
-   M /trunk/modules/meta_engine/taglib.cpp
-   M /trunk/modules/misc/audioscrobbler.c
-   M /trunk/modules/misc/notify/growl.c
-   M /trunk/modules/misc/notify/msn.c
-   M /trunk/modules/misc/notify/notify.c
-   M /trunk/modules/misc/notify/xosd.c
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/misc/playlist/xspf.c
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/visualization/galaktos/plugin.c
-   M /trunk/modules/visualization/goom.c
-   M /trunk/src/control/media_descriptor.c
-   M /trunk/src/control/mediacontrol_core.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/vlm.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/sort.c
-   M /trunk/src/text/strings.c
-   M /trunk/src/video_output/video_output.c
-
-Input access locking, part 3 (final).
-
-Enforce access to input_item_t through input_item_{G,S}et*()
-Unlock mutexes before calling these functions
-Free strings returned by input_item_Get*()
-
-New functions added:
-
-char * input_item_GetURI( input_item_t  * )
-void input_item_SetURI( input_item_t * , char * )
-
-mtime_t input_item_GetDuration( input_item_t * )
-void input_item_SetDuration( input_item_t * , mtime_t )
-
-to access input_item_t->psz_uri and input_item_t->i_duration
-
-
-------------------------------------------------------------------------
-r21408 | dionoea | 2007-08-22 22:10:54 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-
-Don't commit stuff that shouldn't have been commited.
-
-------------------------------------------------------------------------
-r21407 | courmisch | 2007-08-22 22:10:41 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Do not send scope ID over the wire
-
-------------------------------------------------------------------------
-r21406 | dionoea | 2007-08-22 22:07:36 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-
-Revert [21140]?\194?\160which broke the extend panels in Qt4 + add a comment so this doesn't happen again. (Please test changes before commiting ... thanks)
-
-------------------------------------------------------------------------
-r21405 | funman | 2007-08-22 22:06:29 +0200 (Wed, 22 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/lua
-
-misc/lua: sets svn:ignore
-------------------------------------------------------------------------
-r21404 | pdherbemont | 2007-08-22 22:06:20 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list.c
-
-control/media_list.c: Remove unused variable due to previous commit.
-
-------------------------------------------------------------------------
-r21403 | pdherbemont | 2007-08-22 22:05:26 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list.c
-
-control/media_list.c: Revert the tagging of the subitems. This is not our job. Also not add the subitems to our list. We need a new media_tree object that will handle that itself.
-
-------------------------------------------------------------------------
-r21402 | courmisch | 2007-08-22 21:49:44 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/src/network/httpd.c
-
-Fix Require header support
-
-------------------------------------------------------------------------
-r21401 | courmisch | 2007-08-22 20:46:06 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Fix RTSP Transport mode handling
-
-------------------------------------------------------------------------
-r21400 | courmisch | 2007-08-22 20:40:54 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Remove duplicate check
-
-------------------------------------------------------------------------
-r21399 | courmisch | 2007-08-22 20:25:17 +0200 (Wed, 22 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Various RTSP conformance fixes:
- - specify server_port and, if needed, source
- - check for unsupported options
- - use proper default values
- - try transport successively until one works (untested!)
-
-------------------------------------------------------------------------
-r21398 | courmisch | 2007-08-22 19:24:23 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Remove extra capitals
-
-------------------------------------------------------------------------
-r21397 | pdherbemont | 2007-08-22 18:49:43 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Include playlist.h for the preparser.
-
-------------------------------------------------------------------------
-r21396 | pdherbemont | 2007-08-22 18:47:40 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Use playlist's fetcher to preparse the item.
-
-------------------------------------------------------------------------
-r21395 | ileoo | 2007-08-22 18:39:52 +0200 (Wed, 22 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/share/luameta/googleimage.lua
-
-art search with artist + album could be littlebit better
-------------------------------------------------------------------------
-r21394 | pdherbemont | 2007-08-22 18:22:02 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: Don't free a char[].
-
-------------------------------------------------------------------------
-r21393 | courmisch | 2007-08-22 18:20:31 +0200 (Wed, 22 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Bunch of conformance fixes:
- - "handle" Require header
- - return 459/460 when appropriate
-
-------------------------------------------------------------------------
-r21392 | courmisch | 2007-08-22 18:19:36 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Make more DSO-friendly, add some error values that I am going to use
-
-------------------------------------------------------------------------
-r21391 | pdherbemont | 2007-08-22 18:10:36 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: Make sure the last path component is created as a directory in ArtCacheCreateDir.
-
-------------------------------------------------------------------------
-r21390 | pdherbemont | 2007-08-22 18:07:09 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: ArtCacheGetSanitizedFileName filter DIR_SEP not '/'.
-
-------------------------------------------------------------------------
-r21389 | pdherbemont | 2007-08-22 18:05:39 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: Fix ArtCacheCreateDir Attempt #4. (thanks to ILEoo).
-
-------------------------------------------------------------------------
-r21388 | pdherbemont | 2007-08-22 17:59:00 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: ArtCacheCreateDir fix, third attempt.
-
-------------------------------------------------------------------------
-r21387 | pdherbemont | 2007-08-22 17:58:01 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: ArtCacheCreateDir fix, second try.
-
-------------------------------------------------------------------------
-r21386 | pdherbemont | 2007-08-22 17:56:00 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: Fix ArtCacheCreateDir thanks to ILeoo.
-
-------------------------------------------------------------------------
-r21385 | pdherbemont | 2007-08-22 17:21:38 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: Make sure the artwork cache is used.
-
-------------------------------------------------------------------------
-r21384 | pdherbemont | 2007-08-22 17:16:51 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: Fix a leak.
-
-------------------------------------------------------------------------
-r21383 | pdherbemont | 2007-08-22 17:00:49 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: Avoid by passing cache when not needed.
-
-------------------------------------------------------------------------
-r21382 | pdherbemont | 2007-08-22 16:54:11 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luameta/googleimage.lua
-
-share/luameta/googleimage.lua: Filter out extensions.
-
-------------------------------------------------------------------------
-r21381 | funman | 2007-08-22 15:58:44 +0200 (Wed, 22 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-id3tag plugin can now be disabled
-------------------------------------------------------------------------
-r21380 | funman | 2007-08-22 15:57:51 +0200 (Wed, 22 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Removes luaplaylist.c from POTFILES.in
-------------------------------------------------------------------------
-r21379 | pdherbemont | 2007-08-22 15:39:09 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/Modules.am
-   D /trunk/modules/demux/playlist/luaplaylist.c
-
-modules/demux/playlist: Remove luaplaylist now that it is merged in the lua module.
-
-------------------------------------------------------------------------
-r21378 | pdherbemont | 2007-08-22 15:37:07 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/Modules.am
-   D /trunk/modules/meta_engine/luameta.c
-
-modules/misc/meta_engine: Remove luameta now that it is merged in the lua module.
-
-------------------------------------------------------------------------
-r21377 | pdherbemont | 2007-08-22 15:34:12 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Switch to the new lua module.
-
-------------------------------------------------------------------------
-r21376 | pdherbemont | 2007-08-22 15:33:23 +0200 (Wed, 22 Aug 2007) | 2 lines
-Changed paths:
-   A /trunk/modules/misc/lua
-   A /trunk/modules/misc/lua/Modules.am
-   A /trunk/modules/misc/lua/luameta.c
-   A /trunk/modules/misc/lua/luaplaylist.c
-   A /trunk/modules/misc/lua/vlclua.c
-   A /trunk/modules/misc/lua/vlclua.h
-
-modules/misc/lua: Share some code between the modules that uses lua and put them in a single module.
-
-------------------------------------------------------------------------
-r21375 | funman | 2007-08-22 03:06:17 +0200 (Wed, 22 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/extras/dbus-vlc.glade
-   M /trunk/extras/dbus-vlc.py
-
-Updates dbus pygtk controller
-------------------------------------------------------------------------
-r21374 | funman | 2007-08-22 01:21:12 +0200 (Wed, 22 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/notify/msn.c
-
-Fixes memory leaks
-------------------------------------------------------------------------
-r21373 | funman | 2007-08-22 00:37:49 +0200 (Wed, 22 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/src/video_output/vout_intf.c
-
-Correctly handle (avoid deadlocks) always on top when switching fullscreen.
-Fixes #882
-
-------------------------------------------------------------------------
-r21372 | pdherbemont | 2007-08-21 21:43:59 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/libvlc_internal.h
-
-src/control/libvlc_internal.h: Forgotten file.
-
-------------------------------------------------------------------------
-r21371 | courmisch | 2007-08-21 21:43:51 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/configuration_chain.c
-
-Fix NULL %s
-
-------------------------------------------------------------------------
-r21370 | pdherbemont | 2007-08-21 21:43:04 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Keep a media_list of our own subitems if we have some (we are then a media_descriptor playlist).
-
-------------------------------------------------------------------------
-r21369 | courmisch | 2007-08-21 21:22:41 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/src/network/httpd.c
-
-Fix previous commit
-
-------------------------------------------------------------------------
-r21368 | courmisch | 2007-08-21 21:16:09 +0200 (Tue, 21 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/src/network/httpd.c
-
-- Do not parse CSeq; do not assume it fits in an integer
-- Factorize some code
-
-------------------------------------------------------------------------
-r21367 | courmisch | 2007-08-21 21:11:34 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_httpd.h
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/src/network/httpd.c
-
-Centralize HTTP/RTSP error text
-
-------------------------------------------------------------------------
-r21366 | courmisch | 2007-08-21 20:52:42 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Fix remote DoS against the RTSP server when Transport is not specified
-
-------------------------------------------------------------------------
-r21365 | pdherbemont | 2007-08-21 20:47:35 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: Make sure we don't return VLC_SUCCESS in __input_FindArtInCache when no album art was found.
-
-------------------------------------------------------------------------
-r21364 | pdherbemont | 2007-08-21 20:46:11 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: Use more explicit variable naming in __input_FindArtInCache.
-
-------------------------------------------------------------------------
-r21363 | courmisch | 2007-08-21 20:05:15 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-Fix memory leak
-
-------------------------------------------------------------------------
-r21362 | courmisch | 2007-08-21 20:02:43 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/src/text/unicode.c
-
-Fix utf8_readdir usage
-
-------------------------------------------------------------------------
-r21361 | funman | 2007-08-21 20:00:46 +0200 (Tue, 21 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/dbus.h
-
-dbus.h: sens valid XML
-------------------------------------------------------------------------
-r21360 | courmisch | 2007-08-21 19:49:38 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-Fix it again.
-
-------------------------------------------------------------------------
-r21359 | courmisch | 2007-08-21 19:45:23 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-Use utf8_readdir properly.
-
-------------------------------------------------------------------------
-r21358 | pdherbemont | 2007-08-21 19:43:54 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: Fix crashy-warnings thanks to courmisch.
-
-------------------------------------------------------------------------
-r21357 | courmisch | 2007-08-21 19:31:09 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sdp.c
-   M /trunk/src/stream_output/stream_output.h
-
-Append media description to the SDP, as the name suggest
-
-------------------------------------------------------------------------
-r21356 | courmisch | 2007-08-21 19:15:51 +0200 (Tue, 21 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/stream_output/sdp.c
-   M /trunk/src/stream_output/stream_output.h
-
-Use hostname as SDP origin, as the spec says.
-(Oh, I am well aware that this is often not correctly set, but then again,
- why the heck would someone wants to parse the SDP origin in real life?)
-
-------------------------------------------------------------------------
-r21355 | pdherbemont | 2007-08-21 18:49:45 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: Use utf8_readdir instead of readdir.
-
-------------------------------------------------------------------------
-r21354 | courmisch | 2007-08-21 18:45:36 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Use memcmp()
-
-------------------------------------------------------------------------
-r21353 | courmisch | 2007-08-21 18:41:29 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/voc.c
-
-Fix warning
-
-------------------------------------------------------------------------
-r21352 | courmisch | 2007-08-21 18:37:01 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-
-CVS -> Subversion
-
-------------------------------------------------------------------------
-r21351 | courmisch | 2007-08-21 18:32:06 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Use session-wide RTCP RR bandwidth. Fix overflow
-
-------------------------------------------------------------------------
-r21350 | courmisch | 2007-08-21 18:25:16 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Cosmetic
-
-------------------------------------------------------------------------
-r21349 | funman | 2007-08-21 18:11:21 +0200 (Tue, 21 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-Advertises signals and renames VLC_ defines to MPRIS_
-------------------------------------------------------------------------
-r21348 | pdherbemont | 2007-08-21 17:28:19 +0200 (Tue, 21 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: * Remove psz_name
-              * Use filename sanitization at the lower level
-
-------------------------------------------------------------------------
-r21347 | pdherbemont | 2007-08-21 17:09:18 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: Better art finding.
-
-------------------------------------------------------------------------
-r21346 | damienf | 2007-08-21 17:02:09 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-freetype: make sure fontconfig is still optional
-
-------------------------------------------------------------------------
-r21345 | funman | 2007-08-21 16:09:14 +0200 (Tue, 21 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/src/input/meta.c
-
-Better extensions checks for album art file creation
-------------------------------------------------------------------------
-r21344 | pdherbemont | 2007-08-21 15:31:22 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: Better check in ArtCacheCreatePath.
-
-------------------------------------------------------------------------
-r21343 | funman | 2007-08-21 15:20:01 +0200 (Tue, 21 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/src/input/meta.c
-
-Prevents crash when arturl is misformatted, and can't be translated to a filename
-------------------------------------------------------------------------
-r21342 | funman | 2007-08-21 14:56:16 +0200 (Tue, 21 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/visualization/galaktos/custom_shape.c
-   M /trunk/modules/visualization/galaktos/custom_wave.c
-   M /trunk/modules/visualization/galaktos/eval.c
-   M /trunk/modules/visualization/galaktos/func.c
-   M /trunk/modules/visualization/galaktos/param.c
-   M /trunk/modules/visualization/galaktos/parser.c
-   M /trunk/modules/visualization/galaktos/parser.h
-   M /trunk/modules/visualization/galaktos/per_frame_eqn.c
-   M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
-   M /trunk/modules/visualization/galaktos/splaytree.c
-   M /trunk/modules/visualization/galaktos/tree_types.c
-
-Adds headers back.
-------------------------------------------------------------------------
-r21341 | pdherbemont | 2007-08-21 14:23:20 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-Fix previous commit.
-
-------------------------------------------------------------------------
-r21340 | pdherbemont | 2007-08-21 13:59:40 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-modules/services_discovery/shout.c: (Thanks ileoo) Revert by tree view on shout.
-
-------------------------------------------------------------------------
-r21339 | bitmap | 2007-08-21 09:49:24 +0200 (Tue, 21 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/src/Distributions/win32.mak
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/fontconfig.patch
-   M /trunk/extras/contrib/src/packages.mak
-   M /trunk/modules/misc/freetype.c
-
-Changes to get styled subtitles working with Windows
-
-------------------------------------------------------------------------
-r21338 | funman | 2007-08-21 02:14:24 +0200 (Tue, 21 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/theora-1.0a7.patch
-
-Convert patch from \r\n to \n
-------------------------------------------------------------------------
-r21337 | funman | 2007-08-21 01:43:15 +0200 (Tue, 21 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Adds libavcodec version check for musepack7 fourcc
-------------------------------------------------------------------------
-r21336 | funman | 2007-08-20 23:54:24 +0200 (Mon, 20 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/meta_engine/taglib.cpp
-
-Adds some metadata writing capability (ref #1248 )
-------------------------------------------------------------------------
-r21335 | fkuehne | 2007-08-20 23:17:46 +0200 (Mon, 20 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* added the OSX path to .hosts
-------------------------------------------------------------------------
-r21334 | xtophe | 2007-08-20 23:15:12 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-Fix warnings
-
-------------------------------------------------------------------------
-r21333 | funman | 2007-08-20 23:14:04 +0200 (Mon, 20 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-Update news for .hosts location
-------------------------------------------------------------------------
-r21332 | xtophe | 2007-08-20 22:46:39 +0200 (Mon, 20 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/unzip/ioapi.c
-
-unbreak compilation
-
-
-------------------------------------------------------------------------
-r21331 | funman | 2007-08-20 22:45:28 +0200 (Mon, 20 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/visualization/visual/fft.c
-   M /trunk/src/vlc.c
-
-Fixes compilation(2)
-------------------------------------------------------------------------
-r21330 | funman | 2007-08-20 22:21:19 +0200 (Mon, 20 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc/mediacontrol.h
-
-Fixes compilation
-------------------------------------------------------------------------
-r21329 | funman | 2007-08-20 22:14:08 +0200 (Mon, 20 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/meta_engine/taglib.cpp
-
-Factorizes code
-------------------------------------------------------------------------
-r21328 | courmisch | 2007-08-20 21:47:07 +0200 (Mon, 20 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-- Fix TTL in SDP
-- Some cleanup
-
-------------------------------------------------------------------------
-r21327 | courmisch | 2007-08-20 21:23:10 +0200 (Mon, 20 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/dc1394.c
-   M /trunk/modules/access/dshow/crossbar.cpp
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/access/fake.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/gnomevfs.c
-   M /trunk/modules/access/jack.c
-   M /trunk/modules/access/rtsp/real.c
-   M /trunk/modules/access/rtsp/rtsp.c
-   M /trunk/modules/access/v4l.c
-   M /trunk/modules/access/v4l2.c
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcdx/demux.c
-   M /trunk/modules/access_filter/bandwidth.c
-   M /trunk/modules/access_filter/dump.c
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/access_filter/timeshift.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/audio_filter/normvol.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/codec/dmo/buffer.c
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/xvmc/xxmc.c
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/http/util.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/real.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/ListViews.cpp
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_interface.c
-   M /trunk/modules/gui/pda/pda_support.c
-   M /trunk/modules/gui/skins2/unzip/ioapi.c
-   M /trunk/modules/gui/skins2/unzip/unzip.c
-   M /trunk/modules/gui/skins2/vars/time.cpp
-   M /trunk/modules/gui/skins2/vars/volume.cpp
-   M /trunk/modules/gui/wince/fileinfo.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.cpp
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-   M /trunk/modules/meta_engine/luameta.c
-   M /trunk/modules/misc/dummy/decoder.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/playlist/xspf.c
-   M /trunk/modules/misc/xml/xtag.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/switcher.c
-   M /trunk/modules/stream_out/transrate/block.c
-   M /trunk/modules/stream_out/transrate/frame.c
-   M /trunk/modules/stream_out/transrate/transrate.c
-   M /trunk/modules/visualization/galaktos/PCM.c
-   M /trunk/modules/visualization/galaktos/beat_detect.c
-   M /trunk/modules/visualization/galaktos/builtin_funcs.c
-   M /trunk/modules/visualization/galaktos/custom_shape.c
-   M /trunk/modules/visualization/galaktos/custom_wave.c
-   M /trunk/modules/visualization/galaktos/eval.c
-   M /trunk/modules/visualization/galaktos/fftsg.c
-   M /trunk/modules/visualization/galaktos/func.c
-   M /trunk/modules/visualization/galaktos/init_cond.c
-   M /trunk/modules/visualization/galaktos/main.c
-   M /trunk/modules/visualization/galaktos/param.c
-   M /trunk/modules/visualization/galaktos/parser.c
-   M /trunk/modules/visualization/galaktos/per_frame_eqn.c
-   M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
-   M /trunk/modules/visualization/galaktos/preset.c
-   M /trunk/modules/visualization/galaktos/splaytree.c
-   M /trunk/modules/visualization/galaktos/tree_types.c
-
-Remove stdio while we're at it.
-Finally rid of the strcasestr warning
-
-------------------------------------------------------------------------
-r21326 | courmisch | 2007-08-20 21:18:53 +0200 (Mon, 20 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/cmml/xarray.c
-   M /trunk/modules/codec/cmml/xlist.c
-   M /trunk/modules/codec/cmml/xstrcat.h
-   M /trunk/modules/codec/cmml/xtag.c
-
-Fix compilation
-
-There is something seriously messed up in these files though
-(like the declaration in xtag.h do not match the definition in xtag.c!)
-
-------------------------------------------------------------------------
-r21325 | courmisch | 2007-08-20 21:13:50 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Use fixed size string for extension. This is more DSO friendly
-
-------------------------------------------------------------------------
-r21324 | courmisch | 2007-08-20 21:10:23 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/dc1394.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dshow/crossbar.cpp
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dv.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/access/fake.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/gnomevfs.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/jack.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/rtsp/real.c
-   M /trunk/modules/access/screen/screen.c
-   M /trunk/modules/access/smb.c
-   M /trunk/modules/access/v4l.c
-   M /trunk/modules/access/v4l2.c
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcdx/demux.c
-   M /trunk/modules/access/vcdx/vcdplayer.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/shout.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/audio_filter/channel_mixer/dolby.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/channel_mixer/mono.c
-   M /trunk/modules/audio_filter/channel_mixer/simple.c
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-   M /trunk/modules/audio_filter/converter/fixed.c
-   M /trunk/modules/audio_filter/converter/float.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_filter/format.c
-   M /trunk/modules/audio_filter/normvol.c
-   M /trunk/modules/audio_filter/param_eq.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/auhal.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/hd1000a.cpp
-   M /trunk/modules/audio_output/jack.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/portaudio.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/codec/cmml/browser_open.c
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/cmml/xarray.c
-   M /trunk/modules/codec/cmml/xtag.c
-   M /trunk/modules/codec/cmml/xurl.c
-   M /trunk/modules/codec/dmo/buffer.c
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/xvmc/decode.c
-   M /trunk/modules/codec/xvmc/header.c
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/lirc.c
-   M /trunk/modules/control/motion.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/showintf.c
-   M /trunk/modules/control/unimotion.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/live555.cpp
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/sgimb.c
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/demux/vobsub.c
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/beos/MediaControlView.cpp
-   M /trunk/modules/gui/beos/PlayListWindow.cpp
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/pda/pda_interface.c
-   M /trunk/modules/gui/pda/pda_support.c
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/gui/qnx/qnx.c
-   M /trunk/modules/gui/qnx/vout.c
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/unzip/ioapi.c
-   M /trunk/modules/gui/skins2/unzip/unzip.c
-   M /trunk/modules/gui/skins2/utils/ustring.cpp
-   M /trunk/modules/gui/wince/fileinfo.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.cpp
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-   M /trunk/modules/meta_engine/folder.c
-   M /trunk/modules/meta_engine/id3tag.c
-   M /trunk/modules/misc/audioscrobbler.c
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/dummy/input.c
-   M /trunk/modules/misc/dummy/interface.c
-   M /trunk/modules/misc/dummy/vout.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/memcpy/memcpy.c
-   M /trunk/modules/misc/memcpy/memcpyaltivec.c
-   M /trunk/modules/misc/notify/xosd.c
-   M /trunk/modules/misc/quartztext.c
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/misc/svg.c
-   M /trunk/modules/misc/win32text.c
-   M /trunk/modules/misc/xml/xtag.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/services_discovery/bonjour.c
-   M /trunk/modules/services_discovery/podcast.c
-   M /trunk/modules/stream_out/autodel.c
-   M /trunk/modules/stream_out/bridge.c
-   M /trunk/modules/stream_out/description.c
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/dummy.c
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/mosaic_bridge.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/video_chroma/grey_yuv.c
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb8.c
-   M /trunk/modules/video_chroma/i420_ymga.c
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i422_yuy2.c
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/alphamask.c
-   M /trunk/modules/video_filter/bluescreen.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/colorthres.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/erase.c
-   M /trunk/modules/video_filter/extract.c
-   M /trunk/modules/video_filter/gaussianblur.c
-   M /trunk/modules/video_filter/gradient.c
-   M /trunk/modules/video_filter/grain.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/magnify.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/noise.c
-   M /trunk/modules/video_filter/opencv_wrapper.c
-   M /trunk/modules/video_filter/osdmenu.c
-   M /trunk/modules/video_filter/panoramix.c
-   M /trunk/modules/video_filter/psychedelic.c
-   M /trunk/modules/video_filter/puzzle.c
-   M /trunk/modules/video_filter/ripple.c
-   M /trunk/modules/video_filter/rotate.c
-   M /trunk/modules/video_filter/rss.c
-   M /trunk/modules/video_filter/sharpen.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_filter/wave.c
-   M /trunk/modules/video_output/aa.c
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/video_output/directfb.c
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/glide.c
-   M /trunk/modules/video_output/hd1000v.cpp
-   M /trunk/modules/video_output/mga.c
-   M /trunk/modules/video_output/msw/direct3d.c
-   M /trunk/modules/video_output/msw/directx.c
-   M /trunk/modules/video_output/msw/events.c
-   M /trunk/modules/video_output/msw/glwin32.c
-   M /trunk/modules/video_output/msw/wingdi.c
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xvideo.c
-   M /trunk/modules/video_output/x11/xvmc.c
-   M /trunk/modules/visualization/galaktos/custom_shape.c
-   M /trunk/modules/visualization/galaktos/custom_wave.c
-   M /trunk/modules/visualization/galaktos/func.c
-   M /trunk/modules/visualization/galaktos/init_cond.c
-   M /trunk/modules/visualization/galaktos/main.c
-   M /trunk/modules/visualization/galaktos/param.c
-   M /trunk/modules/visualization/galaktos/parser.c
-   M /trunk/modules/visualization/galaktos/per_frame_eqn.c
-   M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
-   M /trunk/modules/visualization/galaktos/preset.c
-   M /trunk/modules/visualization/galaktos/splaytree.c
-   M /trunk/modules/visualization/galaktos/tree_types.c
-   M /trunk/modules/visualization/goom.c
-   M /trunk/modules/visualization/visual/visual.c
-
-Remove _GNU_SOURCE and string.h too
-
-------------------------------------------------------------------------
-r21323 | courmisch | 2007-08-20 21:08:22 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/dc1394.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dshow/crossbar.cpp
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/dshow/filter.cpp
-   M /trunk/modules/access/dv.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/dvdread.c
-   M /trunk/modules/access/eyetv.c
-   M /trunk/modules/access/fake.c
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/gnomevfs.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/jack.c
-   M /trunk/modules/access/mms/asf.c
-   M /trunk/modules/access/mms/buffer.c
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmstu.c
-   M /trunk/modules/access/pvr.c
-   M /trunk/modules/access/rtsp/rtsp.c
-   M /trunk/modules/access/screen/beos.cpp
-   M /trunk/modules/access/screen/mac.c
-   M /trunk/modules/access/screen/screen.c
-   M /trunk/modules/access/screen/win32.c
-   M /trunk/modules/access/screen/x11.c
-   M /trunk/modules/access/smb.c
-   M /trunk/modules/access/tcp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access/v4l.c
-   M /trunk/modules/access/v4l2.c
-   M /trunk/modules/access/vcd/cdrom.c
-   M /trunk/modules/access/vcd/vcd.c
-   M /trunk/modules/access/vcdx/demux.c
-   M /trunk/modules/access_filter/bandwidth.c
-   M /trunk/modules/access_filter/dump.c
-   M /trunk/modules/access_filter/record.c
-   M /trunk/modules/access_filter/timeshift.c
-   M /trunk/modules/access_output/bonjour.c
-   M /trunk/modules/access_output/dummy.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/audio_filter/channel_mixer/dolby.c
-   M /trunk/modules/audio_filter/channel_mixer/headphone.c
-   M /trunk/modules/audio_filter/channel_mixer/mono.c
-   M /trunk/modules/audio_filter/channel_mixer/simple.c
-   M /trunk/modules/audio_filter/channel_mixer/trivial.c
-   M /trunk/modules/audio_filter/converter/a52tofloat32.c
-   M /trunk/modules/audio_filter/converter/a52tospdif.c
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-   M /trunk/modules/audio_filter/converter/dtstospdif.c
-   M /trunk/modules/audio_filter/converter/fixed.c
-   M /trunk/modules/audio_filter/converter/float.c
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/audio_filter/format.c
-   M /trunk/modules/audio_filter/normvol.c
-   M /trunk/modules/audio_filter/param_eq.c
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-   M /trunk/modules/audio_filter/resampler/linear.c
-   M /trunk/modules/audio_filter/resampler/trivial.c
-   M /trunk/modules/audio_filter/resampler/ugly.c
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/modules/audio_mixer/spdif.c
-   M /trunk/modules/audio_mixer/trivial.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/arts.c
-   M /trunk/modules/audio_output/auhal.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/esd.c
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/audio_output/hd1000a.cpp
-   M /trunk/modules/audio_output/jack.c
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/portaudio.c
-   M /trunk/modules/audio_output/sdl.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/codec/cmml/browser_open.c
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/codec/cmml/xarray.c
-   M /trunk/modules/codec/cmml/xlist.c
-   M /trunk/modules/codec/cmml/xtag.c
-   M /trunk/modules/codec/cmml/xurl.c
-   M /trunk/modules/codec/dmo/buffer.c
-   M /trunk/modules/codec/dmo/dmo.c
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/mux.c
-   M /trunk/modules/codec/xvmc/alloc.c
-   M /trunk/modules/codec/xvmc/cpu_state.c
-   M /trunk/modules/codec/xvmc/decode.c
-   M /trunk/modules/codec/xvmc/header.c
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/lirc.c
-   M /trunk/modules/control/motion.c
-   M /trunk/modules/control/netsync.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/showintf.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/demux/aiff.c
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/modules/demux/demuxdump.c
-   M /trunk/modules/demux/gme.cpp
-   M /trunk/modules/demux/live555.cpp
-   M /trunk/modules/demux/mjpeg.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/demux/mp4/drms.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/mpeg/h264.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/mpeg/m4v.c
-   M /trunk/modules/demux/mpeg/mpga.c
-   M /trunk/modules/demux/mpeg/mpgv.c
-   M /trunk/modules/demux/nsc.c
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/sgimb.c
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/pva.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/rawvid.c
-   M /trunk/modules/demux/real.c
-   M /trunk/modules/demux/subtitle.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/demux/ty.c
-   M /trunk/modules/demux/vc1.c
-   M /trunk/modules/demux/vobsub.c
-   M /trunk/modules/demux/voc.c
-   M /trunk/modules/demux/wav.c
-   M /trunk/modules/demux/xa.c
-   M /trunk/modules/gui/beos/AudioOutput.cpp
-   M /trunk/modules/gui/beos/BeOS.cpp
-   M /trunk/modules/gui/beos/Interface.cpp
-   M /trunk/modules/gui/beos/PreferencesWindow.cpp
-   M /trunk/modules/gui/beos/VideoOutput.cpp
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/gui/qnx/qnx.c
-   M /trunk/modules/gui/qnx/vout.c
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-   M /trunk/modules/gui/skins2/unzip/ioapi.c
-   M /trunk/modules/gui/skins2/unzip/unzip.c
-   M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
-   M /trunk/modules/gui/wince/dialogs.cpp
-   M /trunk/modules/gui/wince/fileinfo.cpp
-   M /trunk/modules/gui/wince/iteminfo.cpp
-   M /trunk/modules/gui/wince/menus.cpp
-   M /trunk/modules/gui/wince/messages.cpp
-   M /trunk/modules/gui/wince/open.cpp
-   M /trunk/modules/gui/wince/playlist.cpp
-   M /trunk/modules/gui/wince/preferences.cpp
-   M /trunk/modules/gui/wince/preferences_widgets.cpp
-   M /trunk/modules/gui/wince/subtitles.cpp
-   M /trunk/modules/gui/wince/timer.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-   M /trunk/modules/meta_engine/folder.c
-   M /trunk/modules/meta_engine/id3tag.c
-   M /trunk/modules/meta_engine/luameta.c
-   M /trunk/modules/meta_engine/musicbrainz.c
-   M /trunk/modules/meta_engine/taglib.cpp
-   M /trunk/modules/misc/dummy/aout.c
-   M /trunk/modules/misc/dummy/dummy.c
-   M /trunk/modules/misc/dummy/input.c
-   M /trunk/modules/misc/dummy/interface.c
-   M /trunk/modules/misc/dummy/vout.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/modules/misc/logger.c
-   M /trunk/modules/misc/memcpy/memcpy.c
-   M /trunk/modules/misc/memcpy/memcpyaltivec.c
-   M /trunk/modules/misc/notify/growl.c
-   M /trunk/modules/misc/notify/msn.c
-   M /trunk/modules/misc/notify/notify.c
-   M /trunk/modules/misc/notify/xosd.c
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/misc/playlist/old.c
-   M /trunk/modules/misc/qte_main.cpp
-   M /trunk/modules/misc/quartztext.c
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/misc/screensaver.c
-   M /trunk/modules/misc/svg.c
-   M /trunk/modules/misc/testsuite/test4.c
-   M /trunk/modules/misc/win32text.c
-   M /trunk/modules/misc/xml/libxml.c
-   M /trunk/modules/misc/xml/xtag.c
-   M /trunk/modules/mux/asf.c
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/dummy.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/mux/mpeg/csa.c
-   M /trunk/modules/mux/mpeg/pes.c
-   M /trunk/modules/mux/mpeg/ps.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/mux/mpjpeg.c
-   M /trunk/modules/mux/ogg.c
-   M /trunk/modules/mux/rtp/rtcp.c
-   M /trunk/modules/mux/wav.c
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/h264.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/modules/packetizer/vc1.c
-   M /trunk/modules/services_discovery/bonjour.c
-   M /trunk/modules/services_discovery/podcast.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/services_discovery/shout.c
-   M /trunk/modules/services_discovery/upnp_cc.cpp
-   M /trunk/modules/services_discovery/upnp_intel.cpp
-   M /trunk/modules/stream_out/autodel.c
-   M /trunk/modules/stream_out/bridge.c
-   M /trunk/modules/stream_out/description.c
-   M /trunk/modules/stream_out/display.c
-   M /trunk/modules/stream_out/dummy.c
-   M /trunk/modules/stream_out/duplicate.c
-   M /trunk/modules/stream_out/es.c
-   M /trunk/modules/stream_out/gather.c
-   M /trunk/modules/stream_out/mosaic_bridge.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/stream_out/switcher.c
-   M /trunk/modules/stream_out/transcode.c
-   M /trunk/modules/stream_out/transrate/block.c
-   M /trunk/modules/stream_out/transrate/frame.c
-   M /trunk/modules/stream_out/transrate/transrate.c
-   M /trunk/modules/video_chroma/grey_yuv.c
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb8.c
-   M /trunk/modules/video_chroma/i420_ymga.c
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i422_yuy2.c
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/alphamask.c
-   M /trunk/modules/video_filter/bluescreen.c
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/colorthres.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/erase.c
-   M /trunk/modules/video_filter/extract.c
-   M /trunk/modules/video_filter/gaussianblur.c
-   M /trunk/modules/video_filter/gradient.c
-   M /trunk/modules/video_filter/grain.c
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/magnify.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/motionblur.c
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/noise.c
-   M /trunk/modules/video_filter/opencv_wrapper.c
-   M /trunk/modules/video_filter/osdmenu.c
-   M /trunk/modules/video_filter/panoramix.c
-   M /trunk/modules/video_filter/psychedelic.c
-   M /trunk/modules/video_filter/puzzle.c
-   M /trunk/modules/video_filter/ripple.c
-   M /trunk/modules/video_filter/rotate.c
-   M /trunk/modules/video_filter/rss.c
-   M /trunk/modules/video_filter/sharpen.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-   M /trunk/modules/video_filter/wave.c
-   M /trunk/modules/video_output/aa.c
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/video_output/directfb.c
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/glide.c
-   M /trunk/modules/video_output/hd1000v.cpp
-   M /trunk/modules/video_output/image.c
-   M /trunk/modules/video_output/mga.c
-   M /trunk/modules/video_output/msw/direct3d.c
-   M /trunk/modules/video_output/msw/directx.c
-   M /trunk/modules/video_output/msw/events.c
-   M /trunk/modules/video_output/msw/glwin32.c
-   M /trunk/modules/video_output/msw/wingdi.c
-   M /trunk/modules/video_output/opengl.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/snapshot.c
-   M /trunk/modules/video_output/svgalib.c
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/video_output/x11/x11.c
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xvideo.c
-   M /trunk/modules/video_output/x11/xvmc.c
-   M /trunk/modules/visualization/galaktos/PCM.c
-   M /trunk/modules/visualization/galaktos/beat_detect.c
-   M /trunk/modules/visualization/galaktos/builtin_funcs.c
-   M /trunk/modules/visualization/galaktos/custom_shape.c
-   M /trunk/modules/visualization/galaktos/custom_wave.c
-   M /trunk/modules/visualization/galaktos/eval.c
-   M /trunk/modules/visualization/galaktos/fftsg.c
-   M /trunk/modules/visualization/galaktos/func.c
-   M /trunk/modules/visualization/galaktos/init_cond.c
-   M /trunk/modules/visualization/galaktos/main.c
-   M /trunk/modules/visualization/galaktos/param.c
-   M /trunk/modules/visualization/galaktos/parser.c
-   M /trunk/modules/visualization/galaktos/per_frame_eqn.c
-   M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
-   M /trunk/modules/visualization/galaktos/preset.c
-   M /trunk/modules/visualization/galaktos/splaytree.c
-   M /trunk/modules/visualization/galaktos/tree_types.c
-   M /trunk/modules/visualization/goom.c
-   M /trunk/modules/visualization/visual/effects.c
-   M /trunk/modules/visualization/visual/fft.c
-   M /trunk/modules/visualization/visual/visual.c
-
-Remove stdlib.h
-
-------------------------------------------------------------------------
-r21322 | courmisch | 2007-08-20 21:04:45 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_core.c
-
-Missing vlc/vlc.h here
-
-------------------------------------------------------------------------
-r21321 | courmisch | 2007-08-20 21:02:53 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/interface/intf_eject.c
-
-Here too
-
-------------------------------------------------------------------------
-r21320 | courmisch | 2007-08-20 21:01:32 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/events.c
-
-Something went wrong here
-
-------------------------------------------------------------------------
-r21319 | courmisch | 2007-08-20 20:59:30 +0200 (Mon, 20 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/mixer.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/control/audio.c
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_instance.c
-   M /trunk/src/control/mediacontrol_core.c
-   M /trunk/src/control/mediacontrol_util.c
-   M /trunk/src/control/video.c
-   M /trunk/src/control/vlm.c
-   M /trunk/src/extras/libc.c
-   M /trunk/src/input/access.c
-   M /trunk/src/input/clock.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/mem_stream.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/input/subtitles.c
-   M /trunk/src/input/vlm.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/interface/intf_eject.c
-   M /trunk/src/misc/block.c
-   M /trunk/src/misc/darwin_specific.c
-   M /trunk/src/misc/events.c
-   M /trunk/src/misc/messages.c
-   M /trunk/src/misc/mtime.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/update.c
-   M /trunk/src/misc/variables.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/misc/xml.c
-   M /trunk/src/modules/configuration.c
-   M /trunk/src/modules/configuration_chain.c
-   M /trunk/src/network/acl.c
-   M /trunk/src/network/httpd.c
-   M /trunk/src/network/tcp.c
-   M /trunk/src/network/tls.c
-   M /trunk/src/network/udp.c
-   M /trunk/src/osd/osd.c
-   M /trunk/src/osd/osd_parser.c
-   M /trunk/src/osd/osd_widgets.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/text/charset.c
-   M /trunk/src/text/strings.c
-   M /trunk/src/text/wincp.c
-   M /trunk/src/video_output/video_widgets.c
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_subpictures.c
-   M /trunk/src/video_output/vout_synchro.c
-   M /trunk/src/vlc.c
-
-Remember not to include anything before vlc/vlc.h
-(which includes config.h which defines the platform feature macros)
-Also remember stdio, string and stdlib are included implicitly
-
-------------------------------------------------------------------------
-r21318 | courmisch | 2007-08-20 20:45:41 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Fix memory handling
-
-------------------------------------------------------------------------
-r21317 | courmisch | 2007-08-20 20:42:11 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-
-Fix strcasestr declaration
-
-------------------------------------------------------------------------
-r21316 | funman | 2007-08-20 19:13:54 +0200 (Mon, 20 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-
-Call "meta reader" module in ffmpeg demuxer
-------------------------------------------------------------------------
-r21315 | pdherbemont | 2007-08-20 19:13:32 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/services_discovery.c
-
-services_discovery.c: Patch by Alexander Gall <gall # switch.ch>, avoid crashing on systems that don't handle NULL string in ..printf.
-
-------------------------------------------------------------------------
-r21314 | funman | 2007-08-20 18:56:21 +0200 (Mon, 20 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Adds mpc to the ffmpeg's fourcc list
-------------------------------------------------------------------------
-r21313 | ileoo | 2007-08-20 18:13:38 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-
-use GetName only if GetTitle returns emptry string for meta
-
-------------------------------------------------------------------------
-r21312 | funman | 2007-08-20 16:52:24 +0200 (Mon, 20 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-Add comment/cosmetics
-------------------------------------------------------------------------
-r21311 | funman | 2007-08-20 16:45:31 +0200 (Mon, 20 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-Get input length from metadata if demuxer failed to retrieve it
-------------------------------------------------------------------------
-r21310 | funman | 2007-08-20 16:13:48 +0200 (Mon, 20 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/src/input/meta.c
-
-Corrects some metadata descriptions
-------------------------------------------------------------------------
-r21309 | funman | 2007-08-20 16:13:06 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Removes deleted file
-
-------------------------------------------------------------------------
-r21307 | jb | 2007-08-20 14:04:06 +0200 (Mon, 20 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Comments about TODO and FIXMEs on the main_interface, for my holidays :D
-
-
-------------------------------------------------------------------------
-r21306 | jb | 2007-08-20 13:54:11 +0200 (Mon, 20 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4: fix compilation. Sorry for the disturbance.
-
-
-------------------------------------------------------------------------
-r21305 | jb | 2007-08-20 13:27:46 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Qt4 : build fix.
-
-------------------------------------------------------------------------
-r21304 | jb | 2007-08-20 12:48:34 +0200 (Mon, 20 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Qt4 : remove from Modules.am a removed file.
-
-
-------------------------------------------------------------------------
-r21303 | damienf | 2007-08-20 12:40:36 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/utils.cpp
-   M /trunk/mozilla/vlcplugin.cpp
-
-URI: when pasring for protocol headers allow for more characters than just alpha
-
-------------------------------------------------------------------------
-r21302 | jb | 2007-08-20 12:04:39 +0200 (Mon, 20 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-
-Qt4 : buttons size and various fixes. Remove dead code and avoid duplication.
-
-
-------------------------------------------------------------------------
-r21301 | jb | 2007-08-20 11:42:32 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-Qt4 : Fix a size in main controlsWidget.
-
-------------------------------------------------------------------------
-r21300 | jb | 2007-08-20 11:39:46 +0200 (Mon, 20 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 : fullscreen Button activation/deactivation
-
-
-------------------------------------------------------------------------
-r21299 | jb | 2007-08-20 11:28:53 +0200 (Mon, 20 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-Qt4 : Fix the playlistButton Size.
-cosmetics.
-
-------------------------------------------------------------------------
-r21298 | jb | 2007-08-20 11:20:51 +0200 (Mon, 20 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   D /trunk/modules/gui/qt4/ui/main_interface.ui
-
-Qt4 : remove useless files.
-Fix some segfaults by disabling functions.
-Slower, faster are on the side of the slider now.
-
-
-------------------------------------------------------------------------
-r21297 | jb | 2007-08-20 10:41:55 +0200 (Mon, 20 Aug 2007) | 8 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Qt4 : Changes in the main interface:
- - Don't use the .ui, do all by hand :)
- - Use a ControlWidgets to design all the controls, and implement the functions
- - Change a bit the advanced widget, that must be integrated in the
-   controlsWidget
-There is a lot of Not Yet Implemented, so feel free to add some.
-
-
-------------------------------------------------------------------------
-r21296 | pdherbemont | 2007-08-20 08:23:10 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc_structures.h
-
-Fix previous commit.
-
-------------------------------------------------------------------------
-r21295 | pdherbemont | 2007-08-20 06:43:48 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/media_instance.c
-   M /trunk/src/control/media_list_player.c
-
-src/control: Various events addition.
-
-------------------------------------------------------------------------
-r21294 | pdherbemont | 2007-08-20 04:46:54 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/libvlc_internal.h
-
-Forgotten file from previous commit.
-
-------------------------------------------------------------------------
-r21293 | pdherbemont | 2007-08-20 04:30:36 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list.c
-
-control/media_list.c: Set the VLCNode tag when an item is added as a subitem.
-
-------------------------------------------------------------------------
-r21292 | pdherbemont | 2007-08-20 04:29:34 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/tree.c
-
-control/tree.c: Notify subtree/addition removal.
-
-------------------------------------------------------------------------
-r21291 | funman | 2007-08-20 04:21:13 +0200 (Mon, 20 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-Disables some useless metadata in infopanel dialog
-Redesign the label & edits placement to resize the dialog
-
-------------------------------------------------------------------------
-r21290 | funman | 2007-08-20 04:04:29 +0200 (Mon, 20 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-Forgotten that in [21284]
-------------------------------------------------------------------------
-r21289 | pdherbemont | 2007-08-20 03:40:03 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_descriptor.c
-   M /trunk/src/control/tag_query.c
-
-control/tag_query.c: Make tag_query_match actually match something.
-
-------------------------------------------------------------------------
-r21288 | pdherbemont | 2007-08-20 03:30:14 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-src/Makefile.am: build dynamic_media_list.c and tree.c.
-
-------------------------------------------------------------------------
-r21287 | pdherbemont | 2007-08-20 03:28:12 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/dynamic_media_list.c
-
-dynamic_media_list.c: Fix a warning.
-
-------------------------------------------------------------------------
-r21286 | pdherbemont | 2007-08-20 03:27:38 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-vlc/libvlc.h: Fix libvlc_media_discoverer_media_list prototype.
-
-------------------------------------------------------------------------
-r21285 | funman | 2007-08-20 03:27:38 +0200 (Mon, 20 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/meta_engine/taglib.cpp
-
-Reads more metadata from ID3v2 tags
-------------------------------------------------------------------------
-r21284 | funman | 2007-08-20 03:21:40 +0200 (Mon, 20 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc_meta.h
-
-Disables unusued stuff
-------------------------------------------------------------------------
-r21283 | pdherbemont | 2007-08-20 03:13:42 +0200 (Mon, 20 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/libvlc_structures.h
-   A /trunk/src/control/dynamic_media_list.c
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_list.c
-
-control/dynamic_media_list.c: New dynamic media list object. It shouldn't have great performances, but could easily be improved.
-The idea is to have create a media list using the item of an other that matches a certain query.
-
-------------------------------------------------------------------------
-r21282 | pdherbemont | 2007-08-20 01:38:02 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/libvlc_internal.h
-   A /trunk/src/control/tree.c
-
-control/tree.c: Add a new structure to work with tree.
-
-------------------------------------------------------------------------
-r21281 | pdherbemont | 2007-08-20 01:05:21 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/libvlc_internal.h
-
-libvlc_internal.h: Forgotten file.
-
-------------------------------------------------------------------------
-r21280 | pdherbemont | 2007-08-20 00:52:06 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_library.c
-
-control/media_library.c: Remove unwanted commit.
-
-------------------------------------------------------------------------
-r21279 | pdherbemont | 2007-08-20 00:51:32 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_library.c
-
-control/media_library.c: svn propset svn:keywords "Id".
-
-------------------------------------------------------------------------
-r21278 | pdherbemont | 2007-08-20 00:46:15 +0200 (Mon, 20 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Basic unamed tag support which will soon move to core.
-
-------------------------------------------------------------------------
-r21277 | pdherbemont | 2007-08-19 23:54:49 +0200 (Sun, 19 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/Makefile.am
-   M /trunk/src/control/libvlc_internal.h
-   A /trunk/src/control/media_library.c
-   M /trunk/src/control/media_list.c
-
-* control/media_library.c: Initial implementation.
-* control/media_list.c: Implement _set_name _add_from_file.
-
-------------------------------------------------------------------------
-r21276 | pdherbemont | 2007-08-19 23:53:24 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Don't forget to stop the thread.
-
-------------------------------------------------------------------------
-r21275 | pdherbemont | 2007-08-19 23:52:45 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Use the default input name.
-
-------------------------------------------------------------------------
-r21274 | pdherbemont | 2007-08-19 23:45:00 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_discoverer.c
-
-control/media_discoverer.c: Fix a warning+bug.
-
-------------------------------------------------------------------------
-r21273 | pdherbemont | 2007-08-19 23:20:47 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-
-vlc_arrays.h: Fix a bug in vlc_dictionary_remove_value_for_key, thanks to funman.
-
-------------------------------------------------------------------------
-r21272 | damienf | 2007-08-19 22:48:38 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/glx.c
-   M /trunk/modules/video_output/x11/xcommon.c
-
-glx: fixed startup crash, which seems to be triggered by an x.org optimization, the GLX module seems to be loaded when it is queried upon, and released when the display is closed. Therefore, checking for GLX with a temporary display and using GLX apis with another will crash it.
-
-------------------------------------------------------------------------
-r21271 | funman | 2007-08-19 21:16:28 +0200 (Sun, 19 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/share/luaplaylist/youtube.lua
-
-Fixes youtube parsing on www.youtube.com website
-------------------------------------------------------------------------
-r21270 | ileoo | 2007-08-19 21:10:03 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-
-Sets EchoMode(QLineEdit::Password) for CONFIG_ITEM_PASSWORD
-
-------------------------------------------------------------------------
-r21269 | courmisch | 2007-08-19 20:47:09 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-
-What is add_password_inner supposed to be, except a reinvention of add_string_inner?
-
-------------------------------------------------------------------------
-r21268 | funman | 2007-08-19 20:44:32 +0200 (Sun, 19 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/misc/audioscrobbler.c
-   M /trunk/src/modules/configuration.c
-
-Adds CONFIG_ITEM_PASSWORD for showing stars in preferences dialog (still to be implemented in interfaces)
-------------------------------------------------------------------------
-r21267 | funman | 2007-08-19 20:43:16 +0200 (Sun, 19 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/ogg.c
-
-Forces preparsing for ogg files
-------------------------------------------------------------------------
-r21266 | jb | 2007-08-19 20:00:09 +0200 (Sun, 19 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-qt4 - Remove trailing spaces...
-
-
-------------------------------------------------------------------------
-r21265 | dionoea | 2007-08-19 19:48:59 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/mvar.c
-
-Another input_GetItem assert workarround.
-
-------------------------------------------------------------------------
-r21264 | dionoea | 2007-08-19 19:48:28 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/main
-   M /trunk/share/http/js/functions.js
-
-Only reload album art in the HTTP interface if the track id changes (or if the user clicks on the album art to force a reload).
-
-------------------------------------------------------------------------
-r21263 | xtophe | 2007-08-19 19:44:54 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/po/sl.po
-
-Slovenian l10n update by Matej Urban?\196?\141i?\196?\141
-
-------------------------------------------------------------------------
-r21262 | dionoea | 2007-08-19 19:39:29 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
-Add config option to disable album art support in the HTTP interface.
-
-------------------------------------------------------------------------
-r21261 | dionoea | 2007-08-19 19:31:43 +0200 (Sun, 19 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
-* Allow getting album art for items which aren't playing (using /art?id=<the playlist id> instead of /art). (You need to run with --album-art 2 if you want to have album art for items which haven't already played)
-* Workarround a stupid assert in input_GetItem.
-
-------------------------------------------------------------------------
-r21260 | funman | 2007-08-19 19:15:28 +0200 (Sun, 19 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/meta_engine/taglib.cpp
-
-Implements ogg/vorbis & flac duration preparsing
-Ogg/flac doesn't work (yet)
-
-------------------------------------------------------------------------
-r21259 | courmisch | 2007-08-19 19:15:11 +0200 (Sun, 19 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/objects.c
-
-Hide b_attached.
-Also remove the volatile qualifier.
-No, volatile does not magically solve threading bugs, sorry
-I too have tried this "easy" path, it does REALLY NOT WORK.
-volatile only solves signals concurrency, not threads concurrency.
-
-------------------------------------------------------------------------
-r21258 | courmisch | 2007-08-19 19:11:08 +0200 (Sun, 19 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/src/input/control.c
-
-Fix a bunch of warnings / undefined pointers
-By the way, using asprintf(&ptr)/free(ptr) to determine the length of a string
-is really lame, when you can do the same with snprintf(NULL, 0);
-
-------------------------------------------------------------------------
-r21257 | courmisch | 2007-08-19 18:56:07 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/cpu.c
-
-Fix warning
-
-------------------------------------------------------------------------
-r21256 | dionoea | 2007-08-19 18:55:45 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/http/util.c
-
-Fix playlist_item_t.i_id vs input_item_t.i_id mess in HTTP interface. (Looks like this was new in 0.9.0. Having 2 differents integer ids, one being used to play and the other needed to delete the item is kind of awkward.)
-
-------------------------------------------------------------------------
-r21255 | courmisch | 2007-08-19 18:53:34 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-Fix use of undefined variable
-
-------------------------------------------------------------------------
-r21254 | courmisch | 2007-08-19 18:50:42 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/messages.c
-
-Code factor
-
-------------------------------------------------------------------------
-r21253 | pdherbemont | 2007-08-19 18:36:27 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/bonjour.c
-
-module/services_discovery/bonjour.c: Use the new API.
-
-------------------------------------------------------------------------
-r21252 | jb | 2007-08-19 18:20:13 +0200 (Sun, 19 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Qt4 - Right-Click menus for the main interface. Not implemented yet.
-
-
-------------------------------------------------------------------------
-r21251 | gbazin | 2007-08-19 18:19:36 +0200 (Sun, 19 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
-* modules/codec/mpeg_audio.c: fixes for free format support.
-------------------------------------------------------------------------
-r21250 | ileoo | 2007-08-19 18:00:36 +0200 (Sun, 19 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/share/luameta/googleimage.lua
-
-
-Googleimage to use artist-tag and do url-encode (example taken from
-http://www.redwiki.net/wiki/wiki.php/LUA/URLencode%B1%B8%C7%F6%C4?\218?\181%E5 )
-
-
-
-------------------------------------------------------------------------
-r21249 | ileoo | 2007-08-19 17:56:55 +0200 (Sun, 19 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/meta_engine/luameta.c
-
-add artist to lua-script also
-------------------------------------------------------------------------
-r21248 | funman | 2007-08-19 17:48:48 +0200 (Sun, 19 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/share/applications/vlc.desktop
-
-Validates desktop file  according to the desktop entry specification 1.0
-------------------------------------------------------------------------
-r21247 | jb | 2007-08-19 17:33:19 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-qt4  add a small define that could help to fight Qt43 bugs.
-
-------------------------------------------------------------------------
-r21246 | xtophe | 2007-08-19 17:05:30 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/luameta.c
-
-Fix [21233]
-
-------------------------------------------------------------------------
-r21245 | courmisch | 2007-08-19 16:54:33 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.c
-
-Fix lots of warnings
-
-------------------------------------------------------------------------
-r21244 | pdherbemont | 2007-08-19 16:51:08 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/playlist_internal.h
-   M /trunk/src/playlist/services_discovery.c
-
-playlist: Make playlist_archived_services_discovery_t internal.
-
-------------------------------------------------------------------------
-r21243 | ileoo | 2007-08-19 16:35:31 +0200 (Sun, 19 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-
-Second try, show save meta button if user changes any input field, also
-then set in_edit=true so playlist changes doesn't change meta-data what
-to edit.
-
-
-------------------------------------------------------------------------
-r21242 | courmisch | 2007-08-19 16:19:32 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Fix [21239] compilation
-
-------------------------------------------------------------------------
-r21241 | pdherbemont | 2007-08-19 16:18:44 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-
-cdda/access.c: Fix a warning.
-
-------------------------------------------------------------------------
-r21240 | courmisch | 2007-08-19 16:17:53 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Enable RTCP SR from the RTP sout
-
-------------------------------------------------------------------------
-r21239 | courmisch | 2007-08-19 16:17:26 +0200 (Sun, 19 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-- Rename rtcp option to rtcp-port
-- Add rtcp boolean to emit RTCP SR
-
-------------------------------------------------------------------------
-r21238 | dionoea | 2007-08-19 16:11:50 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-   M /trunk/share/http/dialogs/main
-   M /trunk/share/http/js/functions.js
-
-Preliminary album art support code for the HTTP interface.
-
-------------------------------------------------------------------------
-r21237 | fkuehne | 2007-08-19 16:02:12 +0200 (Sun, 19 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/macosx.m
-
-* default enable 'Black screens in fullscreen' and make it a non-advanced setting
-------------------------------------------------------------------------
-r21236 | ileoo | 2007-08-19 15:39:56 +0200 (Sun, 19 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-
-
-Edit mediainfo so you can edit meta-data even when playitem changes in
-background. Also sets default to readonly, so user can't change meta if
-he/she doesn't want to edit it. First try ;)
-
-
-------------------------------------------------------------------------
-r21235 | funman | 2007-08-19 15:38:29 +0200 (Sun, 19 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-Disables only informational metadata extraction in vorbis codec, when taglib is built
-------------------------------------------------------------------------
-r21234 | xtophe | 2007-08-19 15:25:30 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/luameta.c
-
-Fix compile warning
-
-------------------------------------------------------------------------
-r21233 | xtophe | 2007-08-19 14:42:24 +0200 (Sun, 19 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/luameta.c
-
-Look for luameta script in share/luameta dor the case where you run from your source tree
-
-------------------------------------------------------------------------
-r21232 | jb | 2007-08-19 02:20:09 +0200 (Sun, 19 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-qt4 : QT4 album art in allways-video.
-Patch by Ilkka Ollakka, modified by myself to rip-off extra spaces, to modify a constant one and not 4 times, and functions placement in the code.
-
-
-------------------------------------------------------------------------
-r21231 | funman | 2007-08-18 22:23:58 +0200 (Sat, 18 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-Fix input deadlocks in macosx gui
-Doesn't fix input memleaks (playlist.m:204-214)
-
-------------------------------------------------------------------------
-r21230 | fkuehne | 2007-08-18 20:59:42 +0200 (Sat, 18 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* fixed a few unknown playlist queries
-------------------------------------------------------------------------
-r21229 | courmisch | 2007-08-18 19:55:51 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-Make sure SOCKS is only attempted with TCP
-
-------------------------------------------------------------------------
-r21228 | funman | 2007-08-18 19:48:16 +0200 (Sat, 18 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-Prevents deadlocks with input in qt4
-------------------------------------------------------------------------
-r21227 | courmisch | 2007-08-18 19:37:16 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Use AI_PASSIVE for bind address only, not for connect address
-
-------------------------------------------------------------------------
-r21226 | funman | 2007-08-18 16:59:31 +0200 (Sat, 18 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/misc/notify/growl.c
-   M /trunk/modules/misc/notify/notify.c
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/misc/playlist/xspf.c
-   M /trunk/modules/visualization/goom.c
-   M /trunk/src/input/control.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/meta.c
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/text/strings.c
-   M /trunk/src/video_output/video_output.c
-
-Input access locking, part 2.
-Fix [21193]
-
-------------------------------------------------------------------------
-r21225 | funman | 2007-08-18 16:51:06 +0200 (Sat, 18 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-Distributes luameta on windows builds
-------------------------------------------------------------------------
-r21224 | funman | 2007-08-18 16:44:47 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/vorbis.c
-
-Disables meta reading in vorbis codec when taglib plugin is being built
-
-------------------------------------------------------------------------
-r21223 | pdherbemont | 2007-08-18 16:30:47 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/musicbrainz.c
-
-musicbrainz.c: Hopefully fix the art finder submodule.
-
-------------------------------------------------------------------------
-r21222 | pdherbemont | 2007-08-18 16:08:34 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-meta.c: Fix the boolean expression. (I should get some sleep 2)
-
-------------------------------------------------------------------------
-r21221 | pdherbemont | 2007-08-18 15:48:26 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-meta.c: Left over removal. (Should get some sleep).
-
-------------------------------------------------------------------------
-r21220 | dionoea | 2007-08-18 15:47:24 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/musicbrainz.c
-
-Add some extra debug.
-
-------------------------------------------------------------------------
-r21219 | pdherbemont | 2007-08-18 15:18:30 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-meta.c: Previous commit credited to Ilkka Ollakka.
-
-------------------------------------------------------------------------
-r21218 | pdherbemont | 2007-08-18 15:16:23 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-meta.c: Fix an interversion in the exit condition.
-
-------------------------------------------------------------------------
-r21217 | damienf | 2007-08-18 13:03:04 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/video_output/video_output.c
-
-threads: win32, make sure only object owning a thread can close its handle when object is destroyed
-
-------------------------------------------------------------------------
-r21216 | dionoea | 2007-08-18 12:44:20 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/musicbrainz.c
-
-Freeing stuff before using it is *stupid*. (<-- funman)
-
-------------------------------------------------------------------------
-r21215 | dionoea | 2007-08-18 12:29:44 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-
-Comment this vlc_mutex_unlock too (untill funman fixes what he was doing).
-
-------------------------------------------------------------------------
-r21214 | jb | 2007-08-18 11:50:08 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-
-Wx: compile fix
-
-------------------------------------------------------------------------
-r21213 | dionoea | 2007-08-18 11:22:34 +0200 (Sat, 18 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/meta_engine/id3tag.c
-   M /trunk/modules/meta_engine/musicbrainz.c
-
-Fix compile error in muscibrainz.
-Fix warning in id3tag.
-
-------------------------------------------------------------------------
-r21212 | jb | 2007-08-18 10:56:41 +0200 (Sat, 18 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-Qt4: Fix the [21193] for Qt4.
-
-
-------------------------------------------------------------------------
-r21211 | pdherbemont | 2007-08-18 08:10:41 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-
-vlc_input.h: Disable's funman commit. It requires more work before going in trunk. Current state dead locks.
-
-------------------------------------------------------------------------
-r21210 | pdherbemont | 2007-08-18 07:33:24 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-audioscrobbler.c: Fix 21193. It should be reverted or at least the lock shouldn't be held until it gets fixed.
-
-------------------------------------------------------------------------
-r21209 | pdherbemont | 2007-08-18 07:17:21 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-playlist.m: More 21193 fixes.
-
-------------------------------------------------------------------------
-r21208 | pdherbemont | 2007-08-18 07:16:04 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-playlist.m: Fix the so problematic 21193.
-
-------------------------------------------------------------------------
-r21207 | pdherbemont | 2007-08-18 07:06:18 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-media_descriptor.c: Fix 21193.
-
-------------------------------------------------------------------------
-r21206 | pdherbemont | 2007-08-18 07:05:09 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/bonjour.c
-
-modules/services_discovery/bonjour.c: Use the new service discovery API.
-
-------------------------------------------------------------------------
-r21205 | pdherbemont | 2007-08-18 07:02:43 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-modules/services_discovery/sap.c: Use the new service discovery api.
-
-------------------------------------------------------------------------
-r21204 | pdherbemont | 2007-08-18 06:59:18 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/search.c
-
-search.c: Fix 21193.
-
-------------------------------------------------------------------------
-r21203 | pdherbemont | 2007-08-18 06:49:41 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-
-include/vlc_input.h: Create an input_item_MetaMatch (part of a fix for [21193]).
-
-------------------------------------------------------------------------
-r21202 | pdherbemont | 2007-08-18 06:22:24 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/sort.c
-
-playlist/sort.c: Fix funman's commit.
-
-------------------------------------------------------------------------
-r21201 | pdherbemont | 2007-08-18 06:21:36 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-
-vlc_input.h: Fix funman's commit.
-
-------------------------------------------------------------------------
-r21200 | pdherbemont | 2007-08-18 06:09:55 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/services_discovery.c
-
-playlist/services_discovery.c: Rework category handling.
-
-------------------------------------------------------------------------
-r21199 | pdherbemont | 2007-08-18 05:54:33 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/services_discovery.c
-
-playlist/services_discovery.c: Removing left over debug printf.
-
-------------------------------------------------------------------------
-r21198 | pdherbemont | 2007-08-18 05:52:09 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/podcast.c
-
-modules/services_discovery/podcast.c: Fix initial number of url.
-
-------------------------------------------------------------------------
-r21197 | pdherbemont | 2007-08-18 05:48:49 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/podcast.c
-
-modules/services_discovery/podcast.c: Use the new API.
-
-------------------------------------------------------------------------
-r21196 | pdherbemont | 2007-08-18 05:46:12 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/shout.c
-
-modules/services_discovery/shout.c: Use the new services_discovery API.
-
-------------------------------------------------------------------------
-r21195 | pdherbemont | 2007-08-18 05:44:13 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/services_discovery.c
-
-playlist/services_discovery.c: Use a stop method to end the service.
-
-------------------------------------------------------------------------
-r21194 | pdherbemont | 2007-08-18 05:37:01 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/services_discovery.c
-
-playlist/services_discovery.c: Handle removal of a service.
-
-------------------------------------------------------------------------
-r21193 | funman | 2007-08-18 05:22:03 +0200 (Sat, 18 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/input_manager.cpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
-   M /trunk/modules/meta_engine/luameta.c
-   M /trunk/modules/meta_engine/musicbrainz.c
-   M /trunk/modules/meta_engine/taglib.cpp
-   M /trunk/modules/misc/audioscrobbler.c
-   M /trunk/src/control/media_descriptor.c
-   M /trunk/src/playlist/search.c
-   M /trunk/src/playlist/sort.c
-
-Input access locking. Part one
-------------------------------------------------------------------------
-r21192 | pdherbemont | 2007-08-18 05:08:56 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: Correctly link share on Mac OS X.
-
-------------------------------------------------------------------------
-r21191 | funman | 2007-08-18 02:57:17 +0200 (Sat, 18 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/share/luaplaylist/youtube.lua
-
-Fixes youtube parsing
-------------------------------------------------------------------------
-r21190 | pdherbemont | 2007-08-18 02:13:55 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-(oops).
-
-------------------------------------------------------------------------
-r21189 | pdherbemont | 2007-08-18 02:10:45 +0200 (Sat, 18 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-playlist/item.c: Rework item addition to make it work better with the current playlist system.
-
-------------------------------------------------------------------------
-r21188 | pdherbemont | 2007-08-17 23:44:22 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-playlist/item.c: Remove a left over (release without retain).
-
-------------------------------------------------------------------------
-r21187 | dionoea | 2007-08-17 22:51:02 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Allow the '-' character in an access' name (fixes parsing of input "http/shout-winamp://www.shoutcast.com/sbin/newxml.phtml").
-
-------------------------------------------------------------------------
-r21186 | damienf | 2007-08-17 19:39:59 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/update.c
-
-update.c: win32, previous commit helps fixing this one
-
-------------------------------------------------------------------------
-r21185 | damienf | 2007-08-17 19:30:51 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-threads.c: win32, changed the way thread handle is closed, which is now done on function exit, rather than thread_join
-
-------------------------------------------------------------------------
-r21184 | xtophe | 2007-08-17 18:59:38 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subtitles/Modules.am
-
-Distribute subsdec.h
-
-------------------------------------------------------------------------
-r21183 | xtophe | 2007-08-17 18:35:45 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/announce.c
-
-That has apparently been fixed
-
-------------------------------------------------------------------------
-r21182 | xtophe | 2007-08-17 18:33:59 +0200 (Fri, 17 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-src/Makefile.am: Distribute vlc_events.h. Possibly fix 'make distcheck'
-                 Sort the list  
-
-------------------------------------------------------------------------
-r21181 | courmisch | 2007-08-17 18:13:53 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sdp.c
-
-Same as previous commit, for RTP/TS
-
-------------------------------------------------------------------------
-r21180 | courmisch | 2007-08-17 18:11:20 +0200 (Fri, 17 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Request that sender send no RTCP RR.
-Now we can legitimately not receive them, ahaha!
-
-------------------------------------------------------------------------
-r21179 | pdherbemont | 2007-08-17 12:26:48 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-playlist/item.c: Make sure we lock when we send the playlist request.
-
-------------------------------------------------------------------------
-r21178 | pdherbemont | 2007-08-17 12:07:36 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-modules/codec/ffmpeg/ffmpeg.c: Fix a typo with Global mutex uses.
-
-------------------------------------------------------------------------
-r21177 | pdherbemont | 2007-08-17 11:52:12 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/services_discovery.c
-
-playlist/services_discovery.c: Implement item removed handler.
-
-------------------------------------------------------------------------
-r21176 | pdherbemont | 2007-08-17 11:51:21 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/item.c
-
-include/vlc_playlist.h: Export playlist_DeleteInputInParent.
-
-------------------------------------------------------------------------
-r21175 | pdherbemont | 2007-08-17 11:48:55 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-playlist/item.c: Better subitem added handling code.
-
-------------------------------------------------------------------------
-r21174 | pdherbemont | 2007-08-17 11:11:18 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/events.c
-
-misc/events.c: We do want to send events to multiple listener. (oops, I should get some sleep). In this situation we can simply unlock for the time being making sure we won't reuse resources that can disappear.
-
-------------------------------------------------------------------------
-r21173 | pdherbemont | 2007-08-17 10:10:42 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/Makefile.am
-   M /trunk/src/control/libvlc_internal.h
-   A /trunk/src/control/media_discoverer.c
-   M /trunk/src/playlist/services_discovery.c
-
-control/media_discoverer.c: Implementation of a media_discoverer libvlc object based on top of services_discovery.
-
-------------------------------------------------------------------------
-r21172 | pdherbemont | 2007-08-17 10:00:03 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-src/playlist/item.c: Avoid a dead lock.
-
-------------------------------------------------------------------------
-r21171 | pdherbemont | 2007-08-17 09:42:22 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/events.c
-
-misc/events.c: Avoid a warning.
-
-------------------------------------------------------------------------
-r21170 | pdherbemont | 2007-08-17 09:41:18 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/events.c
-
-misc/events.c: Don't call an invalid ptr (oops).
-
-------------------------------------------------------------------------
-r21169 | pdherbemont | 2007-08-17 08:59:37 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-src/playlist/item.c: Retain the playlist.
-
-------------------------------------------------------------------------
-r21168 | pdherbemont | 2007-08-17 04:23:11 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_events.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/services_discovery.c
-
-playlist/services_discovery.c: Improved services_discovery object, playlist independant. Now, the services_discovery plugin have to be converted to use this interface.
-
-------------------------------------------------------------------------
-r21167 | pdherbemont | 2007-08-17 04:18:40 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_events.h
-   M /trunk/include/vlc_input.h
-
-Forgotten files from previous commit.
-
-------------------------------------------------------------------------
-r21166 | pdherbemont | 2007-08-17 04:15:59 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/events.c
-
-misc/events.c: Avoid a couple of warning and move the calling back out of the lock.
-
-------------------------------------------------------------------------
-r21165 | pdherbemont | 2007-08-17 02:23:49 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list.c
-
-control/media_list.c: Fix a typo about subitems.
-
-------------------------------------------------------------------------
-r21164 | xtophe | 2007-08-17 00:29:36 +0200 (Fri, 17 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Partially revert [20983]. Fix 'vlc -p foo'
-
-------------------------------------------------------------------------
-r21163 | courmisch | 2007-08-16 22:05:06 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/src/libvlc.sym
-   M /trunk/src/network/udp.c
-
-make net_SetDSCP static
-
-------------------------------------------------------------------------
-r21162 | courmisch | 2007-08-16 21:59:55 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_charset.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/src/libvlc.h
-   M /trunk/src/libvlc.sym
-
-Unexport utf8_mkdir and vlc_current_object
-
-------------------------------------------------------------------------
-r21161 | pdherbemont | 2007-08-16 21:50:40 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-src/playlist/item.c: Don't yield the playlist.
-
-------------------------------------------------------------------------
-r21160 | courmisch | 2007-08-16 21:45:54 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_aout.h
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/libvlc.sym
-
-aout_Restart: make static
-
-------------------------------------------------------------------------
-r21159 | courmisch | 2007-08-16 21:34:26 +0200 (Thu, 16 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/src/libvlc.h
-   M /trunk/src/libvlc.sym
-
-Do not export thread init functions.
-They should not be used by plugins. And in fact, they are not.
-
-------------------------------------------------------------------------
-r21158 | courmisch | 2007-08-16 21:21:41 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/update.c
-   M /trunk/src/video_output/video_output.c
-
-Hide thread ID out of VLC_COMMON_MEMBERS
-
-------------------------------------------------------------------------
-r21157 | courmisch | 2007-08-16 21:14:10 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-
-Typo
-
-------------------------------------------------------------------------
-r21156 | courmisch | 2007-08-16 21:11:49 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/directx.c
-
-There is always a thread to join here. No need to check
-
-------------------------------------------------------------------------
-r21155 | courmisch | 2007-08-16 21:07:26 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-Cosmetic
-
-------------------------------------------------------------------------
-r21154 | courmisch | 2007-08-16 21:06:22 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/bonjour.c
-
-No need to check b_thread... there is ALWAYS a thread here
-
-------------------------------------------------------------------------
-r21153 | pdherbemont | 2007-08-16 21:04:26 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-media_instance.c: Don't forget mutex destruction.
-
-------------------------------------------------------------------------
-r21152 | courmisch | 2007-08-16 20:56:54 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/events.c
-
-Do not free which has not been malloc'd - fixes #1263
-
-------------------------------------------------------------------------
-r21151 | pdherbemont | 2007-08-16 20:42:38 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: Better handle NULL meta.
-
-------------------------------------------------------------------------
-r21150 | pdherbemont | 2007-08-16 20:05:43 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list.c
-
-control/media_list.c: Handle libvlc_MediaDescriptorSubItemAdded event.
-
-------------------------------------------------------------------------
-r21149 | pdherbemont | 2007-08-16 20:05:07 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Forward vlc_InputItemSubItemAdded event.
-
-------------------------------------------------------------------------
-r21148 | pdherbemont | 2007-08-16 20:02:16 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/luaplaylist.c
-
-modules/demux/playlist/luaplaylist.c: Remove unwanted change from previous commit.
-
-------------------------------------------------------------------------
-r21147 | pdherbemont | 2007-08-16 20:01:32 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/gvp.c
-   M /trunk/modules/demux/playlist/ifo.c
-   M /trunk/modules/demux/playlist/luaplaylist.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/playlist/qtl.c
-   M /trunk/modules/demux/playlist/sgimb.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/demux/playlist/xspf.h
-
-modules/demux/playlist/*.c: Use the new playlist independant way to announce sub items.
-
-------------------------------------------------------------------------
-r21146 | courmisch | 2007-08-16 20:01:01 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/variables.c
-
-Hide internal variables state
-
-------------------------------------------------------------------------
-r21145 | pdherbemont | 2007-08-16 19:52:28 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_events.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/src/playlist/item.c
-
-include/vlc_input.h: Make input items able to themselves handle item subitem added.
-
-------------------------------------------------------------------------
-r21144 | courmisch | 2007-08-16 19:44:18 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r21143 | courmisch | 2007-08-16 19:43:50 +0200 (Thu, 16 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-Remove the p_libvlc_global pointer from VLC_COMMON_MEMBERS.
-It's pretty useless to copy the same value to every single object.
-
-------------------------------------------------------------------------
-r21142 | courmisch | 2007-08-16 19:42:35 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/include/vlc_objects.h
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/demux/playlist/luaplaylist.c
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/meta_engine/luameta.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/src/input/vlm.c
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/libvlc.sym
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/darwin_specific.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/misc/variables.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/modules/configuration.c
-   M /trunk/src/modules/modules.c
-   M /trunk/src/network/httpd.c
-
-Remove redumdant parameter to vlc_global
-
-------------------------------------------------------------------------
-r21141 | courmisch | 2007-08-16 19:30:27 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/devices.c
-
-Fix character set
-
-------------------------------------------------------------------------
-r21140 | courmisch | 2007-08-16 19:27:17 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-
-Do not try to access other's filters
-
-------------------------------------------------------------------------
-r21139 | courmisch | 2007-08-16 19:27:00 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/bridge.c
-
-Sync with bridge changes in other plugins
-
-------------------------------------------------------------------------
-r21138 | courmisch | 2007-08-16 19:24:55 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/gui/macosx/sfilters.m
-   M /trunk/modules/misc/testsuite/test4.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/opencv_example.cpp
-
-More libvlc_global presumed abuse
-
-------------------------------------------------------------------------
-r21137 | courmisch | 2007-08-16 19:21:22 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/snapshot.c
-
-Destroy snapshot-id from the right object...
-
-------------------------------------------------------------------------
-r21136 | courmisch | 2007-08-16 19:17:30 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/zvbi.c
-
-Do not abuse global!
-
-------------------------------------------------------------------------
-r21135 | courmisch | 2007-08-16 19:14:05 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
-ffmpeg: use var_GetGlobalMutex
-
-------------------------------------------------------------------------
-r21134 | courmisch | 2007-08-16 19:07:49 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/sdl.c
-
-use var_GetGlobalMutex
-
-------------------------------------------------------------------------
-r21133 | courmisch | 2007-08-16 19:03:40 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/mosaic_bridge.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/mosaic.h
-
-Made mosaic shared struct per-instance rather than per-process
-
-------------------------------------------------------------------------
-r21132 | courmisch | 2007-08-16 18:56:24 +0200 (Thu, 16 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/quicktime.c
-   M /trunk/modules/misc/gnutls.c
-   M /trunk/modules/misc/gtk_main.c
-   M /trunk/modules/misc/qte_main.cpp
-
-Use var_GetGlobalMutex
-Also never destroys global mutex, otherwise we get a race condition
-(which is pretty contradictory to the point for mutexes)
-
-------------------------------------------------------------------------
-r21131 | courmisch | 2007-08-16 18:55:34 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/variables.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r21130 | courmisch | 2007-08-16 18:51:49 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_variables.h
-   M /trunk/src/libvlc.sym
-   M /trunk/src/misc/variables.c
-
-var_GetGlobalMutex() creates and gets a global mutex
-
-------------------------------------------------------------------------
-r21129 | damienf | 2007-08-16 18:48:05 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/luaplaylist.c
-   M /trunk/modules/meta_engine/luameta.c
-
-lua: fixed search paths list for scripts, needs more work for Linux
-
-------------------------------------------------------------------------
-r21128 | courmisch | 2007-08-16 17:55:55 +0200 (Thu, 16 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc.sym
-
-vlc_global_object: return the global (process-wide) LibVLC object
-It is mostly useful to register global mutexes and such things.
-
-------------------------------------------------------------------------
-r21127 | damienf | 2007-08-16 17:49:11 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/win32_specific.c
-
-libtool: added support for libtool executable wrapper on Cygwin when compiling in devel mode, this code may also need be ported on Linux if necessary
-
-------------------------------------------------------------------------
-r21126 | courmisch | 2007-08-16 17:43:28 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/objects.c
-
-Prepare to privatize some members of VLC_COMMON_MEMBERS
-
-------------------------------------------------------------------------
-r21125 | courmisch | 2007-08-16 16:44:22 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-
-Inlining non-static functions that are part of the public API looks wrong
-
-------------------------------------------------------------------------
-r21124 | courmisch | 2007-08-16 16:26:17 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/item.c
-
-Fix one of so many memory handling warning
-
-------------------------------------------------------------------------
-r21123 | damienf | 2007-08-16 15:59:11 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules_macros.h
-
-fix dynamic plugins broken in r21118, not sure if this what courmisch had in mind, but it works
-
-------------------------------------------------------------------------
-r21122 | pdherbemont | 2007-08-16 02:44:33 +0200 (Thu, 16 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/quartztext.c
-
-modules/misc/quartztext.c: Avoid reading a Null ptr.
-
-------------------------------------------------------------------------
-r21121 | pdherbemont | 2007-08-15 23:12:07 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-src/control/media_instance.c: Create and Destroy the drawable variable.
-
-------------------------------------------------------------------------
-r21120 | pdherbemont | 2007-08-15 20:59:20 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list.c
-
-src/control/media_list.c: Handle meta changed event from its items.
-
-------------------------------------------------------------------------
-r21119 | pdherbemont | 2007-08-15 20:27:49 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_descriptor.c
-
-src/control/media_descriptor.c: Forward vlc_InputItemMetaChanged events.
-
-------------------------------------------------------------------------
-r21118 | courmisch | 2007-08-15 20:12:01 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules_macros.h
-
-Fix "normal" builds
-
-------------------------------------------------------------------------
-r21117 | pdherbemont | 2007-08-15 19:56:00 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-src/control/media_descriptor.c: Better libvlc_media_descriptor_duplicate.
-
-------------------------------------------------------------------------
-r21116 | pdherbemont | 2007-08-15 19:53:27 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-src/control/media_descriptor.c: Title meta.
-
-------------------------------------------------------------------------
-r21115 | courmisch | 2007-08-15 19:40:47 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subtitles
-
-svn:ignore
-
-------------------------------------------------------------------------
-r21114 | courmisch | 2007-08-15 19:37:20 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/include/vlc_modules_macros.h
-
-Continue fixing static builds
-
-------------------------------------------------------------------------
-r21113 | courmisch | 2007-08-15 19:35:20 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-There is no such thing as a sgimb plugin
-
-------------------------------------------------------------------------
-r21112 | courmisch | 2007-08-15 19:15:56 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/src/Makefile.am
-
-*Partially* fix static builds
-
-------------------------------------------------------------------------
-r21111 | damienf | 2007-08-15 18:15:45 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/NEWS
-   M /trunk/modules/video_chroma/i420_yuy2.h
-   M /trunk/modules/video_chroma/i422_yuy2.c
-   M /trunk/modules/video_chroma/i422_yuy2.h
-
-video chromas: finalize SSE2 improvements
-
-------------------------------------------------------------------------
-r21110 | courmisch | 2007-08-15 17:45:12 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Make scripts as such
-
-------------------------------------------------------------------------
-r21109 | courmisch | 2007-08-15 17:44:05 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Unused stuff
-
-------------------------------------------------------------------------
-r21108 | courmisch | 2007-08-15 17:31:53 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Remove some plugin/builtin cruft from pre-libvlc era
-
-------------------------------------------------------------------------
-r21107 | damienf | 2007-08-15 17:23:12 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/luaplaylist.c
-   M /trunk/modules/meta_engine/luameta.c
-
-lua modules: enforce DIR_SEP instead of /
-
-------------------------------------------------------------------------
-r21106 | pdherbemont | 2007-08-15 16:54:03 +0200 (Wed, 15 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_events.h
-   M /trunk/include/vlc_input.h
-   M /trunk/src/misc/events.c
-
-include/vlc_input.h: Emit vlc_InputItemMetaChanged event.
-include/vlc_events.h: Opt for the vlc_object_name_function_name naming scheme.
-
-------------------------------------------------------------------------
-r21105 | damienf | 2007-08-15 16:30:39 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/modules.c
-
-modules/modules.c: enforce DIR_SEP in paths
-
-------------------------------------------------------------------------
-r21104 | pdherbemont | 2007-08-15 16:25:46 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-
-An other attempt at fixing compilation of dbus.
-
-------------------------------------------------------------------------
-r21103 | damienf | 2007-08-15 13:20:51 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_update.h
-   M /trunk/modules/gui/wxwidgets/input_manager.cpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
-   M /trunk/src/misc/update.c
-
-wxwidgets: meta fixes, constify update_download
-
-------------------------------------------------------------------------
-r21102 | damienf | 2007-08-15 12:53:30 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-
-qt4: forgot that file in previous commit
-
-------------------------------------------------------------------------
-r21101 | damienf | 2007-08-15 12:19:25 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-misc/mtime.c: warning fixes, latest MinGW has gettimeofday()
-
-------------------------------------------------------------------------
-r21100 | damienf | 2007-08-15 12:16:45 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-qt4: compile fixes, replaced asnprintf by snprintf, which is a better choice in that context
-
-------------------------------------------------------------------------
-r21099 | jpsaman | 2007-08-15 10:02:49 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/fb.c
-
-Readibility.
-
-------------------------------------------------------------------------
-r21098 | jpsaman | 2007-08-15 10:02:42 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i422_yuy2.c
-
-Remove excess whitespace
-
-------------------------------------------------------------------------
-r21097 | jpsaman | 2007-08-15 10:02:33 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/chroma.c
-
-Remove excess whitespace.
-
-------------------------------------------------------------------------
-r21096 | pdherbemont | 2007-08-15 08:21:10 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-
-Attempt to fix previous commit.
-
-------------------------------------------------------------------------
-r21095 | pdherbemont | 2007-08-15 08:18:35 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-
-Attempt to fix previous commit.
-
-------------------------------------------------------------------------
-r21094 | pdherbemont | 2007-08-15 06:53:01 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_events.h
-   M /trunk/src/control/media_descriptor.c
-   M /trunk/src/control/media_list.c
-   M /trunk/src/control/media_list_player.c
-   M /trunk/src/control/tag_query.c
-   M /trunk/src/misc/events.c
-
-More svn propset svn:keywords "Id".
-
-------------------------------------------------------------------------
-r21093 | pdherbemont | 2007-08-15 06:49:41 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/luameta.c
-   M /trunk/share/luameta/README.txt
-   M /trunk/share/luameta/googleimage.lua
-
-s/svn:keyword/svn:keywords/ (oops).
-
-------------------------------------------------------------------------
-r21092 | pdherbemont | 2007-08-15 06:45:12 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luameta/googleimage.lua
-
-share/luameta/googleimage.lua: Resolve % escape in the arturl prior returning it.
-
-------------------------------------------------------------------------
-r21091 | pdherbemont | 2007-08-15 06:42:46 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/luameta.c
-   M /trunk/share/luameta/README.txt
-   M /trunk/share/luameta/googleimage.lua
-
-Bunch of propset svn:keyword "Id".
-
-------------------------------------------------------------------------
-r21090 | pdherbemont | 2007-08-15 06:40:32 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/luameta.c
-   M /trunk/share/luameta/README.txt
-
-modules/meta_engine/luameta.c: Add resolve_xml_special_chars and decode_uri to the lua env.
-
-------------------------------------------------------------------------
-r21089 | pdherbemont | 2007-08-15 06:33:57 +0200 (Wed, 15 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/luaplaylist.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/input_manager.cpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
-   M /trunk/modules/meta_engine/folder.c
-   M /trunk/modules/meta_engine/luameta.c
-   M /trunk/modules/meta_engine/musicbrainz.c
-   M /trunk/modules/meta_engine/taglib.cpp
-   M /trunk/modules/misc/audioscrobbler.c
-   M /trunk/modules/misc/notify/growl.c
-   M /trunk/modules/misc/notify/msn.c
-   M /trunk/modules/misc/notify/notify.c
-   M /trunk/modules/misc/playlist/m3u.c
-   M /trunk/modules/misc/playlist/xspf.c
-   M /trunk/modules/mux/mp4.c
-   M /trunk/modules/visualization/goom.c
-   M /trunk/src/control/media_descriptor.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/meta.c
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/search.c
-   M /trunk/src/playlist/sort.c
-   M /trunk/src/text/strings.c
-   M /trunk/src/video_output/video_output.c
-
-* Protect input item's meta through setters and getters. That allows tracking of input item meta info changes.
-* vlc_meta_t gains a table for accessing its non-extra meta.
-
-------------------------------------------------------------------------
-r21088 | pdherbemont | 2007-08-15 06:28:26 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luameta/googleimage.lua
-
-share/luameta/googleimage.lua: Rework a bit to better handle meta going wrong.
-
-------------------------------------------------------------------------
-r21087 | pdherbemont | 2007-08-15 02:07:27 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/playlist/xspf.c
-
-modules/misc/playlist/xspf.c: Remove some weird duplicate code.
-
-------------------------------------------------------------------------
-r21086 | pdherbemont | 2007-08-15 01:58:50 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify/growl.c
-
-modules/misc/notify/growl.c: Remove some dead code.
-
-------------------------------------------------------------------------
-r21085 | pdherbemont | 2007-08-15 01:57:55 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify/msn.c
-
-modules/misc/notify/msn.c: Remove some dead code.
-
-------------------------------------------------------------------------
-r21084 | pdherbemont | 2007-08-15 00:47:45 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/meta_engine/Modules.am
-   D /trunk/modules/meta_engine/googleimage.c
-
-modules/meta_engine/googleimage.c: Remove the googleimage module as it is implemented in lua.
-
-------------------------------------------------------------------------
-r21083 | pdherbemont | 2007-08-15 00:10:32 +0200 (Wed, 15 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/Modules.am
-
-modules/meta/Modules.am: Add the luameta module and Alphabetically sort.
-
-------------------------------------------------------------------------
-r21082 | courmisch | 2007-08-14 20:53:44 +0200 (Tue, 14 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-select() sucks
-
-------------------------------------------------------------------------
-r21081 | bitmap | 2007-08-14 02:03:48 +0200 (Tue, 14 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Corrections to scaling logic in previous commit
-
-------------------------------------------------------------------------
-r21080 | funman | 2007-08-14 01:55:07 +0200 (Tue, 14 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fa.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Updates POTFILES.in to include new subsdec files created in [21024]
-Runs make update-po
-
-------------------------------------------------------------------------
-r21079 | xtophe | 2007-08-14 00:19:47 +0200 (Tue, 14 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/googleimage.c
-
-Proper date and svn:keywords
-
-------------------------------------------------------------------------
-r21078 | pdherbemont | 2007-08-13 23:54:05 +0200 (Mon, 13 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/luameta.c
-
-modules/meta_fetcher/luameta.c: Fix file name in header, and add Antoine in authors list as it is a derivative.
-
-------------------------------------------------------------------------
-r21077 | pdherbemont | 2007-08-13 23:46:27 +0200 (Mon, 13 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   A /trunk/modules/meta_engine/luameta.c
-   M /trunk/share/Makefile.am
-   A /trunk/share/luameta
-   A /trunk/share/luameta/README.txt
-   A /trunk/share/luameta/googleimage.lua
-
-modules/meta_engine/luameta.c: Get meta (untested) and artwork using lua scripts.
-
-------------------------------------------------------------------------
-r21076 | pdherbemont | 2007-08-13 21:59:27 +0200 (Mon, 13 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-
-modules/gui/qt4: More compilation attempt.
-
-------------------------------------------------------------------------
-r21075 | funman | 2007-08-13 21:28:35 +0200 (Mon, 13 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-fucking make
-------------------------------------------------------------------------
-r21074 | pdherbemont | 2007-08-13 21:08:15 +0200 (Mon, 13 Aug 2007) | 2 lines
-Changed paths:
-   A /trunk/include/vlc_events.h
-   M /trunk/src/Makefile.am
-   A /trunk/src/misc/events.c
-
-misc/events.c: Add a new way to send receive events. (ripped of from libvlc). It will allow input_item to send events.
-
-------------------------------------------------------------------------
-r21073 | funman | 2007-08-13 21:06:25 +0200 (Mon, 13 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-fuck autotools
-------------------------------------------------------------------------
-r21072 | pdherbemont | 2007-08-13 20:55:48 +0200 (Mon, 13 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-
-modules/gui/qt4: Attempt to fix previous commit.
-
-------------------------------------------------------------------------
-r21071 | funman | 2007-08-13 20:53:46 +0200 (Mon, 13 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/extras/contrib/src/Makefile
-
-Builds correctly lua for windows
-Distributes luaplaylist scripts with windows packages
-
-------------------------------------------------------------------------
-r21070 | pdherbemont | 2007-08-13 20:30:28 +0200 (Mon, 13 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-
-modules/gui/qt4: Reflects latest meta changes.
-
-------------------------------------------------------------------------
-r21069 | funman | 2007-08-13 19:34:13 +0200 (Mon, 13 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Enables taglib by default, allows meta editing on windows & linux in QT4 interface
-Thanks to Little`Bubble
-
-------------------------------------------------------------------------
-r21068 | pdherbemont | 2007-08-13 19:28:24 +0200 (Mon, 13 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-
-include/vlc_input.h: This commit should have been part of r21062.
-
-------------------------------------------------------------------------
-r21067 | funman | 2007-08-13 18:44:55 +0200 (Mon, 13 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/po/sk.po
-
-Revert accidental commit in [21066]
-
-------------------------------------------------------------------------
-r21066 | funman | 2007-08-13 18:38:48 +0200 (Mon, 13 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/THANKS
-   M /trunk/po/sk.po
-
-Add myself, sort alphabetically
-------------------------------------------------------------------------
-r21065 | funman | 2007-08-13 17:21:43 +0200 (Mon, 13 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-Returns object hierarchy with root object introspection data. Thanks to eean.
-Uses correct interface name.
-
-------------------------------------------------------------------------
-r21064 | funman | 2007-08-13 16:45:16 +0200 (Mon, 13 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-Updates window title even in fullscreen - patch by Aur?\195?\169lien Jacobs
-------------------------------------------------------------------------
-r21063 | pdherbemont | 2007-08-13 16:06:37 +0200 (Mon, 13 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_meta.h
-
-include/vlc_meta.h: Start with a zero sized dictionary for extra meta.
-
-------------------------------------------------------------------------
-r21062 | pdherbemont | 2007-08-13 16:05:34 +0200 (Mon, 13 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-
-include/vlc_arrays.h: Allow zero sized vlc_dictionary_t creation.
-
-------------------------------------------------------------------------
-r21061 | pdherbemont | 2007-08-13 15:55:10 +0200 (Mon, 13 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_meta.h
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-
-include/vlc_meta.h: Use the vlc_dictionary to store extra meta tags.
-
-------------------------------------------------------------------------
-r21060 | pdherbemont | 2007-08-12 23:18:08 +0200 (Sun, 12 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/meta_engine/Modules.am
-   A /trunk/modules/meta_engine/googleimage.c
-
-modules/meta_engine/googleimage.c: Art Fetcher module that gets it's arts from images.google.com.
-
-------------------------------------------------------------------------
-r21059 | pdherbemont | 2007-08-12 23:12:47 +0200 (Sun, 12 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: Be a bit more selective on meta pre-requirement for art.
-
-------------------------------------------------------------------------
-r21058 | pdherbemont | 2007-08-12 23:07:24 +0200 (Sun, 12 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-input/meta.c: Allow meta for media that don't have artist nor album. (Because movies owns the right to get their own meta).
-
-------------------------------------------------------------------------
-r21057 | courmisch | 2007-08-12 21:02:51 +0200 (Sun, 12 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Remove dead code (VLC only uses port numbers, not service names ever)
-
-------------------------------------------------------------------------
-r21056 | courmisch | 2007-08-12 20:23:09 +0200 (Sun, 12 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-DCCP also needs listen()
-
-------------------------------------------------------------------------
-r21055 | pdherbemont | 2007-08-11 15:48:35 +0200 (Sat, 11 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list.c
-
-control/media_list.c: Don't forget to increase the md refcount where needed.
-
-------------------------------------------------------------------------
-r21054 | pdherbemont | 2007-08-11 14:59:14 +0200 (Sat, 11 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list_player.c
-
-control/media_list_player.c: Don't change playlist item at play.
-
-------------------------------------------------------------------------
-r21053 | jb | 2007-08-11 14:55:58 +0200 (Sat, 11 Aug 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-
-Qt4 Patch changes RA/R1/NR and RND/NRND text in repeat/random buttons to use
-I_PL_REPEAT/I_PL_LOOP/I_PL_RANDOM etc. strings as done after
-toggleRepeat usage etc.
-Patch by Ilkka Ollakka
-
-
-------------------------------------------------------------------------
-r21052 | jb | 2007-08-11 14:10:38 +0200 (Sat, 11 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Hide/Show from taskBar for Windows.
-Patch from Hannes Domani.
-
-
-------------------------------------------------------------------------
-r21051 | pdherbemont | 2007-08-11 14:10:25 +0200 (Sat, 11 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Ignore the exception raised by libvlc_get_input_thread in libvlc_media_instance_play.
-
-------------------------------------------------------------------------
-r21050 | pdherbemont | 2007-08-11 14:01:14 +0200 (Sat, 11 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list_player.c
-
-control/media_list_player.c: Fix a typo in get_next_index.
-
-------------------------------------------------------------------------
-r21049 | bitmap | 2007-08-11 07:57:28 +0200 (Sat, 11 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Prescaled output support
-
-------------------------------------------------------------------------
-r21048 | pdherbemont | 2007-08-11 03:49:26 +0200 (Sat, 11 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/media_list_player.c
-
-control/media_list_player.c: Implement _play_item_at_index().
-
-------------------------------------------------------------------------
-r21047 | pdherbemont | 2007-08-11 01:47:22 +0200 (Sat, 11 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Implement more meta.
-
-------------------------------------------------------------------------
-r21046 | pdherbemont | 2007-08-11 01:10:09 +0200 (Sat, 11 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Never fail when requesting the event manager.
-
-------------------------------------------------------------------------
-r21045 | pdherbemont | 2007-08-11 01:03:39 +0200 (Sat, 11 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list_player.c
-
-control/media_list_player.c: Initialize p_mlist, and p_mi.
-
-------------------------------------------------------------------------
-r21044 | damienf | 2007-08-10 20:28:49 +0200 (Fri, 10 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_chroma/Modules.am
-   M /trunk/modules/video_chroma/i422_yuy2.c
-   M /trunk/modules/video_chroma/i422_yuy2.h
-
-i422_yuy2: SSE2 improvements
-
-------------------------------------------------------------------------
-r21043 | pdherbemont | 2007-08-10 19:40:54 +0200 (Fri, 10 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_list_player.c
-
-control/media_list_player.c: Fix a typo.
-
-------------------------------------------------------------------------
-r21042 | pdherbemont | 2007-08-10 16:04:51 +0200 (Fri, 10 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Fix previous commit (oops).
-
-------------------------------------------------------------------------
-r21041 | pdherbemont | 2007-08-10 15:19:57 +0200 (Fri, 10 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-src/Makefile.am: Build media_list.c, media_list_player.c, tag_query.c.
-
-------------------------------------------------------------------------
-r21040 | pdherbemont | 2007-08-10 15:18:46 +0200 (Fri, 10 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-
-include/vlc_arrays.h: Don't forget to return a value in value_for_key.
-
-------------------------------------------------------------------------
-r21039 | damienf | 2007-08-10 12:49:12 +0200 (Fri, 10 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile: fixed package-win32-zip, it was missing libvlc-controll.dll
-
-------------------------------------------------------------------------
-r21038 | pdherbemont | 2007-08-10 02:56:04 +0200 (Fri, 10 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-
-include/vlc_arrays.h: Compile fix for g++.
-
-------------------------------------------------------------------------
-r21037 | pdherbemont | 2007-08-10 02:40:04 +0200 (Fri, 10 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-
-include/vlc_arrays.h: Always return a valid ptr in vlc_dictionary_all_keys.
-
-------------------------------------------------------------------------
-r21036 | pdherbemont | 2007-08-10 02:35:57 +0200 (Fri, 10 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-
-include/vlc_arrays.h: Implement simple best-case-in-O(1) hash table.
-
-------------------------------------------------------------------------
-r21035 | pdherbemont | 2007-08-09 21:54:43 +0200 (Thu, 09 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-
-include/vlc_arrays.h: oops, (I did it again).
-
-------------------------------------------------------------------------
-r21034 | pdherbemont | 2007-08-09 21:38:00 +0200 (Thu, 09 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-
-(oops)
-
-------------------------------------------------------------------------
-r21033 | pdherbemont | 2007-08-09 21:29:17 +0200 (Thu, 09 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-
-Fix previous commit on gcc. (oops).
-
-------------------------------------------------------------------------
-r21032 | pdherbemont | 2007-08-09 21:12:11 +0200 (Thu, 09 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-
-include/vlc_arrays.h: Fix previous commit compilation with g++.
-
-------------------------------------------------------------------------
-r21031 | pdherbemont | 2007-08-09 20:38:48 +0200 (Thu, 09 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-
-include/vlc_arrays.h: Transform the dictionary macro to static inline, and publish a vlc_dictionary_t type.
-
-------------------------------------------------------------------------
-r21030 | pdherbemont | 2007-08-09 18:08:47 +0200 (Thu, 09 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-vlc/libvlc.h: Advertise libvlc_media_instance_set_drawable.
-
-------------------------------------------------------------------------
-r21029 | pdherbemont | 2007-08-09 18:08:14 +0200 (Thu, 09 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor: Implement libvlc_media_descriptor_get_mrl.
-
-------------------------------------------------------------------------
-r21028 | courmisch | 2007-08-09 16:19:53 +0200 (Thu, 09 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Revert [21008]
-
-------------------------------------------------------------------------
-r21027 | pdherbemont | 2007-08-09 14:45:37 +0200 (Thu, 09 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Set a per-object drawable.
-
-------------------------------------------------------------------------
-r21026 | pdherbemont | 2007-08-08 23:12:02 +0200 (Wed, 08 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/event.c
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_descriptor.c
-   M /trunk/src/control/media_instance.c
-   A /trunk/src/control/media_list.c
-   A /trunk/src/control/media_list_player.c
-   A /trunk/src/control/tag_query.c
-
-Libvlc: Start the implementation of the libvlc playlist. Still in progress.
-
-------------------------------------------------------------------------
-r21025 | jb | 2007-08-08 19:07:41 +0200 (Wed, 08 Aug 2007) | 3 lines
-Changed paths:
-   D /trunk/modules/codec/subsdec.c
-
-Subsdec.c split: remove the old file.
-
-
-------------------------------------------------------------------------
-r21024 | jb | 2007-08-08 19:03:24 +0200 (Wed, 08 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/subtitles
-   A /trunk/modules/codec/subtitles/Modules.am
-   A /trunk/modules/codec/subtitles/subsass.c
-   A /trunk/modules/codec/subtitles/subsdec.c
-   A /trunk/modules/codec/subtitles/subsdec.h
-   A /trunk/modules/codec/subtitles/subsusf.c
-
-Subsdec: Split the decoder for subsdec / SSA / USF in three files, since the code has grown a bit too much in order to improve readability.
-Some functions may still need to be renamed and moved from a file to another.
-I hope it is done in the correct way, if not, tell me or revert.
-
-
-------------------------------------------------------------------------
-r21023 | jpsaman | 2007-08-08 16:24:29 +0200 (Wed, 08 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/lirc.c
-
-I meant to use var_CreateGetNonEmptyString().
-
-------------------------------------------------------------------------
-r21022 | damienf | 2007-08-08 15:45:09 +0200 (Wed, 08 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-mozilla: fix VLC Plugin.plugin target for MacOS X, added support for libvlc.dylib, etc..
-
-------------------------------------------------------------------------
-r21021 | jpsaman | 2007-08-08 15:13:04 +0200 (Wed, 08 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/lirc.c
-
-Force lirc configuration file to usForce lirc configuration file to usee
-
-------------------------------------------------------------------------
-r21020 | jpsaman | 2007-08-08 11:25:44 +0200 (Wed, 08 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/scale.c
-
-Scale every plane correctly. This fixes the "green bar at the bottom after scaling" issue.
-
-------------------------------------------------------------------------
-r21019 | jpsaman | 2007-08-08 11:25:42 +0200 (Wed, 08 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-Use parenthesis to make it more readible.`
-
-------------------------------------------------------------------------
-r21018 | pdherbemont | 2007-08-08 03:13:31 +0200 (Wed, 08 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Listen to the variable changes.
-
-------------------------------------------------------------------------
-r21017 | pdherbemont | 2007-08-08 01:51:17 +0200 (Wed, 08 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Support libvlc_MediaInstanceReachedEnd event for upcoming media_list_player.
-
-------------------------------------------------------------------------
-r21016 | pdherbemont | 2007-08-08 00:55:01 +0200 (Wed, 08 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/event.c
-   M /trunk/src/control/libvlc_internal.h
-
-control/event.c: event_manager_init -> event_manager_new
-
-------------------------------------------------------------------------
-r21015 | pdherbemont | 2007-08-08 00:10:29 +0200 (Wed, 08 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/libvlc_internal.h
-
-control/libvlc_internal.h: Comment fix.
-
-------------------------------------------------------------------------
-r21014 | pdherbemont | 2007-08-07 20:59:45 +0200 (Tue, 07 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Code factorization.
-
-------------------------------------------------------------------------
-r21013 | pdherbemont | 2007-08-07 20:42:21 +0200 (Tue, 07 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/event.c
-
-control/event.c: Tab fix.
-
-------------------------------------------------------------------------
-r21012 | jb | 2007-08-07 19:58:53 +0200 (Tue, 07 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-
-Thanks to Ilkka Ollakka for qt4 too.
-
-
-------------------------------------------------------------------------
-r21011 | jb | 2007-08-07 19:57:46 +0200 (Tue, 07 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-Qt4 - Playlist: scrollTo current-item and view issues...
-Patch by Ilkka Ollakka
-
-
-------------------------------------------------------------------------
-r21010 | courmisch | 2007-08-07 19:18:34 +0200 (Tue, 07 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Fix HTTP authentication.
-Yes, some sites use empty usernames
-
-------------------------------------------------------------------------
-r21009 | jb | 2007-08-07 19:04:49 +0200 (Tue, 07 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Slider bug temporary solving.
-Patch by Hannes Domani
-THANKS updated.
-
-------------------------------------------------------------------------
-r21008 | courmisch | 2007-08-07 19:03:52 +0200 (Tue, 07 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Do not bother with the byte range when we are at offset zero
-
-------------------------------------------------------------------------
-r21007 | dionoea | 2007-08-06 23:55:22 +0200 (Mon, 06 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Cosmetics.
-
-------------------------------------------------------------------------
-r21006 | courmisch | 2007-08-06 22:04:25 +0200 (Mon, 06 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules.h
-
-Oups
-
-------------------------------------------------------------------------
-r21005 | courmisch | 2007-08-06 22:01:24 +0200 (Mon, 06 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/configuration.c
-
-Sync with module macros and sout chain parsing
-
-------------------------------------------------------------------------
-r21004 | courmisch | 2007-08-06 21:58:36 +0200 (Mon, 06 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/loadsave.c
-
-Simplify and remove a warning
-
-------------------------------------------------------------------------
-r21003 | jb | 2007-08-06 19:59:57 +0200 (Mon, 06 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - systray behaviour: first activate the Windows before hiding it.
-Closes #1249
-
-
-------------------------------------------------------------------------
-r21002 | jb | 2007-08-06 19:09:31 +0200 (Mon, 06 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-qt4 : cosmetics.
-
-
-------------------------------------------------------------------------
-r21001 | jb | 2007-08-06 19:07:49 +0200 (Mon, 06 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-qt4 : remove trailing spaces.
-
-------------------------------------------------------------------------
-r21000 | jb | 2007-08-06 19:03:01 +0200 (Mon, 06 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-Qt4 - fix QT playlist display bug when clicking on top-level of playlist.
-Patch by Alexander Gall. Thanks.
-
-
-------------------------------------------------------------------------
-r20999 | jb | 2007-08-06 18:29:02 +0200 (Mon, 06 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-
-Add .flv extension. Close #1256
-
-
-------------------------------------------------------------------------
-r20998 | pdherbemont | 2007-08-06 01:06:07 +0200 (Mon, 06 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/java/src/callback-jni.cc
-
-bindings/java: callback/events usage has changed. For the time being, send an exception.
-
-------------------------------------------------------------------------
-r20997 | pdherbemont | 2007-08-06 00:32:31 +0200 (Mon, 06 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/event.c
-   M /trunk/src/control/libvlc_internal.h
-
-control/event.c: Change the event API to be per-object driven. It is not yet in use.
-
-------------------------------------------------------------------------
-r20996 | jb | 2007-08-05 22:01:21 +0200 (Sun, 05 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
-Subsdec: remove trailing spaces.
-
-
-------------------------------------------------------------------------
-r20995 | ipkiss | 2007-08-05 15:10:00 +0200 (Sun, 05 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
-doc/skins/skins2-howto.xml: Added Button.tooltiptext which had been forgotten
-
-------------------------------------------------------------------------
-r20994 | courmisch | 2007-08-05 14:12:08 +0200 (Sun, 05 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/mvar.c
-
-Missing header for INT_MAX
-
-------------------------------------------------------------------------
-r20993 | courmisch | 2007-08-05 11:06:22 +0200 (Sun, 05 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Fix server port parsing. Bug reported by Gerrit Benker.
-
-------------------------------------------------------------------------
-r20992 | courmisch | 2007-08-05 10:55:14 +0200 (Sun, 05 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/speex.c
-
-Ignore frame with zero size.
-This needs to be *reviewed*.
-
-------------------------------------------------------------------------
-r20991 | courmisch | 2007-08-05 10:38:17 +0200 (Sun, 05 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/speex.c
-
-Fix NULL dereference due to Speex header corruption
-spotted by David Thiel
-
-------------------------------------------------------------------------
-r20990 | courmisch | 2007-08-05 10:32:04 +0200 (Sun, 05 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/theora.c
-
-Fix void arithmethic
-
-------------------------------------------------------------------------
-r20989 | courmisch | 2007-08-05 10:27:54 +0200 (Sun, 05 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/src/audio_output/dec.c
-
-Fix malloc error handling
-(bug reported by David Thiel)
-
-------------------------------------------------------------------------
-r20988 | courmisch | 2007-08-04 22:57:16 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/configuration_chain.c
-
-Cleanup / speedup
-
-------------------------------------------------------------------------
-r20987 | courmisch | 2007-08-04 22:49:46 +0200 (Sat, 04 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/include/vlc_modules.h
-   M /trunk/modules/access/file.c
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-   M /trunk/modules/services_discovery/shout.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_output/image.c
-   M /trunk/src/libvlc-module.c
-   M /trunk/src/modules/configuration_chain.c
-
-- Cleanup and fixes deprecated options:
- - Removed the gross SUPPRESSED hack
- - Remove support for strict deprecated aliases (that was not used anyway)
-
-------------------------------------------------------------------------
-r20986 | courmisch | 2007-08-04 20:50:37 +0200 (Sat, 04 Aug 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/codec/dirac.c
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/codec/theora.c
-   M /trunk/modules/video_filter/logo.c
-
-Fix usage of add_shortcut.
-Note that shortcuts are inherited from the main module to submodules, so it is
-totally useless to duplicate them paste add_submodule. If you think this is
-wrong, I do not necessarily disagree, but it would need a RFC.
-
-------------------------------------------------------------------------
-r20985 | courmisch | 2007-08-04 20:39:01 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-
-Oups
-
-------------------------------------------------------------------------
-r20984 | courmisch | 2007-08-04 20:28:18 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/entry.c
-
-Do not create dummy shortcut for each and every module
-
-------------------------------------------------------------------------
-r20983 | courmisch | 2007-08-04 20:24:47 +0200 (Sat, 04 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-- pp_shortcuts is always true; do not check
-- remove apparently harmful "continue" with an always true condition
-
-------------------------------------------------------------------------
-r20982 | courmisch | 2007-08-04 20:16:08 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/entry.c
-
-Fix off-by-one
-
-------------------------------------------------------------------------
-r20981 | courmisch | 2007-08-04 20:07:42 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Fix erroneously commited chunk
-
-------------------------------------------------------------------------
-r20980 | courmisch | 2007-08-04 20:03:18 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/complete_preferences.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Use module_*
-
-------------------------------------------------------------------------
-r20979 | courmisch | 2007-08-04 19:58:18 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules.h
-   M /trunk/src/libvlc.sym
-   M /trunk/src/modules/modules.c
-
-module_GetHelp
-
-------------------------------------------------------------------------
-r20978 | courmisch | 2007-08-04 19:42:42 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/mvar.c
-
-Use module_* functions
-
-------------------------------------------------------------------------
-r20977 | courmisch | 2007-08-04 19:42:20 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules.h
-   M /trunk/src/libvlc.sym
-   M /trunk/src/modules/modules.c
-
-More access functions around module_t
-
-------------------------------------------------------------------------
-r20976 | courmisch | 2007-08-04 19:40:15 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r20975 | courmisch | 2007-08-04 19:29:20 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Use module_IsCapable
-
-------------------------------------------------------------------------
-r20974 | courmisch | 2007-08-04 19:28:18 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules.h
-   M /trunk/src/libvlc.sym
-   M /trunk/src/modules/modules.c
-
-Partially abstract module_t: add module_IsCapable()
-
-------------------------------------------------------------------------
-r20973 | courmisch | 2007-08-04 19:10:35 +0200 (Sat, 04 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/bridge.c
-   M /trunk/modules/stream_out/mosaic_bridge.c
-   M /trunk/modules/video_filter/mosaic.c
-
-Move code out of module descriptor.
-By the way, I am VERY suspicious about the use of libvlc_global for mosaic and
-bridge locks
-
-------------------------------------------------------------------------
-r20972 | pdherbemont | 2007-08-04 19:09:08 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-playlist/item.c: Avoid checking against false.
-
-------------------------------------------------------------------------
-r20971 | pdherbemont | 2007-08-04 19:07:49 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/item.c
-
-playlist/item.c: More helpful variable name.
-
-------------------------------------------------------------------------
-r20970 | courmisch | 2007-08-04 18:57:00 +0200 (Sat, 04 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   D /trunk/evc
-   D /trunk/msvc
-   M /trunk/toolbox
-
-Remove totally broken VC support.
-Use SVN history if you ever want to revive it.
-
-------------------------------------------------------------------------
-r20969 | courmisch | 2007-08-04 18:46:21 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.h
-   M /trunk/modules/control/http/mvar.c
-
-Minor fixes
-
-------------------------------------------------------------------------
-r20968 | courmisch | 2007-08-04 18:24:39 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-
-Simplify
-
-------------------------------------------------------------------------
-r20967 | pdherbemont | 2007-08-04 18:18:42 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-
-include/vlc_playlist.h: Code formatting.
-
-------------------------------------------------------------------------
-r20966 | pdherbemont | 2007-08-04 18:16:44 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-
-include/vlc_playlist.h: More typos.
-
-------------------------------------------------------------------------
-r20965 | pdherbemont | 2007-08-04 18:13:39 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-
-include/vlc_playlist.h: Typo in comment.
-
-------------------------------------------------------------------------
-r20964 | courmisch | 2007-08-04 18:10:24 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-
-Cleanup
-
-------------------------------------------------------------------------
-r20963 | courmisch | 2007-08-04 18:00:27 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules_macros.h
-
-Typo
-
-------------------------------------------------------------------------
-r20962 | courmisch | 2007-08-04 17:57:06 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
-Fix previous commit
-
-------------------------------------------------------------------------
-r20961 | courmisch | 2007-08-04 17:54:33 +0200 (Sat, 04 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
-Remove code from module descriptor.
-That's very naughty.
-
-------------------------------------------------------------------------
-r20960 | jb | 2007-08-04 16:21:45 +0200 (Sat, 04 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-starttime.patch
-
-live version changed.
-
-
-------------------------------------------------------------------------
-r20959 | jb | 2007-08-04 15:12:58 +0200 (Sat, 04 Aug 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Faac for system using lame sed... :D
-------------------------------------------------------------------------
-r20958 | jb | 2007-08-04 14:37:14 +0200 (Sat, 04 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-oops.
-
-------------------------------------------------------------------------
-r20957 | jb | 2007-08-04 14:33:20 +0200 (Sat, 04 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/faac.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs: attempt to update faac to 1.25.
-
-
-------------------------------------------------------------------------
-r20956 | jb | 2007-08-04 12:20:35 +0200 (Sat, 04 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/SDL_image.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs: SDL_image and SDL are up-to-date now, (1.2.12 and 1.2.6), patch for SDL_image modified accordingly...
-
-
-------------------------------------------------------------------------
-r20955 | jb | 2007-08-04 11:59:07 +0200 (Sat, 04 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-CDDB : 1.3.0 version
-
-
-------------------------------------------------------------------------
-r20954 | jb | 2007-08-04 11:31:43 +0200 (Sat, 04 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs; use libcddb 1.2.2 instead of 1.2.1 since 1.2.1 is bugueous.
-1.3.0 is also out but uuntested.
-
-
-------------------------------------------------------------------------
-r20953 | jb | 2007-08-03 20:01:20 +0200 (Fri, 03 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs: take it from mirror site since once more the main one is down...
-
-
-------------------------------------------------------------------------
-r20952 | jb | 2007-08-03 19:18:19 +0200 (Fri, 03 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/main_interface.ui
-
-Qt4 - Compilation fix for Qt-4.2
-
-
-------------------------------------------------------------------------
-r20951 | damienf | 2007-08-03 17:22:02 +0200 (Fri, 03 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-bootstrap: remove small bug when generating Makefile.am from Modules.am
-
-------------------------------------------------------------------------
-r20950 | pdherbemont | 2007-08-03 00:07:33 +0200 (Fri, 03 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-modules/demux/live555: Don't let live555 be verbose when vlc is not in verbose mode.
-
-------------------------------------------------------------------------
-r20949 | jb | 2007-08-02 23:53:29 +0200 (Thu, 02 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-
-Qt4 - forgot this file in previous commit.
-
-
-------------------------------------------------------------------------
-r20948 | jb | 2007-08-02 23:48:30 +0200 (Thu, 02 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-qt4 - Menus: shortcuts modifications => Wiki
-
-
-------------------------------------------------------------------------
-r20947 | jb | 2007-08-02 23:35:08 +0200 (Thu, 02 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-qt4 - HideMenus change position. Still don't know whether we will keep this one.
-
-
-------------------------------------------------------------------------
-r20946 | jb | 2007-08-02 23:00:11 +0200 (Thu, 02 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-qt4 - Main_Interface: show the cone when back from playlist for the --qt-always-video fans like me.
-
-
-------------------------------------------------------------------------
-r20945 | pdherbemont | 2007-08-02 22:32:09 +0200 (Thu, 02 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib: Fix .libtool on Mac OS X.
-
-------------------------------------------------------------------------
-r20944 | jb | 2007-08-02 22:10:34 +0200 (Thu, 02 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Qt4 - Add a less cryptic information to select column. If someone ever uses that settings, hell must have frozen.
-
-
-------------------------------------------------------------------------
-r20943 | jb | 2007-08-02 21:55:21 +0200 (Thu, 02 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-qt4 - Playlist: move the column selection to a submenu.
-
-
-------------------------------------------------------------------------
-r20942 | jb | 2007-08-02 21:37:12 +0200 (Thu, 02 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-
-Qt4 - Playlist: Here's a start for functionality to user ability to select what columns he/she wants to be displayed in playlist.
-Patch by Ilkka Ollakka.
-
-
-------------------------------------------------------------------------
-r20941 | jb | 2007-08-02 21:18:21 +0200 (Thu, 02 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-
-Qt4 - Strings changes by tonsofpcs.
-
-
-------------------------------------------------------------------------
-r20940 | damienf | 2007-08-02 13:49:49 +0200 (Thu, 02 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_chroma/i420_rgb.h
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-   M /trunk/modules/video_chroma/i420_yuy2.h
-
-chromas: more SSE2/MMX fixes, added I420_RGBA conversion
-
-------------------------------------------------------------------------
-r20939 | jb | 2007-08-01 20:37:43 +0200 (Wed, 01 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-Qt4 - Sizing, first step for the Playlist. Impeach the playlist to collapse but let the selector collapse.
-
-
-------------------------------------------------------------------------
-r20938 | damienf | 2007-08-01 20:29:17 +0200 (Wed, 01 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_chroma/i420_rgb.h
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i420_yuy2.h
-   M /trunk/modules/video_chroma/i422_yuy2.c
-   M /trunk/modules/video_chroma/i422_yuy2.h
-
-video_chroma: added I420_ABGR32 support (mostly for opengl), some clean up as well
-
-------------------------------------------------------------------------
-r20937 | jb | 2007-08-01 20:08:23 +0200 (Wed, 01 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/components/playlist/panels.hpp
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-Qt4 - PlaylistWidget use a much nicer QSplitter. Removes also too much class inheritance and hierarchy.
-
-
-------------------------------------------------------------------------
-r20936 | jb | 2007-08-01 18:06:52 +0200 (Wed, 01 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Qt4 - MainInterface: support for speed gestion.
-
-
-------------------------------------------------------------------------
-r20935 | jb | 2007-08-01 17:37:04 +0200 (Wed, 01 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Qt4 - Preferences: give a description better than "FIXME" for options.
-
-
-------------------------------------------------------------------------
-r20934 | jb | 2007-08-01 17:10:23 +0200 (Wed, 01 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/ui/main_interface.ui
-
-Qt4 - MainInterface: small change on size behaviour and fixes.
-
-
-------------------------------------------------------------------------
-r20932 | jb | 2007-08-01 15:17:54 +0200 (Wed, 01 Aug 2007) | 3 lines
-Changed paths:
-   A /trunk/modules/gui/qt4/pixmaps/vlc_harddisk_16px.png
-
-Qt4: add a not-yet-used harddisk icon.
-
-
-------------------------------------------------------------------------
-r20931 | jb | 2007-08-01 15:02:09 +0200 (Wed, 01 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Qt4 : typo correction.
-
-
-------------------------------------------------------------------------
-r20930 | jb | 2007-08-01 14:46:59 +0200 (Wed, 01 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Main Interface: Fix the always-video bug. Reparent the ui and central widget, separate centralWidget from controlWidget and other fixes.
-
-
-------------------------------------------------------------------------
-r20928 | jb | 2007-08-01 13:11:29 +0200 (Wed, 01 Aug 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-Qt4: add options for later choice of columns in playlist.
-
-
-------------------------------------------------------------------------
-r20927 | jb | 2007-08-01 12:03:36 +0200 (Wed, 01 Aug 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs: flac bump version: 1.2.0. Works on altair/mingw32, deneb and veda.
-Speedups, minor bugs and SSE detection.
-
-
-------------------------------------------------------------------------
-r20926 | sam | 2007-08-01 10:23:38 +0200 (Wed, 01 Aug 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_chroma/Modules.am
-   A /trunk/modules/video_chroma/grey_yuv.c
-
-  * Simple grayscale -> yuv conversions.
-
-------------------------------------------------------------------------
-r20925 | sam | 2007-07-31 18:15:46 +0200 (Tue, 31 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_pictures.h
-
-  * src/video_output/vout_pictures.c: support the GREY fourcc.
-
-------------------------------------------------------------------------
-r20924 | damienf | 2007-07-31 15:40:01 +0200 (Tue, 31 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/src/Makefile.am
-
-more libtool updates, removed some ol' crust
-
-------------------------------------------------------------------------
-r20923 | damienf | 2007-07-31 15:07:37 +0200 (Tue, 31 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-bootstrap: remove libtool patch for cygwin as we now use libtool 'properly'
-
-------------------------------------------------------------------------
-r20922 | damienf | 2007-07-31 15:00:20 +0200 (Tue, 31 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-   M /trunk/src/Makefile.am
-
-libtool: prefer -export-dynamic over -export-regex, -export-symbols if compiler already supports symbol visibility (gcc 4.x), this should also deprecate libvlc.sym
-
-------------------------------------------------------------------------
-r20921 | jb | 2007-07-31 09:07:11 +0200 (Tue, 31 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/libvorbis-1.1.patch
-   A /trunk/extras/contrib/src/Patches/libvorbis.patch (from /trunk/extras/contrib/src/Patches/libvorbis-1.1.patch:20920)
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs: Vorbis bump version to 1.2.0. Security fixes and various fixes.
-
-
-------------------------------------------------------------------------
-r20920 | bitmap | 2007-07-31 08:47:01 +0200 (Tue, 31 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Dynamically load any TTF or OTF fonts available in the attachments of
-the media file and make them available to FreeType as memory based fonts
-for subtitle rendering.
-
-------------------------------------------------------------------------
-r20919 | bitmap | 2007-07-31 08:42:40 +0200 (Tue, 31 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/quartztext.c
-
-Dynamically load any TTF or OTF fonts available in the attachments of
-the media file and make them available to the Quartz engine for
-subtitle rendering.
-
-------------------------------------------------------------------------
-r20918 | damienf | 2007-07-30 23:10:22 +0200 (Mon, 30 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: fix package-win32 to use libtool libs location
-
-------------------------------------------------------------------------
-r20917 | damienf | 2007-07-30 16:20:04 +0200 (Mon, 30 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-   M /trunk/src/libvlc.sym
-
-mozilla: libtool fixes (round 2: darwin)
-
-------------------------------------------------------------------------
-r20916 | damienf | 2007-07-30 15:45:44 +0200 (Mon, 30 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-mozilla, activex: win32 fixes
-
-------------------------------------------------------------------------
-r20915 | damienf | 2007-07-30 14:52:28 +0200 (Mon, 30 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-mozilla: libtool fixes (round 1)
-
-------------------------------------------------------------------------
-r20914 | damienf | 2007-07-30 10:55:05 +0200 (Mon, 30 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-vlc.exe: remove -lintl from dependencies (should be added to libvlc.la)
-
-------------------------------------------------------------------------
-r20912 | fkuehne | 2007-07-29 18:07:54 +0200 (Sun, 29 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* download libogg, libvorbis and libtheora from our server, as their mirror is broken. Note: downloading libcddb may fail with curl and could only work with wget right now...
-------------------------------------------------------------------------
-r20911 | pdherbemont | 2007-07-29 17:20:02 +0200 (Sun, 29 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-Mac OS X gui: Nicely keep the controller window on screen when opening the playlist. (Patch by Lincoln Ramsay <ramsay at bigfoot.com>)
-
-------------------------------------------------------------------------
-r20910 | courmisch | 2007-07-29 11:04:52 +0200 (Sun, 29 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Remove HAVE_SHARED_LIBVLC hack
-
-------------------------------------------------------------------------
-r20909 | courmisch | 2007-07-29 11:04:33 +0200 (Sun, 29 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/gui/wince/interface.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-VLC_Changeset is always available
-
-------------------------------------------------------------------------
-r20908 | courmisch | 2007-07-29 11:02:04 +0200 (Sun, 29 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_modules.h
-   M /trunk/include/vlc_modules_macros.h
-
-Same as previous commit
-
-------------------------------------------------------------------------
-r20907 | courmisch | 2007-07-29 11:01:40 +0200 (Sun, 29 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-   M /trunk/src/modules/entry.c
-   M /trunk/src/modules/modules.c
-   M /trunk/src/modules/modules.h
-
-Remove vlc_symbols legacy.
-
-------------------------------------------------------------------------
-r20906 | courmisch | 2007-07-29 10:55:53 +0200 (Sun, 29 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Remove broken libtool configure option
-
-------------------------------------------------------------------------
-r20905 | courmisch | 2007-07-29 10:53:18 +0200 (Sun, 29 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Really remove libintl hack
-
-------------------------------------------------------------------------
-r20904 | courmisch | 2007-07-29 10:51:16 +0200 (Sun, 29 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix iconv linking
-
-------------------------------------------------------------------------
-r20903 | courmisch | 2007-07-29 10:47:33 +0200 (Sun, 29 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/java/src/Makefile.am
-   M /trunk/configure.ac
-   M /trunk/src/Makefile.am
-
-Remove INCLUDED_LIBINTL hack
-
-------------------------------------------------------------------------
-r20902 | courmisch | 2007-07-29 10:47:13 +0200 (Sun, 29 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Cosmetic fix
-
-------------------------------------------------------------------------
-r20901 | courmisch | 2007-07-29 10:43:08 +0200 (Sun, 29 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bindings/java/src/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-   M /trunk/mozilla/Makefile.am
-   M /trunk/src/Makefile.am
-
-Remove USE_LIBTOOL hack
-
-------------------------------------------------------------------------
-r20900 | courmisch | 2007-07-29 10:28:36 +0200 (Sun, 29 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Remove gettext template
-
-------------------------------------------------------------------------
-r20899 | courmisch | 2007-07-29 10:28:25 +0200 (Sun, 29 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Forgot this file
-
-------------------------------------------------------------------------
-r20898 | courmisch | 2007-07-29 10:26:56 +0200 (Sun, 29 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/include/vlc_common.h
-   D /trunk/include/vlc_symbols.h
-   D /trunk/vlc-api.pl
-
-Remove vlc_symbols - refs #297.
-Maintaining an API with this was pretty much impossible. 
-
-------------------------------------------------------------------------
-r20897 | djc | 2007-07-27 19:16:56 +0200 (Fri, 27 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Fix compilation on MacOS
-Thanks to pdherbemont
-
-------------------------------------------------------------------------
-r20896 | fkuehne | 2007-07-27 12:47:11 +0200 (Fri, 27 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-starttime.patch
-
-* updated current time-stamp
-------------------------------------------------------------------------
-r20895 | damienf | 2007-07-27 12:33:00 +0200 (Fri, 27 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-
-activex: slightly better Makefile.am
-
-------------------------------------------------------------------------
-r20894 | damienf | 2007-07-27 11:52:31 +0200 (Fri, 27 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/Makefile.am
-   M /trunk/configure.ac
-
-activex: updated build for libtool link compatibility
-
-------------------------------------------------------------------------
-r20893 | dionoea | 2007-07-26 23:28:05 +0200 (Thu, 26 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/grain.c (from /trunk/modules/video_filter/noise.c:20886)
-
-New video filter to add grain to a video. This is work in progress (I'm commiting so people can test using the win32 nightlies)
-
-------------------------------------------------------------------------
-r20892 | pdherbemont | 2007-07-26 22:38:26 +0200 (Thu, 26 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: Run install_name_tool on the module.
-
-------------------------------------------------------------------------
-r20891 | pdherbemont | 2007-07-26 22:35:35 +0200 (Thu, 26 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: fix typos in the VLC-release.app target.
-
-------------------------------------------------------------------------
-r20890 | dionoea | 2007-07-26 20:00:03 +0200 (Thu, 26 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-
-Fix a few playlist_Control() calls. Thanks to AmiSyl in the forums.
-
-------------------------------------------------------------------------
-r20889 | dionoea | 2007-07-26 00:29:19 +0200 (Thu, 26 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/bluescreen.c
-
-Invert lines (cosmetic change only)
-
-------------------------------------------------------------------------
-r20888 | dionoea | 2007-07-25 23:45:52 +0200 (Wed, 25 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/image.c
-
-Fix memleak.
-
-------------------------------------------------------------------------
-r20887 | dionoea | 2007-07-25 23:23:25 +0200 (Wed, 25 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/mosaic_bridge.c
-
-Revert part of the previous commit which was wrong. (Looks like the leak is in ConvertImage when the input and output formats are the same ... fix comming)
-
-------------------------------------------------------------------------
-r20886 | damienf | 2007-07-25 23:19:10 +0200 (Wed, 25 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: hopefully, that's gnutls sorted for good
-
-------------------------------------------------------------------------
-r20885 | damienf | 2007-07-25 22:55:58 +0200 (Wed, 25 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Makefile.am: $(AM_LDFLAGS) is actually NOT guaranteed to be automatically added to the link command (i really hate automake)
-
-------------------------------------------------------------------------
-r20884 | damienf | 2007-07-25 18:02:42 +0200 (Wed, 25 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: gnutls, more link flags
-
-------------------------------------------------------------------------
-r20883 | damienf | 2007-07-25 17:29:04 +0200 (Wed, 25 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: more fixes...
-
-------------------------------------------------------------------------
-r20882 | dionoea | 2007-07-24 22:07:22 +0200 (Tue, 24 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/mosaic_bridge.c
-
-Fix a memleak when the resize function isn't used (untested ... of course)
-Check some function error codes
-Remove a few printfs
-
-------------------------------------------------------------------------
-r20881 | damienf | 2007-07-24 21:55:37 +0200 (Tue, 24 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-sdl_image: fix typo in previous commit
-
-------------------------------------------------------------------------
-r20880 | damienf | 2007-07-24 21:45:01 +0200 (Tue, 24 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-sdl-image: needs -lwinmm on win32
-
-------------------------------------------------------------------------
-r20879 | damienf | 2007-07-24 21:14:57 +0200 (Tue, 24 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: add link flags for win32
-
-------------------------------------------------------------------------
-r20878 | damienf | 2007-07-24 19:32:33 +0200 (Tue, 24 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Makefile.am: much simpler rules for win32, now that libtoo linking is working
-
-------------------------------------------------------------------------
-r20877 | damienf | 2007-07-24 19:15:59 +0200 (Tue, 24 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-
-- mingw32: fix libtool linking.
-
-------------------------------------------------------------------------
-r20876 | damienf | 2007-07-24 00:36:45 +0200 (Tue, 24 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-- bootstrap: quick fix for libtooling modules for mingw
-
-------------------------------------------------------------------------
-r20875 | xtophe | 2007-07-23 23:37:33 +0200 (Mon, 23 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-hrm. compile before commit. la la la
-
-------------------------------------------------------------------------
-r20874 | xtophe | 2007-07-23 23:29:35 +0200 (Mon, 23 Jul 2007) | 5 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   A /trunk/share/applications/vlc.desktop (from /trunk/share/applications/vlc.desktop.in:20872)
-   D /trunk/share/applications/vlc.desktop.in
-
-vlc.desktop: the version in it refers to the standard version not VLC version.
-       - don't process it with config.status
-       - get rif of the duplicate application/x-matroska
-   Pointed by kwizart
-
-------------------------------------------------------------------------
-r20873 | pdherbemont | 2007-07-23 23:01:03 +0200 (Mon, 23 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib: Provide a glibtool as well as a glibtoolize on Mac OS X.
-
-------------------------------------------------------------------------
-r20872 | damienf | 2007-07-23 18:26:03 +0200 (Mon, 23 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-libvlc.dll: libtool fixes
-
-------------------------------------------------------------------------
-r20871 | damienf | 2007-07-23 11:01:56 +0200 (Mon, 23 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-- configure.ac: only tests for Osso and Xdsp if X11 is available
-
-------------------------------------------------------------------------
-r20870 | xtophe | 2007-07-22 20:26:32 +0200 (Sun, 22 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-
-Remove rtp.c which was added by mistake in [20846]
-
-------------------------------------------------------------------------
-r20869 | pdherbemont | 2007-07-22 18:58:33 +0200 (Sun, 22 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Revert the two previous commit as we are not using svn checkout, thus can't update, thus there is no clean solution to properly update the build bot.
-
-------------------------------------------------------------------------
-r20868 | pdherbemont | 2007-07-22 18:52:07 +0200 (Sun, 22 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib: Fix previous commit (oops).
-
-------------------------------------------------------------------------
-r20867 | pdherbemont | 2007-07-22 18:49:57 +0200 (Sun, 22 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib: Run svn update if needed in ffmpeg.
-
-------------------------------------------------------------------------
-r20866 | pdherbemont | 2007-07-22 13:02:02 +0200 (Sun, 22 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.sym
-
-libvlc.sym: __module_Exists and decoder_GetInputAttachments are exported by libvlc.
-
-------------------------------------------------------------------------
-r20865 | pdherbemont | 2007-07-22 12:45:49 +0200 (Sun, 22 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: With VLC-release.app make sure to install not to ln.
-
-------------------------------------------------------------------------
-r20864 | pdherbemont | 2007-07-22 01:04:43 +0200 (Sun, 22 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: Make the VLC-release.app target libtool aware.
-
-------------------------------------------------------------------------
-r20863 | pdherbemont | 2007-07-21 22:52:11 +0200 (Sat, 21 Jul 2007) | 2 lines
-Changed paths:
-   D /trunk/extras/contrib/src/Patches/dirac-osx.patch
-
-contrib: dirac-osx.path is unused now.
-
-------------------------------------------------------------------------
-r20862 | pdherbemont | 2007-07-21 22:50:38 +0200 (Sat, 21 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib: Use dirac-cross.patch on Mac OS X.
-
-------------------------------------------------------------------------
-r20861 | pdherbemont | 2007-07-21 22:12:30 +0200 (Sat, 21 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Enable libtool on Mac OS X by default.
-
-------------------------------------------------------------------------
-r20860 | pdherbemont | 2007-07-21 22:10:21 +0200 (Sat, 21 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: Use libtool on Mac OS X.
-
-------------------------------------------------------------------------
-r20859 | xtophe | 2007-07-21 16:23:41 +0200 (Sat, 21 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-small cleanup missing in the previous commit
-
-------------------------------------------------------------------------
-r20858 | xtophe | 2007-07-21 16:15:29 +0200 (Sat, 21 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access/pvr.c
-
-Better fix for <linux/videodev2.h> . Refs #1238 
-
-------------------------------------------------------------------------
-r20857 | pdherbemont | 2007-07-21 00:52:44 +0200 (Sat, 21 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-bootstrap: Fix previous commit (oops I did it again).
-
-------------------------------------------------------------------------
-r20856 | pdherbemont | 2007-07-21 00:44:02 +0200 (Sat, 21 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-boostrap: Fix previous commit (oops)
-
-------------------------------------------------------------------------
-r20855 | pdherbemont | 2007-07-21 00:40:23 +0200 (Sat, 21 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-bootstrap: Use libtoolize from contrib by default.
-
-------------------------------------------------------------------------
-r20854 | pdherbemont | 2007-07-21 00:36:47 +0200 (Sat, 21 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib: Really install libtool on Mac OS X as default version isn't working well enough.
-
-------------------------------------------------------------------------
-r20853 | pdherbemont | 2007-07-21 00:34:57 +0200 (Sat, 21 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-contrib: Bump libtool version to latest stable 1.5.24.
-
-------------------------------------------------------------------------
-r20852 | xtophe | 2007-07-21 00:16:46 +0200 (Sat, 21 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Work-around a subtility of the preprocessor and use " instead of <>.
-This will break for the people with a linux/videodev2.h in srcdir or srcdir/modules/access but that's quite unlikely.
-Closes #1238
-
-------------------------------------------------------------------------
-r20851 | courmisch | 2007-07-20 22:55:02 +0200 (Fri, 20 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/mem_stream.c
-   M /trunk/src/input/stream.c
-
-Remove dummy stream_t.pf_block
-
-------------------------------------------------------------------------
-r20850 | fenrir | 2007-07-20 21:45:21 +0200 (Fri, 20 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/asf/libasf.h
-   M /trunk/modules/demux/mp4/libmp4.c
-
-Fixed a bunch of warning because of stream_Peek change.
-
-------------------------------------------------------------------------
-r20849 | xtophe | 2007-07-20 19:19:17 +0200 (Fri, 20 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/mp4/mp4.c
-
-Fix some const.
-
-------------------------------------------------------------------------
-r20848 | courmisch | 2007-07-20 17:51:26 +0200 (Fri, 20 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-svn:props
-
-------------------------------------------------------------------------
-r20847 | courmisch | 2007-07-20 17:50:43 +0200 (Fri, 20 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/release-howto.txt
-
-UTF-8
-
-------------------------------------------------------------------------
-r20846 | courmisch | 2007-07-20 16:34:20 +0200 (Fri, 20 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/Modules.am
-   M /trunk/modules/demux/a52.c
-   M /trunk/modules/demux/aiff.c
-   M /trunk/modules/demux/au.c
-   M /trunk/modules/demux/dts.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/live555.cpp
-   M /trunk/modules/demux/nsv.c
-   M /trunk/modules/demux/ogg.c
-   M /trunk/modules/demux/rawdv.c
-   M /trunk/modules/demux/rawvid.c
-   M /trunk/modules/demux/real.c
-   M /trunk/modules/demux/wav.c
-
-- Fix a bunch of warnings
-- Fix a bunch of abuse of strncmp (memcmp rulez)
-
-------------------------------------------------------------------------
-r20845 | courmisch | 2007-07-20 16:22:54 +0200 (Fri, 20 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_stream.h
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/mem_stream.c
-   M /trunk/src/input/stream.c
-
-Make stream_Peek take a const pointer as it should
-(This introduces a lot of warnings)
-
-------------------------------------------------------------------------
-r20844 | courmisch | 2007-07-20 16:04:50 +0200 (Fri, 20 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/m4/Makefile.am
-   M /trunk/m4/codeset.m4
-   M /trunk/m4/gettext.m4
-   M /trunk/m4/glibc21.m4
-   M /trunk/m4/iconv.m4
-   M /trunk/m4/intdiv0.m4
-   A /trunk/m4/intl.m4
-   A /trunk/m4/intldir.m4
-   M /trunk/m4/inttypes-pri.m4
-   M /trunk/m4/inttypes_h.m4
-   M /trunk/m4/lcmessage.m4
-   M /trunk/m4/lib-ld.m4
-   M /trunk/m4/lib-link.m4
-   M /trunk/m4/lib-prefix.m4
-   A /trunk/m4/lock.m4
-   M /trunk/m4/progtest.m4
-   M /trunk/m4/stdint_h.m4
-   M /trunk/m4/uintmax_t.m4
-   M /trunk/m4/ulonglong.m4
-   A /trunk/m4/visibility.m4
-   M /trunk/po/Makefile.in.in
-   M /trunk/po/Makevars
-
-Resync gettext with contrib
-
-------------------------------------------------------------------------
-r20843 | courmisch | 2007-07-20 15:53:29 +0200 (Fri, 20 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Try to fix NLS on Win32
-Somehow gettext fails on mingw32 here, so cannot test
-
-------------------------------------------------------------------------
-r20842 | courmisch | 2007-07-20 15:24:54 +0200 (Fri, 20 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Stupid typo
-
-------------------------------------------------------------------------
-r20841 | courmisch | 2007-07-20 15:13:53 +0200 (Fri, 20 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Clean up
-
-------------------------------------------------------------------------
-r20840 | jpsaman | 2007-07-20 14:46:02 +0200 (Fri, 20 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Don't scale when original widht/height is zero.
-
-------------------------------------------------------------------------
-r20839 | bitmap | 2007-07-20 01:05:27 +0200 (Fri, 20 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-(hopefully) a fix for issue found by Ilkka Ollakka introduced in commit 20729
-
-------------------------------------------------------------------------
-r20838 | pdherbemont | 2007-07-19 22:14:50 +0200 (Thu, 19 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-bootstrap: Attempt to fix Mac OS X build using libtool. Please review.
-
-------------------------------------------------------------------------
-r20837 | courmisch | 2007-07-19 21:06:19 +0200 (Thu, 19 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Same as previous commit
-
-------------------------------------------------------------------------
-r20836 | courmisch | 2007-07-19 21:00:17 +0200 (Thu, 19 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Remove extra whitespace
-
-------------------------------------------------------------------------
-r20835 | pdherbemont | 2007-07-19 19:57:42 +0200 (Thu, 19 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/event.c
-
-control/event.c: Make sure intall_input_event returns a value.
-
-------------------------------------------------------------------------
-r20834 | pdherbemont | 2007-07-19 19:34:23 +0200 (Thu, 19 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-src/Makefile.am: Only allow libvlc-control symbols that are prefixed by libvlc|mediacontrol. (Use to be symbol that contains libvlc or mediacontrol. This is a fix for Mac OS X and libtool.
-
-------------------------------------------------------------------------
-r20833 | courmisch | 2007-07-19 19:28:35 +0200 (Thu, 19 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Remove non-libtool targets.
-automake could hardly keep up with 700 targets.
-
-------------------------------------------------------------------------
-r20832 | courmisch | 2007-07-19 18:32:23 +0200 (Thu, 19 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Always use libtool here
-
-------------------------------------------------------------------------
-r20831 | courmisch | 2007-07-19 17:47:50 +0200 (Thu, 19 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Cosmetic fix
-
-------------------------------------------------------------------------
-r20830 | courmisch | 2007-07-19 17:47:06 +0200 (Thu, 19 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Remove the most useless Makefile statement ever
-
-------------------------------------------------------------------------
-r20829 | jpsaman | 2007-07-19 16:50:53 +0200 (Thu, 19 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/osdmenu.c
-
-Fix positioning of subpicture regions in osdmenu.
-
-------------------------------------------------------------------------
-r20828 | jpsaman | 2007-07-19 15:45:30 +0200 (Thu, 19 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/scale.c
-
-Don't scale when source or destination width/height is zero. Fixes a arithmic exception (division by zero).
-
-------------------------------------------------------------------------
-r20827 | phmo95 | 2007-07-19 14:57:50 +0200 (Thu, 19 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/bindings/java/src/core-jni.cc
-   M /trunk/bindings/java/src/input-jni.cc
-
-Add input check.
-Avoid mallocing/freeing a libvlc_exception_t (end).
-
-------------------------------------------------------------------------
-r20826 | dionoea | 2007-07-19 00:14:57 +0200 (Thu, 19 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/rawvid.c
-
-Also demux YUV4MPEG2 files with the raw video demux. Bump the demux score so that it's tested before ffmpeg. ( http://wiki.multimedia.cx/index.php?title=YUV4MPEG2 )
-
-------------------------------------------------------------------------
-r20825 | courmisch | 2007-07-18 21:47:29 +0200 (Wed, 18 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-
-Remove some useless cruft
-
-------------------------------------------------------------------------
-r20824 | phmo95 | 2007-07-18 18:54:09 +0200 (Wed, 18 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/bindings/java/src/audio-jni.cc
-   M /trunk/bindings/java/src/callback-jni.cc
-   M /trunk/bindings/java/src/input-jni.cc
-   M /trunk/bindings/java/src/playlist-jni.cc
-   M /trunk/bindings/java/src/utils.h
-   M /trunk/bindings/java/src/video-jni.cc
-   M /trunk/bindings/java/src/vlm-jni.cc
-
-Avoid allocating/freeing livlc_exception_t.
-
-
-------------------------------------------------------------------------
-r20823 | jb | 2007-07-18 06:37:24 +0200 (Wed, 18 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/win32.mak
-
-Contribs:  build taglib on Windows. Don't know yet about the detection in main configure. (Ref #1247)
-
-------------------------------------------------------------------------
-r20822 | jb | 2007-07-18 06:29:02 +0200 (Wed, 18 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/src/libvlc-common.c
-
-D-Bus: "org.mpris.vlc" adjustement.
-Patch from Mirsal, as often.
-
-
-------------------------------------------------------------------------
-r20821 | jb | 2007-07-18 06:21:59 +0200 (Wed, 18 Jul 2007) | 24 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-Default keys for !mac changes:
-The idea is that "Ctrl + small letter" are now reserved to interface for
-dialogs/windows showing.
-
-=====
-* Subtitles delay are now 'g','h' (g down, h up) instead of Ctrl+'h'|'j'
-* Audio delay are now 'k', 'j' ( j down, k up ) in order to mimic
-subtitles delay (g h j k are next to each other on most keyboards).
-
-* loop is 'l' instead of shift+l to simplify and match random that is 'r'.
-
-* audio and subtitles tracks are 'b' and 'v', instead of 'l', 'k', used
-now for delay, since all delays are regrouped.
-
-* Menus, title and chapter are now alt+  instead of Ctrl+ and are using
-'n','p' for next/previous chapter and 'o','b' for other (title) next/previous
-(o, b are next to n, p)
-
-History is using alt+g, alt+h instead of ctrl+v , ctrl+b, (g & h are
-next to each other)
-
-Record is using now Ctrl+shift+r to mimic dump which is ctrl + shift +d.
-
-
-------------------------------------------------------------------------
-r20820 | dionoea | 2007-07-18 00:00:35 +0200 (Wed, 18 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Add raw video demux to the NEWS.
-
-------------------------------------------------------------------------
-r20819 | dionoea | 2007-07-17 23:59:22 +0200 (Tue, 17 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/rawvid.c
-
-Automatically load files with the following extension using the rawvid module (and set height, width, aspect ratio, chroma and fps correctly): sqcif, qcif, cif, 4cif, 16cif, yuv.
-
-
-------------------------------------------------------------------------
-r20818 | dionoea | 2007-07-17 23:40:03 +0200 (Tue, 17 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/rawvid.c
-
-Add aspect ratio and chroma option to the rawvid demux.
-Add some sanity checks to the options' values.
-
-------------------------------------------------------------------------
-r20815 | thresh | 2007-07-17 23:20:00 +0200 (Tue, 17 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-And another fortune from funman.
-
-------------------------------------------------------------------------
-r20814 | jb | 2007-07-17 19:54:05 +0200 (Tue, 17 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-qt4 - Renaming a function.
-
-
-------------------------------------------------------------------------
-r20813 | jb | 2007-07-17 19:50:35 +0200 (Tue, 17 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Cosmetics on previous commit and comments.
-
-
-------------------------------------------------------------------------
-r20812 | jb | 2007-07-17 19:43:28 +0200 (Tue, 17 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4: Systray Menu segfaults. Don't register the connects if you don't have a systray.
-
-
-------------------------------------------------------------------------
-r20811 | oaubert | 2007-07-17 15:12:55 +0200 (Tue, 17 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_audio_video.c
-   M /trunk/src/video_output/vout_intf.c
-
-Fix locking issues in (embedded) snapshot code
-
-------------------------------------------------------------------------
-r20810 | damienf | 2007-07-17 13:05:30 +0200 (Tue, 17 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/m4/vlc.m4
-   M /trunk/vlc-config.in.in
-
-vlc-config: fixed optimizations by splitting CFLAGS_OPTIM into CFLAGS_OPTIM_SIZE and CFLAGS_OPTIM_SPEED, and only one of which is used depending on value --enable-optimize-memory, moreover CFLAGS_NOOPTIM is set to -O0 rather than -O2 whenever possible
-
-------------------------------------------------------------------------
-r20809 | thresh | 2007-07-17 12:33:23 +0200 (Tue, 17 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-Add myself.
-
-------------------------------------------------------------------------
-r20808 | damienf | 2007-07-17 12:09:56 +0200 (Tue, 17 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-- contribs: cleanup pthreads for win32 target
-
-------------------------------------------------------------------------
-r20807 | damienf | 2007-07-17 10:43:14 +0200 (Tue, 17 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contribs: fix lua compile on cygwin/mingw/win32
-
-------------------------------------------------------------------------
-r20806 | fenrir | 2007-07-16 22:45:20 +0200 (Mon, 16 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/libasf.c
-
-Fixed access to (potentially) uninitialized data (close #1246, reported by aurelien).
-
-------------------------------------------------------------------------
-r20805 | pdherbemont | 2007-07-16 21:17:28 +0200 (Mon, 16 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_internal.h
-
-input/input_internal.h: Provide a more discouraging warning message. (as requested by courmish)
-
-------------------------------------------------------------------------
-r20801 | pdherbemont | 2007-07-15 19:14:22 +0200 (Sun, 15 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_internal.h
-
-input/input_internal.h: Be more polite in the warning message.
-
-------------------------------------------------------------------------
-r20800 | phmo95 | 2007-07-15 10:06:29 +0200 (Sun, 15 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/bindings/java/src/audio-jni.cc
-   M /trunk/bindings/java/src/input-jni.cc
-   M /trunk/bindings/java/src/video-jni.cc
-
-Add libvlc_media_instance_release(input) call to correctly release
-the media instance.
-
-------------------------------------------------------------------------
-r20799 | bitmap | 2007-07-15 04:08:22 +0200 (Sun, 15 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
-Recognise subsdec-formatted variable when rendering USF and SRT subtitles, and
-turn off styling of text if appropriate.
-
-------------------------------------------------------------------------
-r20798 | pdherbemont | 2007-07-14 22:54:33 +0200 (Sat, 14 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Work around a missing playlist feature: Playlist should increment the input refcount, and destroy it based upon its refcount value. (this is a temporary hack to allow libvlc usage, until we fix the playlist). 
-
-------------------------------------------------------------------------
-r20797 | kenself | 2007-07-13 22:38:12 +0200 (Fri, 13 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/bda/bdagraph.cpp
-
-BDA - minor bug fix in graph destructor
-------------------------------------------------------------------------
-r20796 | pdherbemont | 2007-07-13 22:32:45 +0200 (Fri, 13 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Make sure we initialize every md's variables in _new_from_input_thread.
-
-------------------------------------------------------------------------
-r20795 | oaubert | 2007-07-13 10:23:25 +0200 (Fri, 13 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_audio_video.c
-   M /trunk/src/control/mediacontrol_core.c
-   M /trunk/src/control/mediacontrol_internal.h
-   M /trunk/src/control/mediacontrol_util.c
-
-mediacontrol: prefix unit conversion functions with private_
-
-------------------------------------------------------------------------
-r20794 | oaubert | 2007-07-12 23:05:02 +0200 (Thu, 12 Jul 2007) | 5 lines
-Changed paths:
-   M /trunk/include/vlc/mediacontrol.h
-   M /trunk/include/vlc/mediacontrol_structures.h
-   M /trunk/src/control/mediacontrol_audio_video.c
-   M /trunk/src/control/mediacontrol_core.c
-   M /trunk/src/control/mediacontrol_internal.h
-   M /trunk/src/control/mediacontrol_util.c
-
-mediacontrol: 
- * prefix non-exported function names with private_ (as by Pierre d'Herbemont's suggestion)
- * move private functions definitions to src/control/mediacontrol_internal.h
- * move all structure definitions to include/vlc/mediacontrol_structure.h
-
-------------------------------------------------------------------------
-r20793 | xtophe | 2007-07-12 20:41:39 +0200 (Thu, 12 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-starttime.patch
-
-Refresh patch.
-
-------------------------------------------------------------------------
-r20792 | oaubert | 2007-07-12 18:57:43 +0200 (Thu, 12 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-vlc_common.h: fix typo in define variable name
-
-------------------------------------------------------------------------
-r20791 | oaubert | 2007-07-12 18:56:22 +0200 (Thu, 12 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/mediacontrol.h
-   M /trunk/src/control/mediacontrol_internal.h
-
-Revert part of r20746, which indeed broke the build of python bindings
-
-------------------------------------------------------------------------
-r20790 | jb | 2007-07-11 20:09:20 +0200 (Wed, 11 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs: gnutls 1.6.2 => 1.6.3
-
-
-------------------------------------------------------------------------
-r20789 | pdherbemont | 2007-07-11 20:00:35 +0200 (Wed, 11 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-control/media_instance: More lock sanitization. (oops).
-
-------------------------------------------------------------------------
-r20788 | jb | 2007-07-11 19:46:26 +0200 (Wed, 11 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contrib: libpng 1.2.16 => 1.2.18 (fix CVE-2007-2445, VU#684664)
-
-
-------------------------------------------------------------------------
-r20787 | jb | 2007-07-11 18:44:40 +0200 (Wed, 11 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs: Freetype 2.3.4 => 2.3.5 
-         Speex 1.2b1 => 1.2b2
-
-
-------------------------------------------------------------------------
-r20786 | jb | 2007-07-11 18:38:41 +0200 (Wed, 11 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contrib: Xml2 => 2.6.29
-
-
-------------------------------------------------------------------------
-r20785 | thresh | 2007-07-11 15:08:55 +0200 (Wed, 11 Jul 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/araw.c
-   M /trunk/modules/demux/mp4/mp4.c
-
-Allow playback of in24 little-endian or big-endian in mov files.
-to check:
-ffmpeg -i 01\ Sam\'s\ Town.mp3 -ac 1 -acodec pcm_s24be 24be.mov
-ffmpeg -i 01\ Sam\'s\ Town.mp3 -ac 1 -acodec pcm_s24le 24le.mov
-Patch by Ilkka Ollakka.
-
-------------------------------------------------------------------------
-r20784 | thresh | 2007-07-11 14:23:22 +0200 (Wed, 11 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-QT4: Force need_update on creation so we could view everything on first open of Media Information window
-Patch by Hannes Domani, ssbssa -AT- yahoo -boring dot- de
-
-------------------------------------------------------------------------
-r20783 | thresh | 2007-07-11 14:18:31 +0200 (Wed, 11 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-
-QT4: Set advanced checkbox to checked.
-Windows: don't do resizing.
-Patch by Hannes Domani, ssbssa -AT- yahoo -boring dot- de
-
-------------------------------------------------------------------------
-r20782 | thresh | 2007-07-11 14:00:33 +0200 (Wed, 11 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-
-QT4: Jump to current item on itemchange. Patch by Ilkka Ollakka.
-
-------------------------------------------------------------------------
-r20781 | jb | 2007-07-10 22:15:14 +0200 (Tue, 10 Jul 2007) | 18 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-* Adds a raster animation to text tagged with <karaoke> tags (like in USF
-  files)The timing of the raster is determined by t= tags contained within
-  the tags. For a  demonstration of karaoke refer to the sample file attached.
-
-* Support for bi-directional text needs to behave inside karaoke
-  tags. (In right to left text the raster needs to move from right to left
-  instead of left to right - it is supporting this feature that makes this
-  patch a little more complicated than it would otherwise be)
-
-* Made the internal handling of font color and alpha tags more consistent
-  and convenient in a few places by storing in one variable as AARRGGBB,
-  rather than 2.
-
-* Some cleanup of other code.
-
-Patch by Bernie Purcell.
-
-
-------------------------------------------------------------------------
-r20780 | pdherbemont | 2007-07-10 22:09:08 +0200 (Tue, 10 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/dirac-cross.patch
-
-extras/contrib: Fix dirac patch which was reverted.
-
-------------------------------------------------------------------------
-r20779 | pdherbemont | 2007-07-10 20:58:28 +0200 (Tue, 10 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Fix a warning on missing parenthesis in a if statement.
-
-------------------------------------------------------------------------
-r20778 | pdherbemont | 2007-07-10 20:56:44 +0200 (Tue, 10 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-control/media_instance.c: Fix the dead lock reported by Olivier Aubert.
-
-------------------------------------------------------------------------
-r20777 | pdherbemont | 2007-07-09 22:52:11 +0200 (Mon, 09 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Use vlc_gc_* function to prevent input_item_t leak. And prefer p_md over p_media_desc as a variable name. 
-
-------------------------------------------------------------------------
-r20776 | pdherbemont | 2007-07-09 21:27:47 +0200 (Mon, 09 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Don't destroy the input_item, because it might still be needed. We don't have any proper way to do that for now, so we simply leaks it(!).
-
-------------------------------------------------------------------------
-r20775 | xtophe | 2007-07-09 20:58:11 +0200 (Mon, 09 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-fix [20770]
-
-------------------------------------------------------------------------
-r20774 | pdherbemont | 2007-07-09 19:23:19 +0200 (Mon, 09 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/event.c
-
-control/event.c: Make sure the callback list is initially set to NULL. (Likely fix the crash reported by Olivier Aubert).
-
-------------------------------------------------------------------------
-r20773 | xtophe | 2007-07-09 14:09:18 +0200 (Mon, 09 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/Modules.am
-
-Oups
-
-------------------------------------------------------------------------
-r20772 | fkuehne | 2007-07-09 01:00:52 +0200 (Mon, 09 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-* replaced a couple of to-be-deprecated cStrings by UTF8Strings
-------------------------------------------------------------------------
-r20771 | fkuehne | 2007-07-08 23:15:59 +0200 (Sun, 08 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Patches/live-starttime.patch
-
-* updated the live patch and added a sanity check for future Darwin releases
-------------------------------------------------------------------------
-r20770 | xtophe | 2007-07-08 22:05:02 +0200 (Sun, 08 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/telx.c (from /trunk/modules/codec/telx.c:20761)
-   M /trunk/modules/codec/zvbi.c
-   M /trunk/modules/demux/ts.c
-
-Ressucitate the telx module and make it to conflict with the zvbi module
-
-------------------------------------------------------------------------
-r20769 | jb | 2007-07-08 18:04:26 +0200 (Sun, 08 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/pixmaps/vlc_folder-grey_16px.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_16px.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_settings_16px.png
-   M /trunk/modules/gui/qt4/res.qrc
-
-Qt4 - Menus and new icons. Remove the isCheckable option from extended/playlist.
-
-
-------------------------------------------------------------------------
-r20768 | pdherbemont | 2007-07-08 17:22:53 +0200 (Sun, 08 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_instance.c
-
-Libvlc: Make medi_instance thread safe and implement the basics for refcounting.
-
-------------------------------------------------------------------------
-r20767 | jpsaman | 2007-07-07 21:36:30 +0200 (Sat, 07 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/vlccontrol2.cpp
-
-Use libvlc_media_instance_t instead of libvlc_input_t.
-
-------------------------------------------------------------------------
-r20766 | fenrir | 2007-07-07 21:02:03 +0200 (Sat, 07 Jul 2007) | 56 lines
-Changed paths:
-   M /trunk/include/vlc_osd.h
-   M /trunk/modules/codec/sdl_image.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/quartztext.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-all: Subtitle improvment patch by Bernie Purcell.
-
-Author comments:
-
-It makes the following changes:
-* Changes to vout_subpictures.c to create some new variables which
-renderers are free to use to render time-specific subtitling
-information, such as karaoke. One of these variables allows for the text
-region to not be permanently converted to YUVA/YUVP - so that more than
-one pass can be made on the subtitle - so that it will update correctly
-over time. If a rendering module doesn't use or change any of the
-variables it behaves the same as usual, with the text region being
-rendered just the once to a YUVA/YUVP region and then just blended to
-the video on future passes.
-
-* Changes to alignment implementation: no longer use the i_text_align
-field of font_style_t at all; require the alignment to be correctly
-setup solely in the subpicture_region_t's i_align field (this is so that
-the alignment initially inherited from a style can be overridden). This
-meant minor changes to freetype.c and quartztext.c as well as the
-deletion of the i_text_align field in vlc_osd.h. It also involved some
-changes in subsdec.c, where most of the work in this patch occurs.
-
-* Minor change to quartztext.c to correct the interpretation of font
-size parameter, making it consistent with a similar change being made in
-subsdec.c, and to strip out multiple whitespace in html subtitles
-(Similar changes to the freetype.c module have already been made as part
-of a separate larger patch submission to fix problems with bidirectional
-styled text in that module)
-
-* Adds 2 new fields for carrying karaoke specific information to the
-text_style_t struct in vlc_osd.h. Changed the default_text_style's
-definition to agree with the changes made in the fields of text_style_t
-struct.
-
-* Support for <image> and <karaoke> subtitles in subsdec.c. (Full
-working karaoke also requires an as-yet unsubmitted patch to the
-renderers to implement)
-
-* Support for more than one subpicture_region_t per timestamp, with each
-subpicture region being able to have its own alignment and margins and
-type: text or image
-
-* Better calculation of plain-text versions of html subtitles
-
-NB: This patch still makes use of a mechanism of explicitly requesting
-the sdl_image module to decode any images it wants. The main reason for
-this is that the bmp decoder in ffmpeg (the image decoder with the
-highest score) presently only handles 16, 24 and 32 bit depths. An
-alternative is for us to switch off the bmp support in ffmpeg for the
-time being and the segment of code in subsdec.c that explicitly requests
-this module (along with one line added to sdl_image.c) can be removed.
-I'm not fussed by either implementation, but this way probably affects
-fewer other modules, so have submitted it this way.
-
-
-------------------------------------------------------------------------
-r20765 | pdherbemont | 2007-07-07 19:45:13 +0200 (Sat, 07 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/Modules.am
-
-Mac OS X gui: Work around an automake/libtool bug with Objective-C files handling.
-
-------------------------------------------------------------------------
-r20764 | xtophe | 2007-07-07 01:03:13 +0200 (Sat, 07 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-telx.c was removed
-
-------------------------------------------------------------------------
-r20763 | jpsaman | 2007-07-06 23:33:15 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Remove telx decoder from configure.ac
-
-------------------------------------------------------------------------
-r20762 | jpsaman | 2007-07-06 23:33:10 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-   D /trunk/modules/codec/telx.c
-   M /trunk/modules/demux/ts.c
-
-Removed telx Teletext decoder in favor of zvbi based Teletext decoder.
-
-------------------------------------------------------------------------
-r20761 | jpsaman | 2007-07-06 23:33:05 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Small cleanup
-
-------------------------------------------------------------------------
-r20760 | jpsaman | 2007-07-06 23:33:00 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Remove whitespace.
-
-------------------------------------------------------------------------
-r20759 | jpsaman | 2007-07-06 23:32:56 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/zvbi.c
-
-Free zvbi resources on error in Open() function.
-
-------------------------------------------------------------------------
-r20758 | jpsaman | 2007-07-06 23:32:52 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/zvbi.c
-
-Compile fix.
-
-------------------------------------------------------------------------
-r20757 | jpsaman | 2007-07-06 23:32:48 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Removed -fnested-functions for other platforms except MacOS X
-
-------------------------------------------------------------------------
-r20756 | jpsaman | 2007-07-06 23:32:43 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/vlccontrol2.cpp
-   M /trunk/activex/vlccontrol2.h
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/src/control/video.c
-
-JavaScript API to change the selected teletext page from IE ActiveX, Mozilla/Firefox, Safari webbrowser plugins.
-
-------------------------------------------------------------------------
-r20755 | jpsaman | 2007-07-06 23:32:38 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/zvbi.c
-
-Added transparency to vbi pages and added a callback to vbi-opaque setting to change it at runtime from the gui. Threw some compiler fixes and cleanup in the mix.
-
-------------------------------------------------------------------------
-r20754 | jpsaman | 2007-07-06 23:32:36 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/zvbi.c
-
-Coding style cleanup.
-
-------------------------------------------------------------------------
-r20753 | jpsaman | 2007-07-06 23:32:33 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ps.h
-
-Patch from thedj to recognize the vbi header in the PES.
-
-------------------------------------------------------------------------
-r20752 | jpsaman | 2007-07-06 23:32:31 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/zvbi.c
-
-Fix up indentation
-
-------------------------------------------------------------------------
-r20751 | jpsaman | 2007-07-06 23:32:28 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/darwin.mak
-   M /trunk/extras/contrib/src/Distributions/debian.mak
-   M /trunk/extras/contrib/src/Distributions/fedora.mak
-   M /trunk/extras/contrib/src/Distributions/unix.mak
-
-Make zvbi build on Fedora Core, debian, darwin and other unixes.
-
-------------------------------------------------------------------------
-r20750 | jpsaman | 2007-07-06 23:32:25 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-This patch is a hack to force usage of zvbi teletext decoder. It cannot be resolved cleanly because the codec telx.c and zvbi.c require different offsets in the input buffer, while using the same FOURCC. This is a conflict which should be resolved in another way.
-
-------------------------------------------------------------------------
-r20749 | jpsaman | 2007-07-06 23:32:20 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-   M /trunk/modules/codec/Modules.am
-   M /trunk/modules/codec/zvbi.c
-
-Teletext decoder module based on libzvbi. This is the status of thedj's work at 30 April 2007.
-
-------------------------------------------------------------------------
-r20748 | jpsaman | 2007-07-06 23:32:13 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   A /trunk/modules/codec/zvbi.c
-
-Copy modules/codec/telx.c to modules/codec/zvbi.c
-
-------------------------------------------------------------------------
-r20747 | pdherbemont | 2007-07-06 23:29:31 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/dirac-cross.patch
-
-contrib: Make sure we don't have any warning in libdirac as they end up in error.
-
-------------------------------------------------------------------------
-r20746 | djc | 2007-07-06 22:18:29 +0200 (Fri, 06 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc/mediacontrol.h
-   M /trunk/include/vlc_common.h
-   M /trunk/src/control/mediacontrol_internal.h
-   M /trunk/src/libvlc.sym
-
-Try to fix libtool on macos
-Thanks to sam and pdherbemont (blame them too if this breaks everything!)
-
-------------------------------------------------------------------------
-r20745 | sam | 2007-07-06 12:43:14 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * configure.ac: add missing [] in the eyetv check.
-
-------------------------------------------------------------------------
-r20744 | sam | 2007-07-06 12:04:25 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-  * Support unaware OS X libtool by sending -framework directly to the linker.
-
-------------------------------------------------------------------------
-r20743 | djc | 2007-07-06 09:33:15 +0200 (Fri, 06 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rotate.c
-
-Try to optimize a bit the antialiasing thing
-
-------------------------------------------------------------------------
-r20742 | xtophe | 2007-07-05 21:10:41 +0200 (Thu, 05 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/po/sl.po
-
-Slovenian l10n update by Matej Urban?\196?\141i?\196?\141
-
-------------------------------------------------------------------------
-r20741 | djc | 2007-07-05 15:18:06 +0200 (Thu, 05 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/rotate.c
-
-Better blending for top and left borders
-Thanks dionoea!
-
-------------------------------------------------------------------------
-r20740 | djc | 2007-07-05 01:03:48 +0200 (Thu, 05 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rotate.c
-
-Add blending for borders in rotate
-
-------------------------------------------------------------------------
-r20739 | djc | 2007-07-05 00:35:56 +0200 (Thu, 05 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rotate.c
-
-Add some antialiasing to rotate
-
-------------------------------------------------------------------------
-r20738 | fkuehne | 2007-07-04 21:47:09 +0200 (Wed, 04 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/po/sv.po
-
-* "%i objekt i spellistan" as translation for "No items in the playlist" may trigger unexpected UI strings on OSX. I've removed that translation for now, but we should get a correct translation for the release. Fixes #1234 (forward-porting [20737])
-------------------------------------------------------------------------
-r20736 | oaubert | 2007-07-04 17:29:57 +0200 (Wed, 04 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/setup.py
-
-python bindings: setup.py, workaround vlc-config 'peculiarities'
-
-------------------------------------------------------------------------
-r20735 | oaubert | 2007-07-04 15:20:41 +0200 (Wed, 04 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-starttime.patch
-
-Update live555 version number in live-starttime.patch
-
-------------------------------------------------------------------------
-r20734 | littlejohn | 2007-07-04 09:22:05 +0200 (Wed, 04 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/utils.h
-
-missing \ added
-------------------------------------------------------------------------
-r20733 | jb | 2007-07-03 22:13:09 +0200 (Tue, 03 Jul 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-Qt4 - Fix the non-updating MediaInfo bug, introduced by my mistake.
-Thanks to Hannes Domani, to have seen it.
-
-
-------------------------------------------------------------------------
-r20732 | jb | 2007-07-03 20:15:18 +0200 (Tue, 03 Jul 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/rawvideo.c
-
-Add 2Vuy FourCC case flavour to rawvideo.
-By Ilkka Ollakka
-
-------------------------------------------------------------------------
-r20731 | courmisch | 2007-07-03 18:08:20 +0200 (Tue, 03 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Invoke the clock once rather than 2/3 times...
-
-------------------------------------------------------------------------
-r20730 | thresh | 2007-07-03 10:51:06 +0200 (Tue, 03 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/vlc.altlinux.spec
-
-Update trunk ALT Linux spec file for trunk.
-
-------------------------------------------------------------------------
-r20729 | jb | 2007-07-02 19:32:40 +0200 (Mon, 02 Jul 2007) | 10 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Freetype:
-This patch:
-* try to solve the fribidi styles problems that have occured
-* introduces ft_style_t, to solve the precedent problem,
-* solves a few errors from precedent commits,
-* split some big functions on my request to avoid many imbrications.
-
-Patch from Bernie Purcell.
-
-
-------------------------------------------------------------------------
-r20728 | jb | 2007-07-02 19:20:49 +0200 (Mon, 02 Jul 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-D-Bus: The MPRIS uses a new services behavior to allow multiple mpris-enabled
-players to run simultaneously.
-Thus the dbus service name is now org.mpris.vlc instead of org.freedesktop.MediaPlayer.
-Patch by Mirsal ENNAIME.
-
-
-------------------------------------------------------------------------
-r20727 | xtophe | 2007-07-01 22:59:24 +0200 (Sun, 01 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/po/ar.po
-   M /trunk/po/sk.po
-
-Arabic and Slovak translation updates by Fouzia Bourai and Mari?\195?\161n Hikan?\195?\173k
-
-------------------------------------------------------------------------
-r20726 | dionoea | 2007-07-01 17:13:04 +0200 (Sun, 01 Jul 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/strings.c
-
-Add option to format strings to prevent displaying dashes if the meta info was unavailable (ie: if time is unavailable, "$T" will display "--:--:--" while "$ T" won't display anything). This is of course completely untested :)
-
-------------------------------------------------------------------------
-r20725 | kenself | 2007-07-01 14:35:00 +0200 (Sun, 01 Jul 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/bda/bda.c
-   M /trunk/modules/access/bda/bdagraph.cpp
-
-Add BDA shortcuts dvbt, dvbc, dvbs (without hyphens) to conform to rev 20427: only allow letters, digits and slash in access/demux. Also an extra error message if graph does not start running.
-------------------------------------------------------------------------
-r20724 | dionoea | 2007-06-30 23:32:57 +0200 (Sat, 30 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify/msn.c
-
-Hopefully fix compilation.
-
-------------------------------------------------------------------------
-r20723 | dionoea | 2007-06-30 22:47:37 +0200 (Sat, 30 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/notify/msn.c
-
-Attempt to allow using meta information in the MSN now playing format ... I have no idea if this will really work.
-
-------------------------------------------------------------------------
-r20722 | jb | 2007-06-30 17:29:43 +0200 (Sat, 30 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-
-Qt4 - display the buttons... :)
-
-
-------------------------------------------------------------------------
-r20721 | littlejohn | 2007-06-30 17:19:07 +0200 (Sat, 30 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/callback-jni.cc
-   M /trunk/bindings/java/src/utils.h
-
-helper define added
-------------------------------------------------------------------------
-r20720 | littlejohn | 2007-06-30 17:16:10 +0200 (Sat, 30 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/callback-jni.cc
-
-volume callback name updated
-------------------------------------------------------------------------
-r20719 | xtophe | 2007-06-30 02:11:32 +0200 (Sat, 30 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-Activate the polish translation
-
-------------------------------------------------------------------------
-r20717 | fenrir | 2007-06-30 01:50:39 +0200 (Sat, 30 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-A small malloc check.
-
-------------------------------------------------------------------------
-r20716 | fenrir | 2007-06-30 00:52:28 +0200 (Sat, 30 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/control.c
-
-Fixed GET_ATTACHMENTS return value (Reported by Bernie Purcell).
-
-------------------------------------------------------------------------
-r20715 | fenrir | 2007-06-30 00:41:49 +0200 (Sat, 30 Jun 2007) | 19 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-Fixed potential sscanf buffer overflow in :
- - ParseMicroDvd
- - ParseSubRip
- - ParseSubViewer
- - ParseSSA
- (Reported by Michal Luczaj)
-Fixed memory leak in ParseSSA
-Fixed invalid memory access in
- - ParseSSA
- - ParseVplayer
-Improve a bit MPL2 support (remove italic format + initial space on
-first subtitle)
-All: simplify
-     check malloc (what a boring thing)
-        do not allocate up to 160ko on the stack
-( I have tested all formats with a small sample but please test/report any
-regression on your files. )
-
-------------------------------------------------------------------------
-r20714 | fenrir | 2007-06-30 00:33:17 +0200 (Sat, 30 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-
-Do not display invalid fourcc for meta data atom.
-
-------------------------------------------------------------------------
-r20713 | dionoea | 2007-06-28 21:44:30 +0200 (Thu, 28 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Add flash.html to dist
-
-------------------------------------------------------------------------
-r20712 | dionoea | 2007-06-28 21:32:02 +0200 (Thu, 28 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
-Fix "Seg fault when changing mosaic 'offsets' option on the fly." Patch by hovis, #1182
-
-------------------------------------------------------------------------
-r20711 | jb | 2007-06-28 20:38:50 +0200 (Thu, 28 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/errors.cpp
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-   M /trunk/modules/gui/qt4/dialogs/gototime.cpp
-
-Qt4 - Dialogs. String Changes, reviewed by tonsofpcs
-
-------------------------------------------------------------------------
-r20710 | jb | 2007-06-28 20:24:15 +0200 (Thu, 28 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/rawvideo.c
-
-Add support for 2Vuy rawvideo. Patch from Ilkka Ollakka.
-
-
-------------------------------------------------------------------------
-r20709 | jb | 2007-06-28 19:55:00 +0200 (Thu, 28 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-Qt4 - Make GNOME/KDE fanboys happy.
-Remove unneeded code. Without qt4.2, you can't compile this GUI anyway.
-
-------------------------------------------------------------------------
-r20708 | jb | 2007-06-28 18:51:33 +0200 (Thu, 28 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-Qt4.3 compatibility.
-
-
-------------------------------------------------------------------------
-r20707 | jb | 2007-06-28 18:37:34 +0200 (Thu, 28 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-
-Add MYOB to thanks file...
-
-
-------------------------------------------------------------------------
-r20706 | jb | 2007-06-28 08:35:00 +0200 (Thu, 28 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Attempt to repair distcheck. Qt4-res.
-
-
-------------------------------------------------------------------------
-r20705 | jb | 2007-06-27 18:35:56 +0200 (Wed, 27 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-
-Thanks to "DJ", for all the help on the forum, more than 7700 posts now and counting. Thanks for aLtgLasS for skins, design and CSS...
-
-
-------------------------------------------------------------------------
-r20704 | funman | 2007-06-27 10:22:30 +0200 (Wed, 27 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Enables D-Bus control compilation
-------------------------------------------------------------------------
-r20703 | funman | 2007-06-27 08:40:05 +0200 (Wed, 27 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/modules/meta_engine/taglib.cpp
-
-Uses TagLib class to represent UTF8 strings when writing metadata
-------------------------------------------------------------------------
-r20702 | funman | 2007-06-27 07:07:09 +0200 (Wed, 27 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-Now using ITEM_PREPARSED & ITEM_META_FETCHED indicators
-------------------------------------------------------------------------
-r20701 | jb | 2007-06-27 01:42:26 +0200 (Wed, 27 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Dirac version bumps to 0.7.0. Tested on altair/win32 and Mac
-
-
-------------------------------------------------------------------------
-r20700 | sam | 2007-06-27 00:03:47 +0200 (Wed, 27 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-  * AUTHORS: removed mention of "audio" :-)
-
-------------------------------------------------------------------------
-r20699 | jb | 2007-06-27 00:02:30 +0200 (Wed, 27 Jun 2007) | 3 lines
-Changed paths:
-   A /trunk/modules/gui/qt4/pixmaps/vlc_disc_16px.png
-
-Qt4 - Forgotten in previous comit.
-
-
-------------------------------------------------------------------------
-r20698 | jb | 2007-06-27 00:00:08 +0200 (Wed, 27 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/res.qrc
-
-Qt4 - Yet another icon for menus. Should be the last one.
-
-
-------------------------------------------------------------------------
-r20697 | sam | 2007-06-26 23:10:08 +0200 (Tue, 26 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-  * AUTHORS: changed contribution description on author's request.
-
-------------------------------------------------------------------------
-r20695 | fkuehne | 2007-06-26 20:59:05 +0200 (Tue, 26 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-* make sure that VLC-release.app includes permissions which allow it to run on restricted accounts. Credit Michael C. Haller <michael --at.- cilly com>. Additionally, don't create bogus links to the AppleScript library, which moved a while ago.
-------------------------------------------------------------------------
-r20694 | damienf | 2007-06-26 19:53:05 +0200 (Tue, 26 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/persistpropbag.cpp
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/vlccontrol2.cpp
-   M /trunk/activex/vlccontrol2.h
-
-activex: remove logo when control runs in usermode and fill canvas with background color instead, which is settable as "BackColor" property (or bgcolor for web).
-
-------------------------------------------------------------------------
-r20693 | jpsaman | 2007-06-26 11:38:17 +0200 (Tue, 26 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-Fix new key-menu-* hotkeys definitions
-------------------------------------------------------------------------
-r20691 | xtophe | 2007-06-26 00:35:47 +0200 (Tue, 26 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-respect alphabetical order
-
-------------------------------------------------------------------------
-r20690 | xtophe | 2007-06-26 00:22:23 +0200 (Tue, 26 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-i18n fixes
-
-------------------------------------------------------------------------
-r20689 | funman | 2007-06-26 00:02:07 +0200 (Tue, 26 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-fortunes are now UTF-8 encoded thanks to Mr_Mirsal
-------------------------------------------------------------------------
-r20688 | damienf | 2007-06-25 20:06:52 +0200 (Mon, 25 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/event.c
-   M /trunk/src/control/media_instance.c
-   M /trunk/src/control/playlist.c
-
-- libvlc APIs: bug fixing, and please note that exception argument is OPTIONAL (can be null), do not use exception to control API flow unless you created your own
-
-------------------------------------------------------------------------
-r20687 | funman | 2007-06-25 17:24:15 +0200 (Mon, 25 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-Adds Disconnect method to release the org.freedesktop.MediaPlayer name on the bus
-------------------------------------------------------------------------
-r20686 | jb | 2007-06-25 01:46:50 +0200 (Mon, 25 Jun 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/res.qrc
-
-Qt4 - Add a folder opening option with an icon, due to popular request,
-    Clean some code, comment it and cosmetics.
-    Fix also a cosmetic button bug spotted by funman.
-
-
-------------------------------------------------------------------------
-r20685 | jb | 2007-06-24 23:47:14 +0200 (Sun, 24 Jun 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-D-Bus, The Repeat method should be part of /Player, not /TrackList
-Patch by Mirsal ENNAIME, as usual.
-
-
-------------------------------------------------------------------------
-r20684 | pdherbemont | 2007-06-24 22:52:03 +0200 (Sun, 24 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Fix memcpy usage.
-
-------------------------------------------------------------------------
-r20683 | funman | 2007-06-24 21:36:35 +0200 (Sun, 24 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-
-Do not try to read metadata if it's not present
-------------------------------------------------------------------------
-r20682 | jb | 2007-06-24 20:41:50 +0200 (Sun, 24 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/control/lirc.c
-
-LIRC: correct typo in [20653]
-
-
-------------------------------------------------------------------------
-r20681 | jb | 2007-06-24 20:29:13 +0200 (Sun, 24 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-
-Qt4 - Info Panels, clean code, add comments and cosmetics.
-
-
-------------------------------------------------------------------------
-r20680 | jb | 2007-06-24 18:57:21 +0200 (Sun, 24 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-
-Qt4 - Move the Write MetaData button outside of the component part because it is more expected to be in the main dialog.
-
-
-------------------------------------------------------------------------
-r20679 | funman | 2007-06-24 18:07:38 +0200 (Sun, 24 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/meta_engine/taglib.cpp
-
-Prevents segfault if no file are in the playlist (thanks j-b)
-Adds some debug message and extra check
-
-------------------------------------------------------------------------
-r20678 | xtophe | 2007-06-24 16:51:18 +0200 (Sun, 24 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Try with the full MRL if the access haven't successed with access & url
-
-------------------------------------------------------------------------
-r20677 | pdherbemont | 2007-06-24 15:27:21 +0200 (Sun, 24 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Make sure we don't strdup a NULL ptr.
-
-------------------------------------------------------------------------
-r20676 | pdherbemont | 2007-06-24 15:26:17 +0200 (Sun, 24 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_instance.c
-
-Libvlc: Make media_instance_destroy private.
-
-------------------------------------------------------------------------
-r20675 | pdherbemont | 2007-06-24 15:19:21 +0200 (Sun, 24 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/media_instance.c
-
-Libvlc: Implement media_instance_[get|set]_media_descriptor. Now, media_instance_new creates an empty object. The old _new is now _new_from_media_descriptor.
-
-------------------------------------------------------------------------
-r20674 | pdherbemont | 2007-06-24 13:31:57 +0200 (Sun, 24 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_descriptor.c
-   M /trunk/src/control/media_instance.c
-   M /trunk/src/control/playlist.c
-
-Libvlc: Use exception for internal function.
-
-------------------------------------------------------------------------
-r20673 | pdherbemont | 2007-06-24 13:24:36 +0200 (Sun, 24 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: s/ex/p_e/
-
-------------------------------------------------------------------------
-r20672 | pdherbemont | 2007-06-24 13:19:48 +0200 (Sun, 24 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Raise exception where needed.
-
-------------------------------------------------------------------------
-r20671 | jb | 2007-06-24 12:33:59 +0200 (Sun, 24 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/vlc.win32.nsi.in
-
-Add a polski option for installer
-
-
-------------------------------------------------------------------------
-r20670 | funman | 2007-06-24 02:22:18 +0200 (Sun, 24 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/meta_engine/taglib.cpp
-
-Reverts [20669]
-Adds a button into qt4 media information to write modified meta data to the file
-
-------------------------------------------------------------------------
-r20669 | funman | 2007-06-23 21:00:52 +0200 (Sat, 23 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/modules/meta_engine/taglib.cpp
-
-Removes meta_export_t
-Modify meta writer callback to take an input_item_t as argument, so a file non playing can be written
-
-------------------------------------------------------------------------
-r20668 | funman | 2007-06-23 19:07:19 +0200 (Sat, 23 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/modules/meta_engine/taglib.cpp
-
-Adds title, album, genre, year, and track number writing to taglib module
-------------------------------------------------------------------------
-r20667 | pdherbemont | 2007-06-23 16:51:48 +0200 (Sat, 23 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc_structures.h
-
-Libvlc: Make sure the exported structure are not anonymous.
-
-------------------------------------------------------------------------
-r20666 | pdherbemont | 2007-06-23 14:10:00 +0200 (Sat, 23 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/video.c
-
-Oops.
-
-------------------------------------------------------------------------
-r20665 | pdherbemont | 2007-06-23 13:56:01 +0200 (Sat, 23 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-Libvlc: Avertise libvlc_media_instance_release in the headers.
-
-------------------------------------------------------------------------
-r20664 | pdherbemont | 2007-06-23 13:54:40 +0200 (Sat, 23 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-
-Fix previous commit (Oops).
-
-------------------------------------------------------------------------
-r20663 | pdherbemont | 2007-06-23 13:42:40 +0200 (Sat, 23 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/vlccontrol2.cpp
-
-ActiveX: Reflect libvlc changes: media_instance destroy_and_detach->release.
-
-------------------------------------------------------------------------
-r20662 | pdherbemont | 2007-06-23 13:42:24 +0200 (Sat, 23 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/mozilla/control/npovlc.cpp
-   M /trunk/mozilla/vlcshell.cpp
-
-Mozilla: Reflect libvlc changes: media_instance destroy_and_detach->release.
-
-------------------------------------------------------------------------
-r20661 | pdherbemont | 2007-06-23 13:40:40 +0200 (Sat, 23 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_instance.c
-   M /trunk/src/control/mediacontrol_audio_video.c
-   M /trunk/src/control/mediacontrol_core.c
-   M /trunk/src/control/video.c
-
-Libvlc: replace media_instance_destroy_and_detach by media_instance_release.
-
-------------------------------------------------------------------------
-r20660 | pdherbemont | 2007-06-23 11:51:10 +0200 (Sat, 23 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/fspanel.m
-
-Mac OS X gui: Fade out in a smoother way.
-
-------------------------------------------------------------------------
-r20659 | massiot | 2007-06-22 15:14:38 +0200 (Fri, 22 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-.
-
-------------------------------------------------------------------------
-r20657 | courmisch | 2007-06-22 09:09:06 +0200 (Fri, 22 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Add CVE reference
-
-------------------------------------------------------------------------
-r20656 | xtophe | 2007-06-22 00:28:47 +0200 (Fri, 22 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Proper name of the Polish translator
-
-------------------------------------------------------------------------
-r20655 | jpsaman | 2007-06-21 13:46:31 +0200 (Thu, 21 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/osdmenu.c
-
-small cleanup
-------------------------------------------------------------------------
-r20654 | jpsaman | 2007-06-21 13:46:08 +0200 (Thu, 21 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/fb.c
-
-Indentation fix
-------------------------------------------------------------------------
-r20653 | jpsaman | 2007-06-21 13:45:41 +0200 (Thu, 21 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/lirc.c
-   M /trunk/src/libvlc-module.c
-
-Added new hotkeys "key-menu-[on|off|left|right|up|down|select]". Lirc now calls the osd_Menu*() functions directly when prefix "menu " followed by one of: on, off, left, right, up, down or select is found.
-
-------------------------------------------------------------------------
-r20652 | jb | 2007-06-21 08:34:14 +0200 (Thu, 21 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-Logo: Correction spotted by ILEoo and patched by Bernie Purcell.
-
-
-------------------------------------------------------------------------
-r20651 | xtophe | 2007-06-21 00:15:20 +0200 (Thu, 21 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/po/pl.po
-
-Update the polish l10n. Thanks to Freaky Michi.
-
-------------------------------------------------------------------------
-r20650 | xtophe | 2007-06-20 23:42:53 +0200 (Wed, 20 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Some files have been renamed, some added.
-
-------------------------------------------------------------------------
-r20649 | pdherbemont | 2007-06-20 23:14:58 +0200 (Wed, 20 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-bootstrap: Fix previous commit.
-
-------------------------------------------------------------------------
-r20648 | pdherbemont | 2007-06-20 23:01:26 +0200 (Wed, 20 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-bootstrap: Make sure we warn the user when no contrib is present on Mac OS X.
-
-------------------------------------------------------------------------
-r20647 | djc | 2007-06-20 22:57:43 +0200 (Wed, 20 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/control/unimotion.c
-
-Trying to fix the build on G5...
-
-------------------------------------------------------------------------
-r20646 | djc | 2007-06-20 22:42:24 +0200 (Wed, 20 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/control/motion.c
-   M /trunk/modules/control/unimotion.c
-
-Should fix compilation
-Add some news
-
-------------------------------------------------------------------------
-r20645 | djc | 2007-06-20 22:19:24 +0200 (Wed, 20 Jun 2007) | 5 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/control/Modules.am
-   M /trunk/modules/control/motion.c
-   A /trunk/modules/control/unimotion.c
-   A /trunk/modules/control/unimotion.h
-   M /trunk/modules/video_filter/rotate.c
-
-Add rotate-deciangle for more precision in rotate
-Add unimotion (http://members.optusnet.com.au/lbramsay/programs/unimotion.html)
-to motion interface
-Add a low band filter to the motion
-
-------------------------------------------------------------------------
-r20644 | jpsaman | 2007-06-20 10:14:41 +0200 (Wed, 20 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   A /trunk/share/osdmenu/menu.cfg
-   A /trunk/share/osdmenu/minimal
-   A /trunk/share/osdmenu/minimal/fs_panel.png
-   A /trunk/share/osdmenu/minimal/fs_panel.xcf
-   A /trunk/share/osdmenu/minimal/fs_panel_mockup.png
-   A /trunk/share/osdmenu/minimal/fs_panel_simple.png
-   A /trunk/share/osdmenu/minimal/fs_panel_simple.xcf
-   A /trunk/share/osdmenu/minimal/fs_panel_skip_next.png
-   A /trunk/share/osdmenu/minimal/fs_panel_skip_previous.png
-   A /trunk/share/osdmenu/minimal/fs_panel_volume_max.png
-   A /trunk/share/osdmenu/minimal/fs_panel_volume_min.png
-
-Add minimal osdmenu theme based on MacOS x graphics.
-
-------------------------------------------------------------------------
-r20643 | pdherbemont | 2007-06-20 07:39:20 +0200 (Wed, 20 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-
-ActiveX: More input->media_instance fix.
-
-------------------------------------------------------------------------
-r20642 | pdherbemont | 2007-06-19 23:53:05 +0200 (Tue, 19 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_input.c
-
-Python: Compilation fix.
-
-------------------------------------------------------------------------
-r20641 | pdherbemont | 2007-06-19 23:48:20 +0200 (Tue, 19 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_input.c
-
-Python: Fix misspelling of media_instance.
-
-------------------------------------------------------------------------
-r20640 | pdherbemont | 2007-06-19 23:06:15 +0200 (Tue, 19 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/video.c
-
-control/video.c: Use libvlc_media_instance_has_vout instead of libvlc_input_has_vout.
-
-------------------------------------------------------------------------
-r20639 | pdherbemont | 2007-06-19 22:48:50 +0200 (Tue, 19 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_instance.c
-
-Python: More input->media_instance changes.
-
-------------------------------------------------------------------------
-r20638 | pdherbemont | 2007-06-19 22:46:24 +0200 (Tue, 19 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/java/src/utils.h
-
-Java: More input->media_instance changes.
-
-------------------------------------------------------------------------
-r20637 | pdherbemont | 2007-06-19 22:44:36 +0200 (Tue, 19 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-
-ActiveX: More input->media_instance changes.
-
-------------------------------------------------------------------------
-r20636 | pdherbemont | 2007-06-19 22:41:41 +0200 (Tue, 19 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/java/src/input-jni.cc
-
-Java: input->media_instance changes.
-
-------------------------------------------------------------------------
-r20635 | pdherbemont | 2007-06-19 22:38:18 +0200 (Tue, 19 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/vlccontrol2.cpp
-
-ActiveX: input->media_instance changes.
-
-------------------------------------------------------------------------
-r20634 | pdherbemont | 2007-06-19 22:36:14 +0200 (Tue, 19 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/control/npovlc.cpp
-
-Mozilla: Yet more input->media_instance changes.
-
-------------------------------------------------------------------------
-r20633 | pdherbemont | 2007-06-19 22:35:05 +0200 (Tue, 19 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/control/npovlc.cpp
-
-Mozilla: Yet more input->media_instance changes.
-
-------------------------------------------------------------------------
-r20632 | dionoea | 2007-06-19 22:07:10 +0200 (Tue, 19 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/asx.c
-
-Remove leading line feeds (or while spaces). Fixes "http://www.yle.fi/java/areena/dispatcher/193730.asx?bitrate=1000000" while previous commit fixed http://paste.videolan.org/1950 .
-
-------------------------------------------------------------------------
-r20631 | pdherbemont | 2007-06-19 21:47:31 +0200 (Tue, 19 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Prefer memcpy over bcopy.
-
-------------------------------------------------------------------------
-r20630 | pdherbemont | 2007-06-19 21:43:41 +0200 (Tue, 19 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-Mozilla: Fix previous commit.
-
-------------------------------------------------------------------------
-r20629 | pdherbemont | 2007-06-19 21:20:54 +0200 (Tue, 19 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-Mozilla: More input->media_instance changes.
-
-------------------------------------------------------------------------
-r20628 | pdherbemont | 2007-06-19 20:03:03 +0200 (Tue, 19 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/libvlc_internal.h
-
-libvlc: Advertise libvlc_media_instance_destroy_and_detach (soon media_instance_release) in the libvlc.h header.
-
-------------------------------------------------------------------------
-r20627 | dionoea | 2007-06-19 18:30:02 +0200 (Tue, 19 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/asx.c
-
-Untested workarround for buggy asx files with an end of line char at the end of the url.
-
-------------------------------------------------------------------------
-r20626 | jb | 2007-06-19 00:23:46 +0200 (Tue, 19 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/menus.cpp
-   A /trunk/modules/gui/qt4/pixmaps/vlc_preferences_16px.png
-   M /trunk/modules/gui/qt4/res.qrc
-
-Qt4 - Yet another icon from Danko: Preferences.
-
-------------------------------------------------------------------------
-r20625 | fenrir | 2007-06-18 23:59:34 +0200 (Mon, 18 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Updated NEWS.
-
-------------------------------------------------------------------------
-r20624 | fenrir | 2007-06-18 23:08:03 +0200 (Mon, 18 Jun 2007) | 8 lines
-Changed paths:
-   M /trunk/include/vlc_vout.h
-   M /trunk/modules/codec/dvbsub.c
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/codec/telx.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/rss.c
-   M /trunk/src/control/mediacontrol_audio_video.c
-   M /trunk/src/osd/osd_text.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-Patch by Bernie Purcell :
-"This is part of a former submission stripped out for easier
- assimilation. It modifies vout_subpictures to use the existing alignment
- field on each region, rather than the alignment on the subpicture plane
- itself. Modifications are made to everywhere that depended on the former
- behaviour, to make it use the new alignment location instead."
-
-
-------------------------------------------------------------------------
-r20623 | fenrir | 2007-06-18 22:59:10 +0200 (Mon, 18 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Added missing return value in TitleCallback.
-
-------------------------------------------------------------------------
-r20622 | fenrir | 2007-06-18 22:55:35 +0200 (Mon, 18 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Added speex check in RTSP (untested, close #1091)
-
-------------------------------------------------------------------------
-r20621 | pdherbemont | 2007-06-18 22:22:35 +0200 (Mon, 18 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_input.c
-   M /trunk/bindings/python/vlcglue.h
-
-bindings/python: Try to match the libvlc input to media_instance changes.
-
-------------------------------------------------------------------------
-r20620 | pdherbemont | 2007-06-18 21:58:16 +0200 (Mon, 18 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/control/npolibvlc.cpp
-
-Mozilla: Attempt to match libvlc input to media_instance changes.
-
-------------------------------------------------------------------------
-r20618 | dionoea | 2007-06-18 21:54:38 +0200 (Mon, 18 Jun 2007) | 4 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Fix invalid free crash in bookmarks loading code reported by Gids on IRC. Small test case is: (I'm not sure that it really needs to be that long)
-#EXTVLCOPT:bookmarks={name=Rainforest Shmainforest,bytes=5276429,time=1},{name=Spontaneous Combustion,bytes=113071718,time=1331},{name=The Succubus,bytes=218546569,time=2663},{name=Jakovasaurs,bytes=326602991,time=3999},{name=Tweek Vs. Craig,bytes=436968699,time=5326},{name=Sexual Harassment Panda,bytes=542655194,time=6658}
-episodes-1-6.m4v
-
-------------------------------------------------------------------------
-r20617 | courmisch | 2007-06-18 16:28:53 +0200 (Mon, 18 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Do not crash when there is no X
-
-------------------------------------------------------------------------
-r20616 | courmisch | 2007-06-18 16:14:54 +0200 (Mon, 18 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-Typo
-
-------------------------------------------------------------------------
-r20615 | jpsaman | 2007-06-18 11:55:06 +0200 (Mon, 18 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/THANKS
-
-Update Ilkka Ollakka's contributions.
-------------------------------------------------------------------------
-r20614 | jpsaman | 2007-06-18 11:53:53 +0200 (Mon, 18 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Properly cleanup afilters and vfilters on Close(). (Patch by Ikka Ollakka)
-
-------------------------------------------------------------------------
-r20613 | pdherbemont | 2007-06-17 23:17:13 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-libvlc: Tell the build system to use media_instance.c.
-
-------------------------------------------------------------------------
-r20612 | pdherbemont | 2007-06-17 22:56:25 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   D /trunk/src/control/input.c
-   A /trunk/src/control/media_instance.c (from /trunk/src/control/input.c:20611)
-
-libvlc: Rename the input.c file to media_instance.c.
-
-------------------------------------------------------------------------
-r20611 | pdherbemont | 2007-06-17 22:54:32 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/audio.c
-   M /trunk/src/control/event.c
-   M /trunk/src/control/input.c
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/media_descriptor.c
-   M /trunk/src/control/mediacontrol_audio_video.c
-   M /trunk/src/control/mediacontrol_core.c
-   M /trunk/src/control/playlist.c
-   M /trunk/src/control/video.c
-
-libvlc: Rename input to media_instance. And add the possibility to create a medi_instance from a media_descriptor.
-
-------------------------------------------------------------------------
-r20610 | pdherbemont | 2007-06-17 19:51:40 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-control/media_descriptor.c: Fix a comment.
-
-------------------------------------------------------------------------
-r20609 | pdherbemont | 2007-06-17 19:47:46 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/media_descriptor.c
-
-conrtol/media_descriptor.c: Use VLC_FALSE and VLC_TRUE.
-
-------------------------------------------------------------------------
-r20608 | pdherbemont | 2007-06-17 19:21:26 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/libvlc_internal.h
-
-control/libvlc_internal: Dump bool as it doesn't work everywhere.
-
-------------------------------------------------------------------------
-r20607 | pdherbemont | 2007-06-17 19:14:06 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/libvlc_internal.h
-
-libvlc: attempt to fix previous commit.
-
-------------------------------------------------------------------------
-r20606 | pdherbemont | 2007-06-17 18:50:13 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/libvlc_internal.h
-
-libvlc: Make media_descriptor_t internal.
-
-------------------------------------------------------------------------
-r20605 | pdherbemont | 2007-06-17 18:24:49 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/Makefile.am
-   A /trunk/src/control/media_descriptor.c
-
-Libvlc add a media descriptor object.
-
-------------------------------------------------------------------------
-r20604 | dionoea | 2007-06-17 17:20:20 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/README.txt
-
-Sync readme with wiki page.
-
-------------------------------------------------------------------------
-r20603 | dionoea | 2007-06-17 17:17:39 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/bda
-
-svn:ignore .deps
-
-------------------------------------------------------------------------
-r20602 | dionoea | 2007-06-17 17:16:14 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules
-
-propset svn:ignore
-
-------------------------------------------------------------------------
-r20601 | dionoea | 2007-06-17 17:14:59 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/share/http/flash.html
-
-Kleine fix.
-
-------------------------------------------------------------------------
-r20600 | dionoea | 2007-06-17 17:11:22 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-Cosmetics.
-
-------------------------------------------------------------------------
-r20599 | dionoea | 2007-06-17 17:10:31 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/luaplaylist.c
-
-Handle custom meta data in lua playlist scripts.
-
-------------------------------------------------------------------------
-r20598 | dionoea | 2007-06-17 16:14:19 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/modules/gui/qt4/components/extended_panels.hpp
-   M /trunk/modules/gui/qt4/ui/video_effects.ui
-
-Fix a huge bunch of things in the video effects panel. Implement combo box options.
-
-------------------------------------------------------------------------
-r20597 | dionoea | 2007-06-17 16:12:56 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/marq.c
-
-Fix marq positions list in config.
-
-------------------------------------------------------------------------
-r20596 | fenrir | 2007-06-17 16:06:26 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-
-Be sure to restart the mixer on replaygain mode change.
-
-------------------------------------------------------------------------
-r20595 | dionoea | 2007-06-17 15:59:55 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/sharpen.c
-
-Fix copyright date
-
-------------------------------------------------------------------------
-r20594 | dionoea | 2007-06-17 15:59:27 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/gradient.c
-
-Make error output usable.
-
-------------------------------------------------------------------------
-r20593 | fenrir | 2007-06-17 15:56:57 +0200 (Sun, 17 Jun 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/demux/flac.c
-   M /trunk/modules/demux/mpc.c
-   M /trunk/modules/demux/mpeg/m4a.c
-   M /trunk/modules/demux/mpeg/mpga.c
-
-Added replay gain support for:
- - ogg/vorbis (close #125)
- - flac (and not ogg/flac yet)
- - mp3/aac (id3/ape)
- - mpc (internal/ape)
-
-------------------------------------------------------------------------
-r20592 | fenrir | 2007-06-17 15:54:20 +0200 (Sun, 17 Jun 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_aout.h
-   M /trunk/include/vlc_es.h
-   M /trunk/include/vlc_input.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/modules/audio_mixer/float32.c
-   M /trunk/src/audio_output/aout_internal.h
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/libvlc-module.c
-
-Added replay gain support (audio-replay-gain-mode track or album to activate
-it, disabled by default)
-
-
-------------------------------------------------------------------------
-r20591 | fenrir | 2007-06-17 15:49:49 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Call input_Control(INPUT_ADD_INFO) on extra meta data.
-
-------------------------------------------------------------------------
-r20590 | fenrir | 2007-06-17 15:47:00 +0200 (Sun, 17 Jun 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/meta_engine/id3tag.c
-
-Added APEv1/2 support to id3tag.c
-Parse TXXX fields (id3)
-Parse RVA2 and convert them to replay gain (id3)
-(I cannot put APE parsing into a new module as id3 and ape can be found
-in the same file, this means you need libid3tag)
-
-------------------------------------------------------------------------
-r20589 | dionoea | 2007-06-17 14:47:07 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/video_effects.ui
-
-Split the extended video filters panel into many smaller sub panels.
-
-------------------------------------------------------------------------
-r20588 | damienf | 2007-06-17 00:13:47 +0200 (Sun, 17 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-
-video_chroma: a few SSE2 fixes
-
-------------------------------------------------------------------------
-r20587 | dionoea | 2007-06-16 22:40:39 +0200 (Sat, 16 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/modules/gui/qt4/ui/video_effects.ui
-
-Implement color change for colorthres and extract filters. Fix dial for rotate filter.
-
-------------------------------------------------------------------------
-r20583 | Trax | 2007-06-16 15:12:25 +0200 (Sat, 16 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* NEWS: sync with 0.8.6c
-------------------------------------------------------------------------
-r20578 | jb | 2007-06-16 11:40:07 +0200 (Sat, 16 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/menus.cpp
-   A /trunk/modules/gui/qt4/pixmaps/vlc_file-asym_16px.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_file-wide_16px.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_folder-blue_16px.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_folder-grey_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_network_16px.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_tape_16px.png
-   M /trunk/modules/gui/qt4/res.qrc
-
-Qt4 - Icons for the menus. Works from Danko Dolch again (THANKS). New icons for folders (blue and grey) (not yet used), for file (thin and wide) and tape. Update Network with a bit of coloring.
-
-
-------------------------------------------------------------------------
-r20577 | md | 2007-06-16 08:16:51 +0200 (Sat, 16 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/po/sk.po
-
-Fix missing national characters: Ak sa nem?\195?\180?\197?\190ete dosta?\197?\165 k u?\197?\190?\195?\173vate?\196?\190sk?\195?\169mu...
-
-------------------------------------------------------------------------
-r20576 | fenrir | 2007-06-15 20:38:15 +0200 (Fri, 15 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-
-Added apple chapter support (used by HandBrake, close #808)
-
-------------------------------------------------------------------------
-r20575 | damienf | 2007-06-15 18:36:41 +0200 (Fri, 15 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_chroma/Modules.am
-   M /trunk/modules/video_chroma/i420_rgb.c
-   M /trunk/modules/video_chroma/i420_rgb.h
-   M /trunk/modules/video_chroma/i420_rgb16.c
-   M /trunk/modules/video_chroma/i420_rgb_mmx.h
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i420_yuy2.h
-
-- video_chromas: more SSE2 and MMX support and optimization, added SSE2 i420 -> RGB acceleration
-
-------------------------------------------------------------------------
-r20574 | md | 2007-06-15 14:30:37 +0200 (Fri, 15 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/po/sk.po
-
-Minor fix in Slovak translation: rozhrania -> rozhran?\195?\173
-
-------------------------------------------------------------------------
-r20572 | xtophe | 2007-06-15 00:14:12 +0200 (Fri, 15 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-   M /trunk/modules/video_filter/colorthres.c
-
-i18n fixes
-
-------------------------------------------------------------------------
-r20570 | fenrir | 2007-06-14 21:05:16 +0200 (Thu, 14 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/decoder.c
-
-Fixed segfault with subtitle.
-
-------------------------------------------------------------------------
-r20567 | Trax | 2007-06-14 19:31:52 +0200 (Thu, 14 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* NEWS: add some whitespace for a change..
-------------------------------------------------------------------------
-r20565 | Trax | 2007-06-14 19:23:08 +0200 (Thu, 14 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* NEWS: sync with 0.8.6c again..
-------------------------------------------------------------------------
-r20562 | jpsaman | 2007-06-14 08:13:25 +0200 (Thu, 14 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Fix potential memleak/crash
-------------------------------------------------------------------------
-r20561 | jb | 2007-06-14 01:50:18 +0200 (Thu, 14 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-Qt4 - Minor cosmetic change.
-
-
-------------------------------------------------------------------------
-r20560 | jb | 2007-06-14 01:47:56 +0200 (Thu, 14 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-Qt4 - Make the update() update the art in mediaInfo.
-
-
-------------------------------------------------------------------------
-r20557 | xtophe | 2007-06-14 01:29:30 +0200 (Thu, 14 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/complete_preferences.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-
-i18n fixes
-
-------------------------------------------------------------------------
-r20556 | jb | 2007-06-14 00:11:03 +0200 (Thu, 14 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-Qt4 - Support for Media Art in the Media Info dialog and various fixed on that dialog.
-
-
-------------------------------------------------------------------------
-r20553 | fenrir | 2007-06-13 21:49:08 +0200 (Wed, 13 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/var.c
-   M /trunk/src/libvlc-module.c
-
-Added --run-time option to specify how many second VLC will play an item
-(Usefull to save live programs like DVB/UDP)
-
-------------------------------------------------------------------------
-r20551 | fenrir | 2007-06-13 21:25:08 +0200 (Wed, 13 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/aiff.c
-
-Fixed aiff support for stereo files and files with odd chunk size.
-
-------------------------------------------------------------------------
-r20550 | damienf | 2007-06-13 17:40:54 +0200 (Wed, 13 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-qt4: a few stability fixes when working as a dialogs provider, needs a lot more ...
-
-------------------------------------------------------------------------
-r20549 | damienf | 2007-06-13 14:47:29 +0200 (Wed, 13 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/asx.c
-
-asx.c: fixed a small bug in skip ad feature
-
-------------------------------------------------------------------------
-r20548 | jpsaman | 2007-06-13 11:22:08 +0200 (Wed, 13 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-White space and indentation fixes.
-------------------------------------------------------------------------
-r20547 | jpsaman | 2007-06-13 11:00:46 +0200 (Wed, 13 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Make use of libgcrypt configurable.
-------------------------------------------------------------------------
-r20546 | jpsaman | 2007-06-13 10:37:51 +0200 (Wed, 13 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/bootstrap
-
-Portability fix: use head -n 1 iso head -1
-------------------------------------------------------------------------
-r20544 | Trax | 2007-06-13 00:38:01 +0200 (Wed, 13 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-NEWS: sync with bugfix branch
-------------------------------------------------------------------------
-r20543 | fenrir | 2007-06-12 23:27:28 +0200 (Tue, 12 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-Fixed access on deleted object.
-
-------------------------------------------------------------------------
-r20541 | fenrir | 2007-06-12 23:06:24 +0200 (Tue, 12 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/magnify.c
-
-Fixed uninitialized variable.
-
-------------------------------------------------------------------------
-r20539 | fenrir | 2007-06-12 21:49:06 +0200 (Tue, 12 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-
-Drop audio when playing faster and not using resampler.
-
-------------------------------------------------------------------------
-r20538 | fenrir | 2007-06-12 21:46:35 +0200 (Tue, 12 Jun 2007) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_aout.h
-   M /trunk/modules/audio_filter/resampler/bandlimited.c
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/codec/vorbis.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/src/audio_output/aout_internal.h
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-
-All: preliminary support for audio while playing faster/slower (1/4 -> 4).
-It use our standard resampler to do it and so we do not keep
-pitch yet (I am working on a soundtouch resampler).
-Please test any regression.
-
-------------------------------------------------------------------------
-r20534 | fenrir | 2007-06-12 20:26:00 +0200 (Tue, 12 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/output.c
-
-Fixed use of released pointer (race condition).
-
-------------------------------------------------------------------------
-r20527 | damienf | 2007-06-12 17:56:28 +0200 (Tue, 12 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-mozilla: fixed crash on Safari 3 Beta for Windows
-
-------------------------------------------------------------------------
-r20526 | damienf | 2007-06-12 16:37:15 +0200 (Tue, 12 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-MacOSX: fix for --with-macosx-sdk
-
-------------------------------------------------------------------------
-r20525 | jpsaman | 2007-06-12 14:22:36 +0200 (Tue, 12 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Fix potential memleaks
-------------------------------------------------------------------------
-r20524 | jpsaman | 2007-06-12 14:21:58 +0200 (Tue, 12 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-Display video title when video output is reused.
-------------------------------------------------------------------------
-r20523 | jpsaman | 2007-06-12 13:28:54 +0200 (Tue, 12 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc_vout.h
-   M /trunk/src/libvlc-module.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_intf.c
-
-Show title on video output based on users preferences. Defaults are:--video-title-show --video-title-position=8 --video-title-timeout=5000
-------------------------------------------------------------------------
-r20521 | damienf | 2007-06-12 00:39:57 +0200 (Tue, 12 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-contrib/bootstrap: MacOSX, avoid multiple -isysroot definitions by using CC, CXX and LD envars (PCC only for now, needs intel test)
-
-------------------------------------------------------------------------
-r20520 | xtophe | 2007-06-12 00:12:07 +0200 (Tue, 12 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/po/sk.po
-   M /trunk/po/sv.po
-
-Swedish l10n update by Daniel Nylander
-Slovak l10n update by Mari?\195?\161n Hikan?\195?\173k
-
-------------------------------------------------------------------------
-r20518 | jb | 2007-06-11 19:00:55 +0200 (Mon, 11 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_intf_strings.h
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/pixmaps/vlc_capture-card_16px.png
-
-Qt4 - Menus: modify slightly the capture card icon, change a label and spaces...
-
-
-------------------------------------------------------------------------
-r20514 | oaubert | 2007-06-11 16:30:46 +0200 (Mon, 11 Jun 2007) | 2 lines
-Changed paths:
-   D /trunk/python
-
-Remove the obsolete vlc/python directory. Up-to-date version of python bindings lie in bindings/python
-
-------------------------------------------------------------------------
-r20507 | sigmunau | 2007-06-11 14:00:42 +0200 (Mon, 11 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/pvr.c
-
-fix compile faults and semantic errors in pvr module, mostly relating to the new api
-
-------------------------------------------------------------------------
-r20504 | jpsaman | 2007-06-11 12:25:50 +0200 (Mon, 11 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/cvdsub.c
-
-Remove excess whitespace
-------------------------------------------------------------------------
-r20503 | jb | 2007-06-11 01:26:04 +0200 (Mon, 11 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/res.qrc
-
-Qt4 - Add Icons to the systray Menu bar.
-
-
-------------------------------------------------------------------------
-r20502 | jb | 2007-06-11 01:17:05 +0200 (Mon, 11 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/menus.cpp
-   D /trunk/modules/gui/qt4/pixmaps/audio_50x50.xpm
-   D /trunk/modules/gui/qt4/pixmaps/hotkeys_50x50.xpm
-   D /trunk/modules/gui/qt4/pixmaps/input_and_codecs_50x50.xpm
-   D /trunk/modules/gui/qt4/pixmaps/interface_50x50.xpm
-   D /trunk/modules/gui/qt4/pixmaps/playlist_50x50.xpm
-   D /trunk/modules/gui/qt4/pixmaps/subtitles_50x50.xpm
-   D /trunk/modules/gui/qt4/pixmaps/video_50x50.xpm
-   A /trunk/modules/gui/qt4/pixmaps/vlc_capture-card_16px.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_network_16px.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_quit_16px.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_stream_16px.png
-   M /trunk/modules/gui/qt4/res.qrc
-
-Qt4 - A few more icons in the menus to make the GUI less depressing.
-
-
-------------------------------------------------------------------------
-r20500 | fenrir | 2007-06-10 21:53:00 +0200 (Sun, 10 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/input.c
-
-Simplify + fix a potential overflow.
-
-------------------------------------------------------------------------
-r20499 | fenrir | 2007-06-10 21:40:24 +0200 (Sun, 10 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/clock.c
-
-Simplify (no functionnal changes).
-
-------------------------------------------------------------------------
-r20498 | fenrir | 2007-06-10 21:22:39 +0200 (Sun, 10 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/engine.c
-
-Call garbage collector (vout/sout) when playlist enter stop state (on
-user stop or end of playlist).
-
-------------------------------------------------------------------------
-r20497 | fenrir | 2007-06-10 21:12:54 +0200 (Sun, 10 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-
-Fixed uninitialized member fields for audio filter2.
-
-------------------------------------------------------------------------
-r20492 | pdherbemont | 2007-06-09 20:54:17 +0200 (Sat, 09 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/event.c
-
-control/event.c: Add some comments.
-
-------------------------------------------------------------------------
-r20489 | pdherbemont | 2007-06-09 16:54:38 +0200 (Sat, 09 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutgl.m
-
-Mac OS X gui: Fix a comment.
-
-------------------------------------------------------------------------
-r20488 | pdherbemont | 2007-06-09 16:14:49 +0200 (Sat, 09 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutgl.m
-
-Mac OS X gui: Don't leak the autoreleased object.
-
-------------------------------------------------------------------------
-r20487 | jpsaman | 2007-06-09 16:00:51 +0200 (Sat, 09 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-Display media title for 15 seconds right at the start of the video.
-
-------------------------------------------------------------------------
-r20486 | courmisch | 2007-06-09 10:41:35 +0200 (Sat, 09 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Tell that disabling libtool is going to suck - closes #1189
-
-------------------------------------------------------------------------
-r20485 | fenrir | 2007-06-08 21:02:22 +0200 (Fri, 08 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-MKV attachments bug fixes. (Patch by Bernie Purcell)
-
-------------------------------------------------------------------------
-r20483 | courmisch | 2007-06-08 16:55:43 +0200 (Fri, 08 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/cpu.c
-
-Fix compiler warnings
-
-------------------------------------------------------------------------
-r20482 | fkuehne | 2007-06-08 16:31:30 +0200 (Fri, 08 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-starttime.patch
-
-* reverted [20479], as my previously checked-in patch was correct ;)
-------------------------------------------------------------------------
-r20481 | fkuehne | 2007-06-08 16:26:52 +0200 (Fri, 08 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* removed support for compilation on OSX < 10.4
-------------------------------------------------------------------------
-r20479 | pdherbemont | 2007-06-08 14:51:40 +0200 (Fri, 08 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-starttime.patch
-
-extras/contrib: Update live-starttime.patch.
-
-------------------------------------------------------------------------
-r20478 | pdherbemont | 2007-06-08 14:39:47 +0200 (Fri, 08 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-extras/contrib/bootstrap: Store wget, curl and svn as absolute path in config.mak so they won't get untracked. (Patch by Jan David Mol <jjdmol at gmail.com>).
-
-------------------------------------------------------------------------
-r20477 | pdherbemont | 2007-06-08 11:24:23 +0200 (Fri, 08 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-
-Mac OS X gui: Comply to "Cocoa Thread Safety" guideline, that is, make creating, resizing, closing, the NSView on main thread.
-
-------------------------------------------------------------------------
-r20476 | pdherbemont | 2007-06-08 11:11:48 +0200 (Fri, 08 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/extras/contrib/src/Makefile
-
-contrib: Build ffmpeg with --cpu=pentium-m on Mac OS X/intel. (Patch by Jan David Mol).
-
-------------------------------------------------------------------------
-r20475 | jpsaman | 2007-06-08 09:29:18 +0200 (Fri, 08 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/netbox3.mak
-
-Don't build fribidi no need for it now.
-
-------------------------------------------------------------------------
-r20473 | fenrir | 2007-06-08 01:05:16 +0200 (Fri, 08 Jun 2007) | 4 lines
-Changed paths:
-   M /trunk/src/input/clock.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-
-clock: clean up/simplify + remove 1/90000 reference.
-all: improve input rate (no more out of order/dropped pictures on
-rate change).
-
-------------------------------------------------------------------------
-r20472 | xtophe | 2007-06-08 00:57:53 +0200 (Fri, 08 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-More strict detection for swscale. Patch by ILEoo and ALexis Ballier
-
-------------------------------------------------------------------------
-r20470 | jb | 2007-06-08 00:53:48 +0200 (Fri, 08 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Configure: typo correction on --enable-libtar
-
-
-------------------------------------------------------------------------
-r20468 | xtophe | 2007-06-08 00:29:01 +0200 (Fri, 08 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/vlc.1
-
-Small fix on the man page
-
-------------------------------------------------------------------------
-r20467 | fenrir | 2007-06-08 00:21:55 +0200 (Fri, 08 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/timeshift.c
-
-Added back pause (timeshift has to accept ACCESS_SET_PAUSE_STATE)
-
-------------------------------------------------------------------------
-r20466 | xtophe | 2007-06-08 00:12:20 +0200 (Fri, 08 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/vlc.1
-
-VLS is deprecated. Don't refer to it
-
-------------------------------------------------------------------------
-r20465 | fenrir | 2007-06-07 23:58:47 +0200 (Thu, 07 Jun 2007) | 7 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-
-Set VideoWidget minimal size to 16x16 (I'm not sure it is the right thing).
-It avoids segfault when resizing to 0x0.
-It fixes segfault when VLC is started with a video file. (But I fear
-that we have a race condition here because if the same file is played
-later, it works)
-
-
-------------------------------------------------------------------------
-r20464 | pdherbemont | 2007-06-07 23:33:16 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc_structures.h
-
-include/vlc/libvlc_structures.h: Fix build by using vlc_int64_t instead of uint64_t.
-
-------------------------------------------------------------------------
-r20463 | fenrir | 2007-06-07 23:30:42 +0200 (Thu, 07 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-
-Do not use dvdnav_get_video_aspect (No idea of its unit but it is not
-vlc one, fixed segfault with x11 at least)
-
-------------------------------------------------------------------------
-r20462 | pdherbemont | 2007-06-07 23:16:30 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/event.c
-
-Libvlc event: Support for event extra information passing. And register to "time" event rather than "position".
-
-------------------------------------------------------------------------
-r20461 | pdherbemont | 2007-06-07 22:46:39 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/event.c
-
-control/event.c: Send position event at a reasonable time precision.
-
-------------------------------------------------------------------------
-r20460 | courmisch | 2007-06-07 22:16:57 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Revert [20459] and really fix (I hope)
-
-------------------------------------------------------------------------
-r20459 | fenrir | 2007-06-07 22:10:12 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Fixed IsValidAccess...
-
-------------------------------------------------------------------------
-r20456 | jb | 2007-06-07 20:42:57 +0200 (Thu, 07 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Qt4 - Add files for reparing distchek and tarballs.
-
-
-------------------------------------------------------------------------
-r20454 | courmisch | 2007-06-07 19:34:15 +0200 (Thu, 07 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Fix remote format string injection in SDP parser.
-(Sometimes there are good things about NOT being on MBONE)
-
-------------------------------------------------------------------------
-r20452 | courmisch | 2007-06-07 19:32:24 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/theora.c
-
-Format string usage fix. Pretty much the same bug as the vorbis one.
-
-------------------------------------------------------------------------
-r20451 | courmisch | 2007-06-07 19:31:45 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_es.h
-
-Fix comment
-
-------------------------------------------------------------------------
-r20450 | courmisch | 2007-06-07 19:31:26 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/vorbis.c
-
-Same as previous commit
-
-------------------------------------------------------------------------
-r20448 | courmisch | 2007-06-07 19:22:05 +0200 (Thu, 07 Jun 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/access/cdda.c
-
- - Avoid a bunch of dummy string copy
- - Use strdup() instead of asprintf("%s")
- - Fix format string (CDDB now owns your CD player)
-
-------------------------------------------------------------------------
-r20446 | courmisch | 2007-06-07 18:57:54 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Credit
-
-------------------------------------------------------------------------
-r20442 | courmisch | 2007-06-07 18:53:15 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/dec.c
-
-Sanitize audio format before creating a decoder
-
-------------------------------------------------------------------------
-r20441 | courmisch | 2007-06-07 18:52:32 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/input.c
-
-Fix use of unitialized variable reported by David Thiel, fix from Christophe Massiot
-
-------------------------------------------------------------------------
-r20440 | courmisch | 2007-06-07 18:43:10 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_es.h
-
-Store channels counter to a single byte. We can only handle 32 of them anyway
-
-------------------------------------------------------------------------
-r20439 | courmisch | 2007-06-07 18:39:38 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/dec.c
-
-Fix deadlock
-
-------------------------------------------------------------------------
-r20438 | courmisch | 2007-06-07 18:36:38 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/param_eq.c
-
-Use unsigned
-
-------------------------------------------------------------------------
-r20437 | courmisch | 2007-06-07 18:31:21 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-Use %u instead of %d
-
-------------------------------------------------------------------------
-r20436 | courmisch | 2007-06-07 18:22:41 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/wav.c
-
-Use %u rather than %d for unsigned
-
-------------------------------------------------------------------------
-r20434 | courmisch | 2007-06-07 18:08:44 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/wav.c
-
-Memory leak
-
-------------------------------------------------------------------------
-r20432 | pdherbemont | 2007-06-07 14:34:50 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-   M /trunk/src/control/event.c
-   M /trunk/src/control/input.c
-   M /trunk/src/control/libvlc_internal.h
-
-Libvlc Event: Add support for input event.
-
-------------------------------------------------------------------------
-r20431 | jpsaman | 2007-06-07 13:26:17 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_text.c
-
-Let text fade away, that looks so much nicer.
-
-------------------------------------------------------------------------
-r20430 | jpsaman | 2007-06-07 13:25:52 +0200 (Thu, 07 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/playlist.c
-
-Remove excess whitelines
-
-------------------------------------------------------------------------
-r20429 | jb | 2007-06-06 23:15:13 +0200 (Wed, 06 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-
-Qt4 - Open Capture: add screen://
-
-
-------------------------------------------------------------------------
-r20428 | xtophe | 2007-06-06 23:03:50 +0200 (Wed, 06 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/po/ar.po
-
-Arabic translation update by Fouzai Bourai
-
-------------------------------------------------------------------------
-r20427 | courmisch | 2007-06-06 18:40:48 +0200 (Wed, 06 Jun 2007) | 4 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-- Only allow letters, digits and slash in access/demux specification
-  (fixes problem with most-but-not-all filenames containing a colon)
-- Only allow letters as Windows drives
-
-------------------------------------------------------------------------
-r20426 | courmisch | 2007-06-06 17:37:11 +0200 (Wed, 06 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Forgot this file
-
-------------------------------------------------------------------------
-r20425 | courmisch | 2007-06-06 17:37:02 +0200 (Wed, 06 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-
-MMSH connection error handling fix from Alex Antropoff
-
-------------------------------------------------------------------------
-r20424 | jpsaman | 2007-06-06 16:57:27 +0200 (Wed, 06 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/osdmenu.c
-
-OSDMenu update time of 0 ms disables the menu, so put in a sane default value.
-
-------------------------------------------------------------------------
-r20423 | jpsaman | 2007-06-06 16:33:46 +0200 (Wed, 06 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/osdmenu.c
-
-Only update the menu when it is visible.
-
-------------------------------------------------------------------------
-r20422 | jpsaman | 2007-06-06 16:26:49 +0200 (Wed, 06 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/osdmenu.c
-
-Fix update time in variable callback so it uses ms.
-
-------------------------------------------------------------------------
-r20421 | jpsaman | 2007-06-06 15:52:31 +0200 (Wed, 06 Jun 2007) | 9 lines
-Changed paths:
-   M /trunk/include/vlc_osd.h
-   M /trunk/modules/video_filter/osdmenu.c
-   M /trunk/src/osd/osd_parser.c
-
-OSDMenu improvements
-- new style concat to indicate that images should be put in a region list
-- user selected alpha value for subpictures
-- position, x, y, timeout, update, alpha values are changeable during runtime
-- vlc_osd.h: documented new osdmenu style concat
-
-Known issues:
-In osdmenu concat mode there is one issue left where two subpicture regions are displayed on top of each other when cycling through the menu.
-
-------------------------------------------------------------------------
-r20420 | Trax | 2007-06-06 12:13:16 +0200 (Wed, 06 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/msw/direct3d.c
-
-* modules/video_output/msw/direct3d.c: typo adpater -> adapter
-------------------------------------------------------------------------
-r20419 | jpsaman | 2007-06-06 11:33:44 +0200 (Wed, 06 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/src/osd/osd.c
-
-Remove excess whitespace
-------------------------------------------------------------------------
-r20418 | jpsaman | 2007-06-06 10:34:03 +0200 (Wed, 06 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/src/osd/osd.c
-
-cleanup
-------------------------------------------------------------------------
-r20417 | jb | 2007-06-06 00:28:27 +0200 (Wed, 06 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-   A /trunk/modules/gui/qt4/pixmaps/vlc_messages_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_next_16px.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_pause_16px.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_play_16px.png
-   M /trunk/modules/gui/qt4/pixmaps/vlc_previous_16px.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_stop_16px.png
-   M /trunk/modules/gui/qt4/res.qrc
-
-Qt4 - More icons for the menus.
-
-------------------------------------------------------------------------
-r20416 | fenrir | 2007-06-06 00:26:45 +0200 (Wed, 06 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Fixed badly broken sap parser.
-
-------------------------------------------------------------------------
-r20415 | xtophe | 2007-06-06 00:14:58 +0200 (Wed, 06 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/po/ar.po
-
-Arabic l10n update by Fouzia Bouria
-
-------------------------------------------------------------------------
-r20414 | fenrir | 2007-06-06 00:11:32 +0200 (Wed, 06 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Fixed audio RTP stream only (Not sure it is the right way)
-Less verbose.
-
-------------------------------------------------------------------------
-r20413 | xtophe | 2007-06-05 23:37:38 +0200 (Tue, 05 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/po/sl.po
-
-sl.po: Slovenian l10n update. 100% translated. thanks to Matej Urban?\196?\141i?\196?\141
-THANKS: Proper credits for arabic l10n
-
-------------------------------------------------------------------------
-r20412 | damienf | 2007-06-05 21:32:39 +0200 (Tue, 05 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/msw/direct3d.c
-
-- direct3d: re-enabled YUV textures for Vista
-
-------------------------------------------------------------------------
-r20411 | fenrir | 2007-06-05 19:25:50 +0200 (Tue, 05 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Fixed uninitialized field (aout_buffer_t.b_discontinuity).
-
-------------------------------------------------------------------------
-r20410 | jb | 2007-06-05 01:19:16 +0200 (Tue, 05 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - Forgotten in previous commit.
-
-
-------------------------------------------------------------------------
-r20409 | jb | 2007-06-05 01:11:14 +0200 (Tue, 05 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-   A /trunk/modules/gui/qt4/pixmaps/vlc_help_16px.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_info_16px.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_next_16px.png
-   A /trunk/modules/gui/qt4/pixmaps/vlc_previous_16px.png
-   M /trunk/modules/gui/qt4/res.qrc
-
-qt4 - menus. Try to add some pictures to have more User-friendly menus.
-
-------------------------------------------------------------------------
-r20408 | jb | 2007-06-05 00:20:21 +0200 (Tue, 05 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-
-Qt4 - Open Dialog: Capture: small fixes.
-
-
-------------------------------------------------------------------------
-r20407 | jb | 2007-06-04 23:26:47 +0200 (Mon, 04 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/vlc.fedora.spec
-   M /trunk/vlc.suse.spec
-
-Fedora and SuSE specfiles provided by Nicolas Chauvet (livna) and Dominique Leuenberger
-
-
-------------------------------------------------------------------------
-r20406 | fenrir | 2007-06-04 21:39:55 +0200 (Mon, 04 Jun 2007) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_aout.h
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/src/audio_output/aout_internal.h
-
-Added a b_discontinuity to aout_buffer_t for non-pcm streams.
-Set aout_buffer_t.b_discontinuity in mpeg audio packetizer.
-Silent first 3 frames on discontinuity in mad decoder.
-(close #590)
-
-------------------------------------------------------------------------
-r20405 | fenrir | 2007-06-04 21:37:43 +0200 (Mon, 04 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/video.c
-
-Silent first 3 mpeg audio frames after a discontinuity. (Avoid glitch on seeks/errors)
-
-------------------------------------------------------------------------
-r20404 | fenrir | 2007-06-04 21:32:09 +0200 (Mon, 04 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/flac.c
-
-Flac embeded cover support.
-
-------------------------------------------------------------------------
-r20403 | fenrir | 2007-06-04 00:58:00 +0200 (Mon, 04 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlistinfo.m
-
-Fixed compilation problem.
-
-------------------------------------------------------------------------
-r20402 | fenrir | 2007-06-04 00:40:17 +0200 (Mon, 04 Jun 2007) | 9 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/meta.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-
-- Added support for embeded cover. Demuxer just need to fill psz_arturl meta
-field to "attachment://NAME" where NAME is an attachment filename
-(returned by DEMUX_GET_ATTACHMENTS)
-- Lock input_item_t every time we access p_meta fields (there is still a problem
-as playlist code does not always do so...).
-- Do not preparse item we have already played.
-- Wait that the current playing item is meta parsed before fetching its cover.
-
-
-------------------------------------------------------------------------
-r20401 | fenrir | 2007-06-04 00:30:08 +0200 (Mon, 04 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.c
-
-Fixed small warning.
-
-------------------------------------------------------------------------
-r20400 | fenrir | 2007-06-04 00:19:50 +0200 (Mon, 04 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-   M /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_meta.h
-   M /trunk/src/input/decoder.c
-
-Fixed vlc_meta_SetXXX macros
-Added decoder_GetInputAttachments.
-
-------------------------------------------------------------------------
-r20399 | xtophe | 2007-06-04 00:00:00 +0200 (Mon, 04 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fa.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Add the new QT4 strings
-
-------------------------------------------------------------------------
-r20398 | xtophe | 2007-06-03 23:47:28 +0200 (Sun, 03 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/equalizer.ui
-   M /trunk/modules/gui/qt4/ui/open.ui
-   M /trunk/modules/gui/qt4/ui/open_capture.ui
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-   M /trunk/modules/gui/qt4/ui/open_net.ui
-   M /trunk/modules/gui/qt4/ui/sout.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_hotkeys.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
-   M /trunk/modules/gui/qt4/ui/streampanel.ui
-
-i18n fixes (part 2)
-
-------------------------------------------------------------------------
-r20397 | fenrir | 2007-06-03 23:17:52 +0200 (Sun, 03 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_internal.h
-
-Partial fix for builtin plugin.
-
-------------------------------------------------------------------------
-r20396 | fenrir | 2007-06-03 22:54:54 +0200 (Sun, 03 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/flac.c
-
-Fixed flac packetizer when compiling with libflac (close #1194 again ;)
-
-------------------------------------------------------------------------
-r20395 | xtophe | 2007-06-03 21:07:47 +0200 (Sun, 03 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/po/ar.po
-
-Arabic l10n update.
-
-------------------------------------------------------------------------
-r20394 | jb | 2007-06-03 20:05:36 +0200 (Sun, 03 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-
-Qt4 - Stream output. Add WMA as an audio codec.
-
-------------------------------------------------------------------------
-r20393 | jb | 2007-06-03 03:10:43 +0200 (Sun, 03 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Qt4 - Meta Information, again. Add URI/URL support. Fix a bug.
-
-
-------------------------------------------------------------------------
-r20392 | jb | 2007-06-03 02:46:03 +0200 (Sun, 03 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-D-Bus - Implement "Random" Method. Patch from Mirsal ENNAIME, as usual.
-
-
-------------------------------------------------------------------------
-r20391 | jb | 2007-06-02 22:27:37 +0200 (Sat, 02 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-Qt4 - MediaInfo: spaces cleanup
-
-------------------------------------------------------------------------
-r20390 | jb | 2007-06-02 22:18:24 +0200 (Sat, 02 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-
-Qt4 - MediaInfo, move the tabWidget to the Dialog class and remove it from components.
-
-------------------------------------------------------------------------
-r20389 | jb | 2007-06-02 21:11:19 +0200 (Sat, 02 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/complete_preferences.hpp
-   M /trunk/modules/gui/qt4/components/extended_panels.hpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.cpp
-   M /trunk/modules/gui/qt4/components/interface_widgets.hpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-   M /trunk/modules/gui/qt4/dialogs/extended.hpp
-   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
-   M /trunk/modules/gui/qt4/dialogs/sout.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/menus.hpp
-   M /trunk/modules/gui/qt4/playlist_model.hpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-qt4 - Include cleanup.
-
-
-------------------------------------------------------------------------
-r20388 | jb | 2007-06-02 20:24:15 +0200 (Sat, 02 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-Qt4 - Space fixes.
-
-
-------------------------------------------------------------------------
-r20387 | jb | 2007-06-02 20:23:40 +0200 (Sat, 02 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-
-qt4 - Dialogs: compile fix and small modifications.
-
-
-------------------------------------------------------------------------
-r20386 | jb | 2007-06-02 20:21:27 +0200 (Sat, 02 Jun 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-Qt4 - Info Panels: Rewrite Meta Data and Dionoea's feature request. (1)
-
-
-------------------------------------------------------------------------
-r20385 | damienf | 2007-06-02 19:17:23 +0200 (Sat, 02 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-chroma conversion: a few fixes
-
-------------------------------------------------------------------------
-r20384 | xtophe | 2007-06-02 13:42:19 +0200 (Sat, 02 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Compile fix
-
-------------------------------------------------------------------------
-r20383 | xtophe | 2007-06-02 02:03:55 +0200 (Sat, 02 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fa.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-update po files with the Qt4 strings
-
-------------------------------------------------------------------------
-r20382 | xtophe | 2007-06-02 02:02:54 +0200 (Sat, 02 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_input.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_video.ui
-   M /trunk/modules/gui/qt4/ui/video_effects.ui
-   M /trunk/po/Makevars
-
-All: Qt4 intf i18n fix (part 1)
-
-------------------------------------------------------------------------
-r20381 | xtophe | 2007-06-01 23:22:22 +0200 (Fri, 01 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/po/sk.po
-
-Slovakian l10n update by Mari?\195?\161n Hikan?\195?\173k
-------------------------------------------------------------------------
-r20380 | xtophe | 2007-06-01 23:22:17 +0200 (Fri, 01 Jun 2007) | 1 line
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/po/ar.po
-   M /trunk/src/libvlc-module.c
-
-Arabic l10n by Fbourai
-------------------------------------------------------------------------
-r20379 | pdherbemont | 2007-06-01 22:25:38 +0200 (Fri, 01 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-
-control/core.c: Don't leak the p_instance.
-
-------------------------------------------------------------------------
-r20378 | pdherbemont | 2007-06-01 22:23:10 +0200 (Fri, 01 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-   M /trunk/src/control/event.c
-   M /trunk/src/control/libvlc_internal.h
-
-libvlc event: Make event function thread safe. (And fix a mutex leak)
-
-------------------------------------------------------------------------
-r20377 | pdherbemont | 2007-06-01 21:22:43 +0200 (Fri, 01 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/event.c
-
-control/event.c: Use the correct argument for var_DelCallback.
-
-------------------------------------------------------------------------
-r20376 | pdherbemont | 2007-06-01 21:17:32 +0200 (Fri, 01 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/event.c
-
-control/event.c: Fix previous commit.
-
-------------------------------------------------------------------------
-r20375 | pdherbemont | 2007-06-01 20:08:20 +0200 (Fri, 01 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/event.c
-
-control/event.c: Make sure the event won't be listened to.
-
-------------------------------------------------------------------------
-r20374 | pdherbemont | 2007-06-01 19:36:41 +0200 (Fri, 01 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/core.c
-   M /trunk/src/control/event.c
-
-libvlc event: Fix the various leaks and point indication on where locking should be done.
-
-------------------------------------------------------------------------
-r20373 | pdherbemont | 2007-06-01 19:08:47 +0200 (Fri, 01 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/event.c
-
-control/event.c: Definition at the top of the function and outline the alloc/free strategy.
-
-------------------------------------------------------------------------
-r20372 | damienf | 2007-06-01 16:23:25 +0200 (Fri, 01 Jun 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i420_yuy2.h
-
-chromas converstion: optimize MMX/SSE acceleration even more by leveraging out of order execution, basically avoid CPU stalls by using more registers and by spacing memory fetch and use as much as possible (CPU will run available instructions while waiting for memory fecth to complete)
-
-------------------------------------------------------------------------
-r20371 | fenrir | 2007-05-31 23:46:52 +0200 (Thu, 31 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-Do not use FIND_ANYWHERE for playlist.
-
-------------------------------------------------------------------------
-r20370 | dionoea | 2007-05-31 23:26:08 +0200 (Thu, 31 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc
-
-ignore revision.c.
-
-------------------------------------------------------------------------
-r20369 | dionoea | 2007-05-31 23:18:59 +0200 (Thu, 31 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-"[PATCH] audioscrobbler plugin connection check" by Ilkka Ollakka
-
-------------------------------------------------------------------------
-r20368 | fenrir | 2007-05-31 22:53:46 +0200 (Thu, 31 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/modules.c
-
-Compilation fix.
-
-------------------------------------------------------------------------
-r20367 | fenrir | 2007-05-31 22:06:34 +0200 (Thu, 31 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_demux.h
-
-Oops vlc_demux.h (r20365)
-
-------------------------------------------------------------------------
-r20366 | damienf | 2007-05-31 21:50:28 +0200 (Thu, 31 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_demux.h
-
-vlc_demux.h: that one was forgotten in r20365
-
-------------------------------------------------------------------------
-r20365 | fenrir | 2007-05-31 21:22:27 +0200 (Thu, 31 May 2007) | 8 lines
-Changed paths:
-   M /trunk/include/vlc_codec.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_input.h
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/src/input/control.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-
-all: added support for demuxer attachment (Patch by Bernie Purcell)
-       Use decoder_GetInputAttachment to get attachment from a decoder module.
-    You need to release the memory with vlc_input_attachment_Delete.
-       Untested...
-
-modules/playlist/* cosmetic.
-
-
-------------------------------------------------------------------------
-r20364 | jb | 2007-05-31 19:02:40 +0200 (Thu, 31 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - Forgotten file in a previous commit ( for the toggleVisible bug in QSystray )
-
-
-------------------------------------------------------------------------
-r20363 | damienf | 2007-05-31 11:56:25 +0200 (Thu, 31 May 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_chroma/Modules.am
-   M /trunk/modules/video_chroma/i420_yuy2.c
-   M /trunk/modules/video_chroma/i420_yuy2.h
-
-- video_chroma: added support for IA-32/64 SSE2 accelaration (128 bit vector integer registers), needs LOADS of testing
-
-------------------------------------------------------------------------
-r20362 | jb | 2007-05-31 01:51:00 +0200 (Thu, 31 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/menus.hpp
-
-Qt4 - SysTrayIcon: change the previous commit after some remarks on IRC and fix the toggle/Show-Hide - bug.
-
-
-------------------------------------------------------------------------
-r20361 | jb | 2007-05-30 22:52:38 +0200 (Wed, 30 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - Systray menu order adjustement.
-
-
-------------------------------------------------------------------------
-r20360 | fenrir | 2007-05-30 21:39:23 +0200 (Wed, 30 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-Ensure that chapter names are utf8 (I failed to find information about
-chapter encoding, I fear the worst)
-
-------------------------------------------------------------------------
-r20359 | fenrir | 2007-05-30 21:30:07 +0200 (Wed, 30 May 2007) | 8 lines
-Changed paths:
-   M /trunk/modules/demux/flac.c
-
-Implemented (close #1194):
- - time/duration display
- - meta info parsing.
- - seek (precise seek if SEEKTABLE presents)
-Resampling can still happen but I think it has to do with the
-decoder(at least with our ffmpeg wrapper, I haven't tested the
-native one).
-
-------------------------------------------------------------------------
-r20358 | fenrir | 2007-05-30 21:02:51 +0200 (Wed, 30 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/avi/avi.c
-
-Improve seek precision using ES_OUT_SET_NEXT_DISPLAY_TIME.
-(Please report any 'seek' regression)
-
-------------------------------------------------------------------------
-r20357 | fenrir | 2007-05-30 20:50:15 +0200 (Wed, 30 May 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-   M /trunk/modules/codec/ffmpeg/video.c
-
-video: fixed preroll
-audio: use avcodec_decode_audio2
-       use block_Realloc to pad buffer.
-          fixed decoding when SplitBuffer is used (flac)
-
-------------------------------------------------------------------------
-r20356 | fenrir | 2007-05-30 20:24:41 +0200 (Wed, 30 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/block.c
-
-Cosmetic.
-
-------------------------------------------------------------------------
-r20355 | fenrir | 2007-05-30 20:01:15 +0200 (Wed, 30 May 2007) | 9 lines
-Changed paths:
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/es_out.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-
-es_out: do not flush decoder fifo when unwanted (fix broken picture on pause)
-        do not convert pts/dts of prerolled samples
-decoder: fixed ES_OUT_SET_NEXT_DISPLAY_TIME implementation (improved seek)
-         proper handling of DISCONTINUITY
-         reset video picture heap on seek/pause/rate change (avoid old
-         pictures)
-Please report any regression.
-
-
-------------------------------------------------------------------------
-r20354 | fenrir | 2007-05-30 19:36:36 +0200 (Wed, 30 May 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/codec/a52.c
-   M /trunk/modules/codec/dts.c
-   M /trunk/modules/codec/flac.c
-   M /trunk/modules/codec/mpeg_audio.c
-   M /trunk/modules/packetizer/h264.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/mpegvideo.c
-   M /trunk/modules/packetizer/vc1.c
-
-Improved BLOCK_FLAG_DISCONTINUITY|BLOCK_FLAG_CORRUPTED handling in packetizers.
-(I do not reset timestamp on purpose, it will at least break demuxer using
-packetizer)
-
-------------------------------------------------------------------------
-r20353 | jpsaman | 2007-05-30 15:26:57 +0200 (Wed, 30 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/svg.c
-
-Fix memleak.
-
-------------------------------------------------------------------------
-r20352 | jpsaman | 2007-05-30 14:47:26 +0200 (Wed, 30 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/osd/osd.c
-   M /trunk/src/osd/osd_parser.c
-
-Fix memleaks and some cleanup.
-
-------------------------------------------------------------------------
-r20351 | jpsaman | 2007-05-30 13:17:56 +0200 (Wed, 30 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/osdmenu.c
-
-Small cleanup.
-
-------------------------------------------------------------------------
-r20350 | jpsaman | 2007-05-30 13:17:25 +0200 (Wed, 30 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-Remove excess whitespace
-
-------------------------------------------------------------------------
-r20349 | jpsaman | 2007-05-30 13:16:25 +0200 (Wed, 30 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/osd/osd_parser.c
-
-Remove dead code.
-
-------------------------------------------------------------------------
-r20348 | jb | 2007-05-30 01:25:47 +0200 (Wed, 30 May 2007) | 8 lines
-Changed paths:
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-Dbus Improvements thanks to Mirsal ENNAIME
-
-* Added Loop and Repeat methods in /TrackList
-* Added GetMetadata method in /Player
-* Fixed "length" metadata item to fit the spec (It should be expressed
-        in seconds)
-
-
-------------------------------------------------------------------------
-r20347 | gbazin | 2007-05-30 00:53:13 +0200 (Wed, 30 May 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access_filter/timeshift.c
-
-* modules/access_filter/timeshift.c: a whole bunch of timeshift improvements.
-------------------------------------------------------------------------
-r20346 | jb | 2007-05-30 00:41:09 +0200 (Wed, 30 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/sharpen.c
-
-Sharpen performance improvement by precalculating some values. Patch by J?\195?\169r?\195?\169my DEMEULE, author of the filter.
-
-
-------------------------------------------------------------------------
-r20345 | gbazin | 2007-05-29 21:58:05 +0200 (Tue, 29 May 2007) | 1 line
-Changed paths:
-   M /trunk/src/input/input.c
-
-* src/input/input.c: don't use input_EsOutDiscontinuity() on pause for now since this isn't properly supported by decoders yet and can thus corrupt the decoded stream.
-------------------------------------------------------------------------
-r20344 | fenrir | 2007-05-29 19:46:16 +0200 (Tue, 29 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/decoder.c
-
-Factorize code.
-
-------------------------------------------------------------------------
-r20343 | damienf | 2007-05-29 12:29:37 +0200 (Tue, 29 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video.c
-
- - ffmpeg: fix for frame rate
-
-------------------------------------------------------------------------
-r20342 | oaubert | 2007-05-29 12:01:36 +0200 (Tue, 29 May 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_position.c
-
-python bindings, vlc_position.c: check against invalid origin or key values
-
-------------------------------------------------------------------------
-r20341 | oaubert | 2007-05-29 11:56:20 +0200 (Tue, 29 May 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_mediacontrol.c
-
-python bindings, vlc_mediacontrol.c: cast the py_param variable
-
-------------------------------------------------------------------------
-r20340 | oaubert | 2007-05-29 11:49:56 +0200 (Tue, 29 May 2007) | 3 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_mediacontrol.c
-
-python bindings, vlc_mediacontrol.c: use PyObject_DEL + cache
-vlcInstance reference in MediaControl object (patch by Jan David Mol)
-
-------------------------------------------------------------------------
-r20339 | oaubert | 2007-05-29 11:48:28 +0200 (Tue, 29 May 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_internal.c
-
-python bindings, vlc_internal.c: use PyObject_DEL (patch by Jan David Mol)
-
-------------------------------------------------------------------------
-r20338 | oaubert | 2007-05-29 11:47:10 +0200 (Tue, 29 May 2007) | 4 lines
-Changed paths:
-   M /trunk/bindings/python/vlcglue.h
-
-python bindings, vlcglue.h: move definition of vlcInstance, add a
-vlc_instance pointer to MediaControl object
-by Jan David Mol)
-
-------------------------------------------------------------------------
-r20337 | oaubert | 2007-05-29 11:45:21 +0200 (Tue, 29 May 2007) | 3 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_instance.c
-
-python bindings, vlc_instance.c: fix memleak + use PyObject_DEL (patch
-by Jan David Mol)
-
-------------------------------------------------------------------------
-r20336 | fenrir | 2007-05-28 22:59:43 +0200 (Mon, 28 May 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/src/extras/libc.c
-
-Added strnlen replacement (Untested)
-Revert back mp4 r20330 !
-
-------------------------------------------------------------------------
-r20335 | fkuehne | 2007-05-28 22:59:00 +0200 (Mon, 28 May 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-* prefer playlist item's meta title over its name, if available. This work-arounds a rare bug: VLC sometimes tends to show a previous item's name instead of the current one.
-------------------------------------------------------------------------
-r20334 | pdherbemont | 2007-05-28 20:27:44 +0200 (Mon, 28 May 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-bootstrap: Warn if contrib hasn't been built (on Mac OS X). (good for new comers).
-
-------------------------------------------------------------------------
-r20333 | pdherbemont | 2007-05-28 20:24:15 +0200 (Mon, 28 May 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Properly enabled Mac OS X default features.
-
-------------------------------------------------------------------------
-r20332 | jb | 2007-05-28 19:42:05 +0200 (Mon, 28 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-Qt4 - Open: accept more than one file.
-
-
-------------------------------------------------------------------------
-r20331 | gbazin | 2007-05-28 16:56:09 +0200 (Mon, 28 May 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
-
- modules/gui/wxwidgets/*: bunch of fixes.
-------------------------------------------------------------------------
-r20330 | fkuehne | 2007-05-28 13:13:48 +0200 (Mon, 28 May 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-
-* revert the rewrite of MP4_GETSTRINGZ in the previous commit, as strnlen is a GNU-extension and therefore unavailable on Mac OS X and other platforms. I think this way is easier than writing an own implementation for OSX, but feel free to tell me otherwise. (closes #1213)
-------------------------------------------------------------------------
-r20329 | jb | 2007-05-28 08:46:34 +0200 (Mon, 28 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-
-Qt4 - Open: Try to repair Open File. Add the beginning of DirectShow.
-
-
-------------------------------------------------------------------------
-r20328 | fenrir | 2007-05-28 00:18:37 +0200 (Mon, 28 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Do not unset b_seekable on 401 error.
-
-------------------------------------------------------------------------
-r20327 | jb | 2007-05-27 23:06:30 +0200 (Sun, 27 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-Qt4 - Open: fix a broken CONNECT, found by Trax.
-
-
-------------------------------------------------------------------------
-r20326 | gbazin | 2007-05-27 22:27:33 +0200 (Sun, 27 May 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-* modules/gui/wxwidgets/dialogs/playlist.cpp: use the category view by default.
-------------------------------------------------------------------------
-r20325 | fenrir | 2007-05-27 19:19:07 +0200 (Sun, 27 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/speex.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/demux/wav.c
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/meta_engine/id3genres.h
-   M /trunk/modules/video_filter/osdmenu.c
-   M /trunk/modules/visualization/visual/visual.c
-
-Compilation warning fixes.
-
-------------------------------------------------------------------------
-r20324 | fenrir | 2007-05-27 18:50:56 +0200 (Sun, 27 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/v4l2.c
-   M /trunk/modules/audio_filter/equalizer.c
-
-Fixed compilation warnings.
-
-------------------------------------------------------------------------
-r20323 | fenrir | 2007-05-27 18:30:22 +0200 (Sun, 27 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/rtsp/real.h
-   M /trunk/modules/access/rtsp/real_asmrp.c
-
-Compilation warnings fixes.
-
-------------------------------------------------------------------------
-r20322 | fenrir | 2007-05-27 18:26:59 +0200 (Sun, 27 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-Flush ES before deleting it (improves a bit a few mms/ogg/mp4)
-
-------------------------------------------------------------------------
-r20321 | fenrir | 2007-05-27 18:18:08 +0200 (Sun, 27 May 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-
-Implemented GPAC chapter support (but not apple ones).
-Fixed a few invalid access on broken files.
-Fixed compilation warnings.
-
-------------------------------------------------------------------------
-r20320 | jb | 2007-05-27 15:00:21 +0200 (Sun, 27 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/ui/open.ui
-   M /trunk/modules/gui/qt4/ui/open_capture.ui
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-   M /trunk/modules/gui/qt4/ui/open_net.ui
-
-qt4 - Open: various fixes.
-
-------------------------------------------------------------------------
-r20319 | fkuehne | 2007-05-27 14:19:28 +0200 (Sun, 27 May 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-starttime.patch
-
-* updated to current live version
-------------------------------------------------------------------------
-r20318 | jb | 2007-05-27 01:17:14 +0200 (Sun, 27 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-Qt4 - BDA: set increment for frequency by 1000.
-
-
-------------------------------------------------------------------------
-r20317 | kenself | 2007-05-27 00:58:01 +0200 (Sun, 27 May 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/bda/bda.c
-
-bda: fix bandwidth labels
-------------------------------------------------------------------------
-r20316 | gbazin | 2007-05-27 00:28:21 +0200 (Sun, 27 May 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-
-*  modules/gui/wxwidgets/*: fix a bunch of warnings.
-------------------------------------------------------------------------
-r20315 | jb | 2007-05-27 00:26:03 +0200 (Sun, 27 May 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/util/customwidgets.cpp
-   M /trunk/modules/gui/qt4/util/customwidgets.hpp
-
-Qt4 - Open Capture Panel and file Panel: Don't build by hand the ComboChoices...
-Make it automatic.
-
-
-------------------------------------------------------------------------
-r20314 | gbazin | 2007-05-26 23:53:17 +0200 (Sat, 26 May 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: allow compilation of wxwidget module with wxwidgets 2.8.x
-------------------------------------------------------------------------
-r20313 | kenself | 2007-05-26 19:18:35 +0200 (Sat, 26 May 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-
-bda qt4 gui: add combobox to select bandwidth on dvb-t
-------------------------------------------------------------------------
-r20312 | fenrir | 2007-05-25 21:34:40 +0200 (Fri, 25 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/stream.c
-
-Fixed stream_Block() comment (close #1208)
-
-------------------------------------------------------------------------
-r20311 | fenrir | 2007-05-25 21:25:25 +0200 (Fri, 25 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-
-Fixed possible overflow in duration parsing.
-
-------------------------------------------------------------------------
-r20310 | fenrir | 2007-05-25 21:21:10 +0200 (Fri, 25 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/src/input/item.c
-
-Fixed input_ItemNewExt* prototype (mtime_t for duration, close #1205)
-
-------------------------------------------------------------------------
-r20309 | fenrir | 2007-05-25 21:18:50 +0200 (Fri, 25 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Compilation warning fix.
-
-------------------------------------------------------------------------
-r20308 | fenrir | 2007-05-25 21:18:12 +0200 (Fri, 25 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Compilation warning fix.
-
-------------------------------------------------------------------------
-r20307 | fenrir | 2007-05-25 21:14:34 +0200 (Fri, 25 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/avi.c
-   M /trunk/modules/mux/mp4.c
-
-Compilation warning fixes.
-
-------------------------------------------------------------------------
-r20306 | fenrir | 2007-05-25 20:37:45 +0200 (Fri, 25 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/m4a.c
-
-Added meta parsing (close #624)
-
-------------------------------------------------------------------------
-r20305 | fenrir | 2007-05-25 20:21:35 +0200 (Fri, 25 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpeg/m4a.c
-
-Implemented GET_TIME/GET_LENGTH/SET_TIME (close #1207)
-
-------------------------------------------------------------------------
-r20304 | xtophe | 2007-05-25 20:01:31 +0200 (Fri, 25 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-   M /trunk/modules/gui/wxwidgets/extrapanel.cpp
-
-gui/wx: i18n fixes pointed by Cristi Secara 
-
-------------------------------------------------------------------------
-r20303 | kenself | 2007-05-25 19:52:42 +0200 (Fri, 25 May 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-BDA fixes: no dvb-adapter, hide srate for dvb-t, freq always in kHz
-------------------------------------------------------------------------
-r20302 | xtophe | 2007-05-25 17:41:59 +0200 (Fri, 25 May 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Typo
-
-------------------------------------------------------------------------
-r20301 | damienf | 2007-05-25 17:12:10 +0200 (Fri, 25 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-- qt4: retrict FileDialog changes to win32
-
-------------------------------------------------------------------------
-r20300 | damienf | 2007-05-25 16:49:17 +0200 (Fri, 25 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-qt4: improve the layout of files in file open dialog
-
-------------------------------------------------------------------------
-r20299 | xtophe | 2007-05-25 16:12:48 +0200 (Fri, 25 May 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/po/ro.po
-
-Romanian l10n by Cristian Secara
-
-------------------------------------------------------------------------
-r20298 | damienf | 2007-05-24 23:27:14 +0200 (Thu, 24 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/libmpeg2.c
-
-- libmpeg2 codec: uses Y plane pitch rather then picture width as stride, hopefully closes #1184
-
-------------------------------------------------------------------------
-r20297 | xtophe | 2007-05-24 01:39:37 +0200 (Thu, 24 May 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Argh i will manage it one day
-
-------------------------------------------------------------------------
-r20296 | xtophe | 2007-05-24 00:28:19 +0200 (Thu, 24 May 2007) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/po/POTFILES.in
-
-Makefile.am: s/version.c/revision.c/ in update-po code
-POTFILES.in: Refresh it
-
-------------------------------------------------------------------------
-r20295 | jb | 2007-05-23 22:55:16 +0200 (Wed, 23 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-qt4 - Capture: Show Srate for DVB-C AND DVB-S
-
-------------------------------------------------------------------------
-r20294 | jb | 2007-05-23 19:25:34 +0200 (Wed, 23 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-FFmpeg, update description and help.
-
-
-------------------------------------------------------------------------
-r20293 | jb | 2007-05-23 19:13:12 +0200 (Wed, 23 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-Qt4 - Open Capture: Don't limit yourself to 99kHz
-
-
-------------------------------------------------------------------------
-r20292 | damienf | 2007-05-23 18:09:26 +0200 (Wed, 23 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_pictures.c
-
-vout: attach picture heap to temporary picture, so that modules (such as blend) have access to the extra info in heap
-
-------------------------------------------------------------------------
-r20291 | damienf | 2007-05-23 16:56:11 +0200 (Wed, 23 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-vlc.c: small fix in use of __wgetmainargs
-
-------------------------------------------------------------------------
-r20290 | damienf | 2007-05-23 16:48:08 +0200 (Wed, 23 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-   M /trunk/src/misc/threads.c
-
-- win32: retire --fast-mutex and --win-cv-method completely
-
-------------------------------------------------------------------------
-r20289 | xtophe | 2007-05-23 14:33:44 +0200 (Wed, 23 May 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Fix make dist
-
-------------------------------------------------------------------------
-r20288 | xtophe | 2007-05-23 14:33:06 +0200 (Wed, 23 May 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Don't use gettext on src/modules/builtin.h
-
-------------------------------------------------------------------------
-r20287 | xtophe | 2007-05-23 00:53:50 +0200 (Wed, 23 May 2007) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/sl.po
-   M /trunk/po/vlc.pot
-
-* Slovenian l10n update by Matej Urbancic.
-* Some files have been renamed -> update POTFILES.in
-
-------------------------------------------------------------------------
-r20286 | jb | 2007-05-22 23:41:01 +0200 (Tue, 22 May 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Qt4 - when cancel was pressed in the open directory dialog, an empty directory
-string was being added to the playlist, which resulted in an error. Patch  by Nick Vercammen.
-
-
-------------------------------------------------------------------------
-r20285 | jb | 2007-05-22 23:38:44 +0200 (Tue, 22 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-
-Qt4 - Preferences: Remove Apply button, and fix a few segfaults with Hannes Domani patches and help
-
-
-------------------------------------------------------------------------
-r20284 | damienf | 2007-05-22 23:06:49 +0200 (Tue, 22 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/msw/direct3d.c
-   M /trunk/modules/video_output/msw/events.c
-
-- win32 vouts: fiex potential crash (SIGFPE) if the output window geometry is empty
-
-------------------------------------------------------------------------
-r20283 | damienf | 2007-05-22 20:50:11 +0200 (Tue, 22 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-- blend.c: fix for BlendRV24, needs testing, dionoea ?
-
-------------------------------------------------------------------------
-r20282 | jb | 2007-05-22 00:49:06 +0200 (Tue, 22 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/open.ui
-
-qt4 - Open Dialog: Resize behaviour should be a bit better, still not optimal, but well :D
-
-
-------------------------------------------------------------------------
-r20281 | jb | 2007-05-22 00:31:59 +0200 (Tue, 22 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/ui/open.ui
-
-Qt4 - Open Dialog: Make Slave text open only when needed. Fix a bit the subtitles size when shown.
-
-
-------------------------------------------------------------------------
-r20280 | jb | 2007-05-22 00:09:44 +0200 (Tue, 22 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Qt4 - Add an advanced option for whiners to have by default the open dialog extended.
-
-
-------------------------------------------------------------------------
-r20279 | dionoea | 2007-05-21 23:58:42 +0200 (Mon, 21 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/playlist.c
-
-* playlist.c, asx.c: add new --playlist-skip-ads option (default enabled) to skip autodetected ads. Test playlist: "http://www.zoomin.tv/asx/dsp_asxplaylist.cfm?id=251350&pid=lefigaro&quality=2&WMCache=0&iebr=0". Assumption is: if the playlist states that an item shouldn't be skipped or can't be seeked in, then it's an ad.
-
-------------------------------------------------------------------------
-r20278 | jb | 2007-05-21 23:55:30 +0200 (Mon, 21 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-
-Qt4 - Open Dialog: BDA basic support.
-
-
-------------------------------------------------------------------------
-r20277 | dionoea | 2007-05-21 22:37:23 +0200 (Mon, 21 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_url.h
-
-* include/vlc_url.h: vlc_UrlParse(): forbid use of '/' in login or password. Fixes use of URLs like "http://www.lemonde.fr/web/video/0,47-0@2-3210,54-913109@51-891944,0.html".
-
-------------------------------------------------------------------------
-r20276 | fenrir | 2007-05-21 22:28:40 +0200 (Mon, 21 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Implement GET_TIME/LENGTH/POSITION when reading from a dvb device with eit support.
-(It has to be improved to get the time from the tdt/tot and not from time())
-
-------------------------------------------------------------------------
-r20275 | fenrir | 2007-05-21 21:15:54 +0200 (Mon, 21 May 2007) | 5 lines
-Changed paths:
-   M /trunk/src/control/vlm.c
-
-Reimplemented libvlc_vlm functions (untested)
-Not yet implemented: libvlc_vlm_show_media and libvlc_vlm_get_media_title/chapter/seekable.
-Is libvlc_vlm_show_media usefull ?
-
-
-------------------------------------------------------------------------
-r20274 | damienf | 2007-05-21 18:41:45 +0200 (Mon, 21 May 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/plugin.cpp
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/src/misc/threads.c
-
-- bye, bye "fast-mutex" and "win9x-cv-method" variables
-
-------------------------------------------------------------------------
-r20273 | courmisch | 2007-05-21 16:50:52 +0200 (Mon, 21 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-No need to use vlc_global here.
-
-------------------------------------------------------------------------
-r20272 | yoann | 2007-05-21 16:43:48 +0200 (Mon, 21 May 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/release-howto.txt
-
-* release-howto.txt: mention wiki latest_version template
-
-------------------------------------------------------------------------
-r20271 | jb | 2007-05-20 23:04:31 +0200 (Sun, 20 May 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/win32.mak
-
- .aclocal should be the last one
-
-
-------------------------------------------------------------------------
-r20270 | dionoea | 2007-05-20 22:43:00 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* subtitles.c: case insensitive search for subtitle file extensions.
-
-------------------------------------------------------------------------
-r20269 | jb | 2007-05-20 21:14:36 +0200 (Sun, 20 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-
-Qt4 - Open Dialog: Continue Capture tab, and implement the MRL updates. Slots and signals should be ok. Advanced Properties are not done (any volunteer ?), and Win32 are not done either.
-
-
-------------------------------------------------------------------------
-r20268 | littlejohn | 2007-05-20 20:00:54 +0200 (Sun, 20 May 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/callback-jni.cc
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/event.c
-   M /trunk/src/control/libvlc_internal.h
-
-libvlc events related functions renamed
-------------------------------------------------------------------------
-r20267 | yoann | 2007-05-20 19:58:51 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-* xspf.c: initializes identifier to 0 and free pp_tracklist
-
-------------------------------------------------------------------------
-r20266 | dionoea | 2007-05-20 19:35:54 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* Fix configure.ac
-
-------------------------------------------------------------------------
-r20265 | littlejohn | 2007-05-20 19:29:55 +0200 (Sun, 20 May 2007) | 1 line
-Changed paths:
-   M /trunk/src/Makefile.am
-   D /trunk/src/control/callback.c
-   A /trunk/src/control/event.c (from /trunk/src/control/callback.c:20263)
-
-callback.c renamed to event.c
-------------------------------------------------------------------------
-r20264 | fkuehne | 2007-05-20 19:28:15 +0200 (Sun, 20 May 2007) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/extended.h
-   M /trunk/modules/gui/macosx/extended.m
-
-* made the method names humanally readable, fixed a minor bug and slightly reduced the panel's size
-------------------------------------------------------------------------
-r20263 | littlejohn | 2007-05-20 19:27:44 +0200 (Sun, 20 May 2007) | 1 line
-Changed paths:
-   M /trunk/src/control/callback.c
-
-static handle_callback
-------------------------------------------------------------------------
-r20262 | yoann | 2007-05-20 19:23:28 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/playlist/xspf.c
-
-* xspf.c: export item description as <annotation>
-
-------------------------------------------------------------------------
-r20261 | yoann | 2007-05-20 19:13:25 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/xspf.c
-
-* xspf.c: add XSPF annotation element as description
-
-------------------------------------------------------------------------
-r20260 | littlejohn | 2007-05-20 18:59:22 +0200 (Sun, 20 May 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/bindings/java/VLCExample.java
-   M /trunk/bindings/java/org/videolan/jvlc/Audio.java
-   D /trunk/bindings/java/org/videolan/jvlc/VolumeListener.java
-   A /trunk/bindings/java/org/videolan/jvlc/event
-   A /trunk/bindings/java/org/videolan/jvlc/listener
-   A /trunk/bindings/java/org/videolan/jvlc/listener/VolumeListener.java (from /trunk/bindings/java/org/videolan/jvlc/VolumeListener.java:20250)
-
-volumelistener moved to listener package
-------------------------------------------------------------------------
-r20259 | littlejohn | 2007-05-20 18:58:44 +0200 (Sun, 20 May 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/callback.c
-
-Use oldval and newval in libvlc_event_t
-------------------------------------------------------------------------
-r20258 | fkuehne | 2007-05-20 18:54:17 +0200 (Sun, 20 May 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-* fixed previous commit
-------------------------------------------------------------------------
-r20257 | dionoea | 2007-05-20 18:47:14 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-* configure.ac: also try lua51
-
-------------------------------------------------------------------------
-r20256 | fkuehne | 2007-05-20 18:37:58 +0200 (Sun, 20 May 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-* prefer wget over curl
-------------------------------------------------------------------------
-r20255 | jb | 2007-05-20 18:23:48 +0200 (Sun, 20 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/ui/open_capture.ui
-
-Qt4 - open dialogs: Capture tab, DVB, PVR and V4L. main design is done. NEeds to be checked by people who actually use that kind of device.
-
-
-------------------------------------------------------------------------
-r20254 | fkuehne | 2007-05-20 18:17:35 +0200 (Sun, 20 May 2007) | 1 line
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-* default enable Interface Interactions
-------------------------------------------------------------------------
-r20253 | pdherbemont | 2007-05-20 17:36:55 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Mac OS X: Make sure luaplaylist folder is in the distribution.
-
-------------------------------------------------------------------------
-r20252 | dionoea | 2007-05-20 17:17:54 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/src/modules/configuration.c
-
-* Force cast to vlc_object_t when calling config_GetDataDir.
-
-------------------------------------------------------------------------
-r20251 | oaubert | 2007-05-20 17:08:53 +0200 (Sun, 20 May 2007) | 4 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_module.c
-   M /trunk/bindings/python/vlc_position.c
-
-python bindings: allow to pass values in the vlc.Position constructor:
- p = vlc.Position(value=16, origin=vlc.RelativePosition)
-Defaults to value=0, origin=AbsolutePosition, key=MediaTime
-
-------------------------------------------------------------------------
-r20250 | jb | 2007-05-20 16:47:32 +0200 (Sun, 20 May 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/win32.mak
-
-Add lua to win32 contribs.
-
-
-------------------------------------------------------------------------
-r20249 | dionoea | 2007-05-20 16:42:13 +0200 (Sun, 20 May 2007) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/threads.c
-   M /trunk/src/misc/win32_specific.c
-
-* libvlc.h: hopefully fix a few warnings.
-* win32_specific.c, threads.c: fix win32 compilation.
-
-------------------------------------------------------------------------
-r20248 | dionoea | 2007-05-20 16:21:07 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/darwin_specific.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/modules/configuration.c
-   M /trunk/src/modules/entry.c
-   M /trunk/src/modules/modules.c
-
-* add missing includes (trying to fix compilation errors in buildbot :D)
-
-------------------------------------------------------------------------
-r20247 | littlejohn | 2007-05-20 16:12:57 +0200 (Sun, 20 May 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/callback-jni.cc
-
-the object pointer is null in the handler, so use null here
-------------------------------------------------------------------------
-r20246 | dionoea | 2007-05-20 16:08:44 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/beos_specific.cpp
-
-* Yet another p_libvlc_global compile fix (BeOS)
-
-------------------------------------------------------------------------
-r20245 | dionoea | 2007-05-20 16:04:46 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/demux/playlist/luaplaylist.c
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/misc/darwin_specific.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/modules/configuration.c
-
-* Some more fixes (+ don't redefine a function that already existed, reverts part of previous commit).
-
-------------------------------------------------------------------------
-r20244 | dionoea | 2007-05-20 15:54:17 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/demux/playlist/luaplaylist.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/src/misc/objects.c
-
-* Fix non linux compilation round 2.
-
-------------------------------------------------------------------------
-r20243 | dionoea | 2007-05-20 15:38:53 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/modules.c
-
-* src/modules/modules.c: hopefully fix compilation for non linux builds.
-
-------------------------------------------------------------------------
-r20242 | dionoea | 2007-05-20 15:35:37 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-When you cut / paste code from another file, you should also copy / paste the copyright info.
-
-------------------------------------------------------------------------
-r20241 | jb | 2007-05-20 13:53:32 +0200 (Sun, 20 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-qt4 - playlist_model, check if p_item is not null before using it. Patch from Ilkka Ollakka
-
-
-------------------------------------------------------------------------
-r20240 | courmisch | 2007-05-20 12:03:51 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/main.h
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/control/http/http.c
-   M /trunk/modules/stream_out/bridge.c
-   M /trunk/modules/stream_out/mosaic_bridge.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/mosaic.h
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc.h
-   M /trunk/src/misc/objects.c
-   M /trunk/src/modules/modules.c
-
-Hide libvlc_global_data_t from plugins
-
-------------------------------------------------------------------------
-r20239 | courmisch | 2007-05-20 10:40:04 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/toolbox
-
-Remove obsolete stuff
-
-------------------------------------------------------------------------
-r20238 | courmisch | 2007-05-20 10:39:35 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Revert wrongfully commited file
-
-------------------------------------------------------------------------
-r20237 | courmisch | 2007-05-20 10:38:20 +0200 (Sun, 20 May 2007) | 3 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/libvlc.h
-
-Fix SVN revision handling.
-It is by design flawed to have phony built source.
-
-------------------------------------------------------------------------
-r20236 | courmisch | 2007-05-20 10:12:54 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Fix comment
-
-------------------------------------------------------------------------
-r20235 | dionoea | 2007-05-20 01:57:33 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fa.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-* make update-po
-
-------------------------------------------------------------------------
-r20234 | dionoea | 2007-05-20 01:33:56 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-* Fix compilation.
-
-------------------------------------------------------------------------
-r20233 | littlejohn | 2007-05-20 01:30:27 +0200 (Sun, 20 May 2007) | 1 line
-Changed paths:
-   A /trunk/src/control/callback.c
-
-callback.c added (ops)
-------------------------------------------------------------------------
-r20232 | xtophe | 2007-05-20 01:18:06 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/cpu.c
-
-Fix compilation. 
-
-------------------------------------------------------------------------
-r20231 | littlejohn | 2007-05-20 01:12:55 +0200 (Sun, 20 May 2007) | 1 line
-Changed paths:
-   A /trunk/bindings/java/org/videolan/jvlc/VolumeListener.java
-   A /trunk/bindings/java/src/callback-jni.cc
-
-Sample java listener and jni callback functions added
-------------------------------------------------------------------------
-r20230 | littlejohn | 2007-05-20 01:11:39 +0200 (Sun, 20 May 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/VLCExample.java
-   M /trunk/bindings/java/includes/Audio.h
-   M /trunk/bindings/java/org/videolan/jvlc/Audio.java
-   M /trunk/bindings/java/src/Makefile.am
-   M /trunk/bindings/java/src/core-jni.cc
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/Makefile.am
-   M /trunk/src/control/core.c
-   M /trunk/src/control/libvlc_internal.h
-
-Initial callback support in libvlc + example on how to use in the java bindings
-------------------------------------------------------------------------
-r20229 | xtophe | 2007-05-20 01:00:43 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix previous commit
-
-------------------------------------------------------------------------
-r20228 | xtophe | 2007-05-20 00:46:20 +0200 (Sun, 20 May 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Lua configuration: Add a test for system with no .pc
-                  Revert [20203]
-
-------------------------------------------------------------------------
-r20227 | xtophe | 2007-05-20 00:46:18 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/darwin.mak
-   M /trunk/extras/contrib/src/Distributions/debian.mak
-   M /trunk/extras/contrib/src/Distributions/fedora.mak
-   M /trunk/extras/contrib/src/Distributions/unix.mak
-
-Compile lua.
-
-------------------------------------------------------------------------
-r20226 | dionoea | 2007-05-20 00:24:16 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace.c
-
-* deinterlace.c: compile fix by ILEoo.
-
-------------------------------------------------------------------------
-r20225 | courmisch | 2007-05-20 00:02:15 +0200 (Sun, 20 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.h
-
-Forgot this file
-
-------------------------------------------------------------------------
-r20224 | courmisch | 2007-05-19 23:44:01 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutqt.m
-   M /trunk/modules/gui/pda/pda.c
-   M /trunk/src/audio_output/output.c
-   M /trunk/src/modules/modules.c
-
-Same as previous commit
-
-------------------------------------------------------------------------
-r20223 | courmisch | 2007-05-19 23:43:16 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/audio_filter/converter/mpgatofixed32.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/codec/faad.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/postprocess.c
-   M /trunk/modules/codec/ffmpeg/scale.c
-   M /trunk/modules/codec/libmpeg2.c
-   M /trunk/modules/codec/x264.c
-   M /trunk/modules/codec/xvmc/xxmc.c
-   M /trunk/modules/stream_out/switcher.c
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/misc/cpu.c
-
-Use a vlc_CPU() wrapper instead of (ab)using libvlc_global
-
-------------------------------------------------------------------------
-r20222 | xtophe | 2007-05-19 23:36:17 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/ffmpeg-svn-nofile.patch
-
-This has been fixed in VLC's FFMpeg demuxer module in [20188]
-
-------------------------------------------------------------------------
-r20221 | courmisch | 2007-05-19 23:16:54 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-Windows compile fix
-
-------------------------------------------------------------------------
-r20220 | jb | 2007-05-19 23:16:09 +0200 (Sat, 19 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-
-Qt4 - Interaction: Password are hidden.
-
-
-------------------------------------------------------------------------
-r20219 | littlejohn | 2007-05-19 23:14:52 +0200 (Sat, 19 May 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/audio-jni.cc
-   M /trunk/bindings/java/src/input-jni.cc
-   M /trunk/bindings/java/src/playlist-jni.cc
-   M /trunk/bindings/java/src/utils.cc
-   M /trunk/bindings/java/src/video-jni.cc
-   M /trunk/bindings/java/src/vlm-jni.cc
-
-id svn keyword set
-------------------------------------------------------------------------
-r20218 | courmisch | 2007-05-19 22:57:48 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/threads.c
-
-Use static storage rather than libvlc_global for stuff that is only used in a single file.
-
-------------------------------------------------------------------------
-r20217 | courmisch | 2007-05-19 22:49:48 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/tls.c
-   M /trunk/src/osd/osd.c
-
-Move OSD and TLS to instance.
-
-------------------------------------------------------------------------
-r20216 | courmisch | 2007-05-19 22:31:02 +0200 (Sat, 19 May 2007) | 3 lines
-Changed paths:
-   M /trunk/src/audio_output/intf.c
-
-Make saved-volume variable a per-libvlc instance rather than per-system process variable.
-I find the original semantic a bit suspicious, but someone should really double check this commit and revert if needed.
-
-------------------------------------------------------------------------
-r20215 | courmisch | 2007-05-19 22:17:45 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Forgot this file
-
-------------------------------------------------------------------------
-r20214 | courmisch | 2007-05-19 22:03:26 +0200 (Sat, 19 May 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-   M /trunk/modules/access/dv.c
-   M /trunk/modules/access/dvdnav.c
-   M /trunk/modules/access/eyetv.c
-   M /trunk/modules/access_output/bonjour.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/audio_output/directx.c
-   M /trunk/modules/audio_output/hd1000a.cpp
-   M /trunk/modules/audio_output/oss.c
-   M /trunk/modules/audio_output/waveout.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/gestures.c
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/ntservice.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/demux/live555.cpp
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/gui/beos/InterfaceWindow.cpp
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/ncurses.c
-   M /trunk/modules/gui/pda/pda_callbacks.c
-   M /trunk/modules/gui/qnx/aout.c
-   M /trunk/modules/gui/qnx/vout.c
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/misc/dummy/input.c
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/misc/testsuite/test4.c
-   M /trunk/modules/video_output/caca.c
-   M /trunk/modules/video_output/fb.c
-   M /trunk/modules/video_output/ggi.c
-   M /trunk/modules/video_output/glide.c
-   M /trunk/modules/video_output/msw/direct3d.c
-   M /trunk/modules/video_output/msw/directx.c
-   M /trunk/modules/video_output/msw/glwin32.c
-   M /trunk/modules/video_output/msw/wingdi.c
-   M /trunk/modules/video_output/qte/qte.cpp
-   M /trunk/modules/video_output/sdl.c
-   M /trunk/modules/video_output/svgalib.c
-   M /trunk/modules/visualization/galaktos/plugin.c
-   M /trunk/modules/visualization/goom.c
-   M /trunk/src/input/decoder.c
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/vlm.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/beos_specific.cpp
-   M /trunk/src/network/httpd.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/services_discovery.c
-   M /trunk/src/playlist/thread.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/video_output/video_output.c
-
-Use vlc_object_kill(). Needs triple checking.
-
-This also seems to make the pre-existing Qt4 crash more obvious.
-
-------------------------------------------------------------------------
-r20213 | courmisch | 2007-05-19 22:00:54 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Remove unneeded old kludge
-
-------------------------------------------------------------------------
-r20212 | courmisch | 2007-05-19 21:50:57 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/modules.c
-
-Do not unload plugins in debug builds. Not sure if this is a good idea though
-
-------------------------------------------------------------------------
-r20211 | jb | 2007-05-19 21:17:29 +0200 (Sat, 19 May 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Contrib; lua for win32. Start of fixing...
-
-
-------------------------------------------------------------------------
-r20210 | courmisch | 2007-05-19 21:01:49 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/eyetv.c
-
-Fix line breaks
-
-------------------------------------------------------------------------
-r20209 | courmisch | 2007-05-19 20:56:22 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-   M /trunk/include/vlc_threads_funcs.h
-   M /trunk/src/misc/objects.c
-
-Following vlc_object_kill(), add vlc_object_dying()
-
-------------------------------------------------------------------------
-r20208 | littlejohn | 2007-05-19 20:50:52 +0200 (Sat, 19 May 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/core.c
-   M /trunk/src/control/libvlc_internal.h
-
-free callbacks on libvlc destruction
-------------------------------------------------------------------------
-r20207 | littlejohn | 2007-05-19 20:27:16 +0200 (Sat, 19 May 2007) | 1 line
-Changed paths:
-   M /trunk/src/control/libvlc_internal.h
-
-user data pointer added to callback structure
-------------------------------------------------------------------------
-r20206 | littlejohn | 2007-05-19 20:24:11 +0200 (Sat, 19 May 2007) | 1 line
-Changed paths:
-   M /trunk/src/control/core.c
-
-Set callback list to null on instance init
-------------------------------------------------------------------------
-r20205 | littlejohn | 2007-05-19 20:22:26 +0200 (Sat, 19 May 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   A /trunk/include/vlc/libvlc_structures.h
-   M /trunk/src/control/libvlc_internal.h
-
-initial structures for libvlc callbacks (code adapted from git pdherbemont_branch)
-------------------------------------------------------------------------
-r20204 | courmisch | 2007-05-19 19:47:15 +0200 (Sat, 19 May 2007) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-- Remove unneeded "." kludge (libvlc is now built from src)
-- Remove old NULL kludge
-
-------------------------------------------------------------------------
-r20203 | pdherbemont | 2007-05-19 18:51:05 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-configure.ac: Make sure lua is enabled when --enable-lua is set.
-
-------------------------------------------------------------------------
-r20202 | kenself | 2007-05-19 18:22:27 +0200 (Sat, 19 May 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/bda/bda.c
-   M /trunk/modules/access/bda/bdagraph.cpp
-
-More BDA DVB-S and DVB-T parameters bring it closer to the linux version
-------------------------------------------------------------------------
-r20201 | jpsaman | 2007-05-19 17:39:08 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-
-Restored Makefile.am and added a test for cross-compiling in configure.ac. The LIBGCRYPT macro didn't test for the cross-compile situation.
-
-------------------------------------------------------------------------
-r20200 | dionoea | 2007-05-19 17:37:06 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/youtube_homepage.lua
-
-* youtube_homepage.lua: get the stream's duration.
-
-------------------------------------------------------------------------
-r20199 | dionoea | 2007-05-19 17:09:08 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/luaplaylist.c
-
-* luaplaylist.c: make sure that the Lua stack is big enough before reading the playlist table.
-
-------------------------------------------------------------------------
-r20198 | dionoea | 2007-05-19 16:57:16 +0200 (Sat, 19 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/luaplaylist.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/share/luaplaylist/README.txt
-
-* luaplaylist.c, README.txt: add .duration option for playlist items. Should now be possible to rewrite our m3u parser entirely in Lua :D
-* m3u.c: indentation fix.
-
-------------------------------------------------------------------------
-r20197 | pdherbemont | 2007-05-19 16:34:22 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-extras/contrib/bootstrap: Use space to ident rather than tabs.
-
-------------------------------------------------------------------------
-r20196 | pdherbemont | 2007-05-19 16:33:16 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-Contrib: Include lua as a contrib lib. (Please review for your arch).
-
-------------------------------------------------------------------------
-r20195 | dionoea | 2007-05-19 16:28:16 +0200 (Sat, 19 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/luaplaylist.c
-   M /trunk/share/luaplaylist/README.txt
-   M /trunk/share/luaplaylist/dailymotion.lua
-   M /trunk/share/luaplaylist/youtube_homepage.lua
-
-* luaplaylist.c, README.txt: add support for VLC options.
-* *.lua: misc fixes.
-
-------------------------------------------------------------------------
-r20194 | dionoea | 2007-05-19 16:25:45 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/m3u.c
-
-* m3u.c: remove unneeded comment. ppsz_options is freed a few lines down.
-
-------------------------------------------------------------------------
-r20193 | courmisch | 2007-05-19 15:02:46 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-
-Missing const
-
-------------------------------------------------------------------------
-r20191 | dionoea | 2007-05-19 02:49:30 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   A /trunk/share/luaplaylist/youtube_homepage.lua
-
-* share/luaplaylist/youtube_homepage.lua: New lua parser script to open youtube home/browse pages. This demos the ability to return more than one item in lua playlist scripts.
-
-------------------------------------------------------------------------
-r20190 | xtophe | 2007-05-19 02:35:48 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_url.h
-
-oups, better put the prototype before using the function
-
-------------------------------------------------------------------------
-r20189 | dionoea | 2007-05-19 02:34:34 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-
-* ffmpeg/demux.c: update copyright date.
-
-------------------------------------------------------------------------
-r20188 | dionoea | 2007-05-19 02:28:51 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-
-* ffmpeg/demux.c: Don't change an ffmpeg demux's .flags member permanently. Fixes the "ffmpeg demuxer can't be used more that once" bug with libavformat revisions newer than 7589 (included).
-
-------------------------------------------------------------------------
-r20187 | xtophe | 2007-05-19 02:15:12 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_url.h
-
-vlc_url.h: Username and password passed in the URL can contain encoded @ : and /. So decode them.
-
-------------------------------------------------------------------------
-r20186 | dionoea | 2007-05-19 01:24:32 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/video_filter.c
-
-* ffmpeg/video_filter.c: remove a bunch of trailing spaces.
-
-------------------------------------------------------------------------
-r20185 | dionoea | 2007-05-19 00:20:19 +0200 (Sat, 19 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/luaplaylist.c
-   M /trunk/share/luaplaylist/README.txt
-
-* luaplaylist.c: Look for Lua scripts in the user's CONFIG_DIR"/luaplaylist" directory too. (+ fix probable compilation errors on WIN32, APPLE and BEOS)
-
-------------------------------------------------------------------------
-r20184 | dionoea | 2007-05-18 23:49:59 +0200 (Fri, 18 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/main.h
-
-* include/main.h: remove trailing spaces.
-
-------------------------------------------------------------------------
-r20183 | pdherbemont | 2007-05-18 20:41:13 +0200 (Fri, 18 May 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-Contrib: Make sure curl follow "Location:". (Fix Mac OS X Nightlies)
-
-------------------------------------------------------------------------
-r20182 | damienf | 2007-05-18 20:06:18 +0200 (Fri, 18 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_common.h
-
-vlc.h: move VLC_PUBLIC_API definition when building libvlc to vlc_common.h
-
-------------------------------------------------------------------------
-r20181 | jb | 2007-05-18 19:38:15 +0200 (Fri, 18 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/util/customwidgets.cpp
-
-Qt4 - MediaKeys support, patch by Ilkka Ollakka
-
-------------------------------------------------------------------------
-r20180 | dionoea | 2007-05-18 17:01:05 +0200 (Fri, 18 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/strings.c
-
-* src/text/strings.c: Add a lot of entities to the resolve_xml_special_chars function.
-
-------------------------------------------------------------------------
-r20179 | dionoea | 2007-05-18 16:22:15 +0200 (Fri, 18 May 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/README.txt
-
-* luaplaylist/README.txt: propset svn:keywords Id
-
-------------------------------------------------------------------------
-r20178 | dionoea | 2007-05-18 16:01:38 +0200 (Fri, 18 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-* modules/access/http.c: When redirecting, don't include port number in URL if it's using the default port.
-
-------------------------------------------------------------------------
-r20177 | dionoea | 2007-05-18 15:56:22 +0200 (Fri, 18 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-* src/input/input.c: Remove the access and demux part from the path string. (Fixes [20059] a bit ... even though it wasn't really broken)
-
-------------------------------------------------------------------------
-r20176 | jpsaman | 2007-05-18 14:51:33 +0200 (Fri, 18 May 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-
-oops me being stupid, forgot this part
-------------------------------------------------------------------------
-r20175 | jpsaman | 2007-05-18 14:47:54 +0200 (Fri, 18 May 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Don't build srtp when gcrypt isn't available.
-
-------------------------------------------------------------------------
-r20174 | dionoea | 2007-05-18 01:27:38 +0200 (Fri, 18 May 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/dailymotion.lua
-
-* dailymotion.lua: fix.
-
-------------------------------------------------------------------------
-r20173 | dionoea | 2007-05-18 01:03:44 +0200 (Fri, 18 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/luaplaylist.c
-
-* luaplaylist.c: initialize p_sys->psz_filename to NULL.
-
-------------------------------------------------------------------------
-r20172 | dionoea | 2007-05-18 00:42:16 +0200 (Fri, 18 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/luaplaylist.c
-   M /trunk/share/luaplaylist/README.txt
-   M /trunk/share/luaplaylist/youtube.lua
-
-* luaplaylist.c: add vlc.msg_{info,err,warn,dbg}() functions. register the vlc.read() and vlc.readline() for parse() only (so that they can't be used in the probing phase)
-* share/luaplaylist/*: move help to README.txt
-
-------------------------------------------------------------------------
-r20171 | dionoea | 2007-05-17 23:00:28 +0200 (Thu, 17 May 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/Modules.am
-   M /trunk/modules/demux/playlist/luaplaylist.c
-   M /trunk/modules/demux/playlist/playlist.c
-   D /trunk/modules/demux/playlist/videoportals.c
-   M /trunk/modules/demux/ps.c
-   M /trunk/modules/demux/ty.c
-
-* luaplaylist.c: Change demux2 capability from 0 to 9
-* ps.c: Change demux2 capability from 9 to 8
-* ty.c: Change demux2 capability from 8 to 6
-* playlist/{Modules.am,playlist.c,videoportals.c}: remove video portals C version
-
-------------------------------------------------------------------------
-r20170 | dionoea | 2007-05-17 22:46:31 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/googlevideo.lua
-
-* googlevideo.lua: add small comment to explain why we're not getting the meta data.
-
-------------------------------------------------------------------------
-r20169 | dionoea | 2007-05-17 22:43:15 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/metacafe.lua
-
-* metacafe.lua: Remove "Metacafe -" from name, get description and arturl.
-
-------------------------------------------------------------------------
-r20168 | dionoea | 2007-05-17 22:34:58 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/youtube.lua
-
-* youtube.lua: fetch artist and description.
-
-------------------------------------------------------------------------
-r20167 | dionoea | 2007-05-17 22:24:15 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/luaplaylist.c
-
-* luaplaylist.c: replace printfs by msg_{Warn,Dbg}
-
-------------------------------------------------------------------------
-r20166 | dionoea | 2007-05-17 22:19:38 +0200 (Thu, 17 May 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/luaplaylist.c
-   M /trunk/share/luaplaylist/dailymotion.lua
-   M /trunk/share/luaplaylist/googlevideo.lua
-   M /trunk/share/luaplaylist/metacafe.lua
-   M /trunk/share/luaplaylist/youtube.lua
-
-* luaplaylist.c: add support for meta data info. Playlist items now use .path and .name (instead of .url and .title as those are used for meta data).
-* luaplaylist/dailymotion.lua: add support for "description" and "arturl" meta data items.
-* luaplaylist/*lua: update source to make it work with new playlist conventions.
-* luaplaylist/youtube.lua: update help instructions.
-
-------------------------------------------------------------------------
-r20165 | dionoea | 2007-05-17 21:49:43 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/asx.c
-
-* asx.c: remove tab
-
-------------------------------------------------------------------------
-r20164 | dionoea | 2007-05-17 21:35:03 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/luaplaylist.c
-
-* luaplaylist.c: should now look in the appropriate directory if VLC is installed. + add vlc.read() function.
-
-------------------------------------------------------------------------
-r20163 | courmisch | 2007-05-17 21:16:45 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Undo [20161]
-
-------------------------------------------------------------------------
-r20162 | courmisch | 2007-05-17 21:15:24 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-
-Fix linking on gcc, breaks everything else 
-
-------------------------------------------------------------------------
-r20161 | courmisch | 2007-05-17 21:05:56 +0200 (Thu, 17 May 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-remove hidden visibility stuff from libvlc.
-It breaks linking, and it is redumdant with libtool export-symbols
-
-------------------------------------------------------------------------
-r20160 | courmisch | 2007-05-17 20:37:44 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/libs/srtp/Makefile.am
-   A /trunk/libs/srtp/test-recv.c
-
-Add real SRTP unit test (85% coverage let alone SRTCP)
-
-------------------------------------------------------------------------
-r20159 | courmisch | 2007-05-17 20:27:25 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/libs/srtp/srtp.c
-
-Fix hashing when using RFC4711
-
-------------------------------------------------------------------------
-r20158 | dionoea | 2007-05-17 19:56:09 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-* src/vlc.c: remove tabs.
-
-------------------------------------------------------------------------
-r20157 | courmisch | 2007-05-17 19:36:59 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/libs/srtp/srtp.c
-
-Fix incorrect hash size limit
-
-------------------------------------------------------------------------
-r20156 | courmisch | 2007-05-17 19:03:56 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/libs/srtp/Makefile.am
-   M /trunk/libs/srtp/srtp.c
-
-Fix initialization
-
-------------------------------------------------------------------------
-r20155 | courmisch | 2007-05-17 18:01:14 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Typo
-
-------------------------------------------------------------------------
-r20154 | courmisch | 2007-05-17 17:51:34 +0200 (Thu, 17 May 2007) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Add --enable-coverage
-
-Not cleared for use by IT managers, quality and/or test engineers because of serious hazard of heart attack.
-
-------------------------------------------------------------------------
-r20153 | damienf | 2007-05-17 16:21:27 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/msw/direct3d.c
-
-- direct3d: behave correctly when changing desktop depth on the fly
-
-------------------------------------------------------------------------
-r20152 | courmisch | 2007-05-17 15:35:24 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/vlc.h
-
-include/vlc/* cannot depend on config.h, hence cannot use HAVE_* macros
-
-------------------------------------------------------------------------
-r20151 | jb | 2007-05-17 14:57:10 +0200 (Thu, 17 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/open.ui
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-   M /trunk/modules/gui/qt4/ui/open_net.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_input.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_video.ui
-
-Qt4 - Tabs Order. Nick Vercammen's patch on open_network.ui is included.
-
-
-------------------------------------------------------------------------
-r20150 | courmisch | 2007-05-17 12:56:54 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-Revert unintended part of [20148]
-
-------------------------------------------------------------------------
-r20149 | courmisch | 2007-05-17 12:53:46 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sdp.c
-   M /trunk/src/stream_output/stream_output.h
-
-Fixes
-
-------------------------------------------------------------------------
-r20148 | courmisch | 2007-05-17 12:38:01 +0200 (Thu, 17 May 2007) | 9 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/include/vlc_common.h
-   M /trunk/src/input/input_internal.h
-
- - Revert [20137]
- - Revert [20138]
- - Revert [20139]
-
-Special credits to these commits for:
- - breaking the build system,
- - crashing VLC on every single 64-bits platform,
- - breaking bootstrap with any version of automake that is not the same as the one on Jean-Paul's computer.
-
-------------------------------------------------------------------------
-r20147 | xtophe | 2007-05-17 00:37:49 +0200 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Fix i18n building
-
-------------------------------------------------------------------------
-r20146 | kenself | 2007-05-17 00:00:59 +0200 (Thu, 17 May 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/bda/bda.c
-   M /trunk/modules/access/bda/bdadefs.h
-   M /trunk/modules/access/bda/bdagraph.cpp
-
-BDA - additional DVB-S parameters added
-------------------------------------------------------------------------
-r20145 | xtophe | 2007-05-16 23:54:48 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-qt4: fix the popup menu updating
-
-------------------------------------------------------------------------
-r20144 | oaubert | 2007-05-16 23:35:54 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_instance.c
-
-bindings/python/vlc_instance.c: fix audio_set_volume method, closes #1195
-
-------------------------------------------------------------------------
-r20143 | xtophe | 2007-05-16 22:22:53 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-oups
-
-------------------------------------------------------------------------
-r20142 | xtophe | 2007-05-16 22:14:09 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-
-Remove some GNUism
-
-------------------------------------------------------------------------
-r20141 | littlejohn | 2007-05-16 21:31:35 +0200 (Wed, 16 May 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-
-destroy logic cleaned up
-------------------------------------------------------------------------
-r20140 | jb | 2007-05-16 21:09:04 +0200 (Wed, 16 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/opencv_wrapper.c
-   M /trunk/modules/video_filter/psychedelic.c
-   M /trunk/modules/video_filter/puzzle.c
-   M /trunk/modules/visualization/goom.c
-   M /trunk/modules/visualization/visual/visual.c
-
-Should fix another bunch of: (near initialization for `fmt*') warnings.
-
-
-------------------------------------------------------------------------
-r20139 | jpsaman | 2007-05-16 16:56:06 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_internal.h
-
-Fix include: libvlc.h, is in vlc/libvlc.h now.
-
-------------------------------------------------------------------------
-r20138 | jpsaman | 2007-05-16 16:52:50 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Don't build libs/srtp when --disable-gnutls is given.
-
-------------------------------------------------------------------------
-r20137 | jpsaman | 2007-05-16 16:52:02 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Patch config.sub to recognize uclibc system.
-
-------------------------------------------------------------------------
-r20136 | jpsaman | 2007-05-16 16:51:17 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/netsync.c
-
-Cast interface pointer to VLC_OBJECT().
-
-------------------------------------------------------------------------
-r20135 | jpsaman | 2007-05-16 16:49:20 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Fix one warning for vlc_iconv() here (4th argument), but 2nd argument also issues a warning. What is more dangerous here is there is pointer arithmic done with psz_stringstart. This needs FIXING.
-
-------------------------------------------------------------------------
-r20134 | jpsaman | 2007-05-16 16:30:27 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/csa.h
-
-Correct csa_New() prototype by adding void argument.
-
-------------------------------------------------------------------------
-r20133 | jpsaman | 2007-05-16 16:28:09 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/buffer.c
-   M /trunk/modules/access/mms/buffer.h
-
-Use proper datatype.
-
-------------------------------------------------------------------------
-r20132 | jpsaman | 2007-05-16 16:26:30 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/buffer.c
-
-Remove unused variable pw.
-
-------------------------------------------------------------------------
-r20131 | jpsaman | 2007-05-16 16:21:26 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_chroma/i420_rgb16.c
-
-Renamed function E_(I420_RGB16_dithering) to match prototype E_(I420_RGB16_dither)
-
-------------------------------------------------------------------------
-r20130 | jpsaman | 2007-05-16 16:14:43 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
-Remove unused variable.
-
-------------------------------------------------------------------------
-r20129 | jpsaman | 2007-05-16 16:13:22 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-
-Fix another bunch of:  (near initialization for `fmt.i_aspect') warnings.
-
-------------------------------------------------------------------------
-r20128 | jpsaman | 2007-05-16 16:06:49 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
-Fix compiler warnings of type "warning: (near initialization for `fmt.i_aspect')"
-
-------------------------------------------------------------------------
-r20127 | jpsaman | 2007-05-16 15:59:30 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/magnify.c
-
-Properly clear the struct, this shuts up another compiler warning.
-
-------------------------------------------------------------------------
-r20126 | jpsaman | 2007-05-16 15:56:15 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/image.c
-
-Use correct datatype. It will shutup the compiler.
-
-------------------------------------------------------------------------
-r20125 | dionoea | 2007-05-16 14:18:14 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/msw/Modules.am
-   M /trunk/po/POTFILES.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fa.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Fix make distcheck and update po files.
-
-------------------------------------------------------------------------
-r20124 | jpsaman | 2007-05-16 13:06:19 +0200 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-Disable fribidi's primary download site because it is down. Used v.o one.
-
-------------------------------------------------------------------------
-r20123 | jpsaman | 2007-05-16 13:05:24 +0200 (Wed, 16 May 2007) | 1 line
-Changed paths:
-   A /trunk/extras/contrib/src/Patches/fribidi-uclibc.patch
-
-uclibc support for fribidi
-------------------------------------------------------------------------
-r20122 | jpsaman | 2007-05-16 10:45:06 +0200 (Wed, 16 May 2007) | 1 line
-Changed paths:
-   A /trunk/extras/contrib/src/Distributions/netbox3.mak
-
-Embedded system to run vlc
-------------------------------------------------------------------------
-r20121 | xtophe | 2007-05-15 23:54:26 +0200 (Tue, 15 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_config_cat.h
-   M /trunk/modules/gui/qt4/components/complete_preferences.cpp
-
-Const police
-
-------------------------------------------------------------------------
-r20120 | kenself | 2007-05-15 22:54:29 +0200 (Tue, 15 May 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/bda/bda.c
-   M /trunk/modules/access/bda/bdagraph.cpp
-
-Improved handling of no-signal condition and other errors
-------------------------------------------------------------------------
-r20119 | thresh | 2007-05-15 17:35:20 +0200 (Tue, 15 May 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix liblua5.1 detection on non-debian system (e.g. mine) that doesn't have lua5.1.pc but do have lua.pc.
-Check for lua >= 5.1.
-
-------------------------------------------------------------------------
-r20118 | dionoea | 2007-05-15 17:21:32 +0200 (Tue, 15 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/luaplaylist.c
-
-* luaplaylist.c: Looks like stream_ReadLine results needs to be freed. (untested)
-
-------------------------------------------------------------------------
-r20117 | dionoea | 2007-05-15 17:09:40 +0200 (Tue, 15 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_stream.h
-
-* vlc_stream.h: Don't export stream_ReadLine() twice.
-
-------------------------------------------------------------------------
-r20116 | dionoea | 2007-05-15 16:49:23 +0200 (Tue, 15 May 2007) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-s/README/README.txt/
-
-------------------------------------------------------------------------
-r20115 | dionoea | 2007-05-15 00:40:21 +0200 (Tue, 15 May 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-* NEWS: Mention the lua playlist module. 
-
-------------------------------------------------------------------------
-r20114 | dionoea | 2007-05-15 00:37:33 +0200 (Tue, 15 May 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/metacafe.lua
-
-* metacafe.lua: forgot the title here too.
-
-------------------------------------------------------------------------
-r20113 | dionoea | 2007-05-15 00:32:43 +0200 (Tue, 15 May 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/dailymotion.lua
-
-* dailymotion.lua: woops, forgot to include title fetching in previous version.
-
-------------------------------------------------------------------------
-r20112 | dionoea | 2007-05-15 00:27:36 +0200 (Tue, 15 May 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/luaplaylist.c
-   M /trunk/share/Makefile.am
-   A /trunk/share/luaplaylist/README.txt
-   A /trunk/share/luaplaylist/dailymotion.lua (from /trunk/share/luaplaylist/test.lua:20110)
-   A /trunk/share/luaplaylist/googlevideo.lua (from /trunk/share/luaplaylist/test.lua:20110)
-   A /trunk/share/luaplaylist/metacafe.lua (from /trunk/share/luaplaylist/test.lua:20110)
-   D /trunk/share/luaplaylist/test.lua
-   A /trunk/share/luaplaylist/youtube.lua (from /trunk/share/luaplaylist/test.lua:20110)
-
-* luaplaylist.c: First usable version of the luaplaylist module
-* share/luaplaylist/*: Lua playlist scripts for youtube, daily motion, metacafe and google video
-
-The luaplaylist demux has a score of 0 so you have to use --demux lua,any to enable it. I'll change its score once people report that it works fine.
-
-------------------------------------------------------------------------
-r20108 | littlejohn | 2007-05-14 21:54:43 +0200 (Mon, 14 May 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-
-check for beingdestroyed in finalize, thx to Tony Anecito
-------------------------------------------------------------------------
-r20107 | jpsaman | 2007-05-14 17:26:49 +0200 (Mon, 14 May 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/xml2-uclibc.patch
-
-uclibc support for xml2
-
-------------------------------------------------------------------------
-r20106 | jpsaman | 2007-05-14 17:19:44 +0200 (Mon, 14 May 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/live-config.patch
-   A /trunk/extras/contrib/src/Patches/live-noapps.patch
-
-Add define HAVE_BIGENDIAN to bootstrap and config.mak when compiler is armeb-linux-uclibc. Also add armeb-uclibc support to live555 buildsystem.
-
-------------------------------------------------------------------------
-r20105 | xtophe | 2007-05-14 17:14:55 +0200 (Mon, 14 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 systray: Don't put the played item here now that we have a tooltip
-
-------------------------------------------------------------------------
-r20104 | damienf | 2007-05-14 16:51:10 +0200 (Mon, 14 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-- hotkeys: deprecated 'key-fullscreen' in favor of 'key-toggle-fullscreen'
-
-------------------------------------------------------------------------
-r20103 | jpsaman | 2007-05-14 16:50:53 +0200 (Mon, 14 May 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/ffmpeg-svn-grab.patch
-   A /trunk/extras/contrib/src/Patches/ffmpeg-svn-internal-define.patch
-
-Force ffmpeg to build for cross-compile and bigendian when system is uclibc.
-
-------------------------------------------------------------------------
-r20102 | jpsaman | 2007-05-14 16:10:09 +0200 (Mon, 14 May 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/ffmpeg-svn-uclibc.patch
-   A /trunk/extras/contrib/src/Patches/libiconv-autoconf-uclibc.patch
-
-Support for uclibc in contrib.
-
-------------------------------------------------------------------------
-r20101 | damienf | 2007-05-14 15:52:33 +0200 (Mon, 14 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/libvlc-module.c
-
-- hotkeys: leave full screenscreen hotkey (defaulted to ESC), patch by Sergey Volk
-
-------------------------------------------------------------------------
-r20100 | xtophe | 2007-05-14 14:25:18 +0200 (Mon, 14 May 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-More exact documentation and small fix
-
-------------------------------------------------------------------------
-r20099 | damienf | 2007-05-14 14:23:55 +0200 (Mon, 14 May 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_output/Modules.am
-   D /trunk/modules/video_output/directx
-   A /trunk/modules/video_output/msw (from /trunk/modules/video_output/directx:20095)
-   M /trunk/modules/video_output/msw/Modules.am
-   M /trunk/modules/video_output/msw/direct3d.c
-   M /trunk/modules/video_output/msw/directx.c
-   M /trunk/modules/video_output/msw/events.c
-   M /trunk/modules/video_output/msw/glwin32.c
-   M /trunk/modules/video_output/msw/vout.h
-   A /trunk/modules/video_output/msw/wingdi.c
-   D /trunk/modules/video_output/wingdi.c
-
-vout: merged all Microsoft Windows specific vouts under msw directory in order to leverage common event handling
-
-------------------------------------------------------------------------
-r20098 | jpsaman | 2007-05-14 14:07:35 +0200 (Mon, 14 May 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-Make it possible to force a distro.mak to use. This is helpfull in cross-compile situations to distinquish for a known target.
-------------------------------------------------------------------------
-r20097 | dionoea | 2007-05-14 13:48:47 +0200 (Mon, 14 May 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Some more NEWS.
-
-------------------------------------------------------------------------
-r20096 | xtophe | 2007-05-14 12:55:54 +0200 (Mon, 14 May 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/vlc.pot
-
-Fix distcheck
-
-------------------------------------------------------------------------
-r20095 | xtophe | 2007-05-14 00:33:18 +0200 (Mon, 14 May 2007) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Distribute the lua parser scripts
-
-------------------------------------------------------------------------
-r20094 | dionoea | 2007-05-13 23:55:12 +0200 (Sun, 13 May 2007) | 2 lines
-Changed paths:
-   M /trunk/share/luaplaylist/test.lua
-
-* test.lua: Use spaces instead of tabs in lua code.
-
-------------------------------------------------------------------------
-r20093 | dionoea | 2007-05-13 23:52:20 +0200 (Sun, 13 May 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/playlist/Modules.am
-   A /trunk/modules/demux/playlist/luaplaylist.c
-   A /trunk/share/luaplaylist
-   A /trunk/share/luaplaylist/test.lua
-
-* New Lua based playlist demuxer. Code is far from being finished. It currently implements some url translation stuff similar to what videoportals.c does (in share/luaplaylist/test.lua). To test it, run: ./vlc --demux lua "http://www.youtube.com/watch?v=CPRC4glkvq0" --color -v -I dummy. The idea is to make it possible for users to add their own (text) playlist demuxers (including stuff like the video portals URL translation) without needing to recompile VLC.
-
-------------------------------------------------------------------------
-r20092 | xtophe | 2007-05-13 23:23:10 +0200 (Sun, 13 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-
-QT4: implement the open dialog from the playlist
-
-------------------------------------------------------------------------
-r20091 | littlejohn | 2007-05-13 22:51:27 +0200 (Sun, 13 May 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
-
-Fix for destroy() method.
-------------------------------------------------------------------------
-r20090 | littlejohn | 2007-05-13 21:37:24 +0200 (Sun, 13 May 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
-
-serial version uid added
-------------------------------------------------------------------------
-r20089 | littlejohn | 2007-05-13 21:08:59 +0200 (Sun, 13 May 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
-
-Destroy the jvlc instance when the remove notify method is invoked (avoids some jvm crashes).
-------------------------------------------------------------------------
-r20088 | xtophe | 2007-05-13 00:48:55 +0200 (Sun, 13 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-input_manager: Don't send name event all the time
-main_interface: update the systray tooltip
-
-------------------------------------------------------------------------
-r20087 | sigmunau | 2007-05-12 23:01:45 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-
-qt4: Show artist in status bare when applicable
-
-------------------------------------------------------------------------
-r20086 | jb | 2007-05-12 21:42:51 +0200 (Sat, 12 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-FFMPEG FOURCC's: add FOURCC for DNxHD and compile fix for different versions.
-
-
-------------------------------------------------------------------------
-r20085 | jb | 2007-05-12 21:17:56 +0200 (Sat, 12 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/LIST
-
-Modules LIST update.
-
-
-------------------------------------------------------------------------
-r20084 | pdherbemont | 2007-05-12 19:57:10 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-Mac OS X gui: Prevent a crash when dropping item on the playlist.
-
-------------------------------------------------------------------------
-r20083 | courmisch | 2007-05-12 19:27:37 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   M /trunk/modules/access/Modules.am
-   A /trunk/modules/access/jack.c
-
-Initial JACK audio access-demux from Julien Plissonneau Duqu?\195?\168ne
-
-------------------------------------------------------------------------
-r20082 | pdherbemont | 2007-05-12 19:15:29 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/audio_output/output.c
-
-audio_output/output.c: Make sure we are properly locking the fifo lock when appropriate. (please review).
-
-------------------------------------------------------------------------
-r20081 | dionoea | 2007-05-12 17:05:34 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/videoportals.c
-
-* videoportals.c: add title for metacafe vids.
-
-------------------------------------------------------------------------
-r20080 | jb | 2007-05-12 17:03:57 +0200 (Sat, 12 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Compile fix. Oops(2)
-
-
-------------------------------------------------------------------------
-r20079 | jb | 2007-05-12 17:01:15 +0200 (Sat, 12 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Small Correction. Oops.
-
-
-------------------------------------------------------------------------
-r20078 | dionoea | 2007-05-12 16:57:12 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/videoportals.c
-
-* videoportals.c: Add title support for dailymotion videos.
-
-------------------------------------------------------------------------
-r20077 | jb | 2007-05-12 16:53:06 +0200 (Sat, 12 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-FFMPEG, clean up a bit, add a few more FOURCC's and a few new formats.
-
-
-------------------------------------------------------------------------
-r20076 | dionoea | 2007-05-12 16:23:37 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/videoportals.c
-
-* videoportals.c: Allow using fullscreen youtube URLs and retreive the video's title when possible (still youtube).
-
-------------------------------------------------------------------------
-r20075 | jb | 2007-05-12 14:54:02 +0200 (Sat, 12 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-FFMPEG's  FOURCC: add NUV codec, Cinepak for fallback and add more fourcc for targa, vixl, divx, SP5x and a few more !
-
-
-------------------------------------------------------------------------
-r20074 | jb | 2007-05-12 02:15:58 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Correct a mistake in previous commit.
-
-------------------------------------------------------------------------
-r20073 | jb | 2007-05-12 01:59:19 +0200 (Sat, 12 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-FFMPEG FOURCC: commit fix for older FFMPEG versions.
-
-
-------------------------------------------------------------------------
-r20072 | dionoea | 2007-05-12 01:54:47 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Add videoportals stuff to NEWS.
-
-------------------------------------------------------------------------
-r20071 | dionoea | 2007-05-12 01:52:50 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/videoportals.c
-
-videoportals.c: remove debug printf.
-
-------------------------------------------------------------------------
-r20070 | dionoea | 2007-05-12 01:51:02 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/videoportals.c
-
-videoportals.c: Add metacafe URL support.
-
-------------------------------------------------------------------------
-r20069 | dionoea | 2007-05-12 01:33:58 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/videoportals.c
-
-videoportals.c: Add support for google video (this sometimes fails ... the gvp vile referencing an empty url).
-
-------------------------------------------------------------------------
-r20068 | jb | 2007-05-12 01:25:40 +0200 (Sat, 12 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Qt4 - small changes and factorisations in CONNECTs
-
-
-------------------------------------------------------------------------
-r20067 | dionoea | 2007-05-12 01:19:39 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/gvp.c
-
-gvp.c: Fix Google Video Playlist detection code.
-
-------------------------------------------------------------------------
-r20066 | pdherbemont | 2007-05-12 01:19:34 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-http Access: Simplify the re-location code.
-
-------------------------------------------------------------------------
-r20065 | xtophe | 2007-05-12 01:17:14 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-
-Don't hide the name in the status bar. Oups.
-
-------------------------------------------------------------------------
-r20064 | jb | 2007-05-12 01:13:51 +0200 (Sat, 12 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Put SGI decoder with the latest version of ffmpeg.
-
-
-------------------------------------------------------------------------
-r20063 | dionoea | 2007-05-12 01:08:19 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/videoportals.c
-
-videoportals.c: Add support for Daily Motion URLs (the webpage's url).
-
-------------------------------------------------------------------------
-r20062 | jb | 2007-05-12 00:46:50 +0200 (Sat, 12 May 2007) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-Add some NEWS.
-
-
-------------------------------------------------------------------------
-r20061 | jb | 2007-05-12 00:31:09 +0200 (Sat, 12 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Codecs FFMPEG. Add support for DosBox Capture, Worms (Game) Videos, TIFF, SGI ad targa iamges. Tested.
-
-
-------------------------------------------------------------------------
-r20060 | dionoea | 2007-05-12 00:27:33 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/Modules.am
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-   M /trunk/modules/demux/playlist/podcast.c
-   A /trunk/modules/demux/playlist/videoportals.c
-
-demux/playlist/: New "video portals" playlist demux. You feed it a url from a popular video portal and it'll display the video. Currently only works with YouTube urls but I plan on adding more.
-
-------------------------------------------------------------------------
-r20059 | dionoea | 2007-05-12 00:15:45 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-input.c: if available, use p_access->psz_path instead of psz_path when calling demux2_New since the access can change the path (ie http redirect).
-
-------------------------------------------------------------------------
-r20058 | dionoea | 2007-05-12 00:05:02 +0200 (Sat, 12 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Fix segfault upon redirection (test url: http://www.youtube.com/v/zl6hNj1uOkY). (& blame pdherbemont!)
-
-------------------------------------------------------------------------
-r20057 | jb | 2007-05-11 23:58:10 +0200 (Fri, 11 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-FFMPEG: activate WMVA since it seems to work (tested with three different files)
-
-------------------------------------------------------------------------
-r20056 | jb | 2007-05-11 23:50:03 +0200 (Fri, 11 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-ffmpeg's FOURCC: add new FOURCCs to H264, add TM20, CSCD, JPEG_LS decoders.
-
-
-------------------------------------------------------------------------
-r20055 | jb | 2007-05-11 22:02:34 +0200 (Fri, 11 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-FFMPEG - More H.263 and H.263+ FOURCC (tested too, except ILVR)
-
-
-------------------------------------------------------------------------
-r20054 | jb | 2007-05-11 21:46:25 +0200 (Fri, 11 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-FFMPEG, MPEG-4 FOURCCs... I hope I did not forget too many of them :D
-
-
-------------------------------------------------------------------------
-r20053 | pdherbemont | 2007-05-11 21:19:11 +0200 (Fri, 11 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/embeddedwindow.h
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-
-Mac OS X gui: Make sure maximized window respect Mac OS X Dock area. (Fix #1190)
-
-------------------------------------------------------------------------
-r20052 | jb | 2007-05-11 21:19:11 +0200 (Fri, 11 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Ffmpeg FOURCC: Mjpeg (notably support for AVID MJPEG)
-
-
-------------------------------------------------------------------------
-r20051 | jb | 2007-05-11 20:19:43 +0200 (Fri, 11 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Add a few other bunch of FOURCCs (not all tested). Documentation from avformat/riff.c avformat/isom.c, fourcc.org, http://abcavi.kibi.ru/fourcc.php and multimedia.cx. If this is stupid, revert and tell me.
-
-
-------------------------------------------------------------------------
-r20050 | pdherbemont | 2007-05-11 11:11:36 +0200 (Fri, 11 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/embeddedwindow.h
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-
-Mac OS X gui: Make sure we don't see a ghost window in expose.
-
-------------------------------------------------------------------------
-r20049 | jb | 2007-05-11 02:18:38 +0200 (Fri, 11 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Add a bunch of not so used FOURCC to ffmpeg.c. Should I add them somewhere else too ?
-
-
-------------------------------------------------------------------------
-r20048 | jb | 2007-05-11 01:25:17 +0200 (Fri, 11 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-Qt4 - Open Network Dialog: add https to the list and checks.
-
-
-------------------------------------------------------------------------
-r20047 | jb | 2007-05-11 01:14:05 +0200 (Fri, 11 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-Qt4 - Open Disc Dialog: add a "E" for VCD entry as there is on wx. Is this right ?
-
-------------------------------------------------------------------------
-r20046 | jb | 2007-05-11 01:10:55 +0200 (Fri, 11 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/ui/open.ui
-   M /trunk/modules/gui/qt4/ui/open_capture.ui
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-   M /trunk/modules/gui/qt4/ui/open_net.ui
-
-Qt4 - Open Disc Dialog, finish the disc/track-sub/audio handling. Hide, rename, show correctly the buttons. Some other ui fixes.
-
-------------------------------------------------------------------------
-r20045 | xtophe | 2007-05-11 00:52:19 +0200 (Fri, 11 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-qt4: Make the name in the title an option
-
-------------------------------------------------------------------------
-r20044 | xtophe | 2007-05-10 21:53:46 +0200 (Thu, 10 May 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Default more cleanly on moc and uic
-
-------------------------------------------------------------------------
-r20043 | jb | 2007-05-10 20:00:12 +0200 (Thu, 10 May 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Qt4 Detection: Use uic-qt4 and moc-qt4 if disponible. Will help ppl that have qt3 and qt4 installed to build VLC.
-
-
-------------------------------------------------------------------------
-r20042 | pdherbemont | 2007-05-10 14:24:23 +0200 (Thu, 10 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-Mac OS X gui: Fix a crash when waking up from sleep.
-
-------------------------------------------------------------------------
-r20041 | xtophe | 2007-05-10 00:49:10 +0200 (Thu, 10 May 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/demux/mkv.cpp
-
-Fix crash in MKV demuxer. Patch courtesy of Harry Sintonen. Fix #1006
-
-------------------------------------------------------------------------
-r20040 | xtophe | 2007-05-10 00:10:25 +0200 (Thu, 10 May 2007) | 1 line
-Changed paths:
-   M /trunk/po/sl.po
-
-Slovenian l10n by MAteh Urbancic
-------------------------------------------------------------------------
-r20039 | xtophe | 2007-05-10 00:10:21 +0200 (Thu, 10 May 2007) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/vlc.pot
-
-Update the pot file
-------------------------------------------------------------------------
-r20038 | dionoea | 2007-05-09 22:20:52 +0200 (Wed, 09 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
-* rss.c: Test fix for a bug i can't reproduce (most likely due to a missing 0 at the end of string). See http://forum.videolan.org/viewtopic.php?p=112026#112026 for details.
-
-------------------------------------------------------------------------
-r20037 | kenself | 2007-05-09 21:43:05 +0200 (Wed, 09 May 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/access/bda/bda.c
-   M /trunk/modules/access/bda/bda.h
-   M /trunk/modules/access/bda/bdadefs.h
-   M /trunk/modules/access/bda/bdagraph.cpp
-   M /trunk/modules/access/bda/bdagraph.h
-
-Fix choppy audio on live play - caching enabled properly
-Discard samples before demux is ready
-Timeout if no samples received
-Header file tidy up
-------------------------------------------------------------------------
-r20036 | kenself | 2007-05-09 21:40:09 +0200 (Wed, 09 May 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Header file tidy-up - get guids from libstrmiids
-------------------------------------------------------------------------
-r20035 | courmisch | 2007-05-09 20:48:21 +0200 (Wed, 09 May 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   M /trunk/modules/video_output/x11/xcommon.c
-   M /trunk/modules/video_output/x11/xcommon.h
-
-HW Pixel Doubling and Backlight-on for Maemo devices
-Patch courtesy of Tapio Hiltunen, Technical Research Center of Finland
-
-------------------------------------------------------------------------
-r20034 | fkuehne | 2007-05-09 19:33:21 +0200 (Wed, 09 May 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/sfilters.m
-
-* removed some dead code and corrected some minor stuff from the previous commits. Thanks for the fixes, Pierre!
-------------------------------------------------------------------------
-r20033 | damienf | 2007-05-09 18:11:33 +0200 (Wed, 09 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-- Qt4: remember last directory browsed in file dialog
-
-------------------------------------------------------------------------
-r20032 | pdherbemont | 2007-05-08 20:50:40 +0200 (Tue, 08 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/sfilters.m
-
-Mac OS X gui: Fix tabs.
-
-------------------------------------------------------------------------
-r20031 | pdherbemont | 2007-05-08 20:44:31 +0200 (Tue, 08 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-Mac OS X gui: Fix tabs.
-
-------------------------------------------------------------------------
-r20030 | dionoea | 2007-05-08 20:20:28 +0200 (Tue, 08 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/libvlc-module.c
-
-Add a hotkey to toggle wallpaper mode. Currently only works for directx of course :)
-
-------------------------------------------------------------------------
-r20029 | dionoea | 2007-05-08 20:03:16 +0200 (Tue, 08 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-Tab and trailing space police.
-
-------------------------------------------------------------------------
-r20028 | damienf | 2007-05-08 17:39:36 +0200 (Tue, 08 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/direct3d.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/glwin32.c
-   M /trunk/modules/video_output/directx/vout.h
-
-- directx: commit patch by Sergey Volk
-
-------------------------------------------------------------------------
-r20027 | pdherbemont | 2007-05-08 15:51:35 +0200 (Tue, 08 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/sfilters.m
-
-Mac OS X gui: Fix logo appearance.
-
-------------------------------------------------------------------------
-r20026 | pdherbemont | 2007-05-08 15:35:38 +0200 (Tue, 08 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/sfilters.m
-
-Mac OS X gui: Protect against NULL string, and fix filter window crash.
-
-------------------------------------------------------------------------
-r20025 | pdherbemont | 2007-05-08 13:25:39 +0200 (Tue, 08 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-
-Mac OS X gui: Send mouse wheel left/right event to vlc. This is a bit hackish and need some tuning.
-
-------------------------------------------------------------------------
-r20024 | pdherbemont | 2007-05-08 13:23:47 +0200 (Tue, 08 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/control/hotkeys.c
-
-Hotkeys: Enable mouse wheel up/down and left/right usage. (mapped respectivly to volume up/down, and position forward/backward). This commit needs review.
-
-------------------------------------------------------------------------
-r20023 | oaubert | 2007-05-07 15:28:49 +0200 (Mon, 07 May 2007) | 3 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_mediacontrol.c
-
-python bindings: use mediacontrol_StreamInformation__free + fix
-memleak in MediaControl_snapshot
-
-------------------------------------------------------------------------
-r20022 | oaubert | 2007-05-07 15:22:03 +0200 (Mon, 07 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/mediacontrol.h
-   M /trunk/src/control/mediacontrol_util.c
-
-mediacontrol API: implement mediacontrol_StreamInformation__free in the public API.
-
-------------------------------------------------------------------------
-r20021 | dionoea | 2007-05-04 23:49:09 +0200 (Fri, 04 May 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Add news about proxy support for MMSH streams (please add these kind of news when you commit the features!)
-
-------------------------------------------------------------------------
-r20020 | dionoea | 2007-05-04 23:48:04 +0200 (Fri, 04 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-
-* mmsh.c: Try using the http-proxy config option if mmsh-proxy wasn't set (Untested).
-
-------------------------------------------------------------------------
-r20019 | dionoea | 2007-05-04 23:40:05 +0200 (Fri, 04 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/vlm.c
-
-"[PATCH] add play <url> ability to vlm" by Ilkka Ollakka
-
-------------------------------------------------------------------------
-r20018 | dionoea | 2007-05-04 23:35:50 +0200 (Fri, 04 May 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/src/input/vlm.c
-
-"[PATCH] show input index-number in vlm show" by Ilkka Ollakka
-
-------------------------------------------------------------------------
-r20017 | damienf | 2007-05-04 22:05:20 +0200 (Fri, 04 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/input_manager.cpp
-
-- wxwidgets: slider tweaks completed, needs testing
-
-------------------------------------------------------------------------
-r20016 | xtophe | 2007-05-04 21:21:48 +0200 (Fri, 04 May 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   A /trunk/po/fa.po
-   M /trunk/src/libvlc-module.c
-
-Persian localisation by Meelad Zakaria and Farzaneh Sarafraz
-
-------------------------------------------------------------------------
-r20015 | damienf | 2007-05-04 19:57:30 +0200 (Fri, 04 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/input_manager.cpp
-
-- wxwidgets: for win32, patch movie wxSlider underlying control behaviour so that jumps are replaced by abosolute seeks, need a few more tweaks
-
-------------------------------------------------------------------------
-r20014 | pdherbemont | 2007-05-04 15:29:15 +0200 (Fri, 04 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-
-Mac OS X gui: Quick Preferences fix.
-
-------------------------------------------------------------------------
-r20013 | fkuehne | 2007-05-04 09:20:21 +0200 (Fri, 04 May 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* don't use emacs when compiling gettext on non-win32 platforms. This fixes the compilation on future darwin releases.
-------------------------------------------------------------------------
-r20012 | jb | 2007-05-04 02:04:11 +0200 (Fri, 04 May 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-qt4 - Systray: - Repair the hide-and-never-show-back bug,
-               - Repair the quit-VLC-but-let-the-menu W32 bug,
-               - add an option to start VLC minimized.
-
-
-------------------------------------------------------------------------
-r20011 | gbazin | 2007-05-03 22:42:54 +0200 (Thu, 03 May 2007) | 1 line
-Changed paths:
-   M /trunk/src/input/stream.c
-
-* src/input/stream.c: fix input-list code.
-------------------------------------------------------------------------
-r20010 | oaubert | 2007-05-03 22:03:09 +0200 (Thu, 03 May 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlcglue.h
-
-python bindings: use new mediacontrol_exception_create function
-
-------------------------------------------------------------------------
-r20009 | oaubert | 2007-05-03 22:02:34 +0200 (Thu, 03 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/mediacontrol.h
-   M /trunk/src/control/mediacontrol_audio_video.c
-   M /trunk/src/control/mediacontrol_core.c
-   M /trunk/src/control/mediacontrol_util.c
-
-mediacontrol API: split old mediacontrol_exception_init behaviour into mediacontrol_exception_create/mediacontrol_exception_init
-
-------------------------------------------------------------------------
-r20008 | jb | 2007-05-03 21:52:45 +0200 (Thu, 03 May 2007) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-Change prefer-system-codecs category (put it in codecs, not input/codec)
-
-
-------------------------------------------------------------------------
-r20007 | jb | 2007-05-03 21:31:13 +0200 (Thu, 03 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/gototime.cpp
-
-Qt4 - GOto TIme dialog. Adjustement in size.
-
-
-------------------------------------------------------------------------
-r20006 | jb | 2007-05-03 21:18:39 +0200 (Thu, 03 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/ui/open.ui
-   M /trunk/modules/gui/qt4/ui/open_capture.ui
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-   M /trunk/modules/gui/qt4/ui/open_net.ui
-
-qt4 - Open dialog. Smaller Width;
-
-
-------------------------------------------------------------------------
-r20005 | oaubert | 2007-05-03 19:44:07 +0200 (Thu, 03 May 2007) | 3 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_util.c
-
-src/control/mediacontrol_util.c: revert rev. 19899, and document the
-mediacontrol_exception_init function.
-
-------------------------------------------------------------------------
-r20004 | Trax | 2007-05-03 18:53:14 +0200 (Thu, 03 May 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: Add mvrange-thread, non-deterministic and pre-scenecut options.
-------------------------------------------------------------------------
-r20003 | jb | 2007-05-03 01:30:54 +0200 (Thu, 03 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-Qt4 - Open Disc: handle dvdsimple
-
-
-------------------------------------------------------------------------
-r20002 | jb | 2007-05-03 01:11:26 +0200 (Thu, 03 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-Cosmetic and brackets.
-
-
-------------------------------------------------------------------------
-r20001 | jb | 2007-05-03 01:04:07 +0200 (Thu, 03 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/real.c
-
-Add a "(" to fix previous commit.
-
-
-------------------------------------------------------------------------
-r20000 | jb | 2007-05-03 00:59:49 +0200 (Thu, 03 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/demux/real.c
-
-Should add atrac3 support in rm files. Patch by Benjamin Larsson (real.c) and me (ffmpeg.c)
-
-
-------------------------------------------------------------------------
-r19999 | jb | 2007-05-03 00:57:51 +0200 (Thu, 03 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/menus.hpp
-
-qt4 - Systray Menu - Add hide/show handling, open dialog, help menu, and some click handling.
-
-
-------------------------------------------------------------------------
-r19998 | jb | 2007-05-03 00:55:45 +0200 (Thu, 03 May 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.hpp
-
-Qt4 - Preferences. Add an apply button and warnings to force saving 
-and rebuilding when switching details depth.
-
-
-------------------------------------------------------------------------
-r19997 | jb | 2007-05-02 23:19:35 +0200 (Wed, 02 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_video.ui
-
-qt4 - Simple Preferences: add the overlay option to the video preferences panel.
-
-
-------------------------------------------------------------------------
-r19996 | jb | 2007-05-02 23:10:08 +0200 (Wed, 02 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/open.ui
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-   M /trunk/modules/gui/qt4/ui/open_net.ui
-
-Qt4 - Add various tooltips: Open (1)
-
-------------------------------------------------------------------------
-r19995 | jb | 2007-05-02 22:33:24 +0200 (Wed, 02 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Qt4 - Text correction.
-
-
-------------------------------------------------------------------------
-r19994 | jb | 2007-05-02 21:58:03 +0200 (Wed, 02 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/menus.hpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/res.qrc
-
-Qt4 - Systray Icon and menu to control VLC. Play/Pause Stop Previous Next Quit for now. Ref #294
-
-
-------------------------------------------------------------------------
-r19993 | damienf | 2007-05-02 19:30:25 +0200 (Wed, 02 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/direct3d.c
-   M /trunk/modules/video_output/directx/events.c
-
-- direct3d: fix for cropping, closes #1185
-
-------------------------------------------------------------------------
-r19992 | courmisch | 2007-05-01 19:18:46 +0200 (Tue, 01 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sdp.c
-   M /trunk/src/stream_output/stream_output.h
-
-Provide va_list variant to MakeSDPMedia
-
-------------------------------------------------------------------------
-r19991 | courmisch | 2007-05-01 19:14:14 +0200 (Tue, 01 May 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sdp.c
-   M /trunk/src/stream_output/stream_output.h
-
-Add helper for SDP media description formatting
-
-------------------------------------------------------------------------
-r19990 | courmisch | 2007-05-01 17:46:13 +0200 (Tue, 01 May 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_sout.h
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/stream_output.h
-
-Fix some memleaks
-
-------------------------------------------------------------------------
-r19989 | dionoea | 2007-05-01 16:24:16 +0200 (Tue, 01 May 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/fake.c
-
-fake.c: allow changing the fake-file-reload option at runtime (untested).
-
-------------------------------------------------------------------------
-r19988 | sigmunau | 2007-05-01 13:08:40 +0200 (Tue, 01 May 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-Apply the same probes as is done in Open when checking other mkvs in
-the same dir in order to weed out invalid files before calling
-libmatroska. Fixes #1158 and a memleak in that area
-
-------------------------------------------------------------------------
-r19987 | sigmunau | 2007-05-01 12:10:34 +0200 (Tue, 01 May 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-hotkeys.c: Don't continue looking once the action for your key is
-found. Should save a few precious cycles
-
-------------------------------------------------------------------------
-r19986 | sigmunau | 2007-05-01 11:58:59 +0200 (Tue, 01 May 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-hotkeys.c: Print a warning and do nothing when something issues a 0
-keyevent, rather than execute the last unassigned key action. Fixes an
-issue that causes the playback to be unintenionally paused whenever a
-modifier is pressed and the qt4 interface has focus (key-pause is not
-assigned by default)
-
-------------------------------------------------------------------------
-r19985 | jb | 2007-04-30 21:49:26 +0200 (Mon, 30 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_intf_strings.h
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - Menus. Add the missing dialogs calls. If someone wants to write VLM and Bookmarks dialogs... 
-
-
-------------------------------------------------------------------------
-r19984 | jb | 2007-04-30 21:12:15 +0200 (Mon, 30 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-Qt4 - Main Windows: Rename the interface to $MEDIANAME - VLC media player.
-
-
-------------------------------------------------------------------------
-r19983 | jb | 2007-04-30 20:09:34 +0200 (Mon, 30 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Qt4 - Preferences: Add an option and the code needed to start with the advanced preferences. 1337 function.
-
-
-------------------------------------------------------------------------
-r19982 | jb | 2007-04-30 19:42:21 +0200 (Mon, 30 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_input.ui
-
-Qt4 - Simple Prefs: add a Prefer System Codecs checkBox in Simple Preferences Panel under Windows.
-
-
-
-------------------------------------------------------------------------
-r19981 | courmisch | 2007-04-30 17:04:47 +0200 (Mon, 30 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/strings.c
-
-Handle errors without crashing
-
-------------------------------------------------------------------------
-r19980 | jb | 2007-04-30 02:50:19 +0200 (Mon, 30 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-
-Qt4 - Indentation fix on previous commit.
-
-
-------------------------------------------------------------------------
-r19979 | jb | 2007-04-30 02:44:18 +0200 (Mon, 30 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-
-Qt4 - Preferences. Introduction of a checkBoxListItem struct to handle (key, value for CheckBoxes) in order to implement completely ModuleList autogeneration. Modify the functions needed to generate the correct String Configuration. Complete Preferences should be functionnal now.
-
-
-------------------------------------------------------------------------
-r19978 | jb | 2007-04-30 00:52:08 +0200 (Mon, 30 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
-
-Qt4 - Very slight change of behaviour.
-
-
-------------------------------------------------------------------------
-r19977 | jb | 2007-04-30 00:47:36 +0200 (Mon, 30 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-
-Qt4 - Preferences. Implement the onUpdate for ModuleList.
-
-
-------------------------------------------------------------------------
-r19976 | jb | 2007-04-29 23:50:34 +0200 (Sun, 29 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
-
-Qt4 - Simple Prefs: little adjustements.
-
-
-------------------------------------------------------------------------
-r19975 | jb | 2007-04-29 23:21:55 +0200 (Sun, 29 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-
-Qt4 - File forgotten in previous commit.
-
-
-------------------------------------------------------------------------
-r19974 | jb | 2007-04-29 23:16:16 +0200 (Sun, 29 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Qt4 - Simple Prefs. Small modifications on style.
-
-
-------------------------------------------------------------------------
-r19973 | damienf | 2007-04-29 19:44:44 +0200 (Sun, 29 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-- live555: toggle TCP use when we receive a '461 Unsupported Transport' during SETUP request
-
-------------------------------------------------------------------------
-r19972 | jb | 2007-04-29 13:37:17 +0200 (Sun, 29 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Wx - Increase the time display. Close #1116. Does not happen in Qt4.
-
-
-------------------------------------------------------------------------
-r19971 | jpsaman | 2007-04-29 11:22:04 +0200 (Sun, 29 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/rtp/rtcp.c
-   M /trunk/modules/mux/rtp/rtcp.h
-
-Numerous compile fixes.
-
-------------------------------------------------------------------------
-r19970 | damienf | 2007-04-28 19:49:39 +0200 (Sat, 28 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/asx.c
-
-- asx.c: added support for STARTTIME and DURATION tags, some cleanups. Unfortunately, i've noted that live555 RTSP user agent is having trouble with MS RTSP server, so these tags may never be of any use.
-
-------------------------------------------------------------------------
-r19969 | jb | 2007-04-28 19:48:56 +0200 (Sat, 28 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-qt4 - language is win32 only.
-
-
-------------------------------------------------------------------------
-r19968 | courmisch | 2007-04-28 19:40:51 +0200 (Sat, 28 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/access_filter/Modules.am
-   A /trunk/modules/access_filter/bandwidth.c
-
-Bandwidth limit access filter
-
-------------------------------------------------------------------------
-r19967 | courmisch | 2007-04-28 19:21:09 +0200 (Sat, 28 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/bda
-
-svn:ignore
-
-------------------------------------------------------------------------
-r19966 | jb | 2007-04-28 17:39:42 +0200 (Sat, 28 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-
-Qt4 - Preferences Size.
-
-
-------------------------------------------------------------------------
-r19965 | jb | 2007-04-28 17:28:39 +0200 (Sat, 28 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/complete_preferences.cpp
-
-Qt4 - Preferences: Let the titles be consistent between simple and advanced prefrences.
-
-
-------------------------------------------------------------------------
-r19964 | jb | 2007-04-28 17:11:17 +0200 (Sat, 28 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/complete_preferences.cpp
-
-Qt4 - Preferences: Fix the help text behaviour from modules. Known also as the very-too-wide-resizing-and-very-too-big-letters.
-
-
-------------------------------------------------------------------------
-r19963 | jpsaman | 2007-04-28 16:03:36 +0200 (Sat, 28 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-config.patch
-   M /trunk/extras/contrib/src/Patches/live.patch
-
-Update patches to latest live tarball.
-
-------------------------------------------------------------------------
-r19962 | pdherbemont | 2007-04-28 14:24:48 +0200 (Sat, 28 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-starttime.patch
-   M /trunk/extras/contrib/src/Patches/live.patch
-
-contrib: Attempt to fix live555 patches.
-
-------------------------------------------------------------------------
-r19961 | jb | 2007-04-28 04:22:43 +0200 (Sat, 28 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-qt4 - menu: indentation correction.
-
-
-------------------------------------------------------------------------
-r19960 | jb | 2007-04-28 04:16:08 +0200 (Sat, 28 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - Popup Menu: Add open and help. Correct the tool menu behaviour. Other small fix.
-
-------------------------------------------------------------------------
-r19959 | jb | 2007-04-28 03:36:15 +0200 (Sat, 28 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - Menus modifications and additions. ( hide & playlist mainly )
-
-
-------------------------------------------------------------------------
-r19958 | jb | 2007-04-28 02:31:54 +0200 (Sat, 28 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-   M /trunk/modules/gui/qt4/dialogs/extended.hpp
-   M /trunk/modules/gui/qt4/dialogs/gototime.cpp
-   M /trunk/modules/gui/qt4/dialogs/gototime.hpp
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/qt4/dialogs/help.hpp
-   M /trunk/modules/gui/qt4/dialogs/interaction.cpp
-   M /trunk/modules/gui/qt4/dialogs/interaction.hpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-   M /trunk/modules/gui/qt4/dialogs/messages.hpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.hpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-
-qt4 - Copyright, CRs and unwanted commits.
-
-
-------------------------------------------------------------------------
-r19957 | jb | 2007-04-28 02:26:29 +0200 (Sat, 28 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/complete_preferences.cpp
-   M /trunk/modules/gui/qt4/components/complete_preferences.hpp
-   M /trunk/modules/gui/qt4/components/extended_panels.hpp
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-Qt4 - Copyright update and CRs
-
-
-------------------------------------------------------------------------
-r19956 | jb | 2007-04-28 02:16:35 +0200 (Sat, 28 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/playlist_model.cpp
-   M /trunk/modules/gui/qt4/ui/open.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-Qt4 - Open Dialog and related. Change on the actions to stream out. Lots of corrections. Add a few new menu entries. Check some sizes.
-
-
-------------------------------------------------------------------------
-r19955 | dionoea | 2007-04-27 23:21:39 +0200 (Fri, 27 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Fix a bug.
-
-------------------------------------------------------------------------
-r19954 | xtophe | 2007-04-27 21:46:50 +0200 (Fri, 27 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
-
-Fix memory corruption in wx locales handling on UTF8 system with iconv
-
-------------------------------------------------------------------------
-r19953 | jb | 2007-04-27 19:36:10 +0200 (Fri, 27 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/extended.cpp
-
-qt4 - extended dialog is a QtTool dialog.
-
-------------------------------------------------------------------------
-r19952 | oaubert | 2007-04-27 16:25:08 +0200 (Fri, 27 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/Makefile.am
-
-bindings/python/Makefile.am: move COMPILERARG initialization in the all: target to make sure that it is defined at the right place
-
-------------------------------------------------------------------------
-r19951 | jb | 2007-04-27 00:41:52 +0200 (Fri, 27 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/gototime.cpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-
-qt4 - Size and translations.
-
-------------------------------------------------------------------------
-r19950 | jb | 2007-04-27 00:37:58 +0200 (Fri, 27 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-
-Qt4 - Complete preferences. Make ModuleList Clearer than it is now... Align SpinBox correctly. Make directory and file use 2 column instead of three.
-
-
-------------------------------------------------------------------------
-r19949 | damienf | 2007-04-26 23:45:13 +0200 (Thu, 26 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/direct3d.c
-   M /trunk/modules/video_output/directx/vout.h
-
-- directx: backport leftovers from vlc-0.8.6-bugix
-
-------------------------------------------------------------------------
-r19948 | courmisch | 2007-04-26 21:53:53 +0200 (Thu, 26 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/dump.c
-
-grammar
-
-------------------------------------------------------------------------
-r19947 | dionoea | 2007-04-26 21:33:33 +0200 (Thu, 26 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/quartztext.c
-   M /trunk/src/video_output/vout_subpictures.c
-
- * [PATCH] Memory hole fix by Bernie Purcell
-
-------------------------------------------------------------------------
-r19946 | damienf | 2007-04-26 18:03:55 +0200 (Thu, 26 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-fixed memleak pointed out by xtophe in previous commit
-
-------------------------------------------------------------------------
-r19945 | damienf | 2007-04-26 17:51:03 +0200 (Thu, 26 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc-module.c
-
-- configuration: added "--prefer-system-codecs" option to force VLC to use codecs installed on system whwn a choice is available (currently only works on win32)
-
-------------------------------------------------------------------------
-r19944 | damienf | 2007-04-26 13:25:07 +0200 (Thu, 26 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/direct3d.c
-   M /trunk/modules/video_output/directx/directx.c
-   M /trunk/modules/video_output/directx/events.c
-   M /trunk/modules/video_output/directx/glwin32.c
-
-- directx: avoid mixing GDI and Direct3D/OpenGL/DirectX (non-overlay) in video window, should help Vista compatibility
-
-------------------------------------------------------------------------
-r19943 | jpsaman | 2007-04-26 12:03:51 +0200 (Thu, 26 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_variables.h
-   M /trunk/modules/codec/fake.c
-   M /trunk/src/misc/variables.c
-
-Specifying --fake-file-reload 5 reloads the image file every 5 seconds. This will change the background image in a mosaic solution. The usage scenario is for instance a webcam that uploads an images every x seconds to the same file location.
-
-------------------------------------------------------------------------
-r19942 | jpsaman | 2007-04-26 11:59:58 +0200 (Thu, 26 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/modules/video_filter/osdmenu.c
-
-remove trailing whitespace
-------------------------------------------------------------------------
-r19941 | jpsaman | 2007-04-26 08:48:12 +0200 (Thu, 26 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Small codingstyle cleanup
-------------------------------------------------------------------------
-r19940 | jpsaman | 2007-04-26 08:44:28 +0200 (Thu, 26 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvb/dvb.h
-   M /trunk/modules/access/fake.c
-
-Remove emptylines and whitespace
-------------------------------------------------------------------------
-r19939 | jb | 2007-04-26 01:27:55 +0200 (Thu, 26 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-
-qt4 - Cleaning.
-
-
-------------------------------------------------------------------------
-r19938 | jb | 2007-04-26 01:26:45 +0200 (Thu, 26 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/gototime.cpp
-
-Qt4 - Try to use a Tool Dialog for the GotoTime dialog.
-
-
-------------------------------------------------------------------------
-r19937 | damienf | 2007-04-26 00:51:10 +0200 (Thu, 26 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/menus.hpp
-
- - Qt4: fix popup menu
-
-------------------------------------------------------------------------
-r19936 | jb | 2007-04-26 00:00:27 +0200 (Thu, 26 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/audio_output/jack.c
-
-Jack patch by Jon Griffiths, fix crashes, improve debuging and use regexps.
-
-
-------------------------------------------------------------------------
-r19935 | xtophe | 2007-04-25 22:01:18 +0200 (Wed, 25 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Detect also .exe when looking for programs under win
-
-------------------------------------------------------------------------
-r19934 | pdherbemont | 2007-04-25 21:55:51 +0200 (Wed, 25 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-
-Mac OS X gui: Make sure the fullscreen window will stay on top (should fix a blinking issue when leaving fullscreen).
-
-------------------------------------------------------------------------
-r19933 | dionoea | 2007-04-25 21:37:47 +0200 (Wed, 25 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/motiondetect.c
-
-motiondetect.c: Oops commit.
-
-------------------------------------------------------------------------
-r19932 | dionoea | 2007-04-25 21:20:43 +0200 (Wed, 25 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/motiondetect.c
-   M /trunk/modules/video_filter/puzzle.c
-
-* motiondetect.c: remove useless include.
-* puzzle.c: compile warning fix.
-
-------------------------------------------------------------------------
-r19931 | jpsaman | 2007-04-25 21:15:39 +0200 (Wed, 25 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/demux/rawdv.c
-
-Patch from Paul Corke for rawdv to advance the timestamp when it is about to fall behind because the hardware sometimes skips a frame on a live feed. Renamed - -rawdv-realtime to --rawdv-hurry-up because its working is similar to --sout-transcode-hurry-up. Also fixed a potential memory leak.
-
-------------------------------------------------------------------------
-r19930 | jb | 2007-04-25 20:12:57 +0200 (Wed, 25 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-
-Qt4 - Dialog size. Hope to fix windows bug.
-
-
-------------------------------------------------------------------------
-r19929 | damienf | 2007-04-25 18:26:19 +0200 (Wed, 25 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-- directx: optimize WM_PAINT event handling
-
-------------------------------------------------------------------------
-r19928 | funman | 2007-04-25 14:38:10 +0200 (Wed, 25 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Doesn't shutdown hal connection if initialisation failed.
-(That usually happens when system D-Bus daemon is not running)
-
-------------------------------------------------------------------------
-r19927 | jb | 2007-04-25 00:02:10 +0200 (Wed, 25 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-Qt4 - Open. Make files in a better way to stop whiners (2)
-
-
-------------------------------------------------------------------------
-r19926 | pdherbemont | 2007-04-24 23:42:29 +0200 (Tue, 24 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Quartz (Mac OS X) subtitle renderer by Bernie Purcell. (Part 2)
-
-------------------------------------------------------------------------
-r19925 | jb | 2007-04-24 23:33:57 +0200 (Tue, 24 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-
-Contrib and qt4 exe for whiners
-
-
-------------------------------------------------------------------------
-r19924 | pdherbemont | 2007-04-24 21:59:59 +0200 (Tue, 24 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/LIST
-   M /trunk/modules/misc/Modules.am
-   A /trunk/modules/misc/quartztext.c
-
-Quartz (Mac OS X) subtitle renderer by Bernie Purcell.
-
-------------------------------------------------------------------------
-r19923 | oaubert | 2007-04-24 16:02:40 +0200 (Tue, 24 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/Makefile.am
-
-bindings/python/Makefile.am: remove wrong whitespace around = sign
-
-------------------------------------------------------------------------
-r19922 | dionoea | 2007-04-23 23:41:25 +0200 (Mon, 23 Apr 2007) | 19 lines
-Changed paths:
-   M /trunk/modules/video_filter/gaussianblur.c
-
-Yet another optimisation for the gaussian filter. This adds a compile
-time option to use floats instead of integers. Performance comparison
-is:
-(performance is in numbers of samples output by oprofile. Less is better)
-
-sigma   old version (integers)       integers       floats
- 2.0    556889                    466435 (-17%)  481293 (-13%)
- 4.0    902749 (core maxed out)   732755 (-19%)  716070 (-21%)
-
-I'll have to check why relative performance gain depends on sigma when
-comparing the the float and integer versions.
-
-I'll aslo add another module (most likely named fastgaussianblur.c)
-based on Frederick M. Waltz and John W. V. Miller's "An efficient
-algorithm for Gaussian blur using finite-state machines" article. This
-seems to be way faster (but it's doesn't allow as much granularity in
-the gaussian's choice and it adds an error compared to this module).
-
-
-------------------------------------------------------------------------
-r19921 | jb | 2007-04-23 22:24:30 +0200 (Mon, 23 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-starttime.patch
-
-Repair live patch.
-The arm.config error that occurs is just that someone commited a dos file...
-dos2unix could fix it. but it is not on Apples....
-
-
-------------------------------------------------------------------------
-r19920 | jb | 2007-04-23 20:43:55 +0200 (Mon, 23 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-GNutls ++
-
-
-------------------------------------------------------------------------
-r19919 | jb | 2007-04-23 20:34:35 +0200 (Mon, 23 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-libxml2 2.6.28
-
-
-------------------------------------------------------------------------
-r19918 | jb | 2007-04-23 19:15:49 +0200 (Mon, 23 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Contribs. Include qt4/bin/*.exe for the windows users.
-
-
-
-------------------------------------------------------------------------
-r19917 | damienf | 2007-04-23 18:29:08 +0200 (Mon, 23 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-- vlc.exe: removed DOS console when starting up
-
-------------------------------------------------------------------------
-r19916 | damienf | 2007-04-23 15:45:07 +0200 (Mon, 23 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/NEWS
-   M /trunk/THANKS
-
-- praises for Ken Self and BDA annoucement
-
-------------------------------------------------------------------------
-r19915 | damienf | 2007-04-23 14:37:13 +0200 (Mon, 23 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/modules/access/bda
-   A /trunk/modules/access/bda/Modules.am
-   A /trunk/modules/access/bda/bda.c
-   A /trunk/modules/access/bda/bda.h
-   A /trunk/modules/access/bda/bdadefs.h
-   A /trunk/modules/access/bda/bdagraph.cpp
-   A /trunk/modules/access/bda/bdagraph.h
-
-- the long awaited Windows BDA driver support for DVB/ATSC capture cards, courtesy of Ken Self.
-
-------------------------------------------------------------------------
-r19914 | jb | 2007-04-23 01:06:50 +0200 (Mon, 23 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/libgpg-error.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-Contrib libgpg-error 1.3 => 1.5. Remove unnecessary patch (integrated upstream)
-
-
-------------------------------------------------------------------------
-r19913 | jb | 2007-04-23 00:53:34 +0200 (Mon, 23 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contrib. Freetye goes to 2.3.4. We hope it will repair the 2.3.1, 2.3.2, bugs...
-
-
-
-------------------------------------------------------------------------
-r19912 | jb | 2007-04-23 00:46:33 +0200 (Mon, 23 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contrib: Libpng 1.26 should correct some bug on NON-MMX platforms.
-
-
-------------------------------------------------------------------------
-r19911 | jb | 2007-04-23 00:25:32 +0200 (Mon, 23 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/darwin.mak
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-Contrib.SDL_image 1.25 because 1.24 was removed from main server
-
-
-------------------------------------------------------------------------
-r19910 | jb | 2007-04-23 00:14:02 +0200 (Mon, 23 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/beos.mak
-   M /trunk/extras/contrib/src/Distributions/darwin.mak
-   M /trunk/extras/contrib/src/Distributions/debian.mak
-   M /trunk/extras/contrib/src/Distributions/fedora.mak
-   M /trunk/extras/contrib/src/Distributions/unix.mak
-   M /trunk/extras/contrib/src/Distributions/win32.mak
-   M /trunk/extras/contrib/src/Makefile
-
-Contrib. Try to be a little consistent. This may kill your pinguin.
-
-
-------------------------------------------------------------------------
-r19909 | jb | 2007-04-23 00:07:45 +0200 (Mon, 23 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/mpcdec.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs MPCDEC bumps to 1.2.6. Patch has been submitted upstream.
-
-
-------------------------------------------------------------------------
-r19908 | jb | 2007-04-22 22:41:54 +0200 (Sun, 22 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Contribs: add a make clean-svn to accelerate contribs updates.
-
-
-------------------------------------------------------------------------
-r19907 | pdherbemont | 2007-04-22 18:45:08 +0200 (Sun, 22 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.h
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/vout.m
-
-Mac OS X gui: Use the proper vlc infrastructure to send mouse wheel event.
-
-------------------------------------------------------------------------
-r19906 | pdherbemont | 2007-04-22 16:07:46 +0200 (Sun, 22 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-Mac OS X gui: Use the scroll wheel to set the sound volume. This may need some tuning though.
-
-------------------------------------------------------------------------
-r19905 | dionoea | 2007-04-22 12:27:49 +0200 (Sun, 22 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/gaussianblur.c
-
-Gaussian blur optimisation. It now runs without skipping images with default sigma (2.0) using my small sample video (352x240). This still needs to be optimised a lot.
-
-------------------------------------------------------------------------
-r19904 | jpsaman | 2007-04-22 10:37:38 +0200 (Sun, 22 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/libavi.c
-
-Patch to fix ticket #1162 by npl at chello.at.
-
-------------------------------------------------------------------------
-r19903 | dionoea | 2007-04-22 01:26:46 +0200 (Sun, 22 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/gaussianblur.c (from /trunk/modules/video_filter/noise.c:19891)
-
-New gaussian blur video filter. This currently takes way too much CPU. I'm not sure how it should be optimised. Maybe using floats instead of ints might work (if it can remove the need for a division).
-
-------------------------------------------------------------------------
-r19902 | xtophe | 2007-04-22 01:19:33 +0200 (Sun, 22 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/rawvid.c
-
-svn keywords
-
-------------------------------------------------------------------------
-r19901 | dionoea | 2007-04-22 00:42:20 +0200 (Sun, 22 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/noise.c
-
-Fix i_pitch vs i_visible_pitch bug.
-
-------------------------------------------------------------------------
-r19900 | oaubert | 2007-04-22 00:30:23 +0200 (Sun, 22 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_internal.h
-
-src/control/mediacontrol_internal.h: do not set exception attributes if
-no exception was passed
-
-------------------------------------------------------------------------
-r19899 | oaubert | 2007-04-22 00:25:37 +0200 (Sun, 22 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/src/control/mediacontrol_util.c
-
-src/control/mediacontrol_util: do not malloc a mediacontrol_Exception
-if it is NULL (memleak pointed by Pierre D'Herbemont)
-
-------------------------------------------------------------------------
-r19898 | gbazin | 2007-04-21 22:06:39 +0200 (Sat, 21 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/rawvid.c
-
-* modules/demux/rawvid.c: raw video demuxer (only does YV12 for now).
-------------------------------------------------------------------------
-r19897 | gbazin | 2007-04-21 21:09:23 +0200 (Sat, 21 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mpeg/m4v.c
-
-* modules/demux/mpeg/m4v.c: new m4v-fps config option.
-------------------------------------------------------------------------
-r19896 | fkuehne | 2007-04-21 13:07:05 +0200 (Sat, 21 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-* dropped 10.3, num 2
-------------------------------------------------------------------------
-r19895 | fkuehne | 2007-04-21 12:59:05 +0200 (Sat, 21 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* drop 10.3.9 support in favour for 10.4u
-------------------------------------------------------------------------
-r19894 | xtophe | 2007-04-21 02:47:57 +0200 (Sat, 21 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-trailing space
-
-------------------------------------------------------------------------
-r19893 | xtophe | 2007-04-21 01:55:02 +0200 (Sat, 21 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   D /trunk/share/applications/gnome-vlc-default.sh
-   A /trunk/share/utils
-   A /trunk/share/utils/gnome-vlc-default.sh (from /trunk/share/applications/gnome-vlc-default.sh:19881)
-
-gnome-vlc-default.sh is a script but i don't think it has anything to do in $PREFIX/bin and even less in $PREFIX/bin/application. so Put it in $PREFIX/share/vlc/utils
-
-------------------------------------------------------------------------
-r19892 | dionoea | 2007-04-21 01:48:27 +0200 (Sat, 21 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/control/motion.c
-   M /trunk/modules/video_filter/rotate.c
-
- * rotate.c: Fix a few bugs + don't use p_libvlc_global to store instance specific parameters
- * motion.c: reflect changes on rotate.c
-
-------------------------------------------------------------------------
-r19891 | courmisch | 2007-04-20 17:21:59 +0200 (Fri, 20 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Exclude incompilable MMX optimization for 420 YUY2 in debug builds
-
-------------------------------------------------------------------------
-r19890 | thresh | 2007-04-20 12:40:03 +0200 (Fri, 20 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-Another fortune gladly supplied by dionoea and xtophe
-
-------------------------------------------------------------------------
-r19889 | fkuehne | 2007-04-20 09:50:54 +0200 (Fri, 20 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* sync with 0.8.6b's final notes
-------------------------------------------------------------------------
-r19888 | jb | 2007-04-20 02:13:18 +0200 (Fri, 20 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-
-Qt4 - Open Dialog: Attempt to solve a Windows only bug. qt4 bug? VLC bug? I don't know yet.
-
-
-------------------------------------------------------------------------
-r19887 | jb | 2007-04-20 02:03:50 +0200 (Fri, 20 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - Cosmetic changes.
-
-
-------------------------------------------------------------------------
-r19886 | jb | 2007-04-20 01:49:01 +0200 (Fri, 20 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.hpp
-
-Qt4 - Sout: add a function to toggleVisibility of StreamOut widgets... Yes I will need it :D
-
-
-
-------------------------------------------------------------------------
-r19885 | jb | 2007-04-20 01:24:48 +0200 (Fri, 20 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Cropping ratios: add 35mm Widescreen Eur and US.
-
-
-------------------------------------------------------------------------
-r19884 | jb | 2007-04-20 01:07:31 +0200 (Fri, 20 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Add 2.35 and 2.39 cropping ratios.
-
-
-
-------------------------------------------------------------------------
-r19883 | jb | 2007-04-20 00:18:28 +0200 (Fri, 20 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - Add entries to the popupMenu.
-
-
-------------------------------------------------------------------------
-r19882 | gbazin | 2007-04-19 23:30:15 +0200 (Thu, 19 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/mux/mp4.c
-
-* modules/demux/mp4/*, modules/mux/mp4.c: add support for yv12 and yuy2.
-------------------------------------------------------------------------
-r19881 | xtophe | 2007-04-19 19:45:30 +0200 (Thu, 19 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/release-howto.txt
-
-some notes about mirrors
-
-------------------------------------------------------------------------
-r19880 | dionoea | 2007-04-19 19:43:16 +0200 (Thu, 19 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/scale.c
-
-Optimze nearest neighboor scaling implementation. This is used by the sub pictures core. CPU decrease compared to previous version with my test filter was: 66% for YUVA, 65% for I420 and 71% for RGBA.
-
-------------------------------------------------------------------------
-r19879 | yoann | 2007-04-19 19:36:34 +0200 (Thu, 19 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/release-howto.txt
-
-* don't forget the "Check for updates" functionality
-
-------------------------------------------------------------------------
-r19878 | courmisch | 2007-04-19 16:54:06 +0200 (Thu, 19 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-
-Spelling
-
-------------------------------------------------------------------------
-r19877 | jpsaman | 2007-04-19 10:33:30 +0200 (Thu, 19 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-
-Check return value of malloc()
-------------------------------------------------------------------------
-r19876 | jb | 2007-04-19 02:01:24 +0200 (Thu, 19 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-   M /trunk/extras/contrib/change_prefix.sh
-
-Contribs... .la again....
-
-
-------------------------------------------------------------------------
-r19875 | jb | 2007-04-18 22:40:12 +0200 (Wed, 18 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/input_manager.cpp
-   M /trunk/modules/gui/qt4/input_manager.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/qt4.cpp
-   M /trunk/modules/gui/qt4/qt4.hpp
-
-Qt4 - popupMenu and AlwaysOnTop. Needs testing.
-Mostly patch by  Sergey Volk
-
-
-
-------------------------------------------------------------------------
-r19874 | jb | 2007-04-18 22:07:42 +0200 (Wed, 18 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-
-qt4 - Bug in next/prev chapter. Found out by  Sergey Volk
-
-
-------------------------------------------------------------------------
-r19873 | jb | 2007-04-18 21:32:53 +0200 (Wed, 18 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/change_prefix.sh
-
-Contrib: Attempt to repair .la pathes. Repeating things, because I don't know how to do it better... Anyway, just an attempt
-
-
-------------------------------------------------------------------------
-r19872 | courmisch | 2007-04-18 21:22:53 +0200 (Wed, 18 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_internal.h
-
-Kludge the kludge around the kludge around the kludge (sic)
-
-------------------------------------------------------------------------
-r19871 | courmisch | 2007-04-18 21:19:11 +0200 (Wed, 18 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input_internal.h
-
-Ugly kludge around a kludge around a kludge. That's so nice.
-
-------------------------------------------------------------------------
-r19869 | courmisch | 2007-04-18 20:55:19 +0200 (Wed, 18 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_stream.h
-   M /trunk/src/input/demux.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/mem_stream.c
-   M /trunk/src/input/stream.c
-   M /trunk/src/misc/objects.c
-
-Uuinline functions and hide stream_t (it's not used in any module anyway)
-
-------------------------------------------------------------------------
-r19868 | courmisch | 2007-04-18 20:24:47 +0200 (Wed, 18 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Compile fix
-
-------------------------------------------------------------------------
-r19867 | courmisch | 2007-04-18 19:25:37 +0200 (Wed, 18 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_stream.h
-
-typo
-
-------------------------------------------------------------------------
-r19866 | courmisch | 2007-04-18 18:52:40 +0200 (Wed, 18 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Minor simplification
-
-------------------------------------------------------------------------
-r19865 | courmisch | 2007-04-18 18:50:35 +0200 (Wed, 18 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-- Really handle alloc failures
-- Put a limit on the SDP size
-- Remove check for access_demux (this is not one, and it would crash later if it were anyway)
-- Fix description to not assume this handles UDP only (since it does not anymore)
-
-------------------------------------------------------------------------
-r19863 | xtophe | 2007-04-18 00:01:31 +0200 (Wed, 18 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/it.po
-   M /trunk/po/sl.po
-
-Update Italian and Slovenian l10n
-
-------------------------------------------------------------------------
-r19860 | dionoea | 2007-04-17 22:31:00 +0200 (Tue, 17 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/erase.c
-
-Improve logo erase filter (~12% speedup if my math and profiling are correct).
-Add support for I422 streams (un tested).
-
-------------------------------------------------------------------------
-r19859 | littlejohn | 2007-04-17 22:06:51 +0200 (Tue, 17 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/Makefile.am
-
-Use the right libvlc library extension in java makefile
-------------------------------------------------------------------------
-r19858 | xtophe | 2007-04-17 21:24:49 +0200 (Tue, 17 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/INSTALL.win32
-
-INSTALL.win32: Set correctly PATH when using contribs + misc fix
-
-------------------------------------------------------------------------
-r19857 | jb | 2007-04-17 20:24:46 +0200 (Tue, 17 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-Qt4 - Sout Dialog: add FLV muxer... Some cosmetic changes too.
-
-
-------------------------------------------------------------------------
-r19856 | jb | 2007-04-17 19:34:28 +0200 (Tue, 17 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-
-Qt4 - don't use a class member when you don't need it. Ref #19854
-
-
-------------------------------------------------------------------------
-r19855 | jb | 2007-04-17 19:25:53 +0200 (Tue, 17 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
-
-Qt4 - Playlist: AutoScroll the playlist.
-
-
-------------------------------------------------------------------------
-r19854 | jb | 2007-04-17 19:21:13 +0200 (Tue, 17 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-
-Qt4 - Open - Hide the OK/Cancel for everyone ( Windows too )
-
-
-------------------------------------------------------------------------
-r19853 | jb | 2007-04-17 00:52:35 +0200 (Tue, 17 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-
-Qt4 - Open Dialog. Use #defines for tab naming to avoid miscomprehensions. Cosmectics.
-
-
-------------------------------------------------------------------------
-r19852 | littlejohn | 2007-04-17 00:27:19 +0200 (Tue, 17 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-use the right extension for javac
-------------------------------------------------------------------------
-r19851 | littlejohn | 2007-04-17 00:13:38 +0200 (Tue, 17 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/configure.ac
-
-java compilation is javac friendly
-------------------------------------------------------------------------
-r19850 | dionoea | 2007-04-17 00:03:25 +0200 (Tue, 17 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/erase.c
-
-Oops.
-
-------------------------------------------------------------------------
-r19849 | dionoea | 2007-04-16 23:59:39 +0200 (Mon, 16 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/deinterlace.c
-   M /trunk/modules/video_filter/erase.c
-
- * erase.c: add bluring effect, fix a bunch of bugs and compile warnings. It now looks good.
- * deinterlace.c: compile warning fix.
-
-------------------------------------------------------------------------
-r19848 | xtophe | 2007-04-16 23:39:07 +0200 (Mon, 16 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-
-Don't distribute .la files for win32
-
-------------------------------------------------------------------------
-r19847 | littlejohn | 2007-04-16 23:21:09 +0200 (Mon, 16 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   A /trunk/bindings/java/includes/Audio.h
-   A /trunk/bindings/java/includes/AudioIntf.h
-   A /trunk/bindings/java/includes/GenericVideoWidget.h
-   A /trunk/bindings/java/includes/Input.h
-   A /trunk/bindings/java/includes/InputIntf.h
-   A /trunk/bindings/java/includes/JLibVLC.h
-   A /trunk/bindings/java/includes/JVLC.h
-   A /trunk/bindings/java/includes/JVLCCanvas.h
-   A /trunk/bindings/java/includes/JVLCPanel.h
-   A /trunk/bindings/java/includes/Playlist.h
-   A /trunk/bindings/java/includes/PlaylistIntf.h
-   A /trunk/bindings/java/includes/VLCException.h
-   A /trunk/bindings/java/includes/VLM.h
-   A /trunk/bindings/java/includes/VLMIntf.h
-   A /trunk/bindings/java/includes/Video.h
-   A /trunk/bindings/java/includes/VideoIntf.h
-
-bindings makefile simplified and includes added
-------------------------------------------------------------------------
-r19846 | jb | 2007-04-16 22:53:10 +0200 (Mon, 16 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/ui/open.ui
-
-Qt4 - Open Dialog. Implement start-time in advanced options. Cosmetic (enabling suffixes INSIDE spinBoxes) changes.
-
-
-------------------------------------------------------------------------
-r19845 | damienf | 2007-04-16 21:55:38 +0200 (Mon, 16 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-config.patch
-
-- contribs: fixed live555 patch
-
-------------------------------------------------------------------------
-r19844 | dionoea | 2007-04-16 21:30:59 +0200 (Mon, 16 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Transcode: We want to be strict when calling module_Need for audio filter, video filters and the deinterlace video filter too. (This fixes a problem with deinterlace not loading on my computer)
-
-------------------------------------------------------------------------
-r19843 | jb | 2007-04-16 20:08:27 +0200 (Mon, 16 Apr 2007) | 8 lines
-Changed paths:
-   M /trunk/modules/audio_output/jack.c
-
-JACK patch from Jon Griffiths
-
-The attached patch adds 2 config options for JACK output: a boolean
-saying whether or not to connect automatically, and an optional
-prefix which filters out input ports so VLC connects only to the
-port(s) you want.
-
-
-------------------------------------------------------------------------
-r19842 | jpsaman | 2007-04-16 19:11:29 +0200 (Mon, 16 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   M /trunk/modules/access/pvr.c
-
-Patch from Paul Corke <paul.corke at datatote dot co do uk). It enables newer ivtv drivers to be used with the pvr input. Plus some additions and fixes from me:code cleanups, fix memoryleaks, coding style and identation fixes.
-------------------------------------------------------------------------
-r19841 | damienf | 2007-04-16 18:32:11 +0200 (Mon, 16 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/common.h
-
-dshow/common.h: reverting r19786
-
-------------------------------------------------------------------------
-r19840 | damienf | 2007-04-16 14:01:03 +0200 (Mon, 16 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/libshout-win32.patch
-
-- libshout-win32: patches Makefile.am rather then Makefile.in
-
-------------------------------------------------------------------------
-r19839 | damienf | 2007-04-16 10:57:15 +0200 (Mon, 16 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/toolbox
-
-toolbox: remove obsoloted files
-
-------------------------------------------------------------------------
-r19838 | markfm | 2007-04-16 04:27:39 +0200 (Mon, 16 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/common.h
-
-Use ifdef/endif tests on the undefs
-
-------------------------------------------------------------------------
-r19837 | dionoea | 2007-04-15 23:37:49 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-Don't delete variables that don't exist.
-
-------------------------------------------------------------------------
-r19836 | dionoea | 2007-04-15 23:12:27 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/alphamask.c
-
-Remove old TODO + fix spelling.
-
-------------------------------------------------------------------------
-r19835 | dionoea | 2007-04-15 23:04:40 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Update NEWS based on previous commit.
-
-------------------------------------------------------------------------
-r19834 | dionoea | 2007-04-15 23:00:09 +0200 (Sun, 15 Apr 2007) | 13 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/stream_out/mosaic_bridge.c
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/alphamask.c
-   A /trunk/modules/video_filter/bluescreen.c (from /trunk/modules/video_filter/mosaic.c:19744)
-   M /trunk/modules/video_filter/invert.c
-   M /trunk/modules/video_filter/mosaic.c
-
- * mosaic_bridge.c: - Add "vfilters" option to apply video filters on the
-                      image before sending it to the mosaic.
-                    - Add option ("chroma") to force the image chroma
-                    - Remove alpha mask code
- * mosaic.c: - Remove bluescreen code
-             - Misc cosmetics changes
- * bluescreen.c: New bluescreen filter (mostly cut & paste from mosaic.c)
- * alphamask.c: New alpha mask filter (mostly cut & paste from mosaic_bridge.c)
- * invert.c: don't invert the alpha plane for YUVA images (We also need to
-             prevent that for RGBA images ... but that's not really used
-             currently)
- * configure.ac, video_filter/Modules.am: add alphamask and bluescreen
-
-------------------------------------------------------------------------
-r19833 | dionoea | 2007-04-15 22:50:47 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Remove trailing spaces.
-
-------------------------------------------------------------------------
-r19832 | dionoea | 2007-04-15 22:49:47 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/duplicate.c
-
-Comment fix.
-
-------------------------------------------------------------------------
-r19831 | dionoea | 2007-04-15 22:46:28 +0200 (Sun, 15 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/vout_subpictures.c
-
- * Switch b_strict to true in module_Need calls (we're requiring a specific module)
- * Add missing space in help string.
-
-------------------------------------------------------------------------
-r19830 | courmisch | 2007-04-15 20:52:03 +0200 (Sun, 15 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
- - Fix make clean
- - Remove GNU/makeisms
- - Cleanup
-
-------------------------------------------------------------------------
-r19829 | courmisch | 2007-04-15 19:41:14 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Make distcheck is your friend, when adding files...
-
-------------------------------------------------------------------------
-r19828 | courmisch | 2007-04-15 19:38:19 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   M /trunk/src/test/url.c
-
-Fix the test suite
-
-------------------------------------------------------------------------
-r19827 | courmisch | 2007-04-15 19:32:54 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-
-Mingw/Vista hack
-
-------------------------------------------------------------------------
-r19826 | littlejohn | 2007-04-15 19:21:34 +0200 (Sun, 15 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-correctly implement VOUT_REPARENT in windows
-------------------------------------------------------------------------
-r19825 | courmisch | 2007-04-15 16:40:51 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Missing files
-
-------------------------------------------------------------------------
-r19824 | littlejohn | 2007-04-15 16:34:51 +0200 (Sun, 15 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/VlcClient.java
-
-Do not use absolute paths in java VlcClient
-------------------------------------------------------------------------
-r19823 | courmisch | 2007-04-15 16:12:07 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-There are multiple IPv4 SAP addresses
-
-------------------------------------------------------------------------
-r19822 | littlejohn | 2007-04-15 15:52:05 +0200 (Sun, 15 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/modules/video_output/directx/events.c
-
-Do not create a new window if hwnd is provided
-------------------------------------------------------------------------
-r19821 | courmisch | 2007-04-15 15:43:35 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/share/applications/vlc.desktop.in
-
-Soft code version number in desktop file
-
-------------------------------------------------------------------------
-r19820 | courmisch | 2007-04-15 15:42:53 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   D /trunk/share/applications/vlc.desktop
-   A /trunk/share/applications/vlc.desktop.in (from /trunk/share/applications/vlc.desktop:19819)
-
-Pass desktop file through config.status
-
-------------------------------------------------------------------------
-r19819 | courmisch | 2007-04-15 15:38:00 +0200 (Sun, 15 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-   M /trunk/share/applications/vlc.desktop
-
- - Fix installation of gnome-vlc-default.sh
- - Make the desktop icon execute vlc instead of wxvlc
-
-------------------------------------------------------------------------
-r19818 | courmisch | 2007-04-15 15:31:24 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Cosmetic changes
-
-------------------------------------------------------------------------
-r19817 | courmisch | 2007-04-15 14:34:00 +0200 (Sun, 15 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/loadsave.c
-
-Print error message when loading the playlist fails
-(which is always)
-
-------------------------------------------------------------------------
-r19816 | courmisch | 2007-04-15 14:16:43 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Fix segmentation fault
-
-------------------------------------------------------------------------
-r19815 | courmisch | 2007-04-15 13:53:54 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-Revert [16490]: do NOT remember loop repeat and random
-
-------------------------------------------------------------------------
-r19814 | courmisch | 2007-04-15 13:41:47 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/configuration.c
-
-Remove useless wrapper around free()
-
-------------------------------------------------------------------------
-r19813 | courmisch | 2007-04-15 13:25:39 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/configuration.c
-
-Complain in case of error when parsing the config file
-
-------------------------------------------------------------------------
-r19812 | courmisch | 2007-04-15 12:16:01 +0200 (Sun, 15 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/src/modules/modules.c
-
-Increase plugin cache version to force stalling.
-
-This is not strictly required, but helps propage fix for #1086.
-
-------------------------------------------------------------------------
-r19811 | courmisch | 2007-04-15 12:13:05 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/modules/gui/qt4/components/complete_preferences.cpp
-   M /trunk/src/modules/configuration.c
-   M /trunk/src/modules/configuration.h
-
-Category and subcategory items are also integers. Fix #1086
-
-------------------------------------------------------------------------
-r19809 | courmisch | 2007-04-15 11:30:32 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/complete_preferences.cpp
-
-Cosmetic change
-
-------------------------------------------------------------------------
-r19807 | courmisch | 2007-04-15 10:51:13 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Also remove --rc-unix from Win32 port for obvious reasons
-
-------------------------------------------------------------------------
-r19806 | courmisch | 2007-04-15 10:45:48 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Remove rc-fake-tty from Win32 port since it's explicitly not supported.
-
-------------------------------------------------------------------------
-r19805 | courmisch | 2007-04-15 10:20:45 +0200 (Sun, 15 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/src/network/io.c
-   M /trunk/src/network/udp.c
-
- - Only use IPV6_V6ONLY when it makes sense (i.e. receiving datagram socket)
- - Remove net_ListenSingle from LibVLC API
- - Improve error message when network protocol to be used is ambiguous
-
-------------------------------------------------------------------------
-r19804 | courmisch | 2007-04-15 10:18:16 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib
-
-svn:ignore
-
-------------------------------------------------------------------------
-r19802 | courmisch | 2007-04-15 08:46:06 +0200 (Sun, 15 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Fix double certificate deinitialization
-
-------------------------------------------------------------------------
-r19801 | pdherbemont | 2007-04-14 22:25:50 +0200 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-Mac OS X gui: Pause playback when going to sleep.
-
-------------------------------------------------------------------------
-r19800 | courmisch | 2007-04-14 21:20:39 +0200 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules_macros.h
-   M /trunk/src/modules/modules.h
-
-Works this time
-
-------------------------------------------------------------------------
-r19799 | courmisch | 2007-04-14 21:07:51 +0200 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/modules.h
-
-Undo erroneous commit
-
-------------------------------------------------------------------------
-r19798 | courmisch | 2007-04-14 21:01:33 +0200 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Fix compiler warning
-
-------------------------------------------------------------------------
-r19797 | courmisch | 2007-04-14 21:00:42 +0200 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/decoder.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/modules/configuration.c
-   M /trunk/src/modules/entry.c
-   M /trunk/src/modules/modules.h
-   M /trunk/src/video_output/video_output.c
-
-Include modules.h whenever needed
-
-------------------------------------------------------------------------
-r19796 | courmisch | 2007-04-14 20:24:58 +0200 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/entry.c
-   M /trunk/src/modules/modules.c
-
-Tiny code factorization
-
-------------------------------------------------------------------------
-r19795 | courmisch | 2007-04-14 20:17:17 +0200 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules.h
-   M /trunk/include/vlc_modules_macros.h
-   M /trunk/src/modules/entry.c
-   M /trunk/src/modules/modules.c
-
-Further hide module_t layout from plugins
-
-------------------------------------------------------------------------
-r19794 | courmisch | 2007-04-14 20:14:38 +0200 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Remove unused variable
-
-------------------------------------------------------------------------
-r19793 | courmisch | 2007-04-14 19:32:32 +0200 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/modules/modules.c
-
-Handle plugin cache reading error case
-
-------------------------------------------------------------------------
-r19792 | courmisch | 2007-04-14 19:31:01 +0200 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules.h
-   M /trunk/include/vlc_modules_macros.h
-
-Get rid of useless p_symbols
-
-------------------------------------------------------------------------
-r19791 | courmisch | 2007-04-14 18:50:43 +0200 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-update libdca (untested)
-
-------------------------------------------------------------------------
-r19790 | courmisch | 2007-04-14 18:15:37 +0200 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_modules.h
-   M /trunk/include/vlc_modules_macros.h
-   M /trunk/src/Makefile.am
-   A /trunk/src/modules/entry.c
-
-Initial work on hiding module_t layout from plugins
-
-------------------------------------------------------------------------
-r19789 | courmisch | 2007-04-14 17:19:27 +0200 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Fix typo
-
-------------------------------------------------------------------------
-r19788 | courmisch | 2007-04-14 17:19:03 +0200 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/src/Makefile.am
-   M /trunk/src/libvlc-common.c
-   D /trunk/src/misc/configuration.c
-   D /trunk/src/misc/configuration.h
-   D /trunk/src/misc/configuration_chain.c
-   D /trunk/src/misc/modules.c
-   D /trunk/src/misc/modules.h
-   D /trunk/src/misc/modules_builtin.h.in
-   A /trunk/src/modules
-   A /trunk/src/modules/builtin.h.in (from /trunk/src/misc/modules_builtin.h.in:19787)
-   A /trunk/src/modules/configuration.c (from /trunk/src/misc/configuration.c:19784)
-   A /trunk/src/modules/configuration.h (from /trunk/src/misc/configuration.h:19784)
-   A /trunk/src/modules/configuration_chain.c (from /trunk/src/misc/configuration_chain.c:19784)
-   A /trunk/src/modules/modules.c (from /trunk/src/misc/modules.c:19784)
-   A /trunk/src/modules/modules.h (from /trunk/src/misc/modules.h:19784)
-   M /trunk/src/playlist/loadsave.c
-   M /trunk/toolbox
-
-Move libvlc module stuff to their own subdirectory
-
-------------------------------------------------------------------------
-r19787 | courmisch | 2007-04-14 17:07:46 +0200 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/converter/dtstofloat32.c
-
-Switch to libdca API
-
-------------------------------------------------------------------------
-r19786 | markfm | 2007-04-14 17:04:36 +0200 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/common.h
-
-Fix dshow build on Cygwin -- add size_t and ptrdiff_t undefs
-
-------------------------------------------------------------------------
-r19785 | courmisch | 2007-04-14 17:04:06 +0200 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Detect libdca properly
-
-------------------------------------------------------------------------
-r19784 | courmisch | 2007-04-14 16:15:12 +0200 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.h
-
-Clean header file
-
-------------------------------------------------------------------------
-r19782 | gbazin | 2007-04-14 01:51:24 +0200 (Sat, 14 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/asf/libasf.c
-
-* modules/demux/asf/* use index for seeking if available and if there's a video track.
-------------------------------------------------------------------------
-r19781 | gbazin | 2007-04-14 01:50:47 +0200 (Sat, 14 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
-* modules/demux/asf/* use index for seeking if available and if there's a video track.
-------------------------------------------------------------------------
-r19780 | jb | 2007-04-13 09:14:48 +0200 (Fri, 13 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/util/customwidgets.cpp
-   M /trunk/modules/gui/qt4/util/customwidgets.hpp
-
-qt4 - Mousewheel (2)
-
-
-------------------------------------------------------------------------
-r19779 | xtophe | 2007-04-12 23:07:19 +0200 (Thu, 12 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/po/sl.po
-
-Slovenian l10n update by Matej Urbancic
-
-------------------------------------------------------------------------
-r19776 | fkuehne | 2007-04-12 20:44:47 +0200 (Thu, 12 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/bootstrap
-
-* added sanity flags for future darwin releases and potentionally fixed OSX SDK support on Intel-based boxes. needs further testing, which I'll do later on
-------------------------------------------------------------------------
-r19770 | jb | 2007-04-12 18:24:49 +0200 (Thu, 12 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-   M /trunk/modules/gui/qt4/util/customwidgets.cpp
-   M /trunk/modules/gui/qt4/util/customwidgets.hpp
-
-Qt4 - MouseWheel support - patch by Sergey Volk.
-
-
-------------------------------------------------------------------------
-r19768 | jb | 2007-04-12 18:05:18 +0200 (Thu, 12 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Qt4 - Set a higher score to qt4 than wx. Ref [19766]
-
-
-------------------------------------------------------------------------
-r19767 | dionoea | 2007-04-12 17:05:09 +0200 (Thu, 12 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Invalidate old caches (cf [19742]).
-
-------------------------------------------------------------------------
-r19766 | xtophe | 2007-04-12 17:04:31 +0200 (Thu, 12 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-
-score is cached, so it's not a good idea to have it depens of the environement
-
-------------------------------------------------------------------------
-r19764 | jb | 2007-04-12 02:27:10 +0200 (Thu, 12 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
-
-Qt4 - typo correction
-
-
-------------------------------------------------------------------------
-r19763 | jb | 2007-04-12 02:10:13 +0200 (Thu, 12 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_hotkeys.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_input.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_video.ui
-
-qt4 - Sprefs - Slight modification.
-
-
-------------------------------------------------------------------------
-r19762 | xtophe | 2007-04-12 01:01:24 +0200 (Thu, 12 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-fix Direct3D translation
-
-------------------------------------------------------------------------
-r19760 | dionoea | 2007-04-11 20:10:05 +0200 (Wed, 11 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/libvlc-module.c
-
-* Honor --color with --list.
-* Add --list-verbose option.
-* Make sure that help related options always come first in the help output.
-
-------------------------------------------------------------------------
-r19757 | damienf | 2007-04-10 20:21:57 +0200 (Tue, 10 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/video.c
-   M /trunk/src/text/strings.c
-
-libvlc_video_take_snapshot: removed kludge and fixed path_sanitize for win32
-
-------------------------------------------------------------------------
-r19756 | damienf | 2007-04-10 20:20:26 +0200 (Tue, 10 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/vlccontrol2.cpp
-   M /trunk/activex/vlccontrol2.h
-
-- activex: support for taking a snapshot into a Picture object
-
-------------------------------------------------------------------------
-r19755 | xtophe | 2007-04-10 14:49:34 +0200 (Tue, 10 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/vlc.pot
-
-Some qt4 files were renamed 
-
-------------------------------------------------------------------------
-r19754 | jb | 2007-04-10 00:57:52 +0200 (Tue, 10 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/complete_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-
-Qt4 - Preferences - Size/Layout/Margin and stuff related. This is not yet optimal, but is much better than it was, I think. Some work has yet to be done on Complete Preferences to make it nicer.
-
-
-
-------------------------------------------------------------------------
-r19753 | xtophe | 2007-04-09 21:41:36 +0200 (Mon, 09 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_output/file.c
-   M /trunk/modules/misc/rtsp.c
-
-Fix warnings.
-
-------------------------------------------------------------------------
-r19752 | xtophe | 2007-04-09 20:36:16 +0200 (Mon, 09 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-vlc_b64_decode_binary() is in vlc_strings.h
-
-------------------------------------------------------------------------
-r19749 | courmisch | 2007-04-09 17:15:02 +0200 (Mon, 09 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-SDP: fix ordering of b= and a=
-
-------------------------------------------------------------------------
-r19747 | courmisch | 2007-04-09 17:07:29 +0200 (Mon, 09 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Do not insert TTL in c= line for IPv6 - this was invalid
-
-------------------------------------------------------------------------
-r19746 | funman | 2007-04-08 17:59:43 +0200 (Sun, 08 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Don't run hal_initialize() twice. Bug introduced in [19692].
-------------------------------------------------------------------------
-r19745 | Trax | 2007-04-08 16:04:31 +0200 (Sun, 08 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access_output/shout.c
-
-* modules/access_output/shout.c: Initialize shout settings properly and make ICY the default protocol. This fixes some libshout Socket error messages on initialization. Closes #1003.
-------------------------------------------------------------------------
-r19744 | dionoea | 2007-04-07 22:17:12 +0200 (Sat, 07 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
-Mosaic:
-Allow runtime changes of the bluescreen parameters
-Cosmetics
-Compilation warning fixes
-
-------------------------------------------------------------------------
-r19743 | dionoea | 2007-04-07 22:16:18 +0200 (Sat, 07 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/mosaic_bridge.c
-
-Mosaic bridge: Allow runtime changes of the height and width parameters.
-
-------------------------------------------------------------------------
-r19742 | dionoea | 2007-04-07 22:14:42 +0200 (Sat, 07 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Modules have a psz_help string. This is currently used by 1 module only (headphone audio filter) ... but that doesn't mean that it shouldn't be stored in cache. This commit will break the cache so we need to change a cache version somewhere. Since i didn't know where to look ... this is yet to be done.
-+ misc changes
-
-------------------------------------------------------------------------
-r19741 | dionoea | 2007-04-07 22:13:06 +0200 (Sat, 07 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-
-Cosmetics.
-
-------------------------------------------------------------------------
-r19740 | dionoea | 2007-04-07 22:12:41 +0200 (Sat, 07 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Display module's psz_help in help output (see next commit on modules.c for details).
-
-------------------------------------------------------------------------
-r19739 | dionoea | 2007-04-07 22:12:02 +0200 (Sat, 07 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Add color help output when using command line switches to get help + --color.
-
-------------------------------------------------------------------------
-r19738 | dionoea | 2007-04-07 22:09:34 +0200 (Sat, 07 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Add subcategories and sections to command line help output.
-
-------------------------------------------------------------------------
-r19737 | dionoea | 2007-04-07 22:07:56 +0200 (Sat, 07 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-module.c
-
-Fix help string.
-
-------------------------------------------------------------------------
-r19736 | fkuehne | 2007-04-07 19:20:47 +0200 (Sat, 07 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib
-
-* enlarge the row height about 10 pixels to allow longer error messages (up to 3 lines)
-------------------------------------------------------------------------
-r19735 | fkuehne | 2007-04-07 19:07:32 +0200 (Sat, 07 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/update.h
-   M /trunk/modules/gui/macosx/update.m
-
-* re-worded the GUI strings a bit and removed a useless warning (it's a feature, no bug...)
-------------------------------------------------------------------------
-r19734 | funman | 2007-04-07 18:36:44 +0200 (Sat, 07 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/libshout-win32.patch
-
-win32 libshout: Patches Makefile.in instead of Makefile.am
-------------------------------------------------------------------------
-r19733 | funman | 2007-04-07 03:34:34 +0200 (Sat, 07 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Loads D-Bus control interface in one instance mode only if compiled with D-Bus support
-------------------------------------------------------------------------
-r19732 | funman | 2007-04-07 01:33:25 +0200 (Sat, 07 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/extras/dbus-vlc.py
-
-Restore icon click to update status for D-Bus controller
-------------------------------------------------------------------------
-r19731 | jb | 2007-04-07 01:30:51 +0200 (Sat, 07 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-
-Qt4 - Small modifications on Preferences layout (specially aimed at Windows).
-Remove and add comments. 
-
-
-------------------------------------------------------------------------
-r19730 | funman | 2007-04-07 01:19:18 +0200 (Sat, 07 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/extras/dbus-vlc.glade
-   M /trunk/extras/dbus-vlc.py
-
-Updates D-Bus controller to new D-Bus methods.
-------------------------------------------------------------------------
-r19728 | jb | 2007-04-07 01:03:18 +0200 (Sat, 07 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Repair precedent commit.
-
-
-------------------------------------------------------------------------
-r19727 | jb | 2007-04-06 23:45:17 +0200 (Fri, 06 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Contribs - qt4 bin/*.exe and bin/*
-
-
-------------------------------------------------------------------------
-r19726 | dionoea | 2007-04-06 23:13:10 +0200 (Fri, 06 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/fake.c
-
-Make it possible to change the fake-image at runtime.
-Add option to specify the chroma used by fake.
-
-------------------------------------------------------------------------
-r19725 | jb | 2007-04-06 22:46:17 +0200 (Fri, 06 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs - use qt 4.2.3 for win32
-
-
-------------------------------------------------------------------------
-r19724 | damienf | 2007-04-06 22:43:33 +0200 (Fri, 06 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/main.cpp
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/vlccontrol2.cpp
-
-- activex: misc. cleanups
-
-------------------------------------------------------------------------
-r19723 | damienf | 2007-04-06 22:38:09 +0200 (Fri, 06 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/direct3d.c
-
-- direct3d: use VBL synchronized presentation
-
-
-------------------------------------------------------------------------
-r19722 | funman | 2007-04-06 22:31:52 +0200 (Fri, 06 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Doesn't unref the D-Bus connection if connection failed
-------------------------------------------------------------------------
-r19720 | massiot | 2007-04-06 20:11:28 +0200 (Fri, 06 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
- * NEWS: Moved teletext to 0.8.6-bugfix and merged changes from 
-   0.8.6-bugfix branch.
-
-------------------------------------------------------------------------
-r19718 | thresh | 2007-04-06 19:42:21 +0200 (Fri, 06 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-We need at least QT4 4.2.0.
-
-------------------------------------------------------------------------
-r19717 | massiot | 2007-04-06 18:55:20 +0200 (Fri, 06 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * modules/mux/mpeg/ts.c: Fixed comment.
-
-------------------------------------------------------------------------
-r19714 | funman | 2007-04-06 17:20:18 +0200 (Fri, 06 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/src/libvlc-common.c
-
-Automatically loads dbus control interface in one-instance mode
-Adds one instance in NEWS
-
-------------------------------------------------------------------------
-r19713 | funman | 2007-04-06 17:19:10 +0200 (Fri, 06 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-adds sanity check to module_Exists()
-------------------------------------------------------------------------
-r19711 | fkuehne | 2007-04-06 16:49:00 +0200 (Fri, 06 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* don't export but check-out libdca from svn and limit it to rev 35, as the current r40 is broken
-------------------------------------------------------------------------
-r19710 | jb | 2007-04-06 01:37:04 +0200 (Fri, 06 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-
-Qt4 - Add default buttons.
-
-
-------------------------------------------------------------------------
-r19709 | jb | 2007-04-06 01:28:04 +0200 (Fri, 06 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-Qt4 - Small modifications to messages dialog.
-
-
-------------------------------------------------------------------------
-r19708 | jb | 2007-04-06 00:33:27 +0200 (Fri, 06 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-Qt4 - virtual bug once again. Add debug...
-
-
-------------------------------------------------------------------------
-r19707 | jb | 2007-04-06 00:18:25 +0200 (Fri, 06 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/ui/open.ui
-
-Qt4 - Make Open dialog KDE/GNOME/WIN32 compliant for buttons...
-
-
-------------------------------------------------------------------------
-r19706 | jb | 2007-04-06 00:01:16 +0200 (Fri, 06 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Qt4 - Fix error in a previous commit.
-
-
-------------------------------------------------------------------------
-r19705 | jb | 2007-04-05 23:45:51 +0200 (Thu, 05 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.hpp
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-Qt4 - Update Preferences buttons to please any OS/DE.
-
-
-------------------------------------------------------------------------
-r19704 | jb | 2007-04-05 23:28:08 +0200 (Thu, 05 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-
-Qt4 - Remove useless ui setting.
-
-
-------------------------------------------------------------------------
-r19703 | jb | 2007-04-05 23:26:58 +0200 (Thu, 05 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-
-Qt4 - Small correction on messages behaviour Ref #777
-
-
-------------------------------------------------------------------------
-r19702 | jb | 2007-04-05 22:50:55 +0200 (Thu, 05 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Qt4 - Avoid uic errors - Patch by stw - Closes #1002
-
-
-------------------------------------------------------------------------
-r19701 | jb | 2007-04-05 22:30:09 +0200 (Thu, 05 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/gototime.cpp
-
-Qt4 - Fix the GotoTime handler. Closes #377.
-
-
-------------------------------------------------------------------------
-r19700 | dionoea | 2007-04-05 21:24:18 +0200 (Thu, 05 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_variables.h
-   M /trunk/modules/video_output/image.c
-
-Please keep the coding style consistent inside the same source file.
-
-------------------------------------------------------------------------
-r19699 | courmisch | 2007-04-05 20:31:27 +0200 (Thu, 05 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/src/playlist/loadsave.c
-
-Revert previous commit.
-I thought the comments where pretty clear.
-
-------------------------------------------------------------------------
-r19698 | funman | 2007-04-05 19:08:49 +0200 (Thu, 05 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/loadsave.c
-
-Streaming output works again. Closes #1047
-------------------------------------------------------------------------
-r19697 | courmisch | 2007-04-05 18:53:22 +0200 (Thu, 05 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Revert [19092] and really fix the variable naming problem - closes #1082
-
-------------------------------------------------------------------------
-r19696 | courmisch | 2007-04-05 18:51:55 +0200 (Thu, 05 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Spawn some more warnings
-before they become an endangered species
-
-------------------------------------------------------------------------
-r19695 | courmisch | 2007-04-05 18:49:01 +0200 (Thu, 05 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-missing errno.h
-
-------------------------------------------------------------------------
-r19694 | courmisch | 2007-04-05 18:42:16 +0200 (Thu, 05 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_osd.h
-   M /trunk/src/audio_output/common.c
-   M /trunk/src/audio_output/dec.c
-   M /trunk/src/audio_output/filters.c
-   M /trunk/src/audio_output/input.c
-   M /trunk/src/audio_output/intf.c
-   M /trunk/src/extras/libc.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/var.c
-   M /trunk/src/interface/interface.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/image.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-   M /trunk/src/misc/stats.c
-   M /trunk/src/misc/threads.c
-   M /trunk/src/network/acl.c
-   M /trunk/src/network/httpd.c
-   M /trunk/src/network/tls.c
-   M /trunk/src/osd/osd.c
-   M /trunk/src/osd/osd_text.c
-   M /trunk/src/osd/osd_widgets.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/item.c
-   M /trunk/src/playlist/sort.c
-   M /trunk/src/playlist/tree.c
-   M /trunk/src/stream_output/profiles.c
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/video_output/video_output.c
-   M /trunk/src/video_output/video_text.c
-   M /trunk/src/video_output/vout_intf.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-Compiler warnings rampage
-
-------------------------------------------------------------------------
-r19693 | courmisch | 2007-04-05 18:37:46 +0200 (Thu, 05 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/image.c
-
-Handle I/O errors
-
-------------------------------------------------------------------------
-r19692 | funman | 2007-04-05 18:33:25 +0200 (Thu, 05 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Fixes InitDeviceValues() using old HAL api
-------------------------------------------------------------------------
-r19691 | courmisch | 2007-04-05 17:58:08 +0200 (Thu, 05 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/src/input/meta.c
-
-Handle I/O errors properly
-(disk full?)
-
-------------------------------------------------------------------------
-r19690 | courmisch | 2007-04-05 17:43:28 +0200 (Thu, 05 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_meta.h
-
-Fix expansion-unsafe macro
-
-------------------------------------------------------------------------
-r19689 | courmisch | 2007-04-05 17:36:22 +0200 (Thu, 05 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Fix compiler warnings
-
-------------------------------------------------------------------------
-r19688 | courmisch | 2007-04-05 17:29:32 +0200 (Thu, 05 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/image.c
-
-Fix compiler warning
-
-------------------------------------------------------------------------
-r19686 | jpsaman | 2007-04-05 14:09:00 +0200 (Thu, 05 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/xvmc/accel_xvmc.h
-   M /trunk/modules/codec/xvmc/decode.c
-   M /trunk/modules/codec/xvmc/header.c
-   M /trunk/modules/codec/xvmc/mpeg2.h
-   M /trunk/modules/codec/xvmc/slice_xvmc_vld.c
-   M /trunk/modules/codec/xvmc/xxmc.c
-
-Various compile fixes for modules/codec/xvmc
-------------------------------------------------------------------------
-r19685 | jpsaman | 2007-04-05 13:06:45 +0200 (Thu, 05 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Fix missing initializer compiler. Use memset to properly clear the entire struct.
-------------------------------------------------------------------------
-r19684 | dionoea | 2007-04-05 11:05:05 +0200 (Thu, 05 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Add news about moduleinstance specific commands being available from the telnet interface.
-
-------------------------------------------------------------------------
-r19683 | jb | 2007-04-05 03:13:05 +0200 (Thu, 05 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/ui/open.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-
-Qt4 - Open and Streaming Dialogs.
-This commit should show the correct dialogs in the correct order. It keeps the previous behaviour of the "Streaming" from the "Media" menu. 
-/!\ The intelligence is surely not accurate and stream() may need to be redirected to playOrEnqueue as open() and enqueue() do in order to be correctly parsed before... Need a bit more knowledge on playlist to be sure.
-
-
-------------------------------------------------------------------------
-r19682 | jb | 2007-04-05 01:16:41 +0200 (Thu, 05 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/sout.cpp
-   M /trunk/modules/gui/qt4/ui/sout.ui
-
-qt4 - i18n - Don't use HTML tags.
-
-
-------------------------------------------------------------------------
-r19681 | jb | 2007-04-05 01:10:28 +0200 (Thu, 05 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-
-Qt4 - Don't use html tags in strings ... This breaks all the i18n thing.
-
-
-------------------------------------------------------------------------
-r19680 | jb | 2007-04-05 00:21:31 +0200 (Thu, 05 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-Qt4 - Remove unnecessary files from Modules.am
-
-
-------------------------------------------------------------------------
-r19679 | jb | 2007-04-05 00:19:17 +0200 (Thu, 05 Apr 2007) | 3 lines
-Changed paths:
-   D /trunk/modules/gui/qt4/ui/sprefs_playlist.ui
-
-qt4 - remove unneeded file.
-
-
-------------------------------------------------------------------------
-r19678 | dionoea | 2007-04-04 23:58:51 +0200 (Wed, 04 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_variables.h
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/control/telnet.c
-   M /trunk/src/misc/variables.c
-
-* Core: add var_Command function. This is used to execute a command registered on a object with a given name.
-* rc.c: use var_Command (instead of own code)
-* telnet.c: add support for object commands (like in the rc interface)
-
-------------------------------------------------------------------------
-r19677 | funman | 2007-04-04 23:28:10 +0200 (Wed, 04 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Enables D-Bus on BSD systems
-------------------------------------------------------------------------
-r19676 | jb | 2007-04-04 23:26:01 +0200 (Wed, 04 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-
-Qt4 - wording corrections. By Llynix
-
-
-------------------------------------------------------------------------
-r19675 | jb | 2007-04-04 23:20:52 +0200 (Wed, 04 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-
-qt 4 - s/interface/instance...
-error catched by Llynix
-
-
-------------------------------------------------------------------------
-r19674 | dionoea | 2007-04-04 22:57:37 +0200 (Wed, 04 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/mosaic_bridge.c
-
-Add callback to change mosaic mask at runtime.
-
-------------------------------------------------------------------------
-r19673 | jb | 2007-04-04 22:41:39 +0200 (Wed, 04 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Qt4 - SPrefsInterface Button is clicked by default.
-
-
-------------------------------------------------------------------------
-r19672 | dionoea | 2007-04-04 22:37:28 +0200 (Wed, 04 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/mosaic_bridge.c
-
-Remove mask picture_t leak.
-
-------------------------------------------------------------------------
-r19671 | funman | 2007-04-04 22:31:44 +0200 (Wed, 04 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/modules/meta_engine/folder.c
-
-Use local copies for album art, rather than download it from amazon
-------------------------------------------------------------------------
-r19670 | dionoea | 2007-04-04 22:31:07 +0200 (Wed, 04 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Add mosaic_bridge transparency mask to the NEWS.
-
-------------------------------------------------------------------------
-r19669 | dionoea | 2007-04-04 22:29:17 +0200 (Wed, 04 Apr 2007) | 20 lines
-Changed paths:
-   M /trunk/modules/stream_out/mosaic_bridge.c
-
-Add new "mask" option to the mosaic_bridge module. This makes it possible to define a transparency mask used during mosaic blending. Example usage follows:
-
-./vlc -I telnet --color -vvv --vlm-conf mosaic.vlm --mosaic-width 360 --mosaic-height 270 --mosaic-rows 6 --mosaic-cols 6 --mosaic-keep-picture --fake-file ~/images/mire.jpg --fake-width 360 --fake-height 270 --no-audio --sub-filter mosaic
-
-And the vlm config:
-
-new channel0 broadcast enabled
-setup channel0 input /home/dionoea/media/redefined-nintendo.mpg
-setup channel0 output #duplicate{dst=mosaic-bridge{id=0,height=270,width=360,mask=/home/dionoea/images/cone_360x270.png},select=video,dst=bridge-out{id=0},select=audio}
-
-new background broadcast enabled
-setup background input fake:
-#setup background output #bridge-in:display
-control background play
-
-control channel0 play
-
-The files used are available on http://people.videolan.org/~dionoea/mosaic/ if you want to test. (This will blend the redefined nintendo video in a cone like region)
-
-
-------------------------------------------------------------------------
-r19668 | fkuehne | 2007-04-04 22:28:44 +0200 (Wed, 04 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* make sure that the fspanel is being actived in all possible vout-goes-fullscreen ways (closed #1132, forward-porting [19667])
-------------------------------------------------------------------------
-r19666 | fkuehne | 2007-04-04 22:07:59 +0200 (Wed, 04 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/update.m
-
-* fixed grammar (closes #1099); I would still prefer 'is up-to-date' instead of the current wording ;)
-------------------------------------------------------------------------
-r19665 | funman | 2007-04-04 22:02:34 +0200 (Wed, 04 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/screensaver.c
-
-Use new gnome-screensaver D-Bus interface
-------------------------------------------------------------------------
-r19662 | lool | 2007-04-04 16:20:36 +0200 (Wed, 04 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.cpp
-
-* Fix missing include causing a build failure with GCC 4.3; patch by
-  Martin Michlmayr; Debian #417750.
-
-------------------------------------------------------------------------
-r19661 | xtophe | 2007-04-04 13:26:16 +0200 (Wed, 04 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/libintl.patch
-
-Gettext produce libintl.h or libgnuintl.h depending the situation.
-So patch libgnuintl.h.in so both header got the patch.
-For win32 it seems to produce libintl.h so kludge this one.
-
-------------------------------------------------------------------------
-r19660 | jb | 2007-04-04 02:20:36 +0200 (Wed, 04 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   A /trunk/modules/gui/qt4/components/complete_preferences.cpp (from /trunk/modules/gui/qt4/components/preferences.cpp:19659)
-   A /trunk/modules/gui/qt4/components/complete_preferences.hpp (from /trunk/modules/gui/qt4/components/preferences.hpp:19659)
-   D /trunk/modules/gui/qt4/components/preferences.cpp
-   D /trunk/modules/gui/qt4/components/preferences.hpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-
-qt4 - Rename a confusing component
-
-
-------------------------------------------------------------------------
-r19659 | jb | 2007-04-04 02:05:33 +0200 (Wed, 04 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/preferences.hpp
-
-Qt4 - New Simple Preferences look'n feel. Should work without too many segfaults... Got rid of the QListWidget thing.
-Some look has still to be done, especially for size/margin/padding.
-I don't know yet if the look of the button will be like that ( flat, rounded onMouseOver, darked onCliked)
-
-
-------------------------------------------------------------------------
-r19658 | jb | 2007-04-03 23:31:41 +0200 (Tue, 03 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-
-Qt4 - oops... Forgot that file in the precedent commit...
-
-
-------------------------------------------------------------------------
-r19656 | jb | 2007-04-03 22:51:36 +0200 (Tue, 03 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-
-Qt4 - Dialog. fix the reparenting Open Dialog for Win32
-
-
-------------------------------------------------------------------------
-r19655 | pdherbemont | 2007-04-03 18:46:15 +0200 (Tue, 03 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Mac OS X package: When the dmg is opened force the open of the dmg window. Order the icon, and prepare the use of background image.
-
-------------------------------------------------------------------------
-r19654 | xtophe | 2007-04-03 18:01:25 +0200 (Tue, 03 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/ffmpeg-svn-swscale-pc.patch
-
-Only install libswscale.pc and swscale headers when needed.
-This is in the process to be submitted upstream
-
-------------------------------------------------------------------------
-r19653 | jpsaman | 2007-04-03 13:29:56 +0200 (Tue, 03 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-config.patch
-
-Cleanup patch had 2 config.macosx entries.
-------------------------------------------------------------------------
-r19651 | jpsaman | 2007-04-03 13:27:19 +0200 (Tue, 03 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/activex/vlccontrol2.cpp
-
-Fix bug get_aspectRatio() that returned wrong error code.
-------------------------------------------------------------------------
-r19650 | jpsaman | 2007-04-03 12:33:07 +0200 (Tue, 03 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/libintl.patch
-
-Update libintl.patch. The include file has been renamed to libgnuintl.h in this gettext version.
-------------------------------------------------------------------------
-r19649 | xtophe | 2007-04-03 11:39:58 +0200 (Tue, 03 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/vlc.pot
-
-Some files have been renamed and some added
-
-------------------------------------------------------------------------
-r19647 | pdherbemont | 2007-04-03 00:24:26 +0200 (Tue, 03 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-Mac OS X gui: Fix a crash when asking for fullscreen state when no p_real_vout is defined.
-
-------------------------------------------------------------------------
-r19646 | xtophe | 2007-04-03 00:17:19 +0200 (Tue, 03 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-ffmpeg: targetos must now be in lower case.
-
-------------------------------------------------------------------------
-r19644 | dionoea | 2007-04-02 23:34:08 +0200 (Mon, 02 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Add news about the new blending chroma support -> mosaic perf improvement.
-
-------------------------------------------------------------------------
-r19643 | dionoea | 2007-04-02 23:03:58 +0200 (Mon, 02 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/mosaic.c
-
-mosaic.c: If we're not using bluescreen stuff (which needs per pixel alpha values), then use I420 instead of YUVA when resizing the images. (see previous commit for explanation.)
-
-------------------------------------------------------------------------
-r19642 | dionoea | 2007-04-02 22:58:14 +0200 (Mon, 02 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/mosaic_bridge.c
-
-Use I420 image buffers instead of YUVA for mosaic bridge. Impact on CPU usage for test case (http://people.videolan.org/~dionoea/mosaic/ basically a 6x5 mosaic displayed locally) is 155% -> 85% if alpha == 255, 166% -> 110% if alpha == 128.
-
-------------------------------------------------------------------------
-r19641 | dionoea | 2007-04-02 22:54:52 +0200 (Mon, 02 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-Fix I420/YV12 -> * blending. Looks like we did need separate functions.
-
-------------------------------------------------------------------------
-r19640 | oaubert | 2007-04-02 19:55:13 +0200 (Mon, 02 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_internal.c
-
-bindings/python/vlc_internal: implement vlc_object_find_name support
-
-------------------------------------------------------------------------
-r19639 | dionoea | 2007-04-02 18:24:23 +0200 (Mon, 02 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/scale.c
-
-also scale I420/YV12. (untested)  (btw, why don't we use the "normal" scaling modules for sub pictures?)
-
-------------------------------------------------------------------------
-r19638 | dionoea | 2007-04-02 11:18:12 +0200 (Mon, 02 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-* Untested YV12/I420 -> * blending. Works exactly like YUVA blending except when i_trans == 255. This should improve Mosaic performance. (still needs 1 or 2 changes to the mosaic_bridge and mosaic modules).
-* Don't try blending if i_trans == 0.
-
-------------------------------------------------------------------------
-r19637 | jb | 2007-04-02 01:16:59 +0200 (Mon, 02 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-Qt4 - Enter key does always close() a dialog. Correction of a virtual keyword missing.
-
-
-------------------------------------------------------------------------
-r19636 | dionoea | 2007-04-01 23:29:43 +0200 (Sun, 01 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-
-Add some qfu and qtu calls for string values.
-
-------------------------------------------------------------------------
-r19635 | dionoea | 2007-04-01 23:17:31 +0200 (Sun, 01 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/sdl.c
-
-Add new --sdl-chroma option to force the used chroma.
-
-------------------------------------------------------------------------
-r19634 | dionoea | 2007-04-01 22:55:36 +0200 (Sun, 01 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-don't invert the function names.
-
-------------------------------------------------------------------------
-r19633 | jb | 2007-04-01 22:55:00 +0200 (Sun, 01 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Qt4 - try to provide the missing dialogs for the dialog provider. Should fix skins2 problem on windows.
-
-
-------------------------------------------------------------------------
-r19632 | jb | 2007-04-01 22:49:52 +0200 (Sun, 01 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_interface.h
-
-Add a define for the EXTENDED dialog for further use (skins2 ? )
-
-
-------------------------------------------------------------------------
-r19631 | dionoea | 2007-04-01 22:38:21 +0200 (Sun, 01 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-Untested RGBA -> YUV Packed blending.
-
-------------------------------------------------------------------------
-r19630 | dionoea | 2007-04-01 22:22:01 +0200 (Sun, 01 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-Untested RGBA -> RV16 blending (I420 and RV24 work fine).
-
-------------------------------------------------------------------------
-r19629 | pdherbemont | 2007-04-01 21:13:52 +0200 (Sun, 01 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/update.m
-
-Mac OS X gui: Label the option "Check for VLC update automatically" rather than "Check for update when VLC is launched".
-
-------------------------------------------------------------------------
-r19627 | pdherbemont | 2007-04-01 19:41:51 +0200 (Sun, 01 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/update.h
-   M /trunk/modules/gui/macosx/update.m
-
-Mac OS X gui: Ask the user if she wants to check update on startup. And if so, check for update only every two days.
-
-------------------------------------------------------------------------
-r19626 | dionoea | 2007-04-01 19:22:15 +0200 (Sun, 01 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-
-Remove some debug messages and fix the sub-picture chain update target.
-
-------------------------------------------------------------------------
-r19625 | dionoea | 2007-04-01 19:21:48 +0200 (Sun, 01 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Allow changing the subpicture filter chain at runtime. (This currently kind of segfaults some of the time (after 2 changes) ... somemore bughunting is needed)
-
-------------------------------------------------------------------------
-r19624 | dionoea | 2007-04-01 19:17:16 +0200 (Sun, 01 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_variables.h
-
-Remove trailing space.
-
-------------------------------------------------------------------------
-r19623 | jb | 2007-04-01 19:07:36 +0200 (Sun, 01 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - Regroup in a better way the menus.
-
-
-------------------------------------------------------------------------
-r19622 | jb | 2007-04-01 19:03:59 +0200 (Sun, 01 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-qt4 - shortcuts corrections and enhancements.
-
-
-------------------------------------------------------------------------
-r19621 | jb | 2007-04-01 18:33:00 +0200 (Sun, 01 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 -  Ambiguous shortcut overload: Ctrl+ P
-
-
-------------------------------------------------------------------------
-r19620 | jb | 2007-04-01 18:29:04 +0200 (Sun, 01 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/gototime.cpp
-   M /trunk/modules/gui/qt4/dialogs/gototime.hpp
-
-Qt4 - Goto Time, IA
-
-
-------------------------------------------------------------------------
-r19619 | dionoea | 2007-04-01 18:27:53 +0200 (Sun, 01 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-
-Add calls to config_Put* to make sure that the configuration values survive a filter instance destruction.
-
-------------------------------------------------------------------------
-r19618 | dionoea | 2007-04-01 18:24:08 +0200 (Sun, 01 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   M /trunk/modules/gui/qt4/components/extended_panels.hpp
-   M /trunk/modules/gui/qt4/ui/video_effects.ui
-
-95% of the video filters extended panel is now done. It's just missing the combo box related code.
-
-------------------------------------------------------------------------
-r19617 | jb | 2007-04-01 15:21:58 +0200 (Sun, 01 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/LIST
-
-update. Almost ok.
-
-
-------------------------------------------------------------------------
-r19616 | jb | 2007-04-01 15:07:06 +0200 (Sun, 01 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/LIST
-
-LIST update (3)
-
-
-------------------------------------------------------------------------
-r19615 | jb | 2007-04-01 14:51:09 +0200 (Sun, 01 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/LIST
-
-LIST update (2)
-
-
-------------------------------------------------------------------------
-r19614 | jb | 2007-04-01 14:37:17 +0200 (Sun, 01 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/LIST
-
-LIST. update (1)
-
-
-------------------------------------------------------------------------
-r19611 | hartman | 2007-04-01 13:58:34 +0200 (Sun, 01 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/darwin.mak
-
-* Don't enable libIDL. we don't really need it atmo
-
-------------------------------------------------------------------------
-r19604 | jb | 2007-04-01 03:23:15 +0200 (Sun, 01 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/gototime.cpp
-
-qt4 - GotoTime dialog button, with handling for KDE/Gnome fanatics.
-
-
-------------------------------------------------------------------------
-r19597 | jb | 2007-04-01 02:53:43 +0200 (Sun, 01 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contrib: update gettext to 0.16.1
-
-
-------------------------------------------------------------------------
-r19589 | jb | 2007-04-01 02:20:50 +0200 (Sun, 01 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Forgotten in last commit.
-
-
-------------------------------------------------------------------------
-r19587 | jb | 2007-04-01 02:12:22 +0200 (Sun, 01 Apr 2007) | 3 lines
-Changed paths:
-   D /trunk/extras/contrib/src/Patches/twolame-osx.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-Update Contribs to twolame 3.10 and remove patch included upstream.
-
-
-------------------------------------------------------------------------
-r19576 | jb | 2007-04-01 01:19:41 +0200 (Sun, 01 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Really fix Makefile for extras
-
-
-
-------------------------------------------------------------------------
-r19575 | dionoea | 2007-04-01 01:12:00 +0200 (Sun, 01 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Fix extra makefile.
-
-------------------------------------------------------------------------
-r19574 | jb | 2007-04-01 00:58:10 +0200 (Sun, 01 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-DON'T BUILD FFMPEG w --enable-swscaler.
-Don't use stupid dirac patch.
-
-
-------------------------------------------------------------------------
-r19573 | dionoea | 2007-04-01 00:03:59 +0200 (Sun, 01 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/clone.c
-
-Remove trailing space.
-
-------------------------------------------------------------------------
-r19572 | dionoea | 2007-04-01 00:01:07 +0200 (Sun, 01 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/puzzle.c
-
-Make it possible to change puzzle parmaeters after filter launch.
-
-------------------------------------------------------------------------
-r19571 | dionoea | 2007-03-31 23:52:33 +0200 (Sat, 31 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/sharpen.c
-
-Make it possible to change sharpen sigma after filter launch.
-
-------------------------------------------------------------------------
-r19570 | dionoea | 2007-03-31 23:47:11 +0200 (Sat, 31 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/motionblur.c
-
-Make it possible to change the blur factor after filter launch.
-
-------------------------------------------------------------------------
-r19569 | dionoea | 2007-03-31 23:38:24 +0200 (Sat, 31 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/gradient.c
-
-Gradient options are now commands.
-
-------------------------------------------------------------------------
-r19568 | dionoea | 2007-03-31 23:25:36 +0200 (Sat, 31 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/colorthres.c
-
-Enable config chain syntax and flag the vars as commands.
-
-------------------------------------------------------------------------
-r19567 | dionoea | 2007-03-31 23:16:49 +0200 (Sat, 31 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-
-Compile "fix".
-
-------------------------------------------------------------------------
-r19566 | dionoea | 2007-03-31 23:11:37 +0200 (Sat, 31 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/video_effects.ui
-
-Da ?\195?\188ber video filter control panel (I'll add a simple mode once this one works).
-
-------------------------------------------------------------------------
-r19565 | dionoea | 2007-03-31 22:37:13 +0200 (Sat, 31 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/opencv_wrapper.c
-
-Remove trailing spaces.
-
-------------------------------------------------------------------------
-r19564 | dionoea | 2007-03-31 22:07:58 +0200 (Sat, 31 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-s/splitted/split/
-
-------------------------------------------------------------------------
-r19563 | dionoea | 2007-03-31 22:00:03 +0200 (Sat, 31 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/extract.c
-
-convert a few printfs to msg_Dbg.
-
-------------------------------------------------------------------------
-r19562 | dionoea | 2007-03-31 21:53:23 +0200 (Sat, 31 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/extract.c
-
-Make it possible to change the extracted color once the module is launched.
-
-------------------------------------------------------------------------
-r19561 | dionoea | 2007-03-31 21:08:12 +0200 (Sat, 31 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/erase.c
-
-Check the input chroma. (We only want to work on I420 for the moment)
-
-------------------------------------------------------------------------
-r19560 | jb | 2007-03-31 20:41:47 +0200 (Sat, 31 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-Mention the HTML subtitles support.
-
-
-------------------------------------------------------------------------
-r19559 | dionoea | 2007-03-31 20:38:05 +0200 (Sat, 31 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Add to the news
-
-------------------------------------------------------------------------
-r19558 | dionoea | 2007-03-31 20:37:16 +0200 (Sat, 31 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/erase.c (from /trunk/modules/video_filter/gradient.c:18980)
-
-New erase video filter (to remove logos). Example command line: ./vlc --video-filter "erase{mask=/home/dionoea/images/cone-small.png,x=50,y=50}" --no-audio --color -v -I rc ~/media/redefined-nintendo.mpg
-
-------------------------------------------------------------------------
-r19557 | jb | 2007-03-31 19:57:52 +0200 (Sat, 31 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-   A /trunk/modules/gui/qt4/dialogs/preferences.cpp (from /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp:19556)
-   A /trunk/modules/gui/qt4/dialogs/preferences.hpp (from /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp:19556)
-   D /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   D /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Qt4 - Rename dialog/prefs_dialog to dialog/preferences: files in dialog/ are already dialogs!
-
-
-------------------------------------------------------------------------
-r19556 | littlejohn | 2007-03-31 19:32:30 +0200 (Sat, 31 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-
-compile fixes
-------------------------------------------------------------------------
-r19555 | jb | 2007-03-31 19:14:51 +0200 (Sat, 31 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/gototime.cpp
-
-Qt4 - Small correction to previous commit. Sorry.
-
-
-------------------------------------------------------------------------
-r19554 | jb | 2007-03-31 19:08:07 +0200 (Sat, 31 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/gototime.cpp
-
-Qt4 - GoToTime layout and design improvements. Not functionnal yet.
-
-
-------------------------------------------------------------------------
-r19553 | dionoea | 2007-03-31 18:42:14 +0200 (Sat, 31 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/motiondetect.c
-
-Also use the V plane for motion detection. Remove unused code.
-
-------------------------------------------------------------------------
-r19552 | dionoea | 2007-03-31 18:02:28 +0200 (Sat, 31 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/scale.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-scale.c: implement RGBA scaling.
-vout_subpictures.c: enable scaling for RGBA subpictures.
-
-------------------------------------------------------------------------
-r19551 | dionoea | 2007-03-31 17:45:06 +0200 (Sat, 31 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Update the help strings. These should be autogenerated at run time (IMO)... else people won't notice commands added in other modules, like "adjust" for example.
-
-------------------------------------------------------------------------
-r19550 | dionoea | 2007-03-31 17:42:50 +0200 (Sat, 31 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Update NEWS to sync with [19549].
-
-------------------------------------------------------------------------
-r19549 | dionoea | 2007-03-31 17:42:14 +0200 (Sat, 31 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Module specific commands change in rc.c. See http://article.gmane.org/gmane.comp.video.videolan.vlc.devel/28757 | sed 's/<at> /@/g'
-
-------------------------------------------------------------------------
-r19548 | dionoea | 2007-03-31 17:38:57 +0200 (Sat, 31 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/vout_pictures.c
-   M /trunk/src/video_output/vout_pictures.h
-   M /trunk/src/video_output/vout_subpictures.c
-
-vout_subpictures.c: Do not call the scaling module if the subpicture is using RGBA. The current way subpictures scaling and blending modules loading work is kind of flawed. It assumes that the module will be able to handle all the possible types of input chromas. This worked fine previously (since all modules allowing to scale/blend YUVP also handled YUVA), but doesn't now (the scaling module doesn't support RGBA. blending works fine).
-vout_pictures.*: Add core support for RGBA pictures.
-
-------------------------------------------------------------------------
-r19547 | jb | 2007-03-31 17:31:26 +0200 (Sat, 31 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/gototime.cpp
-   M /trunk/modules/gui/qt4/dialogs/gototime.hpp
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-Qt4 - a few additions to the empty GotoTime dialog..
-
-
-------------------------------------------------------------------------
-r19546 | jb | 2007-03-31 15:46:14 +0200 (Sat, 31 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-Set the priority for qt4 / dialog_provider higher than wx
-
-
-------------------------------------------------------------------------
-r19545 | jb | 2007-03-31 15:45:34 +0200 (Sat, 31 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   A /trunk/modules/gui/qt4/dialogs/gototime.cpp
-   A /trunk/modules/gui/qt4/dialogs/gototime.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - Add a "Goto Time" dialog asked over and over. Empty dialog now.
-
-
-------------------------------------------------------------------------
-r19544 | jb | 2007-03-31 15:44:22 +0200 (Sat, 31 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_intf_strings.h
-
-add a GOTOtime string.
-
-
-------------------------------------------------------------------------
-r19543 | jb | 2007-03-31 14:51:04 +0200 (Sat, 31 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/errors.cpp
-
-qt4 - Make errors dialog Application Modal.
-
-
-------------------------------------------------------------------------
-r19542 | jb | 2007-03-31 03:29:26 +0200 (Sat, 31 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-qt4 - small and unimportant cosmetic change.
-
-
-------------------------------------------------------------------------
-r19541 | jb | 2007-03-31 03:17:14 +0200 (Sat, 31 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/ui/open.ui
-
-Qt4 - Remove the enqueue button and regroup it under the play button, since it is far less used. KEEP IT SIMPLE :D
-xtophe, is that what you wanted ?
-Stream() does not do anything yet.
-
-
-------------------------------------------------------------------------
-r19540 | jb | 2007-03-31 00:31:33 +0200 (Sat, 31 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/libmpeg2.c
-
-Repair ATI VCR2 support by using ffmpeg instead of libmpeg2
-
-
-------------------------------------------------------------------------
-r19539 | dionoea | 2007-03-30 19:29:41 +0200 (Fri, 30 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/blend.c
-
-Untested RGBA blending in I420, RV24 and RV32.
-
-------------------------------------------------------------------------
-r19538 | pdherbemont | 2007-03-30 16:34:51 +0200 (Fri, 30 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/misc.h
-
-Mac OS X gui: Attempt to fix compilation error.
-
-------------------------------------------------------------------------
-r19537 | xtophe | 2007-03-30 16:06:09 +0200 (Fri, 30 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/dirac-cross.patch
-
-Fix dirac patch
-
-------------------------------------------------------------------------
-r19536 | hartman | 2007-03-30 15:29:15 +0200 (Fri, 30 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-* Missing part of previous commit [19535].
-  cleanup of freetype.c by Bernie Purcell
-
-------------------------------------------------------------------------
-r19535 | hartman | 2007-03-30 14:51:46 +0200 (Fri, 30 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/misc/freetype.c
-
-* Patch to support basic formatting in non-SSA/USF subtitle formats
-  Several fixes for warnings.
-
-  by Bernie Purcell <b dot purcell at adbglobal dot com> 
-
-------------------------------------------------------------------------
-r19534 | jb | 2007-03-30 01:04:38 +0200 (Fri, 30 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Libtiff repository has changed.
-
-
-------------------------------------------------------------------------
-r19533 | jb | 2007-03-30 00:53:45 +0200 (Fri, 30 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/open.ui
-
-Qt4 - Cosmetics: adding a <hr /> bar in advanced. SHould it be wider ?
-
-
-------------------------------------------------------------------------
-r19532 | jb | 2007-03-30 00:18:08 +0200 (Fri, 30 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Make the spacing coherent with the rest of the file.
-
-
-------------------------------------------------------------------------
-r19531 | jb | 2007-03-29 23:57:15 +0200 (Thu, 29 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-Update News.
-
-
-------------------------------------------------------------------------
-r19530 | yoann | 2007-03-29 23:53:33 +0200 (Thu, 29 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-
-* qt open dialog: double click plays the selected file
-
-------------------------------------------------------------------------
-r19529 | jb | 2007-03-29 23:52:08 +0200 (Thu, 29 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Add  Flash Screen Video  FourCC
-
-------------------------------------------------------------------------
-r19528 | jb | 2007-03-29 23:25:03 +0200 (Thu, 29 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/open.ui
-
-Qt4 - cosmetic.
-
-
-------------------------------------------------------------------------
-r19527 | jb | 2007-03-29 23:19:17 +0200 (Thu, 29 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - More hotkeys.
-
-
-------------------------------------------------------------------------
-r19526 | yoann | 2007-03-29 23:17:11 +0200 (Thu, 29 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-* fix a segfault
-
-------------------------------------------------------------------------
-r19525 | jb | 2007-03-29 23:10:42 +0200 (Thu, 29 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Shortcuts.
-
-
-------------------------------------------------------------------------
-r19524 | xtophe | 2007-03-29 23:07:56 +0200 (Thu, 29 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-don't build the doc in all cases for dirac
-
-------------------------------------------------------------------------
-r19523 | jb | 2007-03-29 22:15:45 +0200 (Thu, 29 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-
-Clean.
-
-
-------------------------------------------------------------------------
-r19522 | yoann | 2007-03-29 22:08:25 +0200 (Thu, 29 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-
-* qt: don't hide the file browser on double click
-
-------------------------------------------------------------------------
-r19521 | damienf | 2007-03-29 10:00:16 +0200 (Thu, 29 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-vlcshell.cpp: compile fix
-
-------------------------------------------------------------------------
-r19520 | damienf | 2007-03-29 00:02:51 +0200 (Thu, 29 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-
-- mozilla: support for libvlc_video_redraw_rectangle() message for PAINT events and misc cleanups
-
-------------------------------------------------------------------------
-r19519 | damienf | 2007-03-29 00:00:48 +0200 (Thu, 29 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutgl.m
-
-voutgl.m: support for VOUT_REDRAW_RECT in agl code, also added some smarts regarding handling null clip regions, which causes video flickers on Firefox/MacOSX when scrolling a page containing the mozilla plugin
-
-------------------------------------------------------------------------
-r19518 | damienf | 2007-03-28 23:57:39 +0200 (Wed, 28 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc_vout.h
-   M /trunk/src/control/video.c
-
-- libvlc: new libvlc_video_redraw_rectangle() API, this allows caller to tell vout to redraw part of video, vout needs to implement VOUT_REDRAW_RECT message to support this
-
-------------------------------------------------------------------------
-r19517 | xtophe | 2007-03-28 23:28:24 +0200 (Wed, 28 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/include/vlc_variables.h
-
-Protect header against double inclusion
-
-------------------------------------------------------------------------
-r19516 | yoann | 2007-03-28 20:53:27 +0200 (Wed, 28 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
-   M /trunk/modules/gui/qt4/util/qvlcframe.hpp
-
-* qt: escape key on QVLCFrame and QVLCDialog closes them
-
-------------------------------------------------------------------------
-r19515 | yoann | 2007-03-28 20:28:56 +0200 (Wed, 28 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
-
-* QT prefs: escape key closes the dialog
-
-------------------------------------------------------------------------
-r19514 | pdherbemont | 2007-03-28 19:31:28 +0200 (Wed, 28 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-http Access: Make sure non-absolute relocation is handled properly in a https session (thanks courmish).
-
-------------------------------------------------------------------------
-r19513 | courmisch | 2007-03-28 18:23:40 +0200 (Wed, 28 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Limit RTCP sending to one every five seconds as per RFC3550
-
-------------------------------------------------------------------------
-r19512 | pdherbemont | 2007-03-28 13:12:26 +0200 (Wed, 28 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-http Access: Avoid using an empty pointer (Oops).
-
-------------------------------------------------------------------------
-r19511 | pdherbemont | 2007-03-28 12:26:05 +0200 (Wed, 28 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-http Access: Make sure we handle redirection that don't include the server name.
-
-------------------------------------------------------------------------
-r19510 | pdherbemont | 2007-03-28 01:53:28 +0200 (Wed, 28 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/update.m
-
-Mac OS X gui: checkForUpdate may not run on first thread. Hence alloc an autorelease pool in checkForUpdate.
-
-------------------------------------------------------------------------
-r19509 | pdherbemont | 2007-03-28 01:18:56 +0200 (Wed, 28 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-Mac OS X gui: Remove unwanted NSLog from r19508.
-
-------------------------------------------------------------------------
-r19508 | pdherbemont | 2007-03-28 01:17:37 +0200 (Wed, 28 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/update.m
-
-Mac OS X gui: Check for update on startup.
-
-------------------------------------------------------------------------
-r19507 | pdherbemont | 2007-03-28 00:27:07 +0200 (Wed, 28 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-
-Mac OS X gui: Fix libvlc key handling when leaving fullscreen.
-
-------------------------------------------------------------------------
-r19506 | xtophe | 2007-03-28 00:26:24 +0200 (Wed, 28 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/menus.cpp
-
-qt4/menu.cpp:  * Work around libqt4 opening gconf
-              * improve readability of macros   
-
-------------------------------------------------------------------------
-r19505 | jb | 2007-03-28 00:14:10 +0200 (Wed, 28 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/ui/open.ui
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-   M /trunk/modules/gui/qt4/ui/sout.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_input.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_playlist.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_video.ui
-
-Qt4 - cosmetics.
-
-
-
-------------------------------------------------------------------------
-r19504 | yoann | 2007-03-28 00:09:18 +0200 (Wed, 28 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-
-* qt DirectoryConfigControl: default open in selected directory
-
-------------------------------------------------------------------------
-r19503 | yoann | 2007-03-27 23:54:16 +0200 (Tue, 27 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_configuration.h
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-
-* qt: add a FontConfigControl
-
-------------------------------------------------------------------------
-r19502 | yoann | 2007-03-27 22:39:20 +0200 (Tue, 27 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/skin_main.cpp
-
-* use add_file instead of add_string for skins2-last - this fixes QT interface simple prefs
-
-------------------------------------------------------------------------
-r19501 | yoann | 2007-03-27 21:33:50 +0200 (Tue, 27 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-
-* qt: really implement DirectoryConfigControl
-
-------------------------------------------------------------------------
-r19500 | damienf | 2007-03-27 21:06:18 +0200 (Tue, 27 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-- getaddrinfo.c : cleanup replacement APIs for win32 and make sure the shim logic only searches for real APIs only once
-
-------------------------------------------------------------------------
-r19499 | damienf | 2007-03-27 21:01:51 +0200 (Tue, 27 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/input.c
-
-- control/input.c: don't rely on exceptions to control the state of API internal logic as these are optional
-
-------------------------------------------------------------------------
-r19498 | yoann | 2007-03-27 20:48:09 +0200 (Tue, 27 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-
-* open file widget: do nothing if the user clicked on cancel
-
-------------------------------------------------------------------------
-r19497 | yoann | 2007-03-27 20:44:02 +0200 (Tue, 27 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-* browse subtitles: do nothing if the user clicked on Cancel
-
-------------------------------------------------------------------------
-r19492 | yoann | 2007-03-27 01:45:44 +0200 (Tue, 27 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-* use freetype-rel-fontsize instead of sub-rel-fontsize
-
-------------------------------------------------------------------------
-r19491 | yoann | 2007-03-27 01:44:06 +0200 (Tue, 27 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-* open dialog: set subtitle size and align options
-
-------------------------------------------------------------------------
-r19490 | yoann | 2007-03-27 01:23:28 +0200 (Tue, 27 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-
-* build the subtitle align combo box
-
-------------------------------------------------------------------------
-r19489 | yoann | 2007-03-27 01:17:57 +0200 (Tue, 27 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-
-* build the subtitle size combo box, instead of hardcoded list
-
-------------------------------------------------------------------------
-r19488 | jb | 2007-03-27 00:47:04 +0200 (Tue, 27 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/dirac-osx.patch
-
-Contrib - Dirac ; MacOS-X patch.
-
-
-------------------------------------------------------------------------
-r19487 | jb | 2007-03-27 00:39:52 +0200 (Tue, 27 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/dirac-cross.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs Dirac bumps from 0.5.4 to 0.6.0... Win32 patch updated
-
-
-------------------------------------------------------------------------
-r19486 | yoann | 2007-03-27 00:23:37 +0200 (Tue, 27 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-
-* open dialog: look for subtitles in the same directory as the movie
-
-------------------------------------------------------------------------
-r19485 | yoann | 2007-03-26 23:33:00 +0200 (Mon, 26 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-
-* use an int to select extension filters
-
-------------------------------------------------------------------------
-r19484 | yoann | 2007-03-26 22:27:30 +0200 (Mon, 26 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-
-* open dialog: options like :sub-file= are now added to input (ie "use subtitles" now works)
-
-------------------------------------------------------------------------
-r19483 | yoann | 2007-03-26 21:41:07 +0200 (Mon, 26 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-
-* add a function to parse the mrl line
-
-------------------------------------------------------------------------
-r19478 | yoann | 2007-03-26 00:21:30 +0200 (Mon, 26 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-
-* Use subtitles file extension filter for the "Open subtitles file" dialog.
-
-------------------------------------------------------------------------
-r19476 | dionoea | 2007-03-25 22:55:52 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Enable ffmpeg's GIF decoder for post r8520 revisions (Many thanks to Baptiste Coudurier for fixing the bug(s)).
-
-------------------------------------------------------------------------
-r19470 | courmisch | 2007-03-25 21:35:14 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.h
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/http/util.c
-
-Allow URL parameter of arbitrary size (closes #1125)
-
-------------------------------------------------------------------------
-r19468 | courmisch | 2007-03-25 21:21:38 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/util.c
-
-Remove debug
-
-------------------------------------------------------------------------
-r19467 | courmisch | 2007-03-25 21:21:20 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/http.h
-   M /trunk/modules/control/http/util.c
-
-Split ExtractURIValue into a research and an extract function
-
-------------------------------------------------------------------------
-r19466 | fenrir | 2007-03-25 20:46:44 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/codec/dirac.c
-
-Upgrade dirac support to 0.6.0 (close #1129)
-
-------------------------------------------------------------------------
-r19465 | courmisch | 2007-03-25 20:18:32 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-Rename sigset_t variables. No run-time change.
-
-------------------------------------------------------------------------
-r19463 | dionoea | 2007-03-25 19:05:53 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Add 2 missing calls to config_ChainDestroy().
-
-------------------------------------------------------------------------
-r19462 | dionoea | 2007-03-25 19:01:26 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-Remove last call to strchr( , ':' ) and fix a small memleak.
-
-------------------------------------------------------------------------
-r19458 | dionoea | 2007-03-25 17:26:17 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/snapshot.c
-
-Remove trailing space + comment fix.
-
-------------------------------------------------------------------------
-r19457 | dionoea | 2007-03-25 17:24:47 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/image.c
-
-config chain syntax support for the image video output.
-
-------------------------------------------------------------------------
-r19456 | dionoea | 2007-03-25 17:24:29 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-Small fix.
-
-------------------------------------------------------------------------
-r19455 | dionoea | 2007-03-25 16:48:56 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/clone.c
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/panoramix.c
-   M /trunk/modules/video_filter/puzzle.c
-   M /trunk/modules/video_filter/transform.c
-   M /trunk/modules/video_filter/wall.c
-
-Add support for config chain option parsing.
-
-------------------------------------------------------------------------
-r19454 | dionoea | 2007-03-25 16:48:09 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_vout.h
-   M /trunk/src/video_output/video_output.c
-
-Allow using the config chain syntax for vout filters and vouts.
-
-------------------------------------------------------------------------
-r19453 | pdherbemont | 2007-03-25 16:47:41 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/gestures.c
-
-Gestures: Fix two dead locks when changing audio track and subtitle track when there is no such track.
-
-------------------------------------------------------------------------
-r19452 | pdherbemont | 2007-03-25 16:22:47 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/gestures.c
-
-Gestures: The break statement here refers to the local for. Don't release the p_input in this case.
-
-------------------------------------------------------------------------
-r19451 | dionoea | 2007-03-25 15:41:59 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Remove double ;
-
-------------------------------------------------------------------------
-r19450 | dionoea | 2007-03-25 15:21:06 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-Woops, forgot to remove this reference to p_libvlc_global yesterday.
-
-------------------------------------------------------------------------
-r19449 | dionoea | 2007-03-25 15:14:56 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration_chain.c
-
-We want to check the main type only (& 0x00f0).
-
-------------------------------------------------------------------------
-r19448 | damienf | 2007-03-25 14:39:43 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/audio.c
-
-libvlc/control: make sure aout is active before attempting to use channels
-
-------------------------------------------------------------------------
-r19447 | pdherbemont | 2007-03-25 14:16:55 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/gestures.c
-
-Gestures: Really remove unwanted commit. (Oops).
-
-------------------------------------------------------------------------
-r19446 | pdherbemont | 2007-03-25 14:15:08 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/gestures.c
-
-Gestures: Remove unwanted commit.
-
-------------------------------------------------------------------------
-r19445 | pdherbemont | 2007-03-25 14:11:12 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/gestures.c
-
-Gestures: no need to retain p_playlist longer than really needed.
-
-------------------------------------------------------------------------
-r19444 | pdherbemont | 2007-03-25 14:08:36 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/gestures.c
-
-Gestures: Make sure we that p_playlist is valid, and correctly release p_input and p_playlist.
-
-------------------------------------------------------------------------
-r19443 | damienf | 2007-03-25 14:08:23 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-- mozilla: added 'firefox-xpcom' to pkgconfig candidates
-
-------------------------------------------------------------------------
-r19442 | pdherbemont | 2007-03-25 13:50:26 +0200 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/gestures.c
-
-Gestures: Obtain the p_input associated with the p_playlist when needed.
-
-------------------------------------------------------------------------
-r19441 | courmisch | 2007-03-25 11:56:25 +0200 (Sun, 25 Mar 2007) | 9 lines
-Changed paths:
-   M /trunk/src/network/io.c
-   M /trunk/src/vlc.c
-
-Block SIGCHLD so we don't get polluted by system() in another thread[1]
-(though this seem to only happen with debuggers and (?)broken OSes)
-
-[1] system() blocks SIGCHLD, and is probably not intended for multithreading
-
-We cannot assume that blocking calls in other libraries ignore EINTR anyway, 
-so the only safe approach is to block in all threads (you can unblock it in
-your thread if you really want it) except the signal handling thread.
-
-------------------------------------------------------------------------
-r19440 | jb | 2007-03-24 23:32:55 +0100 (Sat, 24 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/control/gestures.c
-
-New gestures actions. 
-
-
-------------------------------------------------------------------------
-r19439 | jb | 2007-03-24 23:29:58 +0100 (Sat, 24 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_intf_strings.h
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
-   M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - Codec Information direct access from menu.
-
-
-------------------------------------------------------------------------
-r19438 | pdherbemont | 2007-03-24 23:28:46 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-Core: Prefer ANSI-C style comments over C++ comments.
-
-------------------------------------------------------------------------
-r19437 | pdherbemont | 2007-03-24 23:21:08 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/gestures.c
-
-Gestures: Make sure we follow the locking strategy established in [19436].
-
-------------------------------------------------------------------------
-r19436 | pdherbemont | 2007-03-24 22:33:30 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/gestures.c
-
-Gestures: Defines p_intf->change_lock rules, and apply them.
-
-------------------------------------------------------------------------
-r19435 | pdherbemont | 2007-03-24 21:57:23 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/gestures.c
-
-Gestures: Fix typo in comment.
-
-------------------------------------------------------------------------
-r19434 | pdherbemont | 2007-03-24 21:52:12 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/gestures.c
-
-Gestures: Make sure p_intf->p_sys->p_input gets released.
-
-------------------------------------------------------------------------
-r19433 | dionoea | 2007-03-24 21:36:57 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Use the module's name as object name if none was explicitly given by the user.
-
-------------------------------------------------------------------------
-r19432 | dionoea | 2007-03-24 21:25:25 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/adjust.c
-
- * Don't call var_Get every time we have an image to process and register the variables as commands.
-
-------------------------------------------------------------------------
-r19431 | dionoea | 2007-03-24 21:21:30 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_variables.h
-
-Oops.
-
-------------------------------------------------------------------------
-r19430 | dionoea | 2007-03-24 19:30:39 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_filter/mosaic.c
-
-Register variables as callback. Don't store module specific variables in p_libvlc_global. They don't belong there.
-
-------------------------------------------------------------------------
-r19429 | dionoea | 2007-03-24 19:29:20 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_variables.h
-
-Add new var_CreateGet<type>Command functions which set the VLC_VAR_ISCOMMAND flag.
-
-------------------------------------------------------------------------
-r19428 | dionoea | 2007-03-24 19:28:50 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/variables.c
-
-if we var_Create with DOINHERIT|ISCOMMAND and ISCOMMAND isn't set on the source variable, then inherit anyway and add ISCOMMAND to the type. 
-
-------------------------------------------------------------------------
-r19427 | dionoea | 2007-03-24 18:13:40 +0100 (Sat, 24 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/src/misc/objects.c
-
-Allow using an object's psz_object_name as id for the libvlc_global commands "tree" and "vars". Example use:
-./vlc -I rc --sub-filter marq@test --no-audio ~/media/redefined-nintendo.mpg
-vars test
-(instead of "vars 376" ... or whatever the integer id is) 
-
-------------------------------------------------------------------------
-r19426 | dionoea | 2007-03-24 17:22:20 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Typo fix.
-
-------------------------------------------------------------------------
-r19425 | dionoea | 2007-03-24 17:20:06 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-
-Add news about the rc command syntax change.
-
-------------------------------------------------------------------------
-r19424 | dionoea | 2007-03-24 17:02:51 +0100 (Sat, 24 Mar 2007) | 24 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-   M /trunk/modules/control/rc.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-
-* Make it possible to give names to vlc objects (psz_object_name
-already existed but was only used by modules as far as is know). This
-is done in the module_Need function. Needed module names now have this
-syntax: '<module>[@<name>]'. If the @<name> part is present, once the
-needed module is found it will change p_this->psz_object_name to <name>.
-In about 99% of the module_Need calls, p_this is the module's parent
-object so this is ok. The remaining calls won't use this syntax so it's
-ok i guess :)
-
-* Add new vlc_object_find_name function. It works like vlc_object_find
-but uses a string (name) instead of an integer (type) as its second
-argument.
-
-* Change the marq, mosaic and logo commands in rc.c. They now take the
-target object's name as first argument. Example:
-
-Launch vlc with:
-./vlc -I rc --no-audio --sub-filter "marq@test{marquee=Hello}:marq@testouille{marquee=Test}" ~/media/redefined-nintendo.mpg
-
-Then issue the following command to move the second marq:
-marq-x testouille 100
-
-(and while testing I fixed #745)
-
-------------------------------------------------------------------------
-r19423 | courmisch | 2007-03-24 12:35:24 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-Forgot this file
-
-------------------------------------------------------------------------
-r19422 | courmisch | 2007-03-24 12:10:20 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Re-disable v6 only for better handling of udp://@ on dual-stack systems
-
-------------------------------------------------------------------------
-r19421 | courmisch | 2007-03-24 12:08:46 +0100 (Sat, 24 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-- Fix various error handling bugs in vlc_execve.
-- Use a single pipe rather two pairs
-
-------------------------------------------------------------------------
-r19420 | xtophe | 2007-03-24 02:30:37 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/INSTALL
-
-Debian's packaging moved
-
-------------------------------------------------------------------------
-r19419 | xtophe | 2007-03-24 02:29:13 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/vlc.1
-
-Fix dvd MRL (from Debian's patch)
-
-------------------------------------------------------------------------
-r19418 | fenrir | 2007-03-24 02:18:53 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/pls.c
-
-Fixed small memory leaks.
-
-------------------------------------------------------------------------
-r19417 | fenrir | 2007-03-24 02:05:02 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Fixed stat counter leaks on open failure.
-
-------------------------------------------------------------------------
-r19416 | fenrir | 2007-03-24 01:51:14 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-
-Fixed small memory leaks.
-
-------------------------------------------------------------------------
-r19415 | fenrir | 2007-03-24 01:50:09 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/ftp.c
-
-Fixed typo (Patch by Ari Constancio)
-
-------------------------------------------------------------------------
-r19414 | fenrir | 2007-03-24 01:47:47 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Fixed typo in proxy description. (Patch by Ari Constancio)
-
-------------------------------------------------------------------------
-r19413 | fenrir | 2007-03-24 01:46:42 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-Fixed memory leak when we cannot save the configuration file.
-
-------------------------------------------------------------------------
-r19412 | fenrir | 2007-03-24 01:42:20 +0100 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-Fixed 2 segfaults in config_OpenConfigFile.
-
-------------------------------------------------------------------------
-r19411 | fenrir | 2007-03-24 01:24:22 +0100 (Sat, 24 Mar 2007) | 7 lines
-Changed paths:
-   M /trunk/modules/access/mms/mms.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/access/mms/mmsh.h
-
-Implemented http proxy for mmsh (close #629)
-It uses --mmsh-proxy=xxx or http_proxy environment variable (basic
-authentication has not been tested).
-We may want to reuse --http-proxy from http instead (and so we will have to
-move the option out of http.c)
-
-
-------------------------------------------------------------------------
-r19410 | xtophe | 2007-03-23 22:22:47 +0100 (Fri, 23 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dshow/dshow.cpp
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/pvr.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/audio_filter/equalizer.c
-   M /trunk/modules/demux/mod.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/gui/macosx/equalizer.m
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/misc/notify/growl.c
-   M /trunk/modules/misc/notify/msn.c
-   M /trunk/modules/misc/rtsp.c
-   M /trunk/modules/misc/win32text.c
-   M /trunk/modules/mux/mpeg/ts.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/modules/video_filter/mosaic.c
-   M /trunk/modules/video_filter/osdmenu.c
-   M /trunk/src/libvlc-module.c
-
-Fix the strings.
-
-------------------------------------------------------------------------
-r19409 | fenrir | 2007-03-23 21:07:17 +0100 (Fri, 23 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Use new EPG api + convert event strings to UTF-8.
-
-------------------------------------------------------------------------
-r19408 | fenrir | 2007-03-23 21:03:30 +0100 (Fri, 23 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/es_out.c
-
-Partial implementation of EPG support (Converted to stream meta data)
-
-------------------------------------------------------------------------
-r19407 | fenrir | 2007-03-23 20:59:11 +0100 (Fri, 23 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/src/input/control.c
-   M /trunk/src/input/input.c
-
-Extended INPUT_DEL_INFO (Allow deleting a whole category with NULL name)
-Fixed VLC_META_NOW_PLAYING update.
-
-------------------------------------------------------------------------
-r19406 | fenrir | 2007-03-23 20:55:48 +0100 (Fri, 23 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_meta.h
-
-Re-extended vlc_meta_t.
-
-------------------------------------------------------------------------
-r19405 | fenrir | 2007-03-23 20:55:17 +0100 (Fri, 23 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-
-Include vlc_epg.h
-
-------------------------------------------------------------------------
-r19404 | fenrir | 2007-03-23 20:54:14 +0100 (Fri, 23 Mar 2007) | 2 lines
-Changed paths:
-   A /trunk/include/vlc_epg.h
-   M /trunk/include/vlc_es_out.h
-   M /trunk/src/Makefile.am
-
-Added EPG (Electronic Program Guide) helpers and ES_OUT_SET_GROUP_EPG.
-
-------------------------------------------------------------------------
-r19403 | fenrir | 2007-03-23 20:49:21 +0100 (Fri, 23 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-   M /trunk/include/vlc_vlm.h
-
-Added a c++ compatible TAB_APPEND_CPP
-
-------------------------------------------------------------------------
-r19402 | fenrir | 2007-03-23 20:43:48 +0100 (Fri, 23 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Fixed net_Read and net_Write (poll can be interrupted).
-
-------------------------------------------------------------------------
-r19401 | fenrir | 2007-03-23 20:35:18 +0100 (Fri, 23 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/record.c
-
-Fixed compilation warning.
-
-------------------------------------------------------------------------
-r19400 | fenrir | 2007-03-23 20:33:48 +0100 (Fri, 23 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-Fixed invalid free.
-
-------------------------------------------------------------------------
-r19399 | fenrir | 2007-03-23 20:28:48 +0100 (Fri, 23 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/mms/buffer.c
-   M /trunk/modules/access/mms/mmstu.c
-
-Fixed #949 (UTF-8 url support)
-
-------------------------------------------------------------------------
-r19398 | fenrir | 2007-03-23 20:24:49 +0100 (Fri, 23 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/access/mms/mmsh.c
-
-Fixed #1102 ("Bad request" error)
-Completed RESET command support.
-Updated user agent to "NSPlayer/7.10.0.3059"
-
-
-------------------------------------------------------------------------
-r19397 | fenrir | 2007-03-23 19:48:33 +0100 (Fri, 23 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Fixed compilation warning.
-
-------------------------------------------------------------------------
-r19396 | fenrir | 2007-03-23 19:48:04 +0100 (Fri, 23 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/en50221.c
-
-Fixed dvbsi_to_utf8 (memory leak + possible segfault)
-
-------------------------------------------------------------------------
-r19394 | dionoea | 2007-03-22 23:56:54 +0100 (Thu, 22 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/po/fr.po
-
-French translation fix by rom1 (http://forum.videolan.org/viewtopic.php?t=32549).
-
-------------------------------------------------------------------------
-r19393 | xtophe | 2007-03-22 23:27:51 +0100 (Thu, 22 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/po/pt_PT.po
-   M /trunk/po/vlc.pot
-
-Update Portuguese translation. Thanks to Ari Constacio.
-
-------------------------------------------------------------------------
-r19392 | xtophe | 2007-03-22 18:37:57 +0100 (Thu, 22 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
-
-wx: Check in Open() if we have an X
-
-------------------------------------------------------------------------
-r19391 | damienf | 2007-03-22 18:29:55 +0100 (Thu, 22 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcshell.cpp
-
-- vlcshell.cp: compile fix
-
-------------------------------------------------------------------------
-r19390 | damienf | 2007-03-22 18:00:51 +0100 (Thu, 22 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/vlccontrol.cpp
-
-- activex: support for options passed as a commmand line string
-
-------------------------------------------------------------------------
-r19389 | damienf | 2007-03-22 17:58:22 +0100 (Thu, 22 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/control/npolibvlc.cpp
-
-- mozilla: possible heap corruption when parsing options as string
-
-------------------------------------------------------------------------
-r19388 | damienf | 2007-03-22 17:56:59 +0100 (Thu, 22 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/vlcplugin.cpp
-   M /trunk/mozilla/vlcplugin.h
-   M /trunk/mozilla/vlcshell.cpp
-
- mozilla: don't hold any reference to root object to prevent ownership issues on plugin destroy, just create it and throw it to the wilderness
-
-------------------------------------------------------------------------
-r19387 | jpsaman | 2007-03-22 15:45:16 +0100 (Thu, 22 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/src/control/playlist.c
-
-Let the code blend in.
-------------------------------------------------------------------------
-r19385 | jpsaman | 2007-03-22 15:38:11 +0100 (Thu, 22 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/src/control/playlist.c
-
-Fix potential crash condition.
-------------------------------------------------------------------------
-r19383 | jpsaman | 2007-03-22 14:49:33 +0100 (Thu, 22 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/src/control/input.c
-
-Return sane state value when no input is present.
-------------------------------------------------------------------------
-r19382 | dionoea | 2007-03-22 11:35:29 +0100 (Thu, 22 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/http/rpn.c
-
-limit values extracted by url_extract to 2048 characters instead of 512 characters. refs #1125.
-
-------------------------------------------------------------------------
-r19381 | xtophe | 2007-03-22 00:10:07 +0100 (Thu, 22 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-qt4.cpp: Put it at a better place, only under X11, remove debug
-
-------------------------------------------------------------------------
-r19380 | dionoea | 2007-03-21 23:36:44 +0100 (Wed, 21 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
-Fix the help string for rss-speed.
-
-------------------------------------------------------------------------
-r19379 | dionoea | 2007-03-21 23:14:46 +0100 (Wed, 21 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
-rss.c: Using [19378] (visible region persitence in freetype font renderer), only display one line of text if the font size option was set.
-
-------------------------------------------------------------------------
-r19378 | dionoea | 2007-03-21 23:10:50 +0100 (Wed, 21 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Change the visible heigh/width only if they weren't set in the source text subpicture. Else use the original values. Could someone with good knowledge of the freetype module (and maybe other text render modules ... if we have any) confirm that this change is ok?
-
-------------------------------------------------------------------------
-r19377 | dionoea | 2007-03-21 22:51:44 +0100 (Wed, 21 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Trailing spaces, again.
-
-------------------------------------------------------------------------
-r19376 | dionoea | 2007-03-21 22:48:36 +0100 (Wed, 21 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Cosmetics (well ... invisible cosmetics). Remove trailing white spaces.
-
-------------------------------------------------------------------------
-r19375 | dionoea | 2007-03-21 22:44:56 +0100 (Wed, 21 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/rss.c
-
-* Add new rss-title option to configure how/when/if you want to display the feed's title.
-* Fix CFG_PREFIX for config chain parsing and option names (s/rrs/rss/)
-
-------------------------------------------------------------------------
-r19374 | dionoea | 2007-03-21 22:42:10 +0100 (Wed, 21 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Disable ffmpeg GIF decoder. It's currenly not working (doing some weird infinite loop when calling pf_decode_video in src/misc/image.c ImageRead() when using the RSS plugin)
-
-------------------------------------------------------------------------
-r19373 | xtophe | 2007-03-21 19:23:22 +0100 (Wed, 21 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-qt4: Don't try to use the qt intf if we don't have an X
-
-------------------------------------------------------------------------
-r19372 | damienf | 2007-03-21 14:57:12 +0100 (Wed, 21 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/control/npolibvlc.cpp
-
-- mozilla: refcounting is still important, don't mess it up during normal operation
-
-------------------------------------------------------------------------
-r19371 | damienf | 2007-03-21 13:34:11 +0100 (Wed, 21 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/extras/getopt.c
-   M /trunk/src/misc/configuration.c
-
-- getopt: use optind==0 for reentrency support and misc cleanup
-
-------------------------------------------------------------------------
-r19370 | jb | 2007-03-21 00:40:09 +0100 (Wed, 21 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-Qt4 - Open. Fix segfault under windows. Still need to find out to hide those buttons under windows. But one at a time.
-
-
-------------------------------------------------------------------------
-r19369 | jb | 2007-03-21 00:29:42 +0100 (Wed, 21 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_modules.h
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Qt4 - Pref: start to track functionnalities missing. Directory still segfaults..
-
-
-
-------------------------------------------------------------------------
-r19368 | damienf | 2007-03-20 23:15:07 +0100 (Tue, 20 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/mozilla/control/npolibvlc.h
-   M /trunk/mozilla/control/nporuntime.h
-
- - mozilla: I finally figured out why firefox was corrupting memory after destroying plugin (so much fore reference counted objects !)
-
-------------------------------------------------------------------------
-r19367 | jb | 2007-03-20 20:27:29 +0100 (Tue, 20 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/open_net.ui
-
-Qt4 - Open Dialog/ Net. Cosmetics.
-
-
-------------------------------------------------------------------------
-r19366 | jb | 2007-03-20 20:20:42 +0100 (Tue, 20 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-
-Qt4 - Open Dialog/File. Solve the filters bug and do things in a better way.
-
-
-------------------------------------------------------------------------
-r19365 | damienf | 2007-03-20 16:13:51 +0100 (Tue, 20 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/support/npmac.cpp
-   M /trunk/mozilla/support/npunix.c
-   M /trunk/mozilla/support/npwin.cpp
-   M /trunk/mozilla/vlcshell.cpp
-
- - mozilla: formatting, cleanup, and NPN_SetValue/NPP_SetValue support
-
-------------------------------------------------------------------------
-r19364 | damienf | 2007-03-20 12:51:12 +0100 (Tue, 20 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/mozilla/control/nporuntime.h
-
-- mozilla: most properties in vlc.audio object don't require an active input, be careful jpsaman ;)
-
-------------------------------------------------------------------------
-r19363 | jpsaman | 2007-03-20 09:21:52 +0100 (Tue, 20 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/qte_main.cpp
-
-coding style cleanup
-------------------------------------------------------------------------
-r19362 | jb | 2007-03-20 02:15:26 +0100 (Tue, 20 Mar 2007) | 12 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-
-Qt4 - Set Filters. Regroup filter definitions.
-
-Open Dialog: status. 
-- Broken on Windows.... As usual...
-- Filters are not correctly set. Why ? I don't understand...
-- Alignement will not be better.
-- Show/hide advanced panel and subtitles do not work correctly (none of them)
-- Additional features will be for next release. There is plenty of things to do left.
-
-/* GOSH I hate QT designer */
-
-
-------------------------------------------------------------------------
-r19361 | damienf | 2007-03-20 01:11:57 +0100 (Tue, 20 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/mozilla/control/npolibvlc.h
-   M /trunk/mozilla/control/nporuntime.h
-   M /trunk/mozilla/vlcshell.cpp
-
-- mozilla: some cleanup, workarounds for potential crash scenarios
-
-------------------------------------------------------------------------
-r19360 | pdherbemont | 2007-03-19 23:56:04 +0100 (Mon, 19 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-Mac OS X gui: Make sure the "force quit" menu item is handled instantly.
-
-------------------------------------------------------------------------
-r19359 | dionoea | 2007-03-19 22:34:54 +0100 (Mon, 19 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-When using -p <module name> (or --module <module name>) to look for help, also check if the module name matches a module's shortcut (and not only the main name). Makes it possible to use stuff like vlc -p udp instead of vlc -p access_udp.
-
-------------------------------------------------------------------------
-r19358 | jpsaman | 2007-03-19 22:17:09 +0100 (Mon, 19 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-starttime.patch
-   M /trunk/modules/demux/live555.cpp
-
-Bumped up version number of live555 to a ridiculous 9999999999 so it doesn't conflict with the official live555 releases. This is a temporary hack till RTSP seeking is solved properly.
-------------------------------------------------------------------------
-r19357 | dionoea | 2007-03-19 22:13:07 +0100 (Mon, 19 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Fix compilation on debian sid. Please check that we're using the appropriate version numbers in the #ifs.
-
-------------------------------------------------------------------------
-r19356 | dionoea | 2007-03-19 21:36:05 +0100 (Mon, 19 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-Fortune! Who would've though that thresh would fall for it.
-
-------------------------------------------------------------------------
-r19355 | jb | 2007-03-19 20:45:08 +0100 (Mon, 19 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Qt4 - comment another thing to build on windows. L4|\/|3 contribs...
-
-
-------------------------------------------------------------------------
-r19354 | jb | 2007-03-19 20:42:25 +0100 (Mon, 19 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-
-Qt4 - Open. Use a Frame and not a QComboBox for subtitles. (lacks still some toggle function). Catch event to avoid bug of hidding of QFileDialog.
-
-
-------------------------------------------------------------------------
-r19353 | jb | 2007-03-19 20:32:42 +0100 (Mon, 19 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-Qt4- temporary comment something to build !
-
-
-------------------------------------------------------------------------
-r19352 | jb | 2007-03-19 01:40:41 +0100 (Mon, 19 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/open_capture.ui
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-   M /trunk/modules/gui/qt4/ui/open_net.ui
-
-Qt4 - Sometimes size does matter.
-
-
-------------------------------------------------------------------------
-r19351 | jb | 2007-03-19 01:26:58 +0100 (Mon, 19 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-qt4 - small comment to avoid the pbs until we have new contribs.
-
-
-------------------------------------------------------------------------
-r19350 | jb | 2007-03-19 01:19:47 +0100 (Mon, 19 Mar 2007) | 8 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/ui/open.ui
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
-
-Qt4 - Open: New way and interface for File Open using an integration of QFileDialog inside the FileOpenPanel. The integration should be alright.
-Be careful for your eyes when reading the code, it can burn them :)
-Anyway, there are still a few bugs (the main one is the disapearing of QFileDialog on acceptance) and some alignment issues.
-
-I got NO idea how this behaves under Windows... A special code may be needed.
-
-
-
-------------------------------------------------------------------------
-r19349 | jb | 2007-03-19 00:13:37 +0100 (Mon, 19 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-qt4 - Don't include twice some headers.
-
-
-------------------------------------------------------------------------
-r19348 | xtophe | 2007-03-18 20:29:13 +0100 (Sun, 18 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
-fmt_in.p_extra is free'd by input core
-
-------------------------------------------------------------------------
-r19346 | sam | 2007-03-17 22:20:59 +0100 (Sat, 17 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/x11/xcommon.c
-
-  * modules/video_output/x11/xcommon.c: fix XShm detection on remote X.
-
-------------------------------------------------------------------------
-r19345 | xtophe | 2007-03-17 01:31:51 +0100 (Sat, 17 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/misc/freetype.c
-
-Fix double free and a 1 octet per subtitle memleak
-Due to the False in strem_MemoryNew it was clearing psz_html in strem_Delete
-and it was leaking the \0 at the end of the string
-
-------------------------------------------------------------------------
-r19344 | xtophe | 2007-03-16 21:35:31 +0100 (Fri, 16 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/po/pt_PT.po
-   M /trunk/po/sl.po
-
-sl.po: update by Matej Urbancic
-pt_PT.po: update by Ari Constancio 
-
-------------------------------------------------------------------------
-r19343 | xtophe | 2007-03-16 21:15:32 +0100 (Fri, 16 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/param_eq.c
-
-Db -> dB . patch by Ari Constancio
-
-------------------------------------------------------------------------
-r19342 | xtophe | 2007-03-16 14:02:49 +0100 (Fri, 16 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/po/nl.po
-
-Typo. Noticed by Puntloos
-
-------------------------------------------------------------------------
-r19341 | damienf | 2007-03-15 18:58:45 +0100 (Thu, 15 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/unicode.c
-   M /trunk/src/text/wincp.c
-
-- unicode.c, wincp.c: compile fix
-
-------------------------------------------------------------------------
-r19340 | jb | 2007-03-15 01:40:42 +0100 (Thu, 15 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-
-qt4 - About dialog, forgot in previous commit.
-
-
-------------------------------------------------------------------------
-r19339 | jb | 2007-03-15 01:28:03 +0100 (Thu, 15 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/pixmaps/spref_cone_Subtitles_64.png
-
-qt4 - Subtitles Sprefs icon change and About dialog modification... But the file is not yet displayed.
-
-
-------------------------------------------------------------------------
-r19338 | xtophe | 2007-03-15 01:06:59 +0100 (Thu, 15 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-
-Fix POTFILES.in
-Do use a clean tree when commiting po stuffs !
-
-------------------------------------------------------------------------
-r19336 | xtophe | 2007-03-14 22:52:23 +0100 (Wed, 14 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-
-make the install dir configurable for win32
-
-------------------------------------------------------------------------
-r19335 | xtophe | 2007-03-14 22:34:22 +0100 (Wed, 14 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-Allow user to pass extra args to aclocal. 
-
-------------------------------------------------------------------------
-r19334 | courmisch | 2007-03-14 20:02:35 +0100 (Wed, 14 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/unicode.c
-
-Fix crash on UTF-8 systems in previous commit
-
-------------------------------------------------------------------------
-r19333 | courmisch | 2007-03-14 20:01:04 +0100 (Wed, 14 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/unicode.c
-
-Fix for obsolete setups
-
-------------------------------------------------------------------------
-r19332 | courmisch | 2007-03-14 18:40:40 +0100 (Wed, 14 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-Convert from locale before passing to LibVLC - closes #838
-
-------------------------------------------------------------------------
-r19331 | courmisch | 2007-03-14 18:32:24 +0100 (Wed, 14 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Remove too late and partial command line charset conversion - refs #838
-Note that this provisionaly breaks the command line
-on non-UTF-8 non-Win32 systems
-
-------------------------------------------------------------------------
-r19330 | courmisch | 2007-03-14 18:30:00 +0100 (Wed, 14 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/text/unicode.c
-
-- Make FromLocale() usable any time (after setlocale()) - refs #838
-- Fix re-entrancy problem for multiple LibVLC in the same process
-
-------------------------------------------------------------------------
-r19329 | courmisch | 2007-03-14 17:52:51 +0100 (Wed, 14 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/unicode.c
-
-Remove bogus variable
-
-------------------------------------------------------------------------
-r19328 | courmisch | 2007-03-14 17:47:53 +0100 (Wed, 14 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/unicode.c
-
-Fix MB2MB and use it
-
-------------------------------------------------------------------------
-r19327 | courmisch | 2007-03-14 17:23:52 +0100 (Wed, 14 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-Compile, err, fix
-
-------------------------------------------------------------------------
-r19326 | courmisch | 2007-03-14 17:10:14 +0100 (Wed, 14 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-Code simplification
-
-------------------------------------------------------------------------
-r19325 | jb | 2007-03-14 01:12:16 +0100 (Wed, 14 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/ui/open.ui
-
-Qt4 - Open and menus links, cleaning, etc..
-
-
-------------------------------------------------------------------------
-r19324 | jb | 2007-03-14 00:29:40 +0100 (Wed, 14 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-make update-po ?
-
-
-------------------------------------------------------------------------
-r19323 | jb | 2007-03-14 00:20:05 +0100 (Wed, 14 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/open.ui
-
-Qt4 - Open Dialog - Very small modification.
-
-
-------------------------------------------------------------------------
-r19322 | jb | 2007-03-14 00:19:27 +0100 (Wed, 14 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/vlc.vim
-
-add VLC_VAR_ADDRESS to vlc.vim
-
-
-------------------------------------------------------------------------
-r19321 | ipkiss | 2007-03-13 23:18:34 +0100 (Tue, 13 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.hpp
-
-Comments must stay Doxygen-style comments
-
-------------------------------------------------------------------------
-r19320 | jb | 2007-03-13 22:44:05 +0100 (Tue, 13 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/ui/open.ui
-
-Qt4 - Open Dialog. Add an enqueue button.
-
-
-------------------------------------------------------------------------
-r19319 | courmisch | 2007-03-13 22:41:33 +0100 (Tue, 13 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Only define SetLanguages on platform that actually use it (Win+Mac)
-
-------------------------------------------------------------------------
-r19318 | courmisch | 2007-03-13 22:37:55 +0100 (Tue, 13 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   M /trunk/src/text/charset.c
-   A /trunk/src/text/wincp.c
-
-- Fix POSIX locale handling (well you'd better not fall in that case though)
-- Split Windows CP "guessing" from real system charset determination
-
-------------------------------------------------------------------------
-r19317 | jb | 2007-03-13 22:28:34 +0100 (Tue, 13 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/THANKS
-   M /trunk/configure.ac
-   M /trunk/include/vlc_filter.h
-   M /trunk/include/vlc_vout.h
-   M /trunk/modules/codec/subsdec.c
-   M /trunk/modules/demux/mkv.cpp
-   M /trunk/modules/misc/dummy/renderer.c
-   M /trunk/modules/misc/freetype.c
-   M /trunk/modules/misc/svg.c
-   M /trunk/modules/misc/win32text.c
-   M /trunk/src/video_output/vout_subpictures.c
-
-MKV USF subtitles support and other Subtitles improvements.
-Patch by Bernie Purcell, with two small modifications by thedj.
-
-
-------------------------------------------------------------------------
-r19316 | jb | 2007-03-13 22:08:04 +0100 (Tue, 13 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
-
-Qt4 - Preferences : Reset preferences.
-
-
-------------------------------------------------------------------------
-r19315 | courmisch | 2007-03-13 18:16:19 +0100 (Tue, 13 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/src/theme_loader.hpp
-
-Avoid reference to deprecated FromLocale() in comments ;)
-
-------------------------------------------------------------------------
-r19314 | thresh | 2007-03-13 14:34:19 +0100 (Tue, 13 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/share/applications/vlc.desktop
-
-Russian translation for desktop entries.
-
-------------------------------------------------------------------------
-r19313 | thresh | 2007-03-13 14:30:12 +0100 (Tue, 13 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Better looking QListWidget for simple preferences.
-One can make it look even better with icons centered in the picture
-
-------------------------------------------------------------------------
-r19312 | jb | 2007-03-13 01:40:23 +0100 (Tue, 13 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-
-Qt4 - Reorganize the SPrefs categories :
-Interface , Audio, Video, Subtiltes, Input, Hotkeys.
-And I still can't center those icons !!!
-
-
-------------------------------------------------------------------------
-r19311 | jb | 2007-03-13 01:28:14 +0100 (Tue, 13 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   A /trunk/modules/gui/qt4/pixmaps/spref_cone_Audio_64.png
-   A /trunk/modules/gui/qt4/pixmaps/spref_cone_Hotkeys_64.png
-   A /trunk/modules/gui/qt4/pixmaps/spref_cone_Input_64.png
-   A /trunk/modules/gui/qt4/pixmaps/spref_cone_Interface_64.png
-   A /trunk/modules/gui/qt4/pixmaps/spref_cone_Subtitles_64.png
-   A /trunk/modules/gui/qt4/pixmaps/spref_cone_Video_64.png
-   M /trunk/modules/gui/qt4/res.qrc
-
-Qt4 - SPrefs: New icons from Tombigel.
-
-
-------------------------------------------------------------------------
-r19310 | dionoea | 2007-03-12 23:02:17 +0100 (Mon, 12 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/share/applications/vlc.desktop
-
-FR name capitalisation fix by Adri2000 (+ version number fix by myself)
-
-------------------------------------------------------------------------
-r19309 | courmisch | 2007-03-12 20:29:08 +0100 (Mon, 12 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-- Also allow AI_CANNONAME in case someone ever uses it
-- Fix MacOS X WTF: standard AI_NUMERICSERV is missing
-- Avoid defining _*I_MASK if not needed
-
-------------------------------------------------------------------------
-r19308 | courmisch | 2007-03-12 20:18:16 +0100 (Mon, 12 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-- Always use AI_NUMERICSERV since we cannot use service names in LibVLC
-- Only pass used ai_flags so we won't break if broken IETF draft
-  draft-chakrabarti-ipv6-addrselect-api-05 makes it to standard
-
-------------------------------------------------------------------------
-r19307 | sam | 2007-03-12 16:32:55 +0100 (Mon, 12 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/audio_filter/format.c
-
-* modules/audio_filter/format.c: fix audio conversion crashes and bugs.
-
-------------------------------------------------------------------------
-r19305 | damienf | 2007-03-12 00:08:15 +0100 (Mon, 12 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutgl.m
-
-- voutgl.m: misc cleanup, reworked context locking as well as enabling double buffering for faster rendering
-
-------------------------------------------------------------------------
-r19304 | jpsaman | 2007-03-11 21:17:04 +0100 (Sun, 11 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/vlccontrol2.cpp
-   M /trunk/activex/vlccontrol2.h
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/mozilla/control/npolibvlc.h
-   M /trunk/src/control/audio.c
-   M /trunk/src/control/input.c
-   M /trunk/src/control/video.c
-
-Fix bug in vlc.audio.track and add new properties vlc.video.subtitle 
-to JavaScript API implementation.
-
-
-------------------------------------------------------------------------
-r19303 | courmisch | 2007-03-11 20:40:05 +0100 (Sun, 11 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Dist missing header file
-
-------------------------------------------------------------------------
-r19302 | courmisch | 2007-03-11 19:53:53 +0100 (Sun, 11 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/libs/srtp/srtp.c
-
-Untested support for RFC4771:
-Integrity Transform Carrying Roll-Over Counter for SRTP
-
-Once debugged, it should provide a simple way to synchronize live
-(multicast...) secure streams.
-
-------------------------------------------------------------------------
-r19301 | courmisch | 2007-03-11 18:13:55 +0100 (Sun, 11 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access_filter/dump.c
-
-DO NOT F***ING REMOVE my asserts()
-(unless the assertion is false, which is not the case here)
-
-------------------------------------------------------------------------
-r19297 | courmisch | 2007-03-11 16:52:45 +0100 (Sun, 11 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-   M /trunk/modules/video_output/x11/xcommon.h
-
-Use long instead of int32_t when passing 32-bits value to XChangeProperty.
-This seems to be the (stupid) way it has to be done - closes #670
-
-------------------------------------------------------------------------
-r19296 | courmisch | 2007-03-11 15:58:40 +0100 (Sun, 11 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/libs/srtp/srtp.c
-   M /trunk/libs/srtp/test-aes.c
-
-Leverage libgcrypt CounTeR mode implementation to simplify our code
-
-------------------------------------------------------------------------
-r19295 | courmisch | 2007-03-11 14:18:05 +0100 (Sun, 11 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/libs/srtp/recv.c
-   M /trunk/libs/srtp/srtp.c
-   M /trunk/libs/srtp/srtp.h
-
-API cleanup
-
-------------------------------------------------------------------------
-r19294 | courmisch | 2007-03-11 12:04:38 +0100 (Sun, 11 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/bootstrap
-   M /trunk/configure.ac
-   D /trunk/libs/Makefile.am
-
-- Improve DIST_SUBDIR
-- Require automake 1.9 to fix some libtool plugin build problems
-- Remove useless libs/Makefile
-
-------------------------------------------------------------------------
-r19293 | courmisch | 2007-03-11 11:59:51 +0100 (Sun, 11 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/po/Makevars
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-   M /trunk/src/text/strings.c
-
-Fix a bunch of errors in PO files (fuzzy file description, xgettext warnings and invalid new lines)
-
-------------------------------------------------------------------------
-r19292 | courmisch | 2007-03-11 11:44:48 +0100 (Sun, 11 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/HACKING
-   M /trunk/INSTALL
-
-Long overdue update
-
-------------------------------------------------------------------------
-r19291 | jpsaman | 2007-03-11 09:48:28 +0100 (Sun, 11 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Remove unused headerfile
-------------------------------------------------------------------------
-r19290 | xtophe | 2007-03-11 01:12:21 +0100 (Sun, 11 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/vlc.pot
-
-update file list and vlc.pot
-
-------------------------------------------------------------------------
-r19289 | xtophe | 2007-03-11 01:03:29 +0100 (Sun, 11 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Revert [19197]. POTFILES.in was bogus as it didn't list any files in modules/
-
-------------------------------------------------------------------------
-r19288 | jpsaman | 2007-03-11 00:11:00 +0100 (Sun, 11 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/playlist/m3u.c
-
-assert if p_current is NULL, it should be valid
-------------------------------------------------------------------------
-r19287 | courmisch | 2007-03-10 22:01:13 +0100 (Sat, 10 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/libs/srtp/recv.c
-   M /trunk/libs/srtp/srtp.c
-
-SRTP/SRTCP receive window for replay attack protection
-
-------------------------------------------------------------------------
-r19286 | courmisch | 2007-03-10 21:15:36 +0100 (Sat, 10 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/libs/srtp/srtp.c
-
-Ahem. Fix crappy previous commit.
-
-------------------------------------------------------------------------
-r19285 | courmisch | 2007-03-10 21:08:33 +0100 (Sat, 10 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/libs/srtp/srtp.c
-
-Maintain the SRTCP index
-This is not very useful at the moment, but will be needed for proper
-replay attack protection
-
-------------------------------------------------------------------------
-r19284 | courmisch | 2007-03-10 21:00:10 +0100 (Sat, 10 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/libs/srtp/srtp.c
-
-Fix SRTP Roll-Over-Counter handling
-
-------------------------------------------------------------------------
-r19283 | littlejohn | 2007-03-10 20:28:01 +0100 (Sat, 10 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/Makefile.am
-
-output jvlc.dll for windows java
-------------------------------------------------------------------------
-r19282 | courmisch | 2007-03-10 20:25:39 +0100 (Sat, 10 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/libs/srtp/recv.c
-   M /trunk/libs/srtp/srtp.c
-   M /trunk/libs/srtp/srtp.h
-
-Remove window size parameter.
-It has to be at least 64, and it is too complicated to implement a bigger
-value, so it's not going to be configurable
-
-------------------------------------------------------------------------
-r19281 | jpsaman | 2007-03-10 20:12:17 +0100 (Sat, 10 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access_filter/dump.c
-
-Remove useless assert(len>0) because (len == 0) is already tested on line 159.
-------------------------------------------------------------------------
-r19280 | jpsaman | 2007-03-10 19:44:15 +0100 (Sat, 10 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/search.c
-
-Revert [19273] because these asserts are meant to catch serious programming errors. Thanks zorglub for enlightning me.
-------------------------------------------------------------------------
-r19279 | courmisch | 2007-03-10 19:06:47 +0100 (Sat, 10 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/libs/srtp/srtp.c
-   M /trunk/libs/srtp/srtp.h
-   M /trunk/libs/srtp/test-aes.c
-
-SRTCP support
-
-------------------------------------------------------------------------
-r19278 | courmisch | 2007-03-10 17:57:51 +0100 (Sat, 10 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_filter/dump.c
-
-Revert [19270]
-
-------------------------------------------------------------------------
-r19277 | jpsaman | 2007-03-10 17:43:20 +0100 (Sat, 10 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-
-Remove unused headerfile
-------------------------------------------------------------------------
-r19276 | jpsaman | 2007-03-10 17:42:21 +0100 (Sat, 10 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/modules/misc/playlist/m3u.c
-
-Sanity check
-------------------------------------------------------------------------
-r19275 | jpsaman | 2007-03-10 17:40:07 +0100 (Sat, 10 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/qt4/components/extended_panels.cpp
-
-Remove unused headerfile.
-------------------------------------------------------------------------
-r19274 | littlejohn | 2007-03-10 17:39:31 +0100 (Sat, 10 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/src/Makefile.am
-
-use kill-at otherwise symbols will not be found
-------------------------------------------------------------------------
-r19273 | jpsaman | 2007-03-10 17:39:21 +0100 (Sat, 10 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/control.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/playlist/search.c
-
-Don't abort when nothing found in playlist.
-------------------------------------------------------------------------
-r19272 | jpsaman | 2007-03-10 17:36:26 +0100 (Sat, 10 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/src/control/audio.c
-
-Check return value of GetInput
-------------------------------------------------------------------------
-r19271 | jpsaman | 2007-03-10 17:35:27 +0100 (Sat, 10 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-Fix a bunch of potential memleaks.
-------------------------------------------------------------------------
-r19270 | jpsaman | 2007-03-10 17:29:38 +0100 (Sat, 10 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/modules/access_filter/dump.c
-
-Remove useless test
-------------------------------------------------------------------------
-r19269 | courmisch | 2007-03-10 17:28:20 +0100 (Sat, 10 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/libs/srtp/srtp.c
-
-RTP HMAC-SHA1 authentication
-
-------------------------------------------------------------------------
-r19268 | jpsaman | 2007-03-10 16:58:36 +0100 (Sat, 10 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-Fix compiler warning
-------------------------------------------------------------------------
-r19267 | jpsaman | 2007-03-10 16:57:17 +0100 (Sat, 10 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/src/misc/configuration.c
-
-Don't check return value of  getopt_long against EOF, manpage says it returns -1 not EOF.
-------------------------------------------------------------------------
-r19266 | jpsaman | 2007-03-10 16:53:58 +0100 (Sat, 10 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Remove unused headerfile
-------------------------------------------------------------------------
-r19265 | jpsaman | 2007-03-10 16:53:39 +0100 (Sat, 10 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Properly cleanup hal connection when connecting to dbuse failed.
-------------------------------------------------------------------------
-r19264 | courmisch | 2007-03-10 16:40:10 +0100 (Sat, 10 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/telx.c
-
-Remove unused variable
-
-------------------------------------------------------------------------
-r19263 | courmisch | 2007-03-10 16:06:06 +0100 (Sat, 10 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/libs/srtp/srtp.c
-
-Partial Win32 compile fix
-
-------------------------------------------------------------------------
-r19262 | courmisch | 2007-03-10 15:49:39 +0100 (Sat, 10 Mar 2007) | 22 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/libs/Makefile.am
-   A /trunk/libs/srtp
-   A /trunk/libs/srtp/Makefile.am
-   A /trunk/libs/srtp/recv.c
-   A /trunk/libs/srtp/srtp.c
-   A /trunk/libs/srtp/srtp.h
-   A /trunk/libs/srtp/test-aes.c
-
-Initial support for Secure Real-Time Protocol (RFC3711) - refs #321
-Uses libgcrypt, as we have it in our deps/contrib already for GnuTLS.
-
-This could be used in both "UDP"[1] access and access output plugins,
-though they should really be called "RTP" instead nowadays.
-
-Done:
- - AES(-128) Counter Mode key derivation and RTP en-/decryption
- - test vectors for AES-CM
- - NULL cipher (with the *_UNENCRYPTED flags) - untested
-
-To do (missing mandatory features):
- - RTCP en-/decryption
- - HMAC-SHA1 authentication
- - replay attack protection
-
-Also to probably do:
- - integrate with udp access and access output plugins
- - integrate with RTSP server (err, I won't do that myself)
- - support for Transform Carrying ROC for SRTP (RFC4771)
-   so we can use it easily for multicast streaming
-
-------------------------------------------------------------------------
-r19261 | courmisch | 2007-03-10 15:29:14 +0100 (Sat, 10 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.ac
-   A /trunk/libs
-   A /trunk/libs/Makefile.am
-   A /trunk/libs/loader (from /trunk/loader:19248)
-   D /trunk/loader
-
-Create a modules-like directory for libraries
-that are not plugins neither in the core
-
-------------------------------------------------------------------------
-r19260 | pdherbemont | 2007-03-10 02:31:41 +0100 (Sat, 10 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-Mac OS X gui: Revert r19259. We are not ready to do proper locking.
-
-------------------------------------------------------------------------
-r19259 | pdherbemont | 2007-03-10 00:03:43 +0100 (Sat, 10 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-Mac OS X gui: Make sure we don't end up with a freed p_input.
-
-------------------------------------------------------------------------
-r19258 | littlejohn | 2007-03-09 23:31:24 +0100 (Fri, 09 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/bindings/java/src/Makefile.am
-
-libjvlc.dll is created when crosscompiling
-------------------------------------------------------------------------
-r19256 | oaubert | 2007-03-09 11:28:55 +0100 (Fri, 09 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/svg.c
-
-modules/misc/svg: include vlc_charset, and define svg_GetTemplate prototype
-
-------------------------------------------------------------------------
-r19255 | oaubert | 2007-03-09 11:28:03 +0100 (Fri, 09 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_internal.h
-
-bindings/python/vlc_internal.c: compatibility define for Py_ssize_t
-
-------------------------------------------------------------------------
-r19254 | oaubert | 2007-03-09 11:27:34 +0100 (Fri, 09 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/vlcwrapper.py
-
-bindings/python/vlcwrapper.py: use vlcinternal module in wrapper
-
-------------------------------------------------------------------------
-r19253 | littlejohn | 2007-03-08 23:00:15 +0100 (Thu, 08 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/Makefile.am
-   M /trunk/bindings/java/src/Makefile.am
-
-libjvlc changes for win32 cross compile
-------------------------------------------------------------------------
-r19252 | fenrir | 2007-03-08 22:40:34 +0100 (Thu, 08 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/vlm.c
-
-Fixed media looping (Patch by Ilkka Ollakka)
-
-------------------------------------------------------------------------
-r19251 | xtophe | 2007-03-08 21:23:44 +0100 (Thu, 08 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-only check for swscale.h if libswscale is there and linkable. Pointed by Ilkka Ollakka
-
-------------------------------------------------------------------------
-r19250 | courmisch | 2007-03-08 17:53:25 +0100 (Thu, 08 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Really fix
-
-------------------------------------------------------------------------
-r19249 | courmisch | 2007-03-08 17:47:15 +0100 (Thu, 08 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Fix ordering of CSRC and RTP profile extension
-
-------------------------------------------------------------------------
-r19247 | hartman | 2007-03-08 03:24:59 +0100 (Thu, 08 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/voutgl.m
-
-* use locking on the OpenGL context (using two APIs, but since agl needs the cgl headers included, should be ok i think).
-  refs #668
-  refs #915
-
-  I'm not sure its fixed, but this seems like a logical way to solve it. Freaking apple with their 5 OpenGL APIs.
-
-------------------------------------------------------------------------
-r19245 | jb | 2007-03-08 01:41:16 +0100 (Thu, 08 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/open.hpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.hpp
-   M /trunk/modules/gui/qt4/menus.cpp
-   M /trunk/modules/gui/qt4/ui/open_capture.ui
-
-Qt4 - Open: Capture Tab added. Still almost empty, but well, this is coming after. :D
-
-
-
-------------------------------------------------------------------------
-r19244 | jb | 2007-03-08 01:04:54 +0100 (Thu, 08 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/control/dbus.c
-   M /trunk/modules/control/dbus.h
-
-DBUS: fix by Mr_Mirsal
-
-
-------------------------------------------------------------------------
-r19243 | jb | 2007-03-08 00:51:06 +0100 (Thu, 08 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-
-Qt4 - Ahhemmm... Oops...
-
-
-------------------------------------------------------------------------
-r19242 | jb | 2007-03-08 00:49:45 +0100 (Thu, 08 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/help.cpp
-   M /trunk/modules/gui/qt4/ui/open_capture.ui
-
-Qt4 - Add skeletons for Captures and some widget on Help/ About
-
-
-------------------------------------------------------------------------
-r19241 | fenrir | 2007-03-08 00:39:27 +0100 (Thu, 08 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Fixed segfault with teletex/dvbs streams (double free).
-
-------------------------------------------------------------------------
-r19240 | fenrir | 2007-03-08 00:35:47 +0100 (Thu, 08 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/audio.c
-
-Fixed uninitialized value.
-
-------------------------------------------------------------------------
-r19239 | fenrir | 2007-03-07 23:52:50 +0100 (Wed, 07 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-   M /trunk/modules/access/v4l.c
-
-Small warning fix.
-
-------------------------------------------------------------------------
-r19238 | jb | 2007-03-07 23:52:11 +0100 (Wed, 07 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/open.cpp
-   M /trunk/modules/gui/qt4/components/open.hpp
-   A /trunk/modules/gui/qt4/ui/open_capture.ui
-
-Qt4 - Open Dialog: Capture tab. Last tab. Just the skeleton is present.
-
-
-------------------------------------------------------------------------
-r19237 | fenrir | 2007-03-07 23:46:43 +0100 (Wed, 07 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mpc.c
-
-Small warning fix.
-
-------------------------------------------------------------------------
-r19236 | fenrir | 2007-03-07 23:38:34 +0100 (Wed, 07 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Fixed sout leak on access error.
-
-------------------------------------------------------------------------
-r19235 | xtophe | 2007-03-07 23:38:19 +0100 (Wed, 07 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Allow dbus module to be built. Patch by Mirsal ENNAIME
-
-------------------------------------------------------------------------
-r19234 | xtophe | 2007-03-07 23:21:08 +0100 (Wed, 07 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/share/Makefile.am
-
-Distribute snapshot.png
-
-------------------------------------------------------------------------
-r19233 | fenrir | 2007-03-07 22:49:53 +0100 (Wed, 07 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_vlm.h
-   M /trunk/src/input/vlm.c
-   M /trunk/src/input/vlm_internal.h
-
-Clean up vlm script parsing and introduce new API.
-
-------------------------------------------------------------------------
-r19232 | fenrir | 2007-03-07 22:47:25 +0100 (Wed, 07 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/vlm.c
-
-Disable control vlm.
-
-------------------------------------------------------------------------
-r19231 | jb | 2007-03-07 22:45:45 +0100 (Wed, 07 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/menus.hpp
-
-Qt4 - Add Q_OBJECT Macros when needed. Patch from Benjamin Meyer.
-
-
-------------------------------------------------------------------------
-r19230 | jb | 2007-03-07 22:23:27 +0100 (Wed, 07 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-
-Qt4- SImple Preferences. Add file and directory configuration.
-
-
-------------------------------------------------------------------------
-r19229 | jb | 2007-03-07 22:03:26 +0100 (Wed, 07 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Qt4 - Preferences. Add CONFIG_DIRECTORY_ITEM. Does not work, but does not harm. Why ? can a C++ guru explain me? thks!
-
-
-------------------------------------------------------------------------
-r19228 | pdherbemont | 2007-03-07 22:02:18 +0100 (Wed, 07 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-Mac OS X gui: Small code cleanup. Remove NSLogs, avoid code redundancy.
-
-------------------------------------------------------------------------
-r19227 | xtophe | 2007-03-07 00:44:47 +0100 (Wed, 07 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Really fix #1055. Thanks to the Gentoo people for reporting and proposin patches 
-
-------------------------------------------------------------------------
-r19226 | jb | 2007-03-07 00:39:21 +0100 (Wed, 07 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Qt4 - Preferences and SPrefs. Add the necessary handler for CONFIG_FILE_ITEMs.
-
-
-------------------------------------------------------------------------
-r19225 | jb | 2007-03-07 00:08:19 +0100 (Wed, 07 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Qt4: Use qfu for psz_homedir. Is it right ? Review please.
-
-
-------------------------------------------------------------------------
-r19223 | courmisch | 2007-03-06 21:08:31 +0100 (Tue, 06 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-setlocale() (very) early, so we may have a chance to use nl_langinfo
-before initializing LibVLC (refs #838)
-
-------------------------------------------------------------------------
-r19222 | courmisch | 2007-03-06 21:04:26 +0100 (Tue, 06 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r19221 | courmisch | 2007-03-06 20:56:47 +0100 (Tue, 06 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Cleanup text domain binding, and do not do it twice.
-More fixes to come
-
-------------------------------------------------------------------------
-r19220 | courmisch | 2007-03-06 19:56:24 +0100 (Tue, 06 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Fix references
-
-------------------------------------------------------------------------
-r19219 | courmisch | 2007-03-06 18:27:18 +0100 (Tue, 06 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Use vlc_b64_decode instead of local implementation
-
-------------------------------------------------------------------------
-r19218 | courmisch | 2007-03-06 16:53:43 +0100 (Tue, 06 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Make --sout-udp-rtcp an integer carrying a port number rather than a boolean
-
-------------------------------------------------------------------------
-r19217 | oaubert | 2007-03-06 15:44:54 +0100 (Tue, 06 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/bindings/python/vlc_instance.c
-   M /trunk/bindings/python/vlc_internal.c
-   M /trunk/bindings/python/vlc_mediacontrol.c
-   M /trunk/bindings/python/vlcglue.h
-
-python bindings:
- * use Py_ssize_t as index type (cf http://www.python.org/dev/peps/pep-0353/)
- * fix audio_[gs]et_channel parameter/return value type
-
-------------------------------------------------------------------------
-r19216 | oaubert | 2007-03-06 15:19:09 +0100 (Tue, 06 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/mediacontrol.h
-
-include/vlc/mediacontrol.h: mark mediacontrol method as VLC_PUBLIC_API
-
-------------------------------------------------------------------------
-r19213 | courmisch | 2007-03-05 22:36:07 +0100 (Mon, 05 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Boundary check (though it was a shoot-yourself-in-the-foot one)
-
-------------------------------------------------------------------------
-r19212 | courmisch | 2007-03-05 22:34:30 +0100 (Mon, 05 Mar 2007) | 8 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
---sout-udp-rtcp option to force RTCP usage.
-(Currently RTCP only Sender Reports are implemented.)
-
-RTCP is auto-enabled for RTP/TS but this could be used by the RTP stream
-output plugin to enable RTCP too (in that case, RTP encapsulation is done
-in the stream output plugin, so the access output cannot know if it should
-do RTCP or not).
-
-------------------------------------------------------------------------
-r19211 | pdherbemont | 2007-03-05 21:03:05 +0100 (Mon, 05 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/fspanel.m
-
-Mac OS X gui: Make sure that misc.h is included as our NSScreen extension is used here. (Fix a warning about NSScreen's +screenWithDisplayID.)
-
-------------------------------------------------------------------------
-r19210 | fkuehne | 2007-03-05 20:08:25 +0100 (Mon, 05 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
-   M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
-
-* 2 minor fixes
-------------------------------------------------------------------------
-r19209 | courmisch | 2007-03-05 19:31:01 +0100 (Mon, 05 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Use replacement API for obsolete systems. Not tested.
-
-------------------------------------------------------------------------
-r19208 | damienf | 2007-03-05 19:19:37 +0100 (Mon, 05 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-getaddrinfo.c: a word of warning ...
-
-------------------------------------------------------------------------
-r19207 | fkuehne | 2007-03-05 19:17:24 +0100 (Mon, 05 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
-
-* missing in previous commit
-------------------------------------------------------------------------
-r19206 | fkuehne | 2007-03-05 19:15:27 +0100 (Mon, 05 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/configure.ac
-   A /trunk/extras/MacOSX/eyetvplugin
-   A /trunk/extras/MacOSX/eyetvplugin/English.lproj
-   A /trunk/extras/MacOSX/eyetvplugin/English.lproj/InfoPlist.strings
-   A /trunk/extras/MacOSX/eyetvplugin/EyeTVPluginDefs.h
-   A /trunk/extras/MacOSX/eyetvplugin/Info.plist
-   A /trunk/extras/MacOSX/eyetvplugin/eyetvplugin.c
-   A /trunk/extras/MacOSX/eyetvplugin/eyetvplugin.h
-   A /trunk/extras/MacOSX/eyetvplugin/eyetvplugin.xcodeproj
-   A /trunk/extras/MacOSX/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj
-   M /trunk/modules/access/Modules.am
-   A /trunk/modules/access/eyetv.c
-   M /trunk/modules/gui/macosx/Modules.am
-   A /trunk/modules/gui/macosx/eyetv.h
-   A /trunk/modules/gui/macosx/eyetv.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/open.h
-   M /trunk/modules/gui/macosx/open.m
-
-* forward-port of all eyetv relates sources in my branch
-    - this stuff is highly unfinished; needs much more work and testing
-    - don't be surprised if you don't see anything when trying it out, this port is basically a big reminder for me to keep working on it ;-)
-    - the access module is probably going to be ported from CoreFoundation-driven C to Cocoa-based Obj-C
-    - everything will be 10.4-only, since EyeTV is only available this way as well
-    - the plugin to put into EyeTV is compiled in UB-mode by default and incorporates Public Domain code provided by Elgato Systems GmbH
-------------------------------------------------------------------------
-r19205 | courmisch | 2007-03-05 18:54:33 +0100 (Mon, 05 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-- Fix obvious crash in TCP/RTP/AVP
-- Remove an useless variable
-
-------------------------------------------------------------------------
-r19204 | damienf | 2007-03-05 18:54:12 +0100 (Mon, 05 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-gettaddrinfo.c: fixed shims on win32 (tested on XP)
-
-------------------------------------------------------------------------
-r19203 | courmisch | 2007-03-05 18:52:47 +0100 (Mon, 05 Mar 2007) | 7 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-- Clean up RTP parser
-- Add support for RTP padding
-
-By the way, the MPEG-Video parser seems to ignore the MP2V specific
-extra header (i.e. it passes it onto the demux instead of removing it).
-Not sure if this is intended (any MPEG expert?)
-
-------------------------------------------------------------------------
-r19202 | pdherbemont | 2007-03-05 18:34:31 +0100 (Mon, 05 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-Mac OS X gui: Revert [19198] (add items to the playlist in the finder's order). The finder provides elements that may be shuffled.
-
-------------------------------------------------------------------------
-r19201 | courmisch | 2007-03-05 18:13:02 +0100 (Mon, 05 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Cosmetic: Write RTP Payload Type as decimal as is common rather than hexadecimal
-
-------------------------------------------------------------------------
-r19200 | xtophe | 2007-03-05 18:02:57 +0100 (Mon, 05 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-:)
-
-------------------------------------------------------------------------
-r19199 | damienf | 2007-03-05 16:30:29 +0100 (Mon, 05 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/video.c
-
-- control/video.c: clean up and more error/exception checks
-
-------------------------------------------------------------------------
-r19198 | pdherbemont | 2007-03-05 15:04:41 +0100 (Mon, 05 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-
-Mac OS X gui: Fix #1090 (add items to the playlist in the finder's order)
-
-------------------------------------------------------------------------
-r19197 | fkuehne | 2007-03-05 01:48:00 +0100 (Mon, 05 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-* updated the po files
-------------------------------------------------------------------------
-r19196 | pdherbemont | 2007-03-05 01:48:23 +0100 (Mon, 05 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-Mac OS X gui: Fix a rare bug of non-update of the vout's title. The manage-ing thread can't be trust on input change.
-
-------------------------------------------------------------------------
-r19195 | pdherbemont | 2007-03-05 01:40:51 +0100 (Mon, 05 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-Mac OS X gui: Don't try to change the interface from a non-main thread. (Should fix a remanence bug in the controller scroll field)
-
-------------------------------------------------------------------------
-r19194 | fkuehne | 2007-03-05 01:24:54 +0100 (Mon, 05 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
-
-* fix propset 'Id'
-------------------------------------------------------------------------
-r19193 | jb | 2007-03-05 01:18:52 +0100 (Mon, 05 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/open_disk.ui
-   M /trunk/modules/gui/qt4/ui/open_file.ui
-   M /trunk/modules/gui/qt4/ui/open_net.ui
-
-Qt4: Back on open dialog: rewrite the UIs to have consistent forms on resize.
-May need a few more vertical spacer, after the last tab (Capture) will be added.
-
-
-------------------------------------------------------------------------
-r19192 | damienf | 2007-03-05 01:09:53 +0100 (Mon, 05 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-   M /trunk/src/control/video.c
-
-- control APIs: do not crash if exception parameter is null, that means caller is not interested in exceptions
-
-------------------------------------------------------------------------
-r19191 | pdherbemont | 2007-03-05 00:46:37 +0100 (Mon, 05 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-Mac OS X gui: Don't yield input more than needed. (End of the set of changes that makes quitting really fast.)
-
-------------------------------------------------------------------------
-r19190 | pdherbemont | 2007-03-05 00:39:40 +0100 (Mon, 05 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/hotkeys.c
-
-Hotkeys control: Don't yield vout and input more than needed.
-
-------------------------------------------------------------------------
-r19189 | jb | 2007-03-05 00:05:25 +0100 (Mon, 05 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-
-Qt4 - SPrefs: interface small change
-
-
-------------------------------------------------------------------------
-r19188 | xtophe | 2007-03-04 22:01:15 +0100 (Sun, 04 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-fix
-
-------------------------------------------------------------------------
-r19187 | xtophe | 2007-03-04 21:29:45 +0100 (Sun, 04 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-tweak the error message
-
-------------------------------------------------------------------------
-r19186 | fkuehne | 2007-03-04 20:52:40 +0100 (Sun, 04 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* don't default enable QT4 on Darwin
-------------------------------------------------------------------------
-r19185 | xtophe | 2007-03-04 20:33:32 +0100 (Sun, 04 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-default enable qt4
-
-------------------------------------------------------------------------
-r19184 | courmisch | 2007-03-04 20:16:35 +0100 (Sun, 04 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-- Print an error if Qt4 is requested but not found
-- Warn that WxWidgets is deprecated.
-- Fix a few Wx error messages.
-
-------------------------------------------------------------------------
-r19183 | fkuehne | 2007-03-04 20:01:18 +0100 (Sun, 04 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* fixed libpng compilation for Darwin 9
-------------------------------------------------------------------------
-r19182 | xtophe | 2007-03-04 17:57:57 +0100 (Sun, 04 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/libintl.patch
-
-Shut up warnings in libintl.h
-
-------------------------------------------------------------------------
-r19181 | xtophe | 2007-03-04 15:20:18 +0100 (Sun, 04 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-s/wget/$(WGET)/. pointed by markfm
-
-------------------------------------------------------------------------
-r19179 | sigmunau | 2007-03-04 11:29:23 +0100 (Sun, 04 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/qt4/main_interface.hpp
-
-move a few global variables into the appropriate class.
-Comment out a few non-thread-safe functions from embedded vout
-handling. Fixes a crash when playlist item changes. refs #955
-
-------------------------------------------------------------------------
-r19178 | pdherbemont | 2007-03-04 03:07:26 +0100 (Sun, 04 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/prefs.m
-
-Mac OS X gui: Remove unwanted commit.
-
-------------------------------------------------------------------------
-r19177 | pdherbemont | 2007-03-04 03:03:44 +0100 (Sun, 04 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/prefs.m
-
-Mac OS X gui: Make sure we don't retain p_input more than once. Don't release it until we're done.
-
-------------------------------------------------------------------------
-r19176 | Trax | 2007-03-04 02:36:36 +0100 (Sun, 04 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: Add mvrange option.
-------------------------------------------------------------------------
-r19175 | Trax | 2007-03-04 02:07:02 +0100 (Sun, 04 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: Add support for multipass encoding. Slightly alter stats behaviour to reflect same usage as x264 cli (only one stats file). Needs testing..
-------------------------------------------------------------------------
-r19174 | pdherbemont | 2007-03-04 01:45:10 +0100 (Sun, 04 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/sfilters.m
-
-Mac OS X gui: Sanitize vlc object retaining/releasing.
-
-------------------------------------------------------------------------
-r19173 | xtophe | 2007-03-04 00:53:46 +0100 (Sun, 04 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Honors --disable-altivec. Closes #1055
-
-------------------------------------------------------------------------
-r19172 | jb | 2007-03-04 00:39:36 +0100 (Sun, 04 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-
-Qt4 - SPrefs : a few additions. Still not working for selecting interface.
-
-
-------------------------------------------------------------------------
-r19171 | sigmunau | 2007-03-04 00:22:51 +0100 (Sun, 04 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-fix segfault
-
-------------------------------------------------------------------------
-r19170 | sigmunau | 2007-03-03 23:26:18 +0100 (Sat, 03 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-
-when a reference to a object is stored the ref-count of that module
-should be increased. Fixes a few crashes when input changes.
-
-------------------------------------------------------------------------
-r19169 | thresh | 2007-03-03 22:45:58 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-Another fortune
-
-------------------------------------------------------------------------
-r19168 | jb | 2007-03-03 22:32:19 +0100 (Sat, 03 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/menus.cpp
-
-Qt4 - remove a stupid debug thing and rename Disk => Disc
-
-
-------------------------------------------------------------------------
-r19167 | courmisch | 2007-03-03 20:45:54 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-I really have had enough with this getaddrinfo crashes.
-
-------------------------------------------------------------------------
-r19166 | pdherbemont | 2007-03-03 19:43:18 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/voutgl.m
-
-Mac OS X gui: Make sure libvlc exit properly. Don't forward the closeVout: if the interface is dead.
-
-------------------------------------------------------------------------
-r19165 | courmisch | 2007-03-03 19:30:12 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Fix RC interface
-
-------------------------------------------------------------------------
-r19164 | courmisch | 2007-03-03 19:03:21 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Fix assertion failure
-
-------------------------------------------------------------------------
-r19163 | Trax | 2007-03-03 18:23:53 +0100 (Sat, 03 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/modules/codec/x264.c
-
-* modules/codec/x264.c: Revert [16936] (temporarily fix x264 encoding on darwin/x86 by disabling all CPU optimisations) as this shouldn't be a problem anymore..
-------------------------------------------------------------------------
-r19162 | hartman | 2007-03-03 18:20:48 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* fix ffmpeg build
-
-------------------------------------------------------------------------
-r19161 | pdherbemont | 2007-03-03 17:57:36 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-Mac OS X gui: Fix #756 (VLC don't go open if you click on the dock icon)
-
-------------------------------------------------------------------------
-r19160 | hartman | 2007-03-03 17:32:09 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-
-* Fix blocking intf launching without pf_run on OSX
-
-------------------------------------------------------------------------
-r19159 | pdherbemont | 2007-03-03 16:54:16 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-
-Mac OS X: Remove dead code. Make sure terminate: calls its super.
-
-------------------------------------------------------------------------
-r19158 | pdherbemont | 2007-03-03 16:51:43 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-Mac OS X: Make "Force Quit" works the first time it is triggered.
-
-------------------------------------------------------------------------
-r19157 | pdherbemont | 2007-03-03 16:34:21 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-
-Mac OS X gui: Fix dead lock when exiting. As a side effect VLC.app exit is really fast.
-
-------------------------------------------------------------------------
-r19156 | courmisch | 2007-03-03 16:32:07 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Fix a compiler warning and simplify
-
-------------------------------------------------------------------------
-r19155 | littlejohn | 2007-03-03 15:49:11 +0100 (Sat, 03 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/VLCExample.java
-   M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
-
-java audio interface update
-------------------------------------------------------------------------
-r19154 | courmisch | 2007-03-03 15:25:31 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-Really fix race VLC_Die condition
-
-------------------------------------------------------------------------
-r19153 | fkuehne | 2007-03-03 14:55:33 +0100 (Sat, 03 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-* disabled SDK usage on Darwin 9 for now
-------------------------------------------------------------------------
-r19152 | pdherbemont | 2007-03-03 14:35:51 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/fspanel.m
-
-Mac OS X gui: Fix the fspanel screen selection, and make sure it is inactive at launch.
-
-------------------------------------------------------------------------
-r19151 | pdherbemont | 2007-03-03 14:22:03 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-
-Mac OS X gui: Fix a double unlock issue, by making sure all timers are disabled when checking if we have to unlock. (Pointed by Felix Paul Kuhne)
-
-------------------------------------------------------------------------
-r19150 | sigmunau | 2007-03-03 14:09:52 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/dvbsub.c
-
-fix possition of dvbsubs when input has p_subpic->i_x/i_y != 0
-
-------------------------------------------------------------------------
-r19149 | fkuehne | 2007-03-03 13:47:34 +0100 (Sat, 03 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-
-* fixed support for future darwin releases on Intel. SDL, goom, gnutls and libpng still need to be fixed on both platforms.
-------------------------------------------------------------------------
-r19148 | courmisch | 2007-03-03 13:45:57 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Improve getaddrinfo() replacement errors
-
-------------------------------------------------------------------------
-r19147 | courmisch | 2007-03-03 13:29:23 +0100 (Sat, 03 Mar 2007) | 7 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-- Fix thread safety problem in [18812]
-- Fix illegal error return value for getnaminfo from [18812]
-- Do not crash if the APIs are not available (*NULL) from [18812]
-
-Should fix most Win32 resolution crashes
-(if not already done in previous commits)
-
-------------------------------------------------------------------------
-r19146 | courmisch | 2007-03-03 12:51:32 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Fix linking.
-
-------------------------------------------------------------------------
-r19145 | pdherbemont | 2007-03-03 12:45:29 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/embeddedwindow.h
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-   M /trunk/modules/gui/macosx/vout.m
-
-Mac OS X gui: Use a recursive lock to be able to trigger enter/leaveFullscreen in the middle of an enter/leaveFullscreen operation.
-
-------------------------------------------------------------------------
-r19144 | courmisch | 2007-03-03 12:42:01 +0100 (Sat, 03 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Do not chain multiple getaddrinfo implementation.
-This is bound to crash.
-
-------------------------------------------------------------------------
-r19143 | pdherbemont | 2007-03-03 12:07:39 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/embeddedwindow.h
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-   M /trunk/modules/gui/macosx/vout.m
-
-Mac OS X gui: Protect the fullscreen animation by a lock.
-
-------------------------------------------------------------------------
-r19142 | courmisch | 2007-03-03 10:30:52 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Remove dead code
-
-------------------------------------------------------------------------
-r19141 | courmisch | 2007-03-03 10:25:50 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Remove redumdant mutex
-
-------------------------------------------------------------------------
-r19140 | courmisch | 2007-03-03 09:44:55 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Add SSM definition for Vista (closes #313)
-
-------------------------------------------------------------------------
-r19139 | courmisch | 2007-03-03 09:37:06 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Missing include
-
-------------------------------------------------------------------------
-r19138 | courmisch | 2007-03-03 09:16:17 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/src/network/getaddrinfo.c
-
-Fixups
-
-------------------------------------------------------------------------
-r19137 | courmisch | 2007-03-03 09:13:30 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Missing error message
-
-------------------------------------------------------------------------
-r19136 | pdherbemont | 2007-03-03 03:57:34 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/misc.m
-   M /trunk/modules/gui/macosx/vout.m
-
-Mac OS X gui: Rework VLCVoutWindow behaviour when macosx-black is set. (Pointed by hartman)
-
-------------------------------------------------------------------------
-r19135 | pdherbemont | 2007-03-03 03:18:04 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-Don't forget to release the screen when closing the VLCVoutWindow on Mac OS X. (Pointed by thedj)
-
-------------------------------------------------------------------------
-r19134 | pdherbemont | 2007-03-03 02:37:28 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-Mac OS X gui: Make sure the embedded window don't get shown before it is resized, if it was hidden.
-
-------------------------------------------------------------------------
-r19133 | pdherbemont | 2007-03-03 02:12:51 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/fspanel.m
-
-Make sure the cursor gets hidden in fullscreen on Mac OS X. (Pointed by thedj)
-
-------------------------------------------------------------------------
-r19132 | pdherbemont | 2007-03-03 02:05:53 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/misc.m
-
-Compare two NSScreen using their display id, rather than their pointer values. (pointed by thedj)
-
-------------------------------------------------------------------------
-r19131 | pdherbemont | 2007-03-03 01:46:25 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-Fix main screen detection for the detached window on Mac OS X.
-
-------------------------------------------------------------------------
-r19130 | pdherbemont | 2007-03-03 01:29:56 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/misc.m
-
-Fix main screen detection on Mac OS X.
-
-------------------------------------------------------------------------
-r19129 | pdherbemont | 2007-03-03 01:28:45 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.h
-
-Remove unneeded friend class.
-
-------------------------------------------------------------------------
-r19128 | pdherbemont | 2007-03-03 01:25:05 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/embeddedwindow.h
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-   M /trunk/modules/gui/macosx/vout.m
-
-Close the embedded window only when playlist stop. Have the window to animate smoothly when size changes. Make the fullscreen mode behaves well when input changes and ends.
-
-------------------------------------------------------------------------
-r19127 | xtophe | 2007-03-03 01:16:52 +0100 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Distribute the .hosts and .access for win32
-
-------------------------------------------------------------------------
-r19126 | dionoea | 2007-03-02 22:00:22 +0100 (Fri, 02 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/strings.c
-
-Don't authorize "." or ".." for filenames.
-
-------------------------------------------------------------------------
-r19125 | fenrir | 2007-03-02 20:54:17 +0100 (Fri, 02 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/faad.c
-
-Warning fix.
-
-------------------------------------------------------------------------
-r19124 | fenrir | 2007-03-02 20:51:20 +0100 (Fri, 02 Mar 2007) | 10 lines
-Changed paths:
-   M /trunk/modules/packetizer/copy.c
-   M /trunk/modules/packetizer/h264.c
-   M /trunk/modules/packetizer/mpeg4audio.c
-   M /trunk/modules/packetizer/mpeg4video.c
-   M /trunk/modules/packetizer/vc1.c
-
-Packetizers should trash all blocks with DISCONTINUITY or CORRUPTED flag set.
-
-As a side effect, this workaround the AAC decoding problem after pause/seek
-when going through our packetizer (eg: pause/seek with vlc VOD).
-
-But the bug is still there : faad will stop decoding audio forever after
-receiving a buffer full of 0 (at least with faad2-2.5 from
-audiocoding.com, faad2 from mplayer svn does not show this problem)
-
-
-------------------------------------------------------------------------
-r19123 | fenrir | 2007-03-02 20:42:22 +0100 (Fri, 02 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-
-On pause and rate change from normal rate, call input_EsOutDiscontinuity
-as soon as possible to allow decoders to flush (well that part need to
-be implemented ;)
-
-------------------------------------------------------------------------
-r19122 | fenrir | 2007-03-02 20:19:35 +0100 (Fri, 02 Mar 2007) | 7 lines
-Changed paths:
-   M /trunk/src/input/vlm.c
-   M /trunk/src/input/vlm_internal.h
-
-Implemented sout-keep per media support.
-You have to use sout-keep option on your broadcast media using 
- > setup your_media option sout-keep
-The default value is no-sout-keep and command line option --sout-keep
-will not activate it (on purpose).
-
-
-------------------------------------------------------------------------
-r19121 | fenrir | 2007-03-02 20:08:06 +0100 (Fri, 02 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/gather.c
-
-Really fixed 'gather' segfault.
-
-------------------------------------------------------------------------
-r19120 | fenrir | 2007-03-02 20:03:52 +0100 (Fri, 02 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/src/control/vlm.c
-
- Do not use private VLM function (fixed in an ugly way). It should fix build
-of libvlc-control (what's that ?).
- It will need to be rewritten when VLM API is fixed.
-
-
-------------------------------------------------------------------------
-r19119 | xtophe | 2007-03-02 19:51:48 +0100 (Fri, 02 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Compile fix + define undefined error value
-
-------------------------------------------------------------------------
-r19118 | pdherbemont | 2007-03-02 19:21:44 +0100 (Fri, 02 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/misc.m
-   M /trunk/modules/gui/macosx/vout.m
-
-Support other displays fade out. Change video-device to point to the unique screen ID.
-
-------------------------------------------------------------------------
-r19117 | damienf | 2007-03-02 18:44:24 +0100 (Fri, 02 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/log.c
-
-- log.c: fix for negative message count
-
-------------------------------------------------------------------------
-r19116 | pdherbemont | 2007-03-02 18:33:31 +0100 (Fri, 02 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-Remove unuseful setFullscreen: as it has been deleted in r19115.
-
-------------------------------------------------------------------------
-r19115 | pdherbemont | 2007-03-02 18:28:00 +0100 (Fri, 02 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/embeddedwindow.h
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-   M /trunk/modules/gui/macosx/extended.m
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/misc.h
-   M /trunk/modules/gui/macosx/misc.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-   M /trunk/modules/gui/macosx/voutqt.m
-
-Zoom fullscreen effect on Mac OS X 10.4.
-
-------------------------------------------------------------------------
-r19114 | fkuehne | 2007-03-02 18:24:49 +0100 (Fri, 02 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-* added ugly, but working support for future, powerpc-based darwin releases. this doesn't support intel-Macs yet
-------------------------------------------------------------------------
-r19113 | courmisch | 2007-03-02 18:14:38 +0100 (Fri, 02 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-- Return errors in case of overflow
-- Do not use non-thread-safe stuff
-
-------------------------------------------------------------------------
-r19112 | courmisch | 2007-03-02 18:05:24 +0100 (Fri, 02 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Remove dead code:
-VLC never resolves network service names, it only uses port numbers.
-
-------------------------------------------------------------------------
-r19111 | courmisch | 2007-03-02 17:17:30 +0100 (Fri, 02 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Fix handling of EINTR in sleeping functions.
-This will not change your life.
-
-------------------------------------------------------------------------
-r19110 | xtophe | 2007-03-02 15:52:51 +0100 (Fri, 02 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/loadsave.c
-
-Do not pass too much argument to sprintf
-
-------------------------------------------------------------------------
-r19109 | damienf | 2007-03-02 14:55:22 +0100 (Fri, 02 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/input.c
-
-- libvlc ABIs: test that demux is available before accessing it in libvlc_input_get_fps()
-
-------------------------------------------------------------------------
-r19108 | fkuehne | 2007-03-02 14:17:58 +0100 (Fri, 02 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* don't compile x264 with debug code on Macs. especially for releases, this isn't the best idea ;)
-------------------------------------------------------------------------
-r19107 | fenrir | 2007-03-02 01:11:14 +0100 (Fri, 02 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-Fixed a small memory leak (password)
-
-------------------------------------------------------------------------
-r19106 | fenrir | 2007-03-02 01:09:14 +0100 (Fri, 02 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-
-Fixed memory leak with input_ItemClean.
-
-------------------------------------------------------------------------
-r19105 | jb | 2007-03-02 01:02:59 +0100 (Fri, 02 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-
-Put the Simple Prefs Icons one above the other.
-
-
-------------------------------------------------------------------------
-r19104 | jb | 2007-03-02 00:18:54 +0100 (Fri, 02 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
-
-Qt4 - SPrefs : Subtitles... Almost the end ?
-
-
-------------------------------------------------------------------------
-r19103 | jb | 2007-03-02 00:11:16 +0100 (Fri, 02 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Qt4 - SPrefs : Interface Panel. 
-
-
-------------------------------------------------------------------------
-r19102 | fenrir | 2007-03-02 00:10:30 +0100 (Fri, 02 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Fixed statistic counter leaks per host.
-
-------------------------------------------------------------------------
-r19101 | fenrir | 2007-03-02 00:05:17 +0100 (Fri, 02 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Fixed a small memleak per ES.
-
-------------------------------------------------------------------------
-r19100 | fenrir | 2007-03-02 00:03:26 +0100 (Fri, 02 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/description.c
-
-Fixed a small memleak.
-
-------------------------------------------------------------------------
-r19099 | fenrir | 2007-03-02 00:01:59 +0100 (Fri, 02 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_es.h
-
-Fixed es_format_Clean (when called multiple times with the same es_format).
-
-------------------------------------------------------------------------
-r19098 | fenrir | 2007-03-02 00:00:02 +0100 (Fri, 02 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/flac.c
-
-Fixed a memleak per packetizer module_Need.
-
-------------------------------------------------------------------------
-r19097 | dionoea | 2007-03-01 23:54:12 +0100 (Thu, 01 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/strings.c
-
-Oops.
-
-------------------------------------------------------------------------
-r19096 | dionoea | 2007-03-01 23:44:16 +0100 (Thu, 01 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/strings.c
-
- * Fix forbiden windows characters list. (in fact it's not windows only, but fat32/ntfs ... but noone cares)
-
-------------------------------------------------------------------------
-r19095 | jb | 2007-03-01 23:43:30 +0100 (Thu, 01 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_input.ui
-
-Qt4 - SPrefs : Input Panel. almost all implementations, but not the macro-ones (network-caching and disk-device )
-
-
-
-------------------------------------------------------------------------
-r19094 | fenrir | 2007-03-01 23:12:06 +0100 (Thu, 01 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Fixed a small memleak.
-
-------------------------------------------------------------------------
-r19093 | jb | 2007-03-01 22:51:39 +0100 (Thu, 01 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Qt4 - SimplePrefs - Audio: Small fixes and normalization for volume.
-
-
-------------------------------------------------------------------------
-r19092 | xtophe | 2007-03-01 22:50:53 +0100 (Thu, 01 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r19091 | pdherbemont | 2007-03-01 22:38:58 +0100 (Thu, 01 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-Fix a hang when quitting vlc on Mac OS X. This hang is due to the signal thread that isn't cancelled properly, because Mac OS X's sigwait is not a pthread cancellation point as it ought to be according to POSIX.1.
-
-------------------------------------------------------------------------
-r19090 | dionoea | 2007-03-01 22:27:47 +0100 (Thu, 01 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/strings.c
-
-Dots are allowed in filenames (even on WIN32...). Thanks to Dugal Harris for noticing this bug.
-
-------------------------------------------------------------------------
-r19089 | jb | 2007-03-01 21:43:28 +0100 (Thu, 01 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-
-Qt4 : Spref - Audio: Use a doubleBox not a slider for normalizer
-
-
-------------------------------------------------------------------------
-r19088 | fenrir | 2007-03-01 21:37:54 +0100 (Thu, 01 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-
-Fixed a typo (INTF_DIALOG_VLM is not the same than INTF_DIALOG_BOOKMARKS)
-
-------------------------------------------------------------------------
-r19087 | fenrir | 2007-03-01 21:36:11 +0100 (Thu, 01 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_vlm.h
-   M /trunk/src/control/vlm.c
-   M /trunk/src/input/vlm.c
-   A /trunk/src/input/vlm_internal.h (from /trunk/include/vlc_vlm.h:19048)
-   M /trunk/src/misc/objects.c
-
-Start cleaning up VLM + fixed vlm_New() race condition.
-
-------------------------------------------------------------------------
-r19086 | fenrir | 2007-03-01 21:34:12 +0100 (Thu, 01 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-
-Deactivated VLM control by wx while I clean it. (It uses private fields
-of VLM that should not have been public)
-
-------------------------------------------------------------------------
-r19085 | courmisch | 2007-03-01 21:16:49 +0100 (Thu, 01 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Cache system clock in userland to save a few avoidable sleeps.
-Also restore (albeit not hard-coded this time) the old Linux custom
-of not waiting for a delay shorter than the scheduler precision
-
-------------------------------------------------------------------------
-r19084 | courmisch | 2007-03-01 21:09:41 +0100 (Thu, 01 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-Fix race condition and simplify SigHandler
-Missing piece pointed out by Pierre d'H.
-
-------------------------------------------------------------------------
-r19083 | courmisch | 2007-03-01 18:52:11 +0100 (Thu, 01 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_threads.h
-   M /trunk/src/vlc.c
-
-Fix abortion if killing signals are re-used.
-Of course, VLC has no bugs, so you never need to abort it that way,
-so that this fixes nothing.
-
-------------------------------------------------------------------------
-r19082 | damienf | 2007-03-01 17:52:12 +0100 (Thu, 01 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-
-- mp4 demux: support for iTunes/Quicktime META info
-
-------------------------------------------------------------------------
-r19081 | courmisch | 2007-03-01 17:38:45 +0100 (Thu, 01 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Removing a warning never solved a problem (revert [11778])
-
-------------------------------------------------------------------------
-r19080 | courmisch | 2007-03-01 17:36:54 +0100 (Thu, 01 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-
-Fix incorrect string fix (revert [15025])
-
-------------------------------------------------------------------------
-r19079 | pdherbemont | 2007-03-01 02:00:07 +0100 (Thu, 01 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-Fix file name representation of the video output window on Mac OS X. (Reviewed by hartman)
-
-------------------------------------------------------------------------
-r19078 | sigmunau | 2007-03-01 01:06:21 +0100 (Thu, 01 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-   M /trunk/src/input/clock.c
-
-none-sematic changes:
-clock.c: replace a magic number with the appropriate constant
-vlc_include.h: fix a comment to match reality
-
-------------------------------------------------------------------------
-r19077 | jb | 2007-03-01 01:01:14 +0100 (Thu, 01 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Qt4 - SimplePrefs : Simple Fix to simple Problem. Should repair Win32 breakage. So sorry.
-
-
-------------------------------------------------------------------------
-r19076 | sigmunau | 2007-03-01 00:52:48 +0100 (Thu, 01 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-disable clock_nanosleep for mwait for now. Fixes dvd and vob playback
-for me.
-
-------------------------------------------------------------------------
-r19075 | jb | 2007-03-01 00:38:48 +0100 (Thu, 01 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-
-Qt4 : Simple Preferences. Add a slider widget to pref_widget, because it is nicer than  a QSpinBox.
-Could you look please on that commit cause I don't understand if it is the good way to do it (I guess not) and why do I had to add this 'bool' to the methods.
-
-zorglub, dionoea? 
-
-
-------------------------------------------------------------------------
-r19074 | fenrir | 2007-02-28 23:45:02 +0100 (Wed, 28 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/input_internal.h
-   M /trunk/src/input/vlm.c
-   M /trunk/src/playlist/engine.c
-   M /trunk/src/stream_output/stream_output.c
-
-Reworked/improved the way sout-keep works. (VLM sout-keep does not
-work again yet )
-
-------------------------------------------------------------------------
-r19073 | yoann | 2007-02-28 21:41:01 +0100 (Wed, 28 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/loadsave.c
-
-* src/playlist/loadsave.c: create directory before saving Media Library
-
-------------------------------------------------------------------------
-r19072 | hartman | 2007-02-28 21:05:59 +0100 (Wed, 28 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/vobsub.c
-
-* make vobsubs downloadable from http/ftp etc. closes #567
- - NOTE: this will not work on user/password protected locations.
-
-------------------------------------------------------------------------
-r19071 | jpsaman | 2007-02-28 20:38:02 +0100 (Wed, 28 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/modules/stream_out/transcode.c
-
-Patch by xxcv: Don't change fmt_last.audio.i_rate when FOURCC is mp4a
-------------------------------------------------------------------------
-r19070 | massiot | 2007-02-28 18:16:42 +0100 (Wed, 28 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/src/text/iso-639_def.h
-
- * src/text/iso-639_def.h: Add original audio pseudo-language (reported 
-   by Francesc Pinyol Margalef).
-
-------------------------------------------------------------------------
-r19069 | xtophe | 2007-02-28 17:56:57 +0100 (Wed, 28 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Meaningfull typo
-
-------------------------------------------------------------------------
-r19068 | courmisch | 2007-02-28 17:35:19 +0100 (Wed, 28 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-typo
-
-------------------------------------------------------------------------
-r19067 | courmisch | 2007-02-28 17:23:21 +0100 (Wed, 28 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Fix POL.*HUP handling: POLLHUP is for writing,
-POLLRDHUP is for reading (and also non-standard)
-
-------------------------------------------------------------------------
-r19066 | hartman | 2007-02-28 13:36:15 +0100 (Wed, 28 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/rawvideo.c
-
-* rawvideo.c: Do not use visible_pitch when walking trough the lines. fixes #1021
-
-------------------------------------------------------------------------
-r19065 | damienf | 2007-02-28 13:07:45 +0100 (Wed, 28 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-sap.c: win32 fix for IPv6 local-link zone identifier
-
-------------------------------------------------------------------------
-r19064 | hartman | 2007-02-28 13:07:05 +0100 (Wed, 28 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mkv.cpp
-
-* matroska bug. don't use block, in case when it can be ( block || simpleblock)
-
-------------------------------------------------------------------------
-r19063 | xtophe | 2007-02-28 00:43:04 +0100 (Wed, 28 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-
-this was renamed in [19013]
-
-------------------------------------------------------------------------
-r19062 | xtophe | 2007-02-28 00:42:59 +0100 (Wed, 28 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/pt_PT.po
-   M /trunk/po/sl.po
-
-*.po: Update slovenian and portuguese l10n
-POTFILES.in: some new files, some ones renamed
-
-------------------------------------------------------------------------
-r19061 | jb | 2007-02-27 23:30:36 +0100 (Tue, 27 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_video.ui
-
-* Qt4 - Simple Preferences: Start to bind the keys to the preferences. Lots of them still don't work. Why ?
-
-------------------------------------------------------------------------
-r19060 | fenrir | 2007-02-27 22:45:41 +0100 (Tue, 27 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/libmp4.c
-
-Fixed wrong type used in mp4 parsing.
-
-------------------------------------------------------------------------
-r19059 | courmisch | 2007-02-27 22:27:06 +0100 (Tue, 27 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-*Ahem* compile testing is good, but it only works
-if I actually look at the result
-
-------------------------------------------------------------------------
-r19058 | courmisch | 2007-02-27 22:25:11 +0100 (Tue, 27 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Simplification
-
-------------------------------------------------------------------------
-r19057 | courmisch | 2007-02-27 22:15:49 +0100 (Tue, 27 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-- Support for customizing the checksum coverage
-- Make UDP-Lite an option rather than a distinct shortcut
-
-------------------------------------------------------------------------
-r19056 | hartman | 2007-02-27 21:57:56 +0100 (Tue, 27 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/src/input/subtitles.c
-
-* Fix subtitle detection. utf8_stat returns 0 if file is present.
-  P.S. this bug was present for 3 months, without anyone noticing it. That's just BAD people.
-
-------------------------------------------------------------------------
-r19054 | courmisch | 2007-02-27 21:43:05 +0100 (Tue, 27 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Do not assume RTP frequency is that of TS for RTCP
-
-------------------------------------------------------------------------
-r19053 | fenrir | 2007-02-27 21:37:07 +0100 (Tue, 27 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/clock.c
-   M /trunk/src/input/decoder.c
-
-Removed dead code.
-
-------------------------------------------------------------------------
-r19052 | fenrir | 2007-02-27 21:25:52 +0100 (Tue, 27 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Do not force a default TTL value (the value 1 will be used in SDP only).
-
-------------------------------------------------------------------------
-r19049 | courmisch | 2007-02-27 21:17:31 +0100 (Tue, 27 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-IP6 "MUST NOT" have a TTL.
-This will be parsed as an address counter on the receiver,
-with disastrous consequences
-
-------------------------------------------------------------------------
-r19048 | fenrir | 2007-02-27 21:07:54 +0100 (Tue, 27 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Removed debug left over.
-
-------------------------------------------------------------------------
-r19047 | fenrir | 2007-02-27 21:04:01 +0100 (Tue, 27 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_strings.h
-   M /trunk/src/text/strings.c
-
-Added vlc_b64_decode_binary_to_buffer/vlc_b64_decode_binary/vlc_b64_decode.
-
-
-
-------------------------------------------------------------------------
-r19046 | fenrir | 2007-02-27 21:02:15 +0100 (Tue, 27 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Fixed H264 rtp packetization.
-Force a TTL value of 1 if not defined instead of refusing to start.
-(Any suggestion about a better failsafe value ?)
-
-------------------------------------------------------------------------
-r19045 | fenrir | 2007-02-27 20:39:41 +0100 (Tue, 27 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/packetizer/h264.c
-
-Added all missing case for "Detection of the first VCL NAL unit of a primary coded picture".
-Fixed prepend of SPS/PPS per I frame.
-
-------------------------------------------------------------------------
-r19044 | damienf | 2007-02-27 18:13:16 +0100 (Tue, 27 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-libvlc-common.c: revert r19040
-
-------------------------------------------------------------------------
-r19043 | courmisch | 2007-02-27 18:00:42 +0100 (Tue, 27 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-Expatriate myself
-
-------------------------------------------------------------------------
-r19042 | courmisch | 2007-02-27 17:54:38 +0100 (Tue, 27 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Listen to link-local SAP announces too
-
-------------------------------------------------------------------------
-r19041 | hartman | 2007-02-27 17:14:21 +0100 (Tue, 27 Feb 2007) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/include/vlc_symbols.h
-
-* Don't VLC_EXPORT net_Close now that it's a #define
-* update vlc_symbols.h
-
-courmisch, can you please check ?
-
-------------------------------------------------------------------------
-r19040 | damienf | 2007-02-27 13:16:55 +0100 (Tue, 27 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-- libvlc: make sure that p_static_libvlc always point to the first libvlc instance (actually, is it still used ?)
-
-------------------------------------------------------------------------
-r19039 | damienf | 2007-02-27 13:15:52 +0100 (Tue, 27 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/core.c
-
-- libvlc control: uninitialiazed mutex and variables, was prevent browser plugins from adding elements in playlist
-
-------------------------------------------------------------------------
-r19038 | hartman | 2007-02-27 02:30:26 +0100 (Tue, 27 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-
-* Fix implementation of net_Close. it returns void, not int (like close).
-
-------------------------------------------------------------------------
-r19037 | xtophe | 2007-02-27 00:14:19 +0100 (Tue, 27 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Link fix. Proper one this time hopefully
-
-------------------------------------------------------------------------
-r19036 | xtophe | 2007-02-26 23:38:04 +0100 (Mon, 26 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Link fix
-
-------------------------------------------------------------------------
-r19035 | xtophe | 2007-02-26 23:14:49 +0100 (Mon, 26 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/mux.c
-
-Compile fix for old ffmpeg
-
-------------------------------------------------------------------------
-r19034 | fenrir | 2007-02-26 20:30:49 +0100 (Mon, 26 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Fixed a deadlock between VLM and httpd. (Issue all VLM command
- from the httpd callback in its own thread)
-
-------------------------------------------------------------------------
-r19033 | fenrir | 2007-02-26 20:27:35 +0100 (Mon, 26 Feb 2007) | 6 lines
-Changed paths:
-   M /trunk/src/input/input.c
-   M /trunk/src/input/vlm.c
-   M /trunk/src/stream_output/stream_output.c
-
-Force VLM stream to not use sout-keep.
-Fixed race condition with sout-keep.
-Fixed broken sout-keep behaviour (currently active sout can be used
- twice or destroyed..., it might fixed segfaults reported by xxcv))
-
-
-------------------------------------------------------------------------
-r19032 | fenrir | 2007-02-26 20:21:03 +0100 (Mon, 26 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/src/video_output/video_output.c
-
-Improved vout_Request when using a vout attached to playlist.
-(Avoid a possible race condition)
-
-------------------------------------------------------------------------
-r19031 | fenrir | 2007-02-26 20:19:18 +0100 (Mon, 26 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_arrays.h
-   M /trunk/include/vlc_vod.h
-
-Added missing const qualifier to vod_MediaControl.
-Improved TAB_* protection and added TAB_INIT/CLEAN.
-
-------------------------------------------------------------------------
-r19030 | damienf | 2007-02-26 20:15:32 +0100 (Mon, 26 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/utils.h
-   M /trunk/activex/vlccontrol2.cpp
-
--activex: implement _NewEnum property on log.messages collection to allow for "For each message in log.messages" construct in VB and other languages
-
-------------------------------------------------------------------------
-r19029 | courmisch | 2007-02-26 17:54:38 +0100 (Mon, 26 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-
-Harmless typo
-
-------------------------------------------------------------------------
-r19028 | courmisch | 2007-02-26 17:54:05 +0100 (Mon, 26 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/misc/notify/growl.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/stream_output/sap.c
-
-Simplify shutdown() portability
-
-------------------------------------------------------------------------
-r19027 | courmisch | 2007-02-26 17:42:53 +0100 (Mon, 26 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/src/network/io.c
-
-net_Close() is a one-liner, so inline it
-
-------------------------------------------------------------------------
-r19026 | courmisch | 2007-02-26 17:38:58 +0100 (Mon, 26 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Do what the previous commit pretended to do
-
-------------------------------------------------------------------------
-r19025 | courmisch | 2007-02-26 17:38:21 +0100 (Mon, 26 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/modules/stream_out/switcher.c
-   M /trunk/src/stream_output/sap.c
-
-Remove net_ReadNonBlock(),
-it was merely a slower (and buggier) recv() nowadays.
-
-------------------------------------------------------------------------
-r19024 | courmisch | 2007-02-26 16:44:23 +0100 (Mon, 26 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-- Fix handling of POLLHUP and POLLNVAL events
-- Minor optimization for POLLHUP case
-
-------------------------------------------------------------------------
-r19023 | jb | 2007-02-26 07:46:16 +0100 (Mon, 26 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Configure: should repair --with-libtwolame-tree detection.
-
-
-------------------------------------------------------------------------
-r19022 | jb | 2007-02-26 00:08:25 +0100 (Mon, 26 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_hotkeys.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_input.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_video.ui
-
-Qt4 : SimplePrefs: various fixes, remove some widgets, uniformity, cleaning and hiding for Win32/others for some options.
-
-
-------------------------------------------------------------------------
-r19021 | dionoea | 2007-02-25 23:45:56 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Graa.
-
-------------------------------------------------------------------------
-r19020 | dionoea | 2007-02-25 23:44:48 +0100 (Sun, 25 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/modules.h
-
-Cleaner fix to the "object is not attached" issue with modules loaded from cache
- which weren't used by VLC. This now adds a new b_used flag to module_cache_t which is set to VLC_TRUE once we know that the cached version of the plugin is usable (and thus gets attached to something). If it's not usable, it wont be attached so we tell ModuleDelete() not to try dettaching it.
-
-------------------------------------------------------------------------
-r19019 | xtophe | 2007-02-25 23:42:49 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-
-Compile fix
-
-------------------------------------------------------------------------
-r19018 | jb | 2007-02-25 22:59:56 +0100 (Sun, 25 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
-   M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
-
-Qt4- SImple Prefs: Subtitles and TextTitles.
-
-
-------------------------------------------------------------------------
-r19017 | dionoea | 2007-02-25 20:39:59 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-Patch by ILEoo to make the telnet interface work with "telnet" again (on linux). Looks ok according to the recv(2) manpage. Please fix if this is flawed.
-
-------------------------------------------------------------------------
-r19016 | asmax | 2007-02-25 20:29:21 +0100 (Sun, 25 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
-   M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
-   M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.hpp
-   M /trunk/modules/gui/skins2/src/os_factory.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-   M /trunk/modules/gui/skins2/utils/position.cpp
-   M /trunk/modules/gui/skins2/utils/position.hpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.cpp
-   M /trunk/modules/gui/skins2/win32/win32_factory.hpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.cpp
-   M /trunk/modules/gui/skins2/x11/x11_factory.hpp
-
-* fixed build of skins2 interface on MacOS X (renamed Rect into SkinsRect
-  to avoid a conflict with Carbon API)
-
-------------------------------------------------------------------------
-r19015 | dionoea | 2007-02-25 20:19:36 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/vlm.c
-
-Add undocumented play feature to help output.
-
-------------------------------------------------------------------------
-r19014 | fenrir | 2007-02-25 18:50:12 +0100 (Sun, 25 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/faad.c
-
-Fixed segfault when faad reports an unknown channel configuration
-(Fixed lol-vlc.aac segfault, http://sam.zoy.org/zzuf/)
-
-------------------------------------------------------------------------
-r19013 | jb | 2007-02-25 18:17:44 +0100 (Sun, 25 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-   D /trunk/modules/gui/qt4/pixmaps/advanced_50x50.xpm
-   A /trunk/modules/gui/qt4/pixmaps/hotkeys_50x50.xpm (from /trunk/modules/gui/qt4/pixmaps/advanced_50x50.xpm:19005)
-   A /trunk/modules/gui/qt4/ui/sprefs_hotkeys.ui
-
-Qt4: Simple_Prefs, adding hotkeys/shortcuts configuration.
-
-
-------------------------------------------------------------------------
-r19012 | littlejohn | 2007-02-25 18:10:34 +0100 (Sun, 25 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/video.c
-
-libvlc_video_get_handle renamed to _get_parent
-------------------------------------------------------------------------
-r19011 | littlejohn | 2007-02-25 17:17:40 +0100 (Sun, 25 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/video.c
-
-libvlc_video_get_handle function added
-------------------------------------------------------------------------
-r19010 | fenrir | 2007-02-25 17:17:33 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/rtp.c
-
-Fixed rtsp broadcast streaming(sdp=rtsp://) and a potential double free.
-
-------------------------------------------------------------------------
-r19009 | fenrir | 2007-02-25 17:11:41 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Fixed a memory access error (net_ReadInner)
-
-------------------------------------------------------------------------
-r19008 | jb | 2007-02-25 16:59:14 +0100 (Sun, 25 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-
-Qt4: Preferences, Simple_Preferences. A bit more, but a lot of things are missing...
-
-
-------------------------------------------------------------------------
-r19007 | fenrir | 2007-02-25 15:34:14 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/vlm.c
-
-Fixed double input_thread_t free for VOD.
-
-------------------------------------------------------------------------
-r19006 | fenrir | 2007-02-25 15:33:13 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Rework a bit http socket handling to avoid uninitialized variable access.
-
-------------------------------------------------------------------------
-r19005 | fenrir | 2007-02-25 14:14:49 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/libasf.c
-   M /trunk/modules/demux/mp4/libmp4.c
-   M /trunk/modules/demux/mp4/libmp4.h
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/nsc.c
-   M /trunk/modules/demux/tta.c
-   M /trunk/modules/demux/wav.c
-
-Bunch of warning fixes.
-
-------------------------------------------------------------------------
-r19004 | fenrir | 2007-02-25 14:14:08 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/demux/Modules.am
-   A /trunk/modules/demux/vc1.c (from /trunk/modules/demux/mpeg/h264.c:18994)
-
-Added VC-1 raw es demuxer.
-
-------------------------------------------------------------------------
-r19003 | fenrir | 2007-02-25 13:39:52 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_codecs.h
-
-Added ffmpeg AAC id.
-
-------------------------------------------------------------------------
-r19002 | fenrir | 2007-02-25 13:34:41 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/decoder.c
-
-Copy complete es format descriptor when extra data is added.
-
-------------------------------------------------------------------------
-r19001 | fenrir | 2007-02-25 13:31:30 +0100 (Sun, 25 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/packetizer/Modules.am
-   A /trunk/modules/packetizer/vc1.c
-
-Added VC-1 packetizer.
-(But it still won't be decoded by ffmpeg, we provide extra data too late)
-
-------------------------------------------------------------------------
-r19000 | fenrir | 2007-02-25 13:11:14 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ps.h
-
-Added VC-1 detection (SMPTE RP 227 + ISO 13818-1 Amendment 2)
-
-------------------------------------------------------------------------
-r18999 | fenrir | 2007-02-25 13:09:34 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Fixed warning (missing VLC_OBJECT()).
-
-------------------------------------------------------------------------
-r18998 | fenrir | 2007-02-25 12:53:21 +0100 (Sun, 25 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Fixed --ts-extra-pmt (close #516)
-Added VC-1 detection (SMPTE RP 227)
-
-------------------------------------------------------------------------
-r18997 | fenrir | 2007-02-25 12:50:15 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Fixed H264 vod (import code from rtp.c, there is a lot of code duplicated here).
-
-------------------------------------------------------------------------
-r18996 | fenrir | 2007-02-25 12:48:39 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/description.c
-
-Fixed input_thread_t leak by description module for VLM.
-
-------------------------------------------------------------------------
-r18995 | fenrir | 2007-02-25 12:46:07 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/stream_out/gather.c
-
-Fixed stream ouput gather module and renable it (close #1032)
-
-------------------------------------------------------------------------
-r18994 | fenrir | 2007-02-25 12:42:23 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/packetizer/mpeg4audio.c
-
-Fixed uninitialized value for ADTS stream.
-
-------------------------------------------------------------------------
-r18993 | fenrir | 2007-02-25 12:39:42 +0100 (Sun, 25 Feb 2007) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_strings.h
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/src/text/strings.c
-
-Added vlc_b64_encode_binary (include/vlc_strings.h is not that a good place).
-Use vlc_b64_encode_binary and remove ap_* in rtp.c
-Fixed 2 invalid memory access and 1 stack corruption in rtp.c (Fixed
-the report of rtp segfault with gcc 4.1 by xxcv)
-
-
-------------------------------------------------------------------------
-r18992 | fenrir | 2007-02-25 12:35:45 +0100 (Sun, 25 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Fixed httpd stack corruption.
-(Fixed 'assert (pufd < ufd + (sizeof (ufd) / sizeof (ufd[0])))' reported
- by xxcv)
-
-------------------------------------------------------------------------
-r18991 | dionoea | 2007-02-25 11:47:46 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Simplify.
-
-------------------------------------------------------------------------
-r18990 | fkuehne | 2007-02-25 10:40:22 +0100 (Sun, 25 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
-
-* added flv to the list of supported file types (forward-port of [18985]
-------------------------------------------------------------------------
-r18989 | dionoea | 2007-02-25 04:15:31 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Oops ?
-
-------------------------------------------------------------------------
-r18988 | dionoea | 2007-02-25 04:15:10 +0100 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Fix "object is not attached" error when quiting VLC. (as far as i can tell, it was triggered since memory leak fix in [18247])
-
-------------------------------------------------------------------------
-r18987 | dionoea | 2007-02-25 02:46:25 +0100 (Sun, 25 Feb 2007) | 6 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Prevent these errors when using help flag
-[00000001] main libvlc error: option daemon does not exist
-[00000001] main libvlc error: option pidfile does not exist
-
-The were due to the module_EndBand( p_libvlc ); on line 430 in libvlc-common.c . Please check that this is the correct way of doing it.
-
-------------------------------------------------------------------------
-r18986 | jb | 2007-02-25 00:17:24 +0100 (Sun, 25 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/components/simple_preferences.hpp
-   M /trunk/modules/gui/qt4/ui/sprefs_input.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
-
-Qt4 - Simple Prefs: More. Interfaces.
-
-
-------------------------------------------------------------------------
-r18984 | dionoea | 2007-02-24 19:18:15 +0100 (Sat, 24 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_keys.h
-   M /trunk/modules/control/hotkeys.c
-   M /trunk/src/libvlc-module.c
-
-Untested new hotkeys:
-'r' -> toggle random
-'L' -> toggle normal / repeat one / loop
-
-------------------------------------------------------------------------
-r18983 | fkuehne | 2007-02-24 17:40:34 +0100 (Sat, 24 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-* commit Pierre's 2nd patch to enable weak symbols on OSX when linking vlc. This fixes the compilation of his locale-improvements and a few other problems when using the 10.3.9 SDK. Please check the next nightly on 10.3.x if you got access to it.
-------------------------------------------------------------------------
-r18982 | jb | 2007-02-24 16:47:05 +0100 (Sat, 24 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_input.ui
-
-Qt4 : Back to work. 
-
-
-------------------------------------------------------------------------
-r18981 | dionoea | 2007-02-23 22:34:25 +0100 (Fri, 23 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/Modules.am
-   A /trunk/modules/demux/playlist/ifo.c
-   M /trunk/modules/demux/playlist/playlist.c
-   M /trunk/modules/demux/playlist/playlist.h
-
-Add dummy .IFO playlist demux to enable opening a DVD rip by double clicking on the .IFO files. closes #1067.
-
-------------------------------------------------------------------------
-r18979 | fkuehne | 2007-02-23 21:09:13 +0100 (Fri, 23 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/wizard.h
-   M /trunk/modules/gui/macosx/wizard.m
-
-* added 2 boxes to the wizard to allow access to sout-transcode-soverlay with the GUI. needs further testing, but can't break anything. (forward-porting [18977], closes #1005
-------------------------------------------------------------------------
-r18974 | xtophe | 2007-02-23 19:13:50 +0100 (Fri, 23 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/beos.mak
-   M /trunk/extras/contrib/src/Distributions/debian.mak
-   M /trunk/extras/contrib/src/Distributions/fedora.mak
-   M /trunk/extras/contrib/src/Distributions/unix.mak
-   M /trunk/extras/contrib/src/Distributions/win32.mak
-
-.aclocal shall be last.
-
-------------------------------------------------------------------------
-r18972 | fkuehne | 2007-02-23 18:19:45 +0100 (Fri, 23 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* removed duplicated, buggy code which fixed #744 in [18971]
-------------------------------------------------------------------------
-r18970 | Trax | 2007-02-23 18:00:02 +0100 (Fri, 23 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/src/network/error.c
-
-* src/network/error.c: added a few more Winsock and QoS error codes
-------------------------------------------------------------------------
-r18967 | fkuehne | 2007-02-23 16:38:43 +0100 (Fri, 23 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/src/Makefile.am
-   A /trunk/src/misc/darwin_specific.c (from /trunk/src/misc/darwin_specific.m:18966)
-   D /trunk/src/misc/darwin_specific.m
-
-* renamed it, since it's plain C now and doesn't contain any Obj-C anymore
-------------------------------------------------------------------------
-r18966 | fkuehne | 2007-02-23 16:19:03 +0100 (Fri, 23 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/src/misc/darwin_specific.m
-
-* fixed minor typo
-------------------------------------------------------------------------
-r18965 | fkuehne | 2007-02-23 15:27:16 +0100 (Fri, 23 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/src/misc/darwin_specific.m
-
-* patch by Pierre d'Herbemont which cleans up our locale detection code heavily and converts it to be CoreFoundation-based only. Thanks!
-------------------------------------------------------------------------
-r18964 | fkuehne | 2007-02-23 14:33:05 +0100 (Fri, 23 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/NEWS
-
-* update NEWS
-------------------------------------------------------------------------
-r18960 | fkuehne | 2007-02-23 13:46:54 +0100 (Fri, 23 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-config.patch
-
-* fixed live patch for OSX
-------------------------------------------------------------------------
-r18959 | dionoea | 2007-02-22 22:47:13 +0100 (Thu, 22 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ps.h
-
-Remove broken VC1 detection code in ps muxer.
-
-------------------------------------------------------------------------
-r18958 | fenrir | 2007-02-22 21:43:28 +0100 (Thu, 22 Feb 2007) | 11 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-Fixed subtitle/osd memory leaks (subpicture_region_t->psz_text was not freed).
-
- I think we have a potential bug with the way subpicture_region_t->p_style
-is used.
- Decoders allocate p_style memory in their context, so we don't free it in
-spu_DestroyRegion. As vout object can live longer than decoder, I think
-p_style might be used after the decoder has destroyed it.
-
- Can someone, who has worked on osd/spu internal, comment ?
-
-------------------------------------------------------------------------
-r18957 | jpsaman | 2007-02-22 21:32:41 +0100 (Thu, 22 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Properly detect MOZ_X11 setting in firefox-1.5.0.9
-------------------------------------------------------------------------
-r18956 | fenrir | 2007-02-22 21:30:15 +0100 (Thu, 22 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Improve input_Preparse clean up (memory leaks).
-
-------------------------------------------------------------------------
-r18955 | fenrir | 2007-02-22 21:12:27 +0100 (Thu, 22 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/playlist.h
-
-Do not use p_demux->p_parent to get the p_input
-(Use vlc_find_object(PARENT)
-
-
-------------------------------------------------------------------------
-r18954 | jpsaman | 2007-02-22 21:10:59 +0100 (Thu, 22 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/modules/audio_output/alsa.c
-   M /trunk/modules/demux/avi/avi.c
-   M /trunk/modules/stream_out/rtp.c
-
-Remove of excess whitespace
-------------------------------------------------------------------------
-r18953 | jpsaman | 2007-02-22 21:06:52 +0100 (Thu, 22 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/src/input/stream.c
-   M /trunk/src/interface/interaction.c
-
-Remove unused headerfile
-------------------------------------------------------------------------
-r18952 | jpsaman | 2007-02-22 20:50:29 +0100 (Thu, 22 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/src/playlist/thread.c
-
-Indentation fix
-------------------------------------------------------------------------
-r18951 | fenrir | 2007-02-22 20:35:28 +0100 (Thu, 22 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/ogg.c
-
-Do not use p_demux->p_parent to get the p_input
-(Use vlc_find_object(PARENT)
-
-
-------------------------------------------------------------------------
-r18950 | fenrir | 2007-02-22 20:34:05 +0100 (Thu, 22 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/info.c
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-
-Do not use (input_thread_t*)p_access->p_parent it is not always true.
-(Use vlc_find_object(PARENT)
-
-------------------------------------------------------------------------
-r18949 | fenrir | 2007-02-22 20:18:17 +0100 (Thu, 22 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/access.c
-   M /trunk/modules/access/dvb/linux_dvb.c
-
-Reworked DecodeModulation (close #1063)
-
-------------------------------------------------------------------------
-r18948 | dionoea | 2007-02-22 20:02:19 +0100 (Thu, 22 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/vlm.c
-
-play command fix by ILEoo (see [18938]).
-
-------------------------------------------------------------------------
-r18947 | jpsaman | 2007-02-22 12:22:48 +0100 (Thu, 22 Feb 2007) | 5 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/live-config.patch
-
-Build live555 libraries with -DUSE_SYSTEM_RANDOM=1 by default. This fixes a bug reported by Jason Gerecke (jgerecke at uoregon dot edu). The rationale from Jason:
-
-In groupsock/inet.c: http://www.live555.com/liveMedia/doxygen/html/inet_8c-source.html a custom random generator is provided for systems which do not provide their own rand() or srand() functions. Other people have reported issues with this function segfaulting (never in conjuction with VLC however), possibly because of multithreading issues, and the fix issued by the Live555 developers was to provide an "#ifdef USE_SYSTEM_RANDOM" for builds on supporing systems (http://lists.live555.com/pipermail/live-devel/2003-November/000013.html).
-
-
-------------------------------------------------------------------------
-r18946 | sigmunau | 2007-02-22 11:45:09 +0100 (Thu, 22 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access/dvb/en50221.c
-
-fix cam support for twinhan cards. Not needed now, but will be needed if 
-the drivers get fixed
-
-------------------------------------------------------------------------
-r18945 | fenrir | 2007-02-22 00:15:06 +0100 (Thu, 22 Feb 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/services_discovery/podcast.c
-   M /trunk/src/input/input.c
-   M /trunk/src/input/var.c
-   M /trunk/src/input/vlm.c
-   M /trunk/src/playlist/engine.c
-
-Changed input_DestroyThread to take care of detaching, cleaning and destroying input.
-(This way it matches input_CreateThread and fixes a memleak)
-Control variables are now created even for preparse, only callback are not added.
-(This fix use of uninitialized variables)
-
-------------------------------------------------------------------------
-r18944 | xtophe | 2007-02-22 00:07:04 +0100 (Thu, 22 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/vlm.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r18943 | fenrir | 2007-02-22 00:02:56 +0100 (Thu, 22 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/v4l2.c
-
-Fixed compilation of v4l2 + refuse to initialize unless it is forced.
-
-------------------------------------------------------------------------
-r18942 | fenrir | 2007-02-22 00:01:36 +0100 (Thu, 22 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/dvb/linux_dvb.c
-
-Fixed memory leak at each new PMT if we don't have CAM.
-
-------------------------------------------------------------------------
-r18941 | fenrir | 2007-02-21 23:56:43 +0100 (Wed, 21 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
-Avoid a malloc(0) (We don't call free on it, valgrind is not happy)
-
-------------------------------------------------------------------------
-r18940 | dionoea | 2007-02-21 23:44:24 +0100 (Wed, 21 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-Add CODEC_ID_GSM and CODEC_ID_GSM_MS to ffmpeg audio codec list. (mostly useless but it doesn't hurt. needs ffmpeg to be linked with an specific lib)
-
-------------------------------------------------------------------------
-r18939 | damienf | 2007-02-21 23:39:07 +0100 (Wed, 21 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-- io.c: meaningful error message on win32 when input is dying
-
-------------------------------------------------------------------------
-r18938 | dionoea | 2007-02-21 23:25:27 +0100 (Wed, 21 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/src/input/vlm.c
-
-[PATCH] vlm: play command index same as inputdeln index from Ilkka Ollakka. Thanks.
-
-------------------------------------------------------------------------
-r18937 | fenrir | 2007-02-21 22:31:36 +0100 (Wed, 21 Feb 2007) | 6 lines
-Changed paths:
-   M /trunk/include/vlc_url.h
-
- Improved vlc_UrlParse (close #1025)
- We use vlc_UrlParse for "URL" without protocol... so it was using a part of
-the URL as a protocol if it found ":/". Ensure to extract only valid protocol
-at least.
-
-
-------------------------------------------------------------------------
-r18936 | courmisch | 2007-02-21 21:49:01 +0100 (Wed, 21 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-- Do not store HTTPd clients addresses (unused anyway)
-- Use net_Accept()
-
-------------------------------------------------------------------------
-r18935 | courmisch | 2007-02-21 20:27:18 +0100 (Wed, 21 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-Fix descriptor leak and remove useless code
-
-------------------------------------------------------------------------
-r18934 | damienf | 2007-02-21 19:19:41 +0100 (Wed, 21 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/dvdnav.patch
-
-- contribs: more cygwin/general fixes
-
-------------------------------------------------------------------------
-r18933 | courmisch | 2007-02-21 19:19:11 +0100 (Wed, 21 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-- Use poll in net_Accept
-- Fix som bugs
-
-------------------------------------------------------------------------
-r18932 | courmisch | 2007-02-21 19:03:40 +0100 (Wed, 21 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-Another mdate() caching optimization
-
-------------------------------------------------------------------------
-r18931 | courmisch | 2007-02-21 18:58:12 +0100 (Wed, 21 Feb 2007) | 8 lines
-Changed paths:
-   M /trunk/src/network/httpd.c
-
-- Use poll() instead of select to allow breaking the FD_SETSIZE barrier
-- Poll the system clock only once per loop (yes, it DOES matter),
-- Fix rare bug with TLS and multiple listening sockets,
-- Do not try to read/write to client socket with no pending events.
-...and of course introduce dozens of new bugs.
-
-This SHOULD speed httpd up a bit.
-
-------------------------------------------------------------------------
-r18930 | xtophe | 2007-02-21 18:52:09 +0100 (Wed, 21 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/dvdnav.patch
-
-dvdnav.patch: detect the presence of gettimeofday() and activate the replacement only when needed
-
-------------------------------------------------------------------------
-r18929 | courmisch | 2007-02-21 18:42:19 +0100 (Wed, 21 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/src/network/io.c
-   M /trunk/src/network/tcp.c
-
-Minor code factorization
-
-------------------------------------------------------------------------
-r18928 | courmisch | 2007-02-21 17:51:44 +0100 (Wed, 21 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Memory leak
-
-------------------------------------------------------------------------
-r18927 | courmisch | 2007-02-21 17:47:58 +0100 (Wed, 21 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-- Support for multiple medias in SDP parser
-- Accept phony SDPs with multiple identical media lines as if they had a single one
-
-------------------------------------------------------------------------
-r18926 | fenrir | 2007-02-20 23:54:18 +0100 (Tue, 20 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-
-Fixed segfault in AutoBuiltPanel::AutoBuiltPanel.
-
-------------------------------------------------------------------------
-r18925 | fenrir | 2007-02-20 23:52:12 +0100 (Tue, 20 Feb 2007) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_demux.h
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-
-ffmpeg: ask a packetizer for audio too (needed since ffmpeg r6098,
-       fixed mpeg audio decoding)
-vlc_demux.h: fixed COMMON_INIT_PACKETIZER (create a packetizer and not a decoder,
-       fixed mpeg audio packetizer)
-
-------------------------------------------------------------------------
-r18924 | jb | 2007-02-20 22:20:39 +0100 (Tue, 20 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contribs : freetype bumps to 2.3.1
-
-
-------------------------------------------------------------------------
-r18923 | courmisch | 2007-02-20 22:01:27 +0100 (Tue, 20 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Fix SAP protocol/format parsing
-
-------------------------------------------------------------------------
-r18922 | courmisch | 2007-02-20 21:54:31 +0100 (Tue, 20 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Fix port number setting when there is no session-level connection line
-
-------------------------------------------------------------------------
-r18921 | damienf | 2007-02-20 21:26:31 +0100 (Tue, 20 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-- contribs: autoconf 2.6.0 -> 2.6.1
-
-------------------------------------------------------------------------
-r18920 | courmisch | 2007-02-20 21:12:03 +0100 (Tue, 20 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
-Missing #includes
-
-------------------------------------------------------------------------
-r18919 | damienf | 2007-02-20 20:53:02 +0100 (Tue, 20 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-- Makefile: FLAC -> flac
-
-------------------------------------------------------------------------
-r18918 | courmisch | 2007-02-20 20:31:00 +0100 (Tue, 20 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Look for x-plgroup also among media-level attributes
-
-------------------------------------------------------------------------
-r18915 | courmisch | 2007-02-20 18:28:20 +0100 (Tue, 20 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Fix crash in SDP parser
-
-------------------------------------------------------------------------
-r18914 | courmisch | 2007-02-20 18:05:04 +0100 (Tue, 20 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
-Also complain subtitle is mislabeled as UTF-8 
-
-------------------------------------------------------------------------
-r18913 | courmisch | 2007-02-20 17:58:06 +0100 (Tue, 20 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/subsdec.c
-
-More explicit debug and error in subtitle charset selection
-
-------------------------------------------------------------------------
-r18912 | damienf | 2007-02-20 17:52:24 +0100 (Tue, 20 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/live-osx.patch
-
-- contribs: more fixes
-
-------------------------------------------------------------------------
-r18911 | courmisch | 2007-02-20 17:40:50 +0100 (Tue, 20 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_variables.h
-
-Add var_CreateGetNonEmptyString and factor some code
-
-------------------------------------------------------------------------
-r18910 | jpsaman | 2007-02-20 16:07:23 +0100 (Tue, 20 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Compile fixes
-------------------------------------------------------------------------
-r18909 | jpsaman | 2007-02-20 15:47:52 +0100 (Tue, 20 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Fix typo
-------------------------------------------------------------------------
-r18908 | jpsaman | 2007-02-20 14:44:23 +0100 (Tue, 20 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Treat all live555 versions before LIVEMEDIA_LIBRARY_VERSION_INT 1171929600 as if playStartTime() and playEndTime() didn't exist. Now only handle unpatched current versions of live library. 
-------------------------------------------------------------------------
-r18907 | jpsaman | 2007-02-20 14:01:20 +0100 (Tue, 20 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-Rewrite of live555 demux (TODO: RTPInfo support)
-------------------------------------------------------------------------
-r18906 | jpsaman | 2007-02-20 13:44:33 +0100 (Tue, 20 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/live-starttime.patch
-
-live-starttime.patch the patch needs latest live555 source code.
-------------------------------------------------------------------------
-r18905 | xtophe | 2007-02-20 11:12:38 +0100 (Tue, 20 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-
-Compile fix
-
-------------------------------------------------------------------------
-r18904 | xtophe | 2007-02-20 10:46:11 +0100 (Tue, 20 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/control/playlist.c
-
-Compile fix - Pointed by vcxx
-
-------------------------------------------------------------------------
-r18903 | jpsaman | 2007-02-20 10:09:34 +0100 (Tue, 20 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
-
-playlist_NodeAddInput() prototype changed, this commit fixes building of wxwidgets and MacOS X
-------------------------------------------------------------------------
-r18902 | jpsaman | 2007-02-20 10:04:25 +0100 (Tue, 20 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
-
-playlist_Add() prototype changed
-------------------------------------------------------------------------
-r18901 | jb | 2007-02-20 08:46:56 +0100 (Tue, 20 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-osx.patch
-
-Contribs: Yet another modification for the patch for live/OSX. SHould be last one.
-
-
-------------------------------------------------------------------------
-r18900 | zorglub | 2007-02-20 08:29:54 +0100 (Tue, 20 Feb 2007) | 6 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc_playlist.h
-   M /trunk/modules/access/cdda.c
-   M /trunk/modules/access/directory.c
-   M /trunk/modules/access/mms/mmsh.c
-   M /trunk/modules/codec/cmml/intf.c
-   M /trunk/modules/control/http/macro.c
-   M /trunk/modules/control/http/rpn.c
-   M /trunk/modules/control/rc.c
-   M /trunk/modules/demux/mp4/mp4.c
-   M /trunk/modules/demux/playlist/asx.c
-   M /trunk/modules/demux/playlist/b4s.c
-   M /trunk/modules/demux/playlist/dvb.c
-   M /trunk/modules/demux/playlist/gvp.c
-   M /trunk/modules/demux/playlist/m3u.c
-   M /trunk/modules/demux/playlist/pls.c
-   M /trunk/modules/demux/playlist/podcast.c
-   M /trunk/modules/demux/playlist/qtl.c
-   M /trunk/modules/demux/playlist/sgimb.c
-   M /trunk/modules/demux/playlist/shoutcast.c
-   M /trunk/modules/demux/playlist/xspf.c
-   M /trunk/modules/gui/macosx/applescript.m
-   M /trunk/modules/gui/macosx/playlist.m
-   M /trunk/modules/gui/macosx/wizard.m
-   M /trunk/modules/gui/qt4/dialogs/open.cpp
-   M /trunk/modules/gui/qt4/dialogs/playlist.cpp
-   M /trunk/modules/gui/qt4/dialogs_provider.cpp
-   M /trunk/modules/gui/qt4/main_interface.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
-   M /trunk/modules/gui/wxwidgets/dialogs.cpp
-   M /trunk/modules/gui/wxwidgets/interface.cpp
-   M /trunk/modules/services_discovery/bonjour.c
-   M /trunk/modules/services_discovery/hal.c
-   M /trunk/modules/services_discovery/podcast.c
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/modules/services_discovery/shout.c
-   M /trunk/modules/services_discovery/upnp_cc.cpp
-   M /trunk/modules/services_discovery/upnp_intel.cpp
-   M /trunk/src/control/libvlc_internal.h
-   M /trunk/src/control/playlist.c
-   M /trunk/src/libvlc.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/playlist/item.c
-
-* Start cleaning up libvlc playlist API (Refs:#457)
-  - Return correct item ids
-  - Structures for navigating the playlist
-  - Consistent locking
-* Add a b_locked parameter to the remaining playlist API calls
-
-------------------------------------------------------------------------
-r18899 | fkuehne | 2007-02-20 08:26:54 +0100 (Tue, 20 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/fspanel.m
-
-* don't double free an object! Thanks to nivix for pointing me to the right direction and keeping to bug me about this. Fixes #978
-------------------------------------------------------------------------
-r18897 | jb | 2007-02-20 08:24:36 +0100 (Tue, 20 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/win32.mak
-
-Contribs : flags that were missing during the transition to Distributions/ are back again.
-
-
-------------------------------------------------------------------------
-r18896 | jb | 2007-02-20 01:22:36 +0100 (Tue, 20 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/live-osx.patch
-
-Contrib Live.com has changed. Live-OSX.patch need to updated.
-
-
-------------------------------------------------------------------------
-r18895 | jb | 2007-02-20 00:46:50 +0100 (Tue, 20 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/beos.mak
-   M /trunk/extras/contrib/src/Distributions/darwin.mak
-   M /trunk/extras/contrib/src/Distributions/debian.mak
-   M /trunk/extras/contrib/src/Distributions/fedora.mak
-   M /trunk/extras/contrib/src/Distributions/unix.mak
-
-Contribs Same commit about .FLAC => .flac
-
-
-------------------------------------------------------------------------
-r18894 | jb | 2007-02-20 00:27:26 +0100 (Tue, 20 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Contrib-live: Don't patch things if you don't need them.
-
-
-------------------------------------------------------------------------
-r18893 | courmisch | 2007-02-19 22:27:10 +0100 (Mon, 19 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Remove gather stream output since it is completely unusable
-
-------------------------------------------------------------------------
-r18892 | jb | 2007-02-19 22:22:35 +0100 (Mon, 19 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/win32.mak
-
-Contrib: Repair Makefile error introduced in [18887]
-
-
-------------------------------------------------------------------------
-r18891 | courmisch | 2007-02-19 21:35:25 +0100 (Mon, 19 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Fix use of uninitialized memory with raw UDP
-(seriously, you should have switched to RTP for ages though)
-
-------------------------------------------------------------------------
-r18890 | courmisch | 2007-02-19 20:57:28 +0100 (Mon, 19 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-- send RTCP BYE at exit,
-- run RTCP over UDP-Lite for UDP-Lite streams (well, there is no standard yet...)
-
-------------------------------------------------------------------------
-r18889 | courmisch | 2007-02-19 20:29:05 +0100 (Mon, 19 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Fix a bunch of meomory object and descriptor leaks
-
-------------------------------------------------------------------------
-r18888 | courmisch | 2007-02-19 20:24:14 +0100 (Mon, 19 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Simplistic RTCP sender for access output
-Still needs fixing
-
-------------------------------------------------------------------------
-r18887 | damienf | 2007-02-19 20:00:27 +0100 (Mon, 19 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/dvdnav.patch
-   M /trunk/extras/contrib/src/Patches/live-osx.patch
-
-- contribs: misc fixes for cygwin mostly
-
-------------------------------------------------------------------------
-r18886 | courmisch | 2007-02-19 17:50:32 +0100 (Mon, 19 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-- b_rtpts should really b a boolean (!)
-- optimize ..._sys_t layout a little
-
-------------------------------------------------------------------------
-r18885 | courmisch | 2007-02-19 17:25:33 +0100 (Mon, 19 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Leverage Set*LE()
-
-------------------------------------------------------------------------
-r18884 | courmisch | 2007-02-19 17:21:47 +0100 (Mon, 19 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-Fix possibly expansion-unsafe macros
-
-------------------------------------------------------------------------
-r18883 | xtophe | 2007-02-18 23:44:06 +0100 (Sun, 18 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-For some obscure reason flac need ntohl so ws2_32
-
-------------------------------------------------------------------------
-r18882 | fkuehne | 2007-02-18 21:48:58 +0100 (Sun, 18 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   M /trunk/modules/gui/macosx/controls.m
-   M /trunk/modules/gui/macosx/embeddedwindow.h
-   M /trunk/modules/gui/macosx/embeddedwindow.m
-   M /trunk/modules/gui/macosx/vout.h
-   M /trunk/modules/gui/macosx/vout.m
-
-* animate vout-window resizements. Patch by Pierre d'Herbement <pdherbement --at,chez-- free.fr>. Thanks!
-------------------------------------------------------------------------
-r18881 | jpsaman | 2007-02-18 14:05:54 +0100 (Sun, 18 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/src/control/input.c
-   M /trunk/src/control/vlm.c
-
-Declare local functions static.
-------------------------------------------------------------------------
-r18880 | dionoea | 2007-02-18 01:11:11 +0100 (Sun, 18 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-Automatically choose ffmpeg{mux=flv} if dst ends in ".flv"
-
-------------------------------------------------------------------------
-r18879 | dionoea | 2007-02-18 00:57:17 +0100 (Sun, 18 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/subtitle.c
-
-Update copyright date.
-
-------------------------------------------------------------------------
-r18878 | dionoea | 2007-02-18 00:53:06 +0100 (Sun, 18 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/demux/subtitle.c
-
-mpl2 subtitles support by Roman Bednarek. Thanks.
-
-------------------------------------------------------------------------
-r18877 | xtophe | 2007-02-18 00:14:19 +0100 (Sun, 18 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Use the new way to specify mingw32 for ffmpeg
-
-------------------------------------------------------------------------
-r18876 | dionoea | 2007-02-17 22:28:05 +0100 (Sat, 17 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/mux.c
-   M /trunk/share/http/flash.html
-
-ffmpeg/mux.c: implement MUX_GET_MIME.
-flash.html: we don't need to force the mime type manualy anymore (in the sout chain).
-
-------------------------------------------------------------------------
-r18875 | dionoea | 2007-02-17 22:14:26 +0100 (Sat, 17 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/mux.c
-
-With recent libavformat, only use the evil CODEC_ID_MP2 -> CODEC_ID_MP3 hack if MP2 isn't accepted by the muxer. (muxers which only accept MP2 but not MP3 should now work ... not that i know any)
-
-------------------------------------------------------------------------
-r18874 | dionoea | 2007-02-17 22:07:52 +0100 (Sat, 17 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/share/http/flash.html
-
-Misc fixes. Add link to FlowPlayer.sf.net
-
-------------------------------------------------------------------------
-r18873 | dionoea | 2007-02-17 21:45:57 +0100 (Sat, 17 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/share/http/flash.html
-
-Disable autoplay on flash player.
-
-------------------------------------------------------------------------
-r18872 | xtophe | 2007-02-17 20:23:53 +0100 (Sat, 17 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-remove non-working fix
-
-------------------------------------------------------------------------
-r18871 | xtophe | 2007-02-17 20:00:20 +0100 (Sat, 17 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-contrib/FLAC: Add flac's include directory at the start of our CFLAGS so bogus header are not included ( should be fixed in flac build system)
-asm seems to work for win32 now
-
-------------------------------------------------------------------------
-r18870 | dionoea | 2007-02-17 19:42:13 +0100 (Sat, 17 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/footer
-   A /trunk/share/http/flash.html
-
-New "Flash player" page for the HTTP interface. (Allows playback even if you don't have the VLC plugin installed ... like on the Wii)
-
-------------------------------------------------------------------------
-r18869 | xtophe | 2007-02-17 15:53:54 +0100 (Sat, 17 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-make update-po
-
-------------------------------------------------------------------------
-r18868 | xtophe | 2007-02-17 15:53:13 +0100 (Sat, 17 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/po/sl.po
-
-Slovenian l10n update by Matej Urbancic
-
-------------------------------------------------------------------------
-r18867 | jb | 2007-02-17 05:46:14 +0100 (Sat, 17 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Contrib / Flac : Deactivate ASM optimizations on MacTel
-
-
-------------------------------------------------------------------------
-r18866 | jb | 2007-02-17 05:13:50 +0100 (Sat, 17 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/flac-mingw32.patch
-
-Contrib: Flac 1.1.4, patch for MingW32 compiling that was broken. Still issues on include/
-
-
-------------------------------------------------------------------------
-r18865 | dionoea | 2007-02-17 03:30:41 +0100 (Sat, 17 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Add previous commit to THANKS.
-
-------------------------------------------------------------------------
-r18864 | jb | 2007-02-17 03:30:37 +0100 (Sat, 17 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-Contrib : Flac => 1.1.4. Compile fix for OS-X
-
-
-------------------------------------------------------------------------
-r18863 | dionoea | 2007-02-17 03:28:18 +0100 (Sat, 17 Feb 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/mux.c
-
-Fix ffmpeg muxer header writing. This allows flash streaming with VLC. Example command line:
-./vlc --sout "#transcode{vcodec=FLV1,acodec=mp3,sameplerate=44100}:std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=0.0.0.0:8080/stream.flv}" ~/media/aladin.avi --loop -vvv --color -I dummy
-
-Patch from Olivier Houchard. Thanks.
-
-------------------------------------------------------------------------
-r18862 | jb | 2007-02-17 02:28:44 +0100 (Sat, 17 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/flac-mactel.patch
-
-Patch unneeded since it was merged upstream.
-
-
-------------------------------------------------------------------------
-r18861 | jb | 2007-02-17 02:13:06 +0100 (Sat, 17 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Contrib: Flac 1.1.3 version for the contribs. 
-
-
-------------------------------------------------------------------------
-r18860 | jb | 2007-02-16 21:46:45 +0100 (Fri, 16 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Correct ffmpeg flags for building contribs.
-
-------------------------------------------------------------------------
-r18859 | xtophe | 2007-02-16 17:12:02 +0100 (Fri, 16 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   D /trunk/po/nb.po
-   D /trunk/po/nn.po
-
-We don't need 3 different norvegian l10n
-
-------------------------------------------------------------------------
-r18858 | courmisch | 2007-02-16 16:56:02 +0100 (Fri, 16 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-
-Better credits for FLAC 1.1.3
-
-------------------------------------------------------------------------
-r18857 | littlejohn | 2007-02-16 15:51:32 +0100 (Fri, 16 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc_messages.h
-
-msg_GetObjectTypeName symbol exported as needed by libvlc-control
-------------------------------------------------------------------------
-r18856 | courmisch | 2007-02-15 22:11:53 +0100 (Thu, 15 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-
-Fix net_Listen linking
-
-------------------------------------------------------------------------
-r18855 | courmisch | 2007-02-15 21:43:31 +0100 (Thu, 15 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/codec/flac.c
-
-Support for FLAC version 1.1.3 - fixes #921
-
-------------------------------------------------------------------------
-r18854 | courmisch | 2007-02-15 21:36:07 +0100 (Thu, 15 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-
-HTTP and UDP access outputs return byte count
-
-------------------------------------------------------------------------
-r18853 | courmisch | 2007-02-15 19:51:12 +0100 (Thu, 15 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-Yet another version.c fix.
-I've really had enough with this broken thing.
-
-------------------------------------------------------------------------
-r18852 | littlejohn | 2007-02-15 19:17:57 +0100 (Thu, 15 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/src/control/libvlc_internal.h
-
-libvlc_Internal* need to be exported for libvlc-control
-------------------------------------------------------------------------
-r18851 | courmisch | 2007-02-15 18:26:23 +0100 (Thu, 15 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Remove timeout in network read APIs - closes #1056
-
-------------------------------------------------------------------------
-r18850 | courmisch | 2007-02-15 18:17:47 +0100 (Thu, 15 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/network/io.c
-
-Suppress timeout parameter from net_Select() - refs #1056.
-The only use of the timeout was to poll b_die, but net_ReadInner()
-takes care of that already.
-
-------------------------------------------------------------------------
-r18849 | courmisch | 2007-02-15 18:12:28 +0100 (Thu, 15 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/stream_out/switcher.c
-   M /trunk/src/network/io.c
-   M /trunk/src/stream_output/sap.c
-
-- Fix error reporting in net_Read* (refs #1056)
-- Suppress broken and unused timeout value from net_ReadNonBlock()
-
-------------------------------------------------------------------------
-r18848 | courmisch | 2007-02-15 18:08:22 +0100 (Thu, 15 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-- Fix file descriptors leak
-- Use net_Read() instead of net_ReadNonBlock()
-
-------------------------------------------------------------------------
-r18847 | courmisch | 2007-02-15 17:59:30 +0100 (Thu, 15 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/switcher.c
-
-Fix out-of-bound read
-
-------------------------------------------------------------------------
-r18846 | courmisch | 2007-02-15 17:38:41 +0100 (Thu, 15 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-   M /trunk/src/misc/objects.c
-
-s/vlc_object_die/vlc_object_kill/
-
-------------------------------------------------------------------------
-r18845 | courmisch | 2007-02-15 17:33:47 +0100 (Thu, 15 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_objects.h
-   M /trunk/src/misc/objects.c
-
-vlc_object_die() opaque wrapper to set b_die, so we can use another
-notification mechanism later on.
-They are a lot of places that would need to be changed though.
-
-------------------------------------------------------------------------
-r18844 | courmisch | 2007-02-15 17:32:53 +0100 (Thu, 15 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/src/network/io.c
-
-Use size_t or ssize_t when appropriate
-
-------------------------------------------------------------------------
-r18843 | courmisch | 2007-02-15 17:25:16 +0100 (Thu, 15 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-Close telnet connection in case of error (fixes #995)
-
-------------------------------------------------------------------------
-r18842 | courmisch | 2007-02-15 16:42:55 +0100 (Thu, 15 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Undo broken Win32 ifdefs (breaks IPv6 case on decent OSes)
-
-------------------------------------------------------------------------
-r18841 | xtophe | 2007-02-15 16:34:50 +0100 (Thu, 15 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc_network.h
-   M /trunk/src/network/io.c
-
-win32 replacement for inet_ntop()
-
-------------------------------------------------------------------------
-r18840 | courmisch | 2007-02-14 20:59:54 +0100 (Wed, 14 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/include/vlc_network.h
-   M /trunk/modules/access/udp.c
-
-Single service DCCP/RTP/AVP input
-
-------------------------------------------------------------------------
-r18839 | courmisch | 2007-02-14 20:56:15 +0100 (Wed, 14 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/http.c
-
-Fix undefined function call
-
-------------------------------------------------------------------------
-r18838 | courmisch | 2007-02-14 20:38:57 +0100 (Wed, 14 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/src/network/tcp.c
-
-Make some room for !TCP connection-oriented protocols
-
-------------------------------------------------------------------------
-r18837 | courmisch | 2007-02-14 19:43:27 +0100 (Wed, 14 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/src/network/tcp.c
-
-Inline net_ListenTCP
-
-------------------------------------------------------------------------
-r18836 | courmisch | 2007-02-14 17:49:22 +0100 (Wed, 14 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/interface/interface.c
-
-Remove seemingly misleading comment
-
-------------------------------------------------------------------------
-r18835 | courmisch | 2007-02-14 17:31:11 +0100 (Wed, 14 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-
-Cosmetic fix
-
-------------------------------------------------------------------------
-r18834 | courmisch | 2007-02-14 17:10:55 +0100 (Wed, 14 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-- Write COMEDIA MRLs properly (host is the remote rather than the local part)
-- Validate and canonicalize source-filter address
-
-------------------------------------------------------------------------
-r18833 | massiot | 2007-02-14 15:40:29 +0100 (Wed, 14 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/mux/mpeg/ts.c
-
- * modules/mux/mpeg/ts.c: EN 300 473 says that data_alignment PES flag 
-   must be set to 1 for DVB subtitles.
-
-------------------------------------------------------------------------
-r18832 | courmisch | 2007-02-13 21:48:52 +0100 (Tue, 13 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-Rework signal handling so that it is async-safe
-and that signals never disturb our innocent blocking system call callers
-(such as network I/O)
-
-------------------------------------------------------------------------
-r18831 | courmisch | 2007-02-13 20:51:07 +0100 (Tue, 13 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Mark EOF in case of connection-orinted RTP transport
-
-------------------------------------------------------------------------
-r18830 | courmisch | 2007-02-13 20:47:51 +0100 (Tue, 13 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-0 bytes UDP packet are legal!
-
-------------------------------------------------------------------------
-r18829 | funman | 2007-02-13 13:53:50 +0100 (Tue, 13 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/folder.c
-
-Fixes segfault introduced in [18810]
-
-------------------------------------------------------------------------
-r18828 | jpsaman | 2007-02-13 11:44:57 +0100 (Tue, 13 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/xa.c
-
-Correct module type
-------------------------------------------------------------------------
-r18827 | courmisch | 2007-02-12 21:28:01 +0100 (Mon, 12 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Fix SAP TCP/RTP support
-
-------------------------------------------------------------------------
-r18826 | ipkiss | 2007-02-12 21:17:49 +0100 (Mon, 12 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
-
- * skins2/controls/ctrl_text.cpp: Fixed weird behaviours occurring when resizing a Text control with moving text
-
-------------------------------------------------------------------------
-r18825 | courmisch | 2007-02-12 21:09:53 +0100 (Mon, 12 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/share/http/.hosts
-
-.host: Add zeroconf range to private address list
-
-------------------------------------------------------------------------
-r18824 | courmisch | 2007-02-12 20:50:29 +0100 (Mon, 12 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Fix previous commit
-
-------------------------------------------------------------------------
-r18823 | courmisch | 2007-02-12 20:42:40 +0100 (Mon, 12 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Support for TCP/RTP/AVP (rtptcp://).
-This is no excuse for using TCP instead of UDP/UDP-Lite when you can.
-
-------------------------------------------------------------------------
-r18822 | courmisch | 2007-02-12 19:04:58 +0100 (Mon, 12 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Fix out-of-bound read in RTP access
-Fortunately, the harm potential of this old bug seems pretty low
-
-------------------------------------------------------------------------
-r18821 | courmisch | 2007-02-12 18:35:39 +0100 (Mon, 12 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Undo [18814]
-
-------------------------------------------------------------------------
-r18820 | courmisch | 2007-02-12 18:35:07 +0100 (Mon, 12 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-
-Export inet_pton replacement
-
-------------------------------------------------------------------------
-r18819 | courmisch | 2007-02-12 18:31:53 +0100 (Mon, 12 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Use poll() always and fix terrible bug due to #ifdefs
-
-------------------------------------------------------------------------
-r18818 | damienf | 2007-02-12 18:30:36 +0100 (Mon, 12 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-- src/vlc.c: compile fix for win32
-
-------------------------------------------------------------------------
-r18817 | courmisch | 2007-02-12 18:29:51 +0100 (Mon, 12 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/src/network/poll.c
-
-Fix minor errors
-
-------------------------------------------------------------------------
-r18816 | courmisch | 2007-02-12 18:27:59 +0100 (Mon, 12 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/src/Makefile.am
-   A /trunk/src/network/poll.c
-
-poll() replacement
-
-------------------------------------------------------------------------
-r18815 | damienf | 2007-02-12 17:37:17 +0100 (Mon, 12 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-- udp.c: unix fix
-
-------------------------------------------------------------------------
-r18814 | damienf | 2007-02-12 17:25:16 +0100 (Mon, 12 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/services_discovery/sap.c
-
-- win32 replacements for inet_pton/inet_ntop
-
-------------------------------------------------------------------------
-r18813 | damienf | 2007-02-12 15:54:46 +0100 (Mon, 12 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-udp.c: MakeRandMulticast fix for win32, courmisch to review
-
-------------------------------------------------------------------------
-r18812 | damienf | 2007-02-12 15:31:38 +0100 (Mon, 12 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/src/network/getaddrinfo.c
-   M /trunk/src/stream_output/announce.c
-
-- getaddrinfo.c: use Win32 shim functions to load getnameinfo/getaddrinfo/freeaddrinfo on first call, cleaner than a bunch of if/else in user functions
-- announce.c: freeaddrinfo -> vlc_freeaddrinfo
-
-------------------------------------------------------------------------
-r18811 | xtophe | 2007-02-12 15:00:55 +0100 (Mon, 12 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-Compile fix. In mingw32 there is a sys/time.h with struct timeval. Someone under cygwin should test.
-
-------------------------------------------------------------------------
-r18810 | funman | 2007-02-12 14:29:22 +0100 (Mon, 12 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/meta_engine/folder.c
-   M /trunk/src/input/input.c
-
-Fixes album art local discovery and preparsing for directory:// subitems (refs [18129])
-
-------------------------------------------------------------------------
-r18809 | dionoea | 2007-02-12 14:08:18 +0100 (Mon, 12 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/mux.c
-
-s/borken/broken/
-
-------------------------------------------------------------------------
-r18808 | dionoea | 2007-02-12 13:58:43 +0100 (Mon, 12 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/mux.c
-
-Conditionaly compile the mux fix as it requires a new (r7593 21/01/07) or newer fffmpeg.
-
-------------------------------------------------------------------------
-r18807 | md | 2007-02-12 08:12:11 +0100 (Mon, 12 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/misc/win32_specific.c
-   M /trunk/src/vlc.c
-
-Move __wgetmainargs into VLC's main.
-Refs: #900 #920 #1031
-
-------------------------------------------------------------------------
-r18806 | littlejohn | 2007-02-11 22:18:13 +0100 (Sun, 11 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/include/vlc_playlist.h
-   M /trunk/include/vlc_symbols.h
-   M /trunk/src/libvlc.sym
-   M /trunk/src/playlist/playlist_internal.h
-
-playlist_ItemGetByInputId now included in libvlc
-------------------------------------------------------------------------
-r18805 | courmisch | 2007-02-11 22:01:47 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-   M /trunk/modules/services_discovery/sap.c
-   M /trunk/src/network/io.c
-
-Remove useless parameter to net_Select
-
-------------------------------------------------------------------------
-r18804 | dionoea | 2007-02-11 21:59:29 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/mux.c
-
-Print more debug messages from ffmpeg when using the mux module in VLC.
-
-------------------------------------------------------------------------
-r18803 | courmisch | 2007-02-11 21:49:08 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Fix fallback to live555
-
-------------------------------------------------------------------------
-r18802 | courmisch | 2007-02-11 21:37:19 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Fix SAP parser (again)
-
-------------------------------------------------------------------------
-r18801 | dionoea | 2007-02-11 20:45:32 +0100 (Sun, 11 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/demux.c
-   M /trunk/modules/codec/ffmpeg/encoder.c
-   M /trunk/modules/codec/ffmpeg/mux.c
-
- * Fix ffmpeg muxer. (flv muxing now works with ./vlc  --sout "#transcode{vcodec=FLV1,acodec=mp3}:std{mux=ffmpeg{mux=flv},access=file,dst=test.flv}" -vvv --color ~/media/pinball-bit-rate-vbr-peak.wmv -I dummy) Include 2 hacks ... if someone has a better way to do it feel free to do so.
- * Remove a bunch of trailing white spaces.
-
-------------------------------------------------------------------------
-r18800 | courmisch | 2007-02-11 19:17:13 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/input_manager.cpp
-
-Remove debug spammer - fixes #971
-
-------------------------------------------------------------------------
-r18799 | xtophe | 2007-02-11 18:58:09 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/src/misc/mtime.c
-
-gettimeofday() implementaion for Win32. Leverage from tcpdump mailing list.
-
-------------------------------------------------------------------------
-r18798 | courmisch | 2007-02-11 18:55:28 +0100 (Sun, 11 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-I need some more sleep.
-Now it really seems to work.
-
-------------------------------------------------------------------------
-r18797 | courmisch | 2007-02-11 18:41:41 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-Remove debug
-
-------------------------------------------------------------------------
-r18796 | courmisch | 2007-02-11 18:41:02 +0100 (Sun, 11 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-Really put socket into non-blocking mode
-Really fixes #1051
-
-------------------------------------------------------------------------
-r18795 | courmisch | 2007-02-11 18:22:20 +0100 (Sun, 11 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/src/network/tcp.c
-
-Put accept'd socket into non-blocking mode as the others
-Fixes #1051
-
-------------------------------------------------------------------------
-r18794 | xtophe | 2007-02-11 18:10:32 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/src/stream_output/stream_output.h
-
-Better compile fix by Pierre d'Herbemont
-
-------------------------------------------------------------------------
-r18793 | dionoea | 2007-02-11 17:26:19 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/ffmpeg.c
-   M /trunk/modules/codec/ffmpeg/ffmpeg.h
-   M /trunk/modules/codec/ffmpeg/mux.c
-
-Add option to specify which muxer we want to use in ffmpeg (ie: #std{mux=ffmpeg{mux=flv}...) Still seems kind of broken as the resulting file can't be demuxed by vlc/libavformat. Looks like the video and audio codec aren't identified correctly in the ffmpeg muxer. Must be some error in mux.c i guess.
-
-------------------------------------------------------------------------
-r18792 | courmisch | 2007-02-11 17:14:30 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sdp.c
-
-Cosmetic fix
-
-------------------------------------------------------------------------
-r18791 | courmisch | 2007-02-11 17:10:31 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Byte order fix
-
-------------------------------------------------------------------------
-r18790 | courmisch | 2007-02-11 17:08:56 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/services_discovery/sap.c
-
-Improve SAP parser
-
-------------------------------------------------------------------------
-r18789 | courmisch | 2007-02-11 15:47:35 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-
-net_SetPort() sets a port within a socket address
-
-------------------------------------------------------------------------
-r18788 | dionoea | 2007-02-11 13:11:51 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Use net_Accept's timeout param instead of a call to msleep.
-
-------------------------------------------------------------------------
-r18786 | courmisch | 2007-02-11 11:24:02 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-Remove some dead code
-
-------------------------------------------------------------------------
-r18785 | courmisch | 2007-02-11 11:20:47 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-Fix for insane naming convention
-
-------------------------------------------------------------------------
-r18784 | courmisch | 2007-02-11 10:35:25 +0100 (Sun, 11 Feb 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Support for auto-generated pseudo-random multicast addresses.
-That being said, I either don't understand sout chain (likely) or
-it is plain broken (unlikely) but I can't seem to pass parameters
-to the access output.
-
-------------------------------------------------------------------------
-r18783 | courmisch | 2007-02-11 10:32:56 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sdp.c
-
-Fix link-scoped IPv6 addresses
-
-------------------------------------------------------------------------
-r18782 | dionoea | 2007-02-11 02:51:45 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/logo.c
-
-Fix #675.
-
-------------------------------------------------------------------------
-r18781 | dionoea | 2007-02-11 02:31:19 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Fix #1048... kind of. Should the rc interface be able to accept more than 1 connection ? and accept tcp connections + stdin commands ? (currently only 1 connection can be active)
-
-------------------------------------------------------------------------
-r18780 | xtophe | 2007-02-11 01:41:57 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/shout.c
-
-That was forgotten in [18758]
-
-------------------------------------------------------------------------
-r18779 | xtophe | 2007-02-11 01:14:07 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/stream_output.h
-
-compile fix
-
-------------------------------------------------------------------------
-r18778 | xtophe | 2007-02-11 00:15:18 +0100 (Sun, 11 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-
-Add some option in configure to help Gentoo people. Closes #1045. Closes #1046
-
-------------------------------------------------------------------------
-r18777 | courmisch | 2007-02-10 22:39:37 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Minor cleanup
-
-------------------------------------------------------------------------
-r18776 | courmisch | 2007-02-10 22:32:28 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/stream_output/sdp.c
-   M /trunk/src/stream_output/stream_output.h
-
-Repair SAP + SSM
-
-------------------------------------------------------------------------
-r18774 | courmisch | 2007-02-10 21:32:57 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/gather.c
-
-Fix double free - closes #1032
-
-------------------------------------------------------------------------
-r18773 | courmisch | 2007-02-10 21:22:50 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/gather.c
-
-English grammar fixes (I think)
-
-------------------------------------------------------------------------
-r18772 | courmisch | 2007-02-10 20:54:55 +0100 (Sat, 10 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/ffmpeg-svn-nofile.patch
-
-Fix opening of multiple files with ffmpeg SVN
-(this is a revert of ffmpeg [7589])
-
-------------------------------------------------------------------------
-r18771 | courmisch | 2007-02-10 20:49:47 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-man subversion
-
-------------------------------------------------------------------------
-r18770 | courmisch | 2007-02-10 19:54:00 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/playlist/loadsave.c
-
-Disable xpsf playlist until it stops breaking streaming output
-
-------------------------------------------------------------------------
-r18769 | courmisch | 2007-02-10 19:25:47 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Little typo, little buffer overflow
-
-------------------------------------------------------------------------
-r18768 | courmisch | 2007-02-10 19:16:21 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sdp.c
-
-Fix a bunch of bugs
-
-------------------------------------------------------------------------
-r18767 | courmisch | 2007-02-10 18:49:11 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-
-Partial support for COMEDIA in SAP announcer
-
-------------------------------------------------------------------------
-r18766 | fkuehne | 2007-02-10 18:47:50 +0100 (Sat, 10 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/misc.m
-
-* fixed a bug which prevented the fspanel to show up in some circumstances. Patch by Pierre d'Herbemont pdherbemont --at,- free.fr. This commit priortises Cocoa hotkeys instead of VLC's natives which is a good idea IMO.
-------------------------------------------------------------------------
-r18765 | courmisch | 2007-02-10 18:34:37 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-Remove useless debug message
-
-------------------------------------------------------------------------
-r18764 | courmisch | 2007-02-10 18:33:27 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_sout.h
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/stream_output/stream_output.h
-
-Restore some kind of SAP support
-
-------------------------------------------------------------------------
-r18763 | courmisch | 2007-02-10 18:33:06 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Add some debug
-
-------------------------------------------------------------------------
-r18762 | courmisch | 2007-02-10 18:30:56 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_variables.h
-
-*Ahem* whistles
-
-------------------------------------------------------------------------
-r18761 | courmisch | 2007-02-10 16:55:30 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Export src/dst addr/port from UDP access output
-
-------------------------------------------------------------------------
-r18760 | dionoea | 2007-02-10 16:29:27 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_input.h
-
-allow up to x32 playback (instead of x8)
-
-------------------------------------------------------------------------
-r18759 | courmisch | 2007-02-10 16:19:41 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/shout.c
-
-Compile fix
-
-------------------------------------------------------------------------
-r18758 | courmisch | 2007-02-10 15:53:47 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_sout.h
-   M /trunk/modules/access/ftp.c
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/access_output/http.c
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/codec/ffmpeg/mux.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/stream_output.c
-
-s/psz_name/psz_path/ for consistency
-
-------------------------------------------------------------------------
-r18757 | courmisch | 2007-02-10 15:43:45 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_sout.h
-   M /trunk/src/stream_output/stream_output.c
-
-Add pf_control to access_output
-
-------------------------------------------------------------------------
-r18756 | courmisch | 2007-02-10 14:38:42 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-   M /trunk/modules/access_output/udp.c
-
-Force RTP for UDP-Lite, as we have no legacy issue (suggestion from Md)
-
-------------------------------------------------------------------------
-r18755 | courmisch | 2007-02-10 14:30:25 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/http.c
-
-Fix warnings
-
-------------------------------------------------------------------------
-r18754 | courmisch | 2007-02-10 14:22:26 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-Remove useless define
-
-------------------------------------------------------------------------
-r18753 | courmisch | 2007-02-10 14:15:50 +0100 (Sat, 10 Feb 2007) | 5 lines
-Changed paths:
-   M /trunk/include/vlc_sout.h
-   M /trunk/modules/access_output/udp.c
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/stream_output/stream_output.h
-
-Big SAP/announce cleanup
-plus several minor bugfixes in SAP announce
-
-OTOH, SAP is currently broken for standard output (and untested for RTP)
-
-------------------------------------------------------------------------
-r18752 | courmisch | 2007-02-10 13:18:05 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_network.h
-
-net_GetPort() returns network-byte order port number from an address
-
-------------------------------------------------------------------------
-r18751 | courmisch | 2007-02-10 11:10:25 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_variables.h
-
-Add var_GetNonEmptyString
-
-------------------------------------------------------------------------
-r18750 | courmisch | 2007-02-10 10:49:15 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_strings.h
-   M /trunk/include/vlc_url.h
-   M /trunk/src/text/strings.c
-
-De-inline base64 decoder
-
-------------------------------------------------------------------------
-r18749 | courmisch | 2007-02-10 09:53:47 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/stream_out/standard.c
-
-Fix compiler warning
-
-------------------------------------------------------------------------
-r18748 | courmisch | 2007-02-10 09:50:47 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sdp.c
-   M /trunk/src/stream_output/stream_output.h
-
-Add support for session description
-
-------------------------------------------------------------------------
-r18747 | courmisch | 2007-02-10 09:28:07 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/announce.c
-
-Cosmetic
-
-------------------------------------------------------------------------
-r18746 | xtophe | 2007-02-10 01:11:32 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-telnet.c: remove the bloat which was needed when strings were localized.
-
-------------------------------------------------------------------------
-r18745 | dionoea | 2007-02-10 00:57:41 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/share/http/js/functions.js
-   M /trunk/share/http/requests/status.xml
-
-Add function to simulate hotkey presses from the HTTP interface. This is unused in the current pages. Patch courtesy of neilfred on the forums ( http://forum.videolan.org/viewtopic.php?t=31871 ). Someone now needs to add the missing buttons to the HTML code.
-
-------------------------------------------------------------------------
-r18744 | dionoea | 2007-02-10 00:51:34 +0100 (Sat, 10 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Add "key" (or "hotkey") command in RC to simulate a hotkey press. Original idea by artois_val on the forum ( http://forum.videolan.org/viewtopic.php?t=31646 ).
-
-------------------------------------------------------------------------
-r18743 | courmisch | 2007-02-09 22:51:43 +0100 (Fri, 09 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_sout.h
-   M /trunk/modules/stream_out/rtp.c
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/announce.c
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/stream_output/stream_output.h
-
-Partial announce API cleanup
-To be continued
-
-------------------------------------------------------------------------
-r18742 | courmisch | 2007-02-09 21:07:42 +0100 (Fri, 09 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/codec/x264.c
-
-multipass x264 patch courtesy of Sa?\197?\161o Kiselkov
-
-------------------------------------------------------------------------
-r18740 | courmisch | 2007-02-09 20:35:29 +0100 (Fri, 09 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_sout.h
-   M /trunk/modules/stream_out/standard.c
-   M /trunk/src/stream_output/sap.c
-
-Remove use SAP/TTL cruft
-
-------------------------------------------------------------------------
-r18739 | courmisch | 2007-02-09 20:19:12 +0100 (Fri, 09 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/stream_output/sap.c
-   M /trunk/src/stream_output/sdp.c
-   M /trunk/src/stream_output/stream_output.h
-
-Fix a few warnings
-
-------------------------------------------------------------------------
-r18738 | courmisch | 2007-02-09 20:15:38 +0100 (Fri, 09 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-   A /trunk/src/stream_output/sdp.c
-
-Add SDP generation helper with a bunch of would-be conformance fixes
-(at least: i= is mandatory, TTL notation is forbidden for IPv6)
-
-------------------------------------------------------------------------
-r18737 | courmisch | 2007-02-09 19:24:06 +0100 (Fri, 09 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_mtime.h
-   M /trunk/src/misc/mtime.c
-
-NTPtime64() returns an NTP timestamp
-
-------------------------------------------------------------------------
-r18736 | massiot | 2007-02-09 14:57:06 +0100 (Fri, 09 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/ts.c
-
- * modules/demux/ts.c: Fixed erroneous warning messages (reported by 
-   Bill May).
-
-------------------------------------------------------------------------
-r18735 | xtophe | 2007-02-09 00:26:56 +0100 (Fri, 09 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/po/es.po
-
-Spanish l10n update by Antonio Javier Varela
-
-------------------------------------------------------------------------
-r18734 | massiot | 2007-02-08 15:12:09 +0100 (Thu, 08 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-.
-
-------------------------------------------------------------------------
-r18733 | jb | 2007-02-08 02:21:35 +0100 (Thu, 08 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/simple_preferences.cpp
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-   A /trunk/modules/gui/qt4/ui/sprefs_input.ui
-   M /trunk/modules/gui/qt4/ui/sprefs_video.ui
-
-Qt4: One Day / One Simples Pref UI.
-The Input Ui needs to be reviewed since I added a few buttons that weren't specified in the wiki.
-
-
-------------------------------------------------------------------------
-r18732 | sigmunau | 2007-02-07 23:06:31 +0100 (Wed, 07 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Don't crash on messed up aspect ratios.
-
-------------------------------------------------------------------------
-r18731 | xtophe | 2007-02-07 21:00:55 +0100 (Wed, 07 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/video_output/x11/xcommon.c
-
-Add media key to X11 vouts. Patch by loox.thefuture 
-
-------------------------------------------------------------------------
-r18730 | damienf | 2007-02-07 16:18:58 +0100 (Wed, 07 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/directx.c
-
-- directx: put the code in the right place ;)
-
-------------------------------------------------------------------------
-r18729 | damienf | 2007-02-07 14:07:00 +0100 (Wed, 07 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/direct3d.c
-   M /trunk/modules/video_output/directx/directx.c
-
-- directx, direct3d: for non-overlay surfaces, remove the background brush after first frame is displayed to avoid flickering during repaints
-
-------------------------------------------------------------------------
-r18728 | jb | 2007-02-07 02:25:14 +0100 (Wed, 07 Feb 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
-
-Qt4: One Day / One ui. Audio.
-This is not finished because I don't have a windows machine. And needs some relabeling.:
-
-
-
-------------------------------------------------------------------------
-r18727 | jb | 2007-02-07 00:32:35 +0100 (Wed, 07 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/video_filter/sharpen.c
-
-Patch from C?\195?\169dric Cocquebert for sharpen filter.
-
-
-------------------------------------------------------------------------
-r18726 | thresh | 2007-02-06 16:26:28 +0100 (Tue, 06 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Fix indentation.
-
-------------------------------------------------------------------------
-r18725 | thresh | 2007-02-06 16:22:15 +0100 (Tue, 06 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Remove pid file on exit.
-
-------------------------------------------------------------------------
-r18724 | xtophe | 2007-02-06 16:10:20 +0100 (Tue, 06 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/nb.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/nn.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Make update-po
-
-------------------------------------------------------------------------
-r18723 | xtophe | 2007-02-06 16:09:54 +0100 (Tue, 06 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Xcode project has moved
-
-------------------------------------------------------------------------
-r18722 | thresh | 2007-02-06 14:37:40 +0100 (Tue, 06 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Properly check for Xext library. We got way more kludges in Xv detection, though...
-Should fix packaging, too.
-
-
-------------------------------------------------------------------------
-r18721 | thresh | 2007-02-06 14:13:43 +0100 (Tue, 06 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc.sym
-
-Added symbols needed to link vlc.
-
-------------------------------------------------------------------------
-r18720 | jpsaman | 2007-02-06 09:57:51 +0100 (Tue, 06 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Fix by thresh for syslog logging. Initialized pointers to NULL, so it can be checked upon in the code.
-
-------------------------------------------------------------------------
-r18719 | xtophe | 2007-02-06 01:01:17 +0100 (Tue, 06 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/share/applications/vlc.desktop
-
-l10n in vlc.desktop for Swedish by Daniel Nylander
-
-------------------------------------------------------------------------
-r18718 | jb | 2007-02-06 01:01:14 +0100 (Tue, 06 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-
-Oops. Sorry.
-
-
-
-------------------------------------------------------------------------
-r18717 | jb | 2007-02-06 00:52:22 +0100 (Tue, 06 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/NEWS
-
-NEWS: add teletext and sharpen, before we forget to do it. :D
-
-
-------------------------------------------------------------------------
-r18716 | thresh | 2007-02-06 00:31:54 +0100 (Tue, 06 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-Don't translate messages in telnet interface
-
-------------------------------------------------------------------------
-r18715 | jb | 2007-02-06 00:27:14 +0100 (Tue, 06 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/ui/sprefs_video.ui
-
-Qt4: Update and finish (?) Video Prefs.
-
-
-------------------------------------------------------------------------
-r18714 | xtophe | 2007-02-05 23:02:43 +0100 (Mon, 05 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Use DLL_EXPORT only on win
-
-------------------------------------------------------------------------
-r18713 | thresh | 2007-02-05 22:29:32 +0100 (Mon, 05 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Link screen and panoramix plugins with X11 only, they don't need Xext.
-Only build x11 plugin when we have Xext.h.
-
-------------------------------------------------------------------------
-r18712 | damienf | 2007-02-05 19:06:04 +0100 (Mon, 05 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
--fvisibility-inlines-hidden breaks x86_64 ld linker
-
-------------------------------------------------------------------------
-r18711 | courmisch | 2007-02-05 18:50:14 +0100 (Mon, 05 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Warning: Explicit kludge - parental advisory
-
-Now, UDP-Lite really works!
-
-------------------------------------------------------------------------
-r18710 | courmisch | 2007-02-05 18:35:14 +0100 (Mon, 05 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access_output/udp.c
-
-ifdef for old OSes
-
-------------------------------------------------------------------------
-r18709 | courmisch | 2007-02-05 18:21:56 +0100 (Mon, 05 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/include/vlc_network.h
-   M /trunk/modules/access_output/udp.c
-   M /trunk/src/network/udp.c
-
-UDP-Lite access output
-
-------------------------------------------------------------------------
-r18708 | courmisch | 2007-02-05 18:15:49 +0100 (Mon, 05 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-I *can* do it
-
-------------------------------------------------------------------------
-r18707 | courmisch | 2007-02-05 18:06:28 +0100 (Mon, 05 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Fix linking
-
-------------------------------------------------------------------------
-r18706 | courmisch | 2007-02-05 18:04:55 +0100 (Mon, 05 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Fix memory leaks and dummy error messages in net_OpenDgram
-
-------------------------------------------------------------------------
-r18705 | damienf | 2007-02-05 17:55:50 +0100 (Mon, 05 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/vlc.c
-
-- vlc.c: commented out rootwrap() till it is properly fixed
-
-------------------------------------------------------------------------
-r18704 | courmisch | 2007-02-05 17:49:14 +0100 (Mon, 05 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/udp.c
-
-Fix impossible out-of-bound strcmp
-
-------------------------------------------------------------------------
-r18703 | damienf | 2007-02-05 17:43:41 +0100 (Mon, 05 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-- configure.ac: -fvisibility-inlines-hidden is C++ only
-
-------------------------------------------------------------------------
-r18702 | courmisch | 2007-02-05 17:32:31 +0100 (Mon, 05 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/configure.ac
-   M /trunk/include/vlc_network.h
-   M /trunk/modules/access/udp.c
-   M /trunk/src/network/udp.c
-
-UDP-Lite access
-
-This is completely untested because vlc does not link at the moment :(
-
-------------------------------------------------------------------------
-r18701 | damienf | 2007-02-05 16:45:14 +0100 (Mon, 05 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-- vlc_common.h: compile fix
-
-------------------------------------------------------------------------
-r18700 | damienf | 2007-02-05 15:58:40 +0100 (Mon, 05 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_common.h
-   M /trunk/include/vlc_modules_macros.h
-
-- added support for visibility attribute for GCC 4.x for controlling export symbols
-
-------------------------------------------------------------------------
-r18699 | jb | 2007-02-05 00:15:19 +0100 (Mon, 05 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/include/vlc_modules.h
-   M /trunk/src/misc/modules.c
-
-Add a module_Exists() function for Simple_Prefs. Don't use too much this function.
-
-
-------------------------------------------------------------------------
-r18698 | jb | 2007-02-04 23:40:21 +0100 (Sun, 04 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/video_filter/sharpen.c
-
-Change in copyright and propedit.
-
-
-------------------------------------------------------------------------
-r18697 | jb | 2007-02-04 23:27:07 +0100 (Sun, 04 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/modules/video_filter/Modules.am
-   A /trunk/modules/video_filter/sharpen.c
-
-Sharpen Video-Filter.
-Work from DJ_Mulder on the forum, changes by /me helped by dionoea and jpsaman.
-
-
-------------------------------------------------------------------------
-r18696 | jb | 2007-02-04 22:14:43 +0100 (Sun, 04 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/control/dbus.c
-
-D-Bus ameliorations and fix by Mr_Mirsal.
-
-
-------------------------------------------------------------------------
-r18695 | xtophe | 2007-02-04 21:20:41 +0100 (Sun, 04 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/bootstrap
-
-support for automake 1.10. Patch courtesy of scop on trac. Fix #1041
-
-------------------------------------------------------------------------
-r18693 | damienf | 2007-02-03 23:41:43 +0100 (Sat, 03 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-- vlc_common.h: fix for vlc_wclosedir on MacOS X
-
-------------------------------------------------------------------------
-r18692 | damienf | 2007-02-03 23:01:20 +0100 (Sat, 03 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/include/vlc/vlc.h
-   M /trunk/include/vlc_common.h
-   M /trunk/src/Makefile.am
-   M /trunk/src/vlc.c
-
-- added controlled symbol export support for win32. Now, all visible symbols in libvlc.dll must be declared using either VLC_EXPORT or VLC_PUBLIC_API. Otherwise, they will not be exported. this has the advantage of reducing the number of symbols in the DLL, saving on file size an binding time at runtime. All exported symbols will be listed in the libvlc.def file.
-This also pave the way for using the visibility feature in GCC 4, adding controlled symbols export for UNIX/MacOS X as well.
-
-------------------------------------------------------------------------
-r18691 | dionoea | 2007-02-03 03:55:33 +0100 (Sat, 03 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_filter/gradient.c
-
-Ooops (?)
-
-------------------------------------------------------------------------
-r18690 | dionoea | 2007-02-02 22:46:19 +0100 (Fri, 02 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
-Use DIR_SEP instead of "/"
-
-------------------------------------------------------------------------
-r18689 | massiot | 2007-02-02 22:31:18 +0100 (Fri, 02 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
- * doc/fortunes.txt is a fortune file, please keep it in a format 
-   compatible with UNIX fortune executable.
-
-------------------------------------------------------------------------
-r18688 | dionoea | 2007-02-02 22:17:29 +0100 (Fri, 02 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-Small formating fix.
-
-------------------------------------------------------------------------
-r18687 | dionoea | 2007-02-02 21:51:11 +0100 (Fri, 02 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/modules/video_filter/adjust.c
-   M /trunk/modules/video_filter/gradient.c
-   M /trunk/modules/video_filter/panoramix.c
-
-Copy clip_uint8() function from ffmpeg and replace where applicable for video filters.
-
-------------------------------------------------------------------------
-r18686 | dionoea | 2007-02-02 21:30:49 +0100 (Fri, 02 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-"I'm a girl!" fortune (x2) from 2 days ago.
-
-------------------------------------------------------------------------
-r18685 | damienf | 2007-02-02 12:43:50 +0100 (Fri, 02 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/direct3d.c
-
-- direct3d: device reset fixes (when resolution changes, etc...)
-
-------------------------------------------------------------------------
-r18684 | fkuehne | 2007-02-02 10:17:58 +0100 (Fri, 02 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-
-* this part of [18683] wasn't supposed to be committed. Reverting to previous revision.
-------------------------------------------------------------------------
-r18683 | fkuehne | 2007-02-02 10:12:37 +0100 (Fri, 02 Feb 2007) | 7 lines
-Changed paths:
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
-   M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
-   D /trunk/extras/MacOSX/vlc.pbproj
-   A /trunk/extras/MacOSX/vlc.xcodeproj (from /trunk/extras/MacOSX/vlc.pbproj:18682)
-   M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
-   M /trunk/modules/gui/macosx/AppleRemote.h
-   M /trunk/modules/gui/macosx/AppleRemote.m
-   M /trunk/modules/gui/macosx/about.m
-   M /trunk/modules/gui/macosx/bookmarks.m
-   M /trunk/modules/gui/macosx/equalizer.h
-   M /trunk/modules/gui/macosx/equalizer.m
-   M /trunk/modules/gui/macosx/fspanel.h
-   M /trunk/modules/gui/macosx/fspanel.m
-   M /trunk/modules/gui/macosx/interaction.m
-   M /trunk/modules/gui/macosx/intf.h
-   M /trunk/modules/gui/macosx/intf.m
-   M /trunk/modules/gui/macosx/macosx.m
-   M /trunk/modules/gui/macosx/misc.m
-   M /trunk/modules/gui/macosx/output.h
-   M /trunk/modules/gui/macosx/output.m
-   M /trunk/modules/gui/macosx/playlistinfo.m
-   M /trunk/modules/gui/macosx/prefs_widgets.h
-   M /trunk/modules/gui/macosx/prefs_widgets.m
-   M /trunk/modules/gui/macosx/vout.m
-   M /trunk/modules/gui/macosx/voutgl.m
-
-* collection of various fixes and edits
-    - removed <10.3 support in the preferences' code
-    - added preliminary support for Obj-C 2.0 / Garbage Collection
-        - needs to be enabled manually in intf.h for now and is restricted to future Darwin release
-    - updated various copyright dates to approbate values
-    - configured the source tree in the Xcode project for future Xcode releases
-    - finally renamed the Xcode project to the correct bundle extension
-------------------------------------------------------------------------
-r18682 | dionoea | 2007-02-02 00:22:15 +0100 (Fri, 02 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/share/http/dialogs/sout
-
-s/a42/a52/
-
-------------------------------------------------------------------------
-r18681 | xtophe | 2007-02-01 21:06:54 +0100 (Thu, 01 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/qt4.cpp
-
-check for enomem
-
-------------------------------------------------------------------------
-r18680 | jb | 2007-02-01 20:12:45 +0100 (Thu, 01 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/modules/control/dbus.c
-
-D-Bus Patch by Mirsal ENNAIME
-
-
-------------------------------------------------------------------------
-r18679 | funman | 2007-02-01 19:45:53 +0100 (Thu, 01 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
-
-Displays and hides simple preferences correctly
-
-------------------------------------------------------------------------
-r18678 | funman | 2007-02-01 19:45:25 +0100 (Thu, 01 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-
-Always initialise dbus threads
-
-------------------------------------------------------------------------
-r18677 | jb | 2007-02-01 19:40:30 +0100 (Thu, 01 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
-
-Qt4: Compile Fix.
-
-
-------------------------------------------------------------------------
-r18676 | damienf | 2007-02-01 15:28:41 +0100 (Thu, 01 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/video_output/directx/direct3d.c
-
-- direct3d.c: attempt to fix incompatibility with Vista, needs testing since i still don't have a Vista system to test against
-
-------------------------------------------------------------------------
-r18675 | jb | 2007-01-31 23:34:30 +0100 (Wed, 31 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Correction on the Makefile ..
-
-
-------------------------------------------------------------------------
-r18674 | jb | 2007-01-31 23:27:57 +0100 (Wed, 31 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   D /trunk/extras/contrib/src/Patches/ffmpeg-alignment.patch
-
-Win32 Contrib: Repair ffmpeg compile.
-
-
-------------------------------------------------------------------------
-r18673 | jb | 2007-01-31 20:51:46 +0100 (Wed, 31 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/dialogs/messages.cpp
-
-Qt4: messages. Small commit to fix two forgottten qfu() and to add whitespaces where needed.
-
-
-------------------------------------------------------------------------
-r18672 | damienf | 2007-01-31 20:50:48 +0100 (Wed, 31 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/connectioncontainer.cpp
-
-- activex: misc fixes for properties and events sinks
-
-------------------------------------------------------------------------
-r18671 | damienf | 2007-01-31 20:49:20 +0100 (Wed, 31 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/main.cpp
-   M /trunk/activex/plugin.cpp
-   M /trunk/activex/plugin.h
-   M /trunk/activex/utils.cpp
-   M /trunk/activex/utils.h
-   M /trunk/configure.ac
-
-- activex: globally use win32 unicode APIs, hopefully this will fix reported registration problems
-
-------------------------------------------------------------------------
-r18670 | jb | 2007-01-31 00:56:24 +0100 (Wed, 31 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-
-Qt4 : translate the titles for stats.
-
-
-------------------------------------------------------------------------
-r18669 | jb | 2007-01-31 00:37:33 +0100 (Wed, 31 Jan 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/gui/qt4/Modules.am
-   M /trunk/modules/gui/qt4/components/infopanels.cpp
-   M /trunk/modules/gui/qt4/components/infopanels.hpp
-   D /trunk/modules/gui/qt4/ui/input_stats.ui
-
-* Qt4 : Use a QTreeWidget instead of a ui to display stats. I hope in that way it will become easier to resize and easier to add stats...
-
-Btw about Qt4 modules, http://wiki.videolan.org/QtIntfTODO and http://wiki.videolan.org/Simple_Preferences have been updated. Give it a look and help us...
-
-
-------------------------------------------------------------------------
-r18668 | jpsaman | 2007-01-30 20:34:37 +0100 (Tue, 30 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/libvlc-common.c
-   M /trunk/src/misc/configuration.c
-   M /trunk/src/misc/modules.c
-   M /trunk/src/misc/objects.c
-
-Fixed crash on vlc exit/quit and added sanity checking for pointers in the module init/exit paths.
-
-------------------------------------------------------------------------
-r18667 | jpsaman | 2007-01-30 19:45:47 +0100 (Tue, 30 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-Forcefully set PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR for pkgconfig only if these environment variables haven't been set yet. And the path /usr/lib/pkgconfig exists. This fixes building wxwidgets in contrib for Fedora Core 6
-------------------------------------------------------------------------
-r18666 | xtophe | 2007-01-30 14:55:57 +0100 (Tue, 30 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-
-Fix make clean
-
-------------------------------------------------------------------------
-r18665 | jpsaman | 2007-01-30 14:04:27 +0100 (Tue, 30 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Distributions/win32.mak
-
-oops copypaste error
-------------------------------------------------------------------------
-r18664 | jpsaman | 2007-01-30 13:52:47 +0100 (Tue, 30 Jan 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/README
-   M /trunk/extras/contrib/bootstrap
-   A /trunk/extras/contrib/src/Distributions
-   A /trunk/extras/contrib/src/Distributions/beos.mak
-   A /trunk/extras/contrib/src/Distributions/darwin.mak
-   A /trunk/extras/contrib/src/Distributions/debian.mak
-   A /trunk/extras/contrib/src/Distributions/fedora.mak
-   A /trunk/extras/contrib/src/Distributions/unix.mak
-   A /trunk/extras/contrib/src/Distributions/win32.mak
-   A /trunk/extras/contrib/src/Distributions/wince.mak
-   M /trunk/extras/contrib/src/Makefile
-
-Extend contrib buildsystem to allow for a finer control on system and Linux distributions rules. The bootstrap tries to guess the operating system to build for by looking at the compiler prefix. For native building (usually Linux/Unix-like systems) additional matching logic should be written. Currently only Fedora-Core systems are detected as being different from the normal Unix-rules.
-
-Extend this logic to make a distinction for your system if it deviates from the standard Unix-like system that our contrib recognizes atm.
-
-------------------------------------------------------------------------
-r18663 | dionoea | 2007-01-29 23:27:16 +0100 (Mon, 29 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
-Fix xml.
-
-------------------------------------------------------------------------
-r18662 | jb | 2007-01-29 01:09:40 +0100 (Mon, 29 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Correct a typo mistake I did earlier.
-
-
-------------------------------------------------------------------------
-r18661 | jb | 2007-01-29 01:04:11 +0100 (Mon, 29 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Correct a typo in packages.mak.
-
-
-------------------------------------------------------------------------
-r18660 | jb | 2007-01-29 00:50:24 +0100 (Mon, 29 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Make sure "make source" works correctly.
-
-
-------------------------------------------------------------------------
-r18659 | jb | 2007-01-29 00:28:29 +0100 (Mon, 29 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Oops. Missing $().
-
-
-------------------------------------------------------------------------
-r18658 | jb | 2007-01-29 00:18:24 +0100 (Mon, 29 Jan 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Clean .svn before tarballs.
-Add a dependency.
-
-
-------------------------------------------------------------------------
-r18657 | jb | 2007-01-28 23:55:28 +0100 (Sun, 28 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Make the "make source" much better, to do ffmpeg-svn, x264-svn, libmatroska-svn tarballs. That help a lot to make some directories with all the libs sources.
-
-
-------------------------------------------------------------------------
-r18656 | jb | 2007-01-28 23:26:37 +0100 (Sun, 28 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-libmpcdec updated to 1.2.4. Should work on all systems. But will need an extra check on some MacOSX
-
-
-------------------------------------------------------------------------
-r18655 | ipkiss | 2007-01-28 23:24:42 +0100 (Sun, 28 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins/skins2-howto.xml: mentions of the forum and the wiki
-
-------------------------------------------------------------------------
-r18654 | jb | 2007-01-28 23:05:31 +0100 (Sun, 28 Jan 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Just a useless change of version.
-
-
-
-------------------------------------------------------------------------
-r18653 | ipkiss | 2007-01-28 21:48:10 +0100 (Sun, 28 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins/skins2-howto.xml: a few fixes
-
-------------------------------------------------------------------------
-r18652 | dionoea | 2007-01-28 21:43:57 +0100 (Sun, 28 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
-Add VLC to the keyword list (this is completely useless)
-
-------------------------------------------------------------------------
-r18651 | ipkiss | 2007-01-28 21:37:21 +0100 (Sun, 28 Jan 2007) | 5 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
-   M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
-   M /trunk/modules/gui/skins2/parser/interpreter.cpp
-   M /trunk/modules/gui/skins2/src/generic_window.cpp
-   M /trunk/modules/gui/skins2/src/top_window.cpp
-   M /trunk/modules/gui/skins2/src/top_window.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-   M /trunk/modules/gui/skins2/utils/position.hpp
-
- * skins2:
-    - new WindowID.maximize() and WindowID.unmaximize() actions
-    - new WindowID.isMaximized boolean variable
-    - doc updated
-
-------------------------------------------------------------------------
-r18650 | jb | 2007-01-28 19:58:20 +0100 (Sun, 28 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* Libxml2 version up from 2.6.26 to 2.6.27
-
-
-------------------------------------------------------------------------
-r18649 | asmax | 2007-01-28 19:18:52 +0100 (Sun, 28 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/build-vlc
-   M /trunk/config.in
-   M /trunk/configure.ac
-   M /trunk/menuconfig
-
-- thou shalt keep menuconfig up-to-date and not disable it
-
-------------------------------------------------------------------------
-r18648 | jb | 2007-01-28 19:06:48 +0100 (Sun, 28 Jan 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Change libpng version to 1.2.15 especially to fix security issue CVE-2006-3334.
-Tested on epsilon, veda, altair/mingw32.
-
-
-------------------------------------------------------------------------
-r18647 | ipkiss | 2007-01-28 17:49:30 +0100 (Sun, 28 Jan 2007) | 5 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-   M /trunk/modules/gui/skins2/parser/builder.cpp
-   M /trunk/modules/gui/skins2/parser/builder.hpp
-   M /trunk/modules/gui/skins2/parser/builder_data.def
-   M /trunk/modules/gui/skins2/parser/builder_data.hpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
-   M /trunk/modules/gui/skins2/parser/skin_parser.hpp
-   M /trunk/modules/gui/skins2/src/generic_layout.cpp
-   M /trunk/modules/gui/skins2/src/generic_layout.hpp
-   M /trunk/modules/gui/skins2/src/theme.cpp
-   M /trunk/modules/gui/skins2/src/theme.hpp
-   M /trunk/modules/gui/skins2/src/window_manager.cpp
-   M /trunk/modules/gui/skins2/src/window_manager.hpp
-   M /trunk/modules/gui/skins2/utils/position.cpp
-   M /trunk/modules/gui/skins2/utils/position.hpp
-   M /trunk/share/skins2/skin.dtd
-
- * skins2:
-    - New Panel tag, allowing to group the resizing behaviour of controls
-    - Documentation updated accordingly
-    - Fixed a memory leak due to CtrlMove/CtrlResize objects
-
-------------------------------------------------------------------------
-r18646 | fkuehne | 2007-01-28 15:11:09 +0100 (Sun, 28 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-
-*added yet another possible svn location (to detect certain default installations)
-------------------------------------------------------------------------
-r18645 | fkuehne | 2007-01-28 14:40:20 +0100 (Sun, 28 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/Makefile
-
-* remove config.mak on make clean as well
-------------------------------------------------------------------------
-r18644 | dionoea | 2007-01-28 01:53:39 +0100 (Sun, 28 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/README
-
-update developers website.
-
-------------------------------------------------------------------------
-r18643 | courmisch | 2007-01-27 23:29:29 +0100 (Sat, 27 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ps.h
-
-Add some missing consts
-
-------------------------------------------------------------------------
-r18642 | dionoea | 2007-01-27 22:22:13 +0100 (Sat, 27 Jan 2007) | 6 lines
-Changed paths:
-   M /trunk/modules/demux/ps.h
-
- * add stream assignements for DTS(-HD) / (E-)AC3 / MLP / VC1 used by HD DVDs.
-   * the dts/ac3 changes fix some files from http://samples.mplayerhq.hu/evob/ and some other sources.
-   * MLP doesn't have any know free decoder (nor do i have any sample) so this is basically "for the future"
-   * VC1 doesn't work ... most likely needs some more changes to the code.
- * remove trailing spaces
-
-------------------------------------------------------------------------
-r18641 | courmisch | 2007-01-27 22:14:39 +0100 (Sat, 27 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ps.c
-
-Minor code factor
-
-------------------------------------------------------------------------
-r18640 | courmisch | 2007-01-27 22:02:35 +0100 (Sat, 27 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/ps.c
-
-Fix typo
-
-------------------------------------------------------------------------
-r18639 | ipkiss | 2007-01-27 00:25:49 +0100 (Sat, 27 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/skins/skins2-howto.xml
-
- * doc/skins/skins2-howto.xml: Fixed a mistake
-
-------------------------------------------------------------------------
-r18638 | dionoea | 2007-01-26 23:39:25 +0100 (Fri, 26 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/strings.c
-
-Oops.
-
-------------------------------------------------------------------------
-r18637 | dionoea | 2007-01-26 23:37:28 +0100 (Fri, 26 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_strings.h
-   M /trunk/modules/access_output/file.c
-   M /trunk/modules/video_filter/marq.c
-   M /trunk/modules/video_output/image.c
-   M /trunk/src/text/strings.c
-   M /trunk/src/video_output/vout_intf.c
-
-add new filename_sanitize and path_sanitize functions to remove forbidden charcters from filenames/paths and use where appropriate.
-
-------------------------------------------------------------------------
-r18636 | jb | 2007-01-25 23:46:26 +0100 (Thu, 25 Jan 2007) | 6 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/packages.mak
-
-Commented unuseful packages.
-Repairing some sources links.
-Add a "make source" process to get all the tar.(bz2|gz) in one dir.
-
-
-
-------------------------------------------------------------------------
-r18635 | xtophe | 2007-01-25 21:26:02 +0100 (Thu, 25 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/NEWS
-   M /trunk/src/libvlc-module.c
-
-Change the default for sout-keep to enabled.
-
-------------------------------------------------------------------------
-r18634 | jb | 2007-01-25 20:42:49 +0100 (Thu, 25 Jan 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/video_filter/crop.c
-   M /trunk/modules/video_filter/panoramix.c
-
-Some small modifications to crop and panoramix to repair calls for uninitialized variables.
-Patch by Cedric Coquebert.
-
-
-------------------------------------------------------------------------
-r18633 | massiot | 2007-01-25 19:33:59 +0100 (Thu, 25 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/telx.c
-
- * modules/codec/telx.c: New option to work around wrong implementation
-   of the teletext descriptor by some French channels.
-
-------------------------------------------------------------------------
-r18632 | jb | 2007-01-24 20:21:43 +0100 (Wed, 24 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/video_output/opengl.c
-
-Patch to force alignment in OpenGL if it isn't correctlt positionned before, as panoramix does do it correctly. Patch By Cedric Cocquebert.
-
-
-------------------------------------------------------------------------
-r18631 | dionoea | 2007-01-23 22:40:51 +0100 (Tue, 23 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_intf.c
-
- * Enable format time/meta stuff in snapshot-prefix.
-
-------------------------------------------------------------------------
-r18630 | massiot | 2007-01-23 18:50:32 +0100 (Tue, 23 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_es_out.h
-   M /trunk/modules/demux/ts.c
-   M /trunk/src/input/es_out.c
-
- * modules/demux/ts.c: Fixed stream output mode detection.
-
-------------------------------------------------------------------------
-r18629 | jb | 2007-01-23 18:37:48 +0100 (Tue, 23 Jan 2007) | 4 lines
-Changed paths:
-   M /trunk/modules/video_filter/panoramix.c
-
-Patch by Cedric Cocquebert to improve the panoramix module.
-
-
-
-------------------------------------------------------------------------
-r18628 | sam | 2007-01-23 18:25:32 +0100 (Tue, 23 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-  * Win32 timer bug (0x100000000 * 1000 != 0x100000000000).
-
-------------------------------------------------------------------------
-r18627 | jpsaman | 2007-01-23 09:09:38 +0100 (Tue, 23 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/spudec/parse.c
-
-When no start display time is found in a subpicture then return with an error message. Problem reported by: Hytham Alihassan.
-
-------------------------------------------------------------------------
-r18626 | hartman | 2007-01-22 16:11:02 +0100 (Mon, 22 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* disable gnutls C++ lib. it's broken 
-
-------------------------------------------------------------------------
-r18625 | jb | 2007-01-22 00:50:27 +0100 (Mon, 22 Jan 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-Update freetype from 2.1.9 to 2.3.0. This has been tested on veda, espilon, altair, altair/sid-id386/Mingw32.
-
-
-
-------------------------------------------------------------------------
-r18623 | fkuehne | 2007-01-21 20:19:32 +0100 (Sun, 21 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/packages.mak
-
-* download the SDL stuff from sourceforge instead of the bogus official server, as the SF park is much faster and more reliable (forward-porting [18622])
-------------------------------------------------------------------------
-r18620 | xtophe | 2007-01-20 21:21:12 +0100 (Sat, 20 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/codec/telx.c
-   M /trunk/modules/demux/ts.c
-
-ts.c: Current libdvbpsi is buggy so wait for 0.1.6 to activate the teletext detection code 
-ts.c, telx.c: Fallback to teletext detection if TS detection wasn't possible
-
-------------------------------------------------------------------------
-r18618 | xtophe | 2007-01-20 02:04:00 +0100 (Sat, 20 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-   M /trunk/extras/contrib/src/Patches/gnutls-win32.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-Update libgcrypt and libgnutls
-
-------------------------------------------------------------------------
-r18616 | courmisch | 2007-01-19 20:49:40 +0100 (Fri, 19 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_block.h
-
-Fix block_New failure check
-
-------------------------------------------------------------------------
-r18615 | massiot | 2007-01-19 19:26:39 +0100 (Fri, 19 Jan 2007) | 8 lines
-Changed paths:
-   M /trunk/modules/codec/telx.c
-   M /trunk/modules/demux/ts.c
-   M /trunk/modules/mux/mpeg/ts.c
-
- * modules/demux/ts.c: Parse the telx descriptor and create pseudo ES 
-   for different languages. Slightly changed the way the dvbsub parser
-   works to allow correct streaming with --sout-all or --programs.
- * modules/mux/mpeg/ts.c: Changes to allow descriptor pass-through with
-   telx and dvbsub. This is kind of kludgy.
- * module/codec/telx.c: Got rid of the ugly static variables and use 
-   info from the TS demux.
-
-------------------------------------------------------------------------
-r18613 | hartman | 2007-01-18 22:22:52 +0100 (Thu, 18 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/telx.c
-
-* Set svn properties for the telx.c file
-
-------------------------------------------------------------------------
-r18612 | massiot | 2007-01-18 16:14:36 +0100 (Thu, 18 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-.
-
-------------------------------------------------------------------------
-r18610 | hartman | 2007-01-18 15:04:47 +0100 (Thu, 18 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/telx.c
-
-* compile fix: missing comma in debug statement
-
-------------------------------------------------------------------------
-r18609 | hartman | 2007-01-18 14:57:25 +0100 (Thu, 18 Jan 2007) | 9 lines
-Changed paths:
-   M /trunk/modules/codec/telx.c
-
-Teletext module patch by Vincent Penne
-
-- the stream provided by thedj containing some kind of VPS informations know works fine (they aren't displayed as subtitles anymore). It also solve the same issue on two examples streams on the vlc file repository (called stream-demux-telx-1.dump and stream-demux-telx-2.dump)
-
-- got rid of a kludge that used to be necessary on the "has-subtitles.ts" example stream to avoid subtitles disapearing too fast in some cases. I don't know exactly why it's not anymore necessary, probably because I handle better the subtitle flag now.
-
-- now the page number is handled independently for each 8 magazines
-
-
-------------------------------------------------------------------------
-r18608 | xtophe | 2007-01-18 00:33:06 +0100 (Thu, 18 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-
-Fix the preferences under wx
-
-------------------------------------------------------------------------
-r18607 | xtophe | 2007-01-17 21:49:44 +0100 (Wed, 17 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/telx.c
-
-add a shortname and delete unused variable
-
-------------------------------------------------------------------------
-r18606 | massiot | 2007-01-17 19:06:52 +0100 (Wed, 17 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/telx.c
-
- * modules/codec/telx.c: Pedantic coding style changes.
-
-------------------------------------------------------------------------
-r18605 | massiot | 2007-01-17 18:30:53 +0100 (Wed, 17 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/configure.ac
-   M /trunk/modules/codec/Modules.am
-   A /trunk/modules/codec/telx.c
-
- * modules/codec/telx.c: Teletext subtitles decoder, patch courtesy of 
-   Vincent Penne.
-
-------------------------------------------------------------------------
-r18604 | xtophe | 2007-01-17 15:09:10 +0100 (Wed, 17 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-:)
-
-------------------------------------------------------------------------
-r18603 | massiot | 2007-01-16 23:39:51 +0100 (Tue, 16 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/fortunes.txt
-
-.
-
-------------------------------------------------------------------------
-r18602 | hartman | 2007-01-16 17:01:49 +0100 (Tue, 16 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-* Ehm, MAX, not MIN of course. And let's check both before and after cropping.
-
-------------------------------------------------------------------------
-r18601 | hartman | 2007-01-16 16:52:30 +0100 (Tue, 16 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/video_output/vout_subpictures.c
-
-* Don't allow negative offsets when blending
-
-------------------------------------------------------------------------
-r18600 | massiot | 2007-01-16 11:55:31 +0100 (Tue, 16 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/mpeg_audio.c
-
-* modules/codec/mpeg_audio.c: Add a debug message for broken streams.
-
-------------------------------------------------------------------------
-r18596 | oaubert | 2007-01-15 16:53:26 +0100 (Mon, 15 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/mediacontrol.h
-
-include/vlc/mediacontrol.h: include windows.h on win32 to get HWND definition
-
-------------------------------------------------------------------------
-r18595 | courmisch | 2007-01-15 16:22:11 +0100 (Mon, 15 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/INSTALL
-
-s/wxwindows/wxwidgets/
-
-------------------------------------------------------------------------
-r18594 | jpsaman | 2007-01-14 23:27:48 +0100 (Sun, 14 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-Remove useless test i_chunk is uint32_t and cannot be lower then zero. This fixes a compile warninig and hopefully doesn't introduce an mp4 problem. Test your mp4's.
-------------------------------------------------------------------------
-r18593 | jpsaman | 2007-01-14 23:25:56 +0100 (Sun, 14 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-Revert part of rev 18553 where p_track->i_chunk test has changed. It shouldn't have gone in this commit.
-------------------------------------------------------------------------
-r18592 | xtophe | 2007-01-14 21:49:22 +0100 (Sun, 14 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc_rc.rc
-   M /trunk/configure.ac
-   M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
-   M /trunk/extras/MacOSX/plugin/Info.plist
-   M /trunk/mozilla/npvlc_rc.rc
-   M /trunk/mozilla/vlc.r
-   M /trunk/mozilla/vlcplugin.h
-
-Happy New Year
-
-------------------------------------------------------------------------
-r18590 | damienf | 2007-01-14 21:35:51 +0100 (Sun, 14 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-Makefile.am: reorganize vlc_LDFLAGS for win32
-
-------------------------------------------------------------------------
-r18589 | damienf | 2007-01-14 21:35:11 +0100 (Sun, 14 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-- ffmpeg/encoder.c: more int64_t fixes
-
-------------------------------------------------------------------------
-r18578 | courmisch | 2007-01-14 20:44:24 +0100 (Sun, 14 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Oups (again)
-
-------------------------------------------------------------------------
-r18577 | courmisch | 2007-01-14 20:32:20 +0100 (Sun, 14 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/libavi.c
-   M /trunk/src/misc/modules.c
-
-Fix out-of-bound read uncovered by sam
-
-------------------------------------------------------------------------
-r18576 | courmisch | 2007-01-14 20:20:20 +0100 (Sun, 14 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/libavi.c
-
-memory leak
-
-------------------------------------------------------------------------
-r18575 | courmisch | 2007-01-14 20:13:26 +0100 (Sun, 14 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/asf/asf.c
-
-Fix memory leak
-
-------------------------------------------------------------------------
-r18574 | courmisch | 2007-01-14 20:07:17 +0100 (Sun, 14 Jan 2007) | 5 lines
-Changed paths:
-   M /trunk/modules/demux/asf/libasf.c
-
-Fix a bunch of potential segmentation faults:
- - out of bound read initially uncovered by sam,
- - also malloc() can really return NULL for arbitrary large alloc,
-   return value MUST be checked.
-
-------------------------------------------------------------------------
-r18573 | xtophe | 2007-01-14 19:41:22 +0100 (Sun, 14 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Don't use '-' in shell variable name and take advantage of the features of PKG_CHECK_MODULES
-
-------------------------------------------------------------------------
-r18572 | xtophe | 2007-01-14 18:57:50 +0100 (Sun, 14 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/THANKS
-
-Add myself to AUTHORS
-
-------------------------------------------------------------------------
-r18571 | xtophe | 2007-01-14 18:35:19 +0100 (Sun, 14 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/nb.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/nn.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Add translations from rosetta
-
-------------------------------------------------------------------------
-r18570 | fkuehne | 2007-01-14 17:25:41 +0100 (Sun, 14 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile.am
-   M /trunk/THANKS
-
-* give credit to Jean-Baptiste le Stang for the UB script, add it to the source bundle and update authors a bit
-------------------------------------------------------------------------
-r18569 | fkuehne | 2007-01-14 17:14:05 +0100 (Sun, 14 Jan 2007) | 1 line
-Changed paths:
-   A /trunk/extras/MacOSX/ub.sh
-
-* commit Jean-Baptiste's universal binary script to svn, so you don't have to browse trac each time you need it. remember to customise the 3 variables at the top before using it. (closes #749)
-------------------------------------------------------------------------
-r18568 | fkuehne | 2007-01-14 17:09:15 +0100 (Sun, 14 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/extras/MacOSX/Delete_Preferences.app/Contents/Info.plist
-   M /trunk/extras/MacOSX/Delete_Preferences.app/Contents/Resources/Scripts/main.scpt
-   M /trunk/extras/MacOSX/Delete_Preferences.app/Contents/Resources/applet.rsrc
-   M /trunk/extras/MacOSX/Delete_Preferences.app/Contents/Resources/description.rtfd/TXT.rtf
-
-* applied Westacular's patch with minor modifications, which solves some issues with this script in certain situations and lets the Finder do most of the work. Note that this script isn't 10.2-save anymore and triggers the Finder to launch in case that it is closed. (closes #911)
-------------------------------------------------------------------------
-r18567 | jpsaman | 2007-01-14 15:17:46 +0100 (Sun, 14 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/THANKS
-
-Updated THANKS file for rev 18566
-------------------------------------------------------------------------
-r18566 | jpsaman | 2007-01-14 15:16:33 +0100 (Sun, 14 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/rtsp.c
-
-Added option to disable session timeout option on RTSP request (use: --rtsp-session-timeout=-1 to disable this option, >= 0 to enable it, default is 5). Patch from Saso Kiselkov (skiselkov at gmail dot com) for making VOD (RTSP) work with HanunTech STBs, with modifications from me.
-
-------------------------------------------------------------------------
-r18565 | fkuehne | 2007-01-14 14:02:59 +0100 (Sun, 14 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/vout.m
-
-* allow the screensaver to appear when video playback is paused (closes #963)
-------------------------------------------------------------------------
-r18564 | fkuehne | 2007-01-14 13:40:05 +0100 (Sun, 14 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/modules/gui/macosx/intf.m
-
-* design change: the current volume is automatically stored on quit now and restored on first playback of the next run, similar to other major media players (closes #989)
-------------------------------------------------------------------------
-r18563 | xtophe | 2007-01-14 02:28:48 +0100 (Sun, 14 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/nb.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/nn.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-hmmm i should use a clean tree for update-po
-
-------------------------------------------------------------------------
-r18562 | damienf | 2007-01-13 18:29:16 +0100 (Sat, 13 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-live555: hmmm, that BITMAPINFOHEADER is only useful on mplayer, not vlc
-
-------------------------------------------------------------------------
-r18561 | damienf | 2007-01-13 17:45:10 +0100 (Sat, 13 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/live555.cpp
-
-demux/live555.cpp: added support for avc1 in X-QT over RTSP
-
-------------------------------------------------------------------------
-r18560 | jpsaman | 2007-01-13 13:26:38 +0100 (Sat, 13 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-Fix segmentation fault in modules/control/telnet.c introduced in rev 18519
-------------------------------------------------------------------------
-r18559 | xtophe | 2007-01-13 01:52:49 +0100 (Sat, 13 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/po/POTFILES.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/nb.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/nn.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-make update-po
-
-------------------------------------------------------------------------
-r18558 | xtophe | 2007-01-13 01:52:15 +0100 (Sat, 13 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/po/it.po
-
-Italian translation update. Thanks to Vincenzo Reale.
-
-------------------------------------------------------------------------
-r18557 | xtophe | 2007-01-13 01:27:17 +0100 (Sat, 13 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/nb.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/nn.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-Merge po file from 0.8.6
-fix translation of "C" closes #969
-
-------------------------------------------------------------------------
-r18556 | sigmunau | 2007-01-12 19:12:15 +0100 (Fri, 12 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/asf/libasf.c
-
-libasf.c: Don't store pointer to bad data. Fixes #992
-Btw when did "crash" change into "denial of service"?
-
-------------------------------------------------------------------------
-r18555 | courmisch | 2007-01-12 18:16:21 +0100 (Fri, 12 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/gui/skins2/x11/x11_window.cpp
-
-Do not assume long integers are 32-bits.
-Should fix fullscreen on amd64 - closes #670
-
-------------------------------------------------------------------------
-r18554 | jpsaman | 2007-01-12 13:44:51 +0100 (Fri, 12 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/mozilla/control/npolibvlc.cpp
-
-Fix indentation
-------------------------------------------------------------------------
-r18553 | jpsaman | 2007-01-12 13:42:51 +0100 (Fri, 12 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/modules/demux/mp4/mp4.c
-
-Make parenthesis explicite
-------------------------------------------------------------------------
-r18552 | xtophe | 2007-01-12 13:38:23 +0100 (Fri, 12 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-   M /trunk/extras/contrib/src/Makefile
-
-Twolame need -DLIBTWOLAME_STIC under win32 to use the .a
-
-------------------------------------------------------------------------
-r18551 | littlejohn | 2007-01-12 00:43:18 +0100 (Fri, 12 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/bindings/java/VLCExample.java
-   M /trunk/bindings/java/org/videolan/jvlc/Audio.java
-   M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
-   M /trunk/bindings/java/src/audio-jni.cc
-
-audio methods aligned to libvlc audio functions
-------------------------------------------------------------------------
-r18550 | xtophe | 2007-01-12 00:37:25 +0100 (Fri, 12 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-Remove the warning. thanks to Quovodis
-
-------------------------------------------------------------------------
-r18549 | xtophe | 2007-01-12 00:33:02 +0100 (Fri, 12 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-Better a compile warning than a bug. Thanks to Robert Stepanek.
-
-------------------------------------------------------------------------
-r18548 | damienf | 2007-01-12 00:28:59 +0100 (Fri, 12 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/codec/ffmpeg/encoder.c
-
-- ffmpeg/encoder.c: force AV_NOPTS_VALUE to int64_t type rather than signed int
-
-------------------------------------------------------------------------
-r18547 | courmisch | 2007-01-11 16:35:44 +0100 (Thu, 11 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/asx.c
-
-Fix denial of service (NULL dereference) in ASX parser
-Closes #988
-
-------------------------------------------------------------------------
-r18546 | courmisch | 2007-01-11 16:31:18 +0100 (Thu, 11 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/playlist/asx.c
-
-Cosmetic fix
-
-------------------------------------------------------------------------
-r18545 | damienf | 2007-01-10 23:41:06 +0100 (Wed, 10 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/mtime.c
-
-mtime.c: previous codepath prevented RTC from ever being used on win32
-
-------------------------------------------------------------------------
-r18544 | courmisch | 2007-01-10 18:34:37 +0100 (Wed, 10 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/rc.c
-
-Do not read inexistant configuration parameter
-
-------------------------------------------------------------------------
-r18543 | damienf | 2007-01-09 23:14:53 +0100 (Tue, 09 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/mozilla/Makefile.am
-
-- mozilla/Makefile.am: make sure rpath is only used for UNIX build
-
-------------------------------------------------------------------------
-r18542 | damienf | 2007-01-09 22:53:04 +0100 (Tue, 09 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/Makefile.am
-
-- src/Makefile.am: make sure libvlc.dll is always rebuilt on object changes
-
-------------------------------------------------------------------------
-r18541 | damienf | 2007-01-09 22:27:57 +0100 (Tue, 09 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-- firefox/nspr plugin development fix for ubuntu/debian
-
-------------------------------------------------------------------------
-r18540 | xtophe | 2007-01-09 21:29:05 +0100 (Tue, 09 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
-
-Sync with upstream
-
-------------------------------------------------------------------------
-r18539 | xtophe | 2007-01-09 21:07:05 +0100 (Tue, 09 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
-
-Partial fix of the wx prefs. The modules settings are shown but not the libvlc ones. refs #918. (yes there is lots of debugs left)
-
-------------------------------------------------------------------------
-r18538 | damienf | 2007-01-08 19:21:04 +0100 (Mon, 08 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc_rc.rc
-
-- added OLESelfRegister in version resource (may fix reported security problems when registering ActiveX plugin)
-
-------------------------------------------------------------------------
-r18537 | jpsaman | 2007-01-08 19:18:20 +0100 (Mon, 08 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Put -lX11 and -lXt in the right place.
-------------------------------------------------------------------------
-r18536 | damienf | 2007-01-08 18:37:59 +0100 (Mon, 08 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-   M /trunk/activex/vlccontrol2.cpp
-   M /trunk/activex/vlccontrol2.h
-   M /trunk/mozilla/control/npolibvlc.cpp
-
-- added 'vlc.video.crop' property for ActiveX/Mozilla
-
-------------------------------------------------------------------------
-r18535 | damienf | 2007-01-08 18:37:01 +0100 (Mon, 08 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/src/control/video.c
-
- - added libvlc_video_set/get_crop_geometry() api
-
-------------------------------------------------------------------------
-r18534 | damienf | 2007-01-08 01:54:08 +0100 (Mon, 08 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-
-- Oops, remove _wclosedir by mistake in previous commit. btw, the previous commit fixes #926 because utf8_loaddir() uses rewindir()
-
-------------------------------------------------------------------------
-r18533 | damienf | 2007-01-08 01:41:45 +0100 (Mon, 08 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/include/vlc_common.h
-   M /trunk/src/extras/libc.c
-
-- since DIR* on win32 is mapped to a private data type, rewinddir(), seekdir() and telldir() must also be mapped to their vlc_ equivalent. Should fix ticket #926
-
-------------------------------------------------------------------------
-r18532 | jpsaman | 2007-01-07 22:37:11 +0100 (Sun, 07 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Fix configure script on MacOS X
-------------------------------------------------------------------------
-r18531 | jpsaman | 2007-01-07 22:21:42 +0100 (Sun, 07 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Fix building mozilla on Linux en properly dectect firefox headerfiles.
-------------------------------------------------------------------------
-r18530 | xtophe | 2007-01-07 17:04:18 +0100 (Sun, 07 Jan 2007) | 4 lines
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-Fix libtwolame contrib:
-*download the missing file
-*build only the lib
-
-------------------------------------------------------------------------
-r18529 | jpsaman | 2007-01-07 14:23:52 +0100 (Sun, 07 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/activex/axvlc.tlb
-   M /trunk/activex/axvlc_idl.c
-   M /trunk/activex/axvlc_idl.h
-
-Update ActiveX bindings
-------------------------------------------------------------------------
-r18528 | jpsaman | 2007-01-07 14:22:37 +0100 (Sun, 07 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/activex/axvlc.idl
-   M /trunk/activex/vlccontrol2.cpp
-   M /trunk/activex/vlccontrol2.h
-   M /trunk/include/vlc/libvlc.h
-   M /trunk/mozilla/control/npolibvlc.cpp
-   M /trunk/src/control/audio.c
-
-Reworked vlc.audio.channel API for JavaScript. All documentation is already updated.
-------------------------------------------------------------------------
-r18527 | sigmunau | 2007-01-07 13:33:50 +0100 (Sun, 07 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/demux/avi/libavi.c
-
-apply mini_patch.diff from #964. Fixes #964
-
-------------------------------------------------------------------------
-r18526 | fkuehne | 2007-01-06 17:56:33 +0100 (Sat, 06 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Patches/twolame-osx.patch
-   M /trunk/extras/contrib/src/packages.mak
-
-* update libtwolame to 0.3.9 allows a simplification of our patch, as darwin9 linker appears to be as picky as MVS05's
-------------------------------------------------------------------------
-r18525 | fkuehne | 2007-01-06 17:23:30 +0100 (Sat, 06 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-
-* update the (C) dates. *cough*
-------------------------------------------------------------------------
-r18524 | fkuehne | 2007-01-06 17:21:41 +0100 (Sat, 06 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-   A /trunk/extras/contrib/src/Patches/twolame-osx.patch
-
-* patch libtwolame and re-enable x264 as it was fixed upstream. all contribs are save for future darwin releases now. this commit deprecates all osx releases < 10.4 and the usage of GCC3 on Darwin. bootstrap will need further tweaking once 'gcc -dumpmachine' is updated to Darwin 9.
-------------------------------------------------------------------------
-r18523 | courmisch | 2007-01-06 17:00:49 +0100 (Sat, 06 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Remove broken V6ONLY logic 
-
-------------------------------------------------------------------------
-r18522 | courmisch | 2007-01-06 14:39:36 +0100 (Sat, 06 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Revert [18511].
-I wonder what I was thinking about.
-
-------------------------------------------------------------------------
-r18521 | xtophe | 2007-01-06 03:04:34 +0100 (Sat, 06 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/Makefile.am
-
-vlc_object.c has been deleted in [18517]
-
-------------------------------------------------------------------------
-r18520 | xtophe | 2007-01-06 03:03:28 +0100 (Sat, 06 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/po/Makefile.in.in
-   M /trunk/po/af.po
-   M /trunk/po/ar.po
-   M /trunk/po/bn.po
-   M /trunk/po/ca.po
-   M /trunk/po/co.po
-   M /trunk/po/cs.po
-   M /trunk/po/da.po
-   M /trunk/po/de.po
-   M /trunk/po/el.po
-   M /trunk/po/en_GB.po
-   M /trunk/po/es.po
-   M /trunk/po/eu.po
-   M /trunk/po/fr.po
-   M /trunk/po/fur.po
-   M /trunk/po/gl.po
-   M /trunk/po/he.po
-   M /trunk/po/hi.po
-   M /trunk/po/hu.po
-   M /trunk/po/it.po
-   M /trunk/po/ja.po
-   M /trunk/po/ka.po
-   M /trunk/po/ko.po
-   M /trunk/po/lt.po
-   M /trunk/po/lv.po
-   M /trunk/po/ms.po
-   M /trunk/po/my.po
-   M /trunk/po/nb.po
-   M /trunk/po/ne.po
-   M /trunk/po/nl.po
-   M /trunk/po/nn.po
-   M /trunk/po/no.po
-   M /trunk/po/oc.po
-   M /trunk/po/pa.po
-   M /trunk/po/pl.po
-   M /trunk/po/ps.po
-   M /trunk/po/pt_BR.po
-   M /trunk/po/pt_PT.po
-   M /trunk/po/ro.po
-   M /trunk/po/ru.po
-   M /trunk/po/sk.po
-   M /trunk/po/sl.po
-   M /trunk/po/sq.po
-   M /trunk/po/sv.po
-   M /trunk/po/tet.po
-   M /trunk/po/th.po
-   M /trunk/po/tl.po
-   M /trunk/po/tr.po
-   M /trunk/po/vlc.pot
-   M /trunk/po/zh_CN.po
-   M /trunk/po/zh_TW.po
-
-make update-po
-------------------------------------------------------------------------
-r18519 | xtophe | 2007-01-06 02:11:05 +0100 (Sat, 06 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/control/telnet.c
-
-Split text and control character to please gettext
-
-------------------------------------------------------------------------
-r18518 | xtophe | 2007-01-06 00:21:54 +0100 (Sat, 06 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.ac
-
-Use mmx also when the host cpu claim to be 486 
-
-------------------------------------------------------------------------
-r18517 | oaubert | 2007-01-05 20:16:53 +0100 (Fri, 05 Jan 2007) | 2 lines
-Changed paths:
-   D /trunk/bindings/python/vlc_object.c
-
-bindings/python/vlc_object.c: remove useless file
-
-------------------------------------------------------------------------
-r18516 | oaubert | 2007-01-05 20:15:16 +0100 (Fri, 05 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/bindings/python/setup.py
-   M /trunk/bindings/python/vlc_module.c
-   M /trunk/bindings/python/vlcglue.h
-
-bindings/python: removed vlc.Object code from the main vlc python module. This module should now be cleanly buildable from outside the VLC tree, given the public headers and appropriate libs are available.
-
-------------------------------------------------------------------------
-r18515 | oaubert | 2007-01-05 20:14:02 +0100 (Fri, 05 Jan 2007) | 2 lines
-Changed paths:
-   A /trunk/bindings/python/setup-internal.py
-   A /trunk/bindings/python/vlc_internal.c
-   A /trunk/bindings/python/vlc_internal.h
-
-bindings/python: moved vlc.Object (access to internal framework of VLC objects) to its own vlcinternal.Object module, which is not build by default.
-
-------------------------------------------------------------------------
-r18514 | jpsaman | 2007-01-05 19:52:30 +0100 (Fri, 05 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/src/control/audio.c
-
-Oops watch the tabs when using vi.
-------------------------------------------------------------------------
-r18513 | jpsaman | 2007-01-05 19:50:18 +0100 (Fri, 05 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/src/control/audio.c
-
-Return when found, return error when setting failed.:
-------------------------------------------------------------------------
-r18512 | courmisch | 2007-01-05 13:43:41 +0100 (Fri, 05 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/text/unicode.c
-
-Fix CRLF on Win32 with utf8_fopen (thanks to Md) closes #837
-
-------------------------------------------------------------------------
-r18511 | courmisch | 2007-01-05 12:28:28 +0100 (Fri, 05 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/io.c
-
-Fix setsockopt(IPV6_V6ONLY)
-
-------------------------------------------------------------------------
-r18510 | courmisch | 2007-01-05 12:21:12 +0100 (Fri, 05 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/network/udp.c
-
-Fix listening to UDP port (though this is fairly insecure) - closes #919
-
-------------------------------------------------------------------------
-r18509 | courmisch | 2007-01-05 11:41:33 +0100 (Fri, 05 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/access.c
-   M /trunk/src/input/input.c
-
-Fix preparsing and access plugin selection (oups)
-
-------------------------------------------------------------------------
-r18508 | courmisch | 2007-01-05 11:32:23 +0100 (Fri, 05 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/demux.c
-
-Be more DSO-friendly
-
-------------------------------------------------------------------------
-r18507 | jpsaman | 2007-01-05 09:44:48 +0100 (Fri, 05 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/po/Makefile.in.in
-
-Unbreak mkinstalldirs in directory po
-------------------------------------------------------------------------
-r18506 | xtophe | 2007-01-04 18:52:27 +0100 (Thu, 04 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/menuconfig
-
-menuconfig is out-of-date
-
-
-------------------------------------------------------------------------
-r18505 | courmisch | 2007-01-04 18:00:10 +0100 (Thu, 04 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-Win32 compile fix
-
-------------------------------------------------------------------------
-r18504 | courmisch | 2007-01-04 17:37:21 +0100 (Thu, 04 Jan 2007) | 4 lines
-Changed paths:
-   M /trunk/include/vlc_charset.h
-   M /trunk/modules/access/directory.c
-   M /trunk/src/libvlc.sym
-   M /trunk/src/text/unicode.c
-
-Allow directory module to recurse through symbolic links
-as long as this does not cause infinite recursion.
-Also fix a few really minor ToCToU errors.
-
-------------------------------------------------------------------------
-r18503 | jpsaman | 2007-01-04 16:11:25 +0100 (Thu, 04 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/configure.ac
-
-Simplified mozilla headerfile detection for use with firefox-development headers and got rid of XPIDL/XPCOM checks from previous commit.
-------------------------------------------------------------------------
-r18502 | courmisch | 2007-01-04 16:02:14 +0100 (Thu, 04 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-Fix unlikely deadlock
-
-------------------------------------------------------------------------
-r18501 | courmisch | 2007-01-04 15:30:10 +0100 (Thu, 04 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access/directory.c
-
-Match file:// with the directory plugin as any browser does.
-Fixes opening of directories.
-
-------------------------------------------------------------------------
-r18500 | courmisch | 2007-01-03 23:40:51 +0100 (Wed, 03 Jan 2007) | 7 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Same thing as previous commit.
-Do not ignore access specification; do not fallback to vcd, file whatever.
-It sucks (e.g. if following an HTTP URL you really should only try to
-use the HTTP plugin, and this is the proper and only way to do it).
-
-Again MRLSplit might need to be improved (not sure how)
-
-------------------------------------------------------------------------
-r18499 | courmisch | 2007-01-03 23:36:15 +0100 (Wed, 03 Jan 2007) | 4 lines
-Changed paths:
-   M /trunk/src/input/input.c
-
-Remove the ugly insecure hack.
-Maybe you have a colon in your filename,
-but it is no reason to mix access protocols.
-
-------------------------------------------------------------------------
-r18498 | courmisch | 2007-01-03 23:25:46 +0100 (Wed, 03 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/access.c
-
-Fix "quick" access creation mode
-
-------------------------------------------------------------------------
-r18497 | courmisch | 2007-01-03 23:23:54 +0100 (Wed, 03 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/input/access.c
-
-Simplification
-
-------------------------------------------------------------------------
-r18496 | courmisch | 2007-01-03 23:23:02 +0100 (Wed, 03 Jan 2007) | 4 lines
-Changed paths:
-   M /trunk/src/input/access.c
-
-Use strict mode when probing access filters.
-You do not want to get another access filter plugin that the one you
-requested, do you?
-
-------------------------------------------------------------------------
-r18495 | courmisch | 2007-01-03 23:19:44 +0100 (Wed, 03 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/misc/modules.c
-
-Some cleanup. Use strlen().
-
-------------------------------------------------------------------------
-r18484 | damienf | 2007-01-03 15:36:26 +0100 (Wed, 03 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/modules/misc/audioscrobbler.c
-
-audioscrobbler.c: fix for format string exploit
-
-------------------------------------------------------------------------
-r18483 | courmisch | 2007-01-03 15:31:35 +0100 (Wed, 03 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/misc/gnutls.c
-
-Do not use error message as a format string.
-(There was no bug here; this is just to please Quovodis :) )
-
-------------------------------------------------------------------------
-r18482 | damienf | 2007-01-03 12:25:36 +0100 (Wed, 03 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/src/extras/libc.c
-
-- extras/libc.c: fixed stack overflow due to infinite recursion in vlc_wopendir(). I really don't like system APIs remapping to vlc_... too bug prone
-
-------------------------------------------------------------------------
-r18481 | courmisch | 2007-01-02 22:50:30 +0100 (Tue, 02 Jan 2007) | 3 lines
-Changed paths:
-   M /trunk/modules/access/cdda/access.c
-   M /trunk/modules/access/vcdx/access.c
-
-Fix a bunch of format string injection in VCDX and CDDA.
-Initially reported by Kevin Finisterre
-
-------------------------------------------------------------------------
-r18480 | fkuehne | 2007-01-01 23:39:01 +0100 (Mon, 01 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/src/Makefile
-
-* using GCC 3.3 with the 10.3.9 SDK is definitelly no good idea. x264 and libtwolame remain broken for future d. releases
-------------------------------------------------------------------------
-r18479 | jpsaman | 2007-01-01 19:56:37 +0100 (Mon, 01 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/THANKS
-   M /trunk/configure.ac
-
-Patch by Mikko Hirvonen <masse at astro dot helsinki dot fi> for Firefox-1.5.x development tools detection in configure.ac. The patch is applied with some modifications of me
-------------------------------------------------------------------------
-r18478 | fkuehne | 2007-01-01 18:05:32 +0100 (Mon, 01 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/extras/contrib/bootstrap
-   M /trunk/extras/contrib/src/Makefile
-
-* added out-of-the-box support for future darwin releases. right now, the following libraries are broken (due to linking issues): cdio, cddb, vcdimager and twolame. additionally, x264 doesn't compile because of a bug in makefile/config.mak.
-------------------------------------------------------------------------
-r18477 | dionoea | 2006-12-31 16:48:15 +0100 (Sun, 31 Dec 2006) | 9 lines
-Changed paths:
-   M /trunk/modules/codec/araw.c
-
-Add quicktime in24 and in32 support (basically s24/32l from what i understand)
-Some testing might be needed 
-
-I tried on samples:
- ftp://ftp.funcom.com/media/Dreamfall/final_dreamfall_trailer_funcom_qtmp4.mov
- http://www.movie-update.com/download/11372/sm3_sneak_peek.mov
-
-According to the Mplayer mailing list, there might be endianess issues (i couldn't find s24b equivalent samples ... so i couldn't test). See http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2006-March/041206.html
-
-------------------------------------------------------------------------
index 120c589a2c862bd634d77adf83bac7eec12901cc..9915becf3155cbce5877934e41fd2e074febd85d 100644 (file)
@@ -9,7 +9,7 @@ doc_DATA = \
        intf-vcd.txt \
        $(NULL)
 
-EXTRA_DIST = \
+CHANGELOGS = \
        ChangeLog-1999 \
        ChangeLog-2000 \
        ChangeLog-2001 \
@@ -17,6 +17,12 @@ EXTRA_DIST = \
        ChangeLog-2003 \
        ChangeLog-2004 \
        ChangeLog-2005 \
+       ChangeLog-2006 \
+       ChangeLog-2007 \
+       $(NULL)
+
+EXTRA_DIST = \
+       $(CHANGELOGS) \
        vlc.1 \
        vlc-config.1 \
        bugreport-howto.txt \
@@ -39,3 +45,11 @@ EXTRA_DIST = \
        win32/Cross-Compile-Howto.txt \
        demo.sh \
        $(NULL)
+
+$(CHANGELOGS): Makefile.am
+       y="$$(echo "$@" | sed -e 's,ChangeLog-,,')" ; \
+       git-log \
+               --since="$$y-01-01" \
+               --until="$$y-12-31 23:00:00 -0100" \
+               > "$@"
+